/* Import abstracts files */
/* MEDIA QUERY SIZES */
/* COLORS */
/* FONTS */
/* Position in center if parent */
/* MEDIA QUERY MANAGER */
/* USE FOR RESPONSIVE IMAGES */
/* Import Base files */
/* RESET BROWSER DEFAULT STYLES */
@import url("https://fonts.googleapis.com/css?family=Catamaran&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

/*  Change selection colors */
::selection {
  background-color: #4169E1; }

.container {
  display: grid;
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: [sidebar-start] 20rem [sidebar-end full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end]; }

/* SET DEFAULT BODY STYLES */
body {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background-color: #f4f2f2; }

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .2rem;
  color: #333; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }

.paragraph {
  font-size: 1.6rem; }
  .paragraph:not(last-child) {
    margin-bottom: 3rem; }

.btn {
  background-color: #4169E1;
  color: #fff;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1.8rem 3rem;
  cursor: pointer;
  transition: all .2s; }
  .btn:hover {
    color: #000;
    background-color: #C0C0C0; }

#sendmessage {
  color: #4169E1;
  border: 1px solid #4169E1;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#sendmessage.show,
#errormessage.show,
.show {
  display: block; }

/* Import Component files */
/* Import Layout files */
.header {
  height: 100vh;
  background-image: linear-gradient(to right bottom, rgba(75, 79, 80, 0.9), rgba(51, 57, 65, 0.7)), url("../../img/header.jpg");
  background-size: cover;
  background-position: top;
  position: relative; }
  .header__primary-main {
    display: block;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: .5rem; }
    @media only screen and (max-width: 56.25em) {
      .header__primary-main {
        font-size: 2rem;
        font-weight: 200;
        letter-spacing: .1rem; } }
  .header__primary-sub {
    display: block;
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 56.25em) {
      .header__primary-sub {
        font-size: 1.5rem;
        font-weight: 100; } }
  .header__text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }

.heading-primary {
  color: #fff;
  backface-visibility: hidden;
  margin-bottom: 30px; }

.btn-white {
  background-color: #fff;
  color: #777;
  font-size: 14px; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10000;
  font-size: 1.8rem;
  background-image: linear-gradient(260deg, #333, #fff);
  padding-bottom: 5px;
  border-bottom: 0.1rem solid #4169E1;
  box-shadow: 0 0.5px 0.5rem #4169E1; }
  .navbar__toggle {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px; }
  .navbar__main {
    list-style-type: none;
    display: none; }
    .navbar__main li {
      text-align: center;
      margin: 15px auto; }
    .navbar__main-links {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.7); }
  .navbar__logo {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px; }
    .navbar__logo-image {
      width: 10rem; }

.active {
  display: block; }

@media screen and (min-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    align-items: center; }
    .navbar__toggle {
      display: none; }
    .navbar__main {
      display: flex;
      margin-right: 30px;
      flex-direction: row;
      justify-content: flex-end; }
      .navbar__main li {
        margin: 0; }
      .navbar__main-links {
        margin-left: 40px; }
        .navbar__main-links:hover {
          color: white; }
    .navbar__logo {
      margin-top: 0; }
      .navbar__logo:hover {
        color: white; } }

.about {
  padding-top: 6rem;
  margin: 2rem; }
  .about__header {
    font-size: 3rem;
    text-align: center;
    text-decoration: underline; }
  .about__main {
    margin: 2rem;
    margin-bottom: 5rem; }
    .about__main-p {
      position: relative;
      margin: auto;
      flex: 1;
      padding: 1rem;
      padding-right: 4rem;
      font-size: 2rem;
      text-align: center; }
    .about__main-link {
      margin: 2rem;
      text-align: center; }
      .about__main-link-text {
        text-decoration: none; }
  .about__sub {
    display: flex;
    border: 1px solid #333;
    outline: 5px solid #4169E1;
    padding: 2rem;
    background: #C0C0C0; }
    @media only screen and (max-width: 56.25em) {
      .about__sub {
        flex-direction: column; } }
    .about__sub-p {
      position: relative;
      margin: auto;
      flex: 1;
      padding: 1rem;
      font-size: 2rem;
      text-align: center; }
      .about__sub-p-h1 {
        font-size: 3.3rem;
        font-weight: 700;
        letter-spacing: 5px; }
      .about__sub-p-h2 {
        display: block;
        font-size: 2rem;
        font-weight: 700; }
      .about__sub-p-p {
        margin: 2rem 4rem; }
    .about__sub-image {
      flex: 1;
      margin: auto;
      display: flex;
      justify-content: center; }
      .about__sub-image--logo {
        width: 100%; }
    @media only screen and (max-width: 37.5em) {
      .about__sub-buttons {
        display: flex;
        flex-direction: column; } }
    .about__sub-btn {
      margin-top: 2rem; }
      .about__sub-btn:hover {
        color: #000;
        background-color: whitesmoke; }

.contact {
  padding-top: 6rem; }
  .contact__main {
    display: flex;
    margin: 3rem 2rem;
    padding: 3rem; }
    @media only screen and (max-width: 56.25em) {
      .contact__main {
        flex-direction: column-reverse; } }
  .contact__form {
    flex: 1;
    border: 5px solid #101d2c;
    outline: 5px solid #4169E1;
    padding: 2rem; }
    .contact__form-group:not(:last-child) {
      margin-bottom: 2rem; }
    .contact__form-input {
      font-size: 1.5rem;
      font-family: inherit;
      color: inherit;
      padding: 1.5rem 2rem;
      border-radius: .2rem;
      background-color: rgba(255, 255, 255, 0.5);
      border: none;
      border-bottom: 3px solid transparent;
      width: 90%;
      display: block;
      transition: all .3s; }
      .contact__form-input:focus {
        outline: none;
        box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.5);
        border-bottom: 3px solid #4169E1; }
        .contact__form-input:focus:invalid {
          border-bottom: 3px solid #101d2c; }
      .contact__form-input::-webkit-input-placeholder {
        color: #777; }
    .contact__form-label {
      font-size: 1.2rem;
      font-weight: 700;
      margin-left: 2rem;
      margin-top: .7rem;
      display: block;
      transition: all .3s; }
    .contact__form-input:placeholder-shown +
.contact__form-label {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-4rem); }
    .contact__form-validation {
      color: red;
      display: none;
      width: 60%;
      font-weight: 400;
      font-size: 1.3rem; }
  .contact__detail {
    flex: 1;
    border: 5px solid #101d2c;
    outline: 5px solid #4169E1;
    padding: 2rem;
    display: flex;
    flex-direction: column; }
    .contact__detail-heading {
      margin-bottom: 1rem; }
    .contact__detail-img {
      margin: 2rem;
      width: 15rem;
      border-radius: 25rem;
      border: 2px solid #4169E1; }
    .contact__detail-info {
      display: flex;
      flex-direction: row; }
      .contact__detail-info a {
        text-decoration: none;
        color: #101d2c; }
      .contact__detail-info a:hover {
        color: #4169E1; }

#sendmessage {
  color: #101d2c;
  border: 1px solid #101d2c;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px; }

#sendmessage.show,
#errormessage.show,
.show {
  display: block; }

.services {
  padding: 6rem;
  background: #C0C0C0; }
  .services__header {
    font-size: 3rem;
    text-align: center;
    text-decoration: underline; }
  .services__main {
    display: flex; }
    .services__main-buttons {
      flex: 1;
      display: flex;
      flex-direction: column; }
      .services__main-buttons-btn {
        margin-top: 2rem; }
        .services__main-buttons-btn:hover {
          color: #000;
          background-color: whitesmoke; }
    .services__main-text {
      margin: 0 2rem;
      padding: 3rem;
      flex: 3; }
      .services__main-text-heading {
        margin-bottom: 1rem; }
      .services__main-text-line {
        margin-left: 1.5rem; }
        .services__main-text-line::before {
          content: "";
          border: solid #333;
          border-width: 0 3px 3px 0;
          display: inline-block;
          padding: 3px;
          transform: translate(-1rem, 0) rotate(-45deg);
          -webkit-transform: translate(-1rem, 0) rotate(-45deg); }
      .services__main-text-list {
        padding-left: 4rem; }

.footer {
  background: #333;
  color: #fff;
  text-align: center; }

/* Import Page files */
.home {
  grid-column: full-start /full-end;
  grid-row: 2 / 3;
  margin: 3rem 2rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3/1fr);
  grid-gap: 3rem; }
  .home__text {
    grid-column: 1/4;
    grid-row: 1 / -1;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 75em) {
      .home__text {
        grid-column: 1/4;
        grid-row: 1 / 2; } }
  .home__image {
    grid-column: 5/-1;
    grid-row: 1 / -1;
    padding: 1rem;
    overflow: hidden;
    background-color: #101d2c;
    border: 0.7rem solid #4169E1;
    height: 40rem; }
    @media only screen and (max-width: 75em) {
      .home__image {
        grid-column: 1/4;
        grid-row: 2/3; } }
  .home__buttons {
    grid-column: 5/-1;
    grid-row: 1 / -1;
    align-items: end;
    margin-top: 3rem; }
    @media only screen and (max-width: 75em) {
      .home__buttons {
        grid-column: 1/4;
        grid-row: 3/4; } }
  .home__btn {
    margin-top: 2rem; }

.accommodation {
  grid-column: full-start /8;
  grid-row: 1 / 2;
  margin: 3rem 0 3rem 3rem; }
  .accommodation__details {
    grid-column: full-start /8;
    grid-row: 3 / -1;
    margin: 3rem 0 3rem 3rem; }

.icon{
  width: 2rem;
  height: 2rem;
}
