@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Open+Sans&family=Poppins&family=Roboto&display=swap');

:root {
  font-family: Poppins, Helvetica, "sans-serif";
}

html {
  scroll-behavior: smooth;
  background-color: #222222;
}

body{
    background-color: #f1f5f7;
    margin: 0;
}
.m-top{
  margin-top: 15px;
}

.g-info-h{
  color: #222222;
  margin-top: 85px;
  width: 100%;
  text-align: left;
  font-size: 38px;
  text-decoration: underline 5px #4DB6AC;
}

.gseperator{
  padding: 20px;
}

.mcard{
  height: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border-radius: .1rem;
  outline: none;
  border: none;
  position: relative;
  text-align: center;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 1;
  transition: all .3s;
}

.serv-card{
  padding-bottom: 25px;
}
  
.mcard-seperator{
  margin-top: 15px;
}
  
.mcard h4 {
  padding: 20px;
  text-align: left;
  width: fit-content;
  margin-bottom: 0;
  margin-top: 0;
  text-decoration: underline 2px #4DB6AC;
}

.mcard .txt-info{
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: justify;
  font-size: 15px;
  height: 75px;
  color: darkgray;
  padding-right: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 18px;
}

.mcard .serv-item{
  text-align: left;
  padding-left: 30px;
  font-size: 16px;
}


.service-item-card{
  background: white;
  margin-bottom: 30px;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service-image{
  display: flex;
  overflow: hidden;
  height: 350px;
}

.hover-anime {
  position: relative;
  overflow: hidden;
}

figure {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.service-item-card .service-image img {
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.service-item-card .service-content {
  padding: 40px;
  text-align: center;
}

.service-item-card .service-content h3 {
  margin-top:0;
}

.service-readmore{
  display: none;
}

.service-item-card:hover .service-image img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.about-l-section{
  display: flex;
  align-items: stretch;
}

.about-l-section .about-img-container{
  width: 60%;
  display: flex;
  overflow: hidden;
}

.about-l-section .about-img-container img{ 
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
  border-radius: .1rem;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}


.about-l-section .about-i-container{
  width: 40%
}

.about-iname{
  height: 20%;
  display: flex;
  background-color: #222222;
  border-radius: .1rem;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}

.hours-outer{
  padding-top: 20px;
  box-sizing: border-box;
  height: 80%;
}

.hours-inner{
  height: 100%;
  border: 6px double #4DB6AC;
  border-radius: .1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.hours-inner-h{
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 35px;
}

.hours-inner-txt{
  width: 80%;
}

.hours-inner-item{
  display: flex;
  color: #222222;
  justify-content: space-between;
  flex-direction: row;
  font-size: 17px;
  padding-bottom: 12px;
}

.hours-inner-item .mhour{
  box-sizing: border-box;
  padding-left: 5px;
}

.about-r-section{
  padding-left: 25px;
  height: 100%;
}

.about-txt-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.about-r-section .since{
  letter-spacing: 6px;
}

.about-r-section .mheader{
  font-size: 36px;
  letter-spacing: -2px;
  font-weight: 500;
}

.about-r-section p{
  color: gray;
  font-size: 18px;
}

.about-i-down-item{
  padding-top: 10px;
  box-sizing: border-box;
}

.about-i-down-item h4{
  text-decoration: underline 2px #4DB6AC;
  margin: 0;
  letter-spacing: 3px;
  font-weight: 100;
}

.container-outer{
  margin-top: 60px;
  background-color: #222222;
  padding-bottom: 60px;
}

#team .g-info-h{
  color: white;
}

.person-image{
  display: flex;
  overflow: hidden;
}

.service-item-card .person-image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-item-card:hover .person-image img {
  transform: scale(1.1);
}


.gall-l{
  height: 800px;
  box-sizing: border-box;
  overflow: hidden;
}

.gall-r{
  height: 800px;
  box-sizing: border-box;
  overflow: hidden;
}

.gall-l img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  box-sizing: border-box;
}

.gall-r .img-t{
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: center;
}

.gall-r .img-b{
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  margin-top: 5px;
  object-fit: cover;
  object-position: center;
}

.rating-card{
  background: white;
    margin-bottom: 30px;
    border-radius: .1rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 230px;
}


.rating-name{
  font-size: 24px;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.rating-stars{
  padding: 10px;
  text-align: center;
}

.rating-stars img{
  height: 25px;
  width: 25px;
}

.rating-stars-txt{
  padding: 10px 30px;
}

#row-reviews-all{
  margin-top: 15px;
  display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#row-reviews-all button{
  width: 260px;
  border: none;
    height: 55px;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s;
    border-radius: .1rem;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-color: #53ADFF;
    color: white;
}

#row-reviews-all button:hover{
  background-color: #039BE5;
}

.bottom-m{
  margin: 70px;
}
.terms-row{
  font-size: 18px;
}
@media (max-width: 1400px) {
  .hours-inner-txt {
    width: 95%;
  }
}

@media (max-width: 1200px) {
  .hours-inner-txt {
    width: 98%;
  }

  .hours-inner-h {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-txt-container{
    padding-top: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
  }

  .about-r-section .mheader{
      margin-top: 10px;
  }

  .gall-r .img-b {
    object-position: right;
  }

}

  @media (max-width: 992px) {
    .g-info-h{
      color: #222222;
      margin-top: 45px;
      text-align: center;
      font-size: 34px;
    }

    .mcard{
      height: auto;
      padding-bottom: 35px;
    }

    .mcard .txt-info{
      height: auto;
    }

    .service-item-card .service-image img{
      filter: grayscale(0%);
    }

    .hours-inner-item {
      font-size: 14px;
      padding-bottom: 10px;
    }
    .gall-l {
      height: 400px;
    }

    .gall-r .img-t {
      margin-top: 15px;
    }
  }

  @media only screen and (max-width:768px) {

    .about-iname {
      font-size: 28px;
  }

    .about-l-section .about-i-container{
      width: 50%
    }
    
    .about-l-section .about-img-container{
      width: 50%;
    }

    .hours-inner-h {
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .about-l-section {
      min-height: 330px;
    }

    .bottom-m{
      margin: 50px;
    }
  }

  @media only screen and (max-width:576px) {
    .hours-inner-item {
      font-size: 13px;
      padding-bottom: 5px;
    }

    .gall-l {
      height: 300px;
    }

    .gall-r {
      height: 600px;
    }
  }