@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
  font-family: "Poppins-Regular";
  src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
  font-family: "NotoKufiArabic-bold";
  src: url('../fonts/NotoKufiArabic.ttf');
}
@font-face {
  font-family: "FFShamelFamily-bold";
  src: url('../fonts/FFShamelFamily-SansOneBold.ttf');
}
@font-face {
  font-family: "NotoKufiArabic-Regular";
  src: url('../fonts/NotoKufiArabic-Regular.ttf');
}

@font-face {
font-family: "Raleway-SemiBold";
src: url('../fonts/Raleway-SemiBold.ttf');
}

@font-face {
font-family: "Raleway-Regular";
src: url('../fonts/Raleway-Regular.ttf');
}

:root{
  --main-color:#0512f5;
  --main-2-color:#f2db00;
  --lighter-color: #8e8e8e;
  --lighter-super-color: #eee;
  --Light-Sky-Blue-color: #66CCFF;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  text-transform: capitalize;
  overflow-x: hidden !important;
  -webkit-overflow-x:hidden !important;
  width: 100% !important;
  height: auto;
  
}

input[type="file"]
{
  position: relative;
}
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

#imageFile {
  padding: 6px 0;
}
#imageFile::before {
  content: 'التقط صورة' !important;
  background: #eee;
  font-family: "NotoKufiArabic-Regular" !important;
  height: 100%;
  text-align: center;
  padding: 21px 5px;
  margin: 0;
}
a,
a:hover,
a:focus {
text-decoration: none !important;
}
.swal-height {
height: 90vh !important; 
}
.swal-height-code {
  height: 300px !important; 
}
  
.swal2-html-container{
text-align: right !important;
}
.swal2-icon-content{
  text-transform: lowercase;
} 
.errors{
color: red !important;
}

/* aksfileuploade */
.custom-file-upload {
  display: block;
  padding: 12px;
  cursor: pointer;
  background-color: #f4f4f4;
  color: #000;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  border: none;
}

.custom-file-upload i {
  margin-right: 8px; /* Adjust icon spacing */
}

.file-upload-info {
  text-align: center;
  color: #555;
  font-size: 12px;
  margin-top: 8px;
}

.image-container{
  position: relative;
}
.remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
}

@media (max-width: 1024px) { /* Adjust this based on your laptop mode breakpoint */
  .aks-file-upload-content {
      grid-template-columns: repeat(2, minmax(150px, 1fr)); /* Adjust columns on smaller screens */
  }
}


.aks-file-upload-preview .aks-file-upload-image img{
  width: 100% !important;
  height: 100% !important;
}

.General-button{
  background: var(--main-color);
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  font-family: "Poppins-Regular";
  box-shadow: 2px 2px 10px #c0c0c0;
  transition: all 0.2s ease-in-out;
  border: none;
}
.General-button-disabled{
  border: none;
  box-shadow: 2px 2px 10px #c0c0c0;
  padding: 10px 15px;
  border-radius: 20px;
}
.General-form-button{
  background: var(--main-color);
  color: white;
  padding: 8px 30px;
  font-family: "Poppins-Regular";
  border: none;
  border-radius: 3px;
  box-shadow: 2px 2px 10px #c0c0c0;
  transition: all 0.2s ease-in-out;
}
.buyerThanks .General-form-button:hover{
  color: white;
  background: var(--Light-Sky-Blue-color);
}
.General-form-button-disabled{
  border: none;
  box-shadow: 2px 2px 10px #c0c0c0;
  padding: 8px 30px;
  border-radius: 3px;
}
.General-button:hover{
color: white !important;
background: #0512f5; 
box-shadow: 0 0 0;
}

.General-button2{
background: #fff;
color: var(--main-color);
padding: 10px 15px;
border-radius: 20px;
font-family: "Poppins";
transition: all 0.2s ease-in-out;
width: fit-content;
}
/* Target h1 elements with dir attribute set to 'rtl' */
[dir='rtl'] h1{
  font-family: "FFShamelFamily-bold" !important;
}
[dir='rtl'] p ,
[dir='rtl'] span ,
[dir='rtl'] a,
[dir='rtl'] label,
[dir='rtl'] button,
[dir='rtl'] li,
[dir='rtl'] h6,
[dir='rtl'] option,
[dir='rtl'] h4,
[dir='rtl'] sub,
[dir='rtl'] select,
[dir='rtl'] .alert,
.swal2-html-container,
[dir='rtl'] .logindata
{
  font-family: "NotoKufiArabic-Regular" !important;
}
.rtl {
  direction: rtl !important;
}
.ltr {
    direction: ltr !important;
}

