* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: white;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
}

.nowrap {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
}




/* banner-section */
.banner {
    background-image: url('../images/home-pg-banner-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-wrapper {
    position: relative;
    height: 80vh;
}

.banner-content {
    position: absolute;
    width: 75%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: max-content;
    margin: auto;
}

.banner-content h1 {
    font-weight: 700;
    color: white;
    font-size: 50px;
}

.banner-content span {
    color: #7ab629;
}

.banner-content h5 {
    font-weight: 600;
    color: white;
}


/* Header Styles */
header.main-header {
    position: relative;
    z-index: 100;
    margin-left: 60px;
    margin-right: 60px;
}

.navbar-padding {
    padding-right: 16px !important;
    padding-left: 16px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 0;
}

.navbar-brand img {
    width: 70px;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    font-size: 13.5px;
    color: #163300;
    font-weight: 600;
}

.navbar-brand span {
    font-family: "Rajdhani", sans-serif;
    color: #008b8b;
    font-weight: 700;
    font-size: 23px;
}

.navbar-nav .nav-link.highlighted-menu {
    background: darkcyan;
    color: white !important;
    border-radius: 30px;
    padding: 8px 18px !important;
    font-weight: 600;
    cursor: pointer;
}

.main-header .navbar {
    border-radius: 25px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar {
    padding: 0;
    position: absolute;
}

.navbar-brand {
    padding: 0;
}

.main-menu {
    justify-content: flex-end;
}

.main-menu ul {
    align-items: center;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 400;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

/* Hero-section styles */
.hero {
    position: relative;
    background: url(../images/home-pg-banner-img.png) no-repeat right center;
    background-size: cover;
    padding: 15% 0;
}

.hero-1 {
    position: relative;
    background: url(../images/join-our-fleet-bg.jpg) no-repeat right center;
    background-size: cover;
    padding: 15% 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.mob-banner-wrapper .section-title h1 {
    color: rgb(49, 49, 49);
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.mob-banner-wrapper {
    border-bottom: solid 1px rgb(210, 210, 210);
}

.mob-banner-wrapper .section-title h1 span {
    color: darkcyan;
}

.hero-content .section-title {
    text-align: left;
    margin-bottom: 30px;
    line-height: 2rem;
}

.hero-content .section-title h1 {
    color: rgb(49, 49, 49);
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    margin-top: 40px;
    text-align: left;
}

.hero-content .section-title h1 span {
    color: darkcyan;
}

/* About styles */
.about-us .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.about-us .section-title h2 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: #008b8b;
}

.about-content p {
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
}

.about-box {
    margin: auto;
    max-width: 70%;
}

@media (max-width: 991px) {
    .about-box {
        margin: auto;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .about-box {
        margin: auto;
        max-width: 80%;
    }
}

/* Partners Styles */

.partners {
    margin-top: 10px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: darkcyan;
    height: 21px !important;
    width: 21px !important;
}

.partners-logo {
    width: 200px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

/* Team styles */
.section-title {
    text-align: center;
}

.section-title h3 {
    color: darkcyan;
    font-size: 33px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.section-title h2 {
    color: #163300;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 27px;
}

.hero-content .section-title-akx h1 {
    color: rgb(255 255 255);
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    margin-top: 40px;
    text-align: left;
}

.akx {
    color: darkcyan;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    margin-top: 40px;
    text-align: left;
}

.our-team {
    background-color: #f8f8f8;
    padding: 50px 0;
    height: 100%;
    width: 100%;
}

.our-team .card {
    border-radius: 20px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card img {
    object-fit: contain;
}

.card-body {
    padding-top: 20px;
    text-align: center;
}

.vip-container {
    width: 140px;
    height: 140px;
    margin: 5% auto;
}

.vip-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-body h4 {
    color: #163300;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.card-body h6 {
    color: darkcyan;
    font-weight: 700;
}

.card-body p {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
}

.card-img-top {
    border-radius: 50% !important;
    height: 180px;
    width: 180px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    padding-top: 30px !important;
}

.bi {
    font-size: 25px;
    color: #0073b1;
}

@media (max-width: 768px) {
    .card {
        margin-top: 20px !important;
    }

    .card-img-top {
        margin-top: 15px !important;
    }
}

/* Call-us styles */
.call-us-section {
    padding: 50px 0 60px;
}

.call-us-box .call-us-image img {
    width: 95%;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.call-us-content {
    position: relative;
    padding: 0 40px;
}

.call-us-content .phone-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    border: 6px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: darkcyan;
    position: absolute;
    left: 95%;
    top: 50%;
    overflow: hidden;
    transform: translate(-53px, -50%);
}

.call-us-content .phone-icon img {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.call-us-content h3 {
    font-size: 31px;
    color: #163300;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.call-us-content h3 span {
    color: #008b8b;
}

.email-us {
    color: #163300;
    text-decoration: none;
    font-size: 25px;
}

.email-us:hover {
    color: #163300;
}

.call-us-content p {
    margin-bottom: 0;
    color: #888888;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .call-us-content {
        padding: 0 20px;
    }

    .call-us-content .phone-icon {
        transform: translate(140px, -50%);
        left: 50%;
    }
}

@media only screen and (max-width: 580px) {
    .call-us-content {
        padding: 0 20px;
    }

    .call-us-content .phone-icon {
        transform: translate(130px, -50%);
        left: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .call-us-content {
        padding: 0 20px;
    }

    .call-us-content .phone-icon {
        transform: translate(120px, -50%);
        left: 50%;
    }
}

/* Footer Styles */
.main-footer {
    background: #004b4b url(../images/footer-banner.png) no-repeat bottom center;
    background-size: cover;
    padding: 20px 0;
}

.footer-contact {
    border-bottom: 1px solid #ffffff20;
}

.footer-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-contact-box .contact-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: darkcyan;
    margin-right: 30px;
}

.footer-contact-box img {
    height: 35px;
    width: 35px;
}

.footer-contact-info h3,
.footer-links h2,
.footer-about h2 {
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.footer-contact-info p,
.footer-about p,
.footer-links ul li a,
.footer-copyright-text p {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.email-link,
.phone-link {
    color: white;
    text-decoration: none;
}

.email-link:hover,
.phone-link:hover {
    color: #ffffff;
}


.footer-copyright {
    background: none !important;
    padding: 22px;
    padding-bottom: 0px;
}

.footer-copyright-text {
    text-align: center;
}

.footer-about h2 {
    font-size: 29px;
}

.footer-about img {
    max-width: 90px;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    header.main-header {
        margin-left: 20px;
        margin-right: 20px;
    }

    .navbar-brand img {
        width: 50px;
    }

    .navbar-nav .nav-item {
        margin: 0 5px;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
    }

    .navbar-brand span {
        font-size: 18px;
    }

    .navbar-nav .nav-link.highlighted-menu {
        padding: 6px 12px !important;
    }

    .main-header .navbar {
        border-radius: 20px;
    }
}


@media (max-width: 767px) {
    header {
        position: static;
        border-radius: 0;
        max-width: 100%;
        border-bottom: 1px solid #eee;
    }

    .footer-contact-box {
        justify-content: flex-start;
        text-align: left;
    }

    .footer-contact-box .contact-icon-box {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-links {
        padding-left: 0;
    }

    .footer-links ul li a:before {
        left: -16px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}