* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins";
  background-color: #fff6e3;
}
nav {
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0,0,0, 0.1);
 
}

nav ul{
  font-size: 3vh;
  font-weight: 400;
  font-family: Lexend Deca;
  max-width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li {
  height: 80px;
}

nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}

nav a:hover {
  background-color: #F0F0F0;
}

nav li:first-child {
  margin-right: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 70vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.171);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px  rgba(0, 0 , 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li {
  max-width: 100%;
}

.opposite-item {
    padding: 10px;
    position: absolute;
    top: 10px;
    right: -100px;
    width: 200px;
}

.sidebar a {
  max-width: 100%;
}

.menu-button {
display: none;    
}

@media(max-width: 800px){
.hideOnMobile {
display: none;
}

.menu-button {
  display: block;
}
}
@media(max-width: 400px){
  .sidebar {
      width: 100%;
  }
  }


button {
  margin: 0 auto;
  display: block;
}

.logo img {
  height: 80px;

}


.welcome-delta-container {

  background-color: rgb(255, 204, 234);
  max-width: 100%;
  height: auto;
}


#scrollBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
   /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(216, 77, 190); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 1.5vh; /* Increase font size */
  margin-left: 20px;
}

#scrollBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


@media (max-width : 580px) {
  
iframe {
  width: 100%;
  height: auto;
 
}    

nav ul a{
  padding: 5px;
  width: 100%;
  height: auto;

}
.img-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25px; 
 
}
.why-delta-container img {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}

}

@media (min-width : 580){
  .scrollBtn {
    padding: 10px; /* Some padding */
    border-radius: 7px; /* Rounded corners */
    font-size: 12px; /* Increase font size */
    color: #000000;
  }
 
}



 
  

img {
    max-width: 100%;
    height: auto;
}


.img-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%; 
 
}



p {
  font-family: "Poppins",Sans-Serif;
  text-align: center;
    font-size: 3.5vh;
    color: black;
}

/* body {
    font-family: 'Aclonica';
} */

h1 {
  font-size: 6vh;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: center;
    font-family: "Poppins",Sans-Serif;
    color: black;
}

h3 {
  text-align: center;
  font-family: "Poppins", serif;
}

* {box-sizing:border-box}

iframe {
  
  display: block;
  margin: 0 auto;
  
          
  
}


