.bg-light {
    background-color: #fffaed !important;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

body {
    font-family: "Inter", sans-serif;
}

.heart-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e70303;
    position: relative;
    margin:0px 6px -2px 3px !important;
    transform: rotate(-45deg);
    animation: blink 3s infinite ease-in-out;
}

/* Heart Top Circles */
.heart-icon::before,
.heart-icon::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #e60808;
    border-radius: 50%;
    position: absolute;
}

.heart-icon::before {
    top: -7px;
    left: 0;
}

.heart-icon::after {
    top: 0;
    left: 7px;
}

/* Blinking Animation */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.custom-btn {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    color: #f5f5f5;
    z-index: 1;
    background-color: #1B3615;
    overflow: hidden;
    cursor: pointer;
    border: 0 none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-btn:hover {
    color: #ffffff;
}

.navbar-toggler {
    padding: 4px 6px;
    font-size: 0.8rem;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}

.header-top {
    background: #18361D;
}

.header-top a {
    font-size: 14px;
    color: #ffffff;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .header-top .row .col-lg-6 {
        width: 50%;
    }
}

.header-top .top-info li {
    display: inline-block;
    padding: 4px 0;
    margin-right: 10px;
    font-size: 16px;
}

.header-top .top-info li a {
    color: #ffffff;
    font-size: 14px;
}

.header-top .top-info li a i {
    margin-right: 5px;
    color: #3DB4FD;
}

.header-top .top-info li:hover a {
    color: #3DB4FD;
}

.navbar {
    padding: 0 !important;
}

.header-top {
    padding: 0 !important;
}

.navbar .navbar-nav li a.nav-link {
    padding: 30px 20px !important;
    color: #2b2b2b;
    font-weight: 600;
}

.navbar .navbar-nav li a.nav-link:hover {
    color: #01440a !important;
    border-bottom: 1px solid green;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #01440a !important;
    border-bottom: 1px solid green;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .navbar .navbar-nav li a.nav-link {
        padding: 18px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-nav li a.nav-link {
        font-size: 15px;
        padding: 26px 10px;
    }
}

.navbar .navbar-brand {
    margin-right: 0;
    width: 300px !important;
    height: 100px !important;
    font-family: 'Poppins', sans-serif;
}

.navbar-brand img {
    width: 80px;
}

@media(max-width:576px) {
    .header-a {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media(max-width:368px) {
    .navbar-brand img {
        width: 60px;
    }

    .section-title {
        font-size: 20px !important;
    }

    .navbar .navbar-brand {
        width: 80px !important;
    }
}

.navbar .navbar-brand span {
    color: #18361D;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-brand {
        width: 100px !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar a.navbar-brand img {
        width: 75px;
    }
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .dropdown-toggle:after {
    float: right;
}

.navbar .dropdown .dropdown-toggle:after {
    color: #000000;
    content: "\f107";
    font-family: "fontawesome" !important;
    line-height: 24px;
    border: 0 none;
    font-size: 13px;
    margin-left: 7px;
    margin-top: 1px;
}

@media only screen and (max-width: 767px) {
    .navbar .dropdown .dropdown-toggle:after {
        margin-left: auto;
        margin-right: 10px;
    }
}

.navbar button.navbar-toggler.offcanvas-nav-btn {
    border: 0;
    font-size: 1.50rem;
    font-weight: 700;
    color: #031550;
}

.text-inverse img {
    width: 100px;
    height: 100px;
}

.navbar button.navbar-toggler.offcanvas-nav-btn i {
    top: 0.125rem;
    position: relative;
}

.navbar .dropdown-header {
    color: #031550;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    padding: 4px 24px;
    text-transform: uppercase;
}

.navbar .custom-btn {
    border-radius: 30px;
    padding: 9px 12px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .navbar .custom-btn {
        padding: 8px 15px;
    }
}

.navbar.nav-center .navbar-nav li:last-child a.nav-link {
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: 0.0625rem solid var(--bs-gray-200);
        border-radius: 0;
        padding: 12px 0 !important;
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        border: 0 none;
    }
}

.header-actions {
    max-width: 280px;
    flex: 0 0 280px;
}

header nav.navbar.scroll-on {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.07);
    width: 100%;
    animation: headerSlideDown 1.3s ease forwards;
}

header nav.navbar.scroll-on .navbar-nav li a.nav-link {
    padding: 26px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header nav.navbar.scroll-on .navbar-nav li a.nav-link {
        padding: 22px 10px;
    }
}

header.header-2 nav.navbar.scroll-on {
    background-color: #000000;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}

@keyframes headerSlideDown {
    0% {
        margin-top: -6.25rem;
    }

    to {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .header-actions {
        max-width: 250px;
        flex: 0 0 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-actions {
        max-width: 250px;
        flex: 0 0 250px;
    }

    .header-actions .custom-btn {
        padding: 6px 20px;
    }
}

.header-actions a:hover {
    background-color: #18361D;
    color: #ffffff !important;
}

.offcanvas-header .btn-close {
    padding: 4px;
}

.btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    flex: 0 0 30px;
    text-align: center;
    display: table;
    background: 0 0;
    background-color: #ebebeb !important;
}

.btn-close:focus {
    border: 0 none;
    box-shadow: none;
}

.btn-close:before {
    font-family: "fontawesome";
    font-size: 1.2rem;
    content: "\f00d";
    background-color: transparent;
    font-weight: 100;
    color: #031550;
    top: 3px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}