﻿
#regForm {
    color: #ffffff;
    border-radius: 7px;
}

/* Mark input boxes that gets an error on validation: */
#regForm input.invalid {
    border: 1px solid #e67070 !important;
}

/* Hide all steps by default: */
#regForm .p-tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.inquiry-step-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.inquiry-step-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 50%;
    left: 0;
    z-index: -1;
    background-color: #fff
}

.inquiry-step {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #888;
    border: none;
    border-radius: 50%;
    font-size: 18px;
}

/* Mark the active step: */
.inquiry-step.step-active {
    background-color: #882D00;
    color: #fff;
}

/* Mark the steps that are finished and valid: */
.inquiry-step.finish {
    background-color: #e67070;
    color: #fff
}

@media (min-width: 992px) {
    .remove-scrolling {
        height: 100%;
        overflow: hidden;
    }
}

.alert {
    width: 300px;
    position: fixed;
    top: 40px;
    right: 15px;
    z-index: 100;
    padding: 10px;
}

.btn-menu {
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.09);
}

.btn-menu::before, .btn-menu::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #882D00;
}

.btn-menu span::before, .btn-menu span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #882D00;
}

.btn-menu:hover::before, .btn-menu:hover::after {
    width: 100%;
}

.btn-menu:hover span::before, .btn-menu:hover span::after {
    height: 100%;
}

.btn-menu::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.btn-menu span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0
}

.btn-menu::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.btn-menu span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.btn-menu:hover::after {
    transition-delay: 0s;
}

.btn-menu:hover span::after {
    transition-delay: 0.2s;
}

.btn-menu:hover::before {
    transition-delay: 0.4s;
}

.btn-menu:hover span::before {
    transition-delay: 0.6s;
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("fonts/HelveticaNowDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@media (min-width: 992px) {
    .overflow-lg-hidden {
        overflow: hidden !important;
        will-change: transform;
    }
}

@media (max-width: 992px) {
    .smooth-scroll {
        z-index: 0;
        position: relative;
    }
}

.main-title-style {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.1;
    text-transform: capitalize;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
    .main-title-style {
        font-size: 4vw;
    }
}

@media (max-width: 767px) {
    .main-title-style {
        font-size: 7.5vw;
    }
}

.hero-title-style {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 85px;
    line-height: 1.1;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .hero-title-style {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .hero-title-style {
        font-size: 5vw;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .hero-title-style {
        font-size: 70px;
    }
}

.c_border {
    border-radius: 25px;
}

.top-section {
    padding-top: 140px;
}

.top-section .container {
    text-align: center;
    color: #fff;
}

.top-section .container .c-title {
    font-size: 4rem;
}

@media (max-width: 768px) {
    .top-section .container .c-title {
        font-size: 35px;
    }
}

.top-section .container .c-desc {
    font-size: 1.3rem;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .top-section .container .c-desc {
        font-size: 18px;
    }
}

.demo {
    color: #fff;
}

@media (max-width: 768px) {
    .demo {
        padding: 1rem;
    }
}

.demo .container {
    background: #101010;
    box-shadow: 0 0 10px 0px #3b3b3b;
}

.demo .container .demo-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .demo .container .demo-content {
        padding: 1.5rem;
    }
}

.demo .container .demo-content h1 {
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .demo .container .demo-content h1 {
        margin-bottom: 1rem;
    }
}

.demo .container .demo-content p {
    font-size: 24px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .demo .container .demo-content p {
        font-size: 18px;
    }
}

.demo .container .demo-content a {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3960784314);
    border-radius: 0.5rem;
    transition: all 0.3s;
}

.demo .container .demo-content a:hover {
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.231372549);
    border-color: rgba(255, 255, 255, 0.7333333333);
}

.demo .container .demo-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.demo .container .demo-image img.uno {
    width: 70%;
    position: relative;
    z-index: 1;
}

.demo .container .demo-image img.lights {
    width: 20%;
    position: relative;
    z-index: 0;
}

.demo .container .demo-image img.astronaut {
    width: 18%;
    position: absolute;
    z-index: 0;
    animation: astromoove 3s linear forwards;
    animation-delay: 1.2s;
    transform-origin: top;
    transform: scale(0);
}

@keyframes astromoove {
    0% {
        transform: scale(0.3);
        top: 20%;
    }
    100% {
        transform: scale(1);
        top: 55%;
    }
}

.demo .container .demo-image img.stone {
    width: 80%;
}

.form-section {
    padding-top: 2rem;
    color: #fff;
    padding-bottom: 140px;
}

@media (max-width: 768px) {
    .form-section {
        padding-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .form-section .container {
        padding: 1rem;
    }
}

.form-section .row-form {
    display: flex;
}

@media (max-width: 992px) {
    .form-section .row-form {
        display: block;
    }
}

.form-section .cform {
    padding: 2rem;
    flex-basis: 65%;
    margin-right: 2rem;
    background: #101010;
    box-shadow: 0 0 10px 0px #3b3b3b;
}

@media (max-width: 992px) {
    .form-section .cform {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .form-section .cform {
        padding: 1.5rem;
    }
}

.form-section .cform h2 {
    font-size: 24px;
}

.form-section .cform h3 {
    color: rgba(255, 255, 255, 0.6509803922);
}

/*.form-section .cform .form-group {*/
/*    padding: 0.8rem 0;*/
/*}*/

.form-section .cform .form-group input, .form-section .cform .form-group textarea {
    color: #fff;
    background-color: #131313;
    box-shadow: inset 2px 4px 10px rgb(5, 5, 5), inset -2px -2px 5px rgb(56, 56, 56);
    border: none;
    outline: none;
    padding: 1rem;
}

.form-section .cform .form-group input:focus, .form-section .cform .form-group textarea:focus {
    outline: none;
    box-shadow: inset 0px 0px 50px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3137254902);
}

.form-section .cform .form-group .iti--allow-dropdown {
    width: 20%;
}

.form-section .cform .form-group button {
    font-size: 20px;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
    background-color: #f5a623;
    color: #000;
}

@media (max-width: 768px) {
    .form-section .cform .form-group button {
        font-size: 18px;
    }
}

.form-section .cform .form-group button:hover {
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.231372549);
}

.form-section .cform .form-group .country-code {
    padding: 1rem 1rem 1rem 3rem;
}

.form-section .cform .terms {
    color: #882D00 !important;
    text-decoration: underline;
}

.form-section .cform .iti__country-list {
    background-color: #101010 !important;
}

.form-section .cform .iti__country-list li:hover {
    background-color: black;
}

.form-section .cform p {
    line-height: 1.5;
}

.form-section .support {
    padding: 2rem;
    flex-basis: 35%;
    background: #101010;
    box-shadow: 0 0 10px 0px #3b3b3b;
}

@media (max-width: 768px) {
    .form-section .support {
        padding: 1.5rem;
    }
}

.form-section .support .c-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .form-section .support .c-title {
        font-size: 26px;
    }
}

.form-section .support .security, .form-section .support .chatnow {
    margin-top: 2rem;
}

.form-section .support svg {
    margin-bottom: 1rem;
}

.form-section .support .openchat {
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-top: 2rem;
    display: inline-block;
}

.form-section .support p {
    line-height: 1.5;
}

@media (max-width: 768px) {
    .form-section .support p {
        font-size: 16px;
    }
}

.form-section .support .c-icon {
    display: flex;
}

.form-section .support .c-icon i {
    color: #882D00;
    margin-right: 8px;
    margin-top: 3px;
    font-size: 16px !important;
}
