﻿/*** Home Slider ***/
.home-slider {
    display: block;
    position: relative;
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto auto;
    /*background-color: #02011c;*/
}

.jumpers-section {
    max-width: 1420px;
    margin: 0 auto;
    padding-top: 470px;
    padding-bottom: 155px;
}

    .jumpers-section span {
        display: block;
        margin-bottom: 40px;
    }

.title-heading:after {
    content: "";
    width: 34px;
    height: 6px;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    position: relative;
    top: 5px;
}

.btn.btn-download, .btn.btn-download:active {
    font-size: 22px;
    color: #ffffff;
    max-width: 270px;
    height: 80px;
    line-height: 70px;
    font-weight: 500;
    outline-style: none;
    text-transform: uppercase;
    background: url(../images/btn.png) no-repeat center center !important;
    background-size: 100% 100%;
}

    .btn.btn-download:hover {
        outline-style: none;
        box-shadow: none;
        background: url(../images/btn-hover.png) no-repeat center center !important;
        background-size: 100% 100%;
    }

    .btn.btn-download:focus {
        outline-style: none;
        box-shadow: none;
    }

/*========================== Content Start =========================*/
.content {
    display: block;
    overflow: hidden;
}

.hm-sec-one #downloadCarousel {
    padding: 0 8%;
}

    .hm-sec-one #downloadCarousel .owl-nav {
        position: absolute;
        top: 151px;
        left: 0px;
        right: 0px;
    }

        .hm-sec-one #downloadCarousel .owl-nav .owl-prev {
            position: relative;
            float: left;
        }

        .hm-sec-one #downloadCarousel .owl-nav .owl-next {
            float: right;
            position: relative;
        }

            .hm-sec-one #downloadCarousel .owl-nav .owl-prev img, .hm-sec-one #downloadCarousel .owl-nav .owl-next img {
                transition: 0.3s;
            }

                .hm-sec-one #downloadCarousel .owl-nav .owl-prev img.disable, .hm-sec-one #downloadCarousel .owl-nav .owl-next img.disable {
                    display: none;
                }

            .hm-sec-one #downloadCarousel .owl-nav .owl-prev.disabled img, .hm-sec-one #downloadCarousel .owl-nav .owl-next.disabled img {
                display: none;
            }

                .hm-sec-one #downloadCarousel .owl-nav .owl-prev.disabled img.disable, .hm-sec-one #downloadCarousel .owl-nav .owl-next.disabled img.disable {
                    display: block;
                }

#carouselGameFade .carousel-inner .carousel-item {
    display: block !important;
    position: absolute;
    z-index: 1;
    transition: 1s;
    opacity: 0;
    top: 0;
    visibility: hidden;
}

    #carouselGameFade .carousel-inner .carousel-item.active {
        position: relative;
        z-index: 2;
        opacity: 1;
        visibility: visible;
    }

        #carouselGameFade .carousel-inner .carousel-item.active img, #carouselGameFade .carousel-inner .carousel-item.active h2, #carouselGameFade .carousel-inner .carousel-item.active ul {
            -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
        }

#carouselGameFade .carousel-control-next, #carouselGameFade .carousel-control-prev {
    z-index: 3;
}

.hm-sec-two {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-color: #02011c;
    min-height: 900px;
}

    .hm-sec-two h2.h2, .hm-sec-two h2.h3 {
        letter-spacing: 1px;
    }

    .hm-sec-two h2.h3 {
        text-shadow: #ffffff 1px 0px 2px;
        -webkit-text-shadow: #ffffff 1px 0px 2px;
        -khtml-text-shadow: #ffffff 1px 0px 2px;
        -moz-text-shadow: #ffffff 1px 0px 2px;
    }

.store-btns:hover {
    display: block;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.hm-sec-three {
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-color: #02011c;
}

.hm-sec-three {
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-color: #02011c;
}

@media (min-width:1200px) {
    .upc-pro-list {
        padding: 0 8%;
    }
}

.hm-sec-four {
    background-repeat: no-repeat;
    background-color: #070539;
    background-position: center;
}

#videoCarousel.owl-carousel .owl-stage-outer {
    padding-bottom: 80px;
    padding-top: 55px;
}

#videoCarousel figure a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    top: -10px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

