/*
Theme Name:
Author: Saint Hossam
PSD Designer:
*/

/* fonts  */

@font-face {
    font-family: "cairoextra";
    src: url("../webfonts/design-fonts/cairoextra/Cairo-ExtraBold.eot");
    src: url("../webfonts/design-fonts/cairoextra/Cairo-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/cairoextra/Cairo-ExtraBold.woff2") format("woff2"),
    url("../webfonts/design-fonts/cairoextra/Cairo-ExtraBold.woff") format("woff"),
    url("../webfonts/design-fonts/cairoextra/Cairo-ExtraBold.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "cairobold";
    src: url("../webfonts/design-fonts/cairobold/Cairo-Bold.eot");
    src: url("../webfonts/design-fonts/cairobold/Cairo-Bold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/cairobold/Cairo-Bold.woff2") format("woff2"),
    url("../webfonts/design-fonts/cairobold/Cairo-Bold.woff") format("woff"),
    url("../webfonts/design-fonts/cairobold/Cairo-Bold.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "cairomed";
    src: url("../webfonts/design-fonts/cairomed/Cairo-Medium.eot");
    src: url("../webfonts/design-fonts/cairomed/Cairo-Medium.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/cairomed/Cairo-Medium.woff2") format("woff2"),
    url("../webfonts/design-fonts/cairomed/Cairo-Medium.woff") format("woff"),
    url("../webfonts/design-fonts/cairomed/Cairo-Medium.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "cairosemi";
    src: url("../webfonts/design-fonts/cairosemi/Cairo-SemiBold.eot");
    src: url("../webfonts/design-fonts/cairosemi/Cairo-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/cairosemi/Cairo-SemiBold.woff2") format("woff2"),
    url("../webfonts/design-fonts/cairosemi/Cairo-SemiBold.woff") format("woff"),
    url("../webfonts/design-fonts/cairosemi/Cairo-SemiBold.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "cairoreg";
    src: url("../webfonts/design-fonts/cairoreg/Cairo-Regular.eot");
    src: url("../webfonts/design-fonts/cairoreg/Cairo-Regular.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/design-fonts/cairoreg/Cairo-Regular.woff2") format("woff2"),
    url("../webfonts/design-fonts/cairoreg/Cairo-Regular.woff") format("woff"),
    url("../webfonts/design-fonts/cairoreg/Cairo-Regular.ttf") format("truetype");

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* reset css */
/* Reset box-sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:focus, .main-btn:focus {
    outline: none !important;
}

/* Remove default styles for common elements */
html,
body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    scroll-behavior: smooth;
}

/* Reset lists, links, and text elements */
ul,
ol {
    list-style: inside;
    padding: 0;
    margin-bottom: 0;
}

.footer_links ul,nav ul {
    list-style: none;
}

a {
    text-decoration: none; /* Remove default underline */
    color: inherit; /* Inherit color from parent */
}

img {
    max-width: 100%; /* Ensure images are responsive */
    display: block;
}

/* Reset form elements */
input,
.main-btn,
textarea,
select {
    appearance: none; /* Remove browser-specific styling */
    border: none;
    outline: none;
    background: none;
    font-family: inherit; /* Inherit font from parent */
    font-size: inherit; /* Inherit font size */
    line-height: inherit; /* Inherit line-height */
}

/* Remove input and .main-btn focus outline for accessibility */
input:focus,
.main-btn:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* Remove table borders and spacing */
table {
    border-collapse: collapse; /* Collapse borders */
    border-spacing: 0;
}

/* Remove any unwanted default styling on blockquotes */
blockquote {
    margin: 0;
    padding: 0;
    quotes: none; /* Remove quotation marks */
}

/* Reset typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* Remove bold by default */
    margin: 0;
}

p {
    margin: 0;
}

code,
pre {
    font-family: 'Courier New', monospace;
}

/* Accessibility improvements */
.main-btn:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed; /* Show the disabled cursor */
    opacity: 0.5; /* Make disabled elements semi-transparent */
}

a:focus,
.main-btn:focus {
    outline: 2px solid #007bff; /* Custom focus outline */
}

img,
iframe {
    max-width: 100%;
    max-height: 100%;
}

img:not(.main-caption img) {
    object-fit: contain;
}

/* body */
body {
    font-family: "cairoreg";
    width: 100%;
}

/* Colors */
:root {
    --main: #8e0e34;
    --sec: #FFEAED;
    --gradient: linear-gradient(265deg, rgba(186, 29, 76, 1) 0%, rgba(254, 123, 137, 1) 100%);
}

/* Main Scroll Bar */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 15px;
}

/* main */
main {
    position: relative;
    overflow: hidden;
    left: 0;
    transition: 0.7s ease-in-out;
}

/* main-btn */
.main-btn {
    position: relative;
    overflow: hidden;
    font-family: 'cairomed';
    width: 180px;
    height: 50px;
    padding: 10px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    background: var(--gradient);
}

.main-btn, .main-btn span {
    transition: 200ms;
}

.main-btn .text {
    color: white;
    transform: translateX(0);
    transition: 200ms;
}

.main-btn .icon {
    position: absolute;
    transform: translateX(-108px);
    font-size: 22px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 200ms;
}

.main-btn:hover .text {
    color: transparent;
    transform: translateX(200px);
}

.main-btn:hover .icon {
    width: fit-content;
    border-left: none;
    transform: translateX(-54px) rotate(365deg);
}

.main-btn:focus {
    outline: none;
}

.main-btn:active .icon {
    transform: translateX(-250%) scale(0.8);
}

/* main section's title*/
.sec-tit {
    position: relative;
    font-family: 'cairobold';
    font-size: 35px;
    color: #000;
    display: table;
    margin: 0 auto 70px;
}

@keyframes mainheader-animation {
    0% {
        left: 0px;
    }
    50% {
        left: calc(100% - 25px);
    }
    100% {
        left: 0px;
    }
}

.sec-tit:before {
    background-image: url(../img/titshape.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -31px;
    z-index: 1;
    animation-name: mainheader-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    width: 28px;
    height: 25px;
}

.sec-tit:after {
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background-color: #000;
}

/*.owl-carousel {*/
/*    z-index: 0;*/
/*}*/

/* header section */
header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
    transition: all 0.3s linear;
}

header .main-btn {
    justify-content: center;
    color: #FFF;
    width: 145px;
}

header .end {
    display: flex;
    align-items: center;
}

.end img {
    height: 22px;
}

header .end a.lang {
    font-size: 21px;
    font-family: 'cairomed';
}

header .end > div:not(:last-child) {
    margin-inline-end: 24px;
}

.social-fixed {
    position: fixed;
    top: 50%;
    inset-inline-end: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1000;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 32px;
    color: #c0163b;
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    transform: scale(1.2);
    color: #900d2c;
}

@keyframes slideIn {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.social-icon:nth-child(1) {
    animation: slideIn 0.6s ease-out 0.2s backwards;
}

.social-icon:nth-child(2) {
    animation: slideIn 0.6s ease-out 0.4s backwards;
}

.social-icon:nth-child(3) {
    animation: slideIn 0.6s ease-out 0.6s backwards;
}

.menu-logo {
    height: 95px;
}

.top {
    background: #041f42;
    padding: 10px 0;
}

.top .main-btn {
    padding: 8px 20px;
}

.top_btns {
    display: flex;
    align-items: center;
    justify-content: end;
}

.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: var(--main);
    padding: 20px 0;
    transition: all 0.5s linear;
}

/* account */
.hold_account .submenu {
    position: absolute;
    top: 100px;
    inset-inline-end: 115px;
    width: 200px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.hold_account .submenu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hold_account .submenu ul li {
    opacity: 0;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hold_account .submenu ul li a {
    position: relative;
    display: block;
    padding: 12px 16px;
}

.hold_account .submenu ul li:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}

.hold_account .submenu ul li .logout {
    color: #8E0E34;
    font-weight: bold;
}

.hold_account .submenu ul li .logout:hover {
    background: #f8d7da;
    color: #900d2c;
}


/* Main slider */
/******************************/
.slider {
    position: relative;
}

.slid-tit {
    font-family: "cairoextra";
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
}

.slid-desc {
    font-family: "cairobold";
    font-size: 25px;
    color: #000;
}

.slid-url {
    display: inline-block;
    margin-top: 25px;
}

.slider .owl-item.active .item {
    animation: bounceIn 1.5s ease-in-out;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.mainItem img.slid-thumb {
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
    transition: all 25s ease;
    transform-style: preserve-3d;
}

.main-slider .active img {
    object-fit: cover !important;
    transform: scale(1.3);
}

.mainItem-overlay {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    /*background-color: rgba(255, 255, 255, .2);*/
}

.slid-body {
    padding: 88px;
}

.slid-tit {
    margin-bottom: 30px;
}

.slid-des {
}

.main-slider .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
}

.main-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    border: 1px solid var(--main) !important;
    border-radius: 15px;
    transition: all .5s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    background-color: var(--main) !important;
    border-color: transparent;
}

@media (min-width: 992px) {
    .gift-scroll {
        max-height: 465px !important;
    }
    .mainItem img.slid-thumb {
        height: 512px;
    }

    .sign_info img {
        height: 100vh;
    }

    .slid-tit {
        font-size: 45px;
    }

    .main-slider .owl-dots {
        top: 50%;
        transform: translateY(-50%);
        inset-inline-start: -50px;
        flex-direction: column;
    }

    .main-slider .owl-dots .owl-dot {
        margin: auto;
    }

    .main-slider .owl-dots .owl-dot:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .sign_info img {
        height: -webkit-fill-available;
    }

    .mainItem img.slid-thumb {
        height: 370px;
    }

    .market-inside-card [class*='col-']:nth-child(2) {
        margin-bottom: 20px;
    }

    .slid-body {
        padding: 0 35px;
    }

    .slid-tit {
        font-size: 30px;
    }

    .main-slider .owl-dots {
        bottom: 0;
        width: 100%;
        justify-content: center;
        flex-direction: row;
        position: relative;
        transform: translateY(0);
        inset-inline-start: 0;
    }

    .main-slider .owl-dots .owl-dot {
        margin: 0 5px;
    }

    .main-slider .owl-dots .owl-dot:not(:last-of-type) {
        margin-bottom: 0;
    }

    .slider {
        padding-bottom: 20px;
    }
}

.theBackground {
    background-image: url(../img/background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/******************************/

/* about */
.about {
    padding: 40px 0 65px;
}

.about-tit {
    font-family: "cairobold";
    font-size: 20px;
    margin-bottom: 20px;
    color: #8E0E34;
}

.about .sec-tit {
    margin-bottom: 50px;
}

.about-content {
    font-size: 18px;
    line-height: 33px;
    color: #000;
    margin-bottom: 16px;
    min-height: 99px;
    max-width: 860px;
}

.about-img {
    height: 335px;
}

.about-url {
    margin-top: 16px;
}

.statics {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    margin-top: 40px;
    max-width: 608px;
}

.stat-card {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-inline-end: 80px;
    text-align: center;
    max-width: 257px;
}

.stat-number {
    font-family: "cairobold";
    font-size: 49px;
    color: var(--main);
    margin-inline-end: 12px;
}

.stat-tit {
    font-family: 'cairobold';
    font-size: 23px;
    color: #000;
}

/* advantages */
.advantages {
    padding-bottom: 43px;
}

.adv-card {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #D6D6D6;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.adv_index {
    position: absolute;
    color: #FFEAED;
}

.adv-icon {
    position: relative;
    margin-inline-end: 15px;
    background-color: var(--sec);
    border-radius: 8px;
    width: 60px;
    height: 60px;
    padding: 12px;
    z-index: 1;
}

.adv-tit {
    font-family: 'cairobold';
    font-size: 18px;
    margin-bottom: 10px;
}

.adv_exc {
    font-family: 'cairomed';
    font-size: 16px;
}

.adv-details {
    position: relative;
    z-index: 1;
}

.adv_index {
    position: absolute;
    color: #FFEAED;
    inset-inline-end: 15px;
    font-family: 'cairobold';
    font-size: 60px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* start */
.start {
    position: relative;
    background-image: url(../img/startcover.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 90px;
}

.start-card {
    position: relative;
    overflow: hidden;
    background-image: url(../img/startback.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    border-radius: 8px;
    z-index: 1;
    min-height: 310px;
}

.start-card:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.86);
    z-index: -1;
}

.start-head {
    display: flex;
    align-items: center;
}

.start-tit {
    font-family: 'cairobold';
    font-size: 18px;
    color: #000;
}

.start-icon {
    height: 40px;
    margin-inline-end: 6px;
}

.start_content {
    font-family: 'cairomed';
    font-size: 16px;
    color: #707070;
    line-height: 27px;
}

.start-icon img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(57%) saturate(7179%) hue-rotate(334deg) brightness(84%) contrast(93%);
}

.start_index {
    font-family: 'cairobold';
    font-size: 48px;
    color: rgba(0 0 0 / 11%);
}

/* market menu */
.market-menu {
    padding: 60px 0 55px;
}

.market-menu-carousel {
    text-align: center;
    margin: 20px auto;
}

.market-menu-carousel .owl-item {
    padding: 15px;
}

.market-menu-carousel .market-menu-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 22px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.market-menu-carousel .market-menu-img:hover {
    transform: scale(1.05);
}

.market-menu-carousel .item p {
    font-size: 20px;
    font-family: 'cairosemi';
    margin-top: 15px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 26px;
}

.owl-dot {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    width: 16px;
    height: 16px;
    background: rgba(0 0 0 / 27%) !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active {
    width: 55px;
    background: #000 !important;
    border-radius: 20px;
}

.owl-dot span {
    display: none;
}

/* banner */
.banner {
    position: relative;
}

.banner-tit {
    font-family: 'cairoextra';
    font-size: 35px;
    margin-bottom: 24px;
}

.banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 65px;
}

.banner-img,
.banner-img img {
    border-radius: 20px;
}

/* opinions */
.opinions {
    padding: 90px 0 20px;
}

.opinion-item {
    display: flex;
    justify-content: center;
}

.opinion-carousel .owl-item {
    padding: 15px;
}

.opinion-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(254 123 137 / 55%);
    border-inline-start-width: 8px;
}

.opinion-card .profile {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.opinion-card .profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
}

.opinion-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.opinion-card p {
    font-size: 14px;
    color: #555;
}

.client-name {
    font-family: 'cairobold';
    font-size: 20px;
}

.opinion_content {
    font-family: 'cairoreg';
    font-size: 16px;
    color: #707070;
    line-height: 30px;
}

/*  footer */
footer {
    background-image: url(../img/footer.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 65px 0 40px;
}

.footer-logo {
    height: 120px;
}

.footer_content {
    font-family: 'cairomed';
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    line-height: 26px;
}

.footer_links ul li {
    float: inline-start;
    width: 50%;
}

.footer_links ul li a {
    position: relative;
    font-family: 'cairomed';
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    transition: .3s ease-in-out;
}

html[dir='rtl'] .footer_links ul li a:before {
    content: '\f104';
}

html[dir='ltr'] .footer_links ul li a:before {
    content: '\f105';
}

.footer-tit {
    position: relative;
    font-family: 'cairobold';
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.footer-tit:before,
.footer_links ul li a:before {
    font-size: 16px;
    font-family: FontAwesome;
    margin-inline-end: 5px;
}

html[dir='rtl'] .footer-tit:before {
    content: '\f100';
}

html[dir='ltr'] .footer-tit:before {
    content: '\f101';
}

.footerContact-item a {
    display: flex;
    align-items: center;
}

.footerContact-item:not(:last-child) {
    margin-bottom: 12px;
}

.footerContact-item img {
    width: 24px;
    height: 24px;
	aspect-ratio: 1 / 1;
    margin-inline-end: 5px;
}

.footerContact-item span {
    font-family: 'cairomed';
    font-size: 16px;
    color: #000;
}

.pay {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.pay-img {
    height: 25px;
}

.pay-img:not(:last-child) {
    margin-inline-end: 15px;
}

.copyWrite {
    margin-top: 70px;
    padding-top: 12px;
    border-top: 1px solid rgba(112 112 112 / 10%);
}

.in-copywrite {
    font-family: 'cairobold';
    font-size: 16px;
    color: #000;
}

.in-copywrite a {
    color: var(--main);
}

/* search */
#search-box {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}

#search-box .container {
    display: table;
    width: 100%;
    height: 100%;
}

#search-box .container .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

#search-box .container .close:hover {
    opacity: 1;
}

#search-box .container .close:before,
#search-box .container .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: white;
}

#search-box .container .close:before {
    transform: rotate(45deg);
}

#search-box .container .close:after {
    transform: rotate(-45deg);
}

