/*
  Theme Name: EstateAgency
  Theme URL: https://bootstrapmade.com/real-estate-agency-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*======================================
//--//-->   STYLES GENERALES
======================================*/

:root {
  --nav-text-color: #ffffff;
  --white-color: #ffffff;
  --base-un-color: #2d66bc;
  --scondary-un-color: rgb(13,158,166);
  --black-color: #000000;
  --nav-bg-color: rgb(0 0 0 / 16%);
  --nav-bg-color-reduce: white;
  --ui-link-color: #ffffff;
  --hamburger-color: #000000;
}

@font-face {
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  background-color: var(--base-un-color);
  src: url("/static/Qaadaa/fonts/Cairo.ttf") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* height: 100dvh;
  width: 100dvw; */
}

body {
  font-family: "Cairo", sans-serif;
  color: #36384e;
  overflow: hidden !important;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  /* background-color: rgb(252, 214, 214); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #36384e;
}

a {
  color: #000000;
  transition: all 0.5s ease;
}

a:hover {
  color: var(--base-un-color) !important;
  text-decoration: none;
}

.link-two {
  color: #ffffff;
  transition: all 0.5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #f36161;
}

.link-one {
  color: #000000;
  transition: all 0.5s ease;
}

.link-one:hover i {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: var(--base-un-color);
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  color: #ffffff;
  text-decoration: none;
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.text-brand {
  /* color: #000000; */

  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}

.color-a {
  color: #000000;
}

.color-b {
  color: var(--base-un-color);
}

.color-d {
  color: #adadad;
}

.color-text-a {
  color: #555555;
}

.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--base-un-color);
  z-index: 2;
}

/*------/ Bg Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/

.list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

.list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: var(--base-un-color);
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/

.pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: var(--base-un-color);
  color: #ffffff;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: var(--base-un-color);
  color: #ffffff;
}

.a {
  color: var(--base-un-color);
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/

.icon-box .icon-box-icon {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}

.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/

.section-t8 {
  padding: 8rem 0rem;
}

.section-t4 {
  padding-top: 4rem;
}

.section-t3 {
  padding-block: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

/*------/ Title /------*/

.title-wrap {
  padding-bottom: 4rem;
}

.title-a {

  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 30px;
  font-size: 2.5rem;
}

.title-a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  background-color: var(--base-un-color);
  border-radius: 3px;
}

.title-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(30px);
  width: 10px;
  height: 6px;
  background-color: var(--scondary-un-color);
  border-radius: 3px;

}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  /* padding-top: 1.2rem; */
}

.title-link a {
  color: var(--base-un-color);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-weight: 400;
}

.title-link span {
  padding: 0px 5px;
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 1.5rem;
}

.title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: var(--base-un-color);
  top: 30px;
  right: 0px;
}

/*------/ Display Table & Table Cell /------*/

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/

.ul-resect ul,
.list-a ul,
.box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/

.overlay-a {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 27%,
      rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--base-un-color);
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--base-un-color);
  color: #ffffff;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  /* right: 95%; */
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  direction: rtl;
  position: absolute;
  left: 0;
  font-size: 1.8rem;
  margin-top: -70px;
  display: none !important;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-prev {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 0.7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: var(--base-un-color);
  opacity: 0.9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/

.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: var(--base-un-color);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--base-un-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-default {
  transition: all 0.5s ease-in-out;
  /* background-color: #ffffff; */
  padding-top: 5px;
  padding-bottom: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
  padding-inline: 0.5rem 2rem;

  background: rgb(0 0 0 / 16%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  /* border: none; */
  /* border-radius: 20px; */
  /* border: 2px solid rgb(255, 255, 255, 0.5);
  border-right: 2px solid rgb(255, 255, 255, 0.2);
  border-bottom: 2px solid rgb(255, 255, 255, 0.2); */

  /* transition: all 0.5s ease-in-out;
  background: linear-gradient(#313d5b, #4f6076);
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3); */
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-left: 0;
  text-align: -webkit-center;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 0.9rem;
  color: var(--nav-text-color);
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: max-content;

  /* font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0; */
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: var(--base-un-color);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: opacity 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s,
    -webkit-transform 0.2s ease-out;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  /* color: #000000; */

  color: var(--base-un-color);
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.navbar-default.navbar-trans .show>.nav-link:before,
.navbar-default.navbar-trans .active>.nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show>.nav-link:before,
.navbar-default.navbar-reduce .active>.nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: var(--base-un-color);
}

.navbar-default.navbar-trans .nav-link:hover {
  /* color: #000000; */

  color: var(--base-un-color);
}

.navbar-default.navbar-trans .show>.nav-link,
.navbar-default.navbar-trans .active>.nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  /* color: #000000; */
  font-size: 0.9rem;
  letter-spacing: -0.1px;
  color: var(--base-un-color);
}

.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 3rem;
  background-color: var(--nav-bg-color-reduce);
}

