.hero {
  background-color: var(--color-Primary1);
  color: var(--color-white);
  min-height: 600px;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  z-index: 1;
  background-image: url(../images/bghero.png);
  width: 100%;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.hero .main-container {
  margin: 0px auto;
}

.text-hero {
  width: 80%;
  margin-right: auto;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 600px;
}

.text-hero h2 {
  width: 100%;
  background-color: var(--color-Primary2);
  color: var(--color-white);
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-hero p {
  color: var(--color-white);
  font-size: 26px;
  line-height: 45px;
  margin: 20px 0;
}

.background-text-hero span {
  position: absolute;
  top: 20px;
  font-size: 21px;
  right: 0;
  transform: rotate(-90deg);
}

.background-text-hero span:nth-of-type(1) {
  top: 10%;

  right: 11%;
  color: var(--color-Primary2);
}

.background-text-hero span:nth-of-type(2) {
  top: 32%;
  right: 7%;
  color: var(--color-white);
}

.background-text-hero span:nth-of-type(3) {
  top: 55%;
  right: 3%;
  color: var(--color-Primary2);
}

.background-text-hero span:nth-of-type(4) {
  top: auto;
  right: 15%;
  bottom: 8dvh;
  color: var(--color-white);
}

.img-hero img {
  max-height: 100%;
  /* transform: translateY(12%); */
}

.img-hero {
  text-align: center;
  height: 566px;
}

.bg-img-hero {
  width: 40%;
  display: flex;
  align-items: center;
  z-index: -1;
  justify-content: flex-end;
  gap: 10px;
  bottom: 0;
  left: 2%;
  position: absolute;
}

.bg-img-hero span {
  width: 33%;
  height: 450px;
  object-fit: cover;
  object-position: top left;
}

.bg-img-hero span:nth-last-of-type(1) {
  object-fit: cover;
  background-color: #BFE1EE;
  object-position: top left;
  transform: translateY(8%);
}

.bg-img-hero span:nth-last-of-type(2) {
  object-fit: cover;
  background-color: #B79D6E;

  object-position: center;
  transform: translateY(-20%);
}

.bg-img-hero span:nth-last-of-type(3) {
  object-fit: cover;
  background-color: #BFE1EE;
  object-position: top right;
  transform: translateY(0%);
}

.aboutus-index {
  background: #f5f9ff;
  overflow: hidden;
}


.aboutus-index.about-hawkma {
  background: #f5f9ff
}

.img-aboutus-index {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 2.3s linear;
  width: 25%;
}

.aboutus-index {
  display: flex;
  align-items: center;
  gap: 25px;
  height: 600px;
}

.main-aboutus-index {
  width: calc(75% - 25px);
}

.counter {
  line-height: 110px;
  color: var(--color-Primary1);
  font-size: 120px;
  letter-spacing: -8px;
  font-family: "font_medium";
}

.counter-box {
  position: relative;
  z-index: 1;
}

.counter-box::after {
  content: "";
  width: 50px;
  background: var(--color-Primary2);
  height: 30px;
  position: absolute;
  top: 60px;
  right: 30px;
  opacity: 0;
  transition: all 0.3s linear;

  z-index: -1;
}

.text-counter-number h3 {
  display: flex;
  height: 30px;
  transform: translateX(-20px);
  opacity: 0;
  background: var(--color-Primary2);
  top: 60px;
  right: 10px;
  position: absolute;
  width: 55px;
  transition: all 0.3s linear;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}

.counter-box.active h3 {
  opacity: 1;
  transform: translateX(0);
}

.counter-box.active::after {
  opacity: 1;
}

.text-counter-number h4 {
  color: var(--color-Primary2);
  font-family: "font_medium";
  margin: 0px 0;
}

.title-start {
  margin: 20px 0;
}

.title-center {
  text-align: center;
}

.title-start h2,
.title-center h2 {
  font-size: 24px;
  color: var(--color-Primary1);
  position: relative;
  display: inline-block;
  font-family: "font_semibold";
  padding: 15px 40px 15px 0;
}

.title-center h2,
.title-start h2 {
  color: var(--color-Primary1);
  font-family: "font_medium";
  margin: 0px 0;
}

.title-start h2::after,
.title-center h2::after {
  content: "";
  position: absolute;
  width: 11px;
  right: 0;
  top: -10px;
  animation: title 1.5s linear infinite;
  height: 50px;
  background-color: var(--color-Primary2);
}

.title-start h2::before,
.title-center h2::before {
  content: "";
  position: absolute;
  width: 11px;
  right: 15px;
  animation: title2 1.5s linear infinite;
  bottom: 0;
  height: 50px;
  background-color: #bfe0ee;
}

.title-center.color-white h2,
.title-center.color-white p {
  color: var(--color-white) !important;
}

.title-start.color-white h2 {
  color: var(--color-white) !important;
}

.counter-box {
  display: inline-block;
}

.number-aboutus-index {
  text-align: center;
}

@keyframes title {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes title2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.main-aboutus-index {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-aboutus-index::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 100%;
  background-attachment: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: url(../images/bgabout.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.aboutus-index {
  position: relative;
}

.aboutus-index::after {
  content: "";
  position: absolute;
  width: 220px;
  right: 20%;
  height: 20px;
  transition: all 0.7s linear;
  bottom: 12%;
  z-index: 3;
  background-color: #c0dfec;
}

.aboutus-index::before {
  content: "";
  position: absolute;
  transition: all 0.7s linear;
  width: 150px;
  right: 35%;
  height: 20px;
  z-index: 2;
  bottom: 9%;
  background-color: var(--color-Primary2);
}

.aboutus-index:hover::before {
  width: 300px;
}

.aboutus-index:hover::after {
  width: 300px;
}

.title-business-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.links-development-business ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.links-development-business ul li button {
  color: #323232;
  transition: all 0.3s linear;
  font-size: 18px;
  transition: all 0.3 linear !important;
  padding: 15px 0;
  position: relative;
}

.links-development-business ul li button::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: var(--color-Primary2);
  transition: all 0.3s linear !important;
  right: 0;
  transition: all 0.3s linear;
  bottom: 0;
  opacity: 0;
  transform-origin: right;
  animation: title1 linear 1s infinite;
  animation-delay: 0s;
}

.links-development-business ul li button::before {
  content: "";
  position: absolute;
  width: 50%;
  opacity: 0;
  transition: all 0.3s linear !important;
  height: 2px;
  background-color: var(--color-Primary2);
  right: 0;
  transform-origin: right;
  animation: title1 linear 1s infinite;
  bottom: 5px;
  animation-delay: 0.4s;
}

.links-development-business ul li button.active {
  background-color: transparent !important;
  color: var(--color-Primary2) !important;
}

.links-development-business ul li button.active::after,
.links-development-business ul li button.active::before {
  transform-origin: right;
  opacity: 1;
}

@keyframes title1 {
  0% {
    transform: scaleX(0.2);
  }

  50% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0.2);
  }
}

.text-aboutus p {
  height: 180px;
  overflow: hidden;
}

.main-development-business {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.sub-development-business-index {
  width: 25%;
  height: 375px;
}

.sub-development-business-index:nth-of-type(1) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(2) {
  width: calc(50% - 5px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(3) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(4) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(5) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(6) {
  width: calc(50% - 5px);
  height: 375px;
}

.sub-development-business-index {
  position: relative;
  overflow: hidden;
}

.sub-development-business-index img {
  width: 100%;
  height: 100%;
  transition: all 0.6s linear;
  object-fit: cover;
}

.content-development {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  padding: 20px;
  transition: all 0.5s linear;
  color: var(--color-white);
  align-content: end;
  background: linear-gradient(0deg,
      #07204e 0.12%,
      rgba(7, 32, 78, 0.7) 64.96%,
      rgba(7, 32, 78, 0) 95.58%);
}

.content-development h2 {
  color: var(--color-Primary2);
  font-size: 18px;
  font-family: "font_medium";
  width: 100%;
}

.content-development p {
  color: var(--color-white);
}

.logo-development {
  position: absolute;
  left: 10px;
  transition: all 0.5s linear;
  top: 10px;
  opacity: 0;
}

.text-content-development {
  transform: translateY(150%);
}

.sub-development-business-index:hover img {
  transform: scale(1.1);
}

.sub-development-business-index:hover .content-development {
  opacity: 1;
}

.sub-development-business-index:hover .text-content-development {
  transition: all 0.3s linear;
  transform: translateY(0%);
}

.sub-development-business-index:hover .logo-development {
  opacity: 1;
}

.sub-development-business-index {
  animation: transf 0.5s linear;
}

@keyframes transf {
  from {
    transform: scale(0.2);
  }

  to {
    transform: scale(1);
  }
}

.services-index {
  z-index: 1;
  position: relative;
  padding-bottom: 0;
}

.services-index::after {
  content: "";
  position: absolute;
  height: 350px;
  top: 0;
  right: 0;
  width: 100%;

  z-index: -2;
  background-color: var(--color-Primary1);
}

.services-index::before {
  content: "";
  position: absolute;
  height: 350px;
  top: 0;
  opacity: 0.3;
  right: 0;
  width: 100%;
  background-image: url(../images/bgse.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: -1;
  background-attachment: fixed;
}

.text-services-index {
  width: 80%;
  margin: auto;
  padding: 15px;
  text-align: center;
  border: 3px solid var(--color-Primary3);
  border-top: none;
  transition: all 0.3s linear;
}

.sub-services-index {
  padding: 30px;
}

.silder-services-index {
  width: 100%;
  margin: 0px auto;
}

.img-services-index {
  box-shadow: 0px 13px 13.4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.img-services-index img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: all 0.6s linear;
}

.sub-services-index {
  padding: 80px 15px 0px;
  position: relative;
  transition: all 0.3s linear;
}

.text-services-index h2 {
  font-size: 19px;
  transition: all 0.3s linear;
  position: relative;
  font-family: "font_medium";
  color: var(--color-Primary1);
}

.text-services-index p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  transition: all 0.3s linear;
  color: var(--color-text);
}

.sub-services-index:hover .text-services-index h2::after {
  width: 100%;
}

.sub-services-index:hover .img-services-index img {
  transform: scale(1.2);
}

.icon-services-index {
  width: 90px;
  background-color: var(--color-Primary2);
  height: 90px;
  border-radius: 50%;
  display: flex;
  right: 14px;
  transition: all 0.3s linear;
  top: 69%;
  justify-content: center;
  position: absolute;
  align-items: center;
}

.icon-services-index img {
  width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.icon-services-index {
  transform: scale(0) rotate(360deg);
  transition: all 0.3s linear;
}

.sub-services-index:hover .icon-services-index img {
  animation: swing 1s infinite both;
  -webkit-animation: swing 1s infinite both;
}

.sub-services-index:hover .icon-services-index {
  transform: scale(1) rotate(0deg);
  transition: all 0.3s linear;
}

.sub-services-index:hover .text-services-index {
  border-color: var(--color-Primary2);
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.property-index {
  width: 100%;
  min-height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.property-index::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(24, 68, 150, 0.93);
}

#app {
  position: relative;
  background-color: var(--color-white);
  z-index: 22 !important;
}

.modal-content {

  z-index: 88 !important;
}

.ctm-btn {
  display: inline-block;
  border: 1px solid transparent;

  text-align: center;
  transition: all 0.3s linear;
  background-color: var(--color-Primary2);
  height: 50px;
  padding: 11px 25px;
  color: var(--color-white);
  min-width: 160px;
}

.show_services.active {
  background-color: #FFF8E9;
  color: var(--color-Primary2);
}

.show_services.activeNew {
  background-color: #FFF8E9;
  color: var(--color-Primary2);
}


.ctm-btn-send {
  display: inline-block;
  border: 1px solid transparent;

  text-align: center;
  transition: all 0.3s linear;
  background-color: red;
  height: 50px;
  padding: 11px 25px;
  color: var(--color-white);
  min-width: 160px;
}

.ctm-btn:hover {
  background-color: var(--color-Primary1) !important;
  color: var(--color-white);
}

.ctm-btn.btn-bg:hover {
  background-color: var(--color-white) !important;
  color: var(--color-Primary2);
  border-color: var(--color-Primary2);
}

.text-property-index p {
  color: var(--color-white);
  margin: 25px 0;
}

.main-property-index {
  width: 70%;
  margin: auto;
}

.data-scroll.is-inview {
  width: 100%;
}

.sub-property-index {
  color: var(--color-white);
  font-size: 22px;
}

.sub-property-index .counter {
  color: var(--color-Primary3);
}

.sub-property-index .text-counter-number h3 {
  top: 50px;
  right: 18px;
  width: 80px;
}

.sub-property-index .counter-box::after {
  width: 50px;
  top: 50px;
  right: 0px;
}

.sub-property-index {
  color: var(--color-white);
  font-size: 22px;
  text-align: center;
}

.sub-property-index h4 {
  font-size: 21px;
  margin: auto;
  width: 85%;
  margin-bottom: 20px;
}

.main-property-index {
  border: 2px solid var(--color-Primary2);
  padding: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.main-property-index::after {
  content: "";
  width: calc(100% + 20px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border: 2px solid var(--color-Primary2);
  transform: translateY(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: calc(100% + 20px);
}

.images-property-index {
  display: flex;
  gap: 10px;
  height: 130px;
  position: absolute;
  left: -86px;
  bottom: -60px;
  z-index: 2;
}

.images-property-index img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 48px;
}

.images-property-index div:nth-of-type(1) img {
  object-position: right;
}

.images-property-index div:nth-of-type(2) img {
  object-position: center;
}

.images-property-index div:nth-of-type(3) img {
  object-position: left;
}

.slider-news-index {
  margin: 130px 0 0;
}

.sub-news-index {
  background-color: var(--color-white);
  box-shadow: 0px 4px 7.4px 0px rgba(0, 0, 0, 0.1);
}

.sub-news-index {
  margin: 20px 0;
  transition: all 0.3s linear;
}

.text-news-index {
  padding: 20px;
}

.img-news-index {
  height: 375px;
  width: 100%;
  overflow: hidden;
}

.img-news-index div {
  width: 30%;
}

.img-news-index img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
  width: 100%;
}

.title-news-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-news-index h2 {
  width: 70%;
  overflow: hidden;
  color: var(--color-Primary1);
  font-family: "font_medium";
  white-space: nowrap;
  text-overflow: ellipsis;
}

.date-news-index {
  display: flex;
  align-items: center;
  width: 45%;
  gap: 9px;
  color: var(--color-gray);
}

.date-news-index i {
  color: var(--color-Primary2);
  font-size: 22px;
}

.text-news-index p {
  color: #878787;
  margin: 10px 0;
}

.ctm-link {
  text-decoration: underline !important;
  color: var(--color-Primary2);
  font-size: 20px;
}

.ctm-link:hover {
  color: var(--color-Primary1);
}

.news-index {
  position: relative;
}

.bg-news-index {
  background-color: var(--color-Primary3);
  width: 30%;
  height: 80%;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.news-index .owl-nav {
  position: absolute;
  top: -70px;
  left: 5%;
  display: flex !important;
  align-items: center !important;
  gap: 35px;
}

.owl-nav button {
  width: 120px !important;
  position: relative !important;
  height: 40px;
}

.owl-nav button::after {
  content: "";
  height: 2px;
  background-color: var(--color-Primary3);
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}

.owl-nav button::before {
  content: "";
  width: 20px;
  display: block;
  height: 20px;
  border-top: 2px solid var(--color-Primary3);
  border-right: 2px solid var(--color-Primary3);
  right: 2px;
  transition: all 0.3s linear;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
}

.owl-nav button span {
  color: transparent !important;
}

.owl-nav button:hover {
  background-color: transparent !important;
}

.owl-nav button:hover::after {
  background-color: var(--color-Primary2);
}

.owl-nav button:hover::before {
  border-top: 2px solid var(--color-Primary2);
  border-right: 2px solid var(--color-Primary2);
}

button.owl-next {
  transform: scaleX(-1);
}

.sub-news-index:hover {
  background-color: #f5f9ff;
}

.sub-news-index:hover .img-news-index img {
  transform: scale(1.11);
}

#map {
  width: 100%;
  height: 550px;
}

.contactus-index {
  position: relative;
  overflow: hidden;
  padding-bottom: 125px;
}

.info-contactus-index {
  padding: 25px;
  position: absolute;
  right: 5%;
  width: 35%;
  bottom: -75px;
  background-color: var(--color-white);
  box-shadow: 0px 5px 15.4px 0px rgba(0, 0, 0, 0.15);
}

.info-contactus-index ul li a {
  display: flex;
  align-items: center;
  margin: 30px 0;
  gap: 25px;
}

.info-contactus-index h2 {
  color: var(--color-Primary2);
}

.info-contactus-index p {
  color: var(--color-Primary1);
}

.img-contactus-index {
  width: 35px;
}

.text-contactus-index {
  width: calc(100% - 60px);
}

.soc-media ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 45px 0;
  justify-content: center;
}

.soc-media ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-Primary2);
  border: 1px solid var(--color-Primary2);
  font-size: 22px;
  position: relative;
  overflow: hidden;
}

.soc-media ul li a::before {
  content: "";
  position: absolute;
  width: 50%;
  z-index: -1;
  left: 0;
  height: 100%;
  transform: translateY(102%);
  transition: all 0.3s linear;
  background-color: var(--color-Primary2);
}

.soc-media ul li a::after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  z-index: -1;
  transform: translateY(-102%);
  transition: all 0.3s linear;
  background-color: var(--color-Primary2);
}

.soc-media ul li a:hover::before,
.soc-media ul li a:hover::after {
  transform: translateY(0);
}

.soc-media ul li a:hover {
  color: var(--color-white);
  transform: scale(1);
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 6px !important;
  margin: 5px 4px !important;
  transition: all 0.3s linear !important;
  background: #d6d6d6 !important;
  border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--color-Primary1) !important;
}

.main-contactus-index {
  position: relative;
}

.center .sub-services-index {
  transform: translateY(-20px);
}

.services-index:hover .center .sub-services-index .icon-services-index img {
  animation: swing 1s linear both;
  -webkit-animation: swing 1s linear both;
}

.center .sub-services-index .icon-services-index {
  transform: scale(1) rotate(0deg);
  transition: all 0.3s linear;
}

.center .sub-services-index .text-services-index {
  border-color: var(--color-Primary2);
}

.center .sub-services-index .text-services-index h2 {
  color: var(--color-Primary2);
}

.sub-services-index:hover .text-services-index h2 {
  color: var(--color-Primary2);
}

.bg-property-index {
  position: absolute;
  top: 0;
  width: 60%;
  left: 0;
  text-align: end;
}

.bg-property-index div {
  position: relative;
  z-index: 2;
}

.bg-property-index div:nth-of-type(1) span {
  background-color: #efe9df;
  width: 100%;
  height: 25px;
  transform: translateX(-50%);
  display: block;
  margin-right: auto;
}

.bg-property-index div:nth-of-type(2) span {
  position: absolute;
  background-color: #f4f4f4ca;
  width: 25px;
  height: 350px;
  top: -100px;
  display: block;
  left: 25px;
  z-index: 2;
}

.secttion-property-index {
  position: relative;
  padding-top: 60px;
}

/*
.btn-more-res {
  display: none;
} */

/* start style aosh =================
=========================
================  */

.aosh-page {
  display: flex;
  min-height: 100vh;
}

.bg-aosh-page {
  width: 50%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.bg-aosh-page:hover::before {
  width: 75%;
  opacity: 0.7;
}

.bg-aosh-page:hover span {
  width: 60%;
  opacity: 0.7;
}

.bg-aosh-page span {
  content: "";
  position: absolute;
  width: 100px;
  z-index: 1;
  height: 25px;
  transition: all 0.6s linear;
  background-color: var(--color-Primary3);
  left: 0;
  bottom: 20px;
}

.bg-aosh-page::after {
  content: "";
  position: absolute;
  transition: all 0.3s linear;

  width: 100%;
  height: 100%;
  background-color: var(--color-Primary1);
  opacity: 0.9;
  top: 0;
  right: 0;
}

.bg-aosh-page::before {
  content: "";
  position: absolute;
  width: 170px;
  z-index: 1;
  transition: all 0.6s linear;
  transition-delay: 0.5s;
  height: 25px;
  background-color: var(--color-Primary2);
  left: 0;
  bottom: 50px;
}

.bg-aosh-page>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s linear;
  transform: scale(1.5);
}

.form-aosh {
  width: 50%;
  height: 100vh;
  overflow: auto;
  padding: 40px 5%;
}

.logo-bg-aosh {
  position: absolute;
  right: 10px;
  width: 20%;
  height: 80%;
  z-index: 1;
  top: 10px;
}

.logo-bg-aosh img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.aosh-page.active .bg-aosh-page>img {
  transform: scale(1);
}

.main-form-aosh>h2 {
  font-size: 22px;
  margin: 30px 0 45px;
  color: var(--color-gray);
  font-family: "font_medium";
}

.logo-aosh {
  margin-bottom: 45px;
}

.forget-password a {
  color: var(--color-Primary2);
}

.btn-aosh .ctm-btn {
  height: 55px;
}

.links-aosh {
  text-align: center;
}

.links-aosh p {
  color: var(--color-gray);
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 25px;
}

.links-aosh p a {
  color: var(--color-text);
  font-family: "font_medium";
}

.links-aosh p a:hover {
  color: var(--color-Primary2);
}

.show-password {
  position: absolute;
  font-size: 24px;
  left: 25px;
  top: 54px;
  color: var(--color-gray);
  cursor: pointer;
}

.form-aosh {
  direction: ltr;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.form-aosh::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.form-aosh::-webkit-scrollbar-thumb {
  right: 0;
  background-color: var(--thumbBG);

  border-radius: 0;
  border: 0 solid var(--scrollbarBG);
}

.form-aosh::-webkit-scrollbar {
  writing-mode: horizontal-tb;

  width: 11px;
}

.main-form-aosh {
  direction: rtl;
}

.input-form input {
  text-align: right;
}


.input-form.select-container {
 position: relative;
 
}

.input-form.select-container::before{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f107";
  pointer-events: none;
  z-index: 10;
  display: block;

}
.check-aosh input {
  width: 0;
  height: 0;
  position: absolute;
}

.check-aosh label {
  padding-right: 35px;
  position: relative;
  margin: 0;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  color: var(--color-Primary2);
}

.check-aosh label a {
  padding-right: 35px;
  position: relative;
  margin: 0;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  color: var(--color-Primary2);
}

.check-aosh label a:hover {
  text-decoration: underline !important;
}

.check-aosh label::after {
  content: "";
  position: absolute;
  width: 25px;
  top: 0;
  height: 25px;
  right: 0;
  border: 1px solid #e9e9e9;
}

.check-aosh input:checked~label::before {
  background-color: var(--color-Primary2);
  color: var(--color-Primary2);
  content: "";
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  display: flex;
  cursor: pointer;

  border: 1px solid var(--color-Primary2);
  background-image: url(../images/check.png);
  background-position: center;
  background-size: 60%;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  right: 0;
}

.otp-container {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
  gap: 5px;
}

.otp-container {
  direction: ltr;
}

.otp-container input {
  width: 60px;
  border: none;
  height: 60px;
  text-align: center !important;
  border: 1px solid #e9e9e9;
  background: #f9f9f9;
  color: var(--color-Primary2) !important;
}

.otp-container input:focus {
  border-color: var(--color-Primary2);
  color: var(--color-Primary2) !important;
}

.aboutus-page .img-aboutus-index {
  height: 720px;
}

.aboutus-page .text-aboutus p {
  height: auto;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
}

.aboutus-page .aboutus-index {
  display: flex;
  align-items: center;
  gap: 25px;
  height: 720px;
}

.aboutus-page .aboutus-index.about-hawkma {

  height: 500px;
}

.aboutus-page .aboutus-index.about-hawkma .main-aboutus-index::after {
  background-attachment: unset;
}

.sub-vision-aboutus ul li {
  display: flex;
  gap: 25px;
  margin-bottom: 45px;
  align-items: start;
}

.img-vision-aboutus {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 247, 255, 0.55);
}

.img-vision-aboutus img {
  width: 60%;
}

.text-vision-aboutus {
  width: calc(100% - 125px);
}

.text-vision-aboutus h2 {
  font-size: 23px;
  color: var(--color-Primary1);
  font-family: "font_bold";
}

.text-vision-aboutus p {
  line-height: 25px;

  margin-top: 15px;
}

.imgs-vision-aboutus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.imgs-vision-aboutus>img {
  width: 85%;
  height: 400px;
  object-fit: cover;
}

.logo-vision-aboutus {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 150px;
}

.logo-vision-aboutus {
  display: flex;
  gap: 10px;
  height: 130px;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 2;
}

.logo-vision-aboutus img {
  height: 130px;
  object-fit: cover;
  display: block;
  width: 48px;
}

.logo-vision-aboutus div:nth-of-type(1) img {
  object-position: right;
}

.logo-vision-aboutus div:nth-of-type(2) img {
  object-position: center;
}

.logo-vision-aboutus div:nth-of-type(3) img {
  object-position: left;
}

.goals {
  background-image: url(../images/bg-2.png);
  width: 100%;
  z-index: 1;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

.goals::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.8;
  background-color: var(--color-Primary1);
  z-index: -1;
}

.main-goals {
  margin-top: 70px;
}

.sub-goals {
  width: 100%;
  text-align: center;
  min-height: 300px;
  height: 100%;
}

.sub-goals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 25px;
  border: 1px solid var(--color-Primary2);
}

.sub-goals p {
  color: var(--color-white);
  width: 100%;
  margin-top: 20px;
}

.img-sub-goals {
  width: 80px;
}

.board-directors {
  background-color: #f5f9ff;
  position: relative;
}

.img-board-directors {
  width: 125px;
  margin: auto;
  height: 125px;
  position: relative;
  border: 5px solid var(--color-white);
}

.img-board-directors::after {
  content: "";
  position: absolute;
  width: calc(100% + 23px);
  transition: all 0.3s linear;
  height: calc(50% + 20px);
  border: 5px solid var(--color-Primary2);
  border-top: none;
  right: 50%;
  transform: translateX(50%);
  bottom: -10px;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}

.img-board-directors::before {
  content: "";
  width: 0;
  background-color: var(--color-Primary2);
  height: 5px;
  z-index: 1;
  position: absolute;
  transition: all 0.3s linear;

  transition-delay: 0.3s;
  right: -10px;
  top: -10px;
  margin: auto;
  pointer-events: none;
}

.img-board-directors span::after {
  content: "";
  width: 0;
  background-color: var(--color-Primary2);
  height: 5px;
  z-index: 1;
  position: absolute;
  transition: all 0.3s linear;

  transition-delay: 0.3s;
  left: -10px;
  top: -10px;
  margin: auto;
  pointer-events: none;
}

.sub-board-directors:hover .img-board-directors span::after {
  width: calc(50% + 11.5px);
}

.sub-board-directors:hover .img-board-directors::before {
  width: calc(50% + 11.5px);
}

.slider-board-directors {
  margin-top: 50px;
}

.slider-board-directors {
  text-align: center;
  width: 100%;
  position: relative;
}

.sub-board-directors h2 {
  margin-top: 25px;
  font-size: 18px;

  color: var(--color-Primary1);
  font-family: "font_medium";
}

.sub-board-directors h3 {
  color: var(--color-Primary2);
}

.sub-board-directors ul {
  margin: 10px 0 0;
}

.sub-board-directors {
  padding: 25px;
}

.sub-board-directors ul li {
  font-size: 15px;
  margin: 5px 0;
  color: var(--color-text);
  text-align: right;
  list-style: disc !important;
  display: list-item;
  margin-right: 30px;
}

.sub-board-directors {
  position: relative;
  height: 100%;
  z-index: 1;
  height: auto;
  min-height: 750px;
}

.sub-board-directors::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: -1;

  right: 0;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
}