#search-box .container .search-main {
    display: table-cell;
    vertical-align: middle;
}

#search-box .container .search-main .search-inner {
    width: 80%;
    margin: 0 auto;
}

#search-box .container .search-main form {
    position: relative;
}

#search-box .container .search-main input {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 12px 12px 0 74px;
    font-family: 'cairoreg';
    font-size: 40px;
    height: 84px;
    border-bottom: 2px solid white;
    display: block;
    color: white;
    margin-bottom: 0;
    width: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 3s;
}

#search-box .container .search-main input:focus {
    outline: none;
}

#search-box .container .search-main button {
    border: 0;
    left: auto;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0.3em;
    bottom: 0.3em;
    background: transparent;
    font-size: 43px;
}

#search-box .container .search-main .search-info {
    display: block;
    color: white;
    text-align: end;
    float: inline-end;
    margin-top: 4px;
}

#search-box.-open {
    background: rgba(0, 0, 0, 0.8);
    visibility: visible;
    animation: fadein 0.8s;
}

#search-box.-open .container .search-main input {
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/******************************/

/******************************/
/* contact form 7 */
.contacts {
    padding-bottom: 125px;
}

.supore,
.wpcf7-not-valid-tip,
.alert {
    position: relative;
    padding: .25rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid;
    color: #721c24;
    background: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 10px;
    border-radius: .25rem
}

