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

/* img */

img{
    pointer-events: none;
}

/* Colors */
:root {
    --black:#000;
    --white:#FFF;
    --grey:#9493A7;
    --dark-blue: #192639;
}

/* Fonts */


body{
    font-family:'Gothic A1', sans-serif;
    background: var(--white);
    overflow:auto!important;
            background-color:var(--dark-blue);
}

h1{
    font-size:2.8rem;
    font-weight:500;
    color:var(--white); 
    line-height: 1.3;
    font-family: 'Playfair Display', serif;
}

h2{
    font-size:1.8rem;
    font-weight:500;
    color:var(--white); 
    margin-bottom:20px;
}

h3{
    font-size:1rem;
    font-weight:500;
    color:var(--grey); 
    margin-bottom:20px;
}

h4{
    font-size:1rem;
    font-weight:500;
    color:var(--white);
}

p{
    font-size:0.875rem;
    font-weight:300;
    color:var(--grey);
    margin:10px 0;
    line-height:1.5;
}

a{
    color: var(--white);
    text-decoration:none;
    font-size: 0.87rem;
    font-weight: 300;
}

/* Wrap */

.page-wrap{
    max-width:1920px;
    margin:auto;
}

.hero{
    background: url('../images/hero.jpg');
    background-repeat:no-repeat;
    background-position:top;
    background-size:cover;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

}

.nav{
    top:50px;
    margin:auto;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    background-color: #0F1826;
    width:100%;
    padding:30px 50px;
    max-width:1920px;
}

.absolute-0{
    position:absolute;
    width:100%;
    bottom:0;
}

.active a{
    color:#C6A979;
    font-weight:500;
}
.nav .links ul{
    list-style-type: none;
    display:inline;
    display:flex;
    font-weight:700;
}

.nav .links ul li{
    margin:0 20px;
}

.nav .links ul li a:hover{
    color:#C6A979;
}

.absolute-line{
    position:absolute;
    bottom:50px;
    left:50px;
}

.nav img{
    width:160px;
}

.content-main{
    text-align:center;
    width:100%;
}

.section{
    width:100%;
    height:820px;
    position:relative;
    background-color:var(--dark-blue);
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

.page-wrap .section .main-image{
    background: url('../images/image.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom;
    height:100%;
}

.page-wrap .section .contact-image{
    background: url('../images/contact.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom;
    height:100%;
}

.page-wrap .section .about-image{
    background: url('../images/about.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom;
    height:100%;
}

.page-wrap .section .split{
    width:50%;
    padding:50px;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    align-items:flex-start;
}

.split .content{
    /* max-width:500px */
}

.logo{
    width:140px;
    position:absolute;
    right:50px;
    bottom:50px;
}

.absolute-rect{
    position:absolute;
    top:0;
    left:0;
}

.absolute-rect_2{
    position:absolute;
    top:0;
    right:0;
}

.horizontal-line{
    height:4px;
    width:50px;
    background-color: #C6A979;
    margin-top:50px;
}

/* Mobile menu button and styling */
.mobile-menu {
    display: none;
}

.hamburger-menu {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color:white;
    z-index:2;
    position:absolute;
    right:20px;
}

.menu-items {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    background:url('../images/menu.svg');
    background-repeat:no-repeat;
    background-size:cover;
    color: #fff;
    z-index: 1;
}

.menu-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.menu-items li {
    margin: 15px;
}

.menu-items a {
    text-decoration: none;
    color: #fff;
    font-size:1.2rem;
    font-weight:400;
    font-family:'Playfair Display', serif;
    padding:20px 0;
}

.overflow-hide {
    overflow: hidden;
}

#menu-toggle{
    display:none;
}

/* Form */

.form-wrap{
    background-color: rgba(80, 125, 188, 0.3);
    margin: 60px auto;
    padding:20px;
    width:500px;
    backdrop-filter: blur(6px);
    border-radius:10px;
    text-align: left;
    border:1px solid #507DBC;
    margin-bottom:80px;
}

.form-wrap .row{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    margin:40px 0;
}

.form-wrap .row .form-group{
    width:47%;
    margin:0px;
}

.form-wrap .row .form-group input{
    width:100%;
}

#statusMessage, #statusMessage-2, #statusMessage-3{
    margin-bottom:50px;
    color:white;
    text-align:center;
    margin-top:15px;
}

.input-form{
    background-color: var(--dark-blue);
    height:100%;
    overflow:auto;
}

form{
    width:100%;
}

.return-ride input[type="checkbox"] {
    display: none;
}

.return-ride label {
    font-size: 14px;
    color: var(--white);
    position:relative;
    padding-left:34px;
}

.return-ride label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px; 
    height: 20px; 
    border: 1px solid #507DBC;
    background-color: #293F5F;
    border-radius: 4px; 
    cursor:pointer;
    margin-top:-3px;
}

.return-ride input[type="checkbox"]:checked + label::before {
    background-color: #C6A979;
    color: #fff;
    content: "\2713"; /* Unicode checkmark symbol (✓) */
    text-align: center;
    line-height: 20px;
    border:none;
    outline:0;
}


.form-group{
    margin:40px 0;
}

.return-ride{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    margin:40px 0;
}

.width-override{
    width:100%!important;
}

.legal{
    height:auto!important;
}

.width-override h3{
    color:white;
}

.width-override ul{
    font-size:0.875rem;
    font-weight:200;
    color: var(--grey);
}

.width-override ul li{
    padding:5px 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="time"], select{
    border: none;
    border: 1px solid #507DBC;
    background-color: #293F5F;
    color:white;
    border-radius:6px;
    padding:10px 16px;
    outline:0;
    margin-top:10px;
    width:100%;
    height:52px;
    font-size:1rem;
}

textarea{
    border: none;
    border: 1px solid #507DBC;
    background-color: #293F5F;
    color:white;
    border-radius:6px;
    padding:10px 16px;
    outline:0;
    margin-top:10px;
    width:100%;
    font-size:1rem;
    font-family:'Gothic A1', sans-serif;
}

select{
    padding:14px;
}

select::before { 
    margin-right: 10px; 
}

input:focus{
    border:1px solid #C6A979;
}

form#existinClientForm .row:first-child{
    margin-top:20px;
}