.navbar-default.navbar-reduce .nav-link {
  /* color: #000000; */
  color: var(--black-color);
  /* color: #ffffff; */
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: var(--base-un-color);
}

.navbar-default.navbar-reduce .nav-link:hover {
  /* color: #000000; */

  color: var(--red-color);
}

.navbar-default.navbar-reduce .show>.nav-link,
.navbar-default.navbar-reduce .active>.nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  /* color: #000000; */
  color: var(--red-color);
  /* color: #ffffff; */
}

.navbar-default.navbar-reduce .navbar-brand {
  /* color: #000000; */
  color: var(--black-color);
  /* color: #ffffff; */
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 4px solid #2b2a4a;
  border-left: 0;
  right: 45%;
  width: 10px;
  position: absolute;
  box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  /* -webkit-transform: translate3d(0px, -40px, 0px); */
  /* transform: translate3d(0px, -40px, 0px); */
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, */
  /* opacity 0.31s ease 0s, height 0s linear 0.36s; */
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
  -webkit-animation: slide-down 0.5s ease-in-out;
  -moz-animation: slide-down 0.5s ease-in-out;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  /* transition: all 500ms ease; */
  font-weight: 600;
  min-width: 150px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: var(--base-un-color);
  /* transition: all 500ms ease; */
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: var(--base-un-color);

  transition: all 500ms ease;
}

.navbar-default .dropdown.show .dropdown-menu,
.navbar-default .dropdown:hover .dropdown-menu {
  /* background-color: #26a356; */
  display: block;
  /* -webkit-transform: translate3d(0px, 0px, 0px); */
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  /* transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, */
  /* opacity 0.31s ease 0s, height 0s linear 0.36s; */
  -webkit-animation: slide-down 0.5s ease-in-out;
  -moz-animation: slide-down 0.5s ease-in-out;
}

/*------/ keyframes /------*/

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(5%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@keyframes LineAnimation {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes a {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  --hamburger-color: var(--white-color);
  transition: all 0.5s;
  padding: 0;
  background-color: transparent;
  /* border: 2px solid var(--hamburger-color); */
  border-radius: 6px;
  top: 12px;
  left: 16px;
  position: absolute;
}

.navbar-toggler[aria-expanded="false"] .line {
  transition: y 200ms ease-in 200ms, rotate 200ms ease-in, opacity 0ms 200ms;
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .line {
  transition: y 200ms ease-in, rotate 200ms ease-in 200ms, opacity 0ms 200ms;
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] :is(.top, .bottom) {
  y: 45;
}

.navbar-toggler[aria-expanded="true"] .top {
  rotate: 45deg;
}

.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom {
  rotate: -45deg;
}

.navbar-toggler svg {
  background-color: transparent !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/

.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.6s ease;
}

.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease,
    -webkit-transform 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--base-un-color);
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--base-un-color);
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid var(--base-un-color);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;

}

.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;

}
.name{
  border-radius: 10px !important;
  color: white !important;
  background-color: rgba(72, 108, 239, 0.7);
}
.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

/*------/ Intro Single /------*/

.intro-single {
  padding: 1rem 0 3rem;
}

.intro-single .container {
  margin-right: 0;
}

.intro-single .title-single-box {
  padding: 1rem 2rem 1rem 0rem;
}

.intro-single .title-single-box {
  border-right: 5px solid var(--base-un-color);
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*======================================
//--//-->   CARD GENERAL
======================================*/
#about .div-img-bg .about-img img {
  aspect-ratio: 9/10;
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: -40px;
  height: 100%;
  object-fit: cover;
}

#about .div-img-bg {
  padding-bottom: 30px;
  /* border: 20px solid var(--base-un-color); */
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 27%,
      rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/

.card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: 0.5rem;
}

.price-a {
  color: var(--base-un-color);
  padding: 0.6rem 0.8rem;
  border: 2px solid var(--base-un-color);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: var(--base-un-color);
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: var(--base-un-color);
}

.card-info li span {
  color: #ffffff;
  font-size: 0.9rem;
}

