@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

:root {
    --theme: #339966;
}

body {
    word-break: break-word;
    font: 15px/25px "Roboto", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #000;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/* project css */

header {
    position: absolute;
    width: 100%;
    padding: 20px 0px;
    z-index: 9;
}

header a.logo_here {
    display: block;
}

header a.logo_here>img {
    width: 100%;
}

header .row {
    align-items: center;
}

header .ship_btn {
    border: 1px solid #F0F0F0;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 17px;
    border-radius: 10px;
}

header .ship_btn>span {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: #023047;
    font-weight: 500;
}

header .ship_btn>img {
    width: 35px;
}

header .lang_curr>a {
    border: 1px solid #F0F0F0;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 17px;
    border-radius: 10px;
    position: relative;
}

header .lang_curr>a>span {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: #023047;
    font-weight: 500;
}

header .lang_curr>a>.lc_imggs {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .lang_curr>a>.lc_imggs>img {
    width: 30px;
}

header .lang_curr>a>.lc_imggs>img.arr_down {
    width: 12px;
}

header .lang_curr>a ul.dropdown-menu {
    top: 50px;
    display: none;
    width: 100%;
    left: 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 7px;
}

header .lang_curr>a ul.dropdown-menu>li {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

header .lang_curr>a ul.dropdown-menu>li:last-child {
    margin: 0;
}

header .lang_curr>a.drop-open ul.dropdown-menu {
    display: block;
}

.btn1 {
    background: #449DBE;
    color: #fff;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    padding: 11px 20px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.btn1:hover {
    color: #fff;
}

.btn2 {
    background: var(--theme);
    color: #fff;
    font-size: 16px;
    font-family:
        "Work Sans", sans-serif;
    font-weight: 500;
    padding: 11px 20px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.btn2:hover {
    color: #fff;
}

.cust_container {
    max-width: 1920px;
    padding: 0 5%;
}

/* banner */

.banner {
    height: 100vh;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.banner>.ban_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    left: 0;
    top: 0;
    z-index: -2;
    clip-path: polygon(40% 0, 40% 0, 60% 100%, 60% 100%);
    transition: 1.2s ease-in-out;
}

.banner>.ban_bg.show_imgg {
    clip-path: polygon(105% 0, -15% 0, -5% 100%, 125% 100%);
    transition: 1.2s ease-in-out;
}

.banner>img.globe_imgg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    object-fit: cover;
    z-index: -1;
    bottom: -700px;
    transform-origin: center top;
    will-change: transform;
    opacity:0;
    transform:translateY(80px);
}

body.loading{
    overflow:hidden;
}

.banner>img.ban_vec1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.banner>img.ban_vec2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: auto;
}

.banner .banner_textt>h1 {
    font-size: 10.4vw;
    color: #111111;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.banner .banner_textt>.banner_bottom {
    border: 3px solid #fff;
    border-bottom: 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 360px;
    max-width: 350px;
    padding-bottom: 40px;
}

.banner .banner_textt>.banner_bottom>p {
    font-size: 17px;
    color: #111111;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.theme_btn {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
    height: 50px;
    border-radius: 30px;
    font-size: 18px;
    color: #023047;
    font-family: 'Work Sans';
    font-weight: 500;
    padding-right: 10px;
}

.theme_btn>span {
    background: #111111;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.theme_btn>span>img {
    width: 15px;
    filter: brightness(0) invert(1);
}

.next_gen_sec {
    position: relative;
    height: 100vh;
    /* z-index: 1; */
    padding: 80px 0px;
}

.next_gen_sec>img.next_gen_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    top: 0;
    left: 0;
}

.next_gen_sec .next_gen_heading>h2 {
    color: #111111;
    font-size: 68px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

.next_gen_sec .next_gen_heading>h2>span {
    font-weight: 600;
}

.next_gen_sec .next_gen_card {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    padding: 20px;
}

.next_gen_sec .next_gen_card>span {
    background: #EDF8F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    height: 415px;
}

.next_gen_sec .next_gen_card>span>img {
    width: 100px;
    position: relative;
    z-index: 3;
    opacity: .5;
    transform-origin: center center;
    will-change: transform, opacity;
}

.next_gen_sec .next_gen_card>p {
    margin: 0;
    font-size: 18px;
    color: #111111;
    font-weight: 300;
    line-height: 24px;
}

.next_gen_sec .next_gen_textt {
    width: 80%;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.next_gen_sec .next_gen_textt>h3 {
    font-size: 28px;
    color: #111111;
    font-weight: 300;
    margin-bottom: 20px;
}

.next_gen_sec .next_gen_textt>h3>span {
    font-weight: 600;
}

.next_gen_sec .next_gen_textt>p {
    font-size: 18px;
    line-height: 24px;
    color: #111111;
    font-weight: 300;
    margin-bottom: 20px;
}

/* .marketplace_redefining_secc {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 80px 0px;
} */

.marketplace_redefining_secc {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    height: 100vh;
    margin-top: -100vh;
    transform: scale(0.2);
    transform-origin: 50% 40%;
    will-change: transform;
    opacity: 0;
}

.marketplace_redefining_secc>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}

.marketplace_redefining_secc ul.cust_tabs_list {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 5px solid #ffffff47;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.marketplace_redefining_secc ul.cust_tabs_list>li {
    width: 50%;
    opacity: .5;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.marketplace_redefining_secc ul.cust_tabs_list>li h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    margin: 0;
    font-weight: 300;
}

.marketplace_redefining_secc ul.cust_tabs_list>li h2>span {
    font-weight: 600;
}

.marketplace_redefining_secc ul.cust_tabs_list>li p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.marketplace_redefining_secc ul.cust_tabs_list>li .row {
    align-items: center;
}

.marketplace_redefining_secc ul.cust_tabs_list:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 50%;
    height: 5px;
    left: 0;
    bottom: -5px;
    transition: 0.3s ease-in-out;
}

.marketplace_redefining_secc ul.cust_tabs_list>li.actv {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.marketplace_redefining_secc .market_red_heading>h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 300;
}

.marketplace_redefining_secc .market_red_heading>h2>span {
    font-weight: 600;
}

.marketplace_redefining_secc .market_red_textt>p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.marketplace_redefining_secc ul.mr_listt_wrpr {
    display: flex;
    align-items: center;
    margin: 0;
}

.marketplace_redefining_secc ul.mr_listt_wrpr>li {
    width: 25%;
    border: 1px solid #D9D9D9;
    height: 320px;
    padding: 20px;
}

.marketplace_redefining_secc ul.mr_listt_wrpr>li:nth-child(2) {
    border-right: 0;
    border-left: 0;
}

.marketplace_redefining_secc ul.mr_listt_wrpr>li:nth-child(3) {
    border-right: 0;
}

.marketplace_redefining_secc ul.mr_listt_wrpr>li>img {
    width: 70px;
    display: block;
    margin-left: auto;
    mix-blend-mode: luminosity;
}

.marketplace_redefining_secc ul.mr_listt_wrpr>li>span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    line-height: 1;
}