form {

  background: #ffffff;
  padding: 20px;
  border: 8px solid #FFCCEA;
  box-shadow: 10px 12px lightblue;
  width: 500px;
  height: auto;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

input, textarea {
  
  
  width: 80%;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-button {
  max-width: 100%;
  padding: 10px;
  background: #007BFF;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.form-button:hover {
  background: #0056b3;
}

.button-why-delta button {
 
  font-size: 20px;
  padding: 20px 20px;
  border-radius: 50%;
  font-family: "Poppins", serif;
  background-color: rgb(181, 229, 250);
  
  
}
.button-why-delta button:hover {
 background-color: rgb(87, 194, 240);
transition: 0.5s;

}


.why-delta-container {

  max-width: 100%;
  height: auto;
  /* background-color: rgb(255, 246, 227);
  border: 8px solid #FFCCEA;
  box-shadow: 10px 12px lightblue; */
  display: flex;
  gap: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;
  /* margin-bottom: 20px; */
  /* border: 5px solid yellow; */
 
 
 
}
@media screen and (max-width: 1186px) {
  .why-delta-container {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    justify-content: center;
   /* border: 4px solid yellow; */
  }

 
  
}

.why-delta-heading h2 {
  background-color: rgb(255, 246, 227);
  font-family: Lexend Deca;
  font-size: 5vh;
  font-weight: 400;
  max-width: 100%;
  color: #007BFF;
  text-align: center;
display: block;
margin: 20px;
}

.why-delta-column {
  display: inline-block;
  max-width: 300px;
  height: auto;
border-radius: 25px;
margin-bottom: 20px;
}

.why-delta-column img {
  
  width: 300px;
  height: 400px;
  border-radius: 25px;

  
}


  
.why-delta-column h3{
 font-size: 3vh;
 margin: 10px 10px;
 font-family: "Poppins", serif;
 font-weight: 500;
 color: rgb(244, 122, 8);
}

.testi-h1 {
  color: rgb(244, 122, 8);
  margin: 20px 20px;
}
 

.testimonials {

  width: 100%;
  height: auto;
    text-align: center;
  
   
  
  /* border: 3px solid black; */
}

.cards {
  width: 300px;
  height: auto;  
 display: inline-block;
 justify-content: center;
 text-align: center; 
 align-items: center;
 border: 8px solid #FFCCEA;
 box-shadow: 10px 12px #add8e6;
   /* gap: 50px; */
   border-radius: 25px;
 }


.testimonials p{
  font-size: 2.5vh;
  color: rgb(0, 0, 0);
  font-family: "Poppins";
  font-weight: 200;
  width: 280px;
  
}

.cards h2 {
  font-family: Lexend Deca;
  margin: 20px 20px;
  color: rgb(167, 53, 53);
}


.video-testimonials-heading h2 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 5vh;
  margin-top: 35px;
  line-height: 30px;
  color: rgb(244, 122, 8);
text-align: center;
align-items: center;
justify-content: center;
}

.video-testimonials-parent {
 
  display: flex;
  flex-wrap: wrap;
margin-top: 20px;
max-width: 100%;
height: auto;
text-align: center;
justify-content: center;
align-items: center;
background-color: #FFCCEA;
/* border: 4px solid blue; */


}

.video-heading {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 5vh;
  margin-top: 30px;
  color: rgb(244, 122, 8);
text-align: center;
align-items: center;
justify-content: center;
}

.video-testimonials {
  margin-top: 20px;
max-width: 100%;
height: auto;
  /* display: inline-block; */
  /* flex-wrap: wrap; */
  border: 8px solid #eae60c;
  box-shadow: 16px 12px #add8e6;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
 
}

@media screen and (max-width: 480px){
  .video-testimonials-parent {
    max-width: 100%;
    height: auto;
    /* border: solid 5px #00b330; */
  }
  
}


.book-demo {
  background-color: #add8e6;
  display: flex;
  gap: 50px;
  max-width: 100%;
  justify-content: center;
  height: auto;
  /* border: 4px solid black; */
}

.book-demo-h2 { 

  max-width: 800px;
  display: inline-block;
  text-align: center;
  justify-content: center;
  /* border: 4px solid red; */
}



.book-demo-h2 h2 {
  font-family: "Poppins";
  font-size: 5vh;
  margin: 30px 28px;
  color:  #007BFF;
}

.book-demo-h2 img {
  width: 700px;
  height: auto;
  margin-left: 20px;
 
}

#catch-insta-heading {
  font-family: "Poppins";
  font-size: 4vh;
  margin: 30px 28px;
  text-align: center;
  justify-content: center;
}



.div-form-container{
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
 
  
}

.div-form-container p {
  margin-top: 10px;
  font-size: 4vh;
    max-width: 100%;
    line-height: 40px;
    font-family: 'Poppins';
font-weight: 300;
    color: #007BFF;
}

.div-form-container label {
  font-family: Lexend Deca;
  font-size: 2vh;
}

.contact-us-image {
  border: 8px solid #FFCCEA;
  box-shadow: 10px 12px lightblue;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

@media screen and (max-width:1362px ) {

  .book-demo {
    gap: 10px;
  }
}
@media screen and (max-width:804px ) {

  .book-demo {
    max-width: 100%;
    height: auto;
    gap: 0px;
    display: inline-block;
  }
  
  .book-demo-h2 img {
      margin-left: 0px;
  }
}

/* footer code */

.footer-container{
        
  max-width: 100%;
 
 
}

.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}
.footer{
  background-color: rgb(255, 204, 234);
  
}
.footer-col{
    margin-top: 30px;
 max-width: 100%;
 padding: 0 20px;

}

