body {
    margin: 0;
    font-family: "Turret Road", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: rgb(214, 186, 235);
    overflow-x: hidden;
    width: 100%;
    position: relative;
    padding-top: 5.5rem;
      

}    
#psyvionn {
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 45%;
    margin-top: 0.25rem;
    margin-left: 0.3rem;
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0.9rem 1.8rem;
    padding-right: 400px;
}

header {
    /* background-color: rgb(149, 0, 248); */
    background-color: rgb(72, 0, 122);
    backdrop-filter: blur(10px);
    height: 5.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 10000;

    
}
a {
    color: rgb(197, 150, 221);
    text-decoration: none;
    display: inline-block;
    margin: 0 0.8rem;
    padding: 0.3rem;
    position: relative;
    left: 7rem;
    font-size: 1.2rem;
    font-weight: 400;


}

a:hover {
    color: white;

}

nav a::before {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 0%;
    height: 0.15rem;
    background-color: white;
    transition: all 0.7s;
}

nav a:hover::before{
width: 100%;
}

.logo {
    font-size: 2.8rem;
    font-weight: bold;


}

#name {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(236, 208, 236);
    position: absolute;
    top: 1.3rem;
    left: 5.5rem;
}
/* hero-section */




h1{
    color: rgb(236, 208, 236);
   font-size: 3.4rem;
   line-height: 4rem;
  margin: 2rem 0;
  /* font-family: "Kelly Slab", sans-serif;
  font-weight: 400;
  font-style: normal; */
   margin-left: 1rem;

font-family: "Glass Antiqua", cursive;
  font-weight: 400;
  font-style: normal;



}

p{
  color: rgb(40, 0, 70);
   letter-spacing: 0.06rem;
   font-size: 1.2rem; 
   line-height: 1.5;
   font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 1rem;

}
.para{
    width: 90%;
}



.hero{
    margin-left: 0rem;
    display: block;
}

details{
    color: rgb(236, 208, 236);
   letter-spacing: 0.06px;
   font-size: 1.25rem; 
   cursor: pointer;
}
h3, h4{
   color: rgb(236, 208, 236);
   letter-spacing: 0.06rem;
   font-size: 1.17rem; 
   margin-left: 1rem;
}
li{

    color: rgb(236, 208, 236);
    position: relative;
    padding-left: 1rem; 
    list-style: none;
   
    
}

/* li::marker{
   content: url(brain.svg);
} */
#one{
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: 10%;
}
#two{
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: 30%;
}
#three{
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: 30%;
}
#four{
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: 10%;
}
.name{
    display: list-item;
    list-style-type: disc;
    margin: 0.8rem 0;
    margin-left:1rem;
}
.name:hover{
    color: white;
}
.name.name::-webkit-details-marker{
    display: list-item;
    list-style-type:disc ;
}
.summary{
    border: 0.1rem solid white;
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center; 
    margin: 1rem 1rem;  
    border-radius: 10px;
    /* background-color: rgb(149, 0, 248); */
    
}
.head4{
    color: rgb(172, 1, 211);
    line-height: 2rem;
}
.offer{
    border:2px solid rgb(182, 130, 219);
    background-color: rgb(247, 238, 252);
    padding: 0.5rem;
    margin: 0.5rem;
    width: 45%;
    border-radius: 0.8rem; 
   height: 10vw;
   
}
.set1{
    display: flex;
    flex-wrap: wrap;   
}
.set2{
    display: flex;
    flex-wrap: wrap;
}
.set3{
    display: flex;
    flex-wrap: wrap;
}
.offer h3{
   text-align: center;
   align-items: center;
   /* border: 2px solid white;
   padding: 0.5rem 0;
   width: 60%;
   margin: 0 auto;
   margin-top: 0.2rem;
   border-radius: 0.4rem; */
}
.offers{
    justify-content: center;
   flex-wrap: wrap;
    width: 98%;
    margin: 0 auto;
    margin-left: 2.4rem;
   
}
li p{
    width: 80%;
}
.how{
    border: 2px solid rgb(182, 130, 219);
    background-color: rgb(247, 238, 252);
    padding: 0.5rem;
    width: 23%;
    margin: 1rem;
    border-top-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    text-align: center;
}
.hows{
    display: flex;
    justify-content: center;
    margin-right: 0.6rem;
}
.works{
    margin-top: 4rem;
}

