*{
    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;   
}
/* about */
 #about-h1{
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 280px;
    margin-top: -270px;
} 
.container{
   height: 140vh;
}
.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: 2px;
       margin-left: 40px;
       background-color: black;
     }  
    .arrow-head {
    position: absolute;  
    top: 0;       
    left: 120px;
    width: 0;
    height: 0;      
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid black;
} 
 .arrow-circle {
    position: absolute;
    top: 0;
    left: 40px;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
}
.img img{
    height: 600px;
    width: 600px;
}
.content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.text{
    width: 495px;
    height: 520px;
}
.text h2{
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 30px;
}
 .zodiac {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #2e1b39;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.icon {
       color: #6c3c78;
       margin-right: 5px;
     }

.text p{
    font-size: 18px;
    line-height: .7cm;
    margin-bottom: 20px;
}
.texts-icons  a i{
    color: #8E24AA;
    height: 40px;
    width: 40px;
    border: 2px solid #8E24AA;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 20px;
    padding: 10px 6px 6px 10px;
    transition: .6s ;
}
.texts-icons a i:hover{
    background: #8E24AA;
    color: #fff;
}
#y{
    padding-left: 7px;
}

                /* chart */
#chart-h1{
    font-size: 50px;
    font-weight: 500;
    margin-left: 200px;
    margin-bottom: 40px;
    padding-top: 40px;
}
.chart-text{
  column-count: 2;
  column-gap: 70px;
  font-size: 18px;
  height: 300px;
  column-width: 100px;
  margin-right: 180px;
  margin-left: 190px;
  
}
.chart{
    height: 135vh;
}
.chart .arrow-container{
    margin-left: 160px;
}
.chart-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;   
}
.chart-image{
    margin-top: -90px;
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 600px;
}  
.chart-image img{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    transition:  opacity .5s ease;
}
.chart-image:hover .top-image{
    opacity: 0;
}
.chart-icon {
       width: 400px;
       margin: 0 ;
       border-radius: 10px;
       padding: 20px;
       margin-top: -80px;
       margin-left: -180px;
     }

     .item {
       display: flex;
       justify-content: space-between;
       padding: 10px 0;
       border-bottom: 2px solid #e5d9ff;
     }

     .item:last-child {
       border-bottom: none;
     }

     .planet {
       font-size: 24px;
     }

     .sign {
       font-style: italic;
       font-size: 24px;
     }
                /* book contanier */
.book-container {
  width: 470px;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 40px 20px;
  margin-left: -75px;
  margin-top: 90px;
}

h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 500;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.options :hover{
   color: #8E24AA;
}
.book-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.book-item .arrow-line{
    height: 1.5px;
    top: 16px;
    background-color: #8E24AA;
}
.book-item .arrow-container{
    margin-left: 50px;
}
.book-item .arrow-head{
    top:11px;
    border-left: 10px solid #8E24AA;
}
.book-item .arrow-circle{
    top:12px;
    background-color: #8E24AA;
}
.book-icon {
  font-size: 20px;
  color: #863c82;
  width: 40px;
  display: inline-block;
}

.book-text {
  color: #111;
  font-size: 20px;
}
.book-image {
    width: 600px;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-top: 150px;
}
.book-image img{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    
    transition: opacity .5s ease;
}
.book-image:hover .top2-image{
    opacity: 0;
}
.book-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
                /* footer */
.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 90px;
}
.footer{
    margin-top: 100px;
    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%;
}
header{
    height: 51vh;
    width: 100%;
    background-image: url('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;
}   
 #about-h1{
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 280px;
    margin-top: -300px;
} 
.text{
    width: 100%;
    height: 600px;
    margin-top: -40px;
    padding: 25px;
    margin-bottom: 50px;
}
.text h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
 .zodiac {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #2e1b39;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.icon {
       color: #6c3c78;
       margin-right: 5px;
     }

.text p{
    font-size: 16px;
    line-height: .7cm;
    margin-bottom: 20px;
}
.text-icon  a i{
    color: #8E24AA;
    height: 40px;
    width: 40px;
    border: 2px solid #8E24AA;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 20px;
    padding: 10px 6px 6px 10px;
    transition: .6s ;
}
.text-icon a i:hover{
    background: #8E24AA;
    color: #fff;
}
#youtube{
    padding-left: 6px;
}
.img img{
    height: 350px;
    width: 350px;
}
#top1{
    width: 100%;
    margin-top: -100px;
}
            /* chart */
#chart-h1{
    font-size: 45px;
    font-weight: 400;
    margin-left: 2px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 150px;
}
.chart-text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 50px;
  width: 100%;
  height: 100%;
  font-size: 17px;
  margin-right: 0px;
  margin-left: 0px;
  
}
.chart{
    height: 100vh;
}
.chart .arrow-container{
    margin-left: 90px;
    margin-top: 15px;
    margin-bottom: -60px;
}

.chart-image{
    margin-top: -90px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: 350px;
    height: 350px;
} 
.chart-image img{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    transition:  opacity .5s ease;
}
.chart-image:hover .top-image{
    opacity: 0;
} 
.chart-icon {
       width: 320px;
       margin: 0px ;
       border-radius: 10px;
       padding: 20px;
       margin-top: 60px;
       margin-left: 0px;
     }

     .item {
       display: flex;
       justify-content: space-between;
       padding: 10px 0;
       border-bottom: 2px solid #e5d9ff;
     }

     .item:last-child {
       border-bottom: none;
     }

     .planet {
       font-size: 17px;
     }

     .sign {
       font-style: italic;
       font-size: 19px;
     }
                     /* book contanier */
