/* SECTION 1 MAIN VIDEO */
#main {
    position:relative;
    margin-bottom: 5rem;
}

#main .back-img{
   border-radius: 20px 20px 90px 20px;
}

#events {position: relative;}

#logo-grupo {
    position: absolute;
    top: 12rem;
    left: 28rem;
}

#logo-grupo img{
    width: 500px;
}

/* SECTION 2 */
.mobile-events {
    display: none;
}

.img-stars-events {
    position: absolute;
    top: 0px;
    right: -8rem;
    opacity: 0.2
}

.img-stars-events2 {
    position: absolute;
    bottom: 0;
    left: -5rem;
    opacity: 0.2
}

.home-title {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font: normal normal normal 60px/60px 'Revelia Soft' !important;
}

.home-text {
    letter-spacing: 0;
    color: #3C3C3B !important;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #d0d4d5 70%, #3b3c3d 100%);
    border-radius: 0px 100px 20px 20px;
}

.section2-primary-event {
    position: relative;
    height: 700px;
    background: transparent linear-gradient(180deg, #243B3F00 0%, #252525 100%) no-repeat;
    background-size: contain;
    border-radius: 0px 100px 20px 20px;
}

.event-location {
    position:absolute;
    bottom:30px;
    left: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    z-index:100;
}

.event-button {
    position:absolute;
    bottom:60px;
    right: 30px;
    z-index:100;
}

.logo-color {
    position:absolute;
    top:100px;
    left: 80px;
    z-index:100;
}

.event-date {
    margin-top:10px;
    color: #EFDFC2;
    opacity: 0.8;
    font-size: 16px;
}

.pleft-2 {
    padding-left: 2rem;
}

.pright-2 {
    padding-right: 2rem;
}

.mtop-8 {margin-top: 8rem}
.mbottom-8 {margin-bottom: 8rem}

.mbottom-5 {margin-bottom: 5rem}

.section2-secondary-event {
    position: relative;
    height: 340px;
    background: transparent linear-gradient(180deg, #243B3F00 0%, #252525 100%) no-repeat;
    background-size: contain;
    border-radius: 20px;
}

.section2-end-event {
    margin-top:38px;
    position: relative;
    height: 320px;
    background: transparent linear-gradient(180deg, #243B3F00 0%, #252525 100%) no-repeat;
    background-size: cover;
    border-radius: 20px;
}

/* SPEAKERS */
#speaker-card, .speakers-cards{
    position: relative;
}

#speaker1-name {
    position: absolute;
    bottom:20px;
    left: 20px;
    color: #fff;
    font-family: 'ClashGrotesk-Variable';
}

#speaker-name-bottom {
    position: absolute;
    bottom:20px;
    left: 30px;
    color: #fff;
    font-family: 'ClashGrotesk-Variable';
}

.slick-slide {
    margin: 0 10px; /* Spacing between slides */
    border-radius: 32px;
    background-size: cover;
}

.slider-content {
    font-family: 'ClashGrotesk-Variable';
    margin-left: 32px;
    margin-bottom: 48px;
}
.slider-content h3,p {
    color: #fff;
    font-size: 16px;
}

.slider-content p {
    font-weight: 300;
    opacity: 0.8;
}

.slick-slide img {
    width: 100%;
    border-radius: 4px;
}

.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: left !important;
    align-items: end !important;
    height: 422px;
}

.slick-prev:before,
.slick-next:before {
    color: #262626 !important;
}

/* SECTION 3 WEB 3 */
#web3 {
    background-image: url('../images/img/home/web3-back.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
    border-radius: 100px 10px 100px 10px;
    position: relative;
}

.single-star {
    position: absolute;
    top: 260px;
    left: 20px;
    opacity: 0.8;
    z-index: 100;
}

.single-star img{width: 280px}

.web3-title {
    font: normal normal normal 70px/70px 'Revelia Soft';
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 6rem;
    margin-left:4rem;
}

.web3-img {
    margin-left:4rem;
}

.web3-img img{
    width: 100%;
}

#web3 h3 {
    color: #EFDEC2;
    font: normal normal 900 28px/32px 'ClashGrotesk-Variable';
}

#web3 p {
    font: normal normal 300 16px/16px 'ClashGrotesk-Variable';
    letter-spacing: 0;
    color: #EFDFC2;
}

#web3 .p-bold {
    font: normal normal 450 16px/16px 'ClashGrotesk-Variable';
    letter-spacing: 0;
    color: #EFDFC2;
}

.web3-info {
    position: relative;
}

.web3-info img {
    width: 90%;
    margin-bottom: 4rem;
}

.btn-more {
    position: absolute;
    bottom: 0;
}

.btn-more a{
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.42px;
    display: inline-block;
    position: relative;
    outline: none !important;
    margin: 0;
    line-height: 1;
    padding: 12px 34px;
    white-space: normal;
    border-radius: 300px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background: rgba(242, 224, 191, 0.5) 0% 0% no-repeat padding-box; /* Ajusta el último valor (0.5) según la opacidad deseada */
    border: none;
    color: #F2E0BF;
}

