@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/webfonts/Vazirmatn-FD-NL-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-bg: #0818a6;
    --secondary-bg: #f9c784;
    --third-bg: #197278;
    --danger-color: #EF3B3B;
    --warning-color: #FBC756;
    --info-color: #A0C3FF;
    --success-color: #33B11B;
    --menu-responsive-width: 87%;
    --menu-margin-right: 25rem;
    --rem-custom: 5rem;
    --font-family: Vazirmatn;
    --font-family-bold: Vazirmatn;
    --font-family-light: Vazirmatn;
    --font-primary-light: #fefefe;
    --font-secondary-light: #f3f4f7;
    --font-primary-gray: #D1D5DB;
    --font-secondary-gray: #9CA3AF;
    --font-third-gray: #6B7280;
    --font-four-gray: #4B5563;
    --font-primary-dark: #374151;
    --font-secondary-dark: #1F2937;
    --font-third-dark: #000000;
}

/* h1 {
    font-size: 1.8rem !important;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.2rem !important;
}

h4 {
    font-size: 1rem !important;
}

h5 {
    font-size: 0.9rem !important;
}

h6 {
    font-size: 0.8rem !important;
} */

.bg-secondary-gray {
    background-color: var(--font-secondary-gray);
}

.font-gray-secondary-color {
    color: var(--font-secondary-gray);
}

.bg-secondary-yellow {
    background-color: var(--secondary-bg);
}

.bg-secondary-green {
    background-color: var(--third-bg);
}

.info-color {
    color: var(--info-color);
}

.primary-light-color {
    color: var(--font-secondary-light);
}

.secondary-light-color {
    color: var(--font-secondary-light);
}

a {
    text-decoration: none !important;
    color: var(--font-secondary-light);
}

body {
    font-family: var(--font-family);
    scroll-behavior: smooth !important;
}

.w-15 {
    width: 15%;
}

.hot-news-background {
    background-color: var(--third-bg);
}

.responsive-class {
    margin-right: var(--rem-custom);
    margin-left: var(--rem-custom);
}

.w-80 {
    width: var(--menu-responsive-width);
}

.menu-margin {
    margin-right: var(--menu-margin-right);
}

.menu-margin-left {
    margin-left: var(--menu-margin-right);
}

.menu-primary-bg {
    background-color: var(--primary-bg) !important;
}


.custom-logo-image {
    top: -29px;
    background-color: var(--font-primary-light);
    padding: 1px 15px;
    border-radius: 20px;
    right: var(--rem-custom);
    width: 17%;
    height: 100px;
}

.rem-left-5 {
    margin-left: var(--rem-custom);
}

.search-text-indent {
    text-indent: 20px;
}

.custom-search-icon {
    margin-top: 10px;
    margin-left: -25px;
    z-index: 1;
}

/* owl news styles */

/* Custom styles for the carousel */
.news-structure {
    display: flex;
    flex-wrap: nowrap;
    background-color: var(--third-bg);
}


.news-structure .owl-item {
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.news-structure.owl-rtl {
    display: flex !important;
}

.news-structure div.owl-nav {
    position: absolute !important;
    left: 0 !important;
}

.news-structure .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 6px 20px !important;
}

.news-structure .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: var(--font-four-gray) !important;
    border-radius: 10px;
    color: var(--font-primary-light);
}

.news-structure.owl-nav button.owl-next {
    background-color: var(--font-four-gray) !important;
    border-radius: 10px;
    color: var(--font-primary-light);
}

body > header > div:nth-child(3) > div > div > div > div.col-md-3 > h3 {
    margin-top: 8px;
}

.news-structure > div.owl-stage-outer > div > div.owl-item.active > div > h6:nth-child(2) {
    margin-left: -1;
}

.carousel-indicators {
    margin-bottom: -2rem !important;
}

.custom-height {
    height: 50vh !important;
}

/* Custom styles for the slider */
.custom-slider {
    margin-top: 20px;
}

