@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Trirong');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --360light: #b4e1e0ff;
    --360dark: #005aabff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", "Open Sans", Arial, Helvetica, sans-serif;
}

body {
    width: 100vw;
    background-color: rgb(1, 5, 28);
    background-color: black;
    overflow-x: hidden;
}

#contactPageBody {
    background-color: #01010a;
    position: relative;
    min-height: 100svh;
}

#contactPageBody::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./resources/images/iStock-2001485003.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
    pointer-events: none;
}

header {
    height: clamp(100px, 16vh, 130px);
    padding: 10px 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    box-shadow: 5px 0 24px #aaa;
}

header.dark {
    box-shadow:none;
}

header .navLink span {
    color: black;
}

header.dark .navLink span {
    color: white;
}

header .navLink::after {
    top: 0;
    content: "";
    width: 0%;
    background-color: #000000bb;
    height: 2px;
    transition: 0.3s ease;
}

header.dark .navLink::after {
    top: 0;
    content: "";
    width: 0%;
    background-color: #ffffffbb;
    height: 2px;
    transition: 0.3s ease;
}

header .onPage::after {
    top: 0;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #000000bb;
}

header.dark .onPage::after {
    top: 0;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ffffffbb;
}

header .navLink:hover::after {
    width: 100%;
}

.logoFade {
    height: 80%;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.logoFadeImg {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.vidBKG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    z-index: -2;
    opacity: 0.5;
}

.vidBKG video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.hideVid { 
    visibility: hidden;
}

.homeContent {
    width: 100%;
    height: calc(100svh - clamp(100px, 16vh, 130px));
    color: white;
    text-align: center;
    overflow: hidden;
    padding: 0 64px;
}

.slide {
    transition: 1s;
    opacity: 0;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slideText {
    font-size: 1.55rem;
    font-weight: 300;
}

.onSlide {
    opacity: 1;
}

a[href^="tel"] {
    text-decoration: none;
    color: white;
    font-weight: 300;
    font-size: inherit;
}

.banner {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 26px 64px; 
    justify-content: space-evenly;
    column-gap: 24px;

    transform: translateY(-1px);
}

.footerLink {
    height: 100%;
    display: flex;
    align-items: center;
}

.footerLink img {
    height: 100%;
    opacity: 0.5;
}

section {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: white;
    padding: 72px clamp(64px, 10vw, 160px) 96px clamp(64px, 10vw, 160px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#homeSec, #homeSec3 {
    align-items: center;
    padding: clamp(64px, 20vw, 160px) clamp(32px, 10vw, 210px) 0 clamp(32px, 10vw, 210px);
    background: linear-gradient(rgb(14, 16, 31), #000);
    transform: translateY(-110px);
}

#homeSec3 {
    overflow: visible;
    background: white;
    color: #000;
    padding-bottom: 48px;
    /* flex-direction: row; */
    column-gap: 48px;
}

#homeSec3 ul {
    transform: translateX(24px);
    font-size: 1.2rem;
}

#homeSecCol {
    display: flex;
    flex-direction: column;
}

#homeSec3 span, li {
    font-weight: 300;
}

#homeSec3 h2 {
    text-align: left;
}

#homeSec3 .buttonLink {
    /* height: 30px; */
    margin-top: 32px;
    display: flex;
    width: fit-content;
    align-items: center;
}

#logoBKG {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 30px; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 20%;
    height: auto;
    margin-bottom: 24px;
    /* opacity: 0.4; */
}

#whiteTail {
    position: absolute;
    bottom: -110px;
    left: 0;
    height: 120px;
    width: 100%;
    background: white;
}

.bkImgCont {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    padding: 0; margin: 0;
}