/*------/ Property Grid /-----*/

.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: var(--base-un-color);
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
  border-color: var(--base-un-color);
}

.property-grid .grid-option .custom-select option {
  border-color: var(--base-un-color);
}

/*------/ Property Single /-----*/

.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/

.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  right: 0;
}

.card-header-b .category-b {
  font-size: 0.9rem;
  background-color: var(--base-un-color);
  padding: 0.3rem 0.7rem;
  color: var(--base-un-color);
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
}
.card-header-b .category-b:hover {

  color: #fff !important;
}

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: 0.6rem 0;
  font-size: 1.5rem;
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

/*------/ News Single /------*/

.post-information {
  padding: 3rem 0;
}

.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.post-content p {
  margin-bottom: 1.7rem;
}

.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid var(--base-un-color);
  color: #000000;
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 3rem 0 4rem;
}

.post-share .socials {
  display: inline-block;
}

.post-share .socials li {
  margin-left: 0.6rem;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments .comment-description {
  padding: 0.8rem 0 0.5rem 0;
}

.box-comments .list-comments a {
  color: #000000;
}

.box-comments .list-comments span {
  display: block;
  color: #2b2a2a;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/

.card-title-c {
  margin-right: 0.5rem;
}

.row *:has(.card-box-c) {
  margin-bottom: 1.5rem;
}

.card-box-c {
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-header-c {
  padding: 0 1rem 1rem 1rem;
}

.card-body-c {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.card-footer-c {
  margin-top: auto;
  padding-left: 0.5rem;
}

.card-box-ico {
  height: 70px;
  width: 100px;
  text-align: center;
  border-radius: 0.5rem;
  border: 5px solid var(--base-un-color);
}

.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.card-box-icoe {
  padding: 1rem 3rem 1rem 2.5rem;
}

.card-box-icoe span {
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2c2b2b;
  margin: 0;
}

.title-c {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  margin-left: -40px;
  width: 100%;
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/

.card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

.card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.card-box-d .info-agents {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  /* background-color: #d96d6d; */
  /* background-color: rgba(241, 128, 128, 0.3); */
  background-color: rgba(20, 20, 20, 0.3);
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------/ Agent Single /------*/

.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*======================================
//--//-->   ABOUT
======================================*/

.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

.sinse-box {
  background-color: var(--base-un-color);
  padding: 1rem 2rem;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: 0.7rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials-box {
  padding: 1rem 0;
}

.testimonials-box .testimonial-avatar {
  aspect-ratio: 1/1;
  width: 70px !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border-radius: 20% 0;
}

.testimonial-ico {
  text-align: center;
}

.testimonial-ico span {
  font-size: 1.8rem;
  background-color: var(--base-un-color);
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 50px;
}

.testimonial-text {
  /* font-style: italic; */
  margin-top: 25px;
  color: #fff;
  padding: 1.5rem 1.5rem;
  background-color: var(--base-un-color);
  position: relative;
}

.testimonial-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0px;
  height: 0px;
  border-top: 15px solid var(--base-un-color);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000000;
}

.testimonial-img {
  height: 373px;
}

.testimonial-img img {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

/*======================================
//--//-->   FOOTER
======================================*/

.section-footer {
  padding-top: 60px;
  margin-top: 60px;
  background: #f3f3f3;
}

.section-footer ul {
  line-height: 2;
}

.section-footer .item-list-a i {
  font-size: 18px;
  padding-right: 4px;
  color: var(--base-un-color);
}

.section-footer .widget-a .w-title-a {
  margin-bottom: 1rem;
}

footer {
  background: #f3f3f3;
  text-align: center;
  margin-top: auto;
  /* padding: 30px 0; */
}

footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

footer .credits {
  font-size: 14px;
}

/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a #sendmessage {
  color: var(--base-un-color);
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #sendmessage.show,
.form-a #errormessage.show,
.form-a .show {
  display: block;
}

.form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-a .form-control {
  border-radius: 0.5rem;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  border-radius: 0.5rem;
  height: 3rem;
}

.form-a .form-control:focus {
  box-shadow: none;
  border-color: var(--base-un-color);
}

/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: 0.5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: 0.05rem;
}

.btn.btn-a {
  font-size: 1.5rem;
  background-color: #000000;
  color: #ffffff;
  transform: scale(0.7);
}

.btn.btn-a:hover {
  transform: scale(0.73);
  background-color: var(--base-un-color);
  color: #ffffff;
}

.btn.btn-b {
  background-color: var(--base-un-color);
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: var(--base-un-color);
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
}

.btn.btn-b-n:hover {
  transform: scale(1.03);
  background-color: #36384e;
  color: #ffffff;
  /* font-weight: bold; */
}

/* ------------- MrAlt Edits -------------- */
.section-details .container {
  margin-inline: 0;
}

.section-details .card {
  background: rgba(255, 255, 255, 0.1);
  /* border: none; */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  /* border: 2px solid rgb(255, 255, 255, 0.5);
  border-right: 2px solid rgb(255, 255, 255, 0.2);
  border-bottom: 2px solid rgb(255, 255, 255, 0.2); */
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.section-details .row {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #b02f2f; */
  height: 250px;
  width: 100vw;
  align-items: center;
  overflow-y: auto;
}

.img-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  height: 95vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
}

.hero-line {
  /* position: absolute; */
  /* top: 0%;
  left: 65%; */
  align-self: start;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  animation: LineAnimation 2s ease-in;
}

.hero-main-title {
  width: max-content;
  font-weight: bold;
  animation: cubic-bezier(0.4, 0, 0.2, 1) 1.5s a;
  width: max-content;
  /* z-index: 1; */
  /* position: absolute; */
  /* animation: fadeIn 2s ease-out; */
  /* right: 10%; */
  /* top: 40%; */
}

.hero-main-title>* {
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.1px;
  padding-bottom: 0;
  /* font-size: 84px; */
}

.hero-sub-title {
  opacity: 0;
  width: 60%;
  animation: cubic-bezier(0.4, 0, 0.2, 1) 1.5s a;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  /* position: absolute; */
  /* top: 60%; */
  /* right: 40%; */
  /* animation: fadeIn 2s ease-out 1s forwards; */
}

.hero-sub-title>* {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: -0.1px;
  transform: translateY(100px);
}

.logo-container {
  overflow: hidden;
  height: 40px;
  width: 45px;

  /* logo with name */
  /* overflow: hidden;
  height: 100%;
  width: 135px; */
}

.logo-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.box:has(.agent-avatar-box) {
  height: clamp(260px, 30vw, 385px);
  order: -1;
}

.agent-avatar-box {
  position: sticky;
  top: 80px;
  height: clamp(200px, 50vh, 300px);
  width: clamp(400px, 30vw, 500px);
  box-shadow: 10px 10px 85px 0px rgba(0, 0, 0, 0.14);
}

.agent-avatar-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.navbar-trans .navbar-toggler>* {
  background-color: transparent;
}

.load-img::before {
  position: absolute;
  inset: 0;
  filter: blur(2px);
  animation: pulse 2.5s infinite;
  background-color: rgba(124, 118, 118, 0.1);
}

.load-img.loaded::before {
  content: none;
  animation: none;
}

@keyframes pulse {
  0% {
    background-color: rgba(124, 118, 118, 0);
  }

  50% {
    background-color: rgba(124, 118, 118, 0.1);
  }

  100% {
    background-color: rgba(124, 118, 118, 0);
  }
}

.load-img img {
  /* opacity: 0; */
  transition: opacity 200ms ease-in-out;
}

.load-img {
  background-color: #e5e5e5;
}

.load-img.loaded img {
  opacity: 1;
}

/* ------------- //MrAlt Edits end// -------------- */

@media (min-width: 576px) {
  /* .intro .intro-title {
    font-size: 3.5rem;
  } */

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }

  .about-img-box {
    padding-left: 4rem;
  }

  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }

  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }

  .sinse-box p {
    font-size: 0.8rem;
  }

  .sinse-box p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .link-a {
    font-size: 0.9rem;
  }

  .link-a span {
    font-size: 1.5rem;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

  .box-collapse {
    width: 50%;
  }

  .intro .owl-theme .owl-dots {
    right: 200px;
  }

  .intro .intro-body {
    padding-left: 2rem;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
    
  }

   .intro .intro-title {
    font-size: 1.8rem;
  } 

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 1.7rem;
  }

  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 0.9rem;
  }

  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }

  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }

  .card-overlay-a-content {
    bottom: -20px;
  }

  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }

  .card-info .card-info-title {
    font-size: 0.9rem;
  }

  .card-info li span {
    font-size: 0.8rem;
  }

  .card-header-b {
    bottom: 0px;
  }

  .card-header-b .title-2 {
    font-size: 1rem;
  }

  .card-header-b .date-b {
    font-size: 0.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }

  .title-c {
    font-size: 1.8rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }

  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: 0.5rem 0;
  }

  .card-box-d .content-d {
    font-size: 0.8rem;
    margin: 0.5rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: 0.8rem;
  }

  .about-img-box {
    padding-left: 5rem;
  }

  .sinse-box {
    padding: 1.5rem 3rem;
  }

  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}