.footer-col h3{
  
  font-size: 20px;
  font-family: Lexend Deca;
  color: #e57c13;
  
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}



.footer-col h3::before{
  content:'';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color: #1ee94a;
  height: 3px;
  box-sizing: border-box;
  width: 80px;
}
  

.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}


.footer-col ul li a{
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 300;
  color: #020202;
  display: block;
  transition: all 0.3s ease;
 
}
.footer-col ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
  
}


.footer-col .social-links a {
margin-right: 50px;
  display: inline-block;  
  text-align: center;
  color: blue;
  
}
.footer-col .social-links a:hover{

  color: #ffffff;
  transition: all 0.2s ease;
}


.about-developer {
  font-size: 2.5vh;
  font-family: 'Times New Roman', Times, serif;
  color: #000000;
  background-color:rgb(255, 246, 227);
}

/*responsive*/
@media(max-width: 767px){
.footer-col{
  width: 100%;
  margin-bottom: 30px;
}
}

@media(max-width: 574px){
.footer-col{
  width: 100%;
}

/* @media(max-width: 400px){
.footer-container {
  max-width: 100%;
  height: auto;
  display: block;
  border: 5px solid black;
}

.footer-col {
  max-width: 100%;
  height: auto;
}
  
} */
}



/*  About page FAQ */

.about-parent-section {
  gap: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  /* border: 4px solid black; */
}

.about-gif {
  width: 300px;
  height: auto;
}


.faq {
 
  margin-top: 20px;
  max-width: 500px;
  height: auto;
 /* justify-content: center;
 align-items: center; */
 /* margin-left: 50px; */
 /* margin-bottom: 30px; */
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 25px;
}

.faq h1 {
  font-family: "Poppins";
  font-weight: 200;
  color: #0056b3;
  text-align: center;
  margin-bottom: 20px;
  line-height: 50px;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
  font-family: "Poppins";
  font-size: 2.5vh;
  width: 100%;
  padding: 10px;
  background:#3e67d8;
  color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}

.faq-answer p {
    
    color: #007BFF;
    font-size: 2.5vh;
}

.faq-answer {
  font-size: 2vh;
  font-family: "Poppins";
  color: white;
  font-weight: 200;
  display: none;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  margin-top: 5px;
}

.faq-question:focus + .faq-answer,
.faq-question:active + .faq-answer {
  display: block;
}

@media (max-width: 660px) {
  .faq {
      width: 100%;
      padding: 10px;
  }
  .faq-question {
    font-size: 2vh;
  } 
  .faq-answer p {
    font-size: 2vh;
  } 
  .faq h1 {
    font-family: "Poppins";
    color: #0056b3;
    text-align: center;
    margin-bottom: 20px;
    font-size: 4vh;
    line-height: 30px;
  }
}

/* Contact us page */

.heading-contact h1{
  margin-top: 20px;
 font-family: Lexend Deca;
 color: #007BFF;

}


.main-container-contact {
max-width: 100%;
height: auto;
  display: flex;
  flex-wrap: wrap;
gap: 20px;
  justify-content: center;
  margin-top: 10px;
  
/* border: solid 4px  #1ee94a; */
}

.contact-us-text-p {
max-width: 100%;
height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
 
}
.contact-us-text-p p{
  /* Thank you for showing interest....*/
 
  margin-top: 50px;
  width: 600px;
  font-size: 3.5vh;
  font-family: "Poppins";
  font-weight: 200;
  color: #020202;
}

.contactus-page-form form {
  width: 100%;
  height: auto;
  text-align: left;
  justify-content: center;
}
.contactus-page-form label {
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}
.contactus-page-form input {
  max-width: 90%;
  height: auto;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  justify-content: center;
  font-size: 16px;
}
.contactus-page-form textarea {
width: 90%;
height: auto;
text-align: center;
justify-content: center;
font-size: 16px;
}


