body {
  /* font-family: 'Julius Sans One', sans-serif; */
  background-color: #fff;
  height: 200vh;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p:not(.footer li p) {
  font-family: "Julius Sans One", sans-serif;
}

.min-w7 {
  min-width: 7rem;
}

.min-w9 {
  min-width: 9rem;
}

.title {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  text-align: justify;
  font: normal 600 normal 16px/1.4em Sans-serif, sans-serif;
  color: #000;
}

.table-header {
  font-size: 48px;
  color: rgb(128, 157, 188);
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  letter-spacing: normal;
  font: normal normal normal 48px/1.4em futura-lt-w01-book, sans-serif;
  text-decoration: underline;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}



.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .hero {
    height: 500px;
  }
}

.hero2 {
  height: 70vh;
  width: 103%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Header */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0px 0;
}

.border-black {
  border: 1px solid #000;
}

.b-border {
  border-bottom: 1px solid rgb(194, 192, 192);
}

.r-border {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

a:hover {
  color: blue !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.c-00 {
  color: #000 !important;
}

.c-white {
  color: #fff !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pl-7 {
  padding-left: 9rem !important;
}

.pr-7 {
  padding-left: 9rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.address {
  font: 400 10px/1 "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.2s;
}

.p-detail {
  font-size: 14px;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.t-left {
  text-align: left !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

.v-aline-middle {
  vertical-align: middle;
}

.input-group {
  background-color: rgb(242, 244, 236);
  height: 44px;
  padding: 10px 18px;
  border-radius: 2px;
  margin: 0px 0px 18px 0px;
  border: 1px solid rgb(242, 244, 236);
}

.footer {
  background-color: #000;
  width: 100%;
  padding: 100px 20px;
}

.f-nav {
  font: 500 12px/1 "Montserrat", sans-serif;
  color: rgb(33, 172, 214) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.f-nav:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.c-blue-34 {
  color: #3490dc !important;
}

.c-blue-34:hover {
  color: rgb(255, 255, 255, 0.7) !important;
}

.h12 {
  height: 12rem !important;
}

.bg-opacity-0 {
  background-color: rgb(242, 244, 236, 0);
}

.bg-white {
  background-color: white;
}

.b-radios-50 {
  border-radius: 50px;
}

.back-button:hover {
  color: #000 !important;
  background-color: #9bc1e0 !important;
}

.btn-submit {
  padding: 11px 18px;
  border-radius: 50px;
  background-color: rgb(242, 244, 236, 0);
  font: 400 14px/1 "Montserrat", sans-serif;
  border: 1px solid rgb(33, 172, 214);
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.swiper-container {
  width: 100vw;
}

.swiper-wrapper {
  padding-left: initial;
  margin: 0;
}

.swiper-slide {
  list-style: none;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* max-width: 30%; */
  /* border-right: 1px solid black; */
  align-items: center;
}

.w-90 {
  width: 90%;
}

.w-98 {
  width: 98%;
}

::selection {
  color: #fff;
  background: #007bff;
}

.wrapper {
  margin: 100px auto;
  max-width: 1100px;
}

.wrapper nav {
  display: flex;
  justify-content: center;
}

.wrapper .items {
  display: flex;
  max-width: 720px;
  width: 100%;
  justify-content: space-between;
}

.items span {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Julius Sans One", sans-serif;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.items span.active,
.items span:hover {
  color: rgb(33, 172, 214);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.gallery .image img,
.gallery .image video {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.gallery .image:hover img,
.gallery .image:hover video {
  cursor: pointer;
  transform: scale(1.1);
  opacity: 0.5;
}

.gallery .image .content {
  cursor: pointer;
}

.gallery .image .content {
  display: none;
}

.text h2 {
  margin-top: 22rem;
  vertical-align: middle;
  color: #000;
  font-weight: bolder;
}

.gallery .image .play-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 3;
}

.gallery .image:hover .content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  z-index: 3;
}

.gallery .image img,
.gallery .image video {
  transition: transform 0.5s ease;
}

.gallery .image {
  overflow: hidden;
  position: relative;
}

.gallery .image.hide {
  display: none;
}

.gallery .image.show {
  animation: animate 0.4s ease;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: #000;
  width: 100%;
  height: 100vh;
  opacity: 0.9;
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
}

.preview-box .details {
  padding: 13px 15px 2px 10px;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  margin-left: -5%;
  position: absolute;
  top: -12%;
}

.details .icon {
  color: rgba(255, 255, 255, 0.6);
  font-style: 40px;
  cursor: pointer;
}

.preview-box .image-box {
  width: 100%;
  display: flex;
}

.image-box video {
  width: 100%;
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.shadow.show {
  display: block;
}

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

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ol,
ul,
dl {
  margin-bottom: 0px;
}

video {
  margin: 0px !important;
}

.navbar {
  display: flex;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 15px 8%;
  color: #fff;
  vertical-align: middle;
  z-index: 5;
}

.nav-links a {
  color: #fff;
  font: 500 11px/1 "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* LOGO */

.logo {
  font-size: 32px;
}

/* NAVBAR MENU */

.menu {
  display: flex;
}

.menu li:hover {
  border-radius: 5px;
  transition: 0.3s ease;
}

.menu li {
  padding: 5px 10px;
}

.foo {
  display: flex;
}

.foo li:hover {
  border-radius: 5px;
  transition: 0.3s ease;
}

.foo li {
  padding: 5px 10px;
}

/* DROPDOWN MENU */

input[type="checkbox"] {
  display: none;
}

/*HAMBURGER MENU*/

.hamburger,
.close {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */

@media (max-width: 1350px) {
  .hr {
    display: none;
  }
  .navbar {
    height: 70px;
    background-color: #fff;
    color: #000;
    position: fixed;
  }
  .menu {
    display: none;
    position: absolute;
    background-color: #000;
    right: 0;
    left: 0;
    top: 0;
    height: 100vh;
    text-align: center;
    padding: 16px 0;
    z-index: 7;
    opacity: 0.7;
  }
  .menu li:hover {
    display: inline-block;
    background-color: #4c9e9e;
    transition: 0.3s ease;
  }
  .menu li + li {
    margin-top: 12px;
  }
  input[type="checkbox"]:checked ~ .menu {
    display: block;
    padding-top: 25%;
  }
  input[type="checkbox"]:checked ~ .close {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 3rem;
    z-index: 9;
  }
  input[type="checkbox"]:checked ~ .hamburger {
    display: none;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 1rem;
    right: 3rem;
  }
  .squer1 {
    width: 5rem;
    height: 5rem;
    position: fixed;
    top: 20%;
    left: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgb(255, 255, 255, 0.5);
    z-index: 9;
    display: none;
  }
  .squer2 {
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: 20%;
    right: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgb(255, 255, 255, 0.5);
    z-index: 9;
    display: none;
  }
  .logo {
    position: absolute;
    top: 0.5rem;
    left: 3rem;
  }
  .container {
    max-width: 1600px;
  }
  .w-50 {
    width: 60% !important;
  }
  .w-90 {
    width: 98% !important;
  }
  .w-75 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 1000px) {
  .contact {
    min-width: 90% !important;
    margin: auto;
  }
  .form {
    min-width: 90% !important;
    margin: auto;
  }
  .p-7 {
    padding: 7rem 2rem !important;
  }
  .awards-cards {
    column-count: 2;
  }
  input[type="checkbox"]:checked ~ .menu {
    padding-top: 35%;
  }
}

@media (max-width: 770px) {
  .p-7 {
    padding: 0rem 2rem !important;
  }
  .foo {
    flex-direction: column !important;
    margin-top: 1rem !important;
  }
  .foo li {
    padding: 0px;
  }
  input[type="checkbox"]:checked ~ .menu {
    padding-top: 30%;
  }
  .play-icon img {
    width: 10rem !important;
  }
}

@media (max-width: 690px) {
  .table-header {
    font-size: 40px;
  }
}

@media (max-width: 660px) {
  input[type="checkbox"]:checked ~ .menu {
    padding-top: 35%;
  }
  .play-icon img {
    width: 8rem !important;
  }
}

@media (max-width: 550px) {
  .p-7 {
    padding: 2rem 2rem !important;
  }
  .w-50 {
    width: 95% !important;
  }
  .awards-cards {
    column-count: 1;
  }
  input[type="checkbox"]:checked ~ .menu {
    padding-top: 40% !important;
  }
  .squer2 {
    bottom: 25%;
  }
  .play-icon img {
    width: 12rem !important;
  }
}

@media (max-width: 440px) {
  .menu li {
    padding: 5px 0px !important;
  }
}

@media (max-width: 420px) {
  input[type="checkbox"]:checked ~ .menu {
    padding-top: 45% !important;
  }
}

@media (max-width: 400px) {
  input[type="checkbox"]:checked ~ .menu {
    padding-top: 55% !important;
  }
  .play-icon img {
    width: 10rem !important;
  }
}

@media (max-width: 360px) {
  input[type="checkbox"]:checked ~ .menu {
    padding-top: 65% !important;
  }
  .play-icon img {
    width: 8rem !important;
  }
}

.foo li p {
  word-break: break-all !important;
}
