*{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif
}

header{
    background-color: #367CF0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 5px 5px;
}
.nav2{
    border-left: 3px solid black;
    margin: 0px 5px;
    padding: 0px 30px;
}

header img{
    width: 30px;
   
}
.logo{
    width: 60px;
    border: 3px solid white;
    box-shadow: 1px 1px 15px rgb(16, 15, 15);
    border-radius: 32px;
    background-color: yellowgreen;
    margin-left: 20px;

}
header a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 1px grey;
}
nav{
    display: flex;
    gap: 25px;
    

}
header button{
    color: white;
    border: 0px solid black;
    font-size: 19px;
    border-radius: 10px;
    border-color: white;
    text-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 15px rgb(41, 40, 40);
    background-color: #367CF0;
    padding: 10px 10px 7px 10px;
    display: none;
}
.hamburger{
    width: 100px;
    display: none;
}
header button :hover{
    border: 5px solid   #367CF0;
}
.section1{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    background-color: rgba(12, 13, 15, 0.838);
}
.section1 p{
    text-shadow: 1px 1px 1px  grey;
}
.section1 h1 {
    text-shadow: 1px 1px 1px  grey;
    margin-bottom: 5px;
}
.section1 hr{
    border: 1px solid white ;
}
.card1{
    background-image: url("../images/padel.jpg");
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: end;
    border-radius: 0px 60px 60px 0px;
    color: white;
    padding: 30px;
}
.card1 p {
    font-weight: 30px;
}
.card2{
    color: white;
    padding: 30px;
}
.card2 p{
    margin-bottom: 10px;
}
.card2 input{
    border-radius: 10px;
    padding: 4px 8px;
    border: 1px solid white;
    width: 300px;
    
}
.card2 button{
    border-radius: 10px;
    border: 0.1px solid white;
    color: white;
    background-color:  #367CF0;
    padding: 4px;
    margin: 8px;
    box-shadow: 1px 1px 1px black;
    text-shadow:  1px 1px 1px black;
    
}
.card2 button :hover{
    border: 5px solid #367CF0;
}
.section2title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
    

}
.section2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.section2 div {
    border: 1px solid #367CF0;
    background-color: #367CF0;
    border-radius: 5px;
    color: white;
    padding: 2px;
    width: 70px;
    margin: 10px;
    text-align: center;
    
}
.section2 img {
    width: 300px;
}
.section2 p {
    color:  grey;

}
article {
    padding: 10px;
    box-shadow: 1px 1px 15px rgb(196, 192, 192);
    margin: 10px;
    border-radius: 10px;
    font-size: medium;
}

.section3 {
    background-color: rgba(12, 13, 15, 0.838);
    display: flexbox;
    justify-content: space-evenly;

}
.section3 div{
    padding: 25px;
    margin: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(159, 155, 155);

}
.section3 img {
    height: 100px;
}

.section4 img {
    height: 40px;
    padding: 10px;
}
.section4 {
    display: flex;
    justify-content: space-around;
    background-color:#FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;

}
.section4 div{
    border-top: 20px;
}
.section4 h3 {
    padding: 10px;
    text-align: left;
}
.section4 ul {
    text-decoration: none;
    list-style-type: none;
    color: grey;

}
.section4 li{
padding: 10px;
}

.section4 a {
    text-decoration: none;
    color: grey;
    padding: 0px;
  

}
.login{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    color: grey;
}
.login h1 {
    color: black;

}
.login div{
    display: flex;
    flex-direction: column;
    padding: 100px 80px;
    box-shadow: 1px 1px 15px rgb(196, 192, 192);
    margin: 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap:2px;
}
.login label {
    margin-top: 20px;
}
.login input {
    border: 1px solid rgb(190, 187, 187);
    padding: 4px 25px;
    border-radius: 5PX;
}
.login button {
    color: white;
    border: 0px;
    border-radius: 10px;
    border-color: white;
    box-shadow: 1px 1px 15px rgb(196, 192, 192);
    background-color: #367CF0;
    padding: 5px;
    margin-top: 20px;
}



@media (max-width: 750px) {
    nav{
        display: none;
    }

    header button{
        display: block;
    }
    .section1{
        display: flex;
        flex-wrap: wrap;
    }
    .card1{
        border-radius: 70px;
    }
    .section3 {
        display: flex;
        flex-wrap: wrap;
    }

}
@media (max-width: 662px){
    .section4 {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

}