@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');


:root {

    font-size: 10px;

    --white-900: #FFFFFF;
    --white-700: #F5F5F5;
    --white-600: #E5E5E5;
    --white-500: #A0A0A6;
    --black-900: #0D0D0F;
    --black-700: #1D1D1D;
    --black-500: #2B2B2B;

    --h1: 13.5rem;
    --h2: 10rem;
    --h3: 8rem;
    --h4: 6rem;
    --h5: 4rem;
    --h6: 3.5rem;
    --h7: 2.4rem;


    scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
    scrollbar-width: thin !important;
}



body {
    margin: 0;
    padding: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    background: var(--black-900);
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(46, 54, 69);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(210 210 210 /40%);
}


@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}




a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    color: var(--white-900);
}


h2 {
    font-size: var(--h2);
    line-height: 9rem;
}

h3 {
    font-size: var(--h3);
    line-height: 7.2rem;
}

h4 {
    font-size: var(--h4);
    line-height: 5.4rem;
}

h5 {
    font-size: var(--h5);
    line-height: 4rem;
}

h6 {
    font-size: var(--h6);
    line-height: 3.15rem;
}

.h7 {
    font-size: var(--h7);
    line-height: 2.5rem;
}


/* ---------------------------------------------------------------------------------------------

    Common Classes

--------------------------------------------------------------------------------------------- */

.commontitle {
    font-size: var(--h1);
    line-height: 12.15rem;
}


.white-900 {
    background-color: var(--white-900);
}

.white-700 {
    background-color: var(--white-700);
}

.white-500 {
    background-color: var(--white-500);
}

.black-900 {
    background-color: var(--black-900);
}

.black-700 {
    background-color: var(--black-700);
}

.black-500 {
    background-color: var(--black-500);
}


p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.694rem;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: var(--white-700);
    opacity: 0.5;
}


/* ---------------------------------------------------------------------------------------------

    Index Page Css

--------------------------------------------------------------------------------------------- */

.main-hero {
    display: flex;
    min-height: 100vh;
    max-height: 900px;
}

.image-container {
    position: relative;
    min-width: 600px;
    width: 40%;
}

.image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    width: 60%;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    gap: 55px;
    justify-content: center;
    align-items: center;
    max-width: 480px;
}

.methodology {
    height: 100vh;
    overflow: hidden;
    min-height: 800px;
    max-height: 900px;
}

.methodology-slider,
.owl-stage,
.owl-stage-outer,
.methodology-slider .owl-item,
.methodology-slider .item {
    height: 100%;
    position: relative;
}

.methodology-slider .owl-dots {
    position: absolute;
    height: 700px;
    width: 78%;
    top: 0;
    left: 0;
}

.methodology-slider .owl-dots::before {
    content: "";
    position: absolute;
    width: 133%;
    height: 900px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -65%;
    left: -36%;
}

.methodology-slider .owl-dot {
    position: absolute;
}

.methodology-slider .owl-dot>button {
    width: 20px;
    height: 20px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    background-color: #fff !important;
}

.methodology-slider .owl-dot>button:hover {
    transform: scale(1.2);
}

.methodology-slider .owl-dot.active~.owl-dot>button {
    border: 2px solid #fff !important;
    background-color: transparent !important;
    backdrop-filter: blur(28px);
}

.methodology-slider .owl-dot:nth-child(1) {
    top: calc(56% + 10px);
    left: 5%;
}

.methodology-slider .owl-dot:nth-child(2) {
    top: calc(60% + 9px);
    left: 40%;
}

.methodology-slider .owl-dot:nth-child(3) {
    top: calc(49% + 4px);
    left: 69%;
}

.methodology-slider .owl-dot:nth-child(4) {
    top: calc(25% - 2px);
    left: 90%;
}

.methodology-slider .owl-dot .slidecontent {
    position: absolute;
    top: 65px;
    left: 6px;
    transition: opacity 0.5s ease-in;
    opacity: 1;
    cursor: default;
    min-width: 300px;
    visibility: visible;
}

.methodology-slider .owl-dot .slidecontent h4 {
    font-size: 5rem;
}

.methodology-slider .owl-dot.active~.owl-dot .slidecontent {
    opacity: 0;
    visibility: hidden;
}

.methodology-slider .slide-title {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 70%;
}

