body, input, button, select, textarea {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #494949;
    font-family: 'Mulish', sans-serif !important;
}

body html {
    margin: 0;
    padding: 0;
    background-color: #F9F7F2 !important;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F9F7F2 !important;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.btn:hover {
    color: #FFFFFF !important;
}

a:hover {
    color: inherit !important;
    text-decoration: inherit !important;
}


.top-header {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    padding: 15px 0;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 10;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}

.top-header.hide-header {
    top: -100px;
}

.logo img {
    height: 70px;
    padding: 2px;
    margin-left: 30px;
}

.navbar-nav .nav-item .nav-link {
    color: #282F3F;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    font-size: 18px;
}

.navbar-nav .nav-item .nav-link.active {
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 35%;
    transform: translateX(-50%);
    height: 3px;
    width: 25px;
    background-color: var(--primary);
}

.navbar-nav .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 27%;
    transform: translateX(15px);
    width: 9px;
    height: 9px;
    background-color: var(--primary);
    border-radius: 50%;
}

.contact_btn {
    background: var(--btn-gradient-color);
    border: none;
    color: #FFFFFF;
    padding: 15px 20px;
    border-radius: 18px;
    font-weight: 500;
    font-size: 20px;
    height: 62px;
}

.contact_btn:hover {
    color: #FFFFFF !important;
}

.our_prod {
    font-weight: 600;
    font-size: 20px;
    color: #282F3F;
}

