
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');



*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border:none;
    text-transform: capitalize;
    font-size: 15px;
}




html{
    font-size: 62.5%;
    overflow-x: hidden;
}

body{
   
    background: url(https://www.maxviralmarketing.com/splashpages/splash151/images/splash-151-new.jpg) no-repeat;
   
    background-position: center;
   
   background-position: center;
    background-size: cover;
}

section{
    min-height: 100vh;
    padding:0 7%;
  
   
  
}

.btn-1{
    display: inline-block;
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 1rem;
    border: 1px solid #af601f;
    font-size: 1.7rem;
    color: #ffffff;
    cursor: pointer;
    background: #b4621f;
    transition: all .3s linear;

}




.btn-1:hover{
    transform: scale(1.1);
   
    color: #fff;
    text-decoration: none;
}





.home{
    display: flex;
    align-items: center;
    justify-content: start;
   
   
   
    
  
    
}

.home .content{
    background: #74747412;
    width: 50%;
    padding: 0 2rem;
    text-align: left;
    margin-top: 7rem;
    padding: 1rem 4rem;
   
  
  
}
.home .content h1{
    font-size: 6rem;
    color:  #2c4465;
    text-transform: uppercase;
    letter-spacing: 5px;
   
    line-height: 1.4;

}


.home .content h3{
  
    font-size: 3rem;
    color: #af601f;
    text-transform: uppercase;
    letter-spacing: 4px;
   




}

.home .content h3 span{
   
    font-size: inherit;
    text-transform: uppercase;
}

.home .content p{
    font-size: 1.7rem;
 color: #444;
    padding: .5rem 0;
  
    
    
}
h4{
    text-align: center;
    position: absolute;
    width:100%;
    bottom: 0;
    color: #333;
    padding: 1rem;
    
   

}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5){
      .home .image{
          width:100%
      }
      .home .content{
          width:80%;
      }
  }


@media (max-width:768px){
    .home{
        align-items: flex-start;
    }
    
    .home .content{
        width: 100%;
        margin-top: 2rem;
     
text-align: center;
        padding: 1rem;
    }
    .home .image{
        width: 100%;
  
    }
    .home .content p{
        font-size: 1.4rem;
    }
    .home .content h1{
        
        font-size: 3rem;
    } 
    
    .home .content h3{
        
        font-size: 2rem;
    } 
    h4{
        text-align: center;
    position: relative;
    padding: .5rem;
   left:0;
   
   
    bottom: 0;
   
    }
    
}
