@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
* {
    font-family: "Poppins", sans-serif;
} 

:root {
    --primary: #fff;
    --secondary: #101010;
    --progress: #fcefee;
    color: #101010;
    --green: #e8f5f4;
    --green-title: #462d4e;
    --green-title-bold: #462d4e;
    --green-title-p: #7b6a83;
    --green-title-bold1: #462d4e;
    --green-title-p1: #7b6a83;
    --head: #fff;
    --hero: #21a5a0;
    --button: #fff;
    --rider: #fff;
    --new: #eeeff1;
    --flow: #21a5a0;
    --nav: #fff;
    --button2: #fff;
    --button3: #21a5a0;
    --aboutus: #eef6f6;
    --vision: #d95848;
    --team: #eef6f6;
    --team-head: #e05b4a;
    --name: #000b33;
}
.dark-theme {
    --primary: #101010;
    --secondary: #fff;
    --progress: #101010;
    columns: #fff;
    --green: #101010;
    --green-title: #fff;
    --green-title-bold: #fff;
    --green-title-p: #fff;
    --green-title-bold1: #101010;
    --green-title-p1: #101010;
    --head: #fff;
    --hero: #101010;
    --button: #21a5a0;
    --rider: #70706f;
    --new: #fff;
    --flow: #101010;
    --nav: #40403f;
    --button2: #21a5a0;
    --button3: #fff;
    --aboutus: #101010;
    --vision: #fff;
    --team: #101010;
    --team-head: #fff;
    --name: #fff;
}

header {
    padding: 18px 0px;
    background: var(--primary);
    box-shadow: rgba(193, 193, 193, 0.75) 0px 3px 17px -1px !important;
    z-index: 10000;
    position: relative;
}
/* header .container{
    box-shadow: rgba(193, 193, 193, 0.75) 0px 5px 17px -1px !important;
} */
header .logo {
    height: 48px;
    width: 118.37px;
}
header .container-fluid {
    width: 100%;
}
header .container-fluid .navbar-toggler {
    background-color: var(--nav);
}

header .nav-item {
    padding: 0rem 1rem;
}
header .nav-item:last-child {
    padding-right: 2rem;
}
header .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: var(--secondary);
}
header .nav-item .nav-link.active,
header .nav-item .nav-link:hover {
    color: #e05a49;
}
header .nav-item .nav-link.btn.btn-success {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 22px;
    gap: 12px;
    color: var(--primary);
    width: 120px;
    height: 40px;
    background: #21a5a0;
    border-radius: 8px;
    border: none;
}
header .nav-item .nav-link.btn.btn-success p {
    color: var(--primary);
}

header .nav-item .nav-link.btn.btn-success:hover {
    background: #197b77;
}
header .nav-item .nav-link.btn.btn-success img {
    width: 14.67px;
    height: 14.67px;
}

.light-color {
    color: #e05a49 !important;
}

.hero-section1 {
    margin-top: 84px;
    position: relative;
    overflow: hidden;
    background: var(--primary);
}
.hero-section2 {
    margin-top: 84px;
    position: relative;
    overflow: hidden;
    background: var(--primary);
}
.hero-section {
    margin-top: 84px;
    position: relative;
    overflow: hidden;
    background: var(--hero);
}
.hero-section .final {
    background-color: var(--hero);
}
.hero-section.business-page {
    background: var(--flow);
}

.hero-section1.business-page {
    background: var(--primary);
}
.hero-section2.business-page {
    background: var(--primary);
}
.hero-section.business-page .heading {
    color: var(--head);
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 2rem;
}
.hero-section.business-page .heading1 {
    color: var(--head);
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 1rem;
}
.hero-section.business-page .heading2 {
    color: var(--head);
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 2rem;
}
.hero-section .hero-content {
    background-color: var(--hero);
}

.hero-section .hero-content .dott {
    height: 8px;
    width: 8px;
    background-color: rgb(231, 99, 17);
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
}
.hero-section .hero-content .dot {
    color: var(--secondary);
}
/* .hero-section .hero-img img {
  -o-object-fit: cover;
     object-fit: cover;
} */
/* .hero-content9 .hero-content{
  background-color: var(--hero);
} */

