* {
    font-family: "Tajawal", sans-serif;
    text-decoration: none !important;
}

:root {
    --white-01-color: #ffffff;
    --white-02-color: #eeecec;
    --gray-01-color: #e9e4e4;
    --warning-color: #ffcc00;
    --yellow-color: #fcd240;
    --red-01-color: #ef0055;
    --new-color: #dc3545;
    --border-01-color: 1px solid #dfe9f1;
    --border-02-color: 1px solid #eaeaea;
    --border-03-color: 1px solid #2a2f36;
    --section-bg: #fbfbfb;
    --box-shadow: 0 5px 26px 0 rgb(68 88 144 / 17%);
    --box-shadow-1: 6px 10.392px 24px 0px rgb(0 0 0 / 8%);
    --box-shadow-2: 2px 3px 24px 0px rgb(106 105 194 / 8%);
    --black-01-color: #323030;
    --black-02-color: #000000;
    --back-overlay: rgb(0 0 0 / 46%);
    --brown-color: #432b34;
    --bg-footer-nav: #e9e4e4;
}

body {
    background: var(--white-01-color);
    height: 100vh;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img,
video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==== Start Scroll web ==== */
/* Define the scrollbar track */
::-webkit-scrollbar {
    width: 10px;
    /* Set the width of the scrollbar */
}

/* Define the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: var(--warning-color);
    /* Set the color of the scrollbar thumb */
    border-radius: 5px;
    /* Round the corners of the thumb */
}

/* Apply the scrollbar styles to the entire page */
html {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: var(--warning-color);
    /* For Firefox */
}

body {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: var(--warning-color);
    /* For Firefox */
}


/* ===== End Scroll Web === */

.overlay,
.all-header .main-header .slide-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: var(--back-overlay); */
    top: 0;
    left: 0;
    border-radius: 20px;
}

a {
    display: block;
}

.button {
    padding: 0 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--warning-color);
}

.button a {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 0px;
}

.title-section {
    margin: 0px 0 30px 0;
}

.title-section .title-info {
    width: fit-content;
    position: relative;
    color: var(--black-02-color);
    font-weight: bold;
    margin-bottom: 15px;
}

.title-section .title-info::after {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: 3px;
    background: var(--warning-color);
    bottom: -15px;
    right: 0;
}

.title-section .text {
    font-size: 22px;
    font-weight: 300;
    color: var(--black-02-color);
    padding: 10px;
}

.title-section .text span {
    font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: initial;
    font-weight: initial;
    line-height: initial;
}

.padding {
    padding: 50px 0;
}

.padding-top {
    padding-top: 20px;
}

.loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: var(--white-01-color);
    bottom: 0;
    z-index: 1000;
    transition: all 0.5s ease;
}

.loader img {
    width: 250px;
    height: 250px;
}

.loader.hidden {
    animation: hidden 1s;
    animation-fill-mode: forwards;
}

@keyframes hidden {
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

.btn-scroll {
    position: fixed;
    right: -80px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--warning-color);
    color: var(--black-01-color);
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s;
}

.btn-scroll i {
    font-size: 15px;
    color: var(--black-01-color);
}

.btn-scroll.active {
    right: 30px;
}

.logo {
    width: 80px;
    height: 80px;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: bold;
    color: var(--black-01-color);
    position: relative;
    width: fit-content;
    z-index: 1;
    margin: 0 15px;
}

.collapse-menu .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--warning-color);
    right: 0;
    z-index: -1;
    border-radius: 5px;
    bottom: -8px;
}

.navbar .btn-login {
    padding: 0 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--warning-color) !important;
}

.navbar .btn-login a {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}


.log-cart .item-nav {
    border: var(--border-01-color);
    border-color: var(--black-01-color);
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: var(--black-01-color);
    position: relative;
}

.log-cart .nav-user {
    background: var(--warning-color);
    border-color: var(--warning-color);
}

.log-cart .nav-user .collapse-menu {
    right: initial;
}

.log-cart .icon-user {
    color: var(--black-01-color) !important;
}

.log-cart .item-nav .icon-shop-log {
    font-size: 15px;
    color: var(--white-01-color);
}

.log-cart .item-nav .nav-link {
    display: flex;
    align-items: center;
}

.log-cart .item-nav .badg-num {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    background: var(--warning-color);
    color: var(--black-02-color);
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
}

.item-nav .drop-menu {
    list-style-type: none;
    display: block;
    margin: 0;
    position: absolute;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
    width: 180px;
    background: var(--warning-color);
    top: 50px;
    z-index: 10;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    padding: 0;
}

.item-nav .drop-menu.active {
    visibility: visible;
    opacity: 1;
}

