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

/* Boxicons */

@font-face {
    font-family: boxicons;
    src: url("../fonts/boxicons/boxicons.ttf");
}


/* Root Styling */

:root {
    --c1: #702580;
    --c2: #000;
    --f1: 'poppins';
    --f2: 'Open+Sans';
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.img__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img__contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* General Styling */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
}

::selection {
    background-color: var(--c1);
    color: #fff;
}

a {
    display: inline-block;
    color: #000;
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #000;
}

ul,
ol,
dl {
    margin-bottom: 0;
    padding: 0;
}

p,
li,
a,
span,
input,
input::placeholder,
button {
    font-family: var(--f1);
}

.imgFluid {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    outline: 0;
}

i.bx {
    font-family: boxicons;
    vertical-align: middle;
}


/* button style */

.themebtn {
    padding: 12px 20px;
    background: var(--c1);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    z-index: 99;
}

.themebtn:hover {
    background: var(--c1);
    color: #fff;
}

.themebtn::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine .75s;
    animation: shine 2s linear infinite;
}

.themebtn::after {
    position: absolute;
    content: '';
    width: 0;
    right: 0;
    height: 100%;
    background-color: var(--c2);
    top: 0;
    transition: 400ms ease;
    z-index: -1;
}

.themebtn:hover::after {
    width: 100%;
    left: 0;
}

.themebtn:hover span {
    animation: tada 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* button style */


/* header css start */

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
}

a.header__logo img {
    width: 82px;
    height: auto;
    object-fit: contain;
}

ul.header-main__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

ul.header-main__nav li a {
    font-size: 15px;
    font-family: var(--f1);
    position: relative;
    text-transform: capitalize;
}

ul.header-main__nav li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--c1);
    transition: all 500ms;
}

ul.header-main__nav li a.active::after {
    width: 100%;
    left: 0;
}

ul.header-main__nav li a:hover::after {
    width: 100%;
    left: 0;
}

ul.header-main__nav li a:hover {
    color: var(--c1);
}

ul.header-main__nav li a.active {
    color: var(--c1);
}


/* header css end */


/* baner css start */

.home_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    min-height: 89vh;
}

.banner_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_cont {
    position: relative;
    color: #fff;
}

.banner_cont h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--f1);
}

.banner_cont h3 {
    font-size: 55px;
    font-family: var(--f1);
    text-transform: capitalize;
    margin: 10px 0px;
    line-height: 59px;
}

.banner_cont p {
    font-size: 15px;
}


/* baner css end */


/* new css start */

.last_sec {
    padding: 50px 0px;
}

.last_sec_p {
    font-family: var(--f1);
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    width: 98%;
    margin: 0 auto;
}

.last_link_num {
    display: grid;
    justify-content: end;
}

.last_link_num a {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 6px;
}

.insta_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insta_logo_name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin-bottom: 25px;
}

.followers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12%;
    text-align: center;
}

.followers h5 span {
    display: block;
    font-family: var(--f1);
    font-weight: 500;
    color: #595353;
    font-size: 14px;
}

.insta_logo {
    width: 26%;
    height: auto;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(40deg, #f99b4a 8%, #dd3071 50%, #c72e8d 80%);
    border: 2px solid transparent;
}

.insta_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta_name h3 {
    font-family: var(--f1);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insta_name p {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 500;
    color: #5d5a5a;
    margin: 0;
}

.followers h5 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 17px;
}

.themebtn i {
    font-size: 22px;
}

.insta_title .themebtn {
    margin-left: 6%;
}

.container-fluid .col {
    width: 20%;
    flex: 1 0 20% !important;
}

.insta_img {
    width: 100%;
    height: 285px;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
}

.insta_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.instagram_feed {
    padding: 50px 0px;
}

.container-fluid .themebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 85px;
    text-transform: capitalize;
    border-radius: 5px;
    background: #3897f0;
    font-size: 13px;
}

.work_img {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.work_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work_cont {
    position: absolute;
    bottom: 0;
    left: 4%;
}

.work_cont h3 {
    font-family: var(--f1);
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.work_cont p {
    font-family: var(--f1);
    font-size: 13px;
    color: #fff;
}

.work_img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #2e2e2e80, transparent);
    transition: 500ms;
}

.work_img:hover::before {
    background: linear-gradient(0deg, #e91c59b8, transparent);
}

.more_work {
    padding: 70px 0px 40px;
}

.work_btn {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 50px !important;
    width: fit-content;
    margin: 0 auto;
    font-family: var(--f1);
    text-transform: uppercase;
    font-size: 17px;
}

.work_btn:hover {
    letter-spacing: 10px;
}

.insta_name h3 i {
    color: #0095f6;
    font-size: 18px;
}

.insta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 48px;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: gray;
}

.insta_btn i {
    font-size: 22px;
}

p.insta_cont {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -27%);
    height: max-content;
    width: 90%;
    margin: 0;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-family: var(--f1);
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
    transition: 500ms;
}

.insta_img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000000c2;
    transition: 500ms;
}

.insta_img:hover .insta_cont {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.insta_img:hover::before {
    opacity: 1;
}

p.insta_cont span {
    margin-bottom: 24px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-family: sans-serif;
}

p.insta_cont span i {
    font-size: 30px;
}

.section_title h3 span {
    color: var(--c1);
    font-weight: 700;
}

.nav-tabs .nav-link {
    background: transparent;
    border-radius: 50px;
    color: #000;
    border: 1px solid var(--c1);
}

.nav-tabs {
    border-bottom: none !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: var(--c1);
    color: #fff;
    border: 1px solid #000;
}

.ecommerce_img {
    width: 100%;
    height: 340px;
    transition: 500ms;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 10px;
}

.ecommerce_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 500ms;
}

.ecommerce_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 500ms;
}

