*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;   
    text-decoration: none;
    font-family: "Libertinus Sans", sans-serif;
   
}
#top1{
    width: 100%;
}
section{
    height: 100vh;   
}
header{
    height: 65vh;
    width: 100%;
    background-image: url('pink.jpg');
}
#service1{
    height: 370px;
    width: 370px;
    top:10px;
}
#service2{
    height: 370px;
    width: 370px;
    top:10px;
}
.header-img{
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50vh;
} 

nav {
    background: transparent;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    height: 70px;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  nav.scrolled{
    background-color: #fff;
 }
  /* Toggle icon (hamburger) */
  .menu-toggle {
    display: none;
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    margin-right: 1rem;
  }

  .bar {
    background-color: black;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
  }

  .bar:nth-child(1) { top: 0; }
  .bar:nth-child(2) { top: 9px; }
  .bar:nth-child(3) { top: 18px; }

  .nav-links {
    display: flex;
    gap: 1.5rem;
  }

  .nav-links a {
    text-decoration: none;
    color: black;
    margin-right: 20px;
    font-size: 25px;
    transition:  0.5s ease-in;
  }

  .nav-links a:hover {
    color:#8E24AA;
    border-bottom: 2px solid #8E24AA;
  }

.header a img{
    height: 75px;   
}

.container{
    height: 120vh;
}
#contact-h1{
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 240px;
    margin-top: -270px;
} 
.about-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.content{
    width: 500px;
    height: 420px;
    padding: 20px;
}
.content h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.content h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
.content p{
    font-size: 17px;
    margin-bottom: 15px;
}
.content .about-icons{
    font-size: 17px;
    margin-bottom: 12px;
}
 .content .about-icons i{
    font-size: 17px;
    margin-left: 8px;
    color: #8E24AA;
} 
.about-form{
    width: 560px;
    height: 450px;
    background-color: rgba(135, 207, 235, 0.171);
    padding-left: 10px;
    padding-top: 60px;
    
}
.about-form input{
    width: 240px;
    height: 60px;
    margin-left: 20px;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
}
.about-form input::placeholder{
     font-size: 18px;
    color: black;
}
#email{
    width: 500px;
    margin-top: 20px;
}
#massage{
    margin-top: 20px;
    width: 500px;
    margin-left: 20px;
    outline: none;
    border: none;
    height: 100px;
    font-size: 18px;
    padding: 20px;
}
#massage::placeholder{
    font-size: 18px;
    color: black;
}
.btn{
    color: #fff;
    width: 175px;
    height: 55px;
    margin-top: 25px;
    margin-left: 20px;
    background-color: #8E24AA;
    outline: none;
    border: none;
    font-size: 25px;
    font-weight: 900;
    transition: .5s ease-in;
    border-radius: 10px;
}
.btn:hover{
    border: 2px solid #8E24AA;
    background-color: white;
    color: #8E24AA;
}
.arrow-container {
       position: relative;
       width: 70px;
       height: 10px;
        margin-left:-35px;
        margin-bottom: 20px;
     }
   .arrow-line {
       position: absolute;
       top: 4px;
       left: 10px;
       width: 70px;
       height: 1px;
       margin-left: 40px;
       background-color: black;
     }  
    .arrow-head {
    position: absolute;  
    top: 0px;       
    left: 120px;
    width: 0;
    height: 0;      
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid black;
} 
 .arrow-circle {
    position: absolute;
    top: 1px;
    left: 43px;
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
}
.map-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.map{
    margin-top: 40px;
}
.map iframe{
    width:550px; 
    height:500px
}
.map-text{
    width: 500px;
    height: 420px;
    padding: 20px;
}

.map-text h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.map-text h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
.map-text p{
    font-size: 19px;
    margin-bottom: 15px;
}
.map-text .about-icons{
    font-size: 17px;
    margin-bottom: 12px;
}
 .map-text .about-icons i{
    font-size: 17px;
    margin-left: 8px;
    color: #8E24AA;
} 
.map-container{
    height: 90vh;
}
.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 90px;
}
.footer{
    margin-top: 10px;
    height: 90vh;
    background-image: linear-gradient(180deg,white,rgb(255, 229, 234)); 
}
.footer-image{
    height: 250px;
    margin-bottom: 40px;
    padding-top: 50px;
    
}
.footer-image img{
    height: 265px;
}
.footer-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    margin-top: 40px;  
}
.footer-icon  a i{
    color: black;
    height: 90px;
    width: 90px;
    border: 2px solid black;
    border-radius: 50%;
    margin-left: 50px;
    font-size: 40px;
    padding: 25px 5px 5px 25px;
    transition: .6s ;
}
.footer-icon a i:hover{
    background: black;
    color: #fff;
}
#youtube{
    padding-left: 22px;
}
#facebook{
    padding-left: 25px;
}










