@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');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@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=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root{
    --green: #0ca72d;
    --green2: rgb(0, 71, 27);
    --bg: #f3fff6;
    --bg2:rgb(233, 255, 238);
    --bg3:rgb(209, 254, 220);
    --white: #ffffff;
    --black: #000000;
    --black2: #242423;
    --violet: #6a41e1;
    --pink: #fc346a;
    --blue: #005aef;
    --blue2: #EB3951;
    --blue3: #002054;
    --orange: #f2532c;
    --bg-grad: linear-gradient(158deg, #f8e8ff 0%, #e0f4ff 85.84%);;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    font-family: "Poppins", serif;
    /* font-family: "Montserrat", sans-serif; */
    scroll-behavior: smooth;
}

/********* Back To Top Button Start *********/

#top{
    display: inline-block;
    background-color: var(--green);
    width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  #top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2.4em;
    line-height: 50px;
    color: #fff;
  }
  #top:hover {
    cursor: pointer;
    background-color: var(--green2);
  }
  #top:active {
    background-color: var(--green2);
  }
  #top.show {
    opacity: 1;
    visibility: visible;
  }

/********* Back To Top Button End *********/

/********* Header Section Start *********/

.navbar .navbar-brand img{
    width: 120px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(1%) hue-rotate(330deg) brightness(94%) contrast(100%);
}
.navbar a{
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
}
.navbar ul{
    list-style: none;
    display: flex;
}
.navbar ul li a{
    padding: 10px 20px;
    transition: .3s ease-in-out;
}
.navbar ul li a:hover{
    color: var(--green);
}
.navbar ul li{
    margin: 0 5px;
}
.logo-white{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(1%) hue-rotate(330deg) brightness(94%) contrast(100%);
} 
.menu-color ul li a{
    color: var(--black) !important;
}
.navbar{
    position: fixed;
    z-index: 99999999;
}
.header-shadow{
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}
.navbar .sign{
    background-color: var(--green);
    padding: 10px 30px !important;
    color: var(--white);
    font-weight: 600;
    transition: .3s ease-in-out;
}
.navbar .sign:hover{
    background-color: var(--black);
    color: #fff;
}
.offcanvas {
    width: 250px !important;
}
.offcanvas-backdrop.show{
    opacity: .8;
}
.custom-toggler {
    border: none;
    background: transparent;
    padding: 10px;
}
.custom-toggler:focus{
    box-shadow: none;
}
.hamburger {
    width: 30px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.hamburger span {
    width: 30px;
    height: 4px;
    background: var(--green);
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}

/********* Header Section End *********/

/********* Banner Section Start *********/

@keyframes zoom {
    0% { transform: translateY(0); }
    50% { transform: translateY(40px); }
    100% { transform: translateY(0); }
}
#banner {
    overflow: hidden;
    background-image: url(./img/banner-bg4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
#banner h1{
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 75px;
}
#banner h1 span{
    color: var(--green);
}
#banner h6{
    color: #585858;
    font-size: 19px;
    line-height: 30px;
}
#banner .ban-text{
    padding: 170px 0 50px 0 !important;
    z-index: 2;
}
#banner .ban-img{
    padding: 20px 0 50px 0;
}
#banner .ban-img img{
    box-shadow: 0 10px 50px 0 rgba(12, 167, 45, 0.3);
}
#banner .b-left a{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 14px 30px !important;
    font-size: 18px;
    color: var(--white);
    background-color: var(--green);
    transition: .4s ease-in-out;
}
#banner .b-left a:hover{
    background-color: var(--black2);
    border-color: var(--black2);
}

.pos-fixed{
    background-color: var(--white) !important;
}

.heading{
    padding-bottom: 60px;
}
.heading h6{
    color: var(--green);
    font-weight: 600;
    font-size: 16px;
}
.heading h1{
   font-size: 40px;
   position: relative;
   text-transform: capitalize;
   font-weight: 600;
   color: var(--green2);
   margin: 20px 0 20px 0;
}
.heading p{
    font-size: 16px;
    font-weight: 500;
    color: #5c5c5c;
 }