.sub-board-directors::before {
  width: 30%;
  right: 0;
  left: 0;

  margin: auto;
  content: "";
  transition: all 0.3s linear;
  position: absolute;
  background-color: var(--color-Primary2);
  height: 7px;
  bottom: 0;
}

.sub-board-directors:hover .img-board-directors::after {
  height: calc(100% + 20px);
}

.sub-board-directors:hover::before {
  width: 100%;
}

.sub-principles {
  background-color: var(--color-Primary1);
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 20px 25px;
  min-height: 200px;
}

.sub-principles h2,
.sub-principles p {
  color: var(--color-white);
}

.img-sub-principles {
  width: 100px;
  height: 100px;
}

.img-sub-principles img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  transition: all 0.3s linear 0s;
}

.text-sub-principles {
  width: calc(100% - 110px);
}

.text-sub-principles h2 {
  font-family: "font_medium";
}

.text-sub-principles p {
  line-height: 25px;
  font-size: 15px;
}

.sub-principles {
  position: relative;
  z-index: 1;
  transition: all 0.3s linear 0s;
}

.sub-principles::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: var(--color-Primary2);
  content: "";
  z-index: -1;
  height: 100%;
}

.sub-principles:hover::before {
  width: 100%;
  right: 0;
}

.sub-principles:hover .img-sub-principles img {
  filter: brightness(0) invert(1);
}