.methodology-slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


.red_more_ac {
    position: absolute;
    bottom: 8%;
    right: 8%;
    font-family: Inter, sans-serif;
    font-size: 16px;
    text-decoration: underline !important;
    color: #fff;
    text-transform: uppercase;
    text-underline-offset: 5px;
}

.red_more_ac:hover {
    color: #FFFFFF;
    opacity: 0.5;
}

.platforms-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 80px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.img-cont {
    height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-cont>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.img-cont>video {
    display: block;
    z-index: 10;
    position: relative;
    backdrop-filter: blur(14px);
}

a.video-play {
    position: absolute;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.video-play:hover {
    transform: scale(1.2);
    color: #fff;
    background-color: #2B2B2B;
}

#video-tag {
    display: none;
}

.two-part-box {
    display: flex;
}

.video-container .two-part-box {
    padding: 50px 10px 80px;
}

.descript-box {
    max-width: 400px;
}

.title-box {
    flex-grow: 1;
}

.title-box h3 {
    max-width: 900px;
}

.testimonials-sec {
    padding: 40px 10px;
}

.text-white {
    color: #fff;
    opacity: 1;
}

.testimonials-sec .red_more_ac,
.services .red_more_ac,
.articles_list .red_more_ac {
    position: relative;
    left: 0;
    bottom: unset;
}

.lower h6 {
    color: var(--white-700);
    opacity: 0.7;
}


.testimonial-feed .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-feed .content .upper {
    padding-top: 20px;
}

.testimonial-feed .content .lower {
    max-width: 474px;
}

.testimonials-sec .two-part-box {
    padding-bottom: 180px;
}

.feed-slide .item>img {
    width: 840px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.owl-nav button {
    color: #fff !important;
}

.feed-slide .owl-nav,
.event_slider .owl-nav {
    position: absolute;
    top: -48px;
    right: calc(1% + 5px);
    display: flex;
    gap: 30px;
}

.feed-slide .owl-nav button>img,
.event_slider .owl-nav button>img {
    width: 45px;
}

.feed-slide .owl-nav button.disabled,
.event_slider .owl-nav button.disabled {
    opacity: 0.3;
}

.services {
    min-height: 780px;
    position: relative;
    display: flex;
}

.services>img {
    position: absolute;
    inset: 0 0 0 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.services .lower .nav-link {
    text-align: start;
    opacity: 0.3;
    padding: 0;
    width: fit-content;
    transition: all 0.6s;
}

.services .nav-link.active,
.services .show>.nav-link,
.services .lower .nav-link:hover {
    opacity: 1;
    background-color: transparent;
    transform: scale(1.1) translateX(25px);
}

.services .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 50px 10px;
}

#servicesTabContent,
#servicesTabContent>.tab-pane {
    height: 100%;
}

#servicesTabContent {
    backdrop-filter: blur(10px);
}

#servicesTabContent>.tab-pane .lower {
    max-width: 450px;
}

#servicesTabContent>.tab-pane .upper {
    max-width: 400px;
}

#servicesTabContent>.tab-pane .lower {
    margin-left: 20px;
}

#servicesTabContent>.tab-pane .lower h2 {
    word-break: break-word;
}

#servicesTabContent>.tab-pane .upper {
    margin-left: auto;
}

.max_400 {
    max-width: 400px;
    margin-left: auto;
}

.Events_list {
    padding: 10px;
}

.articles_banner {
    position: relative;
    padding: 18% 16%;
}

.articles_banner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    object-fit: cover;
}

.article_inner {
    padding: 25px;
    background: #fff;
    position: relative;
    text-align: center;
    color: #000;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article_inner h6 {
    color: var(--black-900);
}

.article_inner p {
    color: var(--white-500);
}

.article_inner img {
    filter: brightness(0) saturate(100%);
}

.article_inner .line {
    width: 100%;
    height: 2px;
    background: var(--white-600);
    margin-bottom: 20px;
    position: relative;
}

.article_inner .line::before {
    width: 65%;
    background-color: var(--black-900);
    height: 2px;
    content: "";
    display: block;
}

.resource_con {
    height: 100%;
    background-color: var(--white-600);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.resourse_slid_co,
.resourse_contact {
    padding: 25px;
    overflow: hidden;
}

.resourse_slid_co {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 270px);
}

