.main-slider, .main-slider .item {
    position: relative;
    background-color: var(--tecture-black);
    z-index: 10;
}

.main-slider .item {
    padding-top: 311px;
    padding-bottom: 181px;
}

.main-slider__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    transform: scale(1);
    transition: transform 7s, opacity 1.5s ease-in;
    z-index: 1;
}

.main-slider__bg, .main-slider__bg::before {
    position: absolute;
    inset: 0px;
}

.main-slider__bg::before {
    content: "";
    background: rgba(8, 10, 7, 0.8);
    z-index: -1;
}

.swiper-slide-active .main-slider__bg {
    transform: scale(1.1);
}

.main-slider__shape-1 {
    position: absolute;
    top: 0px;
    right: 217px;
    border-top: 250px solid var(--tecture-base);
    border-right: 215px solid transparent;
    border-left: 314px solid transparent;
    opacity: 0;
    transform: translateY(-200px);
    z-index: 1;
}

.swiper-slide-active .main-slider__shape-1 {
    opacity: 0.3;
    transform: translateY(0px);
    transition: 1s;
}

.main-slider__shape-2 {
    position: absolute;
    top: 0px;
    right: -20px;
    border-top: 250px solid var(--tecture-base);
    border-right: 195px solid transparent;
    border-left: 215px solid transparent;
    opacity: 0;
    transform: translateY(-200px);
    z-index: 1;
}

.swiper-slide-active .main-slider__shape-2 {
    opacity: 0.2;
    transform: translateY(0px);
    transition: 1s 1.5s;
}

.main-slider__shape-3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 415px solid var(--tecture-black);
    border-right: 525px solid transparent;
    border-left: 725px solid transparent;
    opacity: 0;
    transform: translateY(400px);
    z-index: 1;
}

.swiper-slide-active .main-slider__shape-3 {
    opacity: 0.5;
    transform: translateY(0px);
    transition: 1s 1s;
}

.main-slider__shape-4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 415px solid var(--tecture-black);
    border-right: 525px solid transparent;
    border-left: 725px solid transparent;
    opacity: 0;
    transform: translateY(400px);
    z-index: 1;
}

.swiper-slide-active .main-slider__shape-4 {
    opacity: 0.4;
    transform: translateY(0px);
    transition: 1s 1.5s;
}

.main-slider__content {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}

.main-slider__video-link {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-120px);
    transition: transform 2s, opacity 2s;
}

.main-slider__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 25px;
    color: var(--tecture-white);
    background-color: rgba(var(--tecture-white-rgb),.3);
    border-radius: 50%;
    margin: 0px auto;
    transition: 0.5s;
}

.main-slider__video-icon:hover {
    background-color: var(--tecture-base);
    color: var(--tecture-white);
}

.main-slider__video-icon .ripple::after, .main-slider__video-icon .ripple::before, .main-slider__video-link .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb),.6);
    animation: 3s ease 0s infinite normal none running ripple;
}

.main-slider__video-icon .ripple::before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider__video-icon .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider__title {
    font-size: 70px;
    color: var(--tecture-white);
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 10px;
    transform: translateY(-120px);
    transition: transform 2s, opacity 2s;
}

.main-slider__btn-box, .main-slider__title {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.main-slider__btn-box {
    margin-top: 46px;
    transform: translateY(120px);
    transition: transform 2s, opacity 2s;
}

.main-slider__btn {
    padding: 18px 30px;
}

.main-slider__btn::after {
    width: 51% !important;
}

.swiper-slide-active .main-slider__btn-box, .swiper-slide-active .main-slider__title, .swiper-slide-active .main-slider__video-link {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px) translateX(0px);
}

.main-slider .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    width: 100%;
    position: absolute;
    bottom: 61px;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
    margin: 0px auto;
    height: 0px;
    line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(var(--tecture-white-rgb),.3);
    border: 2px solid transparent;
    margin: 0px;
    transition: 0.3s;
}

.main-slider .owl-theme .owl-dots .owl-dot.active span, .main-slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(var(--tecture-white-rgb),0);
    border: 2px solid var(--tecture-white);
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding: 0px 80px;
    margin: 0px auto;
    height: 0px;
    line-height: 0;
    transform: translateY(-50%);
}

.main-slider .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    inset: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    opacity: 1;
    margin: 0px;
    text-align: center;
    transition: 0.5s;
    border-radius: 50%;
    font-size: 20px !important;
    color: rgba(var(--tecture-white-rgb),.3) !important;
    background-color: transparent !important;
    border: 2px solid rgba(var(--tecture-white-rgb),.3) !important;
}

.main-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(var(--tecture-white-rgb),1) !important;
    border: 2px solid rgba(var(--tecture-white-rgb),1) !important;
}

.main-slider .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
    margin-left: 0px;
}

.main-slider-two {
    position: relative;
    display: block;
    background-color: rgb(10, 12, 9);
    padding-left: 100px;
    z-index: 10;
}

.main-slider-two .item {
    position: relative;
    padding-top: 214px;
    padding-bottom: 240px;
    background-color: var(--tecture-black);
    z-index: 10;
}

.main-slider-two__bg {
    position: absolute;
    inset: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    transform: scale(1);
    transition: transform 7s, opacity 1.5s ease-in;
    z-index: 1;
}

.main-slider-two__bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(8, 10, 7, 0.6);
    z-index: -1;
}

.swiper-slide-active .main-slider-two__bg {
    transform: scale(1.1);
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider-two__title {
    position: relative;
    font-size: 70px;
    color: var(--tecture-white);
    font-weight: 700;
    line-height: 90px;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0;
    transition: transform 1.2s, opacity 1.2s;
    transform: translateX(-200px);
}

.swiper-slide-active .main-slider-two__title {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 1.3s;
}

.main-slider-two__text {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--tecture-white);
    margin-top: 29px;
    margin-bottom: 51px;
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transform: translateX(-200px);
}

.swiper-slide-active .main-slider-two__text {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 1.5s;
}

.main-slider-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: center bottom;
    transition: 1.5s;
}

.swiper-slide-active .main-slider-two__btn-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1.7s;
}

.main-slider-two .owl-nav {
    position: absolute;
    top: 50%;
    right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-50%);
    z-index: 100;
    margin: 0px !important;
}

