/* Basic styles */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
* {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#placeholder {
  background-color: #000 url(Images/Moving\ blocks.gif) no-repeat center center;
  background-size: 30%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 4px rgba(145, 140, 140, 0.1);
  z-index: 1000;
  padding: 10px 0;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.brand-logo {
  height: 50px;
  mix-blend-mode: exclusion;
  border-radius: 50%;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 470px;
  position: absolute;
  margin-left: 130px;
}

.design {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 23px;
}
.design .sdownload {
  /* margin-right: 120px; */
}
.nav-links li {
  margin-left: 20px;
}

.download {
  color: black;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s ease;
}

.nav-links li a:hover,
.download:hover {
  background: rgba(0, 0, 0, 0);
  color: #3a7999;
  box-shadow: inset 0 0 0 3px #3a7999;
  padding: 12px;
}
.nav-links li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-family: "Radio Canada Big", sans-serif;
}

.design .fight img {
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.3s ease;
}
.design .fight a {
  /* position: absolute; */
  font-family: "Radio Canada Big", sans-serif;
}

.design .fight img:hover {
  transform: scale(1.1);
}

.sdownload {
  border-radius: 8px;
  border: 2px solid white;
}

/* //languages */
.lang-menu {
  width: 100px;
  text-align: right;
  font-weight: bold;
  margin-top: 25px;
  position: relative;
}
.lang-menu .selected-lang {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  cursor: pointer;
}
.lang-menu .selected-lang:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://www.countryflags.io/us/flat/32.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.lang-menu ul {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  position: absolute;
  top: 45px;
  right: 0px;
  width: 125px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.lang-menu ul li {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  text-decoration: none;
  width: 125px;
  padding: 5px 10px;
  display: block;
}

.lang-menu ul li:hover {
  background-color: #f2f2f2;
}

