@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
:root {
  --main-heading-font: "Fjalla One", sans-serif;
  --sub-heading-font: "Archivo Black", sans-serif;
  --text-font: "Montserrat", sans-serif;
  --main-heading-size: 2.75rem;
  --sub-heading-size: 1.19rem;
  --text-size: 2rem;
  --color-1: #000000;
  --color-2: #ffffff;
  --color-3: #1b1b1b;
  --color-4: #595959;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

html, body, main {
  height: 100%;
}

ul {
  list-style-type: none;
}

a {
  color: #7878a1 !important;
  text-decoration: none;
}

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

body {
  font-family: var(--text-font);
}

div.cover-image {
  width: 100%;
  height: 1000px;
  background-position-y: -620px !important;
  background-size: cover !important;
}

header, section, footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav {
  padding: 24px;
}
nav ul.services {
  display: flex;
  list-style: unset;
  width: 100%;
  color: #9697a4;
  margin-bottom: 7%;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
nav ul.services li {
  font-size: 22px;
  font-family: "Fjalla One", serif;
  text-transform: uppercase;
}

.main-heading, .head-title {
  font-family: var(--main-heading-font);
  font-size: var(--main-heading-size);
  color: var(--color-3);
  padding: 24px 0;
  text-transform: uppercase;
  text-align: center;
}

.head-title {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  color: #736bbe;
  margin-top: 5%;
}

.section-two {
  flex-direction: column;
}
.section-two div.contact-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-two div.contact-information h2 {
  margin-top: 4%;
  margin-bottom: 2%;
  text-align: center;
}
.section-two div.contact-information p.booking {
  margin-bottom: 2%;
}
.section-two div.contact-information div.contact-methods {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  row-gap: 7px;
}
.section-two div.contact-information div.contact-methods > div {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-right: 2%;
}
.section-two div.contact-information div.contact-methods > div p {
  width: 100%;
}

.section-one .bio-content {
  padding: 24px 11%;
}
.section-one .bio-content a {
  display: block;
  text-decoration: underline;
  margin-top: 2%;
  color: #736bbe;
}
.section-one p {
  margin-bottom: 2%;
  font-weight: 200;
  color: black;
  font-size: 16px;
}
.section-one p.show {
  display: block;
}
.section-one p.hide {
  display: none;
}
.section-one a.show {
  display: block;
}
.section-one a.hide {
  display: none;
}

.section-one, .section-two {
  overflow: hidden;
}
.section-one .container, .section-two .container {
  flex-direction: column;
}
.section-one .main-image, .section-two .main-image {
  width: 100%;
}
.section-one .container.profile-section, .section-two .container.profile-section {
  background: #f4f4f4;
  height: 960px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 1%;
}
.section-one .container.profile-section .contact-information, .section-two .container.profile-section .contact-information {
  text-align: left;
}
.section-one .container.profile-section .contact-information h2, .section-two .container.profile-section .contact-information h2 {
  font-size: 52px;
  font-weight: lighter;
  text-transform: UPPERCASE;
  font-family: "Fjalla One", serif;
  color: #736bbe;
  margin-bottom: 11%;
}
.section-one .container.profile-section .contact-information div, .section-two .container.profile-section .contact-information div {
  display: flex;
  width: 100%;
}
.section-one .container.profile-section .contact-information div span, .section-two .container.profile-section .contact-information div span {
  margin-right: 5%;
}
.section-one .container.profile-section .contact-information div p, .section-two .container.profile-section .contact-information div p {
  font-family: "Fjalla One", serif;
  font-size: 25px;
  margin-bottom: 32px;
  text-transform: lowercase;
  font-weight: lighter;
}

.image-container {
  width: -webkit-fill-available;
  height: 100%;
}

.main-image {
  background-size: cover !important;
  height: 960px;
  width: 100%;
}

.update-div {
  padding: 56px 0;
}
.update-div p {
  font-size: var(--text-size);
  color: var(--color-3);
}

.sub-heading {
  font-size: var(--sub-heading-size);
  font-family: var(--sub-heading-font);
  margin-top: 2%;
}

.icons-wrapper {
  display: flex;
  gap: 24px;
  padding: 32px 0;
}
.icons-wrapper svg {
  width: 32px;
  height: fit-content;
}

.section-three .container {
  gap: 30px;
}
.section-three .image-container {
  width: auto;
  height: 100%;
}

.sub-image {
  width: 28.5rem;
}

.footer-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-icons svg {
  width: 18px;
  height: fit-content;
}

footer {
  padding: 32px 0;
  margin: 48px 0 0 0;
}
footer .container {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
}
footer p {
  color: var(--color-4);
}
footer p a {
  color: var(--color-4);
  text-decoration: underline;
}

.left-footer-div {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.line-title {
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3%;
  font-size: 1.19em;
}

.game-section {
  display: flex;
  flex-direction: column;
  height: 600px;
  width: 60%;
  margin: 0 auto;
}
.game-section .video-js {
  width: 100%;
  height: 100%;
}

.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center/cover;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.vjs-has-started .vjs-control-bar, .vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
  width: 92.7%;
  margin: 0 auto;
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: transparent;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

/******** Middle section CSS End *******/
/***** responsive css Start ******/
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }
  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
@media screen and (max-width: 860px) {
  .container {
    width: 90%;
  }
  .section-one {
    display: flex;
    flex-direction: column;
  }
  .section-one, .section-two {
    overflow: hidden;
    margin-top: 5%;
  }
  nav {
    padding: 0;
  }
  nav ul.services {
    gap: 24px;
  }
  nav ul.services li {
    font-size: 13px;
  }
  .main-heading {
    font-size: 38px;
  }
  .main-image {
    width: 38rem;
    background-size: contain !important;
    height: 469px;
  }
  .update-div {
    padding: 24px 0 40px 0;
  }
  .update-div p {
    font-size: 30px;
  }
  .icons-wrapper {
    padding: 24px 0;
  }
  .icons-wrapper svg {
    width: 26px;
  }
  .section-three .container {
    gap: 30px;
  }
  .sub-image {
    width: 20.4rem;
  }
  footer {
    padding: 32px 0;
    margin: 48px 0 0 0;
  }
  footer .container {
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  footer p {
    color: var(--color-4);
    text-align: center;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }
  /* -------- Landing page ------- */
  .game-section {
    display: flex;
    flex-direction: column;
    padding: 30px 15px 20px;
    height: 100%;
  }
  .vjs-has-started .vjs-control-bar, .vjs-audio-only-mode .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s;
    width: 100%;
    margin: 0 auto;
  }
  .game-section .item {
    height: 212px;
    width: 100%;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
@media screen and (max-width: 480px) {
  .section-one .container.profile-section {
    height: auto;
  }
  .game-section {
    display: flex;
    flex-direction: column;
    padding: unset;
    width: 100%;
    height: 211px;
  }
  .container {
    width: 100%;
  }
  div.cover-image {
    width: 100%;
    background-position-y: -68px !important;
    background-size: cover !important;
    height: 500px;
  }
  .vjs-has-started .vjs-control-bar, .vjs-audio-only-mode .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s;
    width: 100%;
    margin: 0 auto;
  }
  .section-one {
    display: flex;
  }
  .section-one, .section-two {
    overflow: hidden;
    margin-top: 0;
  }
  .section-two div.contact-methods {
    flex-direction: column !important;
  }
  .section-two div.contact-methods > div {
    justify-content: center !important;
  }
  .section-two div.contact-methods > div p {
    width: auto !important;
  }
  .section-two .section-one .container.profile-section {
    height: auto;
  }
  .section-two nav {
    padding: 0;
  }
  .section-two nav ul.services {
    gap: 24px;
  }
  .section-two nav ul.services li {
    font-size: 13px;
  }
  .section-two .main-heading {
    font-size: 32px;
  }
  .section-two .main-image {
    width: 100%;
    background-position-x: 40% !important;
  }
  .section-two .update-div {
    padding: 24px 0 40px 0;
  }
  .section-two .update-div p {
    font-size: 28px;
  }
  .section-two .icons-wrapper {
    padding: 24px 0;
  }
  .section-two .icons-wrapper svg {
    width: 26px;
  }
  .section-two .section-three .container {
    gap: 30px;
    flex-direction: column;
  }
  .section-two .sub-image {
    width: 20.4rem;
  }
  .section-two footer {
    padding: 32px 0;
    margin: 48px 0 0 0;
  }
  .section-two footer .container {
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .section-two footer p {
    color: var(--color-4);
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
