body{
  font-family: sans-serif;
  overflow-y: hidden;
}

.first li a{
    color: black;
    transition: 1s;
    font-weight: bold;
}
.first li{
  margin: 7px;
}
.first1 a{
    background-color: #28bd89;
    border-radius: 7px;
    font-weight: bold;
    padding: 9px;
    margin-right: 20px;
}
.logo .logo1{
    color: #28bd89;
    font-size:30px;
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.back1 h1{
    color:White;
    font-weight: bold;
    font-size: 55px;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-family: sans-serif;
}
.back1 p{
    color:white;
    font-family: sans-serif;
}
.call-grids-w3{
    float: left;
}

/* about page css */
.about{
    padding: 100px 6% 120px;
    display: grid;
    align-items: center;
    gap: 1.5rem;
}
.sect{
  background: linear-gradient(rgba(235, 237, 134, 0.644),#54eab5,#1fde9b);
}
.rating{
  color: gold;
}
.rwqeqwe{
  opacity: 0;
  transform: translateY(30px);
  animation: moveup 0.7s linear forwards;
}
@keyframes moveup {
  100%{
    opacity: 2;
    transform: translateY(0px);
  }
}
.main-text .review-head{
  align-items: center;
  text-align: center;
  font-weight: bold;
  justify-content: center;
}
.reviews{
  padding: 100px 8% 120px;
  background: rgb(240, 239, 239);
}
.review-content{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
  align-items: center;
  gap: 2.5rem;
  margin-top: 5rem;
}
.box{
  background: #f9f9f9e7;
  padding: 25px 40px;
  height: 40vh;
  border-radius: 25px;
  transition: 0.5s ease;
  text-align: center;
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
 
}
.box1{
  padding: 25px 35px;
  text-align: center;
}

.revie img{
  width: 100px;
  border-radius: 100px;
  text-align: center;
}
@media (max-width:920px){
  .review-content{
      grid-template-columns: 1fr;
  }
  .box{
    height: 77vh;
  }
}

.about-img img{
    max-width: 590px;
    margin-bottom: 100px;
    width: 100%;
    border-radius: 13px;
}
.about-text h1{
    font-size: 40px;
    line-height: 1;
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-weight: bold;
}
.about-text .pse{
  color: black;
  font-size:x-large;
  font-family: sans-serif;
  animation-delay: 0.1s;
}
.about-text .pne{
  animation-delay: 0.2s;
  color: black;
}

.about-text .boto{
  background: #eb67de;
  color: white;
  font-weight: bold;
  margin: 15px;
  margin-left: -4px;
  padding-left: 40px;
  padding-right: 40px;
  animation-delay: 0.3s;
}

.main {
  height: calc(100vh - 70px);
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 40px -1px 30px 0px;
}

.main::-webkit-scrollbar-thumb {
  background-image:linear-gradient(to bottom, rgb(26, 26, 172), rgb(77, 13, 43));
}
.main::-webkit-scrollbar {
  width: 5px;
}
.main::-webkit-scrollbar-track {
  background-color: #979292b2;
}

/* responsive css */
@media (max-width:920px){
  .about{
      grid-template-columns: 1fr;
  }
  .about-img{
      text-align: center;
  }
  .about-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: -52px;
    margin-bottom: 38px;
  }
  .reviews {
    padding: 51px 4% 120px;
    margin-top: -85px;
  }
}
.copyright {
  margin-top: 10px;
  text-align: center;
  color: #000000;
  font-size: 17px;
}

/* footer css */
#footer{
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer h2{
  color: rgb(255, 255, 255);
}

/* Responsive CSS Here */
@media screen and (max-width: 950px) {
  .logo .logo1{
      font-size: 28px;
  }
  .navbar-toggler
    {
      font-size: 1rem;
    }
    .lkj{
      margin-top: 10px;
    }
  }
  
  @media screen and (max-width: 850px) {
    .logo .logo1{
      font-size: 27px;
  }
  .navbar-toggler
    {
      font-size: 1rem;
    }
    .box{
      height: 72vh;
    }
    .lkj{
      margin-top: 10px;
    }
    button.navbar-toggler {
      padding: 3px;
      font-size: 17px;
  }
  }
  
  @media screen and (max-width: 490px) {
    .logo .logo1{
      font-size: 26px;
  }
  .logo{
      gap: 40px;
  }
  .navbar-toggler
    {
      font-size: 1rem;
    }
    .box{
      height: 77vh;
    }
    .lkj{
      margin-top: 10px;
    }
    button.navbar-toggler {
      padding: 3px;
      font-size: 17px;
  }
  }

  @media screen and (max-width: 450px) {
    .logo .logo1{
          font-size: 25px;
      }
      .logo{
          gap: 40px;
      }
      .navbar-toggler
    {
      font-size: 1rem;
    }
    .box{
      height: 77vh;
    }
    .lkj{
      margin-top: 10px;
    }
    button.navbar-toggler {
      padding: 3px;
      font-size: 17px;
  }
      }
  
  @media screen and (max-width: 400px) {
    .logo .logo1{
      font-size: 24px;
  }
  .logo{
      gap: 8px;
  }
  .navbar-toggler
    {
      font-size: 1rem;
    }
    .box{
      height: 77vh;
    }
    .lkj{
      margin-top: 10px;
    }
    button.navbar-toggler {
      padding: 3px;
      font-size: 17px;
  }
  }
  
  @media screen and (max-width: 360px) {
    .logo .logo1{
          font-size: 23px;
      }
      .logo{
          gap: 1px;
      }
      .navbar-toggler
    {
      font-size: 1rem;
    }
    .box{
      height: 78vh;
    }
    .lkj{
      margin-top: 10px;
    }
    button.navbar-toggler {
      padding: 3px;
      font-size: 17px;
  }
      }
      


  @media screen and (max-width: 320px) {
    .logo .logo1{
      font-size: 21px;
  }
  .logo{
      gap: 1px;
  }
  .navbar-toggler
    {
      font-size: 1rem;
    }
    .box{
      height: 79vh;
    }
    .lkj{
      margin-top: 10px;
    }
    button.navbar-toggler {
      padding: 3px;
      font-size: 17px;
  }
  }
  

  @media screen and (max-width: 294px) {
    .logo .logo1{
        font-size: 20px;
        margin-right: 10px;
    }
    .logo{
        gap: 1px;
    }
    .navbar-toggler
    {
      font-size: 1rem;
    }
    .box{
      height: 79vh;
    }
    .lkj{
      margin-top: 10px;
    }
    button.navbar-toggler {
      padding: 3px;
      font-size: 17px;
  }
    }
      
    @media screen and (max-width: 280px) {
      .logo .logo1{
          font-size: 19px;
          margin-right: 10px;
      }
      .logo{
          gap: 1px;
      }
      .navbar-toggler
      {
        font-size: 0.8rem;
      }
      .box{
        height: 81vh;
      }
      .lkj{
        margin-top: 10px;
      }
      button.navbar-toggler {
        padding: 3px;
        font-size: 17px;
    }
      }
      @media screen and (max-width: 270px){
        .box{
          height: 84vh;
        }
        .lkj{
          margin-top: 10px;
        }
        button.navbar-toggler {
          padding: 3px;
          font-size: 17px;
      }
      }

      @media screen and (max-width: 1490px)
      {
        .box{
          height: 40vh;
        }
        .lkj{
          margin-top: 10px;
        }
      }