.innerBox {
    width: 100%;
    border: 0 !important;
    box-sizing: border-box !important;
    /* box-shadow: inset 0 0 0 2px #f45e61 !important; */
    /* color: #f45e61 !important; */
    font-size: inherit !important;
    position: relative !important;
    vertical-align: middle !important;
    text-align: center;
    background: (202 202 202 / 58%);
  }
  .innerBox h3{
    font-size: 20px;
    font-weight: 700;
  }
  .innerBox p{
    color: #000;
    line-height: 24px;
    font-size: 16px;
  }
  .innerBox:hover{
    box-shadow : 3px 5px 17px -4px #777777;
  }
  .innerBox:hover img{
    transform: scale(1.2);
    transition: transform .3s;
  }
  .thumbnail img,
  .studio_thumbnail_img:hover img{
    transition: transform 2s, filter 1.5s ease-in-out !important;
    transform-origin: center center;
  }
  .thumbnail:hover img,
  .studio_thumbnail_img:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
  }
  .innerBox::before, .serviceCustomBox .innerBox::after {
    box-sizing: inherit !important;
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
  }
  .innerBox::before, .innerBox::after {
    border: 2px solid transparent !important;
    width: 0 !important;
    height: 0 !important;
  }
  .innerBox::before {
    top: 0 !important;
    left: 0 !important;
  }
  .innerBox::after {
    bottom: 0 !important;
    right: 0 !important;
  }

  .innerBox:hover::before,
  .innerBox:hover::after {
    width: 100% !important;
    height: 100% !important;
  }

  .innerBox:hover::before {
    border-top-color: #000 !important;
    border-right-color: #000 !important;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s !important;
  }
  .innerBox:hover::after {
    border-bottom-color: #000 !important;
    border-left-color: #000 !important;
    transition: border-color 0s ease-out 0.75s, width 0.25s ease-out 0.75s, height 0.25s ease-out 0.75s !important;
  }



/**************************MainBanner****************************************/
button.nav-trigger {
    display: none;
}

button.sub-menu-toggle {
    display: none;
}

header#Inner_Header.fixed {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    transition: linear 0.5s ease;
    z-index: 2;
    display: flex;
    align-items: center;
}

.bg-img-main-full {
    position: relative;
}

.bg-img-main-full:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 3%;

}

ul.fixed_social_icons {
    position: fixed;
    top: 430px;
    z-index: 13;
    left: 15px;
}

ul.fixed_social_icons li a {
    width: 38px;
    height: 38px;
    background-color: var(--theme-color-light);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--theme-color-dark);
    color: var(--theme-color-dark);
    transition: linear 0.5s all;
}

ul.fixed_social_icons li:not(:last-child) {
    margin-bottom: 1rem;
}

ul.fixed_social_icons li:hover a {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

ul.fixed_social_icons_common {
    position: fixed;
    top: 60vh;
    /* top: 460px; */
    z-index: 2;
    left: 15px;
}

ul.fixed_social_icons_common li a {
    width: 38px;
    height: 38px;
    background-color: var(--theme-color-light);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--theme-color-dark);
    color: var(--theme-color-dark);
    transition: linear 0.5s all;
    overflow: hidden;
}

ul.fixed_social_icons_common li a i {
    font-size: 24px;
}

ul.fixed_social_icons_common li:not(:last-child) {
    margin-bottom: 0.8rem;
}

ul.fixed_social_icons_common li:hover a {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

header#Header {
    height: 80px;
    position: relative;
    display: flex;
    align-items: end;
    /* transition: linear 0.5s all; */
    background-color: #cacaca;
    justify-content: end;
    z-index: 1;
}

header#Header ul {
    list-style: none;
}

header#Header .outer_flex_box {
    display: flex;
    justify-content: end;
}

header#Header .outer_flex_box .inner_flex_box {
    &:nth-child(1) {
        margin-right: 2rem;
    }

    &:last-child {
        margin-left: 2rem;
    }
}

header#Header .submenu {
    display: none;
}

header#Header ul {
    display: flex;
    justify-content: end;
    column-gap: 2rem;
    margin-bottom: 0.6rem;
    padding-left: 0;
}

header#Header #slide-link {
    display: none;
}

header#Header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    height: 100px;
    transition: linear 0.5s ease;
    display: flex;
    align-items: center;
}

header#Header.fixed::before {
    top: 0;
    transition: top 0.2s ease;
}

header#Header.fixed ul {
    margin-bottom: 0;
}

header#Header.fixed .header_logo::after {
    content: '';
    background-color: var(--theme-color-light);
    width: 100%;
}

header#Header .containers {
    position: relative;
    width: 80%;
}

/*header#Header .container ul li a {*/
header#Header .containers ul li a {
    font-size: 24px;
    line-height: 25px;
    color: #000;
}

header#Header .containers ul li a:hover {
    color: var(--theme-color);
}




/*************************header**********************************************/
.bg_img {
    background-color: var(--theme-color-dark);
    position: fixed;
    height: 100vh;
    width: 69px;
    z-index: 12;
}

.bg_img:before {
    content: '';
    background: #fff;
    width: 23px;
    display: block;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 23px;
    z-index: 1;
    transition: top 0.2s ease;
}

.bg_img_common {
    background-color: #000;
    position: fixed;
    height: 100vh;
    width: 69px;
    z-index: 1;
    display: none;
    &::after {
        content: '';
        background: #fff;
        width: 23px;
        display: block;
        height: 100vh;
        left: 23px;
        position: absolute;
        top: 0px;
        display: none;
    }
}

/*************************who*************************************************/

/* General styles for animation */
.fade-animation-left {
    animation: slideInLeft 2s ease-out forwards;
}

.fade-animation-right {
    animation: slideInRight 2s ease-out forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(20%);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(-10%);
        opacity: 1;
    }
}

.hidden {
    opacity: 0;
}

section.who {
    padding-top: 175px;
    position: relative;

    .description {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.288rem;
        text-align: justify;
        line-height: 29px;

        span {
            color: var(--theme-color);
        }
    }

    .header_logo img {
        position: absolute;
        top: -48.59px;
        z-index: 1;
        display: inline-block;
        width: 573px;
    }

    .row {
        overflow: hidden;
    }

}

/*************************services********************************************/
section.services {
    h2 {
        animation: upDown 2s ease-in-out infinite;
    }

    /* background-color: #cacaca; */
    /* background-color: var(--theme-color-light-x); */
}

/*************************studio**********************************************/
section.studio {
    position: relative;

    img.custom_height {
        max-width: 552px;
        height: 655px;
        width: 100%;
        object-fit: cover;
        object-position: right;
        z-index: 1;
        display: block;
    }

    .custom_height_custom {
        max-width: 552px;
        height: 655px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 1;
        display: block;
    }

    a.left_arrow {
        img {
            max-width: 30px;
            height: 30px;
            transform: rotate(180deg);
        }
    }

    .outer_flex_box {
        display: flex;
        align-items: center;
        column-gap: 2rem;
        margin-top: 50px;
        padding-left: 20px;
        margin-bottom: 5px;

        /* justify-content:center; */
        .inner_flex_box {
            cursor: pointer;
            transition: 2s all ease;
            display: flex;
            align-items: center;
            column-gap: 1rem;

            .icon {
                transition: all 0.5s ease;

                img {
                    max-width: 60px;
                    height: 60px;
                    width: 100%;
                    object-fit: contain;
                    object-position: center;
                    transition: all 0.5s ease;
                }
            }

            &:hover .text a {
                opacity: 1;
                visibility: visible;
                color: var(--theme-color);
                transition: 0.5s all ease;
            }

            .text {
                transition: all 0.5s ease;

                a {
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 26.04px;
                    transition: all 0.5s ease;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.5s all ease;
                    color: var(--theme-color);
                }
            }

        }
    }

    .studio_thumbnail_img:hover .sketch-overlay {
        opacity: 1;
    }

    .studio_thumbnail_img {
        position: relative;
        overflow: hidden;
        display: block;
    }

    .studio_thumbnail_img {
        position: relative;
        overflow: hidden;
        display: block;
    }

    .sketch-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.9s ease-in-out;
    }

    span.middle_img img {
        margin-right: -9px;
    }

    .inner_flex_box:hover {
        .icon {
            opacity: 0;
            transition: all 0.5s ease;
        }

        .text {
            transform: translateX(-50px);
            transition: all 0.5s ease;
        }
    }
}

.studio {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.studio img.custom_height_custom {
    max-width: 100%;
    height: 655px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.studio .content_left {
    background-color: var(--theme-color-light);
    position: absolute;
    right: -100%;
    width: 100%;
    top: 0;
    color: var(--theme-color-light);
    height: 100%;
    box-sizing: border-box;
    transition: right 1s;
    display: flex;
    align-items: flex-end;
    z-index: 9;
}

#designProcessBox .description {
    color: var(--font-color) !important;
}

#designProcessBox h2 {
    color: var(--font-color) !important;
}

#designProcessBox.active .content_left {
    right: 0;
    z-index: 1;
}

/*************************why*************************************************/
section.why {
    background-color: #cacaca;

    /* background-color: var(--theme-color-light-x); */
    .counter-up {
        .content {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            column-gap: 1rem;

            .box {
                transition: 0.9s all ease;
                position: relative;
                padding: 50px 30px;
                flex: 1;
                display: flex;
                align-items: center;
                flex-direction: column;

                img {
                    max-width: 65px;
                    height: 65px;
                    object-fit: contain;
                    object-position: center;
                    width: 100%;
                    transition: transform 0.9s ease;
                }

                .counter {
                    font-size: 2.188rem;
                    line-height: 36px;
                    color: var(--theme-color-dark);
                    transition: 0.9s all ease;
                    font-weight: 600;
                }

                span.plus-sign {
                    font-size: 2.188rem;
                    line-height: 36px;
                    color: var(--theme-color-dark);
                    transition: 0.9s all ease;
                    font-weight: 600;
                }

                .text {
                    font-size: 20px;
                    line-height: 20px;
                    color: var(--theme-color-dark);
                    transition: 0.9s all ease;
                    transition: transform 0.9s ease;
                }

            }
        }
    }

    .box:after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        border-left: 1px solid #000;
        border-right: none;
        border-bottom: 1px solid #000;
        border-top: none;
        box-sizing: border-box;
    }

    .box:before {
        content: '';
        position: absolute;
        top: 130px;
        right: 0;
        height: calc(100% - 130px);
        border-right: 1px solid #000;
        border-left: none;
        border-bottom: none;
        border-top: none;
        bottom: 0;
    }

    .box:hover {

        .d-inline-flex .counter,
        .plus-sign {
            color: var(--theme-color) !important;
            transition: 0.9s all ease;
        }

        &.box:after {
            border-left: 1px solid var(--theme-color);
            border-bottom: 1px solid var(--theme-color);
        }

        &.box::before {
            border-right: 1px solid var(--theme-color);
        }

        .text {
            transform: scale(1.1);
            transition: transform 0.9s ease;
        }

        .icon img {
            transform: scale(1.1);
            transition: transform 0.9s ease;
        }
    }

}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulse 1s infinite;
    /* 1s animation pulsating infinitely */
}

/*************************footer**********************************************/
footer#Footer {
    background-color: var(--theme-color-dark);
    position: relative;

    h4 {
        font-size: 1.3rem !important;
    }

    ul.social-icons li.list-inline-item {
        &:not(:last-child) {
            margin-right: 1.5rem !important;
        }

        a {
            color: var(--theme-color-light);
        }
    }

    .contact {
        display: flex;
        /* column-gap: 2rem; */
        justify-content: center;

        &:not(:last-child) {
            margin-bottom: 1rem;
        }

        a {
            color: var(--theme-color-light);
        }
    }

    .copyright {
        border-top: 1px solid var(--theme-color-light);
        position: relative;
        font-size: 18px;

        a {
            color: var(--theme-color-light);
        }
    }

    a:hover {
        color: var(--theme-color) !important;
    }
}

