* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

body {
    color: #04191C;
    overflow-y: scroll;
    /* overflow-x: hidden; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased !important;
    text-rendering: optimizeLegibility !important;
    caret-color: transparent;
}

a {
    color: inherit;
}

.show_desktop_block,
.show_ipad_client_block {
    display: block !important;
}

.show_mobile_flex,
.only_mobile_block {
    display: none !important;
}

.hide {
    opacity: 0 !important;
}

.hidden {
    display: none !important;
}

img {
    width: 100%;
    height: auto;
}

.white {
    color: white;
}

/* back to top */
#scroll {
    position: fixed;
    right: 15px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #04191C;
    display: none;
    border-radius: 50%;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scroll::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 5px;
    border-left: 3px solid #EDEFDE;
    border-bottom: 3px solid #EDEFDE;
    transform: rotate(135deg);
    /* makes chevron upwards */
    display: inline-block;
    border-radius: 2px;
}

#scroll:hover {
    background-color: #5285D7;
    opacity: 1;
}

/* loading screen */
.overlay,
.overlay_test {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    /* background-image: url(img/bg.jpg); */
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    /* transition: opacity 0.8s ease, visibility 0s linear 0.8s; */
    display: block;
}

.overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0.4em;
    background-color: #EDEFDE;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s cubic-bezier(.77, 0, .18, 1)
}

.loading {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
    transition: 0.2s ease;
}

.loading h4,
.contact_form_loading h4 {
    color: #04191C;
    font-size: 45px;
    line-height: 74px;
    letter-spacing: 1.2px;
    font-family: "norman-stencil";
    font-style: italic;
    font-weight: 400;
}

.loading img,
.contact_form_loading img {
    width: 100%;
    max-width: 345px;
}

.carousel-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-height: 200px;
    max-width: 600px;
    margin: 40px auto 0px auto;
}

div.swiper-slide img {
    width: 144px;
    /* margin: 0% 5%; */
    aspect-ratio: 1;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* center slide enlarged */
.swiper-slide-active img {
    transform: scale(1) translateY(0);
    opacity: 1;
    z-index: 3;
}

/* adjacent slides slightly smaller */
.swiper-slide-next img,
.swiper-slide-prev img {
    transform: scale(0.75) translateY(10px);
    opacity: 0.65;
    z-index: 2;
}

/* outer slides */
.swiper-slide img:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
    transform: scale(0.5) translateY(20px);
    opacity: 0.3;
    z-index: 1;
}

/* loading screen END */

/* fonts */
.ivymode-regular {
    font-family: 'ivymode-regular';
    font: 400;
}

.ivymode-thin {
    font-family: 'ivymode-thin';
}

.museo-sans {
    font-family: 'museo-sans';
}

.museo-sans-0 {
    font-family: 'museo-sans-0';
}

.museo-sans-300 {
    font-family: 'museo-sans-300';
}

.museo-300-italic {
    font-family: 'museo-300-italic';
}

.norman-stencil-fat {
    font-family: 'norman-stencil-fat';
}

.norman-stencil-fat-italic {
    font-family: 'norman-stencil-fat-italic';
}

.norman-stencil-italic {
    font-family: 'norman-stencil';
    font-style: italic;
    font-weight: 400;
}

.norman-stencil {
    font-family: 'norman-stencil';
}

/* Header */
.header-main-menu img {
    width: 100%;
}

.header-main-menu#main_header {
    padding: 0
}

.header-main-menu {
    position: relative;
    display: flex;
    align-items: center;
    top: 0;
    flex-direction: column;
    width: 100%;
    height: 0%;
    z-index: 99;
    transition: all 0.7s ease;
}

.header_top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2em 0em;
    background-color: #EDEFDE;
    z-index: 99;
    margin-bottom: 16px;
}

.header_top .logo img {
    max-width: 300px;
}

nav {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* transition: all 0.7s ease; */
    opacity: 1;
    z-index: 1;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 56px;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

nav ul li a.active {
    color: #5285D7;
}

ul.sub-menu.active {
    display: block;
}

.mobile-nav nav ul.sub-menu li+li {
    margin-top: 2%;
}

.mobile-nav nav ul.sub-menu li {
    width: 100%;
}

.mobile-nav nav ul.sub-menu .middle {
    margin: 5% 0;
}

.mobile-nav nav ul li {
    padding: 1em 0em;
}

nav ul li:last-child {
    border-bottom: transparent;
}

nav ul li a {
    color: #04191C;
    font-family: "ivymode-regular";
    font-size: clamp(16px, 2.2vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

nav ul li a:hover {
    color: #5285D7;
    text-decoration: underline;
}

nav ul li:nth-child(2),
nav ul li:nth-child(4) {
    margin: 0;
}

nav ul li ul li a {
    font-weight: normal;
    font-family: 'sora-regular';
    font-weight: 500;
}

.sub a {
    font-size: 2vw;
    font-weight: normal;
}

/* Header END */

/* Main */
.side_space {
    padding-left: 5em;
    padding-right: 5em;
}

/* Footer */

footer {
    width: 100%;
    height: auto;
}

.footer_bg {
    width: 100%;
    background: #EDEFDE;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2em 0em;
}

.footer_logo {
    width: 100%;
    max-width: 200px;
    /* margin-top: 0.7%; */
}

.footer_email,
.footer_contact,
.footer_icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 5.3%;
    align-items: flex-end;
}

.footer_email p:first-child,
.footer_contact p:first-child,
.footer_email p a:last-child,
.footer_contact p a:last-child {
    font-size: clamp(20px, 1.4vw, 24px);
}

.footer_email p:first-child,
.footer_contact p:first-child {
    font-family: "norman-stencil";
    font-style: italic;
    font-weight: 400;
    /* line-height: normal; */
    line-height: 0.9;
    letter-spacing: 1.2px;
    margin-right: 12px;
}

.footer_email p a:last-child,
.footer_contact p a:last-child {
    font-family: "ivymode-regular";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #04191C;
}

.footer_icons {
    gap: 32px;
}

.footer_icons svg {
    width: 100%;
    max-width: 40px;
    aspect-ratio: 1;
}

.icon .color1 {
    fill: #04191C;
    transition: fill 0.3s;
}

.icon .color2 {
    fill: #EFF1DF;
    transition: fill 0.3s;
}

/* footer icons hover */
.footer_icons .ig:hover .color1,
.footer_icons .fb:hover .color1,
.footer_icons .wa:hover .color1,
.footer_icons .linkedin:hover .color1 {
    fill: #6A8FCA;
}

/* Footer END */

/* Home */
.welcome,
.about {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.welcome {
    margin-top: 40px;
}

.welcome h3 {
    text-align: center;
    font-size: clamp(24px, 6vw, 64px);
    font-style: italic;
    font-weight: 400;
    line-height: clamp(32px, 8vw, 88px);
    letter-spacing: clamp(1px, 0.4vw, 3.2px);
}

.home_logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home_logo img {
    max-width: 550px;
}

.welcome_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding: 0em 0em 3em 0em;
}

.welcome_img img,
.welcome_img .touch_point {
    width: 100%;
    max-width: 790px;
}

.welcome_img>img:nth-child(1),
.welcome_img>img:nth-child(2),
.welcome_img>img:nth-child(3) {
    transform: rotate(-30deg);
}

.welcome_img img:nth-child(1) {
    position: absolute;
    z-index: 1;
}

.welcome_img img:nth-child(2) {
    position: absolute;
    z-index: 3;
}

.welcome_img img:nth-child(3) {
    position: absolute;
    z-index: 2;
}

.welcome_img .touch_point {
    position: relative;
    display: flex;
    justify-content: center;
}

.welcome_img .touch_point div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
}

.welcome_img .touch_point:nth-of-type(1) {
    /* background-color: rgba(255, 0, 0, 0.5); */
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
    min-height: 370px;
    max-width: 550px;
    z-index: 4;
}

.welcome_img .touch_point:nth-of-type(2) {
    /* background-color: rgba(0, 0, 255, 0.5); */
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 350px;
    z-index: 6;
}

.welcome_img .touch_point:nth-of-type(2) div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 20%;
}

