.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%);
    height: 100%;
  }
  .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,
  .dp_all_works img{
    transition: transform 2s, filter 1.5s ease-in-out !important;
    transform-origin: center center;
  }
  .dp_all_works:hover img{
    filter: brightness(100%);
    transform: scale(1.3);
  }
  .thumbnail:hover img{
    filter: brightness(100%);
    transform: scale(1);
  }
  .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;
  }
  .z_index_5{
    /* z-index: 1050 !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: 55vh;
    /* top: 460px; */
    z-index: 12;
    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.3s 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: 99;
}

@font-face {
    font-family: "Autography";
    src: url("../autography/Autography.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "ArialCustom";
    src: url("../arial/arial.woff") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

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 .container {
    position: relative;
}

/*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: #cacaca;
    position: fixed;
    height: 100vh;
    width: 69px;
    z-index: 12;
    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: 214px;
    position: relative;

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

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

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

    .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: 552px;
    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: 4;
}

/*************************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;
    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;
                    }
                }
            }
            &:hover{
                background: #000;
            }
        }
    }

    .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;
    }

} */


section.Team {
    background-color: #cacaca;
    padding-top: 4.688rem;

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

        .inner_flex_box {
            position: relative !important; /* Needed for pseudo-element positioning */
            overflow: hidden; /* Confine the background animation within the box */

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

                img {
                    height: 385px;
                    width: 100%;
                    object-fit: cover;
                    object-position: center;
                    filter: grayscale(100%);
                    display: block;
                    transition: filter 0.6s ease; /* Smooth grayscale removal */
                }

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

                &:hover {
                    .overlay {
                        opacity: .5;
                        .name{
                            z-index: 5;
                        }
                    }

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

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

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

            /* Black background effect using a pseudo-element */
            &::before {
                content: "";
                position: absolute;
                top: 00%; /* Start above the box */
                left: 0;
                width: 100%;
                height: 100%;
                background: black; /* Background color */
                z-index: 0; /* Place behind content */
                transition: top 0.6s ease; /* Smooth slide effect */
            }

            /* On hover, slide the background down */
            &:hover::before {
                top: 0; /* Bring the background fully into view */
                background-color: #FFF;
            }
        }
    }

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

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





/*************************Discuss*******************************************/
section.Discuss {
    background: #cacaca;
    .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: 28px;
        }

        .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;
        filter: grayscale(100%);
    }

    .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%);
    }
    .sketch-overlay-dp img {
        filter: grayscale(100%);
        transition: filter 0.5s ease; /* Adjust the duration and easing as needed */
    }

    .sketch-overlay-dp img:hover {
        filter: grayscale(0%);
    }

    .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: rgb(0 0 0 / 29%);
                    position: absolute;
                    right: -100%;
                    width: 100%;
                    top: 0%;
                    color: var(--theme-color-light);
                    height: 100%;
                    padding: 20px;
                    box-sizing: border-box;
                    transition: all 0.3s;
                    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: rgb(0 0 0 / 29%);
                    position: absolute;
                    bottom: -100%;
                    width: 100%;
                    left: 0%;
                    color: var(--theme-color-light);
                    height: 100%;
                    padding: 20px;
                    box-sizing: border-box;
                    transition: all 0.3s;
                    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: rgb(0 0 0 / 29%);
                    position: absolute;
                    top: -100%;
                    width: 100%;
                    left: 0%;
                    color: var(--theme-color-light);
                    height: 100%;
                    padding: 20px;
                    box-sizing: border-box;
                    transition: all 0.3s;
                    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;
    padding-top: 40px !important;
}

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: 350px;
    /* height: 350px; */
    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;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    background: #fff;
    /* font-size: 31px; */
    /* height: 40px; */
    /* aspect-ratio: 1 / 1; */
    border: none;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

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;
    margin: 3px;
    border: 2px solid #000;
}

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

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

section.Gallery .inner_flex_box .thumbnail .content_left {
    background-color: rgb(0 0 0 / 29%);
    position: absolute;
    right: -100%;
    width: 100%;
    top: 0%;
    color: var(--theme-color-light);
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s;
    display: flex;
    align-items: flex-end;
}

