@font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src: 
     url('../fonts/impact.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Impact Regular';
    font-style: normal;
    font-weight: normal;
    src:
    url('../fonts/unicode.impact.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Impacted Regular';
    font-style: normal;
    font-weight: normal;
    src: 
    url('../fonts/Impacted.woff') format('woff');
    }


* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font: inherit;
}

*::after,
*::before {
    box-sizing: border-box;
}

*:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

/* scroll color start */

*{
    scrollbar-width: 1.8rem;
    scrollbar-color: #d8232a #fff;
}
*::-webkit-scrollbar{
    width: 1.8rem;
}
*::-webkit-scrollbar-track{
    background-color: #fff;
}
*::-webkit-scrollbar-thumb{
    background-color: #d8232a;
    border-radius: 10px;
    border: 2px solid #fff;
}

/* scroll color end */

html {
    font-size: 62.5%;
}

body {
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
}
section{
    overflow: hidden;
}
.banner_sec {
    position: relative;
    overflow: initial;
    z-index: 1;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}


button,
input[type='submit'],
input[type='reset'],
a {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
    outline: none;
}


a:hover,
a:focus {
    text-decoration: none;
}


::-moz-selection {
    color: #fff;
    background: #ff0000c7;
}


::selection {
    color: #fff;
    background: #ff0000c7;
}

#sizeyoutube {
    width: 80%;
    margin: 0 auto; 
}

@media screen and (max-width: 599px) {
    #sizeyoutube {    
        width: 100% !important;
    }
}

.videoWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
  
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: normal;
    padding: 0;
    margin: 0;
}



p {
    margin: 0;
    padding: 0;

}

/***************** FOR BOOTSTRAP ******************/
.container {
    max-width: 1560px;
}


.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.navbar,
.nav-link {
    padding: 0;
    margin: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;

}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

/*As Per Design Change*/
#header_id{
    position: relative;
}
.cus_nav_outr {
    padding: 20px 0px;
    background: transparent;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.cus_nav_innr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.right_nav {
    display: flex;
    align-items: center;
    position: relative;
}

/*Header*/

.top_header {
    padding: 0;
}


/*zoom effect*/

.zoom_otr {
    overflow: hidden;
}

.bnr_pic {
    overflow: hidden;
}

.zoom {
    -webkit-animation: scale 20s linear infinite;
    animation: scale 20s linear infinite;
}

@-webkit-keyframes scale {
    50% {
        transform: scale(1.2);
    }
}

@keyframes scale {
    50% {
        transform: scale(1.2);
    }
}

/*Zoom effect*/


.bnr_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.bnr_otr {
    position: relative;
    /* overflow: hidden; */
}

/* Banner End */

/* cmn_margin & Padding */

.mt-40 {
    margin-top: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.cmn_pdding {
    padding: 9rem 0;
}


/*----Common Header and Button----*/

.cmn_hdr h2 {
    font-size: 8rem;
    line-height: 0.9;
    color: #282828;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.cmn_hdr.wht h2 {
    color: #fff;
}
.cmn_hdr h2 span{
    font-size: 7.5rem;
    font-family: "Allura", cursive;
    font-weight: 400;
    color: #d8232a;
}
.cmn_hdr h2 span br{
    display: none;
}
.epi_hdr.cmn_hdr h2 span br{
    display: none;

}
.cmn_hdr h6 {
    color: #2B2B2B;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.cmn_hdr p {
    font-size: 18px;
    color: #282828;
    line-height: 1.5;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.cmn_hdr.wht p {
    color: #fff;
}

.cmn_btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    /* border: 2px solid #EC715D; */
    position: relative;
    text-transform: capitalize;
    transition: 0.5s all;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
    background-color: #d8232a;
}

.cmn_btn::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s;
}

.cmn_btn:hover {
    color: #d8232a;
    border: 2px solid #d8232a;
    background-color: #fff;
}

.cmn_btn:hover::after {
    width: 100%;
}

/*----Common Header and Button End----*/

/* Animation Section */

/* Swing */

.swing:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: -14px;
    left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}