.principles .row {
  row-gap: 15px;
}

.main-work-team .sub-board-directors {
  text-align: right;
}

.work-team {
  background: rgba(234, 213, 175, 0.2);
}

.work-team .img-board-directors {
  margin: 0;
}

.main-work-team {
  margin-top: 40px;
}

.main-work-team .sub-board-directors {
  height: auto;
  min-height: 750px;
}

.slider-more-info-aboutus {
  width: 100%;
  background-color: var(--color-Primary1);
  padding: 65px;
}

.main-more-info-aboutus {
  display: flex;
  align-items: center;
}

.text-more-info {
  width: 55%;
}

.img-more-info-aboutus {
  width: 45%;
  height: 650px;
}

.img-more-info-aboutus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-more-info-aboutus {
  margin: 80px 0px 0;
}

.main-more-info-aboutus .item {
  padding: 5px;
  border: 2px solid var(--color-Primary2);
}

.sub-slider-more-info {
  padding: 35px 25px;
  color: var(--color-white);
  border: 2px solid var(--color-Primary2);
  position: relative;
  z-index: 1;
}

.sub-slider-more-info p {
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
}

.sub-slider-more-info p {
  margin-top: 15px;
}

.sub-goals {
  transition: all 0.3s linear;
}

.sub-goals img {
  transition: all 0.3s linear;
}

