@font-face {
  font-family: "Avenir LT Std";
  src: url("/assets/fonts/AvenirLTStd-Roman.eot");
  src: url("/assets/fonts/AvenirLTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("/assets/fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Avenir LT Std";
}
body {
  color: #3daba8;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.col-5 {
  flex: 0 0 auto;
  width: 45%;
}
.message{
  font-weight: 400;
}
.svgs {
  justify-content: center;
  display: flex;
  margin: 50px  0;
}
.ar {
  font-family: "Scheherazade New", serif;
  text-align: right;
}
.text-red {
  color: #f0858c;
}
#app {
  height: 100%;
  width: 100%;
}
video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.main{
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media only screen and (max-width: 676px) {
  video {
    max-height: 1000%;
    width: 100%;
    bottom: auto;
  }
}

#animationWindow {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 676px) {
  svg {
    height: 100% !important;
    transform: translate(-50%, 0) !important;
  }
}
svg {
  width: 100vw !important;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  position: absolute;
  bottom: 0;
  top: 50%;
}
#next {
  position: fixed;
  bottom: 100px;
  left: 50%;
  width: 100px;
  height: 47px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translateX(-50%);
}
#form,
#success {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}


.hide {
  opacity: 0;
  visibility: hidden;
  display:none;
}
.down {
  bottom: -100px !important;
}
#logo {
  position: fixed;
  top: 0px;
  right: 15vw;
  width: 150px;
  cursor: pointer;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.text-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 676px) {

  .col-5 {
    width: 50%;
  }
  
  .ar-text {
    text-align: right;
    font-size: 20px;
  }
  .en-text {
    font-size: 16px;
  }
  .my-3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
@media only screen and (min-width: 676px) {
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 45%;
  }

  .col-10 {
    margin: auto;
    width: 63.33333%;
  }

 
  .ar-text {
    text-align: right;
    font-size: 22px;
  }
  .en-text {
    font-size: 18px;
    margin-top: -15px;
  }

  #form {
    min-height: 25vh;
  }
}
.wrapper {
  width: 768px;
  padding: 0 1rem;
  max-width: 100%;
  margin: 0 auto;
}

.svgs img {
  
  display: inline-block;
  max-width: 100%;
}
.me-3 {
  margin-left: 1rem;
}
.fw-bold {
  font-weight: 700;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.w-100 {
  width: 100%;
}
.rounded-4 {
  -webkit-border-radius: 0.75rem !important;
  -moz-border-radius: 0.75rem !important;

  border-radius: 0.75rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 2;
}
.bg-green {
  background-color: #48aaa7;
}
input,
textarea {
  border: 4px solid transparent;
  font-family: "Avenir LT Std";
}
.text-white {
  color: #fff;
}
.btn {
  box-shadow: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 5px solid transparent;
  font-size: 1rem;
}
.btn-red {
  color: #fff;
  background-color: #f0858c;
  border-color: #f0858c;
}
.hexa-pattern {
  position: relative;
  z-index: 1;
}
.hexa-pattern:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/assets/images/hexa-pattern.png);
}

.form {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%; 
  
}
.has-error input {
  border: 4px solid #f0858c !important;
}
.error {
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 676px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper{
    margin:auto;
  }
.form{
  position: relative;
}
}
@media only screen and (max-width: 676px) {
  .svgs {
  
    margin: 40px  0 25px 0;
  }
  svg {
    height: auto !important;
  }
  #next {
    bottom: 10px;
  }
 
  .d-flex {
    flex-direction: column;
  }

  form div {
    width: 100%;
  }

  .down {
    bottom: -350px !important;
  }
  .p-3 {
    padding: 0.5rem !important;
  }
  .py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .d-flex.flex-grow-1 {
  }
  .d-flex.flex-grow-1 > div {
  }
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
@media only screen and (min-width: 676px) {
  .flex-md-column {
    flex-direction: column;
  }
  .d-md-flex {
    display: flex;
  }
  .me-md-0 {
    margin-left: 0;
  }
}
