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

:root {
    --f1: "Bebas Neue", sans-serif;
    --f4: "Inter", sans-serif;
    --f3: "Mulish", sans-serif;
    --f2: 'poppins', sans-serif;
    --c1: rgb(249, 69, 45);
    --c2: #990012;
    --c3: #000;
}

body {
    background: rgb(245, 245, 245);
    overflow-x: hidden !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
}

::-moz-selection {
    background-color: transparent;
}

::selection {
    background-color: transparent;
}

html {
    scroll-behavior: smooth;
}

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

.img__cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 500ms all;
}

.banner {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

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

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



h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

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

img {
    width: 100%;
}

#flipbook {
    position: absolute;
    left: 100px;
    display: block;
    top: 50px;
}

.page:not(:first-child)+div:before {
    content: "Page " attr(title);
    color: rgba(255, 255, 255, 0.75);
    left: 200px;
    top: 200px;
    position: absolute;
    display: block;
    text-shadow: 0 0 6px black;
}

.page {
    border: solid 3px white;
    background: no-repeat center top;
    background-size: cover;
    width: 554px;
    display: block;
    height: 554px;
    overflow: hidden;
    opacity: 0.5;
    background-color: white;
}

.hard {
    background: rgba(157, 39, 23, 1);
    display: block;
}

.hard:last-of-type() {
    background: rgba(157, 39, 23, 1);
}

.no1 {
    background-image: url(https://images.unsplash.com/photo-1513622470522-26c3c8a854bc?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
}

.no2 {
    background-image: url(https://images.unsplash.com/photo-1561113500-8f4ad4f80a93?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
}

.no3 {
    background-image: url(https://images.unsplash.com/photo-1551651767-d5ffbdd04b83?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1003&q=80);
}

.no4 {
    background-image: url(https://images.unsplash.com/photo-1514030982278-0c4c4617d7ba?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
}

.no5 {
    background-image: url(https://images.unsplash.com/photo-1532698355571-f845d2cc8151?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1400&q=80);
}

.no6 {
    background-image: url(https://images.unsplash.com/photo-1530178811766-8de178acf14a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
}

.no7 {
    background-image: url(https://images.unsplash.com/photo-1596435450055-cabe20834ebf?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1489&q=80);
}

.flag {
    font-size: 90px;
    position: relative;
    top: 40%;
    user-select: none;
}

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

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

.header_nav li a {
    font-size: 13px;
    font-family: var(--f2);
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    position: relative;
}

.reset anim-bg-gradient {
    padding: 10px 20px;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid transparent;
}

.logo {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-family: var(--f1);
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
}

.header {
    position: absolute;
    inset: 0;
    height: fit-content;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    transition: 500ms all;
    overflow: hidden;
}

.header_nav li a:hover {
    font-weight: 600;
    color: var(--c2);
    position: relative;
}

.header_nav li a:before {
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--c2);
    content: '';
    transition: 500ms all;
    left: 0;
    bottom: 0;
}

.header_nav li a:hover:before {
    width: 100%;
}

.reset anim-bg-gradient:before {
    height: 100% !important;
    width: 100% !important;
    background: var(--c1) !important;
    z-index: -1;
}

.header_nav li:nth-last-child(1) {
    height: 40px;
}

.reset anim-bg-gradient:hover:before {
    opacity: 0;
    visibility: hidden;
}

.reset anim-bg-gradient:hover {
    border-color: var(--c2);
}

#smooth-wrapper {
    overflow: hidden;
}

#smooth-content {
    position: relative;
}

.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-top: 0;
    padding: 0;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #4444;
    margin-top: 0;
    padding: 0;
    /* margin: -460px 0 0 !important; */
    position: relative;
}

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

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

.nav_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    transition: 500ms all;
}

.menu_btn {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: var(--f1);
    font-size: 45px;
    gap: 20px;
    color: #fff;
    cursor: pointer;
}

.cop_rightSymbol {
    font-size: 14px;
    margin: 10px 0 0;
}

.nav_menu li a {
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--f2);
    font-weight: 700;
    color: #fff;
}

.main_menu {
    width: 40px;
    height: 37px;
}

.main_menu span {
    display: block;
    margin: 10px 0;
    height: 2px;
    background: #fff;
    transition: 500ms all;
}

.nav_menu li span {
    font-size: 82px;
    position: absolute;
    width: 161px;
    font-family: var(--f2);
    color: transparent;
    font-weight: 800;
    top: -17px;
    left: 80px;
    background: url('../images/banner.avif');
    -webkit-background-clip: text;
    background-position: 65% 3%;
    background-size: auto;
    background-repeat: no-repeat;
    filter: invert(1);
}

.nav_menu li {
    position: relative;
}

.own_container {
    width: 1540px;
    margin: 0 auto;
}

.main_bannerContent h5 {
    font-family: var(--f1);
    font-size: 50px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.banner_mainHead {
    margin-bottom: -30px;
}

.banner_mainHead h1 {
    font-size: 322px;
    font-family: var(--f2);
    font-weight: 700;
    color: transparent;
    background: url(../images/banner.avif);
    background-position: 17.5% 48%;
    -webkit-background-clip: text;
    filter: saturate(2) brightness(4.5);
    letter-spacing: -17px;
    margin: 0;
    line-height: 430px;
    height: 350px;
    margin-left: -12px;
}

.bannerList {
    margin: 30px 0 0 !important;
}

.bannerList li {
    font-family: var(--f2);
    color: #fff;
    font-weight: 600;
}

.banner_bottom {
    margin: 20px 0 0;
    flex-direction: column-reverse;
    display: flex;
}

.banner_bottom h2 {
    font-size: 87px;
    font-weight: 600;
    letter-spacing: -6px;
    color: transparent;
    background: url(../images/banner.avif);
    background-position: 82% 83%;
    -webkit-background-clip: text;
    filter: invert(1) saturate(0.6) brightness(1.2);
}

.banner_bottom p {
    margin-bottom: 12px;
    font-size: 14px;
    font-family: var(--f2);
    color: #fff;
    line-height: 19px;
}

.banner_bottom p span {
    font-family: var(--f2);
}

.work_speaks {
    background: #fff;
    position: relative;
    z-index: 999;
}

.lets_talkbtn {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--f2);
    letter-spacing: -1px;
    color: #000;
    margin: 26px 0px;
    font-weight: 500;
}

.lets_talkbtn i {
    font-size: 28px;
}

.section_head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 70%;
}

.section_content {
    color: #000;
    font-size: 42px;
    font-family: var(--f2);
    font-weight: 700;
    margin: 0;
    letter-spacing: -1px;
}

.main_counters {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0;
}

.counterCrd {
    width: 24%;
}

.counter {
    font-size: 70px;
    font-family: var(--f2);
    font-weight: 600;
    padding: 0px 0 10px;
    border-bottom: 1px solid #4444;
    color: #000;
}

.counter span {
    font-family: var(--f2);
    font-weight: 700;
}

.counter_content {
    padding: 20px 0 0;
}

.counter_content h5 {
    font-size: 27px;
    font-family: var(--f2);
    font-weight: 600;
    margin: 0;
}

.counter_content p {
    font-size: 18px;
    margin: 10px 0 0;
    color: #8c8c8c;
    font-family: var(--f2);
    letter-spacing: -1px;
}

.hero {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 230px 0 100px;
    height: 100vh;
}

.product {
    position: absolute;
    height: 100%;
    z-index: 0;
    object-fit: contain;
    width: 55%;
    object-fit: cover;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}

.headline {
    font-size: 10.6vw;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    color: white;
    z-index: 1;
    mix-blend-mode: difference;
    /* Key for this effect */
    pointer-events: none;
    margin: 0;
    font-family: var(--f2);
    font-weight: 600;
    letter-spacing: -10px;
    transform-origin: center;
}

.main_innerLyniqSec {
    width: 55%;
    margin: 0 auto;
    border-left: 1px solid #4444;
    border-right: 1px solid #4444;
    padding: 140px 40px 230px;
    text-align: -webkit-center;
}

.lyniq_sec {
    position: relative;
    border-bottom: 1px solid #4444;
    padding: 100px 0;
}

.arrow_btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #4444;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translatex(-50%);
    background: #fff;
    z-index: 99;
}

.arrow_btn i {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
}

.main_innerLyniqSec p {
    width: 280px;
    font-size: 17px;
    font-family: var(--f2);
    color: #444444c7;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.main_innerLyniqSec h3 {
    font-size: 50px;
    font-family: var(--f1);
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    gap: 3px;
    letter-spacing: -2px;
}

.main_innerLyniqSec h3 span {
    font-size: 13px;
}

.test_sec {
    height: 100vh;
}

.services {
    background: #0c0c0c;
    padding: 0 0 100px;
}

.serv_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
}

.serv_btn {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: var(--f2);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    gap: 4px;
}

.serv_btn i {
    color: var(--c1);
    transform: rotate(-45deg);
    font-size: 30px;
    width: 23px;
    height: 25px;
}

.main_servicetabSec {
    margin: 150px 0 0;
}

.serv_crd {
    width: 290px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 500ms all;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
}

.serv_img {
    width: 100%;
    height: 210px;
}

.serv_content h6 {
    font-size: 16px;
    color: #757575;
    font-family: var(--f2);
    font-weight: 600;
    margin-bottom: 20px;
}

.serv_content p {
    font-size: 21px;
    font-family: var(--f2);
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
}

.serv_content {
    width: 83%;
    margin: 50px 0 0;
}

.main_servCrds {
    position: relative;
    height: 450px;
}

.tab_btn {
    font-size: 75px;
    font-family: var(--f2);
    font-weight: 500;
    border-bottom: 1px solid #4444;
    padding: 10px 0;
    letter-spacing: -4px;
    color: #4444;
    position: relative;
    transition: 500ms all;
    cursor: pointer;
    width: 100%;
}

.tab_btn span {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--f2);
    font-weight: 600;
    position: relative;
    transform: translatey(-60px);
    letter-spacing: -1px;
}

.tab_btn:hover {
    color: #fff;
    padding-left: 30px;
}

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

.tab_btn.active {
    color: #fff;
    padding-left: 30px;
}

.tab_btn.active color {
    color: var(--c1);
}

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

.serv_crd:nth-child(2) {
    margin-top: 20px;
}

.serv_crd:nth-child(3) {
    margin-top: 30px;
}

.serv_crd:nth-child(4) {
    margin-top: 40px;
}

.price_btn {
    margin: 90px 0 0;
}

.price_btn a {
    font-size: 18px;
    color: #fff;
    font-family: var(--f2);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price_btn a i {
    color: var(--c1);
    font-size: 27px;
}

.team {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 30px;
    z-index: 1;
    overflow: hidden;
}

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

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

.user_list li {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    margin-left: -30px;
}

.last_user {
    border: none !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: var(--f2);
    color: #fff;
}

.team_mainSec h3 {
    font-size: 120px;
    font-family: var(--f2);
    font-weight: 600;
    color: #fff;
    letter-spacing: -5px;
}

.team:before {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(0deg, #000000d1, transparent);
    content: '';
}

.team_mainSec p {
    font-size: 19px;
    line-height: 27px;
    color: #fff;
    font-family: var(--f2);
    margin: 0;
}

.team_mainSec p span {
    color: #fff;
    font-weight: 400;
    font-family: var(--f2);
}

.team_bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}

.team_crds {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 85%;
}

.team_crd {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #c9c9c944;
    width: 29%;
    padding-bottom: 10px;
    position: relative;
    padding-top: 10px;
}

.team_crd h4 {
    font-size: 50px;
    font-family: var(--f2);
    font-weight: 600;
    color: #fff;
}

.team_crd p {
    color: #fff;
    font-family: var(--f2);
    font-size: 15px;
    margin: 0;
}

.team_crd p span {
    display: block;
    color: #98948e;
    font-family: var(--f2);
}

.team_arrow {
    position: absolute;
    top: 0;
    color: var(--c1);
    right: 0;
    font-size: 30px;
    transform: rotate(-45deg);
}

.team_mainSec {
    padding: 70px 0 70px;
    position: relative;
}

.team_btn a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--f2);
    font-weight: 400;
    color: #fff;
}

.team_btn a i {
    font-size: 25px;
}

.team_bg img {
    width: 100%;
    display: block;
    transform-origin: center;
    will-change: transform;
}

/* CSS */
.form-item.custom-checkbox {
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    position: relative;
}

.form-item.custom-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    cursor: pointer;
}

.form-item.custom-checkbox input:checked+.dot-box .dot {
    left: calc(100% - 24px - 15px);
}

.form-item.custom-checkbox .dot-box {
    position: relative;
    padding: 10px;
    width: 85px;
    height: 45px;
    border-radius: 100px;
    transition: 0.25s;
    background: var(--c1);
}

.form-item.custom-checkbox .dot-box .dot {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    transition: 0.45s;
}

.pricing_head {
    text-align: -webkit-center;
    padding-bottom: 70px;
}

.pricing_head h3 {
    font-size: 110px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
}

.pricing_head>p {
    margin: 40px 0 0;
    font-family: var(--f2);
    font-weight: 500;
    color: #807a7a;
    font-size: 19px;
    letter-spacing: -0.6px;
}

.bootom_head {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 50px 0 0;
}

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

.button_secPrice p {
    margin: 0;
    font-size: 15px;
    font-family: var(--f2);
    font-weight: 500;
    color: #444444bd;
}

.saving {
    background: rgb(249 69 45 / 10%);
    display: inline-block;
    padding: 2px 10px;
    color: var(--c1);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--f2);
    letter-spacing: -1px;
}

.pricing {
    padding: 170px 0 0;
}

.main_popCrd {
    padding: 50px;
    background: #44444414;
}

.pop_crd {
    padding: 50px;
    position: relative;
}

