/* ===================================
    Crafto - Elder care 
====================================== */
/* font */
/* font */
@import url(rockwell-nova-webfont/style.css);
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@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');

/* variable */
:root {      
    --alt-font: 'Rufina', serif;
    --heading-font: 'Rockwell Nova Bold';;
    --primary-font: "Poppins", sans-serif;;
    --base-color: #011f55;
    --base-orange: #fa8709;
    --base-green: #009000;
    --aluminium-gray: rgba(255, 255, 255, 0.5);
    --very-light-gray: rgba(235, 239, 246, 0.4);
}


body {
    font-size: 17px;
    line-height: 28px;
    color: var(--base-color);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
    font-family: var(--heading-font);
}

p{
    color: var(--base-color);
}

section{
    padding: 0;
    margin: 0px;
}

img,a{
    transition: transform 0.3s ease;
}

/* button */
.btn {
    font-weight: 600;
    font-family: var(--primary-font);
    letter-spacing: normal;
    text-transform: none;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 18px 34px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 13px 26px;
}
.btn.btn-transparent-blue-light {
    border-color: rgba(14, 42, 48, 0.20);
    color: var(--dark-gray);
}
.btn.btn-transparent-blue-light:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
/* bg background color */
.bg-light-blue-gray {
    background-color: #ebeff6;
}
/* Gradient background color */
.bg-gradient-blue-transparent-first {
    background: linear-gradient(to top, rgb(235, 239, 246, 1) 10%, rgba(235, 239, 246, 0) 100%);
}
.bg-gradient-blue-transparent-second {
    background: linear-gradient(to bottom, rgb(235, 239, 246, 1) 10%, rgba(235, 239, 246, 0) 100%);
}
.bg-gradient-white-bottom-transparent {
    background: rgb(0, 0, 0);
    background: linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 60%);
}
/* Border color */
.border-color-extra-medium-gray {
    border-color: rgba(14, 42, 98, 0.2) !important;
}
/* Video icons */
.video-icon-extra-large .video-icon {
    width: 170px;
    height: 170px;
    font-size: 16px;
}
/* Page title style */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
.down-section {
    bottom: 30px;
}
/* left */
.left-25 {
    left: 25%;
}


.container{
    max-width: 1400px;
}


.site-headings-section .site-heading_sub-title{
    color: #9d8571;
    font-family: var(--primary-font);
    margin: 0px;
    font-size: 26px;
}

.site-headings-section .site-heading_main-title{
    color: var(--base-color);
    margin: 0px;
    font-size: 56px;
}


/* +++++++++++++++++++ HEADER SECTION +++++++++++++++++++++++++ */

header .navbar {
    background: #f58e0220;
    z-index: 999999;
}

header.sticky .navbar{
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

header .navbar-brand {
    padding: 5px 0;
}

header.sticky .navbar-brand {
    padding: 5px 0;
}

header .navbar-brand img {
    max-height: 95px;
    width: auto;
    transition: all ease .5s;
}



header.sticky .navbar-brand img {
    max-height: 65px;
}


.header-button .site-btn{
    padding: 12px 20px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-size: 18px;
}

.header-button .site-btn img{
    max-height: 25px;
    margin-right: 10px;
}


/* +++++++++++++++++++ HEADER NAVIGATION SECTION +++++++++++++++++++++++++ */

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}

.navbar .navbar-nav .nav-link{
    padding: 0px 15px;
    font-size: 24px;
    font-family: var(--heading-font);
    color: #111;
}

header.sticky.sticky-active [data-header-hover=light] .icon>a, 
header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: var(--base-color);
}

header.sticky.sticky-active [data-header-hover=light] .icon>a:hover, 
header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link:hover {
    color: var(--base-orange);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li ,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    width: 100%;
}


.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
    color: var(--base-color);
    opacity: 1;
}

/* +++++++++++++++++++ HERO SECTION +++++++++++++++++++++++++ */




.hero-section{
    position: relative;
    padding: 0px 0px 50px 0px;
}

.hero-section .hero-inner{
    position: relative;
    height: 100%;
}



