.home-page .hero,
.home-page .hero .hero-images,
.home-page .hero .hero-images .swiper-slide,
.home-page .hero .hero-images .swiper-slide img,
.home-page .hero .transparent-linear-filter
{
    width: 100vw;
    height: 100vh;
}

.home-page .hero .hero-images .swiper-slide img
{
    object-fit: cover;
}

.home-page .hero
{
    position: relative;
}
.home-page .hero .hero-images
{
    position: relative;
    z-index: 1;
}

.home-page .hero .transparent-linear-filter
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.home-page .hero .hero-text
{
    position: absolute;
    top: 35%;
    right: 25%;
    transform: translate(50%, -50%);
    width: 40%;
    height: 220px;
    z-index: 15;
}
.home-page .hero .hero-text .swiper-pagination
{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    right: 50%;
    --swiper-pagination-bullet-inactive-color: white;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-color: white;
    --swiper-pagination-bullet-size: 16px;
    top: unset;
    bottom: 0;
    transform: translate(50%, -50%);
}
.home-page .hero .swiper-pagination-bullet-active
{
    --swiper-pagination-bullet-size: 24px;
    margin: 0 var(--swiper-pagination-bullet-vertical-gap,2px) ;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 var(--swiper-pagination-bullet-vertical-gap,2px) ;
}
.test
{
    position: relative;
}
.test::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}
.test.blue::before
{
    background-color: blue;
}
.test.red::before
{
    background-color: red;
}
.home-page .hero .hero-text .hero-text-box
{
    height: 100%;
    padding: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    *{
        color: white;
    }
    p{
        color: #FFF;
        text-align: center;
        font-size: var(--font-size-title);
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    h2{
        text-align: center;
        text-shadow: -5px 5px 5.5px rgba(0, 0, 0, 0.25);
        font-size: var(--font-size-biggest-title);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    a.cta
    {
        text-align: center;
        font-size: var(--font-size-title);
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 5px;
        border-radius: 10px;
        border: 1px solid white;
    }
}

.hero-design
{
    z-index: 10;
    position: absolute;
    height: 50%;
    bottom: 0%;
    right: 0%;
}

.hero-design img
{
    transform: scale(-1,1);
    height: 100%;
    width:  auto;
}

.home-page .full-page {
    background-image: url("../img/background.svg");
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--primary);
}

.home-about
{
    padding: 0 150px;
    display: flex;
    flex-direction: column;
}
.home-about .top 
{
    display: flex;
    align-items: stretch;
    gap: 30px;
}
.home-about .top .image-wrapper
{
    width: 438px;
}
.home-about .top .image-wrapper img
{
    width: 100%;
    height: auto;
}

.home-about .top .text-wrapper
{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 622px;
}
.home-about .top .text-wrapper .title-wrapper
{
    background: linear-gradient(90deg, #784F30 0%, #C5A791 52.88%, #896244 100%);
    width: 100%;
    padding: 7px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}
.home-about .top .text-wrapper .title-wrapper h2
{
    text-align: center;
    font-size: var(--font-size-big-title);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-about .top .text-wrapper .detail-wrapper p
{
    font-size: var(--font-size-base);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-about .bottom
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    --gap:35px;
    gap: var(--gap);
    margin-top: 30px;
}
.home-about .bottom .bottom-item
{
    flex: 1 1 calc((100% - var(--gap) * 2) * 0.33333);
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.home-about .bottom .bottom-item .title-wrapper
{
    width: 257px;
    height: 73px;
    background-image: url("../img/home-about-title-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-about .bottom .bottom-item .title-wrapper h2
{
    font-size: var(--font-size-mid-title);
    font-weight: 700;
    line-height: normal;
}
.home-about .bottom .bottom-item .text-wrapper *
{
    color: rgba(255, 255, 255, 0.97);
    text-align: center;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-page-projects-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 90px;
}
.home-projects-title
{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 10px;
    margin-bottom: 30px;
}
.home-projects-title h2
{
    text-align: center;
    font-family: Helvetica;
    font-size: 31.233px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-projects-title::before,
.home-projects-title::after
{
    content: "";
    height: 4px;
    position: relative;
    background-color: white;
    --line-padding: 10%;
    width: calc(100vw - var(--line-padding, 65px));
}

.home-projects-title::after
{
    --line-padding: 25%;
}
.home-projects
{
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
    gap: 30px;
}
.home-project-item
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 23px;
}

.home-project-item .text-side
{
    width: 23%;
}
.home-project-item .projects-side
{
    width: 66.6666%;
    height: fit-content;
    margin: unset !important;
}
.home-project-item .projects-side .swiper-slide
{
    aspect-ratio: calc(317.99 / 402.06);
    width: 100%;
    height: auto;
}
.home-project-item .projects-side .swiper-slide img
{
    width: 100%;
    height: 100%;
    aspect-ratio: 1.26415094;
    object-fit: cover;
}
.home-project-item .text-side
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.home-project-item .text-side .swiper.for-pagination {
    --swiper-pagination-bullet-size: 16px;
    --swiper-pagination-bullet-inactive-color: white;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-color: white;
    --swiper-pagination-bottom: 0;
    width: 100%;
    height: calc(var(--swiper-pagination-bullet-size, 10px) * 2);
}

.home-project-item .text-side .swiper.for-pagination .swiper-pagination
{
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-project-item .text-side .swiper.for-pagination .swiper-pagination-bullet-active
{
    --swiper-pagination-bullet-size: 24px;
}

.home-project-item .text-side .title h2
{
    font-size: var(--font-size-biggest-title);
    font-weight: 700;
    line-height: normal;
}
.home-project-item .text-side .text p
{
    font-size: var(--font-size-small);
    font-weight: 400;
    line-height: normal;
}
.home-projects.r .home-project-item
{
    flex-direction: row-reverse;
}

