
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
*{
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  max-width: 100%;
}
html::-webkit-scrollbar {
  width: 1px;
}
html::-webkit-scrollbar-track {
  background: #111;
}
html::-webkit-scrollbar-thumb {
  background: #008080;
}

.hello p{
  font-size: 15px;
  padding: 20px;
}

//===========================Nav BAr Start=====================

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #008080;
  border: 0.2rem solid #008080;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
  text-decoration: none;
}



a{
  text-decoration: none!important;
}

b, strong {
  font-weight: bold;
}

h5{
  color: #017878;
}

  
.header {
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #008080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 9%;
  line-height: 2;
}

.header .navbar a {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  margin: 0.1rem 1rem;
  text-decoration: none;
}
.header .navbar a:hover {
  color: #111;
}
.header .btn {
  margin-top: 0;
}

.logo {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bolder;
  display: flex;
}
.logo img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.logo strong {
  font-size: 15px;
}
  
#menu-btn {
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

.footer_container{
  padding-top: 30px;
}

.hello{
  padding-top: 50px;
}

.grid_tab1 .hello:first-child{
  padding-top: 130px;
}

.grid_tab2 .hello:first-child{
  padding-top: 130px;
}


.logo img{
  border-radius: 50%;
}


//===========================Nav BAr End=====================

/* ================Added Start============ */


.gallery_container{
  height: 1000px;
}



/* ================Added End============ */
.wa_messenger{
  text-align: center;
  justify-content: center;
  flex-wrap: wrap-reverse;
}

.wa_messenger_image {
  max-width: 100%;
}


.wa_messenger_footer{
  text-align: center;
}




  
@media (max-width: 999px) {
  html {
    font-size: 55%;
  }

  
  section {
    padding: 3rem 2rem;
  }

  /* ==========================Start Header================ */
  .header {
    padding: 1.5rem 2rem;
  }


  .header__container{
    gap: 0;
    padding-bottom: 3rem;
  }
  /* ==========================End Header================ */

  .row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 50px;
  }

 



}
@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #008080;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  .header .navbar.active {
    display: inline-block;
    clip-path: polygon(0 0, 45% 0, 45% 100%, 0% 100%);
  }
  .header .navbar a {
    margin: 2rem;
    display: block;
  }



  
}
  @media (max-width: 600px) {
    html {
      font-size: 60%;
    }

 
  
    .header__container{
      grid-template-columns: 1fr;
      text-align: center;
      margin-top: 10px;
    }
    .header__left p{
      margin-bottom: 1.3rem;
    }

    .grid_tab1 .hello:first-child{
      padding-top: 100px;
    }
    
    .grid_tab2 .hello:first-child{
      padding-top: 50px;
    }
    }
  


  
  