.main-slider-two .owl-nav .owl-next, .main-slider-two .owl-nav .owl-prev {
    position: relative;
    inset: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    opacity: 1;
    margin: 0px;
    text-align: center;
    transition: 0.5s;
    border-radius: 50%;
    font-size: 20px !important;
    color: rgba(var(--tecture-white-rgb),.3) !important;
    background-color: transparent !important;
    border: 2px solid rgba(var(--tecture-white-rgb),.3) !important;
}

.main-slider-two .owl-nav .owl-prev {
    margin-bottom: 10px;
}

.main-slider-two .owl-nav .owl-next span, .main-slider-two .owl-nav .owl-prev span {
    display: block;
    transition: 0.5s;
}

.main-slider-two .owl-nav .owl-next span, .main-slider-two .owl-nav .owl-next span::before, .main-slider-two .owl-nav .owl-prev span, .main-slider-two .owl-nav .owl-prev span::before {
    transition: 0.5s;
    color: rgba(var(--tecture-white-rgb),.3) !important;
}

.main-slider-two .owl-nav .owl-next:hover span, .main-slider-two .owl-nav .owl-next:hover span::before, .main-slider-two .owl-nav .owl-prev:hover span, .main-slider-two .owl-nav .owl-prev:hover span::before {
    color: rgba(var(--tecture-white-rgb),1) !important;
}

.main-slider-two .owl-nav .owl-next:hover, .main-slider-two .owl-nav .owl-prev:hover {
    border: 2px solid rgba(var(--tecture-white-rgb),1) !important;
}

.main-slider-two .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0px;
    right: 0px;
    padding: 0px;
    height: 0px;
    line-height: 0;
    margin: 0px auto !important;
}

.main-slider-two .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(var(--tecture-white-rgb),.3);
    border: 2px solid transparent;
    margin: 0px;
    transition: 0.3s;
}

.main-slider-two .owl-theme .owl-dots .owl-dot.active span, .main-slider-two .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(var(--tecture-white-rgb),0);
    border: 2px solid var(--tecture-white);
}

.main-slider-three {
    background-color: rgb(10, 12, 9);
}

.container-full, .main-slider-three, .main-slider-three__left, .main-slider-three__slider {
    position: relative;
    display: block;
    z-index: 1;
}

.main-slider-three__left {
    margin-top: 126px;
    margin-left: 100px;
}

#main-slider-three__thumb, .main-slider-three__content-one, .main-slider-three__title-one {
    position: relative;
    display: block;
}

.main-slider-three__title-one {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(35, 36, 35, 0.3);
    letter-spacing: 5px;
    margin-bottom: -25px;
    opacity: 0;
    transition: transform 1.2s, opacity 1.2s;
    transform: translateX(-200px);
    z-index: -1;
}

.swiper-slide-thumb-active .main-slider-three__title-one {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.5s;
}

.main-slider-three__title-two {
    color: var(--tecture-white);
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform-origin: center bottom;
    transition: 1.5s;
}

.swiper-slide-thumb-active .main-slider-three__title-two {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1s;
}

.main-slider-three__price {
    font-size: 26px;
    color: var(--tecture-base);
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    margin-top: 11px;
    margin-bottom: 25px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: center bottom;
    transition: 1.5s;
}

.swiper-slide-thumb-active .main-slider-three__price {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1.2s;
}

.main-slider-three__btn-box {
    position: relative;
    display: block;
    margin-bottom: -20px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: center bottom;
    transition: 1.4s;
    z-index: 5;
}

.swiper-slide-thumb-active .main-slider-three__btn-box {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1.7s;
}

.main-slider-three__title-three {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(35, 36, 35, 0.3);
    letter-spacing: 10px;
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transform: translateX(200px);
}

.swiper-slide-thumb-active .main-slider-three__title-three {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.8s;
}

.main-slider-three__right {
    overflow: hidden;
    border-top-left-radius: 350px;
    border-bottom-left-radius: 350px;
    z-index: 1;
}

#main-slider-three__carousel, .main-slider-three__img, .main-slider-three__img-box, .main-slider-three__main-content, .main-slider-three__right {
    position: relative;
    display: block;
}

.main-slider-three__img img {
    width: 100%;
}

.main-slider-three__nav {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 50px;
    z-index: 100;
}

.main-slider-three__nav .swiper-button-next {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 2px solid var(--tecture-bdr-color);
}

.main-slider-three__nav .swiper-button-next, .main-slider-three__nav .swiper-button-prev {
    position: relative;
    inset: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--tecture-gray);
    background-color: transparent;
    margin: 0px;
    text-align: center;
    opacity: 1;
    transition: 0.5s;
    z-index: 100;
}

.main-slider-three__nav .swiper-button-prev {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid var(--tecture-bdr-color);
}

.main-slider-three__nav .swiper-button-next:hover, .main-slider-three__nav .swiper-button-prev:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    border: 2px solid var(--tecture-base);
}

.main-slider-three__nav .swiper-button-next {
    margin-right: 10px;
}

.main-slider-three__nav .swiper-button-next i, .main-slider-three__nav .swiper-button-prev i {
    position: relative;
    display: flex;
    align-items: center;
}

.main-slider-three__nav .swiper-button-next::after, .main-slider-three__nav .swiper-button-prev::after {
    display: none;
}

.main-slider-three__contact-list {
    position: absolute;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    left: -220px;
    bottom: 355px;
    z-index: 2;
}

.main-slider-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-slider-three__contact-list li + li {
    margin-left: 40px;
}

.main-slider-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-slider-three__contact-list li .icon i {
    font-size: 15px;
    color: var(--tecture-base);
}

.main-slider-three__contact-list li .text {
    margin-left: 10px;
}

.main-slider-three__contact-list li .text p {
    font-size: 14px;
    color: var(--tecture-gray);
    font-weight: 500;
}

.main-slider-three__contact-list li .text p a {
    color: var(--tecture-gray);
    transition: 0.5s;
}

.main-slider-three__contact-list li .text p a:hover {
    color: var(--tecture-base);
}

.main-slider-three__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-slider-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--tecture-gray);
    transition: 0.5s;
}

.main-slider-three__social a:hover {
    color: var(--tecture-base);
}

.main-slider-four {
    position: relative;
    display: block;
    padding: 0px;
}

