.pagination>li>span {
    border: none;
}
.works-item img{
    max-height: 127px;
    max-width: 100%;
}
.slide-edit-image{
    height: 320px;
    padding-top: 25px;
}
.slide-edit-image img{
    max-height: 100%;
    max-width: 95%;
}
.carousel-inner>.item>img{
    margin: 0 auto;
}
.carousel-inner .item{
     height: 500px;
 }

.carousel-inner .item img{
    max-width: 100%;
    max-height: 100%;
}
.carousel-control{
    color: blue;
}
.carousel-control:hover{
    color: blue;
}
.connect-btns-top{
    font-size: 15px;
}
.employers-block img{
    border-radius: 100%;
}
.projects-main-tint {
    position: relative;
}
  
.projects-main-tint::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #223E6096;
}
  
.projects-main-img {
    display: block;
    width: 100%;
    z-index: -1;
}

.projects-main-curve {
    position: absolute;
    top: 15vw;
    left: 6%;
    z-index: 0;
    width: 20vw;
}

.projects-main-header {
    position: absolute;
    top: 35%;
    left: 7%;
    transform: translate(-7%, -50%);
    color: white;
    width: 24vw;
    font-size: 4vw;
    text-transform: uppercase;
    margin: 0;
}


.projects-main-preamble {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 21vw;
    font-size: 1vw;
}

.projects-main-info-box-wrapper {
    position: relative;
}

.projects-lang-picker {
    margin-top: 3%;
}

.projects-main-info-box {
    width: 75%;
    padding: 6%;
    box-sizing: border-box;
}

.projects-main-info-box h2 {
    font-weight: 400;
    font-size: 2.2vw;
    padding-right: 20%;
    margin: 3% 0 5%;
}

.projects-main-info-box h3 {
    font-weight: 200;
    text-transform: uppercase;
    margin: 2% 0;
    font-size: 1vw;
}

.projects-main-info-separator {
    width: 100%;
    height: 0.5px;
    background-color: black;
}

.projects-main-info-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.projects-main-info-container {
    width: 50%;
}

.projects-main-info-container p {
    font-size: 0.97vw;
    padding: 0 0 4%;
}

.projects-main-btn-custom {
    font-size: 1vw;
    border-radius: 5vw;
    padding: 1vw 4vw;
    background: #FFF0B2;
    transition: 0.3s;
}

.projects-main-btn-custom:hover {
    background: #fdf4cf;
}

.projects-main-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    background: #9297B1;
    padding: 0 0 10vw;
    margin: 0 0 -60px;
}

.projects-main-card {
    transition: transform 0.3s ease;
    padding: 2vw 5vw;
}

.projects-main-card h4, .projects-main-card p {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5vw;
    padding-top: 1vw;
    text-overflow: ellipsis;
    overflow: hidden; 
    max-width: 21.9vw;
}

.projects-main-card p {
    font-weight: 200;
    padding-top: 0;
    font-size: 0.9vw;
}

.projects-main-card:hover {
    transform: translateY(-1.5vw);
}

.projects-main-card-img {
    width: 100%;
    height: auto;
    border-radius: 2vw
}

.project-wrapper {
    background: #EFF1FD;
}

.project-personal-photo {
    height: 12vw;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.project-personal-photo img {
    width: 12vw;
    height: 12vw;
    object-fit: cover;
}

.project-personal-info {
    width: 54vw;
}

.project-personal-info h2 {
    font-size: 2vw;
    margin: 0 0 2vw 0.5vw;
    font-weight: 400;
}

.project-personal-info p {
    font-size: 1.02vw;
    margin: 1.5vw 0 0;
}

.project-personal-wrapper {
    padding: 10vw;
    display: flex;
    justify-content: flex-start;
    gap: 2vw;
}

.project-story-wrapper {
    position: relative;
    padding-bottom: 5vw;
}

.project-story-content-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80vw;
    overflow: hidden;
    transition: height 1s ease;
}

.project-story-photos-wrapper {
    padding: 0 2vw 0 5vw;
}

.project-story-photos-wrapper img {
    width: 32vw;
    border-radius: 2vw;
    padding: 0 0 24vw;
}

.project-story-text-wrapper {
    padding: 0 5vw 0 0;
}

.project-story-text-wrapper h1 {
    margin: 0 0 3vw;
    font-size: 2.4vw;
    font-weight: 400;
}

.project-story-text-wrapper p {
    margin: 0 0 1vw;
    font-size: 1.02vw;
}

.project-story-additional-photos-wrapper {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    padding: 2vw;
}

.project-story-additional-photos-wrapper img {
    width: 25vw;
    border-radius: 1.5vw;
}