section.Gallery .inner_flex_box .thumbnail .content_left .text {
    font-family: var(--theme-body-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 43.4px;
    color: var(--theme-color-light);
}

section.Gallery .inner_flex_box .thumbnail .content_left_mobile_view {
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-image: linear-gradient(#00000000, rgba(0, 0, 0, 1));
    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;
}

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


/* 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;
}

.modal{
    background: #00000087 !important;
}

/*****************************responsive******************************/
@media only screen and (max-width: 768px) {
    section.Gallery .inner_flex_box .thumbnail:hover .content_left {
        display: none;
    }

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

    section.Gallery .inner_flex_box .thumbnail .content_left_mobile_view {
        /* background-color: rgba(0, 0, 0, 0.8); */
        background-image: linear-gradient(#00000000, rgba(0, 0, 0, 1));
        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%;
         z-index: 3;
    } */

    header#Header {
        height: 101px;
        display: block;
        width: 92%;
        margin-left: auto;
    }

    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: 100%;
        margin-bottom: 1rem;
    }

    section.Team .outer_flex_box .inner_flex_box .thumbnail img {
        height: 100%;
    }

    .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: 30px;
        font-size: 16px !important;
    }

    section.Team .overlay .name {
        left: 30px;
        font-size: 22px;
    }

    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;

                .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: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;
        }
    }

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

    .discuss-box .content_left {
        background-color: var(--theme-color-dark);
        color: var(--theme-color-light);
        padding: 40px 24px;
        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: 40px 24px;
    }

    .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;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 25px !important;
        height: 10px;
    }
}

@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;
        }
    }

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

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

@media only screen and (min-width: 1024px) {
    section.services {
        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%;
    }

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

    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: #af4f4f;
}

/* .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_1 {
    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_1 {
    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_1 {
    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_1 {
    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; */
}

.swiper-button-next,
.swiper-button-prev {
    color: #000 !important;
}

/* dixit code  */
@media (max-width: 480px) {
    .mob_padding {
        padding-left: 55px;
    }

    .up_arrow{
        right: 7.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; */
        display: none !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;
    }

    .website_work_details_back_button {
        /* display: none; */
        /* position: relative !important; */
        /* top: -7%;
        left: 7%;
        height: 31px;
        width: 31px;
        padding: 4px; */
    }
    .mobi_view {
        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;
    }
} */

header#Header .outer_flex_box .inner_flex_box a img {
    filter: brightness(0%);
    width: 21px;
}
@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: #cacaca;
        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;
}
.marun_ff{
    color: #af4f4f !important;
}
.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: 49%;
    padding: 9px 12px;
    border-radius: 50px;
}


.collaborationProjectPricing .project_offer_card:hover{
    background: #a7a5a5 !important;
    border: 2px solid ;

}
/* .collaborationProjectPricing .project_offer_card: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;
}
.collaborationProjectPricing .project_offer_card:hover::after {
    width: 100% !important;
    height: 100% !important;
}

.collaborationProjectPricing .project_offer_card::before, .collaborationProjectPricing .project_offer_card .innerBox::after {
    box-sizing: inherit !important;
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.collaborationProjectPricing .project_offer_card::after {
    bottom: 0 !important;
    right: 0 !important;
} */

.collaborationProjectPricing .project_offer_card:hover .exploreTeamBorder{
    border-color: #FFF;
}