.hero-section .hero-video-blocks{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hero-section .video-grid{
    position: relative;
    left: 0px;
    top: 0px;
    max-width: 500px;    
}

.hero-section .video-grid.top-grid{
    position: relative;
    left: 0px;
    top: 0px;
    max-width: 500px;    
}

.hero-section .video-grid.bottom-grid{
    right: 0px;
    left: auto;
}

.hero-section .video-grid.top-grid .video-card:nth-child(1){
    transform: translate(80px, 0px);
}
.hero-section .video-grid.bottom-grid .video-card:nth-child(1){
    transform: translate(-80px, 0px);
}

.hero-section .video-grid .video-card{
    position: relative;
    margin-bottom: 50px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #f58e02;
    z-index: 9999;
}



.hero-section .video-grid .video-card .video-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 15px;
    transition: all ease .3s;
}

.hero-section .video-grid .video-card:hover .video-overlay{
    background: #011f5550;
}

.hero-section .video-grid .video-card .video-overlay img{
    max-height: 80px;
    width: auto;
    opacity: .7;
}


.hero-section .video-grid .video-card .video-overlay:hover img{
    opacity: 1;
    transform: scale(1.1);
}

.hero-bottom{
    width: 100%;
    position: relative;
    margin: -400px 0px 0px 0px;
}

.hero-section  .hero-logo-section{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
}

.hero-section  .hero-logo-section .hero-logo{
    margin: 0px 0px 35px 0px ;
    position: relative;
    z-index: 999;
}

.hero-section .hero-logo-section .hero-logo::before, .hero-section .hero-logo-section .hero-logo::after{ aspect-ratio: 1 / 1; border-radius: 50%; content: ""; display: block; position: absolute; animation: scale 3s infinite linear; top: 0px; } 

