@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");

*,
*::before,
*::after {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

.arabic-font {
  font-family: 'Cairo', sans-serif !important;
}

.arabic-style {
  direction: rtl;
  text-align: right;
}

.arabic-carousel-direction {
  text-align: right !important;
}

.arabic-direction {
  direction: rtl !important;
}

.arabic-social-direction {
  right: 10rem !important;
  left: unset !important;
}

.wrapper-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flag {
  width: 1.7rem;
  margin-right: 3px;
}

.langauge-box {
  font-size: 2rem !important;
  font-weight: 100 !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute;
  top: 25px;
  left: 40%;
  z-index: 16;
}

.lang-btns {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  color: #fff;
  margin: 0 0.7rem;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-btns:hover {
  text-decoration: underline;
}

.active-lang-white {
  background-color: #fff !important;
  color: #00619c !important;
  padding: 0.5rem;
  border-radius: 100rem;
}

.sticky .active-lang-blue {
  background-color: #00619c !important;
  color: #fff !important;
  padding: 0.5rem;
  border-radius: 100rem;
}

.sticky .lang-btns {
  color: #00619c;
}
.projects .row{
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 55%;
  }
}

@media only screen and (max-width: 48em) {
  html {
    font-size: 49%;
  }
}

@media only screen and (max-width: 600px) {
  main .langauge-box {
    top: 25px;
    left: 30%;
  }

  main .langauge-box-en {
    top: 25px;
    right: 30%;
    left: unset;
  }
}

@media only screen and (max-width: 560px) {
  main .langauge-box {
    top: 9.7rem;
    left: 3%;
  }

  main .langauge-box-en {
    top: 9.7rem;
    right: 3%;
    left: unset;
  }
}

@media only screen and (max-width: 424px) {
  html {
    font-size: 42%;
  }
}

.nav-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background-color: transparent;
  font-weight: 100;
}

header {
  background: transparent;
  max-width: 100vw;
  margin: auto;
}

header .logo {
  display: inline-block;
}

.burger-blue {
  display: none;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  transform: translateY(-200%);
  z-index: 10;
  transition: all 0.2s ease-in-out;
}

header.sticky .menu li a {
  color: #00619c;
}

body.scroll header.sticky {
  transform: translateY(0%);
}

body.scroll header.sticky .logo-white {
  display: none;
}

body header .logo-blue {
  display: none;
}

body.scroll header.sticky .logo-blue {
  display: block;
}

.nav-wrapper {
  min-height: 13rem;
  padding: 1.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  flex: 3 1 20rem;
}

.logo .logo-blue,
.logo .logo-white {
  width: 20.5rem;
}

nav.nav-wrapper ul {
  display: flex;
  align-self: center;
  justify-content: space-around;
  flex: 1 1 20rem;
  list-style: none;
  font-size: 1.7rem;
  line-height: 2.3rem;
}

nav.nav-wrapper ul li {
  padding: 1.6rem 0;
}

nav.nav-wrapper ul li a {
  text-decoration: none;
  color: #fff;
}

.drop-menu {
  position: relative;
}

.dropdown-arabic {
  text-align: right;
}