.main-slider-four .item {
    position: relative;
    padding: 180px 0px 200px;
    background-color: var(--tecture-black);
    z-index: 10;
}

.main-slider-four__content {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 690px;
    width: 100%;
    z-index: 10;
}

.main-slider-four__content .title {
    position: relative;
    display: block;
    padding-bottom: 41px;
    opacity: 0;
    transform: perspective(400px) rotateY(-40deg) translateX(-100px);
    transform-origin: center bottom;
    transition: 1s;
    z-index: 10;
}

.swiper-slide-active .main-slider-four__content .title {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    transition-delay: 1.5s;
}

.main-slider-four__content .title h2 {
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider-four__content .title h2 span {
    color: var(--tecture-base);
    font-style: italic;
}

.main-slider-four__content .text {
    position: relative;
    display: block;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: center bottom;
    transition: 1s;
    z-index: 10;
}

.swiper-slide-active .main-slider-four__content .text {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    transition-delay: 2s;
}

.main-slider-four__content .text p {
    margin: 0px;
}

.main-slider-four__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 53px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-100px);
    transform-origin: center bottom;
    transition: 3s;
    z-index: 10;
}

.swiper-slide-active .main-slider-four__content .btn-box {
    visibility: visible;
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1s;
}

.team-one {
    overflow: hidden;
    padding: 120px 0px 90px;
    z-index: 1;
}

.team-one, .team-one__sinlge {
    position: relative;
    display: block;
}

.team-one__sinlge {
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.team-one__img::before {
    position: absolute;
    content: "";
    inset: 0px;
    background: var(--tecture-black);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.team-one__sinlge:hover .team-one__img::before {
    opacity: 0.95;
}

.team-one__img img {
    width: 100%;
    transition: transform 1s ease-in-out;
    transform: scaleX(1);
}

.team-one__sinlge:hover .team-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.team-one__content {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    padding: 33px 0px 32px;
    text-align: center;
    z-index: 2;
}

.team-one__sub-title {
    color: var(--tecture-white);
    margin-bottom: 10px;
}

.team-one__title {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    text-transform: uppercase;
}

.team-one__title a {
    color: var(--tecture-white);
}

.team-one__title a:hover {
    color: var(--tecture-base);
}

.team-one__social {
    position: absolute;
    top: -100px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    visibility: hidden;
    transform-origin: center bottom;
    transform: rotate(0deg) scaleY(0) translateZ(0px);
    transition: opacity 0.5s, visibility 0.5s, transform 0.7s;
    z-index: 2;
}

.team-one__sinlge:hover .team-one__social {
    visibility: visible;
    transform: rotate(0deg) scaleY(1) translateZ(0px);
    transition-delay: 0.5s;
}

.team-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--tecture-white);
    background-color: rgb(57, 109, 203);
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.team-one__social a:nth-child(2) {
    background-color: rgb(197, 157, 95);
}

.team-one__social a:nth-child(3) {
    background-color: rgb(14, 161, 230);
}

.team-one__social a:nth-child(4) {
    background-color: rgb(255, 255, 255);
    color: var(--tecture-black);
}

.team-one__social a::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background-color: var(--tecture-base);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.team-one__social a:hover::after {
    opacity: 1;
    transform: scaleY(1);
}

.team-details {
    position: relative;
    display: block;
    padding: 120px 0px;
    z-index: 1;
}

.team-details__left {
    margin-right: -26px;
}

.team-details__img, .team-details__left {
    position: relative;
    display: block;
}

.team-details__img img {
    width: 100%;
    border-radius: 3px;
}

.team-details__right {
    margin-left: 65px;
    margin-top: 45px;
}

.team-details__progress-box, .team-details__progress-box li, .team-details__right {
    position: relative;
    display: block;
}

.team-details__progress-box li + li {
    margin-top: 42px;
}

.team-details__progress {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--tecture-white);
    margin-bottom: 11px;
    text-transform: uppercase;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 17px;
    background-color: var(--tecture-base);
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 17px;
    background-color: rgb(14, 17, 13);
    transition: 1.5s;
}

.team-details__progress .count-text {
    position: absolute;
    right: -6px;
    bottom: 30px;
    color: var(--tecture-white);
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    opacity: 1;
    transition: 0.5s;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0px;
}

.team-details__address-box {
    position: relative;
    display: flex;
    margin-left: -176px;
    background-color: rgb(14, 17, 13);
    align-items: center;
    justify-content: space-between;
    padding: 39px 70px 43px;
    margin-top: 50px;
}

.team-details__client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 75px;
}

.team-details__client-info-list, .team-details__client-info-list li {
    position: relative;
    display: block;
}

.team-details__client-info-list li + li {
    margin-top: 23px;
}

.team-details__client-info-list li p {
    font-size: 20px;
    line-height: 30px;
    color: var(--tecture-white);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.team-details__client-info-list li h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    color: var(--tecture-base);
    text-transform: capitalize;
}

.team-details__client-info-list li h3 a, .team-details__client-info-list-2.team-details__client-info-list li h3 {
    color: var(--tecture-white);
}

.team-details__client-info-list li h3 a:hover {
    color: var(--tecture-base);
}

.team-details__social {
    flex-direction: column;
    gap: 16px;
}

.team-details__social, .team-details__social a {
    position: relative;
    display: flex;
    align-items: center;
}

.team-details__social a {
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--tecture-black);
    background-color: var(--tecture-white);
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.team-details__social a:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-base);
}

.team-details__social a::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background-color: var(--tecture-base);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.team-details__social a:hover::after {
    opacity: 1;
    transform: scaleY(1);
}

.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    background-color: var(--tecture-black);
    z-index: 1;
}

.testimonial-one__shape1 {
    position: absolute;
    right: -311px;
    bottom: 0px;
    opacity: 0.1;
}

.testimonial-one__shape1 img {
    opacity: 0.3;
}

.testimonial-one__shape2 {
    position: absolute;
    left: -311px;
    bottom: 0px;
    opacity: 0.1;
}

.testimonial-one__shape2 img {
    opacity: 0.3;
}

.testimonial-one__single, .testimonial-one__top {
    position: relative;
    display: block;
}

.testimonial-one__single {
    border: 1px solid var(--tecture-bdr-color);
    padding: 54px 40px;
    margin-bottom: 30px;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 67px;
}

.testimonial-one__client-img img {
    width: 100%;
}

