 
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

 :root {

    --universal-font:'Roboto', sans-serif;
 }

header{
    background: url('../image/tennis.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 600px;
}

*{
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
}

.home{
    color:#ffffff;
}
.about{
    color: white;
}
.contact{
    color: white; 
}

.contact:hover {

    opacity: 0.6;
}
.about:hover{

    opacity: 0.6;
}
.home:hover {

    opacity: 0.6;
}
h1{
    color: #ffffff;
    margin-left: 1095px;
    font-size: 90px;

}
h2{
    color:#B6BC00;
    margin-left: 1279px;
    margin-top: -161px;
    font-size: 60px; 
}
.navlist{
    padding-top: 30px;
    font-family: var(--universal-font);

}
.navlist ul li {
    margin-left: 50px;
    display: inline;
    color: #fff;
    font-weight: bolder;
}
.products-container .new-container h2 {

    color: #315308;
    font-family: var(--universal-font);
    font-weight: lighter;
    margin-top: 50px;
    margin-left: 30px;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
    width: 90%;
}
.products-container .racket {

    width: 90%;
    margin-top:  40px;
    font-family: var(--universal-font);
    margin-left: auto;
    margin-right: auto;
}
.racket button {

    margin-top: 10px;
    width: 100px;
    background-color: white;
    border: 1px solid grey;
    cursor: pointer;

}

.racket img {
    width: 100%;
}
.racket p {
    text-align: center;
    margin-top: 20px;
}
.racket1-container,
.racket2-container,
.racket3-container,
.racket4-container{
    border: solid 1px grey;
    width: 80%;
    height: 400px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
 
}
.products-container .product {

    font-family: var(--universal-font);
    width: 90%;
    margin-top: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}
.product p {
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
    
}

.product img {

    width: 100%;
    border-bottom: 1px solid grey;
}

.product button {

    margin-top: 10px;
    width: 100px;
    background-color: white;
    border: 1px solid grey;
    cursor: pointer;
}
.polo-t-shirt,
.T-SHIRT-RF-celebration,
.jacket,
.t-shirt{

    width: 80%;
    border: solid 1px grey;
    height: 380px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
}
.features{

    width: 100%;
    font-family: var(--universal-font);
    
}
.fram {

    margin-top: 200px;
    width: 90%;
    text-align: center;
}

.fram p{

    margin-top: 20px;

}
footer{

    width: 100%;
    height: 300px;
    background-color: rgb(214, 214, 214);
 }
   
.form {

    margin-top: 150px;
    text-align: center;
    font-family: var(--universal-font);
}
.form h3 {

    color:#918B3D;
    margin-bottom: 30px;
    font-size: 25px;
    margin-left: -116px;
}
#email{
    width: 450px;
    height: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding-left: 20px;
    border-style: none;
    color: #fff;

}
 #subscribe-btn {
   
    color: #fff;
    background-color: #918B3D;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    border-style: none;
    margin-left: 20px;
    
}