.three-contact-options-container {
  justify-content: center;
  align-items: center;
 display: flex;
 flex-wrap: wrap;
 
 max-width: 100%;
 height: auto;
margin: 30px 30px;
border: 8px solid #FFCCEA;
box-shadow: 10px 12px lightblue;
  
}

.child {
  
  width: 400px;
  display: block;
  text-align: center;
  align-items: center;
 
}

.child img {
  
  max-width: 150px;
  height: auto;
}

.child h2 {
  font-family: "Poppins";
  font-size: 3vh;
  font-weight: 300;
}

.child p {
  font-size: 2.25vh;
  font-family: "Poppins";
  font-weight: 200;
  color: #020202;
}

.map-view-contact {
  border: 8px solid #FFCCEA;
box-shadow: 10px 12px lightblue;
margin-bottom: 20px;
  
}

.map-view-contact h2 {
  color: #007BFF;
  font-family: "Popppins";
  font-size: 4vh;
  text-align: center;
  justify-content: center;
}

.map-and-gif {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 50px;
  /* border: solid 5px green; */
  
}

.map-view-gif {
  /* margin-top: 20px; */
  margin-left: 20px;
  width: 300px;
  height: auto;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.map-view-contact iframe {
  margin-top: 10px;
  
}

#contact-map-view-gif {
  font-family: "Poppins";
  color: #007BFF;
  font-size: 4vh;
  font-weight: 300;
  display: block;
  text-align: center;
  justify-content: center;

}

@media screen and (max-width:800px) {

  .contact-us-text-p p{
  /* Thank you for showing interest....*/
  margin: auto;
  max-width: 100%;
  height: auto;
  font-size: 3vh;
  font-family: "Poppins";
  font-weight: 200;
  
}
}



/* Payment page */

.payment-header h1 {
  margin-top: 20px;
  color: #007BFF;
  font-family: Lexend Deca;
  font-size: 4vh;
}

.payment-text {
text-align: center;
justify-content: center;
  display: flex;
 
  max-width: 100%;
  height: auto;
}

.payment-text p {
 
  font-size: 2.5vh;
  font-family: "Poppins";
  color: #020202;
  width: 700px;
  margin: 20px 20px;

  
  
}

.payment-options {

  display: flex;
  max-width: 100%;
  height: auto;
justify-content: center;
align-items: center;
margin-bottom: 20px;
margin-top: 20px;
gap: 20px;
} 

.payment-options img {

  margin-top: 20px;
  width: 300px;
  height: auto;
}



.payment-options p {
 
 width: 50%;
  font-size: 2.5vh;
  font-family: "Poppins";
  color: #020202;
 text-align: left;

  

  
}

.payment-modes h2 {
  color: #007BFF;
  font-family: Lexend Deca;
  font-size: 3vh;
}
.payment-modes p {
  width: 50%;
  font-size: 2.5vh;
  font-family: "Poppins";
  font-weight: 300;
  color: #020202;
 text-align: left;

  
}



/* Events page */





.carousel {
  position: relative;
max-width: 100%;
height: auto;
overflow: hidden;
border: 8px solid #add8e6;
border-radius: 10px;
}