.ecommerce_cont {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 18px 42px;
    box-shadow: 0 0 15px 1px #4444;
    height: 200px;
}

.e-commerce_world {
    background: #f4e9eb;
    padding: 70px 0px;
}

.ecommerce_cont h3 {
    font-family: var(--f1);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: 500ms;
}

.main_ecommerce_card {
    border-radius: 15px;
}

.ecommerce_cont p {
    font-family: var(--f1);
    font-weight: 500;
    color: #585555;
    font-size: 15px;
    height: 90px;
    overflow-y: auto;
}

.main_ecommerce_card:hover .ecommerce_img img {
    transform: scale(1.1);
    transition: 500ms;
}

.main_ecommerce_card:hover .ecommerce_cont h3 {
    color: var(--c1);
    transition: 500ms;
}


/* --------------Zeeshan css--------------- */

.about {
    padding: 70px 0;
}

.section_title {
    font-size: 45px;
    font-family: var(--f1);
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.section_subtitle {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 700;
    color: var(--c1);
}

.about_google {
    width: 28px;
    height: auto;
    position: absolute;
    top: 3px;
    right: 5px;
}

.about_crd1 {
    padding: 20px;
    box-shadow: 0 0 10px 0 gray;
    position: relative;
    height: 240px;
}

.about_header1 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.about_slide_img1 {
    width: 60px;
}

.about_name1 {
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 0;
    line-height: 23px;
}

.about_name1 span {
    display: block;
    font-weight: 400;
    font-size: 12px;
}

.about_star {
    display: flex;
    align-items: center;
    margin: 10px 0;
    gap: 3px;
}

.about_star i {
    font-size: 20px;
    color: #fb8e28;
}

.about_text {
    font-size: 13px;
    font-family: var(--f1);
    overflow: auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: auto;
}

.about_items1 {
    margin: 0 10px;
}

.about .slick-list.draggable {
    padding: 10px 0;
}

.about_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: lightgray;
}

.about_text::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.about_text::-webkit-scrollbar-thumb {
    background-color: gray;
}

.about .slick-arrow {
    top: 50%;
    left: -1%;
    transform: translate(-50%, -50%);
    background: none;
}

.about .slick-arrow:before {
    content: "\ea4d";
    font-family: boxicons;
    font-size: 40px;
    color: gray;
}

.about .slick-arrow:hover:before {
    color: #000;
}

.about .slick-next {
    left: 99%;
    transform: rotate(180deg);
}

.brand_img1 {
    width: 80%;
    height: 111px;
}

.brand_img2 {
    width: 130px;
    height: auto;
}

.mobile_image {
    width: 100%;
    height: 550px;
}

.speak_expert {
    padding: 70px 0;
    background: #FFF3F5;
}

.expert_crd {
    padding: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #d3d3d36b;
    border-radius: 20px;
    transition: 500ms all;
    width: 100%;
    /* margin-bottom: 28px; */
    height: 200px;
}

.expert_crd:hover {
    transform: translateY(-10px);
    animation: upp 2s linear infinite;
}

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

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.exp_img {
    width: 30px;
    height: auto;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    transition: 500ms all;
}

.exp_titlte {
    font-size: 22px;
    font-family: var(--f1);
    margin: 10px 0;
    color: #000;
    font-weight: 600;
}

.exp_text {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.exp_box {
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transition: 500ms all;
}

.expert_crd:hover .exp_box {
    background-color: #fff;
    border: 1px solid #000;
}

.expert_crd:hover .exp_img {
    filter: none;
}

.expert_para {
    font-size: 17px;
    font-family: var(--f1);
    margin-top: 20px;
    line-height: 28px;
}

.expert_para span {
    font-weight: 700;
}

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

.agencies_list li {
    font-size: 14px;
    font-family: var(--f1);
    padding-right: 30px;
    border-right: 2px solid var(--c1);
    padding-left: 30px;
    color: var(--c1);
}

.agencies_list li:nth-child(1) {
    padding: 0;
    padding-right: 30px;
}

.agencies_list li:nth-child(3) {
    border: 0;
}

.the_commerce {
    padding: 70px 0;
}

.comm_text {
    font-size: 15px;
    font-family: var(--f1);
    line-height: 28px;
    color: #000;
    width: 90%;
}

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

.Marketing_list li {
    padding-right: 10px;
    border-right: 1px solid #000;
    padding-left: 10px;
}

.Marketing_list li:nth-child(1) {
    padding-left: 0;
}

.Marketing_list li:nth-child(2) {
    border: 0;
}

.Marketing_list li a {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 500;
    color: #000;
}

.com-Image {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
}

.commerce__bt {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.comm_head_title {
    font-size: 16px;
    width: fit-content;
    background: var(--c1);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0px 0px 0 5px;
}

.comm_head_title span {
    background: #000;
    padding: 6px 12px;
}

.creative_btn a:hover {
    color: #fff !important;
}

.creativ_mainContent h4 {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 600;
    color: #fff;
}

.creativity {
    background: #4951F2;
    padding: 70px 0;
    transition: 600ms all;
}

.creativ_mainContent p {
    margin: 20px 0;
    color: #fff;
    font-weight: 300;
}

.tab_crd {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
    padding: 10px 10px 20px;
    margin: 20px 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.tab_img {
    font-size: 60px;
    width: 61px;
    line-height: 60px;
    color: #fff;
}

.tab_content {
    width: 490px;
}

.tab_content h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: var(--f1);
}

.tab_content p {
    color: #d1d1d1;
    margin: 0 0 10px;
}

.arrow {
    font-size: 30px;
    color: #fff;
}

.tab_crd:hover i {
    filter: brightness(0) saturate(100%) invert(74%) sepia(40%) saturate(4640%) hue-rotate(354deg) brightness(101%) contrast(101%);
}

.tab_crd:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000;
    content: '';
    transition: 600ms all;
    height: 0%;
    z-index: -1;
}

.tab_crd:hover:before {
    height: 100%;
}

.tab_img_main {
    width: 80%;
    height: 360px;
    position: relative;
    margin: 50px 0 0;
}

.tabinner_img {
    width: 100%;
    position: absolute;
    height: 0%;
    bottom: 0;
    transition: 500ms all;
}

.tabinner_img.active {
    height: 100%;
}

.creativity.bg1 {
    background: #C59023;
}

.creativity.bg2 {
    background: #479DE1;
}

.creativity.bg3 {
    background: #471CE9;
}

.creativity.bg4 {
    background: #8B7F7C;
}

.creativity--inner {
    background: #21242f;
}

.top_item p {
    margin: 0;
    color: #9f9e9e;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: center;
}

.top_item {
    margin: 0;
}

.top_icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top_icons li a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--c1);
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    background: var(--c1);
}

