/* poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* lato */
@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* work sans */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&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=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /* colors */
    --navy: #003058;
    --blue: #004A87;
    --darkcharcoal: #333;
    --black: #000000;
    --white: #fff;
    --minty: #45FFB0;
    --light: #D0FFEB;
    --darkgreen: #081D14;
    --charcoal: #2D2D2D;
    --bottlegreen: #2A7C59;
    --green1: #62C79C;
    --green2: #7DE4B8;
    --green3: #A0F8D2;
    --green4: #CAFDE7;
    --green5: #B7FFE0;
    --round: rgba(158, 228, 198, 0.20);
    --foot-link: rgba(51, 51, 51, 0.70);
    --black-btn-text: #EBFFF7;
    /* gradient */
    --greenGradient: linear-gradient(270deg, #D0FFEB 0%, #45FFB0 100%);
    --bright-gradient: linear-gradient(180deg, #D0FFEB 41%, #2A7C59 251.05%);
    --cards: linear-gradient(178deg, #D0FFEB 1.48%, #FFF 112.9%);
    --fade: linear-gradient(180deg, #D0FFEB 0%, #FFF 100%);
    --fade2: linear-gradient(180deg, #FFF 36.85%, #2A7C59 354.78%);
    --fadebtn: linear-gradient(98deg, #D0FFEB 19.18%, #8CF6C9 92.88%);
    --bright: linear-gradient(269deg, #B7FFE0 1.91%, #5EFFBB 28.87%);
    --footer2: linear-gradient(90deg, #B7FFE0 0%, rgba(94, 255, 187, 0.80) 100%);
    --bright2: linear-gradient(90deg, #45FFB0 0%, #9CFFD5 100%);



    /* fonts */
    --poppins: "Poppins", sans-serif;
    --lato: "Lato", sans-serif;
    --Inter: "Inter", sans-serif;

}
html, body {
    overflow-x: hidden;
}
.mint-bg {
    background: #B7FFE0;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.lato {
    font-family: "Lato", sans-serif;
}

.inter {
    font-family: "Inter", sans-serif;
}

.workSans {
    font-family: "Work Sans", sans-serif;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.j-center {
    justify-content: center;
}

.a-center {
    align-items: center;
}

/* font sizes */
.fs-75 {
    font-size: 75px;
    line-height: normal;
}

.fs-70 {
    font-size: 70px;
    line-height: normal;
}

.fs-64 {
    font-size: 64px;
    line-height: normal;
}
.fs-60{font-size:60px}
.fs-55 {
    font-size: 55px;
    line-height: normal;
}

.fs-50 {
    font-size: 50px;
    line-height: normal;
}

.fs-45 {
    font-size: 45px;
    line-height: normal;
}

.fs-36 {
    font-size: 36px;
    line-height: normal;
}
.fs-35 {
    font-size: 35px;
    line-height: normal;
}
.fs-30{
    font-size: 30px;
    line-height: normal;
}
.fs-25 {
    font-size: 25px;
    line-height: normal;
}

.fs-20 {
    font-size: 20px;
    line-height: normal;
}

.fs-18 {
    font-size: 18px;
    line-height: normal;
}

.fs-16 {
    font-size: 16px;
    line-height: normal;
}

.fs-14 {
    font-size: 14px;
    line-height: normal;
}

.fs-12 {
    font-size: 12px;
    line-height: normal;
}

/* font weights */
.bolder {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;

}

/* line-height */
.line-40 {
    line-height: 40px;
}
.line-32 {
    line-height: 32px;
}

.line-26_32 {
    line-height: 26.32px;
}

.line-26 {
    line-height: 26px;
}

.line-24 {
    line-height: 24px;
}

.line-20_848 {
    line-height: 20.848px;
}

.line-20 {
    line-height: 20px;
}

.line-16 {
    line-height: 16px;
}

.line-n {
    line-height: normal;
}

/* headings */
h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

h4 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    font-style: normal;
    margin-bottom: 0;
}

/* .roundedButton {
    display: flex;
    width: 201px;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: var(--greenGradient);
    color: var(--black);
    transition: .2s all ease-in;

}
.roundedButton:hover {
    background: var(--bottlegreen);
    color: var(--white);
    transition: .2s all ease-in;

} */

/* .fadedbtn {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    background:var(--fadebtn);
    transition: .2s all ease-in;

} */

.squarebtn {
    display: flex;
    padding: 10px;
    align-items: flex-end;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--charcoal);
    transition: .2s all ease-in;

}

.blackbtn {
    display: flex;
    height: 45px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--charcoal);
    transition: .2s all ease-in;
    color: var(--black-btn-text);

}

.blackbtn:hover {
    transition: .2s all ease-in;
    color: var(--black-btn-text);
    background-color: #000000;

}


select {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid var(--charcoal);
    background: var(--green5);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    color: var(--charcoal);
}
html {
    scroll-behavior: smooth;
  }


/* header */
.navbar {
    background-color: transparent;

}
.navbar .nav-item{
    padding: 5px;
    transition: .3s all ease-in;

}
.navbar .nav-item:hover  {
    background-color: var(--green5);
    border-radius: 10px;
    transition: .3s all ease-in;

}

.navbar-collapse .nav-link {
    color: var(--black);
    padding: 0 50px;
}

ul.navbar-nav.mb-2.mb-lg-0 {
    transform: translateX(29px);
}

/* footer */
/* .footer-card1 .card-footer {
    background: var(--green1);
}

.footer-card1 .footer-link {
    color: var(--darkcharcoal);
}

.footer-card1 .footer-link:active {
    color: var(--bottlegreen);
}

.footer-card1 .footer-contact-link {
    color: rgba(51, 51, 51, 0.70);
}

.footer-card1 .solial-box i {
    background-color: var(--green1);
    color: var();
} */
footer {
    background: var(--footer2);
}
footer .footer-logo{
    width: 114px;
    height: 96px;
}
footer .footer-logo img{
 object-fit: contain;
 width: 100%;
 height: 100%;
}

footer .footer-heading {
    color: var(--blue);
    padding-left: 25px;
}

footer .link-footer a {
    color: var(--charcoal);
}

footer .link-footer a:hover {
    color: var(--bottlegreen);
}
.card-footer-border{
    border-top: 1px solid var(--white);
}
/* footer .card-footer::before {
    content: "";
    width: 100%;
    border-top: 1px solid var(--white);
    overflow: hidden;
    padding-top: 15px;
} */
.card-footer{
    justify-content:space-between;
}
footer .privacy {
    border-left: 1px solid var(--charcoal);
    padding-left: 5px;
}

footer .privacy,
footer .conditions{
  cursor: pointer;
}
footer .footer-socials .link-footer:hover i,
footer .footer-contact .link-footer:hover i{
    color: var(--bottlegreen)
}
/* index page */
.heroHeading {
    color: var(--navy);
}

.heroHeading span {
    color: var(--charcoal);
}

.home-herosection {
    background: var(--bright);
}

.sectionsHeading {
    color: var(--green1);
}
.home-hero-box {
    padding: 70px 0;
    max-width: 800px;
}

.home-hero-img > img {
    border-radius: 0px 5px 5px 0px;width:100%;height:100%;
}

.home-hero-img {
    position: relative;
}
.home-herosection .hero-img{
    display: flex;
    justify-content: end;
}
.home-herosection .col-lg-5:has(.home-hero-img) {
    overflow: hidden;
    text-align: right;

}


.sectionsSubHeading, .privacy-policy-para, .privacy-policy-heading {
    color: var(--charcoal);
}

.home-about-box {
    padding-right: 10px;
}
.home-hero-para, .home-about-para{
    text-align: justify;
    padding-right: 15px;

}
.home-about-cards .card-text{
    text-align: justify;
    padding:5px 0px;
    line-height: 1.5;

}
.home-hero-img {
    width: 570px;
    /* height: 600px; */
    border-radius: 0px 5px 5px 0px;
}

.sms-box {
    background-image: url(../media/images/website/home-about.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

.home-about-image {
    width: 284px;
    height: 262px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.home-about-card {
    display: flex;
    /*width: 412px;*/
    padding: 30px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: var(--green5);
    height: 353px;
}

.home-about-card .card-body {
    padding: 0;
}

.home-about-card i.bi.bi-tags {
    transform: rotate(90deg);
}

.price-cards-home {
    gap: 30px;
}

.price-cards-home .home-price-cards {
    width: 463px;
    padding: 50px;
}
.price-cards-home .home-price-cards .whatsIncluded{
    padding-left: 9px;
}

.home-pricesection .packagePara {
    color: var(--charcoal);
}

.home-pricesection .home-package-list {
    padding-left: 10px;
}

.home-accordion .accordion-button::after {
    background-image: url(../media/images/website/caret-up.png);
}

.home-accordion .accordion-button,
.home-accordion .accordion-collapse {
    border-radius: 5px;
    border: 1px solid var(--charcoal);
    transition: .2s all ease-in;

}

.home-accordion .accordion-button:hover,
.home-accordion .accordion-button:focus-within {
    background: #B7FFE0;
    border: 1px solid var(--charcoal);
    transition: .2s all ease-in;

}

.home-accordion .accordion-button {
    margin: 5px 0;
}

.home-accordion .accordion-collapse {
    margin-top: 10px;
    margin-bottom: 5px;
}

.home-accordion .accordion-item {
    border: none;
}

.home-accordion .accordion-body p {
    color: var(--charcoal);
}

.home-accordion .accordion-button:not(.collapsed) {
    color: var(--charcoal);
}

/* Privacy Policy */
.privacy-policy-heading{
    padding: 15px 0 7px 0;

}
.privacy-page-hero {
    background: var(--bright2);
    /* min-height: 170px; */
    padding-block: 6em;
}
.privacy-policy-content h3{
    font-size: 30px;
}
.privacy-list {
    list-style: inside;
    padding-left: 5px;
}
div#kt_scrolltop{
    background-color: var(--green1);
}
