
.swiper {
    width: 100%;
    height: 100%;
    /* min-height: 100%; */
}
.swiper-slide {
    height: 100%;
    /* min-height: 100%; */
}

/* hero section */
.hero .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.688);
    background-blend-mode: darken;
    background-position: center;
}

/* whychoose section */
.whychoose .img-content{
    /* width: 400px; */
    padding: 10px;
    background-color: var(--darkaqua);
    border-radius: 5px;
}
.whychoose .img-content img{
    width: 100%;
    /* width: 300px; */
    height: auto;
}
.whychoose .items .item:nth-child(odd):hover{
    background-color: var(--aqua) !important;
    color: var(--black) !important;
    transition: all 0.3s linear;
}
.whychoose .items .item:nth-child(even):hover{
    background-color: var(--darkaqua) !important;
    color: var(--white) !important;
    transition: all 0.3s linear;
}


/* testimoies section  */
.testimoies .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
}


/* more section */
.more-offers figure:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

/* footer section */
footer .contact_icons span:hover{
    background-color: var(--darkaqua) !important;
    color: white !important;
    cursor: pointer;
    border: 2px solid white !important;
    transition: all .2s linear;
}

