@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

* {
    margin: 0;
    font-family: "Playfair Display", sans-serif;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #fff !important;
}
.top-header {
    display: flex;
    padding: 10px !important;
    justify-content: center;
    position: relative;
}
.top-header > div{
    display: flex;
    position: absolute;
    top: calc(50% - 20px);
    right: 15px;
    gap: 15px;
}
.top-header .login-signup-container img{
    width: 16px;
}
.top-header div .cart{
    width: 40px;
}
.login-signup-container{
    border-radius: 100px;
    background-color: rgba(244, 236, 225, 1);
    display: flex;
    color: #264c5a;
    margin-bottom: auto;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    font-size: 14px;
}
.logo {
    width: 120px;
}
.main-nav{
    background-color: rgba(38, 76, 90, 1);
    display: flex;
    padding: 18px 60px;
    align-items: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    justify-content: space-between;
}
nav.navbar{
    background-color: rgba(38, 76, 90, 1) !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.navbar-nav{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    justify-content: space-between;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}
 .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
     color: #c6b682;
 }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(255 255 255);
    font-weight: 800;
}
.work-in-progress{
    text-align: center;
    padding: 100px 0;
    font-size: 32px;
    margin: 0;
    background: #fff7f7;
} 
/* Footer */
footer.footer{
    color: #000;
    padding-top: 50px;
    padding-bottom: 0;
}
   

.footer-container {
    width: 100%;
}

.footer-content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.footer-info {
    align-self: start;
    width: 40%;
}

.footer-logo-container {
    display: flex;
    width: 100%;
    max-width: 567px;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    font-size: 36px;
    color: #112f19;
    font-weight: 700;
    line-height: 1;
    justify-content: center;
}

.footer-logo-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 23px;
    justify-content: start;
    flex-wrap: wrap;
}

.footer-logo {
        width: 80px;
    }

