@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/splash101/images/splash-101.jpg) no-repeat;

     background-position:center;

     background-size:cover;

     min-height: 100vh;

   

}



section{

    min-height: 90vh;

    padding:0 4%;

    padding-top: 3rem;

   

  

}



.btn-1{

    display: inline-block;

    margin-top: 1rem;

    padding: 0.8rem 4rem;

    border-radius: 1rem;

    background: linear-gradient( 45deg, #fa7406, rgb(253 105 0));

    font-size: 1.7rem;

    color: #ffffff;

    cursor: pointer;

    transition: all .3s linear;

    box-shadow: 0 3px 7px rgb(0 0 0 / 20%);







}









.btn-1:hover{

    transform: scale(1.1);

    color: #fff;

    text-decoration: none;

}











.home{

    display: flex;

    align-items: center;

    

    

    justify-content: center;

   

   

    

  

    

}

.home .image{

    width: 65%;

   

   

    

}

.home .image img{

    width: 100%;

    height: 100%;



}



.home .content{

   width: 65%;

    text-align: center;

    padding: 0 2rem;

    border-radius: 5px;

    background: rgba(0,0,0,0.2);

    padding: 3rem 4rem;

    box-shadow: 0 16px 17px rgb(0 0 0 / 20%);

    margin-top: 4rem;

    

}







  

  



.home .content h1{

    font-size: 6rem;

    color: #fff;

    text-shadow: 2px 3px rgb(0 0 0);

    /*text-shadow: 5px 4px rgb(0 0 0 / 20%);*/

    text-transform: uppercase;

    letter-spacing: 5px;

   

    line-height: 1.2;



}





.home .content h3{

  

    font-size: 3rem;

  color: #fbff05;

    text-transform: uppercase;

    letter-spacing: 4px;

   









}



.home .content h3 span{

   

    font-size: inherit;

    text-transform: uppercase;

}



.home .content p{

    font-size: 1.7rem;

    color: #fff;

    padding: .5rem 0;

}

h4{

    text-align: center;

    color: #fff;
    font-weight: 400;

   

   



}
h4 a{
    color: #7c3500;
}

@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 .content{

        width: 100%;

     

text-align: center;

        padding: 1rem;

    }

    .home .image{

        width: 100%;

    bottom: -5px;

    top:unset;

    }

    .home .content p{

        font-size: 1.4rem;

    }

    

    .home .content h3{

        

        font-size: 3rem;

    } 

    h4{

        text-align: center;

    position: relative;

    padding: .5rem;

   left:0;

   

   

    bottom: 0;

   

    }

    

}

