
#header{
width: 100%;
height: 75vh;
background-size: cover;
background-image: url('./images/bacground.jpg');
background-position: center;
}
html{
    scroll-behavior: smooth;
}
.container{
    background-color: lightgray;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    border-color: #000;
    border: solid;
    border-width: 0.1px;
    height: auto;
    border-left: none;
    border-right: none;
}
nav ul li a{
    font-size: 18px;
    padding: 20px;
    text-decoration: none;
    align-items: baseline;
    color: #000;
    font-weight: 600;
}
.download{
    color: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    border: solid;
    border-color: #000;
    font-size: 20px;
    float: right;
    margin-right: 20px;
    background-color: #000;
}
.header-text{
    margin: 20%;
    font-size: 30px;
    margin: 70px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    
}
.header-text p{
    color: red;
    font-size: 35px;
    
}
    
.h1{
    font-weight: 100;
    font-size: 60px;
    text-align: center;
}
.h3{
font-weight: normal;
font-size: 45px;
text-align: center;
}
.paragraph{
    margin-top: 20px;
    margin-left: 200px;
    font-size: 19px;
}
.paragraph img{
    width: 150;
    height: auto;
    float: right;
}
.row{
    display: flex;
}
.footer-col{
    width: 33.33%;
    margin-left: 10px;
}
h4{
    font-size: 30px;
    
}
.box{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    box-sizing: border-box;
    border: 0.2px  #000;
    border-style: dashed;
    width: 100%;
    height: auto;
    border-left: none;
    border-right: none;
}
.box1{
    border: 0.1px;
    width: 350px;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-style: dotted;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
}
.box1 img{
    margin-left: 10px;
    margin-top: 10px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.h4{
    font-size: 24px;
    margin-left: 8px;
}
.span{
    font-size: 16px;
    text-decoration: none;
}
.p{
    font-size: 16px;
}
.span1{
    color: red;
    text-decoration: none;
}

/*--------------------footer--------------------*/
*{
    padding: 0;
    box-sizing: border-box;
}
footer.qqqq{
    background-color: lightgray;
}
.rowqq{
    background-color: #000;
    border-radius: 15px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding: 40px 100px;
}
.footer-colqq ul{
    list-style: none;
}
.footer-colqq h6{
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    position: relative;
    font-weight: 600;
}
.footer-colqq h6::before{
    content: '';
    width: 70px;
    height: 1.5px;
    position: absolute;
    background-color: red;
    bottom: -6px;
}
.footer-colqq ul li{
    padding: 10px 0;
}
.footer-colqq ul li a{
color: #fff;
text-decoration: none;
font-size: 16px;
opacity: 0.7;
transition: 0.5s;
}
.footer-colqq ul li a:hover{
    opacity: 1;
    color: red;
}
.footer-colqq input{
    border: none;
    width: 250px;
    height: 45px;
    background-color: lightgray;
    display: block;
    padding-left: 20px;
    margin: 14px 0;
}
.footer-colqq .inputSubmit{
    padding: 0px 20px;
    background-color: #e91e64;
    border: none;
    color: #fff;
}
.rows hr{
    opacity: 0.7;
}
.rows .socialicons{
    float: right;
}
.rows .socialicons i{
    display: inline-block;
    margin-top: 0;
    color: #000;
    font-size: 20px;
    margin: 0 15px;
    transition: 0.5s;
    margin-bottom: 20px;
}
.rows .socialicons i:hover{
    color: red;
}
@media(max-width: 600px){
    footer .rows{
        flex-direction: column;
        padding: 20px 30px;
    }
    footer .footer-col2 ul{
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .footer-col2 input{
        width: 100%;
    }
}
