@font-face {
    font-family: 'QuicksandRegular';
    src: url('../fonts/Quicksand-Regular.eot');
    src: local('Quicksand Regular'), local('Quicksand-Regular'),
    url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-Regular.woff2') format('woff2'),
    url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'QuicksandMedium';
    src: url('../fonts/Quicksand-Medium.eot');
    src: local('Quicksand Medium'), local('Quicksand-Medium'),
    url('../fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-Medium.woff2') format('woff2'),
    url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'QuicksandLight';
    src: url('../fonts/Quicksand-Light.eot');
    src: local('Quicksand Light'), local('Quicksand-Light'),
    url('../fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-Light.woff2') format('woff2'),
    url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'GendersBold';
    src: url('../fonts/All-Genders-Bold-v4.otf') format('opentype');

}

@font-face {
    font-family: 'GendersLight';
    font-weight: normal;
    src: url('../fonts/All-Genders-Light-v4.otf') format('opentype');

}

@font-face {
    font-family: 'GendersRegular';
    font-weight: normal;
    src: url('../fonts/All-Genders-Regular-v4.otf') format('opentype');

}

@font-face {
    font-family: 'Cairo';
    font-weight: bold;
    src: url('../fonts/Cairo-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'DroidKufi';
    src: url('../fonts/DroidKufi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Suisse';
    src: url(../fonts/SuisseIntl-SemiBold.b54308ec.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Suisse';
    src: url(../fonts/SuisseIntl-Medium.59cd631a.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Suisse';
    src: url(../fonts/SuisseIntl-Regular.b774e7b6.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}



:root {
    --white-color: #ffffff;
    --primary-color: #606060;
    --secondary-color: #0066CC;
    --section-bg-color: #f0f8ff;
    --custom-btn-bg-color: #0066CC;
    --custom-btn-bg-hover-color: #0dcaf0;
    --dark-color: #717275;
    --p-color: #717275;
    --border-color: #0dcaf0;
    --link-hover-color: #0dcaf0;

    --body-font-family: "QuicksandBold", "Suisse" !important;
    --title-font-family: "QuicksandBold", "Suisse" !important;

    --h1-font-size: 58px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 16px;
    --menu-font-size: 14px;

    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;

    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: #464646
}

::-webkit-scrollbar-thumb:hover {
    background: #4b4b4b
}

::-webkit-scrollbar-thumb {
    background: #606060
}

::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b
}


.custom-block.unavailable img {
    filter: grayscale(100%);
}

.unavailable {
    pointer-events: none;
}

.unavailable img {
    filter: grayscale(100%);
}

.custom-block.available img {
    filter: grayscale(0%);
}

.custom-block.unavailable {
    background-color: rgba(163, 163, 163, 0.45);
}

.custom-block.unavailable .badge_isAvailable {
    position: absolute;
    top: -10px;
    right: -10px;
}

.select2-container .select2-selection--single {
    height: 59px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 104%;
}

.phone {
    direction: ltr;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}

.phone::before {
    content: '';
    position: absolute;
    width: 84%;
    height: 0px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.phone::after {
    content: '';
}

.phone_content {
    filter: contrast(20);
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
}

.phone_bottom {
    width: 100%;
    height: 66px;
    background: black;
    display: flex;
    justify-content: center;
    filter: blur(3px);
}

.phone input {
    display: none;
}

.phone label {
    cursor: pointer;
    display: flex;
    width: 33%;
    height: 66px;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.phone label > img {
    width: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 3;
    transition: 200ms 100ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
}

.phone label::before {
    content: '';
    position: absolute;
}


@media (min-width: 300px) {
    .logo {
        width: 30%;
    }
}


@media only screen and (min-width: 990px) and (max-width: 1600px) {
    .logo {
        width: 80%;
    }
}

@media (min-width: 300px) {
    .logo-footer {
        width: 40%;
    }
}


@media only screen and (min-width: 990px) and (max-width: 1600px) {
    .logo-footer {
        width: 50%;
    }
}


.gallery-item {
    padding: 0;
    display: block;
    margin: 0;
}

.gallery-item img {
    width: 100%;
    /*height: 200px;*/
}

.lightbox {
    position: relative;
    display: block;
    overflow: hidden;
}

.lightbox img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.lightbox .on-hover {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    background: rgb(137, 178, 84, 0.63);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
}

.lightbox .on-hover .hover-caption {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 5px;
    right: 5px;
    font-style: normal;
    display: block;
    font-family: "QuicksandMedium", "Suisse";
    bottom: -50px;
    -moz-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
}

.lightbox .on-hover:before {
    content: "";
    display: block;
    width: 46px;
    height: 48px;
    position: absolute;
    background: url('../images/icons/zoom-icon.png?1428101315');
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -24px;
}

.lightbox:hover .on-hover {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.lightbox:hover .on-hover .hover-caption {
    bottom: 25px;
}

.lightbox:hover img {
    -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
    -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
    transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}


.animated.fadeIn {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*---------------------------------------
  CUSTOM BLOCK
-----------------------------------------*/
.custom-block {
    /*border: 2px solid var(--primary-color);*/
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
}

.custom-block:hover {
    border: 2px solid var(--primary-color);
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    border-color: transparent;
    transform: translateY(-3px);
}

.custom-block-info {
    display: block;
    padding: 10px 20px;
    padding-bottom: 0;
}

.custom-block-image-wrap {
    position: relative;
    display: block;
    /*height: 100%;*/
}

.custom-block-image-wrap > a {
    display: block;
}

.custom-block-image {
    border-radius: var(--border-radius-medium);
    display: block;
    width: fit-content;
    height: 112px;
    object-fit: cover;
    object-position: top;
}

.custom-block-image-detail-page .custom-block-image {
    width: 100%;
    height: 212px;
}

.custom-block .custom-block-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-block-icon-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.custom-block-icon-wrap .section-overlay {
    opacity: 0.25;
}

.custom-block-btn-group {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
}

.custom-block-btn-group .custom-block-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.custom-block-icon {
    background: var(--primary-color);
    border-radius: var(--border-radius-medium);
    font-size: var(--p-font-size);
    color: var(--white-color);
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    transition: all 0.3s;
}

.custom-block-icon:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.custom-block .custom-btn {
    font-size: var(--menu-font-size);
    padding: 7px 15px;
}

.custom-block .custom-block-info + div .badge {
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 50px !important;
    font-size: var(--menu-font-size);
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-block .custom-block-info + div .badge:hover {
    background-color: var(--secondary-color);
}

.custom-block-full {
    background-color: var(--section-bg-color);
    border-color: transparent;
}

.custom-block-full:hover {
    border-color: var(--primary-color);
}

.custom-block-full .custom-block-info {
    padding: 20px;
    padding-bottom: 0;
}

.custom-block-full .custom-block-image {
    width: 100%;
    height: 210px;
}

.custom-block-full .social-share {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
}

.custom-block-top small {
    color: var(--p-color);
    font-family: var(--title-font-family);
}

.custom-block-top .badge {
    background-color: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
    height: 26.64px;
    line-height: 20px;
}

.custom-block-bottom a:hover span {
    color: var(--primary-color);
}

.custom-block-bottom a span {
    font-family: var(--title-font-family);
    color: var(--p-color);
    text-transform: uppercase;
    margin-left: 3px;
}

.custom-block-overlay {
    border-color: transparent;
    padding: 0;
}

.custom-block-overlay .custom-block-image {
    margin: auto;
    width: 100%;
    /*height: 345px;*/
    height: fit-content;
    transition: all 0.3s;
}

.custom-block-overlay:hover .custom-block-image {
    padding: 15px 15px 0;
}

.custom-block-overlay-info {
    padding: 15px 20px 20px 20px;
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.form-control.single_product_quantity {
    -moz-appearance: textfield
}

.form-control.single_product_quantity::-webkit-inner-spin-button, .form-control.single_product_quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.qty-field--custom {
    align-items: center;
    display: flex !important;
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    position: relative;
    width: 100%
}

.qty-field--custom .form-control.single_product_quantity {
    border-color: #dcdcdc !important;
    border-left: none;
    border-radius: 0 !important;
    border-right: none;
    flex: auto;
    font-weight: 700;
    height: 36px;
    margin: 0 !important;
    max-width: 100%;
    text-align: center;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: auto;
    width: calc(100% - 100px)
}

.qty-field--custom .btn--qty-add, .qty-field--custom .btn--qty-sub {
    /*background: #fff;*/
    color: #fff;
    border: 1px solid #dcdcdc;
    flex: 0 0 50px;
    height: 36px;
    transition: all .35s cubic-bezier(.2, 1, .3, 1)
}

.qty-field--custom .btn--qty-add i, .qty-field--custom .btn--qty-sub i {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    transform: translateY(-1px);
    vertical-align: baseline;
}

.qty-field--custom .btn--qty-add:active, .qty-field--custom .btn--qty-add:focus, .qty-field--custom .btn--qty-add:hover, .qty-field--custom .btn--qty-sub:active, .qty-field--custom .btn--qty-sub:focus, .qty-field--custom .btn--qty-sub:hover {
    background: 0 0;
    border-color: #dcdcdc;
    box-shadow: none;
    color: #555 !important
}

.qty-field--custom .btn--qty-add {
    border-left: none;
    border-radius: 0 3px 3px 0 !important
}

.qty-field--custom .btn--qty-add:before {
    left: 0;
    right: auto !important
}

.qty-field--custom .btn--qty-sub {
    border-radius: 3px 0 0 3px !important;
    border-right: none
}

.qty-field--custom .btn:before {
    background: #dcdcdc;
    content: "";
    height: 80%;
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px
}

.qty-field--custom:hover .btn, .qty-field--custom:hover .form-control {
    border-color: #c3c3c3 !important
}

@media only screen and (max-width: 480px) {
    .qty-field--custom .btn--qty-add, .qty-field--custom .btn--qty-sub {
        flex: 0 0 40px
    }
}

.qty-field--custom.has-error .btn, .qty-field--custom.has-error .btn:focus, .qty-field--custom.has-error .btn:hover, .qty-field--custom.has-error .form-control, .qty-field--custom.has-error .form-control:focus, .qty-field--custom.has-error .form-control:hover {
    border-color: #e2384d !important
}

body.font-dinnextltarabic-regular .qty-field--custom .btn--qty-add, body.font-dinnextltarabic-regular .qty-field--custom .btn--qty-sub {
    padding-top: 4px
}

body.font-amazon-ember .qty-field--custom .btn--qty-add, body.font-amazon-ember .qty-field--custom .btn--qty-sub, body.font-apple .qty-field--custom .btn--qty-add, body.font-apple .qty-field--custom .btn--qty-sub {
    padding-bottom: 6px
}

body.font-estedad .qty-field--custom .btn--qty-add, body.font-estedad .qty-field--custom .btn--qty-sub {
    height: 36px
}


.spinner-border, .spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* خلفية شفافة */
    /*backdrop-filter: blur(20%);*/
    /*opacity: 0;*/
    /*-webkit-backdrop-filter: blur(20px);*/
    z-index: 1000; /* التأكد من أن الـ overlay يظهر فوق جميع العناصر */
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-grow {
    width: 3rem;
    height: 3rem;
    animation: spinner-grow 1s infinite ease-in-out;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
        opacity: 0.5;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0.5;
    }
}

.spinner-grow::before {
    content: "";
    display: block;
    padding-top: 100%; /* نسبة لعرض العنصر */
}


.btn {
    background: #919090;
    font-family: "Suisse", "QuicksandMedium", serif;
    text-transform: capitalize;
    padding: 18px 44px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1;
    -moz-user-select: none;
    /* letter-spacing: 1px; */
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.form-control {
    border: 1px solid #e5e6e9;
    border-radius: 10px;
    height: 42px;
    padding-left: 18px;
    font-size: 13px;
    /*background: transparent;*/
}

.form-control:focus {
    border: 1px solid #606060 !important;
    /*border-radius: 10px;*/
    /*height: 42px;*/
    /*padding-left: 18px;*/
    /*font-size: 13px;*/
    /*background: transparent;*/
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2.25rem;
}

.fixed-plugin-close-button {
    position: relative;
    top: -44px;
    right: 1px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

hr {
    border-top: none;
    height: 1px;
}

hr.vertical {
    position: absolute;
    background-color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
}

hr.vertical.light {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

hr.vertical.dark {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

hr.vertical.gray-light {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

hr.horizontal {
    background-color: transparent;
}

hr.horizontal.light {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

hr.horizontal.dark {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

hr.horizontal.gray-light {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

/*Shrinking for mobile*/
@media (max-width: 767.98px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    hr.horizontal {
        background-color: transparent;
    }

    hr.horizontal:not(.dark) {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    }

    hr.horizontal.vertical {
        transform: rotate(90deg);
    }

    hr.horizontal.dark {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    }
}


.fixed-plugin .fixed-plugin-button {
    background: #fff;
    border-radius: 50%;
    bottom: 100px;
    left: 16px;
    font-size: 20px;
    z-index: 990;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.50);
    cursor: pointer;
    height: 50px;
    width: 50px;
    top: 350px;
}

.fixed-plugin .fixed-plugin-button:hover {
    background-color: #606060;
    color: white !important;
}

.fixed-plugin .fixed-plugin-button i {
    pointer-events: none;
}

.fixed-plugin .card {
    position: fixed !important;
    right: -375px;
    top: 0;
    height: 100%;
    left: auto !important;
    transform: unset !important;
    /*width: 360px;*/
    border-radius: 0;
    padding: 0 10px;
    transition: .2s ease;
    z-index: 1020;
}

/*.fixed-plugin .badge {*/
/*    border: 1px solid #fff;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    height: 23px;*/
/*    margin-right: 5px;*/
/*    position: relative;*/
/*    width: 23px;*/
/*    transition: all 0.2s ease-in-out;*/
/*}*/

/*.fixed-plugin .badge:hover,*/
/*.fixed-plugin .badge.active {*/
/*    border-color: #344767;*/
/*}*/

.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled) {
    border: 1px solid transparent;
}

.fixed-plugin .btn.bg-gradient-primary:not(:disabled):not(.disabled):not(.active) {
    background-color: transparent;
    background-image: none;
    border: 1px solid #0080c9;
    color: #0080c9;
}

.fixed-plugin.show .card {
    right: 0;
    width: 289px;
}

.rtl .fixed-plugin .fixed-plugin-button {
    left: 30px;
    right: auto;
}

.rtl .fixed-plugin .card {
    left: -360px !important;
    right: auto;
}

.rtl .fixed-plugin.show .card {
    right: auto;
    left: 0 !important;
}

.dark-version .fixed-plugin .btn.bg-gradient-dark,
.dark-version .fixed-plugin .btn.btn-outline-dark {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.dark-version .fixed-plugin .btn.active {
    background: #fff !important;
    color: #344767 !important;
}


:root {
    --main-white-color: white;
    --main-black-color: black;
}


.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-slide-title {
    font-size: 50px !important;
    color: #ffffff;
    text-shadow: 2px 2px 4px #252222;

}


.owl-slide-subtitle {
    font-size: 25px !important;
    color: #ffffff;
    text-shadow: 2px 2px 4px #252222;
}

@media (max-width: 575px) {
    .owl-slide-title {
        font-size: 20px !important;
        color: #ffffff;
        text-shadow: 2px 2px 4px #252222;
    }

    .owl-slide-subtitle {
        font-size: 10px !important;
        color: #ffffff;
        text-shadow: 2px 2px 4px #252222;
    }

}


.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: white;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
}

.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

section {
    display: none;
}

@media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
        top: 5%;
    }

    .owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }

    .cover {
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .owl-carousel .owl-slide {
        position: relative;
        height: 45vh;
        background-color: white;
    }

}



/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #BDD1EA; }
input:-moz-placeholder { color: #BDD1EA; }
input::-moz-placeholder { color: #BDD1EA; }
input:-ms-input-placeholder { color: #BDD1EA; }

textarea::-webkit-input-placeholder { color: #BDD1EA; }
textarea:-moz-placeholder { color: #BDD1EA; }
textarea::-moz-placeholder { color: #BDD1EA; }
textarea:-ms-input-placeholder { color: #BDD1EA; }

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
}

.wrap-login100 {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 177px 130px 33px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
}

.login100-pic img {
    max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 100%;
}

.login100-form-title {
    font-family: inherit;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;

    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    /*z-index: 1;*/
    margin-bottom: 10px;
}

.input100 {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    /*background: #BDD1EA;*/
    height: 50px;
    border-radius: 10px;
    padding: 0 29px 0 32px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(81, 132, 200, 0.8);

}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 25px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 25px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 6px;
    pointer-events: none;
    color: #487DCB;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #487DCB;
    padding-left: 20px;

}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #487DCB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;

    font-family: inherit;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}



/* Variables */
:root {
    --primary-font-family: "Suisse", "Quicksand", sans-serif !important;
    --light-white: #f5f8fa;
    --gray: #5e6278;
    --gray-1: #e3e3e3;
}

/* Main CSS OTP Verification New Changing */
.wrapper {
    /*padding: 100px 0;*/
    /*min-height: 100%;*/
}

.card-wrapper {
    text-align: center;
}

.wrapper .logo img {
    max-width: 40%;
}

.wrapper input {
    background-color: var(--light-white);
    border-color: var(--gray);
    color: var(--gray);
    padding: 0 !important;
    /*width: 30px !important;*/
}

.wrapper input:focus {
    box-shadow: none;
}

.wrapper .password-info {
    font-size: 10px;
}

.wrapper .submit_btn {
    padding: 10px 15px;
    font-weight: 500;
}

.wrapper .login_with {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.wrapper .submit_btn:focus,
.wrapper .login_with:focus {
    box-shadow: none;
}

.wrapper .login_with:hover {
    background-color: var(--gray-1);
    border-color: var(--gray-1);
}

.wrapper .login_with img {
    max-width: 7%;
}

/* OTP Verification CSS */
.wrapper .otp_input input {
    width: 14%;
    height: 70px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .wrapper .otp_input input {
        height: 50px;
        width: 16%;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .wrapper .otp_input input {
        height: 40px;
        width: 30%;
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .wrapper .otp_input input {
        height: 40px;
        width: 30px;
        font-size: 10px;
    }
}


.footer-images {
    max-width: 204px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    left: 0;
}
.footer-images img {
    padding: 3px;
}


 .section {
     display: none;
 }

.widget-author {
    margin-bottom: 58px;
}
.author-card {
    position: relative;
    padding-bottom: 48px;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}
.author-card .author-card-cover {
    position: relative;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.author-card .author-card-cover::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.5;
}
.author-card .author-card-cover > .btn {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0 10px;
}
.author-card .author-card-profile {
    display: table;
    position: relative;
    margin-top: -22px;
    padding-right: 15px;
    padding-bottom: 16px;
    padding-left: 20px;
    z-index: 2;
}
.author-card .author-card-profile .author-card-avatar, .author-card .author-card-profile .author-card-details {
    display: table-cell;
    vertical-align: middle;
}
.author-card .author-card-profile .author-card-avatar {
    width: 85px;
    border-radius: 50%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
}
.author-card .author-card-profile .author-card-avatar > img {
    display: block;
    width: 100%;
}
.author-card .author-card-profile .author-card-details {
    padding-top: 20px;
    padding-right: 25px;
}
.author-card .author-card-profile .author-card-name {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}
.author-card .author-card-profile .author-card-position {
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 600;
}
.author-card .author-card-info {
    margin-bottom: 0;
    padding: 0 25px;
    font-size: 13px;
}
.author-card .author-card-social-bar-wrap {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
}
.author-card .author-card-social-bar-wrap .author-card-social-bar {
    display: table;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}
.btn-style-1.btn-white {
    background-color: #fff;
}
.list-group-item i {
    display: inline-block;
    margin-top: -1px;
    margin-right: 8px;
    font-size: 1.2em;
    vertical-align: middle;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.list-group-item.active:not(.disabled) {
    border-color: #e7e7e7;
    background: #fff;
    color: #9b9b9b;
    cursor: default;
    pointer-events: none;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-flush .list-group-item {
    border-right: 0 !important;
    border-left: 0 !important;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
a.list-group-item, .list-group-item-action {
    color: #404040;
    font-weight: 600;
}
.list-group-item {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e7e7e7 !important;
    border-radius: 0 !important;
    color: #404040;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 1.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}
.list-group-item.active:not(.disabled)::before {
    background-color: #4b4b4b;
}

.list-group-item::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: transparent;
    content: '';
}