.carousel-dark .carousel-inner {
    height: 20rem;
    /* Set the fixed height */
    border-radius: 10px;
}

.carousel-dark .carousel-item img {
    object-fit: cover;
    /* Ensure the image covers the full container */
    height: 100%;
    /* Ensure the image height is 100% of the container */
    width: 100%;
    /* Ensure the image width is 100% of the container */
}

.carousel-dark .carousel-item {
    text-align: justify;
    position: relative;
    height: 100%;
}

.carousel-dark .carousel-caption {
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translate(0, -30%);
    border-radius: 10px;
    color: var(--font-primary-light);
}

.slick-custom-class {
    background-color: var(--font-secondary-gray);
    margin-top: 6rem;
}

.slick-custom-margin-top {
    margin-top: -3rem;
}

.navigation {
    top: -80px;
    left: 0;
}

.film-custom-navigation {
    bottom: 110px;
    right: 285px;

}

/*.pre {
    top: -30px;
    right: 30px
}

.nex {
    right: 30px
}

.custom-slick-button {
    border: none;
    background-color: #cccccc;
    padding: 1px 10px;
    border-radius: 8px;
    color: white;
}*/

.film-custom-button {
    border: none;
    background-color: var(--font-primary-gray);
    padding: 1px 10px;
    border-radius: 8px;
    color: var(--font-primary-light);
}

.blog-date {
    bottom: 40px;
    left: 0;
    background-color: var(--secondary-bg);
    width: 35%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}

