/*
Theme Name: Hinza
Author URI: https://hinzaco.com/
Version: 1.0
*/
/* ---------- add font -----------------*/

@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.eot') format('eot'),
    url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.woff') format('woff'),
    url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.woff2') format('woff2'),
    url('assets/fonts/IranSans/UltraLight/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/IranSans/Light/IRANSansWeb_Light.eot') format('eot'),
    url('assets/fonts/IranSans/Light/IRANSansWeb_Light.woff') format('woff'),
    url('assets/fonts/IranSans/Light/IRANSansWeb_Light.woff2') format('woff2'),
    url('assets/fonts/IranSans/Light/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/IranSans/Regular/IRANSansWeb.eot') format('eot'),
    url('assets/fonts/IranSans/Regular/IRANSansWeb.woff') format('woff'),
    url('assets/fonts/IranSans/Regular/IRANSansWeb.woff2') format('woff2'),
    url('assets/fonts/IranSans/Regular/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.eot') format('eot'),
    url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.woff') format('woff'),
    url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.woff2') format('woff2'),
    url('assets/fonts/IranSans/Medium/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: "IranSans";
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.eot') format('eot'),
    url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.woff') format('woff'),
    url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.woff2') format('woff2'),
    url('assets/fonts/IranSans/Bold/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/shabnam/ttf/Shabnam-FD-WOL.ttf');
url('assets/fonts/shabnam/ttf/Shabnam-FD-WOL.eot');
url('assets/fonts/shabnam/woff2/Shabnam-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('assets/fonts/shabnam/woff/Shabnam-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Bold-FD-WOL.ttf');
url('assets/fonts/shabnam/ttf/Shabnam-Bold-FD-WOL.eot');
url('assets/fonts/shabnam/woff2/Shabnam-Bold-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('assets/fonts/shabnam/woff/Shabnam-Bold-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Light-FD-WOL.ttf');
url('assets/fonts/shabnam/ttf/Shabnam-Light-FD-WOL.eot');
url('assets/fonts/shabnam/woff2/Shabnam-Light-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('assets/fonts/shabnam/woff/Shabnam-Light-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Medium-FD-WOL.ttf');
url('assets/fonts/shabnam/woff2/Shabnam-Medium-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
url('assets/fonts/shabnam/woff/Shabnam-Medium-FD-WOL.woff') format('woff');
}

:root {
    --primary-color: #C89D66;
    --secondary-color: #4B4B4A;
    --accent-color: #917552;
    --gold-color: #FAA634;
    --club-color: #F26722;
    --ruhi-color: #D22128;
    --text-color: #7a7a7a;
    --text-color-dark: #000000;
    --text-color-light: #e6e6e6;
    --border-color: #e6e6e6;
    --border-color-dark: #b7b7b7;
    --background-color: #f1f1f1;
    --text-font-family: "IranSans";
    --digits-font-family: shabnam-digits;
}

input,
input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-family: var(--text-font-family) !important;
}

body * {
    font-size: 14px;
    font-family: var(--text-font-family);
    font-weight: 400;
    line-height: 1.8;
}

/* ------------- reset css ----------------*/
*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    color: var(--text-color-dark);
}

html {
    scroll-behaviour: smooth;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

ul {
    list-style-type: none;
    padding: 0;
}

/* -------------- General / Start ------------- */
.button,
.btn .elementor-button {
    position: relative;
    background: var(--primary-color);
    color: var(--text-color-dark);
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.button:hover,
.btn .elementor-button:hover {
    color: var(--primary-color);
    background: var(--text-color-dark);
}

.btn-border .elementor-button {
    position: relative;
    background: transparent;
    color: var(--text-color-dark);
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--text-color-dark);
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.btn-border .elementor-button:hover {
    color: var(--primary-color);
    background: var(--text-color-dark);
}

.section {
    padding: 80px 15px;
}

.section .section-subtitle .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 30px;
    position: relative;
}

/*.section .section-subtitle .elementor-heading-title:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url("assets/img/fav.svg") no-repeat center left /contain;
    display: inline-block;
    vertical-align: middle;
}*/

.section .section-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    color: var(--secondary-color);
    position: relative;
    margin-bottom: 40px;
}

.section .subsection-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: var(--secondary-color);
    position: relative;
}

.section .desc * {
    font-size: 14px;
    font-family: var(--text-font-family);
    text-align: justify;
}

.section .desc {
    text-align: justify;
}

.section .desc ul,
.section .desc ol {
    padding-right: 20px;
    margin-right: 0;
}

.section .desc ul li:not(:last-child),
.section .desc ol li:not(:last-child) {
    margin-bottom: 5px;
}

.section .desc ul {
    list-style: disc;
}

.section .desc ol {
    list-style: arabic-indic;
}

.absolute-link {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 30px;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}


.swiper {
    position: relative;
}

.swiper .swiper-pagination {
    z-index: 1 !important;
}

.text-center {
    text-align: center;
}

.form-control {
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid var(--border-color-dark);
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: var(--secondary-color);
    text-align: right;
}

textarea.form-control {
    padding: 10px 15px;
    line-height: 26px;
    height: 98px;
}

label.resume-upload {
    display: inline-block;
    text-align: center;
    width: 92px;
    padding: 0 5px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid var(--text-color-dark);
    background: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.wpcf7-form-control-wrap[data-name="resume"] {
    margin-right: -92px;
}

.wpcf7-spinner {
    position: absolute;
    transform: translateX(250%);
    margin: 0;
}

@media (max-width: 991.98px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section .section-title .elementor-heading-title {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section .section-title .elementor-heading-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section .section-title .elementor-heading-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/* --------------General/End------------- */
/* -----------Header /Start--------------- */
.header {
    padding: 2px 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 80px;
}

/*.elementor-page-382 .header,*/
.elementor-page-240 .header {
    background: transparent;
}

.home .header:not(.sticky) {
    background: transparent;
    opacity: 0;
}

.header .logo img,
.header .logo {
    width: 160px !important;
    transition: all 0.5s;
}

/*.elementor-page-382 .header .logo ,*/
.elementor-page-240 .header .logo {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


.home .header:not(.sticky) .logo {
    display: none;
}

.home .header .main-menu {
    transition: all 0.5s;
}

.header .main-menu {
    max-width: calc(100% - 180px) !important;
}

.home .header:not(.sticky) .main-menu {
    width: 100%;
}

/*.elementor-page-382 .header .main-menu ,*/
.elementor-page-240 .header .main-menu {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.home .header .hfe-nav-menu {
    transition: all 0.5s;
}

.home .header:not(.sticky) .hfe-nav-menu {
    margin: 0 auto;
}

.header .hfe-nav-menu .menu-item .hfe-menu-item {
    font-family: var(--text-font-family);
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color);
    transition: all 0.5s;
}

.elementor-page-240 .header:not(.sticky) .logo img,
    /*.elementor-page-382 .header:not(.sticky) .logo img,*/
.home .header:not(.sticky) .logo img {
    filter: brightness(100) grayscale(1);
}

/*.elementor-page-382 .header .hfe-nav-menu .menu-item .hfe-menu-item,*/
.elementor-page-240 .header .hfe-nav-menu .menu-item .hfe-menu-item,
.home .header:not(.sticky) .hfe-nav-menu .menu-item .hfe-menu-item {
    /*color: #fff;*/
    color: var(--text-color-light);
}

.elementor-page-382 .header.sticky {
    background: #fff;
}

.elementor-page-382 .header.sticky .hfe-nav-menu .menu-item .hfe-menu-item {
    color: var(--secondary-color);
}

@media (max-width: 1024px) {
    .elementor-page-240 .header .hfe-nav-menu .menu-item .hfe-menu-item,
    .home .header:not(.sticky) .hfe-nav-menu .menu-item .hfe-menu-item {
        color: var(--text-color-dark);
    }

    .elementor-page-240 .header .hfe-nav-menu-icon svg *,
    .home .header:not(.sticky) .hfe-nav-menu-icon svg * {
        fill: #fff;
    }

    .header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .header .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        left: inherit !important;
        right: -15px;
    }
}

@media (max-width: 575.98px) {
    .header {
        height: 60px;
    }

    .header .logo img, .header .logo {
        width: 120px !important;
    }

    .header .main-menu {
        max-width: calc(100% - 140px) !important;
    }
}

/* -----------Header /End--------------- */
/* -----------Footer /Start--------------- */
.footer {
    position: relative;
    padding-top: 50px;
    background: var(--secondary-color);
}

.footer:before {
    content: '';
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.home .footer:before {
    background: #000000;
}

.footer .contact-info .elementor-icon-list-items {
    direction: rtl;
    gap: 6px;
    display: flex;
    flex-direction: column;
}

.footer .contact-info .elementor-icon-list-items .elementor-icon-list-item {
}

.footer .contact-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-color-light);
    font-family: var(--text-font-family);
}

.footer .socials .elementor-icon-list-items {
    direction: ltr;
    gap: 20px;
    margin-top: 40px;
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item {
    margin: 0;
    padding: 2px 15px;
    border: 1px solid var(--text-color-light);
    border-radius: 20px;
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    width: 18px;
    height: 18px;
    fill: var(--text-color-light);
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color-light);
    padding-top: 5px;
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item:hover {
    border-color: var(--primary-color);
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--primary-color);
}

.footer .socials .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    fill: var(--primary-color);
}

.footer .footer-nav .hfe-nav-menu .hfe-menu-item {
    display: block;
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 300;
    color: var(--text-color-light);
}

.footer .footer-nav .hfe-nav-menu .menu-item.current-menu-item .hfe-menu-item {
    color: var(--text-color-light);
}

.footer .copyright {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px solid var(--text-color) !important;
}

.footer .copyright .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 13px;
    font-weight: 300;
    color: var(--text-color-light);
    font-family: var(--text-font-family);
}

.footer .footer-logo img {
    filter: brightness(100) grayscale(1);
}

/* -----------Footer /End--------------- */
/* ----------- Home page /Start--------------- */
.section-hero {
    padding: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1920/908;
}

.section-hero .hero-video {
    position: relative;
}

.section-hero .mask-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

.section-hero .mask-logo svg {
    overflow: initial;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 910;
    /*transform: translateY(0px) scale(1) rotate(0deg);*/
    transform: translateY(-1000px) scale(60) rotate(-25deg);
    transition: all 0.5s;
}

.section-about {
    height: 600vh;
    position: relative;
    display: block;
}

.section-about .section-inner {
    height: calc(100vh - 115px);
    min-height: 750px;
    position: sticky;
    top: 100px;
}

.section-about .about-wrapper {
    overflow: hidden;
}

.section-about .about-pic img {
    border-radius: 20px;
}

.section-about .section-title .elementor-heading-title {
    color: #fff;
}

.section-about .desc * {
    color: #f1f1f1;
}

.section-about .companies-wrapper {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0;
    /*pointer-events: none;*/
    position: absolute;
    width: 100%;
}

.section-about .companies-wrapper .item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 60px;
    will-change: height;
    height: 4vh;
    max-height: 45vh;
    transition: all 1s;
}

