*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  border: none;
}

html,
body {
  height: 100%;
  background: linear-gradient(0deg, rgba(37,52,75,1) 0%, rgba(8,19,37,1) 100%);
  overflow-x: hidden;
  font-family: "Michroma", sans-serif !important;
}
#root {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none !important;
  color: #fff !important;
}
a:hover {
  color: #eb6329 !important;
  transition-duration: 1s;
}

.main-area-container {
  /* background: linear-gradient(180deg, rgba(70, 70, 70, 0.70) 0%, #12384E 100%); */

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-cont {
  width: 50%;
}
.box {
  width: 100px;
  height: 100px;
  background-color: #3498db00;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lang-container {
 position: absolute;
 z-index: 10000;
 margin-left: 85%;
 margin-top: 20px;
}
.logo-container{
  position: absolute;
  width: 100%;
  z-index: 1010;
  margin-top: 10px;
  background-color: #b7bfcd4a;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
}

@keyframes main {
  from {
    padding-left: 100px;
  }

  to {
    padding-left: 0px;
  }
}

@keyframes main1 {
  from {
    padding-top: 100px;
  }

  to {
    padding-left: 0px;
  }
}

.main-animation {
  animation: main 3s;
}

.btn-modal {
  background: linear-gradient(180deg, #524F4F 0%, rgba(114, 112, 112, 0.91) 56.77%, #9E9E9E 99.98%, #ABABAB 99.99%, rgba(217, 217, 217, 0.00) 100%);
  color: white;
  padding: 10px;
  align-items: center;
  align-self: center;
  border-radius: 8px;
}

.selected-lang {
  color: #eb6329;
  font-family: "Michroma", sans-serif;
}

.nonselected-lang {
  color: white;
  font-family: "Michroma", sans-serif;
}

.header-animation1 {
  animation: main1 2s;
}

.header-animation2 {
  animation: main1 3s;
}

.header-animation3 {
  animation: main1 4s;
}

.orange-line {
  position: relative;
  width: 90%;
  height: 2px;
  background-color: #eb6329;
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
  align-self: center;
  z-index: 1;
}

.orange-line::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: inherit;
  border-radius: 50%;
  align-items: center;
  align-self: center;
  z-index: 0;
}

.popup {
  background: linear-gradient(0deg, rgba(37,52,75,1) 0%, rgba(8,19,37,1) 100%);
  width: 70%;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: auto;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.animated {
  animation: fadeIn 1s ease-in-out;
}

swiper-container {
  width: 80%;
  height: 70%;
  position: relative;
  z-index: 1;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-btn {
  background-color: #eb6329;
  font-size: 14px;
  color: 12px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}

.modal-text {
  font-size: 12px;
}

h2 {
  color: #eb6329 !important;
  font-size: 28px !important;
  font-family: "Michroma", sans-serif !important;
}

h3 {
  color: #7e9bab !important;
  font-size: 20px !important;
  font-family: "Michroma", sans-serif !important;
}

h4 {
  color: #e1e1e1 !important;
  font-size: 14px !important;
  font-family: "Michroma", sans-serif !important;
}

.p-color {
  color: #7e9bab;
}

.language-container {
  color: #ccc;
}

p {
  font-family: "Michroma", sans-serif;
  font-size: 14px;
  color: #ccc !important;
  font-weight: 300 !important;
}

h1 {
  font-family: "Michroma", sans-serif;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #eb6329 !important;
}

@media only screen and (max-width: 600px) {
  body {
    height: 100%;
    background-color: #252525 !important;
    overflow-x: hidden;
  }

  p {
    font-family: "Michroma", sans-serif;
    font-size: 10px;
    color: #ccc !important;
    font-weight: 300 !important;
  }

  h1 {
    font-family: "Michroma", sans-serif;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #eb6329 !important;
  }

  h2 {
    color: #eb6329 !important;
    font-size: 20px !important;
    font-family: "Michroma", sans-serif !important;
  }

  h3 {
    color: #7e9bab !important;
    font-size: 16px !important;
    font-family: "Michroma", sans-serif !important;
  }

  h4 {
    color: #ededed !important;
    font-size: 12px !important;
    font-family: "Michroma", sans-serif !important;
  }


  .selected-lang {
    color: #eb6329;
    font-family: "Michroma", sans-serif;
    font-size: 12px;
  }

  .nonselected-lang {
    color: white;
    font-family: "Michroma", sans-serif;
    font-size: 12px;
  }

  .popup {
    background: linear-gradient(0deg, rgba(37,52,75,1) 0%, rgba(8,19,37,1) 100%);
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .namlu img {
  width: 200px;
  height: 200px;
}

}


/* @media only screen and (min-width: 601px) {
  p {
    font-family: "Michroma", sans-serif;
    font-size: 14px;
    color: #ccc !important;
    font-weight: 300 !important;
  }
  h1 {
    font-family: "Michroma", sans-serif;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #eb6329 !important;
  }
} */
@media only screen and (min-width: 420px) and (max-width: 1020px) {
  body {
    height: 100%;
    background-color: #252525 !important;
    overflow-x: hidden;
  }

  p {
    font-family: "Michroma", sans-serif;
    font-size: 10px;
    color: #ccc !important;
    font-weight: 300 !important;
  }

  h1 {
    font-family: "Michroma", sans-serif;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #eb6329 !important;
  }

  h2 {
    color: #eb6329 !important;
    font-size: 20px !important;
    font-family: "Michroma", sans-serif !important;
  }

  h3 {
    color: #7e9bab !important;
    font-size: 16px !important;
    font-family: "Michroma", sans-serif !important;
  }

  h4 {
    color: #ededed !important;
    font-size: 12px !important;
    font-family: "Michroma", sans-serif !important;
  }

  .selected-lang {
    color: #eb6329;
    font-family: "Michroma", sans-serif;
    font-size: 12px;
  }

  .nonselected-lang {
    color: white;
    font-family: "Michroma", sans-serif;
    font-size: 12px;
  }

  .popup {
    background: linear-gradient(0deg, rgba(37,52,75,1) 0%, rgba(8,19,37,1) 100%);
    width: 80%;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .img-cont {
    width: 50%;
  }

}
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;

}

.slide {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.slider-img{
width: 100%;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 97%;
  transform: translateY(-50%);
  background-color: #4e5b8a54;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  color: #ffff;
}
.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-orange{
  background-color:  #eb6329 ;
  padding: 10px;
  color: white;
  border: none;
  border-radius: 5px !important;
}
.bg-user-manual{
  background-color: rgba(255, 255, 255, 0.078);
  padding: 15px;
  border-radius: 5px;
  /* border: #eb6329 1px solid; */
}
.bg-technical{
  background-color: rgba(255, 255, 255, 0.078);
  padding: 15px;
  border-radius: 5px;
}
.table-header{
color: #eb6329;
}
.table-description{
 font-size: 14px;
}
.table-border{
  border: 1px solid white;
}
.swiper {
  width: 90%;
  height: 95%;
}

swiper-container {
  width: 600px;
  height: 600px;
}
swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

swiper-slide:nth-child(1n) {
  background-color: rgb(24,37,56);
}

swiper-slide:nth-child(2n) {
  background-color: rgb(24,37,56);
}

swiper-slide:nth-child(3n) {
  background-color: rgb(24,37,56);
}

swiper-slide:nth-child(4n) {
  background-color: rgb(24,37,56);
}

swiper-slide:nth-child(5n) {
  background-color: rgb(24,37,56);
}

swiper-slide:nth-child(6n) {
  background-color: rgb(24,37,56);
}

swiper-slide:nth-child(7n) {
  background-color: rgb(24,37,56);
}

swiper-slide:nth-child(8n) {
  background-color: rgb(24,37,56);
}


swiper-slide:nth-child(9n) {
  background-color: rgb(24,37,56);

}

swiper-slide:nth-child(10n) {
  background-color: rgb(24,37,56);
}
@media only screen and (max-width: 600px) {
  swiper-container {
    width: 100%;
    height: 420px;
  }
  
}
.slider-container {
  position: relative;
  overflow: hidden;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.slide {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4e5b8a54;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
}
.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}
.angle{
  transform: rotate(-10deg);
}
.rotate-90{
  transform: rotate(90deg);
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.blinking-img {
  animation: blink 2s infinite; 
}
.img-fullscreen{
    width: 100%;
    height: 100vh !important;

}

/* .glowing-img {
  box-shadow: 0 0 20px #fff; 
} */
@media (min-width: 1400px) {
  .img-fullscreen{
    height: 100vh !important;




  
  }
}
.slider-rotate{
  transform: rotate();
}
.carousel-container {
  position: relative;
  overflow: hidden;
  margin: auto;
}

.carousel {
  display: flex;
  
}

.carousel-slide {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.carousel img {
  width: 100%;
  height: auto;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 10px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}
.carousel-slide {
  display: none; 
  position: relative;
  width: 100%;
}

@keyframes slideInRight {
  from {
      transform: translateX(100%);
  }
  to {
      transform: translateX(0);
  }
}
.image-container-1 {
  position: relative;
  display: inline-block; 
}
.image-container-2 {
  position: relative;
  display: inline-block; 
}
.image-container-3 {
  position: relative;
  display: inline-block; 
}
.image-container-4 {
  position: relative;
  display: inline-block; 
}
.image-container-5 {
  position: relative;
  display: inline-block; 
}
.image-container-6 {
  position: relative;
  display: inline-block; 
}
.image-container-7 {
  position: relative;
  display: inline-block; 
}


.image-container-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; 
  height: 10px; 
  background-color: rgb(255, 255, 255);
  border-radius: 50%; 
  animation: blink 1s infinite;
  z-index: 9;
}
.image-container-2::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 65%;
  width: 10px; 
  height: 10px; 
  background-color: rgb(255, 255, 255);
  border-radius: 50%; 
  animation: blink 1s infinite;
  z-index: 9;
}
.image-container-3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 10px; 
  height: 10px; 
  background-color: rgb(255, 255, 255);
  border-radius: 50%; 
  animation: blink 1s infinite;
  z-index: 9;
}
.image-container-4::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px; 
  height: 10px; 
  background-color: rgb(255, 255, 255);
  border-radius: 50%; 
  animation: blink 1s infinite;
  z-index: 9;
}
.image-container-5::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px; 
  height: 10px; 
  background-color: rgb(255, 255, 255);
  border-radius: 50%; 
  animation: blink 1s infinite;
  z-index: 9;
}
.image-container-6::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px; 
  height: 10px; 
  background-color: rgb(255, 255, 255);
  border-radius: 50%; 
  animation: blink 1s infinite;
  z-index: 9;
}
.image-container-7::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  width: 10px; 
  height: 10px; 
  background-color: rgb(255, 255, 255);
  border-radius: 50%; 
  animation: blink 1s infinite;
  z-index: 9;
}