/* terms and conditions style */
  .terms_and_conditions  section {
    background: white;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.terms_and_conditions ul li{
    margin: 50px 0;
}

/* scroll top btn style and animation */
.scroll-top {
    background-color: #040fd8 ;
    border-radius: 50%;
    padding: 13px 15px;
    margin-right: 20px;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    color: white !important;
    transition: all 0.5s ease-in-out;
}
.scroll-top .svg:not(:host).svg-inline--fa,
.scroll-top svg:not(:root).svg-inline--fa{
  animation: move-up 1.5s ease-in-out forwards infinite;
  display: block;
}

@keyframes move-up {
  0%,100%{
    transform:translateY(0px);
  }
  50%{
    transform: translateY(-5px);
  }
}
.scroll-top:hover {
    background-color: var(--main-color);
    color: white !important;
    transition: all .4s ease;
}

/* Target h1 elements with dir attribute set to 'rtl' */

.General-button2:hover{
color: #0512f5  !important;
background: white; 
}
.loader {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bars {
max-width: 400px;
min-width: 200px;
animation: bars-yrfh98 0.8s infinite alternate;
}

@keyframes bars-yrfh98 {
0%{
  opacity: 1;
}

100% {
 opacity: 0.1;
}
}
/* forms next button style */

.msf-navigation .svg:not(:host).svg-inline--fa,
.msf-navigation  svg:not(:root).svg-inline--fa{
  display: none;
}
.msf-header .msf-step{
  font-size: 17px !important;
}
/* forms headers coloring and opacity */
.msf-header .msf-step.msf-step-active,
.msf-header .msf-step.msf-step-active.msf-step-complete,
.msf-header .msf-step.msf-step-active.msf-step-incomplete{
  color: var(--main-color) !important;
  opacity: 0.5;
}
.msf-header .msf-step.msf-step-complete{
  color: var(--main-color) !important;
}
.msf-header .msf-step.msf-step-incomplete{
  color: #777 !important;
}

/* header Section */
.header{
  background: var(--main-color);
  color: #fff;
  height: 100vh;
  overflow: hidden;
}
.header-AllUnits{
  background: url('..//images/header-AllUnits.jpeg')no-repeat center center;
  background-size:cover ;
  color: #fff;
  height: 90vh;
  overflow: hidden;
}
.header-content{
  background: url('..//images/headerBg.png') no-repeat center center;
  background-size: cover;
  height: 100%;
}
.header-content-AllUnits{
  background:rgba(5, 18, 245, 0.60); /* CSS variable with rgba fallback */
  width: 100%;
  height: 100%;
}
.header .navbar{
  height: 100px;
  border-bottom: 1px solid #143bff;
  line-height: 2;
}
.header .navbar .logo{
  max-width: 120px;
  transform: translateY(-10px);
}
.header .navbar .logo img{
width: 100%;
}
.header .navbar-content ul {
display: flex;
}
.header .navbar-content ul li .navbar-content-li{
  margin: 0 20px;
  color: white;
  font-family: "Poppins-Regular";
  position: relative;
}
.header .navbar-content ul li .navbar-content-li::before{
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  background: #eee;
  bottom: -10px;
  left: 0;
  transition: all 0.5s ease-in;
}

.header .navbar-content ul li .navbar-content-li:hover::before{
  width: 100%;

}

.header .navbar-content ul li:last-of-type a{
background: #fff;
padding: 8px 15px;
color: var(--main-color);
font-weight: 600;
border-radius: 20px;
font-family: "NotoKufiArabic-Regular";
font-size: 14px;
transition: all 0.2s;
}

.header .navbar-content ul li:last-of-type a:hover{
  background:#eee ;
  /* color:#fff ; */
}
.header .header-main h1{
font-size: 60px;
margin-top: 100px;
font-family: "Poppins";
z-index: 10;
}

.header .header-main p{
font-family: "Poppins-Regular";
font-weight: 400 !important;
z-index: 10;
}

.header .header-main-content .asset-1{
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
}
.header .header-main-content .asset-2{
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;

}
/* all units page style */
.header-AllUnits .navbar {
  height: 100px;
  border-bottom: 1px solid #ffffff19;
  line-height: 2;
}
.header-AllUnits .header-content-AllUnits-bg{
  background: url('..//images/headerBg.png') no-repeat center center;
  background-size: cover;
  height: 100%;
}
.header-AllUnits .navbar .logo {
  max-width: 120px;
  transform: translateY(-10px);
}

.header-AllUnits .navbar .logo img {
  width: 100%;
}

.header-AllUnits .navbar-content ul {
  display: flex;
}

.header-AllUnits .navbar-content ul li .navbar-content-li {
  margin: 0 20px;
  color: white;
  font-family: "Poppins-Regular";
  position: relative;
}

.header-AllUnits .navbar-content ul li .navbar-content-li::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  background: #eee;
  bottom: -10px;
  left: 0;
  transition: all 0.5s ease-in;
}

.header-AllUnits .navbar-content ul li .navbar-content-li:hover::before {
  width: 100%;
}

.header-AllUnits .navbar-content ul li:last-of-type a {
  background: #fff;
  padding: 8px 15px;
  color: var(--main-color);
  font-weight: 600;
  border-radius: 20px;
  font-family: "NotoKufiArabic-Regular";
  font-size: 14px;
  transition: all 0.2s;
}

.header-AllUnits .navbar-content ul li:last-of-type a:hover {
  background: #eee;
  /* color:#fff ; */
}

.header-AllUnits .header-main h1 {
  font-size: 60px;
  margin-top: 100px;
  font-family: "Poppins";
  z-index: 10;
}

.header-AllUnits .header-main p {
  font-family: "Poppins-Regular";
  font-weight: 400 !important;
  z-index: 10;
}

.header-AllUnits .header-main-content .asset-1 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
}