.resource-p {
    font-size: 16px;
    color: var(--black-900);
    opacity: 1;
    margin-bottom: 0;
}

.text-dark {
    color: var(--black-900);
    opacity: 1;
}

.resourse_contact {
    background: #fff;
    height: 270px;
}

button.btn.outline-btn,
button.btn.white_btnss {
    padding: 22px 32px;
    font-size: 16px;
    font-family: Inter, sans-serif;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 40px;
}

button.btn.outline-btn {
    color: var(--black-900);
    border: 1px solid var(--black-900);
}

button.btn.white_btnss {
    color: var(--black-900);
    background-color: var(--white-900);
}

button.btn.outline-btn:focus,
button.btn.outline-btn:active,
button.btn.outline-btn:hover {
    box-shadow: none !important;
    background-color: var(--black-500);
    color: var(--white-900);
}

.form-control {
    box-shadow: none !important;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    padding: 18px 0px;
    margin-bottom: 25px;
    border-width: 2px;
    background: transparent;
}

.form-control:focus,
.form-control:active {
    border-color: transparent;
    border-bottom-color: var(--black-900);
    background-color: transparent;
}

.dark_form .form-control {
    color: var(--white-700);
}

.dark_form .form-control:focus,
.dark_form .form-control:active {
    border-bottom-color: var(--white-900);
}

.company-form .form-control::placeholder {
    color: var(--white-500);
}

.resourse_contact h6 {
    padding-bottom: 30px;
}

form.company-form {
    max-width: calc(100% - 290px);
}

.resourse_carodsol .item {
    width: 280px;
}

.resourse_carodsol .owl-stage-outer {
    overflow: unset;
}

.resourse_carodsol .item>a {
    display: inline-block;
    margin-top: 10px;
}

.resourse_carodsol .item>h6 {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}

.resourse_carodsol .item>img {
    aspect-ratio: 3/2;
}

.resourse_carodsol .owl-nav {
    display: flex;
    gap: 15px;
    position: absolute;
    top: -40px;
    left: 0;
}

.resourse_carodsol .owl-nav button {
    filter: brightness(0) saturate(100%);
}

.contactForm {
    padding: 25px 10px;
}

.contImge-con {
    height: 100%;
    width: 100%;
    position: relative;
}

.contImge-con img:first-child {
    position: relative;
    margin-top: -25px;
    z-index: 0;
}

.contImge-con img {
    position: absolute;
}

.contImge-con img:nth-child(2) {
    z-index: 2;
    right: 0%;
    top: 14%;
}

.contImge-con img:nth-child(3) {
    bottom: -24%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.contImge-con img:nth-child(4) {
    z-index: 2;
    left: -18%;
    bottom: -25px;
}

.max_280 {
    max-width: 280px;
}

#progress {
    width: 100%;
    height: 2px;
    background-color: #444444;
    overflow: hidden;
}

#progress-complete {
    background: var(--white-600);
    height: 2px;
    transition: all 0.5s;
}

.contactForm {
    position: relative;
}

.contactForm .box {
    flex-grow: 1;
    display: none;
}

.prevnormal {
    background: url('../img/left-arrow.svg') no-repeat;
    width: 80px;
    height: 12px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 77px;
    left: 0;
}

#contactUs,
.thankyou_mesg {
    max-width: 86%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou_mesg {
    flex-direction: column;
    gap: 15px;
    display: none;
}

#contactUs>div {
    min-width: 400px;
}

.step-form,
#contactUs,
.thankyou_mesg {
    min-height: 420px;
}

#contactUs .commands {
    margin-top: 50px;
    opacity: 1;
}


#contactUs .select2-container {
    min-width: 450px;
    text-transform: uppercase;
}

#contactUs .select2-container .select2-selection--single {
    height: 44px;
    background: transparent;
    color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0;
    border-width: 2px;
}

.select2-selection__rendered {
    padding: 7px;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    transition: all 0.5s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../img/down.png') no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    border: none;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}


.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s;
}

.select2-dropdown {
    background: var(--black-500);
    color: var(--white-900);
    border-color: #545454;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--white-500);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--white-500);
    color: white;
}