.top_bar {
    background: #000000;
    padding: 10px;
    border-bottom: 1px solid #69000014;
}

.support {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.support i {
    font-size: 30px;
    color: var(--c1);
}

.logo {
    width: 248px;
    height: 74px;
}

.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.header_nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_nav li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0px;
}

.header_btn a {
    border-radius: 10px;
    width: 160px;
    text-align: center;
}

.headbtn2 {
    background: #000;
}

.headbtn2:after {
    background: var(--c1);
}

.header_btn {
    display: flex;
    align-items: center;
    gap: 13px;
}

.main_header {
    padding: 15px 0;
}

.banner {
    padding: 120px 0 70px;
    background: linear-gradient(180deg, #fff 0%, #fff1f4 100%);
}

.banner_Innerimg {
    width: 100%;
    height: 460px;
    filter: hue-rotate(67deg);
}

.banner_content h5 {
    background: var(--c1);
    color: #fff;
    width: fit-content;
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 300;
    padding: 0 0 0 10px;
}

.banner_content h5 span {
    background: #342369;
    display: inline-block;
    padding: 3px 10px;
}

.banner_content h1 {
    font-size: 43px;
    font-family: var(--f1);
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    margin: 20px 0;
}

.banner_content h1 span {
    color: var(--c1);
}

.banner_content p {
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0;
    color: #000;
}

.banner_links {
    display: flex;
    align-items: center;
    margin: 18px 0 10px;
    gap: 35px;
}

.banner_links li a {
    padding: 0 10px;
    font-size: 14px;
    color: #000;
}

.banner_links li:nth-child(1) a {
    border-right: 1.5px solid #000;
    padding-left: 0;
}

.themebtn_blk {
    padding: 10px 30px;
    background: #000;
}

.banner_btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
}

.themebtn_blk:after {
    background: var(--c1);
}

.banner_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo_sliderMain {
    padding: 35px 0;
    background: #000;
}

.logo_img {
    width: 100%;
    height: 30px;
}

.header_nav li a i {
    font-size: 20px;
}

.sub_menu {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    width: 240px;
    border-radius: 10px;
    border: 1px solid #4444;
    box-shadow: 0 0 15px 1px #4444;
    top: 20px;
    transition: 400ms all;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.sub_menu li a {
    padding: 8px 0;
}

.header_nav li {
    position: relative;
}

.sub_menu li .sub_menu {
    left: 195px;
    top: -10px;
}

.sub_menu li:hover .sub_menu {
    left: 219px;
}

.header_nav>li:hover>.sub_menu {
    top: 23px;
    opacity: 1;
    visibility: visible;
}

.sub_menu>li:hover>.sub_menu {
    opacity: 1;
    visibility: visible;
    left: 220px;
}

.footer_main {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    width: 310px;
    height: 85px;
}

.footer_lists h4 {
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 600;
    color: #000;
}

.footer_lists ul li a {
    font-family: var(--f1);
    padding: 0 0 7px;
    color: #444;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer_lists ul li a i {
    font-size: 29px;
    color: var(--c1);
}

.footer_lists ul {
    margin: 20px 0 0;
}

.copy_rightMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 70px 0 0;
}

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

.copy_list li a {
    padding: 0 20px;
    border-right: 1px solid #000;
    font-size: 14px;
}

.copy_list li:nth-child(3) a {
    border: none;
    padding: 0 0 0 10px !important;
}

.footer {
    padding: 70px 0 20px;
    font-weight: 400 !important;!i;!;
}

.copy_cont {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-family: var(--f1);
}

.footer_lists ul li a:hover {
    color: #000;
}

.sub_menu li a {
    justify-content: space-between;
}

.contact {
    background: #21242f;
    padding: 70px 0px;
}

.contact_cont h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-family: var(--f1);
    color: var(--c1);
    font-weight: 400;
}

.contact_cont a {
    display: block;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.contact_address {
    display: flex;
    align-items: center;
    gap: 120px;
    margin-top: 3rem;
}

.items_cont h5 {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 500;
}

.items_cont p {
    font-size: 16px;
    margin: 0;
}

.contact_cont a:hover {
    color: var(--c1);
}


/* --------------------- atta csss start --------------------- */

.process {
    padding: 70px 0px;
}

.process_cont h3 {
    font-size: 29px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 0;
}

.process_cont p {
    font-size: 16px;
    line-height: 1.6;
    margin: 13px 0px;
}

.culture_cont h3 {
    font-size: 29px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 0;
}

.culture_cont p {
    font-size: 16px;
    line-height: 1.6;
    margin: 13px 0px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    border-color: #000;
}

.accordion-button {
    background: transparent;
    border-bottom: 1px solid #000;
    padding: 17px 10px;
    font-size: 22px;
    font-family: var(--f1);
    font-weight: 600;
    text-transform: capitalize;
}

.accordion-item {
    border: none;
    background: transparent;
}

.accordion-body p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    height: 90px;
}

