/*
Welt Template By Swastik_Adk
https://weltresearch.com
*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 10px;
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #5b5e5b;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    text-align: justify;
    line-height: 20px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #41a715;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 3px;
    height: 5px;
    overflow-x: hidden;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #41a715;
  }

  .section-title {
    padding-bottom:  50px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #0b2401;
    border-radius: 100%;
    text-align: center;
    padding: 3em;
    width: 400px;
    height: 400px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #41a715;
    color: #ffffff;
  }

  section {
    position:static;
    padding: 25px 0;
  }

  #team,
  #testimonial {
    background: transparent;
  }

  #team, 
  #testimonial {
    text-align: center;
  }

    /*---------------------------------------
     GOOGLE MAP iMAC-FRAME               
  -----------------------------------------*/
  .imac-container {
    position: relative;
    width: 100%; /* Adjust the width as needed */
    margin-left: auto;
}

.imac-frame {
    width: 100%;
    height: auto;
    display: block;
}

.google-map {
    position: absolute;
    top: 2%;
    left: 1.8%;
    width: 96.4%;
    height: 67.5%;
    border: none;
    border-radius: 0.5%;
}



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #41a715;
    border-color: transparent;
  }



  /*---------------------------------------
       SNOW FALL              
  -----------------------------------------*/
  .snowflake {
    position: absolute;
    top: -10px;
    color: #fff;
    font-size: 20px;
    user-select: none;
    pointer-events: none;
    opacity: 0.8;
    }
    
    #snowfall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    }
    @keyframes fall {
    to {
      transform: translateY(100vh);
      opacity: 0;
    }
    }
    
  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    border-top-color: #41a715;
    animation: spinner 1.0s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 3px solid #41a715;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: transparent;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    position: center;
    line-height: 30px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 6em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #41a715;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 30px;
    font-weight: bold;
    color: #575757;
    padding: 10px 15px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #41a715;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #41a715;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    height: 70%;
    color: #fff;
    cursor: pointer;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 70%;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/slider-image1.jpg);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url(../images/slider-image2.jpg);
    background-position: center;
  }

  .home-slider .item-third {
    background-image: url(../images/slider-image3.jpg);
    background-position: center;
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    position: relative;
    margin: auto;
    top: -5px;
    box-shadow: 0px 12px 20px 0px rgba(32, 63, 25, 0.12);
    border-radius: 20px;
    padding: 10px 2em;
  }

  .feature-thumb span {
    background: #41a715;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 1px;
  }

  .feature-thumb h3 {
    margin: 5px 0;
  }

  .feature-thumb p {
    align-items: center;
    text-align: justify;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/
  
  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #41a715;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  /*---------------------------------------
      TEAM              
  -----------------------------------------*/
  .wrapper{
    margin:auto;
    margin-top: 10px;
    width:90%;
    justify-content: center;
    padding-bottom: 1.5%;
    align-items: center;
  }
  
  .wrapper h1{
    font-family: 'Muli', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
  }
  
  .team{
    display: flex;
    justify-content: center;
    width: auto;
    text-align: justify;
    flex-wrap: wrap;
  }
  
  .team .team_member{
    display:flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    margin: 5px;
    box-shadow: 0px 12px 20px 0px rgba(32, 63, 25, 0.12);
    border-radius: 20px;
    margin-bottom: 10px;
    width: 370px;
    padding: 0px 20px 50px 20px;
    line-height: 20px;
    color: #ffffff;  
    position: relative;
  }
  
  .team .team_member h3{
    color: #41a715;
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
  }
  
  .team .team_member p.role{
    color: #000000;
    margin: 12px 0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .team .team_member .team_img{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
  }
  
  .team .team_member .team_img img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 5px;
    border-radius: 50%;
  }
  /*---------------------------------------
      Readmore Button            
  -----------------------------------------*/
  .content {
    max-width: 200px;
    margin: 20px auto;
    font-family: 'Nunito', sans-serif;
}

.more {
    display: none;
}

.readMoreBtn {
    border-radius: 50px;
    border: 1px;
    transform: scale(0.8);
    background-color: #41a715;
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.readMoreBtn:hover {
    background-color: #ffffff;
    border: 1px;
    border-color: #41a715;
    color: #41a715;
}
  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #41a715;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #41a715;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #41a715;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background-image:url(../images/contact_back.jpg);
    background-size: 100% 100%;
    background-position: center;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: auto;
  }

  #contact-form .form-control {
    border: 1px solid #41a715;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid #41a715;
  }

  #contact-form input[type='submit']:hover {
    background-color: #41a715;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #051b04;
    padding: 10px 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #928989;
    cursor: pointer;
  }

  footer strong {
    color: #ffffff;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #41a715;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #41a715;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #41a715;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin: auto;
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
      padding-left: auto;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #41a715;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  
  #progress {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  #progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: #001a2e;
  }
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  .main-box{
    width:90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    flex-wrap: wrap-reverse;
    column-gap: 100px;
    box-shadow: 0px 12px 20px 0px rgba(32, 63, 25, 0.12);
    border-radius: 20px;
    padding: 40px 10px 40px 10px;
  }

  .main-box li {
    color: #5b5e5b;
    font-size: 14px;
    text-align: justify;
    margin-right: 10px;
    font-weight: normal;
    justify-content: center;
    line-height: 20px;
  }
  /*---------------------------------------
     iphone dynamic island              
  -----------------------------------------*/
  .box
  {
    position: relative;
    width: 225px;
    height: 450px;
    background: #fff;
    border-radius: 37.5px;
    background: #666;
  }
  .box::before 
  {
    content: '';
    position: absolute;
    inset: 2.25px;
    background: url(../images/iNatureidle.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 36px;
  }
  .inner 
  {
    position: absolute;
    inset: 2.25px;
    background: url(../images/iNature.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 36px;
    border: 7.5px solid #000;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
  }
  .box:hover .inner 
  {
    opacity: 1;
  }
  .ibtn 
  {
    position: absolute;
    padding: 0%;
    width: 3px;
    left: -2px;
    top: 82.5px;
    height: 19.5px;
    background: #444;
    background: radial-gradient(#ccc,#666,#222);
    z-index: 7.5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .ibtn.ibtn2
  {
    top: 120px;
    height: 30px;
  }
  .ibtn.ibtn3
  {
    top: 165px;
    height: 30px;
  }
  .rightSide
  {
    position: absolute;
    width: 3px;
    right: -2px;
    top: 127.5px;
    height: 52.5px;
    background: #444;
    background: radial-gradient(#ccc,#666,#222);
    z-index: 7.5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .island_popup 
  {
    position: absolute;
    top: 7.5px;
    width: 67.5px;
    height: 18.75px;
    background: #000;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 200px; */
  }
  .island_popup:hover 
  {
    width: 150px;
    height: 18.75px;
    border-radius: 37.5px;
  }
  .island_popup.active
  {
    width: 187.5px;
    height: 45px;
    border-radius: 37.5px;
  } 
  .content 
  {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 7.5px;
    line-height: 18.75px;
  }
  .content p 
  {
    color: #fff;
    margin: auto;
    font-size: 0.65em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    cursor: default;
    transition: 0.5s;
  }
  .action 
  {
    position: relative;
    top: 3.75px;
    gap: 9px;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  .island_popup.active .action
  {
    top: 9px;
  }
  ion-icon.red
  {
    color: #fd443b;
    transform: rotate(135deg); 
    cursor: pointer; 
    transition: 0.5s;
  }
  ion-icon.green
  {
    color: #31d059;
    cursor: pointer;
    transition: 0.5s;    
  }
  .island_popup:hover p,
  .island_popup:hover .action,
  .island_popup.active p,
  .island_popup.active .action
  {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.25s;
  }
  .island_popup.active ion-icon.red
  {
    background: #fd443b;
    color: #fff;
    border-radius: 50%;
    box-shadow:0 0 0 6px #fd443b;
    margin-right: 9px;
  }
  .island_popup.active ion-icon.green
  {
    background: #31d059;
    color: #fff;
    border-radius: 50%;
    box-shadow:0 0 0 6px #31d059;
    margin-right: 6px;
  }
  .details 
  {
    position: relative;
    display: flex;
    align-items: center;
  }
  .imgBx 
  {
    width: 0px;
    height: 0px;
    background: #fff;
    transition: 0.5s;
    border-radius: 50%;
    scale: 0;
    overflow: hidden;
  }
  .imgBx img 
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .island_popup.active .imgBx 
  {
    width: 30px;
    height: 30px;
    scale: 1;
    margin-right: 6px;
  }


  .img-box{
    width: 320px;
    height: 420px;
    background-image:url(../images/grass.jpg);
    position: relative;
    margin-top: 100px;
  }
  .img-box img{
    width: 178px;
    border-radius: 50%;
    position: absolute;
    height: 178px;
    left: 70px;
    top: -91px;
  }

i:hover{
  color: #41a715;
  cursor: pointer;
}
  .txt-box{
    width: 800px;
    padding: auto;
  }
  .team-box{
    width: 100%;
  }
  .intro-box{
    width: 95%;
  }
  .feature-thumb li {
    color: #5b5e5b;
    font-size: 14px;
    margin-right: 10px;
    text-align: justify;
    font-weight: normal;
    justify-content: center;
    line-height: 20px;
  }
  
.faq-btn:hover {
  background-color: #368c12;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 5%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.5s;
}

.modal-content {
  background-color: rgb(255, 255, 255);
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.5s;
}

.close {
  color: #41a715;
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.close:hover, .close:focus {
  color: #368c12;
  text-decoration: none;
}

.faq {
  margin-bottom: 15px;
}

.faq-question {
  background-color: #41a715;
  color: white;
  padding: 10px;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 5px;
  outline: none;
}

.faq-question:hover {
  background-color: #368c12;
}

.faq-answer {
  display: none;
  padding: 10px 20px;
  background-color: #f4f4f9;
  border-left: 4px solid #41a715;
  margin-bottom: 10px;
  border-radius: 5px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateY(-50px); }
  to { transform: translateY(0); }
}