@media (max-width:600px) {
.menu-toggle {
      display: block;
      position: fixed;
      margin-left: -290px;
    }

.nav-links {
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      background: white;
      box-shadow: 0px 1px 4px black;
      width: 300px;
      height: 350px;
      transform: translateX(-100%);
      opacity: 0;
      pointer-events: none;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
      padding: 1rem;
    }

.nav-links.active {
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto;
    }

.menu-toggle.active .bar:nth-child(1) {
      transform: rotate(45deg);
      top: 9px;
    }
.menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
    }
.menu-toggle.active .bar:nth-child(3) {
      transform: rotate(-45deg);
      top: 9px;
    }  
.header a img{
    height: 65px; 
    margin-left: -30px;  
}
 .nav-links a {
    padding-top: 20px;
    text-align: center;
    color: #8E24AA;
 }      
  #top1{
    width: 100%;
    margin-top: -40px;
}
header{
    height: 51vh;
    width: 100%;
    background-color: #ffc0cb94;
}
#service1{
    height: 170px;
    width: 170px;
    
}
#service2{
    height: 170px;
    width: 170px;
}
.header-img{
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50vh;
}   
 #contact-h1{
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 320px;
    margin-top: -300px;
} 
.about-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.content{
    width: auto;
    height: 420px;
    padding: 25px;
}
.content h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.content h2{
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
.content p{
    font-size: 17px;
    margin-bottom: 15px;
}
.content .about-icons{
    font-size: 17px;
    margin-bottom: 12px;
}
 .content .about-icons i{
    font-size: 16px;
    margin-left: 8px;
    color: #8E24AA;
} 
.about-form{
    width: auto;
    height: 500px;
    background-color: rgba(135, 207, 235, 0.171);
    padding-left: 0px;
    padding-top: 40px;
    margin-top: 70px;
    
}
.about-form input{
    width: 320px;
    height: 60px;
    margin-left: 20px;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
}  
.about-form input::placeholder{
     font-size: 15px;
    color: black;
}
#email{
    width: 320px;
    margin-top: 20px;
    
}
#sun{
    margin-top: 20px;
}
#massage{
    margin-top: 20px;
    width: 320px;
    margin-left: 10px;
    outline: none;
    border: none;
    height: 100px;
    font-size: 18px;
    padding: 20px;
    margin-left: 20px;
}
#massage::placeholder{
    font-size: 18px;
    color: black;
}
.btn{
    color: #fff;
    width: 160px;
    height: 55px;
    margin-top: 25px;
    margin-left: 20px;
    background-color: #8E24AA;
    outline: none;
    border: none;
    font-size: 20px;
    font-weight: 900;
    transition: .5s ease-in;
    border-radius: 10px;
}
.btn:hover{
    border: 2px solid #8E24AA;
    background-color: white;
    color: #8E24AA;
}
.arrow-container {
       position: relative;
       width: 70px;
       height: 10px;
        margin-left:-35px;
        margin-bottom: 20px;
     }
   .arrow-line {
       position: absolute;
       top: 4px;
       left: 10px;
       width: 70px;
       height: 1px;
       margin-left: 40px;
       background-color: black;
     }  
    .arrow-head {
    position: absolute;  
    top: 0px;       
    left: 120px;
    width: 0;
    height: 0;      
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid black;
} 
 .arrow-circle {
    position: absolute;
    top: 1px;
    left: 43px;
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
}
.map-container{
    margin-top: 410px;
}
.map{
    margin-top: 40px;
}
.map iframe{
    width:auto; 
    height:400px
}
.map-text{
    width: auto;
    height: 420px;
    padding: 30px;
    margin-top: 30px;
}

.map-text h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.map-text h2{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}
.map-text p{
    font-size: 15px;
    margin-bottom: 15px;
}
.map .about-icons{
    font-size: 17px;
    margin-bottom: 12px;
}
 .map .about-icons i{
    font-size: 17px;
    margin-left: 8px;
    color: #8E24AA;
} 
.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 40px;
}
.footer{
    margin-top: 70px;
    height: 70vh;
}
.footer-image{
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}
.footer-image img{
    height: 100px;
    width: 100%;
}
.footer-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    margin-top: 40px;  
}
.footer-icon  a i{
    color: black;
    height: 60px;
    width: 60px;
    border: 2px solid black;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 30px;
    padding: 14px 6px 5px 14px;
    transition: .6s ;
}
#youtube{
    padding-left: 12px;
}
#facebook{
    padding-left: 15px;
}
}