html[dir=ltr] .wpcf7,
html[dir=ltr] .wpcf7 input[type=url],
html[dir=ltr] .wpcf7 input[type=email],
html[dir=ltr] .wpcf7 input[type=tel] {
    direction: ltr
}

html[dir=rtl] .wpcf7,
html[dir=rtl] .wpcf7 input[type=url],
html[dir=rtl] .wpcf7 input[type=email],
html[dir=rtl] .wpcf7 input[type=tel] {
    direction: rtl
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .17);
    border-radius: 8px !important;
    background: #FFF;
    color: rgba(0 0 0 / .70);
    font-size: 16px;
    font-family: 'cairosemi';
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.upload-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    background: #fff;
}

.requestForm .store-logo {
    opacity: 0;
    width: 100%;
    position: absolute;
    cursor: pointer;
    top: 10px;
    height: 100%;
}

.upload-box img {
    height: 24px;
}

.upload-box span {
    font-size: 16px;
    font-family: 'cairosemi';
    color: rgba(0 0 0 / .70);
}

.contacts form [class*='col-']:not(:last-child) {
    margin-bottom: 30px;
}

textarea {
    border-radius: 30px !important;
}

.form-control:focus {
    border-color: var(--sec);
    background: #FFF;
    box-shadow: 0 4px 4px #00000024;
}

input::placeholder, textarea::placeholder {
    color: #A09F9F;
}

.form-control:hover {
    border-color: rgba(0, 0, 0, .17);
    box-shadow: 0 4px 4px #00000024;
}

textarea.form-control {
    max-height: 125px;
}

.theForm form {
    margin-inline-end: 80px;
}

#bodyWrap > div > div > div.theForm > div > div > div > div > [class*='col-']:first-of-type {
    border-inline-end: 1px solid #000;
}

.hold-contact-info {
    margin-inline-start: 40px;
}

.form-url {
    display: table;
    margin: 0 auto;
}

.contact-info-tit {
    font-family: 'cairobold';
    font-size: 18px;
    color: #000;
    margin-bottom: 24px;
}

.contact-head {
    font-family: 'cairobold';
    font-size: 20px;
    color: #000;
    margin-bottom: 32px;
}

.contact_item {
    margin-bottom: 20px;
}

.contact_item a {
    display: flex;
    align-items: center;
}

.contact_item img {
    height: 30px;
    margin-inline-end: 16px;
}

.contact_item span {
    font-family: 'cairomed';
    font-size: 18px;
}

.hold-contact-info > div:nth-child(2) {
    display: flex;
    align-items: center;
}

.hold-contact-info > div:nth-child(2) .social-icons {
    margin-inline-start: 12px;
}

.contact_img {
    height: 188px;
}

.requestForm-img {
    height: 270px;
}

.toggle-container {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

.toggle-container span {
    font-size: 20px;
    font-family: 'cairobold';
}

.notifications .switch {
    position: relative;
    display: inline-block;
    margin-inline-end: 8px;
    width: 39px;
    height: 21px;
}

.notifications .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.notifications .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 20px;
    transition: 0.4s;
}

.notifications .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.notifications input:checked + .slider {
    background-color: var(--main);
}

.notifications input:checked + .slider:before {
    transform: translateX(17px);
}

.notifications-list {
    margin-top: 50px;
    list-style: none;
    padding: 0;
}

.notification {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    padding-bottom: 24px;
    margin-bottom: 5px;
    font-size: 14px;
    transition: background 0.3s ease-in-out;
}

.notification:not(:first-of-type) {
    padding-top: 24px;
}

.notification:not(:last-of-type) {
    border-bottom: 1px solid rgba(112 112 112 / 19%);
}

.notification .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-inline-end: 16px;
    transition: .3s;
}

.notification .icon.unread {
    background: #FFEAED;
}

.noti-url .main-btn {
    width: 235px;
    justify-content: center;
}

.gift-popup .main-btn,
.hold_select .main-btn {
    justify-content: center;
}

.gift-popup .main-btn:first-of-type {
    margin-inline-end: 10px;
}

.noti-url .main-btn:hover .text,
.gift-popup .main-btn:hover .text,
.hold_select .main-btn:hover .text {
    color: #FFF;
    transform: none;
}

.notification .time {
    font-size: 12px;
    color: gray;
}

.noti-desc {
    line-height: 33px;
}

.noti-desc .text {
    font-family: 'cairobold';
    font-size: 18px;
}

.noti-desc .time {
    font-family: 'cairomed';
    font-size: 15px;
}

/*single Page */
.singlePage .start {
    background-image: none;
}

.singlePage [class*='col-']:not(.breadcrumb_pro [class*='col-'], .market-inside-card [class*='col-'],
    .myProfile-item [class*='col-'],
    .table-container [class*='col-'],
    .credit [class*='col-'],
    .wallet-recharge [class*='col-'],
    .myProfile [class*='col-'],
    .faq [class*='col-']) {
    margin-bottom: 30px !important;
}

.myProfile-renew {
    margin-inline-end: 5px;
}

.hold-visaCard {
    display: flex;
    align-items: center;
}

.hold-visaCard span {
    margin-inline-end: 10px;
}

.breadcrumb_pro {
    position: relative;
    background: var(--sec);
    padding: 33px 55px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.breadcrumb-img {
    height: 137px;
    position: absolute;
    inset-inline-end: 50px;
    bottom: 0;
    display: flex;
    justify-content: end;
    pointer-events: none;
}

.pageTit {
    font-family: 'cairobold';
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.header-inside {
    margin-bottom: 15px;
}

.breadcrumb-links {
    font-family: 'cairosemi';
    font-size: 18px;
}

.breadcrumb-links a {
    font-family: 'cairoreg';
}

.about_inside_content:nth-of-type(odd) .row {
    flex-direction: row-reverse;
}

.about_inside_content:not(:last-child) {
    margin-bottom: 60px;
}

.singlePage .start {
    padding-top: 0;
    padding-bottom: 0;
}

.singlePage .start-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border: 1px solid rgba(0, 0, 0, .16);
}

.singlePage .about-content {
    font-family: 'cairosemi';
    line-height: 33px;
    color: #000;
}

/* market */
.market-inside-card {
    background: white;
    border: 1px solid #7070703b;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 6%);
    padding: 25px 25px 30px;
    padding-inline-end: 95px;
    text-align: start;
}

.market-inside-card:not(:last-child) {
    margin-bottom: 30px;
}

.market-inside-img {
    border-radius: 8px;
    height: 70px;
}

.market-inside-card [class*='col-']:nth-child(2) {
    flex-grow: 1;
}

.market-inside-card [class*='col-']:nth-child(3),
.market-inside-card [class*='col-']:last-child {
    display: flex;
    align-items: center;
}

.market-inside-card img {
    width: 100%;
    border-radius: 8px;
}

.market-inside-card .market-inside-tit {
    font-family: 'cairobold';
    font-size: 24px;
    margin-bottom: 10px;
}

.market-inside-card .market-inside-exc {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0 0 0 / 65%);
}

