#event {
    padding: 5rem 2rem;
    background-image: url('/assets/paya-event-back-02.webp');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.events::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 328px;
    background: rgba(81, 176, 188, 0.8);
}

.events .text-center.text-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2rem;
    border-bottom: 3px #f0a921 solid;
    padding-bottom: 12px;
    margin-left: 30%;
    margin-right: 30%;
}

.events .owl-stage-outer .owl-item {
    padding: 10px;
    width: 325px !important;
    margin-left: 0px !important;
}

.events .owl-stage-outer {
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.3));
}

.events .owl-stage-outer .owl-item .item {
    background: #fff;
    border-radius: 25px;
}

.events .owl-stage-outer .owl-item .itemm {
    position: relative;
}

.events .owl-stage-outer .owl-item .item .item-image img {
    border-radius: 25px 25px 0 0;
}

.events .owl-stage-outer .owl-item .item .item-title {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    padding: 8px 20px;
    background-color: #00000098;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.events .owl-stage-outer .owl-item .item .item-summary {
    text-align: justify;
    color: #6d6d6d;
    padding: 20px 20px 30px 20px;
}

.events .owl-stage-outer .owl-item .item:hover .item-title {
    color: #09a1a9;
}

.about .catalog {
    height: 0;
    margin-top: -3rem;
}

.about .catalog .catalog-content {
    margin-right: 44%;
}

.about .catalog .catalog-content .catalog-text p {
    font-size: 20px !important;
    font-weight: 700;
}

.about .catalog .catalog-content .catalog-img-angle {
    margin-bottom: 10px;
}

.about .image-list li {
    transition: 0.3s;
}

.about .image-list li:hover {
    color: #fff !important;
}

.about .circle-item {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.about .circle-item-text {
    margin-bottom: 4rem;
    color: #333333;
}

.about .circle-overlay {
    /*display: none;*/
}

.about .circle-item-content {
    text-align: right;
    z-index: 2;
    position: inherit;
}

.about .paya-about {
    margin-top: 7rem !important;
    margin-bottom: -3rem !important;
    background: #eee;
    padding: 2rem;
    text-align: justify;
    text-align-last: center;
    border-radius: 20px;
    box-shadow: 0px 25px 62px 2px #1b385c4f;
}

.about .paya-about .paya-about-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

#companie {
    padding: 12rem 2rem 8rem;
}

#companie h5 {
    font-size: 20px;
    font-weight: 700;
}

.companie .swiper {
    padding: 20px 0 60px;
}

.companie .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.companie .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    border: 2px #dfdfdf solid;
}

footer .top-footer .sub-footer-menu span {
    color: #f0a921;
    font-size: 14px;
    font-weight: 700;
}

footer .top-footer .sub-footer-menu ul {
    margin-top: 12px;
}

footer .newsletter-box .footer-khabarname-title {
    color: #f0a921 !important;
    font-size: 14px;
    font-weight: 700;
}

footer .newsletter-box p {
    margin-bottom: 10px !important;
}

#Product .circle-product:after {
    top: 100px !important;
}

@media (max-width: 660px) {
    #Product .circle-product {
        display: none;
    }
}

    .circle-product {
        padding-top: 60px !important;
    }


    .circle-product .product-item:nth-child(2) .product-des {
        padding-right: 250px !important;
    }

    .circle-product h2 {
        font-size: 30px !important;
    }

    .circle-item {
        font-weight: bold;
        color: #fff;
        font-size: 30px;
    }

    .circle-item-content {
        margin-top: 10%;
    }

    .circle-item-content>div>ul {
        display: block;
    }

    .circle-item-content>div>ul>li {
        font-size: 20px;
        margin-bottom: 25px;
    }

    swiper-slide img {
        width: 100%;
    }

    .clicked-image {
        max-width: 100% !important;
        width: 513px;
        height: auto;
        opacity: 0;
        border-radius: 28px;
        transform: scale(0.8) rotate(10deg);
        transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    }

    .clicked-image.showc {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    .image-list li {
        z-index: 99;
    }

    .image-list li:hover {
        color: #f79b4d;
    }

    .image-wrapper {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border-radius: 28px;
    }

    .image-wrapper img {
        display: block;
        transition: transform 0.5s ease-in-out;
    }

    .image-wrapper:hover img {
        transform: scale(1.02);
    }

    .circle-overlay {
        position: absolute;
        width: 50px;
        height: 25px;
        background: #c50000;
        border-radius: 40px 40px 0 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: bottom 0.4s ease-in-out, height 0.4s ease-in-out, border-radius 0.4s ease-in-out, opacity 0.4s ease-in-out;
        opacity: 1;
    }

    .image-wrapper:hover .circle-overlay {
        bottom: 32px;
        transform: translate(-50%, 50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: 1;
    }

    .plus-icon {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
    }

    .image-wrapper:hover .plus-icon {
        opacity: 1;
        position: absolute;
        top: 24%;
        left: 36%;
    }

    .image-description {
        font-size: 15px !important;
    }

    .owl-carousel .image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
    }

    .owl-carousel .image-wrapper img {
        width: 700px;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
    }

    .about .owl-stage-outer {
        height: 280px !important;
    }

    .owl-carousel {
        display: flex !important;
    }

    .carosel-c {
        position: absolute;
        bottom: 10rem;
    }

    .carosel-c .owl-controls {
        bottom: 51px !important;
        pointer-events: none;
    }

    .carosel-c .owl-nav {
        pointer-events: auto;
    }

    .carosel-c .owl-prev {
        position: absolute !important;
        left: 26px !important;
        float: initial !important;
        bottom: 31px;
    }

    .carosel-c .owl-next {
        position: absolute !important;
        right: 26px !important;
        float: initial !important;
        bottom: 31px;
    }

    .carosel-c .owl-nav>div {
        width: 75px !important;
        height: 75px !important;
    }

    .carosel-c .owl-nav>div span {
        width: 18px !important;
        height: 48px !important;
    }

    .carosel-c .owl-controls .slider-left-btn {
        background-position: -17px -572px !important;
    }

    .carosel-c .owl-controls .slider-right-btn {
        background-position: -68px -572px !important;
    }