.accordion-button::after {
    background: transparent;
    content: '+';
    font-size: 24px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-button:not(.collapsed)::after {
    background: transparent;
    content: '-';
}

.about {
    padding: 70px 0px;
    background: #21242f;
}

.about_img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 30px;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_main h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--f1);
    margin-bottom: 11px;
}

.about_main h4 {
    font-size: 21px;
    font-family: var(--f1);
    font-weight: 600;
}

.about_cont p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
    font-weight: 400;
}

.about_main {
    color: #fff;
}

.about_cont {
    color: #ddd;
}

.contact {
    background: #21242f;
    padding: 70px 0px;
}

.contact_cont {
    color: #fff;
}

.contact_cont h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-family: var(--f1);
    color: var(--c1);
    font-weight: 400;
}

.contact_cont a {
    display: block;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.contact_address {
    display: flex;
    align-items: center;
    gap: 120px;
    margin-top: 3rem;
}

.items_cont h5 {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 500;
}

.items_cont p {
    font-size: 16px;
    margin: 0;
}

.contact_cont a:hover {
    color: var(--c1);
}

.services_main {
    position: relative;
    overflow: hidden;
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services_main_cont {
    padding: 40px 20px;
}

.services_main_cont h3 {
    font-size: 45px;
    font-family: var(--f1);
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.services_main_cont h3 span {
    color: var(--c1);
}

.services_main_cont p {
    font-size: 17px;
    line-height: 1.7;
    color: #5c5c5c;
    margin-bottom: 1px;
}

.services_main_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.services_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_main_img.alt {
    left: 0;
}

.services_main_cont a {
    margin-top: 13px;
}

.services_main_cont ul li {
    list-style-type: disc !important;
    margin-bottom: 5px;
    font-size: 17px;
    color: #5c5c5c;
}

.services_main_cont ul {
    margin-top: 30px;
    padding-left: 30px;
}

.services_main_cont ul li::marker {
    color: #5c5c5c;
}

.inner_banner_content p {
    margin: 0;
}

.inner_banner {
    padding: 70px 0;
    background: #e2e2e2;
}

.inner_banner.alt {
    background: #f7e6fb;
}

.inner_banner_content h6 {
    font-size: 25px;
    font-family: var(--f1);
    font-weight: 400;
    color: #000;
}

.inner_banner_content h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--f1);
    line-height: 50px;
    margin: 20px 0;
    color: #000;
}

.inner_banner_content h3 span {
    color: var(--c1);
}

.inner_banner_content p {
    font-size: 16px;
    color: #000;
    font-family: var(--f1);
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn_sec {
    background: #4951f2;
    padding: 40px 0;
}

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

.sec_btn a {
    width: 270px;
    text-align: center;
}

.more_work--alt {
    padding: 80px 0;
}

.inner_banner--alt {
    margin: 0 0 280px;
    padding: 70px 0 550px;
    position: relative;
    background: #21242f;
}

.inner_bannerImg {
    position: absolute;
    bottom: -186px;
    width: 86%;
    left: 50%;
    transform: translatex(-50%);
    height: 670px;
}

section.inner_banner.inner_banner--alt h6 {
    color: #fff;
}

.inner_banner--alt h3 {
    color: #fff;
}

.inner_banner--alt p {
    color: #fff;
}

.inner_btn {
    background: linear-gradient(136deg, #d815b6, #ed4c7c, #d6134d);
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    justify-content: center;
}

.inner_btn i {
    font-size: 40px;
}

.inner_btn:hover {
    color: #fff;
}

.inner_bannerBTnMain {
    margin: 20px 0 0;
}

.inner_bannerContentecom h1 {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--f1);
    line-height: 57px;
}

.inner_bannerContentecom h4 {
    font-size: 20px;
    font-family: var(--f1);
    line-height: 39px;
    width: 450px;
}

.inner_bannerlist li {
    font-size: 16px;
    padding-left: 25px;
    margin: 10px 0;
    font-family: var(--f1);
    font-weight: 500;
    position: relative;
}

.inner_bannerlist {
    margin: 20px 0;
}

.inner_bannerlist li:before {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    font-family: boxicons;
    content: "\ed31";
    color: var(--c1);
}

.free_anime {
    color: var(--c1);
    animation: free 1s infinite linear;
}

@keyframes free {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.innerbanNavImg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #959595;
    cursor: pointer;
    box-shadow: inset 0 0 15px 1px #444;
}

.inner_banNavSlider {
    margin: 20px 0 0;
}

.inner_bannerecom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    position: relative;
}

.inner_bannerMainImg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.inner_bannerMainImg img {
    object-position: left;
}

.simp_formMain.alt {
    width: 80%;
    margin: 0 auto;
}

.simp_head h3 {
    text-align: center;
    color: #000;
    font-size: 50px;
    font-weight: 600;
    font-family: var(--f1);
}

.simp_head h3 span {
    display: block;
    color: var(--c1);
}

.simp_formMain {
    padding: 50px 40px;
    background: var(--c1);
    border-radius: 20px;
}

.form_cont h4 {
    color: #fff;
    font-size: 16px;
    font-family: var(--f1);
    margin: 0;
}

.form_cont p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.input_feild input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.input_feild label {
    color: #fff;
    font-family: var(--f1);
}

.input_feild {
    margin: 18px 0 17px;
}

.check_input_feild label {
    color: #fff;
    font-family: var(--f1);
    font-size: 14px;
    cursor: pointer;
}

.check_input_feild {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.input_para {
    font-size: 12px;
    font-family: var(--f1);
    margin: 20px 0;
    color: #fff;
}

.input_feildBtn button {
    width: 100%;
}

.sal_btn {
    font-size: 21px;
}

.para_box {
    width: fit-content;
    margin: 20px auto 0;
    padding: 10px 20px;
    border: 1px solid #7d7d7d;
    border-radius: 50px;
}

.para_box p {
    margin: 0;
    color: #7d7d7d;
}

.rate_img {
    width: 100%;
    height: 61px;
    margin: 10px 0;
}

#timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.time_box {
    background: var(--c1);
    color: #fff;
    font-size: 14px;
    font-family: var(--f1);
    padding: 10px;
    border-radius: 4px;
}

.time_box span {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
}

.countdown_box h4 {
    font-size: 18px;
    text-align: center;
    border: 1px dashed #bdbdbd;
    font-family: var(--f1);
    padding: 6px 0;
    border-radius: 7px;
}

.countdown_box h4 span {
    font-size: 24px;
    font-weight: 700;
    color: var(--c1);
}

.countdown_box {
    padding: 5px;
    border: 2px solid var(--c1);
    border-radius: 10px;
    background: #e91c5914;
}

.sale_boxes {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0 0;
}

.sal_img {
    width: 100%;
    height: 116px;
}

.sale_box p {
    font-size: 10px;
    width: 110px;
    margin: 0;
    text-align: center;
    font-family: var(--f1);
    font-weight: 500;
}

.simp_mainbox {
    display: grid;
    place-items: center;
    height: 623px;
    border-radius: 20px;
    box-shadow: 1px 1px 4px 2px var(--c1);
    padding: 30px 0px;
}

.Simplify {
    padding: 70px 0;
}

.nav-tabs--alt .nav-item {
    width: 100% !important;
}

.nav-tabs--alt {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
    margin: 0 !important;
}

.nav-tabs--alt li button {
    width: 100%;
    padding: 20px;
    border-radius: 10px !important;
    font-size: 26px;
    color: #fff !important;
}

.quality_box {
    border-radius: 20px;
}

.quality_box h4 {
    font-family: var(--f1);
    color: #fff;
    font-size: 26px;
}

.quality_box p {
    color: #fff;
    font-family: var(--f1);
    font-size: 15px;
}

.qual_img {
    margin: 0 auto;
    width: 70%;
}

.pricing_box {
    padding: 20px;
    border: 4px solid #fff;
    border-radius: 20px;
}

.pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 70px 0;
}

