@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Big+Shoulders+Display&family=Passion+One&family=Phudu&family=Quicksand&family=Roboto:wght@300;400;900&display=swap');



.s2  {
    text-align: center;
}



.reviewcard {
    margin-left: 50px;
    margin-right: 50px;
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 20px 20px 20px #0808080e;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 100px;
}

.t2 {
    margin-left: 50px;
    color: #00569c;
    font-weight: 700;
    text-align: center;
}


.seemore {
    background-color: #00569c;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    width: 100px;
    margin: auto;
    border-radius: 10px;
    color: white;
    box-shadow: 10px 10px 10px #1111110e;
}





  .ctml{
    background-color: #333333;
}


.c {
    text-align: center;
    color: white;
    font-weight: 400;
  }
  
  .contact-section{
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.432);
    width: 80%;
    margin: auto;
    border-radius: 10px;
    background-color: #003f72;
    background-size: cover;
    padding: 40px 0;
    transform:translateY(200px);
  }
  
 
  
  .contact-form {
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
  }
  
  .contact-form-text{
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
    border: none;
    padding: 20px 40px;
    outline: none;
    transition: 0.3s ease;
    font-family: 'Roboto';
    background-color: #ffffff;
    color: #00569c;
    border-radius: 10px;
  }
  
  .contact-form-text:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.726);
    color: rgb(0, 0, 0);
  }
  
  .contact-form-text:focus {
    box-shadow:  0 0 10px #1111117a;
  }
  
  textarea.contact-form-text{
    resize: none;
    height: 120px;
  }
  
  
  .c-btn {
    float: right;
    border: 0;
    background: fff;
    color: #00569c;
    padding: 12px 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .c-btn:hover{
   background-color: #ffffff;
  }


  .cfooter {
    transform: translateY(500px);
  }



  .schedule {
    background-color: #003f72;
    width: 90%;
    margin: auto;
    transform: translateY(200px);
    border-radius: 10px;
    box-shadow: 20px 20px 20px #1111117a;
  }


  .pi {
    color: white;
    text-align: center;
    font-weight: 500;
  }

  .reason {
    color: white;
    font-size:x-large;
    text-align: center;
    font-weight: 400;
  }


.form-control {
  background-color: #ffffff;
  border: none;
  color: #000;
  
}

.sendit {
  width: 50%;
  margin: auto;
  float: right;
    border: 0;
    background: fff;
    color: #00569c;
    padding: 12px 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    margin-bottom: 20px;
}


.date-and-time {
  color: white;
  font-weight: 400;
  text-align: center;
}

.choice {
  color: white;
  font-weight: 400;
}


#intro-h1 {
  font-family: 'Aboreto', cursive;
}


.footer-map {
  width: 100%;
  height: 100%;
}


#reviewt {
  text-align: center;
  margin: auto;
}


.icons2 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  animation: slideLeft 0.5s ease-in;
  width: 30%;
  margin: auto;
  transition: 0.2s;
  animation: Float2 4s infinite;
}




.socialmedia {
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0.4rem;
  border-radius: 10px;
  transition: 0.1s ease-in-out;
  margin-bottom : 30px;
}

.socialmedia:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.432);
}

.socialmedia:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.432);;
}



.call-to-action {
  color: white;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}




.faqdiv {
  transform: translateY(200px);
}


.faqh2 {
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
}


.intro-h1 {
  color: white;
  padding-bottom: 20px;
}


@media (max-width:991px) {
  .seemore {
      transform: translateY(350px);
  }

  .call-to-action {
    text-align: center;
    width: 110%;
    font-size: 1.6rem;
  }
}



@media (max-width:450px) {
  .seemore {
      transform: translateY(450px);
  }

  .call-to-action {
    font-size: 1.5rem;
    text-align: center;
  }

  .intro-logo {
    width: 450px;
  }
}


@media (max-width:522px) {
  .faqh2 {
    font-size: 1.8rem;
  }



}


.faqp {
  color: white;
  text-align: center;
}


.row1 {
  background-color: #00569c;
  padding: 1rem;
  padding-bottom: 3rem;
  border-radius: 10px;
  box-shadow: 20px 20px 20px #1111117a;
}