.header-AllUnits .header-main-content .asset-2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
}

.unit-search{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px 10px;
  border: 1px solid #dddddd;
  padding: 5px;
  border-radius: 7px;
}
.unit-search input{
  border: none;
  padding: 2px 5px;
  font-family: "NotoKufiArabic-Regular" !important;
}
.unit-search .fa-solidsvg-inline--fa{
  border-left: 1px solid #ddd !important;
  padding: 3px;
}

/*-------------------------------  first main section */

.main .main-content{
  margin: 80px 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 550px;
  /* overflow: hidden !important; */
}
.main .main-content .gallery-inside{
  max-width: 610px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
[dir="rtl"] .main .main-content .gallery-inside{
  max-width: 94% !important;
  gap: 0;
}

.gallery-inside .thumbnails {
display: flex;
flex-direction: column;
height: 500px;
line-height: 0;
position: relative;
gap: 10px;
}
[dir="rtl"] .gallery-inside .thumbnails::before ,
[dir="rtl"] .gallery-inside .thumbnails::after,
[dir="rtl"] .gallery-inside .thumbnails li::after 
{
  width: 0 !important;
  content: none;
  background: transparent !important;

}

.gallery-inside .thumbnails::before {
content: '';
position: absolute;
background: var(--main-color);
width: 6px;
height: 6px;
border-radius: 50%;
bottom: -20px;
left: -110px;
}
.gallery-inside .thumbnails::after {
content: '';
position: absolute;
background: var(--Light-Sky-Blue-color);
width: 6px;
height: 6px;
border-radius: 50%;
bottom: -20px;
left: -90px;
}
.gallery-inside .thumbnails li::after {
content: '';
position: absolute;
background: var(--Light-Sky-Blue-color);
width: 6px;
height: 6px;
border-radius: 50%;
bottom: -20px;
left: -70px;
}

.gallery-inside .thumbnails li {
flex: 1 !important;
width: 200px;
height: 150px;
}

.gallery-inside .thumbnails a {
display: block;
}

.gallery-inside .thumbnails img {
width: 100%; 
height: 100%;
object-fit: cover;
object-position: top;
border-radius: 15px;
cursor: pointer;
}

.gallery-inside .slides {
overflow: hidden !important;
width: 450px; /* Converted from 75vmin */
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}

.gallery-inside .slides li {
width: 400px; /* Converted from 75vmin */
height: 500px;
position: absolute;
z-index: 1;
opacity: 0;
overflow: hidden;
}

.gallery-inside .slides img {
height: 100%;
width: 100%;
/* object-fit: cover; */
object-fit: fill;
object-position: top;
border-radius: 15px;
/* cursor: pointer; */
}

.gallery-inside .slides li.active {
z-index: 3;
opacity: 1;
transition: opacity 1s;
object-fit: cover;
/* object-fit: fill; */
object-position: top;
}



@keyframes slide {
0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0%);
}
}