.new-structure {
    background-image: url("./../images/Logo/film.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
}

footer {
    background-color: var(--primary-bg);;
    /* Set background color for the footer */
    padding: 20px 0;
    /* Add padding to the footer */
}

/* Style for the box with white background */
.white-box {
    background-color: var(--font-primary-light);;
    /* Set white background color */
    padding: 20px;
    /* Add padding to the box */
    text-align: center;
    /* Center text within the box */
}

/* Style for the links */
.footer-links a {
    display: block;
    margin-bottom: 10px;
    color: var(--font-secondary-dark);;
    text-decoration: none;
}

.custom-footer-parameter {
    position: absolute;
    top: -5px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 35px !important;
}

.custom-divider {
    height: 35px;
    background-color: var(--primary-bg);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-divider-two {
    height: 35px;
    background-color: var(--primary-bg);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slick-track {
    text-align: center;
}

.custom-slick-carousel {
    text-align: center;
    width: 100% !important;
}

.slick-slider .slick-track {
    width: 100% !important;
}

.custom-slick-carousel img {
    width: 100%;
    height: 330px;
    border-radius: 20px;
}

.responsive-image {
    width: 100%;
    max-width: 100%;
    height: 22rem;
}

.responsive-image-video {
    width: 100%;
    max-width: 100%;
    height: 30rem;
}

.backup-margin {
    margin-top: -375px
}

.grid-system-first-custom {
    bottom: 54px;
    left: 0;
    color: var(--font-primary-light);
    background-color: var(--secondary-bg);
    width: 30%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.grid-system-second-custom {
    bottom: 30px;
    left: 0;
    color: var(--font-primary-light);
    background-color: var(--primary-bg);
    width: 40%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.wide-system-first-custom {
    bottom: 54px;
    left: 23px;
    color: var(--font-primary-light);
    background-color: var(--secondary-bg);
    width: 30%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.wide-system-second-custom {
    bottom: 30px;
    left: 23px;
    color: var(--font-primary-light);;
    background-color: var(--primary-bg);
    width: 40%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.check-width {
    margin: 0 10px;
    margin-top: 75px;
    position: relative;
}

.check-text-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--font-primary-light);;
    padding: 20px;
    width: 100%;
}

.container-info-text-movie {
    background: var(--font-third-dark);
    padding: 15px 30px;
    text-align: center;
    opacity: .8;
    border-radius: 20px;
}

.check-width img {
    width: 100%;
    height: 250px;
}

.carousel-info-custom {
    margin-top: 10rem;
}

#video-carousel > .draggable {
    padding: 0 !important;
}

.playbutton {
    position: absolute;
    top: 40%;
    right: 35%
}

.video-custom-button {
    border: none;
    background-color: var(--font-primary-gray);
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--font-primary-light);
}

.first-video-button {
    top: -225px;
    left: -16px;
}

.second-video-button {
    /*top: -225px;*/
    /*left: -1460px;*/
}

.custom-divider-full {
    height: 35px;
    background-color: var(--primary-bg);
}

.container-text > .text-part {
    max-height: 15rem;
    overflow: hidden;
}

.container-text > .show-all {
    max-height: none;
}

.custom-pclass {
    color: var(--font-third-gray);
}

.show-more-button {
    border: none;
    border-radius: 0;
}

.show-more-important {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    max-width: 300px !important;
    text-align: center !important;
    height: 35px !important;
}

.show-more-button:hover {
    border: none;
}

.stick-to-bottom {
    position: fixed;
    border: 1px solid var(--font-third-gray);
    bottom: 20px;
    /* Adjust as needed */
    right: auto;
    /* Adjust as needed */
    z-index: 9999;
    /* Ensure it's above other content */
    background-color: var(--font-third-gray);
}

.stick-to-bottom:hover {
    background-color: var(--font-secondary-gray);
}

.custom-single-bg {
    background-image: url("../images/mokhatabin.jpg");
    background-repeat: no-repeat;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 450px;
}

.custom-single-structure {
    margin-top: 50px;
    margin-right: -25rem;
}

.single-slick-button-first {
    border: none;
    background-color: var(--font-third-gray);
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--font-primary-light);;
}

.single-slick-button-second {
    border: none;
    background-color: var(--font-third-gray);
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--font-primary-light);;
}

.single-navigation {
    top: 40%;
    right: -460px;
}

.mega-menu {
    display: flex;
    position: absolute;
    width: 100%;
    overflow: auto;
    z-index: 1099;
}

.mega-menu-column {
    flex: 1;
    padding: 10px;
}

.background-blog-custom-class {
    background-repeat: no-repeat;
    background-size: contain;
    height: 25rem;
}

.top-50-px {
    top: 175px;
}

.pointer-events {
    cursor: pointer;
}

.text-structure-blog {
    top: 345px;
}

.share-icons-class {
    top: 270px;
}

.container-slot {
    border: 1px solid rgb(176, 176, 176);
}

.height-rem-structure {
    height: 8rem;
}

.category-unique-image {
    top: -35px;
}

.category-blog-title {
    margin-right: 8.5rem;
}

.margin-hr-left {
    margin-left: 10px !important;
}

.category-summery {
    margin: 0 10px;
}

.custom-border-black {
    border: 1px solid rgb(176, 176, 176);
    border-radius: 20px;
    height: fit-content;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #fff;
    transition: left 0.3s ease;
}

.hamburger-menu {
    cursor: pointer;
    display: block;
}

.sidebar-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1099;
    display: none;
}

.sidebar-modal.showing {
    display: block;
}

.modal-content-menus {
    background-color: #fff;
    padding: 20px;
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto;
}

.exit-btn {
    position: fixed;
    top: 14px;
    left: 55px;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    z-index: 1189
}

.line {
    width: 25px;
    height: 3px;
    background: var(--font-third-dark);
    margin: 5px 0;
}

.logo-mobile {
    width: 160px;
}

.mobile-container-structure {
    line-height: 2.5;
    background-color: var(--font-primary-light);;
    box-shadow: 0px 3px 4px -4px;
    display: flex;
    justify-content: center;

}

.mobile-header-text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
}

#video-carousel > div.owl-stage-outer > div.owl-stage {
    display: flex !important;
}

#video-carousel > div.owl-stage-outer {
    overflow: hidden;
}

#movie-slider-slick > div.owl-stage-outer > div.owl-stage {
    display: flex !important;
}

#video-carousel > div.owl-nav {
    display: none !important;
}