.pop_smallHead {
    font-size: 18px;
    font-family: var(--f2);
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pop_pricing {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 40px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
    margin: 30px 0 0;
}

.pop_pricing>span {
    font-size: 18px;
    font-family: var(--f2);
    color: #777;
    letter-spacing: -0.7px;
}

.pop_crd>p {
    margin: 20px 0;
    color: #0000008c;
    font-family: var(--f2);
    letter-spacing: -0.7px;
    font-weight: 500;
}

.pric_btn a {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #000;
    font-family: var(--f2);
    font-size: 17px;
    background: #fff;
    border-radius: 50px;
}

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

.price_listing {
    padding: 30px 0 0;
}

.price_listing h5 {
    font-size: 15px;
    font-family: var(--f2);
    font-weight: 500;
    color: #000;
}

.price_listing ul {
    margin: 20px 0 0 !important;
}

.price_listing ul li {
    margin: 10px 0;
    font-size: 16px;
    font-family: var(--f2);
    letter-spacing: -0.7px;
    color: #444444d9;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

.price_listing ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 8px;
    height: 8px;
    border: 2px solid var(--c1);
    border-left: 0;
    border-bottom: 0;
}

.pop_crd--popular {
    background: #fff;
}

.pop_arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--c1);
    font-size: 30px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}

.pric_btn--alt a {
    background: var(--c1);
    color: #fff;
}

.pric_btn--alt a i {
    color: #fff;
}

.pop_pricing del {
    color: #cecece;
    font-size: 30px;
    margin: 3px 0 0;
    text-decoration: line-through !important;
    font-family: var(--f2);
    font-weight: 500;
}

.saving--alt {
    background: #000;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0px;
}

.main_price {
    font-family: var(--f2);
    width: fit-content;
    height: 40px;
    overflow: hidden;
}

.main_price span {
    display: block;
    line-height: 40px;
    font-family: var(--f2);
    transform: translate(0);
    transition: 500ms all;
}

.main_price.active span {
    transform: translatey(-100%);
}

.hero-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #ffffff00;
    transform-origin: center;
}

.text-content {
    text-align: center;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}

.label {
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    display: block;
    font-weight: 500;
    position: relative;
    width: max-content;
    margin: 0 auto 10px;
    font-family: var(--f2);
    font-weight: 500;
}

.text-content h1 {
    font-size: 186px;
    line-height: 1;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 500;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
}

.year {
    font-size: 44px;
    margin-top: 20px;
    font-family: var(--f1);
    color: #000;
}

.services-section {
    position: relative;
    z-index: 3;
    /* this will come on top later */
    background: linear-gradient(0deg, #fff 90%, #ffffff00);
    padding: 70px 0px 160px;
    z-index: 3;
    position: relative;
}

.service {
    opacity: 0;
    transform: translateY(50px);
    margin-bottom: 130px;
    transition: 300ms all;
}

.service img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

span.label::before {
    position: absolute;
    content: "\ea57";
    font-family: boxicons !important;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    color: red;
    right: 106%;
    top: 2px;
    transform: rotate(45deg);
}

.services_img {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

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

.services_cont {
    margin-top: 30px;
}

.services_cont h2 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 11px;
    font-family: var(--f2);
    color: #000;
}

.services_cont p {
    font-size: 17px;
    font-weight: 400;
    color: rgba(12, 12, 12, 0.6);
    font-family: var(--f2);
}

.s_btn {
    padding: 4px 12px;
    box-shadow: 0px 0px 1px 1px #acacac;
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-family: var(--f2);
}

.services_btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.services_btn a:hover {
    background: #FF5722;
    color: #fff;
}

.service.alt {
    width: 90%;
}

.service.alt .services_img {
    height: 270px;
}

.services-section .col-md-7 {
    transform: translateX(-96px);
}

.services-section .col-md-5 {
    transform: translateX(156px);
}

.col-md-7.alt {
    transform: none;
}

.all_casec {
    text-align: end;
}

.all_casec a span {
    position: absolute;
    font-size: 20px;
    color: #FF5722;
    top: -4px;
    right: -25px;
}

.all_casec a i {
    transition: 200ms;
}

.all_casec a:hover {}

.all_casec a:hover i {
    transform: translateX(-14px) rotate(180deg);
}

.all_casec a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    position: relative;
}

.our_process {
    padding: 160px 0 0;
    position: relative;
    left: 0;
}

.main_process h4 {
    font-size: 110px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
    letter-spacing: -4px;
    margin-top: -30px;
}

.main_process p {
    width: 491px;
    font-family: var(--f2);
    color: #444444e8;
    font-weight: 400;
    margin: 20px 0;
}

.process_btn a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-family: var(--f2);
    font-size: 20px;
    font-weight: 400;
    width: fit-content;
}

.process_btn a i {
    font-size: 30px;
}

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

.process_number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000002b;
    border-radius: 100%;
    font-size: 14px;
    color: #000;
    font-family: var(--f2);
    font-weight: 600;
}

.process_head h3 {
    font-size: 25px;
    margin: 0;
    font-family: var(--f2);
    font-weight: 600;
    letter-spacing: -0.6px;
}

.process_crd p {
    padding-left: 50px;
    font-family: var(--f2);
    margin: 10px 0;
    color: #444444a8;
}

.process_crd {
    border-top: 1px solid #4444;
    padding: 40px 0;
    position: relative;
}

.process_arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    right: 0px;
    font-size: 30px;
    transform: rotate(-45deg);
    color: var(--c1);
}

.faqs {
    padding: 160px 0 0;
    margin-bottom: -70px;
    background: #fff;
}

.main_faq h3 {
    font-size: 110px;
    font-family: var(--f2);
    color: #000;
    margin: 0;
}

.main_faq p {
    width: 300px;
    font-family: var(--f2);
    color: #444444e8;
    font-weight: 400;
    margin: 20px 0;
}

.main_faq .process_btn {
    margin: 40px 0 0;
}

.accordion-button {
    font-family: var(--f2);
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: -0.7px;
    background: transparent !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.accordion-item {
    padding: 35px 0;
}

.accordion-body {
    padding: 30px 0 0 !important;
    font-family: var(--f2);
    font-size: 16px;
    font-weight: 500;
    color: #00000080;
    transition: 300ms all;
}

.accordion-collapse.collapse.show {
    transform: translatey(0px);
}

.accordion-collapse {
    transform: translatey(30px);
    transition: 500ms all;
}

.accordion-button::after {
    background: none !important;
    content: "\ebc0" !important;
    font-family: 'boxicons';
    color: var(--c1);
}

.accordion-button:not(.collapsed)::after {
    content: "\eb8b" !important;
}



.tweaks_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 30px 0px !important;
}

.tweaks_img li {
    width: 42px;
    height: 42px;
    overflow: hidden;
    opacity: 0.5;
}

.tweaks_img li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.tweaks_img li:nth-child(1) {
    opacity: 1;
}

.goal_card p {
    color: gray;
    font-weight: 500;
    font-family: var(--f2);
    font-size: 14px;
}

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

.task-list {
    list-style: none;
    border-bottom: 1px solid #3f3e3e3b;
    padding-bottom: 16px !important;
}

.task-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.task-item input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.task-item input[type="checkbox"]:checked {
    border-color: #F9452D;
    background-color: #F9452D;
}

.task-item input[type="checkbox"]:checked::after {
    content: "\ea41";
    position: absolute;
    color: white;
    font-size: 16px;
    font-family: 'boxicons';
    left: 0px;
    top: -5px;
}

.task-item input[type="checkbox"]:checked+label {
    text-decoration: line-through !important;
    color: #999;
}

.task-item label {
    cursor: pointer;
    font-family: var(--f2);
    font-size: 13px;
    font-weight: 600;
}

.goal_card.\32 {
    background: #f5f5f5;
    padding: 26px 30px;
    border: none;
    position: relative;
    border-radius: 15px;
}

.check_div {
    background: #fff;
    padding: 30px 26px;
    border-radius: 15px;
}

.goal_card h6 {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: var(--f2);
    color: #9b9b9b;
    margin-top: 20px;
}

.goal_card h6 i {
    font-size: 16px;
}

.goal_card.\32::before {
    position: absolute;
    content: "\ea57";
    top: 15px;
    right: 24px;
    font-family: 'boxicons';
    color: var(--c1);
    font-size: 20px;
    font-weight: 700;
    transform: rotate(45deg);
}

.goal_card.black {
    background: #000;
    padding: 45px 40px;
    text-align: center;
    position: relative;
    border: none;
}

.goal_card.black h4 {
    color: #fff;
    font-family: var(--f2);
    font-size: 14px;
}

.black_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 15px 0px !important;
}

.black_icon li a {
    color: gray;
    font-size: 22px;
}

.goal_card.black h3 {
    width: 100%;
    color: #fff;
    margin-bottom: 12px;
}

.goal_card.black p {
    font-size: 15px;
}

.goal_card.black p span {
    color: #fff;
}

.black_img {
    background: var(--c1);
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin: 85px auto;
    box-shadow: 0px 12px 74px 1px var(--c1);
}

.black_img a {
    color: #fff;
    font-size: 40px;
}

.black_img span {
    position: absolute;
    top: 8px;
    right: 5px;
    color: var(--c1);
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-family: var(--f2);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black_img::before {
    position: absolute;
    content: '';
    border: 1px solid #ffffff1f;
    width: 138px;
    height: 138px;
    border-radius: 50%;
}

span.\31 {
    position: absolute;
    height: 100%;
    background: #ffffff45;
    width: 1px;
    top: 0;
    left: 36px;
}

span.\32 {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    background: #ffffff45;
    right: 36px;
}

span.\33 {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff45;
    left: 0;
    top: 30px;
}

span.\34 {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff45;
    left: 0;
    bottom: 30px;
}

.black_icon li a:hover {
    color: #fff;
}

.card_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

/* .card_img::before {
    position: absolute;
    content: '';
    background: url(../images/mobile-border.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 96%;
    height: 525px;
    bottom: 0px;
    backdrop-filter: blur(10px);
    border-top-left-radius: 48px;
    overflow: hidden;
    border-top-right-radius: 48px;
    left: 50%;
    transform: translateX(-50%);
}
 */
.last_card_div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.last_card_div p {
    color: #fff;
    text-align: center;
    font-size: 13px;
}

/* .card_img::after {
    position: absolute;
    bottom: -80px;
    content: '';
    right: 0;
    background: #f9452d;
    width: 100%;
    height: 365px;
    z-index: -1;
    filter: blur(110px);
} */

.not_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.not_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.note1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    padding: 11px 8px;
    border-radius: 16px;
    width: 97%;
    z-index: 1;
    position: absolute;
    top: 295px;
    left: 50%;
    transform: translateX(-50%);
}

.not_cont h3 {
    font-size: 13px;
    color: #000;
    font-weight: 800;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    margin: 0;
}

.not_cont h3 span {
    color: gray;
    font-weight: 300;
    font-size: 11px;
}

.not_cont p {
    font-size: 12px;
    color: gray;
    font-weight: 500;
    font-family: var(--f2);
    width: 82%;
    margin: 0;
}

.note1::before {
    position: absolute;
    content: '';
    width: 94%;
    height: 80px;
    background: #fff;
    border-radius: 20px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    bottom: -15px;
}

.testi_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.testi_img {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}

.testi_cont h4 {
    text-indent: 62px;
    font-size: 52px;
    font-family: var(--f2);
    color: #000;
    font-weight: 600;
    position: relative;
}

#clock {
    position: absolute;
    top: 30%;
    color: #fff;
    font-family: var(--f2);
    font-size: 50px;
    font-weight: 600;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.testi_img::before {
    position: absolute;
    content: "\ea57";
    font-size: 25px;
    font-family: 'boxicons';
    color: var(--c1);
    right: 14px;
    top: 4px;
    transform: rotate(45deg);
    font-weight: 600;
}

.client_name {
    margin-top: 25px;
    border-top: 1px solid #0000002e;
    padding-top: 25px;
    width: 100%;
    color: #242424;
}

.client_name h3 {
    font-family: var(--f2);
    font-weight: 500;
    font-size: 22px;
}

.client_name h6 {
    color: #6e6e6e;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--f2);
}



.logoImg {
    width: 130px;
    height: 65px;
    overflow: hidden;
}

.logoImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    transition: 300ms all;
}

.logo_items {
    border-top: 1px solid #00000040;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #00000040;
    border-bottom: 1px solid #00000040;
    padding: 12px 0px;
}

.logo_items.slick-slide {
    margin: 0;
}

.logo.alt:hover {
    color: #4a4848;
}

.success_card {
    border: 1px solid #00000047;
    height: 625px;
    padding: 35px 42px;
    position: relative;
}

.success_card p {
    position: absolute;
    bottom: 32px;
    font-family: var(--f2);
    font-weight: 500;
    color: gray;
    font-size: 17px;
    width: 78%;
    margin: 0 auto;
    text-align: end;
    padding-left: 28px;
}

.logo.alt::before {
    position: absolute;
    content: "\ea57";
    color: var(--c1);
    font-size: 25px;
    font-family: 'boxicons';
    right: -110px;
    top: -5px;
    transform: rotate(45deg);
}

.success_card.img {
    padding: 0;
    border: none;
}

.succes_cont p {
    color: #fff;
    font-size: 15px;
    font-family: var(--f2);
    padding: 0px;
    position: relative;
    text-align: start;
    bottom: 0;
    margin: 0;
}

.success_star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}

.success_star li {
    color: var(--c1);
    font-size: 15px;
}

.success_card.black h3 {
    margin: 11px 0px 0px;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    line-height: 1.3;
}

.success_card.black {
    background: #000;
    border: none;
    padding: 35px 37px;
}