.testimonial-one__client-content {
    position: relative;
    display: block;
    top: -3px;
}

.testimonial-one__client-name {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 9px;
}

.testimonial-one__client-name a {
    color: var(--tecture-white);
}

.testimonial-one__client-name a:hover {
    color: var(--tecture-base);
}

.testimonial-one__client-sub-title {
    color: var(--tecture-white);
    font-size: 14px;
    text-transform: uppercase;
}

.testimonial-one__text {
    margin-top: 25px;
    margin-bottom: 25px;
}

.testimonial-one__rating-and-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-one__rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.testimonial-one__rating-icon {
    position: relative;
    display: block;
}

.testimonial-one__rating-icon img {
    width: auto;
}

.testimonial-one__review {
    color: var(--tecture-base);
}

.testimonial-one__bottom {
    position: relative;
    display: block;
}

.testimonial-one__bottom .row {
    justify-content: center;
}

.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    border-top: 1px solid var(--tecture-bdr-color);
    overflow: hidden;
    z-index: 1;
}

.testimonial-two .section-title {
    margin-bottom: 96px;
}

.testimonial-two__bottom, .testimonial-two__carousel, .testimonial-two__single {
    position: relative;
    display: block;
}

.testimonial-two__single {
    text-align: center;
    background-color: var(--tecture-black);
    padding: 79px 47px 43px;
    border-radius: 20px;
    z-index: 1;
    margin-top: 50px;
}

.testimonial-two__single-shape-1 {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    border-radius: 20px;
    z-index: -1;
}

.testimonial-two__shape-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    mix-blend-mode: color-burn;
    opacity: 0.15;
    z-index: -1;
}

.testimonial-two__shape-1 img {
    width: auto;
}

.testimonial-two__img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.testimonial-two__img img {
    width: auto;
    border-radius: 50%;
}

.testimonial-two__ratting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__ratting li {
    position: relative;
    display: block;
}

.testimonial-two__ratting li + li {
    margin-left: 6px;
}

.testimonial-two__ratting li span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--tecture-base);
}

.testimonial-two__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 7px;
    margin-bottom: 4px;
}

.testimonial-two__name a {
    color: var(--tecture-white);
    transition: 0.5s;
}

.testimonial-two__name a:hover {
    color: var(--tecture-base);
}

.testimonial-two__text {
    margin-top: 18px;
    font-size: 20px;
    color: var(--tecture-gray);
    font-weight: 400;
    line-height: 32px;
}

.testimonial-two__carousel.owl-theme .owl-nav {
    margin: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: -100px;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    height: 0px;
    line-height: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid var(--tecture-bdr-color);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next, .testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--tecture-gray);
    background: transparent;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    display: inline-block;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 2px solid var(--tecture-bdr-color);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span, .testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tecture-base);
    color: var(--tecture-white);
    border: 2px solid var(--tecture-base);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-three {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 60px 0px;
}

.testimonial-three__bg {
    position: absolute;
    inset: 0px;
    mix-blend-mode: luminosity;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% center;
    z-index: -1;
}

.testimonial-three__bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0.97;
    background-color: var(--tecture-black);
}

.single-testimonial-three {
    position: relative;
    display: block;
    padding-top: 8px;
}

.single-testimonial-three .img-box {
    position: absolute;
    top: 0px;
    left: 50px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

.single-testimonial-three .img-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    background: var(--tecture-black);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.single-testimonial-three:hover .img-box::before {
    opacity: 0.4;
}

.single-testimonial-three .img-box img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.single-testimonial-three:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}

.single-testimonial-three-inner {
    position: relative;
    display: block;
    padding: 30px 40px 23px;
    background-color: var(--tecture-black);
}

.single-testimonial-three .content-box {
    position: relative;
    display: block;
}

.single-testimonial-three .content-box .rating-box {
    position: relative;
    color: rgb(166, 161, 130);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.single-testimonial-three .content-box .rating-box li {
    position: relative;
    display: block;
}

.single-testimonial-three .content-box .rating-box li + li {
    margin-left: 5px;
}

.single-testimonial-three .content-box .rating-box li .icon {
    position: relative;
    display: inline-block;
    color: var(--tecture-base);
    font-size: 18px;
    line-height: 15px;
}

.single-testimonial-three .content-box .text {
    position: relative;
    display: block;
    padding-top: 17px;
}

.single-testimonial-three .content-box .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
}

.single-testimonial-three .content-box .bottom-box .client-name {
    position: relative;
    display: block;
}

.single-testimonial-three .content-box .bottom-box .client-name h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 3px;
}

.single-testimonial-three .content-box .bottom-box .client-name p {
    color: rgba(var(--tecture-white-rgb),.8);
}

.single-testimonial-three .content-box .bottom-box .quote-box {
    position: relative;
    display: block;
    color: var(--tecture-base);
    font-size: 45px;
    line-height: 40px;
}

.testimonial-three__carousel.owl-theme {
    position: relative;
    display: block;
}

.testimonial-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -122px;
    right: 0px;
    margin: 0px;
    display: block;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next, .testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 82px;
    border-radius: 0px;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    font-size: 22px;
    margin: 0px;
    text-align: center;
    transition: 0.5s;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span, .testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tecture-white);
    color: var(--tecture-base);
}

.testimonial-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-page {
    padding: 120px 0px 90px;
    z-index: 1;
}

.testimonial-page, .video-one, .video-one__inner {
    position: relative;
    display: block;
}

.video-one__inner {
    z-index: 10;
}

.video-one__main-content, .video-one__main-content-inner {
    position: relative;
    display: block;
    z-index: 1;
}

.video-one__main-content-inner {
    min-height: 670px;
}

.video-one__main-content-bg {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    z-index: 1;
}

.video-one__main-content-bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(90deg, rgba(31, 32, 34, 0), rgb(31, 32, 34) 60%);
    opacity: 0.95;
    z-index: -1;
}

.video-one__thumb-box {
    position: absolute;
    top: 50%;
    right: 150px;
    width: 215px;
    height: 385px;
    overflow: hidden;
    transform: translateY(-50%);
    z-index: 99999999;
}

#video-one__thumb {
    position: absolute;
    inset: 0px;
    z-index: 5;
}

@media (max-width: 767px) {
    #video-one__thumb {
        display: none;
    }
}