.marketplace_redefining_secc ul.mr_listt_wrpr>li>h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 400;
}

.marketplace_redefining_secc ul.mr_listt_wrpr>li>p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    line-height: 24px;
}

.marketplace_redefining_secc ul.cust_tabs_list.line_move:after {
    left: 50%;
}

.cust_tabs {
    display: none;
}

.cust_tabs.actv {
    display: block;
}

.unused_inventory_secc {
    padding: 100px 0px;
}

.unused_inventory_secc h2 {
    color: #111111;
    font-size: 68px;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 50px;
}

.unused_inventory_secc h2>span {
    font-weight: 600;
}

.unused_inventory_secc .unused_textt_wrp {
    position: relative;
    z-index: 1;
    padding-left: 150px;
    padding-top: 130px;
    margin-top: -100px;
}

.unused_inventory_secc .unused_textt_wrp>span {
    font-size: 180px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    font-style: italic;
    -webkit-text-stroke: 1px #111111;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .1;
}

.unused_inventory_secc .unused_textt_wrp>h3 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #111111;
    font-weight: 500;
}

.unused_inventory_secc .unused_textt_wrp>p {
    font-size: 16px;
    line-height: 1.6;
    color: #111111;
    font-weight: 300;
}

.unused_inventory_secc .unused_imgg_wrp {
    width: 55%;
    margin: 0 auto;
}

.unused_inventory_secc .row {
    align-items: center;
}

.unused_inventory_secc .unused_imgg_wrp>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.unused_inventory_secc .unused_imgg_slider {
    position: relative;
    margin-bottom: 0;
    margin-top: -100px;
}