/* .hero-section9 .hero-img2 .box1{
  background-color: #fff;
  height: 25px;
  font-weight: 400;
  font-size: 20px;
  padding: 5px;
}
.hero-section9 .hero-img2 .box2{
  background-color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 5px;
  
}
.hero-section9 .hero-img2 .pay{
  font-weight:700 ;
  font-size: 36px;
  align-items:left;
  color:#FB8A60;
} */
@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 600px;
    }
}
@media screen and (max-width: 768px) {
    .hero-section {
        min-height: 500px;
        padding: 3rem 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 768px) {
    .hero-section1 {
        min-height: 900px;
    }
}
@media screen and (min-width: 768px) {
    .hero-section2 {
        min-height: 900px;
    }
}
@media screen and (max-width: 768px) {
    .hero-section1 {
        min-height: 500px;
        padding: 3rem 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 768px) {
    .hero-section2 {
        min-height: 500px;
        padding: 3rem 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }
}
.hero-section .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-off-white .container .date {
    color: var(--secondary);
}

@media screen and (max-width: 768px) {
    .hero-section .hero-content {
        position: relative !important;
        margin-top: 480px;
    }
}
@media screen and (max-width: 768px) {
    .hero-section .hero-img {
        height: 480px !important;
        width: 100% !important;
    }
    .hero-section .hero-img img,
    .hero-section .hero-img .col-12,
    .hero-section .hero-img .row {
        margin: 0px;
        padding: 0;
        width: 200%;
        height: 100%;
    }
}

.hero-section .hero-img .btn-book-now {
    background: #e05a49;
    color: var(--primary);
    text-decoration: none;
    padding: 1rem 2rem;
    box-shadow: 0px 8px 20px rgba(241, 187, 50, 0.2);
    border-radius: 16px;
    max-width: 300px;
    min-width: 120px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
}
.hero-section .hero-img .btn-book-now svg {
    stroke: var(--primary);
    width: 20px;
    height: 20px;
    margin-right: 1rem;
}
.hero-section .hero-img .btn-book-now:hover {
    background: #d23724;
}
.hero-section .container {
    height: 100%;
}
@media screen and (min-width: 768px) {
    .hero-section .container {
        min-height: 635px;
    }
}
@media screen and (min-width: 768px) {
    .hero-section .content {
        padding-left: 2rem;
    }
}

.hero-section .content .nav-buttons {
    background: #fff;
    box-shadow: 20px 24px 94px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 0.25rem;
    margin-bottom: 1.5rem;
    gap: 0rem;
}

.hero-section .content .nav-buttons .btn {
    width: 100%;
    height: 84px;
    border-radius: 16px;
    border: none;
    color: #101010;
}

.hero-section .content .nav-buttons .btn svg {
    width: 50px;
    height: 50px;
    fill: #101010;
}
.hero-section .content .nav-buttons .btn.active {
    background: #21a5a0;
    box-shadow: 20px 24px 94px rgba(0, 0, 0, 0.05);
    color: #fff;
}
.hero-section .content .nav-buttons .btn.active svg {
    fill: #fff;
}
.hero-section .content .nav-buttons .btn.active:hover {
    background: #197b77;
}
.hero-section .content .out .nav-buttons {
    background: #fff;
    box-shadow: 20px 24px 94px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 0.25rem;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.hero-section .content .out .nav-buttons .btn {
    width: 50%;
    height: 74px;
    border-radius: 8px;
    border: none;
    color: #101010;
}
.hero-section .hero-section .content {
    align-items: center;
    vertical-align: middle;
}

.hero-section .content .out .nav-buttons .btn.active {
    background: #21a5a0;
    box-shadow: 20px 24px 94px rgba(0, 0, 0, 0.05);
    color: #101010;
}

.hero-section .content .out .nav-buttons .btn.active:hover {
    background: #197b77;
}
.hero-section .content form.business-form {
    width: 100%;
}
.hero-section .content form.business-form .check {
    color: #fff;
}
.hero-section .content form.business-form .input-box {
    background: var(--new) !important;
}
.hero-section .content form.business-form .btn-submit {
    background: var(--button);
    color: var(--secondaryher);
}
.hero-section .content form .input-box {
    background: #fff;
    border-radius: 16px;
    height: 64px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.hero-section .content form .input-box input,
.hero-section .content form .input-box select {
    background: none;
    border: none;
    outline: none;
    width: 100%;
}

.hero-section .content form .input-box select option:hover {
    background-color: #21a5a0 !important;
}

.hero-section .content form .input-box option:hover {
    background-color: #21a5a0 !important;
}

.hero-section .content form option:hover {
    background-color: #21a5a0 !important;
}
.hero-section .content form .return_date {
    display: none;
}
.hero-section .content form .return_date.active {
    display: block;
}
.hero-section .content form .yesNoCheck {
    border-radius: 1rem;
    padding: 0.5rem;
    width: 100%;
    min-width: 100px;
    max-width: 120px;
    display: block;
    height: 100%;
    border: none;
    line-height: 15px;
}
.hero-section .content form .yesNoCheck.active {
    background: #21a5a0;
    color: #fff;
}
.hero-section .content form .di-font {
    color: var(--secondary);
}
.hero-section .content form .input-box input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
}
/* input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
} */
.hero-section .content form .btn-submit {
    margin-top: 0.5rem;
    padding: 20px 32px;
    gap: 16px;
    height: 72px;
    background: var(--button);
    border-radius: 16px;
    color: var(--hero);
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
.hero-section .content form .btn-submit:hover {
    background: #197b77;
    color: var(--primary);
}
.hero-section .content form .btn-submit1 {
    margin-top: 0rem;
    padding: 10px 32px;
    gap: 16px;
    height: 65px;
    background: var(--button);
    border-radius: 16px;
    color: var(--hero);
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
.hero-section .content form .btn-submit1:hover {
    background: #197b77;
    color: var(--primary);
}

.hero-section .content form .btn-submit3 {
    margin-top: 0rem;
    padding: 10px 32px;
    gap: 16px;
    height: 65px;
    background: var(--button3);
    border-radius: 16px;
    color: #fff;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    border-width: 2px;
    border-color: var(--hero);
}
.hero-section .content form .btn-submit3:hover {
    background: #fff;
    color: #21a5a0;
}
/* .hero-section .hero-content .business-form  .cot1{
 display: none;
}
.hero-section .hero-content .business-form  .cot1 .active{
  display: block;
} 
/*
.hero-section .hero-content .business-form .cot .active{
  display: block;
 }  
.hero-section .hero-content .business-form .cot{
 display: block;
}      */

.hero-section .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.hero-section .hero-img .row {
    height: 100%;
}
.hero-section .hero-img img {
    width: 100%;
    height: 100%;
}

.about-section {
    background-color: var(--primary);
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .about-section {
        padding: 3rem 0rem 0rem 0rem;
    }
}
@media screen and (min-width: 768px) {
    .about-section {
        min-height: 630px;
    }
}
.about-section .container {
    /*height: 100%;*/
}
@media screen and (min-width: 768px) {
    .about-section .container {
        min-height: 530px;
    }
}
@media screen and (min-width: 768px) {
    .about-section .about-content,
    .about-section .about-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.abus {
    background-color: var(--primary);
}

.about-head {
    margin-top: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background-color: #21a5a0;
    border-bottom-left-radius: 127%;
    border-bottom-right-radius: 127%
    
}
.about-head .header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.5px;
    color: var(--primary);
    
    
}

.aboutus-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 570px;
    background-color: var(--aboutus);
}
.aboutus-intro .intro-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 2rem 1rem 2rem 1rem;
    min-height: 500px;
}
.aboutus-intro .intro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem 2rem 1rem;
    min-height: 500px;
}

.aboutus-intro .intro-content .intro-head {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 70px;
    letter-spacing: -0.5px;
    color: var(--secondary);
    padding-bottom: 1rem;
}
.aboutus-intro .intro-content .intro-p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--secondary);
}

