@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, :after, :before, html {
  box-sizing: border-box;
}

body {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.full-container {
  min-width: 100vw;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  background-image: url(bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.container {
  position: relative;
  max-width: 910px;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding: 50px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.text {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.black {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.normal {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.header {
  display: flex;
}

.title-content {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.title-content .text:nth-child(1) {
  font-size: 30px;
  line-height: 1;
}

.title-content .text:nth-child(2) {
  font-size: 65px;
  line-height: .9;
}

.title-content .text:nth-child(3) {
  margin-bottom: 15px;
  font-size: 65px;
  line-height: .9;
}

.title-content .text:nth-child(4) {
  display: inline-block;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 8px;
  background: #1E3A6C;
  color: #70C2DC;
  font-size: 15px;
  text-transform: uppercase;
}

.date-content {
  display: flex;
  flex-direction: column;
}

.date-content .text:nth-child(1) {
  font-size: 50px;
}

.date-content .text:nth-child(2) {
  font-size: 20px;
  text-transform: uppercase;
}

.date-content .text:nth-child(3) {
  font-size: 15px;
}

.countdown {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.countdown .item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.countdown .mr-8 {
  margin-right: 80px;
}

.countdown .item span:nth-child(1) {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 160px;
  line-height: .73;
}

.countdown .item span:nth-child(2) {
  font-size: 23px;
}

.countdown .item:nth-child(4) {
  min-width: 150px;
}

.countdown .item:nth-child(4) span:nth-child(1) {
  margin-bottom: 12px;
  font-size: 80px;
}

.countdown .item:nth-child(4) span:nth-child(2) {
  font-size: 14px;
}

@media only screen and (max-width: 1600px) {

  .container {
    max-width: 780px;
  }

  .title-content {
    margin-right: 15px;
  }
  
  .title-content .text:nth-child(1) {
    font-size: 24px;
  }
  
  .title-content .text:nth-child(2) {
    font-size: 53px;
  }
  
  .title-content .text:nth-child(3) {
    margin-bottom: 10px;
    font-size: 53px;
  }
  
  .title-content .text:nth-child(4) {
    padding: 8px 12px;
    font-size: 13px;
  }
  
  .date-content .text:nth-child(1) {
    font-size: 38px;
  }
  
  .date-content .text:nth-child(2) {
    font-size: 17px;
  }
  
  .date-content .text:nth-child(3) {
    font-size: 13px;
  }

  .countdown .mr-8 {
    margin-right: 60px;
  }

  .countdown .mr-4 {
    margin-right: 40px;
  }

  .countdown .item span:nth-child(1) {
    margin-bottom: 15px;
    font-size: 130px;
  }
  
  .countdown .item span:nth-child(2) {
    font-size: 20px;
  }
  
  .countdown .item:nth-child(4) {
    min-width: 100px;
  }
  
  .countdown .item:nth-child(4) span:nth-child(1) {
    margin-bottom: 10px;
    font-size: 70px;
  }
  
  .countdown .item:nth-child(4) span:nth-child(2) {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 30px 15px;
  }

  .header {
    justify-content: left;
    padding-left: 15px;
  }

  .title-content {
    margin-right: 15px;
  }
  
  .title-content .text:nth-child(1) {
    font-size: 25px;
  }
  
  .title-content .text:nth-child(2) {
    font-size: 55px;
    line-height: 1;
  }
  
  .title-content .text:nth-child(3) {
    margin-bottom: 5px;
    font-size: 55px;
    line-height: 1;
  }
  
  .title-content .text:nth-child(4) {
    padding: 8px 12px;
    font-size: 14px;
  }
  
  .date-content .text:nth-child(1) {
    font-size: 40px;
  }
  
  .date-content .text:nth-child(2) {
    font-size: 18px;
  }
  
  .date-content .text:nth-child(3) {
    font-size: 18px;
  }
  
  .countdown .item {
    min-width: 130px;
  }
  
  .countdown .item span:nth-child(1) {
    margin-bottom: 10px;
    font-size: 75px;
  }
  
  .countdown .item span:nth-child(2) {
    font-size: 17px;
  }
  
  .countdown .item:nth-child(4) {
    min-width: 70px;
  }
  
  .countdown .item:nth-child(4) span:nth-child(1) {
    margin-bottom: 8px;
    font-size: 32px;
  }
  
  .countdown .item:nth-child(4) span:nth-child(2) {
    font-size: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 30px 15px;
  }

  .header {
    justify-content: center;
    padding-left: 0;
  }

  .title-content {
    margin-right: 15px;
  }
  
  .title-content .text:nth-child(1) {
    font-size: 16px;
  }
  
  .title-content .text:nth-child(2) {
    font-size: 35px;
    line-height: 1;
  }
  
  .title-content .text:nth-child(3) {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 1;
  }
  
  .title-content .text:nth-child(4) {
    padding: 8px 12px;
    font-size: 12px;
  }
  
  .date-content .text:nth-child(1) {
    font-size: 30px;
  }
  
  .date-content .text:nth-child(2) {
    font-size: 12px;
  }
  
  .date-content .text:nth-child(3) {
    font-size: 12px;
  }

  .countdown {
    width: fit-content;
  }
  
  .countdown .item {
    min-width: 90px;
  }

  .countdown .mr-8 {
    margin-right: 10px;
  }

  .countdown .mr-4 {
    margin-right: 5px;
  }
  
  .countdown .item span:nth-child(1) {
    margin-bottom: 10px;
    font-size: 55px;
  }
  
  .countdown .item span:nth-child(2) {
    font-size: 12px;
  }
  
  .countdown .item:nth-child(4) {
    min-width: 60px;
    margin-right: 10px;
  }
  
  .countdown .item:nth-child(4) span:nth-child(1) {
    margin-bottom: 8px;
    font-size: 30px;
  }
  
  .countdown .item:nth-child(4) span:nth-child(2) {
    font-size: 10px;
  }
}