@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

:root {
    --ButtonColor: #064BD1;
    --teamColor: #1E60DF;
    --color: #fff;
    --textColor: #0B59EF;
    --textDark: #818181;
    --footerBg: #280606;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Navbar section */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 30px 100px;
    z-index: 1000;
}

header.sticky {
    padding: 10px 80px 1px 80px;
    background: rgba(154, 170, 197, 0.85);
}

header .logo {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.6s;
}

.logo img {
    height: 48px;
}

.header__logo {
    color: #eeee;
    font-weight: 600;
}

.nav__list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__item {
    position: relative;
    list-style: none;
}

.nav__item a {
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: 0.6s;
}

.nav__link {
    padding: 10px;
    color: #eeee;
    font-weight: 600;
}

.nav__link:hover {
    color: var(--teamColor);
}

.header__close,
.header__toggle {
    display: none;
}

.banner {
    position: relative;
    width: 100%;
    height: 200vh;
    background: url('/images/pexels.jpg');
    background-size: cover;
}

header.sticky .logo,
header.sticky ul li a {
    color: #ffffff;
}

.enrollBtn {
    border-radius: 6px;
    background: var(--ButtonColor);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.enrollBtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.enrollBtn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.enrollBtn:hover span {
    padding-right: 25px;
}

.enrollBtn:hover span:after {
    opacity: 1;
    right: 0;
}

/* Home section */

.home {
    width: 100%;
    height: 90vh;
    background-image: url('images/home/banner_for_home.webp');
    background-size: cover;
    background-position: center;
    display: flex;
}

.phone_head {
    display: none;
}

.bannerTxt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: var(--color);
    margin-top: 150px;
}

.bannerTxt h1 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 1px;
}

.bannerTxt p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.44px;
}

