@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-Regular.woff2') format('woff2'),
        url('../fonts/MavenPro-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-SemiBold.woff2') format('woff2'),
        url('../fonts/MavenPro-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocogoose';
    src: url('../fonts/Cocogoose-Light.woff2') format('woff2'),
        url('../fonts/Cocogoose-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans';
    src: url('../fonts/NunitoSans-Light.woff2') format('woff2'),
        url('../fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html,
body {
    color: #222222;
    font-family: "Maven Pro", 'Arial', sans-serif;
}

h1 {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    line-height: 1.1;
}

h2 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    line-height: 1.1;
}

h3 {
    font-family: "Poppins", 'Arial', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1.3;
}

h4 {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1.3;
}

h5 {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
}

p,
span {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
}

strong {
    font-weight: 600;
}

.btn-hexagon {
    position: relative;
    display: block;
    background: transparent;
    width: 300px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    color: #c69a53;
    margin: 0 auto;
    font-family: 'Maven Pro', 'Arial', sans-serif;
    font-weight: 300;
    transition: all 0.3s ease;
}

.btn-hexagon:before {
    font-weight: 300;
    position: absolute;
    display: block;
    content: '';
    width: 300px;
    left: 0px;
    height: 34px;
    z-index: -1;
    transform: perspective(15px) rotateX(3deg);
    border: 1px solid #c69a53;
    border-bottom: none;
    transition: all 0.3s ease;
}

.btn-hexagon:after {
    font-weight: 300;
    position: absolute;
    display: block;
    content: '';
    width: 300px;
    left: 0px;
    height: 34px;
    z-index: -1;
    top: 36.05px;
    transform: perspective(15px) rotateX(-3deg);
    border: 1px solid #c69a53;
    border-top: none;
    transition: all 0.3s ease;
}

.btn-hexagon span {
    position: relative;
    z-index: 1;
}

.btn-hexagon:hover:before {
    background: #c69a53;
}

.btn-hexagon:hover:after {
    background: #c69a53;
}

.btn-hexagon:hover {
    color: #262e39;
}

.navbar {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.navbar.sticked {
    background-color: #F1F2F2;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.navbar .nav-item>.nav-link {
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-weight: 300;
}

.navbar.sticked .nav-item>.nav-link {
    color: #222222;
}

.navbar .nav-item>.nav-link.active,
.navbar .nav-item>.nav-link:hover {
    color: #c69a53;
}

.navbar .nav-item.dropdown .dropdown-menu{
    background-color: #F1F2F2;
}

.navbar .nav-item.dropdown .dropdown-menu .nav-link{
    font-weight: 300;
    padding: 0.5rem 1rem;
    color: #222222;
}

.navbar .nav-item.dropdown .dropdown-menu .nav-link:hover{
    color: #c69a53;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222222;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

.navbar-toggler.collapsed .toggler-icon {
    background: #222222;
}

.offcanvas {
    background-color: #F1F2F2;
}

.offcanvas .offcanvas-header {
    border-bottom: 1px solid #222222;
}

.offcanvas.offcanvas-end {
    border-left: 0;
}

#float-register {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

#banner {
    margin-top: -130px;
    overflow: hidden;
    background-color: #282F39;
}

#banner #content {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding-top: 12%;
}

#banner #content h3 {
    font-family: "NunitoSans", 'Arial', sans-serif;
}

#banner #content h3 span {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1.3;
}

#banner #content p {
    font-family: "Maven Pro", 'Arial', sans-serif;
    line-height: 1;
}

#banner #content span {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

#welcome {
    background-color: #282F39;
    padding: 4rem 0;
    overflow: hidden;
}

#welcome h2 {
    color: #c69a53;
}

#welcome h3 {
    color: #c69a53;
}

#welcome .investment {
    border-left: 2px solid #FFFFFF;
}

#welcome #hotspots #hotspot-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#welcome #hotspots #hotspot-container .hotspot {
    width: 130px;
    height: 130px;
    display: block;
    background-color: #282F39;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
}

#welcome #hotspots #hotspot-container .hotspot:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 100%;
    background-color: #FF8100;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    pointer-events: none;
}

#welcome #hotspots #hotspot-container .hotspot:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #282F39;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    pointer-events: none;
}