.copytext {
    font-size: 12px;
}

/*************************about**********************************************/
section.Team {
    background-color: #cacaca;
    /* background-color: #000; */
    padding-top: 4.688rem;

    .outer_flex_box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2px;

        .inner_flex_box {
            .thumbnail {
                position: relative;
                height: 498px;
                display: block;
                width: 100%;
                overflow: hidden;

                img {
                    height: 498px;
                    width: 100%;
                    object-fit: cover;
                    object-position: center;
                    filter: grayscale(100%);
                    display: block;
                }

                .overlay {
                    position: absolute;
                    transition: all .6s ease;
                    opacity: 0;
                    background-color: rgba(0, 0, 0, 0.7);
                }

                &:hover {
                    .overlay {
                        opacity: 1;
                    }
                }

                .overlayRight {
                    height: 100%;
                    width: 0;
                    top: 0;
                    right: 0;
                }

                &:hover {
                    .overlayRight {
                        width: 100%;
                    }

                    img {
                        filter: grayscale(0%) !important;
                    }
                }
            }
        }
    }

    .overlay .name {
        font-size: 28px;
        line-height: 33.89px;
        color: var(--theme-color-light);
        text-transform: capitalize;
        position: absolute;
        bottom: 50px;
        left: 20px;
    }

    .overlay .designation {
        font-size: 20px;
        line-height: 24.2px;
        text-transform: capitalize;
        color: var(--theme-color-light);
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

}

/*************************Discuss*******************************************/
section.Discuss {

    .box {
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;

        img {
            height: 600px;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

        .content_left {
            background-color: rgba(0, 0, 0, 0.6);
            position: absolute;
            left: -100%;
            width: 49%;
            top: -100%;
            color: var(--theme-color-light);
            height: 1000px;
            padding: 20px;
            box-sizing: border-box;
            transition: all 1.4s;
            display: flex;
            align-items: center;
        }

        .content_right {
            background-color: rgba(0, 0, 0, 0.6);
            position: absolute;
            right: -100%;
            width: 49%;
            top: -100%;
            color: var(--theme-color-light);
            height: 1000px;
            box-sizing: border-box;
            transition: all 1.4s;
            display: flex;
            align-items: center;
        }

        &:hover {
            .content_left {
                left: 0;
                top: 0;
            }

            .content_right {
                right: 0;
                top: 0;
            }
        }

        .over_text_left {
            position: absolute;
            bottom: 450px;
            right: 20px;
            left: 80px;
        }

        .over_text_right {
            position: absolute;
            bottom: 450px;
            left: 20px;
            right: 20px;
        }

        .name {
            font-size: 35px;
            line-height: 36.05px;
        }

        .detail {
            font-size: 18px;
            line-height: 18.54px;
        }
    }
}


/************************gallery*******************************************/
section.gallery {
    .outer_flex_box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;

        .inner_flex_box {
            .thumbnail {
                img {
                    height: 498px;
                    width: 100%;
                    object-fit: cover;
                    object-position: center;
                }
            }
        }
    }

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

    .thumbnail-overlay {
        position: relative;
        overflow: hidden;
    }

    .thumbnail-overlay img {
        transition: transform 0.9s ease;
        cursor: pointer;
    }

    .thumbnail-overlay .overlay-text {
        position: absolute;
        top: 0;
        right: 0;
        /* Start off-screen to the right */
        width: 0;
        /* Initially hide the overlay */
        height: 100%;
        /* Cover the entire height of the image */
        background-color: rgba(0, 0, 0, 0.8);
        /* Adjust the background color and opacity as needed */
        color: #fff;
        box-sizing: border-box;
        transition: width 0.9s ease;
        /* Transition width property */
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        cursor: pointer;
    }

    .thumbnail-overlay:hover .overlay-text {
        width: 100%;
        /* Expand to cover the image */
        padding: 10px;
    }
}

/************************staff********************************************/
section.staff {
    background-color: #cacaca;

    /* background-color: #000; */
    .image-container {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
    }

    .image-container img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.4s ease-in-out;
    }

    .sketch-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.9s ease-in-out;

    }

    .sketch-overlay img {
        filter: grayscale(100%);
    }

    .text_bottom {
        position: absolute;
        font-size: 70px;
        line-height: 73px;
        color: var(--theme-color-light);
        bottom: 16px;
        transform: translateX(-50%);
        left: 50%;
    }

    .image-container:hover .sketch-overlay {
        opacity: 1;

    }

}

/************************header******************************************/
header.Header {
    background-color: var(--theme-color-dark);
    padding: 28px 0;
}

header.Header .custom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.Header .custom-inner h2 {
    font-family: var(--theme-heading-font);
}

header.Header ul {
    list-style: none;
}

header.Header .outer_flex_box {
    display: flex;
    justify-content: end;
    column-gap: 2rem;
}

header.Header .submenu {
    display: none;
}

header.Header ul {
    display: flex;
    justify-content: end;
    column-gap: 2rem;
    margin-bottom: 0rem;
    padding-left: 0;
}

header.Header #slide-link {
    display: none;
}

header.Header .container ul li a {
    font-size: 24px;
    line-height: 25px;
    color: var(--theme-color-light);

}

header.Header .container ul li a:hover {
    color: var(--theme-color);
}

/***********************achievements******************************/
section.achievements {
    background-color: #cacaca;
    .outer_flex_box {
        display: flex;
        gap: 2px;
        flex-wrap: wrap;
        justify-content: center;


        .inner_flex_box {
            overflow: hidden;

            .thumbnail {
                position: relative;
                width: 100%;
                height: 600px;
                overflow: hidden;

                img {
                    height: 600px;
                    width: 100%;
                    object-fit: cover;
                    object-position: center;
                    filter: grayscale(100%);
                    transition: filter 0.8s;
                }

                .content_left {
                    background-color: rgba(0, 0, 0, 0.8);
                    position: absolute;
                    right: -100%;
                    width: 100%;
                    top: 0%;
                    color: var(--theme-color-light);
                    height: 100%;
                    padding: 20px;
                    box-sizing: border-box;
                    transition: all 1s;
                    display: flex;
                    align-items: flex-end;

                    h1 {
                        font-family: var(--theme-heading-font);
                        font-size: 60px;
                        font-weight: 700;
                        line-height: 74.4px;
                        text-align: left;
                        color: var(--theme-color-light);
                    }

                    .text {
                        font-family: var(--theme-heading-font);
                        font-size: 35px;
                        font-weight: 400;
                        line-height: 43.4px;
                        text-align: left;

                    }
                }

                &:hover {
                    .content_left {
                        right: 0;
                    }

                    img {
                        filter: grayscale(0);
                    }
                }

                .content_bottom {
                    background-color: rgba(0, 0, 0, 0.8);
                    position: absolute;
                    bottom: -100%;
                    width: 100%;
                    left: 0%;
                    color: var(--theme-color-light);
                    height: 100%;
                    padding: 20px;
                    box-sizing: border-box;
                    transition: all 1s;
                    display: flex;
                    align-items: flex-end;

                    h1 {
                        font-family: var(--theme-heading-font);
                        font-size: 60px;
                        font-weight: 700;
                        line-height: 74.4px;
                        text-align: left;
                        color: var(--theme-color-light);
                    }

                    .text {
                        font-family: var(--theme-heading-font);
                        font-size: 35px;
                        font-weight: 400;
                        line-height: 43.4px;
                        text-align: left;

                    }
                }

                &:hover {
                    .content_bottom {
                        bottom: 0;
                    }

                    img {
                        filter: grayscale(0);
                    }
                }

                .content_top {
                    background-color: rgba(0, 0, 0, 0.8);
                    position: absolute;
                    top: -100%;
                    width: 100%;
                    left: 0%;
                    color: var(--theme-color-light);
                    height: 100%;
                    padding: 20px;
                    box-sizing: border-box;
                    transition: all 0.7s;
                    display: flex;
                    align-items: flex-end;

                    h1 {
                        font-family: var(--theme-heading-font);
                        font-size: 60px;
                        font-weight: 700;
                        line-height: 74.4px;
                        text-align: left;
                        color: var(--theme-color-light);
                    }

                    .text {
                        font-family: var(--theme-heading-font);
                        font-size: 35px;
                        font-weight: 400;
                        line-height: 43.4px;
                        text-align: left;

                    }
                }

                &:hover {
                    .content_top {
                        top: 0;
                        animation: folderOpen 0.8s forwards;
                    }

                    img {
                        filter: grayscale(0);
                    }
                }

                &:not(:hover) .content_top {
                    animation: folderClose 0.8s forwards;
                }
            }
        }
    }
}

/*********************Gallery************************************/
section.Gallery {
    /* background-color: var(--theme-color-dark); */
    /* background: #cacaca; */
}

.customGallery{
    width: calc(100% );
    position: relative;
    /* left: 90px; */
}

section.Gallery .outer_flex_box {
    display: flex;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
}

section.Gallery h2 {
    font-family: var(--theme-heading-font);
}

section.Gallery .outer_flex_box .inner_flex_box .thumbnail {
    cursor: pointer;
}

section.Gallery .outer_flex_box .inner_flex_box .thumbnail img {
    max-width: 100%;
    height: 100%;
    cursor: pointer;
}

section.Gallery .expand-section .controls a img {
    max-width: 40px;
    height: 40px;
    filter: brightness(100) !important;
    transition: filter 0.5s ease;
}

section.Gallery .expand-section .controls a:hover img {
    filter: brightness(100%);
    transition: filter 0.5s ease;
}

section.Gallery .expand-section .controls {
    display: flex !important;
    /* justify-content: center !important; */

    column-gap: 2rem !important;
}

section.Gallery .expand-section .controls {
    margin-top: 100px;
}

section.Gallery .gallery-main-image .gallery-image {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

section.Gallery .gallery-slider .slick-slide img {
    max-width: 780px;
    height: 480px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}

section.Gallery .expand-section {
    position: relative;
}

section.Gallery .expanded-gallery {
    position: relative;
}


section.Gallery .gallery-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    display: none;
}

section.Gallery .expand-section .controls {
    margin-top: 50px;
}

section.Gallery .slick-list {
    top: 50%;
    transform: translateY(-50%) !important;
}

section.Gallery button.slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

section.Gallery button.slick-arrow {
    background: none;
    border: none;
    color: var(--theme-color-light);
}

section.Gallery button.slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

section.Gallery .custom-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

section.Gallery .custom-modal-content {
    background: #fff;
    padding: 4px;
    /* padding-bottom: 0; */
    border-radius: 5px;
    position: relative;
    max-width: 780px;
    width: 100%;
}

section.Gallery .custom-close {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 35px;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    aspect-ratio: 1 / 1;
    border: none;
    z-index: 9;
}

section.Gallery .custom-modal-content img.location-image {
    max-width: 780px;
    height: 480px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}

section.Gallery .expand-section {
    margin-top: 100px;
}

section.Gallery .controls a img {
    width: 100%;
    aspect-ratio: 1/1;
    height: 40px;
}

section.Gallery .inner_flex_box {
    overflow: hidden;
    width: 100%;
}

section.Gallery .inner_flex_box .thumbnail {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

section.Gallery .inner_flex_box .thumbnail img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: filter 0.8s;
}

section.Gallery .inner_flex_box .thumbnail .content_left {
    position: absolute;
    right: 0;
    bottom: -100%; /* Initially hidden below the container */
    width: 100%;
    color: var(--theme-color-light);
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease; /* Smooth transition */
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
}

section.Gallery .inner_flex_box .thumbnail .content_left .text {
    /* font-family: var(--theme-heading-font); */
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: var(--theme-color-light);
}

