*{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;

}
body{
    font-family: 'Roboto' , sans-serif;
    scroll-behavior: smooth;
    box-sizing: border-box;
    
}
.hero{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-image: url("copy.jpg");

    
    background-position: center;
    position: relative;
    padding-top: 0%;

}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 10%;
    padding-left: 10%;
    padding-right: 10%;
    position: fixed;
    height: 70px;
    width: 100%;
   padding-top: 10px;
   transition: 0.3s ease;
   z-index: 100;
   
    
}
button a{
    
    text-decoration: none;
    color: black;
}


 
.logo{

    color: black;
    font-size: 28px;
    padding-left: 10%;
    font-family: Baron-Neue;

}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding:10px  20px  ;
}
nav ul li a {
    color:white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
nav ul li a:hover{
    color: #ea1538;
    transition: .3s;
    text-decoration: none;
}
.ip {
    font-family: 'Play', sans-serif;;
    color: white;
    text-decoration: underline;
}
.ip:hover{
    transition: .3s;
    color:#ea1538;
}

.scrolling-active{
    background-color: white;
    box-shadow: 0 3px rgba(0, 0, 0, .1) ;
}
.h{
    height: 100vh;
    background-color: black;
}
.bgColor
{
    color: black;
    background-color: white;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05),
            inset -5px -5px 5px rgba(255, 255, 255, 0.5),
            5px 5px 5px rgba(0, 0, 0, 0.05),
            -5px -5px 5px rgba(255, 255, 255, 0.5);
}

.bgColor a{
    color: black;
}
.bgColor h2{
    color: black;
}
.play-button{
    padding: 0%;
    width: 100px;
    height: 45px;
    border-radius: 50px;

    border: none;
    color: white;
    background-color: rgb(255 , 0 , 68);
    box-shadow: inset 0 0 0 0 #f9e506;
    font-size: 16px;
    outline: none;
    text-align: center;
    font-weight: bold;
    transition: ease-out 0.3s;

}

.play-button:hover{
    background-color:  #f9e506;
    color:black;
}
.features-container{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    flex-wrap: wrap;
    padding: 40px 0;
    background: #ebf5fc;
    width: 100%;
    max-width: 1750px;

}
.features-container .card-content{
    position: relative;
    min-width: 320px;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05) , 
    inset -5px -5px 5px rgba(255 , 255 , 255 , 0.5) ,
    5px 5px 5px rgba(0, 0, 0, 0.05) ,
    -5px -5px 5px rgba(255, 255, 255, 0.5);
    
    border-radius: 15px;

    margin: 30px;
    
    
}
.features-container .card-content .box-content{
    position: absolute;
    top:20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #ebf5fc;
   
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;

}

features-container .card-content .box-content .content-box{
    padding: 20px;
    text-align: center;
}
.features-container .card-content .box-content .content-box h2{
    position: absolute;
    top: -10px;
    right: 70px;
    font-size: 8rem;
   
    transition: 0.5s;
    text-align: center;
 
}
.features-container .card-content:hover .box-content .content-box h2{
    color: rgba(0, green, blue, alpha);
}
.features-container .card-content:hover .box-content .content-box h3{
    font-size: 2.8rem;
    color: #7777 ;
    z-index: 1;
    transition: 0.5s;
}
.features-container .card-content .box-content .content-box p {
    font-size: 1rem;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.5s;
    text-align: center;

}
.features-container .card-content .box-content .content-box h3 {
    text-align: center;
}

.our-products{
    background: #f2f2f2f2;
    display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
        padding: 60px;
        height: 100vh;
}
.gallery-content h3{
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding-top: 10px;
}


.gallery-content{
    width: 31%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow:  0 14px 28px rgba(0, 0, 0, 0.25) , 0 10px 10px rgba(0, 0, 0, 0.22) ;
    transition: .4s;
    background-image: linear-gradient(to bottom right, red, blue);
   
    color: white;
}




.gallery-content:hover{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) , 
     0 3px 6px rgba(0, 0, 0, .23);
}
.gallery-content .know-more button a {
    color: wheat;
}
.gallery-content img{
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
}

.know-more{
    width: 100%;
    height: 50px;
    border: none;
    background: rgb(2, 0, 36);
        background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(7, 226, 79, 1) 0%, rgba(0, 212, 255, 1) 100%);
    color: white;

}




.know-more button{
    background-color: black;
}
.text-a:hover{

    text-decoration: none;
    color: white;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1));
}
.news{
    padding-top: 200px;
    display: flex;
    
   
    width: 100%;
    justify-content: center;
    align-items: center;
background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(7, 134, 226, 1) 0%, rgba(102, 3, 242, 1) 50%, rgba(0, 212, 255, 1) 93%);
    
}
#padding{
    height: 200px;

}
.letter{
    padding-bottom: 40px;
}
#contact{
    background: url("https://rare-gallery.com/thumbs/380718-4k-wallpaper.jpg");
    height: 110vh;
   
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover ;
    
}
.form-contact{
    display: flex;
    justify-content: center;
    align-items: center;
}