/********* Banner Section End *********/

/********* Blocks Section Start *********/

#blocks .b-row{
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e2e2e2;
}
#blocks .bl-img{
    border-radius: 20px;
    padding: 40px;
    background-color: var(--bg2);
}
#blocks .block-img img{
    border-radius: 20px;
}
#blocks .tag span{
    display: inline;
    padding: 5px 35px 5px 25px;
    color: var(--green);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
#blocks h1{
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 25px 0;
    color: var(--green2);
}
#blocks h4{
    font-size: 18px;
    line-height: 1.6;
    color: #616161;
    font-weight: 500;
    margin-bottom: 40px;
}
#blocks h5{
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    margin-top: 2px;
}
#blocks p{
    margin-bottom: 0;
    font-size: 16px;
    color: #616161;
}
#blocks .det i{
    font-size: 27px;
    color: var(--green);
}
#blocks .block-link a{
    text-decoration: none;
    background-color: transparent;
    color: var(--green2);
    border: 1px solid var(--green2);
    font-size: 16px;
    padding: 14px 25px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}
#blocks .block-link a:hover{
    color: var(--white);
    border-color: var(--green);
   background-color: var(--green);
}
#blocks .block-link a:hover i{
   transform: translateX(8px);
   color: var(--white);
}
#blocks .block-link a i{
    color: var(--blue3);
    border-radius: 50%;
    margin-left: 4px;
    transition: .3s ease-in-out;
}

/********* Blocks Section End *********/

/********* Connect Section Start *********/

#connect{
    background-color: #fcfcfc;
}
#connect .con{
    background-color: var(--bg3);
    border-radius: 50px;
}
#connect h1{
    color: var(--green2);
    font-weight: 700;
    text-transform: capitalize;
}
#connect h5{
    color: var(--black2);
    opacity: 0.8;
}
#connect a{
    text-decoration: none;
    background-color: var(--green);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid var(--green);
    transition: .4s ease-in-out;
}
#connect a:hover{
    background-color: var(--black2);
    border: 1px solid var(--black2);
}

/********* Connect Section End *********/

/********* Why Choose Us Section Start *********/

#why{
    background-color: #fcfcfc;
}
#why .why{
    background-color: var(--white);
    height: 100% !important;
    margin: 20px 6px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 40px 35px;
}
#why .w-top{
    margin-top: 140px;
}
#why .det h1{
    font-weight: 700;
    color: var(--green);
}
#why .det h5{
    font-weight: 700;
    font-size: 21px;
    color: var(--green2);
}
#why .why-textt{
    box-shadow:  0 0 25px 0 rgba(0, 0, 0, 0.07);
    background-color: var(--white);
    padding: 40px 30px;
}
#why .det p{
    font-size: 16px;
    color: #585858;
}
#why .det i{
    font-size: 45px;
    margin-top: 5px;
    color: var(--black);
    opacity: 0.2;
}
#why .w-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#why .why-text h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
#why .why-text p{
    font-size: 15px;
    color: #585858;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 20px;
}
#why h2 span{
    color: var(--green);
    font-weight: 700;
}
#why h2{
    color: var(--green2);
    font-size: 36px;
    font-weight: 600;
}
#why .why-text a{
    font-size: 16px;
    color: var(--green);
    margin-bottom: 0;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease-in-out;
}

/********* Why Choose Us Section End *********/

/********* Features Section Start *********/

