* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: "Saira", sans-serif !important;
    /* font-family: "Roboto", sans-serif !important; */
    overflow-x: hidden;
}

.nowrap {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}

.bg-gray {
    background-color: #f6f6f6;
}

/* topbar section */
.top-bar {
    background-color: #1a1919;
    color: rgba(255, 255, 255, 65%);
    padding: 14px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
    text-shadow: rgba(0, 0, 0, 0.5);
}

.topbar-icon {
    color: #7ab629;
    margin-right: 5px;
}

.contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-bar-timings {
    border-left: solid 1px rgba(255, 255, 255, 65%);
    padding-left: 8px;
}

.mail-info a {
    color: rgba(255, 255, 255, 65%) !important;
}

/* header-section */
header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 101;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px;
}

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

.join-btn {
    background-color: #7ab629 !important;
    color: white !important;
    border-radius: 3px;
    text-align: center !important;
    width: 120px;
}

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

.nav-item a {
    color: #252733;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.nav-link:hover {
    color: #7ab629 !important;
}

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

/* banner-section */
.banner {
    background-image: url('../images/join-our-fleet-bg.jpg');
    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;
}

/* about section */
.about-us {
    margin-top: 70px;
}

.about-img img {
    height: 581px;
    width: 586px;
}

.about-img {
    border-radius: 7px;
}

.about-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E
}

.about-title h2 {
    color: #000;
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
}

.about-title {
    border-left: solid 4px #7ab629;
    padding-left: 24px;
}

.about-desc {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    color: #5E5E5E;
    margin-top: 25px;
}

.about-icon img {
    height: 58px;
    width: 88px;
}

.about-icon-info h3 {
    font-size: 21px !important;
    line-height: 31px;
    margin-left: 20px;
    color: #000;
}

.about-icon-info span {
    color: #7ab629;
}

.about-keys ul {
    list-style: none;
    padding: 0px !important;
}

.bi-check-square-fill {
    color: #7ab629;
}

.about-keys {
    font-family: "Roboto", sans-serif !important;
    color: #5E5E5E;
}

/* our-vision section */
.our-vision {
    margin-top: 90px;
}

.card {
    border: none !important;
}

.vision-title-header h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E
}

.vision-title h2 {
    font-size: 41px;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.vision-title p {
    color: #7ab629;
    font-weight: 900;
    font-size: 30px;
    margin-top: -20px;
}

.our-vision-image img {
    height: 60px;
    width: 60px;
    margin-top: 30px;
}

.our-vision-text {
    margin-top: 30px;
}

.our-vision-text p {
    margin-top: 25px;
    color: #666;
    font-family: "Roboto", sans-serif !important;
    /* text-align: justify; */
    font-size: 15px;
    line-height: 26px;
}

.our-vision-text h5 {
    font-weight: 600;
}

.card {
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none !important;
}

/* join-us section */
.join-us {
    position: relative;
    background-image: url(../images/join-section-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    padding: 80px 10px;
    height: auto;
    color: #fff;
    z-index: 99;
    margin-top: 100px;
}

.join-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.join-us-icon img {
    height: 100px;
    width: 230px;
}

.join-us-desc {
    text-align: justify;
    font-family: "Roboto", sans-serif !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    line-height: 26px;

}

.join-us-title span {
    color: #7ab629;
}

.join-us-title h3 {
    font-weight: 600;
    font-size: 38px;
}

.join-us-btn {
    background-color: #7ab629 !important;
    color: white !important;
    border-radius: 3px !important;
    width: 180px !important;
    height: 40px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-top: 11px;
}

/* experience section */
.exp-section {
    padding: 3.5rem 0;
}

.exp-carousel {
    border-radius: 8px;
}

.exp-title span {
    color: #7ab629;
}

.exp-title h3 {
    font-weight: 600;
    font-size: 44px;
    color: #000;
    text-align: center;
}

.exp-desc {
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    color: #5E5E5E;
    margin-top: 35px;
    font-size: 16px;
    line-height: 26px;
}

.exp-section .container-fluid {
    padding-left: 0;
    margin-left: 0;
}

/* stay-tuned section */

.comming-soon {
    background: url(../images/stay-tuned-section-img.png) no-repeat center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.comming-soon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.comming-soon-info {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.comming-soon-info h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4em;
}

.comming-soon-info h3 {
    font-size: 30px;
    color: #fff;
}

.comming-soon-info h3 span {
    color: #7ab629;
}

.launch-date {
    margin: 20px 0;
    /* background: rgba(255,255,255,0.15); */
    padding: 10px 20px 10px 0;
    position: relative;
}

.launch-date:before {
    content: '';
    width: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    /* background: rgba(255,255,255,0.15); */
}

.opening-date {
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.opening-date p {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.opening-date p span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.countdown-timer-wrapper {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    color: white;
    padding-top: 10px;
}

.timer {
    display: inline-block;
    font-size: 32px;
    font-weight: 400;
}

/* our-team section */
.our-team-title {
    text-align: center;
    margin-top: 50px;
}

.our-team-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E;
}

.our-team-title h2 {
    font-size: 41px;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.our-team-title p {
    color: #7ab629;
    font-weight: 900;
    font-size: 30px;
    margin-top: -20px;
}

.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: #000;
    font-weight: 700;
}

.card-body h6 {
    color: #7ab629;
    font-weight: 700;
}

.card-body p {
    font-size: 14px;
    color: #5E5E5E;
    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;
}

.team-social-icon {
    font-size: 25px;
    color: #0073b1;
}

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

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

/* our-partners section */
.partners-section {
    padding: 50px 0 60px;
    margin-top: 25px;
}

.partners-image img {
    width: 100%;
    border-radius: 10px !important;
}

.partners-title {
    border-left: solid 4px #7ab629;
    padding-left: 24px;
}

.partners-title span {
    color: #dd0606;
}

.partners-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E;
}

.partners h2 {
    font-size: 41px;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}

.partners-info p {
    font-family: "Roboto", sans-serif !important;
    color: #5E5E5E;
    font-size: 16px;
}

/* footer section */
.main-footer {
    background: #4a7018 url(../images/footer-bg.svg) no-repeat bottom center;
    background-size: cover;
    padding: 20px 0;
}

.footer-title {
    text-align: center;
    margin-top: 50px;
}

.footer-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E;
}

.footer-title h2 {
    font-size: 41px;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.footer-title p {
    color: #7ab629;
    font-weight: 900;
    font-size: 30px;
    margin-top: -20px;
}

.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: #7ab629;
    margin-right: 30px;
}

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

.footer-contact-info h3,
.footer-links h2,
.footer-about h2 {
    color: #ffffff;
    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-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;
    font-family: "Roboto", sans-serif !important;
}

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

.footer-about img {
    max-width: 90px;
    border-radius: 5px;
}
.footer-corporate-links a{
    color: #ffffff;
}
.google-map-section iframe {
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 230px;
}

.typeform-embed {
    width: 100%;
}

/* media queries */
@media screen and (max-width: 500px) {
    .google-map-section {
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 300px;
        height: 250px;
    }
}

@media screen and (max-width: 500px) {
    .top-bar {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .footer-contact-info h3,
    .footer-contact-info p {
        font-size: 13px;
    }
}


@media screen and (max-width: 500px) {
    .about-title h2 {
        color: #000;
        font-size: 39px;
        line-height: 50px;
        font-weight: 600;
    }
}

@media screen and (max-width: 379px) {
    .banner-content h1 {
        font-weight: 700;
        color: white;
        font-size: 46px;
    }
}