@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap');

:root {
    --text-color: #ffff;
    --primary-background-color: #0E523D;
    /* --button-bg-color:#0D9F8F; */
    --button-bg-color:#0e7c5b;
}

.dm-sans{
    font-weight: 400;
    font-family: "DM Sans";
}

.dm-sans-feature{
  color: #000;
font-family: "DM Sans";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.poppins{
    font-weight: 200;
    font-family: "Poppins";
}

.poppins-feature{
  color: rgba(0, 0, 0, 0.80);
font-family: "Poppins";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

  a {
    text-decoration: none !important;
  }
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.parent{
  position: relative;
}

.mh-80{
  height: 68vh;
}
.header-default {
  background-color: #f8f9fa; /* Default color */
  color: black;
}

/* Header style for feature page */
.header-feature .navbar {
  background-color:var(--primary-background-color); /* Yellow color for features page */
  color: white;
}

.header-default .navbar {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.navbar-nav .nav-link {
    margin-left: 10px;
    color: white !important;
    font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 21.6px */
letter-spacing: 0.08px;
text-transform: capitalize;
}
.nav-link.active {
  border-bottom: 1.5px solid #E9FFAB;
  color: #fff; /* Ensure the text color is visible */
}
.header-border {
  position: relative;
  z-index: 1;
}

.fixed{
  position: fixed;
  top: 0;
}

.header-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8px; /* Adjust the height of the border */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 1.8%, #FFF 40.15%, rgba(255, 255, 255, 0) 100.78%);
  z-index: -1; /* Make sure it's behind the content */
}

/* .banner {
    position: relative;
    height: 80vh;
    background-color: var(--primary-background-color);
    background: url('../Assets/img/banner.png') var(--primary-background-color) 50% / cover no-repeat;
    background-position: center;
} */

.login{
    background-color: var(--button-bg-color) ;
    border: 1px solid var(--button-bg-color) ;
    width: 120px;
    border-radius: 100px;
    color: var(--text-color);
    padding: 5px;
}
.eddooswipe{
    width: 130px;
}
.logo{
    width: 60px;
}
/* .banner-heading{
    color: var(--text-color);
    font-family: "DM Sans";
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}
.banner-text{
    color: var(--text-color);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    letter-spacing: 0.12px;
}
.banner-phone{
    height: 450px !important;
    z-index: 111;
} */
/* .banner-dot{

} */
 .after-banner{
    background: var(--button-bg-color);
    /* clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 96%, 0 80%); */
    
 }

 .after-banner-text{
    color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.4px;
text-transform: capitalize;
 }

 .after-banner-sm-text{
    color: #FFF;
text-align: center;

/* text/Text-medium/reguler */
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
letter-spacing: 0.2px;
 }

.rotate{
    transform: rotate(-24.456deg);
}
.bagged{
    background-color:#215F4D ;
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
  /* min-height: 10vh; */
  display: flex;
  align-items: center;
  padding: 120px 0 0px 0;
    /* background: url('../img/banner1.png') var(--primary-background-color) 50% / 100% 100% no-repeat; */
  background:var(--primary-background-color) 50% / 100% 100% no-repeat;
  /* background-position: center; */
  overflow: hidden; 
}

.hero .container {
  position: relative;
  z-index: 2;
}  

.hero .banner-img-outer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end; /* This ensures the image stays at the bottom */
  height: 100%; /* Make sure the parent container takes full height */
}

.hero .banner-img-outer img.img-fluid {
  max-width: 90%;
  /* height: 500px; */
  position: absolute;
  bottom: -70px;  /* Align the image to the bottom of its container */
}

.hero .dotpattern {
  position: absolute;
  bottom: 100px; /* Adjust the position of the dot pattern relative to the image */
  right: -100px;
  z-index: -1; /* Ensure the dot pattern stays behind the phone image */
}


 .hero-img {
  /* transform: rotate(-20deg); */
  height: 500px;
  max-width: 350px !important;
}
/*
.hero-img .banner-img-outer {
  margin-top: 50px;
  max-width: 400px !important;
  position: relative;
}
.hero-img .img-fluid{
   height: 400px;
}
.hero-img .dotpattern {
  position: absolute;
  bottom: -50px;
  right: 0px;
  height: 177px;
  transform: rotate(18deg);
  z-index: -1;
} */

@media (min-width: 920px){
  .sbi_logo{
    height: 50px !important;
  }
}
@media (max-width: 920px) {

    .hero-img{
        height: 290px;
        max-width: 240px !important;
       }
       .hero-img .banner-img-outer{
        max-width: 300px !important;
        margin-top: 40px;
       }
    /* .hero-img .img-fluid{
       height: 300px;
    } */
    .hero .banner-img-outer img.img-fluid{
      /* height: 500px; */
      bottom: -20px;
    }
    .mh-80 {
      min-height: 40vh;
      margin-bottom: 10px;
  }
  
  }


  .hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }

  .hero h1 {
    color: var(--text-color);
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 56px;
  }
  
  .hero p {
    color: var(--text-color);
    /* color: color-mix(in srgb, var(--default-color), transparent 30%); */
    margin: 15px 0 30px 0;
    font-size: 29px;
    line-height: 36px;
    font-weight: 100;
  }
  .upper-brand {
    background: #F6FBF9;
  }
  .group-img{
    color: #A2BDAA;
    max-height: 100px;
  }
  .bg-dark-green{
    border-radius: 30px;
    background: var(--primary-background-color);
    min-height: 500px;
  }
  .left{
    color: #FFF;
/* leading-trim: both;
text-edge: cap; */
font-family: "DM Sans";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 52px */
  }

  .right{
    color: rgba(255, 255, 255, 0.80);
/* leading-trim: both;
text-edge: cap; */
font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
  }

  .card-body-2 {
    position: relative;
    padding: 0px 10px;
    background-color: #185546;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
  .card-img-wrapper {
    position: relative;
    height: 100px;
    /* margin-bottom: 15px; */
  }
  
  .circle-img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
  }
  
  .notepad-img {
  
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .liner-wallet img {
    max-width: 90px;
    height: 30px;
}
  .liner-wallet{
    background-color: var(--primary-background-color);
    border-radius: 12px;
  }
  
  /* @media (min-width: 768px) {
    .order-md-2 {
        order: 2 !important;
    }
} */
  
  @media (max-width: 768px) {
    .content-container h1 {
        font-size: 2rem;
    }

    .content-container p {
        font-size: 1rem;
    }

    .content-description h2 {
        font-size: 1.25rem;
    }

    .content-description p {
        font-size: 0.9rem;
    }
}
  /* Responsive styling */
  @media (max-width: 992px) {
    .hero h1 {
      font-weight: 500;
    }
    .col-lg-3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
    }
    
  }

  
  @media (max-width: 768px) {
    .col-md-4 {
      flex: 0 0 50%; /* Adjust for small devices */
      max-width: 50%;
    }

  }
  
  @media (max-width: 576px) {
    .col-sm-6 {
      flex: 0 0 100%; /* Full width on extra-small devices */
      max-width: 100%;
    }
  }
  /* .hero .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
  }
  
  .hero .btn-get-started:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
  }
   */
  /* .hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: var(--default-color);
    font-weight: 600;
  }
  
  .hero .btn-watch-video i {
    color: var(--contrast-color);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
  
  .hero .btn-watch-video:hover {
    color: var(--accent-color);
  }
  
  .hero .btn-watch-video:hover i {
    color: color-mix(in srgb, var(--accent-color), transparent 15%);
  }
   */
 

  /* Badge Card Styling */