.select2-results__option {
    border-bottom: 1px solid #545454;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 8px 15px;
    padding: 12px 15px;
    text-transform: uppercase;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.stepDetails .form-control {
    margin-bottom: 5px;
}

.side_contetn_bo {
    min-height: 500px;
}

#step1 .commands,
#step2 .commands,
#step3 .commands {
    text-align: center;
}

#step0,
#step3 {
    min-width: 100% !important;
}

#step0>fieldset {
    max-width: 440px;
}

.card_radio_cu {
    width: fit-content;
    color: #fff;
    font-family: 'Inter', sans-serif;
    border: 1px solid #fff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.card_radio_cu>input {
    position: absolute;
    inset: 0 0 0 0;
    appearance: none;
}

.card_radio_cu>input:checked+span {
    background-color: #505050;
    color: #fff;
}

.card_radio_cu>span {
    display: block;
    padding: 12px 25px;
}

#step3 {
    padding: 0 20px;
}

.date_slider .owl-nav button,
.time_slider .owl-nav button {
    position: absolute;
    top: 1px;
    bottom: 0;
}

.time_slider .owl-nav button.disabled,
.date_slider .owl-nav button.disabled {
    opacity: 0.3;
}

.date_slider .owl-nav button.owl-prev,
.time_slider .owl-nav button.owl-prev {
    left: -15px;
}

.date_slider .owl-nav button.owl-next,
.time_slider .owl-nav button.owl-next {
    right: -15px;
}

.date_slider {
    margin-bottom: 25px;
}

.logo_container {
    max-width: 700px;
}

.footer {
    padding: 40px 15px;
}

.social_icons {
    margin-top: 25px;
}

.social_icons a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
}

.social_icons a:hover {
    color: var(--white-500);
}

.nav-links-con {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

ul.nav-link-ul li {
    width: 30%;
}

ul.nav-link-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 18px;
    max-width: 550px;
}

ul.nav-link-ul li a {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 14px;
    gap: 5px 18px;
    max-width: 500px;
    text-transform: uppercase;
}

.nav-links-con>p {
    display: flex;
    align-items: end;
}

ul.nav-link-ul li a:hover {
    color: var(--white-500);
}


/* ----------------------------------------------------------------------------

    MENU NAVBAR CSS

---------------------------------------------------------------------------- */
header#header {
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all 0.5s;
}

#header .navbar .container-fluid>div,
#header .navbar .container-fluid>a {
    z-index: 1 !important;
}

.grapics-img {
    height: 100%;
    background: var(--black-700);
}

#header.fixed .navbar {
    backdrop-filter: blur(15px);
    background: rgb(0 0 0 / 30%);
    box-shadow: 5px 0px 10px rgb(0 0 0 / 50%);
    transition: background 0.5s;
}

.white_btncolor {
    border-color: var(--white-900) !important;
    color: var(--white-900) !important;
    padding: 16px 32px !important;
}

a.menu_topbar {
    padding: 10px;
    color: #fff;
    font-size: 35px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_bar_content {
    background: var(--black-900);
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: all 0.8s;
}

.menu_topbar i {
    position: absolute;
    transition: all 0.5s;
}

.menu_topbar .fa-times,
.show .menu_topbar .fa-bars {
    opacity: 0;
    transform: scale(0);
}


.show .menu_topbar .fa-times {
    opacity: 1;
    transform: scale(1);
}

.show #header.fixed .navbar {
    box-shadow: none;
    background: none;
    backdrop-filter: none;
}

.show .menu_bar_content {
    opacity: 1;
    right: 0 !important;
}

body.show {
    overflow: hidden;
}

.contant_menu {
    display: flex;
    height: 100%;
}

.contant_menu_6 {
    width: 50%;
    position: relative;
    z-index: 3;
}

.navlinks {
    padding: 25px 15px;
    list-style: none;
    height: 100%;
    overflow: auto;
}

.navlinks>li {
    margin-bottom: 30px;
}


.menu_bar_content .nav-link {
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-size: var(--h3);
    line-height: 0.8;
    padding: 0;
    opacity: 0.4;
    width: fit-content;
}

.menu_bar_content li:last-child .nav-link {
    margin-bottom: 0;
}

.menu_bar_content .nav-link.active,
.menu_bar_content .nav-link:hover {
    opacity: 1;
}

.more_service .dropdown-link {
    font-size: var(--h5);
    text-transform: uppercase;
    color: var(--white-700);
    line-height: 45px;
    opacity: 0.5;
}


