/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1500px) {

            section.banner_sec {
        height: 100%;
        padding: 0 3%;
        align-items: center;
    }
    
    body.coming-soon-page {
        height: 100%;
    }
    
    html {
        height: 100%;
    }
    
    .follow-box {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
        width: 100%;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    
    .banner_text .list {
        gap: 10px;
    }
    
    .follow-box {
        margin-top: 30px;
    }
    
            section.banner_sec {
        height: 100%;
        padding: 0 3%;
        align-items: center;
    }
    
    body.coming-soon-page {
        height: 100%;
    }
    
    html {
        height: 100%;
    }
    
    .follow-box {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
        width: 100%;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.header .col-lg-8.col-md-12.col-sm-12 {
        width: 100%;
        order: 3;
    }

    section.header .col-lg-2.col-md-6.col-sm-6 {
        order: 2;
        width: 50%;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .banner_text .list {
        gap: 10px;
    }
    
    section.banner_sec {
        height: auto;
        padding: 210px 3% 0px 3%;
    }
    
            section.banner_sec {
        height: 100%;
        padding: 0 3%;
        align-items: center;
    }
    
    body.coming-soon-page {
        height: 100%;
    }
    
    html {
        height: 100%;
    }
    
    .follow-box {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    section.header .col-lg-8.col-md-12.col-sm-12 {
        width: 100%;
        order: 3;
    }

    section.header .col-lg-2.col-md-6.col-sm-6 {
        order: 2;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .banner_text .list {
        gap: 10px;
    }
    
    section.banner_sec {
        height: auto;
        padding: 210px 3% 0px 3%;
    }
    
    .banner-image::before {
        background: linear-gradient(90deg, rgb(25 25 25) 8%, rgb(25 25 25 / 88%) 32%, rgb(25 25 25 / 83%) 61%, rgb(25 25 25 / 71%) 100%);
    }
    
        section.banner_sec {
        height: 100%;
        padding: 0 3%;
        align-items: center;
    }
    
    body.coming-soon-page {
        height: 100%;
    }
    
    html {
        height: 100%;
    }
    
    .follow-box {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
        width: 100%;
    }
    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    section.header .nav.stroke {
        display: none;
    }

    .hdr_logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slicknav_nav a:hover {
        background: #851112;
        color: #fff;
    }

    .slicknav_nav a.active {
        background: #851112;
        color: #fff;
    }
    
    .banner_text .list {
        gap: 10px;
    }
    
    .tegline-coming-soon {
        margin: 0;
        font-size: 25px;
    }
    
    .theme-btn {
        padding: 7px 7px 7px 20px;
        font-size: 12px;
    }
    
    .theme-btn .arrow {
        width: 35px;
        height: 35px;
    }
    
    .banner-image::before {
        background: #191919c2;
    }
    
    section.banner_sec {
        height: 100%;
        padding: 0 3%;
        align-items: center;
    }
    
    body.coming-soon-page {
        height: 100%;
    }
    
    html {
        height: 100%;
    }
    
    .follow-box {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
        width: 100%;
    }

}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    section.header .nav.stroke {
        display: none;
    }

    .hdr_logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slicknav_nav a:hover {
        background: #851112;
        color: #fff;
    }

    .slicknav_nav a.active {
        background: #851112;
        color: #fff;
    }
    
    
.banner_text .list {
    gap: 10px;
    margin: 7px 0;
}
    
    .tegline-coming-soon {
        margin: 0;
        font-size: 15px;
        letter-spacing: 1px;
    }
    
    .theme-btn {
        padding: 7px 7px 7px 20px;
        font-size: 10px;
        gap: 10px;
    }
    
    .theme-btn .arrow {
        width: 30px;
        height: 30px;
    }
    
    .banner-image::before {
        background: #191919c2;
    }
    
    .banner_text .list a {
        font-size: 10px;
        line-height: 1;
    }
    
    section.banner_sec {
        height: 100%;
        padding: 0 3%;
        align-items: center;
    }
    
    body.coming-soon-page {
        height: 100%;
    }
    
    html {
        height: 100%;
    }
    
    .follow-box {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
        width: 100%;
        flex-direction: column-reverse;
        gap: 2px;
        padding: 20px 0;
    }
    
    .hdr_logo a img {
        padding: 10px 0;
    }

    span.line {
        display: none;
    }
    
    .banner_text h1 br {
        display: none;
    }
    
    .hdr_logo a img {
        padding: 5px 0;
        width: 18%;
    }
    
    .follow-box ul li a {
        font-size: 12px;
        width: 30px;
        height: 30px;
    }
    
    .banner_text h1 {
        padding: 0 0 5px 0;
    }

    .banner_text .list h6 {
        font-size: 13px;
        line-height: 1;
        margin: 0;
    }

}

@media only screen and (min-width: 0px) and (max-width: 299px) {}

/*Media Query End*/


/* Mobile Landscape */
@media only screen and (max-width: 991px) and (orientation: landscape) {
    
    section.banner_sec {
        height: 740px;
        padding: 0 3%;
        align-items: center;
    }
    .hdr_logo a {
        justify-content: flex-start;
    }
}