.section-about .companies-wrapper .item:nth-child(2) {
    z-index: 1;
}

.section-about .companies-wrapper .item:nth-child(3) {
    z-index: 2;
}

.section-about .companies-wrapper .item:nth-child(4) {
    z-index: 3;
}

.section-about .companies-wrapper .item:nth-child(5) {
    z-index: 4;
}

.section-about .companies-wrapper .item .section-title,
.section-about .companies-wrapper .item .desc {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0);
    transition: all 0.5s;
}

.section-about .companies-wrapper .item .logo {
    height: 45px;
    width: auto;
    max-width: 100px;
    /*transform: scale(0.4) translate(-110%, -35px);*/
    transition: all 0.5s;
}

.section-about .companies-wrapper .item .section-title .elementor-heading-title {
    color: #fff;
}

.section-about .companies-wrapper .item .desc {
    padding-left: 40%;
    max-height: 20vh;
    overflow: hidden;
}

.section-about .companies-wrapper .item .desc * {
    color: #fff;
    font-size: 15px;
}


.section-about .companies-wrapper .item .logo svg {
    width: auto;
    max-width: 100px;
    height: 45px;
}


.section-about .companies-wrapper .item .btn .elementor-button .elementor-button-text {
    line-height: 40px;
    font-size: 16px !important;
}