.more_service {
    padding: 15px 15px 8px;
    list-style: none;
}


.searvice_link:not(.collapsed),
.more_service .dropdown-link:hover {
    opacity: 1;
}

.imgcontainer {
    display: none;
}

.imgcontainer:first-child {
    display: block;
}

.grapics-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grapics_box {
    position: relative;
}

.grapics-img .charec {
    position: absolute;
    color: var(--white-700);
    opacity: 0.5;
    line-height: 0.8;
    font-size: 110px;
}

.grapics-img .charec.m {
    left: -75px;
    top: -60px;
}

.grapics-img .charec.e {
    right: -62px;
    top: 18px;
}

.grapics-img .charec.u {
    right: 0;
    bottom: -100px;
    transform: scale(0.85);
}

.grapics-img .charec.n {
    left: -120px;
    bottom: -40px;
    transform: scale(0.85);
}

.articles_banner+.resourse_contact {
    display: none;
}

a.close_details {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    right: 25px;
    top: 25px;
}

.extra_navs {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.extra_navs ul.nav-link-ul li {
    width: 100%;
}

.extra_navs ul.nav-link-ul {
    max-width: 200px;
}

.extra_navs a.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 1;
}

.navlinks::-webkit-scrollbar {
    display: none;
}

.Events_list .titles {
    padding-bottom: 80px;
}

.event_card {
    background: #fff;
    padding: 10px;
    max-width: 550px;
    margin: auto;
}


.event_card h5,
.event_card p {
    color: var(--black-900);
    padding: 10px 0;
}


.date_apply_info {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 10px;
}

.date_apply_info p,
.date_apply_info a {
    padding: 0;
    margin: 0;
    font-family: Inter, sans-serif;
    text-transform: uppercase;
    color: #000;
    opacity: 1;
    font-size: 16px;
    line-height: 1;
}

.date_apply_info a {
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

#applyEvent_modal .modal-content {
    background-color: var(--black-900);
}

#applyEvent_modal a.close_details {
    display: block;
    cursor: pointer;
}

#applyEvent_modal .event_card .date_apply_info {
    padding: 40px 0 10px;
}

label.error {
    background: #ffffff91;
    padding: 0 12px;
    border-radius: 5px;
    color: red;
}

.moal_display_data {
    display: flex;
    padding-top: 30px;
}


.moal_display-6:last-child {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

#applyEvent {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.text_all_dark .commontitle,
.text_all_dark p,
.text_all_dark .red_more_ac,
.text_all_dark h6,
.text_all_dark h4 {
    color: var(--black-900);
}

.text_all_dark .testimonial-feed .content .lower img,
.text_all_dark .feed-slide .owl-nav button>img,
.text_all_dark .event_slider .owl-nav button>img {
    filter: brightness(0) saturate(100%)
}

#panels {
    overflow: hidden;
}

.full-screen {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


#panels #panels-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    background-color: var;
}

#panels #panels-container .panel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-align: left;
    padding-top: 90px;
}

#panels-container .panel>.div {
    width: 100%;
}

#panels #panels-container .panel img {
    height: auto;
    display: block;

}

#panels #panels-container #panel-1 img,
#panels #panels-container #panel-5 img {
    max-width: 300px;
}

#panel-4 .slide_4-bo img,
#panel-6 .slide_4-bo img {
    min-width: 130px;
}

.panel .slide_4-bo {
    gap: 15px;
}

#panels #panels-container .panel .panels-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
    color: #000;
    text-transform: uppercase;
    margin-right: 2rem;
}

#panels #panels-container .panels-navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    right: 2rem;
}

.panel {
    position: relative;
}


.panel::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 330px;
    background-position: right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* #panel-1 {
    margin-left: 5%;
} */

#panel-1::before {
    background-image: url('../img/slideImages/slide_pro_1.png');
    background-size: 85% 100%;
}

#panel-2::before {
    background-image: url('../img/slideImages/slide_pro_2.png');
}

#panel-3::before {
    background-image: url('../img/slideImages/slide_pro_3.png');
}

#panel-4::before {
    background-image: url('../img/slideImages/slide_pro_4.png');
}

#panel-5::before {
    background-image: url('../img/slideImages/slide_pro_5.png');
}