.mission-section {
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

@media screen and (max-width: 768px) {
    .mission-section .section {
        display: flex;
        align-items: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

.mission-section .mission-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem 2rem 1rem;
    min-height: 500px;
}

.mission-section .mission-img img {
    width: 80%;
}

.mission-section .mission-content {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 1rem 2rem 1rem;
    min-height: 500px;
}

.mission-section .mission-content .mission-head {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -0.5px;
    color: var(--button3);
    padding: 1rem 1rem 0rem 1rem;
}

.mission-section .mission-content .vision-head {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -0.5px;
    color: var(--vision);
    padding: 1rem 1rem 0rem 1rem;
}

.mission-section .mission-content .mission-p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: var(--secondary);
    padding: 0rem 1rem 1rem 1rem;
}

.our-team .head {
    line-height: 100px;
    background-color: var(--team);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-team .head .heading {
    align-items: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.5px;
    color: var(--secondary);
    display: flex;
    justify-content: center;
    padding: 2rem 0 2rem 0;
}

.our-team .head .heading1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--secondary);
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.our-ceo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    background-color: var(--primary);
}

.our-ceo .ceo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem 2rem 1rem;
    min-height: 500px;
}

.our-ceo .ceo-img img {
    width: 70%;
}

.our-ceo .ceo-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
}
.our-ceo .ceo-info .ceo-content {
    background: #d5d5d5;
    border-radius: 25px 0px 0px 25px;
    padding: 30px 50px 40px 40px;
    width: 100%;
}

.our-ceo .ceo-info .ceo-content .name {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    letter-spacing: -0.5px;
    color: #101010;
}

.our-ceo .ceo-info .ceo-content .desg {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 43px;
    color: #101010;
}
.our-ceo .ceo-info .ceo-content .explain {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #101010;
}

.partner-customer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    background-color: var(--primary);
}

.partner-customer .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.23);
    border-radius: 0px 50px 50px 0px;
    padding: 20px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    background-color: #fff;
    margin-bottom: 2rem;
}
.partner-customer .partner .logo {
    background: #ffffff;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}
.partner-customer .customer .logo {
    background: #ffffff;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.partner-customer .customer {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.23);
    border-radius: 50px 0px 0px 50px;
    padding: 20px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}
.blogs-section .blog-item .card{
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);

}
.blogs-section .blog-item .card .team-explain .name {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: var(--name);
    padding-top: 0.5rem;
}

.blogs-section .blog-item .card .team-explain .desg {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: var(--name);
}

.about-section .about-img .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.about-section .about-img img {
    max-width: 644px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .about-section .about-img img {
        height: 572px;
    }
}
.about-section .about-content {
    z-index: 11;
}
.about-section .about-content .content .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 1rem;
}
.about-section .about-content .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}
.about-section .about-content .content .btn-enrol {
    padding: 13px 33px;
    width: 242px;
    height: 72px;
    background: #e16252;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary);
}
.about-section .about-content .content .btn-enrol:hover {
    background: #d23724;
}

.features-section {
    position: relative;

    padding: 0rem 0rem;
    background-color: var(--primary);
}
@media screen and (max-width: 768px) {
    .features-section {
        padding: 0rem 0rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
    .features-section {
        min-height: 400px;
    }
}
@media screen and (min-width: 1020px) {
    .features-section {
        min-height: 600px;
    }
}
.features-section .container {
   /* height: 100%;*/
}
@media screen and (min-width: 768px) {
    .features-section .container {
        min-height: 500px;
    }
}
@media screen and (min-width: 768px) {
    .features-section .features-content,
    .features-section .features-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 768px) {
    .features-section .features-img {
        min-height: 630px;
    }
}
.features-section .features-img .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.features-section .features-img .col-md-6 img {
    max-width: 644px;
    max-height: 769px;
    max-width: 100%;
}

.features-section .features-content {
    z-index: 11;
    padding: 1rem 0rem;
}

.features-section .features-content .content .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 1rem;
}
.features-section .features-content .content .title1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}
.features-section .features-content .content p.desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: var(--secondary);
    margin-bottom: 0rem;
}
.features-section .features-content .content .features-grid .info h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--secondary);
}
.features-section .features-content .content .features-grid .info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    opacity: 0.7;
    min-height: 80px;
}
.features-section .features-content .content .features-grid .icon {
    margin-right: 1.5rem;
    margin-top: 0rem;
    min-width: 60px !important;
    min-height: 60px !important;
    width: 60px !important;
    height: 60px !important;
    background: #21a5a0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.features-section .features-img .video-rid {
    -o-object-fit: cover;
    object-fit: cover;
}
.features-section .features-content .content .features-grid .icon img {
    width: 40px;
}

.features-business {
    padding: 1rem 0rem;
}

.features-business .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #e05a49;
    margin-bottom: 1rem;
}
.features-business .text {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.5px;
    color: var(--secondary);
    margin-bottom: 1rem;
}

.starting-section {
    position: relative;
    overflow: hidden;
    padding: 1.2rem 0rem;
    background-color: var(--primary);
}
@media screen and (max-width: 768px) {
    .starting-section {
        padding: 3rem 0rem;
    }
}
@media screen and (min-width: 768px) {
    .starting-section {
        min-height: 730px;
    }
}
.starting-section .container {
    /*height: 100%;*/
}
@media screen and (min-width: 768px) {
    .starting-section .container {
        min-height: 730px;
    }
}
@media screen and (min-width: 768px) {
    .starting-section .starting-content,
    .starting-section .starting-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.starting-section .starting-img {
   /* height: 100%;*/
}
@media screen and (max-width: 768px) {
    .starting-section .starting-img .row,
    .starting-section .starting-img .col-md-6 {
        margin: 0;
        padding: 0;
    }
}
.starting-section .starting-img .row {
   /* height: 100%;*/
}
.starting-section .starting-img .col-md-6 {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
}
.starting-section .starting-img .youtube {
    min-height: 500px;
}
.starting-section .starting-img .youtube-video {
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    max-height: 500px;
    max-width: 680px;
}
@media screen and (min-width: 768px) {
    .starting-section .starting-img .youtube-video {
        left: 1rem;
    }
}
@media screen and (max-width: 500px) {
    .starting-section .starting-img .youtube-video {
        max-height: 400px;
    }
}
.starting-section .starting-img .youtube-video iframe {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 315px;
}
@media screen and (max-width: 500px) {
    .starting-section .starting-img .youtube-video iframe {
        height: 240px !important;
    }
}
.starting-section .starting-img .youtube-video .youtube-mask {
    position: absolute;
    top: 0rem;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.starting-section .starting-img img {
    max-width: 700px;
    width: 100%;
}
.starting-section .starting-content {
    z-index: 11;
}
.starting-section .starting-content .content .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 1rem;
}
.starting-section .starting-content .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}
.starting-section .starting-content .content .btn-connect {
    padding: 13px 33px;
    width: 242px;
    height: 72px;
    background: #e16252;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.starting-section .starting-content .content .btn-connect:hover {
    background: #d23724;
}

