@font-face {
    font-family: "IRANSansWeb";
    src: url("../../assets/fonts/Iransans/IRANSansWeb(FaNum).ttf");
    font-weight:200;
}
@font-face {
    font-family: "IRANSansWeb-bold";
    src: url("../../assets/fonts/Iransans/IRANSansWeb(FaNum)_Bold.ttf");
    font-weight:500;
}
@font-face {
    font-family: "Farnaz";
    font-style: normal;
    src: url("../../assets/fonts/bold/Far_Farnaz.ttf");
}
h1 {
    font-family: "Farnaz";
}

h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-family: 'IRANSansWeb', 'IRANSansWeb-bold';
}
/* Style resets */
a {
    text-decoration: none;
    color: #12163f;
}
a:hover {
    color: #656ed8;
    transition: 0.2s;
}
.carousel-control-next {
    justify-content: space-between;
    align-items: center;
}
.carousel-control-prev {
    align-items: center;
    justify-content: end;
}
.p-53 {
    padding: 0px 53px;
}
/* Header Start */
.main-menu {
    background: #a37524;
}
.main-menu p,
.main-menu li,
.main-menu a,
.main-menu span {
    color: white;
}
.stellarnav {
    position: relative;
    width: auto;
    z-index: 99;
    line-height: normal;
    text-align: start;
}
.stellarnav a {
    color: #777;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
}
.stellarnav li a {
    padding: 13px 22px;
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.stellarnav li li a {
    padding: 8px 23px;
}
.stellarnav > ul > li {
    display: inline-block;
}
.stellarnav ul ul {
    top: auto;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: right;
    display: none;
    background: #17222b;
}
.stellarnav li li {
    display: block;
}
.stellarnav ul ul ul {
    top: 0;
    right: 220px;
}
.stellarnav > ul > li:hover > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.stellarnav > ul > li.drop-left > ul {
    left: 0;
}
.stellarnav li.drop-left ul ul {
    right: auto;
    left: 220px;
}

.stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
}
body.stellarnav-noscroll-x {
    overflow-x: hidden;
}
.stellarnav li.has-sub > a:after {
    content: "";
    margin-right: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    display: none;
}
.stellarnav li li.has-sub > a:after {
    margin-right: 10px;
    float: left;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    position: relative;
    top: 4px;
}
.stellarnav li.drop-left li.has-sub > a:after {
    float: right;
    margin-left: 10px;
    border-right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}
.stellarnav.hide-arrows li.has-sub > a:after,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
    display: none;
}
.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
}
.stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0;
}

.stellarnav.desktop li.has-sub a {
    padding-left: 5px;
    color: white;
    width: 100% !important;
}
.stellarnav.desktop.hide-arrows li.has-sub a {
    padding-left: 15px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0;
}
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
    display: none;
}
.stellarnav svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    position: relative;
    top: 2px;
}
.stellarnav a.dd-toggle .icon-plus {
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.stellarnav a.dd-toggle .icon-plus:before {
    content: "";
    display: block;
    width: 12px;
    height: 0;
    border-bottom: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
    transition: width 0.3s;
}
.stellarnav a.dd-toggle .icon-plus:after {
    content: "";
    display: block;
    width: 12px;
    height: 0;
    top: 50%;
    border-bottom: solid 2px #ffffff;
    position: absolute;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.stellarnav .icon-close {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    display: none;
}
.stellarnav .icon-close:before {
    content: "";
    display: block;
    width: 12px;
    height: 0;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
}
.stellarnav .icon-close:after {
    content: "";
    display: block;
    width: 12px;
    height: 0;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
    transform: rotate(45deg);
}
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
    padding: 15px;
    box-sizing: border-box;
}
.stellarnav .menu-toggle span.bars {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 3px;
}
.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 0 3px;
}
.stellarnav .full {
    width: 100%;
}
.stellarnav .half {
    width: 50%;
}
.stellarnav .third {
    width: 33%;
    text-align: center;
}
.stellarnav .location-btn-mobile.third {
    text-align: center;
}
.stellarnav .location-btn-mobile.half {
    text-align: left;
}
.stellarnav.mobile {
    position: static;
}
.stellarnav.mobile.fixed {
    position: static;
}
.stellarnav.mobile ul {
    position: relative;
    display: none;
}
.stellarnav.mobile.active {
    padding-bottom: 0;
}
.stellarnav.mobile.active > ul {
    display: block;
}
.stellarnav.mobile ul {
    text-align: right;
}
.stellarnav.mobile > ul > li {
    display: block;
}
.stellarnav.mobile > ul > li > a {
    padding: 15px;
}
.stellarnav.mobile ul {
    background: #17222b;
}
.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.stellarnav.mobile ul ul ul {
    right: auto;
    top: auto;
}
.stellarnav.mobile li.drop-left ul ul {
    left: auto;
}
.stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile li a.dd-toggle {
    border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
    display: inline-block;
}
.stellarnav.mobile li.call-btn-mobile {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
}
.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-left: 0;
    text-align: right;
}

.stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
}
.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
    display: none;
}
.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.stellarnav.mobile.right > ul {
    right: 0;
}
.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: left;
}
.stellarnav.mobile.left > ul {
    right: 0;
}
.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
    text-align: center;
}
.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
    text-align: center;
}
.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
    text-align: center;
}
.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
    text-align: center;
}
.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
    text-align: right;
}
.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
    display: none;
}
.stellarnav.desktop li.mega ul ul {
    background: 100% 0;
}
.stellarnav.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}
.stellarnav.desktop li.mega li li {
    display: block;
    position: relative;
    right: 4px;
}
.stellarnav.desktop li.mega ul ul {
    width: auto;
}
.stellarnav.desktop > ul > li.mega {
    position: inherit;
}
.stellarnav.desktop > ul > li.mega > ul {
    width: 100%;
}
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
    display: block;
    position: relative;
    right: auto;
}
.stellarnav.desktop > ul > li.mega > ul > li {
    padding-bottom: 15px;
    box-sizing: border-box;
}
.stellarnav.desktop li.mega li li a {
    padding: 5px 15px;
}
.stellarnav.desktop li.mega li.has-sub a:after {
    display: none;
}
.stellarnav.desktop > ul > li.mega > ul > li > a {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}
@media only screen and (max-width: 768px) {
    .stellarnav {
        overflow: hidden;
        display: block;
    }
    .stellarnav ul {
        position: relative;
        display: none;
    }
}
@media only screen and (max-width: 420px) {
    .stellarnav.mobile .call-btn-mobile.third span,
    .stellarnav.mobile .location-btn-mobile.third span {
        display: none;
    }
}
.main__menu ul li a:hover,
.main__menu ul li.current a {
    color: #ffbb40;
}
.main__menu ul li.current li a {
    color: #000;
}
.main__menu ul li {
    position: relative;
    z-index: 2;
}
.main__menu ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #ffbb40;
    top: 50%;
    border-radius: 50%;
    right: 10px;
    margin-top: -2.5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.main__menu ul li li:before {
    right: 7px;
}
.main__menu ul li:hover:before,
.main__menu ul li.current:before {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}
ul#newsprk_menu {
    z-index: 99;
}
.newsprk_nav li {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.newsprk_nav ul {
    margin: 0;
    padding: 0;
}
.newsprk_nav li a {
    padding: 18px 20px;
    background: 100% 0;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.newsprk_nav li a:before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    right: 0;
    top: 0;
    background: #fbfbfb38;
    z-index: -1;
    transition: all 0.4s;
    border-radius: 5px;
}

.newsprk_nav li a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    right: 0;
    bottom: 0;
    background: #1091ff;
    z-index: -1;
    transition: all 0.4s;
}
.newsprk_nav li a:hover:after {
    width: 100%;
    transition: all 0.4s;
}
.newsprk_nav li a:hover:before {
    height: 100%;
    transition: all 0.4s;
}
.newsprk_nav li a:hover {
    color: #ffffff;
}
.newsprk_nav li ul li a {
    width: 200px;
}
.newsprk_nav li ul li a:before,
.newsprk_nav li ul li a:after {
    display: none;
}
.newsprk_nav li li > a {
    padding: 13px 20px;
}
.newsprk_nav li li > a:hover {
    background: #1091ff;
    color: #fff;
}

.newsprk_nav li ul li a i {
    float: left;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .newsprk_nav li a {
        font-size: 14px;
    }
}
.main-menu .row {
    padding: 8px;
    margin: 0;
}
.main-menu .col-lg-3 {
    padding: 0;
    margin: 0;
}

/* Header end */
/* Hero Slider Start */
.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.1s ease;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.category-title {
    font-weight: bold;
    margin-bottom: 5px;
}
@media (min-width: 991px) and (max-width: 1086px) {
    .hero .vid {
        flex-direction: column !important;
    }
    .hero .video-category {
        margin-top: 0.5rem;
    }
    .video-title {
        font-size: 11px !important;
    }
}
@media (min-width: 991px) {
    #imageCarousel {
        /* height: 100%; */
    }
    #imageCarousel .carousel-inner {
        /* height: 100%; */
    }
    #imageCarousel .carousel-item {
        /* height: 100%; */
    }
    #imageCarousel img {
        height: 100% !important;
        /* max-height: 500px; */
        object-fit: cover;
    }
}
@media (min-width: 375px) {
    #imageCarousel img {
        max-height: 380px;
        min-height: 380px;
    }
}
@media (min-width: 768px) {
    #imageCarousel img {
        max-height: 436px;
        min-height: 380px;
    }
}
@media (min-width: 991px) {
    #imageCarousel img {
        max-height: 430px;
        min-height: 430px;
    }
    .carousel-caption.d-none.d-md-block {
        padding: 10px 0px 50px 0px;
    }
}
/* Hero Slider End */