.item-nav .drop-menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--warning-color);
    top: -9px;
    left: 8px;
}

.item-nav .drop-menu .link-item-user {
    padding: 10px 0;
    transition: all 0.5s;
}

.item-nav .drop-menu .link-item-user:hover,
.item-nav .drop-menu .link-item-user.active {
    background: var(--gray-01-color);
    bottom: 0;
    margin: 0;
}

.item-nav .drop-menu .nav-link {
    width: 100% !important;
}

.item-nav .drop-menu .nav-link.active::after {
    display: none;
}

.all-header .main-header .slide-img {
    position: relative;
}

.all-header .main-header .slide-img::after {
    content: "";
    border-radius: 0;
}

.all-header .main-header .slide-img img {
    height: 500px;
}

.container-fluid {
    --bs-gutter-x: 5.5rem;
}

.main .gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
}

.main .gallery-item--small {
    grid-column: span 3;
}

.main .gallery-item--lg {
    grid-column: span 3;
    grid-row: span 2;
}

@media screen and (max-width: 1305px) {
    .main .gallery-item--small {
        grid-column: span 2;
    }

    .main .gallery-item--lg {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.main .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.main .gallery-item .content-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 1;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.9s;
}

.main .gallery-item .content-info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--back-overlay);
    z-index: -1;
    transition: all 0.8s;
    opacity: 0;
}

.main .gallery-item .content-info .text {
    font-size: 18px;
}

.main .gallery-item:hover .content-info,
.main .gallery-item:hover .content-info::after {
    opacity: 1;
    transform: translateY(0px);
}

.footer {
    padding: 50px 0 20px 0;
    background: var(--bg-footer-nav);
    height: 100%;
}

.footer .list {
    list-style-type: none;
}

.footer .lists .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: var(--black-01-color);
    padding-bottom: 8px;
    transition: all 0.5s;
}

.footer .lists .nav-item .nav-link:hover {
    color: var(--new-color);
}

.footer .logo {
    width: 120px;
    margin: auto;
}

.footer .title-footer,
.footer .link {
    font-size: 15px;
    color: var(--black-01-color);
    font-weight: bold;
}

.footer .link {
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0;
    transition: all 0.5s;
    text-transform: initial;
}

.footer .footer-one ul {
    padding: 0;
}

.footer .footer-one div {
    gap: 25px;
}

.footer .list-social .item-one-social .icon-social {
    font-size: 16px;
    color: var(--black-01-color);
    transition: all 0.5s;
}

.list-social, .lists {
    list-style: none;
}

.footer .all-footer {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 15px;
}

.footer .end-footer {
    padding-top: 15px;
}

.footer .end-footer .title-end-footer a {
    font-size: 15px;
    color: var(--black-01-color);
    font-weight: 500;
    text-transform: lowercase;
}

.navbar-menu {
    height: 70px;
}

.navbar-menu,
.navbar-menu .logo {
    position: relative;
    z-index: 5;
}

.navbar-menu::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-footer-nav);
    z-index: -1;
}

.navbar-menu .logo span {
    position: absolute;
    width: 330px;
    height: 330px;
    background: var(--warning-color);
    right: -77px;
    border-radius: 100% 0 0 0;
    z-index: -1;
    top: -32px;
    transform: rotateX(150deg);
    display: none;
}

.design-one .img img {
    height: 250px;
    border-radius: 22px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.16), 0 8px 15px rgba(0, 0, 0, 0.23);
    margin-bottom: 15px;
}

.design-one .info {
    padding: 10px 13px;
}

.design-one .info .title,
.design-one .btn-share .text {
    font-size: 16px;
    color: var(--black-01-color);
    font-weight: 500;
}

.design-one .info .title-ready {
    font-weight: bold;
    padding: 15px 0;
}

.design-one .btn-share .text {
    font-size: 14px;
}

.design-one .button-upload {
    padding: 0 28px;
    height: 40px !important;
}

.button-direct-download {
    padding: 0 16px;
    height: 30px !important;
}

.button-direct-download-show-template {
    padding: 0 16px;
    height: 25px !important;
}


.design-one .btn-share .btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
}

