@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 1517px; 
  height: 100%;
}

.ads img:nth-of-type(1) {
  filter: brightness(50%);
}

.about-homepage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*  */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
}

.about-homepage .content {
  width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url('../images/dehofoo/about.jpg');
  background-size: 100% 200%;
  background-repeat: no-repeat;
}

.about-homepage .content h1 {
  font-size: 120px;
  font-weight: 1000;
  color: rgb(255, 255, 255);
}

.mission-vision {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-vision .content {
  width: 1300px;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.mission-vision .content img {
  width: 300px;
  height: 300px;
}

.mission-vision .vission {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* background-color: gray; */
}

.mission-vision .mission {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* background-color: gray; */
}

.mission-vision .info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.mission-vision .image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.mission-vision .info h1 {
  font-style: normal;
  font-weight: bolder;
  font-size: 50px;
  line-height: 70px;
}

.mission-vision .info p {
  width: 550px;
  margin: 30px;
}

.para {
  text-align: center;
  width: 600px;
  margin: 20px auto;
}

.para p {
  font-weight: 800;
  font-size: 25px;
  font-family: 'Playfair Display', serif;
}

.para p span {
  color: rgb(255, 100, 131);
  font-weight: bolder;
  font-family: 'Playfair Display', serif;
}

.information {
  padding: 30px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.information .content {
  width: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.information .content .content-info {
  margin: 20px;
}

.information .content .content-info h1 {
  font-weight: 900;
  font-size: 40px;
}

.information .content .content-info h1 span {
  color: rgb(255, 100, 131);
  font-size: 20px;
}

.reviews {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews .content {
  width: 1000px;
  height: 600px;
  background-image: url("../images/dehofoo/reviewback.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.reviews .content .info {
  width: 500px;
}

.reviews .content .info h1 {
  width: 400px;
  font-weight: 900;
  font-family: 'Playfair Display', serif;
  margin:10px 0px;
  
}

.reviews .content .review-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow-container {
  /* position: relative; */
  width: 300px;
  background-image: url("data:image/svg+xml,%3Csvg width='303' height='313' viewBox='0 0 303 313' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='0.984833' width='301' height='312.015' fill='white'/%3E%3Cpath d='M1 251.375C0.99999 193.643 302 229.32 302 229.32V313H1C1 313 1.00001 309.108 1 251.375Z' fill='%23FFC3D1'/%3E%3Cpath d='M301.994 62.6374C301.968 120.37 0.983927 84.6366 0.983927 84.6366L1.02088 0.956878L302.021 1.01281C302.021 1.01281 302.019 4.90488 301.994 62.6374Z' fill='%23FFC3D1'/%3E%3C/svg%3E%0A");
  background-image: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 110, 255, 0.212) 0px 5px 15px;
  border-radius: 10px;
  justify-content: right;
  align-items: right;
  color: rgb(0, 0, 0);
}

/* Slides */
.mySlides {
  width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
  background-color: white;
  
}

.mySlides .review-avatar {
  display: flex;
  justify-content: left;
  align-items: left;
  
}

.mySlides .review-avatar img {
  border-radius: 50%;
  margin: 0px 15px;
}

.mySlides .review-avatar h6 {
  font-weight: 900;
}

.mySlides .review-avatar p {
  font-size: 10px;
  text-align: left;
}

.mySlides .comment{
  font-size: 13px;
  width: 90%;
  display: flex;
  justify-content: right;
  align-items: right;
  
}

.mySlides .comment p{
  width: 75%;
}

.mySlides .stars {
  display: flex;
  justify-content: right;
  align-items: right;
  font-size: 7px;
  color: rgb(255, 0, 51);
  
}

.mySlides .stars i {
  font-size: 10px;
}

/* Next & previous buttons */

.buttons {
  width: 90px;
  text-align: center;
  margin: 0px 30px;
  border-radius: 25px;
}

.buttons i {
  font-size: 18px;
  margin: 10px;
  cursor: pointer;
  color: rgb(97, 97, 97); 
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .about-homepage .content h1 {
    font-size: 50px;

  }
  .about-homepage {
    width: 100%;
  }

  .about-homepage .content {
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/blogs/banner5.jpg');
    height: 150px;
  }
  .mission-vision .info {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.212) 0px 5px 15px;
    margin: 20px;
    padding: 10px;
    font-size: 12px;
    border-radius: 7px;
  }

  .mission-vision .info h1 {
    font-style: normal;
    font-weight: bolder;
    font-size: 30px;
    line-height: 70px;
  }

  .mission-vision .content img {
    display: none;
    display: none;
  }

  .mission-vision .info p {
    width: 90%;
    margin: 10px;
  }

  .about-homepage h1 {
    font-size: 50px;
    font-weight: 1000;
    color: rgb(0, 0, 0);
  }

  .mission-vision .info h1 {
    font-size: 25px;
  }


  .para {
    width: 80%;
    font-size: 20px;
  }

  .information .content .content-info h1 {
    font-size: 25px;
  }

  .information .content .content-info h1 span {
    font-size: 13px;
  }

  .information .content .content-info p {
    font-size: 12px;
  }

  .reviews .content {
    width: 90%;
    background-image: linear-gradient(90deg, white 50%, rgb(255, 255, 255) 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
  }

  .reviews .content .info {
    width: 100%;
  }

  .reviews .content .info h1 {
    font-size: 20px;
width: 100%;
transform: skewY(-3deg);
background-image: linear-gradient(120deg,rgb(0, 28, 51) 20%,rgb(0, 196, 196) 80%);
padding:10px;
margin:10px 0px;
color:white;
font-family:Playfair ,san-serif;
  }

  .reviews .content .review {
    width: 100%;
  }

  .reviews .content .review-box {
    width: 100%;
  }

  .reviews .content .review-box .avatar .name h1 {
    font-size: 17px;
    font-weight: 500;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
  .about-homepage .content h1 {
    font-size: 50px;
    color: rgb(255, 255, 255);
  }
  .about-homepage {
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
  }
  .about-homepage .content {
    height: 400px;
  }

  .mission-vision .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .mission-vision .content .vission {
    width: 250px;
  }

  .mission-vision .content .mission {
    width: 250px;
  }

  .mission-vision .info {
    background-color: white;
    box-shadow: rgba(0, 110, 255, 0.212) 0px 5px 15px;
    margin: 20px;
    padding: 10px;
    font-size: 12px;
    border-radius: 7px;
  }
  .mission-vision .info h1 {
    font-style: normal;
    font-weight: bolder;
    font-size: 30px;
    line-height: 70px;
  }
  .mission-vision .content img {
    display: none;
    display: none;
  }
  .mission-vision .info p {
    width: 90%;
    margin: 10px;
  }
  .about-homepage h1 {
    font-size: 50px;
    font-weight: 1000;
    color: rgb(0, 0, 0);
  }
  .mission-vision .info h1 {
    font-size: 25px;
  }
  .para {
    width: 80%;
    font-size: 20px;
  }
  .information .content .content-info h1 {
    font-size: 25px;
  }
  .information .content .content-info h1 span {
    font-size: 13px;
  }
  .information .content .content-info p {
    font-size: 12px;
  }
  .reviews .content {
    width: 90%;
    display: flex;
    height: 400px;
    background-image: linear-gradient(90deg, white 50%, rgb(255, 0, 51) 50%);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
  }
  .reviews .content .info {
    width: 100%;
  }
  .reviews .content .info h1 {
    font-size: 30px;
    width: 70%;
  }
  .reviews .content .review {
    width: 100%;
  }
  .reviews .content .review-box {
    width: 100%;
  }
  .reviews .content .review-box .avatar .name h1 {
    font-size: 17px;
    font-weight: 500;
  }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) {
  .about-homepage .content h1 {
    font-size: 60px;
    color: rgb(255, 255, 255);
  }
  .about-homepage {
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
  }
  .about-homepage .content {
    height: 400px;
  }

  .mission-vision .content .vission {
    width: 760px;
    display: flex;
    flex-direction: row;
  }

  .mission-vision .content .vission .info {
    width: 40%;
  }

  .mission-vision .content .vission .image {
    width: 50%;
  }

  .mission-vision .content .mission {
    width: 760px;
    display: flex;
    flex-direction: row;
  }
  .mission-vision .content .mission .info {
    width: 40%;
  }
  .mission-vision .content .mission .image {
    width: 50%;
  }

  .mission-vision .info {
    background-color: white;
    box-shadow: rgba(0, 110, 255, 0.212) 0px 5px 15px;
    margin: 20px;
    padding: 10px;
    font-size: 12px;
    border-radius: 7px;
  }
  .mission-vision .info h1 {
    font-style: normal;
    font-weight: bolder;
    font-size: 30px;
    line-height: 70px;
  }
  .mission-vision .content img {
    width: 100px;
    height: 100px;
  }
  .mission-vision .info p {
    width: 90%;
    margin: 10px;
  }
  .about-homepage h1 {
    font-size: 50px;
    font-weight: 1000;
    color: white;
  }
  .mission-vision .info h1 {
    font-size: 25px;
  }
  .para {
    width: 500px;
    font-size: 20px;
  }
  .information .content .content-info h1 {
    font-size: 25px;
  }
  .information .content .content-info h1 span {
    font-size: 13px;
  }
  .information .content .content-info p {
    font-size: 12px;
  }
  .reviews .content {
    width: 90%;
    display: flex;
    background-image: linear-gradient(90%, white 50%, rgb(255, 0, 51) 50%);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
  }
  .reviews .content .info {
    width: 100%;
  }
  .reviews .content .info h1 {
    font-size: 30px;
    width: 70%;
  }
  .reviews .content .review {
    width: 100%;
  }
  .reviews .content .review-box {
    width: 100%;
  }
  .reviews .content .review-box .avatar .name h1 {
    font-size: 17px;
    font-weight: 500;
  }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1300px) {
  .about-homepage .content h1 {
    font-size: 70px;
    color: rgb(255, 255, 255);
  }
  .about-homepage {
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
  }
  .about-homepage .content {
    height: 400px;
  }

  .mission-vision .content .vission {
    width: 1000px;
    display: flex;
    flex-direction: row;
  }

  .mission-vision .content .vission .info {
    width: 40%;
  }

  .mission-vision .content .vission .image {
    width: 50%;
  }

  .mission-vision .content .mission {
    width: 1000px;
    display: flex;
    flex-direction: row;
  }
  .mission-vision .content .mission .info {
    width: 40%;
  }
  .mission-vision .content .mission .image {
    width: 50%;
  }

  .mission-vision .info {
    background-color: white;
    box-shadow: rgba(0, 110, 255, 0.212) 0px 5px 15px;
    margin: 20px;
    padding: 10px;
    font-size: 12px;
    border-radius: 7px;
  }
  .mission-vision .info h1 {
    font-style: normal;
    font-weight: bolder;
    font-size: 30px;
    line-height: 70px;
  }
  .mission-vision .content img {
    width: 100px;
    height: 100px;
  }
  .mission-vision .info p {
    width: 90%;
    margin: 10px;
  }
  .about-homepage h1 {
    font-size: 50px;
    font-weight: 1000;
    color: rgb(0, 0, 0);
  }
  .mission-vision .info h1 {
    font-size: 25px;
  }
  .para {
    width: 500px;
    font-size: 20px;
  }
  .information .content .content-info h1 {
    font-size: 25px;
  }
  .information .content .content-info h1 span {
    font-size: 13px;
  }
  .information .content .content-info p {
    font-size: 12px;
  }
  .reviews .content {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
  }
  .reviews .content .info {
    width: 100%;
  }
  .reviews .content .info h1 {
    font-size: 30px;
    width: 50%;
  }
  .reviews .content .review {
    width: 100%;
  }
  .reviews .content .review-box {
    width: 100%;
  }
  .reviews .content .review-box .avatar .name h1 {
    font-size: 17px;
    font-weight: 500;
  }

  .footer {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .content {
    width: 1200px;
  }
  .copyright {
    width: 100%;
  }
}

@media only screen and (min-device-width: 1300px) and (max-device-width: 1500px) {
  .about-homepage .content h1 {
    font-size: 60px;
    color: rgb(255, 255, 255);
  }
  .about-homepage {
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
  }
  .about-homepage .content {
    height: 400px;
  }

  .mission-vision .content .vission {
    width: 1000px;
    display: flex;
    flex-direction: row;
  }

  .mission-vision .content .vission .info {
    width: 40%;
  }

  .mission-vision .content .vission .image {
    width: 50%;
  }

  .mission-vision .content .mission {
    width: 1000px;
    display: flex;
    flex-direction: row;
  }
  .mission-vision .content .mission .info {
    width: 40%;
  }
  .mission-vision .content .mission .image {
    width: 50%;
  }

  .mission-vision .info {
    background-color: white;
    box-shadow: rgba(0, 110, 255, 0.212) 0px 5px 15px;
    margin: 20px;
    padding: 10px;
    font-size: 12px;
    border-radius: 7px;
  }
  .mission-vision .info h1 {
    font-style: normal;
    font-weight: bolder;
    font-size: 30px;
    line-height: 70px;
  }
  .mission-vision .content img {
    width: 250px;
    height: 250px;
  }
  .mission-vision .info p {
    width: 90%;
    margin: 10px;
  }
  .about-homepage h1 {
    font-size: 50px;
    font-weight: 1000;
    color: rgb(0, 0, 0);
  }
  .mission-vision .info h1 {
    font-size: 25px;
  }
  .para {
    width: 500px;
    font-size: 20px;
  }
  .information .content .content-info h1 {
    font-size: 25px;
  }
  .information .content .content-info h1 span {
    font-size: 13px;
  }
  .information .content .content-info p {
    font-size: 12px;
  }
  .reviews .content {
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
  }
  .reviews .content .info {
    width: 100%;
  }
  .reviews .content .info h1 {
    font-size: 40px;
    width: 70%;
  }
  .reviews .content .review {
    width: 100%;
  }
  .reviews .content .review-box {
    width: 100%;
  }
  .reviews .content .review-box .avatar .name h1 {
    font-size: 17px;
    font-weight: 500;
  }

  .footer {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .content {
    width: 1300px;
  }
  .copyright {
    width: 100%;
  }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1824px) {
  .about-homepage .content h1 {
    font-size: 100px;
    color: rgb(255, 255, 255);
  }
  .about-homepage {
    height: 350px;
    width: 100%;
    background-size: 100% 100%;
  }
  .about-homepage .content {
    height: 400px;
  }

  .about-homepage .content h1 {
    color: rgb(255, 255, 255);
  }

  .mission-vision .content .vission {
    width: 1300px;
    display: flex;
    flex-direction: row;
  }

  .mission-vision .content .vission .info {
    width: 40%;
  }

  .mission-vision .content .vission .image {
    width: 50%;
  }

  .mission-vision .content .mission {
    width: 1300px;
    display: flex;
    flex-direction: row;
  }
  .mission-vision .content .mission .info {
    width: 40%;
  }
  .mission-vision .content .mission .image {
    width: 50%;
  }

  .mission-vision .info {
    background-color: white;
    margin: 20px;
    padding: 10px;
    border-radius: 7px;
  }
  .mission-vision .info h1 {
    font-style: normal;
    font-weight: bolder;
    font-size: 60px;
  }
  .mission-vision .content img {
    width: 250px;
    height: 250px;
  }
  .mission-vision .info p {
    width: 90%;
    margin: 10px;
    font-size: 16px;
  }
  .about-homepage h1 {
    font-size: 50px;
    font-weight: 1000;
    color: rgb(0, 0, 0);
  }
  .mission-vision .info h1 {
    font-size: 35px;
  }
  .para {
    width: 500px;
    font-size: 20px;
  }
  .information .content .content-info h1 {
    font-size: 35px;
  }
  .information .content .content-info h1 span {
    font-size: 23px;
  }
  .information .content .content-info p {
    font-size: 16px;
  }
  .reviews .content {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
    height: 100%;
  }
  .reviews .content .info {
    width: 50%;
  }
  .reviews .content .info h1 {
    font-size: 50px;
    width: 500px;
  }
  .reviews .content .review {
    width: 100%;
  }
  .reviews .content .review-box {
    width: 50%;
  }
  .reviews .content .review-box .avatar .name h1 {
    font-size: 17px;
    font-weight: 500;
  }
  .footer {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .content {
    width: 1500px;
  }

  .copyright {
    width: 100%;
  }
}
