﻿/******************  Home style  ********************/
.home-banner {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .home-banner h1 {
        font-family: "Style Script", cursive;
        font-size: 70px;
        font-weight: 400 !important;
        color: #ffff !important;
    }

.icon-date {
    width: 30px;
    filter: brightness(0.5);
    padding-right: 10px;
}

.formBook {
    background-color: #fff;
    border-radius: 12px;
    display: flex;
}

.search-Button {
    background-color: #183785;
    color: #fff;
    border-radius: 30px;
    outline: none;
    border: none;
    padding: 11px 20px;
    font-size: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.brand {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    background-color: #fff;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:20px;
}

.premium-brand {
    background-color: #F0F4FF;
    border-radius: 80px 80px 0 0;
    margin-top: -4%;
}

h2 {
    color: #464141 !important;
    margin: 0 !important;
    font-size: 40px !important;
    font-weight: bold;
}

.box-clasess {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    background-color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    justify-content: space-around;
    padding: 20px;
    width: 257px;
    height: 100%;
    margin: auto;
}

h6 {
    color: #183785 !important;
    font-weight: bold !important;
    font-size: 24px !important;
}

.more-button {
    color: #183785 !important;
    border: 1px solid #183785 !important;
    background: transparent !important;
    transition: 0.3s ease-in !important;
    padding: 6px 15px !important;
    border-radius: 50px !important;
}
    .more-button:hover {
        background-color: #183785 !important;
        border: 1px solid #183785 !important;
        color: #fff !important;
        padding: 6px 15px !important;
        border-radius: 50px !important;
        transition: 0.3s ease-in !important;
    }

.show-brand {
    color: #183785;
    font-weight: bold;
    font-size: 20px;
}

    .show-brand i {
        transform: rotate(45deg);
    }

.map iframe {
    width: 100%;
    border-radius:25px;
}
.map .sub-mab {
    margin-top: -37%;
}



.no-calendar-icon::-webkit-calendar-picker-indicator {
    opacity: 0 ;
}

.no-clock-icon::-webkit-calendar-picker-indicator {
    display: none;
}

.boxOffer {
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 18px;
}

.text-offer {
    position: absolute;
    bottom: 8%;
    left: 6%;
}

    .text-offer h1 {
        color: #fff;
    }

    .text-offer a {
        background: transparent;
        border: 1px solid #fff;
        border-radius: 12px;
        color: #fff;
        padding: 1px 27px;
        transition: 0.3s ease;
        font-size: 18px;
    }
        .text-offer a:hover {
            background: #183785;
            transition:0.3s ease;
        }
.boxOffer .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #00000080;
    border-radius: 18px;
}
/******************  About style  ********************/
     .About {
        background-size: cover;
        background-repeat: no-repeat;
        height: 70vh;
        display: flex;
        align-items: center;
        position: relative;
    }

        .About .overlay {
            background: rgb(24,55,133);
            background: linear-gradient(90deg, rgb(24 55 133 / 86%) 37%, rgb(24 55 133 / 30%) 65%);
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .About h1 {
            font-size: 60px;
        }
    .Premium {
        background-color: #F0F4FF;
    }
    .story .overlay {
        background: rgb(24,55,133);
        background: #00000080;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 18px;
    }

/******************  Contact us style  ********************/
.get-in-touch h3{
    font-weight:bold;
}
.form-container {
    margin: auto;
    padding: 20px;
    border-radius: 35px;
    background: linear-gradient(180deg, rgba(24, 55, 133, 0.64) 0%, #183785 100%);
}

.form-title {
    color: #C0D2FF !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .label {
    color: #fff !important;
}

.form-group input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 8px;
    background: transparent;
    border-bottom: 1px solid #83A6FF73 !important;
    border: transparent;
    font-size: 16px;
    color: #fff
}
    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="tel"]::placeholder,
    textarea ::placeholder {
        color: #FFFFFF3D;
        text-align: start!important;
    }

.form-group textarea {
    resize: vertical;
    color: #fff;
}
.form-group textarea::placeholder {
    color: #FFFFFF3D;
    text-align: start !important;
}

    .submit-btn {
        padding: 10px 40px;
        font-size: 18px;
        background-color: #fff;
        border: none;
        color: #183785;
        cursor: pointer;
        border-radius: 38px;
        transition: 0.3s ease;
    }

    .submit-btn:hover {
        background-color: #183785;
        color: #fff;
        transition: 0.3s ease;
    }
.contactUs {
    height: 40vh;
    background: #183785;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .contactUs h1 {
        font-size: 60px;
    }

.phone {
    background: #183785;
    border-radius: 50%;
    height: 40px;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-right: 15px;
}

    .phone i {
        color: #fff;
    }
.phoneF {
    background: #fff;
    border-radius: 50%;
    height: 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-right: 15px;
}

    .phoneF i {
        color: #183785;
    }

.call li {
    color: #183785!important;
    font-size: 20px;
}
.call  p {
    color: #183785 ;
    font-size: 20px;
}
.callF h6{
font-size:18px!important;
}
/******************  Header style  ********************/
header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: background 0.3s ease;
}

