/* =========================================================
   BASE
========================================================= */
* {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    outline: none !important;
}

:root {
    overflow-x: hidden !important;
    --theme1: #cc9933;
    --theme2: #fff8a9;
    --theme3: #9d7526;
    --theme4: #6e6e6e;
}

body {
    background: #050505;
    color: #ffffff;
    overflow-x: hidden;
}

::selection {
    background: var(--theme3);
    color: white !important;
}

main {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.container {
    max-width: 1240px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

img {
    user-select: none;
    font-size: 0;
}

.ArabicBody {
    direction: rtl;
}

.PageBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.MainBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    filter: grayscale(1) blur(3px);
    opacity: 0.12;
}

/* =========================================================
   HEADER
========================================================= */
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 26px 0;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.HeaderInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    flex-wrap: nowrap;
}

.HeaderTabs {
    order: 1;
    flex: 1;
}

.HeaderTabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.HeaderTabs ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 9px 13px;
    background: transparent;
    margin: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    transition: 300ms;
}

.HeaderTabs ul .ActiveTab {
    background: #ffffff17;
    pointer-events: none;
}

.HeaderTabs ul li:hover {
    color: var(--theme1);
}

.HeaderButtons {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    gap: 8px;
    flex-wrap: nowrap;
    order: 2;
}

.HeaderButtons label {
    display: block;
    margin: 0 8px;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-size: 13px;
    white-space: nowrap;
}

.HeaderButtons h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    aspect-ratio: 1/1;
    background: #ffffff;
    color: #000000;
    border-radius: 100%;
    cursor: pointer;
    transition: 300ms;
    margin: 0 0 0 6px;
    flex-shrink: 0;
}

.HeaderButtons h5:hover {
    background: var(--theme1);
    color: white;
}

.HeaderButtons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: fit-content;
    padding: 9px 18px;
    margin: 0;
    background: var(--theme2);
    color: #000000;
    border: solid 2px transparent;
    border-radius: 100px;
    box-shadow: inset 0 0 57px -20px #99923c;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.HeaderButtons button:last-of-type {
    color: white;
    border-color: white;
    background: none;
    box-shadow: none;
}

.HeaderButtons label ul {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 120px;
    background: #232323;
    border-radius: 10px;
    padding: 10px;
    z-index: 22;
    border: solid 1px #ffffff;
}

.HeaderButtons label:hover ul {
    display: block;
}

.HeaderButtons label ul li {
    display: block;
    margin: 6px auto;
    width: 100%;
    background: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    transition: 300ms;
}

.HeaderButtons label ul .ActiveLang {
    background: #353535;
    pointer-events: none;
}

.HeaderButtons label ul li:hover {
    color: var(--theme1);
}

/* =========================================================
   HERO / BANNER
========================================================= */
.Banner {
    position: relative;
    overflow: hidden;
}

.BannerLogo {
    position: absolute;
    left: 15px;
    top: 50px;
    width: 180px;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    opacity: 0.95;
}

.BannerSlider {
    direction: ltr;
}

.BannerSliderItem {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.78)),
    #000000;
}

.BannerSliderItemBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.28;
}

.BannerSliderItemInside {
    display: flex;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 120px;
}

.BannerSliderItemDiv {
    display: block;
    margin: 0 auto;
    width: 760px;
    max-width: 100%;
    color: #d3d3d3;
}

.BannerSliderItemInside h1 {
    display: block;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: -1px;
    width: 760px;
    max-width: 100%;
    color: #ffffff;
}

.BannerSliderItemInside p {
    display: block;
    margin: 0 auto 28px;
    width: 780px;
    max-width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.9;
    color: #b8b8b8;
}

.HeroBadge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--theme2);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.BannerSliderItemInside button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-height: 52px;
    padding: 12px 32px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #171717 0%, #000000 100%);
    color: #ffffff;
    margin: 18px auto 70px;
    box-shadow: inset 0 20px 28px -26px rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 700;
}

.BannerSlider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 34px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.BannerSlider .slick-dots li {
    display: block;
    margin: 0;
    width: fit-content;
}

