:root {
  --pri-color: #6c0b24;
  --sec-color: #cebd93;
  --third-color: #bda663;
}

@import url(https://fonts.googleapis.com/earlyaccess/notokufiarabic.css);

/* ---------------- header ---------------- */

a {
  text-decoration: none !important;
}

#atr-hdr .top-bar {
  background-color: var(--pri-color);
}

#atr-hdr .calling span {
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
}

#atr-hdr .btn-options {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

#atr-hdr .btn-options span {
  display: block;
  width: 17px;
  height: 4px;
  background-color: var(--sec-color);
}

#atr-hdr .icon {
  background-color: white;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#atr-hdr .logo-icons {
  margin-top: 100px;
}

#atr-hdr .outer-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
}

#atr-hdr .logo-container {
  width: fit-content;
}

#atr-hdr .logo-container img {
  width: 140px;
}

#atr-hdr .logo-container::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -200%;
  left: -200%;
  background: linear-gradient(
    135deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    white,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: all 0.7s ease-in-out;
}

#atr-hdr .logo-container:hover::before {
  top: 100%;
  left: 100%;
}

#atr-hdr .logo-icons .hr {
  background-image: linear-gradient(
    to right,
    transparent,
    var(--sec-color),
    transparent
  );
  width: 100%;
  height: 1px;
}

#atr-hdr .search-input {
  border-radius: 30px;
}

#atr-hdr .search-input:focus {
  outline: 0;
}

#atr-hdr .offcanvas-end {
  width: 300px !important;
  z-index: 10000;
}

#atr-hdr .offcanvas-head {
  background-color: var(--sec-color);
}

#atr-hdr .offcanvas-title {
  color: var(--pri-color);
}

#atr-hdr .offcanvas-body {
  background-color: #ffffffcc;
}

#atr-hdr .offcanvas-body .hr {
  width: 100%;
  background-color: var(--sec-color);
  height: 2px;
}

#atr-hdr .offcanvas-body h3 {
  background-color: var(--pri-color);
}

#atr-hdr #menu-main-nav {
  background-color: var(--sec-color);
  list-style: none !important;
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
  padding: 0;
  border-bottom: 2px solid var(--pri-color);
}

#atr-hdr #menu-main-nav li {
  padding: 15px 20px;
  transition: all 0.2s linear;
  position: relative;
}

#atr-hdr #menu-main-nav li:hover {
  background-color: var(--pri-color);
}

#atr-hdr #menu-main-nav a {
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
}

#atr-hdr #menu-main-nav .sub-menu {
  list-style: none;
  position: absolute !important;
  bottom: -60px !important;
  inset-inline-start: 0px;
  display: none;
  padding-inline: 0 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 1000;
}

#atr-hdr #menu-item-130:hover .sub-menu {
  display: block;
  width: 100%;
}

#atr-hdr #menu-item-130 .sub-menu:hover li {
  background-color: var(--sec-color) !important;
}

/* offcanvas */

#atr-hdr .offcanvas-backdrop {
  background-color: transparent;
}

#atr-hdr #pw-side-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 5px;
  padding: 0 !important;
}

#atr-hdr #pw-side-menu .sub-menu {
  display: none;
  background-color: white;
  list-style: none;
  padding-inline: 0 !important;
  margin: 7px 7px 0;
  border: 1px solid white;
}

#atr-hdr #pw-side-menu li:hover .sub-menu li {
  background-color: var(--sec-color);
}

#atr-hdr #pw-side-menu .sub-menu li:hover a {
  color: var(--pri-color);
}

#atr-hdr #pw-side-menu .menu-item-has-children.open > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

#atr-hdr #pw-side-menu .menu-item-has-children a {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#atr-hdr #pw-side-menu li {
  background-color: var(--pri-color);
  padding: 10px;
}

#atr-hdr #pw-side-menu li:hover {
  background-color: var(--sec-color);
}

#atr-hdr #pw-side-menu li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
#pw-side-menu .menu-item-has-children {
  display: block;
}

#pw-side-menu .menu-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pw-side-menu .menu-item-header > a {
  flex: 1;
}

#pw-side-menu .toggle-btn {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

#pw-side-menu .menu-item-has-children .sub-menu {
  display: none;
  padding-inline-start: 20px;
}