.hero-section .hero-logo-section .hero-logo::before{ height: 110%; width: 110%; z-index: -1; transform: translate(-5%, -5%); background: #ff860130; } 
.hero-section .hero-logo-section .hero-logo::after{ height: 120%; width: 120%; z-index: -2; transform: translate(-9%, -9%); background: #ff860140; } 

@keyframes scale { 

0% { scale: 1; opacity: 1; } 

100% { scale: 1.1; opacity: 0; } }



.hero-section  .hero-logo-section .hero-logo img{
    max-width: 375px;
    position: relative;
    z-index: 99;
}

.hero-section  .hero-logo-section .hero-tagline{
    text-align: center;
    width: 100%;
    margin: 0px 0px 35px 0px ;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

.hero-section  .hero-logo-section .hero-tagline h2{
    /* background: #fff;
    border-radius: 35px;
    border: 2px solid #0e2a62;
    padding: 10px 40px; */
    text-align: center;
    color: #011f55;
    font-size: 42px;
    margin: -20px 0px 0px 0px;
    display: flex;
    align-items: center;
}

.hero-section  .hero-logo-section .hero-tagline h2 img{
    max-height: 45px;
}

/* .hero-section  .hero-logo-section .hero-tagline h2::before,
.hero-section  .hero-logo-section .hero-tagline h2::after{
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url(../images/chakra.png) no-repeat center center;
    background-size: cover;
    margin: 0px 20px;  
} */

.hero-section .social-stats{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hero-section .social-stats .social{
    width: 20%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 20px #f58e02;
    border-radius: 10px;
    padding: 12px;
    margin: 0px 20px;
}

.hero-section .social-stats .social img{
    max-width: 60px;
    margin-right: 15px;
}

.hero-section .social-data span,
.hero-section .social-data small{
    display: block;
    width: 100%;
    line-height: 18px;
}

.hero-section .social-data span{
    color: #212529;
    font-weight: 600;
    margin-bottom: 0px;    
    font-size: 18px;
}

.hero-section .social-data small{
    color: #011f55;
    font-weight: 600;
    font-size: 16px;
}

.inner-hero-section {
    background: url(../images/HERO-BG.jpg) no-repeat center center #f1ecf0;
    background-size: cover !important;
    box-shadow: 0px 0px 40px #fa870960;
}

/* +++++++++++++++++++ INTRO SECTION +++++++++++++++++++++++++ */


.intro-section .intro-content{
    text-align: center;
}

.intro-section .intro-content .site-headings-section .site-heading_main-title{
    color: #fa8709;
    font-size: 46px;
    margin: 0px;
}

.intro-section .intro-content .site-headings-section .site-heading_sub-title{
    color: #011f55;
    font-size: 20px;
}

.intro-section .intro-content .intro-desc p,
.intro-section .intro-content .intro-desc{
    font-size: 18px;  
}

.intro-section .intro-content .intro-desc span{
    color: var(--base-green);
    font-weight: 600;
}

.intro-section .intro-join {
    border-radius: 100px;
    /* padding: 15px 4%; */
    color: #011f55;
    font-size: 16px;
    margin: 18px auto;
    max-width: 70%;
    line-height: 22px;
}

.intro-section  .site-button-widget .multi-button-group{
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-section  .intro-buttons .theme-btn1 {
    border-radius: 50px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    margin: 0px 15px;
    font-size: 18px;
    font-weight: 600;
}

.intro-section  .intro-buttons .theme-btn1 img{
    margin-right: 10px;
}

.intro-section  .intro-buttons .theme-btn1.tube{
    background: #ff0000;
}

.intro-section  .intro-buttons .theme-btn1.join{
    background: #1cad14;
}

/* +++++++++++++++++++++++++++ LEGENDS SECTION ++++++++++++++++++++++++++++ */

.legends-section .site-headings-section .site-heading_sub-title{
    color: #967b66;
}

.legends-section .site-headings-section .site-heading_main-title{
    color: var(--base-orange);
}

.legends-section .site-headings-section .site-heading_main-title span{
    color: var(--base-green);
}
.legends-section .elementor-widget-text-editor p{
    font-size: 26px;
    line-height: 45px;
    color: #111;
}

/* HEROES SECTION */

.heroes-carousel .swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important;
}

.heroes-carousel .swiper-wrapper .swiper-slide{
    width: 16%;
}

.heroes-section .heroes-item img{
    border-radius: 150px;
    margin-bottom: 10px;
}

.heroes-section .heroes-item  h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0px 12px 0px;
}
.heroes-section .heroes-item  h6 {
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--base-orange);
    margin: -12px 0px 10px 0px;
    font-weight: 600;
}

.heroes-section .heroes-item p{
    font-size: 14px;
    color: #111;
    line-height: 22px;
}

.heroes-section .heroes-grid {
    display: grid;
    gap: 20px;
}

.heroes-section .heroes-grid .heroes-item {
    background: #f5f5f5;
    padding: 20px;
}


/* +++++++++++++++++ VISIONARY SECTION +++++++++++++ */

.visionary-section .visionary-content .site-headings-section{}

.visionary-section .visionary-content .site-headings-section .site-heading_sub-title{   }

.visionary-section .visionary-content p{
    line-height: 1.8em;
    font-weight: 18px;
}

.visionary-section .visionary-content a{
    font-weight: 600;
    color: var(--base-orange);
}

.visionary-section .visionary-content a:hover{
    color: var(--base-color);
}

/* +++++++++++++++++++++++++++ EPISODES SECTION ++++++++++++++++++++++++++++ */

.latest-episodes-section .episodes-carousel .swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important;
}


.episodes-carousel .swiper-wrapper .swiper-slide{
    width: 25%;
}

.latest-episodes-section .reverse-carousel {
    margin: 35px 0px 0px 0px;
}
.latest-episodes-section .youtube-episodes-grid {
    display: grid;
    gap: 20px;
}
.latest-episodes-section .episode-item{
    position: relative;
}

.latest-episodes-section .episode-item img, .latest-episodes-section .swiper-slide img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.latest-episodes-section .tube-play{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.latest-episodes-section .episode-item:hover .tube-play,
.latest-episodes-section .episodes-carousel .swiper-wrapper .swiper-slide:hover .tube-play{
    background: #011f5550;
}

.latest-episodes-section .tube-play img{
    max-height: 80px;
    width: auto;
    opacity: .7;
}


.latest-episodes-section .tube-play:hover img{
    opacity: 1;
    transform: scale(1.1);
}

.latest-episodes-section .youtube-channel-btn {
    text-align: center;
    margin-top: 30px;
}
.latest-episodes-section .youtube-btn {
    background: #ff0000;
    color: #fff;
    padding: 25px 35px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 32px;
}
.youtube-btn:hover {
    background: #cc0000;
}

/* +++++++++++++++++++++++++++ PARTNERSHIP SECTION ++++++++++++++++++++++++++++ */

.partnership-section .partnership-box h3{
    margin-bottom: 0px;
}



  

/* +++++++++++++++++++++++++++ PARTNERSHIP SECTION ++++++++++++++++++++++++++++ */

.campaign-section .campaign-list .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
}

.campaign-section .campaign-list .elementor-icon-list-items .elementor-icon-list-item {
    width: 50%;
}

.campaign-section .campaign-list .elementor-icon-list-items .elementor-icon-list-item a{
    background: #ccc;
    color: var(--base-color);
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px 25px;
    font-size: 22px;
    display: flex;
    width: 95%;
}

.campaign-section .campaign-list .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon{
    background: var(--base-orange);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
}

.campaign-section .campaign-list .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon svg{
    margin: 0px;
    fill: #fff;
}

.campaign-section .campaigns .bg-card-wrapper .bg-card {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: inherit;
    min-height: 250px;
} 

.campaign-section .campaigns .bg-card-wrapper .bg-card .card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0px 25px;
}