.rider-app-section {
    padding: 3rem 0rem;
    background: var(--green);
    position: relative;
}
@media screen and (max-width: 768px) {
    .rider-app-section {
        margin-top: 3px;
    }
}
@media screen and (min-width: 768px) {
    .rider-app-section {
        margin-top: 3px;
    }
}
.rider-app-section .wing {
    position: absolute;
    top: 0;
    left: 0;
    height: 341px;
    width: 355px;
}
@media screen and (max-width: 768px) {
    .rider-app-section .wing {
        width: 200px;
    }
}
.rider-app-section .eclipse,
.rider-app-section .star {
    position: absolute;
}
.rider-app-section .eclipse.e1 {
    top: 20%;
    left: 20%;
    height: 19px;
    width: 19px;
}
.rider-app-section .eclipse.e2 {
    bottom: 20%;
    left: 10%;
    height: 19px;
    width: 19px;
}
@media screen and (max-width: 768px) {
    .rider-app-section .eclipse.e2 {
        bottom: 8%;
    }
}
.rider-app-section .star.e1 {
    top: 15%;
    right: 2%;
    height: 24px;
    width: 25px;
}
.rider-app-section .star.e2 {
    bottom: 35%;
    left: 40%;
    height: 24px;
    width: 25px;
}
@media screen and (max-width: 768px) {
    .rider-app-section .star.e2 {
        bottom: 40%;
        left: 60%;
    }
}
.rider-app-section .title {
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    color: var(--green-title);
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.75px;
    text-align: justify;
}
.rider-app-section .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rider-app-section .title img {
    width: 80%;
    height: auto;
    border-radius: 20px;
}

.rider-app-section .features-grid {
    display: grid;
    padding: 0 auto;
}
@media screen and (min-width: 768px) {
    .rider-app-section .features-grid {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.rider-app-section .features-grid .grid-item {
    padding: 1rem;
}
@media screen and (max-width: 768px) {
    .rider-app-section .features-grid .grid-item {
        display: grid;
        grid-template-columns: 80px 1fr;
    }
    .rider-app-section .features-grid .grid-item img.icon {
        grid-row-start: 1;
        grid-row-end: 3;
    }
}
@media screen and (max-width: 768px) {
    .rider-app-section .features-grid .grid-item.lines .line1,
    .rider-app-section .features-grid .grid-item.lines .line2 {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .rider-app-section .features-grid .grid-item.lines {
        position: relative;
    }
    .rider-app-section .features-grid .grid-item.lines .line1 {
        display: block !important;
        position: absolute;
        right: 0;
        top: 0;
        height: 229px;
        width: 2px;
    }
    .rider-app-section .features-grid .grid-item.lines .line2 {
        display: block !important;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        height: 2px;
        width: 229px;
    }
}

/* .rider-app-section .features-grid .grid-item:focus{
    background: var(--rider);
    border-radius: 20px;
} */
.rider-app-section .features-grid .grid-item img.icon {
    width: 52px;
    margin-bottom: 0.75rem;
}
.rider-app-section .features-grid .grid-item p.bold {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--green-title-bold);
}
.rider-app-section .features-grid .grid-item p.text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: var(--green-title-p);
}

.progress-section {
    background: var(--progress);
    padding: 5rem 0rem;
}
.progress-section .item-grid {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0.5rem;
}
@media screen and (max-width: 576px) {
    .progress-section .item-grid {
        grid-template-columns: 50px 1fr;
    }
}
@media screen and (max-width: 768px) {
    .progress-section .item-grid.r1 {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 576px) {
    .progress-section .item-grid {
        margin-bottom: 2rem;
    }
    .progress-section .item-grid:last-child {
        margin-bottom: 0rem;
    }
}
.progress-section .item-grid .icon {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    margin-top: 0.5rem;
}
.progress-section .item-grid h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.5px;
    color: var(--secondary);
    margin-bottom: 0.1rem;
}
@media screen and (max-width: 576px) {
    .progress-section .item-grid h2 {
        font-size: 48px;
    }
}
.progress-section .item-grid p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary);
    margin: 0px;
}

.companies-section {
    padding: 3rem 0rem;
    background-color: var(--primary);
}
.companies-section .title {
    font-weight: 700;
    font-size: 56px;
    line-height: 72px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 3rem;
}

.companies-section .title1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: var(--team);
    padding: 2rem 0 2rem 0;
}

@media screen and (max-width: 768px) {
    .companies-section .companies {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .companies-section .companies .company {
        width: 100%;
    }
}
.companies-section .company {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100px;
    width: 90px;
}
.companies-section .company-1 {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding-top: 40px;
}
.companies-section .company-2 {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding-top: 20px;
}
.companies-section .company-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100px;
    width: 90px;
}

.companies-section .company img {
    width: 90px;
}