.sub-goals:hover {
  background-color: var(--color-Primary2);
  color: var(--color-white);
}

.sub-goals:hover img {
  filter: brightness(0) invert(1);
}

.trademark1,
.trademark3 {
  position: absolute;
  width: 20%;
  height: 20px;
  background-color: #c0dfec;
  right: 0;
  top: 45px;
}

.trademark2,
.trademark4 {
  position: absolute;
  width: 100px;
  height: 20px;
  background-color: var(--color-Primary2);
  right: 20%;
  top: 65px;
}

.work-team {
  position: relative;
}

.bg-text-more-infodiv {
  position: relative;
  z-index: 2;
}

.bg-text-more-info div:nth-of-type(1) span {
  background-color: #efe9df;
  width: 50%;
  height: 25px;
  transform: translateX(-50%);
  display: block;
  margin-right: auto;
}

.bg-text-more-info div:nth-of-type(2) span {
  position: absolute;
  background-color: #f4f4f4ca;
  width: 25px;
  height: 250px;
  top: -100px;
  display: block;
  left: 0;
  z-index: 2;
}

.development-page {
  margin: 40px 0;
}

.links-tavs-development ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.links-tavs-development ul li a {

  color: var(--color-Primary2);
  padding: 11px 25px;
  font-size: 16px;
  margin: auto;
  border-radius: 0 !important;
  display: flex;
  height: 50px;
  justify-content: center;
  gap: 18px;
  align-items: center;
  width: 450px;
  margin: 10px 0;
  border: 1px solid var(--color-Primary2) !important;
  transition: all 0.3s linear;

}

.links-tavs-development ul li a img {
  vertical-align: middle;
  height: 40px;
  object-fit: contain;
  margin: 0 5px;
}

.links-tavs-development ul li button {
  display: inline-block;
  color: var(--color-Primary2);
  padding: 11px 25px;
  font-size: 16px;
  border-radius: 0 !important;
  height: 50px;
  border: 1px solid var(--color-Primary2) !important;
}

.links-tavs-development ul li button img {
  vertical-align: middle;
  height: 27px;
  object-fit: contain;
  margin: 0 5px;
}

.links-tavs-development ul li button.active {
  background-color: var(--color-Primary2) !important;
  color: var(--color-white);
}

.links-tavs-development ul li button.active img {
  filter: brightness(0) invert(1);
}

.sub-development-page {
  display: flex;
  align-items: center;
  background-color: var(--color-Primary2);
  height: 480px;
  margin: 20px 0;
  transition: all 0.3s linear;
}

.img-development-page {
  width: 50%;
  overflow: hidden;
  height: 100%;
  display: flex;
}

.text-development-page {
  width: 50%;
}

.img-development-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-development-page {
  color: var(--color-white);
  padding: 20px 25px;
}

.text-development-page h2 {
  font-size: 22px;
  font-family: "font_bold";
}

.text-development-page h3 {
  font-size: 17px;
  display: flex;
  margin: 10px 0;
  align-items: center;
  gap: 10px;
}

.text-development-page p {
  color: var(--color-white);
  margin: 30px 0;
  line-height: 25px;
  font-size: 15px;
}

.text-development-page a {
  border-color: var(--color-white);
}

.text-development-page a:hover {
  color: var(--color-Primary2);
  background-color: var(--color-white) !important;
}

.sub-development-page:nth-child(even) {
  direction: ltr;
  animation: transd1 0.5s linear;

  background-color: var(--color-Primary1);
}

.sub-development-page:nth-child(even) .text-development-page {
  direction: rtl;
}

.sub-development-page:nth-child(even) .text-development-page a {
  background-color: var(--color-Primary1);
}

.sub-development-page:hover {
  background-color: var(--color-Primary1);
}

.sub-development-page:nth-child(even):hover {
  background-color: var(--color-Primary2);
}

.sub-development-page:hover .img-development-page img {
  transform: scale(1.1);
}

.sub-development-page {
  animation: transd 0.5s linear;
}

@keyframes transd {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes transd1 {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.development-details {
  margin: 20px 0 90px;
}

.title-development-details {
  margin-bottom: 25px;
}

.development-details h2 {
  color: var(--color-Primary2);
  font-family: "font_medium";
}

.title-development-details h3 {
  margin: 10px 0;
  color: var(--color-Primary1);
}

.title-development-details i {
  color: var(--color-Primary2);
  font-size: 22px;
}

.img-development-details {
  width: 100%;
  height: 500px;
}

.img-development-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-development-details {
  padding: 40px 0;
}

.text-development-details>h2 {
  font-size: 28px;
  margin-bottom: 35px;
  color: var(--color-Primary1);
}

.text-development-details ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.text-development-details ul li {
  width: calc(50% - 15px);
  display: flex;
  margin: 15px 0;
  align-items: center;
  font-family: "font_medium";
  gap: 10px;
  color: var(--color-gray);
  justify-content: space-between;
}

.text-development-details ul li span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-Primary1);
}

.text-development-details ul li img {
  height: 25px;
}

.address-development-details>h2 {
  font-size: 28px;
  color: var(--color-Primary1);
}

.address-development-details h4 {
  color: var(--color-gray);

  margin: 10px 0;
}

.address-development-details p {
  margin-bottom: 15px;
  color: var(--color-Primary2);
}

.more-development-details {
  padding: 25px;
  border: 1px solid var(--color-Primary2);
}

.more-development-details>h2 {
  color: var(--color-Primary1);
  margin-bottom: 20px;
}

.more-development-details ul li {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 25px;
  gap: 25px;
  background-color: #f5f9ff;
}

.more-text-development-details h2 {
  color: var(--color-gray);
  font-size: 17px;
}

.more-text-development-details p {
  color: var(--color-Primary1);
}

.more-img-development-details {
  max-height: 60px;
  width: 60px;
}

.more-img-development-details img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-fliter-sales-page {
  width: 80%;
  gap: 10px;
  display: flex;
}

.img-board-directors img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not_found_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 30px;
  height: 100%;
  justify-content: center;
}

.input-form {
  margin: 20px 0;
  position: relative;
  width: 100%;
}

.btn-sales-page {
  width: calc(20% - 10px);
}

.fliter-sales-page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-sales-page button {
  height: 60px;
}

.mr-page {
  margin: 20px 0 90px;
}

.sub-sales-page {
  border: 1px solid #ddd;
}

.img-sales-page {
  width: 100%;
  height: 292px;
  overflow: hidden;
}

.img-sales-page img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.main-text-sales-page {
  padding: 20px;
}

.text-sales-page h2 {
  font-family: "font_medium";
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: var(--color-Primary2);
  overflow: hidden;
}

.main-text-sales-page>p {
  color: var(--color-Primary1);
  margin-top: 8px;
}

.main-text-sales-page>p i {
  font-size: 22px;
  color: var(--color-gray);
}

.text-sales-page ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-Primary1);
  width: 50%;

  margin: 10px 0 0;
}

.text-sales-page ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  justify-content: space-between;
}

.text-sales-page ul li span {
  color: var(--color-Primary1);
}

.text-sales-page ul {
  padding: 20px;

  border-top: 1px solid #ddd;
}

.main-text-sales-page>p {
  color: var(--color-Primary1);
  margin-top: 8px;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagination {
  margin-top: 40px;
}

.pagination ul {
  display: flex;
  gap: 10px;
}

.pagination ul li {
  width: 45px;
  height: 45px;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  transition: all 0.4s linear;
  justify-content: center;
}

.pagination ul li i {
  line-height: 0;
}

.pagination ul li:hover,
.pagination ul li.active {
  border-color: var(--color-white);
  background-color: var(--color-Primary1);
}

.pagination ul li:hover a,
.pagination ul li.active a {
  color: var(--color-white);
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.4s linear;
  width: 100%;
  height: 100%;
  color: #d4d4d4;
}

.title-sales-details-page h2 {
  font-size: 22px;
  color: var(--color-Primary2);

  font-family: "font_medium";
}

.title-sales-details-page p {
  margin: 10px 0;
  color: var(--color-Primary1);
}

.title-sales-details-page p i {
  color: var(--color-gray);
  font-size: 22px;
}

.img-sales-details-page {
  width: 100%;
  margin: 10px 0;
}

.img-sales-details-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.links-tabs-main ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b8b8b887;
  justify-content: space-between;
}

