@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Pacifico&display=swap');
::-webkit-scrollbar {
  width: 0;
}

:root {
    --color5: #cccccc;
    --black-text:#2e2e2e;
    --gray-text:#535353;
    --color1:#3379fa;
    --color2:#f53a43;
    --color3:#0f0d26;
    --hover1:#2a5dbb;
    --hover2:#af262d;
}

body{
    overflow-x: hidden;
}

.lock-scroll {
    overflow: hidden;
}

.bg{
    background: url('../img/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    background-size:cover;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

/* ===== HEADER ===== */

.navbar-brand {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 10px;
    }

.logo {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 900px) {
    .navbar-brand{
        display: none;
    }

    .logo {
        width: 70px;
        height: 70px;
    }

}

.nav-call,
.nav-phone {
    transition: all 0.5s ease;
    background: linear-gradient(to left, transparent 50%, var(--hover2) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: var(--bs-white);
    background-color: var(--color1);
}

.nav-call:hover,
.nav-phone:hover {
    background-position: left bottom;
    outline: none;
}

.nav-apply{
    transition: all 0.5s ease;
    background: linear-gradient(to left, transparent 50%, var(--hover1) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: var(--bs-white);
    background-color: var(--color2);
}

.nav-apply:hover{
    background-position: left bottom;
    outline: none;
}

.nav-phone{
    background-color: var(--color1);
    color: var(--bs-white);
    display: none;
}

.navbar .nav-phone{
    padding: 10px 20px;
}

.nav-phone:hover{
    background-position: left bottom;
    outline: none;
}

.nav-call ,
.nav-apply ,
.nav-phone{
    text-decoration: none;
    margin-right: 20px;
    padding: 10px 20px;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    letter-spacing: 1px;
}

@media screen and (max-width: 650px){
    .nav-call{
        display: none;
    }

    .nav-phone{
    display: block;
}

    .nav-apply span {
        display: none;
    }
}

.active {
    background-color: var(--color3);
    z-index: 999;
    transition: all 0.5s ease;
}

.header {
     transition: all 0.5s ease;
     padding: 10px 20px !important;
     margin: 0;
}

@media screen and (max-width: 450px) {
    .logo {
        width: 50px;
        height: 50px;
    }

    .nav-call ,
    .nav-apply ,
    .nav-phone{
    text-decoration: none;
    margin-right: 10px;
    padding: 10px 15px;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    letter-spacing: 1px;
}

}

/* ===== HAMBURGER ===== */

.menu {
    border: 4px solid white;
    padding: 6px 20px;
    border-radius: 50px;
    transition: all 0.5s ease;
    background: linear-gradient(to left, transparent 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.menu a {
    color: white;
}

.menu:hover{
    background-position: left bottom;
    outline: none;
}

.menu:hover a,
.menu:hover .fa-bars,
.menu:hover .fa-xmark{
    color: black;
    transition: 0.2s ease;
}

.menu-btn {
    font-family: roboto;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}

.fa-bars,
.fa-xmark {
    color: white;
    font-size: 20px;
    margin-left: 10px;
    padding-top: 4px;
}

.showIcon {
    display:block !important;
}

.hideIcon{
    display: none !important;
}

.hamburger {
    z-index: 100;
    cursor: pointer;
}

.hiddenMenu-links-title .fa-square-check{
    margin: 0 20px 0px 0px;
}

.hiddenMenu-links-items a{
    text-align: left;
    text-decoration: none;
    font-family: open sans;
    color: var(--bs-white);
    font-size: 20px;
    font-weight: 600;
}

.hiddenMenu-links-items{
    padding-left: 20px;
    border-left: 3px solid white;
    margin-bottom: 100px;
}

.fa-square-phone{
    color: var(--bs-white);
    font-size: 40px;
    margin-right: 20px;
    padding-top:2px;
}

.hiddenMenu h5{
    color: var(--bs-white);
    font-family: roboto;
    font-style: italic;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.hiddenMenu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hiddenMenu-main-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.hiddenMenu-main-title img{
    width: 100px;
    margin-right: 20px;
}

.hiddenMenu-main-title h2{
    color: var(--bs-white);
    font-family: open sans;
    font-weight: 700;
    font-size: 50px;
}


@media screen and (max-width: 450px) {
    .menu{
        padding: 6px 15px;
        border: 3px solid white;
    }

    .menu-btn{
        font-size: 15px;
    }

    .fa-bars,
    .fa-xmark {
    color: white;
    font-size: 15px;
    margin-left: 10px;
    padding-top: 4px;
    }

    .hiddenMenu-main-title img{
    width: 50px;
    margin-right: 10px;
    }

    .hiddenMenu-main-title h2{
    color: var(--bs-white);
    font-family: open sans;
    font-weight: 700;
    font-size: 35px;
    }

    .hiddenMenu-main-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 80px;
}


    .fa-square-phone{
    color: var(--bs-white);
    font-size: 35px;
    margin-right: 20px;
    padding-top:2px;
}
}

@media screen and (max-width: 376px) {
    .menu{
        padding: 6px 15px;
        border: 3px solid white;
    }

    .menu-btn{
        font-size: 15px;
    }

    .fa-bars,
    .fa-xmark {
    color: white;
    font-size: 15px;
    margin-left: 10px;
    padding-top: 4px;
    }

    .hiddenMenu-main-title img{
    width: 40px;
    margin-right: 10px;
    }

    .hiddenMenu-main-title h2{
    color: var(--bs-white);
    font-family: open sans;
    font-weight: 700;
    font-size: 25px;
    }

    .hiddenMenu-main-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 150px;
}


    .fa-square-phone{
    color: var(--bs-white);
    font-size: 35px;
    margin-right: 20px;
    padding-top:2px;
}
}

/* ===== HAMBURGER MENU ===== */

.hiddenMenu {
    position: fixed;
    transform: translateY(-300%);
    transition: transform 0.2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: var(--color3);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.showMenu {
    transform: translateY(0);
}

.hiddenMenu-nav {
    display: flex;
    flex-direction: column;
}

.menuItem {
    text-decoration: none;
    color: var(--color5);
    font-family: open sans;
    font-size: 25px;
    font-weight: 600;
}

.menuItem:hover {
    font-weight: 800;
    transition: 0.1s ease-out;
}

/* ===== MAIN SCREEN ===== */

.main-title{
    font-family: open sans;
    font-style: italic;
    font-weight: 800;
    font-size: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
    margin-top: 150px;
}

.main-apply-btn {
    padding: 20px 60px;
    font-family: roboto;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    margin-top: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, transparent 50%, var(--color1) 50%);
    background-size: 100% 200%;
    background-position: left top;
    color: var(--bs-white);
    background-color: var(--color2);
}

.main-apply-btn:hover{
    background-position: right bottom;
    outline: none;
}

.explore{
    margin-top: 10%;
}

/* ===== DRIVE WITH US ===== */

.drivers-title{
    color: var(--color3);
    font-family: Open Sans;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 50px;
}

.drivers-plates {
    padding: 50px 20px 20px 20px;
    border-radius: 50px;
    box-shadow:  31px 31px 65px #acacac,-31px -31px 65px #ffffff;
    background-color: white;
    margin:0 50px 50px 50px;
    text-align: center;
    overflow: hidden;
}

.plates-title {
    font-family: Open sans;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -2px;
    font-size: 40px;
    color: var(--black-text);
}

.drivers-list {
    text-align: left;
    font-family: roboto;
    font-weight: 700;
    color: var(--black-text);
    font-size: 20px;
    margin-bottom: 40px;
}

.drivers-btn {
    background-color: var(--color2);
    padding: 20px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-family: roboto;
    font-weight: 700;
    color: white;
    font-size: 20px;
    margin-top: 30px;
    white-space: nowrap;
    margin-left: 30%;
}

.drivers-btn:hover{
    background-color: var(--color1);
    color: white;
    transition: 0.3s ease;
}

.drivers-btn-container{
    background: var(--color3);
    background: linear-gradient(90deg, var(--color3) 55%, rgba(255,255,255,1) 50%);
    height: 46px;
}

.fa-check-square {
    color: var(--color1);
}

@media screen and (max-width: 450px){

    .plates-title{
        font-size: 28px;
    }

    .drivers-list {
        font-size: 17px;
    }

    .drivers-list i{
        font-size: 13px;
    }
}

/*===== MODAL =====*/

.modal-title{
    font-family: Open sans;
    font-style: italic;
    letter-spacing: -2px;
    font-size: 40px;
    color: var(--bs-black);
    font-weight: 900;
    text-transform: uppercase;
}

.modal-apply ,
.modal-close{
    background-color: var(--color2);
    font-family: roboto;
    color: var(--bs-white);
    font-weight: 700;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
}

.modal-apply:hover {
    background-color: var(--color4);
    transition: 0.2s ease;
    color: var(--bs-white);
}

.modal-close{
    background-color: var(--color1);
    text-transform: uppercase;
}

.modal-close:hover{
    background-color: var(--color3);
    transition: 0.2s ease;
    color: var(--bs-white);

}

.modal-body {
    text-align: left;
}

.modal-body h5 {
    color: var(--black-text);
    font-family: open sans;
    font-weight: 700;
}

.modal-body li{
    font-family: open sans;
    color: var(--gray-text);
    font-weight: 500;
    font-size: 17px;
}

.modal-dialog {
    padding: 20px;
}

.fa-circle {
    font-size: 10px;
    color: var(--color2);
}

.benefits {
    color: var(--color1);
}


/*===== WHO WE ARE =====*/
.about {
    padding-right: 50px;
    margin: 100px 0 50px 0;
}

.about img{
    width: 95%;
    border-radius: 0 20% 20% 0;
    box-shadow:  31px 31px 65px #acacac,-31px -31px 65px #ffffff;
    margin: 0;
}

.about-title{
    color: var(--color3);
    font-family: Open Sans;
    font-weight: 900;
    font-style: italic;
}

.about-text {
    margin-top: 70px;
}

.about-text-description {
    font-size: 25px;
    font-family: open sans;
    font-weight: 500;
    color: var(--gray-text);
    margin-top: 40px;
}

.about-text h3 {
    font-family: open sans;
    font-weight: 800;
    font-size: 35px;
    margin-top: 50px;
    color: var(--color3);
}

.about-list {
    margin-top: 20px;
    font-size: 30px;
    font-family: open sans;
    font-weight: 400;
}

.fa-diamond {
    color: var(--color2);
    font-size: 15px;
}

/*===== TESTIMONIALS =====*/

.testimonials-title {
    color: var(--color3);
    font-family: Open Sans;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 50px;
    text-align: center;
}

.fa-star{
    color: var(--color1);
    font-size: 25px;
    padding-bottom: 5px;
}

.reviews__title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid var(--color3);
    padding: 0px 10px;
}

.reviews__title i{
    padding-bottom: 10px;
}

.reviews__title h2 {
    font-family: Open sans;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -2px;
    font-size: 35px;
    color: var(--color2);
    margin-right: 20px;
    white-space: nowrap;
}

.reviews__item {
    padding: 50px 20px;
    border-radius: 50px;
    box-shadow:  31px 31px 65px #acacac,-31px -31px 65px #ffffff;
    background-color: white;
    margin:0 50px 50px 50px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 700px;
    min-height: 425px;
}

.reviews__item p {
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-text);
    padding: 20px 50px 0;
    text-align: left;
    margin-bottom: 50px;
}

.more a{
    background-color: var(--color2);
    padding: 20px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-family: roboto;
    font-weight: 700;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.more a:hover{
    background-color: var(--color1);
    transition: 0.4s ease;
}

.slider {
    margin: 0 auto 70px auto;
}

.itc-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* =====  FAQS ===== */

.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    font-family: Open sans;
    font-weight: 400;
    font-size: 25px;
    color: var(--gray-text);
    outline: none;
    box-shadow: none;
}

.accordion-body {
    font-family: Open sans;
    font-weight: 400;
    font-size: 20px;
    color: var(--gray-text);
    background-color: #ececec;
}

.accordion-button:not(.collapsed) {
    background-color: var(--color1);
    color: var(--bs-white);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faqs-title {
    color: var(--color3);
    font-family: Open Sans;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 50px;
    text-align: center;
}

.faqs {
    margin-top: 150px;
    margin-bottom: 150px;
}

@media screen and (max-width: 450px) {
    .faqs{
        margin-top: 75px;
    }
}

/* ===== FOOTER ===== */

footer{
    background-color: var(--color3);
    padding: 50px 100px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.footer-wrapper {
    width: 450px;
    height: 100%;
}

.footer-container{
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.footer-contacts,
.hiddenMenu-contacts {
    margin-right: 50px;
    margin-bottom: 50px;
}

.footer-contacts-title ,
.hiddenMenu-contacts-title{
    margin-bottom: 40px;
    display: flex;
}

.footer-contacts-title img ,
.hiddenMenu-contacts-title img{
    width: 50px;
    margin-right: 20px;
}

.footer-contacts-title h3,
.hiddenMenu-contacts-title h3 {
    color: var(--bs-white);
    font-family: open sans;
    font-weight: 800;
    font-size: 35px;
}

.footer-contacts-item,
.hiddenMenu-contacts-item {
    display: flex;
    align-items: center;
    font-family: open sans;
    color: var(--bs-white);
    margin: 10px;
}

.footer-contacts-item h4,
.hiddenMenu-contacts-item h4 {
    font-weight: 600;
    white-space: nowrap;
    font-size: 20px;
}

.footer-contacts-item i,
.hiddenMenu-contacts-item i{
    font-size:25px;
    margin-right: 20px;
    padding-bottom: 5px;
}

.footer-contacts-item a,
.hiddenMenu-contacts-item a{
    text-decoration: none;
    color: var(--bs-white);
}

.links h3,
.hiddenMenu-links h3{
    color: var(--bs-white);
    font-family: open sans;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 40px;
    white-space: nowrap;
}

.links-items{
    padding-right: 20px;
    border-right: 3px solid white;
}

.links-items a{
    text-decoration: none;
    font-family: open sans;
    color: var(--bs-white);
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

.links-items a:hover ,
.hiddenMenu-links-items a:hover{
    font-weight: 800;
    transition: 0.1s ease-out;
}

.links-title,
.hiddenMenu-links-title {
    display: flex;
    align-items: center;
}

.fa-square-check {
    color: var(--bs-white);
    font-size: 40px;
    padding-bottom: 30px;
    margin-left: 20px;
}

footer h5{
    color: var(--bs-white);
    font-family: roboto;
    font-style: italic;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.links-title .small ,
.hiddenMenu-links-title .small{
    display: none;
    margin-right: 20px;
}


@media screen and (max-width: 1400px) {
    .about-text {
        padding: 0px 50px !important;
    }
}

@media screen and (max-width: 830px) {
    .links-items a{
    text-align: left;
}

.links-title .small {
    display: block;
    margin-right: 20px;
}

.links-title .hide{
    display: none;
}

.fa-square-check {
    margin-right: 20px;
    margin-left: 0;
}

.links-items{
    padding-left: 20px;
    border-left: 3px solid white;
    padding-right: 0;
    border-right: 0;
}

.footer-container{
    justify-content: flex-start;
}
}

@media screen and (max-width: 450px) {

    .hiddenMenu-contacts-title h3,
    .hiddenMenu-links-title h3{
        font-size: 30px;
    }

    .fa-square-check {
        font-size: 30px;
        padding-bottom: 35px;
    }

    .hiddenMenu-contacts-item h4 {
        font-size: 20px;
    }

    .hiddenMenu-contacts-item i{
        font-size: 20px;
    }

    footer{
    background-color: var(--color3);
    padding: 50px 50px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
}

@media screen and (max-width: 376px) {

    .hiddenMenu-contacts-title{
        margin-bottom: 20px;
    }

    .hiddenMenu-contacts{
        margin-bottom: 25px;
    }
    
    .hiddenMenu-contacts-title h3,
    .hiddenMenu-links-title h3{
        font-size: 25px;
        font-weight: 600;
    }

    .fa-square-phone{
        font-size: 30px;
    }

    .fa-square-check {
        font-size: 30px;
        padding-bottom: 35px;
    }

    .hiddenMenu-contacts-item h4 {
        font-size: 16px;
    }

    .hiddenMenu-contacts-item i{
        font-size: 20px;
    }

    footer{
    background-color: var(--color3);
    padding: 50px 50px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
}
