@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
     font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    z-index: 999;
}
header {
    display: flex;
    justify-content: space-between;
    padding: 15px 150px;
    text-decoration: none;
}
.logo a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(229, 241, 252);
    font-size: 1.1em;
    transition: 1s;
}
.logo a:hover {
    color: rgb(255, 207, 49);
}
.nav a {
    font-size: 1.1em;
    margin-left: 25px;
    color: rgb(229, 241, 252);
    font-weight: 300;
    text-decoration: none;
    transition: 1s;
}
.na {
    transition: 1s;
}
.na:hover {
    color: rgb(255, 207, 49);
    border-bottom: 1px solid rgb(144, 212, 18);
}
.all0 {
    width: 100%;
    min-height: 100vh;
    display: inline-block;
    align-items: center;
    background-image: url(./994617ee-b8a1-11eb-ab35-26c8925fb1c6_shutterstock_137215010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.all0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0, 0.6);
}
.all1 {
    margin-top: 150px;
    text-align: center;
    align-items: center;
    
}
header {
    z-index: 999;
    position: relative;
}
section {
    z-index: 999;
    position: relative;;
}
.hi {
    display: flex;
    justify-content: center;
}
.hi  {
    
    font-size: 3em;
    letter-spacing: 2px;
    color: rgb(247, 213, 24);
    position: relative;
    font-weight: 600;
    transition: 1s;
}
.wel {
    color: white;
    transition: 1s;
}
.hi p {
    transition: 1s;
}
.hi p:hover ,
.wel:hover {
    color: rgb(255, 156, 8);
}
.text1 p {
    margin-top: 10px;
    font-size: 0.9em;
    color: rgb(223, 202, 202);
    line-height: 30px;
    letter-spacing: 1px;
}
.butt1 a {
    display: inline-block;
    margin-top: 40px;
    padding: 10px 55px;
    color: rgb(241, 219, 219);
    text-decoration: none;
    border: 1px solid white;
    border-radius: 15px;
    font-size: 0.9em ;
    transition: 1s;
}
.butt1 a:hover {
    transform: scale(1.2);
}
.categorie {
    width: 100%;
    height: 100%;
    padding: 0px 100px;
}
.categorie h1 {
    text-align: center;
    padding-top: 70px;
    font-size: 1.9em;
    font-weight: 600;
    color: rgb(255, 115, 0);
}
.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card1 {
    width: 400px;
    height: 400px;
    background-color: #d4d4d4;
    border:1px solid  #d4d4d4;
    border-radius: 20px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 100px;
    text-align: center;
    overflow: hidden;
    transition: 1s;
}
.card1:hover {
    scale: 1.1;
}
.card1 img:hover {
    opacity: 0.8;
}
.card1 img {
    width: 100%;
    height: 260px;
    transition: 1s;
}
.card1 a {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: 1s;
}
.card1 a:hover {
    color: black;
    scale: 1.1;
}
.card1 h5 {
    text-align: center;
    font-size: smaller;
    font-weight: 300;
    margin: 20px 15px;
    color: rgb(37, 36, 33);
}
.services {
    width: 100%;
    height: 100%;
    padding: 0px 100px;
}
.services h1 {
    text-align: center;
    padding-top: 70px;
    font-size: 1.9em;
    font-weight: 600;
    color: rgb(255, 115, 0);
}
.cards2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.card2 {
    
    width: 500px;
    min-height: 150px;
    border: 1px solid #d4d4d4;
    border-radius: 20px ;
    margin: 0px 25px 50px 25px;
    text-align: center;
    transition: 1s;
}

.card2:hover {
    transform: scale(1.1);
    background-color: #FFE15A;
}
.card99 {
    background-color: #FFE15A;
}
.card3 {
    background-color:#FF9800;
}
.card4 {
    background-color: #FF5722;
}
.card5 {
    background-color: #FFA726;
}
.card6 {
    background-color: rgb(247, 213, 24);
}
.card2 a {
    display:inline-block;
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    color: rgb(36, 35, 35);
    transition: 1s;
}
.card2 h5 {
    text-align: center;
    font-size: 0.9em;
    font-weight: 300;
    margin: 10px 15px;
    color: rgb(37, 36, 33);
    margin-bottom: 15px;
    transition: 1s;
}
.card2 h5:hover , .card2 a:hover {
    color: black;
    scale: 1.1;
}
.card2 a {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    color: rgb(36, 35, 35);
    transition: 1s;
}
.card2 h6 {
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
}
.contact {
    padding: 0px 100px;
    width: 100%;
    height: 100%;
    background-color: #FFE15A;
    padding-bottom: 50px;
}
.contact h1 {
    text-align: center;
    padding-top: 70px;
    font-size: 1.9em;
    font-weight: 600;
    color: rgb(255, 115, 0);
    margin-bottom: 40px;
}
.cont {
    width: 50%;
    height: 100%;
    padding-left: 40px;
    
}
.cont1 {
    background-color: #d4d4d4;
    width: 360px;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 15px;
    display: flex;
}
.cont1 a {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 500;
    padding-left: 10px;
    color: #FF5722;
}
.cont1 p {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    text-decoration: none;
    font-weight: 500;
    padding-left: 10px;
}
.all2 {
    display: flex;
    justify-content: space-between;

}
.table {
    background-color: #d4d4d4;
    width: 400px ;
    height: 420px;
    border-radius: 25px;
}
.tit h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 1.4em;
    font-weight: 400;
}
.info {
    text-align: center;
}
.info input {
    width: 300px;
    height: 40px;
    text-align: center;
    margin-top: 15px;
    border: 1px solid #d4d4d4;
    border-radius:10px ;
    
}
.button1 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    background-color: #d4d4d4;
    padding: 10px 60px;
    color: blue;
    text-decoration: none;
    margin-left: 103px;
    border-radius: 20px;
    color: #FF5722;
    font-size: 0.9em;
    font-weight: 700;
    transition: 1s;
}
.button1:hover {
    background-color: #FFE15A;
    scale: 1.1;
}
footer {
    background-color: #d4d4d4;
    width: 100%;
    height: 40px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer h4 {
    font-size: 1em;
    font-weight: 400;
    margin-left: 80px;
}
footer h3 {
    font-size: 1em;
    margin-right: 80px;
    font-weight: 600;
}