/* Add custom styles here */
:root {
    --primary-brown: #4C3C23;
    --primary-light-brown: #F8EEC1;
    --primary-gold: #EBC508;
    --primary-lightgold: #F6EEC0;
    --primary-link: #D58F0C;
    --montserrat-font: "Noto Sans Arabic", sans-serif;
}

/* css/style.css */

@font-face {
    font-family: 'greekFont';
    src: url('../fonts/ExpoArabic-Light.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'greekFont';
    src: url('../fonts/ExpoArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'greekFont';
    src: url('../fonts/ExpoArabic-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}



body{
    font-family: 'greekFont', sans-serif;
    font-weight: 400;
    color: var(--primary-brown);
}

body p{
    font-size: 1rem;
    line-height: 1.25rem;
}
.error{
    color: coral;
}
.server-specs-info {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    padding: 1rem;
    text-align: right;
}
.server-specs-info h2,
.server-specs-info p {
    margin-bottom: 0;
}
.server-specs-info div.row{
    margin-bottom: 0.75rem;
}

div.signup h1 img.anmelden {
    width: 468px;
    height: 60px;
    background-image: url(/assets/images/t1/anmelden.gif);
}
div.signup h5 img.img_u05 {
    width: 160px;
    height: 15px;
    background-image: url(/assets/images/t1/u05.gif);
}
div.signup img.img_u06 {
    width: 160px;
    height: 15px;
    background-image: url(/assets/images/t1/u06.gif);
}
div.signup img.img_u07 {
    width: 160px;
    height: 15px;
    background-image: url(/assets/images/t1/u07.gif);
}

@media (min-width: 1200px) {
    body p{
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
}
h1,h2,h3,h4,h5,h6, label, span, p{
    direction: rtl;
}
body input{
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: var(--montserrat-font);
    color: var(--primary-brown);
    text-align: right;
}
@media (min-width: 1200px) {
    body input{
        line-height: 1.375rem;
        padding: 1rem 1.5rem !important;
    }
}

.jomhuria-normal {
    font-family: "Jomhuria", serif;
    font-weight: 100;
    font-style: normal;
}

.server-popup a{
    color: var(--primary-brown) !important;
    text-decoration: none !important;
}

.server-popup a .content:hover{
    transform: scale(1.01);
}

/*
    Typography CSS
*/
/* Text Colors */
.text-brown{
    color: var(--primary-brown);
}

/* Headings */
.heading-xl {
    font-weight: 700;
    font-size: calc(1.25rem + 1.5vw);
    line-height: calc(2.75rem + 1.5vw);
}
.heading-lg {
    font-weight: 700;
    font-size: calc(1.25rem + 0.9vw);
    line-height: calc(1.75rem + 0.9vw);
    font-size: 31px;
}
.heading-xlg {
    font-size: calc(1.1rem + 0.9vw);
    line-height: calc(1.75rem + 0.9vw);
}
.heading-lg-md {
    font-size: calc(1rem + 0.9vw);
    line-height: calc(1.75rem + 0.9vw);
}
.heading-md {
    font-weight: 700;
    font-size: calc(1.75rem + 0.9vw);
    line-height: calc(1.5rem + 0.9vw);
}
.heading-sm {
    font-size: calc(1.25rem + 0.9vw);
    line-height: calc(1rem + 0.9vw);
}
.heading-xs {
    font-size: calc(1rem + 0.9vw);
    line-height: calc(0.75rem + 0.9vw);
}
.heading-xxs {
    font-size: calc(1rem + 0.9vw);
    line-height: calc(0.75rem + 0.9vw);
}
.heading-xxxs{
    font-size: calc(1rem + 0.9vw);
    line-height: calc(0.75rem + 0.9vw);
}

@media (max-width: 500px) {
    .heading-hg {
        font-size: 1.9rem;
        line-height: 2rem;
    }
}

@media (max-width: 500px) {
.Content-box {
    margin: 0px;
    padding: 0px;
}
}

@media (min-width: 1200px) {
    
    
.Content-box {
    margin: 10px;
    padding: 0px;
}
}


@media (min-width: 1200px) {
    
    
    .heading-xl {
        font-size: 3.25rem;
        line-height: 3.75rem;
    }

    .heading-hg {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    

    .heading-lg {
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .heading-xlg {
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .heading-lg-md {
        font-size: rem;
        line-height: 2.4rem;
    }
    .heading-md {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    
        .heading-ma {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    
    .heading-sm {
        font-size: 2rem;
        line-height: 1.5rem;
    }
    .heading-xs {
        color: black;
        font-size: 2rem;
        line-height: 1.25rem;
    }
    .heading-xxs {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .heading-xxxs{
        color: black;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .heading-ma {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}

/* Form */

.form-lbl{
    font-family: var(--montserrat-font);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.8px;
}
@media (min-width: 1200px) {
    .form-lbl{
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
/* Buttons */
.btn-bg{
    background: url("/assets/images/btn-bg.svg") center no-repeat;
}




.main-container{
    background: linear-gradient(180deg, var(--primary-light-brown) 0%, rgba(248, 238, 193, 0) 100%);
    background-size: 100% 550px;
    background-repeat: no-repeat;

    padding-top: 24px;
    padding-bottom: 24px;
}

.store-buttons-section {
        padding-top: 13px;
    margin-right: -10px;
}

.store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* space between buttons */
  flex-wrap: wrap; /* allows wrapping on smaller screens */
}

.store-button {

  padding:4px;
  width: 250px;
  height: auto;
  transition: transform 0.3s ease;
}

.store-button:hover {
  transform: scale(1.05);
}

@media (min-width: 1200px) {
    .main-container{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    

}

/* Desktop Styling */
.store-buttons-container {
        display: contents;
    background: black;
    width: fit-content;
    border-radius: 10px;
    margin-top: 10px;
}

/* Mobile Styling */
@media (max-width: 768px) {
    .store-buttons-container {
        background: black;
        display: flex;
        width: 100%;
        margin-top: 10px;
    }

    .store-button {
        width: 100%; /* Full width on mobile */
        margin: 5px 0; /* Space between buttons */
    }
}

@media (max-width: 500px) {
  .store-button {
    width: 200px;
    text-align:right;
  }
}



@media (min-width: 768px) {
    

    


    .content-container {
        border-radius: 24px;
        border: 1px solid rgba(55, 82, 41, 0.4);
        box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.5);
        padding: 3rem;
    }
    .server-specs-info {
        border-radius: 24px;
        border: 1px solid rgba(55, 82, 41, 0.4);
        box-shadow: 0 0 0 1rem #F6EEC0;;
        padding: 3rem;
    }
}

.sidebar-page-container {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap !important;
    align-items: flex-start;
    margin: auto;
}
@media (min-width: 768px) {
    .sidebar-page-container {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        gap: 2rem;
        padding-left: 196px; /* Add padding equal to width of sidebar */
    }
}

.sidebar-menu{
    width: 100%;
    background: var(--primary-gold);
    border-radius: 32px;
}
.sidebar-menu ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0.5rem;
}
.sidebar-menu ul li a {
    color: var(--primary-brown);
    text-decoration: none;
    font-size: calc(1.25rem + 0.9vw);
    line-height: calc(1.25rem + 0.9vw);
    padding: 0.5rem 1.5rem;
    border-radius: 40px;
    display: block;
}
.sidebar-menu ul li:not(.selected) a:hover {
    opacity: 0.9;
    color: #FFFFFF;
    background: var(--primary-brown);
}
.sidebar-menu ul li.selected a{
    background: var(--primary-brown);
    color: #FFFFFF;
    border: 2px solid #C59207;
}
@media (min-width: 768px) {
    .sidebar-menu {
        width: auto;
    }
    .sidebar-menu ul li a {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

.text-align-right{
    text-align: right;
}
/* Sword List */
.sword-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.sword-list li {
    position: relative;
    padding-right: 46px;
    margin-bottom: 0.625rem;
    direction: rtl;
}

.sword-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.5rem;
    width: 30px;
    height: 30px;
    background-image: url('/assets/images/sword-icon.svg');
    background-size: cover;
}



/* Contact Us Card CSS */
.contact-us-card{
    width: 772px;
    max-width: 100%;
    padding: 16px 16px;
    background: var(--primary-light-brown);
    border: 1px solid var(--primary-brown);
    border-radius: 24px;
    margin: auto;
}
.contact-us-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: rgba(252, 255, 240, 0.4);
}
.contact-us-link{
    font-family: var(--montserrat-font);
    color: var(--primary-link);
    font-size: calc(1rem + 0.9vw);
    line-height: calc(1.25rem + 0.9vw);
}
.contact-us-txt{
    font-family: var(--montserrat-font);
    font-size: calc(1rem + 0.1vw);
    line-height: calc(1.25rem + 0.1vw);
    font-weight: 600;
}
@media (min-width: 768px) {
    .contact-us-card{
        display: inline-block;
        margin: auto;
        padding: 50px 40px;
    }
    .contact-us-icon{
        width: 56px;
        height: 56px;
    }
    .contact-us-link{
        color: var(--primary-link);
        font-size: 1.5rem;
        line-height: 1.25rem;
    }
    .contact-us-txt{
        font-size: 2rem;
        line-height: 1.25rem;
    }
}



/* Header CSS - START */
@media (min-width: 1200px) {
    .home-header{
        margin-top: 2rem !important;
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    
    .row{
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0rem;
        padding:0px;
        margin-left: 0px;
    }
    
    .no-gutter {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

    .server-specs-info div.row{
        margin-left: 0rem;
        margin-bottom: 1.25rem;
    }
}
.top-header{
    background: linear-gradient(1.43deg, rgba(175, 229, 255, 0) 50%, rgba(175, 221, 255, 0.795) 80%, #AFDBFF 100%);
    position: relative;
}
.floating-nav{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    padding-top: 1.5rem;
}
.menu-btn img{
    width: 20px;
}
@media (min-width: 768px) {
    .menu-btn{
        align-self: center;
    }
    .menu-btn img{
        width: auto;
    }
}

.heading-xxss {
    font-weight: 700;
    font-size: 16px;
}

.heading-xxsss {
    font-size: 16px;
}

.glowing-text {
    margin-right: -77px;
}

.logo-img{
    height: 95px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 0px;

}
@media (min-width: 768px) {
    .logo-img {
        height: 75px;
    }
}
@media (min-width: 1200px) {
    .logo-img {
        height: 235px;
    }
}

.login-btn, .default-btn {
    font-size: calc(.75rem + 0.9vw);
}
.login-btn{
    color: var(--primary-brown);
    border-bottom: 3px solid;
    border-radius: 0;
    line-height: calc(1.0rem + 0.9vw);
    padding: 0px;
}
.login-btn:hover{
    border-bottom: 3px solid;
    border-radius: 0;
}

.default-btn{
    padding: 0.5rem 1.5rem;
    /*width: 120px;*/
    color: #fff;
}

.info-text {
    font-weight: 400;
    color: #5c5c5c;
    text-align: right;
}

.image-container {
    overflow: hidden; /* This hides the part of the image that overflows the container */
    width: 100%; /* Full width of the container */
    height: 400px; /* Set a fixed height or use min-height depending on your needs */
    position: relative;
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
}
.image-padding-top{
    padding-top: 5rem;
}
@media (max-width: 768px) {
    .image-container {
        height: 300px; /* Adjust height for mobile view */
    }
}

/** header message with animation start**/

.message {
    position: absolute;
    color: white;
    padding: 10px;
    border-radius: 5px;
    max-width: 200px;
}

#message1 {
    top: 55%;
    left: 5%;
    height: 90px;
    width: 130px;
}

#message2 {
    top: 77%;
    left: 62%;
    height: 46px;
    width: 83px;
}

/* Show message on hover */
.image-container:hover #message1 {
    display: block;
}

.image-container:hover #message2 {
    display: block;
}


.bubble-container {
    position: absolute;
    top: 70%;
    left: 10%;
    width: 80px;
    height: 50px;
    display: none;
    overflow: hidden;
    z-index: 10;
}

.bubble-container .bubble-image {
    width: 75px;
    height: 50px;
    object-fit: cover;
}

.bubble-container .bubble-text {
    position: absolute;
    bottom: 10px;
    padding: 5px;
    left: 20%;
    font-size: 1.25rem;
}

li::marker {
  font-size: 3rem;
  
}

@media (max-width: 768px) {
  .app-download-container-unique {
  }

  .app-download-text-unique{
          flex: 1 1 100%;
    padding: 10px;
      
  }
  .app-promo-image-unique {
      text-align: center;
    flex: 1 1 100%;
    padding: 10px;
  }

  .bullet-list-unique li {
    text-align: right;
    font-size: 18px;
  }


  .app-promo-image-unique img {
    max-width: 30%;
  }

  .store-buttons-unique {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .cta-box-unique {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .app-download-container-unique {
    display:block;
  }
}

@keyframes bubble-rise {
    0% {
        transform: translate(5%, 30%) scale(0.5);
        opacity: 1;
    }
    50% {
        transform: translate(5%, 20%) scale(1.5);
        opacity: 1;
    }
    100% {
        transform: translate(5%, 10%) scale(1);
        opacity: 1;
    }
}

.bubble-container.show {
    display: block;
    animation: bubble-rise 0.3s forwards;
}

.bubble-container2 {
    position: absolute;
    top: 80%;
    left: 60%;
    width: 80px;
    height: 50px;
    display: none;

    overflow: hidden;
    z-index: 10;
}

.bubble-container2 .bubble-image2 {
    transform: scaleX(-1);
    width: 75px;
    height: 50px;
    object-fit: cover;
}
.bubble-container2 .bubble-text {
    position: absolute;
    bottom: 18px;
    line-height: 12px;
    left: 16%;
    font-size: 1.25rem;
    text-align: center;
}

.bubble-container2.show {
    display: block;
    animation: bubble-rise 0.3s forwards;
}

.bubble-container3 {
    position: absolute;
    top: 41%;
    left: 70%;
    width: 250px;
    display: none;
    height: 150px;
    overflow: hidden;
    z-index: 10;
}

.bubble-container3 .bubble-image {
    width: 250px;
    height: 150px;
    object-fit: cover;
}
.bubble-container3 .bubble-text {
    width: 80% ;
    position: absolute;
    bottom: 60px;
    line-height: 32px;
    left: 8%;
    font-size: 1.5rem;
    text-align: center;
}

.app-download-section-unique {
  background-color: #f8f0c7;
  padding: 60px 0;
  color: black;
  direction: rtl;
}

.app-download-container-unique {
  margin-top: -13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.app-download-text-unique {
  flex: 1 1 50%;
  padding: 20px;
  color: black;
}

.bullet-list-unique {
  list-style-type: disc;
  margin: 20px 0;
  
}

.bullet-list-unique li {
    text-align: right;
    line-height: 3rem;
    font-size: 24px;
}

.features-dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #00b8d4;
    border-radius: 50%;
}

.feature-item {
    margin-bottom: .8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-features {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 500px;
}

.store-buttons-unique a {
  width: 2%;
  display: inline-block;
  margin: 10px 10px 0 0;
}

.cta-box-unique {
  background: rgb(0 0 0 / 9%);
  padding: 12px 20px;
  padding-top: 25px;
  border-radius: 8px;
  margin-top: 20px;
  color: black;
  display: inline-block;
  font-size: 18px;
  width: 100%;
  text-align: center;
}


@media (min-width: 1024px) {
.app-promo-image-unique {
  text-align: left !important;
  flex: 1 1 37%;

}
    
}


.app-promo-image-unique img {
  padding-left: 5px;
  max-width: 53%;
  height: auto;
}


.bubble-container4 {
    position: absolute;
    top: 45%;
    left: 8%;
    width: 250px;
    display: none;
    height: 150px;
    overflow: hidden;
    z-index: 10;
}

.bubble-container4 .bubble-image2 {
    transform: scaleX(-1);
    width: 250px;
    height: 150px;
    object-fit: cover;
}

.bubble-container4 .bubble-text {
    width: 75%;
    position: absolute;
    bottom: 60px;
    line-height: 32px;
    left: 8%;
    font-size: 1.3rem;
    text-align: center;
    right: 8%;
}

@media (min-width: 1200px) {
    .bubble-container3.show {
        display: block !important;
        animation: bubble-rise 0.5s forwards !important;
    }

    .bubble-container4.show {
        display: block !important;
        animation: bubble-rise 0.5s forwards !important;
    }
}




/** header message with animation end**/


@media (min-width: 1200px) {
    .login-btn {
        line-height: 2.5rem;
        border-bottom: 3px solid;
        padding: 0px;
        margin-right: 35px;
    }
    .login-btn:hover{
        border-bottom: 3px solid;
    }
    .default-btn {
        padding-top : 1px important;
        font-size: 1rem;
        line-height: 3.5rem;
        /*width: 198px;*/
        height: 71px;
        padding: 0.5rem 2.625rem;
    }
}

/* Menu CSS */
.main-menu-container {
    text-align: right;
    direction: rtl;
    align-self: flex-start;
}
@media (min-width: 768px) {
    .main-menu-container {
        position:relative;
    }
}

.main-menu-container .main-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 2rem;
    z-index: 999;
    backdrop-filter: brightness(0.5);
    background: url("/assets/images/menu-bg.svg") center no-repeat;

    clip-path: circle(0% at 10% 5%);
    transition: clip-path 0.5s;
    overflow-y: auto;
}
.main-menu-container.show .main-menu {
    clip-path: circle(100%);
}
@media (min-width: 768px) {
    .main-menu-container .main-menu {
        top: 100%;
        left: 12px;
        width: 415px;
        height: auto;
        padding: 40px 48px 48px;
        backdrop-filter: none;
        max-height: calc(100vh - 80px);
    }
}

.main-menu-container .menu-btn{
    transition: none!important;
}
.main-menu-container .menu-btn:hover{
    background: var(--primary-light-brown);
}

.main-menu-container .close-icon,
.main-menu-container.show .hamburger-icon{
    display: none;
}
.main-menu-container.show .close-icon{
    display: block;
}

.main-menu-container .main-menu-header{
    font-size: 2.25rem;
    line-height: 2rem;
}

.main-menu-container .main-menu-list li a{
    font-family: var(--montserrat-font);
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px;
    color: var(--primary-brown);
}
.main-menu-container .main-menu-list li:hover a{
    color: var(--primary-light-brown);
    filter: brightness(120%);
    background: var(--primary-brown);
}
.main-menu-container .main-menu-list li.selected a{
    color: var(--primary-light-brown);
    background: var(--primary-brown);
}
@media (min-width: 1200px) {
    .main-menu-container .main-menu-list li a{
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    .main-menu-container .main-menu-header{
        font-size: 3rem;
        line-height: 1.8rem;
    }
}

.main-menu-container .main-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu-container .main-menu-list li a{
    text-decoration: none;
}
/* Header CSS - END */



/* Footer CSS - START */
footer {
    background-color: var(--primary-lightgold);
}

footer .box {
    background: #ffffff69;
    border: 1px solid #3752294D;
    border-radius: 28px;
    text-align: right;
    padding: 0.5rem;
    width: 80%;
    max-width: 500px;
}
@media (min-width: 768px) {
    footer .box {
        padding: 1rem;
        margin-top: 1.25rem;
    }
}
@media (min-width: 1200px) {
    footer .box {
        padding: 1.25rem;
    }
}

footer .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .text-content div:last-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

footer .social-text {
    padding-top: 5rem;
}
footer .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
    flex-wrap: nowrap; /* Prevent wrapping to keep items in a single row */
}
@media (max-width: 768px) { /* Adjust this to target mobile devices */
    .social-icons {
        flex-direction: row !important; /* Keep row direction */
        flex-wrap: nowrap; /* Ensure items don't wrap to the next line */
    }
}

footer .social-icons .icon img {
    height: 40px;
    width: 40px;
}

footer .copyright {
    padding-top: 5rem;
    padding-bottom: 2rem;
    
}

.footer-link{
    font-weight: 400;
    text-decoration: none;
    color: var(--primary-brown);
}
/* Footer CSS - END */


/* Ensure modal content has proper styling */
.modal-content {
        margin-left: 53px;
    transform: scale(0.8);
    transform-origin: right;
    position: relative;
    overflow: hidden; /* Prevent content from overflowing */
    border: none; /* Remove default border */
    background: transparent; /* Ensure the background is transparent */
    top: 100px;
}
.modal-dialog{
    max-width: 1000px;
    max-height: 1000px;
}

.bx-gutter-x, .bx-gutter-y {
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (max-width: 768px) {
.modal-content {
    margin-left: 0px;    transform: scale(0.8);
    transform-origin: center;
    position: relative;
    overflow: hidden; /* Prevent content from overflowing */
    border: none; /* Remove default border */
    background: transparent; /* Ensure the background is transparent */
    top: 100px;
}
}


/* SVG Background Image */
.modal-content {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure background image is behind the content */
}

/* Ensure modal-body has transparent background */
.modal-body {
    width: 61%;
    background: url('/assets/images/card.svg') no-repeat center center;
    background-size: cover; /* Ensure the background image covers the entire area */
}

@media only screen and (max-width: 768px) {
    .modal-body {
        width: 100%; /* Increase width to fit mobile screens */
        background: url('/assets/images/card.svg') no-repeat center center;
        background-size: cover;
        margin: auto; /* Center the modal on the screen */
    }
    
    .content {
    margin-right: -12px;
    margin-left: 9px;
    margin-bottom: 5px !important;
}
}

/* Close button styling */
.close-button {
    cursor: pointer;
}

/* Content styling */
.content {

    margin-bottom: 5px !important;
}

.title {
    font-size: 2rem;
    text-align: center;
}

.card-image {
    min-height: 100px;
    background-image: url('/assets/images/small-card.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 1024px) {
    .card-image-servar, .card-image-servar01, .card-image-server {
        margin-left: 62px;
        width: 69%;
        padding-top: 14px;
        min-height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        text-align: right;
    }

    .card-image-servar01 {
        margin-left: 109px;
        width: 54%;
    }

    .card-image-server {
        width: 76%;
        margin-left: 65px;
    }
}


.pt-3{
        overflow-x: hidden;
        overflow-y: hidden;

}
.form-control {
    border-radius: 16px !important;
}



.exchange-gold{

    animation: effect 2s linear infinite;
}

@media only screen and (max-width: 768px) {
    .card-image-servar {
                line-height: 16px;

height: 63px;
        margin-left: 213px;
        width: 36%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}

.card-image-servar01 {
        line-height: 16px;
        height: 63px;
        margin-left: 210px;
        width: 38%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}


.card-image-server {
            height: 63px;
    text-align: right;
    width: 76%;
    margin-left: 65px;
    min-height: 100px;
}

.heading-xxss {
    font-weight: 700;
    font-size: 9px;
}

.heading-xxsss {
    font-size: 9px;
}

}

.heading-xyzl{
font-weight: 700;
text-align: center;
font-size:66px;
line-height: 3.75rem;
}

.heading-xyz2{
font-weight: 700;
text-align: center; 
font-size:25px;
line-height:75px;
padding-left:20px; 
padding-right:20px; 
font-weight: 400;
}

@media (max-width: 767px) {
    .heading-xyzl {
        font-size: 36px; /* Reduced font size for mobile */
        line-height: 2.5rem; /* Adjusted line height */
    }

    .heading-xyz2 {
        font-size: 18px; /* Reduced font size for mobile */
        line-height: 40px; /* Adjusted line height */
        padding-left: 10px;
        padding-right: 10px;
    }
}

.heading-xyz3{
    font-weight:700;
text-align: center; 
line-height:75px;
font-size:33px
}

@keyframes effect {
    0% {
        color: red;
        scale: 1;
        font-weight: 500;
    }
    25% {
        color: blue;
        scale: 1.05;
        font-weight: 600;

    }
    50% {
        color: orange;
        scale: 1.1;
        font-weight: 700;

    }
    75% {
        color: green;
        scale: 1.05;
        font-weight: 600;

    }
    100% {
        color: var(--primary-brown);
        scale: 1;
        font-weight: 500;

    }
}

@keyframes spin {
    0% {
        transform: rotateY(-180deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

.spinningasset {
    width:18px;
    margin: 10px;
    animation: spin 2.5s infinite linear;
}