.book{
    margin-top: 780px;
}                     
.book-container {
  width: auto;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 40px 20px;
  margin-left: 0px;
  margin-top: 90px;
}

h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 500;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.options :hover{
   color: #8E24AA;
}
.book-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

#book-arrow .arrow-line{
    height: 1.5px;
    left: -13px;
    top: 16px;
    width: 50px;
    background-color: #8E24AA;
}
.book-item .arrow-container{
    margin-left: 20px;
}
#book-arrow .arrow-head{
    top:11px;
    border-left: 10px solid #8E24AA;
    left: 75px;
}
#book-arrow .arrow-circle{
    top:12px;
    background-color: #8E24AA;
    left:18px;
}
.book-icon {
  font-size: 20px;
  color: #863c82;
  width: 40px;
  display: inline-block;
}

.book-text {
  color: #111;
  font-size: 20px;
}
.book-image {
    width: 350px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-top: 150px;
}
.book-image img{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    
    transition: opacity .5s ease;
}
.book-image:hover .top2-image{
    opacity: 0;
}
.book-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}      

/* footer */
.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 40px;
}
.footer{
    margin-top: 270px;
    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;
}

}



  @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: 100%;
}
header{
    height: 51vh;
    width: 100%;
    background-image: url('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;
}   
 #about-h1{
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 280px;
    margin-top: -300px;
} 
.text{
    width: 650px;
    height: 600px;
    margin-top: -40px;
    padding: 25px;
    margin-bottom: 50px;
}
.text h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
 .zodiac {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #2e1b39;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.icon {
       color: #6c3c78;
       margin-right: 5px;
     }

.text p{
    font-size: 16px;
    line-height: .7cm;
    margin-bottom: 20px;
}
.text-icon  a i{
    color: #8E24AA;
    height: 40px;
    width: 40px;
    border: 2px solid #8E24AA;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 20px;
    padding: 10px 6px 6px 10px;
    transition: .6s ;
}
.text-icon a i:hover{
    background: #8E24AA;
    color: #fff;
}
#youtube{
    padding-left: 6px;
}
.img img{
    height: 400px;
    width: 400px;
}
#top1{
    width:650px;
    margin-top: -100px;
}
            /* chart */
#chart-h1{
    font-size: 45px;
    font-weight: 400;
    margin-left: 2px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 150px;
}
.chart-text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 70px;
  width: 100%;
  height: 100%;
  font-size: 17px;
  margin-right: 30px;
  margin-left: 0px;
  
}
.chart{
    height: 100vh;
}
.chart-content{
  display: flex;
  flex-direction: column;
}
.chart .arrow-container{
    margin-left: 290px;
    margin-top: 15px;
    margin-bottom: -280px;
}

.chart-image{
    margin-top: -90px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: 400px;
    height: 400px;
} 
.chart-image img{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    transition:  opacity .5s ease;
}
.chart-image:hover .top-image{
    opacity: 0;
} 
.chart-icon {
       width: 320px;
       margin: 0px ;
       border-radius: 10px;
       padding: 20px;
       margin-top: 60px;
       margin-left: 0px;
     }

     .item {
       display: flex;
       justify-content: space-between;
       padding: 10px 0;
       border-bottom: 2px solid #e5d9ff;
     }

     .item:last-child {
       border-bottom: none;
     }

     .planet {
       font-size: 17px;
     }

     .sign {
       font-style: italic;
       font-size: 19px;
     }
                     /* book contanier */
.book{
    margin-top: 750px;
}                     
.book-container {
  width: auto;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 40px 20px;
  margin-left: 0px;
  margin-top: 90px;
}

h2 {
  font-size: 39px;
  margin-bottom: 40px;
  font-weight: 500;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.options :hover{
   color: #8E24AA;
}
.book-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

#book-arrow .arrow-line{
    height: 1.5px;
    left: -13px;
    top: 16px;
    width: 50px;
    background-color: #8E24AA;
}
.book-item .arrow-container{
    margin-left: 20px;
}
#book-arrow .arrow-head{
    top:11px;
    border-left: 10px solid #8E24AA;
    left: 75px;
}
#book-arrow .arrow-circle{
    top:12px;
    background-color: #8E24AA;
    left:18px;
}
.book-icon {
  font-size: 20px;
  color: #863c82;
  width: 40px;
  display: inline-block;
}

.book-text {
  color: #111;
  font-size: 20px;
}
.book-image {
    width: 400px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-top: 150px;
}
.book-image img{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    
    transition: opacity .5s ease;
}
.book-image:hover .top2-image{
    opacity: 0;
}
.book-content{
    display: flex;
    flex-direction: column;
}

/* footer */
.footer h2{
    text-align: center; 
    font-size: 45px;
    font-weight: 400;
    margin-top: 70px;
}
.footer{
    margin-top: 260px;
    height: 80vh;
}
.footer-image{
    height: 100px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}
.footer-image img{
    height: 130px;
    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;
}


}