.bkImg {
    /* min-height: 100vh; */
    min-width: 100%;
    min-height: 100%;
    /* object-fit: cover; */
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.block {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: fit-content;
}

section span {
    font-size: 1.2rem;
    font-weight: 200;
    margin-top: 12px;
    margin-bottom: 32px;
    text-align: center;
    max-width: 60vw;
}

.secImg {
    max-width: 20%;
}

.question {
    background-color: #00000044;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.1rem;
    display: flex;
    column-gap: 12px;
}

.question span {
    width: 90%;
    display:inline-block;
}

.active, .question:hover {
    background-color: #00000077;
}

.question:after {
    content: '\002B';
    color: #ffffffdd;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.question.active:after {
    content: "\2212";
}

.ans {
    padding: 0px 18px;
    background-color: #00000022;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
}

.ans p {
    margin: 12px 0;
    /* font-family: 'Work Sans', 'Montserrat', sans-serif; */
    font-size: 1rem;
    font-weight: 200;
}

.ans a {
    color: #fff;
}

.ans ul {
    margin-left: 18px;
    margin-bottom: 12px;
}

.ans li {
    /* font-family: 'Work Sans', 'Montserrat', sans-serif; */
    font-size: 1rem;
    font-weight: 200;
}

.buttonLink {
    background-color: var(--360dark);
    color: var(--360light);
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 24px;
    transition: 0.3s;
}

.buttonLink:hover {
    background-color: rgb(0, 65, 122);
}

.contentRow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
    min-height: 60px;
    padding: 64px 128px;
}

.contentBlock {
    border-radius: 8px;
    height: 100%;
    width: 50%;
    overflow: hidden;
    padding: 24px;
}