#videoCarousel figure img {
    transition: all 0.3s ease;
    transform: scale(0.9);
    opacity: 0.4;
}

    #videoCarousel figure img.active {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 1;
    }

#videoCarousel .owl-item.active {
    cursor: pointer;
}

    #videoCarousel .owl-item.active.center {
        z-index: 9;
    }

        #videoCarousel .owl-item.active.center figure a {
            visibility: visible;
            opacity: 1;
        }

    #videoCarousel .owl-item.active.firstActiveItem figure img, #videoCarousel .owl-item.active.lastActiveItem figure img {
        transform: scale(1);
        opacity: 0.5;
    }

        #videoCarousel .owl-item.active.firstActiveItem figure img.active, #videoCarousel .owl-item.active.lastActiveItem figure img.active {
            opacity: 0;
        }

    #videoCarousel .owl-item.active.center figure img {
        transform: scale(1.3);
        opacity: 0;
    }

        #videoCarousel .owl-item.active.center figure img.active {
            opacity: 1;
            visibility: visible;
        }

#videoCarousel.owl-carousel.owl-drag .owl-item.center {
    z-index: 99;
    position: relative;
}

#videoCarousel .owl-dots {
    text-align: center;
}

    #videoCarousel .owl-dots .owl-dot {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 4px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: #ffffff;
    }

        #videoCarousel .owl-dots .owl-dot.active {
            background-color: #ff9a00;
        }

.videoCarouselContent ul li {
    display: none;
}

    .videoCarouselContent ul li.active {
        display: block;
    }


.hm-sec-five {
    background-color: #02011c;
    background-repeat: no-repeat;
    background-position: left top;
}

#reviewCarousel.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

#reviewCarousel .owl-item > div {
    display: inline-block;
    transform: scale(0.9);
    padding: 4px;
}

#reviewCarousel .owl-item.active.center > div {
    background-color: #ffffff;
    transform: scale(1);
}

#reviewCarousel .owl-nav {
    text-align: right;
    margin-top: 20px;
}

    #reviewCarousel .owl-nav .owl-prev, #reviewCarousel .owl-nav .owl-next {
        margin: 0 5px;
        vertical-align: top;
    }

.reviewCarouselText li {
    display: none;
    position: relative;
    padding-left: 90px;
}

    .reviewCarouselText li p {
        font-size: 20px;
        line-height: 36px;
    }

    .reviewCarouselText li img {
        position: absolute;
        left: -15px;
        top: -30px;
    }

    .reviewCarouselText li.active {
        display: block;
    }

#reviewCarousel .owl-nav .owl-prev img.disable, #reviewCarousel .owl-nav .owl-next img.disable, #reviewCarousel .owl-nav .owl-prev.disabled img, #reviewCarousel .owl-nav .owl-next.disabled img {
    display: none;
}

    #reviewCarousel .owl-nav .owl-prev.disabled img.disable, #reviewCarousel .owl-nav .owl-next.disabled img.disable {
        display: block;
    }

.gp-link img {
    max-width: 24px;
}

#assetCarousel .owl-nav {
    position: absolute;
    top: 151px;
    left: 0px;
    right: 0px;
}

    #assetCarousel .owl-nav .owl-prev {
        position: relative;
        float: left;
    }

    #assetCarousel .owl-nav .owl-next {
        float: right;
        position: relative;
    }

        #assetCarousel .owl-nav .owl-prev img, #assetCarousel .owl-nav .owl-next img {
            transition: 0.3s;
        }

            #assetCarousel .owl-nav .owl-prev img.disable, #assetCarousel .owl-nav .owl-next img.disable {
                display: none;
            }

        #assetCarousel .owl-nav .owl-prev.disabled img, #assetCarousel .owl-nav .owl-next.disabled img {
            display: none;
        }

            #assetCarousel .owl-nav .owl-prev.disabled img.disable, #assetCarousel .owl-nav .owl-next.disabled img.disable {
                display: block;
            }


.float-img {
    position: absolute;
}

    .float-img:first-child {
        animation: floatIt 1.8s 1.4s linear infinite;
    }

    .float-img:nth-child(2) {
        animation: floatIt 2s linear infinite;
    }

    .float-img:nth-child(3) {
        animation: floatIt 1.2s linear infinite;
    }

    .float-img:nth-child(4) {
        animation: floatIt 2s 1s linear infinite;
    }

    .float-img:nth-child(5) {
        animation: floatIt 3s 1s linear infinite;
    }

    .float-img:nth-child(6) {
        animation: floatIt 3s 2s linear infinite;
    }