.blogs-section {
    padding: 5rem 0rem;
    background-color: var(--primary);
}
.blogs-section .line {
    opacity: 0.1;
    border: 1px solid #377cfd;
}
.blogs-section .blog-title-main {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1px;
    color: var(--secondary);
    display: flex;
    justify-items: center;
    align-items: center;
}
.blogs-section .card {
    border: none;
    background: var(--primary);
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;

}
.blogs-section .card h2 {
    color: var(--green-title);
}
.blogs-section .card a {
    text-decoration: none;
}
.blogs-section .card .card-img img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blogs-section .card .card-content.big-card {
    padding: 2rem;
}
@media screen and (min-width: 768px) {
    .blogs-section .card .card-content.big-card {
        padding: 2rem 4rem;
    }
}
@media screen and (max-width: 492px) {
    .blogs-section .card .card-content.big-card .blog-info {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }
    .blogs-section .card .card-content.big-card .blog-info .icon {
        margin-bottom: 0.75rem;
    }
}
@media screen and (min-width: 576px) and (max-width: 900px) {
    .blogs-section .card .card-content.big-card .blog-info {
        flex-wrap: wrap !important;
    }
    .blogs-section .card .card-content.big-card .blog-info .icon {
        min-width: 120px;
        margin-right: 0px !important;
        margin-bottom: 0.5rem;
    }
}
.blogs-section .card .card-content.big-card .blog-info .icon {
    margin-right: 1rem;
}
.blogs-section .card .card-content .blog-info {
    padding: 0.5rem 0rem;
    margin: 0.75rem 0rem;
}
.blogs-section .card .card-content .blog-info img {
    width: 20px;
}
.blogs-section .card .card-content .blog-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #21a5a0;
}
.blogs-section .card .card-content .blog-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--secondary);
}
.blogs-section .card .card-content .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    opacity: 0.8;
}
.blogs-section .card .card-content .aa {
    color: var(--secondary);
}
.blogs-section .card .card-content .link {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #e16252;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.blogs-section .card .card-content .link img {
    height: 10px;
    width: 15px;
    margin-left: 0.5rem;
}
.blogs-section .card .card-content .link:hover {
    color: #d93b27;
}
.blogs-section .blog-list-ul {
    list-style: none;
}
.blogs-section .blog-list-ul li::before {
    content: "•";
    content: "";
    background-color: #e05a49;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: -2rem;
    margin-right: 0.75rem;
}
.blogs-section .blog-list-ul li {
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    opacity: 0.8;
}
.blogs-section .blog-list-ul li:last-child {
    margin-bottom: 0rem;
}
.blogs-section .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.blogs-section .social-icons a {
    text-decoration: none;
    display: block;
    margin-right: 1rem;
    width: 15px;
}
.blogs-section .social-icons a svg path {
    fill: var(--secondary);
}
.blogs-section .social-icons a:hover svg path {
    fill: #e05a49 !important;
}
.blogs-section .social-icons a,
.blogs-section .social-icons svg,
.blogs-section .social-icons path {
    transition: all 0.2s ease;
}
@media screen and (max-width: 576px) {
    .blogs-section .blog-sidebar {
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        height: 0px;
    }
    .blogs-section .blog-sidebar.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        height: auto;
    }
}
.blogs-section .blog-sidebar .card {
    padding: 1rem 1.2rem;
}
.blogs-section .blog-sidebar .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--secondary);
}
.blogs-section .blog-sidebar .categories a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000b33;
    opacity: 0.8;
    text-decoration: none;
    padding: 0.5rem 0rem;
    transition: all 0.2s ease;
}
.blogs-section .blog-sidebar .categories a:hover {
    color: #e05a49;
}
.blogs-section .blog-sidebar .posts .post-item {
    gap: 1rem;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .blogs-section .blog-sidebar .posts .post-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.2rem;
    }
}
@media screen and (max-width: 333px) {
    .blogs-section .blog-sidebar .posts .post-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.2rem;
    }
}
.blogs-section .blog-sidebar .posts .post-item img {
    width: 120px;
    height: 100px;
    border-radius: 10px;
}
.blogs-section .blog-sidebar .posts a.heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--secondary);
    opacity: 0.8;
    margin-bottom: 0rem;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
}
.blogs-section .blog-sidebar .posts a.heading:hover {
    color: #e05a49;
}
.blogs-section .blog-sidebar .posts .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--secondary);
    opacity: 0.8;
    margin-bottom: 0rem;
}
.blogs-section .blog-sidebar .tags .tag {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--secondary);
    opacity: 0.8;
    padding: 7px 16px;
    background: var(--primary);
    border: 0.5px solid #010c16;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.blogs-section .blog-sidebar .tags .tag.active:hover,
.blogs-section .blog-sidebar .tags .tag:hover:hover {
    background: #d23724;
}
.blogs-section .blog-sidebar .search-box {
    background: var(--primary);
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.blogs-section .blog-sidebar .search-box input {
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    opacity: 0.5;
}
.blogs-section .next-prev-section {
    padding: 4rem 0rem;
}
.blogs-section .next-prev-section .d-flex {
    gap: 1rem;
}
.blogs-section .next-prev-section .next,
.blogs-section .next-prev-section .prev {
    width: 50%;
}
.blogs-section .next-prev-section .label {
    color: #21a5a0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.blogs-section .next-prev-section .link {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--secondary);
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.2s ease;
}
.blogs-section .next-prev-section .link:hover {
    color: #e05a49;
}
.blogs-section .next-prev-section .next a {
    text-align: right;
}
.blogs-section .comments-section .label {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #21a5a0;
}
@media screen and (min-width: 600px) {
    .blogs-section .comments-section .reply-comment {
        margin-left: 4rem;
    }
}
.blogs-section .comments-section .reply-comment .profile {
    margin-left: 2rem;
    min-width: 50px !important;
    max-width: 50px;
    height: 50px !important;
}
@media screen and (max-width: 600px) {
    .blogs-section .comments-section .reply-comment .profile {
        min-width: 40px !important;
        height: 40px !important;
    }
}
.blogs-section .comments-section .comment-item {
    gap: 1.5rem;
    padding: 1.2rem 0rem;
}
@media screen and (max-width: 600px) {
    .blogs-section .comments-section .comment-item {
        gap: 0.5rem;
    }
}
.blogs-section .comments-section .comment-item .profile {
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .blogs-section .comments-section .comment-item .profile {
        min-width: 40px;
        height: 40px;
    }
}
.blogs-section .comments-section .comment-item .profile img {
    width: 100%;
    height: 100%;
}
.blogs-section .comments-section .comment-item .comment .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    opacity: 0.8;
}
.blogs-section .comments-section .comment-item .comment p.name {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--secondary);
    margin-bottom: 0rem;
}
.blogs-section .comments-section .comment-item .comment p.date {
    font-size: 14px;
    line-height: 21px;
    color: var(--secondary);
    opacity: 0.7;
}
.blogs-section .comments-section .comment-item .comment .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--secondary);
    opacity: 0.7;
    border: none;
}
.blogs-section .comments-section .comment-item .comment .btn:hover,
.blogs-section .comments-section .comment-item .comment .btn.active {
    color: #e05a49;
}
.blogs-section .leave-comment-section .label {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #21a5a0;
}
.blogs-section .leave-comment-section p.text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--secondary);
    opacity: 0.8;
    margin-bottom: 1.5rem;
}
.blogs-section .leave-comment-section form input {
    height: 55px;
}
.blogs-section .leave-comment-section form textarea {
    min-height: 260px;
}
.blogs-section .leave-comment-section form input,
.blogs-section .leave-comment-section form textarea {
    width: 100%;
    background: var(--primary);
    outline: none;
    border-radius: 5px;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--secondary);
    opacity: 0.8;
    border: none;
    padding: 1rem 1.5rem;
}
.blogs-section .leave-comment-section form .btn-submit {
    width: 180px;
    color: var(--secondary);
    background-color: #e05a49;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.blogs-section .leave-comment-section form .btn-submit:hover {
    background: #d23724;
}
.blogs-section #navigationToggleBtn {
    display: none;
}
@media screen and (max-width: 576px) {
    .blogs-section #navigationToggleBtn {
        display: block !important;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        height: auto;
    }
    .blogs-section #navigationToggleBtn .icon {
        display: none;
    }
    .blogs-section #navigationToggleBtn .icon.active {
        display: block;
    }
}