.percent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 92px;
    border-bottom: 1px solid #ffffff59;
    padding-bottom: 45px;
}

.percent1 h3 {
    font-size: 32px !important;
    margin-bottom: 6px !important;
}

.percent1 p {
    font-size: 13px;
    color: #fff;
    position: inherit;
    text-align: start;
    padding: 0;
    width: 100%;
    font-weight: 700;
    color: gray;
}

.percent1 {
    text-align: center;
}

.person_img {
    width: 62px;
    height: auto;
    overflow: hidden;
    border-radius: 100%;
}

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

.person_info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 67px;
}

.person_cont h5 {
    color: #fff;
    font-family: var(--f2);
    font-weight: 600;
    font-size: 17px;
}

.person_cont p {
    width: 100%;
    padding: 0;
    margin: 0px;
    text-align: start;
    position: absolute;
    line-height: 1.1;
    font-size: 12px;
    font-weight: 900;
    bottom: 50px;
}

.success_card.white .success_star li {
    color: #000;
    font-size: 15px;
}

.success_card.white h3 {
    margin: 11px 0px 0px;
    font-size: 15px;
    color: #000;
    text-transform: none;
    line-height: 1.3;
}

.success_card.white {
    background: #f5f5f5;
    border: none;
}

.success_card.white .person_cont h5 {
    color: #000;
}

.success_card.white .percent {
    margin-top: 145px;
    border-bottom: 1px solid #00000024;
}

.logo_slider {
    margin: 70px 0 0;
}

.section_title.alt p {
    width: 82%;
}

.reset anim-bg-gradient.alt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    border: none;
    color: #000;
    font-weight: 400;
    font-family: var(--f2);
    transition: 500ms;
}

.reset anim-bg-gradient.alt i {
    color: var(--c1);
    font-size: 36px;
}

.reset anim-bg-gradient.alt:hover {
    transform: translateX(10px);
}

.latest_insight {
    padding: 0px 0px 40px;
    background: #fff;
}

.latest_cont {
    padding: 28px 0px;
}

.latest_cont h6 {
    color: gray;
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 15px;
}

.latest_cont h3 {
    color: #000;
    font-family: var(--f2);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 24px;
}

.readbtn {
    background: none;
    color: #000;
    border: 1px solid #00000045;
    border-radius: 50px;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: var(--f2);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.readbtn:hover {
    background: var(--c1);
    color: #fff;
    transition: 800ms;
}

.latest_div:hover .latest_img img {
    transform: scale(1.1);
}

.latest_img {
    width: 100%;
    height: 475px;
    overflow: hidden;
    position: relative;
}

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

.latest_img.alt {
    height: 305px;
}

.latest_img::before {
    position: absolute;
    content: \ea57;
    color: var(--c1);
    font-size: 26px;
    font-family: 'boxicons';
    top: 18px;
    right: 20px;
    transform: rotate(45deg);
    z-index: 1;
    transition: 500ms;
    font-weight: 500;
}

.latest_div:hover .latest_img::before {
    transform: translate(-20px, 10px) rotate(45deg);
}

.contact_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

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

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

.user_img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
}

.user_cont h3 {
    margin: 0;
    font-family: var(--f2);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.user_cont p {
    font-size: 14px;
    font-family: var(--f2);
    color: #ffffffad;
    margin: 5px 0 0;
}

.contact_bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    inset: 0;
    background: #000000bd;
}

.contact_para {
    color: #ffffff87;
    font-family: var(--f2);
}

.inputFeild {
    display: block;
    width: 100%;
}

.mainContactForm :is(textarea,
    input) {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ffffff82;
    background: transparent;
    padding: 0 10px 15px;
    font-size: 20px;
    margin: 0 0 40px;
}

.form_btn {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0 0;
    font-size: 21px;
    font-family: var(--f2);
    color: #fff;
}

.form_btn i {
    color: var(--c1);
    font-size: 28px;
}

.contact_form {
    width: 85%;
    margin-left: auto;
}

.footer_main {}

a.footer_logo {
    font-family: var(--f1);
    font-size: 117px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 142px;
    color: #000;
}

.footer_logo span {
    font-size: 34px;
    line-height: normal;
}

.footer_contact a {
    display: block;
    color: #000;
}

.telFooter {
    font-size: 18px;
    font-family: var(--f2);
    font-weight: 500;
    line-height: 10px;
}

.footer_mail {
    font-size: 30px;
    font-family: var(--f2);
    font-weight: 600;
}

.footer_contact {
    margin: 190px 0 0;
}

.main_footer {
    width: 30%;
}

.footer_left {
    width: 60%;
}

.footer_leftTop {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer_links {
    display: flex;
    gap: 60px;
}

.footer_links li a {
    font-family: var(--f2);
    color: #000;
    font-weight: 400;
}

.footer_news h4 {
    font-size: 50px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
    margin: 0;
    letter-spacing: -1.5px;
}

.footer_news p {
    margin: 20px 0;
    width: 300px;
    font-family: var(--f2);
    font-weight: 500;
    color: #444444cc;
}

.input_form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #4444444d;
    justify-content: space-between;
}

.footer_formBtn button {
    background: var(--c1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    border: none;
}

.input_form input {
    background: transparent;
    border: none;
    padding: 10px;
    font-size: 18px;
    font-family: var(--f2);
    outline: none;
}

.footer_leftBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 110px 0 0;
}

.footer_leftBottom>p {
    width: 50%;
    font-size: 16px;
    font-family: var(--f2);
    font-weight: 400;
    color: #444444c2;
}

.footer_leftBottom p span {
    display: block;
    text-align: end;
    font-family: var(--f2);
    font-weight: 400;
}

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

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

.footer_created p {
    margin: 0;
    font-size: 13px;
    font-family: var(--f2);
    font-weight: 400;
    color: #444444b0;
}

.footer_created p span {
    font-family: var(--f2);
    font-weight: 500;
    color: #000;
}

.footer {
    position: relative;
}

.header.active:before {
    height: 380px;
}

.header.active {
    height: 380px;
    padding: 20px 0;
}

.loader:after {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    content: '';
    background: #000;
    transition: 1000ms all;
    transform: translatey(100%);
    transition-timing-function: ease;
}

.loader.active:before {
    transform: translate(0);
}

.loader.active:after {
    transform: translate(0);
}

.main_logo span {
    font-size: 45px;
    font-family: var(--f1);
    color: #FF531D;
    transform: translatey(40px);
    transition: 500ms all;
    opacity: 0.3;
    color: #fff;
}

.loader_logo .cop_rightSymbol {
    color: #FF531D;
    scale: 6;
    transform: translate(40px, -30px);
    transition: 500ms all;
    opacity: 0;
    visibility: hidden;
    margin: -10px 0 0;
}

.logo_para {
    font-family: var(--f2);
    color: #FF531D;
    text-transform: capitalize;
    transition: 500ms all;
    transform: scale(0);
    margin: 20px 0px 0 10px;
    font-size: 20px;
    letter-spacing: 6px;
}

.menu_btn.active {
    gap: 10px;
    color: #fff;
}

.nav_menu.none {
    opacity: 0;
    visibility: hidden;
}

.bottomNav {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
    height: 0;
    overflow: hidden;
}

.header_contact {
    margin: 0;
}

.header_contact a {
    color: #fff;
}

.menu_nav {
    transition: 200ms all;
}

.menu_nav li a {
    font-size: 30px;
    font-family: var(--f2);
    text-align: end;
    width: 100%;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}

.bottomNav.active {
    opacity: 1;
    visibility: visible;
    height: 225px;
}

.inner_banner {
    min-height: 60vh;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
}

.inner_bannerHead {
    font-size: 118px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
    letter-spacing: -6px;
}

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

.bot_userCont :is(h4,
    p) {
    font-family: var(--f2);
    margin: 0;
}

.bot_user_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
}

.bot_mainContent h5 {
    font-size: 30px;
    font-family: var(--f2);
    color: #000;
    font-weight: 500;
    line-height: 40px;
    text-indent: 128px;
    margin-bottom: 24px;
}

.bot_mainContent h6 {
    font-family: var(--f2);
    font-size: 20px;
    margin: 20px 0 0;
    line-height: 25px;
    font-weight: 500;
    color: #444444c7;
}

.join_mainCrd {
    height: 600px;
    border: 1px solid #4444;
    padding: 30px;
    position: relative;
}

.join_logo {
    font-size: 35px;
    font-family: var(--f1);
    color: #000;
    letter-spacing: -1px;
    display: flex;
    align-items: normal;
    gap: 4px;
}

.join_logo span {
    font-size: 12px;
    margin: 6px 0 0;
}

.join_mainCont {
    margin: 50px 0 0;
}

.join_mainCont h4 {
    font-size: 50px;
    font-family: var(--f2);
    margin: 0;
    letter-spacing: -1px;
    font-weight: 600;
    color: #000;
}

.join_mainCont p {
    width: 250px;
    font-family: var(--f2);
    margin: 20px 0 0;
    font-weight: 500;
    color: #444444b3;
}

.corner_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    font-size: 40px;
    color: var(--c1);
}

.join_img {
    height: 530px;
    width: 100%;
}

.join_content {
    margin: 20px 0 0;
}

.join_content h4 {
    font-size: 22px;
    font-family: var(--f2);
    font-weight: 500;
    color: #000;
    margin: 0 0 5px;
}

.join_content p {
    margin: 0;
    font-size: 14px;
    color: #444444c4;
    font-family: var(--f2);
}

.join {
    padding: 130px 0;
}

.approach {
    padding: 55px 0px;
    background: #fff;
}

.awardMainhead {
    padding: 160px 0 50px;
}

.awardMainhead h3 {
    font-size: 120px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
    letter-spacing: -6px;
}

.award_tableHead {
    display: flex;
    align-items: center;
    padding: 20px 0 !important;
    border-bottom: 1px solid #44444436;
}

.award_tableHead li:nth-child(1) {
    width: 50%;
}

.award_tableHead li:nth-child(2) {
    width: 90%;
}

.award_tableHead li:nth-child(3) {
    width: 5%;
}

.award_tableHead li {
    font-size: 14px;
    font-family: var(--f2);
    color: #444444d6;
}

.award_tableBody {
    display: flex;
    align-items: center;
    padding: 20px 0 !important;
    border-bottom: 1px solid #44444436;
}

.award__title {
    font-size: 23px;
    width: 50%;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
    position: relative;
    cursor: pointer;
}

.award__desc {
    width: 90%;
    font-size: 16px;
    color: #717171;
    font-family: var(--f2);
    letter-spacing: -0.6px;
}

.award__year {
    font-family: var(--f2);
    color: #000;
    font-weight: 600;
    width: 5%;
}

.award_tableBody:nth-last-child(1) {
    border: none;
}

.Copenhagen {
    padding: 130px 0;
}

.copen_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 110vh;
    position: relative;
    overflow: hidden;
}

.cop_img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    filter: grayscale(1);
}

.cop_img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    inset: 0;
    background: #000000b0;
}

.copen_logo a {
    color: #fff;
    font-size: 80px;
}

.copen_logo .cop_rightSymbol {
    margin: 20px 0 0;
    font-size: 30px;
}

.copenBot_con p {
    margin: 0;
    font-size: 16px;
    font-family: var(--f2);
    font-weight: 400;
    color: #000;
}

.copen_bottom {
    padding: 25px 0;
    border-bottom: 1px solid #4444442b;
}

.sec_img {
    width: 100%;
    height: 580px;
}

.image_section {
    padding: 40px 0;
}

.approach--last {
    padding: 50px 0 100px;
}

.innerBannerPara {
    margin: 20px 0 0;
    font-family: var(--f2);
    color: #444444c4;
    line-height: 28px;
    font-weight: 500;
}

.nav-link {
    padding: 0 !important;
    border: none !important;
    color: #44444480 !important;
    font-size: 28px !important;
    font-family: var(--f2);
    text-transform: capitalize;
    font-weight: 600 !important;
    outline: none !important;
}

.nav-tabs {
    padding: 0 0 20px 0 !important;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 70px !important;
}

.nav-link:hover {
    color: #44444480;
}

.nav-link.active {
    color: #000 !important;
}

.header.active .logo {
    color: #fff;
}

.footer_links h3 {
    font-family: var(--f2);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.bannerbotLeft a {}

.bannerbotLeft button {
    margin: 0px 0;
    background: var(--c1);
    font-family: var(--f2);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-weight: 300;
}

.bannerbotLeft a:hover {}

.bannerbotLeft button:hover {
    background: transparent !important;
    border-color: #fff;
}

.main_innerBanner {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    min-height: 90vh;
    position: relative;
    padding: 0 70px 40px;
    top: 70px;
}

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

.innerBanner {
    height: 100vh;
}

.inner_bannerIImg img {
    object-position: 100% 25%;
}

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

.inner__bannerBtn a {
    padding: 5px 10px;
    background: #00000085;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    font-family: var(--f2);
    text-transform: uppercase;
}

.inner_bannerIImg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(313deg, #000000a1, transparent);
    inset: 0;
}

.reinforce_userMain>p {
    font-family: var(--f2);
    font-size: 16px;
    color: #666;
    margin: 0;
    letter-spacing: -0.6px;
}

.reinforced {
    padding: 140px 0 0;
    background: #fff;
}

.approach--challenge {
    padding: 140px 0;
}

.imagesSec_img {
    width: 100%;
    height: 610px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 11px 0px #d3d3d3;
}

.reinforced_img--alt {
    padding: 20px 0 0;
}

.project_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 600px;
    align-items: center;
    padding: 20px;
    font-size: 14px;
}

.project_btn span {
    transform: rotate(-90deg) translatex(85px);
    transform-origin: center;
    width: 190px;
    font-size: 22px;
    font-family: var(--f2);
    letter-spacing: -1px;
    color: #000;
}