.badge-card {
    border-radius: 100px;
    background: var(--primary-background-color);
    width: 100%;
    /* padding: 20px; */
    max-width: 220px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .badge-card:hover {
    transform: translateY(-10px);
  }
  
  /* Ensure images and stars are sized appropriately */
  .badge-card img {
    max-width: 60px;
  }
  
  .rating {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  /* Badge Styling */
  .rating .badge {
    font-size: 1rem;
    /* padding: 0.5rem 1rem; */
  }
  
  .stars {
    max-width: 20px;
  }
  
  .heading{
    color: #16172B;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
  }
  .text{
    color: rgba(22, 23, 43, 0.80);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 28.8px */
  }
  .double-mobile-card{
    margin-left: 25%;
    margin-top: -40%;
  }

  .media-body{
    font-size:10px;
  }

/* Card Body Styling with Blur Effect */
.card-body {
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0px 19px 32px rgba(34, 34, 34, 0.1) !important;
    backdrop-filter: blur(10px); 
    padding: 15px !important; 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .card {
    border: none !important;
    background: transparent;
  }
  
  .card-body:hover {
    transform: translateY(-5px); 
    box-shadow: 0px 25px 35px rgba(34, 34, 34, 0.15);
  }

  #card-container{
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  #card-container:hover{
    transform: translateY(-5px)
  }
  
  /* Inner Dollar Styling */
  .inner-doller {
    color: #404040;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
  }
  
  .inner-digit {
    color: #404040;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
  }
  
  .inner-small {
    color: #404040;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
  }
  
  /* Add Money Button Styling */
  .add-money {
    padding: 5px 15px;
    border-radius: 12px;
    border: 0.8px solid #5ABF7E;
    background-color: rgba(90, 191, 126, 0.1); /* Light green background */
    color: #5ABF7E;
    display: flex;
    align-items: center;
  }
  
  .add-money span {
    font-size: 0.8em;
    margin-left: 8px;
  }
  
  /* Media Query for Mobile Adjustments */
  @media (max-width: 768px) {
    .inner-digit {
      font-size: 20px;
      line-height: 24px;
    }
  
    .inner-doller, .inner-small {
      font-size: 11px;
    }
  
    .add-money {
      padding: 3px 10px;
    }
  
    .add-money span {
      font-size: 0.75em;
    }
  }
  

  /* Responsive grid adjustments */
  /* .container .row .col-lg-4,
  .container .row .col-md-6,
  .container .row .col-sm-12 {
    display: flex;
    justify-content: center;
  } */
  
  /* Text styling */
  .text-white {
    color: #fff;
  }
  
  /* Mobile adjustments */
  @media (max-width: 576px) {
    .mobile-badge{
        display: flex;
        flex-direction: column;
    }
    .badge-card {
      /* flex-direction: column; */
      text-align: center;
    }
  
    .badge-card img {
      max-width: 80px;
    }
  
    .badge-card p {
      font-size: 1.2rem;
    }
  }
  
  
  @media (max-width: 640px) {
    .hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
    .row h1{
        font-size: 25px;
        line-height: 30px;
    }
    .row p{
        font-size: 15px;
        /* line-height: 36px; */
    }
    .hero-img{
        margin: auto;
    }
     .hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
    /* .hero-img .img-fluid{
        width: 200px;
        height: 200px;
    } */
  .hero-img{
    /* transform: rotate(0deg); */
    /* overflow: hidden; */
    /* margin: 20px; */
    max-width: 228px !important;
  }
   .hero-img .dotpattern{
    /* transform: rotate(0deg); */
    /* display: none; */
  }

    .hero p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  
    .hero .btn-get-started,
    .hero .btn-watch-video {
      font-size: 13px;
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }

  .quick-links p {
    margin:10px 0px; /* Removes default margin */
    padding: 0; /* Removes default padding */
  }
  .circle-with-image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 5px;
}
  .inharit{
    margin-top: 20px;
  }

/* .banner-mid{
    width: 100%;
    background-color: pink;
    position: absolute;
    height: 100%;
} */

/* .circle1, .circle2, .circle3 {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0.2;
    background: linear-gradient(133deg, rgba(255, 255, 255, 0) 20.6%, rgba(255, 255, 255, 0.2) 100%);
}

.circle1 {
    width: 774px;
    height: 774px;
    top: -15%;
    left: -10%;
    opacity: 0.2;
}

.circle2 {
    width: 1074px;
    height: 1075px;
    top: -40%;
    left: 40%;
    opacity: 0.6;
}

.circle3 {
    width: 1074px;
    height: 1074px;
    top: -25%;
    right: -10%;
    opacity: 0.2;
} */

/* Responsive Design */
/* @media (max-width: 1200px) {
    .circle1, .circle2, .circle3 {
        width: 600px;
        height: 600px;
    }
    .circle2 {
        top: -30%;
        left: 30%;
    }
}

@media (max-width: 768px) {
    .circle1, .circle2, .circle3 {
        width: 450px;
        height: 450px;
    }
    .circle1 {
        top: -10%;
        left: 0;
    }
    .circle2 {
        top: -20%;
        left: 25%;
    }
}

@media (max-width: 576px) {
    .navbar-nav .nav-link {
        font-size: 14px;
    }

    .circle1, .circle2, .circle3 {
        width: 300px;
        height: 300px;
    }
    .circle1 {
        top: -5%;
        left: 0;
    }
    .circle2 {
        top: -10%;
        left: 20%;
    }
} */

/* contact form  */


.ct-shdw{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}
.bg-green{
  background-color: var(--primary-background-color);
}
.rnd-10{
  border-radius: 10px;
}
#validationCustom01:focus, #validationCustom02:focus, #validationCustom03:focus, #validationCustom04:focus, #validationCustom05:focus {
  outline: none;
  box-shadow: none;
  border-color: initial; /* Or set any other default border color */
}

input[type=text], input[type=email], input[type=number], textarea[type=text]{
  border-radius: 0px;
  width: 100%;
  padding:0px 10px !important;
  /* margin: 8px 0; */
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
}

/* Positioning the social icons at the bottom left */
/* .social-icons {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.social-icons a {
  font-size: 24px;
  text-decoration: none;
  margin-right: 15px;
} */

/* Styling and positioning the bubbles (circles) */
/* .bubble-circle {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3); 
  border-radius: 50%;
}

.bubble-circle-1 {
  width: 30vh;
  height: 30vh;
  bottom: -30px;
  right: -30px;
}

.bubble-circle-2 {
  width: 10vh;
  height: 10vh;
  bottom: 20vh;
  right: 15vh;
} */


/* .social-icon{
  background-color: var(--button-bg-color);
  padding:7px 10px;
  border-radius: 50%;
  color: white;
  text-align: center  ;
}

.social-icon:hover{
  color: black;
  background-color: white;
} */

.social-icons {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.social-icons a, .footer-social-icons a {
  font-size: 24px;
  text-decoration: none;
  margin-right: 10px;
}

.social-icon {
  background-color: var(--button-bg-color);
  padding: 7px;
  border-radius: 50%;
  color: white;
  text-align: center;
  display: inline-flex;  /* Change to inline-flex for better alignment */
  justify-content: center;
  align-items: center;
  width: 40px;    /* Set fixed width for circle */
  height: 40px;   /* Set fixed height for circle */
}

.social-icon i {
  line-height: 1;  /* Prevent icon from affecting vertical alignment */
}

.social-icon:hover {
  color: black;
  background-color: white;
}


.fa-twitter{
  font-size: 20px;
}

.app-image{
  height: 300px !important;
  max-height: 80%;
}


/* features style  */
.f-height {
    background-color: var(--primary-background-color);
    min-height: 300px; /* Set the minimum height for the row */
    /* background-color: #f8f9fa; Example background color */
    position: relative; /* Ensure the row has relative positioning */
}

.carrer-img{
  max-width: 700px !important;
}

.bottom-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bottom-image {
    /* margin-left: 1px; */
    width: 100%; /* Ensure the image takes the full width of the container */
    height: auto; /* Maintain aspect ratio */
    display: block;
}

.feature{
  width: 100%;
  min-height: 300px;
  background-color: var(--primary-background-color);
}
.feature h1{
  position: absolute;
  /* display: flex;
  justify-content: center;
  align-content: center; */
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  /* font-size: 3.5em; */
  /* color: white; */
}

.fw-300{
  font-weight: 300;
}

.circle-wrapper{
  /* background-color: palegoldenrod; */
  width: 100%;
  height: 100%;
  position: relative;
}
.circle-wrapper div{
  width: 70px;
  height: 70px;
  border: 1px solid white;
  background-color: #FFF;
  opacity: 0.1031;
  border-radius: 50%;
  position: absolute;
}

.circle-wrapper div:nth-child(1){
  top:70%;
  left: 35%;
}
.circle-wrapper div:nth-child(2){
  top:20%;
  left: 50%;
  height: 50px;
  width: 50px;
}
.circle-wrapper div:nth-child(3){
  top:60%;
  left: 60%;
}
.circle-wrapper div:nth-child(4){
  top:50%;
  left: 10%;
  height: 50px;
  width: 50px;
}

.circle-wrapper div:nth-child(5){
  top:25%;
  left: 25%;
  height: 40px;
  width: 40px;
}
.circle-wrapper div:nth-child(6){
  top:25%;
  left: 75%;
  height: 40px;
  width: 40px;
}

.circle-wrapper div:nth-child(7){
  top:60%;
  left: 85%;
  height: 40px;
  width: 40px;
}

/* banner circle style */
/* .banner-circle-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
} */

/* .banner-circle-wrapper {
  position: absolute;
    bottom: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
} */

/* Ensure circles are behind the content */
.banner-circle-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: -1; 
  /* overflow: hidden; */
}

.banner-circle-wrapper div {
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  z-index: -1; /* Send circles behind the images and text */
}

/* Circle 1 */
.banner-circle-wrapper div:nth-child(1) {
  top: 5%;
  left: -50%;
  width: 80vw;
  height: 80vw;
  border: 1px solid white;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.00) 20.6%, rgba(255, 255, 255, 0.20) 100%);
}

