@charset "utf-8";
/* CSS Document */

@media screen and (min-width:300px) and (max-width:600px)
{
	.main-text {
    position: absolute;
    top: 12%;
    left: 12%;
    bottom: 0!important;
		font-size:10px!important;
		
    
   }
	
	.interior{
		position: absolute;
        top: 16%;
        left: 53%;
        bottom: 0!important;
        z-index: 99;
        font-size: 10px!important;
		
	}
	
	.at1{
		
		 position: absolute;
         top: 20%;
         left: 50%;
         transform: translate(-50%, -50%);
	     font-size: 14px;
	}
	
	.home1{
		position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
		
	}
	
	.head{
		font-size: 20px !important;
	}
	.double {
    position: absolute;
    top: 36%;
    left: 10%;
    font-family: 'Poppins', sans-serif;
    font-size: 24px !important;
		
	}
	
	.single{
  position: absolute;
  top: 47%;
  left:40%;
  font-size: 14px;
      
 }
	
	
	.offset-4{margin:0 5%!important;}
	.res-btn{transform:scale(0.6)!important;margin-left:-17%;}
	
}
@media screen and (min-width:600px) and (max-width:1000px)
{
	
	.main-text {
    position: absolute;
    top: 22%;
    left: 30%;
    bottom: 0!important;
		font-size:26px;
	}
		
	.btn{transform:scale(0.6)!important}
	
}