.footer-heading {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.footer-description {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.footer-navigation {
    display: flex;
    margin-top: 30px;
    width: 20%;
    flex-direction: column;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.footer-nav-link {
        color: rgba(0, 0, 0, 1);
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        padding: 10px 10px 0 0;
    }

.footer-community {
    margin-top: 30px;
    width: 40%;
}

.footer-newsletter {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-size: 26px;
    justify-content: start;
}

.newsletter-container {
        margin-top: 40px;
        width: 100%;
    }

.newsletter-form {
        background-color: rgba(245, 245, 245, 1);
        display: flex;
        width: 100%;
        padding: 6px 7px 6px 20px;
        align-items: center;
        justify-content: space-between;
        position: relative;
}
.newsletter-form span.error{
    position: absolute;
    bottom: -20px;
}
.newsletter-form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
    -webkit-text-fill-color: #000 !important;
}
.newsletter-input, .newsletter-input:hover, .newsletter-input:focus {
        border: none;
        background: transparent;
        outline: unset;
        font-size: 15px;
        flex: 1;
    }

.newsletter-button {
        align-items: center;
        display: flex;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(38, 76, 90, 1);
        padding: 10px 15px;
        border: unset;
        gap: 5px;
        font-size: 20px;
    }
.newsletter-button img{
        width: 32px;
    }


.footer-social {
        margin-top: 50px;
    }

.social-links {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 15px;
        font-weight: 500;
        justify-content: space-between;
    }

.social-link {
        display: flex;
        margin: auto 0;
        align-items: center;
        gap: 5px;
        justify-content: start;
        color: rgba(0, 0, 0, 1);
        text-decoration: none;
    }
.social-links svg {
    width: 21px;
}

.social-name {
    align-self: stretch;
    margin: auto 0;
}

.footer-copyright {
    background-color: #f5f5f5;
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    text-align: center;
}

.copyright-text {
    align-self: stretch;
    width: 100%;
    padding: 10px;
    gap: 10px;
    margin: 0;
}
.dropdown-menu.show{
    transform: scale(1);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    min-width: 195px;
    padding: 6px;
    top: calc(100% + 4px);
}
.dropdown-menu .dropdown-item {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #dddad1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 2px;
}
span.user-name{
    text-transform: uppercase;
}
.dropdown-menu .dropdown-item:last-child {
    border-bottom: unset;
}
.dropdown-item svg{
    padding: 7px;
    background: #ddd;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}
.dropdown-menu .dropdown-item:hover svg, .dropdown-menu .dropdown-item:focus svg {
    background: #c6b682;
}

.dropdown-menu .dropdown-item:hover svg path, .dropdown-menu .dropdown-item:focus svg path {
    fill: #fff;
}

.carousel-control-prev, .carousel-control-next{
    width: 30px;
}
.carousel-control-prev{
    left: 45px;
}
.carousel-control-next{
    right: 45px;
}
.carousel-caption{
    top: calc(50% - 170px);
    bottom: unset;
    left: 8%;
    right: unset;
    text-align: left;
    width: 41%;
}
.carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-top: unset;
    border-bottom: unset;
    border-radius: 30px;
}
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"%3e%3cpolyline points="15 18 9 12 15 6"%3e%3c/polyline%3e%3c/svg%3e') !important; 
    width: 24px;
    height: 24px;
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"%3e%3cpolyline points="9 18 15 12 9 6"%3e%3c/polyline%3e%3c/svg%3e') !important; 
    width: 24px;
    height: 24px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background: #fff;
    border-radius: 50px;
}

.carousel-caption .btn{
    padding: 15px 25px;
    color: #FFF;
    font-size: 20px;
}
.carousel-caption img{
    width: 100%;
    margin-bottom: 15px;
}
.carousel-caption .custom-btn img{
    margin-bottom: 0;
    top: calc(50% - 6px);
}
.main-page-title{
    color: #c6b682;
    font-size: 120px;
    font-style: italic;
    font-weight: 500;
    margin: 0;
    line-height: 150px;
    padding-left: 10px;
}
.custom-btn{
    font-weight: 700;
    text-align: center;
    padding: 20px 60px;
    border-radius: unset;
    border: unset;
    font-size: 23px;
    /* min-width: 400px; */
    position: relative;
}
.custom-btn img, .custom-btn svg{
    width: 32px;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 20px;
}
.custom-btn.btn-primary svg path{
    fill: #fff;
}

.btn-secondary {
    border-color: #c6b682 !important;
    background-color: #c6b682 !important;
    color: #000 !important;
}

.testimonials{
    background: #C6B682;
    padding-top: 10px;
}
.testimonials h3{
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
}
#testimonialCarousel{
    padding: 30px 75px;
    background: #fff;
}
#testimonialCarousel .carousel-control-prev{
    left: -40px;
}
#testimonialCarousel .carousel-control-next{
    right: -40px;
}
#testimonialCarousel .carousel-item .msg{
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    margin: 10px 0;
}
#testimonialCarousel .carousel-item .quate{
    width: 45px;
}
#testimonialCarousel .carousel-item .quate.end{
    transform: rotate(180deg);
    float: right;
}
#testimonialCarousel .testi-person{
    display: flex;
    gap: 20px;
    color: #000;
    align-items: center;
}
#testimonialCarousel .testi-person img{
    width: 100px;
}
#testimonialCarousel .testi-person{
    padding-top: 30px;
}
#testimonialCarousel .testi-person h5{
    color: #112F19;
    font-size: 22px;
    font-weight: 700;
}
#testimonialCarousel .testi-person p{
    color: #112F19;
    font-size: 17px;
    font-weight: 500;
}

.contact-us{
    background: #F5F5F5;
    padding-bottom: 75px;
}
.contact-us .form-box{
    background: #FFF;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.15);
}
.contact-us .form-box .form-heading{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    background: #264C5A;
}
.contact-us form .form-control {
    border: unset;
    color: #222;
    border-radius: 0;
    border-bottom: 1.4px solid #C6B682;
}
.contact-us form .form-control:focus {
    box-shadow: unset;
}
.contact-us form .form-label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
}

.contact-form-area{
    display: flex;
    align-items: flex-end;
}
.contact-form-area .area-left{
    width: calc(66%);
}
.contact-form-area .area-left form{
    padding: 34px;
}
.contact-form-area .area-right{
    width: calc(37%);
}
.special-design{
    text-align: center;
    min-height: 90px;
    height: 100px;
}
.special-design img{
    height: 40px;
}
.special-design hr{
    margin: 0;
    background: #dddad1;
}
.special-design .vertical-line{
    height: calc(100% - 41px);
    width: 1px;
    background: #dddad1;
    margin: 0 auto;
}
.special-design.kp{
    height: 200px !important;
}