.mapsWidget {
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.mapsWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.main {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    transition: 0.4s ease;
    top: 0;
}

.openMenu {
    transform: translate(160px);
}

.home {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    overflow: hidden;
    top: 0;
}

.cornerFade {
    background: linear-gradient(to bottom left, #7be0ff69, transparent 55%, transparent 45%);
    position: absolute;
    right: 0;
    top: 0;
    height: 400px;
    width: 100vw;
    z-index: -1;
    display: none;
}

.sideBlur {
    position: absolute;
    width: 160px;
    filter: blur(20px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
    display: none;
}

.bkgCont {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    position: absolute;
}

#bkg {
    position: absolute;
    width: 102%;
    height: 102%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    transition: filter 0.5s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.bkgBlur {
    filter: blur(8px);
}

.bkgDark {
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    width: 100%;
    background-color: #000;
    transition: 0.5s;
}

.bkgDarkOn {
    opacity: 0.3;
}

#bkg img {
    width: 100%;
    height: 102vh;
    height: 102svh;
    object-fit: cover;
}

.nav {
    height: clamp(100px, 14vh, 140px);
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

footer {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 6px 50px;
    background-color: #141111;
    background-color: #fff;
    color: black;
}

footer a {
    max-height: 40%;
}

.navBK {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.footerBK {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: auto;
}

footer .navLink span {
    color: black;
}

footer .navLink::after {
    top: 0;
    content: "";
    width: 0%;
    background-color: #000;
    height: 2px;
    transition: 0.3s ease;
}

.navLinks {
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.navLink {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 5px;
    transition: 0.3s ease;
    text-decoration: none;
    flex-direction: column;
    row-gap: 1px;
    cursor: pointer;
}

.navLink span {
    color: white;
    user-select: none;
}

.navLink::after {
    top: 0;
    content: "";
    width: 0%;
    background-color: #ffffffbb;
    height: 2px;
    transition: 0.3s ease;
}

.onPage::after {
    top: 0;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ffffffbb;
}

.navLink:hover::after {
    width: 100%;
}

.menuButton {
    cursor: pointer;
    position: absolute;
    left: 180px;
    top: 10px;
    display: none;
    z-index: 101;
}

.onHome {
    opacity: 0;
    visibility: hidden;
}

.bar1, .bar2, .bar3 {
    width: 24px;
    height: 2px;
    background-color: #ffffffcc;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -8px) rotate(45deg);
}

.logoPadd {
    padding: 15px 0;
    height: 100%;
}

.logoCont {
    position: relative;
    height: 100%;
    aspect-ratio: 189/100;
}

.logo-bkg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.logo-3 {
    position: absolute;
    max-width: 100%;
    height: auto;
    left: 22%;
    width: 17%;
    height: 44%;
    top: 22%;
    animation: logo3 16s ease 4s infinite;
}

.logo-6 {
    position: absolute;
    left: 38.4%;
    width: 19%;
    height: 45%;
    top: 22%;
    animation: logo6 16s ease 4s infinite;
}

.logo-0 {
    position: absolute;
    left: 59%;
    width: 17%;
    height: 45%;
    top: 22%;
    animation: logo0 16s ease 4s infinite;
}

.logo-travel {
    position: absolute;
    left: 23%;
    width: 52%;
    height: 11%;
    top: 72%;
    animation: logoTravel 16s ease 4s infinite;
}

.logo-years {
    position: absolute;
    top: 72%;
    height: 11%;
    left: 29%;
    width: 42%;
    opacity: 0;
    animation: logoYears 16s ease 4s infinite;
}

@keyframes logo6 {
    0%, 20% {
        opacity: 1;
    }

    25%, 70% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
}

@keyframes logoTravel {
    0%, 20% {
        opacity: 1;
    }

    25%, 70% {
        opacity: 0;
    }

    80%, 100% {
        opacity: 1;
    }
}

@keyframes logoYears {
    0%, 22% {
        opacity: 0;
    }

    32%, 68% {
        opacity: 1;
    }

    75%, 100% {
        opacity: 0;
    }
}

@keyframes logo3 {
    0%, 22% {
        left: 22%;
    }

    26%, 68% {
        left: 31%;
    }

    75%, 100% {
        left: 22%;
    }
}

@keyframes logo0 {
    0%, 22% {
        left: 59%;
    }

    26%, 68% {
        left: 50%;
    }

    75%, 100% {
        left: 59%;
    }
}

.contactRight {
    width: 50%;
}

.centerCont {
    width: 100%;
    height: auto;
    display: flex;
    padding: 80px 120px;
    padding: clamp(0px, 6vw, 36px) clamp(30px, 10vw, 90px);
    column-gap: 128px;
    justify-content: space-between;
    margin-top: 30px;
}

.heading {
    font-weight: 400;
    font-size: 1.6rem;
    color: white;
}

.contactImg {
    margin-top: 12px;
    height: 16px;
    width: auto;
}

form input, form textarea {
    padding: 12px 8px;
    background-color: #ffffff11;
    margin-bottom: 10px;
    border: none;
    width: 170px;
    /* font-family: 'Work Sans', 'Montserrat', sans-serif; */
    font-size: 1rem;
    font-weight: 200;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    color: white;
    margin-top: 6px;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus, 
form input:-webkit-autofill:active{
    transition: 5000s ease-in-out 0s;
}

form label {
    font-weight: 200;
    color: white;
}

form input:focus {
    outline: none;
    border: none;
    border-radius: 0;
}

form input[type="submit"] {
    background-color: var(--360dark);
    color: var(--360light);
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 24px;
    transition: 0.3s;
    margin-top: 12px;
}

form input[type="submit"]:hover {
    background-color: rgb(0, 65, 122);
}

.content {
    width: 100%;
    height: calc(100% - clamp(90px, 13vh, 120px) - clamp(80px, 12vh, 100px) - 35px);
    padding: 10px 100px 0 100px;
    position: relative;
    overflow: auto;
    z-index: 100;
    margin-top: 30px;
}

.showBottomBlur {
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.showTopBlur {
    -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
    mask-image: linear-gradient(to top, black 80%, transparent 100%);
}

.showBothBlur {
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%),
                        linear-gradient(to top, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%),
                linear-gradient(to top, black 80%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: destination-in;
}


.content::-webkit-scrollbar {
    display: none;
}

.contBlock {
    opacity: 0;
    color: white;
    transition: 1s;
    flex-direction: column;
    display: none;
    width: 100%;
}

.contactA {
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 8px 0;
}

.contBlockSpan ul {
    margin-left: 20px;
}

.contBlockSpan a {
    color: white;
}

.notPadded {
    display: flex;
    align-items: center;
    margin: 0;
}

.contBlock span img {
    height: 30px;
    margin-right: 6px;
}

.contBlock span img.contactImg {
    height: 16px;
    margin-top: 10px;
}

.contentVisible {
    opacity: 1;
    display: flex;
}

h1 {
    font-weight: normal;
    /* font-family: 'Work Sans', 'Montserrat', sans-serif; */
    margin-bottom: 12px;
    font-size: clamp(1.5em, 8vw, 3em);
}

h2 {
    font-weight: normal;
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 24px;
    margin-bottom: 0px;
    font-size: clamp(1.1em, 4vw, 1.8em);
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: clamp(80px, 10vh, 100px);
    padding: 20px 30px;
    z-index: 2;
}

.footerText {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #00000055;
    font-size: 0.8rem;
}

.footerLinks {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 30px;
}

.homeLinks {
    width: auto;
    height: auto;
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    position: absolute;
    left: 185px;
    top: 20px;
    row-gap: 20px;
    z-index: 101;
    transition: 0.4s;
}

.homeLink {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: clamp(0.9em, 4vw, 1rem);
}

.hideHome {
    opacity: 0;
    display: none;
    z-index: -1;
}

#contactSec {
    /* padding: 128px; */
    /* padding: clamp(24px, 8vw, 128px); */
    /* padding: 72px clamp(64px, 10vw, 160px) 96px clamp(64px, 10vw, 160px); */
    background: linear-gradient(#000, rgb(14, 16, 31));
}

#bookingForm {
    display: flex;
    flex-direction: column;
    color: white;
    row-gap: 5px;
}

#bookingForm input {
    width: 280px;
    border-radius: 6px;
    padding: 4px;
    border: none;
    box-shadow: 0 0 8px #00000088;
}

#bookingForm input[type="submit"]
{
    background-color: #000000cc;
    background-color: #2d4f93cc;
    box-shadow: none;
    box-shadow: 0 0 8px #00000088;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

#bookingForm input[type="submit"]:hover {
    background-color: #37373dcc;
    background-color: #192c51cc;
}

#display {
    color: white;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.locatorBlock {
    border-radius: 6px;
    background-color: white;
    color: black;
    width: fit-content;
    padding: 2px 6px;
    margin-bottom: 2px;
    display: flex;
    position: relative;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}

.locatorBlock:hover {
    background-color: #ccc;
}

.locatorBlock img {
    margin-left: 4px;
    height: 16px;
}

.routing {
    font-size: 0.6rem;
}

#menuContainer {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 102;
    transition: opacity 0.3s ease-in-out;
    left: 32px;
    top: 32px;
    /* opacity: 0; */
}

.bar {
  width: 30px;
  height: 3px;
  margin: 8px 0;
  transition: 0.4s;
  background-color: #fff;
}

.onMenu {
  background-color: #fff;
}

.change #bar1 {
  transform: translate(0, 11px) rotate(45deg);
}

.change #bar2 {opacity: 0;}

.change #bar3 {
  transform: translate(0, -11px) rotate(-45deg);
}

.menuPage {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background-color: rgb(23, 23, 30);
    position: absolute;
    color: white;
    padding: 96px 32px;
    display: block;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    pointer-events: none;
    left: 0; top: 0;
}

.showMenu {
    opacity: 1;
    pointer-events: all;
}

#contactLeft{ 
    width: 50%;
}

@media only screen and (max-width: 1200px) {
    .centerCont {
        flex-direction: column;
        row-gap: 48px;
    }

    #contactSec {
        padding: 32px clamp(32px, 8vw, 128px) 64px clamp(32px, 8vw, 128px);
    }

    #contactLeft {
        width: 100%;
    }
    
    .mapsWidget {
        margin-top: 0;
    }

    #faqsSec {
        padding: 32px 32px 64px 32px;
    }
}