.unused_inventory_secc .unused_imgg_slider:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #ffffff, #ffffff00);
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
}

.unused_textt_slider .slick-slide {
    margin: 0;
}

.unused_textt_slider .slick-list {
    overflow: visible;
}

.unused_imgg_slider .slick-slide {
    margin: 0;
    opacity: 0;
}

.unused_imgg_slider .slick-slide.slick-current {
    opacity: 1;
}

.unused_imgg_slider .slick-dots {
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: fit-content;
    right: 0;
    top: 50%;
    gap: 5px;
}

.unused_imgg_slider .slick-dots>li {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
}

.unused_imgg_slider .slick-dots>li>button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
}

.unused_imgg_slider .slick-dots>li>button:before {
    content: "";
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}

.unused_imgg_slider .slick-dots>li.slick-active>button:before {
    background: #339966;
}

.unused_imgg_slider .slick-dots>li.slick-active {
    opacity: 1;
}

.flexing_pricing_secc {
    position: relative;
    background: var(--theme);
    padding: 100px 0px;
    z-index: 1;
}

.flexing_pricing_secc>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    z-index: -1;
    top: 0;
    left: 0;
}

.flexing_pricing_secc .flexing_pricing_textt h2 {
    font-size: 68px;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 20px;
}

.flexing_pricing_secc .flexing_pricing_textt h2>span {
    font-weight: 600;
}