.about_btn button {
    box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
    border-radius: 6px;
    background: var(--ButtonColor);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.about_btn button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.about_btn button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.about_btn button:hover span {
    padding-right: 25px;
}

.about_btn button:hover span:after {
    opacity: 1;
    right: 0;
}

.responsive_phone_section {
    margin-top: -130px;
}

/* ecommerce_section */
.box_img {
    height: 200px;
    position: absolute;
}

.plans_bg {
    background-image: url('images/home/planning_bg.webp');
    background-size: cover;
    /* background-position: center; */
    height: auto;
    padding: 20px 0px 80px 0px;
    margin-top: 150px;
}

.ecom_col_img img {
    height: auto;
}

.ecom_txt h1 {
    color: black;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
}

.ecom_txt h6 {
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.ecom_txt p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.dot_img {
    display: flex;
    align-items: center;
}

.dot_img h6 {
    font-size: 16px;
    color: var(--textDark);
}

.dot_img img {
    height: 15px;
    width: auto;
}

/* working progres  */
.working_section {
    margin-top: 150px;
}

.heading_working {
    width: 50%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.heading_working h1 {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}

/* bg heading and h5 css */
.head_bg_working {
    border-radius: 30px;
    background-color: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 250px;
    padding: 10px 20px 5px 20px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.head_bg_working h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.head_bg_feature {
    border-radius: 30px;
    background-color: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 230px;
    padding: 10px 20px 5px 20px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.head_bg_feature h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.head_bg_some_work {
    border-radius: 30px;
    background-color: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 270px;
    padding: 10px 20px 5px 20px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.head_bg_some_work h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.client_head {
    border-radius: 30px;
    background-color: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 290px;
    padding: 10px 20px 5px 20px;
    text-align: center;
}

.client_head h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.head_bg_frequently {
    border-radius: 30px;
    background-color: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 350px;
    padding: 10px 20px 5px 20px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.head_bg_frequently h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

/* bg heading and h5 css end */

.working_section .card {
    width: 18rem;
    background-color: transparent;
    border: 0px;
}

.planning_card_icon {
    height: 130px;
    width: 130px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 6px 57px rgba(172, 172, 172, 0.25);
}

.planning_card_icon img {
    height: 45px;
}

.explain_bg {
    width: 80%;
    background-color: var(--color);
    display: block;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 8px 15px 8px;
}

.explain_bg ul {
    margin: 0;
    padding: 0;
}

.explain_bg ul li {
    color: var(--textDark);
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.scd_row {
    margin-top: 100px;
}

.fst_row_res,
.scd_row_res {
    display: none;
}

.fst_row {
    margin-top: 180px;
}

.scd_box_img {
    position: relative;
}

.scd_box_img img {
    position: absolute;
    top: -50px;
    z-index: -10;
}

.working_section .card .card-body h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.margin_card {
    margin-top: 60px;
}

/*  work for success section  */
.weWork_section {
    border-radius: 40px;
    background-color: #FFF;
    box-shadow: -3px 2px 21px 0px rgba(190, 190, 190, 0.25);
    height: auto;
    margin-top: 250px;
    padding: 20px 20px;
    position: relative;
}

.weWork_txt {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.weWork_txt h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}

.weWork_txt p {
    color: var(--textDark);
    font-size: 16px;
    font-weight: 500;
}

.announcement_img img {
    height: 48vh;
    position: absolute;
    bottom: 0;
}

/* features_section css */
.features_section {
    background-image: url('images/home/ourFeature_bg.webp');
    background-size: cover;
    /* background-position: center; */
    height: auto;
    padding: 30px 0px 50px 0px;
    margin-top: 150px;
}

.feature_head {
    width: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.feature_head h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}

.background_icon {
    background-color: var(--teamColor);
    height: 65px;
    width: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.25);
}

.background_icon img {
    height: 43px;
}

.shipping_cards {
    background-color: transparent;
    border: 0px;
}

.shipping_cards .card-body h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.shipping_cards .card-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    color: var(--textDark);
}

/* some of work section */
.someWork_section {
    margin-top: 150px;
}

.slider_bg {
    background-image: url('images/home/slider_bg.webp');
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.swiper {
    width: 98%;
    height: 100%;
    padding: 5px 0px 200px 0px;
}

.swiper-slide {
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .card {
    border: 0px;
    background-color: transparent;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_card_explain {
    padding: 20px 20px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0px rgba(172, 172, 172, 0.25);
    margin-top: -80px;
    position: absolute;
}

.slider_card_explain h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.slider_card_explain h6 {
    color: var(--textDark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.slider_card_explain i {
    color: var(--teamColor);
    font-size: 16px;
}

.slider_card_explain p {
    color: #939393;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

/* client_section css */
.client_section {
    background-image: url('images/home/client_section_bg.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: 150px;
    position: relative;
}

.client_col_img img {
    height: 75vh;
}

.client_scd_head h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}

.client_scd_head p {
    color: var(--textDark);
    font-size: 18px;
    font-weight: 500;
}

.slider-container {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 10px 35px 0px rgba(189, 189, 189, 0.25);
}

.slide {
    border-radius: 10px;
    background: #FFF;
    /* box-shadow: 1px 10px 35px 0px rgba(189, 189, 189, 0.25); */
    width: 80%;
    padding: 30px;
}

.slide p {
    color: var(--textDark);
    font-size: 18px;
    font-weight: 500;
}

.client_data img {
    height: 50px;
}

.client_data h6 {
    font-size: 20px;
    font-weight: 500;
}

.slider-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
}

.client_data {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.double_arrow {
    position: absolute;
    top: 290px;
    bottom: 0;
    left: 470px;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #064BD1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 10px 35px 0px rgba(189, 189, 189, 0.25);
}

.double_arrow i {
    font-size: 35px;
}

/* Frequently Asked Questions */
.Frequently_section {
    margin-top: 100px;
    position: relative;
}

.Frequently_bg_img {
    position: absolute;
    top: 0;
}

.Frequently_bg_img img {
    height: 100vh;
}

.list-items1,
.list-items2,
.list-items3,
.list-items4,
.list-items5,
.list-items6 {
    display: none;
}

.hide_show {
    width: 70%;
}

.hide_show .card {
    background-color: transparent;
}

.hide_show_content {
    font-size: 19px;
    font-weight: 500;
}

.dropdown-content {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: var(--textDark);
}

/* footer section css */
footer {
    font-family: 'Lora', serif;
}

.footer_bg {
    background-image: url('images/footer_bg.webp');
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 200px;
    padding: 10px 0px 5px 0px;
}

.footer_logo img {
    height: 55px;
}

.footer_logo p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}

.wrapper {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    color: #064BD1;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before,
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before,
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before,
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before,
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}

.footer_txt h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
}

.underLine {
    height: 3px;
    width: 40px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.footer_txt ul {
    padding: 0;
}

.footer_txt ul a {
    text-decoration: none;
}

.footer_txt ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.bottom_nav {
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
}

.bottom_nav a {
    color: #fff;
}


/* Media qurey section */
@media screen and (min-width: 1800px) {
    body {
        width: 80%;
    }
}

@media screen and (min-width: 1700px) {
    body {
        width: 100%;
    }

    .scd_row {
        margin-top: 200px;
    }

    .fst_row {
        margin-top: 240px;
    }
}

@media screen and (min-width: 1600px) {
    /* Home section */

    .home {
        width: 100%;
        height: 90vh;
        background-image: url('images/home/banner_for_home.webp');
        background-size: cover;
        background-position: center;
        display: flex;
        /* align-items: center; */
    }

    .bannerTxt {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: var(--color);
    }

    .bannerTxt h1 {
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: 1px;
        margin-top: 50px;
    }

    .bannerTxt p {
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-top: 15px;
    }

    .responsive_phone_section {
        margin-top: -220px;
        display: flex;
        justify-content: center;
    }

    .about_btn button {
        margin-top: 15px;
        box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
        border-radius: 10px;
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 8px 8px 8px;
        width: 230px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }

    /* planning backgound  */
    .plans_bg {
        background-image: url('images/home/planning_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        padding: 20px 0px 80px 0px;
        margin-top: 150px;
    }

    .working_section {
        margin-top: 80px;
    }

}

@media screen and (min-width: 1280px) {
    .responsive_phone_section {
        margin-top: -14%;
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width:900px) {
    .allcode_section {
        overflow-x: hidden;
    }

    .allcode_section::-webkit-scrollbar {
        display: none;
    }

    .allcode_section {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    /* navbar css */
    body.overflow-hidden {
        overflow: hidden;
    }

    header {
        height: 48px;
        justify-content: space-between;
        padding: 0 28px;
    }

    .logo a {
        font-size: 0.9rem;
    }

    .header__toggle {
        display: inline;
        color: #eeee;
        font-size: 24px;
    }

    .header__close {
        position: absolute;
        right: 24px;
        display: block;
        font-size: 24px;
        border-radius: 50%;
        z-index: 1000;
    }

    .header__close:hover {
        background-color: #00adb5;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #222831;
        color: #eeee;
        width: 40%;
        height: 100vh;
        padding: 24px 0;
        z-index: 1000;
        transition: 0.5s;
        border-radius: 0 0 0 50%;
        z-index: 1000;
    }

    .nav__list {
        display: flex;
        flex-direction: column;
    }

    .show {
        right: 0;

    }

    .nav__item {
        margin: 2rem 0;
    }

    /* Home section */

    .home {
        width: 100%;
        height: 70vh;
        background-image: url('images/home/banner_for_home.webp');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .bannerTxt {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: var(--color);
        margin-top: 30px;
    }

    .bannerTxt h1 {
        font-size: 35px;
    }

    .responsive_phone_section {
        margin-top: -180px;
        display: flex;
        justify-content: center;
    }

    /* ecommerce_section */
    .box_img {
        height: 200px;
    }

    .plans_bg {
        background-image: url('images/home/planning_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        padding: 20px 0px 20px 0px;
    }

    .ecom_col_img img {
        height: 50vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .ecom_txt h1 {
        color: black;
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 81.5px;
        letter-spacing: 1.2px;
        text-align: center;
    }

    .ecom_txt h6 {
        color: black;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 0.6px;
        text-align: center;
    }

    .ecom_txt p {
        color: #000;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px;
        letter-spacing: 0.5px;
        text-align: center;
    }

    .dot_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dot_img h6 {
        font-size: 18px;
        color: var(--textDark);
    }

    .dot_img img {
        height: 15px;
        width: auto;
    }

    .about_btn button {
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        padding: 8px 5px 8px 5px;
        width: 210px;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 8px;
        box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* working progres  */
    .working_section {
        margin-top: 100px;
    }

    .heading_working {
        width: 85%;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .head_bg {
        border-radius: 30px;
        background-color: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 350px;
        padding: 10px 20px 5px 20px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .working_section .card {
        width: 100%;
        background-color: transparent;
        border: 0px;
    }

    .explain_bg {
        width: 60%;
        background-color: var(--color);
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 5px 5px 5px 5px;
    }

    .scd_row {
        margin-top: 0px;
    }

    .fst_row {
        margin-top: 0px;
    }

    .margin_card {
        margin-top: 10px;
    }

    /*  work for success section  */
    .weWork_section {
        border-radius: 40px;
        background-color: #FFF;
        box-shadow: -3px 2px 21px 0px rgba(190, 190, 190, 0.25);
        height: auto;
        margin-top: 100px;
        padding: 20px 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .weWork_txt {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


    .announcement_img img {
        display: none;
    }

    /* features_section css */
    .features_section {
        background-image: url('images/home/ourFeature_bg.webp');
        background-size: cover;
        /* background-position: center; */
        height: auto;
        padding: 30px 0px 50px 0px;
        margin-top: 100px;
    }

    .feature_head {
        width: 85%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .icon_res {
        display: flex;
        justify-content: center;
    }

    .shipping_cards {
        background-color: transparent;
        border: 0px;
        width: 60%;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* some of work section */
    .someWork_section {
        margin-top: 100px;
    }

    .slider_bg {
        background-image: url('images/home/slider_bg.webp');
        background-position: center;
        background-size: cover;
        height: auto;
    }

    .swiper {
        width: 100%;
        height: 600px;
    }

    /* client_section css */
    .client_section {
        background-image: url('images/home/client_section_bg.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 100px;
        position: relative;
    }

    .client_col_img img {
        height: 50vh;
    }

    .client_head {
        border-radius: 30px;
        background-color: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 350px;
        padding: 10px 20px 5px 20px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .client_scd_head {
        width: 70%;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-container {
        width: 60%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .double_arrow {
        position: absolute;
        top: 200px;
        bottom: 0;
        left: 325px;
    }

    .double_arrow img {
        height: 80px;
        width: auto;
    }

    /* Frequently Asked Questions */
    .Frequently_section {
        margin-top: 100px;
    }

    .Frequently_bg_img img {
        height: 50vh;
        display: none;
    }

    .hide_show {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* footer section css */
    .footer_bg {
        background-image: url('images/footer_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 100px;
        padding: 20px 0px 20px 0px;
    }

    .footer_txt h6 {
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        margin-top: 50px;
    }

    .res_col {
        display: none;
    }
}


@media all and (max-width:700px) {
    .myP {
        padding: 2%;
    }

    .enrollBtn {
        border-radius: 10px;
        background-color: var(--teamColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 5px 5px 5px;
        width: 210px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        margin-top: 15px;
    }

    /* navbar css */

    body.overflow-hidden {
        overflow: hidden;
    }

    .logo img {
        height: 40px;
    }

    header {
        height: auto;
        justify-content: space-between;
        padding: 10px 20px 10px 20px;
    }

    .logo a {
        font-size: 0.9rem;
    }

    .header__toggle {
        display: inline;
        color: #eeee;
        font-size: 26px;
    }

    .header__close {
        position: absolute;
        right: 24px;
        display: block;
        font-size: 24px;
        border-radius: 50%;
        z-index: 1000;
    }

    .header__close:hover {
        background-color: #00adb5;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        /* Initially off-screen */
        background-color: #222831;
        color: #eeee;
        width: 100%;
        height: 100vh;
        padding: 24px 0;
        z-index: 1000;
        transition: 0.5s;
        /* Smooth transition */
        border-radius: 0 0 0 0%;
        z-index: 1000;
    }

    .nav__list {
        display: flex;
        flex-direction: column;
        margin-left: 6%;
    }

    .show {
        right: 0;
        /* Move the menu into view */
    }

    .nav__item {
        margin: 1.5rem 0;
    }

    header.sticky {
        padding: 10px 25px 10px 25px;
        background: rgba(154, 170, 197, 0.85);
    }

    .enrollBtn {
        border-radius: 6px;
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        padding: 5px 5px 5px 5px;
        width: 200px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }

    /* Home section */

    .home {
        width: 100%;
        height: 80vh;
        background-image: url('images/home/banner_for_home.webp');
        background-size: cover;
    }

    .bannerTxt {
        width: 93%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: var(--color);
        margin-top: -20px;
    }

    .bannerTxt h1 {
        text-align: center;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: 1px;
    }

    .bannerTxt h1 br,
    .bannerTxt p br {
        display: none;
    }

    .bannerTxt p {
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.44px;
    }

    .about_btn button {
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 600;
        margin-top: 20px;
        padding: 10px 5px 10px 5px;
        width: 180px;
        transition: all 0.5s;
        cursor: pointer;
        border-radius: 8px;
        box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
    }

    .responsive_phone_section {
        margin-top: -100px;
    }

    /* ecommerce_section */
    .e-com_section {
        margin-top: 30px;
    }

    .box_img {
        display: none;
    }

    .plans_bg {
        background-image: url('images/home/planning_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        padding: 20px 0px 20px 0px;
        margin-top: 30px;
    }

    .ecom_col_img img {
        height: 32vh;
    }

    .ecom_txt h1 {
        color: black;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
    }

    .ecom_txt h6 {
        color: black;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
    }

    .ecom_txt p {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }

    .dot_img {
        display: flex;
        align-items: center;
    }

    .dot_img h6 {
        font-size: 12px;
        color: var(--textDark);
        font-weight: 400;
    }

    .dot_img img {
        height: 12px;
        width: auto;
        display: none;
    }

    /* working progres  */
    .working_section {
        margin-top: 100px;
    }

    .heading_working {
        width: 94%;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .heading_working h1 {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }

    .heading_working h1 br {
        display: none;
    }

    .head_bg {
        border-radius: 30px;
        background-color: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 240px;
        padding: 10px 20px 5px 20px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .head_bg h5 {
        color: var(--teamColor);
        font-size: 14px;
        font-weight: 600;
    }

    .working_section .card {
        width: 100%;
        background-color: transparent;
        border: 0px;
    }

    .working_section .card .card-body img {
        height: 45px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .explain_bg {
        width: 80%;
        background-color: var(--color);
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 5px 10px 5px;
    }

    .scd_row {
        margin-top: 0px;
        display: none;
    }

    .fst_row {
        margin-top: 0px;
        display: none;
    }

    .fst_row_res,
    .scd_row_res {
        display: block;
    }

    .scd_box_img img {
        position: absolute;
        top: -50px;
        z-index: -10;
    }

    .working_section .card .card-body h6 {
        font-size: 22px;
        font-weight: 600;
    }

    .margin_card {
        margin-top: 10px;
    }

    /*  work for success section  */
    .weWork_section {
        border-radius: 40px;
        background-color: #FFF;
        box-shadow: -3px 2px 21px 0px rgba(190, 190, 190, 0.25);
        height: auto;
        margin-top: 100px;
        padding: 20px 20px;
        position: relative;
    }

    .weWork_txt {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .weWork_txt h1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px;
    }

    .weWork_txt p {
        color: var(--textDark);
        font-size: 12px;
        font-weight: 500;
    }

    /* features_section css */
    .features_section {
        background-image: url('images/home/ourFeature_bg.webp');
        background-size: cover;
        /* background-position: center; */
        height: auto;
        padding: 30px 0px 50px 0px;
        margin-top: 100px;
    }

    .feature_head {
        width: 99%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .feature_head h1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 1.2px;
    }

    .background_icon {
        background-color: var(--teamColor);
        height: 60px;
        width: 70px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .background_icon img {
        height: 40px;
    }

    .shipping_cards {
        background-color: transparent;
        border: 0px;
        width: 100%;
    }

    .shipping_cards .card-body h6 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .shipping_cards .card-body p {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        color: var(--textDark);
    }

    /* some of work section */
    .someWork_section {
        margin-top: 100px;
    }

    .slider_bg {
        background-image: url('images/home/slider_bg.webp');
        background-position: center;
        background-size: cover;
        height: auto;
    }

    .swiper {
        width: 100%;
        height: 630px;
    }

    .slider_card_explain {
        padding: 20px 20px;
        border-radius: 15px;
        background-color: #ffffff;
        box-shadow: 1px 1px 7px 0px rgba(172, 172, 172, 0.25);
        margin-top: -50px;
        position: absolute;
    }

    .slider_card_explain h5 {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .slider_card_explain h6 {
        color: var(--textDark);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }

    .slider_card_explain i {
        color: var(--teamColor);
        font-size: 14px;
    }

    .slider_card_explain p {
        color: #939393;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }

    /* client_section css */
    .client_section {
        background-image: url('images/home/client_section_bg.webp');
        background-position: center;
        background-size: cover;
        height: auto;
        margin-top: 100px;
        position: relative;
    }

    .client_col_img img {
        height: 40vh;
    }

    .client_head {
        border-radius: 30px;
        background-color: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 230px;
        padding: 10px 20px 5px 20px;
        text-align: center;
    }

    .client_head h5 {
        color: var(--teamColor);
        font-size: 14px;
        font-weight: 600;
    }

    .client_scd_head {
        width: 94%;
    }

    .client_scd_head h1 {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 1.2px;
    }

    .client_scd_head h1 br {
        display: none;
    }

    .client_scd_head p {
        color: var(--textDark);
        font-size: 14px;
        font-weight: 500;
    }

    .slide {
        border-radius: 10px;
        background: #FFF;
        /* box-shadow: 1px 10px 35px 0px rgba(189, 189, 189, 0.25); */
        width: 80%;
        padding: 30px;
    }

    .slide p {
        color: var(--textDark);
        font-size: 14px;
        font-weight: 600;
    }

    .client_data img {
        height: 40px;
    }

    .client_data h6 {
        font-size: 14px;
        font-weight: 500;
    }

    .slider-container {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    .double_arrow {
        display: none;
    }

    /* Frequently Asked Questions */
    .Frequently_section {
        margin-top: 100px;
    }

    .hide_show {
        width: 100%;
    }

    .hide_show_content {
        font-size: 14px;
        font-weight: 500;
    }

    .dropdown-content {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.5px;
        color: var(--textDark);
    }

    /* footer section css */
    .footer_bg {
        background-image: url('images/footer_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 100px;
        padding: 20px 0px 20px 0px;
    }

    .footer_logo img {
        height: 35px;
    }

    .footer_logo p {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
    }

    .footer_txt h6 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
    }

    .footer_txt ul li {
        list-style: none;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .bottom_nav {
        display: block;
        margin: 10px;
        text-align: center;
    }

    .bottom_nav h6 {
        font-size: 14px;
    }
}