.carousel-images {
  display: flex;
  max-width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.carousel-images img {
  max-width: 100%;
  height: auto;
  border-right: 1px solid #ccc;
}

@media (min-width:1000px) {
  .carousel {
    max-width: 55%;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  
}

.events-heading-container {
  margin-top: 20px;
  /* display: flex;  */
 /* flex-wrap: wrap; */
  /* justify-content: center; 
  align-items: center;
  text-align: center; */
  width: 100%;
  height: auto;
  border: 8px solid #FFCCEA;
box-shadow: 10px 12px lightblue;
  
}
.events-heading {
  max-width: 100%;
  height: auto;
  display: flex;
/* border: 5px solid black;  */
}


.events-heading h1 {
  margin-top: 20px;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  color: #007BFF;
  font-size: 4.5vh;
  margin-bottom: 20px;

  
}


#video-heading-events {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  font-size: 6vh;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}


.video-player-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  /* border: 5px solid green; */
  justify-content: center;
  text-align: center;
  align-items: center;
}

.video-player-with-controls-reels {
  max-width: 100%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 8px solid #FFCCEA;
  box-shadow: 10px 12px lightblue;
 
}

.video-player-with-controls {
  margin-top: 20px;
  max-width: 85%;
  height: auto;
  border: 8px solid #FFCCEA;
  box-shadow: 10px 12px lightblue;
  margin-bottom: 20px;
  
}


@media screen and (max-width: 600px) 
{
.video-player-with-controls{
max-width: 100%;
border: 8px solid #FFCCEA;
box-shadow: 10px 12px lightblue;

}  
.events-heading {
  display: inline-block;
  width: 100%;
  height: auto;
}
.events-heading h1 {
font-size: 3.5vh;
} 

}

.image-gallary-heading h2 {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  font-size: 6vh;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

#events-h2-instagram {
  color: #007BFF;
  font-family: "Poppins";
  font-size: 3vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Slideshow container */

/* .events-gallary-container {
  background-color: #2a812e;
} */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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;
  max-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}
}



/* new galary */

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.gallery img {
  margin: 10px;
  cursor: pointer;
  max-width: 300px;
  width: 50%;
  height: 50%;
border-radius: 10px;
}

/* Lightbox styles */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}

#lightbox img {
  max-width: 80%;
  max-height: 60vh;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
border-radius: 10px;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

/* Style for navigation buttons */
#prev-btn,
#next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#prev-btn {
  left: 10px;
}

#next-btn {
  right: 10px;
}

#prev-btn:hover,
#next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Styles for thumbnails */
.thumbnail-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.thumbnail {
  max-width: 50px;
  width: 100px;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border: 2px solid #fff;
  transition: opacity 0.3s;
}

.thumbnail:hover,
.thumbnail.active-thumbnail {
  opacity: 0.7;
}



/* about us page  */

/*responsive*/


  

.about-header {
  /* main header class */

  
  max-width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* border: solid 4px green; */
}



.about-heading-image h1 {
  margin-top: 20px;
  color: #007BFF;
  font-family: Lexend Deca;
  font-size: 4vh;
  margin-bottom: 40px;
}

.about-heading-image img {
  width: 50%;
  height: auto;
}

.about-p-tags {
  
  /* margin-left: 0px;
  margin-right: 0px; */
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  border-width:10px;
  border-style:solid;
  border: 10px solid #FFCCEA;
  box-shadow: 14px 20px lightblue;
  max-width: 100%;
  /* margin-left: 30px; */
  margin-bottom: 50px; 
  height: auto;
  
}


.about-p-tags p {
  margin-left: 50px;
  max-width: 100%;
  font-size: 3vh;
  font-family: "Poppins";
  color: #020202;
  

}
.about-p-tags img {
  max-width: 400px;
  height: auto;
  border-radius: 25px;
}

#p-tag-1 {
 
  width: 50%;
  font-size: 2.5vh;
  font-family: "Poppins";
  text-align: center;
}

#p-tag-2 {
  margin-top: 30px;
  font-size: 2.5vh;
  width: 50%;
  font-family: "Poppins";
  text-align: center;
}

#p-tag-3 {
  
  font-size: 2.5vh;
  width: 50%;
  font-family: "Poppins";
  text-align: center;
  
}

.about-acedemic {


  background-color: rgb(173, 216, 230);
  max-width: 100%;
  height: auto;
  justify-content: center;
  text-align: center;
  
}