.front_background {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.front_wrapper {
    position: relative;
    height: 90vh;
    overflow: hidden;
    width: 100%;
}

.front_section {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.front_title,
.wht_we {
    font-size: 60px;
    color: #282F3F;
    line-height: 70px;
    font-weight: 500;
    font-family: 'Brittany Signature';
}

.front_subtitle {
    font-size: 22px;
    color: #747B88;
    font-weight: 500;
    line-height: 36px;
    margin-top: 2%;
    text-transform: capitalize;
}

.avirt {
    font-size: 20px;
    color: #747B88;
    font-weight: 500;
    line-height: 36px;
    margin-top: 2%;
    text-transform: capitalize;
    position: relative;
}

.avirt::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 60px;
    background-color: var(--primary);
    border-radius: 5px;
}

.avirt::before {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(25px);
    width: 9px;
    height: 9px;
    background-color: var(--primary);
    border-radius: 50%;
}

.min_class {
    max-width: 80%;
    text-align: center;
    margin: auto;
}

.contact_us_btn h1 {
    margin: 0;
    font-weight: 400;
    color: #282F3F;
    cursor: pointer;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Brittany Signature';
}

.contact_us_btn p {
    margin: 0;
    font-weight: 600;
    color: #747B88;
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
    margin-top: 1.5%;
    text-transform: capitalize;
}

.contact_port_btn {
    width: 180px;
    height: 60px;
    background: var(--btn-gradient-color);
    border: none;
    color: #FFFFFF;
    padding: 11px 20px;
    border-radius: 18px;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    margin-top: 2%;
}

@media (max-width: 1510px) {
    .contact_us_btn {
        width: 100% !important;
        height: 290px !important;
    }
}

@media (max-width: 1440px) {

    .min_class {
        max-width: 90%;
    }

    .top-header {
        max-width: 90%;
    }

    .front_title,
    .wht_we {
        font-size: 50px !important;
    }

    .front_subtitle,
    .avirt {
        font-size: 17px !important;
        line-height: 35px;
    }
}

@media (max-width: 1200px) {

    .logo img,
    .headr_last_sec {
        margin-left: 20px;
    }

    .contact_btn {
        font-size: 18px;
        height: 55px;
    }

    .our_prod {
        font-size: 18px;
    }

    .headr_last_sec {
        margin-right: 20px !important;
    }

    .front_title,
    .wht_we {
        font-size: 40px !important;
    }

    .front_subtitle,
    .avirt {
        font-size: 14px !important;
        line-height: 30px;
    }
}

@media (max-width: 1070px) {

    .logo img {
        height: 48px;
        padding: 1px;
        margin-left: 16px;
    }

    .contact_btn {
        font-size: 16px;
        height: 50px;
        padding: 14px 20px;
    }

    .our_prod {
        font-size: 16px;
    }

    .headr_last_sec {
        margin-right: 16px !important;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .contact_us_btn {
        height: 255px !important;
    }

    .contact_us_btn h1 {
        font-size: 45px;
    }

    .contact_us_btn p {
        font-size: 16px;
    }

    .contact_port_btn {
        width: 170px;
        height: 50px;
        font-size: 18px;
        padding: 7px 20px;
    }
}


@media (max-width: 991px) {
    /* .top-header {
        position: relative;
        z-index: 10;
    } */

    .top-header {
         position: fixed; 
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .top-header.hide-header {
        top: -100px;
    }

    .top-header .header-inner {
        flex-direction: row;
        position: relative;
    }

    .mobile-toggle-wrapper {
        z-index: 30;
        flex-shrink: 0;
        margin-left: 16px;
    }

    .navbar-toggler {
        position: relative;
        z-index: 25;
        background: transparent;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        margin: 0;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .custom-toggler-line {
        display: block;
        width: 13px;
        height: 1px;
        background-color: #000;
        margin: 5px 0;
        transition: all 0.3s ease;
    }

    .top-header .logo {
        margin: 0 auto;
    }

    .top-header .headr_last_sec {
        gap: 15px;
    }

    .headr_last_sec .our_prod {
        font-size: 14px;
        margin-right: 0 !important;
    }

    .contact_btn {
        font-size: 14px;
    }

    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0px;
        width: max-content;
        min-width: 220px;
        background-color: #F9F7F2;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        z-index: 20;
        display: none;
    }

    .navbar-collapse.active {
        display: block;
    }

    .navbar-nav {
        flex-direction: column;
        padding-left: 0;
    }

    .navbar-nav .nav-item {
        text-align: left;
        margin: 8px 0;
    }

    .desktop-only {
        display: none !important;
    }

    .logo img {
        margin-left: 0px;
    }

    .navbar-nav .nav-item .nav-link.active::after {
        left: 9%;
        width: 30px;
    }

    .navbar-nav .nav-item .nav-link.active::before {
        bottom: -9px;
        left: 7%;
    }

    .contact_us_btn {
        height: 215px !important;
    }

    .contact_us_btn h1 {
        font-size: 40px;
    }

    .contact_us_btn p {
        font-size: 16px;
        margin-top: 0%;
    }

    .contact_port_btn {
        width: 165px;
        height: 53px;
        font-size: 17px;
    }

    .front_title,
    .wht_we {
        font-size: 35px !important;
        line-height: 46px;
    }

    .front_subtitle,
    .avirt {
        font-size: 12px !important;
        line-height: 26px;
    }
}

@media (max-width: 850px) {
    .contact_btn {
        height: 45px;
        padding: 13px 12px;
    }
}

@media (max-width: 768px) {
    .front_wrapper {
        height: 50vh !important;
    }
}

@media (max-width: 680px) {
    .contact_us_btn {
        height: 195px !important;
    }

    .contact_us_btn h1 {
        font-size: 33px;
    }

    .contact_us_btn p {
        font-size: 15px;
        margin-top: 0%;
    }

    .contact_port_btn {
        width: 165px;
        height: 50px;
        font-size: 16px;
    }

    .front_subtitle br,
    .avirt br {
        display: none;
    }

    .front_subtitle,
    .avirt {
        line-height: 24px;
        margin-top: 4%;
    }
}

@media (max-width: 600px) {
    .contact_us_btn {
        height: 187px !important;
    }

    .contact_us_btn h1 {
        font-size: 30px;
    }

    .contact_us_btn p {
        font-size: 14px;
        margin-top: -2%;
    }

    .contact_port_btn {
        width: 140px;
        font-size: 15px;
    }
}

@media (max-width: 580px) {
    .top-header {
        max-width: 100%;
    }

    .logo img {
        height: 40px;
        padding: 1px;
        margin-left: 18px;
    }

    .our_prod {
        font-size: 13px;
    }

    .contact-btn {
        font-size: 13px;
    }

    .front_title,
    .wht_we {
        line-height: 30px;
    }
}

@media (max-width: 520px) {
    .top-header .headr_last_sec {
        gap: 10px;
    }

    .contact_btn {
        height: 43px;
    }

    .contact_us_btn {
        height: 180px !important;
        padding: 12px 12px;
    }

    .contact_us_btn h1 {
        margin-top: 0%;
        font-size: 25px;
        line-height: 60px;
    }

    .contact_us_btn p {
        font-size: 11px;
        margin-top: -3%;
    }

    .contact_port_btn {
        width: 130px;
        height: 43px;
        font-size: 13px;
        margin-bottom: 3%;
        padding: 3px 20px;
    }

    .front_title,
    .wht_we {
        font-size: 25px !important;
    }

    .front_subtitle,
    .avirt {
        font-size: 10px !important;
        line-height: 20px;
    }
}

@media (max-width: 425px) {
    .front_wrapper {
        height: 45vh !important;
    }

    .logo img {
        height: 35px;
        padding: 1px;
        margin-left: 0px;
    }

    .our_prod {
        font-size: 11px;
    }

    .contact_btn {
        padding: 10px 10px;
        font-size: 11px;
        height: 36px;
        border-radius: 13px;
    }

    .contact_us_btn {
        height: 150px !important;
        border-radius: 30px !important;
    }
}

@media (max-width: 380px) {
    .contact_us_btn {
        height: 130px !important;
    }

    .contact_us_btn h1 {
        margin-top: 0%;
        font-size: 20px;
        line-height: 40px;
    }

    .contact_port_btn {
        width: 110px;
        height: 38px;
        padding: 1px 20px;
        border-radius: 14px;
    }

    .front_title,
    .wht_we {
        font-size: 22px !important;
    }

    .front_subtitle,
    .avirt {
        font-size: 9px !important;
        line-height: 20px;
    }
}

@media (max-width: 350px) {
    .logo img {
        height: 25px;
        padding: 1px;
        margin-left: 0px;
    }

    .our_prod {
        font-size: 9px;
    }

    .contact-btn {
        font-size: 9px;
        padding: 3px 10px;
        height: 40px;
    }

    .front_btn {
        font-size: 12px;
    }

    .top-header .headr_last_sec {
        gap: 5px;
    }

}

@media (max-width: 330px) {

    .contact_us_btn {
        height: 115px !important;
        border-radius: 25px !important;
    }

    .contact_us_btn h1 {
        font-size: 18px;
    }

    .contact_us_btn p {
        font-size: 8px;
    }

    .contact_port_btn {
        width: 100px;
        height: 34px;
        padding: 0px 20px;
        border-radius: 11px;
    }

    .contact_btn {
        padding: 10px 8px;
    }
}