section.Gallery .inner_flex_box .thumbnail .content_left_mobile_view {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    color: var(--theme-color-light);
    height: 20%;
    padding: 20px;
    box-sizing: border-box;
    transition: all 1s;
    display: flex;
    align-items: flex-end;
    display: none;
}


section.Gallery .inner_flex_box .thumbnail:hover .content_left {
    /* right: 0; */
    /* top: 2%; */
    bottom: 0; /* Slides up into view */
    height: 40%; /* Adjust the height as per your design */
    /* bottom: -26px;
    height: 40%; */
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    transition: all .5s ease;
}

section.Gallery .inner_flex_box .thumbnail:hover img {
    filter: grayscale(0);
}


/* Hover effect styling
section.Gallery .inner_flex_box .thumbnail.active .content_left,
section.Gallery .inner_flex_box .thumbnail:hover .content_left {
    right: 0;
}

section.Gallery .inner_flex_box .thumbnail.active img,
section.Gallery .inner_flex_box .thumbnail:hover img {
    filter: grayscale(0);
}

section.Gallery .inner_flex_box .thumbnail .content_left {
    right: -100%;
    transition: right 0.3s ease;
}

section.Gallery .inner_flex_box .thumbnail img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
} */

/* FIRST ROW */
.img_1 {
    position: absolute;
    top: 0;
    left: 0;
}

.img_2 {
    position: absolute;
    top: 0;
    left: 5%;
}

.img_3 {
    position: absolute;
    top: 0;
    left: 10%;
}

.img_4 {
    position: absolute;
    top: 0;
    left: 15%;
}

.img_5 {
    position: absolute;
    top: 0;
    left: 20%;
}

.img_6 {
    position: absolute;
    top: 0;
    left: 25%;
}

.img_7 {
    position: absolute;
    top: 0;
    left: 30%;
}

.img_8 {
    position: absolute;
    top: 0;
    left: 35%;
}

.img_9 {
    position: absolute;
    top: 0;
    left: 40%;
}

.img_10 {
    position: absolute;
    top: 0;
    left: 45%;
}

.img_11 {
    position: absolute;
    top: 0;
    left: 50%;
}

.img_12 {
    position: absolute;
    top: 0;
    left: 55%;
}

.img_13 {
    position: absolute;
    top: 0;
    left: 60%;
}

.img_14 {
    position: absolute;
    top: 0;
    left: 65%;
}

.img_15 {
    position: absolute;
    top: 0;
    left: 70%;
}

.img_16 {
    position: absolute;
    top: 0;
    left: 75%;
}

.img_17 {
    position: absolute;
    top: 0;
    left: 80%;
}

.img_18 {
    position: absolute;
    top: 0;
    left: 85%;
}

.img_19 {
    position: absolute;
    top: 0;
    left: 90%;
}

.img_20 {
    position: absolute;
    top: 0;
    left: 95%;
}


/* SECOUNT ROW */
.img_21 {
    position: absolute;
    top: 10%;
    left: 0;
}

.img_22 {
    position: absolute;
    top: 10%;
    left: 5%;
}

.img_23 {
    position: absolute;
    top: 10%;
    left: 10%;
}

.img_24 {
    position: absolute;
    top: 10%;
    left: 15%;
}

.img_25 {
    position: absolute;
    top: 10%;
    left: 20%;
}

.img_26 {
    position: absolute;
    top: 10%;
    left: 25%;
}

.img_27 {
    position: absolute;
    top: 10%;
    left: 30%;
}

.img_28 {
    position: absolute;
    top: 10%;
    left: 35%;
}

.img_29 {
    position: absolute;
    top: 10%;
    left: 40%;
}

.img_30 {
    position: absolute;
    top: 10%;
    left: 45%;
}

.img_31 {
    position: absolute;
    top: 10%;
    left: 50%;
}

.img_32 {
    position: absolute;
    top: 10%;
    left: 55%;
}

.img_33 {
    position: absolute;
    top: 10%;
    left: 60%;
}

.img_34 {
    position: absolute;
    top: 10%;
    left: 65%;
}

.img_35 {
    position: absolute;
    top: 10%;
    left: 70%;
}

.img_36 {
    position: absolute;
    top: 10%;
    left: 75%;
}

.img_37 {
    position: absolute;
    top: 10%;
    left: 80%;
}

.img_38 {
    position: absolute;
    top: 10%;
    left: 85%;
}

.img_39 {
    position: absolute;
    top: 10%;
    left: 90%;
}

.img_40 {
    position: absolute;
    top: 10%;
    left: 95%;
}

/* THIRED ROW */
.img_41 {
    position: absolute;
    top: 20%;
    left: 0;
}

.img_42 {
    position: absolute;
    top: 20%;
    left: 5%;
}

.img_43 {
    position: absolute;
    top: 20%;
    left: 10%;
}

.img_44 {
    position: absolute;
    top: 20%;
    left: 15%;
}

.img_45 {
    position: absolute;
    top: 20%;
    left: 20%;
}

.img_46 {
    position: absolute;
    top: 20%;
    left: 25%;
}

.img_47 {
    position: absolute;
    top: 20%;
    left: 30%;
}

.img_48 {
    position: absolute;
    top: 20%;
    left: 35%;
}

.img_49 {
    position: absolute;
    top: 20%;
    left: 40%;
}

.img_50 {
    position: absolute;
    top: 20%;
    left: 45%;
}

.img_51 {
    position: absolute;
    top: 20%;
    left: 50%;
}

.img_52 {
    position: absolute;
    top: 20%;
    left: 55%;
}

.img_53 {
    position: absolute;
    top: 20%;
    left: 60%;
}

.img_54 {
    position: absolute;
    top: 20%;
    left: 65%;
}

.img_55 {
    position: absolute;
    top: 20%;
    left: 70%;
}

.img_56 {
    position: absolute;
    top: 20%;
    left: 75%;
}

.img_57 {
    position: absolute;
    top: 20%;
    left: 80%;
}

.img_58 {
    position: absolute;
    top: 20%;
    left: 85%;
}

.img_59 {
    position: absolute;
    top: 20%;
    left: 90%;
}

.img_60 {
    position: absolute;
    top: 20%;
    left: 95%;
}

/* FOURTH ROW */
.img_61 {
    position: absolute;
    top: 30%;
    left: 0;
}

.img_62 {
    position: absolute;
    top: 30%;
    left: 5%;
}

.img_63 {
    position: absolute;
    top: 30%;
    left: 10%;
}

.img_64 {
    position: absolute;
    top: 30%;
    left: 15%;
}

.img_65 {
    position: absolute;
    top: 30%;
    left: 20%;
}

.img_66 {
    position: absolute;
    top: 30%;
    left: 25%;
}

.img_67 {
    position: absolute;
    top: 30%;
    left: 30%;
}

.img_68 {
    position: absolute;
    top: 30%;
    left: 35%;
}

.img_69 {
    position: absolute;
    top: 30%;
    left: 40%;
}

.img_70 {
    position: absolute;
    top: 30%;
    left: 45%;
}

.img_71 {
    position: absolute;
    top: 30%;
    left: 50%;
}

.img_72 {
    position: absolute;
    top: 30%;
    left: 55%;
}

.img_73 {
    position: absolute;
    top: 30%;
    left: 60%;
}

.img_74 {
    position: absolute;
    top: 30%;
    left: 65%;
}

.img_75 {
    position: absolute;
    top: 30%;
    left: 70%;
}

.img_76 {
    position: absolute;
    top: 30%;
    left: 75%;
}

.img_77 {
    position: absolute;
    top: 30%;
    left: 80%;
}

.img_78 {
    position: absolute;
    top: 30%;
    left: 85%;
}

.img_79 {
    position: absolute;
    top: 30%;
    left: 90%;
}

.img_80 {
    position: absolute;
    top: 30%;
    left: 95%;
}

/* FIFTh ROW */
.img_81 {
    position: absolute;
    top: 40%;
    left: 0;
}

.img_82 {
    position: absolute;
    top: 40%;
    left: 5%;
}

.img_83 {
    position: absolute;
    top: 40%;
    left: 10%;
}

.img_84 {
    position: absolute;
    top: 40%;
    left: 15%;
}

.img_85 {
    position: absolute;
    top: 40%;
    left: 20%;
}

.img_86 {
    position: absolute;
    top: 40%;
    left: 25%;
}

.img_87 {
    position: absolute;
    top: 40%;
    left: 30%;
}

.img_88 {
    position: absolute;
    top: 40%;
    left: 35%;
}

.img_89 {
    position: absolute;
    top: 40%;
    left: 40%;
}

.img_90 {
    position: absolute;
    top: 40%;
    left: 45%;
}

.img_91 {
    position: absolute;
    top: 40%;
    left: 50%;
}

.img_92 {
    position: absolute;
    top: 40%;
    left: 55%;
}

.img_93 {
    position: absolute;
    top: 40%;
    left: 60%;
}

.img_94 {
    position: absolute;
    top: 40%;
    left: 65%;
}

.img_95 {
    position: absolute;
    top: 40%;
    left: 70%;
}

.img_96 {
    position: absolute;
    top: 40%;
    left: 75%;
}

.img_97 {
    position: absolute;
    top: 40%;
    left: 80%;
}

.img_98 {
    position: absolute;
    top: 40%;
    left: 85%;
}

.img_99 {
    position: absolute;
    top: 40%;
    left: 90%;
}

.img_100 {
    position: absolute;
    top: 40%;
    left: 95%;
}

/* 6 ROW */
.img_101 {
    position: absolute;
    top: 50%;
    left: 0;
}

.img_102 {
    position: absolute;
    top: 50%;
    left: 5%;
}

.img_103 {
    position: absolute;
    top: 50%;
    left: 10%;
}

.img_104 {
    position: absolute;
    top: 50%;
    left: 15%;
}

.img_105 {
    position: absolute;
    top: 50%;
    left: 20%;
}

.img_106 {
    position: absolute;
    top: 50%;
    left: 25%;
}

.img_107 {
    position: absolute;
    top: 50%;
    left: 30%;
}

.img_108 {
    position: absolute;
    top: 50%;
    left: 35%;
}

.img_109 {
    position: absolute;
    top: 50%;
    left: 40%;
}

.img_110 {
    position: absolute;
    top: 50%;
    left: 45%;
}

.img_111 {
    position: absolute;
    top: 50%;
    left: 50%;
}

.img_112 {
    position: absolute;
    top: 50%;
    left: 55%;
}

.img_113 {
    position: absolute;
    top: 50%;
    left: 60%;
}

.img_114 {
    position: absolute;
    top: 50%;
    left: 65%;
}

.img_115 {
    position: absolute;
    top: 50%;
    left: 70%;
}

.img_116 {
    position: absolute;
    top: 50%;
    left: 75%;
}

.img_117 {
    position: absolute;
    top: 50%;
    left: 80%;
}

.img_118 {
    position: absolute;
    top: 50%;
    left: 85%;
}

.img_119 {
    position: absolute;
    top: 50%;
    left: 90%;
}

.img_120 {
    position: absolute;
    top: 50%;
    left: 95%;
}

/* 7 ROW */
.img_121 {
    position: absolute;
    top: 60%;
    left: 0;
}

.img_122 {
    position: absolute;
    top: 60%;
    left: 5%;
}

.img_123 {
    position: absolute;
    top: 60%;
    left: 10%;
}

.img_124 {
    position: absolute;
    top: 60%;
    left: 15%;
}

.img_125 {
    position: absolute;
    top: 60%;
    left: 20%;
}

.img_126 {
    position: absolute;
    top: 60%;
    left: 25%;
}

.img_127 {
    position: absolute;
    top: 60%;
    left: 30%;
}

.img_128 {
    position: absolute;
    top: 60%;
    left: 35%;
}

.img_129 {
    position: absolute;
    top: 60%;
    left: 40%;
}

.img_130 {
    position: absolute;
    top: 60%;
    left: 45%;
}