.project_btn i {
    font-size: 28px;
    color: var(--c1);
    transform: rotate(45deg);
    transition: 500ms all;
}

.project_btn:hover {
    background: var(--c1);
}

.project_btn:hover i {
    color: #fff;
    transform: rotate(0);
}

.project_btn:hover span {
    color: #fff;
}

.latest_head {
    font-size: 110px;
    font-family: var(--f2);
    font-weight: 700;
    letter-spacing: -4px;
    color: #000;
    margin: 0 0 40px;
}

.latestSection {
    margin-top: -580px;
    padding-bottom: 140px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.project__crd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: relative;
    padding: 40px;
    overflow: hidden;
}

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

.project_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}

.projectInnerContent p {
    margin: 0;
    font-family: var(--f2);
    font-size: 21px;
    color: #c4c4c4;
    font-weight: 500;
}

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

.topBtn {
    padding: 5px 15px;
    background: #333333ab;
    font-size: 11px;
    font-family: var(--f2);
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}

.projectInnerContent h3 {
    font-family: var(--f2);
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1.6px;
}

.project__crd:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    inset: 0;
    background: linear-gradient(0deg, #000000bf, transparent);
}

.project__crd:hover .project_img img {
    scale: 1.1;
}

.innerBannerParagraph {
    margin: 20px 0 0;
    font-size: 17px;
    color: #ffffff69;
    font-family: var(--f2);
    font-weight: 500;
}

.blog__img {
    position: relative;
    height: 290px;
    width: 100%;
}

.blog_arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    z-index: 1;
    font-size: 26px;
    color: var(--c1);
    transform: rotate(-45deg);
}

.blog_content p {
    margin: 0;
    font-size: 14px;
    font-family: var(--f2);
    font-weight: 400;
    color: #ffffff69;
}

.blog_content h3 {
    font-size: 26px;
    font-family: var(--f2);
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
    letter-spacing: -1px;
}

.blog_btn {
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    font-family: var(--f2);
    border: 1px solid #ffffff69;
    border-radius: 20px;
    width: fit-content;
    margin: 20px 0;
}

.blog_content {
    margin: 35px 0 0;
}

.blog_crd--alt {
    margin: 80px 0 0;
}

.blogsInner {
    padding: 70px 0;
}

.award__desc--alt {
    width: 20%;
    color: #717171 !important;
}

.award__descNew {
    width: 75%;
    font-family: var(--f2);
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: 500ms all;
}

.award__arrow {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c1);
    border-radius: 100%;
    color: #fff;
    margin-left: -15px;
    transition: 500ms all;
    opacity: 0;
    visibility: hidden;
}

.award_tableBody:hover .award__desc--alt {
    color: #000;
}

.award_tableBody:hover .award__descNew {
    padding-left: 15px;
}

.award_tableBody:hover .award__arrow {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

.awards {
    padding: 0 0 140px;
}

.load_moreBtn {
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-family: var(--f2);
    letter-spacing: -1px;
    width: fit-content;
    cursor: pointer;
}

.load_moreBtn i {
    font-size: 26px;
    color: var(--c1);
    transition: 500ms all;
}

.load_moreBtn:hover i {
    transform: rotate(360deg);
}

.awardMainsec--alt {
    height: 330px;
    overflow: hidden;
}

.awardMainsec--alt.active {
    height: auto;
}

.load_moreBtn.active {
    display: none;
}

.bot_userCont--alt h4 {
    color: #fff;
}

.bot_userCont--alt p {
    color: #f5f5f5;
}

.main_blogInnerBannerContent {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.bot_user--alt {
    width: 20%;
    margin: 0;
}

.blog_innerBannerMainContent {
    width: 76%;
}

.blog_innerBannerMainContent .innerBanner_Head {
    line-height: 105px;
}

.blog_innerBotom {
    display: flex;
    align-items: baseline;
    gap: 90px;
    margin: 80px 0 0;
}

.blog_innerBotom :is(h5,
    p) {
    color: #fff;
    margin: 0;
}

.blog_innerBotom p {
    width: 370px;
    font-family: var(--f2);
    line-height: 27px;
    margin: 0;
}

.blog_innerBotom h5 {
    font-size: 22px;
    font-family: var(--f2);
    font-weight: 500;
}

.blog_detailMain {
    background: #fff;
    padding: 140px 0 0;
}

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

.blogback_btn {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 30px 0 0;
    font-size: 20px;
    font-family: var(--f2);
    font-weight: 500;
    color: #000;
}

.blogback_arrow {
    font-size: 31px;
    color: var(--c1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_detailMainContent h4 {
    font-family: var(--f2);
    font-weight: 500;
    font-size: 31px;
    color: #000;
    margin: 0 0 20px;
}

.blog_detailMainContent p {
    font-family: var(--f2);
    font-size: 19px;
    font-weight: 400;
    color: #444;
    width: 870px;
}

.blog_detailIMg {
    margin: 70px 0 0;
    width: 100%;
    height: 650px;
}

.blog_detailMainContent h5 {
    font-family: var(--f2);
    font-size: 23px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 500;
}

ul.blog_list {
    margin: 20px 0 !important;
    padding-left: 20px !important;
}

.blog_list li {
    list-style: disc;
    margin: 5px 0;
    font-family: var(--f2);
    color: #444;
    font-size: 18px;
    font-weight: 400;
}

.blog_detailMainContent h3 {
    font-size: 36px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
    margin: 70px 0 20px;
}

.awards--new {
    margin: -950px 0 0;
}


.section_title p {
    font-size: 17px;
    width: 47%;
    margin: 0 auto;
    font-family: var(--f2);
    font-weight: 500;
    color: #777575;
}

.section_title h3 {
    font-size: 108px;
    font-weight: 600;
    font-family: var(--f2);
    color: #000;
    margin-bottom: 26px;
}

.goals_priority {
    padding: 70px 0px;
}

.goal_img {
    width: 365px;
    height: auto;
    overflow: hidden;
}

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

.goal_card h3 {
    font-family: var(--f2);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px;
}

.goal_card {
    border: 1px solid #0000002e;
    padding: 40px 30px;
    height: 649px;
    position: relative;
    overflow: hidden;
}

.goal_cont {
    margin-top: 140px;
    position: relative;
    padding: 0px 35px;
    height: 140px;
}

.testi_cont h5 {
    text-indent: 142px;
    font-size: 32px;
    font-family: var(--f2);
    color: #000;
    font-weight: 600;
    position: relative;
}

.testimonial {
    padding: 60px 0px;
    height: 750px;
}

.testi_cont {
    padding-left: 125px;
}

.testi_cont p {
    color: gray;
    font-family: var(--f2);
    font-weight: 500;
    font-size: 22px;
    width: 67%;
    margin-top: 20px;
}

.logo.alt {
    color: #000;
    position: relative;
}

.success_story {
    padding: 130px 0px 0;
}

.success_card h3 {
    margin-top: 54px;
    font-family: var(--f2);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.1;
    color: #000;
}

.success_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: blur(1px);
}

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

.success_img.alt {
    position: relative;
    right: 0;
    filter: none;
    overflow: hidden;
    width: 330px;
    margin: 0 auto;
    height: 575px;
    top: -600px;
}

.success_img.alt::before {
    position: absolute;
    content: '';
    background: var(--c1);
    bottom: -80px;
    right: 0;
    width: 100%;
    height: 355px;
    filter: blur(88px);
}

.succes_cont {
    position: absolute;
    right: 0;
    padding: 0px 42px;
    bottom: 44px;
}

.succes_cont h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 48px;
    border-bottom: 1px solid #ffffff8c;
    padding-bottom: 40px;
    text-transform: none;
    font-family: var(--f2);
}

.succes_cont h5 {
    color: #fff;
    font-family: var(--f2);
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.contact_head h3 {
    font-size: 100px;
    font-family: var(--f2);
    font-weight: 600;
    color: #fff;
    margin: 0 0 90px;
}

.header:before {
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--c1);
    content: '';
    z-index: -1;
    transition: 500ms all;
    inset: 0;
}

.header.active .header_main {
    width: 98%;
    margin: 0 auto;
}

.menu_btn.active span:nth-child(1) {
    transform: rotate(-10deg) translate(-50%, -50%);
    background: #fff;
}

.menu_btn.active span:nth-child(2) {
    transform: rotate(10deg) translate(-50%, -310%);
    background: #fff;
}

.loader {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999999999999999;
    overflow: hidden;
}

.loader:before {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    content: '';
    background: #000;
    transition: 1000ms all;
    transform: translatey(-100%);
    transition-timing-function: ease;
}

.main_innerLoader {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 99;
    margin-top: -16px;
    transition: 500ms all;
}

.loader_logo {
    display: flex;
    align-items: normal;
    gap: 5px;
}

.cop_rightSymbol.active {
    transform: translate(0);
    scale: 1;
    opacity: 1;
    visibility: visible;
}

.logo_para.active {
    transform: scale(1);
}

.main_logo {
    line-height: 37px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.main_logo span.active {
    transform: translatey(0px);
    opacity: 1;
}

.main_innerLoader.active .loader_logo {
    transition: 1000ms all;
    margin-bottom: 1000px;
    transition-timing-function: ease;
}

.main_innerLoader.active {
    transform: scale(2);
    transition: 500ms all;
    transition-timing-function: ease;
}

.loader.none {
    display: none;
}

.bot_con p {
    font-size: 16px;
    font-family: var(--f2);
    color: #777777;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
}

.bot_userCont h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.bot_userCont p {
    font-size: 14px;
    color: #44444499;
    font-weight: 400;
}

.join_bottomBtn {
    margin: 260px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--f2);
    color: #000;
}

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

.bannerbotLeft {
    width: 80%;
    margin: 10px 0 30px;
}

.innerBanner_Head {
    margin: 0;
    font-size: 72px;
    font-family: var(--f2);
    font-weight: 600;
    letter-spacing: -5px;
    color: #fff;
}

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

.reinforce_userImg {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
}

.reinforce_user p {
    margin: 0;
    font-family: var(--f2);
    font-weight: 700;
    color: #000;
}

.reinforce_user p span {
    display: block;
    font-size: 14px;
    color: #666;
    font-family: var(--f2);
    font-weight: 400;
}

.reinforced {
    padding: 140px 0;
    background: #fff;
}

.reinforced_img {
    width: 100%;
    height: 850px;
    padding: 55px 0;
}


.client_img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
}

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

.client_info {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
}

.contact_client {
    border: none;
    padding: 0;
    margin: 0;
}

.contact_client h4 {
    font-family: var(--f2);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.contact_client p {
    font-size: 13px;
}

.contact {
    padding: 85px 0px;
    background: #fff;
}

.reinforce_userMain {
    width: 85%;
}

.contact_main {
    background: #f5f5f5;
    padding: 70px 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mainContactForm.alt :is(textarea,
    input) {
    border-bottom: 2px solid #0000001a;
}

.mainContactForm.alt .form_btn {
    color: #000;
}

.contact_nav {
    margin: 0 0 125px;
}

.contact_info {
    width: 65%;
    margin: 0 auto;
}

.contact_nav .footer_mail:hover {
    color: var(--c1);
}

.contact_location h5 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--f2);
    color: #000;
}

.contact_location p {
    color: #666;
    font-size: 15px;
    font-family: var(--f2);
}

.cont_nav {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    margin-top: 55px !important;
    line-height: 1.8;
}

.cont_nav li a {
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-family: var(--f2);
    font-weight: 600;
}

.cont_nav li a i {
    color: var(--c1);
    font-size: 22px;
    transform: rotate(135deg);
    transition: 300ms;
}

.cont_nav li a:hover i {
    transform: rotate(180deg);
}

.faqs--alt {
    margin: 0;
    padding: 50px 0 140px;
}

.mega_menu {
    position: absolute;
    top: 0;
    background: var(--c1);
    width: 100%;
    left: 0;
    transition: 200ms all;
    height: 0;
    overflow: hidden;
    padding-left: 40px;
}

.mega_listMain h5 {
    font-family: var(--f2);
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 0 11px;
}

.mega_menuList li a {
    font-size: 11px;
    color: #ffffff99;
    font-family: var(--f2);
}

.mega_listMain {
    margin: 0 0 20px;
    width: fit-content;
}

.mega_menuMain {
    display: flex;
    gap: 50px;
    position: relative;
    width: 88%;
}

.mega_menuList li a:hover {
    padding-left: 10px;
    color: #fff;
}

.mega_menuCenter {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.mega_menu.active {
    height: 220px;
    padding-top: 40px;
    overflow: visible;
}

.mega_btn.active {
    position: absolute;
}

.prject_head {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.project_backBtn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 24px;
    font-family: var(--f2);
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    width: 12%;
    transition: 200ms all;
    cursor: pointer;
}

.mega_menuMain:before {
    position: absolute;
    width: 1px;
    height: 50%;
    background: #ffffff42;
    content: '';
    left: 0;
}

.project_backBtn:hover {
    gap: 10px;
}

.bot_mainContent.about {
    width: 69%;
    border-bottom: none;
    margin: 0 auto;
    display: grid;
}

.bottomBtn {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-family: var(--f2);
    font-size: 17px;
    background: #efe7e7;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 50px;
    margin: 30px 0px 50px;
}

.bottomBtn i {
    background: var(--c1);
    border-radius: 50px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.bot_mainContent h4 {
    font-size: 18px;
    font-family: var(--f2);
    font-weight: 700;
}

.bot_mainContent p {
    font-size: 15px;
    font-family: var(--f2);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    margin: 0;
}

.contact_head.alt h3 {
    font-size: 68px;
}

.main_process.IOS h4 {
    font-size: 62px;
}

.process_crd a {
    border: none;
    background: none;
    color: #000;
    font-family: var(--f2);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    padding-left: 50px;
}

.hide_para {
    display: none;
}

.inner__BannerContent p {
    color: #fff;
    font-family: var(--f2);
    font-size: 15px;
    margin-top: 12px;
}

.imagesec_cont {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: #FFF;
    transition: 500ms;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 0px 70px;
    align-content: center;
}

.imagesSec_img:hover .imagesec_cont {
    top: 0;
}

.imagesec_cont h4 {
    font-size: 52px;
    font-family: var(--f2);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.imagesec_cont p {
    font-family: var(--f2);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}

.approach.approach-ios {
    padding: 70px 0px 0px;
}

.reinforced.ios {
    padding: 70px 0px 0px;
}

.images__section {
    padding: 55px 0px;
}

.approach-challenge {
    padding: 55px 0px;
}

.imagesection_cont h4 {
    font-size: 52px;
    font-family: var(--f2);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.imagesection_cont p {
    font-family: var(--f2);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}

.imagesection_cont {
    width: 100%;
    text-align: center;
    padding: 70px 70px;
    height: 100%;
    background: #FFF;
}

.reinforce_userMain h4 {
    font-family: var(--f2);
    font-weight: 700;
    font-size: 20px;
}

.our_process--minus {
    margin: -800px 0 70px;
}

.main_innerLyniqSec h5 {
    font-family: var(--f2);
    margin: 11px 0;
    font-weight: 700;
    font-size: 16px;
}

.bannerbotLeft--alt {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 60%;
    justify-content: end;
    margin: 30px 0 0;
}

.bannerbotLeft--alt a {
    margin: 0;
}

.hero:before {
    position: absolute;
    height: 100%;
    width: 55%;
    object-fit: cover;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    background: #00000078;
    content: '';
    z-index: 1;
}

.mega_menuLeft {
    width: 220px;
}

.zero_point {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 20px 0px !important;
    flex-wrap: wrap;
    width: 100%;
}

.zero_point li {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    font-family: var(--f2);
    font-weight: 800;
    font-size: 20px;
    width: 40%;
}

.zero_point li span {
    font-weight: 400;
    font-size: 16px;
}

.bot_con_links {
    margin: 20px 0px !important;
    padding-left: 16px !important;
}

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

.bot_con_links li {
    list-style-type: disc;
    font-size: 15px;
    width: 90%;
    margin-bottom: 11px;
    font-family: var(--f2);
    font-weight: 500;
    color: #777777;
}

.testi_slider .slick-arrow {
    display: none !important;
}

.goal_img_mobile {
    width: 320px;
    height: 675px;
    overflow: hidden;
    position: relative;
    padding: 12px 12px 0px;
    margin: 0 auto;
}

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

.goal_img_mobile::before {
    position: absolute;
    content: '';
    background: url(../images/mobile-border.avif);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.goal_cont span {
    font-size: 75px;
    font-family: var(--f2);
    font-weight: 800;
    position: absolute;
    top: -70px;
    color: #77777733;
    z-index: -1;
}

.goal_cont h4 {
    font-size: 20px;
    font-weight: 800;
    font-family: var(--f2);
    margin-bottom: 22px;
}

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

.testi_title p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--f2);
}

.project_goal {
    padding: 70px 0px;
}

.goal_main_cont {
    width: 88%;
    margin: 0 auto;
}

.result_title h4 {
    font-family: var(--f2);
    font-weight: 700;
    font-size: 35px;
}

.result_title p {
    font-family: var(--f2);
    font-size: 16px;
}

.reinforced_game {
    padding: 0;
}

.imagesSec_img.game {
    height: 300px;
}

.bot_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 15px 0px !important;
}

.bot_logo li a {
    width: 100px;
    height: 55px;
    overflow: hidden;
}

.bot_logo li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bot_form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #8080807d;
    padding: 14px;
    border-radius: 20px;
}

.bot_form input {
    width: 100%;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid #000;
    outline: none;
}

.bot_form input::placeholder {
    font-family: var(--f2);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #808080b5;
}

.bot_form button {
    border: none;
    border-radius: 10px;
    font-size: 12px;
    padding: 12px;
    font-weight: 600;
    font-family: var(--f2);
    transition: 500ms;
    width: 100%;
    margin-top: 20px;
}

.approach_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 15px 0px !important;
}

.approach_logo li a {
    width: 65px;
    height: 55px;
    overflow: hidden;
}

.approach_logo li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bot_main_points li {
    font-family: var(--f2);
    font-weight: 500;
    color: #444444c7;
    font-size: 20px;
    margin-bottom: 12px;
    list-style-type: disc;
    line-height: 25px;
}

.bot_main_points {
    margin: 12px 0px 0px !important;
    padding-left: 15px !important;
}

.bot_form button:hover {
    background: var(--c1);
}

.reinforced_img.ui-ux {
    padding-bottom: 0px;
}


.main_bannerContent {}

.menu_nav.active {
    opacity: 0;
    visibility: hidden;
}

.service--inner {
    margin-bottom: 110px;
    transition: 0ms all;
    width: 100%;
}

.tabs__inner--alt {
    height: 1990px;
    overflow: hidden;
    position: relative;
}

.load_btnTAb {
    position: absolute;
    bottom: 20px;
    width: fit-content;
    font-size: 30px;
    font-family: var(--f2);
    font-weight: 700;
    right: 70px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    cursor: pointer;
}

.load_btnTAb i {
    font-size: 50px;
    position: relative;
}

.load_btnTAb:hover i {
    top: 10px;
}


.tabs__inner--alt.active {
    height: 100%;
}

.load_btnTAb.active {
    display: none;
}

.services_imgposiTop img {
    object-position: 100% 19%;
}



.process_img {
    margin: 30px 0 0;
    border-radius: 20px;
    overflow: hidden;
    width: 90%;
}

.main_process.active {
    position: fixed;
    width: 47%;
    top: 0;
}


.inner_bannerHead span {
    font-family: var(--f3);
    font-weight: 700;
}

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

.tech__head {
    width: 40%;
}

.tech__head h4 {
    font-size: 35px;
    font-family: var(--f1);
    color: #000;
    margin: 0 0 10px;
}

.tech__head p {
    font-size: 15px;
    width: 440px;
    font-family: var(--f2);
    color: #000;
    font-weight: 400;
    margin: 0;
}

.bannerbotLeft--alt {
    margin: 0;
}

.tech_crdMain {
    text-align: -webkit-center;
    padding: 70px 0 37px;
    border-left: 1px solid #4444;
    border-bottom: 1px solid #4444;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.tech_crdMain p {
    font-size: 13px;
    width: 400px;
    color: #444;
    font-family: var(--f2);
    margin: 0;
}

.tech_crdMain h4 {
    font-size: 30px;
    font-family: var(--f1);
    color: #000;
    margin: 0 0 10px;
}

.techBBtn {
    margin: 20px 0 0;
    padding: 5px 30px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 50px;
}

.techBBtn {
    color: #fff;
    border-color: #fff;
}

.techBBtn:hover {
    background: var(--c1);
    color: #fff;
    border-color: transparent;
}

.tech__crds .col-md-4:nth-child(1) .tech_crdMain {
    border-left: 0;
}

.tech__crds .col-md-4:nth-child(4) .tech_crdMain {
    border-left: 0;
    border-bottom: 0;
}

.tech__crds .col-md-4:nth-child(5) .tech_crdMain {
    border-bottom: 0;
}

.tech__crds .col-md-4:nth-child(6) .tech_crdMain {
    border-bottom: 0;
}

.tech__crds {
    margin: 60px 0 0;
}

.tech_crdMain:hover :is(h4, p) {
    color: #fff;
}

.tech_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.tech_crdMain:hover .tech_bg {
    opacity: 1;
    visibility: visible;
}

.tech_bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #00000059;
    content: '';
}