/* for tab */
@media (min-width: 768px) and (max-width: 1024px) {
   .menu-toggle {
      display: block;
      position: fixed;
      margin-left: -600px;
    }

.nav-links {
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      background: white;
      box-shadow: 0px 1px 4px black;
      width: 300px;
      height: 350px;
      transform: translateX(-100%);
      opacity: 0;
      pointer-events: none;
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
      padding: 1rem;
    }

.nav-links.active {
      transform: translateX(0);
      opacity: 1;
      pointer-events: auto;
    }

.menu-toggle.active .bar:nth-child(1) {
      transform: rotate(45deg);
      top: 9px;
    }
.menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
    }
.menu-toggle.active .bar:nth-child(3) {
      transform: rotate(-45deg);
      top: 9px;
    }  
.header a img{
    height: 75px; 
    margin-left: -30px; 
}
 .nav-links a {
    padding-top: 20px;
    text-align: center;
    color: #8E24AA;
 }  

  #top1{
    width: 650px;
    margin-top: -40px;
}
header{
    height: 51vh;
    width: 100%;
    background-image: ('pink.jpg');
}
#service1{
    height: 170px;
    width: 170px;
    
}
#service2{
    height: 170px;
    width: 170px;
}
.header-img{
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50vh;
}   
 #contact-h1{
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 320px;
    margin-top: -300px;
} 
.about-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.content{
    width: 600px;
    height: 420px;
    padding: 25px;
}
.content h4{
    font-size: 16px;
    margin-bottom: 15px;
}
.content h2{
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
.content p{
    font-size: 17px;
    margin-bottom: 15px;
}
.content .about-icons{
    font-size: 17px;
    margin-bottom: 12px;
}
 .content .about-icons i{
    font-size: 16px;
    margin-left: 8px;
    color: #8E24AA;
} 
.about-form{
    width: 600px;
    height: 500px;
    background-color: rgba(135, 207, 235, 0.171);
    padding-left: 0px;
    padding-top: 40px;
    margin-top: 70px;
    
}
.about-form input{
    width: 450px;
    height: 60px;
    margin-left: 20px;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
}  
.about-form input::placeholder{
     font-size: 15px;
    color: black;
}
#email{
    width: 450px;
    margin-top: 20px;
    
}
#sun{
    margin-top: 20px;
}
#massage{
    margin-top: 20px;
    width: 450px;
    margin-left: 10px;
    outline: none;
    border: none;
    height: 100px;
    font-size: 18px;
    padding: 20px;
    margin-left: 20px;
}
#massage::placeholder{
    font-size: 18px;
    color: black;
}
.btn{
    color: #fff;
    width: 160px;
    height: 55px;
    margin-top: 25px;
    margin-left: 20px;
    background-color: #8E24AA;
    outline: none;
    border: none;
    font-size: 20px;
    font-weight: 900;
    transition: .5s ease-in;
    border-radius: 10px;
}
.btn:hover{
    border: 2px solid #8E24AA;
    background-color: white;
    color: #8E24AA;
}
.arrow-container {
       position: relative;
       width: 70px;
       height: 10px;
        margin-left:-35px;
        margin-bottom: 20px;
     }
   .arrow-line {
       position: absolute;
       top: 4px;
       left: 10px;
       width: 70px;
       height: 1px;
       margin-left: 40px;
       background-color: black;
     }  
    .arrow-head {
    position: absolute;  
    top: 0px;       
    left: 120px;
    width: 0;
    height: 0;      
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid black;
} 
 .arrow-circle {
    position: absolute;
    top: 1px;
    left: 43px;
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
}
.map-container{
    margin-top: 410px;
}
.map{
    margin-top: 40px;
}
.map iframe{
    width:500px; 
    height:400px
}
.map-text{
    width: 600px;
    height: 420px;
    padding: 30px;
    margin-top: 30px;
}

.map-text h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.map-text h2{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}
.map-text p{
    font-size: 15px;
    margin-bottom: 15px;
}
.map .about-icons{
    font-size: 17px;
    margin-bottom: 12px;
}
 .map .about-icons i{
    font-size: 17px;
    margin-left: 8px;
    color: #8E24AA;
} 
.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 60px;
}
.footer{
    margin-top: 70px;
    height: 80vh;
}
.footer-image{
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}
.footer-image img{
    height: 120px;
    width: 100%;
}
.footer-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    margin-top: 40px;  
}
.footer-icon  a i{
    color: black;
    height: 60px;
    width: 60px;
    border: 2px solid black;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 30px;
    padding: 14px 6px 5px 14px;
    transition: .6s ;
}
#youtube{
    padding-left: 12px;
}
#facebook{
    padding-left: 15px;
}
}