*{
    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: black;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
  .logo{
    width: 13%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(32, 185, 212);;
  }
  .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;
  }
  li:last-child{
  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*/
/*main body*/
.main-section{
    position: relative;
    width: auto;
    height: auto;
    padding: 1rem;
    display: grid;
    place-items: center;
}
.main-section h1{
    color: white; 
    text-align: center; 
    font-size: 4rem; 
    margin-bottom: 1rem;
}
.p1-s1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.searchbox{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
#searchInput{
  width: 40%;
  height: 3rem;
  border-radius: 9999px;
  padding-left: 1rem;
  border: 2px solid #25c5f5;
  font-size: large;
}
.place-item{
  border-radius: 1rem;
}
.p1-s1-c1{
    width: 18.75rem;
    height: 12.5rem;
    text-decoration: none;
    font-size: 1.5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    transition: 0.2s;
}
.heading{
    background-color: #25c4f5c2;
    padding: 0.3rem;
    overflow: hidden; 
}
@keyframes write{
  0%{
    width: 0;
  }
  25%{
    width: 5%;
  }
  50%{
    width: 12%;
  }
  75%{
    width: 25%;
  }
  100%{
    width: auto ;
  }
}
.place-item:nth-child(1){
    background-image: url(Images/p1-s1-c1-img1.webp);
}
.place-item:nth-child(2){
    background-image: url(Images/p1-s1-c1-img2.webp);
}
.place-item:nth-child(3){
    background-image: url(Images/p1-s1-c1-img3.webp);
}
.place-item:nth-child(4){
    background-image: url(Images/p1-s1-c1-img4.webp);
}
.place-item:nth-child(5){
    background-image: url(Images/p1-s1-c1-img5.webp);
}
.place-item:nth-child(6){
    background-image: url(Images/p1-s1-c1-img6.webp);
}
.place-item:nth-child(7){
    background-image: url(Images/p1-s1-c1-img7.webp);
}
.place-item:nth-child(8){
    background-image: url(Images/p1-s1-c1-img8.webp);
}
.place-item:nth-child(9){
  background-image: url(Images/p1-s1-c1-img9.webp);
}
.place-item:nth-child(10){
  background-image: url(Images/p1-s1-c1-img10.webp);
}
.place-item:nth-child(11){
  background-image: url(Images/p1-s1-c1-img11.webp);
}
.place-item:nth-child(12){
  background-image: url(Images/p1-s1-c1-img12.webp);
}
.place-item:nth-child(13){
  background-image: url(Images/p1-s1-c1-img13.webp);
}
.place-item:nth-child(14){
  background-image: url(Images/p1-s1-c1-img14.webp);
}
.place-item:nth-child(15){
  background-image: url(Images/p1-s1-c1-img15.webp);
}

.p1-s1-c1:hover{
   transform: scale(1.05);
}
.p1-s1-c1:hover .heading{
  animation: write 1s linear;
  animation-delay: 0.3s;
}

#contactForm{
  width: 50%;
  height: 10rem;
  padding: 1rem;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #25c5f5;
  border-radius: 1rem;
  display: none;
  animation: popup 0.5s linear;
}
@keyframes popup{
  0%{
    width: 20%;
    height: 4rem;
  }
  50%{
    width: 55%;
    height: 12rem;
  }
  100%{
    width:50%;
    height: 10rem;
  }
}

.btn{
  font-size: 1rem;
  position: relative;
  width: auto;
  height: auto;
  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;
  transition: 0.2s ;
  padding: 0.5rem 2.0rem;
  border: none;
  
}
.btn:hover{
  transform: scale(1.09,1.09);
  cursor: pointer;
  animation: spin1 2s linear infinite;
}
@keyframes spin1{
  0%{
      background: linear-gradient(300deg,  rgba(88,34,195,1) 26%, rgba(45,253,198,1) 78%);
  }
  25%{
      background: linear-gradient(320deg, rgba(88,34,195,1) 26%, rgba(45,253,198,1) 68%);
  }
  50%{
      background: linear-gradient(340deg, rgba(88,34,195,1) 26%, rgba(45,253,198,1) 58%);
  }
  75%{
      background: linear-gradient(360deg, rgba(88,34,195,1) 26%, rgba(45,253,198,1) 68%);
  }
  100%{
      background: linear-gradient(20deg, rgba(88,34,195,1) 26%, rgba(45,253,198,1) 78%);
  }
}
@media(max-width:600px){
    .main-section h1{
        font-size: 1.5rem;
    }
    #searchInput{
      width: 60%;
      height: 2rem;
    }
}
  

  /*Footer Section*/

footer{
    width: auto;
    height: auto;
    padding: 1rem;
    display: flex;
    gap: 10px;
    background-color: #25c5f5;
    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 ;
  
  }