* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: netflix_regular;
    src: url(./NetflixSans-Regular.otf);
}

@font-face {
    font-family: netflix_medium;
    src: url(./NetflixSans-Medium.otf);
}

@font-face {
    font-family: netflix_light;
    src: url(./NetflixSans-Light.otf);
}

@font-face {
    font-family: netflix_bold;
    src: url(./NetflixSans-Bold.otf);
}

/*navigation bar*/
.mid2 {
    height: 10vh;
    width: 100%;
    background-color: #000;
}

.nav_logo2 {
    height: 60px;
    width: 100px;
    padding-left: 15px;
    /* border: 1px solid white; */
}

.nav_logo2 img {
    height: 60px;
    width: 60px;
    /* border: 1px solid white; */
    margin-top: -5px;
}

.navi3 {
    flex: 1 !important;
}

.ul_navi {
    /* border: 1px solid white; */
    display: flex !important;
    gap: 1rem !important;
    list-style: none !important;
    /* width: 85rem; */
}

.li_navi {
    list-style: none !important;
    display: inline-block !important;
    position: relative !important;

}

.a_navi {
    text-decoration: none;
    color: red !important;
    /* border-bottom: 1px solid black; */
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'netflix_light';
    padding-left: 15px !important;
    letter-spacing: 0.1rem !important;
}

.a_navi:hover {
    transition: all ease 1s;
    border-bottom: 1px solid #fff !important;
}

/*.a_navi::before{
    content: "" !important;
    position: absolute !important;
    transform: scaleX(0) !important;
    height: 1px !important;
    color: red !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
}*/

.li_fala {
    /* border: 1px solid white; */
    width: 550px;
    padding-left: 350px;
}

.anchor1 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;

}

.anchor1 i {
    width: 30px;
    padding-left: 5px;
}