#pw-side-menu .menu-item-has-children.open .sub-menu {
  display: block;
}
/* ---------------- / header ---------------- */

/* --------------------front page ------------------ */

/* ----- carousel1 section ----- */

#carousel-section1 .carousel-control-next,
#carousel-section1 .carousel-control-prev {
  opacity: 0.75 !important;
}

#carousel-section1 .carousel-item img {
  width: 100%;
  height: auto;
}

/* ----- services section ----- */
#atr-services {
  padding: 50px 0;
}

#atr-services .cont {
  background-color: var(--third-color);
  margin-bottom: 30px;
  border-start-start-radius: 50px;
  border-end-end-radius: 50px;
  margin-bottom: 20px;
  height: 90%;
}

#atr-services .img-cont {
  background-color: var(--pri-color);
  width: 65px;
  height: 65px;
  border-start-start-radius: 50px;
  border-end-end-radius: 50px;
}

#atr-services .cont h5 {
  color: var(--pri-color);
  font-size: calc(1rem + 0.5vw);
}

#atr-services .cont p {
  font-size: 1rem !important;
  /*height:11rem;*/
  /*line-height:1.5rem;*/
  text-align: justify !important;
}

/* ----- 4aqaar section ----- */
#atr-about {
  background: url("../img/4aqaar-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-block: 60px;
}

#atr-about .form-content {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 350px;
}

#atr-about :where(input, textarea) {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  outline: 0;
  font-size: 14px;
}

#atr-about .hr {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent,
    var(--pri-color),
    transparent
  );
}

#atr-about .about-4aqaar {
  background-color: rgba(255, 255, 255, 0.8);
}

#atr-about .about-4aqaar p {
  font-size: calc(1rem + 0.4vw);
  font-weight: 500;
  text-align: justify;
}

#atr-about .img-cont::before {
  content: "";
  width: 150%;
  height: 230%;
  position: absolute;
  top: -100%;
  left: 0%;
  background: linear-gradient(
    to top,
    transparent,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.8),
    white
  );
  transform-origin: top left;
  transform: rotate(145deg);
  transition: transform 1s;
}

#atr-about .img-cont:hover::before {
  transform: rotate(-70deg);
}

#atr-about .about-4aqaar .hr {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent,
    var(--pri-color),
    transparent
  );
}

#atr-about .btn-more {
  background-color: var(--pri-color);
  width: fit-content;
  padding-block: 3px;
  transition: all 0.3s linear;
}

#atr-about .btn-more:hover {
  background-color: var(--sec-color) !important;
  color: var(--pri-color) !important;
}

/* ----- added-properties section ---- */
#atr-properties h3 {
  background: var(--pri-color);
}

#atr-properties .title {
  font-size: 1rem;
  margin-top: 8px;
  color: white;
  text-align: center;
  font-weight: bold;
  display: block;
}

#atr-properties .newSwiper1 .swiper-slide {
  padding-block: 10px;
}

#atr-properties .pw-box {
  background-color: #3e3e3e;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  transition: all 0.2s linear;
}

#atr-properties .pw-box:hover {
  background-color: var(--third-color);
}

#atr-properties .pw-box img {
  aspect-ratio: 1/1;
  width: 100%;
}

#atr-properties .newSwiper1 h3 {
  font-size: 0.9rem;
  height: 45px;
  font-weight: bold;
  line-height: 25px;
  margin: 5px 0;
}

#atr-properties .newSwiper1 a {
  text-decoration: none;
}

#atr-properties .newSwiper1 .text {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#atr-properties .newSwiper1 .text a.swipBtn:hover {
  color: black;
}

#atr-properties .swipBtn {
  background-color: var(--sec-color);
  border-radius: 5px;
}

#atr-properties .pw-box span {
  background-color: white;
  font-size: 14px;
  color: var(--pri-color);
  border-radius: 5px;
  flex-grow: 1;
  text-align: center;
}

#atr-properties .btn-more {
  width: fit-content;
  background-color: var(--sec-color);
  transition: all 0.3s linear;
  border-radius: 5px;
  font-size: 1.2rem;
}

#atr-properties .btn-more:hover {
  background-color: #3e3e3e;
}

/*  ---- videos section ---- */
#atr-videos {
  background: url("../img/v-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#atr-videos .layer {
  padding-block: 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

#atr-videos .playing-icon {
  margin-bottom: 100px;
}

