@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'batman';
  src: url('../fonts/batmfa__.ttf') format('truetype');
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
}

:root{
  --bg: #000;
  --lighter-bg: #1d1e22;
  --main-color: #143f90;
  --light-blue: #2fbced;
  --white: #f4fffe;
  --indent: 50px;
	--indent2: 100px;
}

html {
  scroll-behavior: smooth !important;
}

body{
    height: 100%;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    background: #050505 !important;
    overflow-x: hidden !important;
    color: var(--white) !important;
}

/* page transition */
@-webkit-keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.before, .after {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  left: 0;
  background: #101010;
  z-index: 1;
}

.before {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);

}

.after {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.loader {
  margin: 0 auto;
  width: 80px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 500;
  opacity: 0;
}
.loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
          animation: delay 0.8s infinite ease-in-out;
}
.loader .bar1 {
  background-color: #D19678;
}
.loader .bar2 {
  background-color: #D19678;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.loader .bar3 {
  background-color: #D19678;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.loader .bar4 {
  background-color: #D19678;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.loader .bar5 {
  background-color: #D19678;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loader .bar6 {
  background-color: #D19678;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}


/* scroll to top */
.up{
  color: #D19678;
  position: fixed;
  bottom: 30px;
  right: -70px;
  font-size: 22px;
  padding: 15px;
  border-radius: 20%;
  border: 2px solid #D19678;
  cursor: pointer;
  transition: .4s;
  z-index: 10;
}

.up:hover{
  background: #D19678;
  color: #f4fffe;
}
.up.show {
  right: 20px;
}

#header {
    height: 100vh;
    position: relative;
  }
  
  .video-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }
  
  .video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
  }

  #heroVideo{
    position: relative;
  }
  #muteButton{
    position: absolute;
    left: 1%;
    bottom: 2%;
    font-size: 16px;
    color: #eee !important;
    width: 50px;
    padding: 15px;
    border: none !important;
    border-radius: 10px;
    outline: none !important;
    background: #D19678;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    opacity: 0.5;
    transition: all 0.4s ease-out;
  }

  #muteButton.fade:hover {
    opacity: 0.8;
  }
  
  .fade {
    opacity: 0.2;
  }
  

#header h1 {
  font-size: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #D19678;
  letter-spacing: 10px;
}

.head-text {
  font-family: 'batman', sans-serif;
}

/* --------------- nav */
.navbar-brand img{
  width: 67px !important;
}
#navbarSupportedContent{
text-align: center !important;
}
.navbar-nav li.dropdown:hover > .dropdown-menu {
display: block;
}
.fa-bars {
color: #4070f4 !important;
}
.nav-link{
  color: #f4fffe !important;
  position: relative;
}

.nav-item a{
font-size: 1em;
font-weight: 400;
margin-left: 30px;
}
.nav-link::after{
content: '';
position: absolute;
top: 38px;
width: 0px;
left: 50%;
height: 2px;
transform: translateX(-50%);
background: #D19678;
transition: width 0.4s;
}
.nav-link:hover::after{
width: 100%;
}
.dropdown-menu{
background: #1d1e22 !important;
}

.dropdown:hover > .dropdown-menu {
display: block !important; 
}
.dropdown-item{
color: #f4fffe !important;
position: relative;
margin: 10px 0;
}

.nav-item .dropdown-item {
font-size: 12px !important;
margin-left: 0px !important;
}

.dropdown-item::after{
content: '';
width: 0;
height: 3px;
background: #2fbced;
position: absolute;
left: 0;
bottom: -6px;
transition: .5s;
}

.dropdown-item:hover::after{
width: 100%;
}

.dropdown-item:hover{
background: #1d1e22 !important;
}



/* ----------------------- second navbar */