.BannerSlider .slick-dots li div {
    display: block;
    margin: 0 6px;
    width: 10px;
    aspect-ratio: 1/1;
    background: #ffffff;
    border-radius: 1000px;
    opacity: 0.4;
    cursor: pointer;
    transition: 300ms;
}

.BannerSlider .slick-dots .slick-active div {
    opacity: 1;
    pointer-events: none;
}

.BannerChatBtn {
    position: absolute;
    right: 25px;
    bottom: 45px;
    border: 0;
    background: rgba(0, 0, 0, 0.82);
    width: 62px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 100px;
    box-shadow: inset 0 -39px 57px -44px #ffffff61;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px;
    transition: 350ms;
}

.BannerChatBtn .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.BannerChatBtn:hover {
    transform: scale(1.1);
    background: #252525;
}

/* =========================================================
   SECTIONS SHARED
========================================================= */
.Gallery,
.Features,
.Videos,
.Featured {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 95px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.GalleryHeader,
.FeaturesHeader {
    display: block;
    margin: 0 auto 28px;
    width: fit-content;
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
}

.VideosHeader,
.FeaturedHeader {
    display: block;
    margin: 0 auto 34px;
    width: fit-content;
    max-width: 100%;
    text-align: center;
}

.VideosHeader h1,
.FeaturedHeader h1 {
    color: #ffffff;
}

.FeaturedHeader h1 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 4px;
}

.FeaturedHeader label,
.VideosOutro,
.GalleryOutro {
    color: #9c9c9c;
}

/* =========================================================
   GALLERY
========================================================= */
.GalleryLogo {
    display: block;
    margin: 0 auto 12px;
    width: 170px;
    max-width: 90%;
    opacity: 0.95;
}

.GalleryGH {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    gap: 22px 0;
}

.GalleryGH .GalleryItem {
    display: block;
    margin: 0;
    width: 48%;
    aspect-ratio: 1/0.5;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 18px;
    border: solid 2px rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: 300ms;
    cursor: pointer;
}

.GalleryGH .GalleryItem:nth-child(2),
.GalleryGH .GalleryItem:nth-child(3),
.GalleryGH .GalleryItem:nth-child(6),
.GalleryGH .GalleryItem:nth-child(7),
.GalleryGH .GalleryItem:nth-child(10),
.GalleryGH .GalleryItem:nth-child(11) {
    width: 48%;
}

.GalleryItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: 500ms;
}

.GalleryGH .GalleryItem:hover {
    border-color: var(--theme2);
}

.GalleryGH .GalleryItem:hover img {
    transform: scale(1.1);
}

.GalleryOutro {
    display: block;
    margin: 46px auto 0;
    width: 620px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}

/* =========================================================
   FEATURES / WORKFLOW
========================================================= */
.FeaturesGH {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 18px 0;
}

.FeaturesItem {
    display: block;
    margin: 0;
    width: 48%;
    background: #090909;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    padding: 18px 88px 18px 24px;
    position: relative;
    min-height: 88px;
}

.FeaturesItem .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    aspect-ratio: 1/1;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff17;
    border-radius: 100px;
    margin: 15px;
}

.FeaturesItem p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

/* =========================================================
   VIDEOS
========================================================= */
.VideosSlider {
    direction: ltr;
    margin-top: 10px;
}

.VideosSliderItem {
    opacity: 0.38;
    transform: scale(0.86);
    transition: 400ms;
}

.VideosSlider .slick-center {
    opacity: 1;
    transform: scale(1);
}

.VideosSliderItemInside {
    display: block;
    margin: 0 auto;
    width: 92%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.VideosSliderItemInside img {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
    object-position: center center;
    border-radius: 14px;
    border: solid 2px rgba(255, 248, 169, 0.75);
}

.VideosSliderItemInside h4 {
    display: none;
    margin: 12px auto 0;
    width: 100%;
    text-align: center;
    color: #d0d0d0;
    font-size: 15px;
}

.VideosSlider .slick-center h4 {
    display: block;
}

.VideosSliderItemInside i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/0.6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #ffffff;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.VideosOutro {
    display: block;
    margin: 24px auto 0;
    width: 540px;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}

