/* Fonts */
:root {
    --default-font: "Open Sans", serif;
    --heading-font: "STIX Two Text", serif;
    --nav-font: "Work Sans", serif;
}


/* Global Colors */

:root {
    --background-color: #ffffff;
    --default-color: #000000;
    --heading-color: ##000000;
    --accent-color: #000000;
    --dark-color: #42494D;
    --sub-color: #BC2076;
    --bs-dark-rgb: 23, 23, 23;
    --bs-primary-rgb: 176, 206, 92;
    --bs-secondary-rgb: 188, 32, 118;
    --bs-border-radius: 18px;
    --swiper-theme-color: #B0CE5C;
}


/* Smooth scroll */

:root {
    scroll-behavior: smooth;
}

.btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 10px;
}

.btn-primary {
    --bs-btn-bg: #B0CE5C;
    --bs-btn-border-color: #B0CE5C;
    --bs-btn-hover-bg: #B0CE5C;
    --bs-btn-hover-border-color: #B0CE5C;
    --bs-btn-active-bg: #B0CE5C;
    --bs-btn-active-border-color: #B0CE5C;
}

.btn-outline-primary {
    --bs-btn-color: #B0CE5C;
    --bs-btn-border-color: #B0CE5C;
    --bs-btn-hover-bg: #B0CE5C;
    --bs-btn-hover-border-color: #B0CE5C;
    --bs-btn-active-bg: #B0CE5C;
    --bs-btn-active-border-color: #B0CE5C;
    --bs-btn-disabled-color: #B0CE5C;
    --bs-btn-disabled-border-color: #B0CE5C;
}

.btn-secondary {
    --bs-btn-bg: #BC2076;
    --bs-btn-border-color: #BC2076;
    --bs-btn-hover-bg: #BC2076;
    --bs-btn-hover-border-color: #BC2076;
    --bs-btn-active-bg: #BC2076;
    --bs-btn-active-border-color: #BC2076;
}

.btn-outline-secondary {
    --bs-btn-color: #BC2076;
    --bs-btn-border-color: #BC2076;
    --bs-btn-hover-bg: #BC2076;
    --bs-btn-hover-border-color: #BC2076;
    --bs-btn-active-bg: #BC2076;
    --bs-btn-active-border-color: #BC2076;
    --bs-btn-disabled-color: #BC2076;
    --bs-btn-disabled-border-color: #BC2076;
}

.btn-dark {
    --bs-btn-bg: #000F14;
    --bs-btn-border-color: #000F14;
    --bs-btn-hover-bg: #000F14;
}


.btn {
    font: normal normal 500 16px/30px var(--default-font);
    letter-spacing: 0px;
    opacity: 1;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 3px 3px 0px #00000029;
    /* text-transform: uppercase; */
}

.btn:active,
.btn:focus-visible,
.btn:hover {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 3px 3px 0px #00000029;
}


.navbar {
    --bs-navbar-color: #000000;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/

body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
    font-weight: 400;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 400;
}

h1 {
    font-size: 64px;
    line-height: 80px;

}

h2 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 35px;
    line-height: 45px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

p {
    color: var(--default-color);
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 50px;

    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 25px;
        line-height: 30px;
    }
}

.mt-40px {
    margin-top: 40px
}

.mb-40px {
    margin-bottom: 40px
}

.my-40px {
    margin-block: 40px
}

.pt-40px {
    padding-top: 40px
}

.pb-40px {
    padding-bottom: 40px
}

.py-40px {
    padding-block: 40px
}

@media (max-width: 991px) {
    .mt-40px {
        margin-top: 25px
    }

    .mb-40px {
        margin-bottom: 25px
    }

    .my-40px {
        margin-block: 25px
    }

    .pt-40px {
        padding-top: 25px
    }

    .pb-40px {
        padding-bottom: 25px
    }

    .py-40px {
        padding-block: 25px
    }

}

@media (min-width: 1800px) {

    .modal-xl {
        --bs-modal-width: 1682px;
    }
}

@media (min-width: 1300px) {

    .modal-xl {
        --bs-modal-width: 1240px;
    }
}

header {
    height: 90px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 15px #00000015;
}

header nav {
    height: 100%;
}

header .nav-link,
.navbar-nav {
    height: 90px;
}