@keyframes hidden {
0% {
    z-index: 2;
}
100% {
    z-index: 2;
}
}
.main .main-content-data{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.main .main-content-data h1{
font-size: 55px;
font-family: "Poppins";
}
.main .main-content-data p{
color: var(--lighter-color);
margin-bottom: 40px;
z-index: 15;
}

.main .ornament-blue{
position: absolute;
z-index: -1;
}

.main .ornament-blue2{
position: absolute;
right: 0px;
bottom: -50px;
}

/* ---------------------- second main section */

.gallery-1 .gallery-inside .thumbnails2 {
display: flex;
flex-direction: column;
height: 500px;
line-height: 0;
position: relative;
gap: 10px;
}

.gallery-1 .gallery-inside .thumbnails2 li {
flex: 1 !important;
width: 200px;
height: 150px;
}

.gallery-1 .gallery-inside .thumbnails2 a {
display: block;
}

.gallery-1 .gallery-inside .thumbnails2 img {
width: 100%; 
height: 100%;
object-fit: cover;
object-position: top;
border-radius: 15px;
cursor: pointer;
}

.gallery-1 .gallery-inside .slides2 {
overflow: hidden !important;
width: 450px; /* Converted from 75vmin */
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}

.gallery-1 .gallery-inside .slides2 li {
width: 400px; /* Converted from 75vmin */
height: 500px;
position: absolute;
z-index: 1;
opacity: 0;
overflow: hidden;
}

.gallery-1 .gallery-inside .slides2 img {
height: 100%;
width: 100%;
/* object-fit: cover; */
object-fit: fill;
object-position: top;
border-radius: 15px;
/* cursor: pointer; */
}

.gallery-1 .gallery-inside .slides2 li.active {
z-index: 3;
opacity: 1;
transition: opacity 1s;
object-fit: cover;
/* object-fit: fill; */
object-position: top;
}


.gallery-1 .gallery-inside .slides2 li.active2 {
z-index: 3;
opacity: 1;
transition: opacity 1s;
object-fit: cover;
object-position: top;
}
.gallery-inside .slides2 li.active2 {
z-index: 3;
opacity: 1;
transition: opacity 1s;
object-fit: cover;
object-position: top;
}


/* units section */

.units{
margin: 50px 0; 
}
.units .container:last-of-type{
  max-width: 1390px;
}
.units  h1,
.about .aboutUs-content h1,
.mail-list h1{
font-size: 55px;
font-family: "Poppins";
}
.units .text-start p,.unit-data-form p{ 
color: var(--lighter-color); 
font-family: "Poppins-Regular";
}
[dir="ltr"] .units .ornament-blue{
position: absolute;
z-index: -1;
right: 10px;
top: -250px;
}
[dir="rtl"] .units .ornament-blue{
  position: absolute;
  left: 0px !important;
  z-index: -1;
  top: -250px;
}


.units .units-content .unit-data{
width: 200px;
height: 285px;
overflow: hidden;
background: var(--lighter-super-color);
border-radius: 20px;
padding: 10px;
margin: 0 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
transition: all 0.2s ease-in;
}
.units .units-content .unit-data:hover {
  box-shadow: 5px 10px 8px rgba(0, 0, 0, .15);
}

.units .units-content .unit-data h4{
margin: 0;
font-family: "Raleway-SemiBold" !important;
color: #000;
}

.units .units-content .unit-data .mb-2 span{
position: absolute;
right: 10px;
bottom: 8px;
background: rgba(35, 79, 104, .8)  !important;
padding: 4px 10px;
border-radius: 15px;
color: white;
}
.units .units-content .unit-data .mb-2 img{
width: 180px;
height: 200px !important;
margin: 0;
border-radius: 20px;
}

/* About madmon $ comming soon section */

.about{
background: var(--main-color);
/* margin-top: 400px; */
padding: 10px;
z-index: 9;
border-radius: 10% 10% 0 0;
clip-path: circle(64.6% at 49% 62%);
overflow-y: visible !important;
}
.unit-photo{
/* margin-bottom:100px ; */
max-width: 700px;
min-width: 200px;
max-height: 550px;
min-height: 180px;
border-radius: 15px;
z-index: 9;
position: relative;
bottom: -250px;
/* visibility: hidden; */
}
.about .aboutUs-content h1{
margin-top: 300px;
}
.centerimg .ornament-blue{
position: absolute;
top: 70px;
right: 20% ;
z-index: 12;
}
.about  p{
color: var(--lighter-super-color);
}
.about .comming-soon{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 600px));
grid-auto-rows: minmax(100px, auto);
gap: 60px;
align-items: center;
background: url('..//images/ornament-footer.png') no-repeat center center;
background-size: cover;
}
.about .comming-soon h1{
color: white;
font-family: "Poppins";
}
.about .comming-soon .iphone-content{
max-height: auto;
max-width: 400px;
grid-column-start: 4;

}
.about .comming-soon .iphone-content img{
width: 100%;
height: 100%;
}

