@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Jost", serif;
}

.main-hero-section {
    position: relative;
    /* background: url('../../assets/images/car-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 110vh;*/
    margin: 0;
}

/* .carousel-item .car-img {
    height: 98vh;
} */
#carouselExampleIndicators {
    background: url('../../assets/images/car-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    height: 85% !important;
}

.carousel-inner {
    height: 100vh;
}

.carousel-control-next {
    height: 80vh;
}

.carousel-control-prev {
    height: 80vh;
}

.slider {
    overflow: hidden;
    /* width: 98.6vw; */
    height: 100vh;
    position: relative;
}

.slider .slide {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: slide 15s infinite;
}

.slider .slide:nth-child(1) {
    background-image: url('../../assets/images/car-background.jpg');
    animation-delay: 0;
}

.slider .slide:nth-child(2) {
    background-image: url('../../assets/images/car-background.jpg');
    animation-delay: -2s;
}

.slider .slide:nth-child(3) {
    background-image: url('../../assets/images/car-background.jpg');
    animation-delay: -4s;
}

@keyframes slide {

    0%,
    15%,
    100% {
        transform: translateX(0);
        animation-timing-function: ease;
    }

    20% {
        transform: translateX(-100%);
        animation-timing-function: step-end;
    }

    95% {
        transform: translateX(100%);
        animation-timing-function: ease;
    }
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    align-items: center;
    z-index: 1;
}

.header .logo {
    padding: 10px;
}

.header .logo img {
    width: 15rem;
    height: 4rem;
}

.header .header-menu {
    list-style: none;
    display: flex;
    align-content: center;
    align-items: center;
}

.header .header-menu li {
    font-size: 16px;
    margin: 0.8rem 1rem;
    font-weight: bold;
}

.header .header-menu li a,
.header .header-menu li button {
    text-decoration: none;
    color: white;
    font-family: "Jost", serif;
}

.download-btn {
    background: linear-gradient(-17deg, #92a8b8, #ffffff 80.71%);
    border: none;
    border-radius: 8px;
    color: #000 !important;
    font-weight: bold;
}

.download-btns {
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-section {
    position: absolute;
    height: 95%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: end;
}

.main-section-content {
    position: relative;
    font-family: "Jost", serif;
    font-weight: bold;
    color: #fff;
}

.right-side-btn button {
    position: absolute;
    top: -100%;
    right: -10.4%;
    display: flex;
    align-items: center;
    background: linear-gradient(-17deg, #b9c3cb, #46a2d7 80%);
    padding: 8px;
    margin: 0;
    font-family: "Jost", serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 5px 0 0 5px;
}

.right-side-btn button:hover {
    color: #fff;
}

.right-side-btn button img {
    margin-right: 0.8rem;
}

.main-content h2 {
    font-size: 40px;
    margin-bottom: 3%;
}

.main-content h3 {
    font-weight: 800;
}

.main-content p {
    margin-bottom: 5%;
}

.main-content .section-download-btn a {
    border: none;
    border-radius: 8px;
    color: #003259 !important;
    font-weight: bold;
    font-size: 20px;
    background: linear-gradient(-17deg, #92a8b8, #ffffff 90.71%);
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    text-decoration: none;
}

.main-content .sec-btn {
    margin-top: 1%;
}

.about-section {
    background: linear-gradient(-00deg, #ffffff, #97abbb 100%);
    padding: 3rem;
}

.about-section .about-conatent {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
}

.section-header h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    margin: 2rem;
    font-family: "Jost", serif;
    color: #001F37;
}

.about-section .about-conatent .about-item {
    width: 60%;
    color: #29839c;
    font-family: "Jost", serif;
    font-size: 17px;
    padding: 1.5rem 0;
}

.about-section .about-conatent .about-item h5 {
    font-weight: 600;
}

.divider {
    width: 80%;
    height: 0.2rem;
    background: linear-gradient(to right, #29839c 0, #29839c 33%, #001F37 50%, #001F37 50%, #29839c 66%, #29839c 100%);
    display: flex;
    justify-content: center;
    margin: 1rem;
}

.how-work-section .content,
.vision-section .content {
    padding: 1rem 1rem 1rem 3rem;
}

.how-work-section .content ul li,
.vision-section .content ul li {
    padding: 0.8rem 1rem;
}

.how-work-section .how-work-image,
.vision-section .vision-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .how-work-section .how-work-image img, */
.vision-section .vision-image img {
    width: 100%;
    height: 80%;
}

.how-work-section .how-work-image img {
    width: 380px;
}

.section-download-btn a {
    border: none;
    border-radius: 50px;
    color: #003259 !important;
    font-weight: bold;
    background: linear-gradient(-17deg, #92a8b8, #ffffff 95.71%);
    padding: 0.8rem 1.4rem;
    text-decoration: none;
}

.services-detail-section .content h6 {
    margin: 1.5rem 1rem 1rem 0;
    font-family: "Jost", serif;
    font-weight: 600;
}

.services-detail-section .content p {
    font-family: "Jost", serif;
    margin: 0.2rem;
}


footer {
    background: linear-gradient(0deg, #003259, #ffffff 95.71%);
    color: #fff;
}

footer .footer-section {
    padding: 5rem 0 1rem 0;
}

footer .footer-section .term-section {
    text-align: center;
}

footer .footer-section .term-section a {
    color: #fff;
    font-size: 18px;
}

footer .footer-section .term-section p {
    font-size: 12px;
    font-weight: 100;
}

.footer-card {
    width: 300px;
    height: 300px;
    color: #000;
    border-radius: 10px;
}

.footer-card .card-body {
    height: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    font-style: italic;
    font-size: 14px;
}

.footer-card .card-footer {
    width: 100%;
    background-color: #fff;
    border: none;
}

@media only screen and (min-width:360px) and (max-width:767px) {
    .main-hero-section {
        height: 80vh;
    }

    .main-section {
        height: 100%;
    }

    .right-side-btn button {
        top: -15%;
        right: -2%;
    }

    .about-conatent {
        display: block !important;
    }

    .about-section .about-conatent .about-item {
        width: 90%;
        padding: 0.5rem 0;
        margin-left: 1rem;
    }

    .how-work-section .content,
    .vision-section .content {
        padding: 1rem;
    }

    .footer-logo-section {
        display: flex;
        justify-content: center;
    }

    .header .header-menu li {
        font-size: 12px;
        margin: 0rem 0.5rem;
        text-align: center;
    }

    .header .logo {
        display: flex;
        justify-content: center;
    }

    .download-btn {
        font-size: 0.5rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main-hero-section {
        height: 80vh;
    }

    .main-section {
        height: 60vh;
    }

    .right-side-btn button {
        top: -50%;
        right: -7%;
    }

    .about-conatent {
        display: block !important;
    }

    .about-section .about-conatent .about-item {
        width: 100%;
        padding: 0.5rem 0;
    }

    .divider {
        width: 100%;
    }

    .how-work-section .content,
    .vision-section .content {
        padding: 1rem;
    }

    .footer-logo-section {
        display: flex;
        justify-content: center;
    }

    .header .header-menu li {
        font-size: 12px;
        margin: 0rem 0.5rem;
        text-align: center;
    }

    .header .logo {
        display: flex;
        justify-content: center;
    }

    .download-btn {
        font-size: 0.5rem;
    }
}