@font-face {
  font-family: Nobilis Font;
  src: url('../fonts/nobilis-font.eot') format("embedded-opentype"), url('../fonts/nobilis-font.woff') format("woff"), url('../fonts/nobilis-font.ttf') format("truetype"), url('../fonts/nobilis-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ponjoung;
  src: url('../fonts/Ponjoung-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ponjoung;
  src: url('../fonts/Ponjoung-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --midnight: #000d30;
  --gold: #fff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #000d30;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  height: 90vh;
  position: relative;
}

.body {
  background-color: var(--midnight);
}

.background-video {
  background-image: linear-gradient(0deg, #000d30, #fff0);
  height: 100%;
}

.background-video._2 {
  display: none;
}

.section-2 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.div-block {
  background-image: linear-gradient(#000d3078, #000d3078);
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contain {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  background-image: url('../images/Logotipo-Nobilis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 80px;
  margin-bottom: 25px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ponjoung, Arial, sans-serif;
  font-size: 50px;
  line-height: 120%;
}

.heading._4 {
  margin-bottom: 25px;
  font-size: 55px;
}

.heading.big {
  font-size: 65px;
}

.div-block-3 {
  margin-bottom: 25px;
}

.div-block-3._5 {
  max-width: 50%;
}

.paragraph {
  color: #ffffffbd;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 170%;
}

.grid {
  grid-template-rows: auto;
}

.link {
  border: 1px solid var(--gold);
  color: var(--gold);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 200px;
  width: 250px;
  padding: 20px;
  text-decoration: none;
}

.link:hover {
  background-color: var(--gold);
  color: var(--midnight);
}

.link._1 {
  background-color: var(--gold);
  color: #000;
}

.link._1:hover {
  background-color: #fff;
}

.link.shorter {
  width: 200px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  background-color: var(--gold);
  width: 30%;
  height: 5px;
  margin-top: 35px;
}

.div-block-5._2 {
  margin-top: 15px;
  margin-bottom: 50px;
}

.div-block-6 {
  max-width: 50%;
}

.section-3 {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.div-block-7 {
  width: 100%;
  height: 600px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
  background-image: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-4 {
  padding-top: 150px;
  padding-bottom: 120px;
}

.div-block-8 {
  padding-top: 50px;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.text-block {
  color: var(--gold);
  margin-bottom: 25px;
  font-family: Nobilis Font, Arial, sans-serif;
  font-size: 35px;
  line-height: 120%;
}

.text-block-2 {
  color: var(--gold);
  font-family: Ponjoung, Arial, sans-serif;
  font-size: 27px;
  line-height: 120%;
}

.d1 {
  border: 1px dashed var(--gold);
  border-radius: 5px;
  padding: 35px 50px 0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Ponjoung, Arial, sans-serif;
  font-size: 70px;
  line-height: 110%;
}

.section-5 {
  background-image: url('../images/lyra-pic-3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  position: relative;
}

.overlay-copy {
  z-index: 100;
  background-image: linear-gradient(112deg, #000d30 21%, #0000 77%);
  justify-content: flex-start;
  align-items: center;
  padding-top: 238px;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-copy._2 {
  background-image: linear-gradient(112deg, #000d30 2%, #0000 77%);
}

.contain-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-copy {
  float: left;
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 140%;
}

.paragraph-2._2 {
  text-align: left;
  font-size: 18px;
}

.button {
  background-color: #2936b2;
  border-radius: 2px;
  height: 50px;
  margin-right: 25px;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.button:hover {
  background-color: #0a0d32;
}

.button.white {
  color: #141a54;
  background-color: #fff;
}

.button.white:hover {
  color: #fff;
  background-color: #0a0d32;
}

.div-block-2-copy {
  justify-content: flex-start;
  display: flex;
}

.section-6 {
  background-image: linear-gradient(#000d30, #000d30);
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.kl {
  color: var(--gold);
}

.section-7 {
  background-color: var(--gold);
  background-image: linear-gradient(#f6d277a6, #f6d277a6);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-10 {
  display: flex;
}

.div-block-11 {
  background-image: url('../images/Concierge-Muhabbat-LOGO-black.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 70px;
}

.div-block-12 {
  flex: 1;
  padding-left: 80px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-3 {
  margin-bottom: 15px;
  font-family: Ponjoung, Arial, sans-serif;
  font-size: 21px;
  line-height: 120%;
}

.text-block-4 {
  font-size: 16px;
  line-height: 150%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.navbar {
  background-color: #ddd0;
  height: 110px;
  position: absolute;
  inset: 0% 0% auto;
}

.contain-3 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand {
  background-image: url('../images/Lyra-logo-main.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 110px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  height: 110px;
  padding: 0 10px;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 110px;
}

.nav-link:hover {
  color: var(--gold);
}

.nav-link.w--current {
  color: #000;
  border-bottom: 1px solid #c4a87a;
}

.div-block-85-copy {
  float: right;
  align-items: center;
  height: 110px;
  margin-left: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-copy {
  color: #000;
  background-color: #feeb03;
  border-radius: 200px;
  height: 50px;
  margin-right: 0;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.button-copy:hover {
  background-color: #fff;
}

.grid-6 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-15 {
  height: 250px;
}

.image-2 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-16 {
  background-color: #08163c;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 40px;
  padding: 39px;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.text-block-5 {
  color: #ffffff7a;
  margin-bottom: 15px;
}

.div-block-17 {
  padding-top: 35px;
}

.text-block-6 {
  color: var(--gold);
  text-decoration: underline;
}

.text-block-7 {
  font-size: 16px;
  line-height: 25px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.home-footer-socicon, .home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.cta3-item-point {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: #d2d2d233;
}

.text-20 {
  opacity: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-16 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #ffffffbd;
  font-size: 14px;
  line-height: 160%;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-dark {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 200px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.btn-big {
  float: none;
  background-color: var(--gold);
  color: #1d1d1d;
  text-align: center;
  border-radius: 200px;
  margin: 10px 10px 25px;
  padding: 16px 35px;
  font-size: 15px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #ccaa53;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.cta3-icon {
  margin-top: 2px;
  margin-right: 12px;
}

.h2-jumbo {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 56px;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 55px;
}

.cta3-wide-button-wrap {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 50px;
}

.cta3-item-wrap {
  text-align: left;
  border: 1px solid #1112120f;
  border-radius: 8px;
  padding: 20px 30px;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  color: #ffffffbd;
  background-color: #1f2630;
  border-color: #ffffff0f;
  border-radius: 20px;
  min-height: 600px;
  position: relative;
}

.cta3-item-wrap.cta3-item-wrap-dark.cta3-recommended-option-dark {
  border-width: 2px;
  border-color: var(--gold);
  padding-top: 20px;
}

.div-block-19 {
  width: 50%;
}

.section-9 {
  background-image: url('../images/Lyra-pic-2.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section, .background-video {
    height: 100vh;
  }

  .background-video._2 {
    display: none;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2 {
    min-width: 90%;
    max-width: 90%;
  }

  .logo {
    width: 200px;
  }

  .heading {
    font-size: 39px;
  }

  .div-block-3._5 {
    max-width: 100%;
  }

  .paragraph {
    font-size: 15px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-5._2 {
    width: 20%;
    margin-bottom: 25px;
  }

  .div-block-6 {
    max-width: 100%;
  }

  .div-block-7 {
    height: 350px;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .d1 {
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .overlay-copy {
    padding-top: 202px;
  }

  .contain-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-copy {
    width: 70%;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .div-block-11 {
    width: 200px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    margin-bottom: 25px;
  }

  .navbar {
    z-index: 100;
    height: 80px;
    position: relative;
  }

  .contain-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    width: 150px;
    height: 80px;
  }

  .nav-menu {
    background-color: #000922;
    width: 70%;
    height: 100vh;
    padding-top: 70px;
  }

  .nav-link {
    color: #fff;
    height: 80px;
    padding-left: 50px;
    line-height: 80px;
  }

  .div-block-85-copy {
    width: 100%;
    padding-left: 50px;
  }

  .menu-button {
    color: #fff;
    height: 80px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
  }

  .grid-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline.decoline-dark.left-align-decoline-dark {
    margin-left: 0;
    margin-right: 0;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .cta3-item-wrap.cta3-item-wrap-dark {
    min-height: 550px;
  }

  .div-block-19 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .background-video._2 {
    display: none;
  }

  .heading-2 {
    font-size: 64px;
  }

  .paragraph-2 {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .button {
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .div-block-12 {
    padding-top: 35px;
    padding-left: 0;
  }

  .nav-menu {
    width: 80%;
  }

  .button-copy {
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-7 {
    font-size: 15px;
    line-height: 23px;
  }

  .home-footer-socicons-wrap {
    margin-top: 70px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
  }

  .background-video {
    display: none;
  }

  .background-video._2 {
    display: block;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    padding-top: 90px;
  }

  .div-block-2 {
    min-width: auto;
    max-width: 100%;
  }

  .logo {
    width: 150px;
    height: 70px;
  }

  .heading {
    font-size: 34px;
  }

  .heading._4 {
    width: 100%;
    font-size: 34px;
  }

  .heading.big {
    font-size: 37px;
  }

  .div-block-3._5 {
    margin-bottom: 15px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-7 {
    width: 100%;
    height: 350px;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .text-block {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .text-block-2 {
    font-size: 23px;
  }

  .d1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-2 {
    font-size: 58px;
  }

  .section-5 {
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 450px;
  }

  .overlay-copy {
    background-image: linear-gradient(#000d305c, #000d305c), linear-gradient(112deg, #000d30 8%, #0000 77%);
    padding-top: 100px;
    padding-bottom: 20px;
    display: none;
  }

  .div-block-copy {
    width: 75%;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .div-block-11 {
    width: 200px;
  }

  .div-block-12 {
    padding-top: 50px;
    padding-left: 0;
  }

  .grid-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .text-block-3 {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .div-block-14 {
    width: 100%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .navbar {
    position: absolute;
  }

  .brand {
    width: 100px;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    color: #fff;
    padding-left: 40px;
    font-size: 15px;
    line-height: 75px;
  }

  .div-block-85-copy {
    padding-left: 25px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    height: 200px;
  }

  .div-block-16 {
    padding: 25px 30px;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .home-footer-socicons-wrap {
    margin-top: 50px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .cta3-item-wrap.cta3-item-wrap-dark {
    min-height: 550px;
  }

  .div-block-19 {
    width: 100%;
  }

  .section-9 {
    height: 400px;
  }
}


@font-face {
  font-family: 'Nobilis Font';
  src: url('../fonts/nobilis-font.eot') format('embedded-opentype'), url('../fonts/nobilis-font.woff') format('woff'), url('../fonts/nobilis-font.ttf') format('truetype'), url('../fonts/nobilis-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ponjoung';
  src: url('../fonts/Ponjoung-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ponjoung';
  src: url('../fonts/Ponjoung-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}