/* Overlay for videos Strat*/
.video-container {
    position: relative;
    margin-bottom: 20px;
}
.video-container video {
    width: 100%;
    height: auto;
}
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 90%;
}
.video-category {
    font-weight: bold;
    font-size: 0.9rem;
    background-color: #d41900;
    width: fit-content;
    padding: 4px;
    border-radius: 5px;
    color: white;
}
.video-title {
    font-weight: bold;
    font-size: 13px;
}
.hero-video {
    width: 100%;
    height: 230px;
}
/* Overlay for videos End*/

/* company logos slider Start */
#brand-slider {
    background-color: #b6b6d1;
}
#brand-slider .brand-logo img {
    max-width: 150px;
    height: auto;
}

#brandCarousel .carousel-item {
    transition: transform 1.5s ease-in-out;
}
.company-name {
    font-size: 32px;
    font-weight: normal;
    color: #001029;
}
.section-name {
    font-size: 64px;
    font-weight: bold;
    color: #12163f;
}
@media (max-width: 768px) {
    #brand-slider .carousel-item .brand-logo {
        flex: 1 0 33%; /* 3 logos per slide on tablets */
    }
}

@media (max-width: 576px) {
    #brand-slider .carousel-item .brand-logo {
        flex: 1 0 50%; /* 2 logos per slide on mobile */
    }
}
.section-2 .carousel-control-next {
    justify-content: flex-start;
    align-items: baseline;
}
.section-2 .carousel-control-prev {
    justify-content: flex-end;
    align-items: baseline;
}
.section-2 .carousel-control-next {
    align-items: baseline;
    width: fit-content;
}
/* company logos slider End */

