* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    direction: rtl;
    position:relative;
  }

  
  a {
    text-decoration: none;
  }
  
  a:hover {
    color: inherit;
    cursor: pointer;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
    background-color: white; 
  }
  

  body {
    padding-top: 60px; 
  }
  .mobile{
    display: none;
}
 .upper-header{
background-color: #002132;
 }
 .nav-item a{
  font-family: Cairo;
font-size: 20px;
font-weight: 400;
line-height: 44.98px;
text-align: left;
color: #faf7f7;
 }
 .nav-item a:hover{
  color: #C4AE41;
 }
  .video {
    position: relative;
    width: 100%;
    height: 90vh; 
    overflow: hidden;
  }
  video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
  .headline h3{
    font-family: Cairo;
font-size: 60px;
font-weight: 700;
line-height: 119.94px;
text-align: center;

  }
.about{
  background-color: #002132;
  color: #faf7f7;
}
.star  {
color:  #002132;
background-color: #002132;
}
.dark-side{
  background-color: #002132;
color: #ffffff;
}
.dark-side p {
  width: 75%;
  font-family: Cairo;
  font-size: 30px;
  font-weight: 400;
  line-height: 49.98px;
  text-align: right;
  /* position: relative; */
}
.absolute-img {
  /* position: absolute; */
  width: 530px;
  /* height: 490px; */
  border-radius: 20px;
  /* left: 300px; */
  /* bottom: 1570px; */
}
.light-side{
  color: #002132;
  background-color: #9C9898;
  font-size: 30px !important;
}
.about .text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 50.98px;
  width: 75%;
  /* margin-left: 86px; */
}
.about .text img {
  width: 550px;
  /* height: 430px; */
  border-radius: 10px;
}
.star img {
  width: 515px;
  /* height: 800px; */
  border-radius: 10px;
}
/* .images{
  margin-left: 80px;
} */
.button button{
  width:350px;
  height: 60px;
  padding-inline: 20px;
  border-radius: 10px;
  background-color: #C4AE41;
  margin-right: 180px;
  color: #faf7f7;
  font-size:30px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.button button a{
  color: #faf7f7;
  font-size:32px;
}
.button button:hover{
  background-color: #FFFFFF;
  color: #C4AE41;
}
.button button a:hover{
  color: #C4AE41;
}
.star .card {
  width: 395px;
  height: 389px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #0000001A;
  box-shadow: 0px -4px 12.4px 0px #0000001A;
}
.view .card {
  width: 700px;
  height: 390px;
  border: 0.2px solid rgb(228, 223, 223);
  box-shadow: rgba(209, 207, 207, 0.1) 0px 4px 4px 0px;
  border-radius: 20px;
}

.card img {
  width: 90px;
  /* height: 80px; */
}
.card-body p{
  font-family: Cairo;
font-size: 24px;
font-weight: 400;
line-height: 44.98px;
text-align: center;
}
.yellow-row{
  background-color: #C4AE41;
}
.yellow-row h2{
  font-family: Cairo;
font-size: 48px;
font-weight: 700;
line-height: 89.95px;
text-align: right;
color: #FFFFFF;
}
.yellow-row button {
  width: 409px;
  height: 80px;
  /* color: aquamarine; */
  border-radius: 20px;
  background-color: #002132;
  border: none !important;
  margin-left: 60px;
}

.yellow-row button a:hover{
color: #C4AE41;
}
.yellow-row button a {
  color: #ffffff;
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 67.46px;
  text-align: right;
}
footer p{
  font-family: Cairo;
font-size: 16px;
font-weight: 700;
text-align: right;
color: #000000;
padding-top: 10px;
}

/* @keyframes easeInOutAnimation {
  0% {
    opacity: 0.4; 
    transform: scale(0.5);
  }
  50% {
    opacity: 1; 
    transform: scale(1.1);
  }
  100% {
    opacity: 1; 
    transform: scale(1); 
  }
} */
@keyframes easeInOutAnimation {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.chat img {
  position: absolute;
  bottom: 140px;
  right: 200px;
  width: 70px;
  animation: easeInOutAnimation 2s ease-in-out infinite;
}

/* Sidebar menu styles */
.sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  background-color: #ffffff; 
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1050;
  padding: 20px;
}

.sidebar-menu.show {
  transform: translateX(0);
}

.sidebar-menu .nav-item {
  margin-bottom: 15px;
}

.sidebar-menu .nav-link {
  color: #333; 
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333; 
  padding: 0;
}

.close-icon {
  font-weight: bold;
}

.d-lg-none {
  display: none !important;
}

@media (max-width: 991px) {
  .d-lg-none {
    display: block !important;
  }
  .d-none.d-lg-block {
    display: none !important;
  }
}

@keyframes pulse-border {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
      border-color: transparent;
  }
  50% {
      box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5);
      border-color: rgba(255, 255, 255, 0.5);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      border-color: transparent;
  }
}

.pulse-button {
  animation: pulse-border 2s infinite;
}
.view h5{
  font-family: Cairo;
font-size: 32px;
font-weight: 400;
line-height: 59.97px;
text-align: center;
color: #002132;
}
.view p {
  font-family: Cairo;
  font-size: 22px;
  font-weight: 400;
  line-height: 40.98px;
  text-align: center;
  color: #9C9898;
}
