@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.main {
    width: 100%;
    height: 100%;
}

.aboutes {
    margin-left: 100px;
    margin-top: -50px;
}


.head2 .new {
    margin-top: 10px;
    margin-left: 30px;
    font-weight: bold;
}

.head {
    width: 100%;
    height: 45px;
    background-color: #fd689b;
    display: flex;
}

.head2 {
    width: 30%;
    height: 100%;
    display: flex;
}

.head2 a {
    margin-left: 10px;
    color: white;
    text-decoration: none;
}

.head2 p {
    margin-left: 10px;
    color: white;
    padding-top: -10px;
    font-size: 18px;
}


.head2 button {
    height: 40px;
    width: 250px;
    margin-top: 02px;
    font-weight: bold;
    border: none;
    font-size: 18px;
    background-color: #ed2476;
    color: white;
    box-shadow: 2px 3px 5px -2px black;
    border-radius: 16px;
}

.head2 button:hover {
    background-color: black;
}

.head3 {
    display: flex;
    margin-left: 70px;

}

.head3 p i {
    color: white;
    width: 28px;
    height: 30px;
    text-align: center;
    padding-top: 0px;
}

.head3 p i:hover {
    background-color: black;
    font-size: 22px;
}



.newlogo {
    margin-left: -100px;
}

.slideshows{
    margin-top: -85px;
}


.mySlides {
    width: 100%;
    height: 490px;
}

.amita {
    width: 100%;
    height: 320px;
}

.amita h1 {
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 20px;
    font-size: 45px;
    font-family: 'Poppins';

}

.amita h2 {
    text-align: center;
    color: #fd689b;
    font-weight: bold;
    margin-top: 10px;
    font-size: 40px;
    font-family: 'Poppins';
}

.amita h3 {
    text-align: center;
    color: black;
    font-weight: bold;
    font-family: 'Poppins';
}

.amita p {
    color: black;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    margin-top: 20px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-left: 30px;
}

.amita h6 {
    text-align: center;
    font-size: 27px;
}

.about {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
}

.about2 {
    width: 60%;
    height: 100%;
    margin-left: 0px;
}

.about2 h1 {
    margin-left: 40px;
    color: black;
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
    font-family: 'Poppins';
}

.about2 h2 {
    margin-left: 40px;
    color: black;
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Poppins';
}

.about2 h3 {
    margin-left: 40px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins';
}


