/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .welcome-image .div1{
        left: 60px;
    }
    .welcome-image .div2{
        right: 0;
    }
    .welcome-image .div1 img, .welcome-image .div2 img, .welcome-image .div3 img{
        transform: scale(0.8);
    }
    .welcome-image{
        min-height: 520px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .attend-bg:before{
        background-color: rgba(0,0,0,0.8);
    }
    .attend-content{
        background-color: transparent;
    }
    .attend-bg:after{
        width: 100%;
        background-color: transparent;
    }
    .venue-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .high-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .footer-bg{
        padding-top: 140px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    h1{
        font-size: calc(25px + 1.7vw) !important;
        line-height: 40px !important;
    }
    h2{
        font-size: calc(30px + 1.7vw) !important;
        line-height: 40px !important;
    }
    h3{
        font-size: calc(16px + 1.7vw) !important;
        line-height: 30px !important;
    }
    .venue-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    } 
    .high-flex h4{
        font-size: 20px;
        line-height: 28px;
    }
    .high-flex div:first-child {
        flex-basis: 50px;
    }
    .high-flex .icon {
        width: 50px;
        height: 50px;
    }
    .high-flex .icon i {
        font-size: 25px;
    }
    .ws-cta h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .ctabg h2{
        font-size: calc(24px + 1.7vw) !important;
        line-height: 40px !important;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .ws-cta{
        flex-direction: column;
    }
    .ws-cta h4{
        margin-bottom: 15px;
    }
    .top-content{
        margin-top: 140px;
        padding-bottom: 150px;
    }
    .sky-play{
        top: auto;
        bottom: 50px;
    }
}


/* XX-Small devices (portrait phones, less than 476px) */
@media (max-width: 475.98px) {
}








/* Small devices (grater than 576px) */
@media (min-width: 575.98px) {
}

@media (min-width: 699.98px) {
}

/* Medium devices (grater than 768px) */
@media (min-width: 767.98px) {

}

/* Large devices (grater than 992px) */
@media (min-width: 991.98px) {
}

/* X-Large devices (grater than 1200px) */
@media (min-width: 1200px) {
    .container{
        max-width: 1160px;
    }
}

/* XX-Large devices (grater than 1300px) */
@media (min-width: 1300px) {
    .container{
        max-width: 1200px;
    }
}

/* XXX-Large devices (grater than 1400px) */
@media (min-width: 1400px) {
    .container{
        max-width: 1300px;
    }
}


@media (min-width: 991.98px) and (max-width: 1199.98px) {

}



@media (min-width: 767.98px) and (max-width: 991.98px) {
}