@media only screen and (max-width: 700px) {
    
    .slideText {
        font-size: 1rem;
    }

    #menuContainer {
        z-index: 1006;
        display: inline-block;
    }

    .contactRight {
        width: 100%;
    }

    header .navLinks {
        visibility: hidden;
        pointer-events: none;
        display: none;
    }

    #homeSec, #homeSec3 {
        transform: translateY(calc(-1 * clamp(70px, 22vw, 90px)));
    }

    .banner {
        padding-left: 24px;
        padding-right: 24px;
        column-gap: 24px;
        height: clamp(70px, 22vw, 90px);
    }

    header {
        padding: 24px 48px;
        flex-direction: row-reverse;
    }

    footer .logoPadd {
        display: none;
    }

    footer {
        /* height: 70px; */
        padding-left: 12px;
        padding-right: 12px;
        justify-content: center;
    }

    section span {
        max-width: 85vw;
    }
}

.banner {
    background-color: #111;
}

#homeSec2 {
    background-color: white;
    align-items: center;
    padding: clamp(64px, 20vw, 160px) clamp(32px, 10vw, 210px) 0 clamp(32px, 10vw, 210px);
    transform: translateY(-110px);
    display: flex;
}

#aboutSec {
    display: grid;
    gap: 96px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
}

#aboutSec img {
    width: 60%;
    height: auto;
}

#aboutText {
    color: black;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: start;
    text-align: left;
}

#aboutText span {
    text-align: justify;
}

#aboutText h2 {
    text-align: left;
}

#aboutText .buttonLink {
    margin-top: 24px;
    text-align: center;
    /* width: fit-content; */
}