.container1 {
  display: flex;
  background: url(../img/s6ufkthgiujewpepbxl8.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 85px;
}

.bg-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(5, 30, 71, 0.375) 0%,
    rgba(30, 83, 169, 0.305) 99.99%,
    rgba(241, 247, 255, 0) 100%
  );
}

.circle {
  display: flex;
  width: 584px;
  height: 584px;
  margin: 108px auto;
  background: #051e47;
  border-radius: 50%;
}

.text {
  width: 525px;
  margin-left: 23px;
  margin-top: 60px;
  font-family: Ruda;
  font-style: normal;
  font-weight: normal;
  font-size: 87px;
  line-height: 117px;
  text-align: center;
  color: #ffffff;
}
.text2 {
  width: 45%;
}
.head {
  margin-top: 20px;
}

.head .h1 {
  margin-top: 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 40px;
  text-align: center;
  color: #ff6a61;
}

.head .h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 66px;
  text-align: center;
  display: block;
}

.first-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 80px;
}
.en {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-size: 37px;
  line-height: 70px;
  text-transform: uppercase;
  color: #051e47;
}

.lorem {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #051e47;
}

.time {
  background: rgba(215, 226, 232, 0.2);
  border-radius: 5px;
  margin-top: 30px;
}

.tl {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #000000;
  padding: 16px 30px;
}

.time1 {
  display: flex;
  padding: 12px 28px;
}
.image {
  width: 45%;
}

.link-name {
  margin-left: 15px;
  margin-top: 9px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #000000;
}

.image img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.container3 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 50px auto;
}
.first-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0;
}

.content-bg {
  width: 100%;
/*  height: 300px;*/
  border-radius: 20px 20px 0 0;
}


.first-div .content-upcoming {
  width: 50%;
  display: block;
}

.content {
  width: 50%;
  height: 80px;
  background: #17adce;
  backdrop-filter: blur(5px);
  text-align:center;
  flex: none;
  order: 0;
  flex-grow: 0;
  border-radius: 0px 0px 20px 20px;
}
.blue {
  background: #17adce;
}
.yellow {
  background: #f6d365;
}
.mb {
    width: auto;
  height: 50px;
  font-family: "Rounded Mplus 1c" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 65px;
  color: #ffffff;
  flex: auto;
  order: 0;
  flex-grow: 0;
  /*margin: 26px 93px;*/
  text-align:center;
  margin-top: 40px;
}

.lo {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 38px;
}

.address {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  /*margin: 0px 40px;*/
  text-align: center;
}
.first-div .content a {
  text-decoration: none;
}

.content-bg {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 599px) {
  .container1 {
    margin: 85px 0 0;
  }

  .first-div .content-upcoming {
    width: 100%;
}
  .first-div .content {
  width: 100%;
  }
  .first-div img {
    width: 100%;
}
  .circle {
    width: 250px;
    height: 250px;
    margin: 50px auto;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .text {
    width: 100%;
    margin-left: 14px;
    margin-top: 44px;
    font-size: 16px;
    line-height: 30px;
  }
  .text2 {
    width: 100%;
  }
  .image {
    width: 100%;
  }
  .h2 {
    font-size: 35px;
    line-height: 46px;
  }
  .h1 {
    font-size: 35px;
    line-height: 20px;
  }
  .en {
    font-size: 24px;
    line-height: 1;
  }
  .first-section {
    padding: 20px;
  }
  .t1 {
    font-size: 20px;
    padding: 10px 18px;
  }
  .time1 {
    padding: 5px 22px;
  }
  .time {
    margin: 30px 0px;
  }
  .head .h1,
  .head .h2 {
    font-size: 35px;
  }
}
