@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
*{
     font-family: "Cairo", sans-serif
}


.navbar{
    background-color: #0e82c0 !important;
}
.carousel-item img{
    height: 100vh;
}
.myicon{
    color: #0e82c0;
    font-size: 30px;
}
.carousel-caption{
    padding: 40px 0;
    background-color: #0e82c094;
    border-radius: 20px;
    bottom: 90px;
}
.carousel-caption h5{
    font-size: 45px;
}
.carousel-caption p{
    font-size: 25px;
}
.carousel-indicators button{
background-color:#0e82c0 !important;
height: 20px !important;
width: 20px !important;
border-radius: 50%;

}
/* <!-- ofcanf -->*/ 
.ofcanf-img{
    width: 250px;
    height: 250px;
}
.ofcanf-img:hover{
transform: skew(-5deg);
transition: ease all 1s;
}
.ofcan-h5{
    color: crimson;
}
.ofcanf-pris{
    color: #0e82c0;
    font-weight: bold;
}
/* <!-- products -->*/ 
.text-heder{
    border-bottom: crimson solid 5px;
}
.blue{
    color: #0e82c0;
}
.bluecimon{
    margin: 10px 0;
    color: yellow;
}
.card:hover{
    cursor: pointer;
}
.card{
    overflow: hidden;
}
.card img:hover{
    transform: scale(1.1);
    transition: ease all 1s;
    
}
/* contact*/
.contact{
    height: 60vh;
    background: url(./img/contact.jpeg);
    background-size: cover;
    background-attachment: fixed;
}
/*bestselling*/
#bestselling img:hover{
    transform: rotate(5deg) scale(1.1);
    transition: ease all 1s;
}
/*accordion*/
.accordion .accordion-button{
    background-color: #0e82c0;
    color: white;
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.accordion .accordion-button::after{
    display: none;
}