/* Circle 2 */
.banner-circle-wrapper div:nth-child(2) {
  top: -20%;
  left: -35%;
  width: 70vw;
  height: 70vw;
  opacity: 0.25;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.00) 20.6%, rgba(255, 255, 255, 0.20) 100%);
}

/* Circle 3 */
.banner-circle-wrapper div:nth-child(3) {
  top: -60%;
  left: 50%;
  width: 50vw;
  height: 50vw;
  border: 1px solid #FFF;
  background: linear-gradient(129deg, rgba(255, 255, 255, 0.00) 18.95%, rgba(255, 255, 255, 0.20) 100%);
}

/* Hide circles from the second


.banner-circle-wrapper div {
  /* border: 1px solid white;
  background-color: #FFF; */
  /* opacity: 0.1;
  border-radius: 50%;
  position: absolute; */
/* } */

.banner-circle-wrapper div:nth-child(1) {
  top: 5%; /* Adjusted for responsiveness */
  left: -50%; /* Using percentages for better scaling */
  width: 80vw; /* Use vw for relative sizing */
  height: 80vw;
  border: 1px solid white;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.00) 20.6%, rgba(255, 255, 255, 0.20) 100%);
}

.banner-circle-wrapper div:nth-child(2) {
  top: -20%;
  left: -35%;
  width: 70vw;
  height: 70vw;
  opacity: 0.25;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.00) 20.6%, rgba(255, 255, 255, 0.20) 100%);
}

