html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    background: url(../assets/img/bg_pattern_new.png) !important;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    /* padding: 3rem; */
    background-size: cover !important;
    /* background: url(./assets/img/product-background.webp); */

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0rem 0;
    object-fit: cover;
}

.arsi-banner img {
    width: 100%;
    padding: 5rem 10rem;
}

.arsi-banner {
    background-color: #fff;
}

.carousel {
    margin: 5rem 10rem;
}

.carousel img {
    height: 75vh;
}

.about-slider {
    background-color: #fff;
    background: url(../assets/img/bg_pattern_new.png) !important;
}

/* .about-slider {
    padding: 0rem 10rem;
} */

.carousel-control-prev-icon {
    background-color: #757575;
    padding: 10px;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-color: #757575;
    padding: 10px;
    border-radius: 50%;
}

.about-page-video {
    margin: 5rem 0rem;
    filter: brightness(40%);
    /* padding: 90px 15px; */
    background-color: #cfcfcf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:760px){
    .about-page-video video{
        width: auto !important;
    }
    .about-page-video{
    height: 40vh;
}
}

.about-page-video video {
    width: 100%;
    border-radius: 10px;
}


.card {
    /* max-width: 300px; */
    margin: auto;
    text-align: center;
    font-family: arial;
    padding-bottom: 1rem;
}

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(231, 171, 59, 0.457);
}

.price {
    color: grey;
    font-size: 22px;
}

.card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card button:hover {
    opacity: 0.7;
}

.card .portfolio-info h4 {
    color: #872e30 !important;
}

.circular-slider {
    background: url(./assets/img/bg_pattern_new.png);
}

section,
.projects {
    background: url(./assets/img/bg_pattern_new.png);
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    /* background: #eee; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 0 0;
}

.swiper-slide img {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    /* height: 40vh; */
    object-fit: cover;
}

.swiper-slide .portfolio-info a {
    color: #222;
    font-size: 15px;
    text-align: center;
}

.swiper-slide .portfolio-info:hover a {

    transition: all 2s;
    /* width: 100%; */
    /* display: block; */
}

.swiper-slide .portfolio-info:hover i {
    margin-left: 2.625rem;
    transition: all 1s;

}