/* SECTION 1 MAIN VIDEO */
#main {
    position:relative;
}

#events {position: relative;}

.home-video {
    margin-top: 140px;
    width: 100%;
    border-radius: 20px 20px 100px 20px;
    opacity: 0.7;
}

.img-stars {
    position: absolute;
    bottom: 0;
    left: -6rem;
    opacity: 0.2;
}

.logo-mqe-color {
    position: absolute;
    bottom: 0;
    left: 6rem
}

.gray-color {
    color: #fff;
}

/* SECTION 2 */
.mobile-events {
    display: none;
}

.img-stars-events {
    position: absolute;
    top: 280px;
    right: -20rem;
    opacity: 0.2
}

.img-stars-events2 {
    position: absolute;
    bottom: 0;
    left: -5rem;
    opacity: 0.2
}

.section2-title {
    margin: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    font: normal normal 900 80px 'Anchor Jack';
}

.section2-text {
    letter-spacing: 0;
    font-family: 'Barlow';
}

.see-all {
    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-color: #BF2335;
    border: none;
    color: #fff;
}

.see-all:hover {
    background-color: #fff;
    color: #BF2335;
}

.see-all: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;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #243B3F00 0%, #252525 100%) 0% 0% no-repeat padding-box;
    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: 0;
    color: #fff;
    text-transform: uppercase;
    z-index:100;
}

.event-date {
    margin-top:10px;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
}

.pleft-2 {
    padding-left: 2rem;
}

.pright-2 {
    padding-right: 2rem;
}

.mbottom-8 {margin-bottom: 8rem}

.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;
}

/* SECTION 3 WEB 3 */
#web3 {
    background: transparent linear-gradient(233deg, #bf2335 0%, #32498E 100%) 0% 0% no-repeat padding-box;
    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 900 80px 'Anchor Jack';
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 6rem;
    margin-left:4rem;
}

.web3-video {
    margin-left:4rem;
}

.web3-video video{
    width: 100%;
    border-radius: 20px 20px 100px 20px;
    opacity: 0.7;
}

#web3 h3 {
    color: #fff;
    font: normal normal 600 28px/32px 'Barlow';
}

#web3 p {
    font: normal normal 300 18px/22px 'Barlow';
    letter-spacing: 0;
    color: #fff;
}

.web3-info {
    position: relative;
}

.btn-more {
    position: absolute;
}

.btn-more a{
    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-color: #bf2335;
    border: none;
    color: #fff;
}

.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;
}

/* MARKETPLACE */
#marketplace {
    margin-top: 8rem;
}

#marketplace .card-header {
    padding: 2rem 2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

#marketplace .card-body {
    padding: 2rem 2rem;
}

.marketplace-card {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px 20px 80px 20px;
}

.img-marketplace-card {
    width: 160px;
    height: 100px;
    border-radius: 10px;
}

.card-header-location {
    margin-left: 24px;
}

.card-header-location h4 {
    font: normal normal 600 18px/22px 'Barlow';
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.card-header-location p {
    font: normal normal 300 14px/18px 'Barlow';
    letter-spacing: 0;
    color: #fff;
}

.marketplace-sale-data p {
    width: 100px;
    font: normal normal 300 12px/16px 'Barlow';
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.btn-marketplace {
    margin-right: 20px;
    padding: 10px 28px 10px 28px;
    background-color:#BF2335;
    border-radius: 29px;
    font: normal normal 300 12px/16px 'Barlow';
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
}

.btn-marketplace:hover {
    background-color:#32498e;
    color: #fff
}

/* INSTAGRAM */
#instagram {
    position: relative;
}

.insta-img-yellow {
    position: absolute;
    top: 0;
    left: -13rem;
    opacity:0.2;
    z-index: -1;
}

.insta-img-yellow img{
    width: 80%;
}

.social-events {
    background: transparent linear-gradient(39deg, #32498E 0%, #fff 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 20px 100px;
    opacity: 0.8;
}

/* ABOUT US */
#about-us {
    position: relative;
    margin-top: 8rem;
}

#about-us h3 {
    color: #fff;
    font: normal normal 600 24px/26px 'Anchor Jack';
}

#about-us p {
    font: normal normal 300 14px/18px 'Barlow';
    letter-spacing: 0;
    color: #fff;
}

/* 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 {
        margin-bottom: unset;
    }
    .home-video {
        margin-top: 140px;
        width: 100%;
        border-radius: 20px 20px 40px 20px;
        opacity: 0.7;
    }

    .img-stars, .logo-mqe-color{
        bottom: 40px
    }

    .logo-mqe-color {
        left: 2rem
    }

    .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}

    /* SECTION 3 WEB 3 */
    #web3 {
        background: transparent linear-gradient(233deg, #bf2335 0%, #32498E 100%) 0% 0% no-repeat padding-box;
        background-size: cover;
        height: auto;
        border-radius: 40px;
    }

    .web3-title {
        margin-top: 2rem;
        margin-left: 0;
        text-align: center;
    }

    .web3-video {
        margin-left: 0;
    }

    .web3-video video{
        width: 100%;
        border-radius: 20px;
        opacity: 0.7;
    }

    #web3 h3 {
        text-align: center;
        color: #fff;
        font: normal normal 600 20px/22px 'Barlow';
    }

    #web3 p {
        text-align: center;
        font: normal normal 300 14px/18px 'Barlow';
        letter-spacing: 0;
        color: #fff;
        margin-bottom: 40px;
        padding: 0 14px 0 14px;
    }

    .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: #bf2335 0% 0% no-repeat padding-box;
        opacity: 0.9;
        border: none;
        color: #fff;
    }

    /* MARKETPLACE */
    #marketplace .card-header {
        padding: 10px;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 1px solid #fff;
    }

    #marketplace .card-header div {
        display: unset !important;;
    }

    #marketplace .card-body {
        padding: 10px;
    }

    .marketplace-card {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 12px;
    }

    .img-marketplace-card {
        margin-bottom: 1rem;
    }

    .card-header-location {
        margin-left: 0;
    }

    .card-header-location h4 {
        font: normal normal 600 12px/14px 'Barlow';
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
    }

    .card-header-location p {
        font: normal normal 300 10px/12px 'Barlow';
        letter-spacing: 0;
        color: #fff;
    }

    .marketplace-sale-data {
        display: unset !important;
    }

    .marketplace-sale-data p {
        width: 100px;
        font: normal normal 300 10px/12px 'Barlow';
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
    }

    .btn-marketplace {
        margin-top: 20px;
        margin-right: 0;
        padding: 4px 10px 4px 10px;
    }

    /* 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){
    .img-marketplace-card {
        width: unset;
        height: 100px;
    }
    .bg-colour{
        padding: 32px;
    }
}

@media(max-width: 350px){
    .bg-colour{
        padding: 32px;
    }
    .header{
        position: unset;
    }
}