@keyframes floatIt {
    25% {
        -webkit-transform: translate(-2px, -3px);
        transform: translate(-2px, -3px);
    }

    50% {
        -webkit-transform: translate(-4px, -6px);
        transform: translate(-4px, -6px);
    }

    50% {
        -webkit-transform: translate(-2px, -3px);
        transform: translate(-2px, -3px);
    }

    0%, 100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.downloadModel {
    position: fixed;
    z-index: 99999;
    top: 50%;
    max-width: 520px;
    min-height: 270px;
    margin: 0 auto;
    left: 15px;
    right: 15px;
    width: 90%;
    margin-top: -135px;
    background: url(../images/download_popup.png) no-repeat center center;
    background-size: 100% 100%;
}

    .downloadModel.vidooModel {
        background: url(../images/youtube_popup.png) no-repeat center center;
        max-width: 840px;
        background-size: 100% 100%;
        padding: 21px 33px 19px 27px;
        text-align: center;
        top: 50%;
        margin-top: -242px;
    }

    .downloadModel .close {
        background: url(../images/cross_popup.png) no-repeat center center;
        opacity: 1;
        width: 33px;
        height: 33px;
        text-indent: -99px;
        font-size: 0px;
        margin-top: 15px;
        margin-right: 18px;
        z-index: 99999;
    }

    .downloadModel.vidooModel .close {
        position: absolute;
        right: -14px;
        top: -15px;
        background-color: #11145e;
        border-radius: 100%;
        margin: 0;
    }

.downloadModelOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.contentHeader {
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0;
    background-size: auto 100%;
    margin-top: 75px;
}

@media (min-width:768px) {
    .contentHeader h1.h1 {
        color: #ffffff;
        font-size: 80px;
        font-style: italic;
        position: relative;
        top: 15px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 500;
    }
}

.contentPageInfo h4 {
    font-weight: 600;
}

.contentPageInfo p.m-0 {
    font-weight: 500;
}

.contentPageInfo p, .contentPageInfo ul li {
    color: #cbcacf;
    font-size: 18px;
    line-height: 30px;
}

    .contentPageInfo p b, .contentPageInfo ul li b {
        font-weight: 500;
    }

    .contentPageInfo p a, .contentPageInfo ul li a {
        color: #ffffff;
    }


/**** Contact Us ****/

.cntHeadFrm {
    max-width: 390px;
}

.contactPageInfo {
    background-color: #08053e;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;
}

    .contactPageInfo p {
        line-height: 48px;
        color: #cbcbcb;
    }

        .contactPageInfo p a {
            color: #cbcbcb;
        }

            .contactPageInfo p a:hover {
                color: #cbcbcb;
            }

.cntHeadFrm input.form-control, .cntHeadFrm textarea.form-control {
    font-size: 16px;
    color: #c2c2c2;
    font-weight: 500;
    height: 50px;
    border-color: #bbbdf8;
    border-width: 2px;
    background-color: #01011b;
    font-family: 'Poppins', sans-serif;
}

    .cntHeadFrm input.form-control.error, .cntHeadFrm textarea.form-control.error {
        border-color: #721c24;
    }

    .cntHeadFrm input.form-control::-webkit-input-placeholder, .cntHeadFrm textarea.form-control::-webkit-input-placeholder {
        color: #c2c2c2;
    }

    .cntHeadFrm input.form-control::-moz-placeholder, .cntHeadFrm textarea.form-control::-moz-placeholder {
        color: #c2c2c2;
    }

    .cntHeadFrm input.form-control:-ms-input-placeholder, .cntHeadFrm textarea.form-control:-ms-input-placeholder {
        color: #c2c2c2;
    }

    .cntHeadFrm input.form-control:-moz-placeholder, .cntHeadFrm textarea.form-control:-moz-placeholder {
        color: #c2c2c2;
    }


@media (min-width:1200px) and (max-width:1440px) {
    .home-slider {
        min-height: 530px;
    }

    .pt-5, .py-5, .pt-md-5 {
        padding-top: 2.5rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 2.5rem !important;
    }

    .pb-5, .py-5 {
        padding-bottom: 2.5rem !important;
    }

    h1, .h1 {
        font-size: 38px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    p {
        font-size: 20px;
        line-height: 34px;
    }

    .reviewCarouselText li p {
        font-size: 18px;
        line-height: 30px;
    }

    h4, .h4 {
        font-size: 22px;
    }

    h2, .h2 {
        font-size: 32px;
    }

    .mb-5, .my-5 {
        margin-bottom: 2.5rem !important;
    }

    #videoCarousel.owl-carousel .owl-stage-outer {
        padding-bottom: 30px;
        padding-top: 45px;
    }

    .contentHeader {
        padding: 170px 0;
        margin-top: 55px;
    }

        .contentHeader h1.h1 {
            font-size: 60px;
            top: 15px;
            margin: 0;
        }

    .jumpers-section {
        padding-top: 490px;
    }

    .home-slider {
        background-size: auto auto;
    }
}



@media (min-width:1360px) and (max-width:1440px) {
    .home-slider {
        min-height: 560px;
    }

    .home-slider {
        background-size: auto auto;
    }

    .jumpers-section {
        padding-top: 490px;
    }
}

@media (min-width:1400px) and (max-width:1440px) {
    .home-slider {
        min-height: 590px;
    }

    .jumpers-section {
        padding-top: 490px;
    }

    .home-slider {
        background-size: auto auto;
    }
}

@media (min-width:1441px) and (max-width:1700px) {
    .home-slider {
        min-height: 680px;
    }

    .jumpers-section {
        padding-top: 460px;
        padding-bottom: 190px;
    }

    .home-slider {
        background-size: auto auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .home-slider {
        min-height: 420px;
    }

    .pb-5, .py-5 {
        padding-bottom: 2rem !important;
    }

    .pt-5, .py-5, .pt-md-5 {
        padding-top: 2rem !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 2rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 2rem !important;
    }

    h1, .h1 {
        font-size: 36px;
    }

    p {
        font-size: 18px;
        line-height: 32px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .reviewCarouselText li p {
        font-size: 16px;
        line-height: 28px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    .float-img {
        opacity: 0.2;
    }

    .contentHeader {
        padding: 160px 0;
        margin-top: 75px;
    }

        .contentHeader h1.h1 {
            font-size: 40px;
            top: 12px;
        }

    .contactPageInfo p {
        line-height: 38px;
    }

    .upc-pro-list {
        padding: 0 6%;
    }

    #assetCarousel .owl-nav {
        top: 135px;
    }

    .hm-sec-one #downloadCarousel .owl-nav {
        top: 125px;
    }

    .hm-sec-two {
        min-height: inherit;
        padding: 35px 0;
    }

    .jumpers-section {
    }

    .home-slider {
        background-size: auto auto;
    }
}

@media (min-width:1150px) and (max-width:1199px) {
    .home-slider {
        min-height: 460px;
    }

    .float-img {
        opacity: 0.2;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navigation .navbar-nav > li {
        padding: 0 3px;
    }

        .navigation .navbar-nav > li > a {
            padding: 8px 10px;
        }

    .header .logo {
        max-width: 150px;
    }

    .home-slider {
        min-height: 350px;
    }

    h1, .h1 {
        font-size: 36px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    .h3 {
        font-size: 18px;
    }

    .pt-5, .py-5, .pt-md-5 {
        padding-top: 2rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 2rem !important;
    }

    .pb-5, .py-5 {
        padding-bottom: 2rem !important;
    }

    .float-img {
        opacity: 0.2;
    }

    .mb-5, .my-5 {
        margin-bottom: 2rem !important;
    }

    .reviewCarouselText li p {
        font-size: 17px;
        line-height: 30px;
    }

    h4, .h4 {
        font-size: 22px;
    }

    .hm-sec-five {
        background-size: 220px auto;
    }

    .hm-sec-one p.mt-5 {
        margin-top: 0px !important;
    }

    .float-img {
        opacity: 0.2;
    }

    #assetCarousel .owl-nav {
        left: -15px;
        right: -15px;
    }

    .contentHeader {
        padding: 120px 0;
        margin-top: 75px;
    }

        .contentHeader h1.h1 {
            font-size: 36px;
            top: 12px;
        }

    .contentPageInfo p, .contentPageInfo ul li {
        font-size: 16px;
        line-height: 28px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .downloadModel.vidooModel {
        max-width: 700px;
        padding: 13px 27px 9px 22px;
        margin-top: -145px;
    }

        .downloadModel.vidooModel iframe {
            height: 280px;
        }

    .contactPageInfo p {
        line-height: 34px;
    }

    #videoCarousel.owl-carousel .owl-stage-outer {
        padding-bottom: 10px;
        padding-top: 45px;
    }

    .upc-pro-list {
        padding: 0 5%;
    }

    #assetCarousel .owl-nav {
        top: 89px;
    }

    .hm-sec-one #downloadCarousel .owl-nav {
        left: -15px;
        right: -15px;
    }

    .hm-sec-one #downloadCarousel .owl-nav {
        top: 92px;
    }

    .hm-sec-two {
        min-height: inherit;
        padding: 35px 0;
    }

    .jumpers-section {
        padding-top: 390px;
        padding-bottom: 90px;
    }

    .home-slider {
        background-size: cover;
    }
}