.pricing_ban {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
}

.simp_head--alt span {
    display: inline !important;
}

.simp_head--alt h3 {
    color: #fff;
}

.simp_head--alt {
    margin: 0 0 40px;
}

.pricing_box h5 {
    font-size: 25px;
    font-family: var(--f1);
    color: #fff;
}

.pricing_box ul li {
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    font-family: var(--f1);
    padding-left: 20px;
    position: relative;
}

.pricing_box ul {
    margin: 20px 0;
}

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

.pricing_box ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    font-family: 'boxicons';
    content: "\ed31";
    color: #02bd02;
}

.pric_boxx {
    padding: 30px 20px;
    background: #0000004f;
    border-radius: 15px;
}

.deliveryMainBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.delivery_img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.speak_expert--alt {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 70px 0;
}

.exp_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
}

.speak_expert--alt .section_title {
    color: #fff;
}

.speak_expert--alt .expert_para {
    color: #fff;
    font-size: 19px !important;
}

.automation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100vh;
    padding: 140px 0 50px;
}

.auto_maBg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
    filter: hue-rotate(295deg);
}

.autoContent h4 {
    font-size: 39px;
    color: #fff;
    font-family: var(--f1);
    font-weight: 500;
}

.autoContent h4 span {
    display: block;
    font-weight: 600;
    font-family: var(--f1);
    color: #000;
}

.autoContent p {
    font-size: 18px;
    font-family: var(--f1);
    color: #fff;
    margin: 20px 0;
}

.autoContent {
    margin-left: 60px;
}

.form_box {
    background: #fff;
    padding: 70px 30px 40px;
    border-radius: 30px;
    width: 84%;
}

.form_feild {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin: 10px 0;
}

.form_feild label {
    font-size: 16px;
    cursor: pointer;
    font-family: var(--f1);
    color: #444;
}

.form_innerFeild label {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 15px;
}

.form_innerFeild label span {
    color: red;
}

.form_innerFeild select {
    width: 100%;
    padding: 10px;
    border: 1px solid #a5a5a5;
    color: #545454;
    margin: 10px 0 0;
}

.form_innerFeild p {
    font-size: 13px;
    color: #919191;
    line-height: 16px;
    margin: 5px 0 10px;
}

.form_innerBtn button {
    width: 100%;
}

.form_innerBtn {
    margin: 30px 0 0;
}

.imgInner_sec--alt {
    width: 50%;
    margin: 40px auto !important;
}

.images_section {
    padding: 70px 0;
}

.imgInner_sec {
    margin: 40px 0;
}

.inner_cardBtn {
    height: 510px;
    display: grid;
    place-items: center;
}

a.inner_crdBBtn {
    width: 200px;
    display: grid;
    place-items: center;
    background: red;
    color: #fff;
    border-radius: 100%;
    aspect-ratio: 1/1;
    animation: color 3s linear infinite;
}

.inner_card {
    height: 350px;
}

.inner_crdImg {
    width: 60px;
    height: 60px;
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 100%;
}

.inner_card h5 {
    font-size: 23px;
    font-family: var(--f1);
    color: #000;
    margin: 20px 0;
}

.inner_card p {
    font-size: 15px;
}

.inner_card {
    padding: 20px;
    background: #f7f7f7;
    height: 510px;
}

.col-md-3:nth-child(odd) .inner_card {
    background: #1c1f24;
    color: #fff;
}

.col-md-3:nth-child(odd) .inner_card h5 {
    color: #fff;
}

@keyframes color {
    0% {
        background: red;
    }

    25% {
        background: green;
    }

    75% {
        background: blue;
    }

    100% {
        background: red;
    }
}

.cards__sections {
    padding: 70px 0;
}


/* responsive  css start */