#features{
    background-color: #fcfcfc;
}
#features .feature{
    background-color: var(--white);
    border-bottom: 6px solid var(--green);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: 100%;
    transition: .3s ease-in-out;
}
#features .feature:hover{
    transform: translateY(-8px);
    border-color: var(--green);
    background-color: var(--green2);
    color: var(--white) !important;
}
#features .feature:hover h4{
    color: var(--white);
}
#features .feature:hover p{
    color: #efefef;
}
#features .feature:hover a{
    color: var(--white);
}
#features .feature:hover i{
    opacity: 1;
    color: var(--green);
    transform: scale(1.3);
}
#features .f-link a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
    text-decoration: none;
    transition: .3s ease-in-out;
}
#features .f-link a:hover{
    text-decoration: underline;
}
#features .f-icon i{
    font-size: 50px;
    color: var(--black);
    opacity: 0.3;
    transition: .5s ease-in-out;
}
#features .icon{
    display: flex;
    margin-bottom: 15px;
}
#features h6{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: .3s ease-in-out;
}
#features h4{
    font-size: 21px;
    font-weight: 700;
    color: var(--green2);
    margin-bottom: 5px;
    transition: .3s ease-in-out;
}
#features p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #939393;
    transition: .3s ease-in-out;
}

/********* Features Section End *********/

/********* FAQ Section Start *********/

#faq{
    background-color: var(--bg);
}
#faq .accordion-item{
    background-color: transparent;
}
#faq .accordion-item{
    margin: 10px 0 !important;
    border: none;
    background-color: none;
}
#faq .accordion-button{
    border-bottom: 1px solid var(--green);
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
}
#faq .accordion-button:not(.collapsed){
    background-color: transparent !important;
    color: var(--green);
    box-shadow: none;
}
#faq .accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) saturate(100%) invert(67%) sepia(86%) saturate(6394%) hue-rotate(114deg) brightness(99%) contrast(91%);
}

/********* FAQ Section End *********/

/********* Footer Section Start *********/

footer{
    background-color: var(--green);
}
footer a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
}
footer p{
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}

/********* Footer Section End *********/

@media (max-width: 992px) {
    #banner {
        height: auto;
    }
    #banner .ban-text{
        padding: 0 !important;
        padding-top: 100px !important;
        padding-bottom: 40px !important;
    }
    #banner .b-left a {
        padding: 12px 20px;
        font-size: 16px;
    }
    .b-btn{
        justify-content: center;
    }
    .section-header h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    #feature .section-header h2::after {
        left: 0;
        transform: translateX(0);
    }
    .g-btn{
        margin: 30px 0 20px 0;
    }
    #why .w-top {
        margin-top: 0;
    }
    #banner .ban-img{
        padding: 0;
        padding-bottom: 50px;
    }
}
@media (max-width: 800px) {
    
}
@media (max-width: 500px) {
    .heading{
        padding-bottom: 30px;
    }
    .heading h1{
        font-size: 26px;
    }
    #features .fe-text .feature{
        padding: 20px;
    }
    #features .fe-text .feature h3{
        font-size: 26px;
    }
    #banner h1{
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 40px;
    }
    #banner .ban-img{
        padding: 0;
        padding-bottom: 50px;
    }
    .b-btn{
        flex-direction: column;
    }
    .b-right{
        margin-top: 50px;
    }
    #banner h6 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px !important;
    }
    #details h2 {
        font-size: 20px;
    }
    #blocks h1{
      font-size: 23px;
      line-height: 35px;
      margin-bottom: 15px;
    }
    #blocks h5 {
      line-height: 1.6;
      font-size: 15px;
      margin-left: 10px;
      text-align: left !important;
    }
    #blocks p{
        text-align: left !important;
    }
    #blocks h4{
        font-size: 14px;
    }
    #blocks ul {
      font-size: 16px;
      padding-bottom: 20px;
    }
    #blocks .det i{
        font-size: 20px;
    }
    #blocks ul li{
        margin: 6px 0;
    }
    #blocks .block-link a {
        font-size: 14px;
        padding: 12px 25px;
    }
    #blocks .tag span {
        font-size: 10px;
    }
    #why .why-textt{
        padding: 20px;
    }
    #feature .b-left a {
        display: inline-block;
        font-size: 12px;
        padding: 10px;
        text-align: center;
    }
    #feature h2{
        width: 200px;
    }
    #faq .accordion-button {
        font-size: 15px;
    }
    .accordion-body {
        font-size: 12px;
    }
    #why .why{
        padding: 20px;
    }
    #why .w-top{
        margin-top: 0;
    }
    #features .feature{
        padding: 20px;
    }
}

