/** Social colors **/
/** Theme colors **/
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");
@import "../../fonts/rubik/stylesheet.css";
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body,
h1, h2, h3,
h4, h5, h6,
p,
ul, li,
input,
textarea,
select,
span,
a {
  margin: 0;
}

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

.large-up-2 > .column,
.large-up-2 > .columns,
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
  float: right;
}

body {
  direction: rtl;
  font-family: "Assistant", sans-serif;
  background: #f7f5e8;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
form {
  direction: rtl;
  text-align: right;
}

body.overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Assistant", sans-serif;
  margin: 0;
  line-height: 1;
}

p {
  font-family: "Rubik";
}

.row {
  max-width: 1440px;
}

.site-wrapper {
  overflow: hidden;
  position: relative;
}
.site-wrapper:before {
  content: "";
  background: linear-gradient(180deg, #f7f5e8 0%, #e7dbc6 55%, #f7f5e8 100%);
  display: block;
  width: 100%;
  height: 1340px;
  position: absolute;
  top: 23%;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}

.page_pad {
  padding-left: 15px;
  padding-right: 15px;
}

.page_sec {
  position: relative;
  z-index: 1;
}

.wrap_text p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}
.wrap_text ul {
  margin-right: 17px;
}

.page_title {
  margin-bottom: 20px;
}
.page_title h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.header_mob {
  display: none;
}

.header {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 300ms ease;
  height: 100vh;
  width: 240px;
  background: #4d654f;
  padding-top: 42px;
  text-align: center;
}
.header .logo {
  margin-bottom: 7vh;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  max-width: 100%;
  height: 18.5vh;
  transition: all 200ms ease;
}
.header .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .nav ul li {
  margin-bottom: 3.7vh;
}
.header .nav ul li:last-child {
  margin: 0;
}
.header .nav ul li a {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1; /* 30.222px */
  font-family: "Assistant", sans-serif;
  outline: 0;
}
.header .wrap_phone {
  margin-top: 16vh;
}
.header .wrap_phone .phone_text {
  margin-bottom: 1vh;
}
.header .wrap_phone .phone_text span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.header .wrap_phone a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

body.admin-bar .header {
  top: 32px;
}

@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.mobile_menu_wrapper,
.mob_opener {
  display: none;
}

.page_wrapper {
  width: calc(100% - 240px);
  position: relative;
  left: 0;
  margin-left: 0;
  margin-right: auto;
  background: #f7f5e8;
}

.home_top_sec {
  position: relative;
  height: 100vh;
  /* Could Use thise as well for Individual Controls */
}
.home_top_sec .img_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100vh;
}
.home_top_sec video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_top_sec video::-webkit-media-controls {
  display: none;
}
.home_top_sec .play_wrap {
  text-align: center;
  margin-bottom: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.home_top_sec .play_wrap a {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: rgba(255, 255, 255, 0.36);
}
.home_top_sec .wrap_down_btn {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.home_top_sec .wrap_down_btn .down_btn {
  animation-duration: 2s;
  animation-iteration-count: 5;
  animation-name: bounce-2;
  animation-timing-function: ease;
  outline: 0;
  background: #fff;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.wrap_bubbles .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 24px;
  border-radius: 137px;
  border: 1px solid rgba(141, 72, 32, 0.5);
  padding: 15px 24px;
}
.wrap_bubbles .wrap_item:last-child {
  margin: 0;
}
.wrap_bubbles .wrap_item .wrap_texti {
  width: calc(100% - 80px);
  margin-right: 18px;
}
.wrap_bubbles .wrap_item .wrap_texti p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.wrap_bubbles .wrap_item .wrap_texti p strong {
  font-weight: 500;
}
.wrap_bubbles .wrap_item .wrap_link {
  margin-top: 5px;
}
.wrap_bubbles .wrap_item .wrap_link a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 109px;
  height: 28px;
  border-radius: 30px;
  background: #425e44;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.about_sec {
  padding-top: 104px;
  padding-bottom: 104px;
}
.about_sec .content_col {
  width: 53%;
}
.about_sec .img_col {
  width: 47%;
}
.about_sec .img_col img {
  border-radius: 18px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}
.about_sec .wrap_content .inner .page_title h2 {
  color: #425e44;
  font-size: 48px;
  font-weight: 700;
  line-height: 31px;
}
.about_sec .wrap_content .inner .wrap_text {
  margin-bottom: 27px;
}
.about_sec .wrap_content .inner .wrap_text p {
  color: #302923;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.about_sec .wrap_content .inner .wrap_img_mob {
  display: none;
}
.about_sec .wrap_content .inner .wrap_bubbles .wrap_item:first-child {
  max-width: 507px;
  margin-left: 0;
  margin-right: auto;
}
.about_sec .wrap_content .inner .wrap_bubbles .wrap_item:nth-child(2) {
  max-width: 590px;
}

.life_sec {
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
}
.life_sec .row {
  max-width: 1540px;
}
.life_sec .content_col {
  width: 53%;
}
.life_sec .img_col {
  width: 47%;
  border-radius: 18px;
}
.life_sec .wrap_content {
  padding-right: 70px;
}
.life_sec .wrap_content .inner .page_title h2 {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 31px;
}
.life_sec .wrap_content .inner .wrap_subtitle {
  margin-bottom: 34px;
}
.life_sec .wrap_content .inner .wrap_subtitle h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.life_sec .wrap_content .inner .wrap_text {
  margin-bottom: 27px;
}
.life_sec .wrap_content .inner .wrap_text p {
  color: #302923;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.life_sec .wrap_content .inner .wrap_bubbles .wrap_item:first-child {
  margin-bottom: 35px;
}
.life_sec .wrap_content .inner .wrap_bubbles .wrap_item:nth-child(2) {
  max-width: 562px;
  transform: translateX(70px);
}
.life_sec .life_slider_wrapper .swiper {
  padding-right: 40px;
}
.life_sec .life_slider_wrapper .swiper .swiper-slide .wrap_img {
  overflow: hidden;
}
.life_sec .life_slider_wrapper .swiper .swiper-slide .wrap_img img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.life_sec .life_slider_wrapper .life_slider .swiper-pagination {
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.life_sec .life_slider_wrapper .life_slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 10px 0 !important;
}
.life_sec .life_slider_wrapper .life_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #4d654f;
}