.anchor1:hover {
    /* border: 1px solid red; */
    border-radius: 10px !important;
    background-color: rgba(5, 113, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor2 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor2 i {
    width: 30px;
    padding-left: 1.5px;
}

.anchor2:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 150, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor3 {
    font-size: 30px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 10px;
    height: 40px;
}

.anchor3 i {
    width: 30px;
    padding-left: 2px;
}

.anchor3:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(5, 192, 254, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}

.anchor4 {
    font-size: 25px;
    /* word-spacing: 1rem; */
    color: red;
    padding-left: 5px;
    height: 40px;
    /* width: 100px !important; */
    /* border: 1px solid white; */
}

.anchor4 i {
    width: 30px;
    /* padding: 10px; */
    /* padding-left: 2px !important; */
}

.anchor4:hover {
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: rgba(254, 5, 5, 0.493);
    list-style: none !important;
    color: #fff;
    text-decoration: none !important;
}



.li_button {
    /* border: 1px solid white; */
    padding-left: 40px !important;
    padding-top: 5px;
}

.btn_edit {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #999;
}

.btn_edit:hover {
    background-color: rgba(252, 5, 5, 0.478);
    border-color: red;
}


.li_subscribe {
    /* border: 1px solid white; */
    /* padding-left: 0px !important; */
    padding-top: 3px;
}

.btn_subs {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000;
    width: 150px;
    height: 6vh;
    color: rgb(250, 2, 2);
}

.btn_subs:hover {
    background-color: rgb(252, 5, 5);
    border-color: red;
}


/* middle 01 */

.cs1{
    background: url(./dark_land_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 28rem;
    width: 100%;
}

.cs1 a{
    text-decoration: none;
}

.btn-cs{
    margin-top: 24.4rem;
    margin-left: 2rem;
    height: 3.1rem;
    width: 10rem;
    border-radius: 6px;
    background-color: red;
    border: none;
    display: flex;
    padding-left: 10px;
    padding-top: 8px;
    /* text-align: center; */
}

.icons{
    /* text-align: center; */
    height: 1.6rem;
    padding-top: 7px;
    padding-left: 15px;
}

.play-btn-cs{
    font-family: 'netflix_light';
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding-top: 1.2px;
    padding-left: 11px;

}

.btn-cs:hover{
    background-color: rgba(255, 0, 0, 0.511);
}
.cs2{
    background: url(./st_land_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 28rem;
    width: 100%;
}
.cs2 a{
    text-decoration: none;
}
.cs3{
    background: url(./mirzapur_land_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 28rem;
    width: 100%;
}

.cs3 a{
    text-decoration: none;
}

.cs4{
    background: url(./panchayat_land_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 28rem;
    width: 100%;
}

.cs4 a{
    text-decoration: none;
}
.cs5{
    background: url(./adv_land_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 28rem;
    width: 100%;
}

.cs5 a{
    text-decoration: none;
}
/*carousel indicator*/

.left_crcl{
    margin-top: 170px;
    margin-left: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 50px;
    /* border: 1px solid white; */
}

.right_crcl{
    margin-top: 170px;
    margin-right: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 50px;
    /* border: 1px solid white; */
}

.left_move{
    /* border: 1px solid white; */
    font-size: 70px;
    
}
.right_move{
    /* border: 1px solid white; */
    font-size: 70px;
    
}

/* middle 02 */

.middle2{
    height: 65rem;
    width: 100%;
    background-color: #000;
}
.middle2rap{
    height: 65rem;
    width: 100%;
}

.big_div1 {
    height: 20.5rem;
    /* border: 1px solid white; */
    width: 100%;
}

.write_detail_1 {
    height: 3rem;
    width: 100%;
    /* border: 1px solid white; */
}

.write_detail_1 p {
    color: white;
    font-family: 'netflix_bold';
    text-transform: uppercase;
    font-size: 23px;
    padding-top: 10px;
    padding-left: 20px;
}

.bolly_grid_1 {
    display: flex;
    width: 100%;
    /* gap: 20px; */
    padding-top: 0.3rem;
}

.bolly_grid_1 a {
    list-style: none;
    /* border: 1px solid white; */
    height: 15.5rem;
    margin: auto;
    width: 11.55rem;
    overflow: hidden;
    position: relative;
}

.bolly_grid_1 img {
    width: 11.55rem;
    height: 15.5rem;
    transition: all ease 0.5s;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
}

.image{
    height: 15.5rem !important;
}
.crcl_top10 {
    height: 16rem;
    /* border: 1px solid white; */
}



.button_view{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.bolly_grid_1 a:hover .image {
    opacity: 0.3;
}

.bolly_grid_1 a:hover .button_view {
    opacity: 1;
}

.play_button {
    height: 2rem !important;
    width: 2rem !important;
}

.right_crcl2 {
    border: 1px solid white;
    width: 30px;
    height: 50px;
    justify-content: center;
    margin-top: 110px;
}

.left_crcl2 {
    border: 1px solid white;
    width: 30px;
    height: 50px;
    justify-content: center;
    margin-top: 110px;
}


/*footer*/
.foot{
    height: 14rem;
    width: 100%;
    /* border: 1px solid white; */
    background-color: #000;
}

.footrap{
    height: 12rem;
    width: 100%;
    display: flex;
    gap: 15px;
}
.div_pic{
    height: 14rem;
    width: 30rem;
    /* border: 1px solid white; */
    text-align: center;
    /* padding-top: 2rem; */

}
.div_pic img{
    height: 8rem;
    /* border: 1px solid white; */
}
.div_pic ul li a{
    list-style: none;
    text-decoration: none;
    margin: auto;
    /* border: 1px solid white; */
    
}
.social_media{
    padding-top: 5px;
    font-size: 30px;
    color: white;
    padding-left: 25px;
    letter-spacing: 20px;
    
}
.div_write{
    height: 10rem;
    width: 58rem;
    /* border: 1px solid white; */
    display: grid;
    grid-template-columns: auto auto auto;
}
.explore{
    /* border: 1px solid white; */
    width: 300px;
}
.explore h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.explore p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.explore p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.company{
    /* border: 1px solid white; */
    width: 300px;
}
.company h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.company p{
    text-transform:capitalize;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.company p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
/* .connect{
    border: 1px solid white;
    width: 350px;
} */
.connect h1{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}
.connect p{
    /* text-transform:capitalize; */
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.connect p a{
    text-decoration: none;
    color:#B2B2B4;
    font-family: 'netflix_light';
}
.copyright{
    height: 2rem;
    width: 100%;
    /* border: 1px solid white; */
}
.copyright p{
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.675);
    font-family: 'netflix_medium';
}