@keyframes blink {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
}

@media screen and (min-width: 500px) {
  .image-container-1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px; 
    height: 15px; 
    background-color: rgb(255, 255, 255);
    border-radius: 50%; 
    animation: blink 1s infinite;
    z-index: 9;
  }
  .image-container-2::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 65%;
    width: 15px; 
    height: 15px; 
    background-color: rgb(255, 255, 255);
    border-radius: 50%; 
    animation: blink 1s infinite;
    z-index: 9;
  }
  .image-container-3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 35%;
    width: 15px; 
    height: 15px; 
    background-color: rgb(255, 255, 255);
    border-radius: 50%; 
    animation: blink 1s infinite;
    z-index: 9;
  }
  .image-container-4::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    width: 15px; 
    height: 15px; 
    background-color: rgb(255, 255, 255);
    border-radius: 50%; 
    animation: blink 1s infinite;
    z-index: 9;
  }
  .image-container-5::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    width: 15px; 
    height: 15px; 
    background-color: rgb(255, 255, 255);
    border-radius: 50%; 
    animation: blink 1s infinite;
    z-index: 9;
  }
  .image-container-6::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    width: 15px; 
    height: 15px; 
    background-color: rgb(255, 255, 255);
    border-radius: 50%; 
    animation: blink 1s infinite;
    z-index: 9;
  }
  .image-container-7::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    width: 15px; 
    height: 15px; 
    background-color: rgb(255, 255, 255);
    border-radius: 50%; 
    animation: blink 1s infinite;
    z-index: 9;
  }
}