/* font family */
  
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto/Roboto-Light.eot');
  src: url('../font/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../font/Roboto/Roboto-Light.woff2') format('woff2'), url('../font/Roboto/Roboto-Light.woff') format('woff'), url('../font/Roboto/Roboto-Light.ttf') format('truetype'), url('../font/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto/Roboto-Regular.eot');
  src: url('../font/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Roboto/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto/Roboto-Regular.woff') format('woff'), url('../font/Roboto/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto/Roboto-Bold.eot');
  src: url('../font/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Roboto/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto/Roboto-Bold.woff') format('woff'), url('../font/Roboto/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../font/Roboto/RobotoSlab-Bold.eot');
  src: url('../font/Roboto/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Roboto/RobotoSlab-Bold.woff2') format('woff2'), url('../font/Roboto/RobotoSlab-Bold.woff') format('woff'), url('../font/Roboto/RobotoSlab-Bold.ttf') format('truetype'), url('../font/Roboto/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Slab, light';
  src: url('../font/Roboto/RobotoSlab-Light.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Roboto';
  background-color: #FAFAFA !important;
}

.videoplayer {
  width: 100%;
  height: auto;
  background-color: #008CC2;
}

.nav-item .nav-link {
  transition: all .3s ease-in-out 0s;
}

.nav-item .nav-link:hover {
  font-weight: 500 !important;
}

li.nav-item.desktop-menu {
  margin-right: 0;
}

/* .container {
  max-width: 1650px;
} */

.comming-soon-page {
  height: 100vh;
}

.site-main {
  height: 100vh;
  position: relative;
}

.details-commingsoon {
  padding: 0px 30px;
}

.menubar {
  position: absolute;
  width: 100%;
  bottom: 17px;
  left: 0;
  right: 0;
  z-index: -1;
}

.menubar::after {
  transform: translate(-50%, -50%);
  content: '';
  background: #008CC2;
  position: absolute;
  width: 625px;
  top: 280px;
  left: 50%;
  bottom: 0;
  height: 280px;
  overflow: hidden;
  z-index: -1;
  border-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


h1 {
  color: #003469;
  font-weight: 300;
  font-size: 25px;
  line-height: 38px;
  padding-top: 218px;
  margin: 0;
}

.title-page h1 strong {
  font-family: 'Roboto Slab';
}

h1.title-head {
  color: #008CC2;
  display: inline-block;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 13%) 0px 0px 13px;
  padding: 6.5px 12.5px;
  font-family: 'Roboto Slab, light';

}

.count-title h3 {
  color: #1E2427;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 26px;
}

.count-down-wrraper {
  display: inline-block;
}

.countdown-wrapper {
  display: flex;
}

.inner {
  text-align: center;
}

.label,
.dots {
  color: #003469;
  font-family: 'Roboto Slab';
  font-size: 53px;
  line-height: 50px;
}

.timer-text {
  font-size: 13px;
  line-height: 19px;
  padding-top: 15px;
  text-align: center;
  color:  #003469;
}

.digit {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.countdown-description {
  max-width: 100%;
  padding-top: 21px;
}

.countdown-description p {
  color: #003469;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.countdown-description h4 {
  color: #003469;
  padding-top: 20px;
  padding-bottom: 23px;
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
}

ul.nav.nav-tabs .nav-item .nav-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

ul.nav.nav-tabs {
  width: 100%;
  display: inline-block;
  border: 0;
}

.menu-items.open-menu {
  text-align: center;
  transition: all .3s ease-out 0s;
}

.logo-desktop {
  display: none;
}

/* .countdown-section {
  padding: 0 30px;
} */

.logo-responsive {
  display: block;
  padding: 31px 0;
  text-align: center;
}

/* header css */
.first-menu-active img.left-arrow-desktop {
  width: 100%;
  height: auto;
  max-width: 11px;
  max-height: 17px;
  margin-right: 10px;
  position: absolute;
  right: 50%;
  left: 49%;
  top: -18px;
  opacity: 1;
  transform: rotate(90deg);
  transition: all 0.1s ease 0.1s;
} 

.first-menu-active img.left-arrow-desktop.rotate-arrow,
a.nav-link.language.first:hover > img.left-arrow-desktop.rotate-arrow { 
  transform: rotate(268deg);
}

.menu-items {
  opacity: 0;
  display: none;
}

.menu-items.open-menu {
  opacity: 1;
  display: block;
}

.comming-soon-page {
  padding: 0;
}

.logo-desktop {
  padding-top: 60px;
  text-align: center;
}

.site-main {
  overflow-x: hidden;
}

a.nav-link.active::after {
  display: none;
}

a.nav-link.first::after {
  content: url("../images/menulogo.svg");
  display: block;
  position: absolute;
  right: 96px;
  top: 10px;
  left: 0;
}

a.nav-link.language.first {
  display: inherit;
  text-align: center;
  position: relative;
  opacity: 1;
} 

ul.nav.nav-tabs .nav-item a.nav-link.language.first {
  font-weight: 500; 
}

ul.nav.nav-tabs {
  padding-top: 30px;
}

a.nav-link.first::after {
  content: url("../images/menulogo.svg");
  left: 0;
}

span.dots {
  padding: 0 23px;
}

.title-page {
  margin-bottom: 10px;
  padding-left: 15px;
}

.mobile {
  display: block;
}
.desktop {
  display: none;
}
.second-title {
  margin-left: 30px;
}
.logo-responsive > img, .logo-desktop > img {
  width: 165px;
  height: 70px;
}

@media (max-width: 376px) {
  .logo-responsive {
    padding: 21px 0;
  }

  .countdown-description h4 {
    color: #003469;
    padding-top: 0px;
    padding-bottom: 22px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
  }

  .label, .dots {
    color: #003469;
    font-size: 43px;
    line-height: 37px;
  }
}

@media (min-width: 576px) { 
  .menubar::after {
    top: 436px;
    width: 800px;
    height: 800px;
  }

  .wrraper,
  .menubar {
    padding-top: 68px;
  }
}

@media (min-width: 768px) {
  .countdown-description h4 {
    font-size: 21px;
    font-weight: 400;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  /* h1.title-head {
    padding: 12.5px;
  } */
  .menubar::after {
    top: 426px;
    width: 800px;
    height: 800px;
  }
  h1 {
    font-size: 29px;
  }
  ul.nav.nav-tabs .nav-item a.nav-link.language.first {
    justify-content: center;
    width: 92px;
    margin: auto;
  }

  .logo-desktop {
    display: block;
  }

  .logo-responsive {
    display: none;
  }

  span.dots {
    padding: 0 43px;
  }

  a.nav-link.language.first {
    display: flex;
    position: relative;
    opacity: 1;
  } 

  ul.nav.nav-tabs .nav-item .nav-link {
    font-size: 11px;
    padding: 7px 2px;
  } 

  a.nav-link.first::after {
    content: url("../images/menulogo.svg");
    display: block;
    position: absolute;
    right: -85px;
    left: 0;
    top: 10px;
  }
  
  ul.nav.nav-tabs {
    flex-direction: row-reverse;
    display: inline-block;
    justify-content: end;
    padding-top: 0;
    text-align: center;
    width: 91px;
    margin: auto
  }
  
  .menu-items {
    display: flex;
  }


  ul.nav.nav-tabs {
    display: inherit;
  }

  .menu-items.open-menu {
    display: inherit;
    text-align: center;
  }

  .wrraper,
  .menubar {
    padding-top: 69px;
  }

  .countdown-section {
    min-width: 446px
  }

  h1.title-head {
    font-size: 38px;
    line-height: 45px;
  }

  .countdown-description {
    padding-top: 21px;
  }

  .countdown-description p {
    font-weight: 300;
  }
  
  .countdown-wrapper {
    padding-top: 14px
  } 
}

@media (min-width: 992px) {
  .second-title {
    margin-left: 50px;
  }
  .site-main {
    overflow: unset;
    overflow-x: hidden;
  }
   .menubar {
    position: relative;
    width: 100%;
  }

  .countdown-wrapper {
    padding-top: 40px
  }

  .countdown-description {
    padding-top: 55px; 
  }

  .comming-soon-page {
    display: flex;
  }

  span.dots {
    padding: 0 57px;
  }

  .menubar::after {
    content: '';
    left: 140px;
    margin-left: 30%;
  }
  
  .wrraper {
    width: 523px;
    padding-right: 40px;
  }

  .menubar {
    width: 1021px;
  }

  .countdown-section {
    padding: 0;
  }

  ul.nav.nav-tabs {
    flex-direction: row-reverse;
    display: inline-block;
    justify-content: end;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }

  ul.nav.nav-tabs {
    display: flex;
  }

  ul.nav.nav-tabs .nav-item .nav-link {
    font-size: 11px;
    padding: 7px 3px;
  }

  .countdown-description {
    max-width: 652px;
  }

  .countdown-description p {
    font-size: 21px;
    line-height: 32px;
  }

  .timer-text {
    font-size: 18px;
    line-height: 24px;
  }

  .label,
  .dots {
    font-size: 74px;
    line-height: 103px;
  }

  .count-title h3 {
    font-size: 21px;
    line-height: 32px;
    padding-top: 22px;
  }

  .title-page p {
    font-size: 43px;
    line-height: 55px;
  }

  h1 {
    font-size: 43px;
    line-height: 55px;
    padding-top: 0;
  }

  .countdown-wrapper {
    padding-top: 12px;
  }

  .logo-desktop {
    padding-top: 99px;
    text-align: left;
  }

  .wrraper,
  .menubar {
    padding-top: 80px;
  }

  .menu-items.open-menu {
    display: flex;
    margin-right: 11px;
  }

  li.nav-item.desktop-menu {
    margin-right: 11px;
  }

  .first-menu-active img.left-arrow-desktop.rotate-arrow,
  a.nav-link.language.first:hover > img.left-arrow-desktop.rotate-arrow { 
    right: 0;
    opacity: 1;
    transform: rotate(0deg);
    left: 6px;
  }

  .first-menu-active img.left-arrow-desktop {
    width: 100%;
    height: auto;
    max-width: 5px;
    max-height: 10px;
    margin-right: 10px;
    position: absolute;
    right: 35px;
    left: -2px;
    top: auto;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    opacity: 0;
  }

  a.nav-link.first::after {
    content: url("../images/menulogo.svg");
    right: -64px;
  }

    .menubar::after {
    content: '';
    width: 1895px;
    top: -81%;
    left: 18px;
    bottom: 0;
    z-index: -1;
    transform: inherit;
    height: 220vh;
    overflow: hidden;
    border-radius: 50%;
  }
}

@media (min-width: 1200px) {

  .videoplayer {
    width: 800px;
    height: 450px;
  }

  ul.nav.nav-tabs .nav-item .nav-link {
    padding: 7px 9px;
  }

  .first-menu-active img.left-arrow-desktop.rotate-arrow,
  .first-menu-active a.nav-link.language.first:hover > img.left-arrow-desktop.rotate-arrow {
    right: 0;
    left: -6px;
  }

  a.nav-link.language.active.first:hover img.left-arrow-desktop {
    opacity: 1;
    transition: all 0.2s ease 0.1s;
  }

  a.nav-link.first::after {
    content: url("../images/menulogo.svg");
    right: -101px;
  }

  .timer-text {
    color: #00275C;
    padding-top: 22px;
  }

  .label,
  .dots {
    font-size: 89px;
    line-height: 109px;
  }

  .countdown-wrapper {
    padding-top: 28px;
  }

  .count-title h3 {
    padding-top: 61px;
  }

  .logo-desktop {
    text-align: left;
  }

  li.nav-item.desktop-menu {
    margin-right: 39px;
  }

  .wrraper {
    width: 628px;
  }

  .menubar {
    width: 1021px;
  }

  .countdown-wrapper {
   min-width: 670px;
  }

  .menubar::after {
    content: '';
    left: -19px;
    height: 200vh;
  }
}

@media (min-width: 1400px) {
  .label,
  .dots {
    font-size: 116px;
    line-height: 123px;
  }

  ul.nav.nav-tabs .nav-item .nav-link {
    font-size: 17px;
  }

  .menubar::after {
    content: '';
    left: 90px;
  }
  
  h1.title-head {
    font-size: 43px;
    line-height: 51px;
  }
}
@media (min-width: 1920px) {
  .wrraper,
  .menubar {
    padding-top: 35px;
  }

/* .site-main {
  overflow: hidden;
} */

.logo-desktop > img {
  width: 215px;
  height: 90px;
}

.logo-desktop {
  padding-top: 70px;
}

}

@media (min-width: 2200px) {
  
.site-main {
  overflow: hidden;
}


}