*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
}
body{
    background-color: #ffd700;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #fff;
    /* margin-left: 20px; */
}
#preloader span{
    display: block;
    margin-left: 20px;
    font-size: 32px;
    font-weight: 800;
}

.spinner {
   border: 16px solid #f3f3f3;
   border-top: 16px solid #ffd700;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#banner{
    background: linear-gradient(to top left,#FFD700, transparent ,#00000069, #0000004e), url(verse\ vault.png);
    background-size: cover;
     background-position: center;
     height: 100vh;
}
.logo{
    width: 140px;
    position: absolute;
    top: 4%;
    left: 10%;
}
.banner-text{
    text-align: center;
    color: #FFD700;
    padding-top: 180px;
}
.banner-text h1{
    font-size: 130px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.banner-text p{
    font-size: 20px;
    font-style: italic;
    font-family: 'Courier New', Courier, monospace;
}
.banner-btn{
    position: relative;
    margin: 70px auto 0;
}
.banner-btn a{
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 12px 0;
    color: #fff;
    border: .5px solid #ffd700;
    position: relative;
    z-index: 1;
    transition: color 0.5s;
}
.banner-btn a span{
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: conic-gradient( gold, black);
    z-index: -1;
    transition: 0.5s;
}

.banner-btn a:hover span{
    width: 100%;
}
.banner-btn a:hover{
   color: #000;
}

#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #ffd700;
    z-index: 2;
    transition: 0.5s;
}
nav ul li{
    list-style: none;
    margin: 50px 20px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
}
#menuBtn{
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
}
#menuBtn img{
    width: 20px;
    margin-top: 15px;
}

@media screen and (max-width: 770px){
    .banner-text h1{
        font-size: 44px;
    }
    .banner-btn a{
        display: block;
        margin: 20px auto;
    }
}

#verse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    background: #000;
    color: #FFD700;
}

#verse marquee {
    flex: 1 1 100%;
    text-align: center;
    padding: 10px;
    font-size: 1.2rem;
}

.left {
    flex: 1 1 48%;
    background: radial-gradient(circle, #ffd700, #000);
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    border-radius: 8px;
}

.left marquee, .left a {
    display: block;
    margin: 20px 0;
    font-size: 1.2rem;
}

.left a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
    background: -webkit-linear-gradient(right, #000, #FFD700);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: text-decoration 0.3s, transform 0.3s;
}

.left a:hover {
    text-decoration: underline;
    transform: scale(1.1);
}

.right {
    flex: 1 1 48%;
    text-align: center;
    margin: 10px 0;
}

.right img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.right img:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
}

/* Responsive design */
@media (max-width: 768px) {
    #verse {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }

    .left, .right {
        flex: 1 1 100%;
    }

    #verse marquee {
        font-size: 1rem;
    }

    .left a {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    #verse {
        padding: 12px;
    }

    #verse marquee {
        font-size: 0.9rem;
    }

    .left, .right {
        padding: 10px;
    }

    .left a {
        font-size: 1rem;
    }

    .right img {
        border-radius: 6px;
    }
}
#explain{
    width: 100%;
    padding: 70px 0;
}

.marquee {
    width: 100%;
    text-align: center;
    overflow: hidden;
    /* margin-left: 20%; */
    position: relative;
    background: #000;
    padding: 10px 0;
}

.marquee-content {
    display: flex;
    gap: 20px;
    animation: slide 10s linear  infinite;
    margin-left: 50%;
}

.marquee-content img {
    height: 80px;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.marquee-content img:hover {
    transform: scale(1.1);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .marquee-content img {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .marquee-content img {
        height: 50px;
    }
}

.explaniation {
    background: #000;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 20px auto;
    font-size: 1.1em;
    line-height: 1.6;
    color: #ffd700;
    transition: all 0.3s ease-in-out;
}

.main-text {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.text {
    margin-top: 20px;
}

.text p {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.highlight {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

.highlight li {
    background: linear-gradient(90deg, #FFD700, #FF4500);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 8px;
}

.explaniation:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .explaniation {
        padding: 15px;
    }

    .main-text {
        font-size: 1.3em;
    }

    .text p {
        font-size: 1em;
    }

    .highlight li {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .explaniation {
        padding: 10px;
    }

    .main-text {
        font-size: 1.2em;
    }

    .highlight li {
        font-size: 0.9em;
    }
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.links a {
    background: linear-gradient(45deg, #FF8C00, #FFB44A, #88E570, #776AE3);
    background-size: 200% auto;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 30px;
    margin: 10px 0;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.links a:hover {
    background-position: right center;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.links a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 138, 8, 0.5);
}

@media (max-width: 768px) {
    .links a {
        font-size: 1.1em;
        padding: 12px 25px;
    }
}

@media (max-width: 480px) {
    .links a {
        font-size: 1em;
        padding: 10px 20px;
    }
}

.footer {
    background: linear-gradient(45deg, #000, orange);
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    font-size: 1em;
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.footer p {
    margin: 0;
    line-height: 1.5;
}

.footer a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer {
        padding: 15px 20px;
    }

    .footer p {
        font-size: 0.9em;
    }
}