.intro{
    background-image: url(https://cdn.mos.cms.futurecdn.net/rDJegQJaCyGaYysj2g5XWY.jpg);
    background-size: cover;
}
nav{
    display: flex;
    justify-content: space-between;
}
a{
    color: red;
    font-size: 80px;
    text-decoration: none;
}
button{
    border: none;
    color: white;
    background-color: red;
    border-radius: 5px;
    padding: 4px;
    font-size: 25px;
    font-weight: bold;
    margin: 20px;
    width: 150px;
    height: 60px;
    cursor: pointer;
}
header{
    color: white;
    text-align: center;
    margin-top: 130px;
    font-size: 50px;
}
input{
    font-size: 30px;
    padding: 5px;
}
.gs{
    color: white;
    background-color: red;
    font-size: 30px;
    width: 200px;
    padding: 5px;
    cursor: pointer;
}
.gs:hover{
    color: black;
}
.TrendingNow{
    color: white;
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.795);
    margin: 0px;
    padding-left: 80px;
    padding-top: 30px;
}
.cards{
    font-size: 40px;
    height: 500px;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 0.795);
    gap: 25px;
}
.mrtj{
    color: white;
    background-color: rgba(0, 0, 0, 0.795);
    font-size: 50px;
    padding-left: 20px;
    margin: 0px;
}
.applications{
    display: flex;
    font-size: 20px;
    justify-content: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.795);
    margin-top: 0px;
    height: 500px; 
}
.one{
    color: white;
    background-color: indigo;
    padding: 30px;
    margin: 15px;
    font-size: 22px;
    border-radius: 15px;
    height: 420px;
    width: 415px;
}
.two{
    color: white;
    background-color: indigo;
    padding: 30px;
    margin: 15px;
    font-size: 22px;
    border-radius: 15px;
    height: 420px;
    width: 415px;
}
.three{
    color: white;
    background-color: indigo;
    padding: 30px;
    margin: 15px;
    font-size: 22px;
    border-radius: 15px;
    height: 420px;
    width: 415px;
}
.four{
    color: white;
    background-color: indigo;
    padding: 30px;
    margin: 15px;
    font-size: 22px;
    border-radius: 15px;
    height: 420px;
    width: 415px;
}
.faqs{
    color: white;
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.795);
    margin: 0px;
    padding-left: 20px;
    padding-top: 30px;
}
.about{
    height: 550px;
    background-color: rgba(0, 0, 0, 0.795);
    padding-top: 30px;
}
.first, .second, .third, .fourth, .fifth{
    color: white;
    display: flex;
    background-color: rgba(102, 92, 92, 0.466);
    padding: 4px;
    font-size: 15px;
    margin-left: 60px;
    margin-top: 30px;
}
.first:hover, .second:hover, .third:hover, .fourth:hover, .fifth:hover{
    background-color: gray;
    color: white;
}
.about h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
}
.about span{
    font-size: 50px;
    padding-left: 0;
}
footer{
    color: white;
    text-align: center;
    font-size:40px ;
    background-color:  rgba(0, 0, 0, 0.795);
    height: 400px;
    margin-top: 0px;
    padding-top: 15px;
}