.details .inner .item {
    padding: 15px;
    color: #b79a69;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    font-family: Heebo,sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
}

@media screen and (max-width: 885px){
.details {
    width: 100%;
    float: none;
    padding: 2.5px 5px;
    display: none;
    max-width: inherit;
}
}

@media screen and (max-width: 885px){
.gallery_wrapper .logo img {
    height: auto;
    display: block;
    max-width: 150px;
    display: none;
}

.contact_us .form_wrapper {
    padding: 20px;
    margin-bottom: 176px;
}

}

.gallery_wrapper .logo {
    bottom: 0;
    padding: 10px 25px;
    position: absolute;
    display: none;
    right: 0;
}

div#form-messages {
    color: #ffff;
    font-size: 34px;
    text-align: center;
    margin: 0px 0 25px 0;
}

.footer {
    opacity: 1  !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.footer {
    bottom: 0;
    padding: 0 20px;
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s .1s ease;
    -o-transition: all .6s .1s ease;
    transition: all .6s .1s ease;
}

.swiper-container {
        width: 100%;
        height: 300px;
    }
.swiper-slide {
  color:#000;
  text-align:center;
  padding:100px 0px;
}

form.global_error {
    padding-top: 0px;
    /* display: none; */
}
form.global_error .error_form {
    opacity: 1;
    display: none;
}



@media screen and (max-width: 490px){
.wrapper .container {
    padding: 0;
  /*  margin-top: 254px;*/ 
}
		 
	body {
    direction: rtl;
    background: #18202b !important;
     }	

.gallery_wrapper {
    position: relative;
    width: 100%;
    height: 33vh;
         }
	 
}

@media screen and (max-width: 885px){
	 .gallery_wrapper {
    position: static;
    width: 100%;
    height: 32vh;
}

}