@media (min-width: 992px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #2b2a4a;
    border-left: 0;
    /* display: none; */
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s,
      opacity 0.31s ease 0s, height 0s linear 0.36s;
  }

  .link-a {
    font-size: 1rem;
  }

  .link-a span {
    font-size: 18px;
  }

  .list-a li {
    width: 33.333%;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

   .intro .intro-title {
    font-size: 4.5rem;
  } 

  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2rem;
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }

  .card-overlay-a-content {
    bottom: 0px;
  }

  .card-header-a .card-title-a {
    font-size: 2rem;
  }

  .card-info .card-info-title {
    font-size: 1rem;
  }

  .card-info li span {
    font-size: 1rem;
  }

  .card-header-b {
    bottom: 20px;
  }

  .card-header-b .title-2 {
    font-size: 1.6rem;
  }

  .card-header-b .date-b {
    font-size: 1rem;
  }

  .title-c {
    font-size: 1.7rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .sinse-box {
    padding: 3rem 4.5rem;
  }

  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

.reverse-flex-row-title {
  display: none;
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

@media (max-width: 991px) {
  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  .property-contact {
    margin-top: 2.5rem;
  }

  .reverse-flex-row {
    display: flex;
    align-content: center;
  }

  .reverse-flex-row-title {
    display: flex;
    justify-content: center;
    width: 40%;
  }

  .reverse-flex-row-title2 {
    display: none;
  }

  .hero-content {
    width: 100%;
    height: 600px;
    display: flex;
    padding: 3rem 1rem;
    align-items: start;
    justify-content: end;
    flex-flow: column wrap;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  @keyframes LineAnimation {
    0% {
      width: 0;
    }

    100% {
      width: 100%;
    }
  }

  .hero-content .hero-line {
    position: inherit;
    width: 100vw;
    height: 1px;
    margin-right: -15px;
    margin-bottom: 1.5rem;
    animation: LineAnimation 2s ease-in;

    /* display: none; */
  }

  .hero-content .hero-main-title {
    margin: 0;
    width: max-content;
    font-weight: bold;
    animation: cubic-bezier(0.4, 0, 0.2, 1) 1.5s a;
    width: max-content;
    /* z-index: 1; */
    /* position: absolute; */
    /* animation: fadeIn 2s ease-out; */
    /* right: 10%; */
    /* top: 40%; */
  }

  .hero-content .hero-sub-title {
    margin: 0;
    margin-right: 1rem;
    opacity: 0;
    width: 100%;
    animation: cubic-bezier(0.4, 0, 0.2, 1) 1.5s a;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }

  .hero-sub-title>* {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
    font-style: normal;
    letter-spacing: -0.1px;
    transform: translateY(0) !important;
  }

  .navbar-reduce .navbar-toggler {
    --hamburger-color: var(--black-color);
    /* border: 2px solid var(--hamburger-color); */
    border-radius: 6px;
    top: 16px;
    left: 16px;
  }
}

@media (max-width: 768px) {
  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .text-brand {
    font-size: 1.4rem;
  }

  .section-t8 {
    padding: 8rem 0rem;
  }

  .section-t4 {
    padding-top: 2rem;
  }

  .section-md-t3 {
    padding-top: 3rem;
  }

  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }

  .intro-single {
    padding-top: 0rem;
  }

  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }

  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }

  .property-agent {
    margin-top: 2.5rem;
  }

  .card-box-c {
    margin-bottom: 2rem;
  }

  .card-body-c {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }

  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

.bg-red-primary {
  background-color: var(--base-un-color);
  color: #ffffff;
}

.text-red-primary {
  color: var(--base-un-color);
}

.dir-rtl {
  direction: rtl;
}

.dir-ltr {
  direction: ltr;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.p-heading {
  font-family: "Cairo", sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
}


/* ------------------------------------------------------------------------------------------- */
/* /////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* ------------------------------------------------------------------------------------------- */


/* Start Content */
.page-hero {
  color: #fff;
  padding: 32px 0
}

.page-hero .container {
  position: relative;
  z-index: 1
}

.page-hero-body {
  position: relative;
}

.page-hero-body .p-hero {
  color: #fff;
  background: rgb(72, 7, 7);
  background: linear-gradient(360deg, #4e9de3   0%, #25539f 100%);
  /* background: linear-gradient(360deg, #4e9de3   0%, #2e62b6 100%); */
  /* background: linear-gradient(360deg, #294b7f   0%, #4e9de3 100%); */
  /* background: linear-gradient(360deg, var(--base-un-color)   0%, #9ED2F2 100%); */
  /* background: linear-gradient(360deg, var(--base-un-color) 0%, #8DBFCD 100%); */
  /* background: linear-gradient(360deg, #326272 0%, #8DBFCD 100%); */
  padding-top: 210.9px;
  padding-bottom: 200px;
  max-height: 55vh;
  position: relative
}


.page-hero-body .p-hero .container {
  position: relative;
  z-index: 1
}


.page-hero-body .p-body {
  margin-top: -160px;
  position: relative;
  z-index: 1;
  margin-bottom: 32px
}

.page-hero-body .p-body .page-body-container {
  border-radius: 24px;
  background-color: #fff;
  border-left: 1px solid #f5f7fa;
  border-right: 1px solid #f5f7fa;
  padding: 48px 24px;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  position: relative
}

@media (max-width: 991px) {
  .page-hero-body .p-body .page-body-container {
    padding: 32px 16px
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px !important
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px !important
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1320px !important
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1320px !important
  }
}


/* End Content */


/* ------------------------------------------------------------------------------------------- */
/* /////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* ------------------------------------------------------------------------------------------- */


/* -------------------------------  Start Header   ----------------------------------- */
/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --black-color: hsl(220, 24%, 12%);
  --black-color-light: hsl(220, 24%, 15%);
  --black-color-lighten: hsl(220, 20%, 18%);
  --white-color: #fff;
  --body-color: hsl(220, 100%, 97%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Montserrat", sans-serif;
  --normal-font-size: .938rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*=============== BASE ===============*/


ul {
  list-style: none;
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

/*=============== HEADER ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00000040;
  box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3);
  z-index: var(--z-fixed);
  transition: background-color 0.3s;
  backdrop-filter: blur(30px);
}

.header.scrolled {
  background-color: #fff;
  border-bottom: 2px solid #2d66bc;
}

.btn-lang {
    color: #fff !important;
}

.header.scrolled .btn-lang {
    color: #2d66bc !important;
}

/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
  justify-content: space-around;
  display: flex;
  align-items: center;

}

.nav-center{
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  flex: 1;
  cursor: grab;

}
::-webkit-scrollbar{
  display: none;
}

.nav-left , .nav-right{
  flex:0 0 auto;
  
}

.nav__logo,
.nav__burger,
.nav__close,
.nav__link,
.nav__data .p_logo {
  /* color: #fff !important; */
  transition: color 0.3s;
}

.nav__burger:hover,
.nav__close:hover,
.nav__link:hover {
  /* color: #fff !important; */
  transition: color 0.3s;
}

.header.scrolled .nav__logo,
.header.scrolled .nav__burger,
.header.scrolled .nav__close,
.header.scrolled .nav__link,
.header.scrolled .nav__data .p_logo {
  color: #000 !important;
}


.header.scrolled .nav__burger:hover,
.header.scrolled .nav__close:hover,
.header.scrolled .nav__link:hover,
.header.scrolled .nav__data .p_logo {
  color: var(--base-un-color) !important;
}

.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__data .p_logo {
  display: inline-block;
  color: #000;
  margin: 0 20px;
  font-size: 24px;
}

.nav__data .p_logo:hover {
  color: var(--base-un-color);
  transition: .3s;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: .25rem;
  font-weight: var(--font-semi-bold);
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}

.nav__burger,
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 3.25rem;
  cursor: pointer;
  transition: opacity .1s, transform .4s;
}

.nav__close {
  opacity: 0;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1118px) {
  .nav__logo {
    height: 100px;
  }

  .nav {
    height: fit-content;
    align-items: center;
  }



  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top .4s, opacity .3s;

  }

  .nav__menu::-webkit-scrollbar {
    width: 0;
  }

  .nav__list {
    background-color: #ffffff;
    padding-top: 1rem;
    padding-right: 0;
  }

  .nav__burger:hover,
  .nav__close:hover,
  .nav__link:hover {
    transition: color 0.3s;
    
  }
}

.nav__link {
  color: #ffffff;
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color .3s;
}

.nav__link:hover {
  /* background-color: #ffffff; */
}

@media (max-width: 1118px) {

  .nav__logo,
  .nav__burger,
  .nav__close,
  .nav__data .p_logo {
    color: rgb(255,255,255) !important;
    transition: color 0.3s;
  }

  .nav__link{
    color: rgb(0, 0, 0) !important;
    transition: color 0.3s;
  }
  .btn-outline-secondary {
    color: white !important;
    background-color: transparent;
    background-image: none;
    border-color: var(--scondary-un-color) !important;
  }


}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 12.2rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}


/*=============== DROPDOWN ===============*/
.dropdown__item {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform .4s;
}

.dropdown__link,
.dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: #000;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: .5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color .3s;
  white-space: nowrap;
  text-overflow: ellipsis;

}
@media (max-width: 767px) {
  .dropdown__sublink{
    margin-inline: 25px;
    }
  }