#movie-slider-slick > div.owl-nav {
    display: none !important;
}

#movie-slider-slick > div.owl-nav div.owl-prev.disabled,
div.owl-nav div.owl-next.disabled {
    display: none !important
}

#single-owl-slider > div.owl-nav {
    position: relative;
}

#single-owl-slider > div.owl-nav > button.owl-prev {
    border: none !important;
    background: transparent !important;
    position: absolute;
    top: -250px;
    right: -300px;
    z-index: 1083 !important;

}

#single-owl-slider > div.owl-nav > button.owl-next {
    border: none !important;
    background: transparent !important;
    position: absolute;
    top: -200px;
    right: -300px;
    z-index: 1083 !important;
}

#single-owl-slider > div.owl-stage-outer > div {
    display: flex;
    align-self: center;
}

#single-owl-slider > div.owl-stage-outer {
    overflow: hidden !important;
}

.category-description > p {
    text-align: center;
}

#video-carousel > div.owl-nav button.owl-prev.disabled {
    display: none !important
}

#video-carousel > div.owl-nav button.owl-next.disabled {
    display: none !important
}

#custom-carousel-new-cinema-items > div.owl-stage-outer {
    overflow: hidden !important;
}

#custom-carousel-new-cinema-items > div.owl-stage-outer > div.owl-stage {
    display: flex !important;
}

#custom-carousel-new-cinema-items > div.owl-stage-outer > div.owl-stage > div.owl-item {
    margin: 5px !important;
}

#custom-carousel-new-cinema-items > div.owl-nav {
    position: absolute !important;
    top: -90px !important;
    left: 0 !important;
}

#custom-carousel-new-cinema-items > div.owl-nav > button.owl-prev {
    border: none;
    background-color: transparent;
}

#custom-carousel-new-cinema-items > div.owl-nav > button.owl-next {
    border: none;
    background-color: transparent;
}

.mega-menu .parent-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: var(--font-primary-light);
}

.mega-menu .parent-categories .categories {
    width: 15%;
}

.mega-menu .parent-categories .categories li {
    padding: 0;
}

.mega-menu .parent-categories .categories li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 35px 14px 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid var(--font-primary-light);
    font-size: 14px;
    color: var(--font-third-gray);
    line-height: 23px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: none;
}

.mega-menu .parent-categories .categories li a img {
    position: absolute;
    right: 12px;
    top: 15px;
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-left: 9px;
}

.mega-menu .parent-categories .categories .active-nav {
    background: #f8f9fb;
    color: var(--font-third-gray);
    border-radius: 0 8px 8px 0;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
    border-left: 1px solid transparent;
}

.mega-menu .parent-categories .categories-boxs {
    width: 85%;
    padding: 10px 15px;
    display: none;
    background: #f8f9fb;
    min-height: 459px;
}

.mega-menu .parent-categories .categories-boxs:nth-child(2) {
    display: block;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
    max-height: 520px;
    padding-bottom: 20px;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul {
    list-style-type: none !important;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul .img img {
    width: 100%;
    border-radius: 8px;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul li {
    direction: rtl;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 14.28%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 700;
    height: 30px;
    max-width: 100%;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul li a {
    font-size: 13px;
    line-height: 2.27;
    font-weight: 400;
    color: var(--font-third-gray);
    margin-right: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul li a:hover {
    color: var(--font-third-dark);
}

.mega-menu .parent-categories .categories-boxs .categories-items ul .main-link a {

    color: var(--font-third-gray);
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul .main-link a::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    background: var(--font-third-dark);
    margin-left: 5px;
    vertical-align: middle;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul .main-link a::after {
    content: url("../images/arrow-red.svg");
    display: inline-block;
    position: relative;
    top: 3px;
    width: 15px;
    height: auto;
    margin-right: 5px;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul .child-cat a {
    font-size: 0.7rem;
    line-height: 2.27;
    font-weight: 400;
    color: var(--font-third-gray);
    margin-right: 7px;
}

.mega-menu .parent-categories .categories-boxs .categories-items ul .sub-link a {
    text-decoration: none !important;
}

.mega-menu-hover img {
    filter: brightness(0.4);
}

.mega-menu-hover {
    font-weight: bold;
    color: #323232;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: 8px;
}

#categories ul {
    list-style-type: none !important;
}

.menu-child-category:hover {
    background-color: #f8f9fb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.active-panel-menu {
    background-color: #f8f9fb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.owl-nav .disabled {
    display: none;
}

#single-owl-slider > div.owl-nav {
    margin-top: 75px !important;
}

#custom-theater-slick > div.owl-stage-outer {
    overflow: hidden !important;
}

#custom-theater-slick > div.owl-stage-outer > div.owl-stage {
    display: flex !important;
}

#custom-theater-slick > div.owl-stage-outer > div.owl-stage > div.owl-item {
    margin: 5px !important;
}


#custom-theater-slick > div.owl-nav {
    position: absolute !important;
    top: -90px !important;
    left: 0 !important;
}

#custom-theater-slick > div.owl-nav > button.owl-prev {
    border: none;
    background-color: transparent;
}