.section-about .companies-wrapper .item .btn .elementor-button {
    /*position: relative;
    display: block;*/
    font-size: 16px !important;
    padding: 0 20px;
    width: 150px;
    height: 150px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #fff;
    background: transparent;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.section-about .companies-wrapper .item .btn .elementor-button:hover {
    color: var(--text-color-dark);
    background: #fff;
}

.section-companies {
    padding-top: 0;
    padding-bottom: 0;
    height: 95vh;
    overflow: hidden;
}

.section-companies .item {
    border-radius: 30px;
    position: relative;
    padding: 60px;
    z-index: 1;
    height: calc(100% - 100px);
    margin-top: 30px;
}


.section-companies .item .logo svg {
    width: auto;
    max-width: 260px;
    height: 100px;
}

.section-companies .item .section-title .elementor-heading-title,
.section-companies .item .section-subtitle .elementor-heading-title,
.section-companies .item .desc * {
    color: #fff;
}

.section-companies .item .section-title .elementor-heading-title {
    font-size: 60px;
}

.section-companies .item .section-subtitle .elementor-heading-title:before {
    content: none;
}

.section-companies .item .desc {
    padding-left: 50%;
}

.section-companies .item .desc * {
    font-size: 15px;
}

.companies-wrapper-mobile .item svg {
    height: 80px;
    width: 80px;
}

.companies-wrapper-mobile .item:nth-child(4) svg #Shape,
.companies-wrapper-mobile .item:nth-child(5) svg #Shape {
    stroke-width: 10px !important;
    stroke: #fff;
}