.footer-section {
    padding: 2rem 0rem 0rem 0rem;
    background: var(--primary);
}
.footer-section .clients-section {
    background: var(--primary);
  /*  padding: 5rem 0rem 0rem 0rem;*/
}
.footer-section .clients-section .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.footer-section .clients-section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.5px;
    color: var(--secondary);
    margin-bottom: 3rem;
}
.footer-section .clients-section .quote img {
    width: 35px;
    margin-bottom: 1.5rem;
}
.footer-section .clients-section .quote p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    opacity: 0.8;
    margin-bottom: 1rem;
}
.footer-section .clients-section .quote .name {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary);
}
.footer-section .clients-section .owl-nav {
    display: flex;
}
.footer-section .clients-section .owl-nav button {
    background: #fd4c5c;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .clients-section .owl-nav button:hover {
    background: #fc1a2e;
}
.footer-section .clients-section .owl-nav button img {
    width: 15px;
    margin: 0px;
}
.footer-section .clients-section .cta-section {
    background-image: url("../images/cta/BG.png");
    width: 100%;
    background-size: 100% 100%;
    height: 399px;
    opacity: 0.95;
    background-repeat: no-repeat;
    padding-top: 4rem;
}

@media screen and (max-width: 768px) {
    .footer-section .clients-section .cta-section h2 {
        padding-top: 2rem;
        width: 80%;
    }
}
.footer-section .clients-section .cta-section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #fff;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
    .footer-section .clients-section .cta-section h2 {
        font-size: 48px;
    }
}
.footer-section .clients-section .cta-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
    .footer-section .clients-section .cta-section p {
        margin-bottom: 2rem;
        width: 50%;
    }
}

footer {
    padding: 3rem 0rem 0rem 0rem;
    background-color: var(--primary);
}
footer .logo {
    width: 136px;
    margin-bottom: 2rem;
}
footer .playstore {
    max-width: 240px;
    width: 100%;
    margin-bottom: 2rem;
}
footer .social a {
    border-radius: 50%;
    width: 30px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
footer .social a:hover {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
footer .social img {
    width: 35px;
    height: 35px;
    margin-right: 1rem;
}
footer p.bol {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.75px;
    color: var(--secondary);
}
footer .inv {
    display: none;
}

footer nav select {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

footer nav a {
    text-decoration: none;
    display: block;
    margin-bottom: 0.2rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.75px;
    color: var(--secondary);
}
footer p.text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.75px;
    color: var(--secondary);
}
footer .pulpit {
    width: 400px;
}
footer .row .create {
    color: var(--secondary);
}

footer .row .checkbox {
    opacity: 0;
    position: absolute;
}

footer .row .label {
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 26px;
    width: 50px;
    transform: scale(1.5);
}

footer .row .label .ball {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
}

footer .row .checkbox:checked + .label .ball {
    transform: translateX(24px);
}

footer .row .fa-moon {
    color: #f1c40f;
}

.fa-sun {
    color: #f39c12;
}
.group-icons {
    padding: 3rem 0rem;
}
@media screen and (max-width: 768px) {
    .group-icons {
        flex-direction: column;
    }
    .group-icons.group-icons-2 {
        flex-direction: column-reverse !important;
    }
}
.group-icons .text {
    max-width: 520px;
}
.group-icons .img img {
    max-width: 100%;
    width: 100%;
}
.group-icons h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.584px;
    color: var(--secondary);
    margin-bottom: 2rem;
}
.group-icons p {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.66px;
    color: #81838c;
}

.moving-cta {
    background: #21a5a0;
    border-radius: 20px;
    overflow: hidden;
}
.moving-cta h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: var(--primary);
    margin-bottom: 1.5rem;
}
.moving-cta form.business-form {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .moving-cta form.business-form {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 600px) {
    .moving-cta form.business-form .col-6 {
        width: 100%;
    }
}
.moving-cta form.business-form .input-box {
    background: #fff !important;
    border-radius: 16px;
    height: 64px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.moving-cta form.business-form .input-box input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
}
.moving-cta form.business-form .btn-submit {
    margin-top: 0.5rem;
    padding: 20px 32px;
    gap: 16px;
    height: 72px;
    background: #fff;
    border-radius: 16px;
    color: #21a5a0;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
}
.moving-cta form.business-form .btn-submit:hover {
    background: #197b77;
    color: var(--primary);
}
.moving-cta .img {
    transform: scaleY(1);
}
.moving-cta .img img {
    width: 100%;
}

.modern-features-section {
    background: var(--primary);
    padding: 5rem 0rem;
}
@media screen and (max-width: 768px) {
    .modern-features-section .row {
        flex-direction: column-reverse;
    }
}
.modern-features-section .features-list {
    padding: 0rem 3rem 0rem 1rem;
}
@media screen and (max-width: 768px) {
    .modern-features-section .features-list {
        padding: 2rem;
    }
}
.modern-features-section .features-list .item {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 0.5rem;
    background: var(--primary);
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    margin-bottom: 3rem;
    padding: 1.5rem;
    width: 100%;
}
.modern-features-section .features-list .item:last-child {
    margin-bottom: 0rem;
}
@media screen and (min-width: 600px) {
    .modern-features-section .features-list .item.item-2 {
        margin-left: -3rem;
    }
}
.modern-features-section .features-list .item .icon {
    grid-row-start: 1;
    grid-row-end: 3;
}
.modern-features-section .features-list .item h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--secondary);
    margin-bottom: 0.1rem;
}
.modern-features-section .features-list .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
    .modern-features-section .text {
        margin-bottom: 2rem;
    }
}
.modern-features-section .text p.bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.modern-features-section .text .heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.5px;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}
.modern-features-section .text p.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary);
    opacity: 0.8;
}