/* =========================================================
   FEATURED CARDS
========================================================= */
.FeaturedHeader .setbg {
    display: block;
    margin: 0 auto 12px;
    width: 58px;
    background-size: 24px;
    aspect-ratio: 1/1;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1000px;
    background-color: rgba(255, 255, 255, 0.08);
}

.FeaturedGH {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    gap: 26px 0;
}

.FeaturedItem {
    display: block;
    margin: 0;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: 31%;
    min-height: 320px;
    padding: 28px 24px;
    text-align: center;
    backdrop-filter: blur(2px);
}

.FeaturedItem .setbg {
    display: block;
    margin: 0 auto 18px;
    width: 64px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.82;
}

.FeaturedItem h4 {
    display: block;
    margin: 0 auto 12px;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

.FeaturedItem p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
    color: #b6b6b6;
}

/* =========================================================
   CTA BANNER
========================================================= */
.Banner--cta {
    margin-top: 90px;
}

.Banner--cta .BannerSliderItemInside {
    min-height: 70vh;
    padding-top: 90px;
    padding-bottom: 90px;
}

.Banner--cta .BannerSliderItemDiv {
    width: 760px;
}

.Banner--cta .BannerSliderItemInside h1 {
    font-size: 54px;
}

.Banner--cta .BannerSliderItemInside p {
    font-size: 18px;
    width: 720px;
}

/* =========================================================
   FOOTER
========================================================= */
.SiteFooter {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 35px;
    background: linear-gradient(180deg, #3a3a3a 0%, #191919 45%, #050505 100%);
    box-shadow: inset 0 -186px 174px -124px #000000;
    overflow: hidden;
}

.SiteFooter::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.12), transparent 42%);
    pointer-events: none;
}

.FooterInside {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(240px, 1.15fr) minmax(210px, 1fr) minmax(190px, 0.9fr) minmax(230px, 1fr);
    gap: 34px;
    align-items: start;
}

.FooterCol {
    min-width: 0;
}

.FooterLogo {
    display: block;
    margin: 0 0 18px;
    width: 155px;
    max-width: 100%;
}

.FooterBrandText {
    display: block;
    margin: 0 0 22px;
    color: var(--theme4);
    line-height: 1.95;
    font-size: 15px;
    max-width: 320px;
}

.FooterTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.FooterTitleIcon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 100px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 -25px 30px rgba(255, 255, 255, 0.05);
}

