﻿body {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;
}

* {
    font-family: Garet-Normal, Arial, sans-serif !important;
}

textarea {
    resize: none;
}

@font-face {
    font-family: 'Garet-Normal';
    src: url('../fonts/Garet-Book.woff2') format('woff2'), url('../fonts/Garet-Book.woff') format('woff'), url('../fonts/Garet-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Garet-Bold';
    src: url('../fonts/Garet-Heavy.woff2') format('woff2'), url('../fonts/Garet-Heavy.woff') format('woff'), url('../fonts/Garet-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.cssControlHidden {
    display: none !important;
}

.cssLeftSide {
    position: absolute;
    left: 0px;
    top: 122px;
    width: 350px;
    height: 550px;
    background-color: transparent;
    border: 0px none transparent;
}

.cssRightSide {
    position: absolute;
    right: 0px;
    top: 122px;
    width: 350px;
    height: 550px;
    background-color: transparent;
    border: 0px none transparent;
}

.cssLaunchingSoon {
    position: absolute;
    top: calc(50% - 157px);
    left: calc(50% - 425px);
    width: 851px;
    height: 315px;
    background-color: transparent;
    border: 0px none transparent;
}

.cssHomePage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    background-color: #185886;
    border: 0px none transparent;
    overflow: hidden;
}
.cssBackground {
    background-image: url("../img/Background-Travel.png");
    background-size: 100% 97%;
}

.cssSubPage {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: calc(100% - 120px);
    background-color: transparent;
    border: 0px none transparent;
}

.cssTopBanner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    background-color: #eda730;
    z-index: 10000;
}
.cssTopMiddle {
    position: absolute;
    top: 0px;
    left: calc(50% - 500px);
    width: 1000px;
    height: 100%;
    background-color: transparent;
}

.cssSubTitle {
    position: absolute;
    top: 185px;
    left: calc(50% - 350px);
    width: 700px;
    color: white;
    background-color: transparent;
    border: 0px none transparent;
    text-align: center;
}

.cssLogoBox {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 215px;
    height: 110px;
    background-color: transparent;
    border-radius: 10px;
}

.cssHomeSelected {
    position: absolute;
    top: 30px;
    right: 340px;
    width: 140px;
    height: 60px;
    color: #eda730;
    background-color: #00000071;
    border: 0px none #00000071;
    border-radius: 10px;
    font-size: 18px;
}

.cssHome {
    position: absolute;
    top: 30px;
    right: 340px;
    width: 140px;
    height: 60px;
    color: #185886;
    background-color: transparent;
    border: 0px none transparent;
    border-radius: 10px;
    font-size: 18px;
}

    .cssHome:hover {
        color: #eda730;
        background-color: #00000071;
        border: 0px none #00000071;
    }

    .cssHome:active {
        color: #eda730;
        background-color: #185886;
        border: 0px none #185886;
    }

.cssAboutUsSelected {
    position: absolute;
    top: 30px;
    right: 180px;
    width: 140px;
    height: 60px;
    color: #eda730;
    background-color: #00000071;
    border: 0px none #00000071;
    border-radius: 10px;
    font-size: 18px;
}

.cssAboutUs {
    position: absolute;
    top: 30px;
    right: 180px;
    width: 140px;
    height: 60px;
    color: #185886;
    background-color: transparent;
    border: 0px none transparent;
    border-radius: 10px;
    font-size: 18px;
}

    .cssAboutUs:hover {
        color: #eda730;
        background-color: #00000071;
        border: 0px none #00000071;
    }

    .cssAboutUs:active {
        color: #eda730;
        background-color: #185886;
        border: 0px none #185886;
    }

.cssContactUsSelected {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 140px;
    height: 60px;
    color: #eda730;
    background-color: #00000071;
    border: 0px none #00000071;
    border-radius: 10px;
    font-size: 18px;
}

.cssContactUs {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 140px;
    height: 60px;
    color: #185886;
    background-color: transparent;
    border: 0px none transparent;
    border-radius: 10px;
    font-size: 18px;
}

    .cssContactUs:hover {
        color: #eda730;
        background-color: #00000071;
        border: 0px none #00000071;
    }

    .cssContactUs:active {
        color: #eda730;
        background-color: #185886;
        border: 0px none #185886;
    }

.cssCopyright {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    color: white;
    background-color: transparent;
    border: 0px none transparent;
    text-align: center;
    font-size: 12px;
}

.cssStatusLabel {
    position: fixed;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    color: white;
}

.status-success {
    background-color: #4CAF50; /* green */
}

.status-error {
    background-color: #f44336; /* red */
}

.status-warning {
    color: black;
    background-color: #eda730; /* orange */
}

.cssHyperLinkBox {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 180px);
    width: 361px;
    height: 23px;
    background-color: transparent;
    border: 0px none transparent;
}

.cssHyperLinkLabel {
    position: absolute;
    color: white;
    background-color: transparent;
    border: 0px none transparent;
    text-align: center;
    font-size: 12px;
}
    .cssHyperLinkLabel:hover {
        color: #eda730;
    }

.cssDisclaimer {
    top: 0px;
    left: 0px;
    width: 78px;
}

.cssPrivacy {
    top: 0px;
    left: 78px;
    width: 57px;
}

.cssTandC {
    top: 0px;
    left: 135px;
    width: 132px;
}

.cssToU {
    top: 0px;
    left: 267px;
    width: 94px;
}

.cssHyperLinkBoxAA {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 382px);
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal cells */
    gap: 10px; /* spacing between cells */
    text-align: center;
    max-width: 900px; /* optional, keeps it neat */
    margin: auto; /* centers the whole row */
    background-color: red;
    border: 0px none transparent;
}

    .cssHyperLinkBoxAA a {
        display: block;
        padding: 2px;
        background: transparent;
        border-radius: 6px;
        text-decoration: none;
        color: #333;
        transition: background 0.2s;
    }

        .cssHyperLinkBoxAA a:hover {
            background: #ddd;
        }

.cssSocialMediaLinks {
    position: absolute;
    bottom: 62px;
    left: calc(50% - 64px);
    width: 128px;
    height: 24px;
    background-color: transparent;
    border: 0px none transparent;
}
.cssSocialMediaIcons {
    position: absolute;
    top: 0px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0px none transparent;
}
.cssFacebook {
    left: 4px;
}
.cssInstagram {
    left: 36px;
}
.cssX { 
    left: 68px;
}
.cssWhatsApp {
    left: 100px;
}