.about-acedemic h2 {
  
  font-family: Lexend Deca;
font-size: 5vh;
font-weight: 400;
max-width: 100%;
color: #007BFF;
margin-bottom: 20px;
}



.acedemic-child-container {
  display: flex;
  flex-wrap: wrap;
  background: pink;
  display: inline-block;
  gap: 20px;
  width: 400px;
  height: auto;
  border: 4px solid rgb(252, 167, 181);
  border-radius: 25px;
  margin-bottom: 15px;
  margin-right: 15px;
  
}

.acedemic-child-container:hover {
  background: rgb(221, 221, 238);
  transition: 0.5s;
  border-color: rgb(243, 132, 132);
  
  
} 

.acedemic-child-container img {
  border-radius: 25px;
  width: 150px;
  height: 150px;
}



.acedemic-child-container h3 {
 
  font-family: Lexend Deca;
font-size: 4vh;
font-weight: 400;
max-width: 100%;
color: #ec942e;
}

.acedemic-child-container p {
 margin-top: 20px;
 font-size: 2.5vh;
 max-width: 100%;
 font-family: "Poppins", serif;
 font-weight: 300;
 color: #020202;
 margin-bottom: 20px;
}



.enroll-child button{
margin-top: 20px;
  text-decoration: none;
  font-size: 20px;
  padding: 20px 20px;
  border-radius: 50%;
  font-family: "Poppins", serif;
  background-color: rgb(181, 229, 250);
  
  
}
.enroll-child button:hover {
 background-color: rgb(87, 194, 240);
transition: 0.5s;

}

.for-mobile {
  max-width: 100%;
  height: auto;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


@media (max-width : 800px) {
  
  .about-p-tags img {
    width: 300px;
    height: auto;
  }

  .about-p-tags {
    justify-content: center;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    gap: 20px;
    border-width:10px;
    border-style:solid;
    border: 10px solid #FFCCEA;
    box-shadow: 14px 20px rgb(173, 216, 230);
    width: 80%;
    margin-left: 0px;
    margin-bottom: 50px;
    height: auto;
    
    
  } 
  .acedemic-child-container {
    background: pink;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    border: 4px solid rgb(252, 167, 181);
    border-radius: 25px;
    margin-bottom: 20px;
    
  }
}
  
  @media (max-width : 672px) {
  
    .about-p-tags {
      
      display: flex;
      flex-wrap: wrap;
      width: 100%;
     
    }
    .about-p-tags p {
      margin-left: 0px;
      width: 100%;
      font-size: 3vh;
      font-family: "Borel", cursive;
      color: #020202;
      
  }
  #p-tag-1 {
    width: 100%;
    font-size: 3vh;
    font-family: Lexend Deca, Times, serif;
    text-align: center;
  }
  
  #p-tag-2 {
    font-size: 3vh;
    width: 100%;
    font-family: Lexend Deca, Times, serif;
    text-align: center;
  }
  
  #p-tag-3 {
    
    font-size: 3vh;
    width: 100%;
    font-family: Lexend Deca, Times, serif;
    text-align: center;
    
  }

}

@media screen and (max-width: 1198px){
 .for-mobile {
    display: flex;
    flex-direction: column-reverse;
    
    
  }
  
}

/* why delta page */

#why-delta-heading {
  margin-top: 20px;
  color: #007BFF;
  font-family: Lexend Deca;
  font-size: 4vh;
  margin-bottom: 40px;
}

.why-delta-page-container {
  max-width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 30px;
}

.why-delta-base {

  border: 8px solid rgb(255, 204, 234);
  box-shadow: 10px 12px rgb(173, 216, 230);
display: inline-block;
  width: 500px;
  height: 650px;
  margin: 10px 10px;
  border-radius: 25px;
 
}
.why-delta-base h2 {
  margin-top: 20px;
  font-family: "Poppins", serif;
   font-size: 3vh;
   font-weight: 500;
  margin-bottom: 40px;
}