/* Section 3 Strat */
.section-3 {
    background: linear-gradient(to right, #474799, #343495, #212179);
}
.section-3 .video-category {
    font-weight: bold;
    font-size: 0.9rem;
    background-color: #cb6100;
    width: fit-content;
    padding: 4px;
    border-radius: 5px;
    color: white;
}
.section-3 .video-title {
    font-weight: bold;
    font-size: 16px;
    color: white;
}
.section-3 .vid-description {
    color: rgba(255, 255, 255, 0.679);
    font-size: 13px;
}
.section-3 video {
    width: 350px;
    /* height: 200px; */
}
.category-logo img {
    max-height: 40px;
}

.section-body {
    border-radius: 5px;
}

@media (max-width: 768px) {
    .section-body {
        margin-top: 3rem;
    }
}
.section-3 .news {
    height: 450px;
    background: linear-gradient(
        to bottom,
        hsla(0, 0%, 83%, 0.4),
        hsla(248, 79%, 79%, 0.6)
    );
    border-radius: 7px;
    border: 1px solid hsla(0, 0%, 100%, 0.7);
    width: fit-content;
}
.section-3 .news-body {
    background-color: #f8f8f8;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    max-height: 340px;
    overflow-y: auto;
    --sb-track-color: #9d9d9d;
    --sb-thumb-color: #484848;
    --sb-size: 5px;
    border-radius: 14px;
    /* width: fit-content; */
}
.section-3 .news-body ul li {
    margin: 10px 0px;
}
.news-section-video-thumb {
    width: 300px;
    min-width: 300px;
    height: 200px;
    border-radius: 7px !important;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 849px) {
    .news-section-video-thumb {
        min-width: 220px;
            width: -webkit-fill-available !important;
        height: 200px !important;
    }
}
@media (min-width: 340px) and (max-width: 767px) {
    .news-section-video-thumb {
        width: 300px;
        min-width: 300px !important;
        height: 200px !important;
    }
}
@media (min-width: 963px) and (max-width: 986px) {
    .news-section-video-thumb {
        width: 200px;
        min-width: 200px !important;
        height: 180px !important;
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    .news-section-video-thumb-row {
        /* justify-content: center; */
    }
    .section-3 .vid {
        flex-direction: row !important;
    }
    .section-3 .vid .video-category {
        text-wrap: nowrap;
    }
    .section-3 .vid-contaciner {
        width: 100%;
    }
}

/* Scroll style start */

.news-body::-webkit-scrollbar {
    width: var(--sb-size);
}

.news-body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
}

.news-body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
    .news-body {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}
/* Scroll style end */

.card {
    border-radius: 10px;
    overflow: hidden;
}

.card-header h5 {
    margin: 0;
}

.card-body {
    max-height: 250px;
    overflow-y: auto;
    background-color: #f4faff;
}

@media (max-width: 768px) {
    .card {
        width: 100%;
        height: auto;
    }
}
.section-3 .overflow-section {
    background-color: #f8f8f8;
    border-radius: 14px;
    overflow: hidden; 
    max-height: 250px;
}
.section-3 .quotes {
    width: fit-content;
    height: 324px;
    background: linear-gradient(
        to bottom,
        hsla(0, 0%, 83%, 0.4),
        hsla(248, 79%, 79%, 0.6)
    );
    border-radius: 7px;
    border: 1px solid hsla(0, 0%, 100%, 0.7);
}
@media (min-width: 768px) and (max-width: 963px) {
    .section-3 .vid {
        flex-direction: column !important;
    }
    .section-3 .video-category {
        margin-top: 0.5rem;
    }
}
.section-3 .card-body p {
    width: -webkit-fill-available;
    font-size: 15px;
}
@media (min-width: 767px) and (max-width: 1059px) {
    .section-3 .card-header h5 {
        font-size: 15px;
    }
    .section-3 .card-header small {
        font-size: 10px;
    }
}

/* Section 4 Start( main video section) */
.section-4 {
    background: linear-gradient(to right, #010602, #172019);
}
.main-video {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: max-content;
}
.overlay-container {
    bottom: 10px;
    right: 24px;
}
.video-overlay-p {
    font-size: 1rem;
    font-weight: bold;
    width: 60%;
    color: white;
}
.video-date-time {
    font-size: 0.688rem;
    font-weight: bold;
    color: white;
    transition: 0.3s;
}
.play-btn {
    opacity: 0;
    top: 50%;
    left: 50%;
}
.play-btn {
    cursor: pointer;
    transition: 0.3s;
}
.main-video-container {
    /*width: fit-content;*/
    /*height: fit-content;*/
}
.main-video-container:hover .play-btn-main {
    opacity: 1;
    top: 50%;
    right: 42%;
}
.main-video-container:hover img {
    opacity: 0.7;
    transition: 0.3s;
}
.main-video-container:hover .video-date-time {
    font-size: 0.938;
}

.secondary-video-container img {
    
    object-fit: cover;
    border-radius:8px;
}
.secondary-video-container .my-4.d-flex.flex-column.flex-md-row{
    overflow:hidden;
    
}
img.main-section-video-posts,
.secondary-video-containe{
    
        transition:all .3s ease-in-out;
}
.secondary-video-container:hover img.main-section-video-posts{
    transform:scale(1.05);
}
.section-4 .video-title {
    color: white;
}
.section-4 .video-date-time {
    color: #b3b3b3;
    font-weight: normal;
}
@media (max-width: 854px) {
    .video-overlay-p {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    img.main-section-video-posts {
        width: 245px;
        min-width: 245px !important;
        min-height: 130px !important;
    }
}
@media (min-width: 992px) and (max-width: 1212px) {
    img.main-section-video-posts {
        min-width: 158px !important;
        height: 130px !important;
        width: 158px;
    }
}
@media (min-width: 1213px) and (max-width: 1337px) {
    img.main-section-video-posts {
        min-width: 158px !important;
        height: 130px !important;
        width: 158px;
    }
}

@media (min-width: 1338px) {
    img.main-section-video-posts {
        min-width: 245px !important;
        height: 130px !important;
        width: 245px;
    }
}
@media (min-width: 678px) {
    img.img-fluid.main-video-container-img {
        height: 500px;
        width: 567px;
    }
}
@media (min-width: 991px) {
    img.img-fluid.main-video-container-img {
        height: 640px;
        width: 766px;
    }
}

.play-btn-main {
    opacity: 0;
}

/* Section 4 end( main video section) */

/* Section 5 Start (Blog/side content section) */
.section-5 {
    background-color: #ecf5f8;
}
.blog-info {
    background-color: #5d869d;
    border-radius: 10px;
}
.section-5 .video-date-time,
.section-5 .author {
    margin: 5px;
    font-size: 14px;
    color: white;
    font-weight: normal;
}
.my-4.position-relative.blog-container{
    overflow:hidden;
    border-radius:8px;
}
.main-blog {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: max-content;
    max-height: 594px !important;
    border-radius: 8px;   
    transition:all .3s ease-in-out;
}
.main-blog:hover{
    transform: scale(1.05);
    transform-origin: bottom;
}
.section-5 .video-title{
    font-size: 16px;
    color: #12163f;
    font-weight: normal;
    margin-top:5px;
}
.section-5 .video-date-time {
    font-size:12px;
    color:#12163f8c;
}
.blog-container .video-date-time {
    color: white;
    overflow:hidden;
}
.section-5 .secondary-video-main-blog {
    max-height: 372px;
    min-height: 162px;
    min-width: 162px;
    max-width: 430px;
}
@media (min-width: 430px) and (max-width: 768px) {
    .section-5 .secondary-video-main-blog {
        width: 421px;
        height: 223px;
        object-fit: cover;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .section-5 .secondary-video-main-blog {
        width: 350px;
        height: 223px;
        object-fit: cover;
    }
}
@media (min-width: 991px) {
    .section-5 .secondary-video-main-blog {
        width: 280px;
        height: 223px;
        object-fit: cover;
        min-width: 280px;
    }
}
@media (min-width: 991px) and (max-width: 1382px) {
    .section-5 .vid {
        flex-direction: column !important;
    }
}
/* Section 5 End (Blog/side content section) */

/* Footer Start */
footer {
    background: linear-gradient(to right, #15152d, #25254b, #151536);
    padding: 20px 0px;
}
footer p,
footer h4,
footer a,
footer h3 {
    color: white;
}
footer h4 {
    margin: 42px 0px 26px 0px;
    font-size: 20px;
}
.copyright-footer {
    background: linear-gradient(to right, #383866, #25254b, #25255a);
}
/* Footer End */
.resault {
    background-color: #f1f6ff;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
}
.resault:hover {
    background-color: #e2ecff;
    border-radius: 8px;
}
.resault .video-date-time {
    font-size: 18px;
}
.search-res-img {
    width: 9rem;
    height: 5rem;
    object-fit: cover;
}
@media (min-width: 1224px) {
    .resault h4 {
        font-size: 16px;
    }
    .resault p {
        font-size: 14px;
    }
    .resault .video-date-time img {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 951px) {
    .resault h4 {
        font-size: 16px;
    }
    .resault p {
        font-size: 14px;
    }
    .resault .video-date-time img {
        width: 14px;
        height: 14px;
    }
    .resault .video-date-time {
        font-size: 14px;
    }
}
.resault .video-date-time {
    font-weight: normal;
}
.img-con-search {
    margin-left: 10px;
}
.resault-desc {
    width: inherit;
    position: absolute;
    background: transparent !important;
    bottom: -20px;
}
.video-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.video-card img {
    width: 100%;
    height: auto;
}
.video-card .icon {
    position: absolute;
    top: 10%;
    right: 2%;
    padding: 5px;
    border-radius: 50%;
}
.video-card .overlay-text {
    position: absolute;
    bottom: 30%;
    right: 0%;
    color: white;
    font-size: 1.2rem;
    /* background: linear-gradient(to top, #000000a3 0%, #2d2d2dd9 100%) !important; */
    box-shadow: inset 0px 20px 20px 16px #00000087, 0px 20px 20px 20px #00000070 !important;
    padding: 5px;
    width: 100%;
    transition: 0.3s;
}
.video-card .date {
    position: absolute;
    bottom: 2%;
    left: 2%;
    color: white;
    font-size: 0.9rem;
    background-color: rgba(0, 0, 0, 0.714);
    padding: 3px;
    border-radius: 7px;
    opacity: 0;
    transition: 0.3s;
}
.video-resaults span.tranding {
    width: 30px;
    height: 30px;
}
.video-resaults .fas.fa-play {
    position: absolute;
    top: 38%;
    left: 38%;
}
.video-card:hover img {
    transition: 0.3s;
    filter: brightness(0.3);
}
.video-card:hover .date,
.video-card:hover .overlay-text {
    opacity: 1;
    font-weight: bold;
}
.video-card .fa-play:before {
    color: #f55;
}
.video-resaults span.tranding {
    background: #4f4f4f9b !important;
    transition: 0.3s;
}
.video-card:hover span.tranding {
    background: #f55 !important;
}
.video-card:hover .fa-play:before {
    color: white;
}
@media (min-width: 992px) and (max-width: 1485px) {
    .hero .r-s {
        margin-bottom: 10px;
    }

    .hero .r-s img,
    #imageCarousel,
    .hero .carousel-inner,
    .hero .carousel-item {
        height: 100%;
    }
    .hero .l-s {
        display: flex;
        width: 100%;
    }
    .hero .m-s {
        width: 50%;
    }
    .hero .hero-video {
        width: 50% !important;
    }
}
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
        .form-floating
    ) {
    border-top-right-radius: 33px !important;
    border-bottom-right-radius: 33px !important;
}

.archive-post {
    transition: 0.3s;
    cursor: pointer;
}
.archive-body {
    background-color: white;
    transition: 0.3s;
    padding: 8px;
}
.archive-meta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.archive-date div {
    font-size: 13px;
    opacity: 0.9;
    color: #0b5ea6;
}
.archive-post:hover {
    transform: scale(1.04);
}
.archive-post:hover .archive-body {
    background-color: #f4f4ff;
}
.archive-meta-section {
    position: relative;
}
.archive-meta-section::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    top: 29%;
    right: -20px;
    background-color: rgb(136, 144, 255);
}
.top-header {
    background-image: url("../../assets/media/tophead2.png");
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
    overflow-x: hidden;
}
.irans-date {
    color: white;
    font-weight: 500;
    padding: 10px;
    width: fit-content;
}
.top-social {
    margin-bottom: 10px;
    background: linear-gradient(to right, #f9b234, #cf993b, rgb(205, 159, 72));

    padding: 10px;
}

.social-hover img {
    width: 24px;
    height: 24px;
    /* filter: invert(97%) sepia(99%) saturate(13%) hue-rotate(263deg) brightness(103%) contrast(100%); */
    font-weight: bold;
}

/* Style 1 Start*/
.hot-news-carousel .carousel-control-next {
    right: -24px;
}
.hot-news-carousel .carousel-control-prev {
    right: 40px !important;
}
.hot-news-carousel p {
    padding: 0px 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
}
@media (min-width: 544px) and (max-width: 992px) {
    .hot-news-carousel p {
        padding: 0px 130px;
    }
}
/* End Style 1 */

/* Style 2 Start */
/* .hot-news-carousel .carousel-control-next {
    left: 70px;
}
@media (min-width:544px) and (max-width:991px) {
	.hot-news-carousel .carousel-control-next {
		left: 141px;
	}
} */
/* End Style 2 */
.vid-hero-1,
vid-hero-2 {
    object-fit: cover;
}
.video-category {
    background-color: #d41900;
}
.overflow-section .card.shadow {
    height: 200px;
}
.overflow-section .card-header {
    background-color: #ced9e3;
}
.section-3 .rounded-circle {
    width: 47px;
    height: 47px;
}

@media (max-width: 991px) {
    .left-div img {
        width: 326px;
        height: 185px;
        object-fit: cover;
        margin: 12px 0px;
        max-width: 200px;
    }
}
@media (min-width: 991px) {
    .left-div img {
        max-width: 130px;
        width: 239px;
        height: 100px;
        object-fit: cover;
    }
}
@media (min-width: 412px) {
    .section-3 .card-body p {
        max-width: 288px;
        min-width: 288px;
    }
}
@media (min-width: 1373px) {
    .section-3 .card-body p {
        max-width: 365px;
        min-width: 365px;
    }
}
@media (min-width: 338px) and (max-width: 677px) {
    .video-overlay-p {
        font-size: 0.8rem;
    }
}

@media (max-width: 459px) {
    img.img-fluid.main-video-container-img {
        min-width: 275px;
        width: 275px;
    }
}
@media (min-width: 460px) and (max-width: 570px) {
    img.img-fluid.main-video-container-img {
        width: 390px;
        min-width: 390px;
    }
}
@media (min-width: 568px) and (max-width: 678px) {
    img.img-fluid.main-video-container-img {
        min-width: 500px;
        width: 500px;
    }
}

@media (max-width: 768px) {
    .hot-news-carousel.col-12.col-md-12.col-lg-4.my-2.my-lg-0 {
        display: none;
    }
    .site-name-section {
        background-color: #0000006d;
        border-radius: 7px;
        padding: 10px;
    }
    .site-name-section p,
    .site-name-section h1 {
        color: white;
    }
    .site-name-section h1 {
        font-size: 16px;
    }
    .site-name-section p {
        font-size: 12px;
    }
    .search-desktop {
        display: none;
    }
    .social-desktop {
        display: none;
    }
    .social-mobile {
        justify-content: center !important;
    }
    .social-hover img {
        filter: invert(97%) sepia(99%) saturate(13%) hue-rotate(263deg)
            brightness(103%) contrast(100%);
    }
    .top-head-widget {
        transform: scale(0.8);
    }
    .logo-contaiiner-mobile {
        padding: 0 !important;
    }
}

@media (max-width: 960px) {
    .social-desktop {
        display: none;
    }
    .social-mobile {
        justify-content: center !important;
    }
    .social-hover img {
        filter: invert(97%) sepia(99%) saturate(13%) hue-rotate(263deg)
            brightness(103%) contrast(100%);
    }
}
@media (min-width: 768px) {
    .search-mobile {
        display: none;
    }
    .social-mobile {
        display: none;
    }
    .social-hover {
        transition: 0.3s ease-in-out all;
        margin: 0px 7px;
        border-right: 1px solid #00000057;
        padding: 0px 22px 0px 0px;
    }
}
@media (min-width: 569px) and (max-width: 768px) {
    .responsive-tablet-head {
        margin: 10px;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .social-mobile {
        display: none !important;
    }
    .social-hover {
        margin: 0px 10px;
    }
}
@media (min-width: 991px) {
    .mobile-ss {
        display: none !important;
    }
    .social-hover {
        transition: 0.3s ease-in-out all;
        margin: 0px 10px;
    }
    .social-hover:hover {
        transform: scale(1.1);
    }
    .social-hover img {
        width: 24px;
        height: 24px;
        /* filter: invert(97%) sepia(99%) saturate(13%) hue-rotate(263deg) brightness(103%) contrast(100%); */
        font-weight: bold;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-5.col-md-1.logo-contaiiner-mobile {
        align-self: center;
    }
}

.sort-filter-btn {
    background-color: #fbd083;
    transition: 0.3s;
}
.sort-filter-btn:hover,
.sort-filter-btn:active,
.sort-filter-btn:focus-visible,
.sort-filter-btn:focus:not(:focus-visible) {
    background-color: #e1f1ff;
}
.advaced-search-txt {
    color: #5e564b;
    border-right: 4px solid #0b5ea6;
    padding: 3px;
}
.start-date,
.end-date {
    border-radius: 33px;
    height: 45px;
    width: 50%;
}

@media (min-width: 1199px) {
    .filter-btns-group {
        padding-left: 144px;
    }
}
.advanced-search-btn {
    background-color: grey;
    border-radius: 27px;
    color: white;
    transition: 0.3s;
    font-size: 13px;
}
.advanced-search-btn:hover {
    background-color: white;
    border-radius: 27px;
    color: grey;
}
.btn-link {
    background: #f9b234;
    border-radius: 100px;
    transition: 0.3s;
}
.btn-link:hover {
    background: #e2a53c;
    border-radius: 100px;
    transition: 0.3s;
}
.search-modal-header {
    background: linear-gradient(to right, #b08e54, #e2c99e);
}
.search-modal-body {
    background: linear-gradient(to right, #e8cd9f, #fdeed4);
    border-bottom-left-radius: calc(0.5rem - 1px);
    border-bottom-right-radius: calc(0.5rem - 1px);
}
.search-input-md-ds {
    border-radius: 100px;
    border: none;
    /* box-shadow:none; */
    margin-bottom: 0;
}
.search-input-md-ds:focus {
    box-shadow: none;
}
@media (min-width: 991px) and (max-width: 1202px) {
    .advanced-search-btn {
        font-size: 9px;
    }
}
section.search-filter.container-fluid {
    background: linear-gradient(to right, #bba580, #d1b687);
    padding: 5px;
}

@media (min-width: 1199px) {
    section.search-filter.container-fluid .filter-btns-group {
        padding-left: 86px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .advaced-search-txt {
        font-size: 15px;
    }
}

.sbmt-btn {
    background-color: #f8d9a5;
    border-radius: 7px;
    transition: 0.3s;
}
.sbmt-btn:hover,
.sbmt-btn:active,
.sbmt-btn:focus-visible,
.sbmt-btn:focus:not(:focus-visible) {
    background-color: #f8d9a561;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 7px;
    border: none;
    margin: 2px 0px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #fbd083;
    border-radius: 7px;
    margin: 2px 0px;
    border: none;
}
input.m-1.start-date.shadow,
input.m-1.end-date.shadow {
    padding-right: 10px;
    border: none;
}
label.btn.searchfilter-chk-box-label:hover {
    background-color: #fbd183b1;
}
@media (min-width: 341px) and (max-width: 476px) {
    .vid-hero-1,
    .vid-hero-2 {
        min-height: 324px;
        object-fit: cover;
        max-height: 324px;
        height: 324px;
    }
}
@media (min-width: 529px) and (max-width: 991px) {
    .vid-hero-1,
    .vid-hero-2 {
        min-height: 324px;
        object-fit: cover;
        max-height: 324px;
        height: 324px;
    }
}
.comment-send-info-box {
    height: max-content !important;
}
.comment-section-post-container {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.comment-section-post {
    min-height: max-content !important;
}
.comment-section {
    margin-bottom: 50px;
}
.comment-section h3 {
    background-color: #ffc107;
    padding: 10px 43px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    width: max-content;
    font-weight: bold !important;
}
.comment-section button,
.single-input-item button,
.lgn-btn,
.resert-password-btn {
    background: #f4b766;
    font-weight: 700;
    color: #512405;
    transition: all 0.3s ease-in-out;
    border: none;
}
.comment-section button:hover,
.lgn-btn:hover,
.resert-password-btn:hover {
    background: #fcc276;
    font-weight: 700;
    color: #703208;
    border: none;
}
.comment-section button.btn:focus-visible,
.resert-password-btn:focus-visible {
    background: #fcc276;
    font-weight: 700;
    color: #703208;
    border: none;
}
.comment-section p.text-white.media-heading {
    background: #664201;
    padding: 6px;
    border-radius: 100px;
    text-align: center;
}
.comment-section H6 {
    /* background: #484503; */
    padding: 6px;
    border-radius: 100px;
    text-align: center;
}
ul.media-list.list-unstyled.mb-0 .li.mt-40.d-flex.flex-column {
    margin-top: 5px;
}
.main-comment-box {
    /* background: #ecd08e; */
    padding: 5px;
    border-radius: 7px;
    margin: 5px 0px;
}
ul.list-unstyled.ps-4.ps-md-5.sub-comment {
    margin: 10px 0px;
}
.comments-area h5 {
    margin-bottom: 35px !important;
}
.comment-section textarea {
    resize: none;
}
.comments-area .card-body {
    background-color: #fffbf1;
}
.comment-reply-main {
    border: 1px solid #00000026;
}
.comment-rep-first-layer {
    background: #e7d284 !important;
    color: #703200 !important;
}
.comment-wrapped {
    margin-top: 15px;
}
.send.d-grid {
    width: fit-content;
}
.form-icon.position-relative input {
    width: fit-content !important;
    box-shadow: inset 3px 0px 5px 6px #7f7f7f17;
}
.invalidFeedback {
    color: red;
}
.comment-reply-btn {
    height: max-content;
    border-radius: 100px;
}
.member-area-from-wrap .login-reg-form-wrap .single-input-item input{
    /* width: -webkit-fill-available; */
    border: 1px solid #00000026;
    border-radius: 5px;
    padding: 5px;
    display: block;
}
.login-reg-form-wrap.p-5,
.login-reg-form-wrap,
.login-form{
    text-align: -webkit-center;
}
.lgn-btn,
.resert-password-btn,
.password-update-btn{
    border-radius: 100px !important;
    padding: 10px !important;
    background: #fcc276 !important;
    font-weight: 700 !important;
    color: #703208 !important;
    border: none !important;
}
.admin-primary-btn{
    border-radius: 100px !important;
    padding: 10px !important;
    background: #fcc276 !important;
    font-weight: 700 !important;
    color: #703208 !important;
    border: none !important;
}
.admin-secondary-btn{
    border-radius: 100px !important;
    padding: 10px !important;
    background: #fcc2769f !important;
    font-weight: 700 !important;
    color: #703208 !important;
    border: none !important;
}

/*fixes start*/
.main-video-container > img:first-of-type{
    width: -webkit-fill-available;
}
@media (max-width:767px){
    .col-12.col-md-6.col-lg-6.section5_helper {
    display: flex
;
    justify-content: center;
}
}
.vid {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius:8px;
    overflow: hidden;
}
.section-3 .vid {
    background: #ffffff42;
    overflow: hidden;
    border: 1px solid #ffffff45;
}
.section-3 .vid,
.news-section-video-thumb{
    transition:all .3s ease-in-out;
}
.section-3 .vid:hover .news-section-video-thumb{
    transform:scale(1.05);
}
.section-5 .secondary-video-main-blog,
.my-4.d-flex.flex-column.flex-md-col.flex-lg-row.vid{
        transition:all .3s ease-in-out;
}
.vid:hover .secondary-video-main-blog{
    transform: scale(1.05);
}+

.section-5 .secondary-video-main-blog {
    width: -webkit-fill-available;
    
}
@media(min-width:1382px){
   .section-5 .secondary-video-main-blog {
     max-width: 250px;
    
}
}
.vid .me-2.mt-2.mt-md-0{
    padding:6px;
}
@media (max-width: 574px) {
    .news-section-video-thumb {
        width: -webkit-fill-available !important;
    }
}
@media (min-width: 849px) and (max-width:962px) {
    .news-section-video-thumb {
        width: -webkit-fill-available !important;
    }
}
.hero img,
.secondary-video-container,
.section-4 .video-title,
.brand-name{
  transition:all .3s ease-in-out;
}
.vid-hero-1, .vid-hero-2,
.blogs_helper,
.img-brand{
    object-fit:cover;
    border-radius:4px;
    
}
@media (min-width:992px){
    .vid-hero-1, .vid-hero-2{
            width: -webkit-fill-available !important;
    }
}
.two-col_helper,
.center-div,
.left__blogs{
    overflow:hidden;
}
.vid-hero-1:hover, .vid-hero-2:hover{
    transform:scale(1.05);
}
.left__blogs:hover .blogs_helper{
    transform:scale(1.05);
}
.secondary-video-container:hover .video-title{
    color: #ffc107;
}
.secondary-video-container:hover .video-date-time{
    color: white;
}
.hero .carousel-control-prev-icon,
.hero .carousel-control-next-icon{
    background-color: #ffffff38 !important;
    border-radius: 100px !important;
    border: 1px solid white !important;
}
.hero .carousel-control-prev {
    left: 2px !important;
}
.hero .carousel-control-next {
    right: 2px !important;
}
.carousel-control-next-icon ,
.carousel-control-prev-icon{
    background-color: #ffc10799;
    border-radius: 100px;
}
.section-3 .carousel-control-next-icon,
.section-3 .carousel-control-prev-icon {
    width: 2rem !important;
    height: 4rem !important;
}
.slider-widget-products .item:hover .brand-name{
    font-size: 29px;
}
#carouselExampleControls{
    height:250px;
}
/*fixes end*/