.dropdown__link i,
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}

.dropdown__link:hover,
.dropdown__sublink:hover {
  background-color: #dcdcdc;
}

/* .dropdown__menu,
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;

} */

/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover>.dropdown__submenu {
  max-height: 1000px;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;

  opacity: 1;
}

/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

.dropdown__subitem:hover .dropdown__arrow_right {
  transform: rotate(270deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
  margin-left: auto;
}

.dropdown__sublink {
  background-color: #ffffff;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .container {
    margin-inline: 1rem;
  }

  .nav__link {
    padding-inline: 1rem;
  }
}

/* For large devices */
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }

  /* .footer__logo{
    width: 250px;
  }
   */
  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-around !important;
  }

  .nav__toggle {
    display: none;
  }

  .nav__list {
    height: 100%;
    display: flex;
    column-gap: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    column-gap: .25rem;
  }

  .nav__link:hover {
    background-color: transparent;
  }

  .dropdown__item,
  .dropdown__subitem {
    position: relative;
  }

  .dropdown__menu,
  .dropdown__submenu{
    max-height: initial;
    overflow: initial;
    position: fixed;
    /* left: 0; */
    top: 4rem !important;
    padding: 0;
    opacity: 0;
    /* pointer-events: none; */
    visibility: hidden;
    transition-delay: 0.1s;
  }

  .dropdown__submenu__left {
    left: 0;
  }


  .dropdown__submenu__right {
    right: 0;
  }
  .dropdown__link,
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }

  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }

  .dropdown__submenu{
    position: absolute;
    /* left: 100%; */
    top: 0 !important;
  }
   .dropdown__submenu__right{
   
    right: 100%;

 
}
  .dropdown__submenu__left {
 
     left: 100%; 
  
   } 
   

  /* Show dropdown menu */


  /* Show dropdown submenu */
  .dropdown__subitem:hover>.dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top .3s;
  }
}