.video-one__img-holder-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-one__img-holder, .video-one__img-holder-box {
    position: relative;
    width: 215px;
    height: 115px;
    overflow: hidden;
    z-index: 1;
}

.video-one__img-holder {
    display: block;
    transition: 0.5s;
    cursor: pointer;
}

.video-one__img-holder::before {
    position: absolute;
    inset: 0px;
    content: "";
    background-color: rgba(var(--tecture-black-rgb),0);
    z-index: 1;
    transition: 0.5s;
}

.swiper-slide-active .video-one__img-holder::before, .swiper-slide-thumb-active .video-one__img-holder::before {
    background-color: rgba(var(--tecture-black-rgb),.5);
}

.video-one__img-holder > img {
    width: 100%;
    transition: 0.5s ease-in-out 0.6s;
}

.video-one__nav {
    display: none;
}

.video-one__curved-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 145px;
    width: 145px;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.video-one__curved-circle .curved-circle {
    position: absolute;
    font-size: 16px;
    color: var(--tecture-white);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    word-spacing: 0.3em;
    inset: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 145px;
    height: 145px !important;
}

.video-one__video-link {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    border-radius: 50%;
    transition: 0.5s;
}

.video-one__video-icon:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-black);
}

.feature-one {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
}

.feature-one__inner {
    position: relative;
    display: block;
    padding: 65px 0px;
}

.feature-one__inner::before {
    content: "";
    position: absolute;
    left: -1000px;
    bottom: 0px;
    right: -1000px;
    height: 1px;
    background-color: var(--tecture-bdr-color);
}

.feature-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.feature-one__list li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 100%;
}

.feature-one__list li, .feature-one__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-one__list li .icon {
    height: 70px;
    width: 70px;
    border: 1px dashed var(--tecture-bdr-color);
    border-radius: 5px;
    transition: 0.5s linear 0.1s;
    z-index: 1;
}

.feature-one__list li:hover .icon {
    border: 1px dashed var(--tecture-base);
}

.feature-one__list li .icon::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 5px;
    height: 100%;
    /* background-color: var(--tecture-base); */
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.feature-one__list li:hover .icon::after {
    opacity: 1;
    transform: scaleY(1);
}

.feature-one__list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--tecture-base);
    transition: 0.5s linear 0.1s;
}

.feature-one__list li:hover .icon span {
    color: var(--tecture-white);
    transform: rotateY(180deg);
}

.feature-one__list li .text {
    margin-left: 30px;
}

.feature-one__list li .text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-style: normal;
    color: var(--tecture-white);
 font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.feature-one__list li .text p a {
    color: var(--tecture-white);
}

.feature-one__list li .text p a:hover {
    color: var(--tecture-base);
}

.feature-two {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    border-top: 0 solid var(--tecture-bdr-color);
    border-bottom: 1px solid var(--tecture-bdr-color);
    z-index: 10;
}

.feature-two .row {
    --bs-gutter-x: 0px;
}

.feature-two__single {
    position: relative;
    display: block;
    border-left: 1px solid var(--tecture-bdr-color);
    text-align: center;
    padding: 65px;
}

.feature-two__single.last-child {
    border-right: 1px solid var(--tecture-bdr-color);
}

.feature-two__icon {
    position: relative;
    display: block;
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 66px;
    color: var(--tecture-base);
    transition: 0.5s linear 0.1s;
}

.feature-two__single:hover .feature-two__icon span {
    transform: scale(0.9);
}

.feature-two__title {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 12px;
}

.feature-two__title a {
    color: var(--tecture-white);
    text-decoration: none;
}

a {
}

.feature-two__title a:hover {
    color: var(--tecture-base);
}

.feature-two__text {
    color: rgb(174, 176, 180);
    margin-bottom: 32px;
}

.feature-two__shape-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.feature-two__shape-1 {
    position: relative;
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--tecture-white);
}

.feature-two__shape-2 {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: var(--tecture-base);
}

.feature-two__shape-3 {
    position: relative;
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--tecture-white);
}