.img_131 {
    position: absolute;
    top: 60%;
    left: 50%;
}

.img_132 {
    position: absolute;
    top: 60%;
    left: 55%;
}

.img_133 {
    position: absolute;
    top: 60%;
    left: 60%;
}

.img_134 {
    position: absolute;
    top: 60%;
    left: 65%;
}

.img_135 {
    position: absolute;
    top: 60%;
    left: 70%;
}

.img_136 {
    position: absolute;
    top: 60%;
    left: 75%;
}

.img_137 {
    position: absolute;
    top: 60%;
    left: 80%;
}

.img_138 {
    position: absolute;
    top: 60%;
    left: 85%;
}

.img_139 {
    position: absolute;
    top: 60%;
    left: 90%;
}

.img_140 {
    position: absolute;
    top: 60%;
    left: 95%;
}

/* 8 ROW */
.img_141 {
    position: absolute;
    top: 70%;
    left: 0;
}

.img_142 {
    position: absolute;
    top: 70%;
    left: 5%;
}

.img_143 {
    position: absolute;
    top: 70%;
    left: 10%;
}

.img_144 {
    position: absolute;
    top: 70%;
    left: 15%;
}

.img_145 {
    position: absolute;
    top: 70%;
    left: 20%;
}

.img_146 {
    position: absolute;
    top: 70%;
    left: 25%;
}

.img_147 {
    position: absolute;
    top: 70%;
    left: 30%;
}

.img_148 {
    position: absolute;
    top: 70%;
    left: 35%;
}

.img_149 {
    position: absolute;
    top: 70%;
    left: 40%;
}

.img_150 {
    position: absolute;
    top: 70%;
    left: 45%;
}

.img_151 {
    position: absolute;
    top: 70%;
    left: 50%;
}

.img_152 {
    position: absolute;
    top: 70%;
    left: 55%;
}

.img_153 {
    position: absolute;
    top: 70%;
    left: 60%;
}

.img_154 {
    position: absolute;
    top: 70%;
    left: 65%;
}

.img_155 {
    position: absolute;
    top: 70%;
    left: 70%;
}

.img_156 {
    position: absolute;
    top: 70%;
    left: 75%;
}

.img_157 {
    position: absolute;
    top: 70%;
    left: 80%;
}

.img_158 {
    position: absolute;
    top: 70%;
    left: 85%;
}

.img_159 {
    position: absolute;
    top: 70%;
    left: 90%;
}

.img_160 {
    position: absolute;
    top: 70%;
    left: 95%;
}

/* 9 ROW */
.img_161 {
    position: absolute;
    top: 80%;
    left: 0;
}

.img_162 {
    position: absolute;
    top: 80%;
    left: 5%;
}

.img_163 {
    position: absolute;
    top: 80%;
    left: 10%;
}

.img_164 {
    position: absolute;
    top: 80%;
    left: 15%;
}

.img_165 {
    position: absolute;
    top: 80%;
    left: 20%;
}

.img_166 {
    position: absolute;
    top: 80%;
    left: 25%;
}

.img_167 {
    position: absolute;
    top: 80%;
    left: 30%;
}

.img_168 {
    position: absolute;
    top: 80%;
    left: 35%;
}

.img_169 {
    position: absolute;
    top: 80%;
    left: 40%;
}

.img_170 {
    position: absolute;
    top: 80%;
    left: 45%;
}

.img_171 {
    position: absolute;
    top: 80%;
    left: 50%;
}

.img_172 {
    position: absolute;
    top: 80%;
    left: 55%;
}

.img_173 {
    position: absolute;
    top: 80%;
    left: 60%;
}

.img_174 {
    position: absolute;
    top: 80%;
    left: 65%;
}

.img_175 {
    position: absolute;
    top: 80%;
    left: 70%;
}

.img_176 {
    position: absolute;
    top: 80%;
    left: 75%;
}

.img_177 {
    position: absolute;
    top: 80%;
    left: 80%;
}

.img_178 {
    position: absolute;
    top: 80%;
    left: 85%;
}

.img_179 {
    position: absolute;
    top: 80%;
    left: 90%;
}

.img_180 {
    position: absolute;
    top: 80%;
    left: 95%;
}

/* 10 ROW */
.img_181 {
    position: absolute;
    top: 90%;
    left: 0;
}

.img_182 {
    position: absolute;
    top: 90%;
    left: 5%;
}

.img_183 {
    position: absolute;
    top: 90%;
    left: 10%;
}

.img_184 {
    position: absolute;
    top: 90%;
    left: 15%;
}

.img_185 {
    position: absolute;
    top: 90%;
    left: 20%;
}

.img_186 {
    position: absolute;
    top: 90%;
    left: 25%;
}

.img_187 {
    position: absolute;
    top: 90%;
    left: 30%;
}

.img_188 {
    position: absolute;
    top: 90%;
    left: 35%;
}

.img_189 {
    position: absolute;
    top: 90%;
    left: 40%;
}

.img_190 {
    position: absolute;
    top: 90%;
    left: 45%;
}

.img_191 {
    position: absolute;
    top: 90%;
    left: 50%;
}

.img_192 {
    position: absolute;
    top: 90%;
    left: 55%;
}

.img_193 {
    position: absolute;
    top: 90%;
    left: 60%;
}

.img_194 {
    position: absolute;
    top: 90%;
    left: 65%;
}

.img_195 {
    position: absolute;
    top: 90%;
    left: 70%;
}

.img_196 {
    position: absolute;
    top: 90%;
    left: 75%;
}

.img_197 {
    position: absolute;
    top: 90%;
    left: 80%;
}

.img_198 {
    position: absolute;
    top: 90%;
    left: 85%;
}

.img_199 {
    position: absolute;
    top: 90%;
    left: 90%;
}

.img_200 {
    position: absolute;
    top: 90%;
    left: 95%;
}

.birld_view_left_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.birld_view_right_top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.birld_view_left_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    transform: rotate(280deg);
}

.birld_view_right_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    transform: rotate(90deg);
}

.website_work_details_back_button,
.website_work_details_back_button:hover {
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
}

.mobile_work_details_back_button,
.mobile_work_details_back_button:hover {
    width: 50px;
    height: 50px;
    position: relative;
    left: 50px;
    top: 100px;
    color: #FFF;
    background: var(--theme-color);
    border-radius: 50%;
    padding-top: 17px;
    padding-left: 17px;
    display: none;
}

.mobile_work_details_back_button .btn {
    background: var(--theme-color);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: -1;
}

header#Header .outer_flex_box .inner_flex_box a img {
    filter: brightness(0%);
    width: 21px;
}


