
@font-face {
    font-family: 'kayak-sans';
    src: url('./kayak-sans/Kayak-Sans-Regular.otf') format('opentype'),
         url('./kayak-sans/Kayak Sans Bold.otf') format('opentype'),
         url('./kayak-sans/Kayak-Sans-Light.otf') format('opentype'),;
}

html {
    font-family: 'kayak-sans';
}

body {
    background-color: black;
    background-image: url(./images/grad-object1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* nav bar */
nav {
    margin: 0px 10%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
}

nav img {
    width: 40px;
}

.icon-app {
    display: none;
}

nav ul li {
    list-style: none;
    display: inline-block;
}

nav ul li a{
    list-style: none;
    text-decoration: none;
    color: white;
    padding-left: 20px;
}

nav ul li a:hover {
    color: #d5ba0a;
}

nav button {
    width: 120px;
    height: 40px;
    border: 1px solid #ffdf0d;
    background-color: transparent;
    color: white;
    border-radius: 100px;
}

nav button:hover {
    background-color: #ffdf0d;
    cursor: pointer;
}

nav button:active {
    background-color: #d5ba0a;
    cursor: pointer;
}

.home-btn {
    color: #ffdf0d;
}
/* end of nav bar */

/* landing page */
.star1, .star2,.star3 {
    display: none;
}

.vtro-logo {
    display: none;
}

.section1-wrapper {
    margin: 0px 5%;
    display: flex;
    align-items: center;
    height: 690px;
}

.landing-page {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 470px;
}

header h1 {
    display: inline-flex;
    color: white;
    font-size: 5em;
    font-weight: normal;
    line-height: 100px;

}

.text-grad-s1 {
    background: linear-gradient(270deg, #FFD000 0%, #F09 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    margin-left: 20px;
}

header p {
    color: white;
    font-size: 25px;
    margin-left: 10px;
}

.text-color-s1 {
    color: #ff336d;
    font-weight: normal;
}

.s1-btn-wrapper {
    margin-top: 50px;
    display: flex;
    max-width: 320px;
    justify-content: space-between;
}

.btn {
    width: 150px;
    border: none;
    height: 50px;
    border-radius: 100px;
    color: white;
    background: linear-gradient(90deg, #F09 -2.19%, #FF0F00 52.24%, #FFDF0D 100%);
    cursor: pointer;
}

.btn-2 {
    width: 150px;
    height: 50px;
    border: 1px solid #ffdf0d;
    background-color: transparent;
    color: white;
    border-radius: 100px;
    cursor: pointer;
}

.main-ill {
    width: 45%;
    max-width: 600px;
}

.btn-2:hover {
    background-color: #d5ba0a;
}
/* end of landing page */

/* section 2 */
.section2-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 850px;
    margin: 0px 5%;
}

.section2 {
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: space-evenly;
}

.section2-text {
    color: white;
    width: 400px;
}

.grad-text {
    display: flex;
    width: 200px;
    height: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    background: linear-gradient(90deg, #FFD000, #FF336D, #FFD000);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.change-color-text {
    color: #FFDF0D;
    font-weight: normal;
}

.section2-text p {
    height: 100%;
    width: 500px;
    font-size: 3em;
}

.ill-section2 {
    max-width: 600px;
    min-width: 20%;
}
/* end of section 2 */






.event-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.event-image-container {
    flex: 1;
    min-width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-image {
    width: 100%;
    height: auto;
}

.event-content {
    flex: 1.5;
    min-width: 300px;
    background-color: #181818;
    padding: 20px;
    color: #ffffff;
}

.event-info {
    margin-bottom: 30px;
}

.event-type {
    color: #f8421e;
    font-weight: bold;
}

.event-title {
    font-size: 28px;
    margin: 10px 0;
}

.event-organizer,
.event-participants,
.event-time {
    margin: 5px 0;
}

.event-tags {
    margin: 10px 0;
}

.tag {
    background-color: #333;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
    display: inline-block;
}

.join-btn {
    background-color: #f0b832;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.event-description h4 {
    color : linear-gradient(270deg, #FFD000 0%, #F09 100%);
    text-transform: uppercase;
    padding:20px;
    margin-left :50px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
   
}

.event-description h2 {
    margin-left :50px;
    color:white;
    height: 100%;
    width: 500px;
    font-size: 3em;
}

.highlight {
    color: #f0b832;
}

.event-description p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 28px;
}

.event-prizes h3 {
    margin-top: 20px;
    color: #f0b832;
}

.event-prizes ul {
    list-style-type: none;
    padding: 0;
}

.event-prizes li {
    margin: 5px 0;
    color: #ffffff;
}



/* section 35 */
.section35-wrapper {
    display: flex;
    align-items: center;
    height: 850px;
    margin: 0px 5%;
}

.section35 {
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
}

.section35-text {
    width: 450px;
    display: flex;
    justify-content: space-evenly;
    height: 230px;
    flex-direction: column;
    color: white;
}

.section35-text h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.section35-maintxt {
    height: 20%;
    width: 500px;
    font-size: 3em;
}

.section35-text-sub {
    font-size: 1.3rem;
    line-height: 28px;
    margin-top: 10px;
}

.section35 img {
    max-width: 550px;
    min-width: 20%;
}

.ill3-app {
    display: none;
}
/* end of section 3 */






/* section 3 */
.section3-wrapper {
    display: flex;
    align-items: center;
    height: 850px;
    margin: 0px 5%;
}

.section3 {
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
}

.section3-text {
    width: 450px;
    display: flex;
    justify-content: space-evenly;
    height: 230px;
    flex-direction: column;
    color: white;
}

.section3-text h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.section3-maintxt {
    height: 100%;
    width: 500px;
    font-size: 3em;
}

.section3-text-sub {
    font-size: 1.3rem;
    line-height: 28px;
}

.section3 img {
    max-width: 700px;
    min-width: 20%;
}

.ill3-app {
    display: none;
}
/* end of section 3 */

/* Section 4 */
.section4-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1100px;
    margin: 0px 5%;
}

.section4{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 650px;
    height: 800px;
}

.section4-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.section4-maintxt {
    text-align: center;
    font-size: 3em;
}

.section4-text h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clout-grad-4 {
    background: linear-gradient(90deg, #FFD000 4%, #FFF 92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stand-grad-4 {
    background: linear-gradient(90deg, #FF336D 44.6%, #FFF 61.6%, #FFDF0D 77.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section4-text-sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.3em;
    line-height: 28px;
}

.ill4-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ill4-profile-pic {
    width: 250px;
}

.ill4-level-bar {
    width: 700px;
}

.section4-lowertxt-wrapper {
    color: white;
    display: flex;
    flex-direction: column;
    height: 170px;
    justify-content: space-between;
}

.comp-txt4,
.conne-txt4,
.active-txt4,
.strk-txt4 {
    display: flex;
    justify-content: space-between;
    font-size: 1.3em;
}

.star4 {
    position: absolute;
    top: 3000px;
    left: 27%;
    width: 40px;
}

.star5 {
    position: absolute;
    top: 3100px;
    left: 70%;
    width: 40px;
}

.star6 {
    position: absolute;
    top: 2900px;
    left: 30%;
    width: 10px;
}
/* end of section 4 */

/* section 5 */


/* section b */
.sectionb-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 250px;
    margin: 0px 5%;
}

.sectionb {
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: space-evenly;
}

.sectionb-text {
    color: white;
    width: 400px;
}

.grad-text1 {
    display: flex;
    width: 200px;
    height: 20px;
    margin-bottom: 15px;
    font-size: 16px;
   color: #FF007A;
}

.highlight-token {
    background: linear-gradient(90deg, #FFD000, #FF004C, #FF0099);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Ensures the gradient shows on text */
    background-clip: text;
    color: transparent;
}


.grad-text2{
    background: linear-gradient(90deg, #BB2CD9, #FF0099, #FFDF0D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    height: 20%;
    width: 500px;
    font-size: 3em;
    padding-bottom: 15px;
    margin-top: -8px;
    
}

.change-color-text {
    color: #FFDF0D;
    font-weight: normal;
}

.sectionb-text p {
    font-size: 22px;
    line-height: 1.6;
    color: #FFF;
    height: 100%;
    width: 500px;
}

.ill-section21 {
   max-width: 800px;
    min-width: 30%;
}
/* end of section b */






.section-beyond-tokens {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 850px;
    margin: 0px 5%;
    display :none;
}

.section-content {
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: space-evenly;
}


.highlight {
    font-size: 14px;
    font-weight: bold;
    color: #FF007A; /* Pink color */
}


.highlight-token {
    background: linear-gradient(90deg, #FFD000, #FF004C, #FF0099);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Ensures the gradient shows on text */
    background-clip: text;
    color: transparent;
    padding-left: 5px;
}


.highlight-title {
    color: #FFCC00; /* Yellow color */;

}



.section-beyond-tokens h2 {
    background: linear-gradient(90deg, #BB2CD9, #FF0099, #FFDF0D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Ensures the gradient shows on text */
    background-clip: text;
    color: transparent;
    height: 20%;
    width: 500px;
    font-size: 3em;
}







.description {
    font-size: 22px;
    line-height: 1.6;
    color: #FFF;
    height: 100%;
    width: 500px;
}

.image-content img {
    max-width: 600px;
    min-width: 20%;
}








/* section 6 */
.section6-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1780px;
    margin: 0px 5%; 
}

.section6 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    height: 700px;
}

.ill6 {
    position: absolute;
    height: 650px;
}

.section6-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.section6-maintxt {
    width: 400px;
    font-size: 48px;
    text-align: center;
}

.section6-text h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px !important;
}


.section6-text-sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.3em;
    line-height: 28px;
    width: 350px;
}

.ill6-people-card {
    height: 650px;
}

.star7 {
    position: absolute;
    top: 5000px;
    height: 100px;
    right: 5%;
}

.star8 {
    position: absolute;
    top: 4700px;
    height: 50px;
    left: 5%;
}

.star9 {
    position: absolute;
    top: 5300px;
    height: 50px;
    right: 20%;
}

.star10 {
    position: absolute;
    top: 5100px;
    height: 100px;
    left: 30%;
}

/* .ill6-line {
    position: absolute;
    top: 4700px;
    transform: rotate(6deg);
    transform: translate(100px, -20%);
} */
/* end of section 6 */




/* last section */

.prizes-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #000;
    color: white;
    padding: 20px;
}

.event-image img {
    width: 40%; /* Adjust as needed for your specific design */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.prizes-description {
    width: 55%; /* Adjust width based on image size */
    text-align: right;
}

.prizes-description h3 {
    color: #e84b7e;
    margin-bottom: 10px;
}

.prizes-description h1 {
    color: #ffcc00;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.prizes-description p {
    color: #ddd;
    font-size: 1.2em;
}













/* footer */
.footer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer-top-section {
    height: 400px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.whiteline {
    position: relative;
    background-color: white;
    height: 2px;
    width: 80%;
}

.logo-section {
    width: 300px;
    height: 200px;
}

.footer-logo {
    width: 70px;
}

.logo-section p {
    margin-top: 20px;
    color: white;
}

.useful-links {
    display: flex;
    flex-direction: column;
    height: 200px;
    width: 300px;
}

.useful-links h2, .contact-info h2, .newsletter h2 {
    letter-spacing: 2px;
    color: white;
    font-size: 1.5em;
}

.useful-links ul li {
    list-style: none;
}

.useful-links ul li a{
    font-size: 1.1em;
    list-style: none;
    text-decoration: none;
    color: white;
    line-height: 50px;
}

.useful-links ul li a:hover{
    color: #BB2CD9;
}

.contact-info {
    width: 350px;
    height: 200px;
    display: flex;
    flex-direction: column;
}

.contact-info p {
    margin-top: 20px;
    color: white;
    font-size: 1.1em;
    width: 250px;
}

.newsletter {
    display: flex;
    flex-direction: column;
    height: 200px;
}

.newsletter p {
    margin-top: 20px;
    width: 250px;
    color: white;
    font-size: 1.1em;
}

.emailbox-wrapper {
    margin-top: 20px;
    display: flex;
}

.email-form {
    margin-right: 10px;
    display: flex;
}

.email-form input {
    color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:1px solid white ;
    background-color: transparent;
}

.emailbox-wrapper img {
    height: 40px;
}

.footer-bottom-section {
    color: white;
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 100px;
}

.icon-wrapper {
    display: flex;
    width: 100px;
    justify-content: space-between;
}


@media only screen and (max-width: 576px) {
    body {
        background-image: url(./images/grad-app-bg.png);
    }

    /* nav bar */
    nav {
        justify-content: space-between;
        display: flex;
        margin: 0;
    }

    nav ul{
    display: none;
    flex-direction: column;
    background-color: #fff; /* Add a background for visibility */
    position: absolute; /* Position it absolutely to avoid overlapping */
    top: 60px; /* Adjust based on your nav height */
    right: 30px; /* Align with the right margin */
    list-style: none;
    padding: 10px;
    border-radius: 5px; /* Optional: for rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: for a shadow effect */
    }



    nav ul.active {
    display: flex;
    background: url(./images/grad-app-bg.png);
    padding:10px;
}


nav ul li {
    list-style: none;
    display: inline-block;
    padding: 10px !important;
}

    nav img {
        margin-left:30px;
    }

    .icon-app {
        display: block;
        margin-right: 30px;
    }

    nav button {
        display: none;
    }
    /* end of nav bar */

    /* landing page */
    .section1-wrapper {
        flex-direction: column;
        margin: 0;
        justify-content: center;
        height: 600px;
        margin-top: -60px;
    }

    .landing-page {
        align-items: center;
        justify-content: center;
    }

    .header {
        height: 400px;
        justify-content: space-around;
        max-width: 100%;
        align-items: center;
    }

    .vtro-logo {
        display: block;
        width: 100px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    header h1 {
        display: flex;
        justify-content: center;
        font-size: 36px;
        text-align: center;
        width: 100%;
    }

    .text-grad-s1 {
        margin: 0px 0px 15px 0px;
        font-size: 58px;
        margin-top:-50px;
    }

    header p {
        line-height: 24px;
        font-size: 20px;
        text-align: center;
    }

    .main-ill {
        display: none;
    }

    .s1-btn-wrapper {
        margin: 0;
        width: 300px;
    }

    .btn {
        height: 40px;
        width: 140px;
    }

    .btn-2:hover {
        background-color: transparent;
    }

    .btn-2 {
        color: #d5ba0a;
        height: 40px;
        width: 140px;
        border: 2px solid;
    }

    .star1, .star2, .star3 {
        display: block;
    }

    .star1 {
        position: absolute;
        top: 150px;
        width: 20px;
        left: 200px;
    }

    .star2 {
        position: absolute;
        width: 40px;
        top: 400px;
        left: 70%;
    }

    .star3 {
        width: 30px;
        position: absolute;
        top: 500px;
        left: 20%;
    }
    /* end of landing page */

    /* Section 2 */
    .section2-wrapper {
        flex-direction: column;
        height: 800px;
    }

    .section2 {
        width: 100%;
        height: 210px;
        justify-content: space-around;
        align-items: center;
    }

    .section2-text h1 {
        display: flex;
        width: 100%;
        justify-content: center;
        font-size:12px;
    }

    .section2-text {
        text-align: center;
        width: 100%;
    }

    .section2-text p {
        height: auto;
        width: 100%;
        font-size: 1.75em;
        line-height: 34px;
    }

    .ill-section2 {
        width: 400px;
    }
    
    
    .section35-text h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 12px !important;
}
    
    
    
    
    /* end of Section 2 */

    /* section 3 */
    .section3 {
        flex-direction: column-reverse;
        height: 850px;
        align-items: center;
    }

    .section3-text {
        width: 100%;
        height: 200px;
    }

    .section3-maintxt {
        text-align: center;
        font-size: 1.75rem;
        width: 100%;
        line-height: 40px;
    }

    .section3-text-sub {
        width: 100%;
        line-height: 25px;
        font-size: 1rem;
        text-align: center;
    }

    .ill3 {
        display: none;
    }

    .ill3-app {
        display: block;
        width: 100%;
        margin-top: -100px;
    }
    /* end of section 3 */
    
    
    
    
    
    
     /* section 3 */
    .section35 {
        flex-direction: column-reverse;
        height: 850px;
        align-items: center;
    }

    .section35-text {
        width: 100%;
        height: 200px;
    }

    .section35-maintxt {
        text-align: center;
        width: 100%;
        line-height: 40px;
        line-height: 30.6px;
        font-size: 36px !important;
        padding-bottom:  20px;
    }

    .section35-text-sub {
        width: 100%;
        line-height: 25px;
        font-size: 1rem;
        text-align: center;
    }

    .ill3 {
        display: none;
    }

    .ill3-app {
        display: block;
        width: 95%;
    }
    /* end of section 3 */

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    /* section 4 */
    .section4-wrapper {
        height: 780px;
    }

    .section4 {
        width: 100%;
        height: 700px;
    }

    .section4-maintxt {
        font-size: 1.75em;
    }

        .section4-text-sub {
        width: 290px;
        font-size: 14px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
        font-family: 'kayak-sans' !important;
    }


    .ill4-profile-pic {
        width: 200px;
    }

    .ill4-level-bar {
        width: 400px;
    }

    .star4 {
        top: 2300px;
    }

    .star5 {
        top: 2560px;
        width: 60px;
    }

    .star6 {
        top: 2700px;
        left: 10%;
    }

    .comp-txt4,
    .conne-txt4,
    .active-txt4,
    .strk-txt4 {
        font-size: 1em;
    }
    /* end of section 4 */

    /* section 5 */
   
  
   
   
   .sectionb-wrapper {
       flex-direction:column;
       height:500px;
       
   }
   
   
   .sectionb {
        width: 100%;
        height: 210px;
        justify-content: space-around;
        align-items: center;
    }
    
    
     .sectionb-text h1 {
        display: flex;
        width: 100%;
        justify-content: center;
        font-size:12px;
    }
    
     .sectionb-text h2 {
        display: flex;
        width: 100%;
        justify-content: center;
        font-size: 36px;
    }
    
    .sectionb-text {
        text-align: center;
        width: 100%;
    }

    .sectionb-text p {
        height: auto;
        width: 100%;
        font-size: 15px;
        line-height: 34px;
    }
    
    
     .ill-section21 {
        display:block;
        width:95%;
        margin-left:50px;
    }
    
    
    
    .section-beyond-tokens {
        flex-direction: column; /* Stack content vertically */
        align-items: center;
        margin-left: 0; /* Remove the left margin for mobile */
        padding: 10px; /* Add padding for better spacing */
        display:flex !important;
         height: 780px;
    }

    .section-content {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .section-beyond-tokens h2 {
        font-size: 36px; /* Smaller font size for mobile */
        line-height: 1.2;
        text-align: center; /* Center-align text */
        padding-top: 10px;
    }

    .highlight {
        font-size: 12px;
        text-align: center;
        padding :10px;
    }

    .highlight-token {
        font-size: 14px;
        text-align: center;
    }

    .text-content {
        max-width: 100%; /* Allow text content to take full width */
        text-align: center;
        padding: 0 5px; /* Add padding for better readability */
    }

    .description {
        font-size: 16px;
        padding:  15px;
    }


    .image-content {
    text-align: center;
}



    .image-content img {
       
       max-width: 500px;
        height: 300px;
        margin-left: 35px !important;
       
       
            }
   
   
   
   
   
   
    /* end section 5 */

    /* section 6 */
    .section6-wrapper {
        height: 900px;
    }

    .section6 {
        height: 380px;
    }

    .ill6 {
        width: 400px;
    }

    .section6-text h2 {
        font-size: 12px !important;
    margin-bottom: 20px;
    }

    .section6-maintxt {
        font-size: 1.75em;
        width: 200px;
    }

    .section6-text-sub {
        font-size: 0.8em;
        width: 200px;
        margin: 2px;
    }

    .ill6-people-card {
        height: 350px;
        width: 400px;
    }

    .star7 {
        top: 3800px;
    }

    .star8 {
        top: 4500px;
    }

    .star9 {
        top: 4600px;
    }

    .star10 {
        top: 4270px;
        width: 20px;
    }

    /* footer */
    .footer-wrapper {
        margin-top: 100px;
        height: 300px;
    }

    .logo-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
    }

    .footer-logo {
        width: 100px;
    }

    .logo-section p {
        font-size: 17px;
    }

    .whiteline {
        display: none;
    }

    .useful-links {
        display: none;
    }

    .contact-info {
        display: none;
    }

    .newsletter {
        display: none;
    }

    .footer-bottom-section {
        flex-direction: column-reverse;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 400px;
    }


}







    /* Animations */



/* Section Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Logo bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.footer-logo {
    animation: bounce 2s infinite;
}

/* Applying animations to sections */
.section1-wrapper, .section2-wrapper, .section3-wrapper, .section4-wrapper, .section5-wrapper, .section6-wrapper {
    animation: fadeInUp 2.5s ease-in-out;
}

.header h1, .header p, .header button, .section2-text h1, .section3-text h2, .section4-text h1, .section5-text h2, .section6-text h2 {
    animation: fadeInUp 1.5s ease-in-out;
}

.section2 img, .section3 img, .section4 img, .section5 img, .section6 img {
    animation: fadeInRight 1.5s ease-in-out;
}

.section2 .section2-text, .section3 .section3-text, .section4 .section4-text, .section5 .section5-text, .section6 .section6-text {
    animation: fadeInLeft 1.5s ease-in-out;
}

/* Additional Animations */
.nav img, .footer-logo {
    
}


footer {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
}


/* Footer icons fade-in */
.footer-wrapper .icon-wrapper img {
    opacity: 0;
    animation-name: fadeInRight;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}