@keyframes marquee {
    0% {
        transform: translateX(30%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee_mode li {
    white-space: nowrap;
}

.marquee_mode {
    animation: 55s linear 0s infinite normal none running marquee;
}

.sliding-text-one {
    background-color: var(--tecture-black);
    border-top: 1px solid var(--tecture-bdr-color);
    border-bottom: 1px solid var(--tecture-bdr-color);
    padding: 85px 0px;
    z-index: 1;
}

.sliding-text-one, .sliding-text-one__wrap {
    position: relative;
    display: block;
}

.sliding-text__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.sliding-text__list li {
    display: block;
    float: left;
    margin-right: 35px;
}

.sliding-text__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    color: var(--tecture-white);
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    font-family: var(--tecture-font-two);
    transition: 0.3s;
}

.sliding-text__title img {
    position: relative;
    width: auto;
    animation: 5s linear 0s infinite alternate forwards running textRotate;
}

.sliding-text__title::before {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    color: var(--tecture-base);
    white-space: nowrap;
    content: attr(data-hover);
    transition: 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover .sliding-text__title::before {
    width: 100%;
    color: var(--tecture-base);
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

.sliding-text-two {
    background-color: var(--tecture-black);
    border-top: 1px solid var(--tecture-bdr-color);
    border-bottom: 1px solid var(--tecture-bdr-color);
    padding: 27px 0px;
    z-index: 10;
}

.sliding-text-two, .sliding-text-two__wrap {
    position: relative;
    display: block;
}

.sliding-text-two__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.sliding-text-two__list li {
    display: block;
    float: left;
    margin-right: 35px;
}

.sliding-text-two__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    color: transparent;
    -webkit-text-stroke: 1px var(--tecture-white);
    font-size: 100px;
    line-height: 120px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    transition: 0.3s;
}

.sliding-text-two__title::before {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    color: var(--tecture-base);
    white-space: nowrap;
    content: attr(data-hover);
    transition: 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-two__list li:hover .sliding-text-two__title::before {
    width: 100%;
    color: var(--tecture-base);
}

.sliding-text-two__list li:hover .sliding-text-two__title {
    -webkit-text-stroke: 1px var(--tecture-base);
}

.projects-one, .projects-one__top {
    position: relative;
    display: block;
}

.projects-one__top {
    margin-bottom: 58px;
}

.projects-one__top-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.projects-one__top-inner .section-title {
    margin-bottom: 0px;
}

.projects-one__filter-box {
    position: relative;
    display: block;
    top: -12px;
}

.projects-one__filter {
    flex-wrap: wrap;
}

.projects-one__filter, .projects-one__filter.style1 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-one__filter.style1 li {
    text-align: center;
}

.projects-one__filter.style1 li + li {
    margin-left: 20px;
}

.projects-one__filter.style1 li .filter-text {
    position: relative;
    display: inline-block;
    color: var(--tecture-white);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    background-color: transparent;
    padding: 12px 25px;
    border-radius: 0px;
    border: 1px solid var(--tecture-bdr-color);
    transition: 0.4s;
    z-index: 1;
}

.projects-one__filter.style1 li.active .filter-text, .projects-one__filter.style1 li:hover .filter-text {
    color: var(--tecture-white);
    border: 1px solid var(--tecture-base);
    background-color: var(--tecture-base);
}

.projects-one__bottom {
    position: relative;
    display: block;
}

.projects-one__bottom .row {
    --bs-gutter-x: 0px;
}

.projects-one__bottom .container {
    max-width: 100%;
}

.projects-one__single {
    position: relative;
    display: block;
}

.projects-one__img, .projects-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.projects-one__img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(0deg, rgb(166, 161, 130), rgb(166, 161, 130) 10%, rgba(166, 161, 130, 0.596) 51%, rgba(166, 161, 130, 0.706) 80%, rgba(166, 161, 130, 0.106));
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.projects-one__single:hover .projects-one__img::before {
    opacity: 1;
}

.projects-one__img img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.projects-one__single:hover .projects-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.projects-one__content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--tecture-black);
    text-align: center;
    padding: 24px 0px 28px;
    transform: translateX(-100%);
    transition: transform 1s;
    z-index: 2;
}

.projects-one__single:hover .projects-one__content {
    transform: translateX(0px);
}

.projects-one__content-shape-1 {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    z-index: -1;
}

.projects-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.projects-one__title a {
    color: var(--tecture-white);
}

.projects-one__sub-title, .projects-one__title a:hover {
    color: var(--tecture-base);
}

.projects-one__sub-title {
    font-size: 18px;
}

.projects-one__arrow {
    position: absolute;
    top: 0px;
    right: 40px;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    z-index: 2;
}

.projects-one__single:hover .projects-one__arrow {
    top: 30px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.projects-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: var(--tecture-base);
    border-radius: 50%;
    font-size: 20px;
    color: var(--tecture-white);
}

.projects-one__arrow a:hover {
    background-color: var(--tecture-black);
    color: var(--tecture-base);
}

.project-two {
    padding: 120px 0px;
    overflow: hidden;
    z-index: 1;
}

.project-two, .project-two__top {
    position: relative;
    display: block;
}

.project-two__top {
    margin-bottom: 88px;
}

.section-title {
    margin-bottom: 0px;
}

.project-two__bottom {
    position: relative;
    display: block;
}

.project-two__bottom .container {
    max-width: 1635px;
}

.project-two__carousel, .project-two__single {
    position: relative;
    display: block;
}

.project-two__single {
    z-index: 1;
}

.project-two__single::before {
    content: "";
    position: absolute;
    inset: -30px 0px 110px 30px;
    border: 1px solid var(--tecture-bdr-color);
    z-index: -1;
}

.project-two__img {
    position: relative;
    display: block;
    margin-right: 30px;
    overflow: hidden;
    z-index: 1;
}

.project-two__img::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    background: rgb(0, 0, 0);
    transition: 0.5s;
    z-index: 1;
}

.project-two__single:hover .project-two__img::before {
    opacity: 0.2;
}

.project-two__img img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.project-two__single:hover .project-two__img img {
    transform: scale(1.06) rotate(0deg);
}

.project-two__content {
    position: relative;
    display: flex;
    background-color: var(--tecture-white);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 50px 12px 30px;
    clip-path: polygon(0px 0px, 94% 0px, 100% 100%, 0px 100%);
}

.project-two__title {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
}

.project-two__title a {
    color: var(--tecture-black);
}

.project-two__title a:hover {
    color: var(--tecture-base);
}

.project-two__arrow {
    position: relative;
    display: block;
}

.project-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    background-color: var(--tecture-base);
    border-radius: 50%;
    font-size: 20px;
    color: var(--tecture-white);
}

.project-two__arrow a:hover {
    background-color: var(--tecture-black);
}

.project-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -197px;
    right: 140px;
    margin: 0px;
}

.project-two__carousel.owl-theme .owl-nav .owl-next, .project-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 82px;
    width: 82px;
    line-height: 82px;
    border-radius: 0px;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    font-size: 22px;
    margin: 0px;
    text-align: center;
    clip-path: polygon(50% 0px, 100% 50%, 50% 100%, 0px 50%);
    transition: 0.5s;
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.project-two__carousel.owl-theme .owl-nav .owl-next span, .project-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two__carousel.owl-theme .owl-nav .owl-next:hover, .project-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tecture-white);
    color: var(--tecture-base);
}

.project-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.project-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.projects-three {
    padding: 120px 0px;
    z-index: 1;
}

.projects-three, .projects-three__carousel, .projects-three__wrapper {
    position: relative;
    display: block;
}

.projects-three__img, .projects-three__single {
    position: relative;
    display: block;
    z-index: 1;
}

.projects-three__img {
    overflow: hidden;
}

.projects-three__img::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background: none 0px 0px repeat scroll rgb(0, 0, 0);
    transition: 0.4s ease-in-out;
}

.projects-three__single:hover .projects-three__img::before {
    opacity: 0.75;
    visibility: visible;
}

.projects-three__single:hover .projects-three__img img {
    transform: scale(1.2);
}

.projects-three__img img {
    width: 100%;
    transition: 0.8s;
}

.projects-three__content {
    position: absolute;
    bottom: 27px;
    left: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

.projects-three__single:hover .projects-three__content {
    opacity: 1;
    visibility: visible;
}

.projects-three__sub-title {
    font-size: 18px;
    color: var(--tecture-base);
    transform: translateY(-10px);
    transition: 0.4s ease-in-out;
}

.projects-three__single:hover .projects-three__sub-title {
    transform: translateY(0px);
}

.projects-three__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    font-style: normal;
    margin-top: 4px;
    transform: translateY(10px);
    transition: 0.4s ease-in-out;
}

