* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0;
    background: #ffffff;  
    /* background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  
    background: linear-gradient(to right, #ff9472, #f2709c);  */
}
.mySlides {display: non e}
img {vertical-align: middle;
height:750px;
border-radius: 10px;
}
.slideshow-container {
  max-width: 90%;
  position: relative;
  margin:20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width:auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius:10px;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 10px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #202124;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.intro {
  width: 65%;
  height: auto;
  margin: auto;
  text-align: center;
}

.p-Text, p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  word-spacing: 3px;
  color: rgb(79, 78, 78);
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

footer {
  background-color: rgb(249, 97, 42);
  height: 40px;
  width: 100%;
  margin-top: 70px;
}
/* @media(max-width:2560px) {
  img {
    vertical-align: middle;
    height: 1280px;
    border-radius: 10px;
  }
} */
@media(max-width:768px) {
  .intro {
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  img {
    vertical-align: middle;
    object-fit: cover;
    height: 550px;
    border-radius: 10px;
  }
}
@media(max-width: 512px) {
  .mySlides {display: none}
  img {vertical-align: middle;
  height:400px;
  border-radius: 10px;
  }
  .prev, .next,.text {font-size: 11px}
  .slideshow-container {
    max-width: 90%;
    margin:10px auto;
    border-radius: 8px;
  }
  .intro {
    width: 85%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  
  .p-Text, p {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    word-spacing: 3px;
    color: rgb(79, 78, 78);
  }
}

@media(max-width: 380px) {
  img {
    vertical-align: middle; 
    object-fit: cover;
    height: 375px;
    border-radius: 10px;
}
}
@media(max-width: 330px) {
  .mySlides {display: none}
  img {vertical-align: middle;
  height:300px;
  border-radius: 10px;
  object-fit: cover;
  }
  .prev, .next,.text {font-size: 11px}
  .slideshow-container {
    max-width: 90%;
    margin:0px auto;
    border-radius: 8px;
  }
  .p-Text, p {
    text-align: justify;
  }
}