
body{
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #32434c;
    background-color: #fff;
}
.ovhidden{
    overflow: hidden;
}

a, a:hover{
  text-decoration: none !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul{
  padding-left: 0px; 
  list-style-type: none;
  margin: 0
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

img.loadimg{
    opacity: 0;
    transform: scale(.95);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img.loadimg.fade{
    opacity: 1.0;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

button{
    border: none;
    cursor: pointer;
    outline: 0;
    font-family: 'Poppins', sans-serif;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h1, .h2, .h3, h1, h2, h3{
  font-weight: 700;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 700;
    line-height: 1.4;
}

input{
    font-family: 'Poppins', sans-serif;
}
 
@media(min-width: 1366px){
.cmpad{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}
@media(max-width: 575px){
html{
  font-size: 90%;
}

}

.mainhdcenter{
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}
.mainhead{
    position: relative;
    margin-bottom: 0;
}
.mainhead.line:after{
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background-color: #e20000;
    margin-top: 5px;
}
.mainhead span{
    color: #e20000;
}
h3.mainhead{
    font-size: 1.3rem;
}
h4.mainhead{
    font-size: 1rem;
}
.mainhead.center{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.subhead{
    font-weight: 700;
    font-size: 1.15rem;
    position: relative;
}
.subhead.line:after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #e20000;
    margin-top: 5px;
    border-radius: .3rem;
}
.primary{
    color: #e20000;
}
.hdcap{
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.mainhdcenter .hdcap{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.clrinvert .mainhead{
    color: #fff;
}
.clrinvert .hdcap{
    color: #f8f8f8;
}
.mainheadrow{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mainheadrow .morebtn{
    font-size: .875rem;
    font-weight: 700;
}


@media(max-width: 767px){
.h1, h1{
    font-size: 2.2rem;
}
.h2, h2{
    font-size: 1.75rem;
}
}
@media(max-width: 575px){
.h2, h2{
    font-size: 1.5rem;
}
.h1, h1{
    font-size: 2rem;
}
}



@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#3a3a3a}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}


ul.social {
    display: flex;
    margin-bottom: 0;
    gap: .5rem;
}
ul.social li {
    display: block;
}
ul.social li:last-child{
    margin-right: 0;
}
ul.social li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0.875rem;
}

ul.social li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 1rem;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
    color: #fff;
    background-color: #e20000;
}

p{
    margin-top: 0;
}

.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}
.flexVcenter1{
    display: flex;
    flex-flow: wrap;
    align-content: center;
    margin-top: -20px;
}
@keyframes moveRight{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*PULSE*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.btn{
    padding: 8px 15px;
    font-size: 0.875rem;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border-radius: 2rem;
}
.btn i{
    transition: none;
}
.outlinebtn{
    color: #333;
    border: 1px solid;
}
.outlinebtn:hover{
    color: #e20000;
    border-color: #e20000;
}
.mybtn-primary{
    border: 1px solid #e20000;
    background-color: #e20000;
    color: #fff;
    min-width: 130px;
}
.mybtn-primary:hover{
    background-color: #ffffff;
    box-shadow: 3px 4px 15px 0 rgb(0 0 0 / 20%);
    color: #e20000;
    border: 1px solid #fff;

}
.mybtn-secondary{
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
}
.mybtn-secondary:hover{
    color: #e20000;
    border-color: #e20000;
}
.mybtn-third{
    background-color: transparent;
    color: #666;
    border: 1px solid #999;
}
.mybtn-third:hover{
    color: #fff;
    border-color: #e20000;
    background-color: #e20000;
}
.mybtn-third i{
    margin-left: 6px;
}
.btn.center{
    display: table;
    margin: auto;
}

.mybtn-group{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: -5px;
}
.mybtn-group .mybtn-primary,
.mybtn-group .mybtn-secondary,
.mybtn-group .mybtn-third,
.mybtn-group .white-outline{
    margin: 5px;
}
.white-outline{
    border:1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .75;
}
.white-outline:hover{
    opacity: 1;
}

.morebtn{
    color: #e20000;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    position: relative;
}
.morebtn i{
    transition: none;
    margin-left: 6px;
}
.morebtn:hover{
  color: #b30001;
}
.morebtn:hover i{
    animation: moveRight 1s infinite;
}
.morebtn.dark{
    color: #72002c;
}
.mycard{
    border: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    border-radius: .3rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}
.mycard.grid{
    flex-flow: wrap;
    max-width: none;
}
.mycard.center{
    text-align: center;
}
.mycard p{
    overflow: hidden;
    margin: 0;
    font-size: .875rem;
    max-height: 62px;
    opacity: .8;
}
.mycard .cardimg{
    margin: 10px;
    margin-bottom: 0;
    border-radius: .3rem;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard .cardimg:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
}
.mycard.normal .cardimg:after{
    display: none;
}
.mycard .cardimg img{
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard:hover .cardimg img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.mycard.normal:hover .cardimg img{
    transform: none;
    -webkit-transform: none;
}
.mycard .cardimg.icon{
    width: 40px;
    border-radius: 0;
    overflow: unset;
    margin: auto;
    margin-top: 1rem;
}
.mycard .cardimg .nwdate{
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 1rem;
    color: #eee;
    font-size: .75rem;
    background-color: rgb(0 0 0 / 50%);
    padding: 3px 8px;
    border-radius: 5px;
}
.mycard .cardcont{
    padding: 15px;
    font-family: 'Noto Sans Malayalam', sans-serif;
}
.mycard.normal .cardcont{
    padding: 10px;
}
.mycard .cardcont .icon{
    width: 44px;
    margin-bottom: 0.5rem;
    padding: 8px;
}
.mycard .cardcont .head{
    display: flex;
    font-weight: 500;
    font-size: .825rem;
    max-height: 38px;
    overflow: hidden;
}
.cardcont a{
    font-size: 13px;
    color: #e20000;
}
.bg1{
    background-color: #4abcef;
}
.bg2{
    background-color: #ef6594;
}
.mycard .cardtitle{
    font-size: 1rem;
    max-height: 44px;
    overflow: hidden;
}
.mycard .users{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.mycard .users i{
    margin-right: 6px;
    color: #e20000;
}
.mycard .morebtn{
    font-size: .8rem;
}
.mycard .vidbtn{
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #e20000;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard:hover .cardimg .vidbtn{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 0 0 5px rgb(209 2 3 / 50%);
}
.mycard .cardover{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
}
.mycard span.morebtn{
    color: rgb(255 255 255 / 75%);
    margin-bottom: 0;
}
.mycard:hover span.morebtn{
    color: #FFC107;
}
.mycard:hover span.morebtn:after{
    width: 100%;
}
.mycard .badge{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #25a5f0;
    border-radius: 0.3rem;
    font-size: .85rem;
    padding: 2px 10px;
    color: #fff;
}
.mycard .cardfoot{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.mycard .cardfoot .info{
    display: inline-flex;
    align-items: center;
    font-size: .8rem;
    color: #666;
}
.mycard .cardfoot .info i{
    margin-right: 5px;
}

.posrel{
    position: relative;
}


.textcontent p{
    opacity: .75;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media(max-width: 575px){
.mycard p{
    max-height: 60px;
}
}
/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header .headmain{
    display: flex;
    justify-content: space-between;
    height: 70px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
header.active .headmain{
    height: 60px;
}
header .headmain .logocol{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header.active .headmain .logocol{
    width: 200px;
    margin-top: 0;
}
header .headmain .logocol a{
    width: 100%;
    display: flex;
}
header .headmain .logocol a img{
    width: 100%;
}
header .menubottom{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    height: 100%;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}
header .megamenu{
    height: 100%;
}
header .megamenu a.mainli{
    color: #f7f7f7;
    display: flex;
    height: 100%;
    align-items: center;
}
header .megamenu:hover a.mainli{
    color: #e20000;
}
header .menubtn,
header .srchbtn{
    height: 100%;
    padding: 0 30px;
    background-color: transparent;
}
header .srchbtn{
    background-image: url(../img/icons/search.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
header .srchbtn.close{
    background-image: url(../img/icons/close.svg);
}

header .headmain .topbtncol{
    display: flex;
    align-items: center;
    gap: .5rem;
}
.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
  }
  .dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;
}
  .dropdown:hover .dropdown-content {
    display: block;
    animation-name: zoomIn;
    animation-duration: .4s;
    animation-iteration-count: 1;
}
/*---------------------------------------*/
/*::::::::::::::::SLIDER:::::::::::::::::*/
/*---------------------------------------*/
.slider{
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    background-color: #333;
    background-image: url(../img/slider/slidenew.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: wrap;
}
.slider:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mainslider, .mainslider .swiper-slide, .mainslider .slideimg{
    height: 250px;
    /* width: 640px; */
    /* width: 100%; */
    background-color: #333;
    border-radius: 0.5rem;
}
.mainslider .slideimg{
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mainslider .slideimg:before{
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.mainslider .vidinfo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}
.mainslider .vidinfo span{
    font-weight: 600;
    color: #fff;
}
.mainslider .playbtn{
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 50%);
    background-image: url(../img/icons/play.svg);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.mainslider:hover .playbtn{
    transform: scale(1.1);
}
.mainpagination{
    /* display: flex;
    flex-flow: column;
    align-items: flex-end;
    right: -2rem;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: auto; */
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    top: auto !important;
    transform: translateY(-50%);
    bottom: -2.5rem !important;
    width: 100%;
    margin: auto;
    gap: 5px;
    justify-content: center;
}
.mainpagination .swiper-pagination-bullet{
    background-color: transparent;
    opacity: .5;
    margin: 4px 0;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .3rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.posrel .row{
    margin-top: 4.5rem;
}
.mainpagination .swiper-pagination-bullet:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
}
.mainpagination .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 0 1px #fff;
}
.mainpaginationmob .swiper-pagination-bullet:before{
    background-color: #666;
}
.mainpaginationmob .swiper-pagination-bullet-active{
    background-color: #666;
    box-shadow: 0 0 0 1px #666;
}
.slider .slidebtn{
    width: 86px;
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    margin-top: 1rem;
}
.slider .slidebtn .mainnext,
.slider .slidebtn .mainprev{
    position: relative;
    margin: 0;
    width: 36px;
    height: 36px;
    top: auto;
    left: auto;
    right: auto;
    border-radius: 50%;
    color: #fff;
    border: 1px solid;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.slider .slidebtn .mainnext:after,
.slider .slidebtn .mainprev:after{
    font-size: 1rem;
}
.slider .slidebtn .mainnext:hover,
.slider .slidebtn .mainprev:hover{
    background-color: #e20000;
    border-color: #e20000;
}
.slidecont{
    color: #fff;
}
.slidecont h1{
    font-size: 4vw;
    font-weight: 800;
}
.slidecont h2{
    font-size: 3rem;
}
.slidecont p{
    font-size: 1.1rem;
    opacity: .85;
    text-align: justify !important;
}
.slbtn{
    display: flex;
    gap: .5rem;
}
.slbtn .btn{
    /* padding: 10px 25px; */
    padding: 3px 10px;
    border-radius: 0.2rem;
}


@media(max-width:991px){
.posrel .row{
    margin-top: 7rem;
}
}


/*---------------------------------------*/
/*::::::::::::::::::CARD:::::::::::::::::*/
/*---------------------------------------*/
.vidocard,
.shortcard{
    cursor: pointer;
}
.vidocard .cardimg,
.shortcard .cardimg{
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.shortcard .cardimg:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.vidocard .cardimg .playbtn{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    background-color: rgb(0 0 0 / 60%);
    background-image: url(../img/icons/play.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.vidocard .cardcont,
.shortcard .cardcont{
    padding: 8px 0;
    font-family: 'Noto Sans Malayalam', sans-serif;
}
.shortcard .cardcont{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 8px;
    z-index: 999;
}
.vidocard .cardcont .head,
.shortcard .cardcont .head{
    display: flex;
    font-weight: 500;
    font-size: .825rem;
    max-height: 38px;
    overflow: hidden;
}
.vidocard:hover{
    color: #111111;
}
.vidocard:hover .cardimg .playbtn{
    background-color: #e20000;
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 50%);
}


/*---------------------------------------*/
/*::::::::::::::::FAMILY:::::::::::::::::*/
/*---------------------------------------*/
.famimg{
    max-width: 100%;
    /* width: 170px; */
    height: 100%;
    margin: auto;
    /* background-image: url(../img/images/familybg.svg); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.famimg img{
    max-height: 480px;
}
.slbtngroup{
    display: flex;
    gap: .5rem;
}
.slbtngroup .slbtn{
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 50%;
    color: #e20000;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
}
.slbtngroup .slbtn:after{
    font-size: 1rem;
}
.slbtngroup .slbtn:hover{
    background-color: #e20000;
    color: #fff;
}

.bottomrt{
    position: absolute;
    bottom: 0;
    right: 0;
}

.famdata{
    position: relative;
    /* padding-top: 1rem; */
}
.famdata:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    opacity: .2;
    transition-delay: 1s;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
.swiper-slide-active .famdata:before{
    width: 40%;
}
.famdata .quote{
    font-size: 2rem;
    opacity: .2;
}
.famdata p{
    opacity: .8;
}
/*---------------------------------------*/
/*::::::::::::::::::VIDEO::::::::::::::::*/
/*---------------------------------------*/
.latest{
    background-size: cover;
    background-position: center;
    background-image: url(../img/images/vidbg.jpg);
}
.maxwidth{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.infocont .head{
    font-weight: 500;
    font-size: 1rem;
}
.infocont p{
    font-size: .875rem;
    text-align: justify;
}
.left{
    text-align: left !important;
}
.latest img{
    width: 100%;
}
/*---------------------------------------*/
/*::::::::::::::::::DAILY::::::::::::::::*/
/*---------------------------------------*/
.noticol{
    display: flex;
    width: 100%;
    margin: 1rem 0;
    gap: 1rem;
}
.noticol .bell{
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f20000;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(30 30 30 / 5%);
    animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.txtlight{
    opacity: .8;
}
/*---------------------------------------*/
/*:::::::::::::::::PLAYLIST::::::::::::::*/
/*---------------------------------------*/
.overcard{
    height: 430px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.overcard:before{
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0,0,0,1);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: .6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.overcard .vidinfo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.overcard:hover:before{
    opacity: .9;
}
.overcard .vidinfo .head{
    font-weight: 600;
}
.overcard .vidinfo .subvalue{
    font-size: .8rem;
    opacity: .8;
}
@media(max-width:575px){
.overcard{
    height: 300px;
}
}
/*---------------------------------------*/
/*::::::::::::::::::SHORTS:::::::::::::::*/
/*---------------------------------------*/
.shorts{
    background-position: center;
    background-size: cover;
    background-image: url(../img/images/shortsbg.jpg);
    position: relative;
}
.shicon{
    position: absolute;
    top: 1rem;
    right: 10%;
    width: 200px;
    display: flex;
    animation: pulse 3s infinite;
    opacity: .1;
}
/*---------------------------------------*/
/*::::::::::::::LIVE_COUNT:::::::::::::::*/
/*---------------------------------------*/
.livecount{
    background-color: #0f1316;
    color: #fff;
}
.accinfo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.accinfo .icon{
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.accinfo .data{
    display: flex;
    flex-flow: column;
    font-weight: 600;
}
.accinfo .data i{
    font-size: .8rem;
}
.accinfo .data span{
    font-weight: 400;
    font-size: .875rem;
    opacity: .8;
}
.countmap{
    background-image: url(../img/images/map.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    padding-top: 3rem;
}
.countmap .subscplus{
    width: 75px;
    margin: auto;
    margin-top: 3rem;
    animation: pulse 3s infinite;
}
.countmap .counter{
    font-weight: 800;
    font-size: 2rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countmap .value{
    font-size: 5rem;
}
/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/
footer{
    background-color: #192025;
    position: relative;
    font-size: .9rem;
    color: rgb(255 255 255 / 70%);
}
footer .fthead{
    color: rgb(255 255 255 / 90%);
}
.fthead{
    font-size: 1.25rem;
    font-weight: 600;
}
footer .ftlogo{
    width: 180px;
    margin-bottom: 2rem;
}
footer .ftmenu{
    display: flex;
    flex-flow: wrap;
    margin: 0 -10px;
}
footer .ftmenu li{
    flex: 1 0 50%;
    padding: 5px 10px;
}
footer a{
    color: rgb(255 255 255 / 70%);
}
footer a:hover{
    color: #e20000;
}
footer .ftlist{
    display: flex;
    flex-flow: wrap;
    gap: 1rem;
}
footer .promocol{
    display: flex;
    gap: .5rem;
}
footer .promocol input{
    border-radius: .3rem;
    outline: 0;
    border: none;
    padding: 0 15px;
}
footer .promocol input::placeholder{
    opacity: .5;
}
footer .promocol .btn{
    background-color: #e20000;
    color: #fff;
    border-radius: .3rem;
}
footer .ftbottom{
    padding: 1rem 0;
    color: rgb(255 255 255 / 70%);
    background-color: #0f1316;
}
footer .ftbottom a{
    color: rgb(255 255 255 / 70%);
}
footer .powered p{
    text-align: right;
}
footer ul.social{
    margin-top: 1.5rem;
    gap: 1rem;
}
footer ul.social li a i{
    background: rgb(255 255 255 / 10%) !important;
    color: rgb(255 255 255 / 80%);
    height: 36px;
    line-height: 36px;
    width: 36px;
}
footer ul.social li a:hover i{
    background-color: #e20000 !important;
    color: #fff;
}
.back2top{
    text-transform: uppercase;
    background-color: rgb(255 255 255 / 10%);
    font-size: .8rem;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
}
.back2top:hover{
    background-color: rgb(255 255 255 / 20%);
}
.icon-social{
    width: 120px;
}
.icon-whatsapp{
    width: 30px;
}
.promotion{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid gray;
    height: 50px;
    width: 200px;
    border-radius: 6px;
}
.flex-footer{
    display: flex;
    justify-content: space-between;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
.mobile-nav{
    display: none;
}
.shortcard .cardimg{
    height: 300px;
    max-height: 100%;
    z-index: 99;
}
/* responsive section */

@media(max-width:1200px){
.slider{
    background-position:left;
}
}
@media(max-width:768px){
.mobile-nav{
    display: block;
}
.slider{
    padding-top: 0;
    background-position: -115px center;
}
.navbar-toggler-icon,.home{
   display: none;
}
.fa-bars,.fa-xmark{
    display: block;
    color: white;
}
.offcanvas-header{
    background-color: #0f1316;
}
header{
    display: none;
}
.navbar, .btn-mobile{
    background-color: transparent;
}
.nav-logo{
    width: 120px;
} 
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler{
    border: none;
}
.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease; 
  }
.navbar-scrolled {
    background-color: black; 
  }
  .nav-link{
    color: #000;
    border-bottom: 1px solid #dddada;
  }
  body{
    overflow-x: hidden;
    box-sizing: border-box;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
 .value{
    font-size: 3rem !important;
  }
  .mainpagination{
    top: auto !important;
  }
  .order{
    display: flex;
    flex-direction: column !important;
  }
  .members{
    padding-bottom: 20px;
  }
  .contact .row{
    display: flex;
    flex-direction: column-reverse;
  }
  .livecount{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .playlist-footer{
    display: none;
  }
  .img-inner{
    margin: auto;
}
.FamCenter h4{
    margin-bottom: 15px;
}
.mainpagination{
    right: 20px;
    flex-flow: row;
    gap: 10px;
    bottom: -30px;
}
.familyslide .famdata{
        padding: 0.8rem;
    }
    .fa-angle-down{
        float: right;
        margin-top: 5px;
    }
    
}
@media(max-width:1200px){
    .mainslider, .mainslider .swiper-slide, .mainslider .slideimg{
        height: 240px;
        width: 100%;
        background-color: #333;
        border-radius: 0.5rem;
    }
   
}
@media(max-width:991px){
    .ftlist{
        justify-content: flex-start !important;
    }
    .slider .flexVcenter{
        display: block;
    }
    .mainslider .slideimg{
        background-size: cover;
    }
    .mainslider, .mainslider .swiper-slide, .mainslider .slideimg{
        height: 190px;
    }
}
@media(max-width:575px){

    .mainslider, .mainslider .swiper-slide, .mainslider .slideimg{
        height: 220px;
    }
    .vidocard .cardcont .head,
    .shortcard .cardcont .head, .mycard .cardcont .head{
    max-height: 52px;
    }
    .mycard .cardcont{
        padding: 9px;
    }
    .cardcont a{
        position: relative;
        top: 5px;
    }
    .flex-footer{
        display: block;
    }
    footer ul.social{
        margin-bottom: 1.5rem;
    }
    /* .posrel .row{
        flex-direction: column-reverse;
    } */
     .powered p, .ftbottom p{
        text-align: center !important;
    }
    .mycard .cardimg .nwdate{
        top: 0.5rem;
        left: 0.5rem;
    }

    .shortcard .cardimg{
        height:250px;
    }
    .mybtn-primary{
        min-width: 110px;
    }
    .btn{
        padding: 6px;
    }
    .center{
        align-items: center;
        margin: 0;
    }
    .margin{
        margin: 0;
    }
    .slider{
        background: url(../img/slider/mobilenew1.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .navbar{
        padding-top: 15px;
    }
    /* .posrel .row{
        margin-top: 5rem !important;
    } */
    .posrel .row{
        height: 100%;
        margin-top: 11rem;
        align-items: baseline;
    }
    .slidecont{
        width: 100%;
        text-align: center;
    }
    .slidecont h1{
        font-size: 8vw;
        margin-bottom: 0;
    }
    .slidecont h2{
        font-size: 2rem;
    }
    }
   
   
   .slidecont{
    position: relative;
   }
    
@media(max-width:420px){
.mainslider, .mainslider .swiper-slide, .mainslider .slideimg {
    height: 190px;
}
}

@media(max-width:380px){
    .ftlist{
        gap: 0.5rem !important;
    }
}

@media(min-width:1440px){
    .posrel .row{
        margin-top: 10rem;
    }
}