@media (max-width:767px) {
    h1, .h1 {
        font-size: 28px;
    }

    p {
        font-size: 18px;
        line-height: 30px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    .h3 {
        font-size: 21px;
    }

    .home-slider {
        min-height: 290px;
        margin-top: 45px;
    }

    .mb-5, .my-5 {
        margin-bottom: 2rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 2rem !important;
    }

    .pb-5, .py-5 {
        padding-bottom: 2rem !important;
    }

    .pl-5, .px-5 {
        padding-left: 2rem !important;
    }

    .pr-5, .px-5 {
        padding-right: 2rem !important;
    }

    .ml-5, .mx-5 {
        margin-left: 2rem !important;
    }

    .ml-5, .mx-5 {
        margin-left: 2rem !important;
    }

    #videoCarousel.owl-carousel .owl-stage-outer {
        padding-bottom: 30px;
        padding-top: 45px;
    }

    .upc-pro-list {
        padding-left: 45px;
        padding-right: 45px;
    }

    #assetCarousel .owl-nav {
        left: 0;
        right: 0;
    }

    .mt-4, .my-4 {
        margin-top: 1.2rem !important;
    }

    .reviewCarouselText li p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .reviewCarouselText li span {
        text-align: center !important;
        width: 100%;
    }

    .gp-link {
        width: 100%;
        text-align: center;
    }

    h4, .h4 {
        font-size: 20px;
    }

    .foo-style {
        display: none;
    }

    .foo-sec-one h5 {
        padding-top: 10px !important;
        margin-top: 0 !important;
        background-color: #131649;
        padding-bottom: 10px;
    }

    .hm-sec-two, .hm-sec-two .container {
        padding-top: 0 !important;
    }

    .hm-sec-one {
        margin-bottom: 0 !important;
    }

    .foo-sec-one {
        padding-top: 0 !important;
    }

    .hm-sec-five {
        background-size: 180px auto;
    }

    .header, .header.navbar-bg {
        background-color: rgba(2,1,28,0.92);
    }

    .float-img {
        opacity: 0.2;
    }

    #videoCarousel figure a {
        background-size: 50px auto;
    }

    .title-heading.pt-5, .title-heading.pb-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .reviewCarouselText li > img {
        display: none;
    }

    .reviewCarouselText li {
        padding-left: 0;
    }

    #reviewCarousel .owl-nav {
        margin-top: -20px;
        position: absolute;
        top: 50%;
        left: -40px;
        right: -40px;
    }

        #reviewCarousel .owl-nav .owl-prev {
            float: left;
        }

        #reviewCarousel .owl-nav .owl-next {
            float: right;
        }

    .reviewCarouselText {
        margin-top: 10px;
    }

    .downloadModel {
        min-height: 210px;
        margin-top: -105px;
    }

    .contentHeader {
        padding: 120px 0;
        margin-top: 75px;
    }

    .contentPageInfo p, .contentPageInfo ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .contentHeader h1.h1 {
        color: #ffffff;
        margin: 0px;
        position: relative;
        top: 8px;
    }

    h3, .h3 {
        font-size: 21px;
    }

    .downloadModel.vidooModel {
        max-width: 480px;
        padding: 12px 19px 8px 15px;
        margin-top: -130px;
    }

        .downloadModel.vidooModel iframe {
            height: 250px;
        }

    .contactBanner {
        text-align: center;
    }

        .contactBanner .row img {
            position: absolute;
            opacity: 0.2;
            top: 75px;
            left: 0;
            right: 0;
        }

    .cntHeadFrm {
        margin: 0 auto;
        max-width: 420px;
    }

        .cntHeadFrm .btn.btn-download {
            margin: 0 auto;
        }

    .contactPageInfo {
        text-align: center;
    }

        .contactPageInfo p {
            line-height: 38px;
        }

    #videoCarousel .owl-item.active.center figure img {
        transform: scale(1);
        opacity: 0;
    }

    #videoCarousel.owl-carousel .owl-stage-outer {
        padding-bottom: 0;
        padding-top: 5px;
    }

    #assetCarousel .owl-nav {
        top: 132px;
    }

    .hm-sec-one #downloadCarousel .owl-nav {
        top: 152px;
    }

    .hm-sec-two {
        min-height: inherit;
        padding: 35px 0;
    }

        .hm-sec-two.sec-two-3 .row > div > img {
            max-width: 60%;
        }

    body {
        overflow-x: hidden;
    }

    .jumpers-section {
        padding-top: 250px;
        padding-bottom: 40px;
    }

    .home-slider {
        background-size: cover;
    }
}

