@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=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed: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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body{
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}
a:hover{
  color: #017C45;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
p{
/*  font-family: "Inter Tight", sans-serif !important;*/
}
/*======== loader=========*/
.loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.spinner-border{
  color: #017C45;
  width: 100px;
  height: 100px;
}
/* ================== common Css ============= */
main{padding: 80px 0 0;}
.custom-container{padding: 0 80px;}
.small-heading{
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #017C45;
  margin: 0 0 8px;
}
.main-heading{
  font-weight: 600;
  font-size: 70px;
  color: #23262F;
  margin-bottom: 20px;
}
.sub-heading{
  font-weight: 600;
  font-size: 42px;
  color: #23262F;
  margin: 0 0 40px;
}
/* ============================== Home Page ========================== */
.sh-bnr-txt .main-heading{
  margin-bottom: 8px;
}
.sh-banner p{
  font-weight: 400;
  font-size: 24px;
  color: #23262F;
  margin-bottom: 22px;
}
.sh-banner p b{font-weight: 500;}
.sh-bnr-time p{
  font-weight: 500;
  font-size: 24px;
  color: #23262F;
  margin-bottom: 0;
}
/* timer */
@keyframes flip-top {
  to {
    transform: rotateX(90deg);
 }
}
@keyframes flip-bottom {
  to {
    transform: rotateX(0deg);
 }
}
.sh-timer-bx .sh-timer p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #4C626C;
  margin: 0;
}
.flip-card {
    display: flex;
    flex-direction: column;
/*    box-shadow: 4px 4px 0px 0px #2D3F5040;*/
    position: relative;
    margin: 0 0 45px;
    width: fit-content;
    border-radius: 90px;
    padding: 10px 18px;
    color: #fff;
    background: #017C45;
    font-family: Outfit;
    font-size: 58px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.flip-card:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 12px;
  background: #E6F3F9;
  margin: 0.89em 0 0 0px;
  display: none;
}
.flip-card:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 12px;
  background: #E6F3F9;
  margin: 0.89em 0 0 0px;
  display: none;
}
.sh-img-bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sh-img-bnr img{
  height: 520px;
  object-fit: contain;
}
.banner-btn{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  width: fit-content;
  margin: 20px 0 0;
}
.banner-btn img{
  height: 60px;
  object-fit: contain;
}
/* about */
.sh-about{
  padding: 100px 0;
}
.sh-abt-img img{
  object-fit: contain;
  height: 422px;
  width: 100%;
}
.sh-abt-img{position: relative;}
/* .sh-abt-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #CED9DB;
  height: 422px;
  width: 87%;
  margin: 50px 0 0 -50px;
  z-index: -1;
} */
.sh-abt-bx-head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
}
.abt-img img{
  height: 28px;
  width: 28px;
}
.sh-about-box{
  border-radius: 22px;
  padding: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  background: linear-gradient(180deg, #EEFDEC 0%, #FFFFFF 100%);
  border: 1px solid #B1D9AC ;
}
.sh-about-box:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.sh-about .main-heading{font-size: 48px;}
.sh-abt-bx-head h4{
  font-weight: 600;
  font-size: 28px;
  color: #23262F;
  margin: 0;
}
.abt-txt p{
  font-weight: 400;
  font-size: 18px;
  color: #23262F;
  margin: 0;
}
.abt-img{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 48px;
  width:48px;
  background: linear-gradient(204.27deg, #C4E2D6 10.07%, rgba(255, 255, 255, 0) 88.4%);
}
.sh-about-right{
  /*overflow-y: scroll;
  height: 525px;*/
}
.sh-about-right a{color:#1F52EA;display: inline-block;}
.sh-about-right::-webkit-scrollbar {
  width: 1px;
}
.sh-about-right::-webkit-scrollbar-track {
  background: transparent;
}

.sh-about-right::-webkit-scrollbar-thumb {
  background: transparent;
}
/* How it works */
.sh-how-it-works{
  background: #ECF9F3;
  padding: 50px 0;
  position: relative;
}
/* .sh-work{
  padding: 80px 80px 20px;
  border-radius: 22px;
} */
.sh-work-bx{
  text-align: center;
}
.sh-work-bx h5{
  font-weight: 600;
  font-size: 28px;
  color: #23262F;
  margin: 0 0 10px;
}
.sh-work-bx p{
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #23262F;
  margin: 0;
}
.circle{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px;
  background: #017C45;
  border-radius: 50%;
  margin: 0 auto 18px;
}
.circle h6{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
}
.bg-arrow::after {
  content: '';
  background: url("../images/how-it-work.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  margin: 0 0 0px 95px;
}
/* contact */
.sh-contact{
  padding: 100px 0 30px;
}
.conct-img img{
  height: 524px;
  object-fit: cover;
  margin-bottom: -38px;
  border-radius:0 0 0 22px;
}
.sh-contact-bx p,.sh-ftr-bx p{
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #23262F;
  margin-bottom: 20px;
}
.sh-contact-frm{
  background: linear-gradient(99.93deg, #DBEEF7 -0.82%, #E6F8EF 101.27%);
  border-radius:22px;
  padding: 50px 50px 38px 0;
}
.v-form .form-group label{
  font-weight: 400;
  font-size: 14px;
  color: #84A596;
  margin: 0 0 8px;
}
.v-form .form-control::placeholder{
  color: rgb(32 32 32 / 40%);
}
.v-form .form-control{
  font-weight: 500;
  font-size: 18px;
  color: #202020;
  padding: 0  0 12px;
  height: auto;
  border:none;
  background:transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(90, 147, 137, 1);
}
.v-form .form-control:focus {
  box-shadow: none;
  border-bottom:1px solid rgb(58, 55, 55);
}
.v-form .form-group{
  margin-bottom: 55px;
}
/* .sh-contact .v-form{
  padding: 50px 50px 50px 0;
} */
.v-form textarea{
  height: 100px !important;
}
.v-form .vrent-btn{
  width: 100%;
  margin: 30px 0 0;
  box-shadow: 0px 6px 12px 0px #017C4540;
}
/* Faqs */
.sh-faq{
  padding: 100px 0 0;
  position: relative;
}
.accordion .card {
  border: none;
}
.card-body p{
  font-weight: 400;
  font-size: 18px;
  color: #23262F;
  margin: 0;
}
.accordion .card h2 {
  background: url(../images/up.png) no-repeat calc(100% - 10px) center;
  background-size: 44px;
  cursor: pointer;
  font-weight: 500;
  font-size: 26px;
  color: #23262F;
  padding: 18px 0;
  border-bottom: none;
}
.accordion .card h2.collapsed {
  background-image: url(../images/down.png);
  padding: 30px 0;
  border-bottom: 1px solid rgba(222, 226, 236, 1);
}
.accordion .card-body {
  padding: 0 35px 18px 0;
  border-bottom: 1px solid rgba(222, 226, 236, 1);
}

/* Be the first */
.sh-first{
  padding: 100px 0  0;
}
.sh-first .sub-heading,.sh-contact .sub-heading{margin-bottom:16px;}

.sh-home-banner {
  background: #ECF9F3;
  padding: 20px 0;
}
.sh-about-bx {
/*   background-color: #eee;*/
   height: 100%;
   width: 100%;
}
 .sh-about-bx .sticky {
   position: -webkit-sticky;
   position: sticky;
   top: 100px;
}
.sub_btn{
  background: #017C45;
  padding: 14px 34px;
  border-radius: 8px;
  display: inline-flex;
  grid-gap: 10px;
  border: 2px solid #017C45;
  color: #fff;
  margin: 30px 0 0;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.sub_btn:hover{
  background: transparent;
  color: #017C45;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.sub_btn:hover svg path{
  fill: #017C45;
}
.sub_bx form{
  max-width: 616px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/*Subscribtion loader*/
#loader2{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* Hidden by default */
    align-items: center;
    justify-content: center;
    background: #ffffffad;
    z-index: 9999; /* Make sure it's on top of everything */

  }

  .fadeinout
  {
    animation: fadeinout 2s infinite;
  }

  @keyframes fadeinout
  {
    0%{
      opacity:0;
    }
    50%
    {
      opacity:1;
    }
    100%
    {
      opacity:0;
    }
  }