/*****************************responsive******************************/
@media only screen and (max-width: 768px) {

    .inner_flex_box:hover {
        .icon {
            opacity: 9 !important;
        }
    }

    .outer_flex_box_mobile{
        display: none;
    }

    section.Gallery .inner_flex_box .thumbnail:hover .content_left {
        /* display: none; */
        /* top: 6%; */
    }

    .copyright {
        font-size: 14px !important;
    }

    section.Gallery .inner_flex_box .thumbnail .content_left_mobile_view {
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        right: 0;
        width: 100%;
        bottom: 0;
        color: var(--theme-color-light);
        height: 20%;
        padding: 20px;
        box-sizing: border-box;
        /* transition: all 1s; */
        display: flex;
        align-items: flex-end;
    }

    #Header{
        position: fixed;
         width: 100%;
    }

    header#Header {
        height: 100px;
        display: block;
    }

    header#Header button.nav-trigger {
        height: 1.5rem;
        width: 2rem !important;
        position: relative;
        top: 38px;
        right: 0;
        z-index: 99999999;
        padding: 0 !important;
        background: transparent !important;
        display: flex !important;
        justify-content: end;
        border: none !important;
        float: right;
    }

    header#Header .containers ul li a {
        font-size: 18px;
        line-height: 20px;
        color: var(--theme-color-dark);
    }

    /* section.who .header_logo img {
  position: relative;
  display: block;
  top: 0;
  z-index: 9;
} */
    header#Header .outer_flex_box {
        display: block;
    }

    header#Header .outer_flex_box .inner_flex_box a img {
        filter: brightness(0%);
        width: 21px;
    }


    header#Header .outer_flex_box .inner_flex_box:not(:last-child) {
        margin-bottom: 1rem;
    }

    header#Header .outer_flex_box .inner_flex_box ul li:not(:last-child) {
        margin-bottom: 1rem;
    }

    header#Header ul {
        display: block;
        margin-bottom: 0;
    }

    .header_logo_awards img {
        position: relative;
        display: block;
        top: 0;
        z-index: 1;
    }

    section.services .container {
        padding-left: 55px;
        padding-right: 15px;
    }

    section.studio .container {
        padding-left: 55px;
        padding-right: 15px;
    }

    section.why .container {
        padding-left: 55px;
        padding-right: 15px;
    }

    section.who .row {
        padding-top: 12%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    section.who div#left-column {
        padding: 0 75px 0 30px;
    }

    section.who div#right-column {
        padding: 0 75px 0 30px;
    }

    @keyframes slideInLeft {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        100% {
            transform: translateX(10%);
            opacity: 1;
        }
    }

    @keyframes slideInRight {
        0% {
            transform: translateX(100%);
            opacity: 0;
        }

        100% {
            transform: translateX(10%);
            opacity: 1;
        }
    }

    section.who {
        padding-top: 0px;
    }

    section#who-section {
        h2 {
            margin-top: 80px;
        }
    }

    section#who-section .header_logo {
        padding-right: 0;
        padding-left: 0;
    }

    header#Header button.nav-trigger:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        background: #D9D9D9;
        transition: 0.5s;
    }

    header#Header button.nav-trigger span {
        width: 70%;
        height: 2px;
        background: #D9D9D9;
        top: 50%;
        position: relative;
        transition: 0.5s;
    }

    header#Header button.nav-trigger:after {
        content: "";
        position: absolute;
        top: 100%;
        width: 100%;
        height: 2px;
        background: #D9D9D9;
        left: 0;
        transition: 0.5s;
    }

    header#Header button.nav-trigger.active:before {
        top: 50%;
        transform: rotate(45deg);
        background: var(--theme-color);
    }

    header#Header button.nav-trigger.active:after {
        top: 50%;
        transform: rotate(-45deg);
        background: var(--theme-color);
    }

    header#Header nav.active {
        transform: translateX(0%);
    }

    header#Header button.nav-trigger.active span {
        width: 0%;
    }

    header#Header nav {
        position: fixed;
        top: 0rem;
        left: 0;
        right: 0;
        bottom: 0%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        background: var(--theme-color-light);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transform: translateX(100%);
        transition: 0.5s;
        padding-left: 3rem;
        padding-right: 3rem;
        overflow-x: hidden;
        z-index: 9999999;
        align-items: center;
    }

    header#Header nav #menu-header-menu>li>.sub-menu {
        position: static !important;
    }

    header#Header nav>ul {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        position: relative;
    }

    header#Header nav #menu-header-menu>li {
        align-items: start !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    h2 {
        font-size: 1.4rem;
    }

    footer#Footer {
        .contact {
            justify-content: center;
        }
    }

    section.Team .outer_flex_box {
        display: block;
    }

    section.Team .outer_flex_box .inner_flex_box .thumbnail {
        height: 400px;
        margin-bottom: 1rem;
    }

    section.Team .outer_flex_box .inner_flex_box .thumbnail img {
        height: 400px;
    }

    .bg_img_common {
        width: 45px;
        z-index: 6;
        display: none;
    }

    .bg_img_common::after {
        width: 15px;
        left: 15px;
    }

    ul.fixed_social_icons_common {
        left: 13px;
    }

    ul.fixed_social_icons_common li a {
        width: 25px;
        height: 25px;
    }

    ul.fixed_social_icons_common li a i {
        font-size: 15px;
    }

    section.Team .overlay .designation {
        left: 50px;
    }

    section.Team .overlay .name {
        left: 50px;
    }

    section.staff {
        .text_bottom {
            font-size: 28px;
            line-height: 28px;
            top: 10px;
            transform: translateX(-50%);
            left: 50%;
        }
    }

    body {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .copytext {
        font-size: 1rem;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 10px;
    }

    section.achievements .outer_flex_box {
        display: block;
    }

    section.achievements .outer_flex_box .inner_flex_box .thumbnail {
        height: auto;
        margin-bottom: 1rem;
    }

    section.achievements .outer_flex_box .inner_flex_box .thumbnail img {
        height: auto;
    }

    section.achievements .outer_flex_box .inner_flex_box .thumbnail .content_left .text {
        font-size: 22px;
        line-height: 30px;
    }

    section.achievements .outer_flex_box .inner_flex_box .thumbnail .content_bottom .text {
        font-size: 22px;
        line-height: 30px;
    }

    section.achievements .outer_flex_box .inner_flex_box .thumbnail .content_top .text {
        font-size: 22px;
        line-height: 30px;
    }

    /*************************services********************************************/
    section.services {
        .outer_flex_box {
            display: grid;
            grid-template-columns: repeat(2, 1fr);

            .box {
                transition: 0.9s all ease;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 25px 15px;
                flex-direction: column;
                flex: 1;
                position: relative;
                overflow: hidden;
                transition: transform 2s ease;
                transition: 0.9s color ease;
                transition: 0.9s opacity ease;

                .icon {
                    img {
                        max-width: 100px;
                        height: 65px;
                        object-fit: contain;
                        object-position: center;
                        filter: brightness(0%);
                        transition: 0.9s filter ease;
                        transition: transform 0.9s ease;
                    }
                }

                .text {
                    font-size: 22px;
                    line-height: 22.84px;
                    color: var(--theme-color-dark);
                    transition: 0.9s color ease;
                    transition: transform 0.9s ease;
                }

                .description {
                    font-size: 16px;
                    line-height: 16.54px;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity 0.9s ease, visibility 0.9s;
                    text-align: center;
                }

            }
        }

        .box:hover {
            .text {
                color: var(--theme-color);
                transition: color 0.9s ease;
                transform: scale(1.1);
                transition: transform 0.9s ease;
            }

            .icon {
                img {
                    filter: none;
                    transition: filter 0.9s ease;
                    transform: scale(1.1);
                    transition: transform 0.9s ease;
                }
            }

            .description {
                opacity: 1;
                visibility: visible;
                transition: opacity 0.9s ease;
                text-align: center;
            }
        }

        .box:nth-child(1) {
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
        }

        .box:nth-child(2) {
            border-bottom: 1px solid #000;
        }

        .box:nth-child(3) {
            border-right: 1px solid #000;
        }

    }

    .studio img.custom_height_custom {
        max-width: 100%;
        height: auto;
    }

    section.studio img.custom_height {
        max-width: 100%;
        height: auto;
    }

    section.studio .row {
        flex-direction: column-reverse;
    }

     section.why {
        .counter-up {
            .content {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-content: center;
                column-gap: 0rem;
                gap: 20px;

                .box {
                    transition: 0.9s all ease;
                    position: relative;
                    padding: 30px 15px;
                    flex: 1;
                    display: flex;
                    align-items: center;
                    flex-direction: column;

                    img {
                        max-width: 40px;
                        height: 40px;
                    }

                    .counter {
                        font-size: 1.5rem;
                        line-height: 30px;
                    }

                    span.plus-sign {
                        font-size: 1.5rem;
                        line-height: 30px;
                    }

                    .text {
                        font-size: 10px;
                        line-height: 16px;
                    }

                }
            }
        }
    }
    /* section.why {
        .counter-up {
            .content {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-content: center;
                column-gap: 0rem;
                gap: 20px;

                .box {
                    transition: 0.9s all ease;
                    position: relative;
                    padding: 30px 15px;
                    flex: 1;
                    display: flex;
                    align-items: center;
                    flex-direction: column;

                    img {
                        max-width: 65px;
                        height: 65px;
                    }

                    .counter {
                        font-size: 2rem;
                        line-height: 30px;
                    }

                    span.plus-sign {
                        font-size: 2rem;
                        line-height: 30px;
                    }

                    .text {
                        font-size: 16px;
                        line-height: 16px;
                    }

                }
            }
        }

        .box:after {
            display: none;
        }

        .box:before {
            display: none;
        }

        .box_1:before {
            content: '';
            position: absolute;
            top: 130px;
            left: 0;
            height: calc(100% - 130px);
            border-right: 0px solid;
            border-left: 1px solid #000;
            border-top: none;
            bottom: 0;
        }
        .box_2:before {
            content: '';
            position: absolute;
            top: 130px;
            left: 0;
            height: calc(100% - 130px);
            border-right: 1px solid #000;
            border-top: none;
            bottom: 0;
        }
        .box_3:before {
            content: '';
            position: absolute;
            top: 130px;
            left: 0;
            height: calc(100% - 130px);
            border-right: 0px solid;
            border-left: 1px solid #000;
            border-bottom: 1px solid #000;
            border-top: none;
            bottom: 0;
        }
        .box_4:before {
            content: '';
            position: absolute;
            top: 130px;
            left: 0;
            height: calc(100% - 130px);
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            border-top: none;
            bottom: 0;
        }

        .box:hover {

            .d-inline-flex .counter,
            .plus-sign {
                color: var(--theme-color) !important;
                transition: 0.9s all ease;
            }

            &.box:after {
                display: none;
            }

            &.box::before {
                display: none;
            }

            .text {
                transform: scale(1.1);
                transition: transform 0.9s ease;
            }

            .icon img {
                transform: scale(1.1);
                transition: transform 0.9s ease;
            }
        }

        .box:nth-child(1) {
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
        }

        .box:nth-child(2) {
            border-bottom: 1px solid #000;
            border-left: 1px solid #000;
        }

        .box:nth-child(3) {
            border-right: 1px solid #000;
        }

        .box:nth-child(4) {
            border-left: 1px solid #000;
        }
    } */

    .discuss-box .thumbnail img {
        display: block;
        width: 100%;
    }

    .discuss-box .content_left {
        background-color: var(--theme-color-dark);
        color: var(--theme-color-light);
        padding: 50px 55px;
        margin-bottom: 1rem;
    }

    .discuss-box .content_left .name {
        font-size: 35px;
        line-height: 36.05px;
    }

    .discuss-box .content_right {
        background-color: var(--theme-color-dark);
        color: var(--theme-color-light);
        padding: 50px 55px;
    }

    .discuss-box .content_right .name {
        font-size: 35px;
        line-height: 36.05px;
    }

    section.services .outer_flex_box .box .text {
        font-size: 18px;
        line-height: 18.84px;
    }

    header#Header .outer_flex_box .inner_flex_box:last-child {
        margin-left: 0rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    section.services {
        .outer_flex_box {
            display: grid;
            grid-template-columns: repeat(2, 1fr);

            .box {
                transition: 0.9s all ease;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 25px 15px;
                flex-direction: column;
                flex: 1;
                position: relative;
                overflow: hidden;
                transition: transform 2s ease;
                transition: 0.9s color ease;
                transition: 0.9s opacity ease;

                .icon {
                    img {
                        max-width: 100px;
                        height: 65px;
                        object-fit: contain;
                        object-position: center;
                        filter: brightness(0%);
                        transition: 0.9s filter ease;
                        transition: transform 0.9s ease;
                    }
                }

                .text {
                    font-size: 22px;
                    line-height: 22.84px;
                    color: var(--theme-color-dark);
                    transition: 0.9s color ease;
                    transition: transform 0.9s ease;
                }

                .description {
                    font-size: 16px;
                    line-height: 16.54px;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity 0.9s ease, visibility 0.9s;
                }

            }
        }

        .box:hover {
            .text {
                color: var(--theme-color);
                transition: color 0.9s ease;
                transform: scale(1.1);
                transition: transform 0.9s ease;
            }

            .icon {
                img {
                    filter: none;
                    transition: filter 0.9s ease;
                    transform: scale(1.1);
                    transition: transform 0.9s ease;
                }
            }

            .description {
                opacity: 1;
                visibility: visible;
                transition: opacity 0.9s ease;
            }
        }

        .box:nth-child(1) {
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
        }

        .box:nth-child(2) {
            border-bottom: 1px solid #000;
        }

        .box:nth-child(3) {
            border-right: 1px solid #000;
        }

    }

    div#right-column {
        padding-left: 30px;
        padding-right: 100px;
    }

    div#left-column {
        padding-left: 30px;
    }

    @keyframes slideInLeft {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        100% {
            transform: translateX(10%);
            opacity: 1;
        }
    }

    @keyframes slideInRight {
        0% {
            transform: translateX(100%);
            opacity: 0;
        }

        100% {
            transform: translateX(10%);
            opacity: 1;
        }
    }

    section.studio .container {
        /* padding-left: 95px; */
    }

    footer#Footer .container {
        padding-left: 95px;
    }

    footer#Footer .contact {
        display: flex;
        column-gap: 2rem;
        justify-content: center;
    }

    /* section.why {
        .counter-up {
            .content {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-content: center;
                column-gap: 0rem;

                .box {
                    transition: 0.9s all ease;
                    position: relative;
                    padding: 30px 15px;
                    flex: 1;
                    display: flex;
                    align-items: center;
                    flex-direction: column;

                    img {
                        max-width: 65px;
                        height: 65px;
                        object-fit: contain;
                        object-position: center;
                        width: 100%;
                        transition: transform 0.9s ease;
                    }

                    .counter {
                        font-size: 2rem;
                        line-height: 30px;
                        color: var(--theme-color-dark);
                        transition: 0.9s all ease;
                        font-weight: 600;
                    }

                    span.plus-sign {
                        font-size: 2rem;
                        line-height: 30px;
                        color: var(--theme-color-dark);
                        transition: 0.9s all ease;
                        font-weight: 600;
                    }

                    .text {
                        font-size: 18px;
                        line-height: 18px;
                        color: var(--theme-color-dark);
                        transition: 0.9s all ease;
                        transition: transform 0.9s ease;
                    }

                }
            }
        }

        .box:after {
            display: none;
        }

        .box:before {
            display: none;
        }

        .box:hover {

            .d-inline-flex .counter,
            .plus-sign {
                color: var(--theme-color) !important;
                transition: 0.9s all ease;
            }

            &.box:after {
                display: none;
            }

            &.box::before {
                display: none;
            }

            .text {
                transform: scale(1.1);
                transition: transform 0.9s ease;
            }

            .icon img {
                transform: scale(1.1);
                transition: transform 0.9s ease;
            }
        }

        .box:nth-child(1) {
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
        }

        .box:nth-child(2) {
            border-bottom: 1px solid #000;
        }

        .box:nth-child(3) {
            border-right: 1px solid #000;
        }
    } */

    section.why {
        .counter-up {
            .content {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-content: center;
                column-gap: 0rem;
                gap: 20px;

                .box {
                    transition: 0.9s all ease;
                    position: relative;
                    padding: 30px 15px;
                    flex: 1;
                    display: flex;
                    align-items: center;
                    flex-direction: column;

                    img {
                        max-width: 40px;
                        height: 40px;
                    }

                    .counter {
                        font-size: 1.5rem;
                        line-height: 30px;
                    }

                    span.plus-sign {
                        font-size: 1.5rem;
                        line-height: 30px;
                    }

                    .text {
                        font-size: 10px;
                        line-height: 16px;
                    }

                }
            }
        }
    }

    .studio img.custom_height_custom {
        max-width: 100%;
    }

    .studio img.custom_height {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) {


    section.services {
        /* padding-left: 80px; */
        h2 {
            animation: upDown 2s ease-in-out infinite;
        }

        /* background-color: #cacaca; */

        /* background-color: var(--theme-color-light-x); */
        .outer_flex_box {
            display: flex;
            justify-content: center;
            align-items: stretch;
            text-align: center;

            .box {
                transition: 0.9s all ease;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 100px 15px;
                flex-direction: column;
                flex: 1;
                position: relative;
                overflow: hidden;
                transition: transform 2s ease;
                transition: 0.9s color ease;
                transition: 0.9s opacity ease;

                .icon {
                    img {
                        max-width: 100px;
                        height: 65px;
                        object-fit: contain;
                        object-position: center;
                        filter: brightness(0%);
                        transition: 0.9s filter ease;
                        transition: transform 0.9s ease;
                    }
                }

                .text {
                    font-size: 28px;
                    line-height: 28.84px;
                    color: var(--theme-color-dark);
                    transition: 0.9s color ease;
                    transition: transform 0.9s ease;
                }

                .description {
                    font-size: 18px;
                    line-height: 18.54px;
                    opacity: 0;
                    visibility: hidden;
                    transition: opacity 0.9s ease, visibility 0.9s;
                }

                &:nth-child(odd) {
                    &::before {
                        content: '';
                        position: absolute;
                        display: block;
                        left: 0;
                        bottom: 0;
                        top: 0;
                        right: 0;
                        width: calc(100% - 1px);
                        border-left: none;
                        border-bottom: none;
                        border-top: 1px solid var(--theme-color-dark);
                        border-right: 1px solid var(--theme-color-dark);
                        box-sizing: border-box;
                        transition: transform 2s ease;
                        z-index: 1;
                    }
                }

                &:nth-child(even) {
                    &::after {
                        content: '';
                        position: absolute;
                        display: block;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        top: 0;
                        width: calc(100% - 1px);
                        border-left: none;
                        border-top: none;
                        border-bottom: 1px solid var(--theme-color-dark);
                        border-right: 1px solid var(--theme-color-dark);
                        box-sizing: border-box;
                        transition: transform 2s ease;
                        z-index: 1;
                    }
                }
            }
        }

        .box:last-child::after {
            content: '';
            position: absolute;
            display: block;
            left: 0;
            bottom: 0;
            top: 0;
            width: calc(100% - 1px);
            right: 0;
            border-left: none;
            border-top: none;
            border-bottom: 1px solid var(--theme-color-dark);
            border-right: none !important;
            box-sizing: border-box;
            transition: transform 2s ease;
        }

        .box:hover:nth-child(odd) {
            &::before {
                transform: rotateX(180deg);
                border-color: var(--theme-color) !important;
            }
        }

        .box:hover:nth-child(even) {
            &::after {
                transform: rotateX(180deg);
                border-color: var(--theme-color) !important;
            }
        }

        .box:hover {
            .text {
                color: var(--theme-color);
                transition: color 0.9s ease;
                transform: scale(1.1);
                transition: transform 0.9s ease;
            }

            .icon {
                img {
                    filter: none;
                    transition: filter 0.9s ease;
                    transform: scale(1.1);
                    transition: transform 0.9s ease;
                }
            }

            .description {
                opacity: 1;
                visibility: visible;
                transition: opacity 0.9s ease;
                /* text-align: justify; */
            }
        }
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
    @keyframes slideInRight {
        0% {
            transform: translateX(100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }

    .expand-section {
        /* border: 1px solid red; */
        width: 93%;
        left: 6%;
    }
    /* .laptop1024screen{
        width: 93% !important;
        right: 0;
    } */

    .studio img.custom_height_custom {
        max-width: 100%;
    }

    section.studio img.custom_height {
        max-width: 100%;
    }
    .services .container{
        padding-left: 65px;
    }
    /* .Gallery .container{
        padding-left: 80px;
    } */
    section.studio .container {
        padding-left: 65px;
    }

    section.why .container {
        padding-left: 95px;
    }

    footer#Footer .container {
        padding-left: 95px;
    }

    section.services .outer_flex_box {
        padding-left: 75px;
    }

    section.staff .text_bottom {
        font-size: 70px;
        line-height: 80px;
    }
}


.gallery-main-image:hover .pointer_img {
    display: block !important;
}

.custome_conenet {
    width: 500px;
}

.contact_header h2 {
    color: #fff;
    font-size: 50px;
}

.custome_conenet .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent;
    /* border: 0; */
    /* border-radius: .375rem; */
    opacity: 1;
    margin: 15px 25px;
    cursor: pointer;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-width: 900px;
}

.contact_form .form-group label {
    color: #fff;
    font-size: 15px;
}

.contact_form .form-group {
    margin-top: 18px;
}

.contact_form .custome_sub {
    color: #af4f4f;
    font-size: 16px;
    font-weight: 400;
}

.contact_form .custome_sub:hover {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.contact_form .form-control {
    background: transparent;
    border-bottom: 1px solid #FFF !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #fff;
}

.contact_form .form-control:focus {
    color: #FFF;
    background-color: transparent;
    /* border-color: transparent; */
    outline: 0;
    box-shadow: none;
    border-bottom: #af4f4f;
}

.offcanvas-backdrop.show {
    opacity: 0;
}

.left_contact_detail {
    display: flex;
    flex-wrap: wrap;
}

.left_contact_detail h3 {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
}

.left_contact_detail p {
    color: #FFF9;
    font-size: 14px;
}

.up_arrow {
    position: fixed;
    width: 25px;
    height: 25px;
    right: 5%;
    bottom: 10%;
    z-index: 9999;
}

.up_arrow svg {
    fill: #FFF;
}

/* .hover_svg svg path:hover{
    fill: #af4f4f;
} */

.hover_svg .gallery_icon {
    height: 40px;
    width: 40px;
    background: url('../images/gallery_icon.png');
    background-size: cover;
}

.hover_svg .gallery_icon:hover {
    height: 40px;
    width: 40px;
    background: url('../images/gallery_icon_red.png');
    background-size: cover;
}

.hover_svg .project_video {
    height: 40px;
    width: 40px;
    background: url('../images/project_video.png');
    background-size: cover;
}

.hover_svg .project_video:hover {
    height: 40px;
    width: 40px;
    background: url('../images/project_video_red.png');
    background-size: cover;
}

.hover_svg .tringle_icon {
    height: 40px;
    width: 40px;
    background: url('../images/tringle_icon.png');
    background-size: cover;
}

.hover_svg .tringle_icon:hover {
    height: 40px;
    width: 40px;
    background: url('../images/tringle_icon_red.png');
    background-size: cover;
}

.hover_svg .locations {
    height: 40px;
    width: 40px;
    background: url('../images/locations.png');
    background-size: cover;
}

.hover_svg .locations:hover {
    height: 40px;
    width: 40px;
    background: url('../images/locations_red.png');
    background-size: cover;
}

.mobi_view_on {
    display: none;
}

/* .close_popup{
    background: #FFF;
    border-radius: 50px;
} */

.mob_padding {
    padding-left: 0;
}



.custome_add_services .sercice_custome_card{
    background: rgb(202 202 202 / 58%);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin-top: 120px;
    border: 2px solid rgb(202 202 202 / 58%);
}
.custome_add_services .sercice_custome_card:hover{
    border: 2px solid;
}
.custome_add_services .sercice_custome_card:hover::after{
    position: absolute;
    content: '';
    width: 100%;
    /* background: #000; */
    height: 1.5px;
    bottom: 22%;
}
.custome_add_services .sercice_custome_card .white_round{
    position: relative;
    z-index: 1;
    background: #FFF;
    text-align: center;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -121px;
    box-shadow: 0px -4px 20px rgba(160, 23, 23, 0.1);
}
.custome_add_services .sercice_custome_card .white_round img{
    height: 100px;
}
.custome_add_services .sercice_custome_card h3{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.custome_add_services .sercice_custome_card p{
    /* height: 165px; */
    height: 325px;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    text-align: justify;
    display: flex;
    align-items: center;
}
.custome_add_services .sercice_custome_card .custome_btns_Explore{
    background: #FFF;
    border: 1px solid #af4f4f;
    color: #af4f4f;
    font-size: 17px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/* .custome_add_services .sercice_custome_card .custome_btns_Explore:hover{
    background: #af4f4f;
    color: #FFF;
} */
.swiper-button-next,
.swiper-button-prev {
    color: #000 !important;
    width: calc(var(--swiper-navigation-size) / 44* 80) !important;
}
.services .swiper-button-next,
.services .swiper-button-prev {
    color: #000 !important;
    width: calc(var(--swiper-navigation-size) / 44* 80) !important;
}
.services .service_left_right{
    width: 93% !important;
}
.Gallery .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}
.Gallery .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}
/* dixit code  */
@media (max-width: 480px) {
    .mob_padding {
        padding-left: 55px;
    }

    .up_arrow{
        right: 1.5%;
    }

    section.Gallery .gallery-main-image .gallery-image {
        height: 225px;
    }

    .gallery-main-image {
        height: 225px !important;
    }

    .gallery-main-image:hover .pointer_img {
        display: none !important;
    }

    section.Gallery .expand-section .controls {
        display: flex !important;
        justify-content: center !important;
        column-gap: 2rem !important;
    }

    section.Gallery h2 {
        text-align: center !important;
    }

    .contact_form .sub_btn {
        display: flex;
        justify-content: center;
    }

    section.Gallery .slick-list {
        height: 210px !important;
    }

    section.Gallery .gallery-slider .slick-slide img {
        height: 210px;
    }

    .mobi_view,
    .website_work_details_back_button {
        display: none;
    }

    .mobi_view_on,
    .mobile_work_details_back_button {
        display: block !important;
    }

    .project_data {
        padding-bottom: 450px;
    }

    .expand-section {
        width: 90%;
        left: 12%;
        /* overflow: hidden; */
    }

}

@media (max-width: 416px) {
    .bg_img_common::after {
        left: 16px;
        width: 16px;
    }

    .bg_img_common {
        width: 48px;
    }
}


@media (max-width: 415px) {
    .bg_img_common::after {
        width: 16px;
        left: 16px;
    }

    .bg_img_common {
        width: 48px;

    }
}

@media (max-width: 391px) {
    .bg_img_common::after {
        width: 14px;
        left: 16px;
    }

    .bg_img_common {
        width: 44px;

    }

    ul.fixed_social_icons_common {
        left: 7px;
    }
}

@media (max-width: 390px) {
    .bg_img_common::after {
        left: 15px;
    }

    .bg_img_common::after {
        width: 15px;
    }

    .bg_img_common {
        width: 45px;
    }
}

@media (max-width: 376px) {
    .bg_img_common::after {
        width: 15px;
        left: 14px;
    }

    .bg_img_common {
        width: 43px;

    }
}

@media (max-width: 375px) {
    .bg_img_common::after {
        left: 14.5px !important;
        width: 14px;
    }

    .bg_img_common {
        width: 43px;
    }
}


@media (max-width: 360px) {
    .bg_img_common::after {
        width: 14px;
        left: 13.5px;
    }

    .bg_img_common {
        width: 42px;
    }
}



/* @media (max-width: 290px) {
    .bg_img_common::after{
        left: 11.4px !important;
        width: 11px;
    }

    .bg_img_common{
        width: 34px;
    }
} */

@media only screen and (max-width: 768px) {
    .header-logo-mobile {
        position: relative;
    }

    .header-logo-mobile>img {
        position: absolute;
        left: -37px;
        /* left: -34px; */
        /* left: -13px; */
        right: 0;
        width: 100%;
        top: 73px;
    }

    .bg-custom-mobile {
        background-color: #000;
        width: 46px;
        position: fixed;
        top: 0px;
        height: 100vh;
        left: -8px;
        z-index: 1;
        display: none !important;
    }

    .bg-custom-mobile:before {
        content: '';
        background-color: #fff;
        width: 12px;
        display: block;
        position: absolute;
        top: 0;
        height: 100vh;
        left: 22px;
        display: none;
    }

    ul.fixed_social_icons_common {

        z-index: 999;
    }

}


/* second page :start */

/* body{
    background: #CACACA !important;
    font-family: "Quicksand", sans-serif !important;
} */

.collaborationProjectPricing .marun_f,
.collaborationArchitectInterior .marun_f{
    color: #af4f4f;
}
.collaborationArchitectInterior{
    background: #cacaca;
    z-index: 0;
    position: relative;
}

.collaborationArchitectInterior .main_title h2{
     font-family: "Josefin Sans", sans-serif;
    color: #000;
    font-size: 50px;
    font-weight: 400;
}
.collaborationArchitectInterior .main_title h3{
     font-family: "Josefin Sans", sans-serif;
    color: #af4f4f;
    font-size: 50px;
    font-weight: 400;
    /* text-transform: uppercase; */
}
.collaborationArchitectInterior .main_title h3 span{
    font-weight: 700;
}
.collaborationArchitectInterior .main_title h3:hover{
    color: #000;
}

.collaborationArchitectInterior  p{
    font-family: "Questrial", sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}



.collaborationProjectPricing{
    background: #cacaca;
    position: relative;
    z-index: 0;
}
.collaborationProjectPricing .bg_box_img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;

}
.collaborationProjectPricing .title_text h3{
     font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    z-index: 2;
    position: relative;
}
.collaborationProjectPricing .title_text h3 span{
     font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    font-weight: 400;
}
.collaborationProjectPricing .project_offer_card {
    position: relative;
    z-index: 2;
    /* border-radius: 10px; */
}
.collaborationProjectPricing .project_offer_card h2{
     font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
}
.collaborationProjectPricing .project_offer_card h5{
     font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.collaborationProjectPricing .project_offer_card h3{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.collaborationProjectPricing .project_offer_card .price_div{
    /* background: #af4f4f; */
}
.collaborationProjectPricing .project_offer_card h3 span{
     font-family: "Josefin Sans", sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.collaborationProjectPricing .project_offer_card ul li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    /* list-style-type: none; */
}
/* list-style-image: url(../images/trophy.svg) no-repeat left top; */
/* .collaborationProjectPricing .project_offer_card ul li {
    margin-bottom: 1rem;
    background: url(../images/trophy.svg) no-repeat left top;
    padding: 0px 0 3px 24px;
} */
.collaborationProjectPricing .project_offer_card p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.collaborationProjectPricing .project_offer_card .price_div p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.collaborationProjectPricing .my_get_in_coustem{
    font-size: 22px;
    font-weight: 500;
    color: #af4f4f;
    /* background: #af4f4f; */
    border: 1px solid #af4f4f;
    width: 70%;
    border-radius: 50px;
}

.collaborationProjectPricing .project_offer_card:hover{
    background: #af4f4f !important;

}
.collaborationProjectPricing .project_offer_card:hover h3 span,
.collaborationProjectPricing .project_offer_card:hover p,
.collaborationProjectPricing .project_offer_card:hover h3,
.collaborationProjectPricing .project_offer_card:hover h5,
.collaborationProjectPricing .project_offer_card:hover ul li,
.collaborationProjectPricing .project_offer_card:hover h2{
    color: #FFF;
    fill: #FFF;
}

.collaborationProjectPricing .project_offer_card:hover .my_get_in_coustem{
    background: #FFF;
    color: #000;
}

.collaborationProjectPricing .project_offer_card:hover .price_div{
    /* background: #000; */
}

.LetsWorktogether {
    background: #cacaca;
    z-index: 0;
}
.LetsWorktogether .Grow_together_card img{
    width: 30%;
}
/* .LetsWorktogether .Grow_together_card:hover{
    background: #000 !important;
    transition: transform 1s;
}
.LetsWorktogether .Grow_together_card:hover p{
    color: #FFF !important;
    transition: transform 1s;
} */

.bg_shado_img{
    position: absolute;
    /* background: #cacaca; */
    z-index: 1;
    top: 0%;
    height: 70%;
    width: 40%;
}

.dp_img_section{
    background: #cacaca;
}
.dp_img_section .resource {
    width: 100%;
    position: relative;
    color: white;
    overflow: hidden;
    /* box-shadow: 5px 5px 10px grey; */
    border-radius: 0px;
    img {
      width: 100%;
      height: 100%;
    }
  }

  .dp_img_section .img-title {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .dp_img_section #overlay {
    cursor: pointer;
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    padding: 20px;
  }
  /* .dp_img_section #overlay p{
    font-size: 24px;
  } */

  .dp_img_section .resource:hover {
    img {
      /* transform: scale(2); */
      transition: transform 0.5s;
    }
    #overlay5 {
      opacity: 1;
    }
    #overlay,
    #overlay2 {
      opacity: 1;
      transform: translateY(0px);
    }
    #overlay3,
    #overlay4 {
      opacity: 1;
      transform: translateX(0px);
    }
    #overlay6,
    #overlay7 {
      opacity: 1;
      transform: rotateY(0deg);
    }
    #overlay8 {
      opacity: 1;
      transform: scale(1);
    }
  }


  .servicesAvailable{
    background: #cacaca;
    z-index: 0;
  }
  .servicesAvailable .service_part{
    /* border-right: 1px solid #000; */
    background: #cacaca;
    border-left: 3px solid #af4f4f;
    border-bottom: 3px solid #af4f4f;
  }
  .servicesAvailable .service_part::after{
    position: absolute;
    content: '';
    right: 0%;
    bottom: 0%;
    border: 2px solid #af4f4f;
    height: 171px;
  }
  .servicesAvailable .service_part p{
    color: #af4f4f;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  .servicesAvailable .slider_numbrt{
    font-size: 20px;
    color: #af4f4f;
    border: 2px solid #af4f4f;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .LetsWorktogether h2{
     font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
  }
  .LetsWorktogether h3{
     font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
  }
  .LetsWorktogether  p{
    line-height: 29px;
  }
  .LetsWorktogether  p span{
    color: #af4f4f;
  }
  .LetsWorktogether .Grow_together_card{
    background: #cacaca;
    border-left: 3px solid #af4f4f;
    border-bottom: 3px solid #af4f4f;

  }
  .LetsWorktogether .Grow_together_card::after{
    position: absolute;
    content: '';
    right: 0%;
    bottom: 0%;
    border: 2px solid #af4f4f;
    height: 171px;
  }
  .LetsWorktogether .Grow_together_card h4{
     font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
  }

  .teamHoldSection{
    background: #cacaca;
    z-index: 0;
    position: relative;
  }
  .teamHoldSection .border_div{
    position: relative;
    border-bottom: 2px solid #af4f4f;
  }

  .teamHoldSection .border_div::before{
    position: absolute;
    content: '';
    left: 0%;
    bottom: 0%;
    border: 1px solid #af4f4f;
    height: 150px;
  }
  .teamHoldSection .border_div::after{
    position: absolute;
    content: '';
    right: 0%;
    bottom: 0%;
    border: 1px solid #af4f4f;
    height: 150px;
  }
  .teamHoldSection .border_div img{
    width: 100px;
  }
  .teamHoldSection .teamLeader img{
    width: 150px;
  }
  .teamHoldSection p span{
    color: #af4f4f;
  }
  .teamHoldSection .my_get_in_coustem{
    background: #af4f4f;
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    padding: 8px 30px !important;
    border-radius: 50px !important;
  }
  .teamHoldSection .my_get_in_coustem svg{
    height: 25px;
    width: 25px;
  }
  .teamHoldSection .my_get_in_coustem:hover svg path{
    fill: #FFF;
  }
  .collab_getintouch form select,
  .collab_getintouch form input{
    background: transparent;
    color: #FFF;
    border-bottom: 2px solid #FFF !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0%;
    font-size: 18px;
    width: 68%;
  }
  .collab_getintouch form select option{
    background: #000;
  }

  .collab_getintouch form label{
    color: #FFF;
    font-weight: 600;
  }
  .collab_getintouch h3{
    color: #FFF;
    font-size: 35px;
  }
  .collab_getintouch form .sub_btn{
    /* background: #af4f4f; */
    border: 1px solid #af4f4f;
    color: #af4f4f;
    border-radius: 50px;
    font-weight: 600;
  }
  .collab_getintouch form .sub_btn:hover{
    border: 2px solid #af4f4f;
    background: #af4f4f;
    color: #FFF;
    border-radius: 50px;
  }
  .collab_getintouch form ::-ms-input-placeholder { /* Edge 12-18 */
    color: #b0b0b0;
  }
  .collab_getintouch form ::placeholder {
    color: #b0b0b0;
    opacity: 1; /* Firefox */
  }
  .collab_getintouch .form-control:focus {
    color: #FFF;
    background-color: transparent !important;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}