.nav-link {
    color: #fff;
    font-size: 20px;
    transition: 0.3s ease;
    border-bottom: 2px solid #ffffff00;
}

    .nav-link:hover {
        border-bottom: 2px solid #fff;
        color: #fff;
        transition: 0.3s ease;
    }

.Info-header p {
    color: #fff;
}

.Info-header span {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px;
    margin: 7px;
    display: flex;
    align-items: center;
}

.button-ar {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 33px;
    margin: 0;
    display: flex;
    align-items: center;
}

.scrolled {
    background-color: #183785 !important;
    border-radius: 0 0 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*******************Find car ************************/
.find-car {
    height: 40vh;
    background: #183785;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.find-car h1{
    font-size:60px;
}
.padingsearsh {
    background-color: #fff;
    border-radius: 18px;
    padding: 15px;
}
.model-date {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 6px;
    align-items: center;
}
.model-date img{
    width:25px;
}
.box-service {
    background: #ffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
    .box-service .icon {
        background: #183785;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-service .icon i{
        color:#fff;
        font-size:30px;
    }
.box-Tours {
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow:hidden;
}
.tours-button {
    background-color: #183785;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.tours-button:hover{
    color:#fff;
}
.percantageOffer{
    display:flex;

}
    .percantageOffer h1 {
        font-size: 90px !important;
        font-family: "Style Script", cursive;
        font-weight: 700;
        font-style: normal;
    }
.percantageOffer h2 {
    margin: 0 !important;
    font-size: 50px !important;
    font-family: "Playfair Display", serif !important;
}
.percantageOffer h4 {
    margin: 0 !important;
    font-size: 25px !important;
    font-family: "Playfair Display", serif !important;
    font-weight: 100 !important;
}
.number-head{
    display:flex;
    align-items:center;
}
.number-head i {
    color: #ffff;
    font-size: 20px;
    padding-right: 10px;
}
.number-head p {
    color: #ffff;
    font-size: 20px;
}
.branshes {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 36px;
    padding: 7px 40px;
}
    .branshes p {
        color: #ffff;
        font-size: 17px;
        margin:0;
    }
.branshes img {
    filter: brightness(15.5);
}
.Blogs {
    margin-bottom: 19%;
}
.Video .video-container {
    position: relative;
    cursor: pointer;
    background-size: cover;
    height: 60vh;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 69px;
}
.video-container iframe{
    width:100%;
    height:100%;
}
.video-container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    border-radius: 18px;
}
.video-container h2 ,img{
    position:relative;
    z-index:1;
}
.iframe-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11;
}
.box-blog img {
    border-radius: 12px;
}
.offerIcon {
    width: 47px;
    padding: 5px;
}
.seeOffer {
    color: #183785;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.fincarIcon {
    width: 30px;
}