header .nav-link {
    font-family: var(--nav-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
}

.header .btn {
    font: normal normal 500 16px/25px var(--default-font);
    height: 50px;
    width: 145px;
}

@media screen and (min-width:992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}


.nav-item .dropdown-menu {
    border-radius: 3px;
    border: 0;
    padding: 10px 22px;
    box-shadow: 0px 3px 5.5px 0px #00000029;
    max-width: 320px
}

.nav-item .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #D1D1D1;
}

.nav-item .dropdown-menu li .dropdown-item {
    padding: 10px 0;
    font-family: var(--nav-font);
    font-size: 15px;
    font-weight: 500;
    line-height: 18.77px;
    color: #0F0F0F;
}

header .nav-link:hover,
header .dropdown-item:active,
header .dropdown-item:hover {
    background: transparent;
    color: #809B34 !important;
}

.dropdown-toggle::after {
    margin-left: 10px;
}

/* Footer start */
.footer_border {
    width: 100%;
    height: 20px;
    border-radius: 17px 17px 0px 0px;
    background: #B0CE5C;
}

.footer_bg {
    background: #F4F4F4;
    border-radius: 8px 8px 0px 0px;
    padding: 50px;
    margin-top:50px;
}

.footer_menu_list li a {
    font-family: var(--nav-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.footer_menu_list li:not(:last-child) {
    margin-bottom: 10px;
}

.footer_heading {
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
}

.email_signup {
    width: 90%;
}

.input_wrap {
    border: 2px solid #809B34;
    display: flex;
    justify-content: space-between;

}

.input_wrap input {
    border: 0;
    padding: 12px 16px;
}

input.submit_btn {
    border-left: 2px solid #809B34;
    font-size: 18px;
    font-weight: 700;
    line-height: 27.24px;
}

.email_input {
    width: 100%;
    background: transparent;
    outline: 0;
}

.copyright p {
    font-family: var(--nav-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 23.46px;
    text-transform: uppercase;
    color: #0F0F0F;
}

.copyright small {
    font-family: var(--nav-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 14.08px;

}

.footer_logo img {
    width: 265px;
}

/* Footer end*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
}

.swiper-pagination {
    position: relative;
    padding-top: 35px;
}
.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
}
.moving-top {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateY(0px);
    /* width: 5%; */
}

.moving-top:hover {
    cursor: pointer;
    transform: translateY(-10px);
}


/* Responsive css */

#close-btn {
    background: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    z-index: 1050;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: 50%;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

#close-btn:focus {
    outline: none;
}


@media (max-width: 1400px) {
    .navbar-brand img {
        width: 188px;
    }
}

@media (max-width: 1280px) {
    .footer_logo img {
        width: 240px;
    }
}

@media (max-width: 1200px) {
    .header .btn {
        width: auto;
    }

    .footer_logo img {
        width: 240px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        width: 280px;
        position: fixed;
        top: 0;
        right: -280px;
        height: 100vh;
        background-color: white;
        box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
        transition: right 0.3s ease-in-out;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

    .navbar-nav {
        margin-top: 50px;
        padding: 16px 25px;
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    header .nav-link {
        height: auto;
    }

    .disable-link {
        pointer-events: none;
        cursor: not-allowed;
    }

    .nav-item .dropdown-menu {
        border-radius: 0;
        border: 0;
        padding: 0;
        box-shadow: none;
        max-width: none;
        padding-left: 16px;
    }

    .nav-item .dropdown-menu {
        border-top: 1px solid #D1D1D1;
    }

    .navbar-nav li.nav-item {
        border-bottom: 1px solid #D1D1D1;
    }

    .email_signup {
        width: 100%;
    }

    .footer_logo {
        text-align: center;
    }

    .footer_heading {
        font-size: 22px;
        line-height: 30px;
    }

    .copyright p {
        font-size: 16px;
        line-height: 20px;
    }

    .copyright small {
        font-size: 12px;
        line-height: 14.08px;
    }

    .copyright small {
        font-size: 11px;
    }

    .nav-link.dropdown-toggle.show::after {
        transform: rotate(180deg);
    }

    .nav-item .dropdown-menu li .dropdown-item {
        white-space: normal;
    }
}

@media (max-width: 749px) {
    .footer_bg {
        margin-top: 30px;
    }

    .navbar-brand img {
        width: 170px;
    }
    .footer_menu_list{
        column-count: 2;
    }
}
@media (max-width: 590px) {
    .footer_bg {
        border-radius: 0;
        margin-top: 0;
    }
}