.goal_innerMainContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

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

.goal_innerTop p {
    font-family: var(--f2);
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.goal_innerTop {
    padding: 0 0 30px;
    border-bottom: 1px solid #fff;
}

.goal_crnBot ul li span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: var(--f2);
    font-weight: 100;
}

.goal_crnBot ul li {
    margin: 0 0 10px;
    font-family: var(--f2);
    font-size: 16px;
    color: #fff;
}

.goal_crnBot ul li i {
    transform: rotate(-45deg);
    font-size: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    color: var(--c1);
}

.bot_crrdBtn {
    margin: 40px 0 0;
    border: 1px solid #fff;
    padding: 5px 20px;
    color: var(--c1);
    font-family: var(--f2);
    border-radius: 50px;
    font-size: 12px;
}

.bot_crrdBtn:hover {
    background: var(--c1);
    color: #fff;
    border-color: transparent;
}

.goal_card__main {
    padding: 40px 10px;
    border: 1px solid #4444;
}

.card_InnerimgMain {
    width: 100%;
    height: 310px;
    padding: 0 20px;
}

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

.ico_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 20px;
}

.ico_btn p {
    margin: 0;
    font-size: 14px;
    font-family: var(--f2);
}

.goal__mainInnerCont {
    text-align: -webkit-center;
    margin: 80px 0 20px;
}

.goal__mainInnerCont h4 {
    margin: 20px 0 10px;
    font-family: var(--f2);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 21px;
}

.goal__mainInnerCont>p {
    margin: 0;
    font-family: var(--f2);
    font-size: 15px;
}

.our_process .col-md-6:nth-child(1) {
    min-height: 100%;
    height: auto;
}

.our_process .row {
    align-items: flex-start !important;
}

.bot_con.abouts h3 {
    font-size: 42px;
    line-height: 1.0;
    color: #000;
    font-family: var(--f2);
}

.bot_con.abouts {
    width: 72%;
    margin: 0 auto;
}

.spans-1 {
    position: absolute;
    left: 0;
    top: 0px;
    width: 145px;
    height: 100px;
    background: #fff;
    border-radius: 0px 0px 100px 0px;
}

.spans-2 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 130px;
    height: 100px;
    background: #fff;
}

.spans-3 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 130px;
    height: 145px;
    background: #fff;
}

.spans-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 145px;
    background: #fff;
}

.about_card {
    position: relative;
    overflow: hidden;
}

.ab_card_img {
    width: 330px;
    height: 315px;
    overflow: hidden;
    margin: 0 auto;
}

.ab_card_img img {
    width: 100%;
    height: 100%;
    transition: 500ms;
    object-fit: cover;
    overflow: hidden;
    object-position: top;
}

.ab_card_img img:hover {
    transform: scale(1.3);
}

.ab_cont {
    position: relative;
    width: fit-content;
    right: 0px;
    top: -50px;
}

.ab_cont h4 {
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    color: #000;
}

.ab_cont p {
    font-family: var(--f2);
    font-size: 8px;
    font-weight: 600;
    text-transform: capitalize;
}

.join_mainCrd.alt {
    height: 425px;
}

.about_card.alt {
    margin-top: 230px;
}

.join_bottomBtn.alt {
    margin: 45px 0px 0px;
}

.join .col-md-4:nth-child(1) .about_card img {
    scale: 1.3;
    object-position: 105% -90%;
    width: 88%;
}

.join .col-md-4:nth-child(2) .about_card img {}

.join .col-md-4:nth-child(3) .about_card img {}

.logoImg:hover img {
    filter: none;
}

.country_logo {
    filter: invert(1);
    width: 175px;
    height: 125px;
    margin: 0 auto;
    overflow: hidden;
}

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

.countries_logos {
    padding: 50px 0px;
}

.main_country {
    text-align: center;
}

.country_name h4 {
    font-family: var(--f1);
    font-size: 28px;
    margin: 0 0px 8px;
}

.country_name {
    width: 48%;
    margin: 30px auto 0px;
}

.country_name p {
    font-size: 17px;
    font-family: var(--f1);
    line-height: 1.1;
}

.reinforced_img img {
    object-position: 100% 31%;
}

