.our-fleet .fleet-content {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    gap: 40px;
    justify-content: center
}

.our-fleet .fleet-content h3 {
    width: 40%;
    font-size: 50px
}

.our-fleet .fleet-content p {
    width: 60%
}

@media(max-width: 992px) {
    .our-fleet .fleet-content {
        flex-direction:column;
        width: 100%;
        gap: 20px
    }

    .our-fleet .fleet-content h3 {
        width: 100%;
        font-size: 28px
    }

    .our-fleet .fleet-content p {
        width: 100%
    }
}

.our-fleet .fleet-items {
    width: 85%;
    margin: 60px 0 0 auto;
    position: relative
}

.our-fleet .fleet-items .img-box {
    padding: 30px;
    background-color: #ebebeb;
    border-radius: 20px;
    transition: all .2s linear
}

.our-fleet .fleet-items .img-box img {
    transition: all .2s linear
}

.our-fleet .fleet-items .item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px
}

.our-fleet .fleet-items .siter {
    padding: 10px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.our-fleet .fleet-items .item:hover .img-box {
    background-color: #eef3e6
}

.our-fleet .fleet-items .item:hover img {
    transform: scale(1.1)
}

@media(max-width: 768px) {
    .our-fleet .fleet-items {
        width:100%
    }
}

.our-fleet .owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    right: 50px;
    display: flex
}

.our-fleet .owl-theme .owl-nav button {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.our-fleet .owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 4px
}

@media(max-width: 768px) {
    .main-navbar {
        position:relative !important
    }

    .marquee-tagline {
        padding: 10px 0
    }

    .text-slide ul {
        font-size: 20px
    }

    .section-padding {
        padding: 50px 0
    }

    .section-title {
        font-size: 24px;
        line-height: 36px
    }

    .about .item {
        margin-top: 20px
    }

    .lets-talk h5 {
        font-size: 26px
    }

    .social-icons {
        display: none
    }
}

.custom-video {
    height: 500px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 768px) {
    .custom-video {
        height:600px !important
    }
}
