.home-about {
    padding: 5rem 0;
    background-color: #F6F6F6;
}

.home-about-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-about-content-text {
    padding: 2rem;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 3px 35px 0px rgba(76, 76, 76, 0.04);
    width: 50%;
}

.home-about-content-text-btn {
    margin-top: 2rem;
}

.home-about-content-image {
    width: 50%;
    height: 100%;
    position: relative;
}

.home-about-content-image .home-about-content-image-img {
    width: 100%;
    height: 540px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    object-fit: cover;
}

.home-about-content-image .home-about-content-image-img-2 {
    width: 340px;
    height: 340px;
    aspect-ratio: 1/1;
    object-fit: cover;
    position: absolute;
    top: calc(50% - 170px);
    right: -4rem;
    z-index: 1;
    border-radius: 8px;
    border: 4px solid #F6F6F6;
}

.home-projects {
    overflow: hidden;
    position: relative;
    background-color: #F6F6F6;
    /* background-image: url("../../img/7b22f81bec44958f6848f7c88af1a652dfc8c2fd.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-projects-overlay {
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    background:  linear-gradient(0deg, rgba(0, 0, 0, 0.00) 47.07%, rgba(0, 0, 0, 0.50) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) -19.86%, rgba(27, 0, 0, 0.90) 100%);
}

.home-projects-content span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem;
}

.home-projects-content-image {
    overflow: hidden;
    margin: 1.5rem 0;
}

.home-projects-content img {
    /* width: 100%; */
    /* height: 100%; */
    max-width: 210px;
    max-height: 210px;
    object-fit: contain;
    /* border-radius: 8px; */
}

.home-projects-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #E3E3E3;
}

.projects-swiper {
    /* padding: 20px 0 60px 0;
    position: relative; */
    width: 60%;
    height: 400px;
}

.projects-swiper .project-card-bg {
    display: flex;
    align-items: end;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.project-card-overlay {
    background:  linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: end;
    border-radius: 8px;
}

.projects-swiper img {
    width: 100%;
}

.project-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.project-card p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.project-card p svg {
    /* margin-right: 0.5rem; */
    color: #ED2939;
}

.projects-swiper-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4rem;
    left: 0;
    right: 0;
    z-index: 1;
}

.projects-swiper-buttons .projects-button-next svg,
.projects-swiper-buttons .projects-button-prev svg {
    width: 40px;
    color: #fff;
}

.projects-swiper-buttons .swiper-pagination {
    width: fit-content;
    position: relative;
    bottom: 0;
    margin: 0 1rem;
}

.projects-swiper-buttons .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}

.projects-swiper-buttons .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 10px;
    background-color: #ED2939;
}

.home-media {
    padding: 5rem 0;
    background-color: #F6F6F6;
}

.home-media-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.home-contact {
    padding: 5rem 0;
    background-color: #F6F6F6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-testimonial-header h3 {
    font-size: 20px;
    font-weight: 400;
    color: #ED2939;
}

.home-testimonial-header h3 img {
    width: 18px;
    height: 18px;
}

.home-testimonial-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #161616;
    margin: 1rem 0;
}

.home-testimonial-header p {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    margin-bottom: 2rem;
}

.home-testimonial-swiper-slide-content {
    border-radius: 8px;
    background: #FFF;
    padding: 1.5rem;
}

.home-testimonial-swiper-slide-content-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.home-testimonial-swiper-slide-content-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.home-testimonial-swiper-slide-content-person img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-inline-end: .5rem;
    border-radius: 50%;
}

.home-testimonial-swiper-slide-content-person h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .1rem;
    color: #161616;
}

.home-testimonial-swiper-slide-content-person span {
    font-size: 12px;
    font-weight: 400;
    color: #585858;
}

.home-testimonial-swiper-slide-content p {
    font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;
}

.home-testimonial {
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
    width: 100%;
    height: 100%;
}

.home-testimonial-swiper-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.home-testimonial-swiper-buttons .home-testimonial-swiper-button-next,
.home-testimonial-swiper-buttons .home-testimonial-swiper-button-prev {
    color: #161616;
    font-size: 16px;
    font-weight: 400;
}

.home-testimonial-swiper-buttons .home-testimonial-swiper-pagination {
    margin: 0 1rem;
    width: fit-content;
}

.home-testimonial-swiper-buttons .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #CECECE;
}

.home-testimonial-swiper-buttons .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    background-color: #ED2939;
}

.home-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 65% 0, 100% 50%, 100% 100%, 0% 100%);
    z-index: -1;
    overflow: hidden;
}

.home-contact-bg-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(27, 0, 0, 0.90) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* clip-path: polygon(0% 0%, 65% 0, 100% 50%, 100% 100%, 0% 100%); */
    z-index: 0;
    overflow: hidden;
}

.home-hero-swiper {
    width: 100%;
    height: 100vh;
}

.home-hero-swiper .hero-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-hero-swiper .hero-slide-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -81.53%, rgba(27, 0, 0, 0.9) 100%),linear-gradient(0deg, rgba(0, 0, 0, 0) 39.03%, rgba(0, 0, 0, 0.2) 100%);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 8rem 0;
}

.home-hero-swiper .hero-slide-content {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.home-hero-swiper .hero-slide-content span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.home-hero-swiper .hero-slide-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.home-hero-swiper .hero-slide-content h2 span {
    font-size: 42px;
    font-weight: 700;
    color: #ED2939;
}

.home-hero-swiper .hero-slide-content p {
    font-size: 18px;
    font-weight: 400;
    color: #E0E0E0;
    line-height: 28px;
    margin-bottom: 1rem;
    max-width: 800px;
}

.home-hero-swiper .hero-slide-content-btn {
    margin-top: 2rem;
}

.home-hero-swiper-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 3rem;
    z-index: 5;
}

.home-hero-swiper-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.home-hero-swiper-button-prev svg,
.home-hero-swiper-button-next svg {
    color: #fff;
    font-size: 24px;
} 

.home-hero-swiper-pagination {
    width: fit-content !important;
    margin: 0;
}

.home-hero-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.home-hero-swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
    background-color: #ED2939;
    transition: all 0.3s ease;
}

.home-hero-swiper-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.home-hero-swiper-social a {
    color: #fff;
    font-size: 24px;
    margin: 0 1rem;
}

.home-hero-swiper-social a svg {
    border: 0.8px solid #6C6C6C;
    border-radius: 50%;
    padding: 0.5rem;
    background-color: #3C3C3C;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.home-hero-swiper-social a svg:hover {
    background-color: #ED2939;
    border-color: #ED2939;
}





















































@media screen and (max-width: 768px) {
    .home-about-content {
        flex-direction: column;
    }
    .home-about-content-image {
        width: 100%;
    }
    .home-about-content-text {
        width: 100%;
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .home-about-content-image .home-about-content-image-img {
        height: 300px;
        aspect-ratio: 1/1;
        object-fit: cover;
        width: 70%;
    }
    .home-about-content-image .home-about-content-image-img-2 {
        width: 200px;
        height: 200px;
        top: calc(50% - 100px);
        right: 0rem;
    }
    .home-hero-swiper-social {
        display: none;
    }
    .projects-swiper {
        width: 80%;
    }
    .projects-swiper-buttons {
        bottom: -2rem;
    }
    .home-projects-overlay {
        padding: 5rem 0;
    }
    .home-projects-content {
        margin-bottom: 2rem;
    }
    .home-contact-bg {
        width: 100%;
        height: 50%;
    }
}