#welcome #hotspots #hotspot-container .hotspot.pause:before,
#welcome #hotspots #hotspot-container .hotspot.pause:after {
    animation-play-state: none;
}

#welcome #hotspots #hotspot-container .hotspot.active {
    transform: translate(-50%, -50%) scale(1);
}

#welcome #hotspots #hotspot-container .hotspot.active span.desktop {
    display: block !important;
    color: #FFFFFF;
    padding: 0.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}

#welcome #hotspots #hotspot-container .hotspot.active:before {
    opacity: 0;
}

#welcome #hotspots #hotspot-container .hotspot.active:after {
    opacity: 0;
}

#welcome .hotspot-legends {
    color: #c69a53;
    list-style-type: none;
}

#welcome .hotspot-legends li {
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}

#welcome .hotspot-legends li h5 {
    font-size: 14px;
}

#welcome .hotspot-legends li .number {
    position: absolute;
    left: -2rem;
    top: -3px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #c69a53;
    border-radius: 100%;
    line-height: 1.5;
    color: #222222;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

#contact {
    background-color: #282F39;
    padding: 4rem 0 2rem;
    overflow: hidden;
}

#contact h2 {
    color: #c69a53;
}

#contact h3 {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
}

#contact h4 {
    font-family: "Maven Pro", 'Arial', sans-serif;
    font-weight: 300;
}

#contact a {
    text-decoration: none;
}

#contact form {
    background-color: #CD9A67;
}

#contact form input {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 1.5rem 1.15rem;
    height: 100%;
}

#contact form input::placeholder {
    color: #FFFFFF;
}

#contact form select {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 1.5rem 1.15rem;
}

#contact form label[for="country-code"] {
    position: absolute;
    top: 0.75rem;
    left: 0.45rem;
}

#contact form input~label {
    color: #FFFFFF;
}

#contact form input~label:after {
    background-color: transparent;
}

#contact form .form-check input {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: none;
    border-radius: 0;
    background-color: #FFFFFF;
}

#contact form .form-check input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23CD9A67' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

#contact form .form-check label {
    top: -33px;
    position: relative;
    margin-left: 25px;
    font-size: 12px;
    font-weight: 300;
}

#contact form .form-check a {
    color: #FFFFFF;
    text-decoration: underline;
}

#contact form button[type="submit"] {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    font-size: 22px;
    outline: 0;
    appearance: none;
    background: 0;
    border: none;
    border-radius: 50px;
    background-color: #FFFFFF;
    color: #CD9A67;
    padding: 1rem 2.25rem;
    width: 100%;
    transition: all 0.3s ease;
}

#contact form button[type="submit"]:hover {
    background-color: #222222;
    color: #FFFFFF;
}

#contact .box {
    border: 1px solid #FFFFFF;
    padding: 1.25rem;
    flex-grow: 1;
}

footer {
    background-color: #282F39;
    padding: 0 0 120px;
    overflow: hidden;
}

footer h3 {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
}

footer a {
    font-family: "NunitoSans", 'Arial', sans-serif;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
}

footer p {
    font-size: 15px;
}

#sticky-bar {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 98;
}

#sticky-bar a>img {
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
}

@media (max-width: 1199.98px) {

    .navbar .nav-item > .nav-link{
        padding: 0.5rem 0;
        color: #222222;
    }

}

@media (max-width: 1199.98px) {

    .navbar {
        background-color: #F1F2F2;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    }

    #banner{
        margin-top: 0;
    }

    #banner #content {
        position: relative;
        padding-top: 0;
    }

}

@media (max-width: 991.98px) {

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
        line-height: 1.2;
    }

}

@media (max-width: 767.98px) {

    h1 {
        font-size: 34px;
    }

    h3 {
        font-size: 24px;
    }

    .btn-hexagon {
        width: 240px;
    }

    .btn-hexagon:before {
        width: 240px;
    }

    .btn-hexagon:after {
        width: 240px;
    }

    #welcome #hotspots #hotspot-container {
        top: -20px;
    }

    #welcome #hotspots #hotspot-container .hotspot.active span.desktop {
        display: none !important;
    }

    #welcome #hotspots #hotspot-container .hotspot span.mobile {
        display: block !important;
        color: #FFFFFF;
        padding: 0.5rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) scale(4);
        width: 100%;
        text-align: center;
        z-index: 1;
    }

    #sticky-bar img {
        max-width: 50px;
    }

}