.project-story-additional-photos-img-wrapper {
    width: 22vw;
    height: 16vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.project-story-additional-photos-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-story-expand-btn {
    font-size: 1.1vw;
    position: absolute;
    bottom: 1vw;
    left: 38vw;
    padding: 1vw 2vw;
    border-radius: 2vw;
}

.project-story-expanded {
    height: 100%;
}
@media (min-width: 900px) {
    .our-work-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 24px;
        font-size: 16px;
        color: #000 !important;
    }
    .news {  display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 30px; }
    .news-item-0{margin: 0px;}
    .news-item-1{margin: 0px;}
    .news-item-2{margin: 0px;}
    .news-item-3{margin: 0px;}
    .work-item-0{margin: 0px;}
    .work-item-1{margin: 0px;}
    .work-item-2{margin: 0px;}
    .work-item-3{margin: 0px;}
    }
    .news { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    .our-work-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.news-item-list {
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* Column | row */
}
.news-item-0 {
    margin: 15px;
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    border-radius: 35px;
    max-width: 703px;
    height: 735px;
}
.news-item-1 {
    margin: 15px;
    grid-column-start: 3;
    border-radius: 30px;
    font-size: 16px !important;
    padding: 24px;
    max-width: 482px;
    height: 352px;
    background: #c8defc;
}

.news-item-2 {
    grid-column-start: 4;
    border-radius: 30px;
    margin: 15px;
    font-size: 16px !important;
    padding: 24px;
    /* margin: 0px; */
    max-width: 482px;
    height: 352px;
    background: #ffd8cb;
}

.news-item-3 {
    grid-column: span 2 / span 2;
    margin: 15px;
    grid-column-start: 3;
    grid-row-start: 2;
    font-size: 16px !important;
    border-radius: 30px;
    padding: 24px;
    max-width: 994px;
    height: 336px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: #fff0b2;
}


.work-item-0 {
    border-radius: 30px;
    margin: 15px;
    padding: 24px;
    /* max-width: 335px; */
    height: 352px;
    background: #c8defc;
}
.work-item-1{
    border-radius: 30px;
    margin: 15px;
    padding: 24px;
    /* max-width: 335px; */
    height: 352px;
    background: #ffd8cb;
}
.work-item-2 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
    border-radius: 30px;
    padding: 24px;
    margin: 15px;
    /* max-width: 701px; */
    height: 330px;
    background: #fff0b2;
}
@media (min-width: 900px) {
    .work-item-3 {
        min-width: 420px;
    }
}
.work-item-3 {
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    margin: 15px;
    border-radius: 30px;
    padding: 24px;
    max-width: 997px;
    
    height: 736px;
    background: rgba(149, 149, 149, 0.64);
}
.header-nav{
    min-width: 1420px;
}
        
.video-container {
    position: 0px 64px 0px 0px;
    display: flex;
}
    
.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 33% !important;
}

.title-wrapper {
    margin-top: 120px;
    padding: 42px 90px;
    min-height: 400px;
    background-color: #EFF1FD;
    border-radius: 30px 30px 0px 0px;
}

.title-wrapper h3{
    font-size: 2.5vw;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.list .projects-main-list{
    background-color: #fff;
}

.list .projects-main-list{
    background-color: #fff;
}
.list .projects-main-card h5, .list .projects-main-card p{
    color: #000;
}
.title{
    font-size: 1.5vw;
    font-weight: 800;
    margin: 0;
    padding: 42px 0px;
}
.card-number{
    font-size: 5.5vw;
    position: relative;
    top: -5px;
    font-weight: 800;
}

@media (max-width: 1420px) {
    .header-nav {
        min-width: 100%;
    }
}

@media (max-width: 400px) {
    .menu-title{
        display: none;
    }
}

.break {
    flex-basis: 100%;
    height: 0;
  }
  .testimonial {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 25px 25px;
    flex-grow: 1;
    flex-basis: 280px;
    max-width: 360px;
    border-radius: 30px;
    position: relative;
    height: 430px;
}

.testimonial__text {
    font-weight: normal;
    line-height: 21px;
    margin-top: 20px;
}

.testimonial__job {
    font-weight: normal;
    font-size: rem(8);
    line-height: 10px;
    letter-spacing: 0.5px;
}

.testimonial__name {
    font-weight: bold;
    font-size: rem(10);
    line-height: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.testimonial__img {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

.testimonial__img img {
    vertical-align: bottom;
    border-radius: 50%;
    width: 100px;
}

.testimonial__info {
    display: inline-block;
    top: -50px;
    position: relative;
}

.projects-main-card-img .card-news{
    border-radius: 30px;
}

.novel-img{
    border-radius: 0px;
}
.novel-title{
    color: #000 !important;
    text-transform: uppercase !important;
}
.novel-btn{
    background-color: #fff;
    color: #000;
    margin-top: 20px;
}
.novel-heading{
    color: #000 !important;
    font-size: 3vw !important;
    font-weight: 800 !important;
    margin-top: 0 !important;
    text-transform: uppercase !important;
}
.na-zlami{
    width: 100%;
}
.na-zlami img{
    width: 100%;
}
.footer .contacts .social a {
    color: #000;
}