nav.nav-wrapper .drop-menu .dropdown {
  position: absolute;
  top: 5.5rem;
  left: 0;
  min-width: 20rem;
  background-color: #fff;
  display: none;
  visibility: hidden;
  opacity: 0;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

nav.nav-wrapper .drop-menu:hover .dropdown {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.drop-menu .dropdown li a {
  color: #222;
}

.drop-menu .dropdown li {
  width: 100%;
  padding: 1rem;
  transition: all .4s ease;
  cursor: pointer;
}

.drop-menu .dropdown li:hover {
  background-color: #00619c;
}

.drop-menu .dropdown li:hover{
  color: #fff;
}

.drop-menu .dropdown li {
  transition: all .4s ease;
}

.social {
  position: absolute;
  top: 6.2rem;
  left: 10rem;
  width: 300px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}

.social__line {
  width: 1px;
  height: 195px;
  background-color: #fff;
  margin-bottom: 2rem;
}

.social__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
  color: #fff;
  font-size: 1.2rem;
}

.social__links a:hover,
.social__links a:active,
.social__links a:visited {
  color: #fff;
}

.social__links--facebook {
  color: #fff;
  margin-bottom: 0.7rem;
}

.social__links--instagram {
  color: #fff;
}

.social-test {
  right: 2rem !important;
  top: 13.5rem !important;
  left: unset !important;
}

@media only screen and (min-width: 1200px) {
  .social {
    left: 0rem;
  }

  .social-test {
    right: 5.5rem !important;
    top: 9rem !important;
    left: unset !important;
  }

  .arabic-carousel-direction {
    top: 13rem !important;
    right: 27rem !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 1200px) {
  .social {
    left: 0rem;
  }

  .social-test {
    right: 1rem !important;
    top: 6rem !important;
    left: unset !important;
  }

  .arabic-carousel-direction {
    right: 20rem !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 900px) {
  .social {
    left: 0rem;
  }

  .social-test {
    right: 0rem !important;
    top: 6rem !important;
    left: unset !important;
  }

  .arabic-carousel-direction {
    right: 20rem !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 768px) {
  .social {
    top: 12rem;
    left: -8rem;
  }

  .social-test {
    height: 350px !important;
    right: -2rem !important;
    top: 17rem !important;
    left: unset !important;
  }

  .arabic-carousel-direction {
    right: 20rem !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 600px) {
  .social {
    top: 11rem;
    left: -120px;
  }

  .social-test {
    height: 230px !important;
    right: -2rem !important;
    top: 21.4rem !important;
    left: unset !important;
  }

  .arabic-carousel-direction {
    right: 22rem !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 450px) {
  .social-test {
    height: 230px !important;
    right: -13rem !important;
    top: 27.4rem !important;
    left: unset !important;
  }

  .arabic-carousel-direction {
    right: 12rem !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 400px) {
  .social-test {
    height: 230px !important;
    right: -13rem !important;
    top: 22.4rem !important;
    left: unset !important;
  }

  .arabic-carousel-direction {
    right: 12rem !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 768px) {
  header.sticky {
    z-index: 9;
  }

  .menu-trigger {
    background: url(../img/hamburger-icon.svg) no-repeat center/cover;
    position: absolute;
    top: 26px;
    right: 20px;
    fill: #fff;
    z-index: 40;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
  }

  .menu-trigger-arabic {
    background: url(../img/hamburger-icon.svg) no-repeat center/cover;
    position: absolute;
    top: 26px;
    left: 20px !important;
    right: unset !important;
    fill: #fff;
    z-index: 4000;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
  }

  .burger-blue {
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  body header .burger-blue {
    display: none;
  }

  body.scroll header.sticky .burger-blue {
    display: block;
  }

  .main-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 15;
    display: none;
  }

  nav.nav-wrapper ul.ul-arabic {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0 !important;
    left: unset !important;
    display: none;
    transform: translate3d(100%, 0, 0) !important;
    transition: all 0.3s ease-in-out;
  }

  nav.nav-wrapper ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #131313;
    z-index: 26;
    display: block;
    width: 30rem;
    max-width: 100%;
    padding: 0px 10px;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.3s ease-in-out;
  }

  nav.nav-wrapper ul li {
    display: block;
    border-color: transparent;
    padding: 16px 12px;
    transition: all 0.2s ease-in-out;
  }

  nav.nav-wrapper ul li:hover {
    padding-left: 18px;
  }

  nav.nav-wrapper ul li a:hover {
    border-color: transparent;
  }

  body.menu-active .menu {
    display: block;
    transform: translate3d(0, 0, 0);
  }

  body.menu-active ul.ul-arabic {
    display: block !important;
    transform: translate3d(0, 0, 0) !important;
  }

  body.menu-active .main-overlay {
    display: block;
  }

  body.menu-active .menu-trigger {
    display: none;
  }

  section.beating-heart {
    margin-top: 25px;
  }

  nav.nav-wrapper .drop-menu .dropdown {
    position: absolute;
    top: 13.5rem;
    left: 38.5rem;
    min-width: 20rem;
    background-color: transparent;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
  }

  nav.nav-wrapper .drop-menu:hover .dropdown {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  nav.nav-wrapper .drop-menu .dropdown li {
    background-color: #fff;
  }

  nav.nav-wrapper .drop-menu .dropdown li:hover {
    background-color: #00619c;
  }
}

body {
  position: relative;
}

main {
  height: 75vh;
}

.carousel,
.carousel-fade {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 0;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner,
.carousel-inner .item,
.carousel-inner div.active {
  height: 100%;
  width: 100%;
}

.item:nth-child(1) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(rgba(0, 97, 156, 0.86), rgba(0, 97, 156, 0.86));
  width: 100%;
  height: 100%;
}

.item:nth-child(2) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(rgba(0, 97, 156, 0.86), rgba(0, 97, 156, 0.86));
  width: 100%;
  height: 100%;
}

.carousel-control {
  position: absolute;
  top: 92%;
  color: #fff;
  opacity: 1;
  background-color: transparent;
}

.carousel .right {
  right: 47%;
}

.carousel .left {
  left: 47%;
}

.carousel-control.left,
.carousel-control.right {
  height: 30px;
  width: 30px;
  background-image: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
  z-index: 10;
  transition: all 0.3s ease;
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover,
.carousel-control .icon-prev:hover,
.carousel-control .icon-next:hover {
  border-radius: 3px;
  background-color: transparent !important;
  color: #222;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    z-index: 10;
    transition: all 0.3s ease;
  }

  .carousel-control .glyphicon-chevron-left:hover,
  .carousel-control .glyphicon-chevron-right:hover,
  .carousel-control .icon-prev:hover,
  .carousel-control .icon-next:hover {
    border-radius: 3px;
    background-color: transparent !important;
    color: #222;
  }
}

@media only screen and (max-width: 768px) {
  main {
    height: 100vh;
  }

  .carousel .carousel-caption {
    position: absolute;
    top: 30%;
    display: inline-block;
    text-align: left;
  }

  .carousel .carousel-caption h3 {
    font-size: 4rem;
    text-shadow: 1px 1px 10px #222;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    height: 3rem;
    width: 3rem;
    font-size: 1.8rem;
    line-height: 30px;
    z-index: 10;
    transition: all 0.3s ease;
  }

  .carousel-control .glyphicon-chevron-left:hover,
  .carousel-control .glyphicon-chevron-right:hover,
  .carousel-control .icon-prev:hover,
  .carousel-control .icon-next:hover {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #222;
  }

  .carousel-control {
    position: absolute;
    top: 80%;
    color: #fff;
    opacity: 1;
    background-color: transparent;
  }

  .carousel .right {
    right: 44%;
  }

  .carousel .left {
    left: 44%;
  }
}

@media only screen and (max-width: 600px) {
  .carousel .carousel-caption {
    position: absolute;
    top: 20%;
    display: inline-block;
    text-align: left;
  }

  .carousel .carousel-caption h3 {
    top: 30%;
    left: -10%;
    font-size: 4.5rem !important;
    text-shadow: 1px 1px 10px #222;
  }

  .carousel .right {
    right: 41%;
  }

  .carousel .left {
    left: 41%;
  }
}

@media only screen and (max-width: 424px) {
  .carousel .carousel-caption {
    position: absolute;
    top: 20%;
    display: inline-block;
    text-align: left;
  }

  .carousel .carousel-caption h3 {
    top: 30%;
    left: -10%;
    font-size: 4.5rem !important;
    text-shadow: 1px 1px 10px #222;
  }

  .carousel .right {
    right: 41%;
  }

  .carousel .left {
    left: 41%;
  }
}

.carousel .carousel-caption {
  position: absolute;
  top: 20%;
  display: inline-block;
  text-align: left;
}

.carousel .carousel-caption h3 {
  font-size: 4.8rem;
  text-shadow: 1px 1px 10px #222;
}

.slider {
  max-width: 80vw;
  margin: 2.5rem auto;
}

.slider .slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-div .slick-arrow {
  display: none !important;
}

.slider-div .slick-prev,
.slider-div .slick-next {
  display: none !important;
}

.projects {
  margin: 5rem auto;
  width: 85%;
}

@media only screen and (max-width: 990px) {
  .projects {
    padding: 0 1.5rem;
  }
}

.project {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 40rem;
  margin: 3rem;
  box-shadow: 1rem 1px 14px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.project__img {
  width: 90%;
  height: 30rem;
  border-radius: 10px;
}

.project__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  width: 100%;
}

.project__btn {
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 1.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all 0.2s;
  font-weight: 100;
}

.project__btn:visited,
.project__btn:link {
  text-decoration: none;
}

.project__btn:hover,
.project__btn:active {
  text-decoration: none;
}

.project__btn span {
  transition: all ease .3s;
}

.project__btn:hover span {
  margin-right: 1rem;
}

.btn-direction {
  direction: rtl;
}

@media only screen and (max-width: 990px) {
  .projects {
    height: 45rem;
  }

  .projects .project {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .project {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40rem;
  }

  .project__img {
    height: 100%;
  }

  .project__button {
    width: 100%;
  }
}

@media only screen and (max-width: 505px) {
  .project {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 33rem;
  }

  .project__img {
    height: 100%;
  }

  .project__button {
    width: 100%;
  }
}

.projects .slick-prev,
.projects .slick-next {
  display: block !important;
  background-color: #00619c;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 100%;
}

.slick-prev,
.slick-next {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #00619c;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 100%;
  font-size: 2rem;
  color: #fff;
  transition: .2s ease;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
  color: #00619c;
  background-color: #fff;
}

.slick-prev:active,
.slick-prev:visited,
.slick-prev:focus,
.slick-next:active,
.slick-next:visited,
.slick-next:focus {
  opacity: 1;
  color: #fff;
  background-color: #00619c;
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contcat-form-title {
  z-index: 5;
}

.contcat-form-title h2 {
  color: #fff;
  margin: 0 auto;
  margin-top: 20rem;
  z-index: 5;
}

form.contact-form {
  position: relative;
  margin: 5rem auto;
  max-width: 70%;
  border-radius: 5px;
  height: 100vh;
  padding-top: 35rem;
  padding-bottom: 50rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

form.contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(rgba(0, 97, 156, 0.86), rgba(0, 62, 100, 0.95));
  width: 100%;
  height: 100%;
  z-index: 1;
}

.invalid {
  border: 1px solid red;
  z-index: 5;
}

.contact-input {
  display: block;
  width: 30vw;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 2rem;
  border: none;
  border-radius: 2px;
  outline: none;
  transition: all .1s ease;
  z-index: 5;
}

@media only screen and (max-width: 56.25em) {
  .contact-input {
    width: 50rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact-input {
    width: 35rem;
  }
}

@media only screen and (max-width: 368px) {
  .contact-input {
    width: 30rem;
  }
}

.form-control {
  margin-bottom: 2rem;
  background-color: transparent;
  border: none;
  margin: 3.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
}

.form-control:last-child {
  min-height: 20rem;
  margin: 0;
  padding: 2rem;
}

.error {
  color: red;
  font-size: 1.6rem;
  font-weight: 100;
  margin-top: 1rem;
  display: block;
  z-index: 5;
}

.hide {
  opacity: 0;
  z-index: 5;
}

.contact-message {
  border-radius: 5px;
  outline: none;
  padding: 1rem;
  font-size: 1.8rem;
  width: 30vw;
  height: 100%;
  z-index: 5;
}

button.contact-button {
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  font-size: 1.6rem;
  color: #00619c;
  border: none;
  cursor: pointer;
  margin: 5rem 0;
  z-index: 5;
}

form .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
}

form .form-group:not(:last-child) {
  margin: 50px 0;
}

.no-arrow {
  -moz-appearance: textfield;
}

.no-arrow::-webkit-inner-spin-button {
  display: none;
}

.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Footer */
footer {
  background: #00619c;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 300;
  padding: .1rem 0;
}

@media only screen and (max-width: 56.25em) {
  footer {
    padding: .3rem 0;
  }
}

.footer-wrapper {
  max-width: 90%;
  margin: 1rem auto;
}

.footer ul {
  list-style: none;
}

.footer ul .location {
  font-size: 1.6rem;
}

@media only screen and (max-width: 56.25em) {
  .footer ul .location {
    font-size: 1.4rem;
  }
}

.footer a {
  color: #ddd;
  font-size: 1.4rem;
  text-decoration: transparent;
  transition: all .2s ease;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer p {
  margin-top: 1.5rem;
  cursor: unset;
}

.footer .list-heading {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 1.9rem;
  letter-spacing: 1px;
  cursor: unset;
}

.footer .footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

@media only screen and (max-width: 768px) {
  .footer .footer-cols {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}

.footer li {
  line-height: 2;
}

.social-list {
  display: flex;
  font-size: 1.6rem;
}

.social-list li {
  margin: 0 1.5rem;
}

.subscribe__form {
  margin: 0 auto;
  min-width: 100%;
}

.subscribe__input {
  display: block;
  min-width: 100%;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: .8rem;
  color: #333;
  border: none;
  border-bottom: 5px solid transparent;
  outline: none;
  transition: all .1s ease;
}

.subscribe__input:focus {
  border-bottom: 5px solid #007e43;
  box-shadow: 0rem 1.5rem 4rem rgba(0, 0, 0, 0.2);
}

.subscribe__input::-webkit-input-placeholder {
  color: #333;
}

.subscribe__input:focus:invalid {
  border-bottom: 5px solid orangered;
}

.subscribe__label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-top: 0.7rem;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
  color: #fff;
}

.subscribe__input:placeholder-shown+.subscribe__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}

.subscrib-btn,
.subscrib-btn:link,
.subscrib-btn:visited {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  transition: all 0.2s;
  font-size: 1.4rem;
  min-width: 100%;
  color: #00619c;
  border: none;
  cursor: pointer;
}

.subscrib-btn:hover {
  transform: translateY(-0.1rem);
  letter-spacing: 2.5px;
}

.subscrib-btn:active,
.subscrib-btn:focus {
  box-shadow: 0rem 0.5rem 1.2rem rgba(0, 0, 0, 0.2);
  outline: none;
}

.subscrib-btn--green {
  background-color: #00619c;
  color: #fff;
}

.subscrib-btn--green::after {
  background-color: #00619c;
}

.subscrib-btn--animated {
  animation: moveInUp 0.4s ease-out 0.50s;
  animation-fill-mode: backwards;
}

.homes {
  margin: 5rem auto;
  width: 90%;
display:flex;
justify-content:center;
align-items:center;
gap:20px;
}

.home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.5rem;
  box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  overflow: hidden;
  width:80%;
}

.home__img {
  width: 100%;
  grid-row: 1 / 8;
  grid-column: 1 / -1;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:80vh;
  width: 100%;
}

.home__name {
  grid-row: 1 / 8;
  grid-column: 1 / -1;
  justify-self: center;
  align-self: end;
  z-index: 3;
  width: 80%;
  font-size: 1.6rem;
  background-color: #00304e;
  font-weight: 400;
  text-align: center;
  padding: 1.25rem;
  color: #fff;
  transform: translateY(50%);
}

.home__location,
.home__rooms {
  margin-top: 2.5rem;
}

.home__location,
.home__rooms,
.home__area,
.home__price {
  font-size: 1.5rem;
  margin-left:2rem;
  display: flex;
  align-items: center;
}

.home__location svg,
.home__rooms svg,
.home__area svg,
.home__price svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.home__btn {
  grid-column: 1 / -1;
  border-radius: 0;
}

.btn-home {
  background-color: #00619c;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0%;
  padding: 1.8rem 3rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all 0.2s;
}

.btn-home:hover {
  background-color: #003c61;
}

.calling {
  position: fixed;
  top: 75%;
  right: 10px;
  width: 6rem;
  height: 6rem;
  border-radius: 50rem;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: .3s ease;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .calling {
    width: 8rem;
    height: 8rem;
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  }
}

.calling__call-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.calling .comments {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .calling .comments {
    font-size: 2.5rem;
  }
}

.calling__text {
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .calling__text {
    font-size: 1.7rem;
  }
}

.calling__links {
  display: none;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  flex-direction: column;
  position: absolute;
  top: -105px;
  right: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  visibility: visible;
  width: 160px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 6px;
}

@media only screen and (max-width: 768px) {
  .calling__links {
    top: -110px;
    right: 30px;
  }
}

@media only screen and (max-width: 424px) {
  .calling__links {
    top: -95px;
    right: 30px;
  }
}

.calling__links::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.calling__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.calling__link:hover,
.calling__link:visited {
  text-decoration: none;
  color: #94C973;
}

.whats {
  width: 100%;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1000rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.whats:hover,
.whats:visited {
  text-decoration: none;
}

.whats__icon {
  background-color: #fff;
  color: #3bb78f;
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 1000rem;
  border: 2px solid #3bb78f;
}

@media only screen and (max-width: 768px) {
  .whats__icon {
    font-size: 3.2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
}

.whats__number {
  margin-right: 1rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .whats__number {
    font-size: 1.9rem;
  }
}

.phone {
  width: 100%;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1000rem;
  text-decoration: none;
}

.phone__icon {
  background-color: #fff;
  color: #3bb78f;
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 1000rem;
  border: 2px solid #3bb78f;
}

@media only screen and (max-width: 768px) {
  .phone__icon {
    font-size: 2.5rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
}

.phone__number {
  margin-right: 1rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  .phone__number {
    font-size: 1.9rem;
  }
}

.phone__number:hover,
.phone__number:visited {
  text-decoration: none;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: flex !important;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00619c;
  color: white;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #003252;
}

@keyframes game {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.contact {
  position: relative;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(rgba(0, 97, 156, 0.7), rgba(0, 97, 156, 0.7));
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact__box {
  z-index: 5;
}

.contact__title {
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
}

.about {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(rgba(0, 97, 156, 0.86), rgba(0, 97, 156, 0.86));
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about__box {
  z-index: 5;
}

.about__title {
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
  z-index: 5;
}

.site-content {
  min-height: 100vh;
  margin-bottom: 6rem;
}

.site-container {
  width: 90%;
  margin: 0 auto;
}

.site__box {
  text-align: center;
  z-index: 5;
}

.site__heading {
  font-size: 3.9rem;
  color: #00619c;
  padding: 2rem 0;
  text-transform: uppercase;
  margin: 5rem 0rem;
}

.site__item {
  min-height: 30vh;
  margin: 10px;
  display: flex;
  justify-content:center;
  align-items:center;
  padding: 1rem;
  gap:15px;
}

.site__item:nth-child(odd) {
  direction: rtl;
  text-align: left;
}

.site__img
{
    height: 30rem;
    width:100%;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .site__item {
    flex-direction: column;
    text-align: center;
  }

  .site__item:nth-child(odd) {
    direction: rtl;
    text-align: center;
  }
}

.site__img-container {
  width: 35%;
  height: 40rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .site__img-container {
    width: 65%;
    height: 40rem;
  }
}

@media only screen and (max-width: 643px) {
  .site__img-container {
    width: 80%;
    height: 40rem;
  }
}


@media only screen and (max-width: 480px) {
  .site__info {
    width: 100%;
  }
}

.site__title {
  color: #00619c;
  font-weight: bold;
  font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .site__title {
    margin: 3.5rem 0;
  }
}

.site__text {
  font-size: 1.5rem;
  font-weight: 300;
  color: #00619c;
}

.site__text span {
  text-align: left;
}

.values {
  background-position: right;
}

/*# sourceMappingURL=main.css.map */