.lang-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.de:before {
  background-image: url(https://www.countryflags.io/de/flat/32.png);
}

.en:before {
  background-image: url(https://www.countryflags.io/us/flat/32.png);
}
.fr:before {
  background-image: url(https://www.countryflags.io/fr/flat/32.png);
}

.ar:before {
  background-image: url(https://www.countryflags.io/ae/flat/32.png);
}

.lang-menu:hover ul {
  display: block;
}

.how-it-works {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin: 112px auto;
}

.how-it-works h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.how-it-works .subtitle {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step {
  flex: 1;
  padding: 10px;
  /* padding: 20px;
    margin: 10px;
    text-align: center;
    width: 300px;
    border: 2px solid transparent;
    
    transition: border 0.5s; */
}

.highlight {
  border: 2px solid black !important;
}
#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}
.step .icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.step h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.step .description {
  font-size: 14px;
  color: #555;
}

.arrow {
  font-size: 24px;
  color: #ccc;
  margin: 0 10px;
}

/* lklkkk */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  border-radius: 5px;
  min-width: 160px;
}

.dropdown-content label {
  display: block;
  padding: 5px 0;
}

.dropdown-content label:hover {
  background-color: #f1f1f1;
}

navbar .fight {
  margin-right: 12rem;
}
/* Responsive Styles */


.content {
  padding: 100px 20px;
}

/* sildebar */

.image-sliderfade {
  position: relative;
  width: 100%;
  margin-top: -100px;
  display: none;
}
.shift {
  margin-top: 7px;
}
.fabout {
  margin-top: 28px;
}

.image-sliderfade img {
  width: 100%;
  height: 33rem; /* Adjust height as needed */
  object-fit: cover; /* Ensure the image covers the area */
  border-radius: 8px;
}

/* Slideshow container */
.container {
  max-width: 100%;
  position: relative;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 20px 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40%;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-color: #ddd;
  border-width: 5 px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  transition: border-color 0.6s ease;
}

.active {
  border-color: #666;
}

/* Animation */
.fade {
  -webkit-animation-name: fade-image;
  -webkit-animation-duration: 1.5s;
  animation-name: fade-image;
  animation-duration: 3s;
}

@-webkit-keyframes fade-image {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

.languages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 97px;
}

.languages img {
  width: 300px;
}

.languages .textBlock {
  max-width: 500px;
  margin-left: 20px;
}

.footer {
  background-color: #ecf0f1;
  color: rgb(54, 54, 54);
  padding: 0px 0;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.footer-column {
  max-width: 260px;
}

.footer-column h3 {
  margin: 35px 0px;
  color: rgb(54, 54, 54);
}
.footer-column p {
  line-height: 1.7;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column a {
  color: black;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}
.line {
  border: none;
  height: 2px; /* Adjust the thickness of the line here */
  background-color: #1d1c1c;
  margin: 20px 0; /* Adjust the space around the line here */
}

.social-icons a {
  margin-right: 10px;
}
.social-icons a img {
  margin-top: 36px;
}
.content {
  padding: 20px;
  position: absolute;
  bottom: 34px;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
}

.installation-guide {
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.insG-heading {
  text-align: center;
  margin-top: 80px;
}

.step-container {
  margin-top: 20px;
}

.step {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;
}

.step-header {
  background-color: #007bff;
  color: #fff;
  padding: 15px;
  border-radius: 4px 4px 0 0;
}

.step-content {
  display: none;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 0 0 4px 4px;
}

.step-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.faq-container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 10px;
}
.social-icons{
  margin-left: 67px;
}
.faq-question {
  background-color: #007bff;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  margin: 5px 0;
}

.faq-answer {
  display: none;
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

/* lsjf */
.contact-container {
  display: flex;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1;
  padding: 20px;
}

.contact-form {
  flex: 1;
  padding: 20px;
  z-index: 1; /* Ensure form has higher stacking order */
  position: relative; /* Ensure it's correctly positioned */
}
.contact-form {
  position: relative; /* Ensure the form is positioned correctly */
  z-index: 1; /* Make sure it's above other elements */
}

.contact-form input,
.contact-form textarea,
.contact-form button {
  position: relative; /* Ensure form elements are positioned correctly */
  z-index: 2; /* Ensure they are clickable */
  padding: 10px;
  margin: 10px 0;
  width: 100%; /* Ensure inputs take up appropriate space */
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #66afe9; /* Change border color on focus */
  outline: none;
}

/* Media Queries */


/* blog */
.splide{
  z-index: 1000;
}
.splide .splide__slide img{
  z-index: 1;
}
.splide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1; /* Make sure arrows are above the slider */
}


.splide__arrow {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.splide__arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--next {
  margin-right: 35px;
}

/* Slider container */

/* akkf */
.card-content {
  padding: 15px;
}

.card-content h2 {
  font-size: 1.5em;
  margin: 0 0 10px;
}

.card-content p {
  color: #555;
  margin: 5px 0;
}

.card-content .btn {
  background: none;
  border: 2px solid #050404;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  padding: 4px 6px;
  margin: 10px;
  cursor: pointer;
}
.card-content .btn:hover {
  background-color: #000;
  color: white;
}

/* support */
.contact-container {
  display: flex;
  background: #1b1b1b;
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 8rem 15rem;
}

.contact-info {
  margin-right: 20px;
}

.contact-info h1 {
  color: #3366ff;
}

.contact-info p {
  margin: 10px 0;
}

.contact-info a {
  color: #3366ff;
  text-decoration: none;
}

.contact-form {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  background: #28a745;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.contact-form button:hover {
  background: #218838;
}

/* qr */

.qr-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #3498db; /* Blue background */
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.container {
  position: relative;
  width: 100%;
  height: 71vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.bubbles span {
  position: absolute;
  bottom: -150px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: bubble-rise 8s infinite ease-in-out;
}

@keyframes bubble-rise {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh);
    opacity: 0;
  }
}

.qr-code {
  z-index: 1;
}

.qr-code img {
  width: 200px;
  height: 200px;
}
.qrStyle {
  margin-left: -84px;
  margin-top: 23px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.qr1 {
  margin-left: -14px;
  margin-top: 1px;
  font-weight: 500;

  color: rgba(255, 255, 255, 0.8);
}
/* appsimg */
.rotate-apps .appImg{
  margin-top: 135px;
  width: 41%;
}
.rotate-apps .left {
  float: left;
  margin-left: 23px;
}

.rotate-apps .left .place1 {
  position: relative;
  right: 272px;
  top: -114px;
  font-size: 34px;
  animation: move 1s infinite alternate;
}
.rotate-apps .left .place2 {
  position: absolute;
  right: 343px;
  top: -31px;
  font-size: 34px;
  animation: move 1s infinite alternate;
}

.rotate-apps .left .place3 {
  position: absolute;
  right: 327px;
  top: 31px;
  font-size: 34px;
  animation: move 1s infinite alternate;
}

.rotate-apps .left .place4 {
  position: absolute;
  right: 254px;
  font-size: 34px;
  top: 108px;
  animation: move 1s infinite alternate;
}

@keyframes move {
  0% {
    transform: translate(12px, 20px);
  }
  100% {
    transform: translate(20px, -2px);
  }
}

/* kjak */
.rotate-apps .right {
  position: relative;
  float: right;
  margin-right: 23px;
}

.rotate-apps .right .placeA1 {
  position: absolute;
  bottom: -118px;
  left: -6px;
  font-size: 34px;
  animation: moveIcons 1s infinite alternate;
}
.rotate-apps .right .placeA2 {
  position: absolute;
  font-size: 34px;
  bottom: -44px;
  left: 48px;
  animation: moveIcons 1s infinite alternate;
}
.rotate-apps .right .placeA3 {
  position: absolute;
  font-size: 34px;
  bottom: 28px;
  left: 40px;
  animation: moveIcons 1s infinite alternate;
}
.rotate-apps .right .placeA4 {
  position: absolute;
  font-size: 34px;
  bottom: 91px;
  left: -27px;

  animation: moveIcons 1s infinite alternate;
}

@keyframes moveIcons {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, -2px);
  }
}


