.carousel.carousel-slider .carousel-item img {
  max-height: 80vh;
  max-width: 100%;
}

.carousel-text {
  margin-top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #f0e6e6;
}

.carousel-text #header-carousel {
  color: #f0e8e8;
  margin: 0px;
  font-size: 20px;
  text-align: left;
  width: 100%;
}

.carousel-text p {
  margin: 0px;
  margin-bottom: 2%;
  padding: 0 10%;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
}

.carousel-text button {
  width: 60%;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 32px;
}

.headerbackcontent {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  z-index: 0;
  overflow: hidden;
}

.headerbackcontent .video-wrapper video {
  min-height: 100%;
  min-width: 100%;
}

.header-overlay {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 0;
  background: #225470;
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .headerbackcontent {
    display: none;
  }
  .header-overlay {
    display: none;
  }
}

.highlight-main {
  margin: 0;
  background-color: #DC0032;
  padding: 2em;
  background-image: url(/asset/highlight/bg_xs.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (min-width: 840px) {
  .highlight-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% auto;
    grid-template-columns: 50% auto;
        grid-template-areas: "primary card";
    background-image: url(/asset/highlight/bg_lg.png);
    background-repeat: no-repeat;
    height: 100vh;
  }
}

.highlight-main section#text {
  color: #f0e6e6;
  margin-top: 10%;
}

@media (min-width: 840px) {
  .highlight-main section#text {
    grid-area: primary;
    text-align: left;
    margin: 4em 0 0 4em;
    font-size: 1.5em;
  }
}

.highlight-main section#text h5 {
  color: #4d4d4d;
  font-size: 1.3em;
}

.highlight-main section#text h2 {
  font-size: 2em;
}

@media (min-width: 840px) {
  .highlight-main section#card {
    grid-area: card;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 1em;
  }
  .highlight-main section#card img {
    width: 200px;
    position: relative;
  }
}

.highlight-main section#card img {
  width: 100%;
  border: 2px solid;
  border-color: #f0e6e6;
  -webkit-box-shadow: 7px 4px 9px -2px #241f1f;
  box-shadow: 7px 4px 9px -2px #241f1f;
}

#card {
  text-align: center;
}

.btn-white {
  color: #DC0032;
  cursor: pointer;
  font-family: sans-serif;
  border: none;
  text-decoration: none;
  background: #f0e6e6;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3 ease 0s;
  transition: all 0.3 ease 0s;
  margin-top: 2em;
}

.activity-card {
  padding: 2em;
}

.player-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DC0032;
}

.player-container .player-video {
  padding: 1em;
}

.video {
  width: 320px;
  height: 182px;
  border: 2px solid;
  border-color: #f0e6e6;
  -webkit-box-shadow: 7px 4px 9px -2px #241f1f;
  box-shadow: 7px 4px 9px -2px #241f1f;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  font-family: 'Cinzel', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EDEDED;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10vh;
}

.logo {
  color: #dad6d6;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  color: #DC0032;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
}

.btn {
  color: #EDEDED;
  cursor: pointer;
  font-family: sans-serif;
  border: none;
  text-decoration: none;
  background: #DC0032;
  font-size: 1em;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3 ease 0s;
  transition: all 0.3 ease 0s;
}

.burger {
  color: #DC0032;
  display: none;
}

.content {
  position: relative;
}

.content2 {
  height: 300vh;
  background-color: red;
}

.content3 {
  height: 300vh;
  background-color: yellow;
}

.swiper-container {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .carousel.carousel-slider .carousel-item img {
    /* min-height:100%;
        min-width:100%; */
    height: 100vh;
    width: auto;
  }
  body {
    overflow-x: hidden;
  }
  .nav-links {
    width: 100%;
    position: absolute;
    right: 0px;
    height: 90vh;
    top: 10vh;
    margin-top: 0px;
    background-color: #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  }
  .burger {
    display: block;
    cursor: pointer;
  }
  .nav-active {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn {
    color: #EDEDED;
    cursor: pointer;
    font-family: sans-serif;
    border: none;
    text-decoration: none;
    background: #DC0032;
    font-size: 1rem;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 5px;
    -webkit-transition: all 0.3 ease 0s;
    transition: all 0.3 ease 0s;
  }
}
/*# sourceMappingURL=index.css.map */