* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}
body{
    background: rgb(245,247,249);
}
.run{
    height: 60vh;
    width: 100%;
   background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(home1.jpg);
   background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
}
#logo{
    color:white;
    font-size: 28px;

}
nav span{
    color: red;
}
nav ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
nav ul li a:hover{
    color: #ea1538;
    transition: 0.3s;
    width: 100%;

}
button{
    border: none;
    background: #ea1538;
    padding: 12px 30px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.rox{
    padding-top: 7%;
    margin-left: 41%;
    color: white;
    font-weight: bold;
    font-size: 55px;
}
.content1{
    padding-top: 80px;
    justify-content: center;
    color: black;
    
}
.para1{
    font-size: 20px;
    margin-left: 45% ;
}
.para2{
    font-size: 50px;
    font-weight: bold;
    margin-left: 36%;
   
}
.SOOO{
    width: 90px;
    height: 3px;
    margin-left: 47%;
    background-color: red;
}

.col{
    padding-top: 50px;
    display:flex ;
    flex-direction: column;
}
.row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 90px;
}
.card{
    height: 200px;
    width: 400px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: rgb(f,f,a);
    margin: 10px;
    box-shadow: 0 0 8px rgba(45, 42, 42, 0.3) ;
}
.card .content {
    color: black;
    font-weight: lighter;
    margin: 15px 0 0 10px;
    font-family: unset;
    line-height: 25px;
}
.card .content .header{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    
}
.card .content .rose{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.card .content .rose1{
    display: flex;
    align-items: center;
    justify-content: center;

}
.card .content .number{
    display: flex;
    align-items: center;
    justify-content: center;
    color: blue;
    margin-top: 10px;
}
.pen{
    display: flex;
    padding-top: 40px;
    
}
.content2{
    flex:40%;
    padding-top: 10%;
    margin-left: 7%;
}
content2 span {
    font-weight: bold;
   
}
.rex1{
    font-size: 15px;
    font-weight: bold;
}
.header2{
    height: 100px;
    max-height: 200px;
    font-size: 40px;
    font-weight: bold;
    
}
.rose2{
    font-size: 15px;
    font-weight: 1px;
}
.content3{
    margin-top: 30px;
    padding-top: 40px;
    background: white;
    flex: 38%;
    margin-right: 7%;
    border-radius: 7px;
    height: 560px;
    box-shadow: 0 10px 8px 0px rgba(45, 42, 42, 0.3)
    


}
form{
    margin-right: 10%;
    margin-left: 10%;
    color:gray ;
   
}
.input-group{
    margin-bottom: 30px;
    position: relative;

}
input, textarea{
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid black;
    font-size: 20px;
    display: inline-block;
}

.button1{
    background-color: rgb(63, 114, 207);
    border: 0;
    padding: 12px 30px;
    border-radius: 0;
    color: white;
    font-weight: bold;
}
.container5{
    padding-top: 100px;
   
}
.sale{
    padding-top: 60px;
    margin-left: 8%;
    font-size: 25px;
    padding-bottom: 40px;
    font-weight: bold;
}
hr{
    margin-top: 25px;
    background-color: gray;
}
.container6{
    display: flex;
    justify-content: center;
    height: 300px;
    margin-left: 120px;
    margin-right: 130px;
    padding-top: 2%;
}

.logo2 {
    color: rgb(0, 0, 0);
    font-size: 40px;
}

.container6-1{
    margin-top: 20px;
    flex: 40%;
    width: 100%;

}

.container6-1 h2{
    font-style: italic;
}

.container6-1 h2 span{
    color: #ea1538;
}

.container6-1 h4{
    margin-top: 8px;
    font-size: 20px;
}

.container6-2{
    margin-top: 40px;
    flex: 20%;
    width: 100%;
}

.container6-2 p{
    font-size: 20px;
}

.list{
    list-style-type: none;
    font-size:small;
    padding: 0%;
    margin-bottom: 10px;
}

.list li{
    padding:3px;
}

.container6-3{
    margin-top: 40px;
    flex: 20%;
    width: 100%;
}

.container6-3 p{
    font-size: 20px;
}

.container6-4{
    margin-top: 40px;
    flex: 20%;
    width: 100%;
}

.container6-4 p{
    font-size: 20px;
}

.container6-4 p input{
    height: 17px;
    width: 190px;
    padding: 10px;
    font-size: 15px;
}

footer{
    padding-top: 33px;
    padding-right: 40px;
    padding-left: 40px;
    height: 100px;
    text-align: left;
    font-size: small;
    font-weight: bold;
    border-top: 1px solid rgb(224, 221, 221);
    

}

footer span{
   margin: 20px 0;
   font-size: 18px;
   font-weight: 1;
   margin-left: 55px;

}

footer i{
    font-size: large;
    float:right;
    margin-right: 30px;
}

footer i:hover{
    font-size: 25px;
    color: #ec0e33;
    cursor: pointer;
}