.order_sec {
  padding-top: 100px;
}
.order_sec .page_title {
  margin-bottom: 20px;
}
.order_sec .page_title h2 {
  color: #8d4820;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.order_sec .wrap_text p {
  line-height: 31px;
}
.order_sec .wrap_img {
  margin-top: 80px;
}
.order_sec .wrap_img img {
  border-radius: 10px;
  background: url(<path-to-image>) lightgray 0px -315.281px/100% 210.793% no-repeat;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}

.services_sec {
  padding-top: 97px;
}
.services_sec .page_title {
  text-align: center;
}
.services_sec .page_title h2 {
  color: #8d4820;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.services_sec .wrap_text {
  text-align: center;
}
.services_sec .wrap_services {
  margin-top: 80px;
}
.services_sec .wrap_services .wrap_item {
  display: -moz-flex;
  display: flex;
  padding-left: 67px;
  margin-bottom: 50px;
}
.services_sec .wrap_services .wrap_item .wrap_icon {
  position: relative;
  margin-left: 55px;
}
.services_sec .wrap_services .wrap_item .wrap_icon:before {
  content: "";
  width: 57px;
  height: 57px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -11px;
}
.services_sec .wrap_services .wrap_item .wrap_icon img {
  position: relative;
  z-index: 1;
}
.services_sec .wrap_services .wrap_item .wrap_title_text {
  width: calc(100% - 55px);
}
.services_sec .wrap_services .wrap_item .wrap_title_text .wrap_titles {
  margin-bottom: 10px;
}
.services_sec .wrap_services .wrap_item .wrap_title_text .wrap_titles .icon_mob {
  display: none;
}
.services_sec .wrap_services .wrap_item .wrap_title_text .wrap_titles h3 {
  color: #cc8e52;
  font-family: "Rubik";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.services_sec .wrap_services .wrap_item .wrap_title_text .wrap_texti {
  color: #000;
  font-size: 18px;
  line-height: 31px; /* 172.222% */
}

.location_sec {
  padding-top: 150px;
}
.location_sec .wrap_content {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 415px;
}
.footer {
  position: relative;
  padding-top: 160px;
  width: calc(100% - 240px);
  position: relative;
  left: 0;
  margin-left: 0;
  margin-right: auto;
}
.footer:before {
  content: "";
  background: linear-gradient(180deg, #f7f5e8 0%, #d9c5aa 100%);
  display: block;
  width: 100%;
  height: 1450px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .wrap_content {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.footer .wrap_content .footer_logo {
  text-align: center;
  margin-bottom: 15px;
}
.footer .wrap_content .wrap_form_sec {
  margin-bottom: 70px;
}
.footer .wrap_content .wrap_form_sec .wrap_form_title {
  margin-bottom: 20px;
}
.footer .wrap_content .wrap_form_sec .wrap_form_title h2 {
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  margin: 0;
}
.footer .wrap_content .wrap_form_sec .wrap_form {
  max-width: 460px;
}
.footer .wrap_content .wrap_form_sec .wrap_form .wrap_input input {
  background: none;
  border: 0;
  border-bottom: 1px solid #333;
  margin: 0;
  color: #333;
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  padding: 0;
  height: 45px;
}
.footer .wrap_content .wrap_form_sec .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #333;
}
.footer .wrap_content .wrap_form_sec .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #333;
}
.footer .wrap_content .wrap_form_sec .wrap_form .wrap_submit {
  text-align: center;
  margin-top: 30px;
}
.footer .wrap_content .wrap_form_sec .wrap_form .wrap_submit .wpcf7-spinner {
  position: absolute;
}
.footer .wrap_content .wrap_form_sec .wrap_form .wrap_submit input {
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 105px;
  height: 40px;
  border-radius: 67px;
  background: #425e44;
  font-family: "Rubik";
  color: #fff;
  border: 0;
  cursor: pointer;
}
.footer .wrap_content .footer_btns {
  margin-bottom: 50px;
  max-width: 466px;
}
.footer .wrap_content .footer_btns .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: #fff;
  border-radius: 130px;
  min-height: 93px;
  margin-bottom: 11px;
  padding: 16px 19px;
}
.footer .wrap_content .footer_btns .wrap_item p {
  margin-right: 27px;
  color: #333;
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.footer .wrap_content .footer_btns .wrap_item p a {
  color: #333;
}
.footer .wrap_content .footer_btns .wrap_item p img {
  margin: 0;
  margin-right: 5px;
}
.footer .wrap_content .wrap_copy {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer .wrap_content .wrap_copy span {
  color: #fff;
  font-family: "Rubik";
  font-size: 18px;
  line-height: 1;
}
.footer .wrap_content .wrap_copy span a {
  color: #fff;
}
.footer .abs_img {
  position: absolute;
  left: 0;
  bottom: 0;
}/*# sourceMappingURL=style.css.map */