html {
    overflow-x: hidden;
    height: 100%;
}
body{
font-family:Arial Rounded MT Bold;}
.footer{
	position: fixed;
bottom: 0px;}
 .header{
 background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;   
  width:100%;
}
.all-contnt{
	padding: 0px;
}
.back-img{
	 background-image: url("images/bg .jpg"); 
	 background-position: center;
    background-size: cover; 	
}
.logo-class {
    width: 55%;
}
.img-ualala{	
}
.all-text {
    font-family: Arial;
    font-weight: 700;
    color: #c49055;
    padding-top: 40px;
    font-size: 16px;
 
    letter-spacing: 2px;
    line-height: 26px;
    width: 85%;
}
.down-btn{
    position: absolute;
    width: 38%;
    left: 150px;
}
.img-btn{
    width: 50px;
    margin-right: 15px;
}

.downlod-btn {
    padding-top: 44px;
}
.contner-size {
    /* margin-top: -4em; */
    position: absolute;
    /* text-align: center; */
    top: 25%;
    left: 5%;
    right: 5%;
}
@media only screen and (max-width: 600px) {
	
	.logo-class  {
    text-align: center;
    padding-top: 35px;
	
	
} 
.img-mobile {
	text-align:center;

}
.img-ualala {
    text-align: center;
	padding-top: 35px;
}
.downlod-btn{
	 text-align: center;
	 padding-top: 12px;
	     padding-bottom: 20px;
}
.contner-size {
    /* margin-top: -4em; */
    position: absolute;
    /* text-align: center; */
    top: 6%;
    left: 5%;
    right: 5%;
}
}
@media only screen and (max-width: 350px) {
	.down-btn{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	
.contant{
	text-align:center;
} 
.img-btn {
    width: 50px;
    margin-right: 10px;
}
.row-class{
	margin:0px;
}
.all-text{    line-height: 25px;
    width: 100%;
    text-align: center;
	    font-size: 15px;
	    
}
.down-btn {
    position: unset;
    width: 50%;
    left: 150px;
}

.img-mobile {
text-align:center;
margin-top: 36px;
}
.logo-class{
    width: 73%;
    padding-top: 1px;
}
}
@media only screen and (min-width: 600px) {
	

}
