@font-face {
  font-family: "NarkisBlockConMF";
  src: url("../../fonts/NarkissBlockCondensed-Bold.woff2") format("woff2"),
    url("../../fonts/NarkissBlockCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "narkiss";
  src: url("../../fonts/NarkissBlockCondensed-Thin.otf");
}
ß * {
  margin: 0;
  box-sizing: border-box;
  font-family: "narkiss";
  font-weight: bold;
  font-size: 35px;
}

body {
  direction: rtl;
  overflow-x: hidden;
  margin: 0;
}
.main-layout {
  height: 100vh;
  width: 100vw;
}

header {
  background-color: #fb0589;
  padding: 20px 0 10px;
}
.logo {
  text-align: center;
}
.logo img {
  max-width: 370px;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
video {
  width: 100%;
  height: 100%;
}
.video-section {
  display: block;
  height: 100vh;
  width: 100vw;
  background-color: #fb0589;
}
footer {
  padding: 50px 0;
  text-align: center;
}
.main-btn {
  display: inline-flex;
  padding: 20px 65px;
  background-color: #000;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
}
.main-btn .btn-txt {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: 70px;
  color: #fb0589;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  text-decoration: none;
  font-family: "NarkisBlockConMF";
  max-width: 290px;
}
.main-btn img {
  position: absolute;
  right: 60px;
  bottom: -20px;
  max-width: 70px;
}
span.arrow-icon {
  font-family: "NarkisBlockConMF";
  font-size: 50px;
}