.para_read_btn {
    text-align: end;
    font-family: var(--f2);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.aboutinner_para.active {
    display: flex;
}

.para_read_btn.active {
    display: none;
}

.banner_formBox {
    width: 60%;
    margin: 0 auto;
    background: #00000029;
    backdrop-filter: blur(14px);
    padding: 30px 30px 20px;
    border: 1px solid #ffffff21;
    border-radius: 18px;
    overflow: hidden;
}

.banner_formHead {
    font-size: 30px;
    color: #fff;
    font-family: var(--f2);
    font-weight: 300;
}

.input_feild :is(input, textarea) {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff42;
    width: 100%;
    padding: 10px 7px 5px;
    font-size: 14px;
    font-family: var(--f2);
    color: #fff;
    outline: none;
}

.input_feild :is(input, textarea)::placeholder {
    color: #ffffff42;
}

.input_feild {
    margin: 0 0 40px;
}


.input_feild :is(input, textarea):focus {
    color: #fff;
    border-color: #fff;
}

.input_feild :is(input, textarea):focus::placeholder {
    color: #fff;
}

.check_feild {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: -25px;
}

.check_feild label {
    color: #fff;
    font-family: var(--f2);
    font-size: 14px;
    font-weight: 200;
}

.button_feild {
    margin: 20px 0 40px;
}

.button_feild button {
    border: none;

}

.banner_formBot {
    margin: 30px 0 0;
    font-family: var(--f2);
    color: #ffffff66;
    text-decoration: underline !important;
    font-size: 14px;
}

.mega_box {
    width: 550px;
    background: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.mega_listMain::nth-last-child(1) {
    width: 120px !important;
}

.mega_boxContent h5 {
    font-family: var(--f2);
    color: #000;
    font-size: 22px;
}

.mega_boxBtn {
    display: flex;
    margin: 90px 0 0;
}

.eye_ib {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 260px;
    height: 260px;
    z-index: -1;
}

.bikeImg {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
}

.mega_boxContent {
    width: 57%;
}

.mega_boxBtn a {}

.mega_boxBtn a:hover {}

.mega_boxContent h5 span {
    color: var(--c1);
    font-weight: 600;
    font-family: var(--f2);
}

.mega_boxContent h5 span i {
    font-weight: 300;
    font-family: var(--f2);
}

.slider_bar {
    margin: -630px 0 140px !important;
    padding: 20px 0;
    background: var(--c1);
    position: relative;
}

.slide_para {
    margin: 0;
    color: #fff;
    font-family: var(--f2);
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.slide_para i {
    color: #000;
    transform: rotate(-45deg);
    font-size: 30px;
}

.slide_para a {
    color: #000;
    font-family: var(--f1);
    text-decoration: underline !important;
    font-size: 20px;
}

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

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

.footer_content h4 {
    font-size: 80px;
    font-family: var(--f1);
    color: #fff;
    line-height: 70px;
    margin: 0 0 20px;
}

.footer_content p {
    width: 530px;
    color: #fff;
    font-family: var(--f2);
    font-size: 15px;
    font-weight: 200;
}

.footer_list li {
    color: #fff;
    font-family: var(--f2);
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer_list li i {
    font-size: 23px;
    transform: rotate(-45deg);
    color: var(--c1);
}

.logos {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}

.logo_img {
    width: 22%;
    height: 27px;
    position: relative;
}

.logo_img:nth-child(1) {
    height: 57px;
    width: 12%;
    padding-right: 40px;
}

.logo_img:before {
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ffffff24;
    content: '';
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.logo_img:nth-last-child(1):before {
    display: none;
}

.footer_navs {
    display: flex;
    align-items: baseline;
    gap: 110px;
}

.footer_nav h5 {
    font-family: var(--f2);
    font-weight: 500;
    font-size: 16px;
    color: var(--c1);
    margin-bottom: 14px;
}

.footer_navMain li a {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-family: var(--f2);
    font-weight: 200;
}

.blongs {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0 0;
}

.mainBlongs {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mainBlongs li {
    width: 100px;
    padding: 4px 0;
    border: 1px solid #ffffff33;
    text-align: center;
    color: #ffffff7d;
    font-size: 13px;
    font-family: var(--f2);
    font-weight: 200;
    text-transform: uppercase;
    border-radius: 20px;
    transition: 500ms all;
}

.bline {
    display: flex;
    width: 45%;
    background: #ffffff33;
    height: 1px;
}

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

.footer_bottomContent p {
    font-family: var(--f2);
    color: #fff;
    font-size: 14px;
    margin: 0 0px 20px;
}

.footer_socialIcons {
    background: #000;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 6px !important;
}

.footer_socialIcons li a {
    width: 19px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
}

.footer_bottomContent {
    margin: 30px 0 0;
    width: 1210px;
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 88%;
    margin: 10px 0 0;
}

.copy_cont {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #fff;
    font-family: var(--f2);
    font-weight: 100;
    margin: 0;
}

.copy_linkd {
    display: flex;
    align-items: center;
    gap: 30px;
}

.copy_linkd li a {
    font-size: 14px;
    font-family: var(--f2);
    color: #fff;
    font-weight: 200;
}

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

.copy_center {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bottom_footerMain {
    margin: 120px 0 0;
}

.mainBlongs li:hover {
    color: var(--c1);
    border-color: var(--c1);
    opacity: 0.5;
}

.footer_navMain li a:hover {
    padding-left: 5px;
    color: var(--c1);
}

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

.ios_banner {
    padding: 140px 0px 70px;
}

.ios_banner_head {
    text-align: center;
    margin-bottom: 60px;
}

.ios_banner_head h3 {
    font-size: 80px;
    font-family: var(--f2);
    font-weight: 700;
    word-spacing: 21px;
}

.ios_text {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 84%;
    margin: 0 auto;
}

.ios_text p {
    font-size: 18px;
    text-align: left;
    font-family: var(--f3);
    width: 70%;
    margin: 0;
}

.ios_text .reset anim-bg-gradient {
    background: #000;
    color: #fff;
}

.ios_text .reset anim-bg-gradient:hover {
    color: #000;
    background: transparent;
    border-color: #000;
}

.ios_img {
    width: 33%;
    height: 299px;
    border-radius: 12px;
    box-shadow: 0px 0px 70px 0px #d1d1d1;
    z-index: 3;
    overflow: hidden;
}

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

.ios_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
    transition: 500ms all;
}

.ios_banner_img .ios_img:nth-child(2) {
    transform: rotate(-3deg) translateY(-16px);
    margin: 0px -30px;
    z-index: 2;
}

.ios_banner_img .ios_img:nth-child(3) {
    transform: rotate(5deg) translateY(-6px);
}

.ios_logo_slider .logo_items {
    padding: 15px 30px;
}

.ios_logo_slider .logoImg {
    height: 62px;
}

.ios_development {
    padding: 90px 0px 0;
}

.ios_development_cont h3 {
    font-size: 31px;
    font-family: var(--f2);
    font-weight: 600;
    margin-bottom: 40px;
}

.ios_development_cont {
    width: 72%;
}

.ios_development_cont p {
    font-size: 20px;
    font-family: var(--f2);
    color: #000;
}

.ios_development .row .col-md-6:nth-child(odd) {
    position: relative;
}

.ios_development .row .col-md-6:nth-child(odd)::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    background: #b9b9b9;
    top: 50%;
    right: 12%;
    margin: 0 auto;
    transform: translateY(-50%);
}

.excellence_title h1 {
    font-size: 95px;
    line-height: 1.1;
}

.excellence {
    position: relative;
    z-index: 99;
}

.excellence_cont h4 {
    font-size: 23px;
    font-family: var(--f2);
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.excellence_cont p {
    font-size: 20px;
    font-family: var(--f4);
    margin: 0;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.excellence_main {
    padding: 70px 40px;
    box-shadow: 0px 0px 30px 0px #c9c9c9;
    border-radius: 20px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
}

.excellence_cont {
    position: relative;
    padding: 45px 32px;
    border-right: 1px solid #d3d3d3;
    transition: 500ms;
    height: 300px;
}

.excellence_cont::before {
    position: absolute;
    content: '';
    width: 77%;
    height: 1px;
    background: #cdcdcd;
    bottom: 0;
    left: 8%;
}

.excellence_main .col-md-4:nth-last-child(1) .excellence_cont::before {
    display: none;
}

.excellence_main .col-md-4:nth-last-child(2) .excellence_cont::before {
    display: none;
}

.excellence_main .col-md-4:nth-last-child(3) .excellence_cont::before {
    display: none;
}

.excellence_cont:hover::after {
    opacity: 1;
}

.ios_counter {
    background: var(--c1);
    padding: 0px 80px 80px;
}

.ios_counter .counter_content p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.ios_counter .counter_content h5 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}

.ios_counter .counter {
    color: #000000cf;
    border: none;
    line-height: 1;
    padding: 0;
}

.ios_counter .counter span {
    line-height: 1;
}

.ios_counter .counter_content {
    padding-top: 6px;
}

.business_section {
    padding: 100px 0px;
}

.business_cont p {
    font-size: 30px;
    font-family: var(--f2);
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    text-indent: 70px;
    position: relative;
}

.business_cont p::before {
    position: absolute;
    content: "\e9b4";
    /* width: 50px; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -33px;
    left: 17px;
    color: var(--c1);
    font-family: boxicons !important;
    background: transparent;
    transform: rotate(130deg);
    overflow: hidden;
    font-size: 43px;
}

.business_cont a {
    text-transform: capitalize;
}

.business_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 30px;
    transform: rotate(-3deg);
}

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


.business_tabs .nav-tabs {
    justify-content: center;
    width: 80%;
    margin: 0 auto 70px !important;
    border: none;
    background: #ececec;
    padding: 0px !important;
    border-radius: 50px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.business_tabs .nav-tabs .nav-link {
    background: transparent;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 10px 30px !important;
    border-radius: 50px;
    cursor: pointer;
}

.business_tabs .nav-tabs .nav-item.show .nav-link,
.business_tabs .nav-tabs .nav-link.active {
    background: var(--c1);
    color: #fff !important;
}

.business_title h3 {
    font-size: 60px;
    text-align: center;
    font-family: var(--f2);
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    margin-bottom: 60px;
}

.business_tabs .tab-content {
    padding: 0px 60px;
}

.excellence_main .col-md-4:nth-child(3) .excellence_cont {
    border: none;
}

.excellence_main .col-md-4:nth-child(6) .excellence_cont {
    border: none;
}

.excellence_main .col-md-4:nth-child(9) .excellence_cont {
    border: none;
}

.excellence_main .col-md-4:nth-child(12) .excellence_cont {
    border: none;
}

.excellence_main .col-md-4:nth-child(15) .excellence_cont {
    border: none;
}

.excellence_main .col-md-4:nth-child(18) .excellence_cont {
    border: none;
}


.business_abroad {
    padding: 70px 0px 0px;
}

.business_cont_card h3 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 600;
    font-family: var(--f2);
}

.business_cont_card p {
    font-size: 16px;
    font-family: var(--f2);
    font-weight: 500;
}

.business_cont_card {
    width: 64%;
}

.business_main_card {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0px 31px;
}

.business_card_cont h3 {
    font-size: 17px;
    font-family: var(--f2);
    font-weight: 700;
}

.business_card_cont p {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--f2);
}

.business_card {
    margin: 0 auto;
    width: 85%;
}

.business_card_img {
    padding: 44px 0px;
    width: 260px;
    height: 260px;
    position: relative;
    scale: 1.2;
}

.business_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: absolute;
}

.industry_cont h3 {
    font-size: 26px;
    font-family: var(--f2);
    font-weight: 700;
    margin-bottom: 35px;
    color: #000;
}

.industry_cont p {
    font-size: 18px;
    font-family: var(--f2);
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}

.industry_img {
    position: relative;
    width: 100%;
    height: 285px;
    overflow: hidden;
    border-radius: 20px;
}

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

.eye_img_cont {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 38px;
}

.eye_img_cont h3 {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    font-family: var(--f2);
}

.eye_img_cont p {
    font-size: 19px;
    color: #fff;
    font-family: var(--f2);
    font-weight: 400;
    width: 82%;
    line-height: 1.2;
}

.industry_specific {
    padding: 70px 0px;
}

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

.result_bot_tab li {
    width: 14%;
    position: relative;
    margin-bottom: 15px;
}

.tab_pics {
    padding: 70px 0px;
}

.result_bot_tab li h3 {
    font-size: 18px;
    font-family: var(--f2);
    font-weight: 600;
    cursor: pointer;
}

.result_bot_tab li img {
    position: absolute;
    opacity: 0;
    top: 8px;
    right: -70px;
    width: 125px;
    height: 90px;
    object-fit: cover;
    border-radius: 13px;
    z-index: 1;
    transition: 500ms;
    animation: swing 2s ease-in-out infinite;
    transform-origin: top center;
}

.result_bot_tab li:hover img {
    opacity: 1;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.result_bot_tab li:hover h3 {
    color: var(--c1);
}

.business_mena {
    box-shadow: 0px 0px 65px 22px #80808038;
    border-radius: 12px;
    padding: 85px 35px 95px;
}

.bus_img_1 {
    top: 35px;
    left: 120px;
    position: relative;
    width: 170px !important;
    height: 170px !important;
    z-index: 1;
    transform: rotate(8deg);
}

.bus_img_2 {
    bottom: -20px;
    right: 80px;
    position: relative;
    width: 170px !important;
    height: 170px !important;
    transform: rotate(-12deg);
}

.bus_img_3 {
    position: relative;
    top: 65%;
    right: 50%;
    width: 200px !important;
    height: 200px !important;
    transform: rotate(-10deg) translate(50%, -50%);
}

.bus_img_4 {
    position: relative;
    top: 50px;
    left: 15px;
    width: 170px !important;
    height: 170px !important;
    transform: rotate(-12deg);
    z-index: 1;
}

.bus_img_5 {
    position: relative;
    right: -30px;
    bottom: -52px;
    width: 170px !important;
    height: 170px !important;
    transform: rotate(10deg);
}

.business_main_card a {
    text-transform: capitalize;
}

.eye_img_cont a {
    margin: 70px 0 0;
}

.ios_speaks {
    height: auto;
}


/* mujtaba css  */
.sulmi_web {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 100px 0;
}

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

.sulmi_box {
    background: #fff;
    padding: 50px 50px;
    border-radius: 20px;
    position: relative;
}

.sulmi_head {
    display: flex;
    align-items: end;
    gap: 30px;
}

.sulmi_counterMain {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sulmi_head h3 {
    width: 50%;
    font-size: 55px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
}

.sulmi_counter h5 .counter {
    font-size: 50px;
    font-family: var(--f2);
    font-weight: 700;
    color: var(--c1);
    margin: 0;
    padding: 0;
    border: none;
}

.sulmi_counter p {
    font-size: 14px;
    font-family: var(--f2);
    color: #000;
    font-weight: 600;
}

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

.sulmi_sliderMain {
    width: 60%;
}

.sulmi_MainContent>p {
    font-size: 24px;
    font-family: var(--f2);
    font-weight: 400;
    line-height: 31px;
    color: #000;
    margin: 15px 0 20px;
    letter-spacing: -0.9px;
}

.reset anim-bg-gradient {
    background: #000;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: var(--f2);
    font-size: 14px;
    border: 1px solid transparent;
}

.reset anim-bg-gradient:hover {
    color: #000;
    background: transparent;
    border-color: #000;
}

.sulmi_robot {
    width: 380px;
    height: 425px;
    position: absolute;
    left: 900px;
    bottom: 0;
    pointer-events: none;
}

.sulmi_logos {
    width: 20%;
    text-align: -webkit-right;
}

.sulmi_logoimg {
    width: 156px;
    padding: 30px 0;
}

.web_logo {
    font-family: var(--f1);
    font-size: 49px;
    padding: 30px 0;
    color: #000;
    position: relative;
    line-height: 39px;
}

.web_logo:before {
    position: absolute;
    width: 90px;
    height: 2px;
    content: '';
    background: #4444;
    right: 0;
    top: 0;
}

.slick-dots {
    width: fit-content !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    left: 100% !important;
    transform: translatex(-170%) !important;
    bottom: 0 !important;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots li button {
    width: 100% !important;
    height: 100% !important;
    background: #4444 !important;
}

.slick-dots li {
    margin: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    overflow: hidden !important;
}

.slick-dots li.slick-active button {
    background: var(--c1) !important;
}

.sulmi_counter h5 {
    margin: 0;
}

.sulmi_slider {
    margin: 0 !important;
}

.business_tabs .nav-tabs .nav-link:hover {
    color: var(--c1) !important;
}



.business_tabs .nav-tabs .nav-item.show .nav-link,
.business_tabs .nav-tabs .nav-link.active:hover {
    color: #fff !important;
}

.businessPara:before {
    display: none !important;
}

.businessPara {
    text-indent: 0px !important;
    font-size: 17px !important;
    margin: 10px 0;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.businessBtn {
    margin: 20px 0 0;
}

.business_title a {
    background: var(--c1);
    color: #fff;
}

.business_title {
    margin-bottom: 50px;
}

.technology {
    padding: 100px 0;
}

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

.technology_head {
    margin: 0 0 90px;
}



.tech_tabs {
    padding: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 -50px !important;
}

.tech_tabs button {
    background: transparent;
    border: 1px solid #000 !important;
    padding: 6px 27px !important;
    border-radius: 7px !important;
    font-size: 15px !important;
    font-family: var(--f2);
    font-weight: 400 !important;
    color: #000 !important;
}

.tech_tabs .nav-link.active {
    background: var(--c1) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.icons_images {
    padding: 100px 110px;
    background: #4444441f;
    border-radius: 20px;
}

.main_technology_crd {
    padding: 50px 60px;
    border-radius: 30px;
    box-shadow: 0 0 75px 7px #4444;
}

.tab_innerContent h5 {
    font-size: 30px;
    font-family: var(--f3);
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.tab_innerContent p {
    font-size: 17px;
    font-family: var(--f3);
}

.tab_innerContent {
    margin: 40px 0 0;
}


/* noman css */


.section__title h3 {
    font-size: 50px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
}

.don\'t_just {
    padding: 70px 0px;
}

.just_slider .slick-list.draggable {
    padding: 0px 225px !important;
}

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

.just_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.para_btn {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.para_btn p {
    width: 53%;
    font-family: var(--f2);
    font-weight: 600;
    font-size: 16px;
}

.just_cont {
    padding: 20px 30px;
}

.para_btn .reset anim-bg-gradient {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 14px;
}

.person_name {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
}

.person_name li {
    border-right: 2px solid #939393;
    padding-right: 18px;
    color: gray;
    font-family: var(--f2);
    font-size: 15px;
    font-weight: 500;
    height: 20px;
}

.person_name li:nth-last-child(1) {
    border-right: none;
}

button.slick-arrow {
    display: none !important;
}

.terme_main li {
    color: #fff;
}

.terme_main li a:hover {
    scale: 1.1;
}

.terme_main li a {
    transition: 300ms all;
}



.section_title h3 {
    font-family: var(--f2);
    font-weight: 600;
    font-size: 60px;
}

.trusted__img {
    width: 80%;
    height: 380px;
    box-shadow: 0px 0px 7px 1px #c1c1c1;
}


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

.trusted_cont::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    direction: rtl;
}

.trusted_cont::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.trusted_points {
    padding: 50px 0px 50px 50px;
    width: 48%;
    position: relative;
}

.trusted_points h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins';
}

.trusted_points p {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins';
    margin: 0;
}

.trusted_points::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: #80808091;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.trusted_cont {
    height: 352px;
    overflow-y: scroll;
}

.section_title p {
    width: 66%;
    margin: 15px auto 25px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}

.trusted_business {
    padding: 52px 0px;
}

.exceed_card {
    padding: 78px 30px 40px;
    box-shadow: 0px 0px 0px 1px #80808052;
    width: 92%;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    transition: 500ms;
}

.exceed_card p {
    margin: 0;
}

.exceed_main_cards {
    margin-top: 150px;
    position: relative;
}

.exceed_main_cards::before {
    position: absolute;
    content: '';
    width: 68%;
    height: 2px;
    background: gainsboro;
    top: -27%;
    left: 50%;
    transform: translateX(-50%);
}

.exceed_card::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    left: 50%;
    top: -50%;
    transform: translate(-50%, 270%);
    border-radius: 50%;
    border: 1px solid gainsboro;
}

.exceed_card:hover {
    box-shadow: 0px 0px 18px 0px #bbb7b7;
}

.exceed_card:hover::before {
    background: #000;
}

.exceed_card h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
}

.exceed_card p {
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 15px;
    width: 92%;
}

.exceed_business {
    padding: 130px 0px;
}

.section_title a {
    border-color: #000;
    color: #000;
    text-transform: capitalize;
    font-family: var(--f2);
    font-size: 14px;
}

.section_title a:hover {
    color: #fff;
    border-color: transparent;
    background: var(--c1);
}

.exceed_img {
    position: absolute;
    width: 130px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    top: -40px;
    left: -30px;
    transform: rotate(-15deg);
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

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

.exceed_card:hover .exceed_img {
    opacity: 1;
    visibility: visible;
}

.insigntBtn {
    justify-content: end !important;
}

.excellence_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: 500ms;
    height: 100%;
}

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

.excellence_card {
    position: relative;
    overflow: hidden;
}

.excellence_card:hover .excellence_img {
    opacity: 1;
    filter: brightness(0.5);
}

.excellence_card:hover :is(h4, p) {
    color: #fff;
}

.excellence_cont.alt {
    height: 350px;
}

.eye_img_cont .reset anim-bg-gradient {
    bottom: -65%;
    position: absolute;
}

.pop_upMain {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

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

.overlaypop {
    background: transparent;
    backdrop-filter: blur(8px);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.popMmain {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    overflow: hidden;
    height: 92vh;
}

.popCrd {
    padding: 30px;
    background: #fff;
    width: 440px;
    height: 250px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 15px 1px #000;
}

.popFav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 147px;
    height: 200px;
    z-index: -1;
}

.popMmain .own_container {
    width: 90%;
}

.popMmain .banner_formBox {
    width: 80%;
}

.popCrd h5 {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}

.popCrd p {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    width: 300px;
}

.pop_btn {
    color: var(--c1);
    text-decoration: underline !important;
    font-family: 'Poppins';
    margin: 50px 0 0;
}

.popMmain .logo_img {
    width: 23%;
}

.pop_crd2 {
    padding: 0;
    margin-left: 160px;
    transform: rotate(-3deg);
}

.pop_innerImg {
    width: 100%;
    height: 100%;
    transform: rotate(-25deg) scale(1.6);
}

.usersImg {
    width: 106px;
    transform: rotate(-5deg);
}

.pop_innerCont :is(h4, p) {
    color: #000;
}

.pop_innerCont h4 {
    font-size: 21px;
    line-height: 18px;
    font-family: 'Poppins';
    margin: 20px 0 10px;
}

.pop_innerCont h4 span {
    display: block;
    font-size: 14px;
    font-family: 'Poppins';
}

.pop_innerCont p {
    font-size: 14px;
    width: 100%;
}

.pop_crd1 {
    margin-bottom: -80px;
    z-index: 3;
    position: relative;
}

.pop_crd3 {
    margin-top: -70px;
    z-index: -1;
    transform: rotate(5deg);
}

.pop_crs {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--c1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    transition: 500ms all;
    border: 1px solid transparent;
}

.pop_crs:hover {
    background: transparent;
    border-color: var(--c1);
    color: var(--c1);
}

.footer_navMain li {
    width: 150px;
}

.footer_subMenu {
    position: absolute;
    right: -100px;
    top: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: 200ms all;
    height: 121px;
}

.footer_subMenu li {
    width: 100%;
}

.footer_navMain>li:hover .footer_subMenu {
    opacity: 1;
    visibility: visible;
}

.footer_nav:nth-last-child(1) {
    width: 360px;
}

.footer_navMain {
    position: relative;
}













.buttons {
    border-radius: 30px;
    height: 52px;
    display: flex;
    align-items: center;
}

.blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

.blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

.blob-btn:hover {
    color: #fff;
    border-radius: 30px;
}

.blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #fff;
}

.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url('#goo');
}

.blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #ffffff;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}


.blob-btn__inner {
    background: transparent;
}

.blob-btn:hover {
    color: #1c3f85;
}


.about_banner {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 113vh;
    padding-top: 0;
}

.ab_img2 {
    width: 340px;
    height: 510px;
    overflow: hidden;
}

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

.about_banner_images {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ab_img3 {
    width: 200px;
    height: 250px;
    overflow: hidden;
    transform: translateY(-70px) translateX(-150px);
}

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


.ab_img1 {
    width: 300px;
    height: 270px;
    overflow: hidden;
    position: absolute;
    top: 360px;
    right: 50px;
}

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

.about_banner_cont {
    position: relative;
}

.about_banner_cont h3 {
    font-size: 59px;
    font-family: 'poppins';
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.about_banner_cont.alt h3 {
    transform: none;
    line-height: 1;
    text-align: end;
    width: 60%;
    float: inline-end;
    margin-right: 120px;
}

.ab_img1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #af0f0f94, transparent);
    top: 0;
    left: 0;
}

/* noman css */


.section__title h3 {
    font-size: 50px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
}

.don\'t_just {
    padding: 70px 0px;
}

.just_slider .slick-list.draggable {
    padding: 0px 225px !important;
}

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

.just_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.para_btn {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.para_btn p {
    width: 53%;
    font-family: var(--f2);
    font-weight: 600;
    font-size: 16px;
}

.just_cont {
    padding: 20px 30px;
}

.para_btn .reset anim-bg-gradient {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 14px;
}

.person_name {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
}

.person_name li {
    border-right: 2px solid #939393;
    padding-right: 18px;
    color: gray;
    font-family: var(--f2);
    font-size: 15px;
    font-weight: 500;
    height: 20px;
}

.person_name li:nth-last-child(1) {
    border-right: none;
}

button.slick-arrow {
    display: none !important;
}

.terme_main li {
    color: #fff;
}

.terme_main li a:hover {
    scale: 1.1;
}

.terme_main li a {
    transition: 300ms all;
}



.section_title h3 {
    font-family: var(--f2);
    font-weight: 600;
    font-size: 60px;
}

.trusted__img {
    width: 80%;
    height: 380px;
    box-shadow: 0px 0px 7px 1px #c1c1c1;
}


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

.trusted_cont::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    direction: rtl;
}

.trusted_cont::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.trusted_points {
    padding: 50px 0px 50px 50px;
    width: 48%;
    position: relative;
}

.trusted_points h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins';
}

.trusted_points p {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins';
    margin: 0;
}

.trusted_points::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: #80808091;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.trusted_cont {
    height: 352px;
    overflow-y: scroll;
}

.section_title p {
    width: 66%;
    margin: 15px auto 25px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}

.trusted_business {
    padding: 52px 0px;
}

.exceed_card {
    padding: 78px 30px 40px;
    box-shadow: 0px 0px 0px 1px #80808052;
    width: 92%;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    transition: 500ms;
}

.exceed_card p {
    margin: 0;
}

.exceed_main_cards {
    margin-top: 150px;
    position: relative;
}

.exceed_main_cards::before {
    position: absolute;
    content: '';
    width: 68%;
    height: 2px;
    background: gainsboro;
    top: -27%;
    left: 50%;
    transform: translateX(-50%);
}

.exceed_card::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    left: 50%;
    top: -50%;
    transform: translate(-50%, 270%);
    border-radius: 50%;
    border: 1px solid gainsboro;
}

.exceed_card:hover {
    box-shadow: 0px 0px 18px 0px #bbb7b7;
}

.exceed_card:hover::before {
    background: #000;
}

.exceed_card h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 17px;
}

.exceed_card p {
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 15px;
    width: 92%;
}

.exceed_business {
    padding: 130px 0px;
}

.section_title a {
    border-color: #000;
    color: #000;
    text-transform: capitalize;
    font-family: var(--f2);
    font-size: 14px;
}

.section_title a:hover {
    color: #fff;
    border-color: transparent;
    background: var(--c1);
}

.exceed_img {
    position: absolute;
    width: 130px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    top: -40px;
    left: -30px;
    transform: rotate(-15deg);
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

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

.exceed_card:hover .exceed_img {
    opacity: 1;
    visibility: visible;
}

.insigntBtn {
    justify-content: end !important;
}

.excellence_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: 500ms;
    height: 100%;
}

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

.excellence_card {
    position: relative;
    overflow: hidden;
}

.excellence_card:hover .excellence_img {
    opacity: 1;
    filter: brightness(0.5);
}

.excellence_card:hover :is(h4, p) {
    color: #fff;
}

.excellence_cont.alt {
    height: 350px;
}

.eye_img_cont .reset anim-bg-gradient {
    bottom: -50%;
    position: absolute;
}




/* zeeshan css */

.build_Dubai {
    padding: 0px 0 70px;
}


.built_cont {
    margin-top: 40px;
}

.build_image {
    width: 100%;
    height: 570px;
}

.built_title {
    font-size: 34px;
    font-family: var(--f2);
    font-weight: 600;
}

.built_text {
    font-size: 13px;
    font-family: var(--f2);
    margin-bottom: 0;
}

.built_text2 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.built__text2 p {
    font-size: 17px;
    font-family: var(--f2);
    width: 80%;
}

.built__text2 {
    margin-top: 50px;
}

.buil__bt a {
    background: var(--c1);
    color: #fff;
    padding: 10px 40px;
    margin-top: 20px;
}

.buil__bt a:hover {
    background: #fff;
    color: #000;
}



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

.often_overlay {
    position: absolute;
    width: 28%;
    filter: saturate(4);
    left: 0;
    top: 70px;
}

.often__title {
    font-size: 34px;
    font-family: var(--f2);
    line-height: 46px;
    font-weight: 500;
}

.often_text {
    font-size: 17px;
    font-family: var(--f2);
    margin-top: 30px;
    line-height: 23px;
}


.digital_tage {
    padding: 70px 0;
    background: #fff2f0;
}

.digi_title {
    font-family: 'poppins';
    margin-bottom: 7px;
    font-size: 15px;
}

.digi_text {
    font-size: 17px;
    font-family: 'poppins';
    margin: 0;
    line-height: 1.2;
    color: #000;
}

.digital_slider .slick-list.draggable {
    padding: 0 100px !important;
}

.digi_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.digi_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 20%;
}

.digi_cont {
    padding: 15px 0px;
}

.dig_items {
    cursor: pointer;
}

.digi_title span {
    font-weight: 700;
    display: block;
    font-size: 30px;
    color: #000;
}

.digi_img.alt {
    height: 240px;
}



/* case page css start */



.case_banner_img {
    width: 100%;
    height: 520px;
    position: relative;
}

.case_banner_img img {
    width: 490px;
    height: 269px;
    object-fit: cover;
    border-radius: 13px;
    box-shadow: 0px 0px 60px 0px #afabab;
    position: absolute;
    top: 0;
    left: 0;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(-2deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    75% {
        transform: translateY(10px) rotate(2deg);
    }

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

.case_banner_img img:nth-child(1) {
    top: -30px;
    left: 170px;
    z-index: 3;
    box-shadow: 0px -40px 80px 0px #afabab4a;
    animation-delay: 0s;
}

.case_banner_img img:nth-child(2) {
    top: 90px;
    left: 30px;
    z-index: 2;
    animation-delay: 1s;
}

.case_banner_img img:nth-child(3) {
    top: 259px;
    left: 200px;
    z-index: 1;
    animation-delay: 2s;
}

.case_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-top: 8rem;
}

.case_studay_cont h1 {
    font-size: 100px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    color: #000;
}

.case_studay_cont p {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.case_banner_logo img {
    width: auto;
    height: auto;
    object-fit: contain;
}

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

.case_studay_cont .reset anim-bg-gradient {
    background: #000;
    color: #fff;
    padding: 8px 30px;
}

.case_studay_cont .reset anim-bg-gradient:hover {
    background: var(--c2);
}

.overview {
    padding: 80px 0px 40px;
}

.overview_cont h5 {
    font-family: 'poppins';
    font-size: 20px;
    margin-bottom: 23px;
}

.overview_cont p {
    font-size: 18px;
    font-family: 'poppins';
    line-height: 1.4;
}

.overview_cont ul li {
    font-size: 18px;
    font-family: 'poppins';
    position: relative;
    line-height: 1;
    margin-bottom: 14px;
}

.overview_cont ul li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #4f4444;
    top: 6px;
    left: -15px;
    border-radius: 50px;
}

.the_results {
    padding: 60px 0px 100px;
}

.top_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    border-bottom: 1px solid #4444442b;
}

.top_result h5 {
    font-family: var(--f2);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
}

.top_result h4 {
    background: vaR(--c1);
    font-size: 17px;
    padding: 6px;
    color: #fff;
    text-transform: capitalize;
}

.main_result {
    margin-top: 28px;
}

.main_result p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 34px;
    line-height: 1.2;
}

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