.about2 p {
    color: black;
    font-family: sans-serif;
    font-size: 17px;
    margin-left: 0px;
    width: 95%;
    margin-top: 10px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.about2 p i {
    font-size: 10px;
}

.about2 ul li {
    margin-left: 30px;
    color: black;
    font-family: sans-serif;
}


.about2 ol li {
    margin-left: 25px;
    font-family: sans-serif;
}

.about2 button {
    margin-left: 30px;
    margin-top: 20px;
    font-weight: bold;
    background-color: #d90166;
    height: 35px;
    width: 150px;
    color: white;
    border: none;
    border-radius: 10px;
}

.about2 button:hover {
    background-color: blue;
}

.about3 {
    width: 40%;
}


.about3 img {
    width: 90%;
    margin-left: 10px;
    height: auto;
}

.about3 h1 {
    text-align: center;
    color: black;
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 25px;
    margin-left: 40px;
}

.about3 p {
    margin-left: 50px;
    font-family: sans-serif;
    width: 80%;
    text-align: justify;
}

.about3 button {
   text-align: center;
    margin-top: 20px;
    font-weight: bold;
    background-color: #d90166;
    height: 35px;
    width: 180px;
    color: white;
    border: none;
    border-radius: 10px;
}

.about3 h2 {
    margin-left: 100px;
    font-size: 19px;
    margin-top: 50px;
    font-family: 'Poppins';
}


.container2 {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;

    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;

}

label {
    display: block;
    margin-top: 10px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.matter {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.matter h1 {
    text-align: center;
    color: #d90166;
    font-weight: bold;
    margin-top: 40px;
    font-family: 'Poppins';
}

.matter h2 {
    color: white;
    margin-top: 60px;
    font-size: 28px;
    margin-left: 50px;
    font-family: 'Poppins';
}

.expers2 h2 {
    font-family: 'Poppins';
}

.expers2 h1 {
    font-family: 'Poppins';
}


.storey {
    width: 100%;
    height: 350px;
    margin-top: 60px;
    display: flex;
}

.stor1 {
    width: 45%;
    height: 100%;
    margin-left: 50px;
}

.servicheading {
    height: 200px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-size: 40px;
    color: black;
    font-weight: bold;
}


.servicheading h1 {
    font-size: 40px;
    color: black;
    font-weight: bold;
    margin-top: 70px;
}

.service {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 50px;
}

.service2 {
    width: 31%;
    height: 100%;
    margin-left: 20px;

}

.service2 h1 {
    text-align: center;
    color: black;
    font-size: 30px;
    font-family: 'Poppins';
}

.service2 img {
    margin-top: 20px;
}

.service2 p {
    color: black;
    font-size: 15px;
    margin-top: 20px;
    font-family: sans-serif;
}

.service2 button {
    margin-left: 100px;
    margin-top: 30px;
    width: 120px;
    height: 35px;
    font-weight: bold;
    color: white;
    background-color: #d90166;
    border: none;
    border-radius: 05px;
}

.fraquent {
    width: 100%;
    height: auto;
    margin-top: 100px;
}


.collapsible {

    color: #d90166;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 15px;
    font-family: 'Poppins';
}

.fraquent button {
    width: 78%;
    background: none;
    border: 1px solid pink;
    border-radius: 05px;
}

.fraquent button span {
    float: right;
    font-weight: bold;
    font-size: 25px;
}


.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    margin-left: 100px;
    width: 80%;
}

.maps {
    width: 100%;
    height: 450px;
    margin-top: 100px;
}

.footer {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
}

.foot2 {
    width: 32%;
    height: 100%;
    margin-left: 10px;
}

form {
    max-width: 400px;
    margin: 0 auto;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #ff5c94;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: left;
}

input[type="submit"]:hover {
    background-color: #45a049;
}



.foot3 {
    width: 32%;
    height: 100%;
    margin-left: 10px;
}

.foot3 h1 {
    font-size: 30px;
    color: black;
    margin-left: 100px;
    font-weight: bold;
}

.foot3 p {
    margin-bottom: 10px;
    text-align: left;
    margin-left: 100px;

}

.foot3 p a {
    color: black;
    text-decoration: none;
    font-size: 16px;
}

.foot3 a:hover {
    color: #d90166;
}

.foot3 img {
    margin-left: 100px;
}


.disclamer {
    width: 100%;
    height: 50px;
    background-color: lightgray;
}

.disclamer h1 {
    color: black;
    font-size: 17px;
    text-align: center;
    padding-top: 08px;
}


.social {
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.social a i {
    border-radius: 5px;
    width: 35px;
    height: 33px;
    margin-left: 0px;
    padding-left: 8px;
    padding-top: 7px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    transition: transform 0.2s ease;

}

.social a i:hover {
    transform: translateY(-5px);

}



.gallery {
    width: 82%;
    height: auto;

    display: flex;
    margin-left: 140px;
    margin-top: 20px;
}

.gallery2 {
    width: 33%;
    height: 500px;
    border: 1px solid #ff69b4;
    margin-left: 10px;
    position: relative;
}

.gallery2 span {
    padding-left: 10px;
    color: #ffc300;
    margin-top: 10px;
}

.gallery2 h1 {
    text-align: center;
    margin-top: 50px;
    color: black;
    font-weight: bold;
}

.gallery2 p {
    font-size: 18px;
    color: black;
    margin-left: 10px;
    margin-top: 20px;
}

.gallery2 img {
    margin-top: 30px;
    margin-left: 20px;
}

.gallery2 h2 {
    margin-left: 15px;
    font-size: 20px;
    color: black;
}

.gallery2 a {
    margin-top: 20px;
}

.watermark {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.google-icon {
    width: 30px;
    margin-right: 5px;

}

.head3 p i {
    border-radius: 5px;
    width: 35px;
    height: 33px;
    margin-left: 0px;
    padding-left: 8px;
    padding-top: 7px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.head3 p i:hover {
    transform: translateY(-5px);

}


.news {
    width: 100%;
    height: auto;
    display: flex;
}

.news2 {
    width: 45%;
    height: 100%;
    margin-left: 40px;
}

.news2 img {
    width: 100%;
}

.news2 h1 {
    color: black;
    font-weight: bold;
}

.news2 h2 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
}


.icon-bar {
    position: fixed;
    top: 94%;
    left: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar img {
    height: 60px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}


.expers {
    width: 100%;
    height: 200px;
    display: flex;
}

.expers2 {
    width: 30%;
    height: 200px;
    margin-left: 40px;
}

.expers2 h2 {
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 30px;
}

.expers2 h1 {
    font-size: 25px;
    color: black;
    margin-top: 10px;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.Facilies {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #f9f9f9;
}


.Facilies2 {
    flex: 1 1 200px;
    max-width: 300px;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}


.Facilies2 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}


.Facilies2:hover {
    transform: scale(1.05);
}



.dropdown__list button {
    width: 200px;
    height: 40px;
    background-color: #ff69b4;
    color: white;
    border: none;
    border-radius: 16px;
    font-weight: bold;

}

.awards{
    width: 100%;
    height: 800px;
    background-color: #fcd2d1;
    margin-top: 20px;
}

.awards h1 {
    text-align: center;
    padding-top: 40px;
    color: black;
    font-weight: bold;
}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: red;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: black;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;

  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



.awards p {
    font-family: 'Poppins';
    text-align: center;
    color: black;
    font-size: 18px;
    margin-top: 20px;
}

.line {
   border: 2px solid black;
   height: 2px;
   width: 200px;
  margin-left: 42%;
}











.mySlides2 {
    display: none;
  }
  
  img {
    vertical-align: middle;
  }
  
  /* Slideshow container */
  .slideshow-container2 {
   width: 100%;
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
  .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: 0 3px 3px 0;
    user-select: none;
    background-color: black;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/4 etc) */
  .numbertext2 {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot2 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Active dot and dot hover states */
  .dot2.active, .dot2:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade2 {
    animation-name: fade2;
    animation-duration: 1.5s;
  }
  
  @keyframes fade2 {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next, .text {
      font-size: 11px;
    }
  }
  