@font-face {
    font-family: "nenu-roman";
    font-weight: normal;
    src: url(./../fonts/NeueHaasDisplay-Roman.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nenu-medium";
    font-weight: 600;
    src: url(./../fonts/NeueHaasDisplay-Mediu.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

.blocker {
    z-index: 9999;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "nenu-roman", sans-serif;
}

/* header start */
.header {
    position: absolute;
    transition: all 0.4s;
    width: 100%;
    left: 0;
    top: 0;
}
.header.active {
    position: fixed;
    backdrop-filter: blur(10px);
    padding: 2rem !important;
}

/* header end */

@media screen and (max-width: 1366px) {
    .container {
        max-width: 1180px !important;
    }
    .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .brand-collapse-btn.active {
        padding-bottom: 20px;
    }
}

@media (min-width: 1367px) and (min-width: 1440px) {
    .container {
        max-width: 1300px !important;
    }
    .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }
    .brand-collapse-btn.active {
        padding-bottom: 30px;
    }
}

@media (min-width: 1701px) and (min-width: 1920px) {
    .container {
        max-width: 1520px !important;
    }
    .swiper-pagination-bullet {
        height: 17px;
        width: 17px;
    }
    .brand-collapse-btn.active {
        padding-bottom: 40px;
    }
}

.swiper-button-disabled {
    background-color: #282828;
    color: #fff;
    opacity: 50%;
}

.swiper-pagination-bullet-active {
    background-color: #282828;
}

.mobile-hamburger span {
    transition: all 0.3s ease-in-out;
}

.mobile-hamburger.active span:nth-child(1) {
    transform: translate(0px, 10px) rotate(45deg);
}

.mobile-hamburger.active span:nth-child(2) {
    transform: translateX(-10px);
    opacity: 0;
}
.mobile-hamburger.active span:nth-child(3) {
    transform: translate(0, -12px) rotate(-45deg);
}

.mobile-menu {
    rotate: x 90deg;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu.active {
    rotate: x 0deg;
    opacity: 1;
    visibility: visible;
}

.brand-collapse-content {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.brand-collapse-btn {
    transition: all 0.3s ease-in-out;
}
.brand-collapse-btn svg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: translate(-58px, 6px);
}
.brand-collapse-btn.active {
    padding-bottom: 20px;
}
.brand-collapse-btn.active svg {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 6px);
}

.modal a.close-modal {
    display: none;
}

.modal {
    box-shadow: none;
}

/* faq of common question start */
#ui-faq-content {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
#ui-faq-btn i {
    transition: all 0.3s ease-in-out;
}
/* faq of common question end */

/* instant demo start */
#instant-demo-small {
    display: none;
}
#instant-demo-small.active {
    display: block;
}
#instant-demo {
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
#instant-demo-small,
#instant-demo.active {
    transform: scale(1);
    opacity: 1;
}
/* instant demo end */

#plan-card {
    cursor: pointer;
}
#plan-card.active {
    background-color: #ffcf01;
}
#plan-card.active p {
    color: white;
    text-transform: uppercase;
}

#plan-card.active h4 {
    color: #282828;
}

#idf-errors {
    display: flex;
    align-items: center;
    gap: 10px;
}

.error {
    color: red;
    font-size: 14px;
    padding-left: 1.1rem;
}
#agree .error {
    padding-left: 0;
}
