*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: white;
    scroll-behavior: smooth;
}



header{
    padding: 30px;
    margin: auto;
    width: 100%;
    position: fixed;
    background-color: rgb(46, 45, 45);
    z-index: 1;
    
   
}
header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


header nav .navs a{
    color: white;
    padding: 10px;
    text-decoration: none;
}


#main{
    /* background-image: url(/assets/images/hero-bg.jpg); */
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    padding: 50px;
    display: flex;
    align-items: center;
    color: white;
    height: 90vh;
  
}
.num{
    font-size: 200px;
    font-weight: bold;
    padding-top: 30px;

}
#main p{
    font-size: 25px;
}

#main .txt{
    font-size: 9em;
    font-weight: bold;
}

/*88888888888888888888888888 */
#section2 {
    height: auto;
    padding-top: 40px;
    padding: 50px;
}
#section2 p{
    font-size: 20px;
}

#section2 h2{
    font-size: 200px;
    color: gray;

}
#section2 h3{
    padding-bottom: 50px;
    color: red;
  

}

#section2 .container .row div{
   padding: 20px;
}

#section2 .container .row div img{
    height: 50%;
   
}




/*88888888888888888888888888 */
#section3{
    height: auto;
    padding: 100px;
    background-color: rgb(33, 32, 32);

    

}

#section3 p{
    font-size: 20px;
    padding: 10px;
}

#section3 h2{
    font-size: 200px;
    color: gray;
   

}
#section3 h3{
    padding-bottom: 50px;
    color: red;
  

}


#section4 h3{
    padding-bottom: 50px;
    color: red;
  

}



/*88888888888888888888888888 */

#section4{
    height:auto;
    padding: 50px;

   

    

}

#section4{
    font-size: 20px;
    padding: 10px;
}

#section4 .logo p{
    padding-top: 40px;
}
#section4 h2{
    font-size: 200px;
    color: gray;
   
 
   

}


#section4 .row {
    display: flex;

    
}
#section4 .row img{
    width: 100%;
    padding-bottom: 30px;
  

}
#section4 .row div p{
    padding-top: 120px;
}

/*88888888888888888888888888 */



footer{
    height: auto;
    background-color: rgb(33, 32, 32);
    color: white;
    text-align: center;
    padding-bottom: 60px;
}

footer h2{
    font-size: 17px;
    color: gray;
   

}
footer h3{
    padding-bottom: 50px;
    color: rgb(75, 8, 8);
  

}
footer .container{
    padding-top: 100px;
}
footer .container h1{
    text-align: center;
    font-size: 35px;
    margin: 50px;
}
footer .btn{
    padding: 10px 140px;
    margin-bottom: 20px;


}


footer .row div{
    text-align: left;
}
footer h1{
    text-align: left;
  
}












@media (max-width: 476px){
    #main .txt {
        font-size: 2em;
    }
    #main p{
        font-size: 14px;
    }
    
   
}