label{
    font-size:0.875rem;
    color: var(--white);
}

input[type="submit"]{
    width:100%;
    height: 44px;
    outline:0;
    border:0;
    background: #C6A979;
    color:white;
    text-transform:uppercase;
    border-radius:6px;
    padding:14px 0;
    cursor:pointer;
    font-weight:600;
    font-size:0.875rem;
}

.button{
    outline: 0px;
    height: 44px;
    border: 0px;
    background: rgb(198, 169, 121);
    color: white;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 14px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.875rem;
    text-align:center;
}

input[type="submit"]:hover{
    background: #9f8355;
}

.values{
    background:url('../images/values.svg');
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-start;
    padding:50px;
}

.values-wrap{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top:60px;

}

.value{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content: flex-start;
    width:30%;
    margin:20px 0;
}

.value .icon-wrap img{
    max-width:50%;
}

.value .icon-wrap{
    border: 1px solid #507DBC;
    background-color: #293F5F;
    border-radius: 6px;
    width:52px;
    height: 52px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right:20px;
}

.footer{
    background-color:#0F1826;
    padding:30px 50px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.copyright{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.copyright a, .copyright p{
    margin-right:30px;
}

.contact{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}

.contact-option{
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    margin-right:50px
}

.contact-option:last-child{
    margin-right:0;
}

.contact-option img{
    margin-right:16px;
    max-width:30px;
}

.footer img{
    width:140px;
}
@media only screen and (max-width: 1020px) {

    h1{
        font-size:1.6rem;
        line-height:1.4;
    }
    
    h2{
        font-size:1.4rem;
    }
    
    h3{
        font-size:1rem;
    }
    
    p{
        font-size:0.875rem;
    }

    .page-wrap{
        flex-direction:column;
    }

    .page-wrap .section .split{
        padding:20px;
        width:100%;
    }

    .split .content{
        width:100%;
    }

    .colum-reverse_m{
        flex-direction:column-reverse!important;
    }

    .logo{
        width:100px;
        margin-bottom:50px;
    }

    .input-form{
        position:inherit;
    }

    .page-wrap .section .main-image, .page-wrap .section .about-image{
        height:300px;
    }

    .page-wrap .section .main-image .content{
        text-align:center;
    }
    
    .nav{
        padding: 20px 20px;
    }

    .nav img{
        width:100px;
    }

    .absolute-line{
        left:20px;
    }

    .form-wrap{
        width:90%;
        margin:60px auto;
        padding:14px;
    }

    .form-wrap .row{
        flex-direction:column;
    }

    .form-wrap .row .form-group{
        width:100%;
    }

    .form-wrap{
        margin:20px auto;
    }

    .content-main{
        margin-top:40px;
    }

    .form-wrap .row{
        margin: 0;
    }

    .form-wrap .row .form-group{
        margin:10px 0;
    }

    form#existinClientForm .row:first-child{
        margin-top:0;
    }

    .section{
        height:auto;
        padding:0 0 80px 0;
        flex-direction:column;
    }

    #form{
        
    }
    .split .content{
        margin-top:40px;
    }

    input[type="submit"]{
        margin-top:20px;
    }
    #statusMessage, #statusMessage-2, #statusMessage-3{
        margin-bottom:20px;
    }

    .nav .links {
        display:none;
    }

    .button{
        margin-top:40px;
    }

    .content .horizontal-line{
        margin:50px auto;
    }

    .values {
        padding:20px;
        align-items: center;
        background-position:center;
    }

    .values-wrap{
        margin-top:40px;
    }

    .value{
        width:100%;
        flex-direction:column;
        text-align: center;
        align-items: center;
        margin:30px 0;
    }

    .value .icon-wrap{
        margin-right:0;
        margin-bottom:20px;
    }

    .footer{
        flex-direction:column;
        align-items:flex-start;
        padding:30px 20px;
    }

    .copyright{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width:100%;
    }

    .copyright a, .copyright p{
        margin-right:0;
    }


    .contact{
        flex-direction:column;
        align-items:flex-start;
        margin-top:40px;
    }

    .contact-option{
        margin:10px 0;
    }
    .contact-option img{
        width:30px;
    }

    .footer img{
        width:100px;
    }

    .mobile-menu {
        display: block;
    }

    #menu-toggle{
        display:block;
    }

    .split .content{
        width:100%;
        max-width:100%;
    }

    .page-wrap .section .contact-image{
        height:280px;
        background-position:top;
    }
}