
@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/splash158/images/splash-158.jpg);
    background-position: center;
    background-size: cover;



  
}


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

   
  
   
  
}

.btn-1{
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 4rem;
    border-radius: 3rem;
   
    font-size: 1.7rem;
    color: #ffffff;
    cursor: pointer;
    transition: all .3s linear;
   
    background: linear-gradient(45deg, #a4105a, #ff0b8d);







}




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





.home{
    display: flex;
    
    
   align-items: center;
    justify-content: center;
   
   
    
  
    
}
.home .image{
  width: 42%;

   
   
    
   
   
    
}
.home .image img{
    width: 100%;
    height: 100%;

}

.home .content{
    width: 45%;
    text-align: left;
    margin-top:4rem;
   
  
    /* background: #1; */
    padding: 0 2rem;
   
 
  

  
  
}
.home .content h1{
    font-size: 6rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
   
    line-height: 1.2;

}



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




}



.home .content p{
    font-size: 1.7rem;
    color: rgb(219 218 218);
    padding: 1rem 0;
    font-weight: 300;
   
  
}


    

h4{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    color:  #999;
    font-weight: 400;
    padding: 1rem
    
   

}
h4 a{
    color: #078d8f;
}
@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{
        flex-direction: column;
     
       justify-content:start;
    }
    
    .home .content{
        width: 100%;
        margin:0;
     
text-align: center;
        padding: 2rem 1rem;
    }
    
  
    .home .image{
        width: 100%;
  
    }
    .home .content p{
        font-size: 1.4rem;
    }
    .home .content h1{
        
        font-size: 4rem;
    } 
    
    .home .content h3{
        
        font-size: 2rem;
    } 
    h4{
        text-align: center;
    position: relative;
    padding: .5rem;
   left:0;
   
   
    bottom: 0;
   
    }
    
}
