.wow {
    visibility: hidden;
}

.main_body_container.active {
    overflow: hidden;
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

.swiper-pagination-progressbar {
    background: rgb(0 0 0 / 3%);
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato/lato-black.woff2') format('woff2'),
        url('../fonts/lato/lato-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack_italic';
    src: url('../fonts/lato/lato-blackitalic.woff2') format('woff2'),
        url('../fonts/lato/lato-blackitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato/lato-bold.woff2') format('woff2'),
        url('../fonts/lato/lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold_italic';
    src: url('../fonts/lato/lato-bolditalic.woff2') format('woff2'),
        url('../fonts/lato/lato-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato/lato-hairline.woff2') format('woff2'),
        url('../fonts/lato/lato-hairline.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latohairline_italic';
    src: url('../fonts/lato/lato-hairlineitalic.woff2') format('woff2'),
        url('../fonts/lato/lato-hairlineitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato/lato-italic.woff2') format('woff2'),
        url('../fonts/lato/lato-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato/lato-light.woff2') format('woff2'),
        url('../fonts/lato/lato-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight_italic';
    src: url('../fonts/lato/lato-lightitalic.woff2') format('woff2'),
        url('../fonts/lato/lato-lightitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato/lato-regular.woff2') format('woff2'),
        url('../fonts/lato/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.red-rose {
    font-family: "Red Rose", serif;
}

.black-color {
    color: var(--black-color) !important;
}

:root {
    /* colors */

    --primary-color: #000;

    --banner-title: 3.5rem;

    --regular-font-family: "latoregular";

    --common-transition: all 0.6s ease;
    --black-color: #000000;
    --bg-black: #2F2F2F;
    --white-color: #ffffff;
    --white-gray: #A4A4A4;
    /* --secondery-color: #AB955D;
    --gray-color: #A6A6A6;
    --text-gray-color: #8B8B8B;
    --border-gray-color: #D2D2D2;
    --project-gray-color: #EBEBEB;
    --bg-gray-color: #F8F8F8; */
    /* font-sizes */
    --paralaxbanner_title: 8.5rem;
    --big-title2-font-size: 6.5rem;
    --big-title3-font-size: 5.5rem;
    --mainTitle-font-size: 4rem;
    --title-font-size: 3.35rem;

    --content-font-size: 2rem;
    --smalltitle-font-size: 1.5rem;
    --paragraph-font-size: 1.25rem;
    --subtitle-font-size: 1.75rem;
    --small-font-size: 1.2rem;
    /* user */
    --link-font-size: 0.875rem;
    --webmenu-font-size: 1.2rem;
    --btn-font-size: 1.2rem;
    --card_font: 4.7rem;
    --gray_span: #A4A4A4;
    /* font-families */
    --regular-font-family: 'latoregular';

    /* other */
    --common-transition: all 0.6s ease;
    --web-border-radius: 1.2rem;
    --mobile-border-radius: 0.6rem;
    --common-gap-size: 4rem;
    --common-radius: 40px;
    --small-gap-size: 1.5rem;
    --medium-gap-size: 2.5rem;
    --big-gap-size: 7rem;

}

.border-web-footer {
    border-radius: var(--small-gap-size);
}

.gray-span {
    color: var(--gray_span);
}

.white-color {
    color: var(--white-color);
}

.common-radius {
    border-radius: var(--common-radius);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: var(--regular-font-family);
    color: var(--primary-color);
}

html {
    height: auto;
    font-size: 12px;
    scroll-behavior: smooth;
}

* {
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.2;
    width: 100%;
}

::-webkit-scrollbar {
    width: 0px !important;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #cccccc !important;
}

::-webkit-scrollbar-thumb {
    background: #000000 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000 !important;
}

body.no-scroll-body {
    overflow-y: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    background-color: transparent;
    color: unset;
    outline: none;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: unset;
    color: unset;
}

img {
    max-width: 100%;
    transition: var(--common-transition);
    cursor: pointer;
    display: block;
}

.relative {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.p0 {
    padding: 0 !important;
}

.container {
    width: 100%;
    margin: 0 auto;
}

/**/

.studio-header-wrapper {
    width: 90%;
    position: fixed;
    top: 20px;
    z-index: 9999;
    transition: all 0.6s ease;
    background-color: var(--white-color);
    left: 5%;
    border-radius: 50px;
}

.studio-container {
    width: 90%;
    margin: 0 auto;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.2rem 2rem;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}

.studio-header-wrapper.webmenu_hidden {
    top: -100%;
}

.studio-header-wrapper.header_change {}

.studio-header-wrapper.header_change.active,
.studio-header-wrapper.active {
    background-color: transparent;
}

/* .webmenu_hidden .content_accordian .active_list {
    display: none !important;
} */

.logo-header-img {
    width: 5rem;
}

.web-link-sec {
    display: flex;
    align-items: center;
    gap: 3rem;

}

.web-link-sec li a .header-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 0.8rem;
    transition: var(--common-transition);
}

.header-link p {
    transition: var(--common-transition);
    font-size: var(--webmenu-font-size);
}

.web-link-sec li a:hover .header-link {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);

}

.web-link-sec li a.active .header-link {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.web-link-sec li a.active .header-link p {
    color: var(--white-color);
}

.web-link-sec li a:hover .header-link p {
    color: var(--white-color);
}

.button-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    margin: 0 auto;
}

.button-div {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    transition: var(--common-transition);
    padding: 1rem 1.5rem;
    border-radius: 50px;
    width: fit-content;

}

.button-div p {
    white-space: nowrap;
}

.button-link-text p {
    font-family: var(--regular-font-family);
    transition: var(--common-transition);
    font-size: var(--smalltitle-font-size);
}

.btn_icon_img {
    width: 1rem;
    transition: var(--common-transition);
}

.button-div:hover {
    background-color: var(--primary-color);

}

.button-div:hover .button-link-text p {
    color: var(--white-color);
}

.bar-btn-sec {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    cursor: pointer;
}

.btutton-bar-flex {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.bar {
    display: block;
    height: 2px;
    width: 24px;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.header_bar_btn .active .bar.top {
    -webkit-transform: translateY(4px) rotateZ(45deg);
    -moz-transform: translateY(4px) rotateZ(45deg);
    -ms-transform: translateY(4px) rotateZ(45deg);
    -o-transform: translateY(4px) rotateZ(45deg);
    transform: translateY(4px) rotateZ(45deg);
}

.header_bar_btn .active .bar.middle {
    display: none;
}

.header_bar_btn .active .bar.bottom {
    -webkit-transform: translateY(-4px) rotateZ(-45deg);
    -moz-transform: translateY(-4px) rotateZ(-45deg);
    -ms-transform: translateY(-4px) rotateZ(-45deg);
    -o-transform: translateY(-4px) rotateZ(-45deg);
    transform: translateY(-4px) rotateZ(-45deg);
}

.bar-btn-sec.active .bar {
    background-color: var(--white-color);
}

.header-flex.active .button-div {
    border: 1px solid var(--white-color);

}

.header-flex.active .button-div:hover {
    background-color: var(--white-color);
}

.header-flex.active .button-link-text p {
    color: var(--white-color) !important;
}

.header-flex.active .button-div:hover .button-link-text p {
    color: var(--white-color) !important;
}

.header-flex.active .btn_icon_img img {
    filter: invert(1);
}

.header-flex.active .button-div:hover .btn_icon_img img {
    filter: invert(0);
}

.header-flex.active .web-link-sec li a:hover .header-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    /* padding: 0rem; */
}

.header-flex.active .logo-header-img img {
    filter: invert(1);
}

.header-flex.active .header-link p {
    color: var(--white-color);
}

.menulist-wrapper {
    background-color:#282525;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 15rem 2rem 8rem;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    overflow-x: auto;
    transition: all 0.6s ease;
    /* transform: translateX(-100%); */
}

.menulist-wrapper.active {
    opacity: 1;
    visibility: visible;
    /* transform: translateX(0%); */
}

.menulist-link h3,
.menulist-link p {
    color: var(--text-gray-color);
}

.menulist-link2-sec p {
    text-align: right;
    font-family: var(--medium-font-family) !important;
}

.mobile-links-sec {
    display: none;
}

.header_bar_btn {
    display: none;
}

/**/
animation-btn .btn-container {
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animation-btn .btn-container:nth-child(1) {}

.animation-btn button {
    width: max-content;
    height: auto;
    position: relative;
    min-width: max-content;
    min-height: auto;
    border-radius: 50px;
    color: #000000;
    padding: 15px 30px;
    font-family: var(--regular-font-family);
    font-weight: bold;
    background: rgba(241, 238, 238, 0);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    font-size: var(--btn-font-size);

    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 0rem; */
    margin: -1px 0rem 0 0rem;
    background-color: transparent;
}

.animation-btn button .text,
.animation-btn button .icon-container {
    position: relative;
    z-index: 2;
}

.animation-btn button .icon-container {
    --icon-size: 25px;
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    margin-left: 15px;
    transition: transform 500ms ease;
}

/* .animation-btn button .icon-container .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 500ms ease, opacity 250ms ease;
  } */
.animation-btn button .icon-container .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 500ms ease, opacity 250ms ease;
    background: #fff;
    border-radius: 50px;
}

.animation-btn button .icon-container .icon--left {
    transform: translateX(-250%);
    opacity: 0;
}

.animation-btn button .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: #000000;
}

.animation-btn button:hover::after {
    background: #000;
}

.animation-btn button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 25px;
    z-index: 1;
    transition: transform 500ms ease;
}

.animation-btn button:hover::after {
    transform: translateX(65%);
}

.animation-btn button:hover .icon-container {
    transform: translateX(60%);
}

.animation-btn button:hover .icon-container .icon--left {
    transform: translateX(0);
    opacity: 1;
}

.animation-btn button:hover .icon-container .icon--left span {
    color: #000;
}

.animation-btn button span {
    color: var(--white-color);
}

.animation-btn button .icon--right span {
    color: var(--black-color);
}

.animation-btn button:hover span {
    color: var(--black-color);
}

.animation-btn button:hover::after .animation-btn span {
    color: var(--black-color);
}

.animation-btn button:hover .icon-container .animation-btn span {
    color: var(--black-color);
}

.animation-btn button:hover .icon-container .icon--right {
    transform: translateX(200%);
    opacity: 0;
}

/* .studio_container {
    width: 90%;
    margin: 0 auto;
  } */

.page_wrapper {
    padding-top: 13rem;
}

.label.inverse-primary {
    color: #17181a;
    background-color: #fff;
    border-color: transparent;
}

.label {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 500px;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-family: Satoshi, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.card-padding {
    padding: 3rem;

}

.bg-color-black {
    color: var(--bg-black);
}

.bg-black {
    background-color: var(--bg-black);

}

.white-gray {
    color: var(--white-gray);
}

.border-black {
    border: 1px solid var(--black-color) !important;
}

.white_bg {
    background-color: var(--white-color);
}

.card-padding.medium {
    padding: 3rem;
}

.card-padding.small {
    padding: 1rem;
}

.inner-flex-column {
    display: flex;
    gap: 10rem;
    flex-direction: column;
}

.inner-flex-column-medium {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.inner-flex3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.text-color-muted-inverse {
    color: rgba(255, 255, 255, .6);
}

.title_big h2 {
    font-size: var(--card_font);
}

.uppercase {
    text-transform: uppercase;
}

.medium-flex {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
}

.section-title h4 {
    font-size: var(--title-font-size);
}

.section-title h6 {
    font-size: var(--subtitle-font-size);
}

.paragraph p {
    font-size: var(--content-font-size);
}

.flex-wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.full_btn {
    width: 100%;
}

.over-hidden {
    overflow: hidden;
}

.paralaxbanner_title h1 {
    font-size: var(--paralaxbanner_title);
    color: var(--white-color);
    text-align: center;
}

.banner_bg1 {
    background-image: url(../images/home/banner2.png);

}

.banner_bg2 {
    background-image: url(../images/home/banner3.png);

}

.banner_bg3 {
    background-image: url(../images/home/banner4.png);

}

.bg_property {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: unset;
    padding: 650px 0 30px 0;
    background-attachment: fixed;
}

.banner_animation h1 {
    -webkit-text-stroke: 0.4px #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 0px 0px 0px #fff;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-fill-color: hard-light; */
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 5px;
    position: relative;
    /* mix-blend-mode: difference; */
    mix-blend-mode:  hard-light;
    z-index: 99;
}

/* .in-viewport.banner_bg1 h1 {
   
    mix-blend-mode: difference;
  
} */
.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    opacity: 1;
    background: rgba(47, 50, 56, 0.10);
    z-index: 9;
    border-radius: var(--common-radius);
}

/**/
.white-border-btn {
    width: 100%;
    background-color: var(--white-color);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 1.7rem;
    transition: all ease-in-out 0.5s;
    content: "";
}

.white-border-btn::after {
    width: 100%;
    background-color: var(--white-color);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 1.7rem;
    transition: all ease-in-out 0.5s;
    content: "";
}

.white-border-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
    transition: all ease-in-out 0.5s;
}

.abs_arrrow {
    position: absolute;
    top: 15%;
    right: 10%;

}

.flex-70 {
    flex-basis: 70%;
    width: 70%;
}

.flex-30 {
    flex-basis: 30%;
    width: 30%;
}

.sticky_div {
    padding-top: 0rem;
    position: sticky;

    top: 1%;
    left: 0;
}

.sticky_div2 {
    padding-top: 0rem;
    position: sticky;
    top: 1%;
    left: 0;
}

.sticky_img img {
    width: 100%;
}

.hover_div_card:hover .section-title h6 {
    color: var(--white-color);

}

.hover_div_card {
    transition: var(--common-transition);
}

.hover_div_card:hover {
    background-color: var(--bg-black);
    transition: var(--common-transition);

}

.hover_div_card:hover .animation-btn button span {
    color: var(--black-color);

}

.hover_div_card:hover .animation-btn button::after {
    background-color: #fff;
}

.hover_div_card:hover .animation-btn button::after {
    transform: translateX(65%);
}

.hover_div_card:hover .animation-btn button {
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
}

.hover_div_card:hover .animation-btn button span {
    /* color:var(--white-color); */
}

.hover_div_card:hover .animation-btn button .icon {
    /* filter: invert(1); */
}

.hover_div_card:hover .animation-btn button .icon-container .icon {
    position: absolute;

    top: 0;
}

.card_pardding {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* .dont_miss_container {
    width: 80%;
    margin: 0 auto;
} */
.dont_miss_container-new {
    width: 100%;
    margin: 0 auto;
}

/* .dont_miss_email {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    justify-content: space-between;
} */
.dont_miss_email {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    justify-content: space-between;
    width: 100%;
}

.email_input input {
    border-bottom: 1px solid #D9D9D9 !important;
    border: unset;
    padding: 1rem;
    font-size: var(--subtitle-font-size);
    color: var(--white-gray);
    border-radius: unset;
    width: 100%;
}

.email_input input::placeholder {
    font-size: var(--subtitle-font-size);
    color: var(--white-gray);
}

:focus-visible {
    outline: unset;
}

.email_subscribe_flex {
    display: flex;
    gap: 16rem;
}

.email_subscribe_flex-new {
    display: flex;
    gap: 5rem;
    flex-direction: column;
    justify-content: center;
}

.pd_footer_top {
    margin-top: 1rem;
}

.subscribe_btn button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: unset;
    border-bottom: 1px solid #D9D9D9 !important;
    background: unset;
    padding: 1rem;
    font-size: var(--subtitle-font-size);
    color: var(--black-color);
}

.footer_grid_section_main {
    display: grid;
    grid-template-areas: "one two three three""four five three three""six six six six""seven seven seven seven";
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.footer_grid_section_main>div:nth-child(1) {
    grid-area: one;
}

.footer_grid_section_main>div:nth-child(2) {
    grid-area: two;
}

.footer_grid_section_main>div:nth-child(3) {
    grid-area: three;
}

.footer_grid_section_main>div:nth-child(4) {
    grid-area: four;
}

.footer_grid_section_main>div:nth-child(5) {
    grid-area: five;
}

.footer_grid_section_main>div:nth-child(6) {
    grid-area: six;
}

.footer_grid_section_main>div:nth-child(7) {
    grid-area: seven;
}

.intrested_forms .form_grid_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "one two""three four""five five";
    gap: 1rem;
}

.intrested_forms .form_grid_main>div:nth-child(1) {
    grid-area: one;
}

.intrested_forms .form_grid_main>div:nth-child(2) {
    grid-area: two;
}

.intrested_forms .form_grid_main>div:nth-child(3) {
    grid-area: three;
}

.intrested_forms .form_grid_main>div:nth-child(4) {
    grid-area: four;
}

.intrested_forms .form_grid_main>div:nth-child(5) {
    grid-area: five;
}

.scoial_flex_img_content {
    display: flex;
    align-items: flex-start;
    gap: 10rem;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.social_image {
    border: 1px solid #F0F0F0;
    padding: 1.2rem;
    background: #F0F0F0;
    border-radius: 50%;
}

.social_image img {
    width: 3rem;
    /* filter: invert(1); */
}

.social_content p {
    color: var(--white-gray);
    font-size: var(--subtitle-font-size);
}

.policy_content a,
.policy_content p {
    font-size: var(--webmenu-font-size);
    color: var(--black-color);
    text-transform: uppercase;
}

.policy_content_1 a,
.policy_content_1 p {
    font-size: var(--webmenu-font-size);
    color: var(--black-color);
    text-transform: uppercase;
}

.policy_content {
    transition: var(--common-transition);
}

.policy_content a:hover {
    color: var(--black-color);
}

.porfolio_blog_flex_1 {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.porfolio_blog_flex_2 {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.porfolio_blog_flex_3 {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.porfolio_blog_flex_4 {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.home_policy_flex {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
}

.home_policy_flex_1 {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
}

.intrested_forms {
    padding-top: 2rem;
}

.intrested_forms input,
.intrested_forms textarea {
    border: 1px solid #F0F0F0;
    padding: 1.2rem;
    background: #F0F0F0;
    border-radius: 10px;
    width: 100%;
    font-size: var(--subtitle-font-size);
}

.contact_btntext {
    padding: 1.5rem 0 0 0;
}

.intrested_forms input::placeholder,
.intrested_forms textarea::placeholder {
    font-size: var(--smalltitle-font-size);
}

.account_button {
    border: 1px solid #2F2F2F;
    background: #2F2F2F;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    padding: 0.8rem;
    border-radius: 50px;
}

.account_button p {
    font-size: var(--btn-font-size);
    color: var(--white-color);
}

.account_button img {
    background: #fff;
    border-radius: 50%;
    padding: 0.3rem;
}

.email_us_main_copy {
    padding-top: 2rem;
}

.email_us_title p {
    font-size: var(--smalltitle-font-size);
    color: var(--white-gray);
}

.box_copy {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.box_copy_content p {
    font-size: var(--smalltitle-font-size);
    color: var(--white-gray);
}

.email_copy_text {
    border: 1px solid #F0F0F0;
    padding: 1.2rem;
    background: #F0F0F0;
    border-radius: 10px;
    width: 100%;
    margin: 1rem 0 0 0;
}

.footer_section {
    padding-bottom: 3rem;
}

.social_media_footer .social_white:hover {
    background: var(--bg-black);
    transition: all ease-in-out 0.3s;
}

.banner_Sticky_flex_main {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.section_inner_flex {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.contact_btntext button .icon {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50px;
}

.contact_btntext button .icon--right span {
    color: var(--black-color);
}

.header_bigger_text {
    font-size: var(--big-title3-font-size) !important;
}

.header_smaller_text {
    font-size: var(--content-font-size) !important;
}

.mobile_header_link li:nth-child(1),
.mobile_header_link li:nth-child(2),
.mobile_header_link li:nth-child(3),
.mobile_header_link li:nth-child(4) {
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.studio-header-wrapper.active {
    background-color: #282525;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 5% 0 5%;
}

.social-icon-flex {
    display: flex;
    gap: 2.5rem;
    padding-top: 7rem;
}

.social-icon-flex .social-img img {
    width: 2.5rem;
}

.detail_balck_overlay {
    background: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--common-radius);
}

.detail_provision_text h1 {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: max-content;
    -webkit-text-stroke: 0.4px #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 0px 0px 0px #fff;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 5px;
    /* mix-blend-mode: difference; */
    mix-blend-mode: hard-light;
    font-size: var(--paralaxbanner_title);
    color: var(--white-color);
}
.home_abs  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}

.design_small_text {
    padding-top: 1.7rem;
}

.design_small_text p {
    font-size: var(--content-font-size);
    color: #A4A4A4;
}

.heart_city_content p {
    font-size: var(--medium-gap-size);
    color: #A4A4A4;
}

.relavant_space_flex {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.relavant_space_flex .relavent_image {
    flex-basis: 65%;
}

.relevant_touch {
    flex-basis: 35%;
    background-color: var(--bg-black);
    padding: 2rem;
    border-radius: var(--common-radius);
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.touch_in_image img {
    width: 100%;
}

.touch_in_content p {
    font-size: var(--mainTitle-font-size);
    color: #fff;
}

.touch_in_btn a {
    background-color: #E56F4A;
    font-size: var(--smalltitle-font-size);
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1.5rem;
    border-radius: var(--common-radius);
}

.client_service_flex {
    display: flex;
    gap: 2rem;
    align-items: center;
    width: 100%;

}

.client_timeline_flex {
    flex-basis: calc(25% - 1rem);
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: space-between;
    background: #D9D9D9;
    padding: 2rem 1.5rem;
    border-radius: var(--common-radius);
}

.client_timeline_flex p {
    font-size: var(--smalltitle-font-size);
}

/**/

.banner_Sticky_flex_main .over-hidden:hover .arrow_img img {
    filter: invert(0);
}

.banner_Sticky_flex_main .over-hidden:hover {
    cursor: pointer;
}

.arrow_hover .arrow_img {
    width: 64px;
    height: 64px;
    display: grid;
    cursor: pointer;
    place-items: center;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.arrow_hover .arrow_img img {
    width: 25px;
    position: relative;
    z-index: 9;
    filter: invert(1);
}

.banner_Sticky_flex_main .over-hidden:hover .arrow_hover .arrow_img::after {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    background-color: #2F2F2F;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%) scale(0);
}

.banner_Sticky_flex_main .over-hidden:hover .arrow_hover .arrow_img {
    border: 2px solid #2F2F2F;
}

.banner_Sticky_flex_main .over-hidden:hover .arrow_hover .arrow_img::after {
    transform: translate(-50%, -50%) scale(1.03);
}

.arrow_abs {
    position: absolute;
    top: 10%;
    right: 5%;
}

.porfolio_listing {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: row;
}

.porfolio_listing div {
    flex-basis: 50%;
}

.listing_img img {
    border-radius: 20px;

}

.grid-wrapper-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.bg_property_detail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: unset;
    padding: 600px 0 30px 0;
    background-attachment: fixed;
}

.content_accordian {
    display: none;
}

.content_accordian.active_list {
    display: block;
}

.header_link_wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    /* justify-content: space-between; */
    padding-bottom: 2rem;
}

.header_link_wrapper span img {
    filter: invert(1);
    width: 5rem;
}

.mobile_dropdown a.active .header_link_wrapper span img {
    transform: rotate(180deg);
}

.white-colortext {
    color: var(--white-color) !important;
}

/**/
.menulist-wrapper.active .gallery_section_title {
    z-index: 9;
}

.gallery_section_title {
    display: grid;
    place-content: center;
    position: sticky;
    top: 30rem;
    z-index: 9;
    width: fit-content;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.gallery_porfolio_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15rem;
    row-gap: 10rem;
    justify-content: space-between;
    /* align-items: center; */
}

.gallery_section_images {
    padding: 10rem 0 10rem 0;
}

.gallery_porfolio_wrapper div:nth-child(odd) {
    padding-top: 5rem;
}

.gallery_porfolio_wrapper div:nth-child(even) {
    padding-top: 15rem;
}

.gallery_sec_3_flex_2 {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
    justify-content: center;
}

.parallax_img_scroll {
    overflow: clip;
    position: relative;
    z-index: 1;
    /* border-radius: var(--common-radius);
   overflow:hidden; */
}

.parallax_img_scroll img {
    height: 100%;
    /* width: 100%; */
    object-fit: cover;
    animation: parallaxY linear;
    animation-timeline: view();
    animation-range: entry cover;
}

@keyframes parallaxY {
    from {
        translate: 0 -200px;
    }

    to {
        translate: 0 200px;
    }
}

.card-padding-bottom {
    padding-bottom: 1rem;
}

.galllery_title_font h2 {
    font-family: var(--regular-font-family);
    font-size: 100px;
}

/**/
.team-information-grid-about-page {
    display: flex;
    flex-direction: row;
    gap: 6rem;
    margin-top: 6rem;
}

.team-information-card {
    gap: 8rem;
}

.team-information-card {
    /* grid-template-areas: 'one two two';
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid; */
    display: flex;
    gap: 5rem;
    align-items: center;
}

/* .team-information-card>div:nth-child(1) {
    grid-area: one;
}
.team-information-card>div:nth-child(2) {
    grid-area: two;
} */

.team-member-image img {
    aspect-ratio: 533 / 552;
    /* background-color: #dedede; */
}

.about_page_team .container {
    width: 1440px;
    padding: 0 4rem;
    margin: 0 auto;

}

/*blog list start*/
.flex-wrapper-blog {
    display: grid;
    gap: 1rem;
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
}

.blog_maincontainer {
    padding: 80px 0;
}

.white_bg-transparent {
    border: 1px solid #000000;
    background-color: transparent;
}

/* /// */
.blog_list_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.blog_list_block>div {
    /* border: 1px solid grey; */
}

.box-gap2 {
    padding: 2rem;
}

.bg-white {
    background-color: #fff;
}

.blog_list_block a {
    display: block;
    height: 100%;
}

.blog_list_block .trending_detail_flex {
    height: 100%;
}

.trending_detail_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_list_block .trending_img img {
    aspect-ratio: 465 / 260;
}

.trending-tag {
    position: absolute;
    top: 7%;
    right: 5%;
    padding: 0.3rem 1rem;
    border-radius: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: var(--small-font-size);
    font-family: var(--light-font-family);
}

.trending-tag p {}

.blog_list_block .trending-block-title {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
}

.trending-block-title {
    /* font-size: var(--subtitle-font-size); */
    font-family: var(--variable-font-family) !important;
    line-height: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.trending-block-company {
    /* font-size: var(--para-font-size); */
    color: var(--primary-color);
    padding-bottom: 2rem;
    font-family: var(--regular-font-family);
}

.trending-block-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    border-top: 1px solid grey;
}

.trending-block-img {
    width: 2rem;
    display: grid;
    position: relative;
}

.trending-block-img .more-grey {
    opacity: 1;
    transition: all ease 0.5s;
}

.trending-block-img .more-blue {
    opacity: 0;
    position: absolute;
    left: 0%;
    transform: translateY(0);
    transition: all ease 0.5s;
}

.trending-block-img:hover .more-blue {
    opacity: 1;
    transform: scale(1.1);
}

.trending-block-img:hover .more-grey {
    opacity: 0;
}

.blog_list_block .full_box {
    transition: var(--common-transition);
}

.blog_list_block .full_box:hover {
    border: 1px solid grey;
    background: #fff;
}

.ellips_2_blog {

    height: 110px;
}

.blog_deltail_wrapper {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 100px 0;
}

.flex_70blog {
    flex-basis: 70%;

}

.flex_30blog {
    flex-basis: 30%;
    position: sticky;
    top: 50px;

}

.blogdetail_gray p {
    font-size: 1.8rem;
    color: #A4A4A4;
}

.blogdetail p {
    font-size: 1.8rem;
    color: var(--black-color);
}

.blogdetail_gray.blogdetail.blogdetail_combine ul {
    list-style-type: disc;
    display: flex;
    margin-left: 1rem;
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
}

.blog_detail_banner_text h1 {
    font-size: var(--card_font) !important;

}

.porfolio_text p {
    font-size: var(--medium-gap-size);
    color: #000000;
}

.hover_div_card:hover .porfolio_text p {
    color: var(--white-color) !important;
}

.portfolio_wrapper_texting {
    display: flex;
    gap: 5rem;
    flex-direction: row;
}

.dynamic_70 {
    flex-basis: 50%;
}

.dynamic_30 {
    flex-basis: 50%;
}

.bottom_dyanic_row {
    display: flex;
    gap: 5rem;
    flex-direction: row;

}

.paragraph h6 {
    font-size: var(--smalltitle-font-size);
    color: var(--white-color);
    text-transform: capitalize;
    padding-bottom: 0.5rem;
}

.bottom_dyanic_row {
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.blogdetail_combine img {
    width: 50%;
}

/**/
.contact_wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.contact-flex50 {
    flex-basis: 50%;
}

.contactpage_grid {
    display: flex !important;
    flex-direction: column;

}

.contact_page_form .account_button {
    border: 1px solid #fff;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    padding: 0.8rem;
    border-radius: 50px;
}

.contact_page_form .account_button p {
    font-size: var(--content-font-size);
    color: var(--black-color);
}

.contact_page_form .account_button:hover {
    border: 1px solid #0c0a0a;
    ;
    background: #0c0a0a;
}

.contact_page_form .account_button:hover p {
    color: var(--white-color);
}

.contact_heightbg {
    height: 100%;
}

.contact_flex_alignment {
    height: 100%;
    justify-content: space-between;
    gap: 20rem;
}

.contact_bannerbg {
    background-image: url("../images/contact/contact_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: unset;
    border-radius: var(--common-radius);
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.footer_height {
    height: 100%;
}

/* 
.upload-button-wrapper {
    display: flex;
    position: absolute;
    gap: 1rem;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 1.25rem 1.5rem;
    width: 100%;
    border: none;
    font-size: 20px;
    border-radius: var(--border-radius);
    border-radius: 0;
    font-size: var(--link-size);
    border-bottom: 1px solid #999999;
}

.upload-button-wrapper-input {
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    padding: 1.40rem 1.5rem;
    background-color: var(--white-color);
} */

.carsuggestion_text {
    text-align: right;

}

.other_message {
    padding-top: 0.5rem;
}

.team30 {
    flex-basis: 30%;
}

.team70 {
    flex-basis: 70%;
}

.home_blog_view img {
    width: 100%;
}

.inner-flex-home-blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.error {
    position: relative;
    color: red;
    font-size: var(--smalltitle-font-size);
    padding-top: 0.5rem;
}

.about_flex_alignment {
    height: 100%;
    justify-content: start;
    gap: 6rem;
    min-height: 70vh;
}

.about_bannerbg {
    background-image: url("../images/about/about_banner.png");
    /* background-image: url("http://dummyimage.com/1080x1000/cccccc/cccccc"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: unset;
    border-radius: var(--common-radius);
}

.about_small_img1 {
    background-image: url("../images/about/small_one.png");
    /* background-image: url("http://dummyimage.com/1080x1000/cccccc/cccccc"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: unset;
    border-radius: var(--common-radius);
}

.about_small_img2 {
    background-image: url("../images/about/small_two.png");
    /* background-image: url("http://dummyimage.com/1080x1000/cccccc/cccccc"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: unset;
    border-radius: var(--common-radius);
}

.about_smallflex_alignment {
    height: 100%;
    justify-content: space-between;
    gap: 10rem;
}

.about_wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.about-team-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
}

::placeholder{
    color: #000;
    font-size: var(--subtitle-font-size);
}

.about-team-item-content {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    background-color: #2f2f2f;
    border-radius: 1rem;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 1.25rem;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 1rem;
    right: 1rem;
    /* height: 90%; */
    transition: all ease-in-out 1s;

}

.about_inner_block {
    position: relative;
    transition: all ease-in-out 1s;
}

/**/
.about-team-item-content {
    /* height: auto; */
    transition: all ease-in-out 1s;
    min-height: 90px;
}

.aboutlabel {
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #2f2f2f;
    border: 1px solid #000;
    border-radius: 500px;
    align-items: center;
    padding: 1rem 1.5rem;
    font-family: Satoshi, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.aboutlabel.inverse-primary {
    color: #17181a;
    background-color: transparent;
    border: 1px solid #fff;
}

.aboutlabel .label-text {
    color: #ffff;
}

.w100 {
    width: 100%;
}

.big-flex-about {
    display: flex;
    gap: 5rem;
    flex-direction: column;
}

.hide_content {
    max-height: 40px;
    height: 40px;
    overflow: hidden;
    transition: height ease-in-out 1s, max-height ease-in-out 1s;
}

.hide_content.active {
    max-height: 600px;
    height: -webkit-fill-available;
    transition: height ease-in-out 1s, max-height ease-in-out 1s;
}

.about-team-item-content-leader-block .big-flex-about .social_content {
    margin-top: auto;
}

.about-team-item-content-leader-block .big-flex-about {
    height: 100%;
}

.about_inner_block .bottom_tittle_user.active {
    opacity: 0;
    visibility: hidden;

}

.about_inner_block.active .w100 {
    height: 100%;
}

.about_inner_block.active .h100 {
    height: 100%;
    justify-content: space-between;
}

.about_inner_block .about-team-item-content.active {
    max-height: 90%;
    height: 90%;
    background: rgba(47, 50, 56, 0.80);
    transition: all ease-in-out 1s;
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    transition: max-height ease-in-out 1s, height ease-in-out 1s;
}

.about_inner_block .about-team-item-content {
    max-height: 0%;
    height: 0%;
    background: rgba(47, 50, 56, 0.80);
    transition: all ease-in-out 1s;
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;

    transition: max-height ease-in-out 1s, height ease-in-out 1s;
}

.knowMoreBtn {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
}

/* 
 .about_inner_block .hide_content.active {
    display: block;
}  */
.knowless {
    display: none;
}

.about_inner_block .aboutlabel.active .knowmore {
    display: none;
}

.about_inner_block .aboutlabel.active .knowless {
    display: block;
}

.subscribe_title h2 {
    line-height: 1;
}

.blog_list_block-grid-bloglist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.inner-flex-home-blog p {
    padding-bottom: 0.5rem;
}

.ellips_2_bloglist {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pdb0 {
    padding-bottom: 0;
}

/* ////////////////// */
.studio-i7_acr_wrapper.comman_padding {
    padding: 5rem 0 3rem 0;
}

.about-sect-grid {
    display: grid;
    grid-template-columns: calc(100% - 45% - 2rem) calc(100% - 55% - 2rem);
    gap: 4rem;
    justify-content: space-between;
    align-items: flex-end;
}

.counter_font h2 {
    font-size: 15rem;
}

.about-page-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 3rem;
}

.studio-i7_acr_wrapper .about-highlight-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    height: 130px;
}

.studio-i7_acr_wrapper .about-highlight-content {

    width: 100%;
    overflow: hidden;
    max-height: 0;
    height: 0;
    transition: height 0.6s ease, max-height 0.6s ease;
}

.studio-i7_acr_wrapper .about-highlight-content.active {
    padding-top: 1rem;
}

.studio-i7_acr_wrapper .about-highlight-content.active {
    height: 100%;
    max-height: 20rem;
    transition: height 0.6s ease, max-height 0.6s ease;
}

/* 
.studio-i7_acr_wrapper  .about-highlight-title.active::after {
    width: 100%;
}

.studio-i7_acr_wrapper  .about-highlight-title::after {
    top: 100%;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    content: "";
    transition: var(--common-transition);
} */

.studio-i7_acr_wrapper .close_icon img {
    width: 5rem;
}

.studio-i7_acr_wrapper .about-highlight-title img {
    width: 1.5rem;
    transition: var(--common-transition);
    rotate: -45deg;
}

.studio-i7_acr_wrapper .about-highlight-title.active img {
    transition: var(--common-transition);
    rotate: 0deg;
}

.studio-i7_acr_wrapper .about-highlight-title {
    position: relative;
    /* padding-bottom: 1rem; */
    /* border: 2px solid #00000066; */
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    border-radius: var(--common-radius);
    /* padding: 1rem; */
}

.counter_font {
    position: relative;
}

.counter_font h2 {
    position: relative;
    width: max-content;
}

.counter_font h2::after {
    content: "+";
    position: absolute;
    top: 50%;
    font-size: 40%;
    width: fit-content;
    height: fit-content;
    transform: translate(100%, -50%);
    font-style: italic;
    right: 0;
    color: #000;
}

.studio-i7_acr_wrapper .radius_div {
    padding: 1rem 2rem;
    border: 1px solid #00000066;
    border-radius: var(--common-radius);
    overflow: hidden;
    height: max-content;
    transform: var(--common-transition);
    position: relative;
    z-index: 99;
    background: #fff;
}

.studio-i7_acr_wrapper .about-highlight-title.active {
    /* padding-top: 1rem; */
}

.studio-i7_acr_wrapper .about-highlight-content.active {
    padding-bottom: 1rem;
}

.studio-i7_acr_wrapper .radius_div.active {
    border-radius: 20px;
}

.inner-flex-column-how {
    display: flex;
    gap: 10rem;
    flex-direction: column;
}

.activefooter {
    color: var(--black-color) !important;
}

.account_button p {
    font-size: 1.5rem;
    color: var(--white-color);
}

.header-link-web {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.header-link-web.content {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
}

.web_service_flex {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.web_service_flex span img {
    /* filter: invert(1); */
    width: 1rem;
}

.web_dropdown_hover:hover .web_service_flex span img {
    filter: invert(1);
}

.web_header_bg {
    background-color: #fff;
    background: #fff;
    padding: 1rem;
}

.web_header_bg {
    white-space: nowrap;
}