.blog-header {
    z-index: -1000;
    background: #21a5a0;
    padding: 5rem 0rem;
    border-bottom-left-radius: 127%;
    border-bottom-right-radius:127%;
}
.blog-header h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 49px;
    text-align: center;
    letter-spacing: -0.5px;
    color: var(--primary);
    margin-bottom: 2rem;
}
.blog-header p.text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--primary);
    opacity: 0.8;
    max-width: 520px;
    width: 100%;
    margin: auto;
}
.blog-header nav {
    margin-top: 2rem;
}
.blog-header nav a {
    color: var(--primary);
    text-decoration: none;
    margin: 0rem 0.75rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.blog-header nav a:hover {
    color: #197b77;
}

.bg-off-white {
    padding-top: 2rem;
    background: var(--primary);
    padding-bottom: 1rem;
}

@media screen and (max-width: 880px) {
    .bg-off-white {
        margin-bottom: 0rem;
    }
}
@media screen and (max-width: 1090px) {
    .features-section {
        margin-bottom: 0rem;
    }
}
#anim {
    height: 550px;
    width: 250px;
}
#ani {
    height: 600px;
    width: 300px;
}
@media screen and (max-width: 600px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
} /*# sourceMappingURL=style.css.map */

/* .hero-section .hero-content .content .tabcontent #ltime{
    max-height: 100px;
    overflow-y: scroll;
}

.hero-section .hero-content .content .tabcontent #ltime::-ms-expand {
    display: none;
  }

  .hero-section .hero-content .content .tabcontent #ltime option {
    padding-top: 0;
    padding-bottom: 0;
  } */

.pac-icon {
    display: none;
}
.pac-item-query {
    font-size: 12px;
}
.pac-item {
    width: 150%;
}
.pac-logo:after {
    display: none;
}
.hdpi.pac-logo:after {
    display: none;
}
.pac-item {
    padding: 0 10px 0 10px;
    cursor: default;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #fff;
    font-size: 11px;
    color: #515151;
}
.pac-container {
    margin-top: 0px;
    overflow-x: scroll;
    box-shadow: none;
    border-radius: 10px;
}
.pac-item:hover {
    background-color: #21a5a0;
}