.links-tabs-main ul li button {
  padding: 20px 0 !important;
  transition: all 0.3s linear;
  font-size: 16px;

  color: var(--color-gray);
  position: relative;
}

.links-tabs-main ul li button img {
  max-width: 30px;
  transition: all 0.3s linear;
  filter: grayscale(1);
}

.links-tabs-main ul li button.active {
  color: var(--color-Primary1) !important;
  background-color: transparent !important;
}

.links-tabs-main ul li button.active img {
  filter: grayscale(0);
}

.links-tabs-main ul li button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  transform: translateX(100%);
  height: 2px;
  transition: all 0.3s linear;
  opacity: 0;
  background-color: var(--color-Primary2);
}

.links-tabs-main ul li button.active::after {
  transform: translateX(0%);
  opacity: 1;
}

.links-tabs-project ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.links-tabs-project ul li {
  width: calc(50% - 10px);
}

.links-tabs-project ul li button {
  height: 50px;
  display: flex;
  background-color: #f5f9ff !important;
  border-radius: 0 !important;
  color: var(--color-Primary1);
  align-items: center;
  width: 100%;
  justify-content: center;
}

.links-tabs-project ul li button.active {
  color: #fff;
  background-color: var(--color-Primary2) !important;
}

#pills-tabContent1 {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #b8b8b887;
}

.title-project-details {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

.title-project-details h2 {
  font-size: 16px;
}

.title-project-details ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  justify-content: flex-end;
}

.title-project-details ul li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
}

.title-project-details ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-available {
  background-color: #26c936;
}

.color-sold {
  background-color: #da0606;
}

.color-bookedup {
  background-color: var(--color-gray);
}

.buildings-project-details {
  margin: 40px 0;
}

.sub-project-details {
  padding: 30px;
  text-align: center;
  transition: all 0.3s linear;
  position: relative;
  border: 1px solid transparent;
}

.sub-project-details ul {
  display: flex;

  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.sub-project-details ul li h4 {
  font-size: 17px;
  font-family: "font_medium";
}

.sub-project-details p {
  font-size: 15px;
  line-height: 23px;
  margin-top: 30px;
}

.sub-project-details ul li span {
  color: var(--color-Primary2);
  font-size: 16px;
  margin-top: 15px;
}

.bg-sold {
  background: rgba(218, 6, 6, 0.07);
}

.bg-sold::after {
  background-color: #da0606;
}

.bg-sold:hover {
  border-color: #da0606;
}

.bg-profile {
  background: var(--color-white);
  border-color: #DBDBDB;

}

.bg-profile::after {
  background-color: var(--color-Primary1);

}

.bg-profile:hover {
  border-color: var(--color-Primary1);
}

.bg-bookedup {
  background: #F6F6F6;
}

.bg-bookedup::after {
  background-color: #B8B8B8;
}

.bg-bookedup:hover {
  border-color: #B8B8B8;
}

.bg-available {
  background: #f2fcf3;
}

.bg-available::after {
  background-color: #26c936;
}

.bg-available:hover {
  border-color: #26c936;
}

.sub-project-details::after {
  width: 7px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 50%;
  position: absolute;
}

.modal-lg,
.modal-xl {
  max-width: 70%;
}

.details-mode-seles {
  padding: 65px;
  position: relative;
}

.details-mode-seles::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  top: 10px;
  background-image: url(../images/logo-bg2.png);
}

.title-details-model {
  margin-bottom: 20px;
}

.title-details-model h2 {
  font-size: 23px;
  color: var(--color-Primary1);
  font-family: 'font_medium';

}

.details-mode-seles>ul li {
  padding: 15px 0;
  font-size: 18px;
  font-family: 'font_medium';
  margin: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed var(--color-gray);
  justify-content: space-between;
}

.details-mode-seles ul li span {
  color: var(--color-Primary2);
}

.details-mode-seles p {
  font-size: 18px;
}

.comments-details-model {
  margin-top: 20px;
}

.comments-details-model h4 {
  color: var(--color-Primary2);
  font-size: 16px;
  margin: 0;
}

.img-details-mode {
  margin-top: 20px;
}

.img-details-mode img {
  width: 100%;
}

.title-reserve h2 {
  font-size: 22px;
  color: var(--color-Primary1);
  font-family: 'font_medium';
  margin-bottom: 60px;
}

.form-reserve {
  padding: 65px;
  position: relative;
}

.form-reserve::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  top: 10px;
  background-image: url(../images/logo-bg2.png);
}

.input-check input {
  width: 0;
  height: 0;
  position: absolute;

}

.input-check {
  margin: 20px 0;
}

.input-check label {
  padding-right: 30px;
  position: relative;
  user-select: none;
  cursor: pointer;
}

.input-check label::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #9C9C9C;
  background-color: #F9F9F9;
}

.input-check input:checked~label::before {
  content: "\f00c";
  font-weight: 400;
  font-family: "FontAwesome";
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid var(--color-Primary1);
  display: flex;
  transition: all 0.3s linear;
  opacity: 1;
  align-items: center;
  z-index: 2;
  justify-content: center;
  right: 0;
  position: absolute;
  color: var(--color-white);
  top: 0px;
  font-size: 15px;
  background: var(--color-Primary1);
}

.main-sand-order {
  padding: 65px;
  text-align: center;
  position: relative;
}

.main-sand-order::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  top: 10px;
  background-image: url(../images/logo-bg2.png);
}

.main-sand-order img {
  height: 340px;

}

.main-sand-order p {
  font-size: 22px;
  font-family: 'font_bold';
  width: 70%;
  list-style: 35px;
  margin: 25px auto;
  color: var(--color-Primary1);
}

.main-project-description {
  margin: 50px 0;
}

.sub-project-description {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 20px;
  justify-content: center;
  height: 180px;
  background-color: #F5F9FF;
}

.text-project-description h2 {
  font-size: 17px;
  color: var(--color-gray);
}

.text-project-description p {
  color: var(--color-Primary1);
  font-size: 20px;
  font-family: 'font_medium';
  margin-top: 5px;
}

.text-project-description {
  width: calc(100% - 85px);
}

.img-project-description {
  width: 65px;
}

.img-project-description img {
  width: 100%;
}

.title-tabs {
  color: var(--color-Primary2);
  font-size: 20px;
  font-family: 'font_medium';
  margin-bottom: 20px;
}

.sub-imgs-project-description {
  height: 400px;
  width: 100%;

}

.sub-imgs-project-description img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-project-advantages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sub-project-advantages {
  height: 170px;
  padding: 25px;

  background-color: #F5F9FF;
}

.sub-project-advantages h2,
.title-landmarks-projuct h2 {
  font-size: 17px;
  color: var(--color-Primary1);
  font-family: 'font_medium';
}

.img-project-advantages,
.img-landmarks-projuct {
  width: 72px;
  height: 72px;
}

.img-project-advantages img,
.img-landmarks-projuct img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title-landmarks-projuct {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sub-landmarks-projuct {
  background-color: #F5F9FF;
  padding: 25px;
}

.sub-landmarks-projuct ul {
  margin: 20px 0;

}

.sub-landmarks-projuct ul li {
  margin: 10px 0;
  font-size: 18px;
  font-family: 'font_medium';
}

.title-maps-sales {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.title-maps-sales h2 {
  color: var(--color-Primary2);
  font-size: 22px;
  font-family: 'font_medium';
}

.title-maps-sales {
  margin-bottom: 70px;
}


.links-services-index ul li button {
  display: flex;
  border: 1px solid var(--color-Primary2) !important;
}

.links-services-index ul li button img {
  max-height: 30px;
}

.links-services-index ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.links-services-index ul li button {
  display: flex;
  align-items: center;
  color: var(--color-Primary2);
  gap: 10px;
  transition: all .3s linear;
  border-radius: 0 !important;
  padding: 7px 30px;
  height: 55px;
  filter: brightness(0) invert(-1);

}

.links-services-index ul li button.active {
  background-color: var(--color-Primary2) !important;

}

.links-services-index ul li button.active img {
  filter: brightness(0) invert(1);

}

.img-services-page {
  width: 100%;
  position: relative;
  height: 500px;
}

.img-services-page::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 150px;
  left: 10%;
  background-color: var(--color-Primary2);
}

.img-services-page::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 150px;
  left: 7%;
  top: 10%;
  background-color: var(--color-Primary3);
}

.img-services-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-services-page {
  margin-top: 35px;
}

.text-details p {
  font-size: 17px;
  margin: 10px 0;

}

.text-details ul {
  margin: 10px 0;
}

.text-details ul li {
  font-size: 17px;
  padding: 0 20px;
  margin: 20px 0;
  position: relative;
}

.text-details ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-Primary2);
}

.links-services-page {
  border: 1px solid var(--color-Primary2);
  padding: 25px;
}

.links-services-page h2 {
  font-size: 22px;
  font-family: 'font_medium';
  margin-bottom: 20px;
  color: var(--color-Primary1);
}

.links-services-page ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  color: var(--color-Primary2);
  padding: 20px;
  margin: 10px 0;
  border: 1px solid var(--color-Primary2);
}

.links-services-page ul li a:hover {
  background-color: #e1c28e27;
}

.order-services {
  padding: 90px 0;
  background-image: url(../images/s2.jpg);
  min-height: 750px;
  position: relative;
  margin: 90px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  background-size: cover;
  z-index: 1;
  align-content: center;
}

.order-services::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-Primary1);
  opacity: 0.8;
  top: 0;
  right: 0;

}


.form-order-services {
  background-color: var(--color-white);
  border-radius: 0;
  padding: 20px 75px;
  transition: all .3s linear;
  transform: scale(0);
  transition-delay: 1.3s;
  width: 70%;
}

