@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

*{
    font-family: "Cairo", sans-serif;
}

.navbar{
    background-color:#0a565e !important;
}

/*carousel*/

.offcan-title{
    color: #057d71 !important;
}
.btn-close{
    color: #ff0303 !important;
    margin-right: 250px !important;
}
.btn-close:hover{
    color: crimson !important;
    transition: ease .7s;
}
.offcan-img{
    width: 300px !important;
    height: 300px !important;
 
}
.offcan-img:hover{
    /*transform: matrix(1, 0, 0, 1, 3, 5)*/
    transform: rotate(360deg);
    transition: ease all 1s;
}
.offcan-price{
    color: #0e7985;
    font-weight: bold;
}
.offcan-header{
    color: crimson !important;
}




.carousel-item img{
    height: 100vh;
   
}

.myicon{
    color: rgb(109, 243, 243,.4);
    font-size: 30px;
}

.carousel-caption{
    background-color:rgba(2, 90, 102, 0.4);
    border-radius: 20px;
    bottom: 8rem;
}

.carousel-caption:hover{
    background-color:rgb(10, 149, 140,.4);
    transition: ease .7s;
}

.carousel-indicators button{
height: 20px !important;
width: 20px !important;
border-radius: 50% !important;
background-color: #17b5c7 !important;
}

.carousel-indicators button:hover{
    height: 20px !important;
    width: 20px !important;
    border-radius: 50% !important;
    background-color: #074540 !important;
    }
.carousel-caption h2{
font-size: 45px;
color: rgb(255, 255, 255);
}

.carousel-caption p{
font-size: 20px;
margin-bottom: 20px;
color: rgb(235, 243, 244);

}

.carousel-caption{
    padding: 40px ;
    margin-bottom: 20px;
}


.btn-dark:hover{
    background-color: crimson!important;
    border-radius: 20px;
    transition: 1s ease all;
}



/*contact*/
.contact{
    height: 60vh;
    background: url(../images/wis2.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.inputcontact{
    border-radius: 0% !important;
}
.contact button{
    width: 150px;
    border-radius: 20px 0px 0px 20px !important;
}

/*product*/
.text-header{
    border-bottom: crimson solid 5px;
}

.card{
    overflow: hidden;
}
.card img{
    height: 300px;
    width: 100%;
}
.card img:hover{
    transform: scale(1.1);
    transition: all ease 1s;
}

.btn-primary{
    background-color: #057d71;
}
.btn-primary:hover{
    background-color: crimson !important;
    border-radius: 20px;
    transition: 1s ease all;
}


.blue{
    color: #057d71 !important;
}
.bluecimon{
    color: #057d71;
}
.bluecimon:hover{
    color: crimson !important;
    transition: 1s ease all;
    cursor: pointer;
}



.rome{
    color: #057d71 !important;
}


.bluer{
   color: rgb(13, 14, 13);
background-color: #e4eeec !important;
    border-radius: 20px;
    bottom: 3rem;
    padding: 10px ;
    margin-bottom: 7px;
    border-radius: 20px 0px 0px 20px !important;
    opacity: 0.8;
}

.bluer:hover{
    color: aliceblue;
 background-color: #05836b !important;
     border-radius: 20px;
     bottom: 3rem;
     padding: 10px ;
     margin-bottom: 7px;
     border-radius: 20px 0px 0px 20px !important;
     opacity: 0.8;
 
 }

 .bluers{
    color: aliceblue;
 background-color: #0c957c !important;
     border-radius: 20px;
     bottom: 3rem;
     padding: 10px ;
     margin-bottom: 7px;
     border-radius: 20px 0px 0px 20px !important;
     opacity: 0.8;
 
 }

 /*accordion*/
 .accordion .accordion-button{
    background-color: #0c867a !important;
    color: white !important;
    text-align: center !important;
   display: flex;
   justify-content: center;
 }

 .accordion-button::after{
    display: none;
 }


.footer{
    background-color: #0e7985;
    color: #fff;
}

    

      .footer h3 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        padding-right: 1rem;
        border-right: 3px solid #77bbb4;
     }
    
    
     .social-media{
        display: flex;
        gap: 1rem;
        margin-top: 1.5rem;
     }
      .social-icon{
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
      }
    
   .custom-divider{
    border-right: 1px solid #ccc;
   }  


   /*scroll bar*/

/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:#04848f; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(3, 94, 83); 
  }
     
   .Featured h1{
    color: #05836b;
    background-color: #057d71;
     display: inline-block;

   }
   .Featured {
    color: #05836b;
   
    display: inline-block;

   }
   .Featured h5{
    color: #05836b;
    font-size: 25px;
    display: inline-block;

   }