.menu_logo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 500ms all;
    box-shadow: 0px 0px 4px 2px #d8d8d8bf inset;
}


.side_menu {
    width: 50%;
    background: var(--c1);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 500ms all;
}

.responsive_menu {
    display: none;
}

.show {
    transform: translateX(0%);
}

.responsive_logo img {
    width: 100px;
}

.open_menu {
    font-size: 30px;
    color: var(--c1);
}

.side_menu li a {
    padding: 16px 12px;
    width: 100%;
    border-bottom: 1px solid #ffffff70;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}

.close_menu {
    text-align: end;
    padding: 8px 12px !important;
}

.menu_sticky {
    position: fixed;
}

.responsive_overly {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000000a3;
    transition: 1s;
    left: -100%;
    top: 0;
    z-index: 99;
}

.responsive_overly.show {
    left: 0;
}

li.accordion-button {
    background: transparent;
    padding: 0;
}

.accordion-item {
    background: transparent;
}

.accordion-button::after {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: boxicons !important;
    background-image: none;
    content: "\ea4a";
    color: #fff;
    font-size: 23px;
}


.accordion-body {
    padding: 0;
    height: 120px;
    overflow-x: auto;
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
    background-image: none;
    content: "\ea4a";
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    outline: 0;
    border-color: transparent;
}

.accordion-button:not(.collapsed) a {
    background: var(--c2);
}

.close_menu i {
    font-size: 23px;
}

/* responsive  css end */

.accordion-body ul li {
    position: relative;
}

.side_sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 11;
}


.side_sub_menu li a {
    color: #000;
    padding: 20px 10px;
}

i#ecommerce {
    position: absolute;
    width: 46px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff73;
    top: 0;
    backdrop-filter: blur(11px);
    right: 0;
    font-size: 29px;
}

ul.side_sub_menu.active {
    display: block;
}

a.close_link {
    position: absolute;
    width: 30px !important;
    height: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -60px;
    right: 0;
    padding: 0 !important;
}

.banner_Innerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert_cont {
    position: sticky;
    top: 10px;
}

.banner_points li {
    line-height: 1.4;
    font-family: var(--f1);
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner_points li b {
    font-weight: 800;
    font-family: var(--f1);
}

.banner_points li i {
    font-size: 22px !important;
}

.banner_points.alt li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    line-height: 1.8;
}

.banner_points.alt li i {
    font-size: 8px;
}

.themebtn.alt {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 10px;
    margin-top: 0px;
}

.themebtn.alt i {
    transform: rotate(180deg);
    font-size: 20px;
}

.about_cont h3 {
    font-family: var(--f1);
    font-size: 34px;
    font-weight: 600;
    margin: 10px 0;
}

.about_cont h4 {
    font-family: var(--f1);
    font-size: 21px;
    font-weight: 700;
    margin: 10px 0;
}

.themebtn.transparent {
    background: transparent;
    border: 1px solid;
    margin-top: 22px;
    border-radius: 12px;
}

.themebtn.transparent i {
    transform: rotate(180deg);
}

.about_cont.alt {
    color: #000;
}

.about.alt {
    background: #fff;
}

.testimonials {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 70vh;
    padding: 120px 0 150px;
}

.testi_main {
    position: relative;
}

.testi_para {
    font-size: 15px;
    font-family: var(--f3);
    line-height: 1.6;
    color: #000;
    text-align: center;
    margin: 0;
}

.testi_crd {
    padding: 20px;
    background: #F9F4F0;
    border: dashed 1px #F5D9C4;
    border-width: 2px;
    height: 210px;
}

.testi_crd:hover {
    background: #FEECDE;
    border: dashed 1px var(--c1);
    border-width: 2px;
}

.testi_crd2 {
    margin-top: 44px;
}

.section_title h5 {
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    gap: 6px;
    font-family: var(--f1);
    font-weight: 700;
}