.product-details .slider {
    border: var(--border-01-color);
    width: auto;
    height: 450px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.product-details .slider .img-slide {
    position: relative;
}

.product-details .slider .img-slide .overlay {
    border-radius: 22px;
    background: rgb(0 0 0 / 24%);
}

.product-details .slider .img-slide img {
    width: 850px;
    height: 500px;
    border-radius: 22px;
}

.product-details .slider .owl-nav button.owl-prev,
.product-details .slider .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.product-details .slider .owl-nav button.owl-prev {
    right: 0;
}

.product-details .slider .owl-nav button.owl-next {
    left: 0;
}

.product-details .slider .owl-nav button.owl-prev span,
.product-details .slider .owl-nav button.owl-next span {
    color: var(--white-01-color);
    font-size: 30px;
}

.title-font,
.button-share-data span {
    font-size: 16px;
    font-weight: bold;
    color: var(--black-02-color);
}

.text-font {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-01-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-info-content {
    padding: 3px 14px;
    background: #65c953;
    width: fit-content;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}

.preview-badge-info-content {
    padding: 3px 14px;
    background: #65c953;
    width: auto;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.button-download {
    padding: 0 18px;
    height: 30px;
    border-radius: 12px;
    margin: 15px 0;
    line-height: 30px;
}

.button-download a {
    font-size: 14px;
    color: var(--black-02-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-share-data {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.button-share-data a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--warning-color);
    color: var(--black-02-color);
    font-size: 16px;
    border-radius: 50%;
}

.icon-font {
    font-weight: bold;
}

.product-info-details {
    padding: 25px 0;
    height: 170px;
    overflow-y: auto;
}

.title-details {
    padding: 15px 0;
}

.all-bottom-designs {
    padding: 50px 0 0 0;
}

.all-bottom-designs .title-info-bottom {
    background: transparent;
    color: var(--black-01-color);
    font-weight: bold;
    margin: 0 0 45px 0;
}

.img-shadow {
    height: 200px;
    border-radius: 22px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.16), 0 8px 15px rgba(0, 0, 0, 0.23);
}

.info-course .title {
    padding: 10px 0;
}

.main-button,
.main-button:hover {
    background: var(--brown-color) !important;
    border-color: var(--brown-color);
}

.main-button a {
    color: var(--white-01-color);
}

.main-button a .icon {
    color: var(--warning-color);
}

.button-more {
    padding: 0 40px;
    height: 35px;
    background: var(--warning-color);
}

.button-more a {
    font-size: 16px;
    font-weight: bold;
}

.info-articles .top-img-articles {
    position: relative;
}

.info-articles .top-img-articles img {
    height: 450px;
    border-radius: 30px;
}

.info-articles .top-img-articles .overlay {
    border-radius: 30px;
    background: linear-gradient(238deg, #000000, #00000000);
}

.info-articles .top-img-articles .info-top {
    position: absolute;
    top: 40%;
    right: 50px;
    transform: translateY(-50%);
}

.info-articles .top-img-articles .info-top .title {
    font-size: 40px;
    color: var(--white-01-color);
    max-width: 470px;
    line-height: 1.8;
    font-weight: bold;
}

.info-articles .top-img-articles .info-top .button-share-article {
    position: absolute;
    bottom: -100%;
}

.info-articles .top-img-articles .info-top .button-share-article span {
    color: var(--white-01-color);
}

.content-articles {
    padding: 50px 0;
}

.content-articles .tip {
    padding: 10px 0;
}

.content-articles .img-bottom img {
    width: 250px;
    height: 250px;
    border-radius: 22px;
}

.content-articles .text {
    max-width: 1000px;
    line-height: 1.8;
}

.bottom-articles .article-one .info-artical .text {
    font-size: 13px;
}

.info-artical {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.bottom-articles .button-artical a {
    font-size: 10px;
}

.bottom-articles .button-artical a .icon {
    font-size: 15px;
}

.payments .all-payments .product-shopping-one,
.payments .total-price {
    background: var(--bg-footer-nav);
    border-radius: 16px;
    padding-left: 15px;
}

.payments .all-payments .product-shopping-one .img img {
    width: 110px;
    height: 80px;
    border-radius: 16px;
}

.payments .all-payments .product-shopping-one .icon-remove {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--black-02-color);
    font-size: 15px;
    color: var(--white-01-color);
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.payments .total-price {
    padding: 20px 15px;
    font-size: 22px;
    font-weight: bold;
}

.payments .btn-pay {
    position: relative;
}

.payments .btn-pay .img-hover {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}

.payments .btn-pay .img-pay01 {
    transition: all 0.4s;
}

.payments .btn-pay:hover .img-pay01 {
    opacity: 0;
}

.payments .btn-pay:hover .img-hover {
    opacity: 1;
}

.form-log {
    width: 100%;
    background: var(--warning-color);
    height: 100vh;
}

.form-log .all-form-log {
    width: 650px;
    margin: auto;
    background: var(--white-01-color);
    padding: 50px 100px;
    border-radius: 40px;
}

.form-log .form-group {
    position: relative;
}

.form-log .title-form {
    font-size: 20px;
}

.form-group input {
    padding: 1rem 1.5rem;
    font-size: 14px;
    color: var(--black-02-color);
    font-weight: 500;
    margin-bottom: 14px;
    border-radius: 50px;
    background: var(--white-02-color);
    display: flex;
    align-items: center;
}

.form-group .icon-eye {
    color: var(--black-01-color);
    cursor: pointer;
}

.form-log .form-check .form-check-label {
    cursor: pointer;
}

.form-log .form-check .form-check-input {
    margin-left: 7px;
    width: 18px;
    height: 18px;
    border: #000000 1px solid;
}

.form-log .register-text .reg-link {
    color: var(--red-01-color);
    position: relative;
}

.form-log .register-text .reg-link::after {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--new-color);
    height: 3px;
    bottom: -8px;
    right: 0;
    border-radius: 5px;
}

.form-log .register-text .reg-link01::after {
    width: 40px;
    right: 50%;
    transform: translateX(50%);
}

.videos {
    padding: 100px 0;
}

.videos .all-videos .single-video iframe {
    width: 100% !important;
    height: 240px !important;
    border: var(--border-01-color);
    border-radius: 22px;
}

.all-my-account {
    width: 100%;
}

.all-my-account .form-account {
    margin-top: 15px;
    display: none;
}

.all-my-account .form-account.active {
    display: block;
}


.all-my-account .my-account-row {
    width: 100%;
}

.all-my-account .my-designs-account {
    display: none;
}

@media (max-width: 767px) {

    .all-my-account,
    .my-designs-account,
    .my-orders {
        margin-top: 40px;
    }
}

.all-my-account .my-designs-account.active {
    display: block;
}

.my-account {
    display: flex;
    min-height: 100vh;
}

.my-account .all-button-account {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.my-account .all-button-account .btn-new {
    height: initial;
    background: var(--black-01-color);
    border-radius: 50px;
    transition: all 0.5s;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}

.my-account .all-button-account .btn-new:hover,
.my-account .all-button-account .btn-new.active {
    background: var(--warning-color);
    border-color: var(--warning-color);
}

.my-account .all-button-account .btn-new a {
    color: var(--white-01-color);
}

.my-account .all-button-account .btn-new a i {
    line-height: normal;
}

.my-account .all-button-account .btn-new:hover a,
.my-account .all-button-account .btn-new.active a {
    color: var(--black-01-color);
}

.form-account .title-pass {
    padding-bottom: 25px;
}

.all-my-account .my-orders {
    display: none;
}

.all-my-account .my-orders.active {
    display: block;
}

@media screen and (max-width: 1023px) {
    .container-fluid {
        /* padding-right: calc(var(--bs-gutter-x) * 0.6); */
        --bs-gutter-x: 2.5rem;
    }

    .img-course img {
        height: 220px;
    }

    .info-course .title {
        font-size: 14px;
    }

    .info-course .text,
    .button-download a {
        font-size: 10px;
    }

    .log-cart .item-nav .badg-num {
        padding-top: 6px;
    }

    .my-account .all-button-account .btn-new {
        line-height: 42px;
    }
}

/* Scren 991px */
@media screen and (max-width: 991px) {

    /* Start Navbar */
    .navbar-menu {
        height: auto;
    }

    .navbar-nav {
        padding: 0;
    }

    .navbar .nav-item .nav-link {
        margin: 10px 0;
    }

    .item-nav .drop-menu .link-item-user .nav-link {
        margin: 0 !important;
        padding: 15px 0;
    }

    .navbar .btn-login {
        margin: 10px 0;
    }

    .navbar .btn-login a {
        padding-top: 3px;
    }

    .item-nav .drop-menu .link-item-user {
        padding: 0 10px;
    }

    .collapse-menu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        background: var(--bg-footer-nav);
        top: 93px;
        z-index: 1;
        padding: 15px 0;
    }

    /*End Navbar  */
    /* start Header */
    .all-header .main-header .slide-img img {
        height: 380px;
    }

    /* End Header */
    /* Start main */
    .main .gallery {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-template-rows: auto;
    }

    .main .gallery-item--small,
    .main .gallery-item--lg {
        grid-column: initial;
    }

    .main .gallery-item--lg {
        grid-row: initial;
    }

    .main .gallery img {
        height: 300px;
    }

    .main .gallery-item .content-info .text {
        font-size: 14px;
        text-align: center;
    }

    /* End main */
    /* Start Page Payments*/
    .payments .all-payments .product-shopping-one .info-product .title {
        font-size: 14px;
    }

    /* End Page Payments */
    .form-log .all-form-log {
        width: 100%;
        padding: 30px 50px;
    }

    /* ==== Start Page My Account ====== */
    .all-my-account .form-account {
        width: 100%;
        padding: 25px 0;
    }

    .all-my-account .form-account .input-form-pass {
        width: 100%;
    }

    /* ==== End Page My Account ======== */
}

/* Scren 550px */
@media screen and (max-width: 550px) {

    /* Start main */
    .main .gallery-item .content-info .text {
        font-size: 17px;
    }

    /* end main */
    /* start Footer */
    .footer .all-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .logo {
        margin: initial;
        margin-bottom: 15px;
    }

    .list-social {
        justify-content: center;
        list-style: none;
    }

    /* End Footer */
    .navbar-menu .logo span {
        width: 260px;
        height: 260px;
    }

    .navbar-nav {
        position: relative;
        z-index: 1;
    }

    /*Start Page readydesignsDetailsFree */
    .product-details {
        flex-direction: column;
    }

    .product-details .slider,
    .product-details .slider .img-slide img {
        width: 100%;
        height: 300px;
    }

    .info-content {
        margin-bottom: 15px;
    }

    /*End Page readydesignsDetailsFree */
    /* Start Page Courses */
    .course-one,
    .article-one {
        flex-direction: column;
    }

    .img-course,
    .info-course {
        width: 100%;
    }

    .img-course img {
        height: 300px;
    }

    /* End Page Courses */
    /* Start Page Info articles */
    .info-articles .top-img-articles img {
        height: 350px;
    }

    .info-articles .top-img-articles .info-top {
        right: 15px;
        top: 50%;
    }

    .info-articles .top-img-articles .info-top .title {
        font-size: 16px;
        max-width: 100%;
    }

    .info-articles .top-img-articles .info-top .button-share-article {
        position: static;
        transform: translateY(100px);
    }

    .title-font {
        font-size: 13px !important;
    }

    .content-articles .title,
    .content-articles .title-tip {
        padding-bottom: 10px;
    }

    .content-articles .text {
        max-width: 100%;
        font-size: 10px;
    }

    /* End Page Info articles */
    /* Start page Payment */
    .bottom-payment .title-section .text {
        font-size: 14px;
    }

    .bottom-payment .payment-button .btn-pay {
        padding: 6px 0;
        background: #f8c702;
        transition: all 0.5s;
    }

    .payments .btn-pay img {
        border-radius: 50px;
    }

    .payments .btn-pay .img-hover {
        top: 50%;
        transform: translateY(-50%);
    }

    .payments .btn-pay:hover {
        background: #170c10;
    }

    .button-download a {
        font-size: 14px;
    }

    /* End page Payment */
    /* Start Page Log */
    .form-log .all-form-log {
        padding: 30px 20px;
    }

    .form-log .title-form {
        font-size: 20px !important;
    }

    .form-log .form-check .form-check-label {
        margin-top: 4px;
    }

    /* End Page Log */
}

/* Screen 390px */
@media screen and (max-width: 390px) {
    .payments .all-payments .product-shopping-one .icon-remove {
        width: 23px;
        font-size: 12px;
    }
}

/* line 9, ../scss/_shop.scss */
.tst-minicart-window {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    border-radius: 10px;
    position: absolute;
    top: 90px;
    left: 10px;
    background-color: white;
    -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* line 21, ../scss/_shop.scss */
.tst-minicart-window.tst-active {
    width: auto;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Screen 390px */
@media screen and (max-width: 290px) {
    .tst-minicart-window.tst-active {
        width: 230px;
    }
}

/* line 27, ../scss/_shop.scss */
.tst-minicart-window:after {
    content: '';
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    background-color: #fcfcfc;
    opacity: 0.15;
    left: 15px;
}

/* line 39, ../scss/_shop.scss */
.tst-minicart-window .tst-minicart-header {
    text-align: center;
    padding: 10px;
    background-color: white;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px rgba(26, 47, 51, 0.05);
}

/* line 47, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart {
    margin: 0;
    padding: 30px 26px 15px 30px;
    width: 375px;
    background-color: #fcfcfc;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
    max-height: 190px;
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
    box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
}

/* line 58, ../scss/_shop.scss */
.view_cart-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 30px;
    border-radius: 5px;
    min-height: 70px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    overflow: hidden;
    margin-bottom: 15px;
}

.view-link {
    background-color: var(--yellow-color);
    color: var(--black-01-color);
    border-radius: 20px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item-empty {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 70px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    overflow: hidden;
    margin-bottom: 15px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px 0 160px;
    min-height: 70px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
    position: relative;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 15px;
}

@media screen and (max-width: 290px) {
    .tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: white;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 50px 0 10px;
        min-height: 70px;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
        box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
        position: relative;
        overflow: hidden;
        list-style-type: none;
        margin-bottom: 15px;
    }
}

/* line 73, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* line 86, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
    font-size: 14px;
}

/* line 91, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
    text-align: center;
    line-height: 11px;
    padding-left: 1.5px;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    font-weight: 300;
    text-align: center;
    position: absolute;
    height: 14px;
    width: 14px;
    color: #fcfcfc;
    background-color: #e74c3c;
    font-size: 20px;
    margin-top: -7px;
    top: 50%;
    right: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* line 112, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 140px;
    border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 290px) {
    .tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 0px;
        border-radius: 5px 0 0 5px;

    }
}

/* line 124, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove_from_cart_button {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 131, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total {
    border-top: solid 1px rgba(26, 47, 51, 0.05);
    padding: 10px 30px;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* line 139, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total strong {
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 290px) {
    .tst-minicart-window .woocommerce-mini-cart__total strong {
        font-size: 12px;
        font-weight: 700;
    }
}

/* line 147, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 290px) {
    .tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount {
        font-weight: 600;
        font-size: 12px;
    }
}

/* line 151, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

/* line 161, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 0 30px 20px;
}

/* line 166, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons a {
    position: relative;
    padding: 0 17px;
    background-color: #f39c12;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #262626;
    border: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

@media screen and (max-width: 290px) {
    .tst-minicart-window .woocommerce-mini-cart__buttons a {
        padding: 0 2px;
    }
}

/* line 184, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons a:hover {
    -webkit-filter: brightness(108%);
    filter: brightness(108%);
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
}

/* line 189, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons a:last-child {
    margin: 0;
}

@media (max-width: 500px) {
    .tst-minicart-window {
        width: auto;
        left: 15px;
    }

    .tst-minicart-window .woocommerce-mini-cart {
        width: 100%;
        padding: 15px 15px 0;
    }
}

.tst-suptitle {
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
    padding-left: 45px;
}

/* line 174, ../scss/_common.scss */
.tst-suptitle:before {
    content: '';
    height: 4px;
    border-radius: 2px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #f39c12;
}

/* line 185, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-center {
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
}

/* line 190, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
}

/* line 197, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-right {
    padding-right: 45px;
}

/* line 200, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-right:before {
    left: auto;
    right: 10px;
}

.cart_item {
    position: relative;
}

/* line 682, ../scss/_shop.scss */
.cart_item td {
    background-color: transparent !important;
    padding: 15px 30px 15px 0 !important;
    border-top: none;
}

/* line 687, ../scss/_shop.scss */
.cart_item td:before {
    padding: 0 0 30px !important;
    text-transform: uppercase !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Josefin Sans", sans-serif;
}

/* line 696, ../scss/_shop.scss */
.cart_item td.product-remove {
    width: 15px;
}

/* line 698, ../scss/_shop.scss */
.cart_item td.product-remove a.remove {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 16px;
    width: 20px;
    height: 20px;
    font-weight: 300;
    background-color: #e74c3c;
    color: #fcfcfc !important;
    opacity: 1;
}

/* line 708, ../scss/_shop.scss */
.cart_item td.product-remove a.remove:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* line 715, ../scss/_shop.scss */
.cart_item td.product-thumbnail {
    width: 200px;
    height: 100px;
}

/* line 719, ../scss/_shop.scss */
.cart_item td.product-thumbnail a {
    display: block;
    padding-bottom: 65%;
    position: relative;
}

/* line 724, ../scss/_shop.scss */
.cart_item td.product-thumbnail a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.icon-circle {
    background-color: var(--warning-color);
    color: var(--black-02-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    padding: 5px;
    width: 20px;
    height: 20px;
}

.icon-circle:hover {
    background-color: var(--warning-color);
    cursor: pointer;
    transform: scale(1.2);
}

.coneryanro {
    background-color: #27282b;
    color: white;
    border-radius: 5px;
    pointer-events: auto;
}

.coneryanro-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 10px 22px;
}

.coneryanro-head .close:hover {
    cursor: pointer;
}

.coneryanro-body {
    padding: 5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coneryanro-input {
    font-size: 17px !important;
    text-align: center;
    background-color: transparent;
    color: var(--warning-color);
    border: 1px solid #777;
    font-weight: bold;
    margin-bottom: 2px;
}

.coneryanro-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 15px;
}

.yellow-chip {
    background-color: var(--warning-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    color: var(--black-02-color);
    font-size: medium;
    transition: transform 0.3s ease;
}

.yellow-chip:hover {
    background-color: var(--yellow-color);
    transform: scale(1.1);
}

tbody th {
    font-weight: 100;
    padding: 20px !important;
}

@media (min-width: 992px) {
    table {
        font-size: 18px;
        /* Larger font for large screens */
    }
}

@media (max-width: 991px) {
    table {
        font-size: 12px;
        /* Smaller font for small screens */
    }
}

.temp-data {
    z-index: 2;
    width: -webkit-fill-available;
    height: 300px;
    position: absolute;
    overflow: hidden;
    background-color: #0000002b;
    border-radius: 20px;
}

.hover-div {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(to top, rgba(0.2, 0.4, 0.6, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.5s, top 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}

.temp-data:hover .hover-div {
    opacity: 1;
    top: 0; /* Moves the div upwards on hover */
}

.hover-div p {
    margin: 10px;
    font-size: 18px;
    padding-bottom: 25px;
    color: white;
    text-align: center;
}

.temp-data2 {
    z-index: 2;
    width: 50px;
    height: 50px;
    position: absolute;
}

.stripe2, .stripe {
    width: 85px;
    height: 65px;
    color: gold;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotate-text1 {
    transform: rotate(52deg);
    position: absolute;
    top: -31%;
    left: 97%;
    transform-origin: top left;
    transform-origin: 0 0;
    white-space: nowrap;
    width: 185px;
    text-align: center;
    font-size: 20px;
}

.rotate-text {
    transform: rotate(50deg);
    position: absolute;
    top: -102%;
    left: 44%;
    transform-origin: top left;
    transform-origin: 0 0;
    white-space: nowrap;
    width: 135px;
    text-align: center;
    font-size: 20px;
}

.cart-icon {
    width: 50px;
    padding: 5px 15px;
}

.cart-icon-paid {
    width: 40px;
    padding: 5px 10px;
}

@media screen and (max-width: 270px) {
    .cart-icon-paid {
        width: 85px;
        padding: 5px 15px;
    }
}

.big-cart-icon {
    width: 56px;
    padding: 5px 15px;
}

.cart-button {
    border: none;
    padding: 0;
    border-radius: 20px;
    background-color: var(--black-01-color);
}

.cart-price {
    border-radius: 20px;
    background-color: var(--warning-color);
    padding: 0px 10px;
}

.margin-right-large {
    margin-right: 18px;
}

@media screen and (min-width: 1252px) {
    .margin-right-large {
        margin-right: 80px;
    }
}

.smooth-container {
    padding: 15px;
    border-radius: 10px;
    margin: 2px;
    margin-bottom: 24px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .large-screen-padding-right {
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .large-screen-padding-left {
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    .large-screen-padding-top {
        padding-top: 40px;
    }
}

/* Default font size for the class */
.cart-font {
    font-size: 12px !important;
}

@media screen and (max-width: 568px) {
    .cart-font {
        font-size: 8px !important; /* Smaller font size for smaller screens */
    }
}

.custom-column {
    width: calc(50% - 10px); /* Adjust the width and margin as needed */
    margin-right: 10px;
}


.cart-size {
    width: 46%;
    margin: 0 10px;
}

@media screen and (max-width: 660px) {
    .cart-size {
        width: 100%;
        margin: 0;
    }
}

.view-text {
    font-size: 18px;
    color: var(--black-01-color);
    font-weight: 500;
}

/* Media query for large screens */
@media (max-width: 1290px) {
    .view-text {
        font-size: 16px;
    }
}

/* Media query for medium screens */
@media (max-width: 1230px) and (min-width: 1139px) {
    .view-text {
        font-size: 14px;
    }
}

/* Media query for small screens */
@media (max-width: 1138px) and (min-width: 1047px) {
    .view-text {
        font-size: 12px;
    }
}

@media (max-width: 1046px) and (min-width: 925px) {
    .view-text {
        font-size: 10px;
    }
}

@media (max-width: 924px) {
    .view-text {
        font-size: 14px;
    }
}

.icon-circle {
    background-color: var(--warning-color);
    color: var(--black-02-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    padding: 5px;
    width: 20px;
    height: 20px;

}

.empty-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    height: 60vh;
}

.empty-content-image {
    width: 200px;
    height: 200px;
}

.added-to-cart {
    background-color: green;
}

.download-template {
    border: none;
    padding: 0;
    border-radius: 20px;
    cursor: pointer;
    background-color: #6262f5;
}

.download-template-icon {
    width: 50px;
    padding: 5px 15px;
}

@media screen and (max-width: 290px) {
    .download-template-icon {
        width: 85px;
        padding: 5px 15px;
    }
}

.direct-template-order {
    border: none;
    padding: 0;
    border-radius: 20px;
    cursor: pointer;
    background-color: green;
}

.direct-template-order-icon {
    width: 50px;
    padding: 5px 15px;
}

@media screen and (max-width: 290px) {
    .direct-template-order-icon {
        width: 85px;
        padding: 5px 15px;
    }
}

.empty-page {
    min-height: 80vh;
}

.toast {
    opacity: 1 !important;
}

.text-18px {
    font-size: 18px;
}

.align-center {
    align-items: center;
}

.banner-content a {
    display: inline;
}

.donation-button {
    padding: 0 15px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--warning-color);
}

.radius {
    border-radius: 20px;
}

.reg-validation-icon {
    color: gray;
    font-size: large;
}

.reg-validation-text {
    font-size: large;
}

.paying-options-padding {
    padding-right: 40px;
    padding-top: 10px;
}

.donation-image {
    position: absolute;
    top: 0;
    left: 10px;
    height: 350px;
    width: auto;
}

@media screen and (max-width: 700px) {
    .paying-options-padding {
        padding-right: 0;
    }
}

.paying-input-margin {
    margin-right: 20px;
}

@media screen and (max-width: 290px) {
    .paying-input-margin {
        margin-right: 0
    }
}

@media screen and (max-width: 700px) {
    .donation-image {
        height: 250px;
    }
}

.donation-banner {
    width: 800px;
    min-height: 360px;
}

@media screen and (max-width: 900px) {
    .donation-banner {
        width: 625px;
        min-height: 360px;
    }
}

@media screen and (max-width: 700px) {
    .donation-banner {
        width: 525px;
        min-height: auto;
    }
}

@media screen and (max-width: 600px) {
    .donation-banner {
        width: auto;
        min-height: auto;
    }
}

.phone-input-width {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .phone-input-width {
        width: 70%;
    }
}

.padding-left-6px {
    padding-left: 6px;
}

.template-donation-btn {
    background-color: rgb(228, 65, 65);
    border-radius: 15px;
    color: white;
    font-size: 16px;
    padding: 0 5px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.donation-body {
    top: 20%;
    max-width: max-content !important;
}

.donation-gradient-bg {
    border-radius: 15px;
    pointer-events: auto;
    background-image: linear-gradient(to right, #f9b7c2, #ffe9dc);
    position: relative;
}

.donation-content {
    position: relative;
    z-index: 2;
}

.donation-header {
    font-size: 22px;
    height: 80px;
    padding-right: 20px;
}

.donation-header p {
    color: black;
    font-weight: 600;
}

.donation-header-heart {
    color: red;
}

.donation-close {
    cursor: pointer;
    float: left;
    margin: 10px 0 0 10px;
    padding: 7px 9px;
    background-color: #ff3434;
    color: white;
    border-radius: 20px;
    font-size: 17px;
}

.donation-input-filed {
    font-weight: 600;
    font-size: 16px;
    border-radius: 15px;
    width: fit-content;
}

.border-raduis-15 {
    border-radius: 15px;
}

.donation-hint {
    font-weight: 200;
    padding: 10px 20px 0 0;
    font-size: 14px;
}

.donation-payment-header {
    margin: 10px 20px;
}

.donation-fawry-img {
    height: 25px;
    margin: 0 10px;
}

.donation-phone-input {
    padding: 0 20px 0 0
}

.padding-right-20 {
    padding-right: 20px;
}

.register-tooltip {
    position: absolute;
    display: none;
    background-color: var(--yellow-color);
    color: var(--black-01-color);
    border: 1px solid var(--black-01-color);
    padding: 5px 10px;
    border-radius: 5px;
    left: -220px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .register-tooltip {
        top: 95px;
        right: 0;
        width: max-content;
    }
}

.input-form {
    position: relative;
}

.donation-input-text {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: rgb(185, 185, 185);
    padding: 5px 10px 5px 5px
}

.donation-input-container {
    background-color: rgb(185, 185, 185);
    width: 44%;
    padding: 4px 2px
}

.donation-input {
    border: 0;
    width: -webkit-fill-available;
}

.donation-dollar-sign {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: rgb(185, 185, 185);
    padding: 5px 0 5px 5px
}

.button-direct-download {
    padding: 0 16px;
    height: 30px !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 11;
    animation: fadeIn 0.5s ease-in-out;

}

#advertising-space-popup-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: 20px;
    display: none;
    z-index: 12;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.close-btn {
    cursor: pointer;
}

.advertising-space-button a {
    font-weight: 600;
    border-radius: 15px;
}

.img-video-container {
    height: 450px;
    overflow-y: auto;
}

.img-video-container iframe {
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;
    height: 440px;
}