#atr-videos .playing-icon i {
  font-size: 70px;
  box-shadow: 0 0 0 25px rgba(234, 234, 234, 0.1);
  border-radius: 50%;
  transition: all 0.5s linear;
}

#atr-videos .playing-icon i:hover {
  transform: rotate(360deg);
  box-shadow: 0 0 0 25px rgba(7, 33, 59, 0.7), 0 0 27px 3px white;
}

#atr-videos .box {
  margin: auto;
}

#atr-videos .box img {
  width: 100%;
}

#atr-videos .newSwiper2 a {
  text-decoration: none;
}

#atr-videos .btn-visit {
  background-color: var(--pri-color);
  width: fit-content;
  transition: all 0.2s linear;
}

#atr-videos .btn-visit:hover {
  background-color: var(--sec-color) !important;
  color: var(--pri-color) !important;
}

#atr-videos .btn-visit:hover i {
  color: var(--pri-color) !important;
}

#atr-videos .hr {
  background-image: linear-gradient(
    to right,
    transparent,
    var(--pri-color),
    transparent
  );
  width: 100%;
  height: 1px;
}

/* ---- newest news section ---- */
#atr-news h3 {
  background: var(--pri-color);
}

#atr-news img {
  transition: all 0.7s linear;
}

#atr-news img:hover {
  transform: scale(1.2);
}

#atr-news .box img {
  width: 100%;
  aspect-ratio: 6/5;
}

#atr-news .newSwiper3 a {
  text-decoration: none;
}

#atr-news .newSwiper3 .title {
  color: white;
  font-weight: 600;
  height: 3rem;
  text-align: center;
  line-height: 1.2rem;
  font-size: 1rem;
  display: block;
}

#atr-news .demo {
  background-color: var(--third-color);
}

#atr-news .btn-det {
  background-color: var(--pri-color);
  color: white;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-inline: auto;
  width: fit-content;
  font-size: 0.9rem;
}

#atr-news .btn-more {
  width: fit-content;
  background-color: var(--pri-color);
  transition: all 0.3s linear;
  border-radius: 5px;
  font-size: 1.2rem;
}

#atr-news .btn-more:hover {
  background-color: var(--third-color);
}

/* ---- carousel section-2 ---- */
#carousel-section2 .carousel-item img {
  aspect-ratio: 2/1;
}

#carousel-section2 .carousel-item {
  position: relative;
}

#carousel-section2 :where(#carouselExample2 h3, #carouselExample3 h3) {
  position: absolute;
  left: 15%;
  top: 55%;
  color: white;
  font-size: 1.1rem;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
  text-align: center;
}

#carousel-section2 #carouselExample2 h3 {
  background-color: var(--sec-color);
}

#carousel-section2 #carouselExample3 h3 {
  background-color: var(--pri-color);
}

/*----------------- Home slide button ------------------*/

.btn-slide {
  background-color: #cebd93;
  color: #6c0b24;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 5px 10px;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none !important;
}

.btn-slide:hover {
  background-color: #bda663;
}
/* --------------------- / front page----------------- */

/* --------------------- single page  ----------------- */

.atr-single .post-thumbnail {
  margin-bottom: 30px;
}

.atr-single .btn-edit {
  background-color: var(--pri-color) !important;
}

.atr-single h3 {
  background: var(--pri-color);
}

.atr-single .post-excerpt {
  border: 1px solid var(--pri-color);
  padding: 10px;
  border-radius: 15px;
}

.atr-single .post-excerpt p {
  margin-bottom: 0 !important;
}

.atr-single .newSwiper5 img {
  transition: all 0.7s linear;
}

.atr-single .post-content img:hover {
  transform: scale(1.2);
}

.atr-single .box img {
  width: 100%;
  aspect-ratio: 6/5;
}

.atr-single .newSwiper5 a {
  text-decoration: none;
}

.atr-single .newSwiper5 .title {
  color: white;
  font-weight: 600;
  height: 3rem;
  text-align: center;
  line-height: 1.2rem;
  font-size: 1rem;
  display: block;
}

.atr-single .demo {
  background-color: var(--third-color);
}

.atr-single .btn-det {
  background-color: var(--pri-color);
  color: white;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-inline: auto;
  width: fit-content;
  font-size: 0.9rem;
}
/* --------------------- / single page  ----------------- */

