@font-face {
  font-family: "Mersad";
  src: url("./assets/fonts/Mersad\ Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  overflow-x: hidden;
  background-color: #011243;
  background: linear-gradient(to right, #001242 0%, #23176c 50%, #4d2e8d 100%);
}
body {
  font-family: "Mersad", sans-serif;
  margin: 0;
  padding: 0;
  /* background: linear-gradient(to right, #001242 0%, #23176c 50%, #4d2e8d 100%); */
  min-height: 100vh;
  overflow: hidden;
  color: white;
  z-index: 1;
  line-height: 1.4;
}
* {
  margin: 0;
  padding: 0;
}
.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1400px;
  z-index: -2;
  overflow: hidden;
}
.question-mark {
  position: absolute;
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  background-image: url("./assets/Question.png");
  background-size: cover;
  opacity: 0.1; /* Slightly transparent */
  animation: move 20s linear infinite;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.header {
  width: 100%;
  min-height: 80px;
  background-color: #011243;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-inner {
  width: 90%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-center {
  display: none;
}
.header-right {
  display: none;
}

.logo {
  width: 70px;
  height: auto;
}
.nav-link {
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.overlay.active {
  opacity: 1;
  display: block;
}
/* burgermenu */
.burger-menu {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: start;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  min-width: 240px;
  height: 100vh;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  background-color: #311e77;
}
.burger-menu.active {
  transform: translateX(0);
}
.burger-menu.unactive {
  right: -50%;
  transform: translateX(100%);
}
.burger-menu-inner {
  width: 90%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.button-burger{
  margin-top: 80px;
}
.button-img {
  margin-right: 8px;
  margin-bottom: 3px;
  width: 15px;
}
.button-img-creator{
  margin-right: 8px;
  margin-bottom: 3px;
  width: 18px;
}
.main {
  margin-top: 80px;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-inner {
  width: 90%;
}
.main-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-left-texts {
  text-align: center;
}
.main-right {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-right-img {
  width: 100%;
  height: auto;
}
.main-header {
  margin-bottom: 30px;
}
.main-description {
  margin-bottom: 30px;
}
.nav-menu {
  margin-top: 100px;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.burger-menu-close {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  cursor: pointer;
}
.burger-menu-close-img {
  width: 30px;
  height: 30px;
}
.burger-menu-icon-img {
  width: 30px;
  height: 30px;
}
.burger-menu-icon {
  display: flex;
  cursor: pointer;
}
.button {
  min-width: 100px;
  height: 40px;
  background-color: blue;
  color: white;
  border-radius: 50px;
  border: none;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Mersad", sans-serif;
  cursor: pointer;
  background-color: #4756a6;
  transition: background-color 0.3s ease;
  font-size: 16px;
}
.button:hover {
  background-color: #2c3981;
}
.info{
  width: 100%;
  max-width: 1500px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-inner{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.box{
  margin-bottom: 30px;
  width: 100%;
  min-height: 300px;
  background-color: #311e77;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.box-img{
  width: 15%;
  margin-bottom: 20px;
  animation: rotate 50s linear infinite;
}
.box-header{
  margin-bottom: 20px;
}
.box-description{
  width: 90%;
}
.download{
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-inner{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.download-left{
  text-align: center;
}
.downlad-bifheader{
  margin-bottom: 20px;
  display: none;
}
.download-right{
  display: none;
}
.download-header{
  margin-bottom: 20px;
}
.download-description{
  margin-bottom: 20px;
}
.download-button{
  margin-right: 10px;
}
.buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 110px;
  margin-bottom: 20px;
}

.faq {
  max-width: 1500px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  }

.faq-inner {
  width: 90%;
}

.faq-header {
  margin-bottom: 30px;
  text-align: center;
}

.faq-item {
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  /* transition: max-height 0.3s ease, padding 0.5s ease; */
  transition: max-height 0.1s ease, padding 0.3s ease;
}

.faq-question {
  background-color: #311e77;
  padding: 15px;
  cursor: pointer;
}

.faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease, padding 0.3s ease;
  background-color: #011243;
}

.faq-item.open .faq-answer {
  max-height: 1000px;
  padding: 15px;
}

.footer{
  margin-top: 80px;
  width: 100%;
  height: 120px;
  background-color: #001242;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icon{
  width: 30px;
  height: auto;
  margin-left: 20px;
}
.footer-inner{
  max-width: 1500px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.language-toggle{
}
.language-icon{
  cursor: pointer;
  margin-left: 5px;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  width: 30px;
}
.footer-left-img{
  width: 70px;
  height: auto;
}
.line {
  height: 1px;
  background-color: white;
  border: none;
  margin: 20px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .language-toggle{
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer{
    width: 100%;
  }
  .footer-inner{
    width: 90%;
  }
  .faq{
    width: 90%;
  }
  .faq-inner{
    width: 100%;
  }
  .download-description{
    padding-left: 30px;
  }
  .download-img{
    width: 80%;
  }
  .buttons{
    justify-content: end;
  }
  .download-left{
    width: 60%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: end;
  }
  .download{
    width: 90%;
    max-width: 1500px;
  }
  .download-inner{
    width: 100%;
    flex-direction: row-reverse;
  }
  .downlad-bifheader{
    margin-bottom: 20px;
    display: flex;
    justify-content: end;
  }
  .download-right{
  width: 40%;
  display: flex;
  justify-content: start;
  align-items: center;
  }
  .info{
    width: 90%;
  }
  .info-inner{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .box{
    width: 27%;
  }
  .main{
    width: 90%;
  }
  .main-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-left{
    align-items: start;
    padding-right: 50px;
    width: 60%;
  }
  .main-right{
    margin-top: 0;
    width: 40%;
  }
  .main-description{
    width: 70%;
  }
  .main-left-texts{
    text-align: start;
  }
  .burger-menu-icon {
    display: none;
  }
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }

  .header {
    width: 100%;
    min-height: 80px;
    background-color: #011243;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-inner {
    width: 90%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-right {
    display: flex;
  }
  .burger-menu {
    display: none;
  }
  .logo {
    width: 70px;
    height: auto;
  }
  .nav-link {
    margin: 0 10px;
    color: white;
    text-decoration: none;
  }
}

@media (min-width: 1200px) {
}

@keyframes move {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(calc(100vw - 50px)) translateY(calc(100vh - 50px));
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