/* BTN */

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: var(--scondary-un-color) !important;
  border-color: var(--scondary-un-color);
}

.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: var(--scondary-un-color);
}
.btn-lang {
  color: rgb(13,158,166) !important;
  background-color: transparent;
  /* border-color: var(--scondary-un-color); */
}

.header.scrolled .btn-outline-secondary:hover {
  color: #fff !important;
  background-color: var(--base-un-color) !important;
  border-color: var(--base-un-color) !important;
}

.header.scrolled .btn-outline-secondary {
  color: var(--base-un-color) !important;
  background-color: transparent;
  background-image: none;
  border-color: var(--base-un-color) !important;
}

/* -------------------------------  End Header   ----------------------------------- */



/* ------------------------------------------------------------------------------------------- */
/* /////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* ------------------------------------------------------------------------------------------- */


/* -------------------------------  Start Cards   ----------------------------------- */

.card{
  border: none ;
}
.cards__content {
  padding-block: min(20vh, 2rem);
  width: calc(min(76.5rem, 90%));
  margin-inline: auto;
  color: #111;
}
.cards__content h2 {
  text-transform: capitalize;
  letter-spacing: 0.025em;
  font-size: clamp(2rem, 1.8125rem + 0.75vw, 2.6rem);
}
.cards__content a {
  display: inline-block;
  text-decoration: none;
}
.cards__content a i{
  color: #fff;
}
.cards__content .container {
  margin-top: 5em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}