.section_title h3 {
    font-family: var(--f1);
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.section_title h5 i {
    color: red;
}

.review_star {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.review_star li {
    font-size: 18px;
    color: #ffc900;
}

.amz_square {
    padding: 70px 0;
}

.amz_crd {
    padding: 35px;
    text-align: center;
    background: #221e20;
    border-radius: 15px;
    height: 430px;
    transition: 500ms all;
}

.amz_img {
    width: 80px;
    margin: 0 auto;

}

.amz_title {
    font-size: 19px;
    font-family: var(--f1);
    height: 50px;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #fff;
}

.amz_text {
    font-size: 15px;
    font-family: var(--f1);
    color: #fff;
    height: 178px;
    overflow: auto;
}

.amz_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.amz_text::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.amz_text::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.amz_box {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin: 0 auto;
}

.amz_crd:hover {
    box-shadow: 0 0 15px 0 #000;
}

.amz_square .row .col-md-3:nth-child(even) .amz_crd {
    background: #fff;
    border: 1px solid var(--c1);
    margin-top: -30px;
}

.amz_square .row .col-md-3:nth-child(even) .amz_title {
    color: #000;
}

.amz_square .row .col-md-3:nth-child(even) .amz_text {
    color: #000;
}

.amz_square .row .col-md-3:nth-child(even) .amz_box {
    background: var(--c1);
}


.amz_square .row .col-md-3:nth-child(even) .amz_img {
    filter: brightness(10);
}

.amz_head {
    text-align: center;
    margin-bottom: 80px;
}

.amz_subtitlehead {
    font-size: 20px;
    font-family: var(--f1);
    color: var(--c1);
}

.amz_titlehead {
    font-size: 40px;
    font-family: var(--f1);
    font-weight: 600;
    margin: 15px 0;
}

.amz_texthead {
    font-size: 16px;
    font-family: var(--f1);
}


.drive_sales {
    padding: 70px 0;
    background: #7025808c;
}

.drive_subtitle {
    font-size: 24px;
    font-family: var(--f1);
    font-weight: 600;
}

.drive_title {
    font-size: 50px;
    font-family: var(--f1);
    font-weight: 700;
    line-height: 68px;
}

.drive_text {
    font-size: 14px;
    font-family: var(--f1);
    line-height: 28px;
}

.drive_icon {
    display: flex;
    align-items: center;
    gap: 40px;
}

.drive_icon1 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.drive_box {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drive_img {
    width: 60px;
    height: auto;
    margin: 0 auto;
}

.drive_text2 {
    font-size: 14px;
    font-family: var(--f1);
    margin: 0;
    color: #000;
    font-weight: 500;
}

.drive_image {
    width: 100%;
    height: 560px;
}

.drive__bt {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 50px;
}

.keep_wallmart {
    padding: 70px 0;
}

.wallmart_crd {
    padding: 30px;
    border: 1px solid var(--c1);
    border-radius: 20px;
    text-align: center;
    height: 350px;
}

.wall_img {
    width: 90px;
    height: auto;
    margin: 0 auto;
}

.wall_title {
    font-size: 25px;
    font-family: var(--f1);
    margin-top: 20px;
    font-weight: 600;
}

.wall_text {
    font-size: 14px;
    font-family: var(--f1);
    margin-top: 20px;
    line-height: 28px;
}

.shopify_card {
    text-align: center;
    width: 98%;
    margin: 0 auto;
}

.shopify-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.shopify_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopify_img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
}

.shopify_cont {
    border: 1px solid;
    padding: 24px 20px;
    border-radius: 12px;
    margin-top: 28px;
    transition: 500ms;
}

.shopify_cont h3 {
    font-family: var(--f1);
    font-size: 19px;
    font-weight: 700;
}

.shopify_cont p {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    margin: 0;
}

.advantages_shopify {
    padding: 65px 0px;
}

/* -----------------new zee------------ */

.counter_box {
    text-align: center;
    padding: 50px;
}

.counter_box p {
    margin: 0;
}

.counter_box.alt {
    background: #221e20;
}

.counter_box h3 {
    font-family: var(--f1);
    font-size: 38px;
}

.counter_box h3 span {
    font-weight: 600;
}

.counter_box.alt h3 {
    color: #fff;
}

.counter_box.alt p {
    color: #fff;
}

.arsenal_card {
    text-align: start;
    margin-bottom: 50px !important;
    width: 90%;
    margin: 0 auto;
    border-radius: 12px;
    height: 430px;
}


.arsenal_card.alt {
    background: #221e20;
    padding: 21px;
}

.arsenal_img {
    width: 26%;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}

.arsenal_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.arsenal_cont h3 {
    font-family: var(--f1);
    font-size: 17px;
    font-weight: 700;
    width: 80%;
    color: #fff;
}

.arsenal_cont p {
    font-family: var(--f1);
    font-size: 16px;
    padding: 0px 1px;
    color: #fff;
}

.arsenal_cont {
    width: 98%;
}

.arsenal_cont.alt {
    color: #fff;
}

.section_title h4 {
    font-family: var(--f1);
    font-size: 27px;
    font-weight: 600;
}

.countless_img {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.countless_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.supercharge_amz {
    padding: 50px 0px;
    background: #000000c9;
}

.countless_other {
    padding: 50px 0px;
}

.level_img {
    background: #f3c203;
    width: 85px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.level_img img {
    width: 52%;
    height: 100%;
    object-fit: contain;
}

.level_card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 52px;
}

.level_cont h3 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 21px;
}

.level_cont p {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 500;
    color: #546f7a;
    margin: 0;
}

.level_card {
    padding: 30px 20px;
    border-radius: 18px;
    transition: 500ms;
    box-shadow: 0 0 15px 1px #4444;
}

.level_card.alt .level_img {
    background: #00d362;
}



.section_title p {
    font-family: var(--f1);
    font-size: 17px;
    font-weight: 400;
    width: 60%;
    margin: 10px auto;
}

.exp_head {
    font-family: var(--f1);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.why_choose {
    margin-top: 50px;
}

.why_choose h3 {
    font-family: var(--f2);
    font-size: 25px;
    font-weight: 800;
}

.why_choose p {
    font-family: var(--f1);
    font-size: 15px;
    font-weight: 600;
    margin: 16px 0px 16px;
}

.why_choose p span {
    font-weight: 400;
}

.expert_cont.alt {
    position: relative;
}

.tick {
    font-size: 16px;
}

.shopify_cont:hover {
    box-shadow: 0px 0px 14px 0px #9E9E9E;
    transform: scale(1.05);
    transition: 500ms;
}

.footer_logo p {
    font-family: var(--f1);
    font-weight: 300;
    font-size: 14px;
    margin-top: 18px;
}

.copy_list li a span {
    font-weight: 800;
}

.copy_list li:nth-last-child(1) a {
    border: none;
}

.process_img {
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 19px;
}

.process_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture_img {
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 25px;
}

.culture_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_banner_content h5 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 24px;
}

.culture {
    padding: 60px 0px;
    background: #e9e9e9;
}

.statement_img {
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-radius: 32px 0px 32px 0px;
}

.statement_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_state {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.pop__form {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.over__lay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b5;
    backdrop-filter: blur(1px);
    z-index: -1;
}

.pop_main {
    width: 32%;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
}

.close__btn {
    position: absolute;
    right: 11px;
    top: -4px;
    color: #fff;
    font-size: 37px;
    cursor: pointer;
}

.pop__form.active {
    opacity: 1;
    visibility: visible;
}

.footer__mainLogoSec {
    width: 315px;
}

.footer__mainLogoSec p {
    margin: 20px 0 0;
    font-size: 14px;
}

.contact_form_sec {
    padding: 55px 0px;
    background: #f7e6fb;
}

.contact_cont.alt {
    color: #000;
}

.contact_cont.alt h3 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 46px;
    line-height: 1.3;
}

.contact_cont.alt p {
    font-family: var(--f1);
    font-size: 17px;
    width: 75%;
}

.elevated_cards .col-md-6.alt {
    margin: 40px 0px -32px;
}

.elevated_cards h4 {
    font-family: var(--f1);
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 40px;
}

.maximum_potential {
    padding: 58px 0px;
}

.main_maximum {
    background: #e2e2e2;
    padding: 45px 20px;
    border-radius: 18px;
}

.maximum_cont {
    width: 92%;
    font-family: var(--f1);
    margin: 0 auto;
}

.maximum_cont h3 {
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 700;
}

.maximum_cont p {
    font-family: var(--f1);
    font-weight: 400;
    font-size: 16px;
}

.expert_crd--alt {
    height: 270px;
}

.level_cont {
    width: 100%;
}

.global_impact {
    padding: 70px 0;
    background: #000000c9;
}

.about__list li {
    display: flex;
    align-items: baseline;
    gap: 10px !important;
    margin-bottom: 20px;
}

.about__list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 100%;
}

.about__list li span i {
    color: #000;
    font-size: 13px;
}

.expert_crd {
    height: 270px;
    display: grid;
    place-content: center;
}

.about__list p {
    margin: 0;
}

.shopify_card_alt_alt {

    height: 200px;
}


.expert_crd--alt span {
    font-weight: 600;
}

.about_cont p span {
    font-weight: 600;
}

.banner_points.alt p {
    margin: 0;
}

.contact__form {
    padding: 70px 0;
    background: gray;
}

.contact_field input,
textarea {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    border: 0;
    margin-bottom: 17px;
    font-size: 14px;
    font-family: var(--f1);
    height: 50px;
}

.contact_field textarea {
    height: 130px;
    margin: 0;
}

.contact_field input:focus,
textarea:focus {
    outline: 0;
    border: 0;
    box-shadow: none !important;
}

.maximum_cont span {

    font-weight: 400;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--c1);
}