/* --------------------- search results ----------------- */

.post-box {
  border-radius: 20px;
  background-color: #eeeeee82;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: black !important;
}

.post-box .img-cont a {
  display: block;
  border-radius: 15px;
  width: 100px !important;
  height: 100px !important;
}

.post-box .img-cont img {
  width: 100%;
}

.post-box h3 {
  font-size: calc(1rem + 0.8vw);
  width: fit-content;
  color: black !important;
}

.post-box h3:hover {
  text-decoration: underline;
}
/* --------------------- / search results ----------------- */

/* --------------------- not found ----------------- */

.not-found .search-form .btn-search {
  background-color: var(--pri-color) !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee !important;
}

.not-found .search-form .btn-search:hover {
  background-color: var(--sec-color) !important;
}

.not-found .msg {
  font-size: calc(10rem + 1.5vw);
  color: var(--pri-color);
}
/* --------------------- / not found ----------------- */

/* --------------------- contact us page ----------------- */

.page-section .icon-cont span {
  background-color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

.page-section .is-layout-flex {
  margin-bottom: 0 !important;
  gap: 0;
}
/* --------------------- / contact us page ----------------- */

/* --------------------- about us section ----------------- */
#about-section .text {
  background-color: var(--light-color);
  border-bottom: 3px solid var(--pri-color);
}

#about-section p {
  font-size: 0.85rem;
}

.cont-modal {
  position: fixed;
  top: -120%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: top 0.5s ease, opacity 0.3s ease;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  background-color: #fff;
}

.cont-modal.show {
  top: 35px;
  opacity: 1;
}

.modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-layer.show {
  opacity: 1;
  visibility: visible;
}

.cont-modal .modal-title {
  color: var(--sec-color);
}

.cont-modal label {
  font-size: 0.8rem;
}

.cont-modal input::placeholder {
  font-size: 0.8rem;
}

.cont-modal p {
  font-size: 0.9rem;
}
/* --------------------- / about us section ----------------- */

/* ------------------ page ------------------- */

.page-section .content {
  background-color: #ebe4d3;
  border-bottom: 3px solid var(--pri-color) !important;
}
/* ----------------- / page ------------------- */

/* -------------- Template: contact page ----------------- */

.pw-template-page {
  background-color: #ebe4d3;
  border-bottom: 3px solid var(--pri-color) !important;
}

.pw-template-page .contact-info-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.pw-template-page .contact-card {
  background-color: #cebd93; /* Light Green */
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  width: 320px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  gap:10px;
  transition: transform 0.3s ease;
}
    
.pw-template-page .contact-card:hover {
  transform: translateY(-5px);
}

.pw-template-page .contact-card-icon {
  background-color: #6c0b24; /* Dark Teal */
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}

.pw-template-page .contact-card-content {
  display: flex;
  flex-direction: column;
  margin-left:10px
}

.pw-template-page .contact-card-content h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #6c0b24;
}

.pw-template-page .contact-card-content p {
  margin: 0;
  font-size: 1rem;
  color: #070707ff;
}

.pw-template-page .contact-card-content a {
  text-decoration: none;
  color: inherit;
}

.pw-template-page .map-container iframe {
  width: 100% !important;
  height: 400px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .pw-template-page .contact-info-section {
    justify-content: flex-start !important;
  }
}

/* -------------- /Template: contact page ----------------- */


/*  -------------------  blog ------------------- */

#blog .cat {
  background-color: var(--third-color);
  border-radius: 7px;
}

#blog .hr {
  height: 3px;
  width: 100%;
  background: var(--pri-color);
}

#blog .cat .post-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

#blog .post-tit {
  color: var(--pri-color);
  text-decoration: none !important;
  border-radius: 8px;
}

#blog .post-tit h4 {
  line-height: 1.3em;
  height: 2.4em;
  overflow: hidden;
}

#blog .cat p {
  color: white !important;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}

#blog .btn-more {
  background-color: var(--sec-color);
}

#blog .btn-more:hover {
  background-color: var(--pri-color) !important;
}

.pw-1lin {
  line-height: 1em;
  height: 1em;
  overflow: hidden;
}
.pw-2lin {
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}
.pw-3lin {
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}

/*  -------------------  / blog ------------------- */

/* ------------------ comments ----------------- */