#custom-theater-slick > div.owl-nav > button.owl-next {
    border: none;
    background-color: transparent;
}

.share-box {
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.share-box h6 {
    margin-top: 0;
    font-weight: bold;
    color: #333;
}

.share-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-icons .btn {
    padding: 0px 8px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 50%;
    color: #666;
    background-color: #fff;
}

.share-icons .btn:hover {
    color: #333;
    background-color: #f7f7f7;
}

.stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat {
    margin-right: 20px;
}

.stat i {
    font-size: 18px;
    margin-right: 5px;
}

.stat span {
    font-size: 14px;
    color: #666;
}

.search-results-item {
    border: 1px solid var(--font-secondary-gray);
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
}

.search-result-image {
    border-radius: 8px;
}

.type-icon {
    position: absolute;
    left: 25px;
    bottom: 0;
}

.lined-top-category {
    line-height: 2.6;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    z-index: 1090;
    justify-content: center;
    align-items: center;
}

.lds-hourglass {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    z-index: 1091;
    transform: translate(-50%, -50%);
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #3e3ef6;
    border-color: #3e3ef6 transparent #3e3ef6 transparent;
    animation: lds-hourglass 1.2s infinite;
}

.mother-container {
    background-color: #dbdbdb;
    border-radius: 15px;
}

.customize-height {
    height: 25vh;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

.image-container > img {
    border-radius: 5px;
    height: 220px;
}

.text-structure {
    text-align: right;
    margin-top: 30px;
}

.customize-button {
    position: absolute;
    bottom: 20px;
}

.category-filtered-container {
    height: 150px;
    overflow-y: auto;
}

#news-carousel > div.owl-stage-outer {
    height: 50px !important;
}

.news-title-style {
    font-size: 25px;
    margin-top: 5px;
}

.comment-text-gather {
    background-color: var(--font-secondary-light);
}

.comment-text-email {
    background-color: var(--font-secondary-light);
}

.comment-text-box {
    background-color: var(--font-secondary-light);
}

.mobile-title-accordion {
    color: black;
    font-size: 15px;
    width: 500px;
    margin-top: 18px;
    margin-right: 12px;
}

.accordion-button:not(.collapsed) {
    background: none !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    background: none !important;
    box-shadow: none !important;
}

.customize-accordion-header {
    display: flex;
    flex-direction: row-reverse;
}

.add-custom-no-padding {
    padding: 0 !important;
}

.custom-accordion-item {
    border: none !important;
}

.customize-filter-button-mobile {
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    margin-top: 10px;
}

.header-font-size {
    font-size: x-large;
}

.one-eight-rem {
    font-size: 1.8rem !important;
}

.site-slider {
    display: block;
}

.mobile-sliders {
    display: none;
}

#videoPlayer {
    width: 100%;
    height: 500px;
}


@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}
