*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 200px;
    background: #0202021c;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .nav,
  .nav .nav-links {
    display: flex;
    align-items: center;
    z-index: 100;
  }
  .nav {
    justify-content: space-between;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  .nav .logo {
    margin: right 40%;
  }
  .nav .nav-links {
    column-gap: 20px;
    list-style: none;
  }
  .nav .nav-links a {
    transition: all 0.2s linear;
    font-size: 20px;
    font-weight: 600px;
  }
  .nav.openSearch .nav-links a {
    opacity: 0;
    pointer-events: none;
  }
  .nav a:hover {
     color: #3a6cf4;
  }
  .nav .search-box {
    position: absolute;
    right: 250px;
    height: 45px;
    max-width: 555px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
  }
   
  
  .nav .navOpenBtn,
  .nav .navCloseBtn {
    display: none;
  }
  
  /* responsive */
  @media screen and (max-width: 1160px) {
    .nav {
      padding: 15px 100px;
    }
    .nav .search-box {
      right: 150px;
    }
  }
  @media screen and (max-width: 950px) {
    .nav {
      padding: 15px 50px;
    }
    .nav .search-box {
      right: 100px;
      max-width: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .nav .navOpenBtn,
    .nav .navCloseBtn {
      display: block;
    }
    .nav {
      padding: 15px 20px;
    }
    .nav .nav-links {
      position: fixed;
      top: 0;
      left: -100%;
      height: 100%;
      max-width: 280px;
      width: 100%;
      padding-top: 100px;
      row-gap: 30px;
      flex-direction: column;
      background-color: #aa7019be;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease;
      z-index: 100;
    }
    .nav.openNav .nav-links {
      left: 0;
    }
    .nav .navOpenBtn {
      color: #fff;
      font-size: 40px;
      cursor: pointer;
    }
    .nav .navCloseBtn {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
    }
    .nav .search-box {
      top: calc(100% + 10px);
      max-width: calc(100% - 20px);
      right: 50%;
      transform: translateX(50%);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
  }
  .main {
    width: 100%;
    min-height: 30vh;
    
    align-items: center;
    background-color: #F9B233;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
 

  section {
    padding: 100px 200px;
}
* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
h2 {
  text-align: center;
  font-size: 70px;
  padding-top: 5%;
  color: #ffffff;
  padding-bottom: 5%;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width:100%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


 
.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}



.card:hover {
    transform: scale(0.5.0.5);
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  img {
    max-width: 100%
    
  }
  
  .image {
    flex-basis: 100%;
   max-width: 100%;
   max-height: 100%;
  }
  
  
 .infohana{
    padding-right: 10%;
     
    text-align: center;
    color: #ffffff;
    font-size: x-large ;
 }

 .infohana2{
      
    text-align: center;
    color: #F9B233;
    font-size: x-large ;
    width: 90%;
 }    
 
 .image2 {
    flex-basis: 100%;
   max-width: 100%;
   max-height: 100%;
   padding-left: 8%;
   padding-top: 5%;
  }
  .image3 {
    flex-basis: 100%;
   max-width: 100%;
   max-height: 100%;
   padding-right: 8%;
   padding-top: 5%;
  }
  .image4 {
    flex-basis: 100%;
   max-width: 150%;
   max-height: 150%;
   padding-left: 8%;
   padding-top: 5%;
  }
.heading {
  float:left;
  margin-right: 50%;
}


.info {
    text-align: center;
    float: right 11px;
}

 

@media screen and (min-width: 550px) {
  .featured-image {
    float: right;
    width: 50%;
   }
  .featured-image img {
    width: 70%;
     
  }
  .featured-image3 {
    float: right;
    width: 50%;
    padding-left: 50px;
   }
  .featured-image3 img {
    width: 70%;
     
  }
  .description {
    float: right;
    width: 60%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    justify-content: flex-end;
    
    font-size: 1.5rem;
   color: #0a49f6;
    }
 .cards{
  display: flex;
  justify-content: flex-start;
 }
 .cards1{
  display: flex;
  justify-content: flex-start;
 }


}
/* on Mobile */
@media screen and (max-width: 550px) {
  .featured-image {
    width: 90%;
    padding-left: 35px;
    padding-top: 30px;
  }
  .featured-image img {
    width: 100%;
  }

  .featured-image3 {
    width: 90%;
    padding-left: 35px;
    padding-top: 30px;
  }
  .featured-image3 img {
    width: 100%;
  }
 
  .infohana{
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  
  .main-btn3{
    align-items: center;
  }

  .cards1{
    display: flex;
    flex-direction: column-reverse;  
    align-items: flex-start;
   }
}



@media screen and (min-width: 550px) {
  .featured-image2 {
    float: left;
    width: 50%;
    padding-left: 50px;
   }
  .featured-image2 img {
    width: 70%;
     
  }
  .description {
    float: left;
    width: 60%;
    display: flex;
    align-items: center;
    padding-right: 30px;
    justify-content: flex-start;
    
    font-size: 1.5rem;
   color: #0a49f6;
    }
 .cards{
  display: flex;
  justify-content: flex-end;
  padding-top:50px;
 }
 .cards1{
  display: flex;
  justify-content: flex-end;
  padding-top:50px;
 }

 .infohana2{
  color: #F9B233;
 }

}
/* on Mobile */
@media screen and (max-width: 550px) {
  .featured-image2 {
    width: 90%;
    padding-left: 35px;
    padding-top: 30px;
  }
  .featured-image img {
    width: 100%;
  }
 
  .infohana2{
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .main-btn3{
    align-items: center;
  }
}





@media (max-width: 991px) {
    html{
        font-size: 55%;
    }
}
@media (max-width: 768px) {
   .counter-wrapper{
       grid-template-columns: repeat(2, 1fr);
       grid-row-gap: 8rem;
   }
}
@media (max-width: 450px) {
    html{
        font-size: 50%;
    }
    .counter-wrapper{
        grid-template-columns: 1fr;
    }
    .image{
      
    }


  } 
  .footer {
    padding: 40px 0;
    background-color: #F9B233;
  }
  .footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: #ffffff;
  }
  .footer .list{
    color: #ffffff;
    font-weight: 700px;
  }
  .footer .social a {
    font-size: 24px;
    color: inherit;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 0.75;
  }
  .footer .social a:hover {
    opacity: 0.9;
  }
  .footer ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .footer ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
  }
  .footer ul li {
    display: inline-block;
    padding: 0 15px;
  }
  .footer ul a:hover {
    opacity: 1;
  }
  /*.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
  }*/