.comments-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pri-color);
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}

time {
  font-size: 1rem;
  color: #99813c;
}

.edit-link a {
  color: #6c0b24;
}

.comment-content {
  margin-top: 1rem;
}

#reply-title a {
  color: #99813c;
}

.comment-reply-link {
  background-color: var(--pri-color);
  border-radius: 5px;
  padding: 7px 15px;
  color: white;
  text-decoration: none;
}

.comment-list li {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
}

.comment-list .avatar {
  border-radius: 50%;
  width: 40px;
  height: auto;
  flex-shrink: 0;
  margin-inline-end: 1rem;
}

.comment-body {
  flex: 1;
}

.comment-meta {
  font-size: 1.2rem;
  color: #888;
}

.comment-author {
  margin-bottom: 1.3rem;
  color: black;
  font-size: 1rem;
}

.comments-pagination {
  text-align: center;
}

.comments-pagination a,
.comments-pagination span {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: var(--pri-color, #333);
  transition: all 0.2s;
}

.comments-pagination a:hover {
  background: var(--pri-color, #333);
  color: #fff;
}

.comment-form
  :where(input, textarea):not([type="checkbox"]):not([type="submit"]) {
  width: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.comment-form .submit {
  background: var(--pri-color);
  color: #fff;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.comment-form .submit:hover {
  background: var(--sec-color);
}

#reply-title {
  color: #0a0a0a;
}

.comment-form p {
  font-size: 1.1rem;
  padding: 5px 0px;
}

.comment-form p a {
  color: #6c0b24;
}

/* ------------------ / comments ----------------- */

/* ------------------ pagination ----------------- */
.page-numbers {
  color: white;
  background-color: var(--pri-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}
.page-numbers.current {
  background-color: var(--sec-color);
}
/* ------------------ /pagination ----------------- */

/* --------------------- footer ----------------- */

.atr-ftr {
  background: url("../img/bgf.jpg");
  background-position: center;
  background-size: cover;
  border-top: 2px solid var(--pri-color);
}

.atr-ftr .container {
  background-color: rgba(255, 255, 255, 0.5);
}

.atr-ftr .social-media-2 a {
  background-color: var(--pri-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.atr-ftr .hr {
  background: linear-gradient(
    to right,
    transparent,
    var(--pri-color),
    transparent
  );
  width: 100%;
  height: 1px;
}

.atr-ftr .icon-cont a {
  background-color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atr-ftr ul {
  list-style: none !important;
  padding: 0;
}

.atr-ftr a {
  color: var(--pri-color);
  text-decoration: none;
}

.atr-ftr .links {
  border-top: 1px dashed white;
}

.atr-ftr .links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.atr-ftr ul a {
  font-weight: 600;
  font-size: 1.1rem;
}

.atr-ftr ul a:hover {
  color: white;
}

.atr-ftr .links a {
  background-color: var(--pri-color);
  color: white;
  font-size: 0.8rem;
  padding: 5px 10px;
}

.atr-ftr .rights p {
  background-color: var(--pri-color);
  color: var(--sec-color);
}

.atr-ftr .btn-backToTop {
  position: fixed;
  inset-inline-end: 30px;
  bottom: 15px;
  background-color: white;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  z-index: 50000;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.3);
}
/* --------------------- / footer ----------------- */

/* ---------------- media query ---------------- */

@media (min-width: 576px) {
  #atr-properties h3 {
    background: linear-gradient(
      30deg,
      var(--pri-color) 20%,
      var(--sec-color) 20%,
      var(--sec-color) 80%,
      var(--pri-color) 80%
    );
  }

  #atr-news h3 {
    background: linear-gradient(
      30deg,
      var(--pri-color) 20%,
      var(--third-color) 20%,
      var(--third-color) 80%,
      var(--pri-color) 80%
    );
  }

  .atr-srch .img-cont a {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (min-width: 768px) {
  #atr-properties .title {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  #atr-services .cont h5 {
    color: var(--pri-color);
    font-size: calc(0.8rem + 0.5vw);
  }
}

@media (min-width: 1200px) {
  #atr-services {
    padding: 100px 0;
  }
}

@media (min-width: 1400px) {
  #atr-about .about-4aqaar p {
    line-height: 36px;
  }
}

/* ---------------- / media query ---------------- */