.community{
    background: #fff;
    padding: 30px 130px;
    margin-top: 170px;
}
.community h3{
    color: #000000;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: -200px;
    font-weight: 800;
    line-height: normal;
}
.community-col-outer .heading-outer{
    padding-bottom: 20px;
    border-bottom: 1.5px solid #c6b682;
}
.community-col-outer .amount-outer{
    padding-bottom: 10px;
    border-bottom: 1.5px solid #c6b682;
}
.community-col-outer .heading-outer h4{
    color: #112F19;
    font-size: 26px;
    font-weight: 800;
    line-height: normal;
}
.community-col-outer .amount-outer .amt{
    color: #112F19;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
}
.community-col-outer .amount-outer .period{
    color: #112F19;
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
    float: right;
    margin-top: 15px;
}
.community p{
    color: #000000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.community-col-outer {
    padding: 5px;
    border: 1px solid #C6B682;
}
.community-col-inner {
    padding: 15px;
}
.custom-btn-community {
    font-weight: 700;
    text-align: center;
    padding: 20px 15px;
    border-radius: unset;
    border: unset;
    font-size: 20px;
    width: 100%;
}
.custom-checklist {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
  }
  .custom-checklist li {
    color: #000000;
  }

  .custom-checklist li::before {
    content: "✔";             /* Use the check symbol */
    color: #000000;             /* Optional: change color */
    margin-right: 10px;       /* Spacing from text */
  }

  .body-main-section {
    margin: 0 auto;
  }

  .main-section-outer {
    margin: 0 auto;
    text-align: center;
  }

  .main-section-title {
    font-weight: 800;
    font-size: 38px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.main-section-description {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #000;
}
.required::after {
    content: " *";
    color: red;
}
#currencyDropdown{
    border: unset;
    background: unset;
    padding: 0 10px 0 0;
}
#currencyDropdown .symbol{
    padding: 10px 15px;
    width: 40px;
    background: #f4ece1;
    color: #264c5a;
    border-radius: 50%;
    height: 40px;
    font-family: 'Lato';
    font-weight: 700;
    display: inline-block;
}
#currencyDropdown.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
}
.currency-dropdown{
    display: inherit;
}
.currency-dropdown .dropdown-menu.show{
    min-width: 100px;
}
.loading-text{
    width: 100%; 
    height: 25px; 
    background: #eee; 
    border-radius: 5px;
    animation: blink 1.5s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.float-whatsapp{
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.float-whatsapp img{
    width: 60px;
}
.social-icon-header {
    top: 20px;
    right: 20px;
    position: absolute;
}
.social-icon-header a {
    display: block;
    margin-bottom: 2rem;
    transition: all .2s ease;
}
.social-icon-header a:hover {
    transform: translateX(-5px);
}
.social-icon-header a svg {
    width: 23px;
    height: 23px;
}

.join-now-section{
    background: #033742;
}
.join-now-section .row .col-md-7 svg{
    height: 190px;
    width: 238px;
    margin-right: 20px;
}
.join-now-section h3{
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}
.join-now-section .row{
    align-items: center;
}
.join-now-section .row .col-md-7{
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .body-main-section {
        max-width: 90%;
      }
}


@media screen and (max-width: 768px) {
    .top-header{
        padding: 10px 15px;
        justify-content: flex-start;
    }
    .top-header .logo{
        width: 80px;
    }
    .top-header > div{
        right: 15px;
        gap: 10px;
    }
    .login-signup-container{
        padding: 10px;
    }
    .login-signup-container span{
        display: none;
    }
    .top-header div .cart{
        width: 35px;
    }
    .join-now-section .row .col-md-7{
        justify-content: center;
        padding: unset;
    }
    .join-now-section .row .col-md-7 svg{
        height: 75px;
        width: 93px;
        margin-right: 20px;
    }
    .join-now-section .row .col-md-5{
        padding: unset;
    }
    .join-now-section h3{
        font-size: 33px;
    }
    .join-now-section .row{
        padding: 0 15px;
        margin: 0;
    }
    .join-now-section .row .col-md-5 .btn{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 992px) {
    nav.navbar{
        padding: 10px 15px !important;
    }
    .navbar-light .navbar-toggler{
        background-color: #fff;
        font-size: 14px;
    }
    .navbar-light .navbar-toggler:focus{
        box-shadow: unset;
    }
    .navbar-nav{
        align-items: flex-start;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 10px 0;
        border-bottom: 1px solid #C6B682;
        width: 100%;
        gap: 20px;
    }
    .social-icon-header a {
        margin: 2rem 3rem;
    }
    
}

@media screen and (max-width: 768px) {
    .container{
        max-width: 100%;
        padding: 0 5px;
    }
    .top-header{
        padding: 10px 15px;
    }
    .top-header .logo{
        width: 80px;
    }
    .top-header > a{
        display: none;
    }
    .top-header > div{
        right: 15px;
        gap: 10px;
    }
    .main-page-title{
        font-size: 60px;
        line-height: 70px;
        padding: 0 15px;
    }
    .login-signup-container{
        padding: 10px;
    }
    .login-signup-container span{
        display: none;
    }
    .top-header div .cart{
        width: 35px;
    }
    
    .carousel-indicators [data-bs-target]{
        width: 10px;
        height: 10px;
    }
    .custom-btn{
        min-width: 200px;
        padding: 15px;
        font-size: 16px;
    }
    .custom-btn img, .custom-btn svg{
        width: 25px;
    }
    
    .testimonials{
        padding: 20px 15px 0;
    }
    #testimonialCarousel{
        padding: 20px;
    }
    #testimonialCarousel .carousel-control-prev{
        left: 0px;
    }
    #testimonialCarousel .carousel-control-next{
        right: 0px;
    }
    #testimonialCarousel .carousel-item .quate{
        width: 25px;
    }
    #testimonialCarousel .carousel-item .msg{
        font-size: 14px;
        line-height: 18px;
    }
    #testimonialCarousel .carousel-item .img{
        font-size: 25px;
    }
    #testimonialCarousel .testi-person{
        gap: 10px;
        width: 100%;
    }
    #testimonialCarousel .testi-person img{
        width: 60px;
    }
    #testimonialCarousel .testi-person h5{
        font-size: 15px;
        margin-bottom: unset;
    }
    #testimonialCarousel .testi-person p{
        font-size: 12px;
    }
    .contact-us{
        padding: 0 15px 20px;
    }
    .contact-us .form-box .form-heading{
        font-size: 16px;
        line-height: unset;
        padding: 10px;
    }
    .contact-form-area{
        flex-direction: column;
        align-items: center;
    }
    .contact-form-area .area-left, .contact-form-area .area-right{
        width: 100%;
    }
    .contact-form-area .area-left form{
        padding: 20px;
    }
    .contact-us form .form-label{
        line-height: unset;
    }
    footer.footer{
        padding: 20px 15px 0;
    }
    .footer-content{
        flex-direction: column;
    }
    .footer-info{
        width: 100%;
    }
    .footer-logo-wrapper{
        flex-wrap: nowrap;
    }
    .footer-logo{
        width: 60px;
    }
    .footer-heading{
        font-size: 20px;
    }
    .footer-description{
        font-size: 13px;
        line-height: unset;
    }
    .footer-navigation{
        margin-top: unset;
        width: 100%;
    }
    .footer-nav{
        margin-top: unset;
    }
    .footer-nav-link{
        padding: 5px 10px 0 0;
    }
    .footer-community{
        margin-top: 10px;
        width: 100%;
    }
    .newsletter-container{
        margin-top: 10px;
    }
    .newsletter-button{
        font-size: 18px;
        padding:  5px 10px;
    }
    .newsletter-button img{
        width: 22px;
    }
    .newsletter-form{
        padding: 6px 7px;
    }
    .footer-social{
        margin-top: 20px;
    }
    .social-links{
        justify-content: center;
    }
    .social-link{
        background: #ddd;
        padding: 10px;
        border-radius: 20px;
    }
    .social-icon{
        width: 18px;
    }
    .footer-social .social-name{
        display: none;
    }
    .footer-description{
        padding: 0;
    }
    .special-design{
        padding: 0 15px;
    }
    .special-design.kp{
        height: 120px !important;
    }
}

@media screen and (max-width: 480px) {

    .navbar-light .navbar-nav .nav-link{
        padding: 10px 0;
        border-bottom: 1px solid #C6B682;
        width: 100%;
        gap: 20px;
    }
    #carouselExampleCaptions .carousel-item > img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }
    
    .carousel-indicators [data-bs-target]{
        width: 10px;
        height: 10px;
    }
    
    .footer-description{
        font-size: 13px;
        line-height: unset;
    } 
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1170px;
    }
}
@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}