.projects-three__single:hover .projects-three__title {
    transform: translateY(0px);
}

.projects-three__title a {
    color: var(--tecture-white);
}

.projects-three__title a:hover {
    color: var(--tecture-base);
}

.projects-three__arrow {
    position: absolute;
    top: 0px;
    right: 40px;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    z-index: 2;
}

.projects-three__single:hover .projects-three__arrow {
    top: 30px;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.projects-three__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: var(--tecture-base);
    border-radius: 50%;
    font-size: 20px;
    color: var(--tecture-white);
}

.projects-three__arrow a:hover {
    background-color: var(--tecture-black);
    color: var(--tecture-base);
}

.projects-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    margin: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0px;
    line-height: 0;
    padding: 0px 50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 100;
}

.projects-three__carousel:hover.owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
}

.projects-three__carousel.owl-theme .owl-nav .owl-next, .projects-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 82px;
    width: 82px;
    line-height: 82px;
    border-radius: 0px;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    font-size: 22px;
    margin: 0px;
    text-align: center;
    clip-path: polygon(50% 0px, 100% 50%, 50% 100%, 0px 50%);
    transition: 0.5s;
}

.projects-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.projects-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 0px;
}

.projects-three__carousel.owl-theme .owl-nav .owl-next span, .projects-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-three__carousel.owl-theme .owl-nav .owl-next:hover, .projects-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tecture-white);
    color: var(--tecture-base);
}

.projects-four {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
}

.project-details {
    counter-reset: count 0;
    padding: 120px 0px 113px;
    z-index: 1;
}

.project-details, .project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
}

.project-details__content {
    position: relative;
    display: block;
    margin-top: 48px;
}

.project-details__title-1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.project-details__text-1 {
    margin-top: 24px;
    margin-bottom: 28px;
}

.project-details__img-and-faq {
    margin-top: 57px;
    margin-bottom: 43px;
}

.project-details__img-and-faq, .project-details__img-box-img {
    position: relative;
    display: block;
}

.project-details__img-box-img img {
    width: 100%;
}

.project-details__faq-box {
    position: relative;
    display: block;
}

.project-details__faq-box .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border-radius: 3px;
    background-color: rgb(14, 17, 13);
    transition: 0.5s;
}

.project-details__faq-box .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 35px 23px 60px;
    transition: 0.2s linear 0.1s;
}

.project-details__faq-box .faq-one-accrodion .accrodion-title h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--tecture-white);
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
}

.project-details__faq-box .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 16px;
}

.project-details__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--tecture-white);
}

.project-details__faq-box .faq-one-accrodion .accrodion-title h4::before {
    content: "";
    font-weight: 700;
    font-size: 17px;
    color: var(--tecture-white);
    position: absolute;
    top: 50%;
    right: 0px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgb(29, 32, 25);
    border-radius: 3px;
    transform: translateY(-50%);
}

.project-details__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    font-family: "Font Awesome 6 Free";
    content: "";
    font-weight: 900;
    margin-right: 10px;
    transition: 0.5s;
}

.project-details__faq-box .faq-one-accrodion .accrodion-content {
    position: relative;
    margin-top: -13px;
    padding-left: 30px;
    padding-right: 110px;
    padding-bottom: 26px;
    display: none;
}

.project-details__faq-box .faq-one-accrodion .accrodion.active .accrodion-content {
    display: block;
}

.project-details__faq-box .faq-one-accrodion .accrodion-content p {
    margin: 0px;
}

.project-details__faq-box-count {
}

.project-details__faq-box-count::before {
    position: relative;
    display: block;
    font-weight: 600;
    line-height: 30px;
 font-family: 'Poppins', sans-serif;
    transition: 0.2s linear 0.1s;
}

.project-details__faq-box-count::after {
    content: "";
}

.projects-page {
    position: relative;
    display: block;
    padding: 150px 0px 90px;
    z-index: 1;
}

.projects-page .container {
    max-width: 1635px;
}

.projects-page .project-two__single {
    margin-bottom: 60px;
}

.design-interior {
    position: relative;
    display: block;
    padding: 120px 0px;
    border-bottom: 1px solid var(--tecture-bdr-color);
    z-index: 1;
}

.design-interior .section-title {
    margin-bottom: 14px;
}

.design-interior__inner, .design-interior__left {
    position: relative;
    display: block;
}

.design-interior__left {
    overflow: hidden;
    background-color: var(--tecture-black);
    margin-top: 55px;
    margin-right: 43px;
    padding: 101px 80px 29px;
    z-index: 1;
}

.design-interior__shape-1 {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    z-index: -1;
}

.design-interior__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -35px;
}

.design-interior__list li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0px 35px;
    margin-bottom: 65px;
}

.design-interior__list li, .design-interior__single {
    position: relative;
    display: block;
}

.design-interior__title {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    line-height: 38px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 23px;
    padding-bottom: 22px;
}

.design-interior__title a {
    color: var(--tecture-white);
}

.design-interior__title a:hover {
    color: var(--tecture-base);
}

.design-interior__right {
    position: relative;
    display: block;
    margin-left: -373px;
}

.design-interior__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px 50%;
}

.design-interior__img img {
    width: 100%;
}

.awards-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0px;
    border-bottom: 1px solid var(--tecture-bdr-color);
    z-index: 1;
}

.awards-one .section-title__title--two {
    margin-left: 0px;
}

.awards-one__left {
    margin-right: -30px;
}

.awards-one__left, .awards-one__list {
    position: relative;
    display: block;
}

.awards-one__list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid var(--tecture-bdr-color);
    border-bottom: 1px solid var(--tecture-bdr-color);
    padding: 41px 0px;
}

.awards-one__list li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.awards-one__list li:nth-child(2) {
    border-top: 0px;
    border-bottom: 0px;
}

.awards-one__title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.awards-one__title-circle-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid var(--tecture-bdr-color);
}

.awards-one__title-circle-box p {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: var(--tecture-white);
    line-height: 30px;
}

.awards-one__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 30px;
}

.awards-one__year {
    position: relative;
    display: block;
}

.awards-one__year p {
    font-size: 24px;
    line-height: 34px;
    /* font-weight: 700; */
    font-style: normal;
    color: var(--tecture-white);
}