.flexing_pricing_secc .flexing_pricing_textt p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.flexing_pricing_secc .flexing_pricing_textt h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-button {
    padding: 20px 0px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-button::after {
    display: none;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-button>span {
    font-weight: 600;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-body {
    padding: 0;
    margin-bottom: 20px;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-body>p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-body ul {
    margin: 0;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-body ul>li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-body ul>li>span {
    background: #fff;
    width: 10%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-body ul>li>p {
    width: 90%;
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item .accordion-body ul>li>span>img {
    width: 13px;
}

.flexing_pricing_secc .flexing_pricing_wrpr .accordion-item:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.flexing_pricing_secc .flexing_pricing_wrpr>a {
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme);
    padding: 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 10px;
    margin-top: 80px;
}

.flexing_pricing_secc .flexing_pricing_textt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 550px;
}

.accordion-collapse {
    transition: height .5s ease;
}

.accordion-button:focus {
    box-shadow: none;
}

.billon_lost_secc {
    padding: 100px 0px;
}

.billon_lost_secc .billon_lost_textt>h2 {
    color: #111111;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.billon_lost_secc .billon_lost_textt>h2>span {
    font-weight: 600;
}

.billon_lost_secc .billon_lost_textt>h3 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    color: #111111;
}

.billon_lost_secc .billon_lost_wrpr>.billon_lost_box {
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    height: 75px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.billon_lost_secc .billon_lost_wrpr>.billon_lost_box>span {
    font-size: 24px;
    color: #A7A7A7;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.billon_lost_secc .billon_lost_wrpr>.billon_lost_box>h2 {
    font-size: 68px;
    color: #B8B8B8;
    margin-bottom: 20px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.billon_lost_secc .billon_lost_wrpr>.billon_lost_box.actv>h2 {
    color: #111111;
    transition: 0.3s ease-in-out;
}

.billon_lost_secc .billon_lost_wrpr>.billon_lost_box.actv {
    height: 130px;
    transition: 0.3s ease-in-out;
}

.billon_lost_secc .billon_lost_wrpr>ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 90px;
}

.btn3 {
    border: 1px solid #111111;
    color: #111111;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.billon_lost_secc .btn3 {
    text-transform: uppercase;
}

.billon_lost_secc .btn2 {
    text-transform: uppercase;
}

.billon_lost_secc .billon_lost_textt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 550px;
}

.billon_lost_secc .row {
    align-items: center;
}

.cta_sec {
    padding: 50px 0px;
    position: relative;
    z-index: 2;
}

.cta_sec .cta_wrpr {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    height: 500px;
}

.cta_sec .cta_wrpr>img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cta_sec .cta_wrpr .cta_text {
    padding: 80px;
}

.cta_sec .cta_wrpr .cta_text>h2 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 100px;
    font-weight: 600;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>p {
    width: 280px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 300;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>img {
    width: 80px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li:nth-child(1) {
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>span {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 40px;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div>p {
    margin: 0;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div>a {
    border: 1px solid #cbcbcb;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_sec .cta_wrpr .cta_text>.cta_text_mul>ul>li>div>a>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: right;
}

.cta_sec .cta_wrpr .cta_img {
    padding-right: 90px;
    padding-top: 90px;
}

.cta_sec .cta_wrpr .cta_img>img {
    width: 100%;
}

.cta_sec .cta_wrpr:after {
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(255 255 255 / 18%) 0%, rgb(0 0 0 / 25%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.get_touch_secc {
    padding: 50px 0px 80px;
}

.get_touch_secc .get_touch_textt>h2 {
    font-size: 68px;
    color: #111111;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.get_touch_secc .get_touch_textt>h2>span {
    display: block;
    font-weight: 600;
}

.get_touch_secc .get_touch_textt>p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111111;
}

.get_touch_secc .get_touch_form {
    margin-top: 50px;
}

.get_touch_secc .get_touch_form form label {
    font-size: 24px;
    color: #111111;
    display: block;
}

.get_touch_secc .get_touch_form form input {
    width: 100%;
    height: 60px;
    padding: 10px 0px;
    border: 0;
    border-bottom: 1px solid #00000024;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.get_touch_secc .get_touch_form form input::placeholder {
    color: #B8B8B8;
    font-size: 20px;
    font-weight: 300;
}

.get_touch_secc .get_touch_form form>.row {
    margin-bottom: 25px;
    align-items: center;
}

.get_touch_secc .get_touch_form form button {
    text-transform: uppercase;
    border: 0;
    font-size: 20px;
    height: 60px;
    padding: 0 40px;
}

/*  */

.get_touch_secc .get_touch_form .radio-input {
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 25px;
}

.get_touch_secc .get_touch_form .radio-input input {
    display: none;
}

.get_touch_secc .get_touch_form .radio-input .label {
    width: 250px;
    height: 60px;
    display: flex !IMPORTANT;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: all 0.1s linear;
    position: relative;
    cursor: pointer;
    border: 1px solid #111111;
}

.get_touch_secc .get_touch_form .label:has(input[type="radio"]:checked) {
    background: var(--theme);
    border: 0;
}

.get_touch_secc .get_touch_form .label:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.get_touch_secc .get_touch_form .label:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.get_touch_secc .get_touch_form .label .text {
    color: #111111;
    font-size: 24px;
    padding: 0px;
    transition: all 0.1s linear;
    line-height: 1;
}

.get_touch_secc .get_touch_form .label input[type="radio"]:checked+.text {
    color: #fff;
}

footer {
    position: relative;
    padding-top: 80px;
    z-index: 1;
    overflow: hidden;
}

footer>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

footer h2 {
    font-size: 68px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 50px;
}

footer h2>span {
    font-weight: 600;
}

footer ul {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

footer ul>li>a {
    background: #ffffff14;
    display: block;
    padding: 20px 40px;
    border: 1px solid #ffffff2b;
}

footer ul>li>a>img {
    width: 80px;
    height: 70px;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}

footer ul>li>a>p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

footer ul>li:first-child>a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 0;
}

footer ul>li:last-child>a {
    border-left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

footer h3 {
    color: #fff;
    font-size: 11.4vw;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -40px;
}

.copy_right {
    padding: 20px 0px;
}

.copy_right p {
    color: #111111;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.copy_right ul {
    display: flex;
    margin: 0;
    justify-content: flex-end;
    gap: 15px;
}

.copy_right ul>li>a>img {
    width: 35px;
    border-radius: 8px;
}

.copy_right .row {
    align-items: center;
}

.copy_right ul>li.twi>a>img {filter: brightness(0);}


.thankyou-popup{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.thankyou-box{
    background:#fff;
    padding:30px;
    max-width:400px;
    margin:auto;
    text-align:center;
    border-radius:8px;
    position:relative;
    top: 50%;
    transform: translateY(-50%);
}
.thankyou-box p {
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    width: 100%;
    margin: 0 auto 20px;
}
.thankyou-box h2 {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}
.close-popup{
    position:absolute;
    right:15px;
    top:10px;
    font-size:22px;
    cursor:pointer;
}

.close-btn{
       margin: 0 auto;
    border: none;
    cursor:pointer;
}
.contact_sec .reach_box img {
    height: 30px;
    object-fit: contain;
    width: 100%;
}