.campaign-section .campaigns .bg-card-wrapper .bg-card .card-content h3 {
  font-size: 2rem;
  margin-bottom: 0;
}


/* +++++++++++++++++++++++++++ FOOTER SECTION ++++++++++++++++++++++++++++ */



.footer-main {
    color: var(--base-color);
    padding: 25px 0px 0px 0px;
}
.footer-main .single-footer-items .menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-main .single-footer-items .menu-list li a {
  display: inline-block;
  padding: 11px 20px;
  transition: all 0.4s;
  color: var(--base-color);
}
.footer-main .single-footer-items .menu-list li a:hover {
  transition: all 0.4s;
}


footer .footer-logo img {
    max-height: 47px;
}
.footer-dark a:hover {
    color: var(--white);
    opacity: 1;
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white) !important;
    opacity: 0.5; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
    color: var(--white) !important;
}
footer ul li {
    margin-bottom: 2px;
}

@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1345px;
    }
}
@media (max-width: 1400px) {

    header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-section .video-grid.top-grid ,
    .hero-section .video-grid.bottom-grid {
        max-width: 450px;
    }

    .hero-bottom {
        margin: -350px 0px 0px 0px;
    }

    .hero-section .hero-logo-section .hero-logo img {
        max-width: 300px;
    }

    .hero-section .hero-logo-section .hero-tagline h2 {
         font-size: 34px;
    }

   
    .hero-section .social-stats {
        padding: 0px 25px;
    }
    .heroes-carousel .swiper-wrapper .swiper-slide {
        width: 20%;
    }

    .episodes-carousel .swiper-wrapper .swiper-slide {
        width: 35%;
    }

    .hero-section .social-stats .social {
        width: 24%;
        padding: 8px;
    }

    .hero-section .social-stats .social img {
        max-width: 45px;
        margin-right: 10px;
    }

    .hero-section .social-data span {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .hero-section .social-data small {
        font-size: 12px;
    }
    
    
}
@media (max-width: 1199px) {

    body{
        overflow-x: hidden;
    }

    .navbar>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0px 10px;
        font-size: 18px;
    }

    header .navbar-brand img {
        max-height: 65px;
    }

    .header-button .site-btn {
        padding: 12px 15px;
        font-size: 14px;
    }

    .video-icon-extra-large .video-icon {
        width: 140px;
        height: 140px;
    }
    .extra-small-screen {
        height: 300px !important;
    }
    .navbar>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right: 8px;
    }

    .hero-section .video-grid.top-grid ,
    .hero-section .video-grid.bottom-grid {
        max-width: 375px;
    }

    .hero-bottom {
        margin: -250px 0px 0px 0px;
    }

    .hero-section .hero-logo-section .hero-logo img {
        max-width: 250px;
    }

    .heroes-carousel .swiper-wrapper .swiper-slide {
        width: 33%;
    }

    .episodes-carousel .swiper-wrapper .swiper-slide {
        width: 45%;
    }

}
@media (max-width: 991px) {



    header .navbar [class*=col-] .navbar-nav .nav-item, header .navbar [class*=col-] .navbar-nav .nav-item a {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
    }

    header .navbar-expand-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu, .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu, .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu{
        display: block!important;
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li a{
        font-size: 16px;
        padding: 8px 0px;
    }

    .hero-section .hero-inner {
        overflow: hidden;
        width: 99%;
    }

    .hero-section .hero-logo-section .hero-logo img {
        max-width: 200px;
    }

    .hero-section .video-grid.top-grid, .hero-section .video-grid.bottom-grid {
        max-width: 275px;
    }

    .hero-section .social-stats {
        padding: 0px 10px 30px;
    }

    .hero-section {
        margin: 0px 0px 0px 0px;
    }

    .hero-section .video-grid .video-card .video-overlay img {
        max-height: 60px;
    }

    .hero-section .social-stats .social img {
        max-width: 35px;
    }

    .hero-section .social-data span {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .intro-section .intro-content .site-headings-section .site-heading_main-title {
        color: #fa8709;
        font-size: 32px;
        margin: 0px;
    }

    .intro-section .intro-content .intro-desc p, .intro-section .intro-content .intro-desc {
        font-size: 14px;
    }

    .intro-section .intro-join {
        padding: 10px 7%;
        font-size: 14px;
        margin: 5px 0px 15px;
        line-height: 22px;
        max-width: 100%;
    }

    .intro-section .intro-buttons .theme-btn1 {
        padding: 10px 10px;
        margin: 0px 5px;
        font-size: 14px;
    }

    .intro-section .intro-buttons .theme-btn1 img {
        margin-right: 5px;
        max-width: 20px;
    }

    .legends-section .elementor-widget-text-editor p {
        font-size: 20px;
        line-height: 36px;
    }

    .latest-episodes-section .youtube-btn {
        padding: 20px 30px;
        font-size: 26px;
    }

    .campaign-section .campaigns .bg-card-wrapper .bg-card .card-content{
        padding: 0px 10px;
    }
    .campaign-section .campaigns .bg-card-wrapper .bg-card .card-content h3 {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 28px;
    }

}

@media(max-width:600px){

    .inner-hero-section {
        padding: 100px 0px 50px;
    }

    .inner-hero-section .main-heading h1{
        font-size: 36px;
    }

    .hero-section {
        padding: 0px 0px 0px 0px;
    }

    .hero-section .hero-video-blocks {
        width: 100%;
        padding: 0px 10px;
    }

    .hero-section .video-grid .video-card {
        margin-bottom: 10px;
    }

    .hero-section .video-grid.top-grid .video-card:nth-child(1) {
        transform: translate(0px, 0px);
    }
    .hero-section .video-grid.bottom-grid .video-card:nth-child(1) {
        transform: translate(0px, 0px);
    }

    .hero-bottom {
        margin: 0px 0px 0px 0px;
    }

    .hero-section .hero-logo-section .hero-tagline h2 {
        font-size: 27px;
    }

    .hero-section .social-stats {
        padding: 0px 25px;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .hero-section .social-stats .social {
        width: 47%;
    }

    .hero-section .video-grid .video-card .video-overlay img {
        max-height: 45px;
    }

    .heroes-carousel .swiper-wrapper .swiper-slide {
        width: 70%;
    }

    .episodes-carousel .swiper-wrapper .swiper-slide {
        width: 95%;
    }

    .widget.widget-contact {
       
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .social-buttons-widget .icon a {
        width: 60px;
        height: 60px;
    }

    .footer-main .single-footer-items .menu-list {
        flex-wrap: wrap;
    }

    .footer-main .single-footer-items .ftr-nav {
        margin-top: 15px;
    }
}