/* hero */
.container--0- {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: rgba(11, 11, 11, 0.32);
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container-0-1-0 {
    position: relative;
    width: 100%;
    padding: 20px;
}

.container-1-2-0 {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    gap: 20px;
    margin: 50px;
}

.text-2-3-0 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.text-2-3-1 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ddd;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .container-1-2-0 {
        line-height: 1;
        margin: 0;
    }
}

/* Partners */
.partner__slider-item img {
    width: 100%;
    max-width: 300px;
}
.partner__slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.partner__slider-item {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    padding: 20px;
    text-align: center;
}

.partner__slider-item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.slick-center .sponsor__slider-item img {
    transform: scale(1.2);
}

.slick-track{
    display: flex !important;
    align-items: center;
}

.slick-prev, .slick-next {
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.slick-slide {
    opacity: 0.6;
    transform: scale(0.8);
    transition: transform 0.5s ease, opacity 0.5s ease;
}



.slick-center {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 375px) {
    .slick-center {
        opacity: 1;
        transform: scale(0.7);
    }
}

/* Technologies */
.grid-card {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-card img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.grid-card:hover img {
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .image {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 425px) {
    .grid-card {
        height: 100px;
    }
}

/* Linkedin */
.swiper.is-gallery {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    max-width: 350px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0.5;
    transform: scale(0.85);
}

.swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1);
}

.gallery-img__wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.75rem;
    opacity: 0.25;
    transform: scale(0.6);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease-in-out;
}

.swiper-slide-active .gallery-img__wrapper {
    opacity: 1;
    transform: scale(1);
}

.swiper-button-prev,
.swiper-button-next {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: transparent;
    transform: scale(1.1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: black;
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: transparent;
    width: 12px;
    height: 12px;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    transform: scale(1.3);
}

.swiper-pagination{
    position: relative !important;
}


/* start description count */
.description .count{
    display: flex;
    flex-wrap: wrap;
}
.description .count .cards-block__item {
    text-align: center;
}
.description .count .cards-block__item:first-child{
    border-left: none;
}
.description .count .cards-block__item{
    border-left: 2px solid;
}

@media only screen and (max-width: 733px) {

    .description .count .cards-block__item:nth-child(1){
        padding-bottom: 20px;
    }
    .description .count .cards-block__item:nth-child(2){
        padding-bottom: 20px;
    }
    .description .count .cards-block__item:nth-child(3){
        border-left: none;
    }
    .description .count .cards-block__item{
        width: calc(50% )
    }
  }
/* end description count*/


/* why webenia */
.values-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    column-gap: 20px;
    max-width: 900px;
    margin-bottom: 50px;
}
.value-box {
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.value-box:nth-child(4n+1),
.value-box:nth-child(4n+4) {
    background-color: #18a686;
}
.value-box:nth-child(4n+3),
.value-box:nth-child(4n+2) {
    background-color: #076767;
}

.value-box:nth-child(4n+2),
.value-box:nth-child(4n+4){
    top: 50px;
}

.icon {
    font-size: 24px;
    margin-bottom: 10px;
}
.back-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: black;
    font-weight: bold;
}

@media (max-width: 768px) {
    .value-box:nth-child(4n+2),
    .value-box:nth-child(4n+4){
        top: 0;
    }
    .values-container {
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
    }
}

/* linked in posts style */

.main{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
}
.main .post{
    max-width: 270px;
    height: auto;
    background-color:#f8f8f8;
    padding: 10px 10px;
    border-radius: 20px;

}
.main .post .head_main{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main .post .head_main .head-info{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

}

.main .post .head_main .head-info .head_img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    object-fit: contain;
    overflow: hidden;

}
.main .post .head_main .head-info .head_img img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.main .post .head_main .head-info .poplish{
    font-size: 15px;
    font-weight:500;
}

.main .post .head_main .head-info .poplish::first-letter{
    text-transform: uppercase;
}
.main .post .head_main .head-info .time{
    font-size: 13px;
    font-weight: 300;
}

.main .post .text_content p{
    margin-bottom: 3px;
    margin-top: 5px;
    display: contents;

}
.main .post .text_content a{
    text-decoration: none;
    color: rgb(124, 124, 124);
}
.main .post .img_content{
    margin-top: 10px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;

}
.main .post .img_content img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.main .post .call_to_action{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px  0 0 0;
}

.main .post .call_to_action .share{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


@media only screen and (max-width: 768px) {
    .swiperParallax  .gallery-img__wrapper.gallery-img  {
        top: 0;
        width: 130%;
        height: 100%;
        max-width: none;
    }

    .main .post .img_content{
        height: 120px;
    }

    .swiperParallax  .swiper-wrapper{
        flex-direction: row;
        align-items: center;
        display: flex;
            gap:0;
        justify-content: flex-start;
    }
    .main .post {
        max-width: 230px;
    }

}

@media (max-width: 768px) {
    .swiper-slide.is-gallery.swiper-slide-visible.swiper-slide-active {
        width: 768px;
        opacity: 1;
        pointer-events: auto;
    }
}


@media (max-width: 768px) {
    .swiperParallax {
        .swiper-slide {
            &.swiper-slide-active {
                .gallery-img__wrapper {
                    opacity: 1;
                    transform: scale(1);
                }
            }
        }
    }
}

/*swiper-slide is-gallery swiper-slide-visible swiper-slide-active*/


/* linked in posts style */


.our_services .services-items .elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.itemCard__header{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itemCard__image {
    object-fit: cover;
    max-height: 500px;
    height: 272px;
    width: 100%;
}

.our_services .services-items .itemCard__header .btn-link {
    display: inline;
    position: relative;
    text-decoration: none;
    color: #333;
    font-weight: bolder;
    padding-bottom: 3px;
    background-image: linear-gradient(to right, #18a686 100%, transparent 0%);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 0.4s ease-in-out, color 0.3s ease;
}

.our_services .services-items .itemCard__header .btn-link:hover {
    background-size: 100% 2px;
    color: #18a686;
}

[dir="rtl"] .our_services .services-items .itemCard__header .btn-link {
    background-image: linear-gradient(to left, #18a686 100%, transparent 0%);
    background-position: right bottom;
}

.our_services .services-items .itemCard__header .btn-link i{
    transition: 0.4s ease-in-out,color 0s ease;
}

.our_services .services-items .itemCard__header .btn-link:hover i {
    transform: translateX(5px);
}

[dir="rtl"] .our_services .services-items .itemCard__header .btn-link i{
    transform: rotate(180deg);
    transition: 0.4s ease-in-out, color 0s ease;
}

[dir="rtl"] .our_services .services-items .itemCard__header .btn-link:hover i {
    transform: translateX(-5px) rotate(180deg);
}