body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
body * {
  direction: rtl;
}
h1,
h2,
h3,
h4,
h5,
h6 p {
  font-family: 'Roboto', sans-serif;
}
header {
  justify-items: center;
  display: flex;
  height: 225px;
  align-items: center;
  background-color: #fcc010;
}
header img {
  height: 136px;
  display: block;
  margin: 0 auto;
}
/*VIDEO SECTION*/
.video .col-12 {
  padding: 0px;
}
.video .col-12 .capture {
  object-fit: cover;
  height: 600px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.video .col-12 .grey_bottom {
  width: 100%;
}
/*ABOUT SECTION*/
#about {
  height: 410px;
  background-color: #000000;
}
#about .main {
  position: relative;
  padding: 0px;
}
#about .main:before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url(../img/grey.png);
  display: block;
  width: 267px;
  height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .main:after {
  position: absolute;
  right: 0;
  top: 37px;
  content: "";
  background-image: url(../img/flag.png);
  display: block;
  width: 312px;
  height: 373px;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .main span {
    flex-direction: column;
  display: flex;
  width: 55%;
  flex-wrap: wrap;
  max-width: 1250px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin: 0 auto;
  text-align: center;
}
#about .main span h4 {
  font-size: 37px;
  font-weight: 700;
  line-height: 44.86px;
  padding: 12px 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/about_bg.png);
}
#about .main span p {
        direction: ltr;
    font-size: 20px;
    font-weight: 400;
    line-height: 32.49px;
    color: #fff;
}
#about .main span h3 {
font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-style: italic;
}
/*MANARA 1 BLOCK*/
.manara {
}
.manara .right {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/photo1.png");
}
.manara .left {
min-height: 400px;
    padding: 100px 90px;
    display: flex;
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fcc010;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-height: 613px;
}
.manara .left:after {
  position: absolute;
  right: -138px;
  top: 0px;
  content: "";
  z-index: 9999;
  background-image: url(../img/yellow-border.png);
  display: block;
  width: 204px;
  height: 100%;
  background-size: cover;
  background-position: 100% 100%;
}
.manara .left h4 {
  font-size: 37px;
  font-weight: 700;
  line-height: 44.86px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 50px;
  background-position: 100%;
  color: #fcc010;
  background-image: url(../img/01.png);
}
.manara .left p {
    direction: ltr;
    line-height: 30px;
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  padding: 0px 43px 0px 10px;
  font-weight: 300;
}
/*MANARA LODGE*/
.lodge {

}
.lodge .left {

  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/photo2.png");
}
.lodge .right {
min-height: 400px;
    padding: 100px 90px;
    display: flex;
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-height: 613px;
}
.lodge .right:after {
  position: absolute;
  left: -138px;
  top: 0px;
  content: "";
  z-index: 9999;
  background-image: url(../img/black_border.png);
  display: block;
  width: 139px;
  height: 100%;
  background-size: cover;
  background-position: 100% 100%;
}
.lodge .right h4 {
font-size: 37px;
    font-weight: 700;
    line-height: 27.86px;
    background-repeat: no-repeat;
    background-size: 100% 87%;
    width: 300px;
    padding: 10px 10px;
    height: 52px;
    background-position: 100%;
    text-align: center;
    color: #000000;
    background-image: url(../img/about_bg.png);
    margin: auto;
}
.lodge .right p {
    line-height: 34px;
        direction: ltr;
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  padding: 0px 43px 0px 10px;
  font-weight: 300;
}
div#social a {
    color: #000;
    margin: 20px 50px;
}
div#social {
    text-align: center;
}
/*INSTA*/
#insta {
    padding: 50px 0px;
    justify-items: center;
    display: flex;
    align-items: center;
    background-image: url(../img/grey_bg.png);
}
#insta img {
  display: block;
  margin: 0 auto;
}
#insta .gallery {
  display: flex;
  justify-content: space-evenly;
}
#insta .gallery img {
  width: 150px;
  height: 212px;
  object-fit: contain;
}
/*CONTACTS BLOCK*/
#contacts {
  padding: 50px 0px;
  background-color: #fcc010;
}
#contacts h4 {
  font-size: 43px;
  font-weight: 700;
  line-height: 44.86px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px 50px;
  background-position: 0%;
  color: #fcc010;
  background-image: url(../img/01.png);
}
#contacts form {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
#contacts form .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  margin: 10px 0px;
  border-radius: 0;
  text-align: left;
}
#contacts form button {
  width: 100%;
  background-color: #000000;
  color: #fff;
  border-radius: 0;
}
footer {
  padding: 40px 0px;
  background-color: #000000;
  color: #fff;
  height: 118px;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row-reverse;
}
footer .row p {
  padding: 0px!important;
}
footer .row div:last-child > p {
    border-right: 1px solid #000;
}
footer .row div > p {
    padding: 0px!important;
    border-right: 1px solid #ffff;
}
footer.container-fluid a {
    text-decoration: none;
    color: #fff;
}


@media screen and (max-width: 1024px) {
    div#social a {
    color: #000;
    margin: 20px 30px;
}
 header {
  height: auto;
}
header img {
  height: 136px;
  width:100%;
object-fit: contain;
  display: block;
  margin: 0 auto;
}
#about .main:before {
    display: none;
}
#about .main:after {
    display: none;
}
#about {
    height: auto;
}
#about .main span {
    width: 100%;
    height: auto;
    margin: 0 auto;
 
}
.lodge {
    height: auto;
}
#about .main span h4 {
    font-size: 43px;
    font-weight: 700;
    line-height: 44.86px;
    padding: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/about_bg.png);
}
.manara .left:after {
 display:none;
}
.lodge .right:after {
display:none;
}
.lodge .left: {
  height: 300px;
 
}
.manara .right {
    height: 300px;
}
.manara .left {
        min-height: 270px;
        padding: 20px;
    height: auto;

}
#insta {
     padding:50px 20px;

    justify-items: center;
    display: flex;
    background-size: cover;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
    background-image: url(../img/grey_bg.png);
    min-height: 200px;
}
#insta .gallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#contacts form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
footer {

    height: auto;
}
#contacts h4 {
    font-size: 38px;
 
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
      text-align: center;
}
.lodge .left {
    height: 300px;

}
.video .col-12 .capture {
    object-fit: cover;
    height: 300px;

}
#about .main span h4 {
    margin: 20px auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 34.86px;
    padding: 12px;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
#about .main span h3 {
    font-size: 28px;
    line-height: 37.49px;
}
.manara .left p {
    color: #000000;
    padding: 0px;
    font-family: Roboto;
    margin: 20px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.49px;
    text-align: justify;
}
#about .main span p {
   padding: 0px;
    font-family: Roboto;
    margin: 20px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.49px;
    text-align: justify;
}
.manara .left h4 {
        margin: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 44.86px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 4px 21px;
    background-position: 100% 100%;
    color: #fcc010;
    background-image: url(../img/01.png);
}
.manara {
    height: auto;
}
.lodge .right {
    display: flex;
    height: auto;
      padding: 50px 20px;
}
.lodge .right p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    font-weight: 300;
    text-align: justify;
}
.lodge .right h4 {
    margin: 20px auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 34.86px;
    padding: 12px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
#insta img {
    width: 300px;
    display: block;
    margin: 0 auto;
}
footer .row div:last-child > p {
    border-right: 1px solid #000;
}
footer .row div > p {
        text-align: center;
    padding: 0px!important;
    border-right: 1px solid #000;
}
}