@-webkit-keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.swing:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    top: -10px;
    left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

.swing {
    -webkit-animation: swing ease-in-out 1s infinite alternate;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;

}

/* Rotate */

.rotate {
    -webkit-animation: rotation 12s infinite linear;
    animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* Floating */

.floating {

    -webkit-animation: floating ease-in-out 3s infinite;
    animation: floating ease-in-out 3s infinite;
}

@-webkit-keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

/* Animation Section End */
/* scroll to top start */

#backToTop {
    width: 4rem;
    height: 4rem;
    background-color: #d8232a;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 10px;
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem;
    cursor: pointer;
    z-index: 5555;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 2px solid #fff;
    font-size: 1.8rem;
}


/* custom nav style start */

/* test */
#nav-icon3 {
    width: 30px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
   #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 14.75px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 25px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

/* custom nav style end */
/* moumi 14.3.24 */
.nav_area{
    width: 100%;
}
.nav-item{
    padding: 10px 3rem;
}
.nav-item:nth-child(1){
    padding-left: 0;
}
.nav-link{
    font-size:20px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.nav-link:hover{
    color: #d8232a;
}
.bnr_pic{
    max-width: 100%;
}
.bnr_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
h1{
    font-family: 'Impact Regular';
    color: #fff;
    font-size: 10.7rem;
    -webkit-text-stroke:3px  #bba000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}
h1 .h_tp{
font-size: 7rem;
}
.bnr_content p{
    font-size: 2.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.bnr_m_img_div{
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}
.bnr_immg{
    width: 24.6rem;
}
.bnr_immg img{
    width: 100%;
}
.y_p_hdr.cmn_hdr h2{
    font-size: 6.5rem;
}
.y_p_hdr a{
    color: #d8232a;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.y_p_a{
    margin-top: 2rem;
}
.y_p_innr {
    background-color: #5d442a;
    margin-top: 5rem;
    border-radius: 20px;
}
.yp_in_c {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yp_lft{
    width: 45%;
}
.yp_rgt{
    width: 55%;
}
.yp_l_img{
    width: 62.4rem;
}
.yp_l_img img {
    width: 100%;
    border-radius: 20px;
}

.options {
    display: flex;
    margin-top: 3rem;
    gap: 2rem;
}
.yp_rgt h3{
    font-size: 5.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
}
.yp_rgt p{
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;

}
.yp_rgt .bld{
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 15px 0;
}
.op_d{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #7c664e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.op_d img{
    padding: 10px;

}
.play_btn{
    margin-top: 4rem;
}
.play_btn .cmn_btn {
    width: 70%;
    display: flex;
    gap: 10px;
    justify-content: center;
    background: #fff;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.play_btn .cmn_btn:hover{
    background-color: #d8232a!important;
}
/* 15.3.24 */
.awd_innr{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 6rem;
}
.awd_img{
    width: 50.8rem;
    height: 50.1rem;
}
.awd_img img{
    width: 100%;
    height: 100%;
}
.abt_innr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
/*  */
}
.abt_lft{
    width: 45%;

}
.abt_l_img {
    /* position: relative; */
    width: 60.9rem;
    height: 51.5rem;
}
.abt_l_img img{
    width: 100%;
}
.abt_rgt{
    width: 46%;
}
.abt_rgt p{
    margin-top: 20px;
}

.abt_main_img {
    position: absolute;
    width: 70.9rem;
    /* height: 100%; */
    top: -34px;
    left: 85px;
}
.abt_main_img img{
    width: 100%;
    height: 100%;
}
.epi_cnt{
margin-top: 2rem;
padding: 0 10px;
}
.e_top{
    display: flex;
   gap: 3rem;
}
.e_top p{
    display: flex;
    align-items: center;
    color: #d8232a;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    gap: 10px;

}
.epi_bx{
    width: 24%;
}
/* .epi_img{
    width: 100%;
    height: 100%;
}
.epi_img img{
    width: 100%;
    height: 100%;
} */
.e_cnt h6{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.e_cnt p{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #606060;
    padding-top: 10px;
    padding-bottom: 2rem;
}
.e_cnt {
    /* position: relative; */
    padding-top: 10px;
}

.e_cnt img {
    /* position: absolute; */
    transition: transform 0.3s ease-in-out;
}

.e_cnt:hover img {
    transform: translateX(20px); 
}
.epi_innr {
    margin-top: 6rem;
    display: flex;
    gap: 20px;
}
.epi_btn {
    margin-top: 6rem;
}
.epi_btn  .cmn_btn{
border-radius: 10px;
padding: 15px 4rem;
}
.avlbl_hdr.cmn_hdr h2 span{
    color: #d8232a;
}
.avlbl_sec .bnr_m_img_div {
    width: max-content;
    margin-inline: auto;
}
.lnk_r_innr {
    display: flex;
    gap: 20px;
    margin-top: 5rem;
}
.lnk_r_bx {
    width: 24%;
    padding: 4rem 5rem 5rem 4rem;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.lnk_img {
    width: 6.7rem;
    height: 6.7rem;
}
.lnk_img img{
    width: 100%;
    height: 100%;
}
.lnk_r_bx .e_cnt{
    margin-top: 20px;
}
.footer{
    background-color: #101010;
}
.ftr_innr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 3rem;
}
.ftr_lists{
    width: 24%;
}
.ftr_lists:last-child{
    margin-right: 0;
}
.ftr_hdr h5{
color: #fff;
font-size: 2.2rem;
font-family: "Poppins", sans-serif;
font-weight: 600;
margin-bottom: 20px;
}
.ftr_lst ul li{
    margin-bottom: 10px;
}
.ftr_lst ul li a{
    color: #fff;
    font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: 18px;
}
.ftr_lst ul li a:hover{
    color: #d8232a;
}
.ftr_lst ul li a span{
    color: #d8232a;
    padding-right: 10px;
}
.ftr_lists .ftr_img {
    margin-bottom: 15px;
    width: 24.6rem;
    margin-left: auto;
}
.ftr_lists .ftr_img  img{
    width: 100%;
}
.bm_ftr{
    padding: 20px 0;
}
.bm_ftr a{color: #fff;}
.bm_ftr a:hover{
    color: #d8232a;
}
.mbl_bnr{
    display: none;
}
.episode.mobile .epi_bx {
    width: 100%;
}
.episode.mobile .epi_img{
    width: 100%;
}
.episode.mobile .epi_img img{
    width: 100%;
}
.episode.mobile {
    position: relative;
    display: none;
}

/* preloader start */

#pre_Loader {
    position: fixed;
    inset: 0;
    background-color: #000;
    height: 100vh;
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .quater {
    height: 1.5cm;
    width: 1.5cm;
    background-color: #fff;
    float: left;
    position: relative;
    bottom: 1.25cm;
  }
  
  .i {
    border-top-left-radius: 100%;
    animation: spin1 2s ease-in-out infinite;
    transform-origin: 1.5cm 1.5cm;
  }
  
  .ii {
    border-top-right-radius: 100%;
    animation: spin2 2s ease-in-out infinite;
    transform-origin: 0 1.5cm;
  }
  @keyframes spin1 {
    0% {
      transform: rotateZ(0deg);
    }
  
    25% {
      transform: rotateZ(0deg);
    }
  
    50% {
      transform: rotateZ(180deg);
    }
  
    75% {
      transform: rotateZ(180deg);
    }
  
    100% {
      transform: rotateZ(360deg);
    }
  }
  
  @keyframes spin2 {
    0% {
      transform: rotateZ(0deg);
    }
  
    25% {
      transform: rotateZ(180deg);
    }
  
    50% {
      transform: rotateZ(180deg);
    }
  
    75% {
      transform: rotateZ(360deg);
    }
  
    100% {
      transform: rotateZ(360deg);
    }
  }
  
  /* preloader end */  