@media (max-width:575px) {
    .logo {
        padding: 2px 0;
    }

    .home-slider {
        min-height: 190px;
        margin-top: 60px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    .h3 {
        font-size: 18px;
    }

    h1, .h1 {
        font-size: 26px;
    }

    .hm-sec-two.sec-two-1 {
        background-image: url(https://dg840ayfj16j7.cloudfront.net/innovanagames/website/images/ril-banner-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        background-color: #02011c;
    }

    .hm-sec-two.sec-two-3 {
        background-image: url(https://dg840ayfj16j7.cloudfront.net/innovanagames/website/images/rul-banner-mobile.jpg) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        background-color: #02011c;
    }

    #reviewCarousel {
        max-width: 150px !important;
    }

    .pt-5, .py-5 {
        padding-top: 1.5rem !important;
    }

    .pb-5, .py-5 {
        padding-bottom: 1.5rem !important;
    }

    .hm-sec-five {
        background-image: none !important;
    }

    .foo-address ul.list-unstyled {
        margin-bottom: 15px;
    }

    .navigation .navbar-nav > li > a {
        padding: 6px 10px;
    }

    .hm-sec-two.py-5 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .downloadModel ul.row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #assetCarousel .owl-nav {
        left: -10px;
        right: -10px;
    }

    .hm-sec-one #downloadCarousel .owl-nav {
        left: -10px;
        right: -10px;
    }

    .contentPageInfo p, .contentPageInfo ul li {
        font-size: 15px;
        line-height: 26px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .downloadModel.vidooModel {
        max-width: 340px;
        padding: 8px 11px 2px 9px;
        min-height: 143px;
        margin-top: -130px;
    }

        .downloadModel.vidooModel iframe {
            height: 160px;
        }

    .contactPageInfo p {
        line-height: 32px;
    }

    #assetCarousel .owl-nav .owl-prev img, #assetCarousel .owl-nav .owl-next img {
        width: 40px;
    }

    .hm-sec-one #downloadCarousel .owl-nav .owl-prev img, .hm-sec-one #downloadCarousel .owl-nav .owl-next img {
        width: 40px;
    }

    .upc-pro-list {
        max-width: 320px;
        margin: 0 auto;
    }

    #assetCarousel .owl-nav {
        top: 25%;
        left: -20px;
        right: -20px;
    }

    .hm-sec-one #downloadCarousel .owl-nav {
        top: 30%;
        left: -10px;
        right: -10px;
    }

    .upc-pro-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:380px) {
    .upc-pro-list {
        padding-left: 0;
        padding-right: 0;
    }

    .upc-pro-dtl.p-4 {
        padding: 0 !important;
    }


    .foo-address ul.list-unstyled {
        margin-bottom: 0;
    }

    #assetCarousel .owl-nav {
        top: 22%;
        left: 10px;
        right: 10px;
    }

    .hm-sec-one #downloadCarousel .owl-nav {
        top: 28%;
        left: 0px;
        right: 0px;
    }

    .home-slider {
        min-height: 170px;
    }
}

@media (max-width:340px) {
    .home-slider {
        min-height: 140px;
    }
}