/* .cards__content .container .card .box .icon .iconBox {
  background: var(--base-un-color);
} */
.cards__content .container .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.cards__content .container .card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}
.cards__content .container .card ul .branding {
  color: #704a31;
}
.cards__content .container .card ul .packaging {
  color: #1e3938;
}
.cards__content .container .card ul .marketing {
  color: #4d1637;
}
.cards__content .container .card .content {
  padding: 0.938rem 0.625rem;
}
.cards__content .container .card .content h3 {
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}
.cards__content .container .card .content p {
  margin: 0.625rem 0 1.25rem;
  color: #565656;
}
.cards__content .container .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: var(--clr);
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cards__content .container .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
.cards__content .container .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}
.cards__content .container .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards__content .container .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}
.cards__content .container .card-inner .box .icon:hover .iconBox {
  transform: scale(1.1);
}
.cards__content .container .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.cards__content .container .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}
.cards__content .container .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: var(--scondary-un-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cards__content .container .card-inner .box .icon .iconBox span {
  color: #fff;
  font-size: 1.5rem;
}

/* -------------------------------  End Cards   ----------------------------------- */


/* -------------------------------  Start Counter   ----------------------------------- */

.counter-wrapper{
  background: url(/static/website/img/bg-counter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1.5rem;
  padding: 10rem 9%;
  position: relative;
}
.counter-wrapper::before{
  position: absolute;
  content: '';
  content: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}
.counter{
 text-align: center;   
 color: #ddd;
 z-index: 2;
 position: relative;
}
.counter img{
width: 50px;
filter: invert(9);
border-radius: 10%;
}
.counter::before{
  position: absolute;
  content: '';
  bottom: -2rem;
  left: 50%;
  width: 20%;
  height: .2rem;
  background: var(--scondary-un-color);
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.counter .count{
  font-size: 5rem;
  margin-bottom: 1rem;   
  color: var(--scondary-un-color); 
  font-weight: bold;
}
.counter p{
  font-size: 1.4rem;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 700;
}

@media (max-width: 991px) {
  html{
      font-size: 55%;
  }

/* .footer__logo{
  width: 250px;
} */
}
@media (max-width: 768px) {
 .counter-wrapper{
     grid-template-columns: repeat(2, 1fr);
     grid-row-gap: 8rem;
 }
}
@media (max-width: 450px) {
  html{
      font-size: 50%;
  }
  .counter-wrapper{
      grid-template-columns: 1fr;
  }
}
/* -------------------------------  End Counter   ----------------------------------- */


/* -------------------------------  End abdulkhaliq   ----------------------------------- */
/* -------------------------------  Start Footer   ----------------------------------- */

.footer {
  background: linear-gradient(360deg, #4e9de3   0%, #2d66bc 100%);
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  padding: 50px 50px 0px 50px;
  border-top:5px solid #0e9da4;
}
.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* footer left */
.footer .footer-left{
  width: 33%;
  padding-right: 15px;
}
.footer .about{
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.footer .about span{
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .icons{
  margin-top: 25px;
}
.footer .icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  /* background-color: #33383b; */
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;  
  /* filter: invert(1); */
}
.footer .icons a img{
  filter: invert(1);
}
.footer .icons a img:hover{
  filter: opacity(.5)
}

/* footer center */
.footer .footer-center{
  width: 33%;
}
.footer .footer-center i{
  /* background-color: #33383b; */
  color: #ffffff;
  font-size: 30px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}
.footer .footer-center p span{
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
}
.footer .footer-center p a{
  color: #fff;
  text-decoration: none;
  /* filter: brightness(1.5); */
  font-size: 16px;
}

/* footer right */
.footer .footer-right{
  width: 35%;
}
.footer h2{
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}
.footer h2 span{
  color: #0099ff;
}
.footer .menu{
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}
.footer .menu img{
max-width: 85%;
filter: brightness(5);
}

@media (max-width: 767px) {
  .footer .menu img{
    max-width: 100%;
    }
  }
/* .footer .menu a{
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
} */
.footer .footer-right a:hover{
  color: #0099ff;
}
.footer .name{
  color:#0099ff ;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer .copyright{
  margin-top: 70px;
  padding-bottom: 2 0px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.footer .copyright a{
  padding-top: 30px;
  color: #00e6ff;
}

@media (max-width: 767px) {
  .footer{
    font-size: 14px;
  }
  .footer .footer-left,
.footer .footer-center,
.footer .footer-right{
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.footer .footer-center i{
  margin-left: 0;
}
}
/* -------------------------------  End Footer   ----------------------------------- */