#panel-6::before {
    background-image: url('../img/slideImages/slide_pro_6.png');
    background-size: 85% 100%;
    background-position: left;
}


.step_vart_item {
    max-width: 250px;
    position: relative;
}

.step_vart_item .ver-step_title {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 22px;
}

.step_vart_item h2 {
    line-height: 1.2;
}

.step_vart_item>span {
    position: absolute;
    top: 0;
    left: 0;
}

.step_vart_item .span_tie {
    font-family: 'Inter', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.panel .step_vart_item {
    position: absolute;
    bottom: 0;
    left: 0;
}

#panel-1 .step_vart_item {
    bottom: 50px;
    left: 61%;
}

#panel-2 .step_vart_item {
    bottom: 150px;
    left: 53%;
}

#panel-3 .step_vart_item {
    bottom: 5px;
    left: 55%;
}

#panel-4 .step_vart_item {
    bottom: 230px;
    left: 50%;
}

#panel-5 .step_vart_item {
    bottom: 30px;
    left: 48.8%;
}

#panel-6 .step_vart_item {
    bottom: 230px;
    left: 37.6%;
}

.journey-hero {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.image-journey {
    text-align: center;
}

.image-journey>img.journey_main {
    max-width: 1000px;
}

.journey-hero>h4 {
    padding-bottom: 50px;
}

.journey_sec {
    margin-top: -80px;
    margin-bottom: -80px;
    width: 400px;
    transition: none;
    z-index: 2;
}

.second_imgs {
    position: relative;
    z-index: 1;
}

.transmative_section .first_trans,
.transmative_section .second_trans {
    max-width: 1250px;
}


.transmative_section .mid-img {
    text-align: end;

}

.transmative_section .second_trans {
    margin-left: auto;
    margin-top: 163px;
}

.transmative_section>img {
    margin-right: 18%;
    margin-left: 10px;
}



.mid-img>h4,
.transmative_section>img {
    float: right;
}

.panel-slide1 {
    margin-left: auto;
    margin-right: 25px;
}

.slide3_2_mar {
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
}

.slide_4-bo {
    display: flex;
    gap: 50px;
}

section.individualised-sec {
    display: flex;
    padding: 100px 10px 230px;
    gap: 25px;
    justify-content: space-between;
}

section.individualised-sec .first_trans {
    max-width: 900px;
}

.individuali_imf {
    margin-bottom: -158px;
    margin-left: 50px;
}

.mobile_view_dien {
    display: none !important;
}

.desktop_view_dien {
    display: block !important;
}

.nikki.testimonials-sec .two-part-box {
    padding-bottom: 40px;
}


.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--white-700);
}

.accordion-button {
    background-color: transparent;
    font-size: 3.5rem;
    color: var(--white-700);
}

.accordion-item {
    background-color: transparent;
    border-top-color: #fff;
}

.accordion-header {
    line-height: 1.6;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #fff;
}

.accordion-item:last-child {
    border-bottom: 1px solid #fff;
}

div#features_life {
    margin-top: 120px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding-top: 0 !important;
}

.accordion-body>p {
    max-width: 450px;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(110%) contrast(101%);
    background-image: url('../img/accor-minus.png');
    opacity: 1;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/accor-add.png');
}

.features .sildeBox {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
}

.features .sildeBox>img {
    max-width: 600px;
    position: relative;
}

.features>h3 {
    max-width: 50%;
    padding: 0 20px;
}

.discover {
    padding: 50px 20px;
}

.discover .title_box {
    display: flex;
    justify-content: space-between;
}

.serviec_dicover {
    display: flex;
    justify-content: space-between;
    min-height: 720px;
    margin-bottom: 20px;
}

.dicover_card {
    max-width: 400px;
}

.dicover_card>h6 {
    margin-bottom: 10px;
}

.dicover_card .red_more_ac {
    position: unset;
    display: block;
    margin-top: 10px;
}

.dicover_card:nth-child(2) {
    margin-left: 8%;
    align-self: end;
}

.dicover_card:nth-child(3) {
    padding-top: 5%;
}

.nikki.testimonials-sec .feed-sli>img {
    max-width: 860px;
}

.nikki.testimonials-sec .feed-sli {
    text-align: end;
}

