/*
Diyar
2023-05
Diypa571
 https://github.com/diypa571
*/




.navbar-logo {
  position: absolute;
  top: 10;
  right: 0;
  height: 30px; /* Adjust the height as needed */
  /* Add any other styles specific to the logo */
}

.border-bottom-dark {
    border-bottom: 2px solid #000;
  }






  body, html {
  margin: 0;
  padding:0;
  overflow-x: hidden;

  }

  .video-bg {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  z-index: 1;
  }

  video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

  }


  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 1;
  }



  .animated-text {
  /*
  background-color: rgba(1, 0, 0, 0.5);
  margin-top: 300px;
  position: relative;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  color: #FFF;
  animation: fadeInOut 40s ease-in-out infinite;
  */
  }


  .animated-text {
  position: absolute;
  margin-top: 100px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);

  text-align: center;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }


  .animated-text1 {
  position: absolute;
  margin-top: 200px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);

  text-align: center;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }




  .animated-phone {
  position: absolute;
  margin-top: 310px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);

  text-align: center;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
