/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
            text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

*:focus{
  outline: none;
}
a{
  text-decoration: none;  
}
a:hover, a:focus{
  text-decoration: none;  
  outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  direction: rtl;
}
.clearfix{
  clear: both;
}
.container{
  max-width: 1600px;
  margin:0 auto;
  padding: 0 15px;
}
/****************Header***************************/
.wrapper {
    position: relative;
    overflow: hidden;
}
.logo {
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 15px;
    right: 0;
    z-index: 10;
    text-align: left;
}
.logo a{
  display: inline-block;
}
.item-slider img {
  width: 100%;
}
.item-slider{
  position: relative;
}
.item-slider:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    z-index: 3;
}
.content-slider{
    position: absolute;
    max-width: 1280px;
    margin: 0 auto;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
}
.content-slider img{
  display: block;
  max-width: 100%;
  width: auto;
  margin:0 auto;
}
.content-slider h3{
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  margin:0;
}
.content-slider h1, 
.content-slider h2 {
    color: #fff;
    font-size: 72px;
    line-height: 75px;
    font-weight: 400;
    margin: 15px 0 0;
}
.slick-dots li {
    margin: 0 8px;
}
.slick-dots li button {
    background: rgb(121 121 121 / 56%);
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots {
    bottom: 45px;
}
/******************************list-box****************************************/
.list-box{
  margin:0 0 80px;
}
#item1.item-box{
  direction: ltr;
}
.item-box{
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.left-item{
  display: inline-block;
  width: 58%;
  overflow: hidden;
}
.left-item img{
  width: 100%;
  transition: all 0.5s;
}
.left-item:hover img{
  -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.right-item{
  display: inline-block;
  width: 42%;
  position: relative;
  direction: rtl;
}
.inner-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 25px 0;
}
#item1 .inner-item {
    left: -110px;
    right: 0;
    padding-left: 25px;
}
#item2 .inner-item {
    right: -110px;
    left: 0;
    padding-right: 25px;
}
.inner-item h3{
  font-size: 36px;
  font-weight: 500;
  margin:0 0 20px;
  line-height: 45px;
  color: #000;
}
.inner-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 0;
  color: #000;
}
/******************************left-place****************************************/
.see-place{
  display: flex;
  direction: ltr;
  overflow: hidden;
  margin:50px -20px;
}
.left-place{
  display: inline-block;
  vertical-align: top;
  width: 68%;
}
.right-place {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
}
.box-place img {
    width: 100%;
    transition: all 0.5s;
}
.inner-place{
  display: flex;
}
.inner-place #place1 {
    display: inline-block;
    width: 52.5%;
}
.inner-place  #place2{
  display: inline-block;
  width: 45%;
}
.box-place{
  margin:10px;
  overflow: hidden;
}