.about .comming-soon .comming-soon-content{
  margin: 50px 20px 0 0;
  /* background: rebeccapurple; */
  max-width: 700px;
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mail-list .container{
display: flex;
justify-content: space-around;
align-items: center;
border-top: 1px solid #143bff;
border-bottom: 1px solid #143bff;
padding: 50px;
}
.mail-list .email-section{
background: rgba(35, 79, 104, .4)  !important;
padding: 15px;
border-radius: 6px;
width: 450px;
display: flex;
justify-content: space-between;
align-items: center;
}
.mail-list .email-section input{
background: transparent  !important;
border: none;
padding: 3px 30px 3px 5px;
color: white;
}
.mail-list .email-section input::placeholder{
color: white;
}

/* -------------------------- buyer page */

.buyer .buyer-header{
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}

.buyer .buyer-header .buyer-logo{
width: 160px;
height: 150px;
}

.buyer-form-section h1,
.seller-form-section h1,
.boker-form-section h1
{
font-size: 45px;
font-family: "Poppins";
}

.buyer .msf-content input::placeholder,
.unit-search input::placeholder
{
color: var(--lighter-color);
}
.buyer .msf-content input[type="text"],
.buyer .msf-content input[type="number"],
.buyer .msf-content input[type="email"],
.buyer .msf-content textarea,
.buyer .msf-content select,
.buyer .msf-content select option{
border: none;
padding: 10px 20px;
background: var(--lighter-super-color) !important;
}

.buyer .progress {
background-color: #e0e0e0;
border-radius: 13px;
margin-top: 0;
height: 8px;
}

.buyer .progress-bar {
background-color: var(--main-color);
width: 0%;
height: 100%;
border-radius: 10px;
transition: width 0.4s;
}
.form-check input{
background:local;
}

/* thanks page for buyer */
.buyerThanks p,
.buyerThanks span
{
  color: var(--lighter-color);
}

/* unit page  */

.unit-page{
width: 650px;
height: auto !important;
position: relative; 
top: -400px;
/* left: 25%; */
margin: auto;
margin-bottom: 0;
}

.unit-page .mySwiper2 .swiper-slide img {
object-fit: contain;
width: 100% !important;
height: 100% !important;
max-height: 430px;
border-radius: 6px;
}

.unit-page .mySwiper .swiper-wrapper {
display: flex;
justify-content: space-around;
height: -webkit-fill-available;
/* width: 150%; */
}


.unit-page .mySwiper {
height: 100px !important;
box-sizing: border-box;
padding: 5px 0;
width: 100%;
overflow-x: auto;
}
/* For Webkit browsers (Chrome, Safari) */
.unit-page .mySwiper::-webkit-scrollbar {
height: 6px; /* Height of the horizontal scrollbar */
}

.unit-page .mySwiper::-webkit-scrollbar-track {
background:var(--lighter-super-color); /* Background color of the scrollbar track */
border-radius: 10px; /* Rounded corners of the track */
}

.unit-page .mySwiper::-webkit-scrollbar-thumb {
background: var(--main-color) !important;  /* Color of the scrollbar thumb */
border-radius: 10px; /* Rounded corners of the thumb */
}

.unit-page .mySwiper img{
width: 130px;
height: 100%;
border-radius: 6px;

}
.unit-page .mySwiper .swiper-wrapper .swiper-slide {
width: 150px !important;
height: 100%;
opacity: 0.4;
}

.unit-page .mySwiper .swiper-slide-thumb-active {
opacity: 1 !important;
}
.clip-path{
clip-path: circle(70.3% at 50% 0);
height: 800px;
}

.unit-data{
font-family: "Poppins-Regular";
margin-top:-16rem ;
}

.unit-data .up h1{
font-family: "Poppins";
font-size: 35px;
}
.unit-data .up h2{
font-family: "Poppins";
color: var(--main-color);
}

.unit-data .up h2 span{
color: var(--lighter-color);
font-size: 16px;
}

.unit-data .up h5{
font-weight: 500;
font-size: 18px;
margin: 15px 0;
}


.unit-data .unit-data-content .d-flex li {
background: var(--lighter-super-color) !important;
padding: 10px;
border-radius: 25px;
}

.unit-data .unit-data-content .unit-location{
background: var(--lighter-super-color);
padding: 15px;
border-radius: 25px;
}
.unit-data .unit-data-content .unit-list-dash li{
position: relative;
padding-left: 20px; 
margin-bottom: 10px; 
}

.unit-data .unit-data-content .unit-list-dash li::before {
content: "-";
position: absolute;
left: 0;
top: 0;
color: #000; 
}
[dir="rtl"] .unit-list-dash li::before {
  right: -15px;
  }
  

.unit-data .unit-data-content .asset-blue{
left: -190px;
z-index: -1;
}
[dir="rtl"] .unit-data-content .asset-blue {
  right: -190px;
  z-index: -1;
  }
  

.unit-data .unit-data-form{
background: var(--lighter-super-color);
padding: 15px;
border-radius: 10px;
flex-basis: 500px;

}

.unit-data .unit-data-form h1{
font-family: "Poppins" ;
font-size: 35px;
}

.unit-data .unit-data-form input{
background: #e0e0e0;
border: none;
padding: 10px 20px;
}
.unit-footer{
background: var(--main-color);
padding: 10px 0;
}
.hidden {
display: none !important;
}

.show-nav{
display: none;
}

/* AllUnits All Units page */
.arrow_animations{
animation: anmationArrow 1s ease-in-out 0s alternate forwards infinite;
}
.General-button:hover .arrow_animations {
animation: none !important;
}

@keyframes anmationArrow {
0% , 100%{
 transform: translateX(0);
}
50%{
  transform: translateX(-10px);
}
}


@media(max-width:992px){

.unit-data .unit-all-content{
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.unit-data .unit-data-content .asset-blue{
display: none;
}
.header .header-main{
  width: 100% !important;
}
.header .header-main-content h1{
  margin-top: 120px;
}
.header .header-main-content p{
  font-size:22px;
}
.header{
  height: 70vh;
}

.header .header-main-content .asset-1{
display: none;
}

.main .main-content{
  display: flex;
  justify-content: center;
  flex-direction: column !important;
  align-items: center;
  height: auto !important;
}
.main .main-content .main-content-data{
  justify-content: center !important;
  align-items: flex-start;
}

/* about media */
.unit-photo{
  max-width: 400px;
  max-height: 250px;
  /* margin-top: 100px; */
  /* top: 0; */
}
.centerimg .ornament-blue{
  position: absolute;
  top: 150px;
  right: 27% ;
  z-index: 12;
  width: 100px;
}

.about .aboutUs-content h1{
  font-size: 35px;
  /* margin-top: 100px; */
}

.about .comming-soon,.mail-list .container{
  display: block;
  gap: 0 !important;
}
.about .comming-soon .iphone-content{
  max-height: auto;
  max-width: 300px;
  margin: auto;
  }

.about .comming-soon .comming-soon-content{
margin: 0 !important;
}
.mail-list h1{
  width: 100% !important;
  font-size: 35px;
}

.mail-list .email-section{
  width: 390px;
}
}


@media(max-width:768px){

/* .All_Units_section .container .col .card{
  width: 100% !important;
}

.All_Units_section .col .card .img-container{
  height:  100%;
  }
 */

  .show-nav{
    display: block !important;
    font-size: 20px;
    cursor: pointer;
    color: white !important;
    z-index: 15;
  }
  .navbar .navbar-content ul{
    display: flex !important;
    flex-direction:column;
    align-items: center;
    gap:30px ;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    padding-top: 50px;
    background: rgba(0,0,0,0.7);
    z-index: 115;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin-left: -745px;
    
  }

  .navbar .navbar-content ul {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


  .cros-mark{
    display: block !important;
    position: relative;
    right: 180px;
    cursor: pointer;
    font-size: 20px;
  }
  .navbar .navbar-content ul li a{
    font-weight: 600;
  
  }
}

@media(max-width:600px){
/*  */

.unit-data .up h1{
  font-size: 20px;
  }
.unit-data .unit-data-content ul li{
  font-size: 12px;
}
/* first section media */
[dir="rtl"] .gallery-inside ,
[dir="rtl"] .gallery-1 .gallery-inside{
  width: 390px !important;
}
.main .main-content .gallery-inside{
  max-width: 308px !important;
}
.gallery-1 .gallery-inside{
  max-width: 308px !important;
  margin-left: -10px;
}

[dir="rtl"] .gallery-inside  .thumbnails li,
[dir="rtl"] .gallery-1 .gallery-inside  .thumbnails2 li  {
 width:100px !important;
 height: 100%;
}
.gallery-inside  .thumbnails li,
.gallery-1 .gallery-inside  .thumbnails2 li {
 width:110px !important;
 height: 100%;
}
.gallery-inside  .thumbnails li img,
.gallery-1 .gallery-inside  .thumbnails2 li img{
border-radius: 5px;
}

[dir="rtl"] .gallery-inside  .slides li,
[dir="rtl"] .gallery-1 .gallery-inside  .slides2 li  {
  width:190px !important;
  height: 350px;
}
[dir="rtl"] .gallery-inside  .slides,
[dir="rtl"] .gallery-1 .gallery-inside  .slides2  {
  width:200px !important;
}
 .gallery-inside  .slides li,
 .gallery-1 .gallery-inside  .slides2 li {
  width:190px !important;
  height: 350px;
}
.gallery-inside  .slides li img,
.gallery-1 .gallery-inside  .slides2 li img{
border-radius: 5px;
object-fit: cover;
}

[dir="rtl"] .main .main-content .gallery-inside{
margin-right: -30px;
}
.main .main-content .gallery-inside{
  margin-left: 30px;
}
.gallery-inside .thumbnails {
  height: 350px;
}
/* second section media */

[dir="rtl"] .main .main-content .gallery-1 .gallery-inside{
  max-width: 335px !important;
}

/* 
[dir="rtl"] .main .main-content .gallery-1 .gallery-inside{
margin-right: -30px;
}
.main .main-content .gallery-1 .gallery-inside{
  margin-left: 30px;
} */
.gallery-1 .gallery-inside .thumbnails2 {
  height: 350px;
}

/* .main .main-content .slides
,.main .main-content .thumbnails{
flex-basis: 200px !important;
gap: 10px;
}

[dir="rtl"] .main .main-content .slides
,[dir="rtl"] .main .main-content .thumbnails{
flex-basis: 250px !important;
gap: 10px;
} */
/*
.gallery-inside .thumbnails {
display: flex;
flex-direction: row !important;
}
[dir="rtl"] .gallery-inside .thumbnails {
display: flex;
flex-direction: row-reverse !important;
padding-left: 20px;
}

.gallery-inside .slides li {
width: 400px; 
height: auto;
margin-left:26px ;
z-index: 1;
opacity: 0;
overflow: hidden;
} */
.main .main-content-data h1{
font-size: 35px;
} 


.ornament-blue{
display: none;
}
/* navbar media */

.clip-path{
  height: 80vh;
  clip-path: none !important;
}
.unit-page{
  width: 450px;
  height: 450px !important;
  top: -130px;
  margin-bottom: 130px;
  /* overflow: hidden; */
}
.unit-page .mySwiper2{
  height: 300px;
}
.unit-page .mySwiper img {
object-fit: fill;
width: 80px;
height: 70px;
}
.main .ornament-blue2{
display: none;
  }


  
}

@media (max-width:450px){
  .unit-page .mySwiper .swiper-wrapper .swiper-slide {
    width: 100px !important;
    }
  .mail-list .email-section{
    width: 290px !important;
    padding: 0 !important;
  }
  .mail-list .email-section div{
    display: flex;
    flex-wrap: nowrap;
  }
   .mail-list .email-section input{
    padding: 3px 3px 3px 5px;
   }
   .mail-list .email-section button{
    width: 80px !important;
    font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
   }
   .unit-photo{
    max-width: 300px;
  }
   /* first section media */
/* 
.main .main-content .slides
,.main .main-content .thumbnails{
  flex-basis: 180px !important;
  gap: 10px;
}
[dir="rtl"] .main .main-content .slides
{
  flex-basis: 210px !important;
  width: 375px;
  margin-right: auto;
}
[dir="rtl"] .main .main-content .thumbnails{
flex-basis: 175px !important;
gap: 10px;
width: 400px;
margin-right: auto;
}
  
.gallery-inside .thumbnails {
  display: flex;
  flex-direction: row !important;
}
.gallery-inside .slides li {
  max-width: 350px !important; 
  margin-left:47px ;
  
}

.gallery-inside .thumbnails {
  width: 350px;
  margin: auto;
}

[dir="rtl"] .main .main-content .gallery-inside{
  margin-right: -36px;
} */

/* second section media */
/* .main .main-content .gallery-1 .gallery-inside{
  gap: 5px;
  margin-right: -20px;
}
.gallery-1{
  margin-top: 30px;
}
.main .main-content .gallery-1 .slides2
,.main .main-content .gallery-1 .thumbnails2{
flex-basis: 210px !important;
gap: 10px;
}

.gallery-1 .gallery-inside .thumbnails2 {
width: 350px;
margin: auto;
}
.gallery-1 .gallery-inside .slides2 li {
width: 350px;
margin-left:46px ;
}

[dir="rtl"] .main .main-content .slides2{
  flex-basis: 210px !important;
  width: 375px;
}
[dir="rtl"] .main .main-content .thumbnails2{
  flex-basis: 175px !important;
  gap: 10px;
  width: 383px;
  margin-right: -15px;
  } */

  /* unit page style handiling */
  .unit-page{
    width: 290px;
  }
  .unit-page .mySwiper2{
    height: 240px;
  }

  /* the x mark in the nav bar */
  .cros-mark{
    right: 150px;
  }

}
 /* Login page */

 .login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
}

.login .wrapper {
  position: relative;
  max-width: 430px;
  width: 100%;
  background: #fff;
  padding: 34px;
  margin: 10px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.login.wrapper h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.login .wrapper h2::before {
  content: '';
  position: absolute;
  left: auto;
  top: 40px;
  height: 3px;
  width: 40px;
  border-radius: 12px;
  background: var(--main-color);
}

.login .wrapper form {
  margin-top: 30px;
}

.login .wrapper form .input-box {
  height: 52px;
  margin: 18px 0;
}

.login form .input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border: 1.5px solid #C7BEBE;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.login .input-box input:focus,
.login .input-box input:valid {
  border-color: var(--main-color);
}

.input-box.button input {
  color: #fff !important;
  letter-spacing: 1px;
  border: none;
  background: var(--main-color);
  cursor: pointer;
  font-weight: 700;
}


/* payment form Css */

.payment-form{
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.payment-form .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.payment-form form{
	border-top: 2px solid #5ea4f3;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: #ffffff;
	padding: 0;
	max-width: 800px;
	margin: auto;
}

.payment-form .title{
	font-size: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0.8em;
	font-weight: 600;
	padding-bottom: 8px;
}

.payment-form .products{
	background-color: #f7fbff;
    padding: 25px;
}

.payment-form .products .total{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	padding-top: 19px;
	font-weight: 600;
	line-height: 1;
}

.payment-form .card-details{
	padding: 25px 25px 15px;
}

.payment-form .card-details label{
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #79818a;
	text-transform: uppercase;
}

.payment-form .date-separator{
 	margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 576px) {
	.payment-form .title {
		font-size: 1.2em; 
	}

	.payment-form .products .price {
    	font-size: 1em; 
	}

  	.payment-form .card-details {
    	padding: 40px 40px 30px; 
    }

  	.payment-form .card-details button {
    	margin-top: 2em; 
    } 
}



.card-input-element {
  display: none;
}

.card-input {
  margin: 10px;
  padding: 0px;
}

.card-input:hover {
  cursor: pointer;
}

.card-input-element:checked + .card-input {
   box-shadow: 0 0 1px 1px #143bff;
}