.why-delta-base img {
  width: 325px;
  height: 280px;
}

.why-delta-base p {
  margin-top: 10px;
  font-size: 2.5vh;
    max-width: 100%;
    line-height: 30px;
    font-family: "Poppins", serif;
    font-weight: 300;
    color: #020202;
}

.why-delta-contact-container {
  background-color: #add8e6;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
 align-items: center;
 justify-content: center;
  gap: 40px;
  
  /* border: 4px solid rgb(192, 255, 206); */
  }
  

.why-delta-contact {
  
  max-width: 100%;
  height: auto;

  /* border: 3px solid blue; */

}

.why-contact form {
  
  max-width: 100%;
  height: auto; 
  /* border: 5px solid yellow; */
}



.why-delta-contact h2 {
  margin-top: 20px;
  color: #007BFF;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 5vh;
  margin-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.why-delta-contact p {
  margin-top: 10px;
  font-size: 3vh;
    max-width: 100%;
    line-height: 40px;
    font-family: 'Poppins';
font-weight: 300;
    color: #007BFF;
}




@media screen and (max-width: 1006px){
  .why-delta-base {

   
  display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 20px;
}

}


@media screen and (max-width: 800px){
  
  .why-delta-base {
    border: 4px solid #FFCCEA;
    box-shadow: 12px 8px lightblue;

  display: inline-block;
    max-width: 90%;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
}
  
}

@media screen and (max-width: 600px ){
  .payment-options {
    display: block;
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  
  }
  .payment-options img {
  margin-top: 20px;
  width: 200px;
  height: auto;
  }
  .payment-options p {
    
    width: 100%;
    height: auto;
  }
  .payment-header h1 {
    font-size: 3vh;
  }
}

@media screen and (max-width: 1290px) {
  .why-delta-contact-container {
    width: 100%;
    display: inline-block;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-bottom: 20px;
    border: 4px solid pink;
    }
  
}

/* admission page */

.admission-container {
  /* margin-top: 30px;
  margin-left: 80px; */
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: auto;
  gap: 40px;
  text-align: center;
  justify-content: center;

}

.admission-heading-p {
width: 600px;
height: auto;


}

.admission-heading-p h1 {
  margin-top: 20px;
  color: #007BFF;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 4vh;
  margin-bottom: 40px;
}

.admmission-page-form form {
  max-width: 100%;
  height: auto;
  font-size: 16px;
}

.admmission-page-form input, textarea {
   
  width: 80%;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.admission-heading-p p {
  margin-top: 10px;
  font-size: 3vh;
    max-width: 100%;
    line-height: 30px;
    font-family: 'Poppins';

    color: #000000;
}


@media screen and (max-width: 844px ){
  .admission-container {
    margin-top: 30px;
    margin-left: 0px ;
    display: block;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
  
  }
  .admission-heading-p {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    
    }
    
    .admission-heading-p h1 {
      margin-top: 20px;
      color: #007BFF;
      font-family: 'Aclonica';
      font-weight: 300;
      font-size: 4vh;
      margin-bottom: 40px;
    }
    
}


.thankyou-page-container { 

max-width: 100%; 

height: auto; 

justify-content: center; 

align-items: center; 

text-align: center; 

margin: 20px; 

} 

 

.thankyou-page-container h2 { 

font-family: "Poppins"; 

font-weight: 600; 

font-size: 4vh; 

color: #007BFF; 

 

} 

 

.thankyou-page-container h3 { 

font-family: "Poppins"; 

font-weight: 300; 

font-size: 2.5vh; 

} 

 

.thankyou-page-container img { 

max-width: 100%; 

height: auto; 

border-radius: 25px; 

} 

 

.thankyou-header-text { 

max-width: 800px; 

height: auto; 

text-align: center; 

justify-content: center; 

align-items: center; 

margin: 0 auto; 

margin-top: 20px; 

margin-bottom: 20px; 

} 

 