/******************************tourism****************************************/
.tourism{
  background-image: url(images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0;
  position: relative;
}
.tourism:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 3;
}
.inner-tourism{
  max-width: 1450px;
  margin:0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
}
.inner-tourism h3{
  font-size: 36px;
  font-weight: 500;
  margin:0 0 10px;
  line-height: 45px;
  color: #fff;
}
.inner-tourism p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 0;
    color: #fff;
}
.item-tourism{
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  margin:70px 0 0;
}
.right-tourism{
  display: inline-block;
  vertical-align: middle;
  width: 13%;
  position: relative;
}
.right-tourism img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin:0 auto;
}
.right-tourism:before{
  position: absolute;
  content: "";
  top: 10px;
  bottom:10px;
  left: 0;
  width: 8px;
}
#tourism1 .right-tourism:before{
  background: #6cc1de;
}
#tourism2 .right-tourism:before{
  background: #ffae01;
}
#tourism3 .right-tourism:before{
  background: #8fc663;
}
#tourism4 .right-tourism:before{
  background: #f83563;
}
#tourism1,
#tourism4{
  margin-right: 90px;
}
#tourism2{
  margin-right: 310px;
}
.left-tourism{
  display: inline-block;
  vertical-align: middle;
  width: 84%;
  padding-right:3%;
  text-align: right;
}
.left-tourism h4{
  margin:0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.left-tourism p{
  margin:0;
}
/******************************contact-us****************************************/
.contact-us{
  background: url(images/bg-ct.jpg) repeat center top;
  position: relative;
}
.contact-us:before{
  background-image: url(images/layout.png);
  position: absolute;
  left: 0;
  content: "";
  width: 135px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.inner-contact{
  max-width: 1300px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  direction: ltr;
}
.maps{
  display: inline-block;
  width: 58%;
  padding-top: 10px;
}
.maps img{
    margin-left: -100px;
}
.form-contact{
  display: inline-block;
  width: 42%
}
.inner-form {
    padding:50px 40px;
    background: rgb(0 0 0 / 80%);
    max-width: 460px;
    text-align: center;
    color: #fff;
    direction: rtl;
}
.inner-form h3{
  margin:0;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}
.inner-form h2{
  margin:0;
  font-weight: 900;
}
.inner-form h2 a{
  color: #ffae01;
  font-size: 42px;
}
.inner-form form {
    direction: rtl;
    margin-top:30px;
    padding: 0 20px;
}
.inner-form form label.title{
  display: none;
}
.inner-form form p{
  margin: 0 0 10px;
  position: relative;
}
.inner-form form label.error {
    color: red;
    position: absolute;
    left: 5px;
    top: 20px;
    font-weight: 300;
}
.inner-form form p.checkbox {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    padding-right: 23px;
    position: relative;
    line-height: 20px;
    margin-top: 15px;
}
.inner-form form p.checkbox input{
  position: absolute;
  right: 0;
  top:4px;
}
.inner-form form input[type="text"], .inner-form form input[type="tel"], .inner-form form input[type="email"] {
    width: 96%;
    height: 60px;
    line-height: 60px;
    padding: 0 2%;
    display: block;
    border: navajowhite;
    color: #000;
    font-weight: 600;
    text-align: right;
    font-size: 21px;
}
.inner-form form input[type="text"]::-webkit-input-placeholder,
.inner-form form input[type="tel"]::-webkit-input-placeholder,
.inner-form form input[type="email"]::-webkit-input-placeholder {
   color: #000;
   opacity:1;
}
.inner-form form input[type="text"]:-moz-placeholder ,
.inner-form form input[type="tel"]:-moz-placeholder ,
.inner-form form input[type="email"]:-moz-placeholder { 
   color: #000;
   opacity:1; 
}
.inner-form form input[type="text"]::-moz-placeholder ,
.inner-form form input[type="tel"]::-moz-placeholder ,
.inner-form form input[type="email"]::-moz-placeholder {
   color: #000;
   opacity:1;
}
.inner-form form input[type="text"]:-ms-input-placeholder , 
.inner-form form input[type="tel"]:-ms-input-placeholder,
.inner-form form input[type="email"]:-ms-input-placeholder {  
   color: #000;
   opacity:1;
}
.inner-form form input[type="submit"]:hover {
  background: #fff;
    color: #000;
}
.inner-form form input[type="submit"] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 2%;
    display: block;
    border: navajowhite;
    color: #000;
    font-weight: 900;
    text-align: center;
    font-size: 28px;
    background: #ffae01;
    margin-top: 30px;
    transition: all 0.3s;
}
.footer{
  background: #fff;
  padding: 22px 0;
}
.inner-footer{
  max-width: 1300px;
  margin:0 auto;
}
.inner-footer p{
  color: #000;
  font-size: 21px;
  font-weight: 300;
  margin:0;
  line-height: 25px;
}
.inner-footer p a{
  font-weight: 500;
  color: #000;
}
.inner-footer p a span{
  color: #00bff3;
}
/******************************Reponsive****************************************/
@media screen and (max-width:1600px) {
.right-place {
    width: 32%;
}
.maps img {
    margin-left: 0;
    max-width: 100%;
}
}
@media screen and (max-width:1450px) {
.content-slider h1, 
.content-slider h2 {
    font-size: 55px;
    line-height: 50px;
}
.content-slider h3 {
    font-size: 80px;
}
.inner-item p, .inner-tourism p {
    font-size: 16px;
    line-height: 24px;
}
.inner-item h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
}
.inner-form form input[type="text"], .inner-form form input[type="tel"], .inner-form form input[type="email"] {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.inner-form form p.checkbox {
    font-size: 16px;
}
.inner-form form input[type="submit"] {
    height: 50px;
    line-height: 49px;
    font-size: 22px;
    margin-top: 20px;
}
.inner-form h3 {
    font-size: 20px;
    line-height: 28px;
}
.inner-form {
    padding: 40px;
}
.inner-form h2 a {
    font-size: 35px;
}
.form-contact {
    width: 32%;
}
.maps {
    width: 68%;
    padding-top: 25px;
    direction: rtl;
}
.maps img {
    margin-left: 0;
    max-width: 80%;
    padding-right: 50px;
}
.inner-form form {
    margin-top: 10px;
    padding: 0;
}
}
@media screen and (max-width:1300px) {
.inner-footer{
  padding:0 15px;
}
.inner-tourism {
    padding: 0 15px;
}
}
@media screen and (max-width:1100px) {
.content-slider h3 {
    font-size: 50px;
}
.content-slider h1, .content-slider h2 {
    font-size: 30px;
    line-height: 40px;
}
.content-slider img {
    max-width: 250px;
}
.form-contact {
    width: 40%;
}
.maps {
    width: 60%;
}
.contact-us:before {
    left: 5px;
    width: 60px;
}
.maps img {
    max-width: 85%;
    padding-right: 20px;
}
}
@media screen and (max-width:970px) {
.left-item , .right-item{
    display: block;
    width: 100%;
}
#item1 .inner-item,
#item2 .inner-item {
    left: inherit;
    right: inherit;
    padding-left: 0;
    padding-right: 0;
}
.inner-item {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    padding: 25px;
}
#tourism1, #tourism4, #tourism2 {
    margin-right: 0;
}
.maps {
    width: 100%;
}
.form-contact{
  display: block;
  width: 100%;
}
.inner-form {
    margin: 0 auto;
}
.item-box {
    margin-top: 40px;
}
.list-box {
    margin: 0 0 40px;
}
.see-place {
    margin: 40px -20px;
}
.slick-dots {
    bottom: 10px;
}
.logo {
    top: 5px;
}
.right-tourism {
    width: 16%;
}
.left-tourism {
    width: 81%;
}
}

