body {
    background-color: #F5F1E8;
    width: 90%;
    margin: 0 auto;
    max-width: 1900px;

    font-family: "Podkova", serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Chicago;
    src: url(./assets/Chicago.ttf);
}

h1 {
    font-family: Chicago;
    font-size: 60px;
}

h2 {
    font-family: Chicago;
    font-size: 22px;
}

h3 {
    font-family: "Podkova", serif;
    font-size: 24px;
    font-weight: 600;
}

p {
    font-family: "Podkova", serif;
    font-size: 20px;
    font-weight: 400;
}

a {
    color: black;
    font-family: "Podkova", serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

/* Navbar */
.navbar {
    margin-top: 15px;
    z-index: 100;
    background-color: #ca605a1a;
    border-radius: 12px;
}

.navbar-toggler span {
    display: block;
    background-color: rgb(0, 0, 0);
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

@media screen and (max-width: 968px) {
    .navbar {
        margin-top: 20px;

    }

    .nav-link {
        padding: 10px 20px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        border: none;
    }
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-brand {
    font-family: Chicago;
    font-size: 30px;
    
}

.nav-link {
    font-size: 20px;
}

.dappLink {
    background-color: #CA605A;
    border-radius: 12px;
    margin-left: 5px;
}

.DappLink:hover {
    background-color: #ca605ad0 !important;
}

.SocialLogo {
    width: 15px !important;
  }

/* Home Section */
.HomeSection {
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.HomeLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 25px;
}

.HomeDappLink {
    border-radius: 12px;
    border: 1px solid #CA605A;
    background-color: #CA605A;
    padding: 10px 20px;
    transition: 0.4s;
}

.DiscordLink {
    border-radius: 12px;
    border: 1px solid #CA605A;
    padding: 10px 20px;
    transition: 0.4s;
}

.DiscordLink:hover {
    background-color: #ca605a31;
}

.HomeDappLink:hover {
    background-color: #ca605ad0;
}

@media screen and (max-width: 968px) {
    .HomeSection {
        text-align: center;
        position: relative;
    }
    .HomeLinks {
        gap: 20px;
        justify-content: center;
    }
    .HomeSection img {
        width: 100%;
        opacity: 0.2;
        position: absolute;
        top: -30px;
        z-index: -1;
       
    }
    .dappLink {
        margin-left: 0px;
    }

}

/* About Section */
.AboutSection {
    width: 80%;
    margin: 0 auto;
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.col1 {
    width: 66%;
}
.col2 {
    width: 34%;
}

.col1 p {
    margin-top: 20px;
}

.AboutImg {
    width: 100%;
}

@media screen and (max-width: 968px) {
    .AboutSection {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .AboutSection h2, p {
        text-align: left;
    }
    .col1 {
        width: 100%;
    }
    .col2 {
        width: 100%;
    }
    .AboutImg {
        width: 80%;
    }

}

/* VideoSection */
.VideoSection {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.LastVideo {
    margin-top: 20px;
    width: 100%;
}

#ultimovideo {
    position: relative;
    width: 100%; /* Establece el ancho del contenedor del video al 100% del contenedor padre */
    padding-bottom: 54.25%; /* Establece la altura del contenedor para una relación de aspecto 16:9 (9 / 16 * 100) */
    height: 0;
    border-radius: 12px;
}

#ultimovideo iframe {
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    width: 100%; /* Establece el ancho del iframe del video al 100% del contenedor */
    height: 100%; /* Establece la altura del iframe del video al 100% del contenedor */
}

.FooterSection {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ca605ab9;
    padding-top: 15px;
}


/* Footer Section */
.FooterText {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.904);
}

.FooterLink {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.904);
    transition: 0.4s;
    padding-left: 6px;
}
.FooterLink:hover {
    font-size: 18px;
    color: rgb(0, 0, 0);
    
}

.SocialNavbar img {
    width: 24px;
    margin-left: 5px;
}

.SocialNavbar {
    text-align: right;
    margin-top: 8px;
    margin-bottom: -5px;
}