.descriptions .transmative_section .second_trans {
    margin-top: 80px;
}

.youth_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.youth_left .content {
    margin-top: 18%;
}

img.youth_1 {
    width: 90%;
}

img.youth_2 {
    max-width: 400px;
}

.youth_left .descript-box {
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: 30px;
}

.max-200 {
    max-width: 220px;
    margin: auto;
    padding-top: 30px;
}

.premature .mid-img {
    float: left;
    min-width: 700px;
    padding: 0 20px;
}

.premature .first_trans {
    margin-top: 165px;
    max-width: 100%;
}

.youthfulbeauty {
    padding-bottom: 100px !important;
}

.premature {
    padding: 80px 10px;
}

.service_main_hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}

.service_main_hero>img {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_main_hero::before {
    content: "";
    background-color: rgb(0 0 0 / 20%);
    inset: 0 0 0 0;
    position: absolute;
    z-index: 1;
}

.service_main_hero .title_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    padding: 15px;
}

.service_main_hero .content>h6 {
    position: relative;
    z-index: 2;
    color: #fff;
    opacity: 1;
    text-align: end;
    padding: 0 20px;
}


.tile {
    text-align: center;
    padding: 120px 0 60px;
}

span.spaces {
    display: inline-block;
    width: 160px;
}

.about-inf .descript-box {
    margin-bottom: 50px;
}

.about-inf .descript-box:nth-child(2) {
    margin-left: auto;
}

.about_image_1 {
    max-width: 600px;
}


.numbox {
    display: flex;
    justify-content: space-around;
    text-align: center;
    max-width: 1400px;
    padding: 80px 20px;
    margin: auto;
}

.numinfo .transmative_section .second_trans {
    margin-top: 0;
}

span.flot_box {
    width: 600px;
    height: 53px;
    display: inline-block;
    float: right;
    background: transparent;
}

section.numinfo {
    margin-top: -95px;
}


.pressMention {
    padding: 80px 10px;
}

ul.press_list {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 60px;
}

ul.press_list .press_li:first-child {
    border-top: 1px solid #fff;
}

ul.press_list .press_li {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}

.press_list.mention>li {
    margin-bottom: 15px;
}

.main_pres_li,
.about_image_4 {
    max-width: 560px;
    margin-left: auto;
}

.list_items {
    min-height: 100vh;
    background-color: var(--white-700);
    padding: 90px 10px 50px;
}

.white_background .navbar-brand>img {
    filter: brightness(0) saturate(100%);
}


.white_background a.menu_topbar .fa-bars {
    color: #000;
}

.white_background .white_btncolor {
    border-color: var(--black-900) !important;
    color: var(--black-900) !important;
}

.white_background .white_btncolor:hover,
.white_background .white_btncolor:focus {
    color: var(--white-900) !important;
}

.media_item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid rgb(13 13 15 / 50%);
}

.media_item:last-child {
    border-bottom: 1px solid rgb(13 13 15 / 50%);
}

.media_item .image {
    width: 220px;
    min-width: 220px;
}

.media_blog_list {
    padding-right: 55px;
}

.media_item .content p,
.media_item .content h5,
.media_item .content .red_more_ac {
    color: var(--black-900);
}

.media_item .content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.media_item .content .red_more_ac {
    position: relative;
    left: 0;
    top: 0;
}

.caro_item {
    text-align: center;
    padding: 25px 30px;
    border: 1px solid var(--black-700);
    border-radius: 140px;
    margin-bottom: 10px;
}

.caro_item>img {
    filter: brightness(0) saturate(100%);
    margin-bottom: 20px;
}

.caro_item>p {
    color: var(--black-900);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.caro_item>.red_more_ac {
    color: var(--black-900);
    position: relative;
    top: 0;
    left: 0;
}

.resource_box_carousel .caro_item>img {
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
}


.resource_box_carousel .owl-nav img {
    filter: brightness(0) saturate(100%);
}

.resource_box_carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border: 2px solid var(--black-900);
    border-radius: 50%;
}

.resource_box_carousel .owl-dots {
    margin-top: -18px;
}

.resource_box_carousel .owl-dots .owl-dot.active {
    background-color: var(--black-900);
}

.resource_box_carousel .owl-dots,
.resource_box_carousel .owl-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.resource_box_carousel .owl-nav {
    gap: 160px;
}

