.mt{
    background-color: black;
    text-emphasis-color: white;
    width: 100%;
    height: 400px;
}
.p{
    text-align: justify;
    color: white;
    font-size: 1.3em;
    font-family: 'Times New Roman', Times, serif;
    
}
.size{
  font-size: 1.5em;
  color: black;
}
  .logo {
    width: 150px;
    height: 130px;
    margin: left;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
  
  .logo:hover {
    transform: scale(1.1);
  }
  .slider {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  
  .slider {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  
  .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: slideShow 12s infinite;
    opacity: 0;
  }
  
  .slide:nth-child(1) {
    animation-delay: 0s;
  }
  
  .slide:nth-child(2) {
    animation-delay: 4s;
  }
  
  .slide:nth-child(3) {
    animation-delay: 8s;
  }
  
  @keyframes slideShow {
    0% {opacity: 0;}
    8% {opacity: 1;}
    33% {opacity: 1;}
    41% {opacity: 0;}
    100% {opacity: 0;}
  }
  .container {
    position: relative;
    text-align: center;
    color: rgb(4, 4, 4);
  }

 .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }

 .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }

 .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }

 .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

 .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .link-without-underline {
    color: black;
    text-decoration: none;
  }
  
  .link-without-underline:hover {
    text-decoration: underline;
  }
  .desprition{
    text-align: left;
    color: white;
    width: 20%;

  }
  .header {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
  }
  
  .testimonial-carousel {
    display: flex;
    overflow-x: auto;
    padding: 20px;
  }
  
  .testimonial {
    flex: 0 0 300px;
    margin-right: 20px;
    background-color: #d38888;
    padding: 20px;
    border-radius: 5px;
  }
  
  .testimonial p {
    margin-bottom: 20px;
  }
.hh{
  color: black;
  text-align: justify;
  font-size: 1.5em;
    font-family: 'Times New Roman', Times, serif;
}
.trending{
  font-size: 1.2em;
  border: 3.5px solid black;
  border-top: black;
    border-left: black;
  border-bottom: black;
}
.container{
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

.imgContainer{
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.slide_div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 30px;
}

.image{
  position: relative;
  height: 370px;
  width: 240px;
  filter: saturate(10%);
  transition: 0.7s;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

.button{
  position: absolute;
  width: 240px;
  height: 370px;
  transition: 0.7s;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

.button:hover{
  background-color: rgba(0, 0, 0, 0.2);
}

#slider1:target ~ .imgContainer #img1,
#slider1:target ~ .imgContainer #button1{
  width: 390px;
  height: 600px;
  background-color: transparent;
  filter: saturate(100%);
}

#slider2:target ~ .imgContainer #img2,
#slider2:target ~ .imgContainer #button2{
  width: 390px;
  height: 600px;
  background-color: transparent;
  filter: saturate(100%);
}

#slider3:target ~ .imgContainer #img3,
#slider3:target ~ .imgContainer #button3{
  width: 390px;
  height: 600px;
  background-color: transparent;
  filter: saturate(100%);
}

#slider4:target ~ .imgContainer #img4,
#slider4:target ~ .imgContainer #button4{
  width: 390px;
  height: 600px;
  background-color: transparent;
  filter: saturate(100%);
}

#slider5:target ~ .imgContainer #img5,
#slider5:target ~ .imgContainer #button5{
  width: 390px;
  height: 600px;
  background-color: transparent;
  filter: saturate(100%);
}

#slider6:target ~ .imgContainer #img6,
#slider6:target ~ .imgContainer #button6{
  width: 390px;
  height: 600px;
  background-color: transparent;
  filter: saturate(100%);
}

#slider7:target ~ .imgContainer #img7,
#slider7:target ~ .imgContainer #button7{
  width: 390px;
  height: 600px;
  background-color: transparent;
  filter: saturate(100%);
}


#slider1:target ~ .imgContainer{
  left: 60%;
}
#slider2:target ~ .imgContainer{
  left: 40%;
}
#slider3:target ~ .imgContainer{
  left: 20%;
}
#slider4:target ~ .imgContainer{
  left: 0%;
}
#slider5:target ~ .imgContainer{
  left: -20%;
}
#slider6:target ~ .imgContainer{
  left: -40%;
}
#slider7:target ~ .imgContainer{
  left: -60%;
}
.h2color{
  color: white;
}