*{
  margin: 0;
  padding: 0;
}
.loaderholder{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25c5f5bd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3000;
}
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #5822c3;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
body{
  margin: 0;
  padding: 0;
  background: #25c4f5c2;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.logo{
  width: 13%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(32, 185, 212, 0.596);
  z-index: 500;
}
.nav {
position: fixed;
right: 0;
  padding: 1rem;
  margin: 0;
  background-color: rgba(32, 185, 212, 0.596);
  width: auto;
  height: auto;
  border-radius: 0.5rem;
  display: flex;
  justify-content: right;
  align-items: center;
  z-index: 200;
  
}
li{
  display: inline;
  
}
ul{
  list-style: none;
}
li a{
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#close{
display: none;
color: white;
}
li:last-child:hover{
cursor: pointer;
}
li a:hover{
background-color: #25c4f5c2;
border-radius: 1rem;
}
.active{
padding: 14px 16px;
background-color: #25c4f5c2;
border-radius: 1rem;
}

.toggle-button{
position: relative;
top: 0;
float: right;
display: none;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 30px;
height: 21px;
}
.toggle-button:hover{
cursor: pointer;
}
.toggle-button .bar{
width: 100%;
height: 3px;
background-color: white;
border-radius: 1000px;
}


@media (max-width: 600px) {
  .logo{
    width: 20%;
  }
  .toggle-button{
  display: flex;
}

#nav{
 display: none;
 animation: mymove 1s ;
 animation-timing-function: ease-in-out;
}
@keyframes mymove {
  from {opacity: 0;}
  to {opacity: 1;}
}

.nav{
  flex-direction: column;
}
.nav ul{
  display: flex;
  flex-direction: column;
}
.nav ul li{
  margin-top: 0.5rem;
}
li a{
  padding: 3px 8px;
}
.active{
  padding: 3px 8px;
}
}
/*navbar end*/

/*first sec tion*/
.section1{
    width: auto;
    height: auto;
    background: #25c4f5c2;
    padding: 2rem;
}
.section1 h1{
    font-size: 4rem;
    margin-top: 5rem;
    text-align: left;
}
@media(max-width:600px){
  .section1 h1 {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

/*second section*/
.section2{
    width: auto;
    height: auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    width: auto;
    height: auto;
    padding: 0.5rem;
    margin: 1rem;
    background-color: white;
    display: flex;
    border-radius: 0.5rem;
}
.contentholder1{
  width: 70%;
  height: auto;
  padding: 1rem;
  margin: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contentholder2{
  width: auto;
  height: auto;
  padding: 0.5rem;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
}
.slider{
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;

}
.slider img{
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.content1{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 0.1rem solid black;
  padding-bottom: 0.5rem;
}
.content2{
  border-bottom: 0.1rem solid black;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.content3{
  height: auto;
  padding: 2rem;
  border-bottom: 0.1rem solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.btn{
  position: relative;
width: 10rem;
height: 3rem;
background: rgb(88,34,195);
background: linear-gradient(300deg, rgba(88,34,195,1) 26%, rgba(45,253,198,1) 78%);
text-align: center;
border-radius: 1.5rem;
margin-bottom: 0.5rem;
margin-left: auto;
margin-right: auto;
transition: 0.2s;
}
.btn:hover{
transform: scale(1.09,1.09);
cursor: pointer;
}

@media (max-width:600px){
  .card{
    flex-wrap: wrap;
  }
  .contentholder1{
    width: 100%;
    border-bottom: 2px solid black;
  }
}



/*section3*/
/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  padding: 1rem;
  margin: auto;
}



.mySlides{
    position: relative;
    width: 80%;
    height: auto;
    background: rgb(88,34,195);
    background: linear-gradient(1501deg, rgba(88,34,195,1) 26%, rgba(45,253,198,1) 78%);
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 2rem;
    align-items: center;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}
.mySlides img{
    width: 30%;
    position: relative;
    right: 20%;
    border-radius: 0.8rem;
}
.content{
    width: 100%;
    height: auto;
    position: relative;
    right: 15%;
    padding: 1rem;
}
.content p{
  font-size: 1.5rem;
}
@media (max-width: 600px){
  .content p{
    font-size: 1rem;
  }
  .content h1{
    font-size: 1.2rem;
  }
}

/* The dots/bullets/indicators */
.dotcontainer{
    width: 80%;
    margin: auto;
    height: auto;
    padding: 2rem;
    background: rgb(88,34,195);
    background: linear-gradient(1501deg, rgba(88,34,195,1) 26%, rgba(45,253,198,1) 78%);
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dot {
  cursor: pointer;
  height: 1rem;
  width: 3rem;
  padding: 3px 8px;
  margin:0 5px;
  background-color: #fff;
  border-radius: 9999px;
  display: inline-block;
  transition: background-color 0.6s ease;
  text-align: center;
}

.active, .dot:hover {
  background-color: #25c4f5c2;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media(max-width:600px){
    .dotcontainer{
        gap: 30px;
        border-radius: 0.8rem;
    }
    .mySlides{
        flex-wrap: wrap;
        width: auto;
        height: auto;
        margin-top: 12rem;
        margin-bottom: 1rem;
        border-radius: 0.8rem;
    }
    .slideshow-container{
        width: 100%;
        padding: 0;
    }
    .mySlides img{
        right: 0;
        bottom: 12rem;
        width: 90%;
       
    }
    .content{
        right: 0;
        bottom: 5rem;
    }
}




/*Footer Section*/

footer{
  width: auto;
  height: auto;
  padding: 1rem;
  display: flex;
  gap: 10px;
  border-top: 2px solid white;
}
.foo-card{
  width: 100%;
  height: auto;
 padding: 0.8rem;  
 border-right: 2px solid white;
}
.foo-card:first-child img{
  width: 100%;
}

.foo-card:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.foo-card-package{
  display: flex;
  justify-content: start;
  width: auto;
  height: auto;
  align-items: start;
  background-color: grey;
  border-radius: 10px;
  margin-top: 0.4rem;
  gap: 10px;
  transition: 0.3s;
}
.foo-card-package:hover{
  transform: scale(1.07);
  cursor: pointer;
}
.foo-card-package img{
  width: 30%;
  border-radius: 10px;
}
.foo-card:last-child{
  border: none;
}
.contact{
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.social-icon{
  display: flex;
  gap: 1rem;
  font-size: 3rem;
}
.social-icon i:hover{
   transform: scale(1.1);
  cursor: pointer;
}
@media (max-width:600px) {
  footer{
    flex-direction: column;
    justify-content: center;
  align-items: center;
  }
  .foo-card{
    border-bottom: 2px solid white;
    border-right: none;
  }
}



/*copyrights*/
.copyrights{
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  color: white;
  background:#20364d ;

}