.top_result.point {
    display: block;
    border-top: 2px solid #44444457;
    border-bottom: none;
    margin: 0 0 65px;
    padding: 40px 0px 0px;
}

.top_res_main h4 {
    background: none;
    color: #000;
    font-size: 30px;
    width: 38%;
    padding: 0px;
    font-weight: 500;
    line-height: 1.3;
}

.top_res_main p {
    width: 41%;
    font-size: 17px;
    font-weight: 400;
    color: #444444c7;
    font-family: 'Poppins';
}

.top_res_main h4 span {
    color: var(--c1);
}

.interactive_design {
    padding: 50px 0px 85px;
    position: relative;
}

.zero_img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 0 35px;
}

.zero_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.zero_cont h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 23px;
    text-transform: capitalize;
}

.zero_cont p {
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 13px;
    width: 97%;
    line-height: 1.6;
}

.zero_cont {
    margin: 20px 0 0;
}

.interactive_img {
    width: 100%;
    height: 465px;
    overflow: hidden;
}

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

.interactive_cont h5 {
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 22px;
    text-transform: capitalize;
}

.interactive_cont h4 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 30px;
}

.interactive_cont p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    width: 84%;
}

.month_row {
    margin: 80px 0px 0px !important;
}

.month_cont {
    border: 1px solid #444;
    padding: 38px 21px;
    border-radius: 12px;
}