.whyp{
    border: 2px solid rgb(182, 130, 219);
    width: 15%;
    border-radius: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    background-color: rgb(248, 241, 252);
   
}
.wpsyvion{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    margin: 0 2rem;
}
.phil{
    border: 2px solid rgb(182, 130, 219);
    width: 25%;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 2rem;
    margin: 0 1rem;
    background-color: rgb(247, 238, 252);
   
}
.philos{
    display: flex;
    justify-content: center;
    margin: 3rem 0;
    
}
.phil p{
    color: rgb(40, 0, 70);
}
.summary1{
    margin-left: 1rem;
}
/* .top{
    background-color: rgb(234, 171, 254); 
    padding: 4rem;
    padding-top: 2rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    outline: 0.2rem dashed rgb(40, 0, 70);
    outline-offset: -0.5rem;
    background-image: linear-gradient(to right,rgb(200, 132, 249), rgb(215, 172, 246), rgb(200, 132, 249));
    padding-bottom: 1rem;
} 
.top h1{
    text-align: center;
    font-size: 7rem;
    color: rgb(40, 0, 70);
}
.top h3{
    text-align: center;
    font-size: 4rem;
    color: rgb(172, 1, 211);
} */

 
.img1{
   display: block;
   width: 14rem;
   height: 14rem;
   margin: auto;
   border-radius: 50%;
}

.why h4{
    font-size: 1.5rem;
}
.summary h3{
    font-size: 1rem;
}
p{
    color: rgb(72, 0, 122);
}
.top h1{
    text-align: center;
    color: rgb(72, 0, 122);
}
h1{
   color: rgb(72, 0, 122); 
}
.top h3{
    text-align: center;
}
summary{
    color: rgb(72, 0, 122);
}
.summary{
    background-color: rgb(247, 238, 252);
    border: 2px solid rgb(72, 0, 122);
    padding: 0.7rem;
}
h3, h4{
    color: rgb(79, 26, 114);
}
h3{
    color: rgb(182, 130, 219);
}
.paragraphtop h3{
    font-size: 2.5rem;
}
.top h3{
    font-size: 2rem;
}
a, nav a.active {
  color: rgb(197, 150, 221);
  text-decoration: none;
  display: inline-block;
  margin: 0 0.8rem;
  padding: 0.3rem;
  position: relative;
  left: 7rem;
  font-size: 1.2rem;
  font-weight: 400;
}

a:hover, nav a.active {
  color: white;
}

/* nav a::before, nav a.active::before {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0%;
  height: 0.15rem;
  background-color: white;
  transition: all 0.7s;
}

nav a:hover::before, nav a.active::before {
  width: 100%; 
}*/

.works h4, .whypsyvion h4{
    font-size: 1.5rem;
}

@media (max-width: 400px) {
body{
    padding-top: 2.7rem;
}


   header{ 
    height: 2.7rem;
}
#psyvionn{
   width: 2.2rem;
   height: 2.2rem;
   position: absolute;
   left: 3px;
   top: 0.6px;
}
#name{
font-size: 1.5rem;
position: absolute;
left: 48px;
top: 10px;
font-weight: 400;
}
h1{
    font-size: 2rem;
    margin: 0.25rem;
}
h3{
    font-size: 0.8rem;
}
.top h1{
    margin: 0.25rem;
    font-size: 2.8rem;
}
.top h3{
    margin: 0.5rem;
    font-size: 1.2rem;
}
h4{
    margin: 0.25rem;
    font-size: 10px;
}
.img1{
    width: 9rem;
    height: 9rem;
}
.paragraphtop h3{
    font-size: 1rem;
}
p{
    font-size: 12px;
}
.summary1{
    font-size: 1rem;
}
details{
    font-size: 1rem;
}
.summary{
    width: 98%;
    padding: 1px;
}
.summary h3{
    font-size: 0.8rem;
}
.para{
    width: 98%;
}
.first p{
    width: 98%;
}
.why h4, .works h4, .whypsyvion h4{
    font-size: 0.8rem;
    font-weight: 500;
}
.offer{
    width: 48%;
}
.set1{
    display: flex;
    width: 98%;
}

}
