@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body {
  background-color: #222121;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: center;
      align-content: center;
}

.crucal-info {
  background-color: #EF8282;
  color: whitesmoke;
  padding: 1px 0px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .crucal-info {
    width: 100% !important;
  }
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 95px;
  padding: 0px 96px;
  line-height: 120%;
}

@media (max-width: 768px) {
  h1 {
    padding: 0px 32px;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 54px;
  }
}

h1 span {
  color: #D7BB9E;
}

h2 {
  font-family: 'Oswald', sans-serif;
}

p {
  font-family: 'Montserrat', sans-serif;
}

a {
  font-family: 'Montserrat', sans-serif;
}

.primary-btn {
  background-color: #D7BB9E;
  text-decoration: none;
  color: whitesmoke;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
}

.primary-btn:hover {
  background-color: #f1e0cd;
  color: #222121;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.secondary-btn {
  border: 2px solid;
  border-color: #D7BB9E;
  text-decoration: none;
  color: whitesmoke;
  text-transform: uppercase;
  border-radius: 6px;
  text-align: center;
}

.secondary-btn:hover {
  background-color: #D7BB9E;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section {
  margin: 0 auto;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("/assets/img/dubai-hero-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav img {
    margin-bottom: 54px;
  }
}

@media (max-width: 560px) {
  header nav div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header nav div a {
  margin: 0 16px;
}

@media (max-width: 560px) {
  header nav div a {
    margin: 16px 16px;
  }
}

header nav div .secondary-btn {
  padding: 16px 24px;
}

header .hero-section-main-text {
  text-align: center;
  color: whitesmoke;
  max-width: 1512px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  header .hero-section-main-text {
    width: 100% !important;
  }
}

header .hero-section-main-text p {
  font-size: 24px;
  /*line-height: 60%;*/
}

@media (max-width: 375px) {
  header .hero-section-main-text p {
    /*line-height: 32px;*/
  }
}

header .hero-section-other-gifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1512px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  header .hero-section-other-gifts {
    width: 100% !important;
  }
}

header .hero-section-other-gifts .winning-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: whitesmoke;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 54px;
  margin-left: 24px;
}

header .hero-section-other-gifts .winning-col .winning-col-number {
  font-size: 54px;
  line-height: 54px;
  font-weight: bold;
  color: #D7BB9E;
  padding-right: 8px;
}

header .hero-section-other-gifts .winning-col p {
  margin: 0;
  font-size: 20px;
}

main h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: whitesmoke;
}

main .how_to_participate {
  max-width: 1512px;
  text-align: center;
  margin: 144px auto;
}

@media (max-width: 768px) {
  main .how_to_participate {
    width: 90% !important;
  }
}

@media (max-width: 490px) {
  main .how_to_participate {
    margin-top: 500px;
  }
}

@media (max-width: 430px) {
  main .how_to_participate {
    margin-top: 600px;
  }
}

@media (max-width: 375px) {
  main .how_to_participate {
    margin-top: 144px;
  }
}

main .how_to_participate ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 54px;
  margin-bottom: 96px;
}

main .how_to_participate ol li {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: light;
  color: whitesmoke;
}

main .how_to_participate p {
  color: whitesmoke;
  padding-top: 16px;
  font-size: 14px;
}

main .how_to_apply {
  text-align: center;
  max-width: 1512px;
  margin: 0 auto;
  margin-top: 144px;
}

@media (max-width: 768px) {
  main .how_to_apply {
    width: 100% !important;
  }
}

main .how_to_apply p {
  color: whitesmoke;
}

main .how_to_apply .how_to_apply-mockups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 54px;
}

@media (max-width: 768px) {
  main .how_to_apply .how_to_apply-mockups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .how_to_apply .how_to_apply-mockups .how_to_apply-mockups-col {
  text-align: left;
}

@media (max-width: 1024px) {
  main .how_to_apply .how_to_apply-mockups .how_to_apply-mockups-col {
    max-width: 30% !important;
  }
  main .how_to_apply .how_to_apply-mockups .how_to_apply-mockups-col img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  main .how_to_apply .how_to_apply-mockups .how_to_apply-mockups-col {
    max-width: 100% !important;
  }
  main .how_to_apply .how_to_apply-mockups .how_to_apply-mockups-col img {
    margin-bottom: 54px;
  }
}

main .rules-winners-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1512px;
  margin: 0 auto;
  padding: 72px;
}

@media (max-width: 768px) {
  main .rules-winners-ctas {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .rules-winners-ctas .rules-winners {
  width: 65%;
  padding-right: 144px;
}

@media (max-width: 768px) {
  main .rules-winners-ctas .rules-winners {
    width: 90%;
    padding-right: 0px;
    text-align: center;
  }
  
  main .rules-winners-ctas h2 {
      text-align: center !important;
  }
}

main .rules-winners-ctas .ctas {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  main .rules-winners-ctas .ctas {
    width: 90%;
    text-align: center;
  }
}

main .rules-winners-ctas .ctas div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .rules-winners-ctas h2 {
  text-align: left;
}

main .rules-winners-ctas p {
  color: whitesmoke;
  line-height: 24px;
}

main .rules-winners-ctas p span {
  color: #D7BB9E;
  font-weight: bold;
}

main .rules-winners-ctas .secondary-btn {
  padding: 16px 24px;
  margin: 8px 0;
}

footer {
  text-align: center;
  color: whitesmoke;
  padding: 54px 0;
}
/*# sourceMappingURL=style.css.map */