@media (max-width: 991.98px) {
    .section-about .section-inner {
        min-height: 650px;
    }

    .section-about .companies-wrapper .item {
        padding-right: 30px;
        padding-left: 30px;
    }

    .section-about .companies-wrapper .item .section-title .elementor-heading-title {
        margin-bottom: 0;
    }

    .section-about .companies-wrapper .item .logo {
        margin-top: 12px;
    }

    .section-about .companies-wrapper .item .desc {
        padding-left: 0;
    }

    .section-about .companies-wrapper .item .desc * {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .section-about {
        height: auto !important;
    }

    .section-about .section-inner {
        min-height: inherit;
        height: auto;
    }

    .section-about .companies-wrapper {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .section-hero {
        aspect-ratio: inherit;
    }

    .section-hero .mask-logo {
        display: none;
    }
}

@media (max-width: 440px) {
    .companies-wrapper-mobile .item svg {
        height: 58px;
        width: 58px;
    }
}

/* ----------- Home page /End--------------- */
/* ----------- Businesses page / Start--------------- */
.businesses .bdt-mltiscroll-slider-title a {
    font-family: var(--text-font-family);
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.businesses .bdt-mltiscroll-slider-description {
    font-family: var(--text-font-family);
    font-size: 16px !important;
    font-weight: 300;
    text-align: justify;
}

.businesses .bdt-mltiscroll-slider-button {
    /*bottom: 120px;*/
    right: 50% !important;
    transform: translateX(50%) !important;
}

.businesses .bdt-mltiscroll-slider-button a {
    position: relative;
    display: block;
    font-size: 16px !important;
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.businesses .bdt-mltiscroll-slider-button a:before {
    content: none !important;
}


.businesses .bdt-multiscroll-image {
    max-width: 148px;
    height: 50%;
}

.businesses .bdt-multiscroll-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.businesses .bdt-mltiscroll-slider .bdt-content-text-left .bdt-mltiscroll-slider-content,
.businesses .bdt-mltiscroll-slider .bdt-content-text-right .bdt-mltiscroll-slider-content {
    max-height: calc(100vh - 160px);
    overflow-y: hidden;
}

@media (min-width: 376px) {
    .businesses .bdt-multiscroll-image {
        max-width: 165px;
    }
}

@media (min-width: 640px) {
    .businesses .bdt-multiscroll-image {
        max-width: 250px;
    }
}

@media (min-width: 768px) {
    .businesses .bdt-multiscroll-image {
        max-width: 320px;
    }
}

@media (min-width: 1024px) {
    .businesses .bdt-multiscroll-image {
        max-width: 460px;
    }
}

@media (min-width: 1440px) {
    .businesses .bdt-multiscroll-image {
        max-width: 670px;
    }
}

@media (max-width: 991.98px) {
    .businesses .bdt-mltiscroll-slider-title a {
        font-size: 30px;
    }

    .businesses .bdt-mltiscroll-slider-description {
        font-size: 14px !important;
    }

    .businesses .bdt-mltiscroll-slider-button {
        bottom: 30px;
    }

    .businesses .bdt-mltiscroll-slider-button a {
        font-size: 14px !important;
        white-space: nowrap;
    }

}

@media (max-width: 575.98px) {
    .businesses .bdt-mltiscroll-slider-title a {
        font-size: 24px;
        line-height: 1;
    }

    .businesses .bdt-mltiscroll-slider-description {
        font-size: 12px !important;
        line-height: 1.5;
    }

    .businesses .bdt-multiscroll-image img {
        width: calc(100% - 22px);
    }
}


/* ----------- Businesses page / End--------------- */
/*----------------------404 page / Start--------------------*/
.txt-404 * {
    font-family: var(--text-font-family) !important;
}

.img-404 {
    transform: scale(1.2);
    animation: scale 3s infinite;
}

@keyframes scale {
    50% {
        transform: scale(.5);
    }
    100% {
        transform: scale(1.2);
    }
}

/*----------------------404 page / End--------------------*/
/*---------------------- Page Cover / Start --------------------*/
.page-cover {
    position: relative;
    overflow: hidden;
}

.page-cover:after {
    content: '';
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.page-cover .section-subtitle .elementor-heading-title:before {
    content: none;
}

.page-cover .section-desc > .elementor-widget-container {
    max-width: 100%;
    width: 760px;
    margin: 0 auto;
}

.page-cover > .e-con-inner {
    position: relative;
}

.page-cover .pic-1 {
    position: absolute;
    right: 320px;
    top: -60px;
}

.page-cover .pic-1 svg {
    font-size: 140px;
}

.page-cover .pic-2 {
    position: absolute;
    left: 120px;
    bottom: 60px;
}

.page-cover .pic-2 svg {
    font-size: 90px;
}

.page-cover .pic-3 {
    position: absolute;
    left: 20px;
    top: 0;
}

.page-cover .pic-3 svg {
    font-size: 130px;
}

.page-cover .pic-4 {
    position: absolute;
    right: 90px;
    top: 180px;
}

.page-cover .pic-4 svg {
    font-size: 100px;
}

.page-cover .pic-5 {
    position: absolute;
    bottom: -60px;
    right: 54%;
}

.page-cover .pic-5 svg {
    font-size: 100px;
}

.page-cover .pic-6 {
    position: absolute;
    bottom: 0;
    right: 17%;
}

.page-cover .pic-6 svg {
    font-size: 100px;
}

.page-cover .pic-7 {
    position: absolute;
    bottom: 0;
    right: 17%;
}

.page-cover .pic-7 svg {
    font-size: 30px;
}

.page-cover .title1 .elementor-heading-title {
    font-family: var(--text-font-family);
    /*color: #fff;*/
    color: var(--secondary-color);
    font-weight: bold;
    line-height: 50px;
    opacity: 0;
    transform: scale(0);
    /*transition: transform 0.5s ease, opacity 0.5s ease;*/
    font-size: 2rem;
    animation: fadeInScaleUp 0.8s forwards, translateUp 0.5s forwards 0.8s;
}

.page-cover .title2 .elementor-heading-title {
    font-family: var(--text-font-family);
    /*color: #fff;*/
    color: var(--secondary-color);
    font-weight: bold;
    line-height: 110px;
    opacity: 0;
    transform: scale(0);
    padding-top: 50px;
    /*transition: transform 0.5s ease, opacity 0.5s ease;*/
    font-size: 4rem;
    animation: fadeInScaleUp 0.8s forwards 0.8s, scaleDown 0.5s forwards 1.5s, translateUp 0.5s forwards 2s;
}

.page-cover .title3 .elementor-heading-title {
    font-family: var(--text-font-family);
    /*color: #fff;*/
    color: var(--secondary-color);
    font-weight: bold;
    line-height: 110px;
    opacity: 0;
    transform: scale(0);
    /*transition: transform 0.5s ease, opacity 0.5s ease, margin 0.5s ease;*/
    font-size: 6rem;
    animation: fadeInScaleUp 0.8s forwards 2s, scaleDown 0.5s forwards 2.7s;
}

@keyframes fadeInScaleUp {
    0% {
        opacity: 0;
        transform: scale(10);
    }
    100% {
        opacity: 1;
        transform: scale(2);
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes translateUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -50px;
    }
}

@media (max-width: 1199.98px) {
    .page-cover .pic-2 {
        left: 0;
    }

    .page-cover .pic-4 {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .home .header:not(.sticky) {
        opacity: 1;
    }

    .page-cover {
        min-height: inherit;
    }

    .page-cover .pic-1,
    .page-cover .pic-2,
    .page-cover .pic-3,
    .page-cover .pic-4,
    .page-cover .pic-5 {
        position: relative;
        right: inherit;
        left: inherit;
        top: inherit;
        bottom: inherit;
        margin-bottom: -50px !important;
        margin-top: 20px;
    }

    .page-cover .pic-6 {
        display: none;
    }

    .page-cover .pic-1 svg,
    .page-cover .pic-2 svg,
    .page-cover .pic-3 svg,
    .page-cover .pic-4 svg,
    .page-cover .pic-5 svg {
        font-size: 80px;
    }

    .page-cover .title1 .elementor-heading-title {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .page-cover .title2 .elementor-heading-title {
        font-size: 3rem;
        line-height: 70px;
    }

    .page-cover .title3 .elementor-heading-title {
        font-size: 4.5rem;
        line-height: 70px;
    }

    @keyframes translateUp {
        0% {
            margin-top: 0;
        }
        100% {
            margin-top: -30px;
        }
    }
}

@media (max-width: 767.98px) {
    .page-cover .pic-1,
    .page-cover .pic-2,
    .page-cover .pic-3,
    .page-cover .pic-4,
    .page-cover .pic-5 {
        margin-bottom: -15px !important;
    }
}

@media (max-width: 575.98px) {
    .page-cover .pic-1 svg,
    .page-cover .pic-2 svg,
    .page-cover .pic-3 svg,
    .page-cover .pic-4 svg,
    .page-cover .pic-5 svg {
        font-size: 42px;
    }

    .page-cover .title1 .elementor-heading-title {
        font-size: 1rem;
        line-height: 15px;
    }

    .page-cover .title2 .elementor-heading-title {
        font-size: 2rem;
        line-height: 40px;
        padding-top: 30px;
    }

    .page-cover .title3 .elementor-heading-title {
        font-size: 3.2rem;
        line-height: 50px;
    }
}

/*---------------------- Page Cover / End --------------------*/
/*---------------------- Contact Page / Start --------------------*/
.section-contact .contact-info {
    margin-bottom: 30px !important;
}

.section-contact .contact-info .elementor-icon-list-items .elementor-icon-list-item {
    margin-bottom: 5px;
}

.section-contact .contact-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    width: 32px;
    height: 32px;
    background: var(--secondary-color);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 3px;
}

.section-contact .contact-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    fill: #fff;
    margin: 0;
}

@media (max-width: 991.98px) {
    .section-contact {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*---------------------- Contact Page / End --------------------*/
/*---------------------- About Page / Start --------------------*/
.section-about-history {
    max-width: 100%;
    overflow: hidden;
}

.section-about-history .about-pic {
    /*height: 460px;*/
    overflow: hidden;
}

.section-about-history .about-pic svg {
    width: 300px;
    height: 463px;
    margin-top: -1px;
    background: var(--primary-color)
}

.section-businesses {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.section-businesses .section-title .elementor-heading-title {
    color: #fff;
    margin-bottom: 0;
}

.section-businesses .desc * {
    color: var(--text-color-light);
    font-weight: 300;
}

.section-businesses .business-item svg {
    font-size: 150px;
    height: auto;
    filter: grayscale(1) brightness(300%);
    opacity: 0.5;
    transition: all 0.5s;
}

.section-businesses .business-item:hover svg {
    filter: grayscale(0) brightness(100%);
    opacity: 1;
}

.section-businesses .business-item.ruhi svg {
    font-size: 100px;
    max-height: 110px;
}

.section-about-team .member-item .elementor-image-box-title {
    margin: 0 0 10px;
    font-family: var(--text-font-family);
    font-weight: bold;
    font-size: 18px;
    color: var(--text-color-dark);
}

.section-about-team .member-item .elementor-image-box-description {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 14px;
    margin: 0;
}

@media (max-width: 991.98px) {
    .section-about-history {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-about-history .about-pic svg {
        height: auto;
    }
}

/*---------------------- About Page / End --------------------*/
/*---------------------- Recruitment Page / Start --------------------*/
.section-recruitment {
}

.section-recruitment .item {
    padding: 30px 15px;
    border: 1px solid transparent;
    background: transparent;
    transition: all 0.5s;
}

.section-recruitment .item.disabled {
    opacity: 0.5;
    filter: grayscale(1);
    cursor: not-allowed;
}

.section-recruitment .item:not(.disabled):hover {
    background: var(--text-color-light);
}

.section-recruitment .item .title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
}

.section-recruitment .item .subtitle .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
}

.section-recruitment .item:not(:nth-child(4)):not(:nth-child(8)):not(:nth-child(12)) {
    border-left-color: var(--text-color-light);
}

.section-recruitment .item:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):not(:nth-last-child(4)) {
    border-bottom-color: var(--text-color-light);
}

@media (max-width: 1023.98px) {
    .section-recruitment .item:nth-child(3),
    .section-recruitment .item:nth-child(6),
    .section-recruitment .item:nth-child(9),
    .section-recruitment .item:nth-child(12) {
        border-left-color: transparent !important;
    }

    .section-recruitment .item:nth-child(4),
    .section-recruitment .item:nth-child(8) {
        border-left-color: var(--text-color-light) !important;
    }

    .section-recruitment .item:nth-child(9) {
        border-bottom-color: var(--text-color-light) !important;
    }

    .section-recruitment .item .title .elementor-heading-title {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .section-recruitment .item:nth-child(4),
    .section-recruitment .item:nth-child(8),
    .section-recruitment .item {
        border-left-color: transparent !important;
    }

    .section-recruitment .item:not(:last-child) {
        border-bottom-color: var(--text-color-light) !important;
    }
}

/*---------------------- Recruitment Page / End --------------------*/