.welcome_img .touch_point:nth-of-type(3) {
    /* background-color: rgba(255, 255, 0, 0.5); */
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
    min-height: 390px;
    max-width: 550px;
    z-index: 5;
}

.welcome_img .touch_point:nth-of-type(3) div {
    width: 30%;
}

.welcome_img .touch_point img {
    display: block;
    width: auto;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;

    border: 2px solid transparent;
    border-radius: 1em;
    animation: blinkBorder 2s ease-in-out infinite;
    transition: opacity 0.1s linear;
}

.welcome_img .touch_point:nth-of-type(1) img,
.welcome_img .touch_point:nth-of-type(3) img {
    width: 21.1%;
}

.welcome_img .touch_point:nth-of-type(2) img {
    width: 14.7%;
}

.welcome_img .touch_point p {
    position: absolute;
    margin: 0;
    font-family: "ivymode-regular";
    font-size: clamp(16px, 2.2vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.welcome_img .touch_point p.active:hover {
    text-decoration: underline;
}

/* Blink Border */
@-webkit-keyframes blinkBorder {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #ffffff;
    }

    100% {
        border-color: transparent;
    }
}

@keyframes blinkBorder {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #ffffff;
    }

    100% {
        border-color: transparent;
    }
}

/* Rotate Sequence */
@-webkit-keyframes rotateSequence {
    0% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    55% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    85% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotateSequence {
    0% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    40% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    55% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    85% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.welcome_img img.animate {
    animation: rotateSequence 0.6s ease-out forwards;
}

/* Touch point images */
.welcome_img .touch_point img {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.welcome_img .touch_point img.show {
    opacity: 1;
    pointer-events: auto;
}

.welcome_p {
    display: flex;
    position: relative;
    text-align: justify;
    justify-content: center;
    width: 100%;
    padding: 0em 0em 10em 0em;
    background: linear-gradient(180deg, #EDEFDE 58.86%, #CED7BD 81.62%, #8CA583 108.32%);
}

.welcome_p p,
.welcome_2_leaf p,
.welcome_2_leaf a {
    font-size: clamp(18px, 3vw, 40px);
}

.welcome_p p {
    /* max-width: 1205px; */
    text-align: justify;
    font-family: "ivymode-thin";
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    padding: 0em 8em;
}

.welcome_4_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.welcome_4_img div.portfolio_item {
    display: flex;
    aspect-ratio: auto;
}

.welcome_4_img div.portfolio_item .overlay {
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.welcome_4_img div.portfolio_item .overlay p {
    text-align: center;
    font-family: "ivymode-regular";
    font-size: clamp(24px, 3vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.welcome_4_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.welcome_2_leaf {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.welcome_2_leaf p,
.welcome_2_leaf a {
    font-family: "norman-stencil";
    font-style: italic;
    font-weight: 400;
    letter-spacing: 2px;
}

.welcome_2_leaf div {
    width: 50%;
    min-height: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1em 0em;
}

.welcome_2_leaf img {
    max-width: 365px;
}

.welcome_left,
.welcome_right {
    display: inline-block;
}

.welcome_left a,
.welcome_right a {
    width: 100%;
    display: flex;
    align-items: center;
}

.welcome_right {
    justify-content: flex-end;
}

.welcome_left img,
.welcome_right img {
    transform: rotate(0deg);
    max-width: 365px;
    height: auto;
    transition: transform 0.3s linear, max-width 0.3s linear !important;
    display: inline-block;
}

.welcome_left p,
.welcome_right p {
    transform: translateX(0px);
    text-decoration: none;
    transition: transform 0.3s linear;
    display: inline-block;
}

/* ✅ Hover on parent triggers children */
body:not(.no-hover) .welcome_left:hover img {
    transform: rotate(5.278deg);
    max-width: 405px;
}

body:not(.no-hover) .welcome_left:hover p {
    transform: translateX(1vw);
    text-decoration: underline;
}

body:not(.no-hover) .welcome_right:hover img {
    transform: rotate(-5.278deg);
    max-width: 405px;
}

body:not(.no-hover) .welcome_right:hover p {
    transform: translateX(-1vw);
    text-decoration: underline;
}

/* body */
body.home,
body.about,
body.portfolio {
    background-color: #EDEFDE;
}

/* Form */
.contact_form {
    position: relative;
    width: 100%;
    background-image: url(img/home/ContactForm_Background.jpg);
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8em 0em;
}

/* Recaptcha */
.g-recaptcha {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5%;
}

/* Contact loading screen */
.contact_form_loading {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #DFE2CD;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Contact loading screen END */

.contact_form form {
    width: 100%;
    max-width: 700px;
}

.contact_form p,
.insta_carousel>p:first-child {
    color: #FFF;
    text-align: center;
    font-family: "norman-stencil";
    font-style: italic;
    font-size: clamp(26px, 5vw, 48px);
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
}

label,
.error-message,
input,
select,
textarea,
.input_group input,
.input_group select,
.input_group textarea,
.input_group label,
.select-selected,
.select-items div {
    color: #fff;
    font-family: "museo-sans-300";
    /* font-size: clamp(14px, 1.2vw, 16px); */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.error-message {
    color: #FF9797;
}

.error-message.press_enter {
    text-align: center;
}

input,
select,
textarea {
    width: 100%;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    outline: none;
    caret-color: white;
}

option {
    color: #04191C;
    border-radius: 0 0 12px 12px;
    background: #EFF1DF;
    font-family: "museo-sans-300";
    font-size: clamp(14px, 1.2vw, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

option:hover {
    color: #FFFFFF;
    background: #687890;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

.name_field,
.email_field,
.country_field,
.contact_field,
.subject_field,
.message_field,
.recaptcha_field,
.press_enter {
    opacity: 0;
    margin-top: 1%;
}

button,
.visit_ig a {
    margin-top: 5%;
    font-family: "ivymode-thin";
    background: transparent;
    font-size: clamp(20px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    cursor: pointer;
}

.input_group {
    position: relative;
    margin-top: 5%;
}

.input_group input,
.input_group select,
.input_group textarea {
    padding: 10px 0px 10px 0px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-weight: 600;
    width: 100%;
    outline: none;
}

.input_group label {
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

/* Show label if input is focused or filled */
.input_group:has(input:focus),
.input_group:has(textarea:focus),
.input_group:has(select:focus),
.input_group:has(input:not(:placeholder-shown)),
.input_group:has(textarea:not(:placeholder-shown)),
.input_group:has(select:valid) {
    opacity: 1;
}

.input_group:has(input:focus) label,
.input_group:has(textarea:focus) label,
.input_group:has(select:focus) label,
.input_group:has(input:not(:placeholder-shown)) label,
.input_group:has(textarea:not(:placeholder-shown)) label,
.input_group:has(select:valid) label {
    opacity: 1;
}

.submit_btn {
    color: #ffffff4d;
}

/* Custom <Option> */
.custom-select {
    position: relative;
    width: 100%;
    user-select: none;
    padding: 0px 0px 10px 0px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-weight: 600;
    width: 100%;
    outline: none;
}

.custom-select select {
    display: none;
    /* hide original select */
}

.select-selected {
    padding: 1em 0em 0.5em 0em;
    position: relative;
    cursor: pointer;
    color: #757575;
    display: flex;
    font-weight: 600;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* arrow in selected */
.select-selected span {
    max-width: 20px;
}

.select-selected span img {
    vertical-align: bottom;
}

/* arrow in selected END */

/* default label */
label[for="subject"],
label[for="country"] {
    opacity: 0 !important;
    transition: opacity 0.3s;
}

/* when focused or has a value */
label[for="subject"].focused,
label[for="country"].focused {
    opacity: 1 !important;
}

.select-items {
    position: absolute;
    border-radius: 0 0 12px 12px;
    background: #EFF1DF;
    width: 100%;
    z-index: 99;
    display: none;
    max-height: calc(50vh * 0.5);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
}

.select-items div {
    color: #04191C;
    padding: 1em 1em;
    cursor: pointer;
}

.select-items div:hover,
.select-items div.active {
    background: #687890;
    color: white;
}

/* Custom <Select> END*/

.form_gap {
    margin-top: 2%;
}

.form_center {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* IG Carousel */
.insta_carousel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8em 0em;
    background: #687890;
}

.visit_ig {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visit_ig a:hover {
    text-decoration: underline;
}

.ig_carousel_slider,
.ig_carousel_slider_plugin {
    position: relative;
    width: 80%;
    overflow: hidden;
    user-select: none;
    display: flex;
    margin-bottom: 3%;
    flex-direction: row;
    justify-content: center;
}

/* slick */
.slick-track {
    display: flex;
    align-items: center;
}

.slick-slide {
    padding: 0em 0.1em;
}

/* Carousel */
.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.carousel-track img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.carousel-button {
    position: absolute;
    width: 2%;
    height: 100%;
    margin: 0;
    top: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    cursor: pointer;
    z-index: 10;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.carousel-button.prev {
    left: 1%;
    display: none;
}

.carousel-button.next {
    right: 1%;
}

.carousel-button.prev:hover,
.carousel-button.next:hover {
    opacity: 1;
}

/* About */
.about_2,
.about_1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.about_1 {
    padding: 3em 0em 3em 0em;
    justify-content: center;
}

.flex_row_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_row_center.about_1 {
    padding: 0em 0em 5em 0em;
}

.about_2 div {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.our_service_padding.about_2 {
    padding-bottom: 6em;
}

.about_left,
.about_center {
    padding: 3em 4em;
}

.about_center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_right {
    padding: 3em 4em;
}

.about_left_bg {
    background-image: url(img/about/image.jpg);
    background-position: center center;
    background-size: cover;
}

.about_left_bg h2 {
    max-width: 100%;
    color: #FFF;
    font-family: "ivymode-thin";
    font-size: clamp(32px, 5vw, 88px);
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.about_right h3,
.about_center h3 {
    font-family: "norman-stencil";
    font-style: italic;
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 400;
    line-height: clamp(32px, 8vw, 84px);
    letter-spacing: 2.8px;
}

.about_center h2 {
    font-family: "ivymode-thin";
    font-size: clamp(28px, 4vw, 56px);
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.about_right p,
.about_center p {
    font-family: "museo-sans-300";
    font-size: clamp(14px, 1.2vw, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: justify;
}

.about_right div {
    width: 100%;
}

.about_right div p+p {
    margin-top: 3%;
}

.about_right div:last-child {
    margin-top: 5%;
    position: relative;
    height: 45vh;
    display: flex;
    align-items: flex-start;
}

.about_right div:last-child p {
    max-width: 350px;
}

.founder.about_2,
.about_div_first.about_2 {
    height: 41vw;
    min-height: 790px;
}

.about_div_first.about_2 .about_left,
.about_div_first.about_2 .about_right div:first-child {
    display: flex;
    justify-content: flex-start;
}

.about_div_first.about_2 .about_right div:last-child {
    height: 100%;
}

div.sparkle {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

div.sparkle img {
    max-width: 225px;
}

.founder {
    background: #687890;
}

.founder.about_2 .about_left {
    align-items: center;
    justify-content: center;
    padding: 3em 0em;
}

.founder.about_right div:first-child,
.about_us.about_right div:first-child {
    justify-content: flex-start;
}

.founder.about_right div:last-child {
    margin-top: 48px;
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.founder.about_right div:last-child p {
    max-width: none;
}

div.founder div.founder_descr {
    height: 100% !important;
}

span.founder_job,
p.service_title {
    font-family: "museo-sans-300";
    font-size: clamp(20px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

p.founder_name {
    font-family: "norman-stencil";
    font-style: italic;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 400;
    line-height: 0.5;
    letter-spacing: 2.8px;
}

span.founder_job {
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
}

p.founder_study {
    margin-top: 17px !important;
    font-family: "museo-sans-300";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

div.founder_gif {
    width: 100%;
    height: auto;
    /* background: url(img/about/Portrait_Gif_250730_1100px.gif) no-repeat center; */
    background-size: contain;
}

div.founder_gif_clip {
    position: relative;
    display: flex;
    justify-content: center;
    width: calc(100% - 36%);
    -webkit-mask-image: url(img/about/Portrait_Gif_251002_FA_880px_clip.png);
    mask-image: url(img/about/Portrait_Gif_251002_FA_880px_clip.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin: 0 auto;
}

p.service_title {
    font-family: "ivymode-thin";
}

p.service_type {
    text-align: center;
    font-family: "ivymode-thin";
    font-size: clamp(16px, 2.2vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: clamp(0.5px, 0.4vw, 1.4px);
}

.our_service {
    display: flex;
    flex-direction: column;
}

.our_service.about_right div {
    margin-top: 5%;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.our_service img {
    width: 42%;
    margin-bottom: 3%;
}

.our_service.about_right div div {
    display: flex;
    flex-direction: column;
}

.our_service_title.about_1 {
    padding: 3em 0em 0em 0em;
}

.our_services_type_img {
    display: flex;
    justify-content: center;
}

.our_services_type_img img {
    width: 60%;
    margin-bottom: 4%;
}

.our_services_line {
    position: relative;
    width: 2px;
    height: 64px;
    margin-bottom: 1%;
    background-color: #04191C;
}

.permanent_display_line {
    border-right: 2px solid white;
}

.our_services_short_descr {
    max-width: 755px;
}

.visit_projects a {
    margin-top: 5%;
    font-family: "ivymode-regular";
    background: transparent;
    font-size: clamp(20px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #04191C;
    cursor: pointer;
    text-decoration: underline;
}

.visit_projects a:hover {
    color: #5285D7
}

/* our service image collage */
.our_service_collage {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0em 4em;
}

.collage {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 15px;
    max-width: 1000px;
    width: 95%;
}

.collage img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.img1 {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
}

.img2 {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
}

.img3 {
    grid-column: 3 / 5;
    grid-row: 3 / 3;
}

.img4 {
    grid-column: 5 / 7;
    grid-row: 2 / 4;
}

.img5 {
    grid-column: 7 / 10;
    grid-row: 1 / 3;
}

.img6 {
    grid-column: 7 / 9;
    grid-row: 3 / 3;
}

/* Our Portfolio */
.about_right div.key_projects {
    width: 100%;
    height: 100%;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

div.key_projects div,
div.key_projects div:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    /* justify-content: flex-start; */
}

div.key_projects img {
    width: 42%;
    margin-bottom: 0%;
    transition: width 0.25s ease-in-out;
}

div.key_projects div.clicked img,
body:not(.no-hover) div.key_projects img:hover,
body:not(.no-hover) div.key_projects div.clicked img:hover {
    width: 47%;
}

div.key_projects div.clicked p {
    color: #5285D7;
}

div.key_projects div {
    width: 33%;
    height: 11vw;
    object-fit: contain;
    cursor: pointer;
    /* aspect-ratio: 3; */
}

div.key_projects div:nth-child(4),
div.key_projects div:nth-child(5) {
    width: 33%;
    height: 11vw;
    margin-top: 3%;
}

div.key_projects p,
.about_right div.portfolio_clients div div p {
    max-width: none !important;
    text-align: center;
    font-family: "ivymode-regular";
    font-size: clamp(20px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
}

.portfolio_image_div {
    padding: 0em;
}

div.individual_portfolio_top,
div.portfolio_image_div {
    height: 100%;
    justify-content: flex-start;
}

div.individual_portfolio_top {
    height: 50vw;
}

div.individual_portfolio_top.less-4-img {
    height: 49vw;
}

div.individual_portfolio_top>div:first-child,
div.main_portfolio.about_right>div:first-child {
    height: auto;
    justify-content: flex-start;
}

div.individual_portfolio_top>div:first-child>p:first-child {
    font-size: clamp(16px, 18px, 20px);
}

.about_right div.key_projects {
    /* height: 100vh; */
    height: auto;
    /* min-height: calc(34vw); */
    /* justify-content: flex-start; */
    align-content: flex-start;
}

div.main_portfolio.portfolio_image_div {
    height: 100%;
}

div.portfolio_images {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* max-height: calc(50vh * 2); */
    /* max-height: calc(90vh); */
    max-height: 49vw;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.portfolio_item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 50%;
    /* width: 100%; */
    aspect-ratio: auto;
    overflow: hidden;
}

div.portfolio_images img {
    width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    aspect-ratio: 1;
}

/* Portfolio Overlay */
.portfolio_item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 2em;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
    z-index: 0;
}

.portfolio_image_div .about_left .portfolio_item .overlay p,
.portfolio_item .overlay h5,
.portfolio_item .overlay p {
    color: #FFF;
    text-align: center;
    font-family: "ivymode-regular";
    font-size: clamp(20px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 2%;
}

.portfolio_item .overlay .line {
    position: relative;
    width: 2px;
    height: 64px;
    margin: 2% 0% 3% 0%;
    /* border-right: 2px solid #ffffff; */
    background-color: #ffffff;
}

.main_portfolio .portfolio_item .overlay {
    padding: 1em 4em;
}

div.main_portfolio div.portfolio_images {
    height: 100%;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
}

/* Hover effect */
.portfolio_item:hover .overlay {
    opacity: 1;
}

.portfolio_item .overlay a:hover {
    text-decoration: none;
}

/* Portfolio Overlay END */

.about_left_bg_portfolio {
    background-image: url(img/portfolio/bg.png);
    background-position: center center;
    background-size: cover;
}

div.about_left_bg_portfolio {
    height: 100%;
}

.about_left_bg_portfolio div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8em 8em;
}

.about_left_bg_portfolio div img {
    width: 100%;
}

.about_left_bg_portfolio div div {
    height: 38vw;
    padding: 0;
}

.about_right div.portfolio_clients {
    width: 100%;
    height: auto;
    flex-direction: row;
}

.about_right div.portfolio_clients div {
    margin-top: 3%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}

.about_right div.portfolio_clients div p {
    font-family: "norman-stencil";
    font-style: italic;
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.2px;
}

.about_right div.portfolio_clients div div p {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 40px;
}

.about_right div.portfolio_clients div div p {
    margin-top: 0;
}

/* Individual Portfolio */
.portfolio_right h3 {
    font-family: "ivymode-regular";
    font-size: clamp(22px, 27px, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    margin: 1% 0 3% 0;
}

.individual_portfolio_top.about_right div p+p {
    margin-top: 2%;
}

div.individual_portfolio img {
    width: 50%;
}

.portfolio_right div.portfolio_back_button {
    position: relative;
    display: flex;
    margin-top: 32%;
    /* min-height: 33vw; */
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.portfolio_desktop,
.individual_carousel_desktop {
    display: flex !important;
}

.portfolio_mobile,
.individual_carousel_mobile {
    display: none !important;
}

.portfolio_right div.portfolio_back_button div:first-child img {
    width: 30%;
    max-height: 247px;
}

.portfolio_right div.portfolio_back_button div img {
    width: 4%;

    transform: translateX(0px);
    transition: transform 0.3s linear;
    display: inline-block;
}

div.portfolio_back_button .portfolio_blocker {
    position: absolute;
    right: 0;
    width: 55%;
    height: 100% !important;
    /* background-color: black; */
}

.portfolio_right div.portfolio_back_button div:nth-child(1) {
    /* margin-bottom: 3%; */
}

.portfolio_right div.portfolio_back_button div:nth-child(2),
.portfolio_right div.portfolio_back_button div:nth-child(3) {
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    height: auto;
}

.portfolio_right div.portfolio_back_button div:nth-child(2) p,
.portfolio_right div.portfolio_back_button div:nth-child(3) p {
    margin-left: 2%;
    font-family: "ivymode-regular";
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;

    transform: translateX(0px);
    text-decoration: none;
    transition: transform 0.3s linear;
    display: inline-block;
}

body:not(.no-hover) .portfolio_right div.portfolio_back_button div:nth-child(2):hover p,
body:not(.no-hover) .portfolio_right div.portfolio_back_button div:nth-child(3):hover p {
    transform: translateX(-7px);
    text-decoration: underline;
}

body:not(.no-hover) .portfolio_right div.portfolio_back_button div:nth-child(2):hover img,
body:not(.no-hover) .portfolio_right div.portfolio_back_button div:nth-child(3):hover img {
    transform: translateX(-5px);
}

.portfolio_right div.portfolio_back_button div:nth-child(3) {
    height: auto;
}

.portfolio_right div.portfolio_back_button div:nth-child(2) a,
.portfolio_right div.portfolio_back_button div:nth-child(3) a {
    display: flex;
    align-items: center;
    width: 100%;
}

div.individual_portfolio_carousel_holder {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(4px);
    z-index: 99;
}

div.individual_portfolio_carousel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.individual_portfolio.portfolio_images {
    max-height: 50vw;
}

div.individual_display {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

div.individual_display img {
    max-width: 100%;
    width: auto;
    max-height: 35vw;
    z-index: 10;
}

div.individual_display_carousel {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

div.carousel-thumbnails {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

div.individual_display_carousel div.carousel-thumbnails {
    justify-content: center;
}

.carousel-thumbnails::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.carousel-thumbnails img {
    width: auto;
    max-width: 80px;
    /* height: auto; */
    object-fit: cover;
    aspect-ratio: 1;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s, transform 0.2s;
}

body:not(.no-hover) .carousel-thumbnails img:hover,
.carousel-thumbnails img.active {
    opacity: 1;
    transform: scale(1.05);
    border-color: #fff;
}

div.individual_display_carousel .carousel-track {
    overflow: hidden;
}

div.individual_button_prev,
div.individual_button_next {
    width: auto;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.individual_carousel_desktop .individual_button_prev,
.individual_carousel_mobile div.individual_button_prev {
    display: none;
}

div.individual_button_prev {
    margin-right: 2%;
}

div.individual_button_next {
    margin-left: 2%;
}

.individual_button_prev img,
.individual_button_next img {
    width: 100%;
    aspect-ratio: 1;
}

div.close_carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* cursor: pointer; */
    z-index: 1;
}

/* desktop mainImage arrow */
div.individual_display div.individual_carousel_desktop.individual_button_prev,
div.individual_display div.individual_carousel_desktop.individual_button_next {
    position: absolute;
    justify-content: center;
    z-index: 11;
    width: 40px;
    max-width: 40px;
    cursor: pointer;
}

div.individual_display div.individual_carousel_desktop.individual_button_prev img,
div.individual_display div.individual_carousel_desktop.individual_button_next img {
    width: 22px;
    max-width: 22px;
    aspect-ratio: 0;
}

div.individual_display div.individual_carousel_desktop.individual_button_prev {
    align-items: flex-start;
    left: 5%;
}

div.individual_display div.individual_carousel_desktop.individual_button_next {
    align-items: flex-end;
    right: 5%;
}

/* LazyLoad */
img.lazy {
    opacity: 0;
    transition: opacity 0.8s ease-in;
    /* smooth fade */
}

img.lazy.loaded {
    opacity: 1;
}

/* scrollbar */
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #04191C transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 1px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 2em;
    border: 1px solid transparent;
}

@media screen and (min-width: 2300px) and (max-width: 4000px) {

    /* loading screen */
    .loading h4,
    .contact_form_loading h4 {
        font-size: 2vw;
        line-height: 2.2vw;
    }

    .loading img,
    .contact_form_loading img {
        max-width: 13vw;
    }

    .carousel-loading {
        max-height: 400px;
        max-width: 1200px;
    }

    div.swiper-slide img {
        width: 248px;
    }

    /* ScrolltoTop */
    #scroll {
        right: 15px;
        bottom: 20px;
        width: 60px;
        height: 60px;
    }

    #scroll::before {
        content: "";
        width: 16px;
        height: 16px;
        margin-top: 10px;
        border-left: 6px solid #EDEFDE;
        border-bottom: 6px solid #EDEFDE;
    }

    /* Nav */
    nav ul li a {
        font-size: 1.2vw;
    }

    .header_top,
    .footer_bg {
        padding: 4em 0em;
    }

    .header_top .logo img {
        max-width: 13vw;
    }

    /* Footer */
    .footer_email p:first-child,
    .footer_contact p:first-child,
    .footer_email p a:last-child,
    .footer_contact p a:last-child {
        font-size: 0.9vw;
        line-height: 0.5;
    }

    .footer_logo {
        max-width: 10vw;
        /* margin-top: 0.7%; */
    }

    /* Form */
    label,
    .error-message,
    input,
    select,
    textarea,
    .input_group input,
    .input_group select,
    .input_group textarea,
    .input_group label,
    .select-selected,
    .select-items div,
    option {
        font-size: 0.7vw;
        line-height: 1vw;
    }

    textarea {
    min-height: 7vw;
    resize: vertical;
}
    /* Form END */

    .welcome_p p,
    .welcome_2_leaf p,
    .welcome_2_leaf a {
        font-size: 2vw;
        line-height: 2.7vw;
    }

    .contact_form p,
    .insta_carousel>p:first-child {
        font-size: 2vw;
        line-height: 5vw;
    }

    .contact_form form {
        width: 40%;
        max-width: none;
    }

    /* Home */
    .welcome h3 {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .home_logo img {
        width: 24vw;
        max-width: none;
    }

    /* Home Animation */
    .welcome_img img,
    .welcome_img .touch_point {
        max-width: 40vw;
    }

    .welcome_img .touch_point p {
        font-size: 1.5vw;
    }

    .welcome_img .touch_point:nth-of-type(1) {
        min-height: 20vw;
        max-width: 29vw;
    }

    .welcome_img .touch_point:nth-of-type(2) {
        min-height: 18.3vw;
    }

    .welcome_img .touch_point:nth-of-type(3) {
        min-height: 20.3vw;
        max-width: 29vw;
    }

    /* Home Animation END */

    .welcome_2_leaf div {
        min-height: 16vw;
    }

    .welcome_left img,
    .welcome_right img {
        transform: rotate(0deg);
        max-width: 16vw;
    }

    body:not(.no-hover) .welcome_left:hover img,
    body:not(.no-hover) .welcome_right:hover img {
        max-width: 18vw;
    }

    button,
    .visit_ig a,
    .visit_projects a {
        font-size: 1.2vw;
        line-height: 1.2vw;
    }

    .portfolio_item .overlay .line,
    .our_services_line {
        width: 4px;
        height: 3vw;
    }

    .welcome_4_img div.portfolio_item .overlay p {
        font-size: 2.3vw;
        line-height: 2.5vw;
    }

    /* About */
    .about_left,
    .about_center,
    .about_right {
        padding: 5em 6em;
    }

    .about_left_bg h2 {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .about_right h3,
    .about_center h3 {
        font-size: 2.2vw;
        line-height: 4vw;
    }

    .about_right p,
    .about_center p {
        font-size: 0.9vw;
        line-height: 1.1vw;
    }

    .about_right div:last-child p {
        max-width: 20vw;
    }

    div.sparkle img {
        max-width: 12vw;
    }

    p.founder_name {
        font-size: 1.8vw;
        line-height: 1vw;
    }

    span.founder_job,
    p.service_title {
        font-size: 1vw;
        line-height: 1.3vw;
    }

    p.service_title {
        font-size: 1.1vw;
        line-height: 1.5vw;
    }

    p.founder_study {
        font-size: 0.75vw;
        line-height: 1vw;
    }

    p.service_type {
        font-size: 1.2vw;
        line-height: 1.5vw;
    }

    .about_center h2 {
        font-size: 2vw;
        line-height: 2vw;
    }

    .our_services_type_img img {
        width: 10vw;
    }

    .our_services_short_descr {
        max-width: 40vw;
    }

    .collage {
        max-width: 50vw;
    }

    /* Portfolio */
    div.key_projects p,
    .about_right div.portfolio_clients div div p {
        font-size: 1.2vw;
        line-height: 1.5vw;
    }

    .portfolio_image_div .about_left .portfolio_item .overlay p,
    .portfolio_item .overlay h5,
    .portfolio_item .overlay p {
        font-size: 1.5vw;
        line-height: 1.9vw;
    }

    .portfolio_image_div {
        padding: 0em;
    }

    .about_left_bg_portfolio div img {
        width: 70%;
    }

    .about_right div.portfolio_clients div p {
        font-size: 1.5vw;
        line-height: 1.7vw;
    }

    .about_right div.portfolio_clients div div p {
        margin-top: 5%;
    }

    /* Individual Portfolio */
    div.individual_portfolio_top>div:first-child>p:first-child {
        font-size: 0.95vw;
        line-height: 1vw;
    }

    .portfolio_right h3 {
        font-size: 1.6vw;
        line-height: 2.1vw;
    }

    .portfolio_right div.portfolio_back_button div:first-child img {
        width: 27%;
        max-height: 14vw;
    }

    .portfolio_right div.portfolio_back_button div:nth-child(2) p,
    .portfolio_right div.portfolio_back_button div:nth-child(3) p {
        font-size: 1.1vw;
        line-height: 1.2vw;
    }

    /* Carousel */
    div.individual_display img {
    max-height: 27vw;
}

    .carousel-thumbnails img {
        max-width: 4vw;
    }

    div.individual_display div.individual_carousel_desktop.individual_button_prev,
    div.individual_display div.individual_carousel_desktop.individual_button_next {
        width: 2vw;
        max-width: 2vw;
    }

    div.individual_display div.individual_carousel_desktop.individual_button_prev img,
    div.individual_display div.individual_carousel_desktop.individual_button_next img {
        width: auto;
        max-width: 1vw;
    }

    div.individual_button_prev,
    div.individual_button_next {
        max-width: 1.7vw;
    }
}

@media screen and (max-width:1800px) {}

@media screen and (max-width:1750px) {

    /* Portfolio */
    .about_left_bg_portfolio div {
        padding: 5em 8em;
    }
}

@media screen and (max-width:1700px) {

    /* Portfolio */
    .about_right div.portfolio_clients {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about_right div.portfolio_clients div div:nth-child(3) {
        margin-top: 5%;
    }

    .about_left_bg_portfolio div {
        padding: 5em 5em;
    }

    .about_left_bg_portfolio div div {
        height: 72vw;
    }

}

@media screen and (max-width:1650px) {

    /* Individual Portfolio */
    div.portfolio_back_button .portfolio_blocker {
        width: 50%;
    }

    div.individual_display img {
        max-height: 41vw;
    }
}

@media screen and (max-width:1600px) {

    /* Portfolio */
    div.key_projects p,
    .about_right div.portfolio_clients div div p {
        font-size: clamp(20px, 1.3vw, 22px);
    }

    div.key_projects img {
        width: 45%;
    }

    div.key_projects div.clicked img,
    body:not(.no-hover) div.key_projects img:hover,
    body:not(.no-hover) div.key_projects div.clicked img:hover {
        width: 49%;
    }

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button div:first-child img {
        min-width: 200px;
    }
}

@media screen and (max-width:1550px) {
    /* Individual Portfolio */

}

@media screen and (max-width:1530px) {

    .welcome_left img,
    .welcome_right img {
        max-width: 290px;
    }

    .welcome_2_leaf div {
        min-height: 280px;
    }

    body:not(.no-hover) .welcome_left:hover img,
    body:not(.no-hover) .welcome_right:hover img {
        max-width: 340px;
    }

    /* Footer */
    .side_space {
        padding-left: 3em;
        padding-right: 3em;
    }

}

@media screen and (max-width:1500px) {

    /* About */
    .founder.about_2,
    .about_div_first.about_2 {
        height: 49vw;
    }

    .our_service img {
        width: 50%;
    }

    div.founder_gif_clip {
        max-width: 476px;
    }

    /* Individual Portfolio  */
    div.individual_display img {
        max-height: 45vw;
    }
}

@media screen and (max-width:1450px) {}

@media screen and (max-width:1400px) {

    /* Home */
    .welcome_p p {
        padding: 0em 3em;
    }

    .welcome_2_leaf div {
        min-height: 225px;
    }

    .welcome_left img,
    .welcome_right img {
        max-width: 240px;
    }

    body:not(.no-hover) .welcome_left:hover img,
    body:not(.no-hover) .welcome_right:hover img {
        max-width: 260px;
    }

    /* Footer */
    .footer_email p:first-child,
    .footer_contact p:first-child,
    .footer_email p a:last-child,
    .footer_contact p a:last-child {
        font-size: clamp(16px, 1.4vw, 19px);
    }

    .footer_bg {
        justify-content: space-between;
    }

    .footer_email,
    .footer_contact,
    .footer_icons {
        margin-left: 4%;
    }

    .footer_icons {
        gap: 20px;
    }

    .footer_icons svg {
        max-width: 30px;
    }

    .footer_logo {
        max-width: 180px;
    }

    /* nav */
    .header_top {
        margin-bottom: 0;
    }

    /* Portfolio */
    div.key_projects img {
        width: 50%;
    }

    div.key_projects div.clicked img,
    body:not(.no-hover) div.key_projects img:hover,
    body:not(.no-hover) div.key_projects div.clicked img:hover {
        width: 55%;
    }

    div.key_projects p,
    .about_right div.portfolio_clients div div p {
        font-size: clamp(18px, 1.5vw, 20px);
    }

    .about_left_bg_portfolio div {
        padding: 5em 3em;
    }

    .main_portfolio.about_right {
        padding: 3em 4em 0em 4em;
    }

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button div:first-child img {
        min-width: 190px;
    }

    div.portfolio_back_button .portfolio_blocker {
        width: 45%;
    }

    div.individual_display img {
        max-height: 50vw;
    }
}

@media screen and (max-width: 1370px) {

    /* Portfolio */
    .about_left_bg_portfolio div div {
        height: 80vw;
    }
}

@media screen and (max-width:1350px) {

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button {
        margin-top: 25%;
    }
}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1250px) {

    /* Portfolio */
    .about_left_bg_portfolio div div {
        height: 90vw;
    }

    div.main_portfolio div.portfolio_images img {
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button {
        margin-top: 23%;
    }

    div.portfolio_back_button .portfolio_blocker {
        width: 40%;
    }

    div.individual_display img {
        max-height: 52vw;
    }
}

@media screen and (max-width:1200px) {

    /* Footer */
    .footer_logo {
        max-width: 180px;
    }

    /* Home */
    .welcome_p p,
    .welcome_2_leaf p,
    .welcome_2_leaf a {
        font-size: clamp(18px, 2.5vw, 40px);
    }

    .welcome_left img,
    .welcome_right img {
        max-width: 230px;
    }

    body:not(.no-hover) .welcome_left:hover img,
    body:not(.no-hover) .welcome_right:hover img {
        max-width: 250px;
    }

    /* About */
    .about_left,
    .about_center,
    .about_right {
        padding: 3em 3em;
    }

    .our_services_line {
        margin-bottom: 2%;
    }

    /* Portfolio */
    .portfolio_image_div {
        padding: 0;
    }

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button div:first-child img {
        min-width: 160px;
    }
}

@media screen and (max-width:1150px) {

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button {
        margin-top: 18%;
    }

    div.individual_portfolio_top {
        height: 51vw;
    }

    div.individual_portfolio_top.less-4-img {
        height: 48.5vw;
    }

    div.individual_portfolio.portfolio_images {
        max-height: 51vw;
    }

    div.individual_display img {
        max-height: 60vw;
    }
}

@media screen and (max-width:1090px) {
    .footer_logo {
        max-width: 150px;
    }

    /* Portfolio */
    .about_left_bg_portfolio div div {
        height: 100vw;
    }

    div.portfolio_images {
        max-height: 54vw;
    }

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button {
        margin-top: 15%;
    }

    div.portfolio_back_button .portfolio_blocker {
        width: 35%;
    }
}

@media screen and (max-width:1050px) {

    /* Individual Portfolio */
    .portfolio_right div.portfolio_back_button {
        margin-top: 5%;
    }
}

@media screen and (max-width:1024px) {
    .portfolio_desktop {
        display: none !important;
    }

    .individual_carousel_desktop {
        display: none !important;
    }

    .portfolio_mobile {
        display: block !important;
    }

    .individual_carousel_mobile {
        display: flex !important;
    }

    .side_space {
        padding-left: 2em;
        padding-right: 2em;
    }

    /* loading screen */
    div.swiper-slide img {
        width: 130px;
    }

    /* nav */
    nav ul {
        gap: 32px;
    }

    /* Footer */
    .footer_email p:last-child,
    .footer_contact p:last-child {
        margin-bottom: 0.7%;
    }

    /* Home */
    .home_logo img {
        max-width: none;
        width: 52%;
    }

    .welcome_p {
        padding: 0em 0em 4em 0em;
    }

    .welcome_p p {
        padding: 0em 2em;
    }

    .welcome_4_img div.portfolio_item .overlay {
        backdrop-filter: blur(2px);
        opacity: 1;
    }

    div.portfolio_item .overlay {
        backdrop-filter: blur(0px);
        opacity: 0;
    }

    .welcome_2_leaf div {
        min-height: auto;
    }

    .welcome_left img,
    .welcome_right img {
        max-width: 182px;
    }

    body:not(.no-hover) .welcome_left:hover img,
    body:not(.no-hover) .welcome_right:hover img {
        max-width: 202px;
    }

    .welcome_p p,
    .welcome_2_leaf p,
    .welcome_2_leaf a {
        font-size: clamp(18px, 2.2vw, 40px);
    }

    .carousel-button {
        width: 3%;
    }

    .welcome_img .touch_point {
        display: none !important;
    }

    .welcome_img img:nth-child(1) {
        position: relative;
    }

    .welcome_img img {
        width: 90%;
    }

    /* contact */
    .contact_form {
        padding: 6em 0em;
    }

    .contact_form form {
        width: 60%;
        max-width: none;
    }

    .insta_carousel {
        padding: 4em 0em;
    }

    /* About */
    .about_2,
    .about_1 {
        flex-direction: column;
        align-items: center;
    }

    .about_2 div {
        width: 100%;
    }

    .founder.about_2,
    .about_div_first.about_2 {
        height: 100%;
        min-height: auto;
    }

    .about_div_first.about_2 .about_right div:last-child,
    div.sparkle {
        height: 30vh;
    }

    div.sparkle img {
        max-width: 190px;
    }

    div.founder_gif_clip {
        width: calc(100% - 22%);
    }

    .founder.about_right div:last-child div {
        height: auto;
        /* margin-top: 3%; */
    }

    .founder.about_right div:last-child,
    .founder.about_right div:last-child div {
        margin-top: 42px;
    }

    p.founder_name {
        line-height: 0;
    }

    .founder.about_2 .about_left {
        /* padding: 3em 3em 0em 3em; */
        padding: 3em 0em 0em 0em;
    }

    .founder.about_right {
        padding: 0em 3em 5em 3em;
    }

    div.founder div.founder_descr {
        height: auto !important;
    }

    .permanent_display_line {
        border-right: none;
        padding-bottom: 0;
    }

    .our_service.about_right:nth-child(1)>div {
        border-bottom: 2px solid white;
        padding-bottom: 3em;
    }

    div.our_service_title .about_center {
        padding: 0em 4em 0em 4em;
    }

    div.our_service_title {
        padding: 3em 4em 0em 4em;
    }

    .our_services_line {
        margin-bottom: 3%;
    }

    .our_services_short_descr {
        max-width: none;
    }

    /* Portfolio */
    div.portfolio_images {
        max-height: none;
        overflow: hidden;
    }

    div.main_portfolio div.portfolio_images {
        max-height: 100%;
    }

    div.main_portfolio div.portfolio_images img {
        height: auto;
    }

    div.main_portfolio div.portfolio_images div.portfolio_item {
        width: 50%;
    }

    .about_right div.key_projects {
        margin-top: 3%;
    }

    div.key_projects div {
        width: 20%;
        min-height: 150px;
        height: 100%;
    }

    div.key_projects img {
        width: 60%;
    }

    div.key_projects div.clicked img,
    body:not(.no-hover) div.key_projects img:hover,
    body:not(.no-hover) div.key_projects div.clicked img:hover {
        width: 65%;
    }

    div.key_projects div:nth-child(4),
    div.key_projects div:nth-child(5) {
        width: 20%;
        margin-top: 0%;
        height: 100%;
    }

    div.about_left_bg_portfolio {
        height: 100%;
    }

    .about_left_bg_portfolio div {
        padding: 8em 6em;
    }

    .about_left_bg_portfolio div div {
        height: 100%;
        padding: 0;
    }

    .about_left_bg_portfolio div img {
        width: 81%;
    }

    div.main_portfolio {
        height: 100%;
    }

    .main_portfolio.about_right {
        padding: 3em 4em;
    }

    /* Individual Project */
    div.individual_portfolio.portfolio_images {
        max-height: none;
    }

    div.individual_display img {
        max-height: 600px;
    }

    .portfolio_right div.portfolio_back_button {
        height: auto;
        margin: 0;
    }

    div.individual_portfolio_top,
    div.individual_portfolio_top.less-4-img,
    div.portfolio_image_div {
        height: 100%;
    }

    .portfolio_right div.portfolio_back_button div:first-child img {
        max-width: 230px;
        max-height: none;
    }

    div.individual_display {
        z-index: 10;
    }

    div.individual_display_carousel,
    div.individual_portfolio_carousel {
        width: 90%;
    }

    .carousel-thumbnails {
        justify-content: flex-start;
    }

    .carousel-thumbnails img {
        width: 16%;
    }

    .individual_display div.individual_button_prev,
    .individual_display div.individual_button_next {
        position: absolute;
        justify-content: center;
        z-index: 11;
        width: auto;
        max-width: 35px;
    }

    .individual_display div.individual_button_prev {
        align-items: flex-start;
        left: 0%;
    }

    .individual_display div.individual_button_next {
        align-items: flex-end;
        right: 0%;
    }

    div.portfolio_back_button .portfolio_blocker {
        width: 50%;
    }

    /* Footer */
    .footer_bg {
        flex-direction: column;
        padding: 3em 0em 4em 0em;
    }

    .footer_logo {
        max-width: 200px;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .footer_email,
    .footer_contact,
    .footer_icons {
        margin-left: 0%;
        margin-top: 1%;
    }

    .footer_icons {
        margin-top: 3%;
    }

    .footer_icons svg {
        max-width: 30px;
    }
}

@media screen and (max-width:800px) {

    /* Home */
    .welcome_left img,
    .welcome_right img {
        max-width: 165px;
    }

    body:not(.no-hover) .welcome_left:hover img,
    body:not(.no-hover) .welcome_right:hover img {
        max-width: 185px;
    }

    /* About */
    div.sparkle img {
        max-width: 150px;
    }
}

@media screen and (max-width:768px) {
    .show_desktop_block {
        display: none !important;
    }

    .show_mobile_flex,
    .show_ipad_client_block {
        display: block !important;
    }

    /* nav bar */
    .header_top .logo img {
        max-width: 230px;
    }

    .header_top {
        display: flex;
        justify-content: space-between;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        background: #687890;
        width: 0%;
        height: 100%;
        /* transition: all 0.7s ease; */
        opacity: 0;
        z-index: -1;
        overflow: hidden;
        transition: all 0.4s ease;
        align-items: flex-start;
    }

    /* nav when active */
    nav.active {
        width: 85%;
        opacity: 1;
        z-index: 98;
    }

    nav ul {
        gap: 32px;
    }

    .mobile-nav ul.sub-menu {
        padding: 2em;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul li a {
        font-family: "ivymode-regular";
        /* font-size: clamp(20px, 2.5vw, 24px); */
        font-size: clamp(28px, 4.2vw, 38px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    nav ul li a.active {
        text-decoration: none;
    }

    /* Hamburger */
    .hamburger {
        position: relative;
        display: block;
        z-index: 99;
        float: right;
        /* transform: scale(1.4); */
    }

    .hamburger .line {
        width: 32px;
        height: 2px;
        background-color: #04191C;
        display: block;
        margin: 6px auto;
        transition: transform 0.4s ease, opacity 0.3s ease, background 0.3s ease;
        transform-origin: center;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    /* hamburger animation */
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    /* hamburger animation END */

    /* Home */
    .carousel-button.next,
    .carousel-button.prev {
        display: none;
    }

    .welcome_left img,
    .welcome_right img {
        max-width: 107px;
    }

    /* contact */
    .contact_form,
    .insta_carousel {
        padding: 2em 0em;
    }

    .select-selected span {
        max-width: 12px;
    }

    /* IG Carousel (Lightwidget) */
    button.lightwidget__nav-button {
        padding: calc(var(--lightwidget-slider-btn-padding) * 0.7rem);
    }

    /* footer */
    .footer_bg {
        padding: 2em 0em 3em 0em;
    }

    /* About */
    .about_right div:last-child {
        margin-top: 3%;
        height: auto;
    }

    .about_right div:last-child p {
        max-width: none;
    }

    .about_left,
    .about_center,
    .about_right {
        padding: 3em 2em;
    }

    .founder .about_left {
        padding: 3em 2em 0em 2em;
    }

    .founder .about_right {
        padding: 0em 2em 3em 2em;
    }

    div.founder_gif_clip {
        width: calc(100% - 20%);
    }

    .our_service_title.about_1 {
        padding: 0em 0em 0em 0em;
    }

    div.our_service_title {
        padding: 0em 2em 0em 2em;
    }

    .our_service_padding.about_2 {
        padding-bottom: 4.5em;
    }

    div.our_service:nth-child(2).about_right {
        padding-top: 3em;
    }

    div.our_service_title .about_center {
        padding: 3em 2em 1em 2em;
    }

    .our_service_padding .our_service {
        padding: 0em 2em 0em 2em;
    }

    .our_service img {
        width: 55%;
        margin-bottom: 0;
    }

    .collage {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .collage img {
        width: 66%;
    }

    .collage div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* About */
    div.sparkle img {
        max-width: 150px;
    }

    .about_div_first.about_2 .about_right div:last-child {
        height: 100%;
    }

    div.sparkle {
        height: 30vh;
    }

    /* Portfolio */
    div.main_portfolio.about_right {
        padding: 2em 2em 2em 2em;
    }

    div.main_portfolio.about_left,
    div.portfolio_image_div.about_left {
        padding: 0em 0em;
    }

    .about_left_bg_portfolio div img {
        width: 70%;
    }

    .about_right div.portfolio_clients {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about_left_bg_portfolio div {
        padding: 5em 5em;
    }

    div.key_projects p {
        font-size: clamp(16px, 2.2vw, 24px);
    }

    div.key_projects div {
        min-height: 140px;
    }

    /* Individual Portfolio */
    div.individual_display img {
        max-height: 560px;
    }

    div.portfolio_right.about_right {
        padding: 3em 1em 0em 1em;
    }

    div.individual_portfolio_top.about_right {
        padding: 2em 1em 2em 1em;
    }

    div.portfolio_mobile.portfolio_right.about_right {
        padding: 0em 1em 3em 1em;
    }

    .portfolio_right div.portfolio_back_button div:first-child img {
        width: 20.5%;
    }

    .individual_button_prev img,
    .individual_button_next img {
        min-width: 32px;
    }
}

@media screen and (max-width:600px) {

    .show_ipad_client_block {
        display: none !important;
    }

    .only_mobile_block {
        display: block !important;
    }

    .side_space {
        padding-left: 1em;
        padding-right: 1em;
    }

    /* loading screen */
    .carousel-loading {
        margin: 32px auto 0px auto;
    }

    .loading img,
    .contact_form_loading img {
        width: 40%;
        max-width: none;
    }

    .loading h4,
    .contact_form_loading h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .carousel-loading {
        max-width: none;
        max-height: none;
    }

    div.swiper-slide img {
        width: 80px;
    }

    .swiper-wrapper {
        height: auto;
    }

    /* scrolltop */
    #scroll {
        max-width: 35px;
        max-height: 35px;
    }

    /* Nav */
    .header_top .logo img {
        max-width: 165px;
    }

    nav ul li a {
        font-size: clamp(22px, 6.5vw, 28px);
    }

    /* Home */
    .welcome_img {
        padding: 0em 0em 2em 0em;
    }

    .welcome_p p {
        padding: 0em 1em;
    }

    .welcome_p {
        padding: 0em 0em 2em 0em;
    }

    .welcome_4_img {
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .welcome_4_img div.portfolio_item {
        width: 100%;
    }

    div.portfolio_item {
        width: 100%;
        aspect-ratio: 0;
    }

    .portfolio_item .overlay .line {
        height: 32px;
    }

    .welcome_2_leaf {
        width: 100%;
        flex-direction: column;
        overflow: hidden;
        align-items: flex-start;
        padding: 0.5em 0em;
    }

    .welcome_2_leaf div {
        width: 100%;
    }

    .welcome_left img,
    .welcome_right img {
        max-width: 121px;
    }

    .contact_form,
    .insta_carousel {
        padding: 2em 0em;
    }

    .select-selected span {
        max-width: 15px;
    }

    .contact_form form {
        width: 90%;
    }

    /* .select-items {
        height: 183px;
        max-height: none;
    } */

    /* Footer */
    .footer_bg {
        flex-direction: column;
        padding: 2em 0em 2em 0em;
    }

    .footer_email,
    .footer_contact,
    .footer_icons {
        margin-left: 0%;
        margin-top: 2%;
    }

    .footer_icons {
        margin-left: 0%;
        margin-top: 6%;
    }

    /* About */
    div.sparkle img {
        max-width: 120px;
    }

    .about_left,
    .about_center,
    .about_right {
        padding: 2em 1em;
    }

    .founder.about_2 .about_left {
        /* padding: 2em 1em 2em 1em; */
        padding: 2em 0em 2em 0em;
    }

    .founder .about_right {
        padding: 0em 1em 3em 1em;
    }

    p.founder_name {
        line-height: 0.5;
    }

    .founder.about_right div:last-child div {
        margin-top: 42px;
    }

    .founder.about_right div:last-child {
        margin-top: 48px;
    }

    div.our_service_title,
    .our_service_padding .our_service {
        padding: 0em 1em 0em 1em;
    }

    .our_service img {
        width: 50%;
    }

    .our_services_line {
        margin-bottom: 7%;
    }

    .our_service.about_right div {
        flex-direction: column;
    }

    .our_service_padding>div:nth-child(2) {
        padding: 2em 1em 0em 1em;
    }

    .collage img {
        width: 100%;
    }

    .our_service_collage {
        padding: 0em 1em;
    }

    .about_center h2 {
        text-align: center;
    }

    /* Portfolio */
    div.key_projects div,
    div.key_projects div:nth-child(4),
    div.key_projects div:nth-child(5) {
        width: 33%;
    }

    div.key_projects div:nth-child(4),
    div.key_projects div:nth-child(5) {
        margin-top: 5%;
    }

    .about_right div.portfolio_clients {
        grid-template-columns: 1fr;
    }

    div.main_portfolio div.portfolio_images div.portfolio_item {
        width: 100%;
    }

    .about_left_bg_portfolio div {
        padding: 3em 2em;
    }

    div.main_portfolio.about_right {
        padding: 2em 1em 2em 1em;
    }

    .about_right div.portfolio_clients div div p {
        line-height: 35px;
    }

    .about_right div.portfolio_clients div div {
        margin-top: 1%;
    }

    /* Individual Portfolio */
    div.individual_portfolio img {
        width: 100%;
    }

    .portfolio_right div.portfolio_back_button div:first-child img {
        width: 41%;
        max-width: 200px;
    }

    .portfolio_right div.portfolio_back_button div img {
        width: 8%;
    }

    div.portfolio_right.about_right {
        padding: 2em 1em 2em 1em;
    }

    div.portfolio_mobile.portfolio_right.about_right {
        padding: 0em 1em 2em 1em;
    }

    .portfolio_right div.portfolio_back_button div:nth-child(2) p,
    .portfolio_right div.portfolio_back_button div:nth-child(3) p {
        margin-left: 4%;
    }

    div.individual_display_carousel {
        position: absolute;
        bottom: 10%;
    }

    div.individual_display img {
        max-height: 50vh;
    }

    div.portfolio_back_button .portfolio_blocker {
        width: 45%;
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {

    /* Individual Portfolio */
    div.individual_display img {
        max-height: 50vh;
    }
}