@import url("https://fonts.googleapis.com/css?family=Manrope:400,500,600,700,800,regular&display=swap&subset=");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900,regular,500italic,600italic,700italic,800italic,900italic&display=swap&subset=");

* {
  box-sizing: border-box;
  border: none;
}

nav {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.w-builder {
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

.w-nav {
  position: relative;
  z-index: 1;
}

.w-nav-menu {
  display: flex;
}

.w-nav .w-nav-btn,
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav .w-nav-btn {
    display: block;
  }

  .w-nav[data-collapse="medium"] .w-nav-menu a {
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
}

.w-nav--open .w-nav-menu {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  min-width: 200px;
}

.w-button {
  color: gray;
  padding: 10px;
}

.body-wrap {
  width: 100%;
}

.section-wrap {
  flex-direction: column;
}

.inline-combine {
  display: block;
  position: relative;
}

.absolute-div {
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: auto;
  left: 0%;
}

.div {
  background: rgba(255, 255, 255, 0);
}

.container {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.container.fixed-w {
  max-width: 87%;
  width: auto;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.linkblock-8 {
  display: inline-block;
}

.image {
  width: 130px;
  height: auto;
  max-width: 100%;
}

.link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-5 {
  display: inline-block;
  background: #ffffffe6;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
  padding: 7px 16px 4px 16px;
  margin-bottom: 16px;
  margin-right: 8px;
  border-radius: 4px;
}

.relitive-div {
  display: block;
  position: relative;
}

.relitive-div.main-image {
  height: 82vh;
  background-image: url("./images/EventsPagephoto.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-position: 45% 20%;
  background-repeat: repeat;
}

.blue-image {
  width: auto;
  height: auto;
  max-width: 100%;
  color: rgba(255, 255, 255, 1);
}

.top-space {
  padding: 74px 0;
  display: block;
}

.col-center {
  align-items: center;
  justify-content: center;
  display: flex;
}

.lg-column-w {
  width: 75%;
  display: block;
}

.row {
  flex-direction: column;
  row-gap: 20px;
  display: flex;
}

.row.text-white-div-1 {
  color: rgba(255, 255, 255, 1);
}

.block-line {
  display: inline-block;
}

.block-line.centered-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.heading.sm-heading {
  margin-bottom: 15px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(66, 66, 66, 1);
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  display: inline;
  line-height: 24px;
  background-clip: normal;
  letter-spacing: 0px;
}

.paragraph.text-white {
  color: rgba(226, 232, 253, 1);
}

.paragraph.text-white.bg-text.text-big {
  font-size: 22px;
  line-height: 1.8;
  max-width: 250px;
}

.block-line.centered-text.margin-top-text {
  margin-top: 20px;
}

.banner-smtext {
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: content-box;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 28px;
}

.banner-smtext.size-sm {
  font-size: 12px;
}

.banner-maintitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-maintitle.banner-mediumtitle {
  font-size: 26px;
  line-height: 38px;
}

.banner-maintitle.banner-mediumtitle.font-light {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.relitive-div.bg-blue-image {
  color: rgba(255, 255, 255, 1);
  background-image: url(https://weblit.cloud/6MRZDmI5bPnWtxKmegh3N.jpeg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.default-width {
  padding-top: 0px;
  padding-left: 0px;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.default-width-timer {
  padding-top: 0px;
  padding-left: 0px;
  width: 38%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.space-section {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}

.column-section {
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 20px;
  display: flex;
  align-items: center;
}

.inline-text {
  display: inline-block;
}

.banner-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(1, 19, 77, 1);
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin-left: 0px;
}

.banner-heading.inlinetext {
  display: inline;
  margin-right: 9px;
  color: rgba(249, 249, 249, 1);
}

.banner-heading.light-banner-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 0px;
  margin-right: 0px;
}

.banner-heading.light-banner-heading.text-inline {
  display: inline;
  color: rgba(249, 249, 249, 1);
}

.bg-blue {
  display: block;
  background: rgba(1, 13, 54, 1);
  color: rgba(252, 252, 252, 1);
  padding: 0 0 0 0;
}

.row.gap-max {
  row-gap: 45px;
}

.column-section.align-start {
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 60px;
}

.info-side {
  flex-direction: column;
  row-gap: 45px;
  display: flex;
  width: 50%;
}

.linkblock {
  display: inline-block;
}

.info-div {
  flex-direction: column;
  column-gap: 0;
  row-gap: 6px;
}

.small-heading-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(208, 208, 208, 1);
}

.small-heading-1.heading-light {
  color: rgba(173, 173, 173, 1);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
}

.paragraph-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  font-size: 12px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
}

.links-side {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.link-1 {
  display: inline-block;
  text-decoration: none;
  color: rgba(129, 129, 129, 0.54);
  padding: 0px 0px 0px 0px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .bg-wrap-div.banner-div-1 {
    width: 100% !important;
  }
  .countdown-width {
    width: 115% !important;
  }
  .countdown h3 {
    padding: 19px 0 !important;
    height: 78px !important;
    width: 78px !important;
  }
  .top-space.countdown-width {
    padding: 0 !important;
  }
  .bg-wrap-div {
    padding: 48px 48px 48px 28px !important;
  }
  .default-width-timer {
    width: 87% !important;
  }
}

@media (max-width: 991px) {
  .inline-combine {
    position: relative;
    height: auto;
  }

  .absolute-div.nav-div {
    background: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 1);
  }

  .container.fixed-w {
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }

  .navbar {
    color: rgba(0, 0, 0, 1);
    margin-left: 0px;
    padding: 20px 30px 20px 30px;
  }

  .link {
    padding-left: 30px;
    padding-right: 30px;
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
  }

  .top-space {
    padding-top: 0px;
  }

  .col-center {
    align-items: center;
    justify-content: center;
  }

  .lg-column-w {
    width: 67%;
  }

  .row {
    row-gap: 20px;
    flex-direction: column;
  }

  .row.text-white-div-1.row-div-1 {
    row-gap: 10px;
  }

  .block-line.centered-text {
    padding-top: 12px;
  }

  .heading.sm-heading {
    font-size: 22px;
  }

  .paragraph {
    font-size: 13px;
  }

  .paragraph.text-white.bg-text {
    font-size: 12px;
  }

  .block-line.centered-text.margin-top-text {
    margin-top: 0px;
  }

  .banner-smtext.size-sm.sm-text-1 {
    font-size: 18px;
    line-height: 20px;
  }

  .banner-maintitle {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
  }

  .banner-maintitle.banner-mediumtitle.sm-text-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-maintitle.banner-mediumtitle.font-light.sm-text-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .space-section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .column-section {
    column-gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .inline-text {
    display: inline-block;
    margin-top: 10px;
  }

  .banner-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .banner-heading.light-banner-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .column-section.align-start {
    padding-left: 0px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .info-side.info-full {
    max-width: auto;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .inline-combine {
    position: relative;
  }

  .navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 20px 15px 20px;
  }

  .link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-space {
    padding-top: 0px;
  }

  .lg-column-w {
    width: auto;
  }

  .row {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    column-gap: 0;
    row-gap: 20px;
  }

  .block-line {
    width: 100%;
  }

  .heading {
    font-size: 22px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .banner-smtext {
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
  }

  .banner-smtext.size-sm {
    line-height: 15px;
    font-size: 11px;
  }

  .banner-maintitle {
    font-size: 21px;
  }

  .banner-maintitle.banner-mediumtitle {
    font-size: 13px;
    line-height: 25px;
  }

  .banner-maintitle.banner-mediumtitle.font-light {
    font-size: 13px;
  }

  .space-section {
    padding: 20px 0px 20px 0px;
  }

  .column-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .inline-text {
    margin-top: 8px;
  }

  .banner-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-heading.inlinetext {
    font-size: 21px;
    margin-right: 4px;
  }

  .banner-heading.light-banner-heading {
    font-size: 19px;
    line-height: 25px;
  }

  .banner-heading.light-banner-heading.text-inline {
    font-size: 17px;
  }

  .row.gap-max {
    row-gap: 35px;
  }

  .info-side {
    width: 100%;
  }

  .info-side.info-full {
    row-gap: 30px;
  }

  .small-heading-1 {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .small-heading-1.heading-light {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .link-1 {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
}

.countdown h3 {
  padding: 30px 0;
  height: 105px;
  width: 105px;
  border-radius: 50%;
  font-size: 35px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}

.bg-wrap-div {
  display: block;
  background: rgba(2, 22, 87, 1);
  width: 42%;
  color: rgba(255, 255, 255, 1);
  padding: 48px 48px 48px 48px;
}

.bg-wrap-div.banner-div-1 {
  width: 100%;
}

.event-default-width {
  padding-top: 0px;
  padding-left: 0px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.relitive-div {
  display: block;
  position: relative;
}

.relitive-div.bg-bright-image {
  color: rgba(249, 249, 249, 1);
  background-image: url("./countdown-background.jpg");
  background-position: 100%;
  padding: 70px 0;
  background-size: cover;
}

.button.capitalize-text {
  text-transform: uppercase;
}

.button {
  display: inline-block;
  background: rgba(38, 69, 181, 1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 34px 12px 34px;
}

@media (max-width: 786px) {
  .relitive-div.main-image {
    height: 31vh !important;
  }
  .min-event-des-text {
    text-align: left;
  }
  .min-event-des-text p {
    font-size: 13px !important;
  }
  .countdown h3 {
    height: 63px !important;
    width: 63px !important;
    font-size: 21px !important;
  }
  .timer-title {
    font-size: 18px !important;
    font-weight: bold !important;
  }
  .relitive-div.bg-bright-image {
    padding: 26px 0 !important;
  }
  .button-div {
    width: 100%;
    text-align: center;
  }
  .button {
    width: 100%;
    text-align: center;
  }
}