.banner-circle-wrapper div:nth-child(3) {
  top: -40%;
  left: 55%;
  width: 50vw;
  height: 50vw;
  border: 1px solid #FFF;
  background: linear-gradient(129deg, rgba(255, 255, 255, 0.00) 18.95%, rgba(255, 255, 255, 0.20) 100%);
}

/* Media queries for responsiveness on smaller screens */
@media (max-width: 1200px) {
  .banner-circle-wrapper div:nth-child(1) {
    width: 65vw;
    height: 65vw;
  }

  .banner-circle-wrapper div:nth-child(2) {
    width: 55vw;
    height: 55vw;
  }

  .banner-circle-wrapper div:nth-child(3) {
    width: 50vw;
    height: 50vw;
  }
}

@media (max-width: 767px) {
  .banner-circle-wrapper div:nth-child(1) {
    top: -15%;
    left: -110%;
    width: 150vw;
    height: 150vw;
  }
  .hero .banner-img-outer img.img-fluid{
    bottom: -35px;
  }

  .banner-circle-wrapper div:nth-child(2) {
    top: 26%;
    left: -30%;
    width: 40vw;
    height: 40vw;
  }

  .banner-circle-wrapper div:nth-child(3) {
    top: -43%;
    left: 25%;
    width: 68vw;
    height: 68vw;
  }
  .inharit {
    margin-top: 10px;
}
.img-feature{
  max-height: 400px;
  max-width: 300px !important;
}
}

@media (max-width: 480px) {
  .banner-circle-wrapper div:nth-child(1) {
    top: 22%;
    left: -14%;
    width: 60vw;
    height: 60vw;
  }

  .banner-circle-wrapper div:nth-child(2) {
    top: -5%;
    left: -25%;
    width: 30vw;
    height: 30vw;
  }

  .banner-circle-wrapper div:nth-child(3) {
    top: 30%;
        left: 5%;
        width: 100vw;
        height: 100vw;
  }
  .inharit{
    margin-top: 3px;
  }
  .hero .banner-img-outer img.img-fluid{
    bottom: -20px;
  }

  
}


.team{
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
}
.person{
  min-width: 215px;
}

.img-feature{
  max-height: 400px;
  max-width: 300px !important;
}

/* @keyframes appear {
  from {
    opacity: 0;
    clip-path: inset(100% 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

section {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
} */

.team-member img{
  max-height: 225px;
}
.footer-logo{
  height: 95px !important;
}

.navbar-toggler{
    border: none !important;
  }

  .navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  .navbar-toggler:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
  }