body {
  background: url(images/4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: 'Assistant', sans-serif;
}
*, body, html {direction:rtl}
.text-center {text-align:center}
.navbar>.container, .navbar>.container-fluid {
    justify-content: center;
}
.carousel-item {
  height: 100vh;
  min-height: 850px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top-content {
	position:absolute; 
	top:0; 
	z-index:2; 
	background:transparent;
	width:70%;
	margin:0 15%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px;
}
.w410 {
	background: rgba(0,0,0,.8);
	padding:7px;
	margin-bottom: auto;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	color: #ffffff;
	font-size:20px;
	font-weight: 600
}
.framed {
	border:1px solid rgba(255,255,255,.7);
	padding: 10px;
}
.framed a {color:#ffffff; text-decoration: none;}
.framed a:hover, .framed a:focus, .framed a:active {color:#95b65a;}
hr {
	border:none;
	border-bottom:1px solid #ffffff;
	padding:0;
	margin:20px 0;
}
.size-38 {font-size:38px;font-weight: 700 }
.size-36 {font-size:36px;font-weight: 700;}
.size-27 {font-size:27px;font-weight: 700;}
.green-text {color: #95b65a}
h1 {margin:0; font-weight: 700; font-size: 37px;}
h2 {margin:0; font-weight: 700; font-size: 40px;}
p {margin:0}
.price p {line-height:1.2}
.icons p {text-align:right; padding-bottom:5px}
.navbar {font-weight:700; font-size:21px; color: #80a215}
button, input {
    overflow: visible;
    width: 90%;
    font-size: 16px;
    padding: 4px 10px;
    margin-top: 7px;
}
[type=button], [type=reset], [type=submit] {
    -webkit-appearance: none;
    border: 0;
    border-radius: 6px;
    background: #4e933a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 1025px) { 
.justify-content-around {
    justify-content: flex-start!important;
}
.top-content {
    right: -10%;
}
}

@media (min-width: 768px) { 
.top-content {
	position:absolute; 
	top:0; 
	z-index:2; 
	width:70%;
	margin:0 15%;
	height:100vh;
}
.w410 {
	max-width:410px;
}
.logo {padding-top:10px}
header {
	min-height:850px;
}
}	
@media (max-width: 767px) { 
.carousel-item {
  height: 50vh;
  min-height: 250px;
}
.top-content {
	position:relative; 
	width:100%;
	margin:0;
}
.price {
	position:absolute;
	top: 10px;
	z-index:4;
	right: 15%;
	width:70%
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.logo {max-width:120px; height:auto;}
hr {
    margin: 20px 0 10px 0;
}
.mobile-price {line-height: 1.2; margin:15px 0}
.size-27 {
    font-size: 22px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
.icons p {
    font-size: 16px;
}
.fixed-bottom {
	font-size: 18px;
	line-height:1.2;
	padding:10px
}
}