@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    font-family: "Montserrat", serif;
}
.menu{
    color: #0e3f44;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.logo{
    width: 65px;
    height: 55px;
}
.shape{
    width: calc(300% + 1.3px);
    height: 55px;
    position: absolute;
}
/* .hero{
    background-color: #093F45;
    background-image: url(https://wp.evolvevacationrental.com/wp-content/uploads/2023/07/purple-checkered-grid-purple.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
} */
 .offcanvas-header{
    justify-content: end !important;
 }
 .offcanvas-header .btn-close{
    color: red !important;
    padding-left: 10px !important;
 }
.hero h1{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 900;
}
.hero p{
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
}
.primary-btn{
    font-size: 16px;
    border: none;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    background-color: #A848BD;
    border-radius: 100px 100px 100px 100px;
    padding: 20px 40px 20px 40px;
    box-shadow: none;
    text-decoration: none;
}
.primary-btn:hover{
    color: #FFFFFF;
    background-color: #783188;
}
.contact-btn{
    font-size: 16px;
    text-decoration: none;
    border: none;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #A848BD;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 20px 10px 20px;
    transition: all 0.3s ease-in-out;
}
.contact-btn:hover{
    color: #FFFFFF;
    background-color: #783188;
    transform: scale(1.05);
}
.outline-btn{
    font-size: 13px;
    font-weight: 600;
    color: #093f46;
    border: 2px solid #093f46;
    border-radius: 100px 100px 100px 100px;
    padding: 6px 12px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.outline-btn:hover{
    background-color: #093f46;
    color: #fff;

}
.about-title{
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    color: #093F45;
    font-weight: 900;
    position: relative;
}
.about-subtitle{
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    color: #093F45;
    font-weight: 700;
}
.about-img{
    width: 100%;
    height: 600px;
    border-radius: 20px;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.plan h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    color: #093F45;
    font-weight: 900;
}
.plan-content{
    color: #093F45;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    width: 100%;
    max-width: 910px;
    margin: auto;
}
.achieve{
    background-color: #FFF5ED;
    padding-top: 80px;
    padding-bottom: 80px;
}
.Achieve h3{
    color: #093F45;
    font-size: 32px;
    font-weight: 900;
}
.Achieve p{
    color: #093F45;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}
.icon-img{
    width: 60px;
}
.revenu{
    color: #093F45;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2em;
}
.revenu-content{
    color: #093F45;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1.4px;
}
.big{
    background-color: #FFF5ED;
    padding-top: 80px;
    padding-bottom: 80px;
}
.big h3{
    color: #093F45;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}
.big p{
    font-family: "Nunito", Sans-serif;
    color: #093F45;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.big-card{
    background-color: #093F45;
    border-radius: 26px 26px 26px ;
    padding: 20px;
    height: 70vh ;
}

.big-card i{
    color: #B2BA17;
}
.big-card .offer-title{
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3em;
}
.big-card p span {
    background-color: #a848bd;
    color: #ffffff;
}
.big-card .offer{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.big-card .owner{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
}
.big-card .owner-content{
    padding-top: 0px;
    color: #7BF1FF;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.primary-outline-btn{
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    fill: #A848BD;
    color: #A848BD;
    background-color: #A848BD00;
    padding: 20px 40px;
    border: 2px solid #A848BD;
    border-width: 4px 4px 4px 4px;
    border-radius: 100px 100px 100px 100px;
}
.primary-outline-btn:hover{
    color: #783188;
    background-color: #F4E9F7;
    border-color: #783188;
}
.success{
    font-family: "Montserrat", Sans-serif;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 900;
}
.success-content{
    color: #FFFFFF !important;
    font-family: "Nunito", Sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4em !important;
}
.success-main{
    background-color: #37123D;
    background-image: url("../img/grow.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 26px 26px 26px;
}
.Initial-content{
    color: #093f46;
    font-family: "Nunito", Sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4em !important;
}
.plan-card{
    border-style: none;
    box-shadow: 0px 0px 23px -13px rgba(9, 63, 69, 0.56);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 20px;
    padding: 35px 35px 35px 35px;
    border-radius: 26px 26px 26px ;
}
.plan-title{
    font-family: "Montserrat", Sans-serif;
    color: #093F45;
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
    line-height: 2.75rem;
}
.plan-content{
    color: #093F45;
    font-family: "Nunito",  Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
}
.core-percent{
    font-family: "Montserrat",  Sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.75rem;
    color: #093f46;
}
.core-content{
    color: #093F45;
    font-family: "Nunito", Sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.125rem;
}
.accordion{
    --bs-accordion-border-width: 0px !important;
}


.accordion-button i {
    color: #1AB2C5;
    font-size: 16px;
    font-size: 900;
    margin-left: auto;
    transition: transform 0.3s ease;
  }
  .accordion-button:not(.collapsed) .icon-toggle {
    color: #093F45;
  }
  .accordion-button.collapsed i {
    transform: rotate(0deg);
  }
  
  .accordion-button:not(.collapsed) i {
    transform: rotate(180deg);
  }
  .accordion-button::after {
    display: none; 
  }
.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}

.according-heading{
    font-family: "Montserrat", Sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #093f46;
}
.according-content{
    border-width: 0px;
    color: #093F45;
    font-family: "Nunito", Sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 0px;
}
.contact-form{
    background-color: #FFF5ED;
    border-radius: 26px 26px 26px;
    padding: 30px;
}
.form-title{
    color: #093F45;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}
input.form-control {
    font-size: 16px;
    color: #093F45; 
    font-family: "Nunito", Sans-serif;
    box-shadow: none;
  }
  input.form-control:focus {
    color: #093F45;
    box-shadow: none;
  }
  footer{
    background-color: #093f46;
    padding-top: 60px;
    /* padding-bottom: 60px; */
    }
    .footer-logo{
        width: 100px;
        height: 100px;
    }
    .footer-heading{
        color: rgba(255, 255, 255);
        font-size: 0.875rem;
        font-weight: bold;
    }
  .footer-content{
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.4em;
    font-family: "Nunito", Sans-serif;
  }
  .link{
    /* font-size: 14px;
    font-weight: 300;
    line-height: 32px; */
    color: rgb(255, 255, 255);
    text-decoration: none;
    position: relative;
    display: inline-block;

    color: rgb(255, 255, 255);
    opacity: 0.6;
    font-size: 0.875rem;
}
.link:hover{
    color: rgb(255, 255, 255);
}
.link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0); 
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform-origin: center; 
    transition: transform 0.3s ease-in-out;
}
.link:hover::after {
    transform: translateX(-50%) scaleX(1);
}
  .footer-input{
    position: relative;
  }
  .footer-input input{
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    padding: 10px 12px;
    outline: none;
    border-radius: 12px;
  }
  .submit-btn{
    width: 100px;
    text-decoration: none;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #A848BD;
    border-radius: 12px;
    box-shadow: none;
  }
  .submit-btn:hover{
    color: #fff;
  }
  .footer-input .submit-btn {
    position: absolute;
    top: -25px;
    right: 0;
}
.sub-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px 0;
}
.copyright{
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
}
  .initial-list ul li {
    font-family: "Nunito", Sans-serif;
    color: #093F45;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    padding-bottom: 5px;
    text-align: left;
  }
  .initial-content{
    padding: 14px 14px 14px 14px;
    background-color: #DDF0F2;
    border-style: solid;
    border-width: 0px 0px 0px 6px;
    border-color: #B9DBDE;
    border-radius: 0px 0px 0px 0px;
  }
  .initial-content p{
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
  }


  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}




@media only screen and (max-width: 767px){
    .navbar-toggler-btn{
        border: none !important;
        padding-right: 0px;
    }
    .navbar-toggler-btn:focus{
        box-shadow: none;
    }
    .logo{
        width: 50px;
        height: 40px;
    }
    .hero-img{
        display: none;
    }
    .hero-content{
        text-align: center;
    }
    .success-main{
        background-color: #37123D;
        background-image: none !important;        
        border-radius: 0px 0px 0px;
    }
   .about-img{
    margin-top: 20px;
    margin-bottom: 20px;
   }
    .achieve{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .icon-img{
        width: 60px;
        height: 60px;
    }
    footer{
        padding-top: 40px;
        /* padding-bottom: 40px; */
    }
    .footer-heading{
        padding-top: 10px;
    }
    .contact-form{
        padding: 10px;
        margin-top: 10px;
    }
    .plan-card{
        padding: 20px 20px 20px 20px;
    }
    .contact-btn{
        margin-top: 7px;
    }
    .big-card{
        padding: 15px;
        height: auto ;
    }
}