.collab_getintouch form .iti{
    width: 80%;
}
.collab_getintouch form .iti--separate-dial-code .iti__selected-dial-code {
    color: #FFF;
}

ul.fixed_social_icons_common li .only_collab{
    height: 50px;
    width: 50px;
    margin-left: -6px;
    background: #af4f4f;
}
ul.fixed_social_icons_common li .only_collab:hover{
    background: #FFF;
}

ul.fixed_social_icons_common li:hover a i{
    color: #FFF;
}
ul.fixed_social_icons_common li:hover a svg path{
    fill: #af4f4f;
}
ul.fixed_social_icons_common li:hover a svg{
    transform: scale(1.1);
    transition: transform .8s;
}

/* success model style  */
.swal2-icon.swal2-success .swal2-success-fix{
    display: none;
}
.swal2-container.swal2-center>.swal2-popup {
    background: #000;
    border-radius: 0px;
}
.swal2-title {
    color: #FFF !important;
}
.swal2-actions{
    display: none !important;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    display: none;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    display: none;
}

.services .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}

.services .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}
@media (max-width: 768px){
    .collaborationArchitectInterior .main_title h2 {
        font-size: 20px;
    }
    .collaborationArchitectInterior .main_title h3 {
        font-size: 20px;
    }
    .collaborationProjectPricing .project_offer_card ul li,
    .collaborationProjectPricing .project_offer_card p,
    .collaborationArchitectInterior p {
        font-size: 14px;
    }
    .collaborationProjectPricing .project_offer_card h2 {
        font-size: 20px;
    }
    .collaborationProjectPricing .project_offer_card h3 span {
        font-size: 28px;
    }

    .dp_who-section .mob_padding,
    .Gallery .mob_padding,
    .teamHoldSection .mob_padding,
    .servicesAvailable .mob_padding,
    .LetsWorktogether .mob_padding,
    .collaborationProjectPricing .mob_padding,
    .collaborationArchitectInterior .mob_padding {
        padding-left: 55px;
    }
    .collaborationProjectPricing .title_text h3 span,
    .collaborationProjectPricing .title_text h3 {
        font-size: 23px;
    }
    /* .servicesAvailable .service_part{
        border: 1px solid #000;
        border-radius: 10px;
      } */
      .servicesAvailable .service_part::after{
        right: 0%;
      }
      .bg_shado_img {
        position: absolute;
        /* background: #cacaca; */
        z-index: 0;
        top: 0%;
        height: 50%;
        width: 70%;
    }
    .servicesAvailable .service_part p{
        font-size: 20px;
    }
    .LetsWorktogether h3{
       font-size: 17px;
     }
     .LetsWorktogether h2 {
        font-size: 25px;
    }
    .teamHoldSection .border_div img{
        width: 50px;
      }
    .teamHoldSection .border_div h4{
        font-size: 13px;
      }
      .teamHoldSection .teamLeader img {
        width: 80px;
    }
    .teamHoldSection .border_div::after,
    .teamHoldSection .border_div::before {
        height: 100px;
    }
    .collab_getintouch form select, .collab_getintouch form input {
        width: 100%;
    }
    .collab_getintouch form .iti {
        width: 100%;
    }

    footer#Footer {
        & ul.social-icons li.list-inline-item {
            a {
                color: var(--theme-color-light);
                font-size: 30px;
            }
        }
    }
    .collab_getintouch h3 {
        color: #FFF;
        font-size: 25px;
    }
    .collaborationProjectPricing .project_offer_card h5 {
        font-size: 14px;
    }
    .collaborationProjectPricing .project_offer_card ul.min_height{
        min-height: 215;
    }

    ul.fixed_social_icons_common li .only_collab {
        height: 32px;
        width: 32px;
        margin-left: -2px;
    }
    ul.fixed_social_icons_common li .only_collab svg{
        height: 19px !important;
        width: 19px !important;
    }
    .collaborationProjectPricing .my_get_in_coustem {
        font-size: 18px;
        font-weight: 500;
        color: #af4f4f;
        /* background: #af4f4f; */
        border: 1px solid #af4f4f;
        width: 40%;
        border-radius: 50px;
    }
    section.studio {
        .outer_flex_box {
            flex-direction: column;
        }
    }
    section.studio {
        & .outer_flex_box {
            /* display: flex;
            flex-direction: row; */
            .inner_flex_box {
                margin: 10px 0px;
            }
        }
    }

    .dp_service_card .blank_div {
        height: 220px !important;
    }
    section.who {
        .description {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.288rem;
            text-align: justify;
            line-height: 20px;
        }
    }
    .dp_service_card .p_height{
        min-height: 100px !important;
    }
    .my_custome_slider {
        width: 94% !important;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44* 11) !important;
        height: var(--swiper-navigation-size);
        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }
    .services .swiper-button-next, .services .swiper-button-prev {
        color: #000 !important;
        width: calc(var(--swiper-navigation-size) / 44* 112) !important;
    }
    .services .service_left_right {
        width: 110% !important;
    }
    .services .swiper-button-next svg, .services .swiper-button-prev svg {
        width: 100%;
        height: 75%;
        object-fit: contain;
        transform-origin: center;
    }
    .custome_add_services .sercice_custome_card h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .custome_add_services .sercice_custome_card p {
        /* height: 140px !important; */
        height: 235px !important;
        color: #000;
        line-height: 23px;
        font-size: 14px !important;
    }
    .custome_add_services .sercice_custome_card .custome_btns_Explore {
        font-size: 14px;
    }
    section.Gallery .inner_flex_box .thumbnail .content_left .text {
        font-size: 16px;
    }
    section.Gallery .inner_flex_box .thumbnail .content_left {
        /* top: 32%; */
    }
    .custome_add_services .sercice_custome_card:hover::after {
        position: absolute;
        content: '';
        width: 100%;
        /* background: #000; */
        height: 2.5px;
        bottom: 23%;
    }

    section.studio .outer_flex_box .inner_flex_box .icon img {
        max-width: 45px;
        height: 60px;
        width: 100%;
        object-fit: contain;
        object-position: center;
        transition: all 0.5s ease;
    }
    .header_work_btn:hover h4 {
        display: none !important;
    }
    .header_work_btn:hover {
        width: 25px !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px){
    .collaborationArchitectInterior .main_title h2 {
        font-size: 30px;
    }
    .collaborationArchitectInterior .main_title h3 {
        font-size: 18px;
    }
    .collaborationProjectPricing .project_offer_card ul li,
    .collaborationProjectPricing .project_offer_card p,
    .collaborationArchitectInterior p {
        font-size: 16px;
    }
    .collaborationProjectPricing .project_offer_card h2 {
        font-size: 20px;
    }
    .collaborationProjectPricing .project_offer_card h3 span {
        font-size: 28px;
    }
    .teamHoldSection .mob_padding,
    .servicesAvailable .mob_padding,
    .LetsWorktogether .mob_padding,
    .collaborationProjectPricing .mob_padding,
    .collaborationArchitectInterior .mob_padding {
        padding-left: 75px;
    }
    .LetsWorktogether .mob_padding,
    .collaborationProjectPricing .mob_padding,
    .collaborationArchitectInterior .mob_padding {
        padding-right: 15px;
    }
    .collaborationProjectPricing .title_text h3 span,
    .collaborationProjectPricing .title_text h3 {
        font-size: 30px;
    }
    .servicesAvailable .service_part p{
        font-size: 20px;
      }
      .servicesAvailable .service_part::after{
        right: 0%;
      }
      .teamHoldSection .border_div img{
        width: 80px;
      }
      .teamHoldSection .teamLeader img {
        width: 120px;
    }
    /* .servicesAvailable .service_part{
        border: 1px solid #000;
        border-radius: 10px;

      } */
      section.Gallery{
        padding-left: 65px !important;
    }
    .dp_service_card::before {
        width: 100%;
        height: 30% !important;
    }
    .dp_service_card .blank_div {
        height: 255px !important;
    }
    .dp_service_card .p_height {
        min-height: 149px !important;
    }
    .dp_service_card .dp_service_round h3 {
        font-size: 30px !important;
    }
    .dp_service_card .dp_service_round {
        height: 140px !important;
    }
    .services .service_left_right {
        width: 91% !important;
    }
    #Header .containers{
        width: 100% !important;
    }
    .services .mob_padding{
        padding-left: 80px;
    }
    .header_logo img {
        top: -35.59px !important;
        max-width: 430px;
    }
    .header-logo-mobile {
        position: relative;
    }

    .header-logo-mobile>img {
        position: absolute;
        left: 0px;
        /* left: -34px; */
        /* left: -13px; */
        right: 0;
        width: 60%;
        top: 46px;
    }
    header#Header {
        height: 100px;
        display: block;
        height: 80px;
    position: relative;
    display: flex;
    align-items: end;
    /* transition: linear 0.5s all; */
    background-color: #cacaca;
    justify-content: end;
    z-index: 1;
    }
    ul.fixed_social_icons_common {
        position: fixed;
        top: 60vh;
        /* top: 460px; */
        z-index: 2;
        left: 7px;


}
@media (min-width: 1025px) and (max-width: 1280px){
    .collaborationArchitectInterior .main_title h2 {
        font-size: 35px;
    }
    .collaborationArchitectInterior .main_title h3 {
        font-size: 25px;
    }
    .collaborationProjectPricing .project_offer_card ul li,
    .collaborationProjectPricing .project_offer_card p,
    .collaborationArchitectInterior p {
        font-size: 18px;
    }
    .collaborationProjectPricing .project_offer_card h2 {
        font-size: 20px;
    }
    .collaborationProjectPricing .project_offer_card h3 span {
        font-size: 28px;
    }
    .teamHoldSection .mob_padding,
    .servicesAvailable .mob_padding,
    .LetsWorktogether .mob_padding,
    .collaborationProjectPricing .mob_padding,
    .collaborationArchitectInterior .mob_padding {
        padding-left: 90px;
    }
    .collaborationProjectPricing .title_text h3 span,
    .collaborationProjectPricing .title_text h3 {
        font-size: 30px;
    }
    .servicesAvailable .service_part p{
        font-size: 20px;
      }
      #Header .containers{
        width: 100% !important;
    }

}