.input-upload input {
  width: 0;
  height: 0;
  position: absolute;
}

.input-upload label {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #b8b8b8;
  justify-content: space-between;
}

.input-upload label i {
  color: var(--color-Primary2);
}



.order-services::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  width: 15%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 50%;
  background-image: url(../images/logo-bg.png);
}

/*.order-services {*/
/*  display: none;*/
/*}*/

.order-services.active {
  display: flex;

}

.order-services .form-order-services {
  transform: scale(1);
}

button.btn-show.active {
  background: red;
}

.img-blog-details {
  width: 100%;
  position: relative;
  height: 500px;
}


.img-blog-details::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 150px;
  left: 10%;
  background-color: var(--color-Primary2);
}

.img-blog-details::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 150px;
  left: 7%;
  top: 10%;
  background-color: var(--color-Primary3);
}

.img-blog-details img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.data-blog {
  color: var(--color-gray);
  display: flex;
  align-items: center;
  gap: 10px;
}

.data-blog i {
  color: var(--color-Primary2);
}

.text-blog-details p {
  font-size: 18px;
  color: var(--color-text);
  margin: 10px 0;
}

.text-blog-details {
  margin: 30px 0;
}

.more-blog-details {
  padding: 20px;
  border: 1px solid var(--color-Primary2);
}

.more-blog-details>h2 {
  color: var(--color-Primary1);
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'font_medium';
}

.more-blog-details .sub-news-index {
  margin: 20px 0;
  border-bottom: 1px solid var(--color-Primary2);
}

.more-blog-details .sub-news-index {
  box-shadow: none !important;
}

.sub-info-contactus-page {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.sub-info-contactus-page::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  right: 0;
  transition: all .3s linear;
  z-index: -1;
  background-color: var(--color-Primary1);
}

.sub-info-contactus-page:hover::after {
  height: 100%;
  background-color: var(--color-Primary2);
}

.sub-info-contactus-page:hover .img-info-contactus-page {
  background-color: var(--color-Primary1);
}

.sub-info-contactus-page:hover .icon-info-contactus-page {
  background-color: var(--color-Primary1);
  color: var(--color-white);
}

.img-info-contactus-page {
  background-color: var(--color-Primary2);
  width: 100px;
  display: flex;
  transition: all .3s linear;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.img-info-contactus-page img {
  width: 65%;
  height: 65%;
  object-fit: contain;
}

.sub-info-contactus-page>h2 {
  font-size: 22px;
  color: var(--color-white);
  font-family: 'font_medium';
  margin: 30px 0;
}

.icon-info-contactus-page {
  background-color: var(--color-Primary3);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s linear;
  color: var(--color-Primary1);
  font-size: 22px;
}

.sub-info-contactus-page ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
  color: var(--color-white);
}

.info-contactus-page {
  margin: 90px 0;
}

.main-contactus-page {
  position: relative;
  z-index: 1;

}

.main-contactus-page::after {
  content: "";
  position: absolute;
  width: 60%;
  top: 0;
  z-index: -1;
  right: 0;
  height: 100%;
  background-color: #F5F9FF;
}

.form-contactus-page {
  padding: 25px 10% 25px 5px;
}

.main-contactus-page .input-form .form-control {
  border: 1px solid #DDD;
  background: var(--color-white);
}

.main-contactus-page .input-form .form-control:focus {
  border-color: var(--color-Primary2);
}

.work-hours-contactus {
  padding: 120px 10%;
  background-color: var(--color-Primary2);

}

.img-work-hours-contactus {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
}

.img-work-hours-contactus img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.sub-work-hours-contactus {
  display: flex;
  align-items: start;
  gap: 20px;
}

.text-work-hours-contactus h2 {
  font-size: 25px;
  color: var(--color-white);
  font-family: 'font_bold';
}

.text-work-hours-contactus p {
  color: var(--color-white);
  margin-top: 15px;
  font-size: 19px;
}

.text-work-hours-contactus {
  width: calc(100% - 90px);
}

.sub-work-hours-contactus {
  margin: 50px 0;
}

.work-hours-contactus {
  position: relative;
  z-index: 1;
}

.work-hours-contactus::after {
  content: "";
  position: absolute;
  width: 20%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  height: 100%;
  background-image: url(../images/logo-bg3.png);
  top: 0;
}

.links-proflie-page {
  padding: 30px;
  box-shadow: 0px 4px 22.1px 0px rgba(94, 94, 94, 0.10);
  background-color: #F5F9FF;
}

.links-proflie-page {
  text-align: center;
}

.img-proflie-page {
  width: 150px;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
  height: 150px;
  border: 1px solid var(--color-Primary2);
}

.img-proflie-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-proflie-page h2 {
  font-size: 22px;
  color: var(--color-Primary1);
  font-family: 'font_medium';
  margin: 20px 0 0;
}

.details-proflie-page p {
  color: var(--color-Primary1);
}

.links-proflie-page ul {
  background-color: var(--color-white) !important;
  margin: 55px 0 25px;

}

.links-proflie-page ul li a {
  padding: 25px 25px;
  display: flex;
  color: var(--color-gray);
  border-bottom: 1px solid #F6F8F8;
  align-items: center;
  transition: all .3s linear;
  font-family: 'font_medium';
  justify-content: space-between;
}

.links-proflie-page ul li a:hover {
  color: var(--color-Primary2) !important;
}

.links-proflie-page ul li a.active {
  color: var(--color-Primary2) !important;
}

.title-profile h2 {
  padding: 20px;
  border-bottom: 1px solid #F6F8F8;
  font-size: 22px;
  font-family: 'font_medium';

}

.title-profile {
  margin-bottom: 45px;
}

.btn-profile {
  width: 100%;
  margin-top: 20px;
}

.btn-profile button {
  height: 60px;
}

.modal-dialog {
  height: 90%;
  overflow: auto;
}

.modal-dialog {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.modal-dialog::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.modal-dialog::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 0;
  border: 0 solid var(--scrollbarBG);
}

.modal-dialog::-webkit-scrollbar {
  width: 11px;
}

.main-development-business {
  align-items: flex-start;
  gap: 15px;
  height: 780px;
}

.text-development-page a {
  background: transparent;
}

.sub-development-page:nth-child(even) .text-development-page a {
  background-color: transparent;
}

.title-news-index h2 {
  font-size: 16px;
}

.date-news-index {
  justify-content: flex-end;
}

.title-news-index {
  padding-bottom: 10px;
  border-bottom: 1px solid #00000012;
}

.arrow-select::after {
  pointer-events: none;
}

.text-news-index p {
  height: 60px;
  overflow: hidden;
}

.text-services-index h2 {
  white-space: nowrap;
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trademark-bg {
  display: none;
}

.text-development-details ul li div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.text-development-details ul li span {
  font-size: 16px;
}

.not_found_data h2 {
  width: 100%;
  text-align: center;
}

.not_found_data img {
  width: 250px;
  object-fit: contain;
  height: 250px;
  display: flex;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.labels {
  width: 40px;
  height: 100px;
  background-image: url(../images/maplogo.png);
  background-repeat: no-repeat;
  display: flex;
  padding-bottom: 20px !important;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center;
}

.logo-maps {
  width: 20px;
  height: 20px;
}

.logo-maps img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.logo-maps {
  display: none;
}

.labels .logo-maps {
  display: block !important;
}


.labels.map-market a {
  pointer-events: none;
  color: #fff;
}

.labels.map-market .text-sales-page ul {
  display: none;
}

.labels.map-market .main-text-sales-page p {
  display: none;
}

.labels.map-market .main-text-sales-page h2 {
  margin-bottom: 0;
  font-size: 13px;
}

.labels.map-market .img-sales-page {
  display: none;
}

.gm-style .gm-style-iw-c {
  background-color: white;
}

.gm-style .gm-style-iw-tc {

  top: 22px;
}

.gm-style .gm-style-iw-c {
  top: 23px;
  height: auto;
  max-height: none !important;
}

.labels .main-text-sales-page {
  padding: 0px !important;
}

.labels .sub-sales-page {
  border: none;
}

/* .labels {
    padding: 5px 10px;
} */
.labels .text-sales-page h2 {
  display: none;
}

#map .main-text-sales-page {
  padding: 9px 20px;
}

#map .img-sales-page {
  height: 200px;
}

#map .text-sales-page ul {
  padding: 7px 9px;
  border-top: 1px solid #ddd;
}

#map .text-sales-page ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-Primary1);
  width: 50%;
  margin: 2px 0 0;
}

.gm-style-iw-d {
  max-height: none !important;
  height: auto !important;
}

.gm-style-iw-d {
  max-height: none !important;
  height: auto !important;
}

.sub-sales-page {
  font-family: 'font_main';
}

button.gm-ui-hover-effect {
  background: #1b4592 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 0 !important;
  left: 0 !important;
}

button.gm-ui-hover-effect span {
  filter: brightness(0) invert(1);

}

/* ====================== */
.status-seles {
  position: absolute;
  height: 50px;
  display: inline-block;
  padding: 11px 20px;
  top: 10px;
  left: 10px;

}

.status-seles.bg-sold {
  background: #f1dede;
  color: #da0606;
}


.img-sales-page {
  position: relative;
}

.status-seles.bg-bookedup {
  background: #ffe2e2;
  color: #B99D6F;
}

.awards-index {
  background-color: #b79e6e33;
}


.sub-awards-index {
  text-align: center;
  height: 100%;

}

.sub-awards-index .sub-board-directors {
  z-index: 1;
  height: 100%;
  min-height: auto;
}

.sub-awards-index h2 {
  color: var(--color-Primary2) !important;
}

.buildings-project-details .col-lg-6>button {
  padding: 0;
  border: 0;
  width: 100%;
}