.market-inside-card .link {
    display: inline-block;
    color: var(--main);
    font-family: 'cairobold';
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.market-inside-card .link span {
    margin-inline-end: 5px;
}

/* ((pagination)) */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.pagination a {
    text-decoration: none;
    color: black;
    font-size: 24px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
}

.pagination a.active {
    background-color: #80002a;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #f0f0f0;
}

.pagination .arrow {
    font-size: 24px;
    color: #80002a;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.pagination .arrow.disabled {
    color: #d3a4b0;
    pointer-events: none;
}

.footer-inside {
    margin-top: 66px;
}

/* plans */
.plans {
    max-width: 930px;
    margin: 60px auto 0;
}

.plan {
    background: #e4c5ce4a;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 7px 7px 1px rgb(34 34 38 / 10%);
    text-align: center;
    position: relative;
    border-right: 5px solid rgb(34 34 38 / 15%);
}

.plan-header {
    padding: 10px;
    color: white;
    font-family: 'cairobold';
    font-size: 23px;
    border-radius: 8px;
    width: 190px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 5px 1px rgba(24, 24, 28, 0.33);
    margin: -40px auto 10px;
}

.gold-bg {
    background: #f1c40f;
}

.platinum-bg {
    background: #bdc3c7;
}

.free-bg {
    background: #BA1D4C;
}

.plan-price {
    font-size: 28px;
    font-family: 'cairobold';
    margin: 15px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.package-tit {
    font-family: 'cairosemi';
    font-size: 20px;
    margin-bottom: 20px;
}

.plan-details {
    text-align: start;
    margin-top: 20px;
}

.plan-details ul {
    list-style: inside;
    padding: 0;
    margin-bottom: 30px;
    height: 180px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main) #F0F0F0;
    scroll-behavior: smooth;
}
.plan-details ul li {
    font-size: 18px;
}

.plan-details ul li:not(:last-child) {
    margin: 0 0 10px;
}

.duration {
    font-family: 'cairosemi';
    font-size: 20px;
}

.duration .red-text {
    color: var(--main);
    margin-inline-start: 3px;
}

.plan .btn {
    position: relative;
    width: 100%;
    padding: 10px;
    border: none;
    color: white;
    font-family: 'cairomed';
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 25px;
    box-shadow: 4px 5px 1px rgba(24, 24, 28, 0.33);
}

.plan .btn:hover {
    color: #FFF;
}

.gold-btn {
    background: #f1c40f;
}

.platinum-btn {
    background: #bdc3c7;
}

.free-btn {
    background: #BA1D4C;
}

.gold-btn:hover {
    background: rgba(241, 196, 15, 0.8);
}

.platinum-btn:hover {
    background: rgba(189, 195, 199, 0.8);
}

.free-btn:hover {
    background: rgba(192, 57, 43, 0.8);
}

.gold-btn:active {
    background: rgba(241, 196, 15, 0.8) !important;
}

.platinum-btn:active {
    background: rgba(189, 195, 199, 0.8) !important;
}

.free-btn:active {
    background: rgba(192, 57, 43, 0.8) !important;
}

/* contact form */
.contact-info p {
    margin: 5px 0;
}

.social-icons a {
    font-size: 22px;
    margin-left: 10px;
    color: #c0392b;
}

.contact-form .form-control {
    border-radius: 10px;
    padding: 10px;
}

.send-btn {
    background: linear-gradient(to right, #e74c3c, #c0392b);
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-btn i {
    margin-left: 8px;
}

/*profile*/

.myProfile-title {
    color: #a30000;
    font-size: 20px;
    font-family: 'cairobold';
    text-align: right;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.myProfile-info {
    margin-bottom: 20px;
}

.myProfile-label {
    font-family: 'cairobold';
    font-size: 18px;
    color: #333;
}

.myProfile-item [class*='col-'] {
    margin-bottom: 16px !important;
}

.myProfile-value {
    font-family: 'cairomed';
    font-size: 18px;
    color: #000;
}

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

.myProfile-url a {
    display: flex;
    align-items: center;
}

.myProfile-url img {
    width: 34px;
    height: 34px;
}

.myProfile-url span {
    font-family: 'cairomed';
    font-size: 18px;
    margin-inline-start: 8px;
}

.myProfile-url a:first-of-type span {
    color: var(--main);
}

.myProfile-item a {
    direction: ltr;
    display: inline-block;
}

/* profile edit */
.myProfile-edit-title {
    color: #a30000;
    font-size: 20px;
    text-align: right;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.myProfile-edit-form {
    display: flex;
    flex-direction: column;
}

.myProfile-input-group {
    position: relative;
    margin-bottom: 15px;
}

.myProfile-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    text-align: right;
}

.myProfile-input::placeholder {
    color: #999;
    font-size: 14px;
}

.myProfile-input:focus {
    border-color: #a30000;
    outline: none;
}

.password-group {
    display: flex;
    align-items: center;
    position: relative;
}

.password-edit-btn {
    position: absolute;
    left: 10px;
    background: none;
    border: none;
    color: #a30000;
    font-size: 14px;
    cursor: pointer;
}

.password-edit-btn:hover {
    text-decoration: underline;
}

.password-input {
    text-security: circle !important;
}

#bodyWrap>div>div>div.myProfile>div>div>form>div:nth-child(2)>input {
    direction: ltr;
}

.Profile-url {
    margin-top: 20px;
}


.myProfile-submit {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #d1004b;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.myProfile-submit:hover {
    background-color: #a30000;
}

/* wallet */
.accordion-button {
    background-color: #fff !important;
    border-radius: 8px !important;
    justify-content: space-between;
    font-size: 18px;
    text-align: right;
    font-family: 'cairosemi';
    color: #000 !important;
    border: 1px solid #DFDFDF !important;
    transition: .3s;
    box-shadow: 0 3px 6px rgba(0 0 0 / 16%) !important;
}

.accordion-button.active {
    border-radius: 8px 8px 0 0 !important;
}

.accordion-button.collapsed {
    border-radius: 8px !important;
}

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

.accordion-button::after {
    margin-left: 0 !important;
}

.accordion-body {
    background-color: #fff4f4;
    border-radius: 0 0 10px 10px;
}

.card-logo {
    width: 50px;
    vertical-align: middle;
}

.accordion-body tr th {
    font-size: 16px;
}

.accordion-body tr th:nth-of-type(2),
.accordion-body tr td:nth-of-type(2) {
    color: var(--main);
}

.accordion-body tr th:nth-of-type(3),
.accordion-body tr td:nth-of-type(3) {
    color: #FE7B89;
}

.accordion-body tr th:last-child,
.accordion-body tr td:last-child {
    color: #7CE895;
}

.accordion-body strong {
    font-family: 'cairobold';
    font-size: 18px;
}


.table-container .row [class*='col-'] span {
    font-family: 'cairomed';
    font-size: 18px;
}

.table-container > .row [class*='col-']:nth-of-type(2) {
    text-align: start;
}

.accordion-button::after {
    transform: rotate(0deg) !important;
    filter: brightness(0) saturate(100%)
}

html[dir='rtl'] .accordion-button.active::after {
    transform: rotate(180deg) !important;
}

html[dir='ltr'] .accordion-button.active::after {
    transform: rotate(-180deg) !important;
}

.hold-accordion .accordion {
    margin-bottom: 20px;
}

.wallet-img {
    height: 422px;
}

.credit-info {
    display: flex;
    align-items: center;
}

.credit-icon img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(88%) saturate(2812%) hue-rotate(126deg) brightness(103%) contrast(105%);
}

.credit-details {
    color: #009E0B;
}

.credit-info img {
    margin-inline-end: 10px;
    height: 60px;
}

.credit-info h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.credit-info p {
    font-family: 'cairobold';
    font-size: 23px;
}

.wallet-url .main-btn {
    background: #FFF;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 10px;
}

.wallet-url .main-btn .text {
    color: #BA1D4C;
}

.wallet-url .main-btn .icon {
    color: #BA1D4C;
}

.credit {
    margin-bottom: 60px;
}

.accordion-intro {
    font-family: 'cairobold';
    font-size: 20px;
    margin-bottom: 30px;
}

.phone-container {
    display: flex;
    align-items: center;
    width: 100%;
}


.phone-container img {
    width: 40px !important;
    height: 24px !important;
}

/* popup*/
.popup, .gift-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 50px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 44px;
    text-align: center;
    z-index: 9;
}

.popup {
    min-width: 440px;
    /* max-height: 410px; */
    max-height: 90vh;
}

.gift-popup .main-btn {
    background: transparent;
    border: 1px solid #BA1D4C;
}

.gift-popup .amount-input input {
    width: 100%;
}

.gift-popup .main-btn .text {
    color: #BA1D4C;
}

.gift-popup .main-btn:hover {
    background: #BA1D4C;
    border-color: transparent;
    color: #FFF;
}

.gift-popup {
    max-width: 840px;
    max-height: 550px;
}

.popup .close-btn, .gift-popup .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.gift-scroll{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 350px;
    padding-inline-end: 10px;
}
.gift-scroll::-webkit-scrollbar {
    width: 8px;
}

.gift-scroll::-webkit-scrollbar-track {
    background: #fff;
}

.gift-scroll::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 15px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.popup .payment-methods label {
    font-family: 'cairosemi';
    margin-bottom: 8px;
}

.hold-popup-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.hold-popup-tit h3 {
    font-family: 'cairobold';
    font-size: 20px;
}

.amount-input label {
    font-family: 'cairosemi';
    font-size: 18px;
    margin-bottom: 8px;
}

td a {
    font-family: 'cairobold';
    font-size: 16px;
    color: #8E0E34;
}

.form-hidden-container {
    display: none;
    margin-top: 30px;
}

.form-hidden-container form {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-hidden-container input:first-of-type {
    margin-inline-end: 25px;
}

/*toggle switch */
.toggle-switch {
    position: relative;
    width: 50px;
    height: 25px;
    background: #ccc;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
}

.toggle-switch::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2.5px;
    left: 3px;
    transition: 0.3s;
}

.toggle-switch.active {
    background: #800020;
}

.toggle-switch.active::before {
    left: 27px;
}

.payments th {
    padding: 20px 28px 20px !important;
}

/* wallet (after edition) */
.singlePage table {
    width: 100%;
    border-collapse: collapse;
    background: #FFF3F5;
    border-radius: 10px;
    overflow: hidden;
}

.singlePage th, .singlePage td {
    text-align: center;
    border-bottom: 1px solid rgba(0 0 0 / 4%);
}

.singlePage td {
    padding: 24px 30px 24px;
    font-family: 'cairomed';
    font-size: 18px;
}

.singlePage td:first-child {
    font-family: 'cairobold';
    font-size: 18px;
}

.singlePage th {
    background: #FFEAED;
    color: #000;
    font-family: 'cairoBold';
    font-size: 18px;
    padding: 20px 30px 20px;
}

.singlePage tr:last-child td {
    border-bottom: none;
}

.payment-method {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.payment-method img {
    width: 30px;
    height: auto;
}

/* wallet2 recharge */
.amount-input {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-bottom: 24px;
}

.amount-input input {
    /* max-width: 350px; */
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: right;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.payment-buttons {
    display: flex;
    gap: 10px;
    justify-content: start;
}

.payment-button {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 7px 10px;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
}

.payment-button img {
    width: 50px;
    height: auto;
}

.payment-button:hover,
.payment-button.active {
    border-color: black;
}

.payment-button.active {
    border-width: 2px;
}

.payment-methods label {
    text-align: start;
}

.wallet-recharge {
    margin-bottom: 50px;
}

.wallet-recharge strong {
    font-family: 'cairobold';
    font-size: 18px;
}

.wallet-recharge label {
    margin-bottom: 10px;
}

/* gift */

.more_gift_btn {
    font-family: 'cairobold';
    font-size: 16px;
    color: #8E0E34;
}

.gift-img {
    height: 550px;
}

.gifts_form {
    display: flex;
    height: 240px;
}

.gifts th {
    padding: 20px 15px 20px;
}

.gifts_form .amount-input input {
    max-width: 100%;
    padding: 10px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    font-family: 'cairosemi';
    font-size: 16px;
}

.custom-checkbox {
    font-family: 'cairosemi';
    appearance: auto;
    font-size: 14px;
    width: 22px;
    height: 22px;
    border: 2px solid #D8D8D8;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--main);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 2px;
    transition: all 0.3s;
}

.checkbox-container input:checked + .custom-checkbox::after {
    transform: translate(-50%, -50%) scale(1);
}

.gifts2-url {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.gifts2-url button {
    margin-inline-end: 100px;
}

.gifts_form {
    margin-bottom: 40px;
}

/* faq */
.faq_accordion {
    width: 100%;
}

.faq_item {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
    transition: .3s ease;
}


.faq_header {
    border: 1px solid #8E0E34;
    border-radius: 8px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    text-align: right;
    transition: .3s ease;
}

.faq_item.active .faq_header {
    background-color: #BA1D4C;
    border-color: transparent;
}

.faq_toggle {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq_toggle i {
    color: #BA1D4C;
    font-size: 30px;
    transition: transform 0.3s ease-in-out;
}


html[dir='rtl'] .faq_item.active i {
    color: #FFF;
    transform: rotate(180deg);
}

html[dir='ltr'] .faq_item.active i {
    color: #FFF;
    transform: rotate(-180deg);
}

.faq_tit {
    font-family: 'cairosemi';
    font-size: 18px;
    color: #000;
}

.faq_item.active .faq_tit {
    color: #FFF;
}

.faq_content {
    font-family: 'cairomed';
    line-height: 24px;
    color: black;
    font-size: 16px;
    padding: 20px;
    display: none;
    text-align: right;
}

/* terms */
.main-content {
    display: flex;
    align-items: start;
    text-align: justify;
    font-family: 'cairosemi';
    font-size: 18px;
    line-height: 30px;
}

.main-content:not(:last-child) {
    margin-bottom: 30px;
}

.index {
    font-size: 27px;
    margin-inline-end: 7px;
}

.terms_img {
    display: flex;
    justify-content: center;
    height: 270px;
}

/* payouts */
.payouts-img {
    height: 440px;
}

.hold_select .amount-input input {
    padding: 10px;
    border-radius: 8px;
}

.hold_select .amount-input {
    margin-bottom: 16px;
}

.sign_info [class*='col-']:first-child {
    text-align: center;
}

.sign_info_head {
    font-family: 'cairobold';
    font-size: 23px;
    margin-bottom: 90px;
}

/* signs */
.login-container {
    position: relative;
    padding-inline: 105px;
}

.sign_help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.sign_info img {
    width: 100%;
    object-fit: fill !important;
}

.iti {
    width: 100%;
}

.iti__flag {
    margin-inline-start: 5px;
}

.sign_info #phone {
    direction: ltr !important;
    padding-inline-start: 10px;
    text-align: left !important;
    padding-right: 0px !important;
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    flex-direction: row-reverse;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--separate-dial-code .iti__flag-container {
    right: auto !important;
    left: 0 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
}

.sign_info .login-form {
    display: flex;
    flex-direction: column;
}

.sign_info .input-group {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 5px;
    border: 1px solid rgba(0 0 0 / 17%);
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.sign_info .input-group input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    outline: none;
    text-align: right;
    /*padding-inline-end: 40px;*/
}

.sign_info .country-code img {
    width: 24px;
    height: 16px;
    border-radius: 3px;
}

.toggle-password {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.toggle-password img {
    width: 100%;
    height: auto;
}


.sign_info .toggle-password {
    position: absolute;
    inset-inline-end: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.sign_info .remember-me {
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.sign_info .custom-checkbox {
    width: 13px;
    height: 13px;
}

.sign_info .custom-checkbox:after {
    width: 6px;
    height: 6px;
    background-color: var(--main);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 0px;
}

.sign_info .forgot-password {
    color: #8E0E34;
    font-family: 'cairosemi';
    font-size: 14px;
    text-align: right;
    display: block;
    text-decoration: underline;
}

.sign_info .login-button {
    font-family: 'cairomed';
    background-color: #8E0E34;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
}

.iti__selected-dial-code {
    font-family: 'cairosemi';
    color: #8E0E34;
    font-size: 15px;
}

.sign_info .separator-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.sign_info .line {
    flex: 1;
    height: 1px;
    background: #000;
    margin: 0 10px;
}

.sign_info .separator {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.sign_info .register-link {
    font-size: 14px;
    font-family: 'cairosemi';
}

.sign_info .register-link a {
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-family: 'cairobold';
}

.sign-head {
    font-family: 'cairobold';
    font-size: 23px;
    margin-bottom: 90px;
}

.reset_password .login-button {
    margin-top: 35px;
}

.otp-input {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    column-gap: 25px;
}

.otp-input input {
    width: 65px;
    height: 54px;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: var(--main);
    font-family: 'cairobold';
    transition: .3s;
}

.otp-box:focus {
    border-color: #800f2f;
}

.confirm-btn {
    width: 100%;
    padding: 15px;
    background-color: #800f2f;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.timer {
    text-align: end;
    margin-top: 10px;
    color: var(--main);
    font-family: 'cairomed';
    font-size: 16px;
}

.otp-input {
    direction: ltr;
}

.otp-form p {
    font-family: 'cairosemi';
    font-size: 18px;
}

.sign_up #phone {
    padding-inline-start: 5px;
}

input:not(.checkbox-container input), textarea, select {
    width: 100%;
}

.sign_up .checkbox-container {
    display: block;
}

.sign_up .checkbox-container a {
    color: #8E0E34;
}

.choose_inside .plans {
    margin-top: 0;
}

.logo-inside {
    display: flex;
    justify-content: center;
    height: 100px;
    margin-bottom: 50px;
}

.choose_inside {
    padding: 40px 0 70px;
}

.choose_inside .plans p {

}

.choose_tit {
    margin-bottom: 24px;
    font-family: 'cairobold';
    font-size: 23px;
}

.choose_inside .plans p {
    font-family: 'cairosemi';
    font-size: 18px;
    margin-bottom: 50px;
}

.choose_inside .payment-methods {
    margin-top: 24px;
}

.choose_inside .payment-buttons {
    justify-content: center;
}

.choose_inside .payment-methods label {
    font-family: 'cairosemi';
    font-size: 18px;
    margin-bottom: 10px;
}

.contin-button {
    font-family: 'cairomed';
    font-size: 18px;
    max-width: 345px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 8px;
    margin-top: 47px;
    background: var(--main);
    margin-inline: auto;
}

.done-content {
    font-family: 'cairobold';
    font-size: 23px;
    text-align: center;
    margin-top: 65px;
}

.done-img {
    margin: 65px 0;
}

.done-img {
    height: 330px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Media Query */
@media (min-width: 992px) {
    .image-main-caption img {
        position: relative;
        top: 52px;
    }

    .login-container {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-item-has-children a:not(.sub-menu a)::after {
        display: inline-block;
        content: "\f078";
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-start: 5px;
        transition: all .3s ease-in-out;
    }

    nav{
        height: 28px;
    }

    nav > .nav-list > .menu-item-has-children:hover a:not(.sub-menu a)::after {
        color: var(--sec);
    }

    .menu-item-has-children:hover a::after {
        transform: rotateX(180deg);
    }

    .dd-trigger {
        display: none;
    }

    .main-caption .swiper-wrapper [class*='col-'] {
        padding-top: 408px;
    }

    header nav > ul > li:not(:last-child) {
        margin-inline-end: 40px;
    }

    header nav > ul > li:is(.active) a,
    header nav > ul > li:hover > a {
        color: #000;
        font-weight: bolder;
    }

    header nav > ul > li a {
        position: relative;
        overflow: hidden;
        font-size: 18px;
        font-family: 'cairomed';
        color: #000;
        transition: .3s ease-in-out;
    }

    nav ul {
        justify-content: space-between;
    }

    header .menu-item-has-children {
        position: relative;
        display: flex;
        align-items: center;
        line-height: 45px;
        color: #444;
        user-select: none;
    }

    header .menu-item-has-children i {
        color: var(--main);
        margin-inline-start: 5px;
        transition: 0.4s ease-in-out;
    }

    header .menu-item-has-children:hover i {
        color: var(--sec);
        transform: rotate(180deg);
    }

    header .menu-item-has-children .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        border-radius: 10px;
        box-shadow: inherit;
        background: rgba(0 0 0 / 50%);
        transition: 0.4s ease;
        min-width: 220px;
        transform: scaleY(0);
        transform-origin: top;
        user-select: none;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
    }

    header .menu-item-has-children .sub-menu li {
        padding: 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        transition: 0.4s ease;
    }

    header .menu-item-has-children .sub-menu li a {
        padding: 0;
    }

    header .menu-item-has-children .sub-menu li:first-child {
        border-radius: 10px 10px 0 0;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-radius: 0 0 10px 10px;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-bottom: none;
    }

    header .menu-item-has-children .sub-menu li:hover {
        background: var(--sec);
    }

    header .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    header .menu-item-has-children:hover .sub-menu a {
        color: #fff;
    }

    header .menu-item-has-children .sub-menu li a {
        display: block;
        width: 100%;
        font-size: 16px;
    }

}

@media (max-width: 992px) {
    .faq-item .answer {
        font-size: 19px;
    }

    header .menu-item-has-children {
        line-height: normal;
    }

    .sec-tit {
        font-size: 35px;
    }

    .adv-details {
        width: calc(100% - 73px);
    }

    .start {
        padding: 60px 0;
    }

    .start [class*='col-'] {
        margin-bottom: 30px;
    }

    .footer_links ul li {
        width: 45%;
    }

    .start-tit {
        width: calc(100% - 48px);
    }

    header nav > ul > li:not(:last-child) {
        margin-inline-end: 25px;
    }

    header nav > ul > li a {
        font-size: 16px;
    }

    .market-inside-img {
        height: 188px;
        margin-bottom: 20px;
    }

    .market-inside-card {
        padding: 25px;
        padding-inline-end: 25px;
    }

    .market-inside-card [class*='col-']:last-child {
        margin-top: 20px;
    }

    .login-container {
        padding-top: 45px;
        padding-inline-start: 60px;
        padding-inline-end: 60px;
        padding-bottom: 14px;
    }

    .sign_info img {
        width: 100%;
        object-fit: cover !important;
        height: 285px;
    }

    .sign-head {
        margin-bottom: 36px;
    }


}

@media (max-width: 991.96px) {
    #nav-map-links {
        display: none;
    }

    #bodyWrap > div > div > div.hold_select > div:nth-child(1) {
        flex-direction: column-reverse;
    }

    .payment-method img {
        width: 54px;
    }

    .hold_terms .row {
        flex-direction: column-reverse;
    }

    #gift-popup > div.row > div:nth-child(2) {
        display: none;
    }

    .wallet-url {
        display: flex;
        justify-content: end;
    }

    .singlePage th {
        font-size: 14px;
        padding: 20px 5px 20px;
    }

    .singlePage td {
        padding: 15px 22px 24px;
        font-size: 15px;
    }

    .requestForm-img {
        display: flex;
        justify-content: center;
    }

    .requestForm > .row {
        flex-direction: column-reverse;
    }

    .theForm form {
        margin-inline-end: 0;
    }

    .market-inside-img {
        height: 132px;
    }

    .about_inside_content:not(:last-child) {
        margin-bottom: 0;
    }

    .about_inside_content:nth-of-type(odd) .row {
        flex-direction: column-reverse;
    }

    .about .row {
        flex-direction: column-reverse;
    }

    .about-img {
        display: flex;
        justify-content: center;
    }

    .banner-tit {
        font-size: 26px;
    }

    .opinions {
        padding: 60px 0;
    }

    .copyWrite .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about_inside_content .row {
        flex-direction: column-reverse;
    }

    .pay {
        justify-content: center;
    }

    .copyWrite [class*='col-']:last-child {
        margin-bottom: 20px;
    }

    .copyWrite {
        padding-top: 25px;
    }

    header nav {
        display: none;
    }

    .main-caption-tit {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 5px;
    }

    .image-main-caption {
        width: fit-content;
        height: 480px;
        margin: 0 auto 30px;
    }

    .mainItem-overlay .row {
        flex-direction: column;
    }

    /* side menu*/
    .sidebar:before {
        position: absolute;
        content: '';
        opacity: 0.4;
        inset: 0;
    }

    html[dir='rtl'] .sidebar:before {
        background-position: top right;
    }

    html[dir='ltr'] .sidebar:before {
        background-position: top left;
    }

    .menu-icons label {
        display: flex;
        flex-direction: column;
        width: 40px;
        cursor: pointer;
        margin-bottom: 0;
        margin-inline-start: 10px;
    }

    .menu-icons label span {
        background: var(--gradient);
        border-radius: 10px;
        height: 3px;
        margin: 3px 0;
        transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

    .close-me img {
        height: 45px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7470%) hue-rotate(187deg) brightness(109%) contrast(104%);
    }

    .menu-icons span:nth-of-type(1) {
        width: 50%;
    }

    .menu-icons span:nth-of-type(2) {
        width: 100%;
    }

    .menu-icons span:nth-of-type(3) {
        width: 55%;
    }

    .close-me input[type="checkbox"]:checked ~ span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    .close-me input[type="checkbox"]:checked ~ span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg);
    }

    .close-me input[type="checkbox"]:checked ~ span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    .sidebar_pagebody {
        width: 100%;
        overflow: hidden;
    }

    html[dir='rtl'] .sidebar_pagebody {
        float: right;
        clear: right;
    }

    /*html[dir='ltr'] .sidebar_pagebody {*/
    /*    float: left;*/
    /*    clear: left;*/
    /*}*/
    .sidebar .menu-icons {
        display: table;
        left: 35px;
        position: absolute;
        top: 28px;
        margin-inline-start: 0;
        cursor: pointer;
    }

    .sidebar {
        position: relative;
        height: 100%;
        width: 400px;
        position: fixed;
        top: 0;
        z-index: 99;
        background: var(--main);
        transition: .7s ease-in-out;
    }

    html[dir='rtl'] .sidebar {
        right: -400px;
    }

    html[dir='ltr'] .sidebar {
        left: 400px;
    }

    html[dir='rtl'] .sidebar.noo {
        right: 0;
    }

    html[dir='ltr'] .sidebar.noo {
        left: 0;
    }

    .sidebar .nav-right {
        position: fixed;
        right: 40px;
        top: 20px;
    }

    .sidebar .menu-icons label span {
        background: #FFF;
    }

    .sidebar .menu-icons input ~ span:nth-of-type(1) {
        transform-origin: bottom;
    }

    html[dir='rtl'] .sidebar .menu-icons input ~ span:nth-of-type(1) {
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    html[dir='ltr'] .sidebar .menu-icons input ~ span:nth-of-type(1) {
        transform: rotatez(45deg) translate(4px, -2px);
    }

    .sidebar .menu-icons input ~ span:nth-of-type(2) {
        transform-origin: top;
    }

    .sidebar .menu-icons input ~ span:nth-of-type(2) {
        transform: rotatez(-45deg);
    }

    .sidebar .menu-icons input ~ span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
    }

    html[dir='rtl'] .sidebar .menu-icons input ~ span:nth-of-type(3) {
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    html[dir='ltr'] .sidebar .menu-icons input ~ span:nth-of-type(3) {
        transform: translate(18px, -5px) rotatez(45deg);
    }

    main.helpMoveRTL {
        left: -400px;
    }

    main.helpMoveLTR {
        right: 400px;
    }

    .sidebar nav {
        padding-top: 30px;
    }

    .sidebar .nav-list {
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 80px;
        text-align: center;
    }

    .sidebar .menu-item {
        margin: 23px 0;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .sidebar .menu-item:first-child {
        -webkit-transition: all 0.7s 0.2s ease-in-out;
        -moz-transition: all 0.7s 0.2s ease-in-out;
        -ms-transition: all 0.7s 0.2s ease-in-out;
        -o-transition: all 0.7s 0.2s ease-in-out;
        transition: all 0.7s 0.2s ease-in-out;
    }

    .sidebar .menu-item {
        -webkit-transition: all 0.7s 0.4s ease-in-out;
        -moz-transition: all 0.7s 0.4s ease-in-out;
        -ms-transition: all 0.7s 0.4s ease-in-out;
        -o-transition: all 0.7s 0.4s ease-in-out;
        transition: all 0.7s 0.4s ease-in-out;
    }

    .sidebar .menu-item:nth-child(3) {
        -webkit-transition: all 0.7s 0.6s ease-in-out;
        -moz-transition: all 0.7s 0.6s ease-in-out;
        -ms-transition: all 0.7s 0.6s ease-in-out;
        -o-transition: all 0.7s 0.6s ease-in-out;
        transition: all 0.7s 0.6s ease-in-out;
    }

    .sidebar .menu-item:last-child {
        -webkit-transition: all 0.7s 0.8s ease-in-out;
        -moz-transition: all 0.7s 0.8s ease-in-out;
        -ms-transition: all 0.7s 0.8s ease-in-out;
        -o-transition: all 0.7s 0.8s ease-in-out;
        transition: all 0.7s 0.6s ease-in-out;
    }

    .sidebar .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 0;
    }

    .sidebar .menu-item.special {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .sidebar .menu-item a {
        position: relative;
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
        text-transform: uaccordion-titercase;
        padding-bottom: 7px;
        font-family: 'cairoreg';
    }

    .sidebar .menu-item > a:before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        transition: width 0.7s ease-in-out;
    }

    .sidebar .menu-item:hover > a:before,
    .sidebar .menu-item.active > a:before {
        width: 100%;
    }

    #bodyWrap > div.greatest-background > div {
        bottom: -73px;
    }

    .dd-trigger {
        position: absolute;
        top: 7px;
        color: var(--main);
        margin-inline-start: 20px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }

    .sidebar .sub-menu {
        position: relative;
        margin-top: 20px;
        background: var(--main);
        padding: 10px 0;
    }

    body > div.sidebar_pagebody > div > ul > li.linkMenu.menu-item.menu-item-has-children.special > ul a {
        color: #FFF;
    }

    .sidebar .sub-menu .menu-item {
        margin: 10px;
    }

    .sidebar .sub-menu .menu-item a {
        font-size: 22px;
    }

    .sidebar .sub-menu {
        display: none;
    }

    .sidebar .sub-menu li:not(:last-child) {
        margin-bottom: 5px;
    }

    .menu-icons input[type=checkbox] {
        display: none;
    }

    .hold_policy .row {
        flex-direction: column-reverse;
    }

    .singlePage table {
        display: block;
        overflow-x: auto;
    }
    .sign_info > .row {
        flex-direction: column-reverse;
    }
    .gift-popup{
        width: 90%;
    }
}


@media (max-width: 768px) {
    .banner-tit {
        font-size: 29px;
    }

    .market-inside-img {
        height: 216px;
    }

    .start-tit {
        width: auto;
    }

    .mainItem img.slid-thumb {
        height: auto;
    }

    .slid-tit {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .about {
        padding: 40px 0;
    }

    .banner_content {
        padding: 20px;
    }

    .slid-desc {
        font-family: "cairobold";
        font-size: 20px;
    }

    /*.main-btn {*/
    /*    width: 160px;*/
    /*    height: 50px;*/
    /*}*/
    /*.main-btn .icon {*/
    /*    transform: translateX(-89px);*/
    /*}*/
    /*.main-btn:active .icon {*/
    /*    transform: translateX(-214%) scale(0.8);*/
    /*}*/
    .main-btn:hover .icon {
        transform: translateX(-54px) rotate(365deg);
    }
}

@media (max-width: 767.91px) {
    .banner-tit {
        font-size: 23px;
    }

    .login-container {
        padding-inline-start: 60px;
        padding-inline-end: 60px;
    }

    .breadcrumb_pro {
        position: relative;
        background: var(--sec);
        padding: 33px 30px;
    }

    .login-container {
        transform: none;
        padding: 60px;
    }

    .sign_info img {
        height: 440px;
    }


    /*.gifts > .row {*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    .gift-img {
        height: 305px;
    }

    td a {
        font-size: 14px;
    }

    .credit-info {
        justify-content: center;
        margin-bottom: 20px;
    }

    .wallet-url {
        justify-content: center;
    }

    .popup, .gift-popup {
        border-radius: 18px;
    }

    .pageTit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .breadcrumb-links {
        font-size: 14px;
    }

    .breadcrumb-img {
        height: 105px;
    }

    .hold-contact-info {
        margin-inline-start: 0;
    }

    .contact-container {
        flex-direction: column-reverse;
    }

    .contact-container .contact-head {
        order: 3;
        margin-bottom: 40px !important;
        margin-top: 25px;
        line-height: 32px;
    }

    #bodyWrap > div > div > div.theForm > div > div > div > div.col-md-7 {
        order: 2;
    }

    .hold-contact-info {
        order: 3;
    }

    .copyWrite {
        margin-top: 35px;
    }

    .breadcrumb-img {
        inset-inline-end: 0px;
    }

}

@media (max-width: 576px) {
    .social-fixed {
        inset-inline-end: 5px;
        gap: 5px;
    }

    .sidebar {
        width: 320px;
    }

    main.helpMoveRTL {
        left: -320px;
    }

    html[dir='rtl'] .sidebar {
        right: -320px;
    }

    .sidebar .menu-icons {
        left: 15px;
    }

    .close-me img {
        height: 35px;
    }

    .statics {
        gap: 13px;
    }

    .stat-number {
        font-size: 40px;
    }

    .market-inside-img {
        height: fit-content;
    }
}

@media (max-width: 500px) {
    .main-hold-header {
        flex-direction: column;
    }

    .myProfile-label {
        font-size: 16px;
    }

    .myProfile-item [class*='col-'] {
        margin-bottom: 10px !important;
    }

    .myProfile-value {
        font-size: 17px;
    }


    .breadcrumb_pro {
        position: relative;
        background: var(--sec);
        padding: 33px 26px;
    }

    .credit-info h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .credit-info p {
        font-size: 20px;
    }

    .credit-info img {
        margin-inline-end: 10px;
        height: 45px;
    }

    .myProfile-info .myProfile-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .noti-desc .text {
        font-family: 'cairobold';
        font-size: 16px;
    }

    .pagination {
        margin-top: 25px;
    }

    .menu-logo {
        margin-bottom: 20px;
    }

    .stat-card {
        margin-inline-end: 8px;
    }

    .pay {
        row-gap: 13px;
    }

    .banner-tit {
        font-size: 19px;
    }

    .hold_account .submenu {
        top: 180px;
    }

    .sec-tit {
        font-size: 30px;
    }

    #search-box .container .search-main input {
        font-size: 24px;
        height: 60px;
    }

    .search-info {
        font-size: 16px;
    }

}

@media (max-width: 460px) {
    .slid-tit {
        font-size: 22px;
    }

    .slid-desc {
        font-size: 16px;
    }

    .singlePage td {
        padding: 5px 22px 5px;
    }


    .main-btn {
        width: 136px;
        height: 48px;
        padding: 10px 15px;
    }

    .main-btn .icon {
        transform: translateX(-85px);
    }

    .main-btn .text {
        font-size: 14px;
    }

    .main-btn:hover .icon {
        transform: translateX(-43px) rotate(365deg);
    }

    .main-btn:active .icon {
        transform: translateX(-196%) scale(0.8);
    }

    .sec-tit {
        font-size: 24px;
        margin: 0 auto 60px;
    }

    .start {
        padding: 40px 0;
    }

    .banner-tit {
        margin-bottom: 15px;
    }

    .mainItem img.slid-thumb {
        height: 225px;
    }

    .footer_links ul li {
        width: 50%;
    }

    .breadcrumb-img {
        height: 95px;
    }

    .breadcrumb_pro {
        padding: 25px;
    }

    .market-inside-card .market-inside-exc {
        font-size: 17px;
    }

    .noti-desc {
        width: calc(100% - 80px);
    }

    .noti-desc .text {
        font-size: 14px;
        line-height: 28px;
    }

    .pageTit {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .breadcrumb-links {
        font-size: 9px !important;
    }


}

@media (max-width: 320px) {
    .about-img {
        height: fit-content;
    }

    .gift-popup {
        max-width: 303px;
    }

    .Profile-url {
        margin-top: 50px;
    }

    .footer-inside {
        margin-top: 40px;
    }

    .banner-tit {
        font-size: 15px;
    }

    .sidebar {
        width: 100%;
    }

    .breadcrumb-img {
        height: 63px;
    }

    .about-content {
        font-size: 16px;
    }

    .footer_links ul li {
        width: 100%;
    }

    .myProfile-url {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .myProfile-renew {
        margin-bottom: 10px;
    }
}


/*  ******************************** Errors Pages *********************************** */

.hold-error {
    margin-top: 50px;
}

.error-img {
    display: flex;
    justify-content: center;
    height: 338px;
    margin-bottom: 45px;
}

.error-img img {
    width: 100%;
}

.error_txt {
    font-family: "cairobold";
    font-size: 18px;
    margin-bottom: 30px;
}

.home-url {
    display: table;
    margin: 0 auto;
}

@media (max-width: 320px) {
    .error-img {
        height: 238px;
        margin-bottom: 35px;
    }

    .error_txt {
        font-size: 15px;
    }
}
/* pay */
.pay-head {
    font-family: 'cairobold';
    font-size: 24px;
    margin-bottom: 24px;
}

.thePayForm .payment-button {
    padding: 12px 20px;
}

.thePayForm .payment-methods {
    align-items: start;
    margin-bottom: 35px;
}

.pay_card_info {
    background-color: #F8F0F3;
    padding: 40px 24px;
    border-radius: 8px;
    text-align: right;
    box-shadow: 0 3px 6px rgba(0 0 0 / 6%);
}

.pay_card_info_tit {
    font-size: 20px;
    font-family: 'cairobold';
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.pay_item {
    margin-bottom: 15px;
}

.pay_item .label,
.pay_item .value {
    font-size: 18px;
    color: #000;
}

.pay_item .label {
    font-family: 'cairosemi';
    font-size: 18px;
    margin-inline-end: 10px;
}

.thePayForm .pay-url {
    display: flex;
    justify-content: center;
}

.thePayForm .payment-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.payment-button img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .thePayForm .pay-container {
        flex-direction: column;
    }

    .pay_card_info {
        margin-top: 20px;
    }

    .pay-head {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .pay_card_info_tit {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .pay_item .label,
    .pay_item .value {
        font-size: 16px;
    }

    .thePayForm .payment-methods {
        margin-bottom: 25px;
    }

    .thePayForm .payment-button {
        padding: 10px 15px;
    }

    .thePayForm .pay-url {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .pay-head {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .pay_card_info_tit {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .pay_item {
        flex-direction: column;
        gap: 5px;
    }

    .pay_item .label,
    .pay_item .value {
        font-size: 14px;
    }

    .pay_item .label {
        margin-inline-end: 0;
    }

    .thePayForm .payment-button {
        padding: 8px 12px;
    }

    .thePayForm .payment-buttons {
        gap: 8px;
    }

    .row.pay-container {
        padding: 0 10px;
    }

    .thePayForm .pay-url {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .pay-head {
        font-size: 16px;
    }

    .pay_card_info {
        padding: 10px;
    }

    .pay_card_info_tit {
        font-size: 14px;
    }

    .pay_item .label,
    .pay_item .value {
        font-size: 12px;
    }

    .thePayForm .payment-button {
        padding: 6px 10px;
    }

    .thePayForm .payment-buttons {
        gap: 5px;
    }
}
/* profile */
.tel-edit-btn {
    position: absolute;
    left: 10px;
    background: none;
    border: none;
    color: #a30000;
    font-size: 14px;
    cursor: pointer;
}

.myProfile-input-group {
    display: flex;
    align-items: center;
}

.profile_0 .popup {
    width: 90%;
    max-width: 550px;
    max-height: 100%;
}

.hold-popup-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hold-popup-tit h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.profile_0  .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.profile_0  .amount-input {
    margin-bottom: 20px;
}

.profile_0  .amount-input label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.profile_0  .amount-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.profile_0 .verification-code {
    display: flex;
    gap: 10px;
    justify-content: start;
    margin-top: 10px;
    direction: ltr;
}

.profile_0  .verification-code input {
    width: 68px;
    height: 48px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.profile_0  .wallet2-url {
    text-align: center;
}
/* gift table */
.myProfile-info th,
.myProfile-info td {
    text-align: start;
}

.myProfile-info th:first-child,
.myProfile-info td:first-child {
    border-inline-end: 1px solid #e7e7e7;
}
/* gift table */