/* second page :end */


.my_custome_slider{
    width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}


.dp_service_card{
    background: rgba(160, 23, 23, 0.1);
    position: relative;
    min-height: 350px;
    height: 100%;
}
.dp_service_card::before{
    position: absolute;
    content: '';
    background: #FFF;
    width: 100%;
    height: 23%;
}
.dp_service_card .blank_div{
    height: 150px;
}
.dp_service_card .dp_service_round{
       /* background: #FFF; */
       width: 100%;
       height: 92px;
       /* border: 4px solid rgba(160, 23, 23, 0.1); */
       border-radius: 50%;
       /* position: absolute; */
       margin-top: 16%;
       transform: translateY(50%);
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
}
.dp_service_card .dp_service_round img{
    width: 50px;
}
.dp_service_card .dp_service_round h3{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dp_service_card .custome_btns_Explore{
    background: #FFF;
    border: 1px solid #af4f4f;
    color: #af4f4f;
    font-size: 17px;
    border-radius: 50px;
    width: 38%;
    text-align: center;
}
.dp_service_card .custome_btns_Explore:hover{
    background: #af4f4f;
    color: #FFF;
}
.dp_service_card .p_height{
    min-height: 220px;
}
.dp_service_card  p{
    color: #000;
    line-height: 29px;
    font-size: 18px;
}

/* .custome_add_services .sercice_custome_card{
    background: rgba(160, 23, 23, 0.1);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin-top: 120px;
}
.custome_add_services .sercice_custome_card .white_round{
    background: #FFF;
    text-align: center;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -121px;
    box-shadow: 0px -4px 20px rgba(160, 23, 23, 0.1);
}
.custome_add_services .sercice_custome_card .white_round img{
    height: 100px;
}
.custome_add_services .sercice_custome_card h3{
    font-size: 20px;
    font-weight: 700;
}
.custome_add_services .sercice_custome_card p{
    height: 165px;
    color: #000;
    line-height: 24px;
    font-size: 16px;
}
.custome_add_services .sercice_custome_card .custome_btns_Explore{
    background: #FFF;
    border: 1px solid #af4f4f;
    color: #af4f4f;
    font-size: 17px;
    border-radius: 50px;
    /* width: ; */
    /* text-align: center; */
}
.custome_add_services .sercice_custome_card .custome_btns_Explore:hover{
    /* background: #af4f4f; */
    color: #FFF;
} */