/* style table  */

.text-details table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.text-details table th {
  background-color: var(--color-Primary2);
  color: var(--color-white);
  font-family: 'font_medium';
  font-size: 18px;
  padding: 10px;
}


.text-details table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: 'font_main';
}


.text-details table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.text-details table tr:nth-child(odd) {
  background-color: #fff;
}

.text-details table tr:hover {
  background-color: #f1f1f1;
}

.text-details table tr td:first-child {
  font-family: 'font_medium';
}

.text-details table tr td:last-child {
  font-family: 'font_main';
}

.text-details table {

  margin-top: 20px;
  direction: ltr;
}

.btn-sales-page {
  display: flex;
  gap: 10px;
}

.btn-map2 {
  width: 92px;
  height: 60px;
  display: flex;
  position: relative;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-Primary2);
  color: var(--color-Primary2);
}

.btn-map2::after {
  font-size: 16px;
  padding: 12px;
  text-align: center;
  min-width: 170px;
  opacity: 0;
  left: 0;
  transition: all .3s linear;
  border-radius: 25px 25px 25px 0;
  box-shadow: 0 0 3px #0000004d;
  bottom: 111%;
  background: #fff;
  position: absolute;
  content: attr(data-name) "";
}

.btn-map2:hover::after {
  opacity: 1;

}

.buildings-project-details .col-lg-6>button {
  height: 100%;
}



.icons-fixed ul li a,
.icons-fixed1 ul li a {
  position: relative;
  pointer-events: none;
  display: block;
}

.icons-fixed.active ul li a,
.icons-fixed1.active ul li a {
  transform: translateX(0%);
  pointer-events: fill;
}

.icons-fixed.active ul li:nth-of-type(1) a,
.icons-fixed1.active ul li:nth-of-type(1) a {
  transition-delay: 0.4s;
}

.icons-fixed.active ul li:nth-of-type(2) a,
.icons-fixed1.active ul li:nth-of-type(2) a {
  transition-delay: 0.6s;
}

.icons-fixed.active ul li:nth-of-type(3) a,
.icons-fixed1.active ul li:nth-of-type(3) a {
  transition-delay: 0.8s;
}

.icons-fixed.active ul li:nth-of-type(4) a,
.icons-fixed1.active ul li:nth-of-type(4) a {
  transition-delay: 1s;
}

.icons-fixed ul li a span,
.icons-fixed1 ul li a span {
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  margin: 10px 6px 10px 0px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  font-size: 24px;
  background: #fff;
  box-shadow: 0 0 8px #cccccce0;
  border-radius: 50%;
}

.icons-fixed ul li a span:hover,
.icons-fixed1 ul li a span:hover {
  background-color: var(--color-Primary1);
  color: var(--color-white);
}

.icons-fixed ul li a span i,
.icons-fixed1 ul li a span i {
  line-height: 0;
}




.icons-fixed ul li a span:hover::after,
.icons-fixed1 ul li a span:hover::after,

.icons-fixed1 ul li a span:hover::before,
.icons-fixed ul li a span:hover::before {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  visibility: visible;
}

.icons-fixed1 {
  transform: scaleX(-1);
  /* overflow: hidden; */
}


.btn-whatsapp-pulse {
  background: var(--color-Primary1);
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #fff;
  animation-name: pulse;
  font-size: 25px;
  z-index: 999;
  animation-duration: 1.5s;
  cursor: pointer;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #16258429;
  }

  80% {
    box-shadow: 0 0 0 14px #16258466;
  }
}

.btn-whatsapp-pulse-border {
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border:hover {
  color: #fff;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 20px;
  border: 5px solid var(--color-Primary1);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 45px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.btn-phone span,
.btn-phone1 span {
  transform: scale(0);
  position: absolute;
  transition: all .3s linear;

}


.links-project-new-pages {
  text-align: center;
}

.links-project-new-pages ul {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.links-project-new-pages ul li a {
  background: #fff !important;
  border: 1px solid #D5E3EE !important;
  height: 65px !important;
  width: 170px !important;
  display: flex !important;
  gap: 10px;
  align-items: center;
  color: var(--color-Primary1) !important;
  justify-content: center;
}

.row-gap {
  row-gap: 15px;
}

.links-project-new-pages ul li a.active {
  background: #F4FAFF !important;
  color: var(--color-Primary1) !important;

}

.links-project-new-pages ul li a img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.sub-project-new-pages {
  border: 1px solid #E3EDF6;
  padding: 10px;

}

.img-project-new-pages {
  height: 275px;
  width: 100%;

}




.details-mode-seles>ul li {
  padding: 15px 0;
  font-size: 18px;
  font-family: 'font_medium';
  margin: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed var(--color-gray);
  justify-content: space-between;
}




.btn-phone.active span,
.btn-phone1 span.active {
  display: flex;
  transform: scale(1);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color-Primary2);
  z-index: 1;
  position: absolute;
  border-radius: 50%;
}


.icons-fixed ul.active li a,
.icons-fixed1 ul.active li a {
  opacity: 1;
  pointer-events: fill;
  transform: translateX(0%) translateY(0%);
}


.btn-phone,
.btn-phone1 {
  position: relative;
}

.icons-fixed ul li a,
.icons-fixed1 ul li a {
  pointer-events: none;
  opacity: 0;
  transition-delay: 0s !important;
  transform: translateX(0%) translateY(100%);
}


.icons-fixed {
  position: absolute;
  z-index: 88;
  bottom: 17px;
  left: 22px;
  /* overflow: hidden; */
}

.icons-fixed1 {
  position: absolute;
  z-index: 88;
  bottom: 17px;
  right: 22px;
  /* overflow: hidden; */
}


.icons-fixed ul li a span::before,
.icons-fixed1 ul li a span::before {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.4s ease;
  right: 100%;
  visibility: hidden;
  border: 8px solid transparent;
  border-left-color: var(--color-Primary1);
  top: 16px;
  -webkit-transform: translateX(20px);
  transform: scale(-1);
  right: -17px;
}

.icons-fixed ul li a span::after,
.icons-fixed1 ul li a span::after {
  content: attr(data-tooltip);
  background: var(--color-Primary1);
  width: 150px;
  font-size: 16px;
  left: calc(100% + 15px);
  padding: 0 10px;
  box-shadow: -5px 2px 8px #cccccce0;
  position: absolute;
  opacity: 0;
  color: var(--color-white);
  transition: all 0.4s ease;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  font-size: 15px;
  min-height: 48px;
}

.details-project-description .text-center {
  text-align: center !important;
  display: flex;
  justify-content: end;
}

.icons-fixed1 ul li a span:hover::after,
.icons-fixed1 ul li a span:hover::before,
.icons-fixed ul li a span:hover::before {
  transform: translateX(0) scaleX(-1);
}

.icons-fixed1 .btn-whatsapp-pulse {
  background: #25D366;
}

.icons-fixed1 ul li a span::after {
  background: #25D366;
}

.icons-fixed1 ul li a span:hover {
  background: #25D366;
}

.icons-fixed1 ul li a span i {
  transform: scaleX(-1);
}

.icons-fixed1 .btn-whatsapp-pulse-border::before {
  border: 5px solid #25D366;

}

.icons-fixed1 ul li a span::before {
  border-left-color: #25D366;
}

.btn-phone1 i {
  transform: scaleX(-1);
}

.details-mode-seles>ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.details-mode-seles>ul li {
  width: calc(50% - 10px) !important;
  flex-wrap: wrap !important;
  border-bottom: none !important;
  justify-content: center !important;
}

.details-mode-seles>ul li h2 {
  width: 100%;
  text-align: center;
  margin: 10px;
}

.details-mode-seles>ul li img {
  width: 70px;
  height: 70px;
}

.price-new-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-Primary1);
  padding: 20px;
  color: #fff;

}

.price-new-details>div {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 15px;
}

.coumpounds-buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
}



.fliter-now-sales {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0;
  justify-content: space-between;
}

.fliter-now-sales .input-form {
  width: 250px;
}

.element-fliter-now ul {
  display: flex;
  align-items: center;
  gap: 45px;
}

.element-fliter-now ul li a:hover,
.element-fliter-now ul li a.active {
  color: var(--color-Primary2);
  cursor: pointer;

}

.element-fliter-now ul li a {
  color: var(--color-Primary1);
}

.new-filter {
  margin-bottom: 0px;

}