.month_cont h5 {
    color: var(--c1);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.month_cont h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    margin: 10px 0px 25px;
}

.month_cont ul li {
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 8px;
}

.month_cont ul {
    padding-left: 13px !important;
    line-height: 1.4;
}

.inter_span {
    background: #44444470;
    width: 80%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 49%;
    transform: translateX(-50%);
}

.awardhover_img {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px #4444;
    position: absolute;
    z-index: 99;
    top: 30px;
    animation: swing 2s ease-in-out infinite;
    rotate: 20deg;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.award__title:hover .awardhover_img {
    opacity: 1;
    visibility: visible;
}

.pop_crds {
    scale: 0.7;
    margin: -80px 0 -60px;
}

.about_imagesBot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0 10px;
}

.abt__innerImg {
    width: 16%;
    height: 450px;
}

.mainBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.btn_video {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    scale: 1.6;
    transition: 500ms all;
}

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

.btn_video:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(249 69 45 / 49%);
    backdrop-filter: blur(4px);
}

.mainBtn a {
    text-transform: capitalize;
    font-family: 'Poppins';
    color: #fff;
    padding: 15px 40px;
}

.casE_banner {
    padding: 107px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100vh;
    border-bottom: 1px solid #4444;
}

.case_content h3 {
    font-size: 74px;
    font-family: var(--f2);
    font-weight: 800;
    color: #000;
    line-height: 86px;
}

.content_img {
    display: inline-block;
    width: 170px;
    height: 81px;
    margin: 0px 10px -14px;
    border-radius: 10px;
    overflow: hidden;
}

.content_img img {
    scale: 1.2;
}

.case_btns {
    margin: 30px 0 0;
}

.case_bannerVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
    scale: 1.6;
    filter: blur(77px);
}

.case_bannerVideo:before {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    content: '';
    background: transparent;
    backdrop-filter: blur(15px);
}

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

.caseMain {
    padding: 100px 0;
}

.case_head h3 {
    font-size: 60px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
}

.caseImg {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}

.case_innerCrdd {
    width: 100%;
    margin: 20px 0;
}

.case_Innerrcontent {
    margin: 20px 0 0;
}

.case_Innerrcontent h3 {
    font-size: 30px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}

.case_Innerrcontent p {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    margin: 0;
}

a.case_innerCrdd:hover img {
    scale: 1.05;
}

.dark_theme {
    background: #000000;
    position: relative;
    z-index: 1;
}

h1.inner_bannerHead.darck {
    color: #fff;
}

.dark_theme:before {
    position: absolute;
    width: 140%;
    content: '';
    top: 14%;
    transform: rotate(-7deg) translatex(-50%);
    left: 50%;
    box-shadow: 0 0 296px 163px var(--c1);
    animation: light 5s infinite linear;
    z-index: -1;
}

@keyframes light {
    0% {
        box-shadow: 0 0 296px 163px var(--c1);
    }

    50% {
        box-shadow: 0 0 1206px 323px var(--c1);
    }

    100% {
        box-shadow: 0 0 296px 163px var(--c1);
    }
}

.award__descNew--blog {
    color: #fff;
}

.awardMainhead--blog h3 {
    color: #fff;
}

.anim-bg-gradient {
    padding: 0.6em 1.2em;
    border-radius: 0.375em;
    cursor: pointer;
    color: white;
    background: linear-gradient(120deg, darkmagenta, crimson, orange);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position .5s;
    border-radius: 50px;
}

.anim-bg-gradient:hover {
    background-position: 0 0;
    color: #fff;
}

.blog_crd {
    margin: 0 0 40px;
}

.pagination {
    justify-content: end;
    gap: 20px;
}

.pagination button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
    transition: 300ms all;
}

button:disabled {
    color: #ffffff59;
}

.pagination .active {
    scale: 1.2;
}

.planningIMagBox {
    background: var(--c1);
    padding: 120px 30px 0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: baseline;
    gap: 0;
}

.planImg {
    width: 33.3%;
    height: 421px;
    box-shadow: 0 0 15px 1px #4444;
    margin: 0px 0 -20px;
}

.planImg:nth-child(2) {
    scale: 1.2;
}

.digital_head {
    width: 60%;
    margin: 0 0 60px;
}

h3.digital_title {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    margin: 0 0 15px;
}

.digital_head p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 'Poppins';
    margin: 0;
}

.zeroinner_img {
    width: 100%;
    height: 700px;
    background: var(--c1);
    padding: 80px;
}

.zeroinner_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.zero_imgMAin {
    padding: 150px 20px 0;
    background: var(--c1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 0 0 30px;
}

.zzero_img {
    width: 33.3333333%;
    height: 640px;
    box-shadow: 0 0 15px 1px #4444;
}

.zzero_img img {
    object-position: top;
}

.zzero_img:nth-child(1) {
    transform: rotate(5deg) translatex(50px);
    height: 700px;
    margin: 0 0 -70px;
    position: relative;
    z-index: -1;
}

.zzero_img:nth-child(2) {
    scale: 1.1;
}

.zzero_img:nth-child(3) {
    transform: rotate(-5deg) translatex(-50px);
    position: relative;
    z-index: -1;
    margin: 0 0 -70px;
}

.zerro_img {
    padding: 0 70px 150px;
    border-radius: 20px;
    background: var(--c1);
    height: 636px;
}

.zerro_img img {
    object-position: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerro_img--alt {
    padding: 150px 70px 0;
}

.zerro_img--alt img {
    object-position: top;
}

.zeroo_img {
    padding: 70px;
    background: var(--c1);
    height: 636px;
    border-radius: 20px;
}

.zeroo_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.goal_crnBot a {
    margin: 40px 0 0;
}

.terms_nav h3 {
    font-size: 33px;
    color: #fff;
    margin: 0 0 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

.termsMainNav li a {
    color: #ffffff6e;
    font-size: 16px;
}

.termsMainNav li {
    margin: 0 0 14px;
}

.termsMainNav li a:hover {
    color: #fff;
    scale: 1.1;
}

.termInnerDetail h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #fff;
}

.termInnerDetail p {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    line-height: 30px;
    margin: 10px 0;
}

.termInnerDetail h4 {
    font-family: 'Poppins';
    font-size: 30px;
    margin: 20px 0 0;
    color: #fff;
    font-weight: 500;
}

.termInnerDetail ul li {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    margin: 0 0 10px;
    list-style: disc;
}

.termInnerDetail ul {
    padding-left: 20px !important;
}

.termInnerDetail {
    margin: 0 0 40px;
}

.termInnerDetail a {
    color: var(--c1);
    font-family: 'Poppins';
}

.termLink.active {
    color: #fff;
    scale: 1.1;
}

.termInnerDetail.active {
    opacity: 1;
}

.terms_main {
    padding: 70px 0;
}

.main_termsTable tr td:nth-child(1) {
    width: 21%;
}

.main_termsTable tr td {
    padding: 26px;
    border: 1px solid #ffffff63;
    color: #ffffffc9;
    font-size: 14px;
}

.main_termsTable {
    margin: 30px 00;
}

.ios_img:hover img {
    scale: 1.2;
}


.case_banner_img img {
    object-position: top;
}

.contact_banner {
    min-height: 73vh;
}

.digiMain .row .col-md-3:nth-child(even) {
    margin: 30px 0 0;
    transition: 500ms all;
}
.digiMain .row .col-md-3:nth-child(even):hover {
    margin: 0;
}

.digiMain .row .col-md-3:nth-child(odd):hover {
    margin: 30px  0 0;
}

.digiMain .row .col-md-3:nth-child(odd) {
    transition: 500ms all !important;
}
.testi_cont h4 span {
    font-size: 129px;
    font-family: 'Bebas Neue';
    color: var(--c1);
    font-style: italic;
    display: inline-block;
    line-height: 1px;
    width: fit-content;
    position: relative;
}

.testi_cont h4 span:nth-child(1) {
    top: 57px;
    left: -30px;
}

.testi_cont h4 span:nth-child(2) {
    top: 60px;
    right: 70px;
}
.header.active .nav_menu {
    display: none
}
.aboutGridImg {
    width: 100%;
    height: 448px;
    margin: 15px 0;
}
.tab-pane {pointer-events:  none !important;}
.whatsappBtn {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9;
    box-shadow: 0 0 15px 1px #000000c7;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.whatsapp_icon {
    width: 60px;
    height: 60px;
    background: #008c00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    border-radius: 100%;
}
.whatsappBtn.active {
    opacity: 1;
    visibility: visible;
}