@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");

body{
 
    background: linear-gradient(270deg, #a30000, #250f0f, #000000);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.nav{
     background-color: #0f0f0fe0;
}

.section-heading{
    color: white;
}
.benifits{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;

    background-image: url("/src/bulb.svg");
    background-repeat:repeat-y;
    background-size: fit-content;
    
}

.benifits-card{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3vmax;
text-align: center;
    width: 70%;
    margin: 1.5rem auto;
    padding: 1rem;
   
}
.para{
    color: white;
   
}



/* selections */

.selectiom-mainbox{

    width: 95%;
    margin: 2rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;

}


.selection-cards{
display: flex;
justify-content: center;
align-items: center;
height: 5rem;
width: 8rem;
margin: 1.5rem;

}
p{
    text-align: center;
    font-family: 'Cinzel', serif;
}
.selection-cards:hover{
    height: 6rem;
width: 9rem;

}

@media only screen and (max-width: 340px){
    .selection-cards{
        height: 4rem;
        width: 7rem;
        margin: 1rem;
    }
}

/* youtube */

