:root {
    --white: #FFFFFF;
    --black: #000;
    --blackNav: #424242;
    --blueNav: #133A67;
    --yellowBanner: #FFC99D;
    --whiteBanner: #DADADA;
    --blueItem: #00ADB6;
    --blackItem: #3C4852;
    --infoGray: #808080;
    --redBanner: #BE6A67;
    --reviewsGray: #F1F1F1;
    --whiteFooter: #EEEEEE;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'cairo';
}

header{
    height: 450px;
}
/*items-info  */
.items-info{
    position: relative;
    top: 100px;
width: 80%;
margin: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.items-info div{
    background-color: var(--white);
    width: 250px;
    margin-bottom: 20px;
    height: 250px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 30px 70px 0px  rgba(16, 12, 47, 0.05);
}

.items-info div h4{
    font-size: 30px ;
    font-weight: bold;
    margin-top: 10px;
}


.items-info div span{
    font-size: 13px;
    margin-top: 10px;
    color: #181818;
    font-weight: 600;
}


/* more info */
.more-info {
    width: 88%;
    margin: auto;
    padding: 50px 0px;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.more-info .info__content span {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--infoGray);
}


.more-info .info__content h4 {
    font-size: 36px;
    color: var(--black);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
}

.more-info .info__content h4 span {
    font-size: 36px;
    color: var(--redBanner);
}

.more-info .info__content p {
    font-size: 15px;
    color: var(--infoGray);
}

.more-info .info__content .info-item {
    flex-direction: column;
}

.more-info .info__content .info-item div {
    display: flex;
    justify-content: space-between;
}


.more-info .info__content .info-item div span {
    display: inline-flex;
    width: calc(100%/2 - 50px);
    padding: 14px 50px;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
    color: var(--blackNav);
    margin-left: 15px;
    box-shadow: 5px 4px 30px 0px rgba(0, 0, 0, 0.1);
}


/* aboutCard */
.aboutCard{
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.aboutCard .cardContent{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}

.aboutCard .cardContent .cardContent__card{
    width:350px ;
    margin-bottom: 50px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}

.aboutCard .cardContent .cardContent__card svg{
    position: absolute;
    top: -80px;
    margin:-31px;
}

.aboutCard .cardContent .cardContent__card img{
    width: 100%;
}

.aboutCard .cardContent .cardContent__card div{
    padding: 20px 30px;
    position: relative;

}

.aboutCard .cardContent .cardContent__card h4{
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
}

.aboutCard .cardContent .cardContent__card p{
    font-size: 15px;
    text-align: center;
    color: #181818;

}

/* reviews */
.reviews {
    width: 100%;
    background-color: #FBFBFB;
    padding: 50px 0px;

}

.reviews .reviews__content {
    width: 92%;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews .reviews__content .slider-reviews {
    width: 60%;
}

.reviews .content p {
    width: 70%;
}

.reviews .content span {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--infoGray);
}


.reviews .content h4 {
    font-size: 36px;
    color: var(--black);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
}

.reviews .content h4 span {
    font-size: 36px;
    color: var(--redBanner);
}

.reviews .content p {
    font-size: 15px;
    color: var(--infoGray);
}

.reviews .swiper {
    width: 100%;
    height: 100%;
}


.reviews .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 431.66px !important;
    width: 330px !important;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgba(26, 46, 85, 0.1);
}

.reviews .swiper-slide .bg-review {
    position: absolute;
    left: 0;
    top: 0;

}


.reviews .swiper-slide .card-content {
    height: 100%;

    text-align: right;
    width: 100%;
    padding-right: 14px;
    justify-content: space-around;
}

.reviews .swiper-slide .card-content .top__card .person2 {
    position: relative;
    margin-bottom: 50px;

    width: 70px;
    height: 70px;
}

.reviews .swiper-slide .card-content .top__card .person2 .green-circle {
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.reviews .swiper-slide .card-content .top__card p {
    font-size: 15px;
    color: var(--infoGray);
}


.reviews .swiper-slide .card-content .bottom__card h3 {
    font-size: 18px;
    color: var(--blueNav);
    font-weight: bold;
}

.reviews .swiper-slide .card-content .bottom__card span {
    font-size: 15px;
    color: var(--infoGray);
}