.custome_add_services .sercice_custome_card .custome_btns_Explore {
   background: #FFF;
    border: 1px solid #af4f4f;
    color: #af4f4f;
    font-size: 17px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden; /* Prevent background overflow */
    transition: color 0.3s ease; /* Smooth text color transition */
}

/* Pseudo-element for sliding background */
.custome_add_services .sercice_custome_card .custome_btns_Explore::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Start outside the button */
    width: 100%;
    height: 100%;
    background: #af4f4f; /* Hover background color */
    z-index: -1; /* Place behind text */
    transition: all 0.3s ease; /* Smooth transition for the background */
}

/* Hover state for the button */
.custome_add_services .sercice_custome_card .custome_btns_Explore:hover {
    color: #FFF; /* Change text color on hover */
}

/* Hover state for the background */
.custome_add_services .sercice_custome_card .custome_btns_Explore:hover::before {
    left: 0; /* Slide background into view */
}

.header_work_btn h4 {
    display: none;
    transition: all 0.3s ease; /* Smooth transition for appearance */
}

.header_work_btn:hover h4 {
    display: block;
    color: #FFF;
    font-size: 16px;
}

.header_work_btn {
    transition: all 0.3s ease; /* Smooth transition for hover styles */
}

.header_work_btn:hover {
    width: 120px !important;
    border-radius: 100px !important;
    background: #af4f4f; /* Set the hover background color */
    border-color: #af4f4f; /* Set the hover border color */
    color: #fff; /* Text color on hover */
    /* justify-content: space-between; */
    padding: 0 10px
}

.Why_Us_Sec_new .custome_wu_card{
    border-right: 1px dashed #af4f4f;
}
.Why_Us_Sec_new .custome_wu_card .icon_bg{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #af4f4f;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .header_work_btn:hover {
        width: 25px !important;
    }
    .Why_Us_Sec_new .custome_wu_card{
        border-right: none;
    }
}

@media (min-width: 1025px) and (max-width: 1380px){
        .header_logo img {
        top: -48.59px;
        width: 480px !important;
    }
    ul.fixed_social_icons_common {
        left: 11px !important;
    }
}


/* .fade-opacity {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

[data-aos="zoom-in"].aos-animate .fade-opacity {
    opacity: 1;
} */
@keyframes fadeOnly {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-only {
    opacity: 0;
    animation: fadeOnly 1.5s ease-in-out forwards;
    animation-delay: 0.2s; /* Optional delay */
    filter:  grayscale(100%);
}

#scrollToTopBtn {
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