.awards-one__arrow {
    position: relative;
    display: block;
}

.awards-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border: 1px solid var(--tecture-bdr-color);
    border-radius: 50%;
    font-size: 20px;
    color: var(--tecture-base);
}

.awards-one__arrow a:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-base);
}

.awards-one__right {
    margin-left: 68px;
    margin-right: 42px;
}

.awards-one__img, .awards-one__img-box, .awards-one__right {
    position: relative;
    display: block;
}

.awards-one__img img {
    width: 100%;
}

.awards-one__img-two {
    position: absolute;
    bottom: 0px;
    right: -42px;
}

.awards-one__img-two img {
    width: auto;
}

.how-it-work {
    position: relative;
    display: block;
    counter-reset: count 0;
    padding: 120px 0px 57px;
    background-color: var(--tecture-black);
    overflow: hidden;
    z-index: 1;
}

.how-it-work .section-title {
    margin-bottom: 108px;
}

.how-it-work__single {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.how-it-work__single-2 {
    padding-left: 120px;
}

.how-it-work__count, .how-it-work__count::before {
    position: relative;
    display: block;
}

.how-it-work__count::before {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--tecture-base);
    counter-increment: count 1;
    content: "0" counter(count);
    transition: 0.2s linear 0.1s;
}

.how-it-work__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 2px;
    margin-bottom: 11px;
}

.how-it-work__icon {
  position: absolute;
  top: 0px;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: var(--tecture-base);
  border-radius: 10px;
  z-index: 2;

  opacity: 0;
  transform: scale(0.8);
  animation: iconFadeIn 1.2s ease-out forwards;
}

@keyframes iconFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.how-it-work__single-2 .how-it-work__icon {
    left: -50px;
    right: inherit;
}

.how-it-work__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: rgb(0, 0, 0);
    transition: 0.5s linear 0.1s;
    transform: scale(1);
}

.how-it-work__single:hover .how-it-work__icon span {
    transform: scale(0.9);
}

.how-it-work__img, .how-it-work__img-box {
    position: relative;
    display: block;
}

.how-it-work__img {
    overflow: hidden;
    margin-top: -50px;
    border-radius: 50% 10px;
}

.how-it-work__img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.79);
    opacity: 0.5;
}

.how-it-work__img img {
    width: 100%;
}

.how-it-work__icon-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: var(--tecture-base);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.how-it-work__icon-2 span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--tecture-black);
    transition: 0.5s linear 0.1s;
    transform: scale(1);
}

.how-it-work__icon-2:hover span {
    transform: scale(0.9);
}

@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.before-and-after {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.before-and-after .section-title {
    margin-bottom: 18px;
}

.before-and-after__text {
    text-align: center;
    margin-bottom: 54px;
}

.before-and-after__img-box {
    position: relative;
    display: block;
    background-color: var(--tecture-base);
}

.before-and-after__img-box .before-after {
    position: relative;
}

.before-and-after__img-box .before-after .twentytwenty-container img {
    width: 100%;
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-before-label::before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--tecture-base);
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 1;
    transform: rotate(-45deg);
    text-transform: uppercase;
    display: none;
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-before-label::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    clip-path: polygon(0px 0px, 100% 0px, 0px 100%, 0px 100%, 0px 0px);
}

.before-and-after__img-box .before-after .twentytwenty-horizontal .twentytwenty-after-label::before {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    color: var(--tecture-base);
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    transform: rotate(-45deg);
    z-index: 1;
    text-transform: uppercase;
    display: none;
}

.before-and-after__img-box.before-after .twentytwenty-horizontal .twentytwenty-after-label::after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    clip-path: polygon(0px 100%, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
}

.twentytwenty-after-label, .twentytwenty-before-label {
    opacity: 1 !important;
}

.before-and-after__after {
    left: 10px;
}

.before-and-after__after, .before-and-after__before {
    position: absolute;
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.before-and-after__before {
    right: 10px;
}

.contact-info-section {
    position: relative;
    display: block;
    padding: 70px 0px 10px;
    z-index: 1;
}

.single-contact-info-section {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 40px;
}

.single-contact-info-section .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    border-radius: 50%;
    background-color: var(--tecture-black);
    color: var(--tecture-base);
    font-size: 35px;
    z-index: 1;
}

.single-contact-info-section__content {
    position: relative;
    display: block;
    background-color: rgba(var(--tecture-white-rgb),.05);
    padding: 73px 12px 28px;
    border-radius: 10px;
}

.single-contact-info-section__content .text {
    position: relative;
    display: block;
    padding-bottom: 16px;
}

.single-contact-info-section__content .text h3 {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 9px;
}

.single-contact-info-section__content .text p {
    margin: 0px;
}

.single-contact-info-section__content .text p + p {
    margin-top: 6px;
}

.single-contact-info-section__content .text p a {
    color: rgb(174, 176, 180);
    transition: 0.2s linear 0.1s;
}

.single-contact-info-section__content .text p a:hover {
    color: var(--tecture-white);
}

.single-contact-info-section__content .btn-box {
    position: relative;
    display: block;
}

.single-contact-info-section__content .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgb(174, 176, 180);
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    gap: 5px;
    transition: 0.2s linear 0.1s;
}

.single-contact-info-section__content .btn-box a:hover {
    color: var(--tecture-base);
}

.single-contact-info-section__content .btn-box a span {
    font-size: 23px;
    position: relative;
    display: inline-block;
    top: -2px;
}

.google-map-one, .google-map__one {
    position: relative;
    display: block;
}

.google-map__one {
    border: none;
    height: 775px;
    width: 100%;
}

.google-map__one::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(8, 10, 7, 0.4);
}

.core {
    text-align: center;
}

.core img {
    width: 45%;
}


@media(max-width:576px){
    .feature-one__list li, .feature-one__list li .icon

 {
    position: relative;
    display: flex
;
    margin-bottom: 23px  !important;
    align-items: center;
    justify-content: center;
}
.bg-with-image {
  position: relative;
margin-top: 50px;
  background-image: none; /* replace with your bg image */
  background-repeat: no-repeat;
  background-position: right center; /* position image to right center */
  background-size: contain; /* or 'cover' depending on how you want it to behave */
  padding: 60px 0; /* add vertical padding to create space for bg image */
 
}
}