@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Ultra.eot');
    src: url('fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff'),
        url('fonts/Gotham-Ultra.ttf') format('truetype'),
        url('fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background-image: url(images/body-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Gotham';
   color: #ed1b2e;
}
.rtl {
  direction: rtl;
  font-family: "Playpen Sans Arabic", cursive;
}
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
  font-family: "Playpen Sans Arabic", cursive;
}
main {
  position: relative;
}
/* main:before {
  content:"";
  position: absolute;
  width: 60%;
  height: 330px;
  background-image: url(images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(14deg);
  right: -65px;
  top: -2%;
  z-index: 1;
} */

 /* .logo-wrapper:before,
 .logo-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(images/banner.png);
}
.logo-wrapper:before {

}
.logo-wrapper:after {

} */
.logo-wrapper {
  max-height: 450px;
}
.logo-wrapper img {
  width: 100%;
}
.banner-wrapper.left .banner {
  transform: rotate(-8deg);
  margin-left: -3rem;
}
.banner-wrapper.right .banner {
  transform: rotate(8deg);
  margin-right: -3rem;
  margin-top: -1rem;
}
.draw-wrapper {
  gap: 30px;
}
.draw-wrapper .logo {
  max-width: 80%;
}
/* .heading-cta {
  margin-top: -5rem;
} */
.photo {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  /* max-width: 80%; */
  max-width: 572px;;
  margin: 0 auto;
  transform: rotate(-8deg);
}
.photo > img {
  height: 480px;
  object-fit: cover;
}
.filtered:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  margin: 2px;
  background-image: 
      radial-gradient(ellipse, #0000, #0007),
      linear-gradient(0deg, #9725, #9725),
      url(images/noisy-texture.png);
  background-size: auto, auto, auto;
  background-repeat: repeat;
  background-position: center;
  -webkit-filter: blur(0.05em) saturate(0.7) contrast(1.5) brightness(1.2);
  -moz-filter: blur(0.05em) saturate(0.7) contrast(1.5) brightness(1.2);
  filter: blur(0.05em) saturate(0.7) contrast(1.5) brightness(1.2);
}

.visual-wrapper .parisienne {
  max-width: 100%;
}
.visual-wrapper .eiffel {
  max-height: 480px;
  position: absolute;
  bottom: 10%;
  right: 10%;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0,0,0,.6));
  -moz-filter: drop-shadow(0 5px 10px rgba(0,0,0,.6));
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.6));
}
.eiffel-wrapper {
  position: absolute;
  bottom: 0;
  right: 20%;
  max-height: 360px;
  z-index: 2;
}
.eiffel-wrapper > img {
  -webkit-filter: drop-shadow(0 5px 15px rgba(0,0,0,.6));
  -moz-filter: drop-shadow(0 5px 15px rgba(0,0,0,.6));
  -ms-filter: drop-shadow(0 5px 15px rgba(0,0,0,.6));
  filter: drop-shadow(0 5px 15px rgba(0,0,0,.6));
}
.plane-wrapper {
  position: absolute;
  top: 50%;
  right: -80%;
  opacity: .8;
  animation: fly 15s linear 0s infinite reverse;
  z-index: 1;
  overflow-x: hidden;
}
@media (max-width:1024px) {
  .plane-wrapper {
    display: none;
  }
}
.plane-wrapper .light {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  /* bottom: 295px; */
  top: 100px;
  left: 7px;
  position: absolute;
  z-index: 10;
  animation: light 800ms ease-in-out 0s infinite alternate;
}

.plane-wrapper img {
  width: 250px;
}
@keyframes light {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fly {
  from {right:-80%;}
  to {right: 150%;}
}
.btn.enter {
  font-family: 'Gotham';
  font-size: 24px;
  color: #ed1b2e;
  margin: 0 auto;
  text-transform: uppercase;
}
.underline {
  --c: #9d8d50; /* the color */
  --s: .3em;
  
  line-height: 1.1em;
  padding-bottom: calc(2.1*var(--s));
  padding-left: 0;
  padding-right: 0;
  background: 
    conic-gradient(from 135deg at top,var(--c) 90deg,#0000 0) 
      left 0 bottom var(--s)/calc(2*var(--s)) var(--s) repeat-x,
    conic-gradient(from -45deg at bottom,var(--c) 90deg,#0000 0) 
      left var(--s) bottom 0/calc(2*var(--s)) var(--s) repeat-x;
}
.disclaimer-wrapper {
  margin-top: -30px;
}
.disclaimer-wrapper button {
  font-size: 13px;
  color: #ca1e1f;
  text-decoration: underline;
}
footer {
  min-height: 227px;
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  color: #fff;
  font-family: 'Gotham';
}
footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(images/footer-repeater.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
footer .credits {
  background-color: #f7bc32;
}
.modal-backdrop.show {
  opacity: .85;
}
 label {
  color: #000!important;
 }
 .form-control {
  height: 45px;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000!important;
 }
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ed1b2e;
  color: #000!important;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  border-bottom: 0 none;
}
.modal-content {
  /* background-color: #ca1e1f; */
  background-image: url(images/body-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  border-radius: 0;
}
.modal-header .btn-close {
  box-shadow: none;
}
.modal-header .btn-close:focus {
  box-shadow: none;
}
.modal-content a {
  color: #ed1b2e;
}
.modal-footer button {
  color: #9d8d50;
  border: 0 none;
  border-radius: 0;
}
.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active {
  border: 0 none;
  box-shadow: none;
  color: #9d8d50;
}
.modal-footer button.submit {
  border-radius: 0;
  background-color: #ed1b2e;
  color: #fff;
}
.modal-footer button.accept {
  color: #ed1b2e;
  font-family: 'Gotham';
}
.modal-footer button.submit:hover,
.modal-footer button.submit:focus,
.modal-footer button.submit:active,
.modal-footer button.accept:hover,
.modal-footer button.accept:focus,
.modal-footer button.accept:active {
  border: 0 none;
  box-shadow: none;
  background-color: #ed1b2e;
  color: #fff;
}
@media (max-width: 767.98px) {
  main:before {
    width: 100dvh;
    right: -20px;
    top: 5%;
    background-size: contain;
    background-position: center top;
    height: 100%;
  }
  .banner-wrapper {
    position: relative;
    overflow: hidden;
  }
  .draw-wrapper .logo {
    max-width: 100%;
  }
  .visual-wrapper .eiffel {
    max-height: 300px;
    bottom: 5%;
    right: 5%;
  }
  .photo {
    max-width: 90%;
  }
  .photo > img {
    height: 360px;
  }
  .heading-cta {
    margin-top: 1rem;
  }
  .banner-wrapper.left {
    min-height: 100px;
  }
  .banner-wrapper.right .banner {
    margin-left: -3rem;
  }
  .eiffel-wrapper {
    bottom: -10%;
    right: 10%;
  }
  .eiffel-wrapper > img {
    height: 220px;
  }
}
.draw-ended-message {
  font-family: 'Gotham';
  font-size: 24px;
  color: #ed1b2e;
  margin: 0 auto;
}
#uploadProgressWrapper {
  background-color: rgba(247, 188, 50, .4);
}
#uploadProgressBar {
  background-color: #ed1b2e;
  color: #f7bc32;
  font-family: 'Gotham';
  font-weight: 500;
}