@media screen and (max-width:760px) {
.see-place {
    display: block;
}
.left-place, .right-place {
    width: 100%;
}
.right-place{
  display: flex;
}
.left-place{
  display: flex;
  flex-wrap: wrap;
}
#place3{
  order: 1;
}
.inner-place{
  order: 2;
}
#place4 {
    width: 54%;
}
.see-place {
    margin: 40px -10px;
}
}
@media screen and (max-width:645px) {
#place3, .inner-place #place2 {
    margin-bottom: 0;
}
.contact-us:before {
  display: none;
}
.inner-place {
    display: block;
}
.inner-place #place1, .inner-place #place2 {
    display: block;
    width: 100%;
}
.right-place {
    display: block;
}
#place5,
#place4 {
    width: 100%;
}
}
@media screen and (max-width:540px) {
.right-tourism {
    display: block;
    width: 100%;
    padding: 0 0 30px;
    margin-bottom: 40px;
}
.right-tourism:before {
    position: absolute;
    content: "";
    top: inherit;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 5px;
    right: 0;
    margin: 0 auto;
}
.left-tourism {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: right;
}
.right-tourism img {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    left: inherit;
    right: inherit;
}
.maps img {
    max-width: 100%;
    padding-right: 0;
}
}
@media screen and (max-width:420px) {
.inner-form h3 {
    font-size: 22px;
    line-height: 28px;
}
.inner-form {
    padding: 30px 15px;
}
.inner-item p, .inner-tourism p {
    font-size: 18px;
    line-height: 25px;
}
}
@media screen and (max-width:375px) {
.content-slider h1, .content-slider h2 {
    font-size: 26px;
    line-height: 30px;
}
.content-slider h3 {
    font-size: 35px;
}
.content-slider {
    top: 60%;
}
}