/* Fonts*/

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Thin.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Thin.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-Black.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 950;
    src: url('assets/fonts/yekan-bakh/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('assets/fonts/yekan-bakh/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
}

/* Global Variables */
:root {
    /*Override Bootstrap variable*/
    --bs-danger-rgb: 222, 24, 24;
    --bs-border-radius: 0;
    --bs-body-font-size: 14px;
    --bs-secondary-color: #929191;
    --bs-body-font-weight: 300;
    --bs-body-color: #252525;
    --bs-body-line-height: 30px;

    /*Custom variable*/
    --primary-color: #f00;
    --secondary-color: #222;
    --light-bg: #f8f9fa;
    --dark-bg: #212529;
    --text-light: #fff;
    --text-muted: #adb5bd;
    --section-padding: 50px 0;
}

.btn {
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 12px;
    --bs-btn-font-family: 'Yekan Bakh', sans-serif;
    --bs-btn-font-size: 14px;
    --bs-btn-font-weight: 600;
}

.btn-danger {
    background: linear-gradient(100deg, #DE1818 15.47%, #B20C0C 96.47%) !important;
    box-shadow: 0px 38px 68px -15px rgba(222, 24, 24, 0.44) !important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Yekan Bakh', sans-serif;
    overflow-x: hidden;
    position: relative;
}

section {
    padding: var(--section-padding);
}

h1, .h1 {
    font-size: 56px;
}

h2, .h2 {
    font-size: 40px;
}
@media screen and (min-width: 800px) {
    .other-services{
        margin-bottom:260px;
    }
}
.fs-24 {
    font-size: 24px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.text-justify {
    text-align: justify;
}

.fw-bolder {
    font-weight: 950 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.scale85 {
    width: 85%;
    height: 85%;
}

.scale70 {
    width: 70%;
    height: 70%;
}

.separator {
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}

.cursor-default {
    cursor: default;
}

.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.body-bg {
    bottom: 0;
    top: auto;
    height: 45rem;
    z-index: -2;
}

/*----------------Swiper--------------------*/
.slide-swiper {
    overflow: hidden;
    overflow: clip;
    padding: 0 15px;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

@media screen and (max-width: 991px) {
    .swiper-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*----------------End Swiper--------------------*/

/* Header Styles */
header > img {
    position: absolute;
    top: -50px;
}

.header-top-bar {
    background-color: var(--primary-color);
    height: 5px;
}

.header-main .nav-link {
    transition: color 0.3s;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}

.header-main .nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

.header-main .nav-link.active:after {
    content: " ";
    width: 12px;
    height: 3px;
    border-radius: 8px;
    position: relative;
    top: 4px;
    display: block;
    background: red;
    margin: auto;
}

.header-main .nav-link:hover {
    color: var(--primary-color) !important;
}

/* Section Styles */
.custom-section .signature {
    top: -80px;
    left: 40%;
}

.custom-section .box-images {
    height: 410px;
}

.custom-section .box-images .codes {
    position: absolute;
    top: 0;
    left: 0;
}

.custom-section .box-images .developer {
    position: relative;
    bottom: -30px;
    right: -100px;
}

.owned-brands .signature {
    top: 20%;
    left: 25%;
}

.owned-brands .brand-item {
    position: relative;
    cursor: pointer;
}

.owned-brands .brand-item:nth-child(odd) {
    top: -15px;
}

.owned-brands .brand-item:nth-child(even) {
    top: 15px;
}

.owned-brands .brand-item .card {
    border-radius: 0px;
    display: flex;
    max-width: 148px;
    flex-direction: column;
    font-family: Yekan Bakh VF, sans-serif;
    white-space: nowrap;
    text-align: center;
    line-height: 1.6;
    background: transparent;
    border: 0;
}

.owned-brands .brand-item .card-body {
    border-radius: 136px;
    background-color: rgba(63, 63, 63, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 12px 10px 31px;
}

.owned-brands .brand-item .card-body .image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 136px;
    background-color: rgba(55, 55, 55, 1);
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.owned-brands .brand-item .card-body .small {
    opacity: .6;
    font-size: 14px;
    font-family: 'Yekan Bakh';
    margin-bottom: 0;
}

.owned-brands .brand-item:hover .card-body,
.owned-brands .brand-item.active .card-body {
    background: linear-gradient(180deg, #DE1818 0%, #B20C0C 88.75%);
}

.owned-brands .brand-item:hover .card-body .image,
.owned-brands .brand-item.active .card-body .image {
    background: #6C0000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.owned-brands .brand-item:hover .card-body:after,
.owned-brands .brand-item.active .card-body:after {
    content: " ";
    background: #DE1818;
    filter: drop-shadow(0px 9px 22px #DD1818);
    position: absolute;
    bottom: -7%;
    left: 0;
    right: 0;
    width: 15%;
    height: 5px;
    margin: auto;
    border-radius: 8px;
}

.owned-brands .description {
    margin-bottom: 10rem !important;
}

.owned-brands .description .desc {
    color: #EDEDED;
    width: 50%;
    margin: auto;
}

.services-section .icon {
    height: 80px;
    color: var(--text-light);
    background: rgba(26, 26, 26, 0.06);
    backdrop-filter: blur(22px);
    border-radius: 50px;
    max-width: 100px;
}

.services-section .icon:hover {
    background: #252525;
    box-shadow: 0px 24px 51px 0px rgba(18, 17, 57, 0.32);
}

.services-section .icon:hover svg path {
    stroke: white;
}

.owned-brands .brand-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials {
    position: relative;
    top: -120px;
}

.testimonials .card-body img {
    width: 62px;
    height: 62px;
    object-fit: cover;
}

.testimonials .swiper-wrapper {
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    padding: 30px 0;
}

.testimonials .swiper-wrapper .swiper-slide {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 109px 144px 0px rgba(27, 27, 33, 0.12);
    backdrop-filter: blur(20px);
    margin: 0 15px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.blog .blog-header .title {
    position: absolute;
    width: 100%;
    top: 70px;
}

.blog .blog-header .signature {
    left: 14%;
    top: 25px;
}

.blog .card {
    position: relative;
}

.blog .card:hover {
    top: -10px;
}

.blog .card:hover:before {
    content: " ";
    width: 50%;
    height: 7px;
    background-color: #DE1818;
    position: absolute;
    top: -7px;
    left: 25%;
    border-radius: 0px 0px 2px 2px;
}

.blog .card-body .call-to-action .rounded-circle {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background-color: #F1F3F5;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}

.blog .card:hover .call-to-action .rounded-circle {
    background-color: #DE1818;
}

.blog .card:hover .call-to-action .rounded-circle svg path {
    stroke: #fff;
}

.footer {
    color: var(--bs-white);
}

.footer .footer-effect {
    position: absolute;
    bottom: 60%;
    width: 75%;
    height: auto;
    z-index: -1;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer ul li a {
    color: var(--text-muted);
    text-decoration: none;
}

.footer ul li a:hover {
    color: var(--text-light);
}

.footer .social .btn {
    padding: 11px !important;
    border-color: transparent;
    background-color: #343434;
}

.footer .social .btn:hover {
    background-color: #DE1818;
}

.footer .box-img {
    background-color: #fff;
    width: 151px;
    height: 151px;
    line-height: 151px;
}

.divider {
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin-bottom: 20px;
}