.navbartwo {
  position: fixed !important;
  width: 100%;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 1em;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 99;
  display: none !important;
  }
  
  .navbartwo.show {
    opacity: 1 !important;
  }
  .site-logo {
    width: 110px;
    color: #000;
  }
  
  
  
  #menu-toggle-btn {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 5;
  }
  
  .menu-toggle span {
    height: 2px;
    background: #D19678;
    width: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
  }
  
  .menu-toggle span::before {
    content: " ";
    position: absolute;
    display: inline-block;
    height: 2px;
    background: #D19678;
    transform: translateY(-4px);
    width: 24px;
    transition: all 0.3s;
  }
  
  .menu-toggle .active span {
    transform: rotate(45deg) ;
    background: #D19678 ;
  }
  
  
  .menu-toggle .active span::before {
    top: unset ;
    transform: rotate(-90deg) ;
    background: #D19678;
  }
  
  .menu-toggle .active:hover span::before {
    top: unset ;
  }
  
  #navtwo-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #101010;
    color: #fff;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 2;
  }
  
  .navtwo {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
  
  
  
  .navtwo-logo {
    font-weight: 300;
    margin-top: -0.2em;
    text-transform: uppercase;
    font-size: 80px;
    margin-bottom: 150px;
  }
  
  .navtwo-socials {
    display: flex;
    flex-direction: column;
  }
  
  .navtwo-socials a{
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
  }
  
  .navtwo-socials a:hover {
    color: #2fbced !important;
  }
  
  .navtwo-link {
    position: relative;
  }
  
  .navtwo-link a {
    position: relative;
    top: 60px;
    color: #fff !important;
    font-size: 60px;
    font-weight: lighter;
    transition: .5s;
  }
  .navtwo-link a:hover {
    color: #2fbced !important;
  }
  
  .navtwo-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 0px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    background: #2fbced !important;
    transition: width 0.4s;
  }
  
  .navtwo-link:hover::after{
    width: 100%;
  }
  
  .navtwo-item-wrapper::after {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 500px;
    height: 60px;
    background: #101010;
    margin: 0 auto;
    transition: 1s;
  }
  
  .nav-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1em 1em;
  }
  
  .nav-footer a {
    color: #fff;
    font-size: 12px;
    padding: 0 1em;
    position: relative;
  }
  
  .navtwo-footer-links a:hover {
    color: #2fbced !important;
  }
  
  .navtwo-footer-links a::after{
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    background: #2fbced !important;
    transition: width 0.4s;
  }
  
  .navtwo-footer-links a:hover::after {
    width: 70%;
  }
  
  
  @media(max-width: 900px){
    .navtwo {
        flex-direction: column-reverse;
    }
  
    .navtwo-logo {
        display: none;
    }
  
    .navtwo-socials {
        flex-direction: row;
        margin-top: 4em;
    }
  
    .navtwo-socials a {
        padding: 0 0.4em;
    }
  
  }
  
  
  


/* ---------------- mirage */
#mirage{
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(../images/mirage3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.mirage-text{
  line-height: 38px;
}


.feedback{
  padding: 0rem 2rem;
  background-color: rgba(209, 150, 120, .8);
  height: 350px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #D19678!important;
}

.video-container {
  position: relative;
  top: 50%;
  left: 20%;
  width: 60%;
}

#myVideo {
  width: 100%;
  display: block;
}

#playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  font-size: 2em; /* Adjust the size of the play icon */
  cursor: pointer; /* Change cursor to pointer to indicate it's clickable */
  color: white; /* Set the color of the play icon */
}


/* --------------- footer */
#footer{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/subtle-prism2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #f4fffe !important;
}
 
.social-icons a{
  display: flex;
  align-items: center !important;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #f4fffe;
  text-decoration: none;
  font-size: 20px;
  transition: .5s;
}
.social-icons a:hover{
  transform: scale(1.4);
  background-color: transparent;
  border: 2px solid #143f90;
  color: #2fbced;
  transition: .5s;
  cursor: pointer;
}

.link{
  position: relative;
}
.link::after{
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #0075ff !important;
  transition: 0.5s;
}

.link:hover::after{
  width: 100%;
  transition: 0.5s;
}
.main-btn{
  background: linear-gradient(94deg, #0075ff 0%, #143f90 100%);
  color: #f4fffe !important;
  transition: 0.5s;
}
.main-btn:hover{
  background: transparent;
  color: white;
  transition: 0.5s;
  border: 1px solid #2fbced !important;
}
.footer-box i {
  color: #2fbced;
}
.certficate-footer img{
  width: 100px;
  margin-top: 40px;
}

.footer-copyrights {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.footer-copyrights::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent, #f4fffe, transparent);
}
.footer-copyrights p {
  margin-bottom: 0px !important;
}

.copyrights a {
  color: var(--light-blue);
  position: relative;
}

.copyrights a::after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #0075ff !important;
  transition: 0.5s;
}
.copyrights a:hover {
    color: var(--white);
}
.copyrights a:hover::after{
  width: 100%;
  transition: 0.5s;
}

@media screen and (max-width: 1366px) {
  .up{
    font-size: 10px;
    padding: 8px;
  }
  .eyad-video{
    width: 550px;
  }

  .footer-box p {
    margin-bottom: 2.5px !important;
  }
  
}
@media screen and (max-width: 1200px){
  .navbar {
    display: none !important;
  }
  .site-logo {
    margin-left: -50px !important;
  }
  #header {
    height: 40vh;
  }
  .navbartwo {
    position:fixed !important;
    padding: 2em !important;
    opacity: 1 !important;
    display: flex !important;
  }

  .video-section {
    z-index: 2;
  }

}
@media screen and (max-width: 600px) {
  .navbar {
    display: none !important;
  }
  .navbartwo {
    padding: 1em !important;
  }

  .up {
    font-size: 15px;
    padding: 13px;
  }
  .up.show {
    right: 20px;
  }
  
  .navtwo-link a{
    font-size: 40px;
  }
  .navtwo-socials {
    flex-direction: column;
  }
  .navtwo-item-wrapper::after{
    height: 50px;
    top: 70px;
  }

  #header {
    height: 50vh;
  }
  #header h1 {
    font-size: 30px;
  }

  .feedback {
    padding: 4rem 0.4rem !important;
    height: 450px !important;
  }

  .footer-box p {
    margin-bottom: 12.5px !important;
  }
}

@media screen and (max-width: 400px) {
  .navtwo-link a {
    font-size: 30px !important;
  }
  .navtwo-item-wrapper::after {
    height: 50px;
    top: 57px;
}
}