* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: federo, serif;
}
html{
    overflow-x: hidden;
    min-height: 100vh !important;
}
body {
    top: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh !important;
    width: 100vw;
    background-color: rgb(255, 255, 255);
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    z-index: 1000;
}
.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
}
.social-icons a{
    text-decoration: none;
    color:  black;
    transition: transform 5ms ease-in-out;
}
.social-icons a:hover{
    color:  #7C3AED;
    transform: scale(1.1);
}
.goog-te-gadget-simple img{
    display: none;
}
.skiptranslate iframe{
    display: none;
}
.skiptranslate span {
    color: black;
}
.goog-te-gadget-simple img{
    display: none;
}


/*  top header css ends*/

.navbar{
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    width: 80%;
    height: 100px;
    border-radius: 100px;

    box-shadow: 0 10px 30px rgba(11, 219, 198, 0.1);
    animation: float 3s ease-in-out infinite;
    z-index: 1001;
}
@keyframes float {
    0%, 100% {
        transform: translateX(-50%) translateY(0px);
    }
    50% {
        transform: translateX(-50%) translateY(-5px);
    }
}
.navbar:hover {
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.logo{
    padding: 5px;
}
.logo img{
    width: 250px;

}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding:5px;
}
.content a{
    text-decoration: none;
    position: relative;
    cursor: pointer;
    color: #ac16e7;

}
.content a::after{
    margin-top: 3px;
    position: absolute;
    content: "";
    width: 0;
    background-color: #ac16e7;
    height: 3px;
    bottom: -2px;
    left: 0;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
}
.content a:hover::after{
    width: 100%;

}
.hamburger{
    display: none;
}
.close{
    display: none;
}
.content.active{
    display: flex;
    position: absolute;
    top: 101px;
    width: 70%;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}




.hero {
    min-height: 100vh;
    width: 100%;
    background: radial-gradient(ellipse at top left, rgba(255, 255, 255, 0.544) 5%, #8B5CF6 25%, #7C3AED 40%, #5B21B6 55%, #4C1D95 70%, #1E1B4B 85%, #0F172A 100%);
    padding: 1%;
}
.container{
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 1%;
    width: 99%;
}
.container-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 1%;
    width: 99%;
}
.container h1{
    width: max-content;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #ffd700 10%,#ff6b6b 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    cursor: pointer;
}
.container-2 h1{
    width: max-content;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #ffd700 10%,#ff6b6b 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    cursor: pointer;
}
.container h1::after{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ffd700 10%,#ff6b6b 90%);
}
.container-2 h1::after{
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ffd700 10%,#ff6b6b 90%);
}
.quote{
    color: white;
    font-weight: bolder;
    font-size: 1.2rem;
    width: 90%;
}
.about-astrology{
    color: white;
    font-size: 1.2rem;
    max-width: 600px;
    text-align: justify;
}
.why-astrosatyaki{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
    gap: 20px;
}
.bullets{
    color: white;
    width: 400px;
    font-size: 1.2rem;
    text-align: justify;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bold{
    font-weight:  bolder;
    font-size: 1.2rem !important;

}
.picture img{
    height: 400px;
}
.motto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 600px;
    text-align: justify;

}
.motto p{
    font-size: 1.2rem;
    color: white;
    text-align: justify;
}
.beliefs{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 99% !important;
}
.belief{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;

}
.belief p{
    color: white;
    font-size: 1.2rem;
}
.yt-videos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.stats{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 1%;
}

.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    gap: 10px;
    border: 1px solid white;
    border-radius: 10px;
    color: white;


}
.box span{
    font-size: 4rem;
}


.section-2{
    min-height: 70vh;
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 1%;
}


.footer{
    min-height: 30vh;
    width: 100%;
    background: radial-gradient(ellipse at top left,  #8B5CF6 25%, #7C3AED 40%, #5B21B6 55%, #4C1D95 70%, #1E1B4B 85%, #0F172A 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.designed-by{
    padding-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 10px;
}
.links{
    width: 100%;
    padding: 1%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.credits{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: white;
}
.credits span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.credits span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    width: 100%;
    transition: width 0.3s ease;
}
.credits a{
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: white;
}
.credits a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}
.credits a:hover::after{
    width: 100%;
}
.social-icons span{
    display: none;
}
.social-icons a::after{
    background-color: transparent;
}



@media Screen and (max-width: 540px) {
    .bullets{
        width: 99% !important;
    }
    .belief {
        width: 99% !important;
    }
    .picture img{
        width: 99% !important;
        height: auto !important;
    }
    .box{
        width: 150px !important;
        height: 100px !important;
    }
    .box span{
        font-size: 1rem;
    }
    .box h2,h3{
        font-size: 1rem;
    }
    .designed-by{
        flex-direction: column;
    }
    .links{
        flex-wrap: wrap;
    }
    .logo img{
        width: 175px;
    }
    .navbar{
        flex-direction: row;
        gap: 30px;
    }
    .content{
        display: none;
    }
    .hamburger{
        display: flex;
        width: 20px;
        height: 20px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: end;
    }
    .list{
        width: 100%;
        height: 2px;
        background-color: #13274F;
    }
    .container{
        margin-top: 50% !important;
    }

}
@media screen and (max-width: 996px) {
    .about{
        flex-direction: column;
    }
    .container{
        margin-top: 18%;
    }

}
@media screen and (max-width: 820px) {
    .container{
        margin-top: 25%;
    }
}