.resourse_press {
    position: sticky;
    top: 90px;
}

.resourse .resourse_contact {
    background: transparent;
}

.resourse form.company-form {
    margin: auto;
    text-align: center;
}

.resourse .reso-img {
    max-width: 260px;
    margin: auto;
    margin-top: 80px;
}

.resourse .resource_con {
    background-color: var(--black-900);
}

.resourse .company-form .form-control:focus {
    border-bottom: 2px solid #fff;
    color: var(--white-900);
}

.might_like .resourse_carodsol {
    padding: 0px 0 100px;
    margin-top: 150px;
}

.might_like .red_more_ac {
    position: relative;
    top: 0;
    left: 0;
}

.might_like {
    padding: 0 8px;
    overflow: hidden;
}

.might_like .resourse_carodsol .owl-nav>button {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(309deg) brightness(109%) contrast(101%);
}

section.details_hero {
    height: 600px;
    position: relative;
}

.details_hero>img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    object-fit: cover;
}

.details_hero>.red_more_ac {
    left: 20px;
    bottom: 40px;
}

.detail_1 {
    width: 92%;
    max-height: 450px;
    object-fit: cover;
}

.border_top {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.detail_information .infogram {
    margin-bottom: 50px;
}


.before-after-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 85.44px);
}

.after-image {
    display: block;
    height: 100%;
}

.before-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.before_inner {
    position: absolute;
    width: 100vw;
    height: 100%;
}

.before_inner>img,
.after-image>img {
    height: 100%;
    width: 100vw;
    object-fit: cover;
    object-position: center;
}

.resizer {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 5;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 2px solid #fff;
    /*Stop vertical scrolling on touch*/
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.resizer:after {
    background: #fff;
    font-family: Inter, sans-serif;
    content: 'Drag';
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1d1d1d;
    position: absolute;
    margin: 0 0 0 -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid white;
    text-transform: uppercase;
}

.change_button {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px;
    backdrop-filter: blur(20px);
    cursor: pointer;
    bottom: 20px;
    left: 15px;
    z-index: 10;
}

.before_inner::before,
.after-image::before {
    color: #fff;
    font-size: 80px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.after-image::before {
    content: "After";
    right: 10px;
}

.before_inner::before {
    content: "Before";
    left: 10px;
}


.change_button p {
    margin-bottom: 0;
    margin: 0 15px;
    opacity: 1;
}

.change_button span.white_box {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.fa-bars::before {
    content: "";
    background: url('../img/brger-menu.svg') no-repeat center;
    width: 50px;
    height: 50px;
    display: block;
}

.services h4 {
    letter-spacing: -5px;
}


.main-slidemetodology {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.buttons.seaction {
    position: absolute;
    z-index: 1;
    height: 700px;
    width: 78%;
    top: 0;
    left: 0;
}

.buttons.seaction::before {
    content: "";
    position: absolute;
    width: 133%;
    height: 900px;
    border: 2px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    top: -65%;
    left: -36%;
}

.metho_butto {
    position: absolute;
}

.metho_butto .slidecontent {
    position: absolute;
    top: 65px;
    left: 6px;
    transition: opacity 0.5s ease-in;
    opacity: 1;
    cursor: default;
    max-width: 300px;
    visibility: visible;
}

.metho_butto>a[type="button"] {
    width: 20px;
    height: 20px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    background-color: #fff !important;
    cursor: default;
}

.metho_butto:nth-child(1) {
    top: calc(56% + 10px);
    left: 5%;
}

.metho_butto:nth-child(2) {
    top: calc(60% + 9px);
    left: 40%;
}

.metho_butto:nth-child(3) {
    top: calc(49% + 4px);
    left: 69%;
}

.metho_butto:nth-child(4) {
    top: calc(25% - 2px);
    left: 90%;
}

.slidemethodology {
    width: 400%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}

.slidemethodology .panel {
    width: 100%;
    height: 100vh;
    position: relative;
}

.slidemethodology .panel>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel>h2 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 75%;
    padding: 0 20px;
}

.slidemethodology .seaction {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    inset: 0 0 0 0;
}


.metho_butto,
.metho_butto .slidecontent {
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}


.metho_butto.active,
.metho_butto.active .slidecontent {
    opacity: 1;
    overflow: unset;
}