button.show-dropdown-btn {
  border: none !important;
  color: var(--color-Primary1) !important;
  cursor: pointer !important;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.custom-drop-menu {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 130px;
}





/* .element_menu_responsive ul {
    padding-bottom: 90px;
} */




.hawkma-files {
  row-gap: 40px;
  position: relative;
}

.hawkma-files .title-center h2{
    z-index : -1;
}

.card-file-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.card-file-title p {
  background-color: rgba(225, 195, 142, 0.12);
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
  align-content: center;
  color: rgba(185, 157, 111, 1);
}

.card-file-title input {
  display: none;
}

.card-file-title span {

  font-size: 20px;
  width: 100%;
  padding: 15px;
  background-color: rgba(185, 157, 111, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  align-content: center;
}


.card-file-title .download-btn {
  display: inline-block;
  background-color: #b99d6b;
  /* اللون الذهبي الفاتح */
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.card-file-title .download-btn:hover {
  background-color: var(--color-Primary1);

}

.card-file-title .download-btn i {
  margin-left: 6px;
  font-size: 14px;
}



.hawkma-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hawkma-img img {
  height: 100%;
  width: 200%;
  object-fit: contain;
}



.hawkma-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hawkma-img img {
  height: 100%;
  width: 200%;
  object-fit: contain;
}



.company-table {

  margin: 80px 0;
}



:root {
  --bg: #f6f8fb;
  --card: #e9f0ff;
  --card2: #2f61ad;
  --text: #16324a;
  --accent: #5b8bd6;
}





.company-table-container {

  border: 1px solid rgba(27, 69, 146, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 30px;
  height: fit-content;
  position: relative;
}


.company-table-container::after {

  position: absolute;
  width: 98%;
  height: 95%;
  content: "";
  border: 1px solid rgba(27, 69, 146, 1);
  z-index: -1;
}

.chart-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  transform-origin: top center;
  /* نقطة التكبير في المنتصف */
  display: flex;
  justify-content: center;
  /* يخلي المحتوى في النص */
  align-items: center;
}

.chart {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center
}


/* level box */
.box {

  padding: 10px 16px;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center
}



.box.light {
  background: rgba(184, 157, 110, 1);
  border-color: rgb(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}

.box.dark {
  background: var(--card2);
  color: #fff;
  border-color: #3b5fa0
}

.box.white {
  background: #fff;
  border-color: #dcdcdc;
  color: var(--text);
}


.box.gray {
  background: rgba(185, 185, 185, 1);
  border-color: rgb(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}



.box.Baked {
  background: rgba(113, 191, 210, 1);
  border-color: rgb(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}


.box.Pizza {
  background: rgba(209, 235, 241, 1);
  border-color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}

.box.Mabel {
  background: rgba(209, 235, 241, 1);
  border-color: rgb(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
}




.box.lead2 {
  background: rgba(70, 114, 196, 1);
  color: #fff;

}

.box.lead {
  background-color: rgba(27, 69, 146, 1);
  color: #fff;

}

/* التأثير العام عند المرور */
.box {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* البوكس الغامق */

.box:hover {
  background-color: rgba(183, 156, 109, 1);
  border-color: rgba(183, 156, 109, 1);
  color: white;
}




/* lines (SVG) will connect boxes; layout containers */
.level {
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: flex-start
}

.spacer {
  height: 40px
}


/* tree rows */
.row-center {
  display: flex;
  flex-direction: column;
  align-items: center
}

.row-children {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}


.row-children.seconed-children{
  align-items: center;
}

.co-structure{

  width: fit-content;
  text-align: center;
  margin: 50px auto ;
  padding: 30px 70px ;
  border: 1px solid rgb(46, 46, 46);
}

.co-structure p{
  font-size: 20px;
}
.node {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 6);
  position: relative;
}



.node::before {

  position: absolute;
  content: "";
  width: 2px;
  height: 45px;
  background-color:  rgb(78, 78, 78);
  left: 0;
  top: -40px;
  right: 50%;
  z-index: -1;


}

.row-children.seconed-children .node::before{

  display: none;
}
.node.main-ceo {
    margin-top: 140px;
}

.node.main-ceo::before {
    height: 210px;
    top: -180px;
}



.sub-node.inter-review{
    margin-top: 0px;
  position: relative;
}

.node-assestant i,
.sub-node.inter-review i{
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(-50%, -50%);
}


.node.committee-risk{

  position: relative;
}

.sub-node.committee-risk i{
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(50%, -50%);
}

.box:hover i{
  color: black !important;
}



.sub-node.inter-review::before {
    height: 160px;
    top: -152px;
}


.sub-node.inter-review .arrow {
    content: "";
    width: 200%;
    height: 1px;
    border: 1px dashed rgb(63, 63, 63);
    position: absolute;
    top: 50%;
    left: -64%;
    transform: translate(-50%);
    z-index: -1;
}


.sub-node.inter-review .arrow::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 85px;
    border: 1px dashed rgb(63, 63, 63);
    left: 50%;
    transform: translateX(-50%);
    bottom: -72%;
    z-index: -1;
}
.sub-node::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 150px;
    background-color: rgb(63, 63, 63);
    left: 0;
    top: -150px;
    right: 50%;
    transform: translate(-50%);
    z-index: -1;
}


.chart .box .top-arrow{
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
  font-size: 16px;
  color: black;
  width: 16px;
  height: 16px;
}

.chart .box.sub-node .top-arrow {
  right: 51%;
  transform: translateX(50%) ;
  top: -14px;
  
}


.chart .box.sub-node .top-arrow i{
  top: unset;
  left: 0;

  right: unset;
  transform: none;
  position: relative;
}



.node:last-child:before,
.node:first-child:before {
  display: none;
}

.after-arrow {
  position: relative;
  width: 85%;
  height: 2px;
  background-color: rgb(63, 63, 63);
  margin-bottom: 40px;
}

.after-arrow::before {

  position: absolute;
  content: "";
  width: 2px;
  height: 45px;
  background-color:  rgb(63, 63, 63);
  left: 0;
  top: 0;


}




.after-arrow::after {

  position: absolute;
  content: "";
  width: 2px;
  height: 45px;
  background-color:  rgb(63, 63, 63);
  right: 0;
  top: 0;


}


.sub-node {
  margin-top: 0px;
  position: relative;
}



.node-assestant::after {

  content: "";
  width: 120px;
  height: 1px;
  background-color: rgb(80, 80, 80);
  position: absolute;
  top: 50%;
  left: -120px;
  z-index: -1;
}

/* small labels */
.role {
  font-size: 14px;
  margin-top: 6px
}

.title {
  font-weight: 700
}

.files-container {

  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.files-container .row{
  row-gap: 15px;
}
.files-container a {
  display: block;
  background-color:rgba(233, 248, 255, 1) ;
}
.files-container .file-header{
   padding: 10px ;
   display: flex;
  flex-direction: column;
  gap: 10px;
}


.files-container .pdf-img{

  width: 30px;
  height: 30px;

}

.files-container .file-info{
  display: flex;
  justify-content: space-between;
 border-top: 1.5px solid rgba(217, 217, 217, 1);
 padding: 10px ; 

  
}


.files-container .file-info span{
  font-size: 14px;
  color: rgba(85, 85, 85, 1);
}
.files-container p {
  color: rgba(27, 69, 146, 1);
  font-weight: 600;
  transition: .3s all;
} 


.files-container p:hover {
  color: var(--color-Primary1);
  font-weight: 600;
}


.hawkma-files::after {
  content: "";
  position: absolute;
  width: 200px;
  right: 0%;
  height: 20px;
  transition: all 0.7s linear;
  bottom: -60px;
  z-index: 3;
  background-color: #c0dfec;
}




.hawkma-files::before {
  content: "";
  position: absolute;
  transition: all 0.7s linear;
  width: 150px;
  right: 10%;
  height: 20px;
  z-index: 2;
  bottom: -35px;
  background-color: var(--color-Primary2);
}


.hawkma-files:hover:after {
  width: 280px;
}

.hawkma-files:hover::before {
  width: 250px;
}

/* subtle card look */
.card {
  padding: 14px;
  border-radius: 8px;
  background: transparent
}




@media (max-width: 1200px) {


  .chart-wrap {

    height: 550px;
    padding: 0;
  }

}

@media (max-width: 992px) {}

@media (max-width: 768px) {

  .company-table-container::after {
    height: 98%;


  }


}

@media (max-width: 600px) {
  .chart-wrap>.chart {
    transform: scale(1);
  }


  
.co-structure{

  padding: 30px 20px ;

}
}

@media (max-width: 480px) {
  .chart-wrap>.chart {
    transform: scale(1);
  }
}

/* لازم تضيف transition خفيفة عشان يبقى الانسيابية حلوة */
.chart {
  transition: transform 0.3s ease;
  transform-origin: top left;
  transform-box: fill-box;
  pointer-events: auto;
}


.chart * {
  pointer-events: auto !important;
}


.chart-wrap {
  transform-origin: top center;
  height: fit-content;
}

.chart {
  transform-origin: top center;
}


.chart {
  transition: zoom 0.3s ease;
}

.chart {
  position: relative;
  overflow: visible !important;
  transition: transform 0.3s ease;
  transform-origin: top left;
  pointer-events: auto;
  /* 👇 أضف السطر ده لإصلاح مشكلة z-index */
  will-change: transform;
  isolation: isolate;
  /* مهم جدًا */
}

.chart .box {
  position: relative;
  transition: .3s all;
    font-size: 14px;
    min-height: 100px;
    align-content: center;

}



.chart .box .pop-up {
  position: absolute;
  top: 122%;
  /* تحت العنصر */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(183, 156, 109, 1);
  color: #ffffff;
  padding: 8px 10px;
  width: 280px;
  border-radius: 0px;
  display: block;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-size: 14px;
}


.chart .box .pop-up::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent rgba(183, 156, 109, 1) transparent;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .2));

}
.chart .box .pop-up p{

  font-size: 14px;
  color: #fff;
  text-align: center;
}


.chart .box .pop-up ul li{
  position: relative;
}


.chart .box:hover .pop-up {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  /* تطلع بسلاسة */
}

.chart .box:hover .pop-up:empty {
  display: none;
  opacity: 0;
}
.pop-up:empty {
  display: none;
}
.chart .box.sub-box .pop-up {

  opacity: 0;
}

.chart .box.sub-box:hover .pop-up {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  /* تطلع بسلاسة */

}

.chart * {
  pointer-events: auto !important;
}

.sub-heading-form{

  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(97, 97, 97, 1);
}


.file-select-container input[type="file"] {
  display: none;
}

.file-select-container .file-upliad-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:  20px;
  background-color: rgba(244, 244, 244, 0.61);
  color: rgba(184, 184, 184, 1);
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.file-select-container .errorSpan,
.file-select-container .error{
  display: block;
  font-size: 14px;
  color: red;
}

.check-file-attachment {
  display: flex;
  align-items: center;
  
  gap: 30px;
  width: 100%;

  margin-bottom: 20px;

}


.check-file-attachment label{
  margin-bottom: 0;
}


.check-file-attachment  input[type="radio"] {

  margin-right: 15px;
}