.shopify_cont--alt {
    height: 120px;
}

.maximum_cont b {
    font-family: var(--f1);
}

.about__list p b {
    font-family: var(--f1);
}

.crd__slider .slick-list {
    padding: 20px 0;
}

.card__itemMain {
    margin: 0 10px;
}

.crd__slider .slick-arrow {
    top: 50%;
    transform: translatey(-50%);
    border: 1px solid var(--c1);
    background: transparent;
}

.crd__slider .slick-next {
    right: -40px;
}

.crd__slider .slick-prev {
    left: -40px;
}

.crd__slider .slick-arrow:before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--c1);
    font-family: 'boxicons';
}

.crd__slider .slick-next:before {
    content: "\ebe6";
}

.crd__slider .slick-prev:before {
    content: "\eb33";
}

.e-commerce_world--alt {
    background: transparent;
}

h3.glo_title {
    font-family: var(--f1);
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 40px;
    color: #fff;
}

.glo_image {
    border-radius: 30px;
    overflow: hidden;
}

.section_title--alt h3 {
    color: #fff;
}

.glo_cont p {
    color: #fff;
    font-family: var(--f1);
    font-size: 16px;
    line-height: 30px;
}

.business_level {
    padding: 70px 0;
}

.level_card:hover {
    background: #444;
    box-shadow: none;
}

.level_card:hover :is(h3, p) {
    color: #fff;
}

.ecommerce_cont--alt p {
    height: fit-content;
}

.ecommerce_cont--alt {
    height: fit-content;
}

.about_img--inner img {
    object-position: 92% 97%;
}

.ecommerce_img--alt img {
    object-position: -10% 100%;
}

.ecommerce_img--inner img {
    object-position: 100% 100%;
}

.banner__formBox {
    width: 70%;
    margin: 0 auto 30px;
}

.banner__form {
    padding: 40px 40px;
    background: var(--c1);
    border-radius: 30px;
}

.banner__form h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0 20px;
}

.input_bannerfeild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    outline: none !important;
    font-size: 14px;
}

.input_bannerfeild {
    margin: 10px 0;
}

.input_bannerfeild textarea {
    margin: 0;
    height: 110px;
}

.input_bannerfeild button {
    width: 100%;
    border-radius: 8px;
}

.input_bannerfeild .themebtn_blk:after {
    background: #fff;
}

.input_bannerfeild .themebtn_blk:hover {
    color: var(--c1);
}

.foo_sub_menu {}

.foo_sub_menu {
    margin-top: 0 !important;
    padding-left: 13px;
}

.foo_sub_menu li a {
    position: relative;
    font-weight: 400 !important;
}

.foo_sub_menu li a::before {
    position: absolute;
    content: "\ea50";
    font-family: boxicons !important;
    width: 6px;
    height: 6px;
    left: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foo_sub_menu li a:hover {
    transform: translateX(10px);
}


.terms ul li {
    font-size: 15px;
    margin-top: 5px;
    color: #4f4f4f;
    font-weight: 400;
    margin-left: 10px;
    list-style-type: disc;
    font-family: var(--f1);
}

.prvcy p, .terms p {font-family: var(--f1);}


.prvcy h4, .terms h4 {
    margin: 35px 0 15px;
    transform: translateZ(100px);
    width: 100%;
    font-size: 30px;
}

.prvcy, .terms {
    padding: 70px 0 70px;
}
.trust {
    position: fixed;
    bottom: 0;
    left: 40px;
    background: #fff;
    padding: 14px 33px 14px 14px;
    border-radius: 10px 10px 0 0;
    z-index: 999;
    box-shadow: 0 0 15px 1px #4444;
}

.trust span {
    position: absolute;
    font-size: 12px;
    top: 37px;
    right: 19px;
    color: #444;
}

.trust img {
    width: 96px;
}