.FooterTextContent {
    color: #d9d9d9;
    line-height: 1.95;
    font-size: 15px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

.FooterLinksList {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.FooterLinksList li {
    display: block;
    color: #d7d7d7;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    cursor: pointer;
    transition: 300ms;
    word-break: break-word;
}

.FooterLinksList li:hover {
    color: var(--theme1);
    transform: translateX(-3px);
}

.FooterInfoList {
    display: grid;
    gap: 12px;
}

.FooterInfoItem {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.FooterInfoItem strong {
    display: block;
    margin-bottom: 5px;
    color: var(--theme2);
    font-size: 13px;
    font-weight: 700;
}

.FooterInfoItem span,
.FooterInfoItem a {
    color: #d7d7d7;
    text-decoration: none;
    line-height: 1.8;
    font-size: 14px;
    word-break: break-word;
}

.FooterInfoItem a:hover {
    color: #fff;
}

.FooterSocialBox {
    margin-top: 24px;
}

.FooterSocialTitle {
    display: block;
    margin: 0 0 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.FooterSocialList {
    display: grid;
    gap: 12px;
}

.FooterSocialLink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-decoration: none;
    color: #d7d7d7;
    transition: 300ms;
    font-size: 15px;
    line-height: 1.4;
}

.FooterSocialLink i {
    color: var(--theme2);
    font-size: 16px;
}

.FooterSocialImg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.FooterSocialLink:hover {
    color: #fff;
    transform: translateX(-3px);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1199px) {
    .HeaderInside {
        flex-wrap: wrap;
        justify-content: center;
    }

    .HeaderTabs,
    .HeaderButtons {
        width: 100%;
        justify-content: center;
    }

    .BannerLogo {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 25px;
    }

    .BannerSliderItemInside {
        padding-top: 180px;
    }

    .BannerSliderItemInside h1 {
        font-size: 48px;
    }

    .FooterInside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
}

@media (max-width: 991px) {
    .GalleryGH .GalleryItem,
    .GalleryGH .GalleryItem:nth-child(2),
    .GalleryGH .GalleryItem:nth-child(3),
    .GalleryGH .GalleryItem:nth-child(6),
    .GalleryGH .GalleryItem:nth-child(7),
    .GalleryGH .GalleryItem:nth-child(10),
    .GalleryGH .GalleryItem:nth-child(11),
    .FeaturesItem,
    .FeaturedItem {
        width: 100%;
    }

    .BannerSliderItemInside h1,
    .Banner--cta .BannerSliderItemInside h1 {
        font-size: 38px;
    }

    .BannerSliderItemInside p,
    .Banner--cta .BannerSliderItemInside p {
        font-size: 16px;
    }

    .GalleryHeader,
    .FeaturesHeader,
    .FeaturedHeader h1 {
        font-size: 32px;
    }

    .BannerChatBtn {
        width: 56px;
        bottom: 25px;
    }

    .FooterTitle {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    header {
        padding: 18px 0;
    }

    .HeaderTabs ul {
        justify-content: center;
    }

    .HeaderTabs ul li {
        font-size: 11px;
        padding: 7px 10px;
    }

    .HeaderButtons {
        gap: 10px;
    }

    .HeaderButtons button,
    .HeaderButtons label {
        font-size: 12px;
    }

    .BannerSliderItemInside {
        padding-top: 170px;
        padding-bottom: 80px;
    }

    .BannerSliderItemInside h1,
    .Banner--cta .BannerSliderItemInside h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .BannerSliderItemInside p,
    .Banner--cta .BannerSliderItemInside p {
        font-size: 14px;
        line-height: 1.8;
    }

    .BannerSliderItemInside button {
        font-size: 14px;
        min-height: 46px;
        padding: 10px 24px;
    }

    .Gallery,
    .Features,
    .Videos,
    .Featured {
        padding-top: 70px;
    }

    .FeaturedItem {
        min-height: auto;
    }

    .FeaturedItem h4 {
        font-size: 20px;
    }

    .SiteFooter {
        padding: 42px 0 28px;
    }

    .FooterInside {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .FooterBrandText,
    .FooterTextContent {
        max-width: 100%;
    }

    .FooterSocialLink {
        width: 100%;
    }
}


.SideMenuBtn {
    display: none;
    margin: 0 0;
    width: auto;
    height: 40px;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    background: none;
    color: var(--theme1);
    border: solid 2px;
    border-radius: 5px;
    font-size: 26px;
}

.SideMenu {
    display: none;
}

.SideMenu {
}

.SideMenuInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.SideMenuFade {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--theme1);
    opacity: 0.5;
}

.SideMenuDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    background: #232323;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
    max-width: 80%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.SideMenuDiv::-webkit-scrollbar {
    display: none;
}


.SideMenuDiv ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    padding: 0;
}

.SideMenuDiv ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px 10px;
    border-bottom: solid 1px #2c2c2c;
    user-select: none;
    cursor: pointer;
    transition: 350ms;
}

.SideMenuDiv ul li:hover {
    color: var(--theme1);
}

.SideMenuLogo {
    display: block;
    margin: 0 auto 25px;
    width: 70%;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.Preloader {}
.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #000000;
    justify-content: center;
    align-items: center;
    display: flex;
}
.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: 200px;
    max-width: 100%;
    color: white;
    text-align: center;
}
.PreloaderDiv img {
    display: block;
    margin: 0 auto 14px;
    width: 100%;
}
.PreloaderDiv label {}

.TestimonialButton button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-height: 52px;
    padding: 12px 32px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #171717 0%, #000000 100%);
    color: #ffffff;
    margin: 18px auto 70px;
    box-shadow: inset 0 20px 28px -26px rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 700;
}
