/* body {
    font-family: 'Raleway', sans-serif;
    background-image: radial-gradient(circle at center, #899Dc4, #495D84);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
  } */
  
  .all {
    display: flex;
    perspective: 10px;
    transform: perspective(300px) rotateX(20deg);
    will-change: perspective;
    perspective-origin: center center;
    transition: all 1.3s ease-out;
    justify-content: center;
    transform-style: preserve-3d;
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    height: 80px; /* Adjust height as needed */
    z-index: 999; /* Ensures it stays on top */
    /* background: radial-gradient(ellipse at bottom, #1b2735, #090a0f); */
  }
  .all:hover {
    perspective: 1000px;
    transition: all 1.3s ease-in;
    transform: perspective(10000px) rotateX(0deg);
    .text {
      opacity: 1;
    }
    & > div {
      opacity: 1;
      transition-delay: 0s;
    }
    .explainer {
      opacity: 0;
    }
  }
  
  .left1, .center, .right1, .lefter, .righter {
    width: 80px; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    transform-style: preserve-3d;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 20px 5px rgba(100, 100, 255, .4);
    opacity: 0;
    transition: all .3s ease;
    transition-delay: 1s;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-color: #58d; */
    background-color:  #008ED6;
    cursor: pointer;
    background-blend-mode: color-burn;
    
    &:hover {
      box-shadow: 0 0 30px 10px rgba(100, 100, 255, .6);
    background-color: #ccf;
    }
  }
  .text1 {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease;
    bottom: 0;
    left: 5px;
    position: absolute;
    will-change: transform;
    color: #fff;
    text-shadow: 0 0 5px rgba(100, 100, 255, .6)
  }
  .lefter {
    transform: translateX(-60px) translateZ(-50px) rotateY(-10deg);
    background-image: url('../images/contact.png');
  }
  .left1 {
    transform: translateX(-30px) translateZ(-25px) rotateY(-5deg);
    background-image: url('../images/info.png');
  }
  .center {
    opacity: 1;
    background-image: url('../images/logo-nav.png');
  }
  .right1 {
    transform: translateX(30px) translateZ(-25px) rotateY(5deg);
    background-image: url('../images/aboutus.png');
  }
  .righter {
    transform: translateX(60px) translateZ(-50px) rotateY(10deg);
    background-image: url('../images/services-nav.png');
  }
  .explainer {
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
    transition: all .6s ease;
    width: 100%;
    height: 100%;
    background-color: #303050;
    background-image: radial-gradient(circle at center top, #cce, #33a);
    border-radius: 10px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .8);
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .ref {
    background-color: #000;
    background-image: linear-gradient(to bottom, #d80, #c00);
    border-radius: 3px;
    padding: 7px 10px;
    position: absolute;
    font-size: 16px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    &::first-letter {
      font-size: 12px;
    }
  }
 
    

  @media (max-width: 768px){
    .left1, .center, .right1, .lefter, .righter {
        width: 60px;
        height: 60px;
    }  
    
  }

  @media (max-width: 530px){
    .left1, .center, .right1, .lefter, .righter {
        width: 40px;
        height: 40px;
        margin-top: 15px;
    }
    .nav-slide .icon-wrap {
        padding: 6px 5px;
    }
    .all {
      display: -webkit-box;
    }

    .right1 {
      transform: translateX(30px) translateZ(-25px) rotateY(5deg);
    }
    .righter {
      transform: translateX(60px) translateZ(-50px) rotateY(10deg);
    }
    .left1 {
      transform: translateX(250px) translateZ(-50px) rotateY(10deg);
    }
    .lefter {
      transform: translateX(360px) translateZ(-25px) rotateY(5deg);
    }
  }
  @media (max-width: 445px){
    .left1, .center, .right1, .lefter, .righter {
      margin-left: -10px;
    }
    .right1 {
      transform: translateX(25px) translateZ(-25px) rotateY(5deg);
  }
    .righter {
      transform: translateX(50px) translateZ(-50px) rotateY(10deg);
  }
  .left1 {
    transform: translateX(200px) translateZ(-50px) rotateY(10deg);
}
.lefter {
  transform: translateX(290px) translateZ(-25px) rotateY(5deg);
}
  }

  @media (max-width: 360px){
    .left1, .center, .right1, .lefter, .righter {
      width: 35px;
      height: 35px ;
        margin-top: 25px;
        margin-left: -15px;
    }
    .righter {
      transform: translateX(60px) translateZ(-50px) rotateY(10deg);
  }
    .left1 {
      transform: translateX(180px) translateZ(-50px) rotateY(10deg);
  }
  .lefter {
    transform: translateX(260px) translateZ(-25px) rotateY(5deg);
}
  }

  
  /* #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    transition: opacity 0.3s ease; 
    opacity: 0; 
    background-color: black;
    border-color: black;
  }
  #btn-back-to-top.show {
    opacity: 1; 
  } */
  #return-to-top {
    position: fixed;
    /* bottom: 42%; */
    bottom: 20px;
    right: 5px;
    /* background: black; */
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 30px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999; /* Adjust this value as needed */
}
#return-to-top i {
  color: #008ED6;
  margin: 0;
  position: relative;
  left: 8px;
  top: 6px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* #return-to-top:hover {
    background:black;
} */
/* #return-to-top:hover i {
    color: #fff;
    top: 5px;
} */

.insta-next-to-top{
  position: fixed;
  bottom: 50%;
  /* bottom: 20px; */
  right: 5px;
  /* background: black; */
  width: 30px;
  height: 66px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999; /* Adjust this value as needed */
}
.insta-next-to-top i {
  color: #008ED6;
  margin: 0;
  position: relative;
  left: 8px;
  top: 16px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fb-next-to-top{
  position: fixed;
  bottom: 46%;
  /* bottom: 20px; */
  right: 5px;
  /* background: black; */
  width: 30px;
  height: 60px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999; /* Adjust this value as needed */
}
.fb-next-to-top i {
  color: #008ED6;
  /* color: #fff; */
  margin: 0;
  position: relative;
  left: 8px;
  top: 16px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-banner {
  /* Add your styles for the container */
  background: #161616; /* Set default background color */
  color: #FFFFFF; /* Set default text color */
}

.follow-us{
  position: fixed;
  bottom: 28%;
    /* bottom: 20px; */
    right: 5px;
    /* background: black; */
    width: 30px;
    height: 165px;
  /* display: block; */
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999; /* Adjust this value as needed */
  line-height: 0;
}

.follow-us span {
  color: #008ED6;
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  left: 21px;
  top: 20px;
  FONT-SIZE: 10px;
  font-weight: 900;
}
/* .p-next-to-top i{
  color: #fff;
  margin: 0;
  position: relative;
  left: 8px;
  top: 16px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */
.rotate-right {
  transform: rotate(-90deg); /* Rotate the letters to the right */
  transform-origin: bottom right;
  margin-bottom: 0; /* Remove margin between rotated letters */
}




@media (max-width: 530px){
  .follow-us, .fb-next-to-top, .insta-next-to-top{
    display: none;
  }
}







/* Styling for the video slide section */
.video-slide {
  position: relative;
  height: 100vh; /* Adjust the height as needed */
  overflow: hidden;
}

.video-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff; /* Adjust text color */
}

.video-slide .slider-content h1 {
  font-size: 3em; /* Adjust font size */
  margin-bottom: 20px; /* Adjust spacing */
}

.video-slide .slider-content p {
  font-size: 1.5em; /* Adjust font size */
  margin-bottom: 40px; /* Adjust spacing */
}