.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;
  }


  .exploreTeamBorder{
      border: 2px solid #af4f4f;
      border-radius: 100px;
      display: inline-block;
        /* border-left: 3px solid #af4f4f;
        border-bottom: 3px solid #af4f4f; */
  }

  /* .exploreTeamBorder::after {
    position: relative;
      content: '';
      right: 0%;
      bottom: 0%;
      height: 20px;
      border: 2px solid #af4f4f;
  } */

  .servicesAvailable .service_part{
    /* border-right: 1px solid #000; */
    background: #cacaca;
    border-left: 3px solid #af4f4f;
    border-bottom: 3px solid #af4f4f;
}
.servicesAvailable .service_part:hover img{
      transition: transform .2s;
    transform: scale(1.1);
  }
  .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:hover img{
    transform: scale(1.1);
    transition: transform .2s;
  }
  .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: 50px;
    width: 50px;
  }
  .teamHoldSection .my_get_in_coustem:hover svg path{
    fill: #af4f4f;
  }
  .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;
}
.discription_part{
    position: relative;
}
.discription_part .Grow_together_card table tr .redd{
    color: #af4f4f !important;
}
.discription_part .Grow_together_card table tr td{
    padding: 8px 0px;
}
.discription_part .Grow_together_card{
    /* display: flex; */
    position: relative;
    background: #cacaca;
    /* border-left: 3px solid #af4f4f; */
    /* border-bottom: 3px solid #af4f4f; */

  }
  /* .discription_part .Grow_together_card::after{
    position: absolute;
    content: '';
    right: 0%;
    bottom: 0%;
    border: 2px solid #af4f4f;
    height: 77px;
  } */


  /* NEW PAGES START */
  .design_documentation{
    background: #cacaca;
    position: relative;
  }
  .design_documentation .bg_home_vectore_image{
    position: absolute;
    top: 10%;
    width: 100%;
  }
  .design_documentation .main_title h3{
    font-family: "Josefin Sans", sans-serif;
    color: #af4f4f;
    font-size: 44px;
    font-weight: 700;
  }
  .design_documentation p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .dp_what_we_provide .dp_provide_card{
    background: #D8D8D8;
    /* box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.25); */
  }
  .dp_what_we_provide .dp_provide_card:hover{
    background: #FFF;
  }
  .dp_what_we_provide .dp_provide_card .dp_icon{
    height: 140px;
    width: 140px;
    border: 2px solid #af4f4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding: 30px;
  }
  .dp_what_we_provide .dp_provide_card h4{
    font-size: 18px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_what_we_provide .dp_provide_card p{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 18px;
  }
  .dp_what_we_provide .dp_provide_card ul li{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 22px;
  }
  .dp_what_we_provide .dp_provide_card .my_get_in_coustem{
    font-size: 22px;
    font-weight: 500;
    color: #af4f4f;
    /* background: #af4f4f; */
    border: 1px solid #af4f4f;
    padding: 9px 20px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
  }
  .dp_what_we_provide .dp_provide_card .my_get_in_coustem:hover{
    /* background: #af4f4f; */
    /* color: #FFF; */
  }

  .dp_Here_we_are h3,
  .dp_Scope_of_work h3{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_Here_we_are h2,
  .dp_Scope_of_work h2{
    font-size: 30px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_Scope_of_work p{
    font-size: 20px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    width: 100%;
    margin: 0 auto;
  }

  .dp_Scope_of_work .dp_scope_card{
    /* border-right: 2px solid #af4f4f;
    border-bottom: 2px solid #af4f4f;
    position: relative; */
    background-image: url('../images/Vector_box_border.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .dp_Scope_of_work .dp_scope_card h4{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_Scope_of_work .dp_scope_card p{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_Scope_of_work .dp_scope_card .dp_icon{
    border: 2px solid #af4f4f;
    background-color: #af4f4f;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  .dp_Scope_of_work .dp_scope_card:hover .dp_icon img {
    transition: transform .2s;
    transform: scale(1.1);
  }

  .dp_Scope_of_work .my_get_in_coustem{
    font-size: 20px;
    font-weight: 500;
    color: #af4f4f;
    /* background: #af4f4f; */
    border: 1px solid #af4f4f;
    width: 168px;
    padding: 9px 20px;
    border-radius: 50px;
  }
  .dp_Scope_of_work .my_get_in_coustem:hover{
    /* background: #af4f4f;
    color: #FFF; */
  }

  .dp_Here_we_are .dp_form_sec{
    border: 2px solid #af4f4f;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
  }
  .dp_Here_we_are .dp_form_sec form label{
    font-size: 20px;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    width: 200px;
}
.dp_Here_we_are .dp_form_sec form input{
    background: transparent;
    font-size: 15px;
    font-family: "Josefin Sans", sans-serif;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    outline: none;
  }
  .dp_Here_we_are .dp_form_sec form .my_get_in_coustem{
    font-size: 22px;
    font-weight: 500;
    color: #af4f4f;
    /* background: #af4f4f; */
    border: 1px solid #af4f4f;
    width: 166px;
    padding: 9px 20px;
    border-radius: 50px;
  }
  .dp_Here_we_are .dp_form_sec form  .my_get_in_coustem:hover{
    /* background: #af4f4f; */
    color: #FFF;
  }
  .dp_outer .my_get_in_coustem{
    font-size: 22px;
    font-weight: 500;
    color: #af4f4f;
    /* background: #af4f4f; */
    border: 1px solid #af4f4f;
    width: 166px;
    padding: 9px 20px;
    border-radius: 50px;
  }
  .dp_outer .my_get_in_coustem:hover{
    /* background: #af4f4f; */
    color: #FFF;
  }


  /* RANGE START */



  /* NEW CODE .....  */
  .dp_Here_we_are .dp_form_sec form .range-item {
    position: relative;
    width: 100%;
  }
  .dp_Here_we_are .dp_form_sec form .range-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input {
    margin-top: 6px;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input input {
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-bottom: 0;
  }
  .dp_Here_we_are .dp_form_sec form .range-item ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(100% + 34.4px);
    margin: 0 -17px;
  }
  .dp_Here_we_are .dp_form_sec form .range-item ul .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  .dp_Here_we_are .dp_form_sec form .range-item ul .list-inline-item span {
    position: relative;
    min-width: 58px;
    text-align: center;
    display: block;
    font-size: 14px;
    padding-top: 4px;
    word-break: break-word;
    color: #af4f4f;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: calc(100% - 14px);
    background-color: #ddd;
    z-index: 0;
    margin: 0 7px;
    border-radius: 50px;
    overflow: hidden;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input.disable-range + ul .list-inline-item span::before {
    background-color: #b1b1b1;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input.disable-range .range-line .active-line {
    background-color: #b1b1b1;
  }
  .dp_Here_we_are .dp_form_sec form .range-item
    .range-input.disable-range
    + ul
    .list-inline-item.active
    span::before {
    background-color: #777777;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input .dot-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 24px);
    left: 0;
    z-index: 1;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input .active-dot {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    background-color: #ddd;
    height: 24px;
    width: 24px;
    border: 4px solid #af4f4f;
    z-index: 11;
    left: 0%;
    border-radius: 50%;
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input .range-line .active-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #af4f4f;
    transition: all 0.1s ease;
  }
  .dp_Here_we_are .dp_form_sec form .range-item ul .list-inline-item span::before {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
  }
  .dp_Here_we_are .dp_form_sec form .range-item ul .list-inline-item.active span::before {
    /* background-color: white; */
  }
  .dp_Here_we_are .dp_form_sec form .range-item .range-input input:disabled ~ .dot-line .active-dot {
    background-color: #d9d9d9;
    border: 4px solid #b1b1b1;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    background-color: #0000;
    height: 15px;
    width: 15px;
    border: 4px solid #0000;
    z-index: 11;
    box-shadow: none;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -8px; /* Centers thumb on the track */
    background-color: #0000;
    height: 24px;
    width: 24px;
    border: 4px solid #0000;
    box-shadow: none;
    z-index: 11;
  }

  .dp_Here_we_are .dp_form_sec form input[type="range"]::-webkit-slider-runnable-track {
    background-color: #f0f0f000;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]::-moz-range-progress {
    background-color: #f0f0f000;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]::-ms-track {
    background-color: #f0f0f000;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]::-moz-range-track {
    background-color: #f0f0f000;
  }
  /* IE*/
  .dp_Here_we_are .dp_form_sec form input[type="range"]::-ms-fill-lower {
    background-color: #f0f0f000;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]::-ms-fill-upper {
    background-color: #f0f0f000;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: none !important;
    background-color: #f0f0f000;
  }

  .dp_Here_we_are .dp_form_sec form input[type="range"]:focus::-moz-range-thumb {
    box-shadow: none !important;
    background-color: #f0f0f000;
  }

  .dp_Here_we_are .dp_form_sec form input[type="range"]:focus::-ms-thumb {
    background-color: #f0f0f000;
    box-shadow: none !important;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]:disabled::-webkit-slider-thumb {
    background-color: #0000;
    border: 4px solid #0000;
  }
  .dp_Here_we_are .dp_form_sec form input[type="range"]:disabled::-moz-range-thumb {
    background-color: #0000;
    border: 4px solid #0000;
  }
  /* NEW CODE .....  */

  /* RANGE END */



  .dp_Testimonials .main_title h3{
    font-family: "Josefin Sans", sans-serif;
    color: #af4f4f;
    font-size: 50px;
    font-weight: 700;
  }
  .dp_Testimonials .dp_Testimonials_card h4{
    font-size: 22px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_Testimonials .dp_Testimonials_card p{
    font-size: 16px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
  }


  .dp_plotes_slider .dp_plote_card{
    border: 2px solid #cacaca;
  }
  .dp_plotes_slider .dp_plote_card .dp_image{
    position: relative;
  }
  .dp_plotes_slider .dp_plote_card .dp_image img{
    filter: grayscale(100%);
    transition: filter 0.8s;
  }
  .dp_plotes_slider .dp_plote_card .dp_image::before{
    position: absolute;
    content: url('../images/left_top_border.png');
    left: 0%;
    top: 0%;
    z-index: 1;
  }
  .dp_plotes_slider .dp_plote_card .dp_image::after{
    position: absolute;
    content: url('../images/right_bottom_border.png');
    right: 0%;
    bottom: -2%;
    z-index: 1;
  }
  .dp_plotes_slider .dp_plote_card h4{
    font-weight: 600;
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_plotes_slider .dp_plote_card p{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: "Josefin Sans", sans-serif;
  }
  .dp_plotes_slider .dp_plote_card:hover p{
    color: #af4f4f;
  }

  .dp_plotes_slider .dp_plote_card:hover img{
    border: 2px solid #000;
  }
  .dp_plotes_slider .dp_plote_card:hover .dp_image img{
    filter: brightness(100%);
    transform: scale(1.1);
    transition: transform 2s, filter 1.2s ease-in-out !important;
    transform-origin: center center;
  }
  .dp_plotes_slider .dp_plote_card:hover .dp_image::after,
  .dp_plotes_slider .dp_plote_card:hover .dp_image::before{
    display: none;
  }

  .dp_new_work_tab{
    position: relative;
    z-index: 1;
  }
  .dp_new_work_tab .left_btn{
    background: #cacaca;
    color: #000;
    border: 2px solid #000;
    border-radius: 20px 0px 0px 20px;
    width: 350px;
    max-width: 400px;
    text-align: center;
  }
  .dp_new_work_tab .right_btn{
    background: #cacaca;
    color: #000;
    border: 2px solid #000;
    border-radius: 0px 20px 20px 0px;
    width: 350px;
    max-width: 400px;
    text-align: center;
  }

  .dp_new_work_tab .nav-pills .nav-link.active, .dp_new_work_tab .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #af4f4f;
}

.dp_new_work_tab .dp_all_works {
    position: relative;
    overflow: hidden; /* Ensures overlay stays contained */
    border: 2px solid #000;
}

.dp_new_work_tab .dp_all_works .overlay {
    position: absolute;
    bottom: -100%; /* Start from outside the bottom */
    left: 0;
    width: 100%;
    height: 21%;
    /* height: 100%; */
    opacity: 0; /* Initially invisible */
    transition: all .5s ease;
    /* background-image: linear-gradient(0deg, rgba(160,23,23,1) 0%, rgba(160,23,23,0.5606617647058824) 50%, rgba(160,23,23,0) 100%) */
    background-image: linear-gradient(#00000000, rgba(0, 0, 0, 1));
    /* background: #000; */
}
.dp_new_work_tab .dp_all_works img{
    filter: grayscale(100%);
    transition: filter 0.8s;
}

.dp_new_work_tab .dp_all_works:hover .overlay {
    bottom: 0; /* Move to cover the element */
    opacity: 1; /* Become visible */
}
.dp_new_work_tab .dp_all_works:hover img{
    filter: none;
    transition: filter 0.8s;
}
.dp_new_work_tab .dp_all_works .overlay .text {
    color: white;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 20%;
    /* top: 90%; */
    left: 5%; /* Center horizontally */
    /* transform: translate(-50%, -50%); */
    text-align: center;
    opacity: 0; /* Start invisible */
    transition: all 0.5s ease; /* Combine position and opacity */
    z-index: 1;
    letter-spacing: 2px;
}

.dp_new_work_tab .dp_all_works:hover .overlay .text {
    /* top: 50%; Move to center */
    opacity: 1; /* Become fully visible */
}

.custome_all_plan_form_dp label{
    width: 170px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px;
}
.custome_all_plan_form_dp .input_field{
    background: none;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #000;
    width: 80%;
    padding: 10px 0px;
}
.custome_all_plan_form_dp h4{
    font-size: 20px;
}
.custome_all_plan_form_dp .form-check-input:checked {
    background-color: #af4f4f;
    border-color: #af4f4f;
}
.custome_all_plan_form_dp .form-check-input:focus {
    border-color: #af4f4f;
    outline: 0;
    box-shadow: none;
}
.custome_all_plan_form_dp .iti{
    width: 80%;
}

.last_plan_custome_popup .counter_fram{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid #af4f4f;
    background-color: #cacaca;
    left: 50%;
    transform: translateX(-50%);
}
.last_plan_custome_popup .counter_fram span{
    position: absolute;
    color: #000;
    font-weight: 700;
}
.last_plan_custome_popup .counter_project_total{
    border: 3px solid #af4f4f;
    background-color: #cacaca;
    border-radius: 30px;
    padding: 15px;
    width: 60%;
    margin: 30px auto;
}
.last_plan_custome_popup .counter_project_total span{
    color: #000;
    font-weight: 700;
}

.plans_back_arrow{
    position: absolute;
}
.collab_getintouch p{
    font-size: 14px;
}

.unik_style_font h2{
    color: #FFF !important; /* Font color white */
    -webkit-text-stroke: 1px #000;
    font-size: 9rem !important;
    font-weight: 900 !important;
    /* font-family: "Quicksand", sans-serif !important; */
    font-family: "ArialCustom", sans-serif !important;
}
.unik_style_font h3{
    color: #A72A2A !important;
    font-size: 55px !important;
    font-weight: 400 !important;
    font-family: "Autography", sans-serif !important;
}
.multi_div_add img{
    width: 200px;
    height: 100%;
}
.multi_div_add .line_vh{
    position: relative;
    height: 100px;
    width: 2px;
    background-color: #000;
}

.threeDSlider {
    height: 500px;
    width: 82%;
    margin: 0 auto;
    overflow: hidden; /* box ke bahar na nikle */
}
.threeDSliderTwo {
    height: 500px;
    width: 82%;
    margin: 0 auto;
    overflow: hidden; /* box ke bahar na nikle */
}

.threeDSlider img {
    height: 100%;
    width: 100%;
    object-fit: contain;  /* Image proportionally fit ho jayegi */
}
.threeDSliderTwo img {
    height: 100%;
    width: 100%;
    object-fit: contain;  /* Image proportionally fit ho jayegi */
    margin-top: 30px;
}

.Whtsapp_ico{
    position:fixed;
    left:5px;
    bottom:5px;
    z-index:9999999;
}

@media (max-width: 768px){
    .Whtsapp_ico{
        position:fixed;
        left:5px;
        bottom:5px;
        z-index:9999999;
        svg{
            height: 40px;
            width: 40px;
        }
    }
    .up_arrow {
        position: fixed;
        width: 30px;
        height: 30px;
        right: 2%;
        bottom: 10%;
        z-index: 9999;
        svg{
            height: 30px;
            width: 30px;
        }
    }
    .collaborationArchitectInterior p {
        font-size: 12px !important;
    }
    .multi_div_add img {
        width: 94px;
    }
    .multi_div_add .line_vh {
        height: 60px;
    }
    .unik_style_font h3,
    .unik_style_font h2 {
        font-size: 2rem !important;
    }
    .custome_all_plan_form_dp .input_field {
        border-bottom: 2px solid #000;
        width: 100% !important;
        padding: 10px 0px;
        font-size: 14px;
    }
    .custome_all_plan_form_dp select{
        -webkit-appearance: none; /* iOS default style ko remove karega */
        appearance: none;
        color: #000 !important;
    }
    .custome_all_plan_form_dp .iti {
        width: 100% !important;
    }
    .custome_all_plan_form_dp label {
        width: 115px;
        font-size: 14px;
        padding: 5px 0px;
    }
    .custome_all_plan_form_dp h4{
        font-size: 14px;
    }

    .dp_new_work_tab .dp_all_works .overlay .text {
        opacity: 1; /* Start invisible */
        text-align: start;
        font-size: 16px;
    }
    .dp_new_work_tab .dp_all_works .overlay {
        bottom: 0;
        opacity: 1;
    }
    .collaborationArchitectInterior .main_title h2 {
        font-size: 32px;
        font-weight: 700;
    }
    .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: 30px;
    }
    .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: 50px;
    }
    .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: 46%;
        /* padding: 10px 12px; */
        border-radius: 50px;
    }
    section.studio {
        .outer_flex_box {
            flex-direction: column;
        }
    }
    section.studio {
        & .outer_flex_box {
            .inner_flex_box {
                margin: 10px 0px;
            }
        }
    }


    .discription_part  .controls {
        display: flex !important;
        justify-content: center !important;
        column-gap: 2rem !important;
    }
    .discription_part .gallery_icon {
        height: 30px;
        width: 30px;
        background: url(../images/gallery_icon.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part .gallery_icon:hover {
        height: 30px;
        width: 30px;
        background: url(../images/gallery_icon_red.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part .project_video {
        height: 30px;
        width: 30px;
        background: url(../images/project_video.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part .project_video:hover {
        height: 30px;
        width: 30px;
        background: url(../images/project_video_red.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part  .tringle_icon {
        height: 30px;
        width: 30px;
        background: url(../images/tringle_icon.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part  .tringle_icon:hover{
        height: 30px;
        width: 30px;
        background: url(../images/tringle_icon_red.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part .locations {
        height: 30px;
        width: 30px;
        background: url(../images/locations.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part .locations:hover {
        height: 30px;
        width: 30px;
        background: url(../images/locations_red.png);
        background-size: cover;
        margin: 15px 0px;
    }
    .discription_part .Grow_together_card table tr{
        height: 15px;
    }
    .discription_part .Grow_together_card table tr td{
        padding: 0px 0px;
        font-size: 11px;
        line-height: 28px;
    }
    .staff .mob_padding,
    .Discuss .mob_padding,
    .Team .mob_padding{
        padding-left: 45px;
    }

    .design_documentation .main_title h3 {
        font-size: 26px;
        text-align: center;
    }
    .dp_Here_we_are h3, .dp_Scope_of_work h3 {
        font-size: 20px;
    }
    .dp_Here_we_are h2, .dp_Scope_of_work h2 {
        font-size: 25px;
    }
    .dp_Scope_of_work .dp_scope_card h4 {
        font-size: 22px;
    }
    .dp_Scope_of_work p {
        width: 100%;
        margin: 0 auto;
    }
    .dp_Scope_of_work .my_get_in_coustem {
        font-size: 14px;
        width: 120px;
        padding: 9px 7px;
        border-radius: 50px;
    }
    .design_documentation p {
        font-size: 16px;
        text-align: center;
        line-height: 22px;
    }
    .dp_what_we_provide .dp_provide_card h4 {
        font-size: 16px;
    }
    .dp_Here_we_are .dp_form_sec form label {
        font-size: 16px;
        width: 100%;
    }
    .dp_Here_we_are .dp_form_sec form .my_get_in_coustem {
        font-size: 16px;
        width: 115px;
        padding: 9px 8px;
        border-radius: 50px;
    }

    .dp_new_work_tab .left_btn {
        border: 1px solid #000;
        border-radius: 20px 0px 0px 20px;
        width: 100%;
        /* width: 114px; */
        /* max-width: 400px; */
        font-size: 12px;
        text-align: center;
        padding: 7px 7px;
    }
    .dp_new_work_tab .right_btn {
        background: #cacaca;
        color: #000;
        border: 1px solid #000;
        border-radius: 0px 20px 20px 0px;
        width: 100%;
        /* width: 114px; */
        font-size: 12px;
        /* max-width: 400px; */
        text-align: center;
        padding: 7px 4px;
    }
    .back_button_mv_dp{
        position: absolute;
        top: -65px;
        left: 4%;
    }
    .shadow-effect {
        padding: 20px;
        border: 1px solid #ECECEC;
        box-shadow: none !important;
    }
    #customers-testimonials .item {
        padding: 9px 0px !important;
    }

    .dp_Here_we_are .dp_form_sec form .range-item ul .list-inline-item span {
        position: relative;
        min-width: 23px;
        text-align: center;
        display: block;
        font-size: 9px;
        padding-top: 4px;
        word-break: break-word;
        color: #af4f4f;
    }
    .dp_Here_we_are .dp_form_sec form .range-item .range-line {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 8px;
        width: calc(100% - -18px);
        background-color: #ddd;
        z-index: 0;
        margin: 0 -7px;
        border-radius: 50px;
        overflow: hidden;
    }
    section.Team {
        & .outer_flex_box {
            & .inner_flex_box {
                &::before {
                    content: "";
                    position: absolute;
                    top: 00%;
                    left: 0;
                    width: 100%;
                    height: 96.7%;
                    background: black;
                    z-index: 0;
                    transition: top 0.6s ease;
                }
            }
        }
    }
    .threeDSlider{
        /* height: 500px; */
        width: 80%;
        margin: 0 auto;
    }
    .threeDSliderTwo{
        height: 350px !important;
        width: 80%;
        margin: 0 auto;
    }
    .threeDSlider img{
        /* height: 400px; */
    }
    section.Gallery .custom-close {
        position: absolute;
        top: -15px;
        right: 0px;
        /* font-size: 25px; */
        border-radius: 50%;
        background: #fff;
        height: 26px !important;
        width: 26px !important;
        /* aspect-ratio: 1 / 1; */
        border: none;
        z-index: 9;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .Slide_Imag_Text_dp {
        font-size: 16px !important;
        width: 93%;
    }

}
@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;
    }
    .staff .mob_padding,
    .Discuss .mob_padding,
    .Team .mob_padding{
        padding-left: 75px;
    }
    /* .servicesAvailable .service_part{
        border: 1px solid #000;
        border-radius: 10px;

      } */

      .design_documentation .mob_padding {
        padding-left: 75px;
      }
      .design_documentation .main_title h3 {
        font-size: 30px;
    }
    .dp_Here_we_are h3, .dp_Scope_of_work h3 {
        font-size: 20px;
    }
    .dp_Here_we_are h2, .dp_Scope_of_work h2 {
        font-size: 25px;
    }
    .dp_Scope_of_work .dp_scope_card h4 {
        font-size: 22px;
    }
    .dp_Scope_of_work p {
        width: 100%;
        margin: 0 auto;
    }
    .dp_Scope_of_work .my_get_in_coustem {
        font-size: 14px;
        width: 120px;
        padding: 9px 7px;
        border-radius: 50px;
    }
    .design_documentation p {
        font-size: 16px;
        line-height: 22px;
    }
    .dp_what_we_provide .dp_provide_card h4 {
        font-size: 20px;
    }
    .dp_Here_we_are .dp_form_sec form label {
        font-size: 16px;
        width: 200px;
    }
    .dp_Here_we_are .dp_form_sec form .my_get_in_coustem {
        font-size: 16px;
        width: 115px;
        padding: 9px 8px;
        border-radius: 50px;
    }
    .unik_style_font h2 {
    font-size: 5rem !important;
    }

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

}
@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;
      }
      .staff .mob_padding,
    .Discuss .mob_padding,
    .Team .mob_padding{
        padding-left: 75px;
    }
}
/* second page :end */

.swal2-icon.swal2-success{
    border-color: #af4f4f !important;
}

.swal2-icon.swal2-success .swal2-success-ring
{
    border-color: #af4f4f !important;
}

/* .header_work_btn h4{
    display: none;
}
.header_work_btn:hover h4{
    display: block;
    color: #FFF;
    font-size: 16px;
}
.header_work_btn:hover{
    width: 100px !important;
    border-radius: 100px !important;
    background: transparent;
    border-color: #af4f4f;
    color:#af4f4f;
}

.header_work_btn:hover{
    background: #af4f4f;
    color:#fff;
} */

.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
}

.my_get_in_coustem_search:hover svg path{
    fill: #af4f4f;
}



 .my_get_in_coustem {
    font-size: 22px;
    font-weight: 500;
    /* color: #af4f4f; Default text color */
    border: 1px solid #af4f4f;
    padding: 9px 20px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden; /* Ensure the background animation stays within bounds */
    transition: color 0.3s ease; /* Smooth text color transition */
}

/* Create the sliding background */
 .my_get_in_coustem::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Start from the left outside the button */
    width: 100%;
    height: 100%;
    background: #af4f4f; /* Background color for hover effect */
    z-index: -1; /* Place the background behind the text */
    transition: all 0.3s ease; /* Smooth transition */
}

/* Hover state */
 .my_get_in_coustem:hover {
    color: #fff !important; /* Change text color on hover */
}

/* Slide the background into view */
 .my_get_in_coustem:hover::before {
    left: 0; /* Slide to fully cover the button */
}







.testimonials{
    overflow: hidden;
}

.shadow-effect {
    background: #D8D8D8;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #af4f4f;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px 0px;
        /* margin-bottom:80px; */
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
/* #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
} */
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
/* #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
} */

.video_div_dp{
    width: 70%;
    margin: 0 auto;
    border: 1px solid #A72A2A;
    background: #FFF;
}
.video_div_dp video{

    height: auto;
}

@media only screen and (max-width: 768px) {
    .header_work_btn:hover {
        width: 25px !important;
    }
    .header_work_btn h4 {
        display: none !important;
    }
    .video_div_dp {
        width: 100%;
        margin: 0 auto;
        border: 1px solid #A72A2A;
        padding-right: 1px;
    }
}



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