.btn-more a:after {
    content: url("../images/icons/arrow-link.svg");
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

/* INSTAGRAM */
#instagram {
    position: relative;
}

#instagram .social-icons {
    margin-left: unset !important;
}

#instagram .social-icons img{
    filter: brightness(0) invert(0);
}

.social-text {
    position: absolute;
    top: 0;
    right: 0;
}

.social-text img{
    width: 1000px;
}

/* ABOUT US */
#about-us {
    position: relative;
    margin-top: 8rem;
}

#about-us h3 {
    color: #3C3C3B;
    font: normal normal 600 22px/22px 'ClashGrotesk-Variable';

}

#about-us p {
    font: normal normal 300 14px/18px 'ClashGrotesk-Variable';
    letter-spacing: 1px;
    color: #3C3C3B;
}

/* SAFARI 10+ */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none)
    {
    }
}
/* SAFARI 13+ */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (display:flow-root)
    {
    }
}

/* RESPONSIVE */

@media screen and (orientation: landscape) {
}

@media(max-width: 1599px){
}

@media(max-width: 1299px){
}

@media(max-width: 1199px){

}

@media(max-width: 991px){
    #main {
        padding-top:140px
    }

    #main .back-img {
        border-radius: 20px;
    }

    #logo-grupo {
        position: absolute;
        top: 10rem;
        left: 2rem;
    }

    #logo-grupo img{
        width: 300px;
    }

    #home-main-text {
        margin-top:unset !important;
    }

    #home-main-text p {
        font-size: 0.8rem;
        margin-right: 10px;
    }

    .logo-color {
        position:absolute;
        top:0;
        left: 10px;
        z-index:100;
    }


    .img-stars, .logo-mqe-color{
        bottom: 40px
    }

    .img-stars img, .logo-mqe-color img, .insta-img-yellow img {
        width: 50%;
    }

    .see-all-btn {
        width: 100%;
        margin-top: 20px;
    }

    .mobile-events {
        display: block;
    }

    .desktop {display: none}

    .pleft-2 {
        padding-top: 20px;
        padding-left: unset;
    }

    .section2-primary-event, .section2-secondary-event, .section2-end-event {
        height: 200px;
        background-size: contain;
    }

    .event-location {bottom:5px}

    /* SPEAKERS */
    #speakers img{
        margin-top: 1rem !important;
    }

    /* SECTION 3 WEB 3 */
    #web3 {
        height: auto;
        border-radius: 40px;
    }

    .web3-title {
        margin-top: 2rem;
        margin-left: 0;
        text-align: center;
    }

    .web3-img {
        margin-left: 0;
    }

    .web3-img video{
        width: 100%;
        border-radius: 20px;
        opacity: 0.7;
    }

    #web3 h3 {
        text-align: center;
        color: #242424;
        font: normal normal 900 20px/22px 'Revelia Soft';
    }

    #web3 p {
        text-align: center;
        font: normal normal 300 14px/18px 'Revelia Soft';
        letter-spacing: 0;
        color: #242424;
        margin-bottom: 40px;
    }

    .web3-info {
        position: unset;
    }

    .btn-more {
        position: relative;
    }

    .btn-more a{
        font-weight: bold;
        font-size: 17px;
        letter-spacing: -0.42px;
        display: inline-block;
        position: relative;
        outline: none !important;
        margin-bottom: 20px;
        line-height: 1;
        padding: 12px 34px;
        white-space: normal;
        border-radius: 300px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        background: #6b776e 0% 0% no-repeat padding-box;
        opacity: 0.9;
        border: none;
        color: #F2E0BF;
    }

    /* SOCIAL */
    .social-text {
        position: absolute;
        top: 120px;
        right: 0;
    }

    .social-text img{
        width: 360px;
    }

    /* ABOUT US */
    .about-us-right-side {
        margin-top: 8rem
    }

    .about-us-right-side img {
        width: unset;
    }

    .about-us-star {
        top: 16rem;
    }

}

@media(max-width: 767px){
    .bg-colour{
        padding: 40px;
    }

    .sbttl-heading{
        font-size: 20px;
        text-align: center;
    }
    
    .ttl-heading{
        font-size: 40px;
        text-align: center;
    }

    .img-home{
        width: 100%;
    }

    .img-home-right{
        width: 100%;
    }

    .img-home-left{
        width: 100%;
    }

    .icn-home{
        width: 48px;
    }

    .section2-primary-event, .section2-secondary-event, .section2-end-event {
        margin-top: 20px
    }
}

@media(max-width: 575px){
    #logo-grupo img {
        width: 180px;
    }
    .img-marketplace-card {
        width: unset;
        height: 100px;
    }
    .bg-colour{
        padding: 32px;
    }

    #home-main-text p {
        font-size: 0.6rem;
        margin-right: 10px;
    }

    .btn-red {
        padding: 10px;
        font-size: 0.9rem;
    }
}

@media(max-width: 350px){
    .bg-colour{
        padding: 32px;
    }
    .header{
        position: unset;
    }
}