@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
}
html,
body{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
}
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #333333;
}
body::-webkit-scrollbar{
    width: 6px;
    background-color: #333333;
}
body::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dddddd;
}
@font-face {
    font-family: 'GothamMedium';
    src: url('../../fonts/yd-font/GothamMedium.eot');
    src: url('../../fonts/yd-font/GothamMedium.eot') format('embedded-opentype'),
         url('../../fonts/yd-font/GothamMedium.woff2') format('woff2'),
         url('../../fonts/yd-font/GothamMedium.woff') format('woff'),
         url('../../fonts/yd-font/GothamMedium.ttf') format('truetype'),
         url('../../fonts/yd-font/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #000;
}
#loader .load{
    position: fixed;
    width: 206px;
    left: 50%;
    margin-left: -103px;
    top: 45%;
    margin-top: -103px;
}
#loader .load .cl{
    left: 50%;
    margin-left: -36px;
    top: 45%;
    margin-top: 63px;
    opacity: 0.8;
    position: absolute;
}
#loader .load .cl img{
    position: absolute;
}

.mb-2{margin-bottom: 20px;}
.border-radius{border-radius: 20px;}

/*Main Container Css*/
.section{position: relative;}
.absoluteContainer{position: absolute;}

.homeSection .absoluteContainer{
    bottom: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.homeSection .container{margin: 4rem auto;}
.synopsis .text{font-size: 18px;line-height: 2;margin-bottom: 20px;}
.videoCarousel .item{
    width: 50%;
    margin: 0 auto;
}
.videoCarousel .owl-nav .owl-prev,
.videoCarousel .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    /*width: 100%;*/
    font-size: 30px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
.videoCarousel .owl-nav .owl-prev{left: 5%;}
.videoCarousel .owl-nav .owl-next{right: 5%;}

.videoCarousel .playIco{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    top: 35%;
}

.fifthSection .absoluteContainer{
    top: 20%;
    width: 30%;
    right: 20%;
}

@media screen and (min-width:320px) and (max-width: 767px){
    .homeSection .absoluteContainer{bottom: 0%;}
    .homeSection .container{margin: 2rem auto;}
    .videoCarousel .item{width: 90%;}
    .videoCarousel .owl-nav .owl-prev,
    .videoCarousel .owl-nav .owl-next{
        position: absolute;
        top: 40%;
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .videoCarousel .owl-nav .owl-prev{left: 0%;}
    .videoCarousel .owl-nav .owl-next{right: 0%;}

    .videoCarousel .playIco{
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: rgba(0, 0, 0, 0.6);
        text-align: center;
        color: #fff;
        font-size: 20px;
        border-radius: 50%;
        top: 35%;
    }
    .synopsis .text{font-size: 16px;line-height: 1.4;margin-bottom: 10px;text-align: center;}
    .synopsis .mobile-text{text-align: center;}
    .cast .imgBlk{margin-bottom: 8px;}
    .fifthSection .absoluteContainer{
        top: 35%;
        width: 85%;
        right: 0%;
        left: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 85%;
    }
}
@media screen and (min-width: 900px) and (max-width: 1099px){
    .homeSection .container{margin: 2rem auto;}
    .videoCarousel .item{width: 40%;}
    .videoCarousel .owl-nav .owl-prev{left: 5%;}
    .videoCarousel .owl-nav .owl-next{right: 5%;}
    .synopsis .text{font-size: 14px;}
    .fifthSection .absoluteContainer .text{font-size: 12px;line-height: 1.4;}
}
@media screen and (min-width: 1100px) and (max-width: 1279px){
    .homeSection .container{margin: 3rem auto;}
    .videoCarousel .item{width: 50%;}
    .videoCarousel .owl-nav .owl-prev{left: 5%;}
    .videoCarousel .owl-nav .owl-next{right: 5%;}
    .fifthSection .absoluteContainer .text{font-size: 14px;line-height: 1.4;}
}
@media screen and (min-width: 1100px) and (max-width: 1279px){
    
}
@media screen and (min-width: 1280px) and (max-width: 1366px){
    
}
@media screen and (min-width: 1375px) and (max-width: 1700px){
    .homeSection .container{margin: 8rem auto;}
    .videoCarousel .item{width: 60%;}
    .videoCarousel .owl-nav .owl-prev{left: 2%;}
    .videoCarousel .owl-nav .owl-next{right: 2%;}
    .fifthSection .absoluteContainer .text{font-size: 15px;line-height: 2;}
}
@media screen and (min-width: 1701px) and (max-width: 2100px){
    .homeSection .container{margin: 12rem auto;}
    .videoCarousel .item{width: 80%;}
    .videoCarousel .owl-nav .owl-prev{left: 0%;}
    .videoCarousel .owl-nav .owl-next{right: 0%;}
    .fifthSection .absoluteContainer .text{font-size: 17px;line-height: 2;}
}
@media screen and (min-width: 2101px) and (max-width: 2600px){
    .homeSection .absoluteContainer{bottom: 10%;}
    .homeSection .container{margin: 15rem auto;}
    .videoCarousel .item{width: 90%;}
    .videoCarousel .owl-nav .owl-prev, .videoCarousel .owl-nav .owl-next{top: 50%;}
    .videoCarousel .playIco{top: 45%;}
    .videoCarousel .owl-nav .owl-prev{left: 0%;}
    .videoCarousel .owl-nav .owl-next{right: 0%;}
    .fifthSection{margin-top: -15%;}
    .fifthSection .absoluteContainer .text{font-size: 22px;line-height: 2;}
}