.hero-section .content form .input-box1 {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px; /* adjust this value to create space for the icon */
    background-image: url("../images/hero-section/Flag_Bannor.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    border-radius: 16px;
    height: 64px;
    padding: 1rem;
    margin-bottom: 1rem;
    padding-right: 37px;
}
.hero-section .content form .input-box2 {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px; /* adjust this value to create space for the icon */
    background-image: url("../images/hero-section/send.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    border-radius: 16px;
    height: 64px;
    padding: 1rem;
    padding-right: 37px;
}

.hero-section .content form .input-box3 {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px; /* adjust this value to create space for the icon */
    background-image: url("../images/hero-section/Time.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    border-radius: 16px;
    height: 64px;
    padding: 1rem;
    padding-right: 37px;
    -webkit-appearance: none;
}

.hero-section .content form select {
    width: 100%;
}

.booking_section .content form .btn-submit2 {
    margin-top: 0rem;
    padding: 10px 32px;
    gap: 16px;
    height: 65px;
    background: var(--button2);
    border-radius: 16px;
    color: var(--hero);
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.75px;
    border-width: 2px;
    border-color: var(--hero);
}
.booking_section .content form .btn-submit2:hover {
    background: #197b77;
    color: var(--primary);
}

.booking_section .book_button .content form .dot {
    color: var(--secondary);
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
}
.booking_section .book_button .content .heading {
    text-align: center;
    line-height: 50px;
    color: var(--secondary);
}
.booking_section .book_button .content img {
    width: 80%;
    height: auto;
}
.booking_section .book_button .content {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.booking_section .book_button {
    background-color: var(--primary);
}
.booking_section .book_form {
    background-color: var(--hero);
}
.booking_section .book_form .content {
    display: flex;
    justify-content: center !important;
    align-items: center;
    min-height: 500px;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

.booking_section .book_form .content .box {
    background-color: #fff;
    width: 80%;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    font-weight: 550;
    margin-bottom: 30px;
}

.booking_section .book_form .content .box1 {
    background-color: #fff;
    width: 80%;
    border-radius: 10px;
    line-height: 40px;
    font-weight: 550;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.booking_section .book_form .content .box2 {
    background-color: #fff;
    width: 80%;
    border-radius: 10px;
    font-weight: 550;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}
.booking_section .book_form .content .box4 {
    background-color: #fff;
    width: 95%;
    border-radius: 10px;
    font-weight: 550;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto 30px;
    justify-content: center;
    display: flex;
}
.booking_section .book_form .content .box2 .address {
    background-image: url(../images/icons/pd.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto 70%;
    padding-left: 15px;
}

.booking_section .book_form .content .box4 .address {
    background-image: url(../images/hero-section/locdrop.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto 70%;
    padding-left: 15px;
    font-size: 12px;
}
.booking_section .book_form .content .box4 .type .fare {
    color: #5eaead;
    float: right;
    background-color: #ededed;
    border-radius: 4px;
    padding: 0 5px 0 5px;
}

.booking_section .book_form .content .box5 {
    background-color: #fff;
    width: 95%;
    border-radius: 10px;
    font-weight: 550;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
}

.booking_section .book_form .content .box5 .input-box {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 5px;
    /* background-image: url(../images/hero-section/send.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center; */
    border-radius: 16px;
    height: 64px;
    padding: 0.8rem;

    background-color: #ededed;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.booking_section .book_form .content .box5 input[type="radio"] {
    margin-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.booking_section .book_form .content .box5 input[type="radio"]:checked {
    background-color: #21a5a0;
}

.trip-head {
    margin-top: 84px;
    display: flex;
    justify-content: center;
    min-height: 175px;
    background-color: var(--hero);
    padding-bottom: 20px;
}
.trip-head .header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: var(--primary);
    padding-bottom: 0.5rem;
}
.trip-head .header1 {
    display: flex;
    padding-left: 15px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.5px;
    color: var(--primary);
    padding-bottom: 0.5rem;
    align-items: center;
}

.trip-head .input-box {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px;
    background-image: url(../images/hero-section/send.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 13px center;
    border-radius: 10px;
    height: 54px;
    padding: 1rem;
    padding-right: 37px;
    background-color: #ededed;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 35px;
    justify-content: center !important;
    display: flex;
}
.trip-head .input-box2 {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px;
    background-image: url(../images/hero-section/Flag_Bannor.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 13px center;
    border-radius: 10px;
    height: 54px;
    padding: 1rem;
    padding-right: 37px;
    background-color: #ededed;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 35px;
    justify-content: center !important;
    display: flex;
}

.trip-head .input-box3 {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px;
    background-image: url(../images/hero-section/Time.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 13px center;
    border-radius: 10px;
    height: 54px;
    padding: 1rem;
    padding-right: 37px;
    background-color: #ededed;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 35px;
    justify-content: center !important;
    display: flex;
}
.trip-head .input-box1 {
    border: none;
    outline: none;
    width: 60%;
    border-radius: 8px;
    height: 30px;
    background-color: #fb8a60;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.trip-head .input-box1:hover {
    background-color: #0a5552;
    color: #fff;
}
.trip-head .input-box4 {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px;
    background-image: url(../images/hero-section/Calandar.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 13px center;
    border-radius: 10px;
    height: 54px;
    padding: 1rem;
    padding-right: 37px;
    background-color: #ededed;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 35px;
    justify-content: center !important;
    display: flex;
}

.hero-section .content form .dropdown #dropdownMenuButton,
.hero-section .content form .dropdown #dropdownMenuButton_rental,
.hero-section .content form .dropdown #dropdownMenuButton_outstation {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 20px;
    border-radius: 16px;
    height: 64px;
    padding: 1rem;
    margin-bottom: 1rem;
    padding-right: 37px;
    background-color: #fff;
    color: #101010;
    text-align: left !important;
    background-image: url("../images/hero-section/Time.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}

.hero-section .content form .dropdown .dropdown-menu {
    overflow-y: auto;
    max-height: 170px;
    width: 100%;
}
.hero-section .content form .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #21a5a0;
    color: #fff;
}

.hero-section .content form .dropdown .no-caret::after {
    display: none;
}

/* .faq-section{
    background-color: var(--primary);
    color:var(--secondary);
    display: flex;
}
.faq-section .faq-head{
    font-size: 18px;

    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: center !important;
} */

.accordion-item {
    border-style: none;
}
.accordion-button {
    background-color: #fff;
    border-radius: 50px !important;
    width: 100%;
    margin-bottom: 10px;
    border: 0.01rem solid #21a5a0;
}

.accordion-button:hover {
    box-shadow: 0 0 0 0.35rem rgba(128, 244, 213, 0.25);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #21a5a0;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(128, 244, 213, 0.25) !important;
}
.accordion-button:not(.collapsed) {
    color: #101010;
    background-color: #fff;
}
.accordion-item .accordion-collapse {
    /* border: 0.01rem solid #b8b6b5; */
    margin-bottom: 10px;
    border-radius: 32px !important;
    background-color: #efeeee;
}

.load {
    display: flex;
    align-items: center;
    height: 600px;
    width: 100%;
    position: absolute;
    z-index: 1000;
    justify-content: center;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #21a5a0;
    border-bottom: 16px solid #fb8a60;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.input_return {
    justify-content: center;
    outline: none;
    border-style: none;
    height: 64px;
    background-color: aliceblue;
    border-radius: 8px;
    padding: 5px 10px 5px 10px;
    width: 60%;
    text-align: center;
}

.modal-body {
    display: flex;
    justify-content: center;
    background: transparent !important;
}
.modal-footer button {
    background-color: #21a5a0;
    border-style: none;
}
.modal-footer button:hover {
    background-color: #fb8a60;
}
.modal {
    top: 25% !important;
}
.mySlides {
    display: none;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
}

@keyframes fade {
    /* from {
      opacity: 0.7
    } */
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}
.blogger{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:53px;
}
.blogger .blg {
    margin: 15px !important;

    width: 350px;
    border-radius: 20px;
    background-color: #fff;
    padding: 0 0 0 0;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.blogger .blg img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.blogger .blg .blg-detail {
    padding: 25px !important;
    height: 259px;
}
.blogger .blg .blog-date {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000b33;
    opacity: 0.7;
    margin-bottom: 7px;
}
.blogger .blg .blog-heading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 7px;
    min-height: 90px;
}
.blogger .blg .blog-name {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000b33;
    opacity: 0.7;
    margin-bottom: 7px;
}
.blogger .blg .blog-read{
    width: 100%;
    border: 2px solid #219E98;
    background-color: #fff;
    line-height: 28px;
    transition: all 0.3s;
    display: inline-block;
}

.blogger .blg .blog-read:hover{
    background-color:  #219E98;
    color: #fff;
}

