.tourvideos{
    padding: 200px 0;
}
.tourvideos .parent_video_container {
    /*overflow: hidden;*/
    position: relative;
    height: 700px;
    width: 100%;
    padding: 60px 0 !important;
    margin-top: -2px !important;
   
}
.tourvideos .parent_video_container video {
    height: 100%;
    width: 127.77777778vh; /* 100 * 16 / 9 */
    min-width: 101%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    position: absolute;
    margin-top: -80px;
}

.tourvideos .longarrowright .b{
    stroke: #fff;
}
.tourvideos .longarrowright{
    fill: #fff;
    margin-top: -5px;
    margin-left: 5px;
}

.tourvideos .bgvideotour {
    position: relative;
    
}
.tourvideos .bgvideotour video {
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -41%) skewY(-4deg);
    
}



.tourvideos .bgvideotour{
    padding: 40px;
    width: 100%;
    height: 700px;
    overflow: hidden;
    transform: skewY(4deg);
}




.bgvideotour{
    background-size: cover;
}







.tourvideos .blockOverVideo{
    position: absolute;
    top: 45%;
    color: #fff;
    z-index: 15;
    transform: initial;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: .5s all;
    transition-timing-function: ease-out;
    
}


.tourvideos .blockOverVideo h2{
    font-weight: 700;
    font-size: 3.6rem;
    margin-bottom: 50px;
    color: #231B5D;
}

.tourvideos .colVideoTour{
    border-top: 1px solid #fff;
    width: 95%;
    display: block;
    opacity: 0;
}

.tourvideos .blockOverVideo h2.active{
    color: #fff;
}

.tourvideos .blockOverVideo .colVideoTour{
    transition: .5s all;
    transition-timing-function: ease-in-out;
}


.tourvideos .colVideoTour a{
    font-size: 1.3rem;
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    max-width: 80%;
    margin: 15px 0;
}

.tourvideos .colVideoTour a:hover{
    text-decoration: underline;
}

.tourvideos .colVideoTour svg path{
    fill: #fff;
}

.tourvideos .offer_price i::after{
    border-bottom-color: #fff;
}

.tourvideos .offer_price b{
    color: #fff;
}


.tourvideos .price, .tourvideos .duration{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tourvideos .price span, .tourvideos .duration span{
    vertical-align: middle;
}



.tourvideos .parent_video_container:hover > .blockOverVideo .colVideoTour, .parent_video_container:hover > .blockOverVideo .tours_viewall{
    opacity: 1;
}

.tourvideos .parent_video_container:hover > .blockOverVideo{
    top: 30%;
}



.tourvideos .tours_viewall{
    background: #231B5D;
    color: #fff;
    padding: 20px 25px;
    border-radius: 30px;
    opacity: 0;
    transition: 1s all;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: .7rem;
}

.tourvideos .rowtoursvideo{
    margin-top: 100px;
}





.tourvideos .bgvideotour:before{
    content: ' ';
    position: absolute;
    background: rgb(35, 27, 93);
    background: -moz-linear-gradient(0deg, rgba(35, 27, 93, .8) 0%, rgba(180, 178, 200, 0) 45%);
    background: -webkit-linear-gradient(0deg, rgba(35, 27, 93, .8) 0%, rgba(180, 178, 200, 0) 45%);
    background: linear-gradient(0deg, rgba(35, 27, 93, .8) 0%, rgba(180, 178, 200, 0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#231b5d", endColorstr="#b4b2c8", GradientType=1);
    opacity: .8;
    z-index: 10;
    transition: 1s all;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tourvideos .redprice, .tourvideos .offer_price{
    position: relative;
}

.tourvideos .redprice:before{
    content: ' ';
    width: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9.5px;
}


.tourvideos .bgvideotour:after{
    content: ' ';
    position: absolute;
    background: rgba(35,27,93,.7);
    opacity: 0;
    z-index: 10;
    transition: 1s all;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.tourvideos .parent_video_container:hover .bgvideotour:after{
    opacity: .9;
}





.tourvideos .parent_video_container video {
    height: 100%;
    width: 100%;
    min-width: 1920px;
    min-height: 1224px;
    position: absolute;
}




@media (max-width: 991.98px) {

    .tourvideos{
        padding-bottom: 0;
    }
    .textl-imager_section h5{
        margin-top: 20px;
    }

    .tourvideos .parent_video_container video {
        min-width: 1300px;
        min-height: 900px;
    }

    .textl-imager_section .descr{
        max-width: 100%;
        margin: 30px auto;
    }
    
    .tourvideos .colVideoTour a{
        font-size: 1rem;
    }

    .tourvideos .rowtoursvideo {
        margin-top: 100px;
        font-size: .8rem;
    }

    .tourvideos .bgvideotour{
        height: 610px;
    }

    .tourvideos .parent_video_container{
        margin-top: -160px !important;
    }


    .tourvideos .blockOverVideo{
        top: 35%;
    }

    .tourvideos .rowtoursvideo{
        margin-top: 50px;
    }

    .tourvideos .blockOverVideo h2{
        margin-bottom: 0;
    }


}



@media (max-width: 767.98px) {
    .tourvideos .rowtoursvideo{
        display: none;
    }
    .tourvideos .blockOverVideo h2{
        margin-bottom: 50px;
    }
    .tourvideos .bgvideotour{
        height: 600px;
    }
}

@media (max-width: 630.98px) {
    .tourvideos .rowtoursvideo{
        display: none;
    }
    .tourvideos .blockOverVideo h2{
        margin-bottom: 20px;
        font-size: 3.5rem;
    }
    .tourvideos .parent_video_container{
        height: 550px;
    }
    .tourvideos .tours_viewall{
        opacity: 1;
    }
    .tourvideos .blockOverVideo{
        top: 30%;
    }
}

@media (max-width: 587.98px) {

    .tourvideos .parent_video_container video {
        min-width: 1000px;
        min-height: 600px;
    }

    .tourvideos .bgvideotour{
        height: 450px;
    }
    
}

@media (max-width: 518.98px) {
    .tourvideos .blockOverVideo h2{
        font-size: 2.8rem;
    }
}



@media (min-width: 1980px) {
    .tourvideos .parent_video_container video{
        min-height: 1600px;
    }
}

