*{
    margin: 0;
    padding: 0;
    font-family: Bebas;
    font-size: 28;
}

header{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../mountain.jfif);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 
}

ul{
    float: right;
    list-style-type: none;
    margin-top: 40px;
}

ul li{
     display: inline-block;
}

ul li a{
     text-decoration:none;
     color: #fff;  
     padding: 5px 20px;
     border: 1px solid transparent;
     transition: 0.5s ease;
}

ul li a:hover{
     background-color: #fff;
     color: #000;
}

.active a{
     background-color: #fff;
     color: #000;

}

.logo img{
     float: left;
     width: 150px;
     height: 150px;
     margin-top: 5px;
     margin-left: 50px;
}

.main{
    max-width: 1200px;
    margin: auto;
}

.title{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.title h1{
    color: #fff;
    font-size:48px;
    font-family: Afternoon in Stereo Personal Us;
    text-align: center;
    
    
}

.button{
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%,-50%);

}

.btn{
    border: 1px solid #fff;
    
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.btn:hover{
    background-color: #fff;
    color: #000;
}


p{
    color: white;
    font-family: 'Century Gothic';
    font-size:20px;
    text-align: left;
    margin-left: 300px;
    margin-top: 10px;
    
    
}

.box1 img{
    width: 350px;
    height: 350px;
    float: left;
    margin-right: 10px;
    border-radius: 40px 0px 0px 40px;
}	

.mainpic{
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 14px 30px #000000, 
    height: 350px;
    width: 700px;

}

   

.box2{
    background: linear-gradient(to left, #F3B5A5, #D01300);
    height: 330px;
    padding: 10px;
    border-radius: 40px 40px 40px 40px;

}

.subtitle h1{
    font-family: "century gothic";
    text-align: left ;
    color: #fff;
    font-size: 35px;
}

.subtitle p{
    font-family: "century gothic";
    text-align: left;
    color: #fff;
    font-size: 13.5px;
}

.subtitle b{
    font-family: "century gothic";
    text-align: left;
    color: #fff;
    font-size: 13.5px;
}





