/* start about-main css  */
.about-main {
    background: url("../../images/about-back.png") center center no-repeat ;
    background-size: 100% 100%;
    height: 80vh;
}
.about-text {
    width: 50%;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 8%;
}
.about-text-title {
    color: var(--second-Webcolor);
    
}
/* end about-main css  */



/* start about-bg css  */
.about-bg {
    background: url("../../images/bg (1).png") center center ;
    background-size: cover;
    height: 500px;
}

.about-bg i {
    background-color: white;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 30px;

}
@media (max-width:768px) {
.about-bg {
    height: 100%;
}
    
}
/* end about-bg css  */
/* start about-info css  */
.about-info .row div {
    background: #FFFFFF;
    padding: 80px 30px;
    box-shadow: 0px 2px 2px 0px #0000001A;
    border-radius: 50px;
}

.about-info .row div:last-child {
    background-color: var(--main-Webcolor);
}

.abdot-num {
    color: var(--main-Webcolor);
}
.about-bg-div2 {
    margin-top: 180px;
}
/* End about-info css  */
/* start aboutSwiper css */
.aboutSwiper .swiper {
    width: 100%;
    height: 450px;
}

.aboutSwiper-title {
    color: var(--main-Webcolor);
    font-weight: 600;
}

.swiper-slide {
    background-color: transparent;
    text-align: center;
    display: flex;
    height: 350px;
    justify-content: center;
    align-items: center;
}

.aboutSwiper img {
    border-radius: 30px;
}

.aboutSwiper .swiper-rtl .swiper-button-next {
    right: 100px;
    top: 90%;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: black;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
}

.aboutSwiper .swiper-button-prev {
    right: 50px;
    top: 90%;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: black;
}

.swiper-slide {
    transition: .3s;
}

.aboutSwiper .swiper-wrapper .swiper-slide:nth-child(3),
.aboutSwiper .swiper-wrapper .swiper-slide:nth-child(2) {
    margin-top: 50px;
}

.swiper-slide .title-homeSwiper {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: rgba(255, 255, 255, 1);
}

@media (max-width:1200px) {
    .swiper-slide {
        margin-top: 0px !important;
    }
}

/* end aboutSwiper css */