@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");



:root {
  --primary: #a46348 ;
  --secondary: #000000;
  --filterPrimary: invert(50%) sepia(45%) saturate(324%) hue-rotate(333deg) brightness(97%) contrast(93%);
  --filterSecondary: invert(11%) sepia(46%) saturate(5127%) hue-rotate(166deg) brightness(92%) contrast(101%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Noto Kufi Arabic", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}
*::selection {
  background-color: var(--primary);
  color: #fff;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: rtl;
  overflow-x: hidden;
  background-color: #f4f1ec;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
  height: 5px;
}

p,
.p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
  margin-bottom: 0;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #8b8b8b;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  filter: var(--filterPrimary);
}

.filterSecondary {
  filter: var(--filterSecondary);
}

.filterWhite {
  filter: var(--filterWhite);
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: var(--primary) !important;
}
a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
}
button:focus {
  border: none;
  box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: none;
}

form .form-group {
  position: relative;
}
form .form-control {
  font-size: 14px;
}
form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}
form input,
form select {
  height: 60px !important;
}
form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
form textarea {
  resize: none;
}
form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  inset-inline-end: 15px;
  bottom: 15px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 10.5px;
  top: 10.5px;
  height: 25px;
  width: 25px;
  display: block;
  filter: var(--filterPrimary);
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.secImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  transition: all 0.3s linear;
}

/**********************************************
   Start Loader
**********************************************/
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
  /*----------- upload loader ------------*/
}
#preloader::after, #preloader::before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader::before {
  top: 0;
}
#preloader::after {
  bottom: 0;
}
#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}
#preloader #loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: none;
  transition: all 0.5s ease;
}
#preloader #loading-wrapper.show {
  display: block;
}
#preloader #loading-wrapper #loading-text {
  display: block;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}
#preloader #loading-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
#preloader #loading-wrapper #loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}
#preloader #loading-wrapper #loading-content::after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
#preloader #loading-wrapper #loading-content::before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
#preloader #loading-wrapper #loading-content {
  border: 3px solid transparent;
  border-top-color: #3659A3;
  border-bottom-color: #3659A3;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#preloader #loading-wrapper #loading-content::before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#preloader #loading-wrapper #loading-content::after {
  border: 3px solid transparent;
  border-top-color: #E33F74;
  border-bottom-color: #E33F74;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}
#preloader.isdone {
  visibility: hidden;
  transition-delay: 1.5s;
}
#preloader.isdone #loading-wrapper {
  opacity: 0;
  transform: scale(3);
  filter: blur(2px);
}
#preloader.isdone::after, #preloader.isdone::before {
  height: 0;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition-delay: 1s;
}
#preloader #content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}
#preloader #header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}
#preloader #content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

[type="tel"], [type="url"], [type="email"], [type="number"] {
    direction: inherit;
}

/**********************************************
   Start Animations
**********************************************/
@keyframes floating-y {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes floatingX {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.slide_ltr {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_ltr.animated {
  transform: scale(1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_ltr.no_scale {
  transform: scale(1);
}

.slide_rtl {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slide_rtl.animated {
  transform: scale(1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_rtl.no_scale {
  transform: scale(1);
}

@keyframes puff-in {
  0% {
    transform: scale(1.2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in {
  animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination,
.section .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet,
.section .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 25px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.section .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary) !important;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.section .swiper-button-next:hover,
.section .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before,
.section .swiper-button-next:hover::before,
.section .swiper-button-prev:hover::before {
  color: #fff;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-container-rtl .swiper-button-prev::before {
  content: "\f054";
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next,
.section .swiper-button-prev,
.section .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}
.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before,
.section .swiper-button-prev::before,
.section .swiper-container-rtl .swiper-button-next::before {
  content: "\f053";
}

.butn {
  position: relative;
  padding: 0.7rem 1.7rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 25px;
  font-weight: bold;
}
.butn i {
  margin-inline-end: 7px;
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}
.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}
.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}
.butn.white_butn {
  background-color: #fff;
  color: #333;
}
.butn.white_border_butn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.butn.gray_butn {
  background-color: #f5f5f5;
  color: #999;
}
.butn:hover {
  background-color: #202020;
  border: 1px solid #202020;
  color: #fff !important;
}
.butn:hover .icon {
  filter: var(--filterWhite);
}

.icon18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 10px !important;
  background-color: transparent;
  color: #999;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 45px;
  height: 40px;
}
.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff !important;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  padding: 1rem;
  position: relative;
  z-index: 99;
}
.navs-container .navbar .logo {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navs-container .navbar .nav-link {
  margin: 0 10px;
  transition: all 0.3s linear;
}
.navs-container .navbar .nav-link.active {
  color: var(--primary);
  font-weight: bold;
}
.navs-container .navbar .nav_end .dropdown-menu {
  padding: 10px;
  border: 0;
  border-radius: 25px;
  text-align: center;
  box-shadow: 3px 6px 15px 0 rgba(85, 85, 85, 0.0666666667);
  /*right: -50%;*/
}
.navs-container .navbar .nav_end .dropdown-menu .dropdown-item {
  font-size: 14px;
  border-radius: 25px;
}
.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  transform: rotate(45deg);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  transform: rotate(135deg);
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  background-image: linear-gradient(to bottom, #003D3B, #001c1b);
}
.footer .content {
  margin-bottom: 25px;
}
.footer .content .logo {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .content .p {
  font-size: 14px;
  color: #eee;
}
.footer .content .social_links a {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-inline-end: 10px;
}
.footer .content .social_links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}
.footer .content .contact_item {
  display: flex;
  align-items: center;
}
.footer .content .contact_item .icon {
  font-size: 30px;
  color: #fff;
  margin-inline-end: 15px;
}
.footer .content .contact_item .txt_cont {
  width: calc(100% - 35px);
}
.footer .content .contact_item .txt_cont .label {
  font-size: 12px;
  color: var(--primary);
  margin-bottom: 2px;
}
.footer .content .contact_item .txt_cont .data {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}
.footer .content .title {
  font-size: 18px;
  margin-bottom: 25px !important;
}
.footer .content .links a {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  /*width: 49%;*/
  width: fit-content !important ;
  font-size: 14px;
}
.footer .border-bottom,
.footer .border-top {
  border-color: rgba(222, 226, 230, 0.2196078431) !important;
}
.footer .foot .copyright_p .alyom_logo {
  width: 55px;
  opacity: 0.8;
  -o-object-fit: contain;
     object-fit: contain;
}

.dir_ltr {
  direction: ltr;
}

.modal .btn-close {
  filter: var(--filterPrimary);
  position: absolute;
  left: 15px;
  top: 15px;
}
.modal .modal-content {
  padding: 40px;
  border-radius: 20px;
}
.modal .modal-content .form-control {
  border-radius: 35px;
}
.modal .modal-content .butn {
  min-width: 100px;
}

.logoutModal .icon_box {
  margin: 0 auto 25px auto;
}
.logoutModal .icon_box .icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  position: relative;
}
.header .inner {
  padding: 50px 0;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding-inline-start: 4vw;
}
.header .inner .txt_box {
  position: relative;
  z-index: 5;
}
.header .inner .txt_box .title {
  font-size: calc(1vw + 35px);
  line-height: 1.5;
}
.header .inner .search_box {
  border-radius: 0 25px 0 0;
  position: absolute;
  width: 50%;
  background-color: #F4F1EC;
  bottom: 0;
  inset-inline-end: 0;
  z-index: 6;
  padding: 35px 25px;
  padding-bottom: 10px;
}
.header .inner .search_box .radios_box {
  display: flex;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.header .inner .search_box .radios_box .form-check {
  padding-inline-start: 0;
  position: relative;
  margin-inline-end: 10px;
}
.header .inner .search_box .radios_box .form-check:last-child {
  margin-inline-end: 0;
}
.header .inner .search_box .radios_box .form-check * {
  cursor: pointer;
}
.header .inner .search_box .radios_box .form-check .form-check-label {
  width: 120px;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  background: #F4F1EC;
  color: rgba(136, 136, 136, 0.5215686275);
}
.header .inner .search_box .radios_box .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary);
  font-weight: bold;
}
.header .inner .search_box .radios_box .form-check .form-check-input {
  opacity: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header .inner .search_box .form-control {
  border-radius: 25px;
  height: 50px !important;
  font-size: 13px;
  font-weight: 500;
  color: rgba(136, 136, 136, 0.7882352941);
}
.header .inner .search_box .form-control::-moz-placeholder {
  color: rgba(136, 136, 136, 0.7882352941);
}
.header .inner .search_box .form-control::placeholder {
  color: rgba(136, 136, 136, 0.7882352941);
}
.header .inner .search_box .inputs_row {
    padding-inline-end : 60px;
    position:relative ;
}
.header .inner .search_box .inputs_row .sm_butn{
    position: absolute;
    inset-inline-end: 5px;
}
.header .inner .search_box::after, .header .inner .search_box::before {
  content: "";
  background: url(../images/radius_bottom2.png) no-repeat center;
  background-size: contain;
  width: 170px;
  height: 40px;
  position: absolute;
  z-index: 9;
  background-position: right;
}
.header .inner .search_box::after {
  left: -25px;
  top: -38px;
  z-index: 6;
  transform: rotateY(180deg);
}
.header .inner .search_box::before {
  bottom: 39px;
  right: -104px;
  transform: rotate(90deg);
}
.header .inner .bg {
  border-radius: 35px;
}
.header .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(17, 32, 52, 0), rgba(0, 61, 59, 0.8196078431), #003d3b);
  width: 65%;
  z-index: 1;
  border-radius: 0 35px 35px 0;
}

.real_card {
  border-radius: 20px;
  padding: 15px;
  background-color: #FAF7F6;
  position: relative;
  margin-bottom: 35px;
}
.real_card .img_box {
  border-radius: 20px;
  position: relative;
  height: 250px;
}
.real_card .img_box .real_img_swiper  {
    height: 100%;
}
.real_card .img_box .real_img_swiper  .swiper-slide {
     width: 100% !important ;
}
.real_card .img_box .secImg {
  border-radius: 20px;
}
.real_card .img_box .badge {
  width: 70px;
  padding: 0.5rem 1rem;
}
.real_card .img_box .rent_badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #003d3b;
  z-index: 99;
}
.real_card .img_box .type_badge {
  position: absolute;
  top: 15px;
  right: 90px;
  z-index: 99;
}
.real_card .img_box .sale_badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #B27F69;
  z-index: 99;
}
.real_card .img_box .butns_hvr {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: row-reverse;
  z-index: 99;
}
.real_card .img_box .butns_hvr i {
  margin: 0 !important;
}
.real_card .img_box .butns_hvr .butn {
  width: 30px;
  height: 30px;
  margin: 3px;
  font-size: 12px;
  background-color: rgba(0, 61, 59, 0.7803921569);
  color: #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: scale(0);
  opacity: 0;
}
.real_card .img_box .swiper-button-next,
.real_card .img_box .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8196078431);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.real_card .img_box .swiper-button-next:hover::before,
.real_card .img_box .swiper-button-prev:hover::before {
  color: var(--primary) !important;
}
.real_card .img_box .swiper-button-next {
  transform: translateX(-50px);
}
.real_card .img_box .swiper-button-prev {
  transform: translateX(50px);
}
.real_card .img_box .swiper-pagination {
  bottom: 7px;
  transform: translateY(50px);
  transition: all 0.3s linear;
}
.real_card .img_box .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 15px;
  background: rgba(255, 255, 255, 0.488) !important;
  opacity: 1;
}
.real_card .img_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}
.real_card .card-body {
  padding-top: 2rem;
}
.real_card .more_box {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-color: #f4f1ec;
  border-top-right-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.real_card .more_box .prod_butn {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
  color: var(--primary) !important;
  font-size: 20px;
  box-shadow: -10px 10px 30px rgba(33, 58, 141, 0.098);
}
.real_card .more_box .prod_butn:hover {
  background-color: var(--primary);
  color: #fff !important;
}
.real_card .more_box .br-left-top {
  position: absolute;
  top: -24px;
  left: -1px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}
.real_card .more_box .br-right-btm {
  position: absolute;
  bottom: 0px;
  right: -23px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}
.real_card:hover .img_box .swiper-button-next,
.real_card:hover .img_box .swiper-button-prev,
.real_card:hover .img_box .swiper-pagination {
  transform: translate(0px);
}
.real_card:hover .img_box .butns_hvr .butn {
  opacity: 1;
  transform: scale(1);
}
.real_card:hover .img_box .butns_hvr .butn:nth-child(2) {
  transition-delay: 0.2s;
}
.real_card:hover .img_box .butns_hvr .butn:last-child {
  transition-delay: 0.4s;
}
.real_card .arrow-txt {
  font-size: 12px;
  color: #003D3B;
  position: absolute;
    inset-inline-end: 55px;
}

.offer_card .img_box {
  height: 350px;
}
.offer_card .img_box .overlay_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px;
  z-index: 5;
  transition: all 0.3s linear;
  transform: translateY(10%);
  opacity: 0;
  filter: blur(10px);
}
.offer_card .img_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent, #003D3B);
  z-index: 1;
  transition: all 0.3s linear;
  transform: translateY(100%);
  opacity: 0;
}
.offer_card .img_box .prod_butn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  font-size: 20px;
  box-shadow: -10px 10px 30px rgba(33, 58, 141, 0.098);
  z-index: 6;
  transform: scale(0);
}
.offer_card .img_box .prod_butn:hover {
  background-color: #fff;
  color: var(--primary) !important;
}
.offer_card:hover .img_box .overlay_box, .offer_card:hover .img_box::before {
  transform: translateY(0%);
  opacity: 1;
  filter: blur(0px);
}
.offer_card:hover .img_box .prod_butn {
  transform: scale(1);
}

.badge {
  border-radius: 25px;
}
.badge.rent_badge {
  background-color: #003d3b;
}
.badge.sale_badge {
  background-color: #B27F69;
}
.badge.type_badge {
  background-color: #f5f5f5;
  color: var(--primary);
}

.price .prev {
  font-size: 80%;
  color: #999;
  position: relative;
}
.price .prev::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: rgba(153, 153, 153, 0.9294117647);
}

.offers_sec .pattern {
  opacity: 0.03;
  -o-object-position: top;
     object-position: top;
}

.featured_reals .txt_box .p {
  font-size: 12px;
  line-height: 2;
}
.featured_reals .txt_box .data_box .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.featured_reals .txt_box .data_box .item .icon_box {
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary);
  border-radius: 15px;
  margin-inline-end: 20px;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured_reals .txt_box .data_box .item .txt {
  width: calc(100% - 60px);
}
.featured_reals .txt_box .data_box .item .txt .label {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}
.featured_reals .txt_box .data_box .item .txt .data {
  font-size: 15px;
  color: #444;
  font-weight: bold;
}
.featured_reals .txt_box .fav_butn {
  font-size: 18px;
}
.fav_butn.active {
    background: #000;
    border-color: #000;
    color: var(--primary);
}
.featured_reals .imgs_box .secImg {
  height: 485px;
  border-radius: 25px;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
.featured_reals .imgs_box .sm_img {
  height: 155px;
}
.featured_reals .imgs_box .md_img {
  height: 315px;
}
.featured_reals .imgs_box .swiper-wrapper {
  align-items: center;
}
.featured_reals .imgs_box .swiper-slide-prev .secImg,
.featured_reals .imgs_box .swiper-slide-next .secImg {
  height: 400px;
  filter: grayscale(100%) blur(2px);
}
.featured_reals .imgs_box .swiper-slide-active .secImg {
  filter: grayscale(0%) blur(0px);
}
.featured_reals .swiper-button-next,
.featured_reals .swiper-button-prev {
  background-color: #B27F69;
}
.featured_reals .pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  width: 55%;
  -o-object-position: bottom;
     object-position: bottom;
}

.about_cards .about_card {
  border-radius: 25px;
  padding: 20px 45px 35px 45px;
  background-color: #FAF7F6;
  position: relative;
  margin-bottom: 35px;
  height: calc(100% - 35px);
  padding-top: 50px;
  transition: all 0.3s linear;
  overflow: hidden;
}
.about_cards .about_card .icon_box {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  background-color: #f4f1ec;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 25px;
  z-index: 99;
}
.about_cards .about_card .icon_box .icon {
  font-size: 30px;
  color: var(--primary);
}
.about_cards .about_card .icon_box .br-left-top {
  position: absolute;
  top: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotateY(180deg);
}
.about_cards .about_card .icon_box .br-right-btm {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 24px;
  height: 24px;
}
.about_cards .about_card .txt_cont {
  position: relative;
  z-index: 6;
}
.about_cards .about_card .txt_cont .title {
  margin-bottom: 15px !important;
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
}
.about_cards .about_card .txt_cont .p {
  font-size: 13px;
}
.about_cards .about_card .bg {
  border-radius: 25px;
  border-top-left-radius: 80px;
  opacity: 0;
  transition: all 0.3s linear;
  filter: blur(5px);
}
.about_cards .about_card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(58, 38, 29, 0.6156862745), #3a261d);
  z-index: 1;
  transition: all 0.3s linear;
  opacity: 0;
  border-top-left-radius: 80px;
}
.about_cards .about_card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  transform: rotate(-90deg);
}
.about_cards .about_card:hover {
  background-color: rgba(250, 247, 246, 0);
}
.about_cards .about_card:hover .txt_cont .title {
  color: #fff;
}
.about_cards .about_card:hover .txt_cont .p {
  color: #f5f5f5;
}
.about_cards .about_card:hover .bg {
  opacity: 1;
  filter: blur(0px);
}
.about_cards .about_card:hover::before {
  opacity: 1;
}

.rate-card {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.rate-card .stars {
  color: goldenrod;
  font-size: 12px;
  margin-bottom: 20px;
}

.stars-content .star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 17px;
  justify-content: center;
  padding: 30px 15px;
  text-align: center;
  margin: auto;
}
.stars-content .star-rating i {
  margin: 0 5px;
}
.stars-content .star-rating input {
  display: none;
}
.stars-content .star-rating label {
  color: #ccc;
  cursor: pointer;
}
.stars-content .star-rating :checked ~ label {
  color: #FFD06A;
  opacity: 1;
}
.stars-content .star-rating label:hover,
.stars-content .star-rating label:hover ~ label {
  color: #FFB820;
  opacity: 1;
}
.stars-content textarea {
  padding: 20px;
}

.team_sec .team_card {
  position: relative;
  border-radius: 25px;
}
.team_sec .team_card .img_box {
  height: 300px;
  position: relative;
}
.team_sec .team_card .img_box .secImg {
  border-radius: 25px;
  -o-object-position: top;
     object-position: top;
}
.team_sec .team_card .img_box .icon_box {
  width: 70px;
  height: 70px;
  background-color: #f4f1ec;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 25px;
  z-index: 99;
}
.team_sec .team_card .img_box .icon_box .icon {
  font-size: 25px;
  color: var(--primary);
}
.team_sec .team_card .img_box .icon_box .br-left-top {
  position: absolute;
  top: -22px;
  left: 0;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.team_sec .team_card .img_box .icon_box .br-right-btm {
  position: absolute;
  bottom: -2px;
  right: -24px;
  width: 24px;
  height: 24px;
  transform: rotateX(180deg);
}
.team_sec .team_card .card-body {
  text-align: center;
  padding-top: 1.7rem;
}
.team_sec .team_card .card-body .name {
  font-weight: bold;
  font-size: 18px;
}
.team_sec .team_card .card-body .job {
  color: #999;
}

.feedback_sec {
  padding-bottom: 220px;
}
.feedback_sec .feedback_swiper {
  background-color: #f4f1ec;
  padding: 25px;
  border-radius: 25px;
  width: 80%;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  bottom: -160px;
}
.feedback_sec .feedback_card {
  border-radius: 25px;
  border: 1px solid #ecdfda;
  padding: 35px 3vw;
  position: relative;
  background-image: linear-gradient(-135deg, #FAF5F1 55%, #E2DEDC 100%);
}
.feedback_sec .feedback_card .stars i {
  color: #ccc;
  font-size: 12px;
}
.feedback_sec .feedback_card .stars i.active {
  color: #FFD43B;
}
.feedback_sec .feedback_card .p {
  font-size: 15px;
  font-weight: 500;
  color: #a5a3a3;
  height: 136px;
  overflow: hidden;
}
.feedback_sec .feedback_card .prof_box {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-top: 10px;
}
.feedback_sec .feedback_card .prof_box .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline-end: 15px;
  border: 3px solid #eac8ba;
  -o-object-position: top;
     object-position: top;
}
.feedback_sec .feedback_card .prof_box .name {
  font-size: 15px;
}
.feedback_sec .feedback_card .prof_box .job {
  font-size: 13px;
  color: rgba(136, 136, 136, 0.7882352941);
}
.feedback_sec .feedback_card .quote {
  position: absolute;
  bottom: 15px;
  inset-inline-end: 25px;
  font-size: 45px;
  color: rgba(124, 123, 122, 0.3960784314);
}
.feedback_sec .mainImg {
  height: 480px;
  border-radius: 25px 0 0 25px;
}
/*.feedback_sec .swiper-pagination {*/
/*  width: -moz-fit-content;*/
/*  width: fit-content;*/
/*  position: absolute;*/
/*  inset-inline-end: 15%;*/
/*}*/

.map_sec #map {
  height: 500px;
  width: 100%;
  filter: grayscale(0.8);
}

/**********************************************
    Start Edit pg-header
**********************************************/
/**********************************************
    Start Edit auth Page 
**********************************************/
.auth_pg {
  background-color: #f7f4f1;
}
.auth_pg .form_box {
  padding: 25px;
  border-radius: 25px;
  background-color: #fff;
  padding-bottom: 0;
}
.auth_pg .form_box .head_box {
  padding: 25px 2vw;
  padding-top: 0;
  background-color: #f7f4f1;
  position: relative;
  border-radius: 0 0 25px 25px;
}
.auth_pg .form_box .head_box .line_w_circle::after {
  top: 8px;
}
.auth_pg .form_box .head_box .another_opt {
  font-size: 12px;
}
.auth_pg .form_box .head_box .br-left-top {
  position: absolute;
  top: -2px;
  left: -24px;
  width: 24px;
  height: 24px;
  transform: rotateY(-180deg);
}
.auth_pg .form_box .head_box .br-right-btm {
  position: absolute;
  top: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
.auth_pg .form_box .card_body {
  padding: 45px 2vw 35px 2vw;
  padding-bottom: 0;
}
.auth_pg .form_box .card_body .form-group {
  position: relative;
  margin-bottom: 30px;
}
.auth_pg .form_box .card_body .form-group .label {
  color: #0F2837;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.auth_pg .form_box .card_body .form-group .form-control {
  font-weight: bold;
  color: var(--primary);
  font-size: 14px;
  border-radius: 0px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: #ddd;
  padding-inline-start: 60px;
}
.auth_pg .form_box .card_body .form-group .floatingLabel {
  inset-inline-start: 45px;
  color: rgba(0, 61, 59, 0.7333333333);
  font-size: 14px;
}
.auth_pg .form_box .card_body .form-group .icon {
  font-size: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
  color: rgba(0, 61, 59, 0.5098039216);
}
.auth_pg .form_box .card_body .form-group .show_hide_password .show_pass {
  position: absolute;
  bottom: 20px;
  inset-inline-end: 20px;
  cursor: pointer;
  color: var(--primary);
}
.auth_pg .form_box .card_body .form-group .code-group {
  display: flex;
  justify-content: center;
}
.auth_pg .form_box .card_body .form-group .code-group .form-control {
  border: 1px solid #eee !important;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px;
  font-size: 25px;
  padding: 0;
}
.auth_pg .form_box .card_body .form-group.phone_group .form-control {
  text-align: left;
  padding-left: 110px;
  direction: ltr;
  padding-right: 50px;
}
.auth_pg .form_box .card_body .form-group.phone_group .form-control::-moz-placeholder {
  font-weight: 400;
}
.auth_pg .form_box .card_body .form-group.phone_group .form-control::placeholder {
  font-weight: 400;
}
.auth_pg .form_box .card_body .form-group.phone_group .flag {
  position: absolute;
  inset-inline-end: 10px;
  bottom: 22px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.auth_pg .form_box .card_body .form-group.phone_group .code_selct {
  background-color: transparent;
  border: none;
  position: absolute;
  inset-inline-end: 40px;
  bottom: 0px;
  width: 60px;
}
.auth_pg .form_box .card_body .membership_type_box .label {
  color: rgba(0, 61, 59, 0.7333333333);
  font-size: 14px;
}
.auth_pg .form_box .card_body .membership_type_box .form-check {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.auth_pg .form_box .card_body .membership_type_box .form-check * {
  cursor: pointer;
}
.auth_pg .form_box .card_body .membership_type_box .form-check .form-check-label {
  border-radius: 25px;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  color: #999;
  font-size: 16px;
}
.auth_pg .form_box .card_body .membership_type_box .form-check .form-check-input:checked ~ .form-check-label {
  border-color: var(--primary);
  color: var(--primary);
  background-color: rgba(178, 127, 105, 0.1058823529);
}
.auth_pg .form_box .card_body .membership_type_box .form-check .form-check-input {
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.auth_pg .form_box .butn_box {
  background-color: #f7f4f1;
  position: relative;
  padding: 15px 1.5vw;
  padding-top: 20px;
  border-radius: 20px 20px 0 0;
}
.auth_pg .form_box .butn_box .br-left-top {
  position: absolute;
  bottom: -2px;
  left: -24px;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
}
.auth_pg .form_box .butn_box .br-right-btm {
  position: absolute;
  bottom: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}
.auth_pg .pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.02;
}
.auth_pg .pattern2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.02;
  transform: rotateY(180deg);
}

/**********************************************
    Start Edit product_det Page 
**********************************************/
.product_det_pg {
  padding-bottom: 30px;
}
.product_det_pg .inner {
  padding: 0 !important;
  min-height: 70vh;
  position: relative;
}
.product_det_pg .inner .product_imgs {
  height: 500px;
  position: relative;
  width: 100% !important;
  border-radius: 35px;
}

.product_det_pg .inner .product_imgs .play_butn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary);
    color: #fff;
    border-radius: 50% ;
    box-shadow: 3px 6px 15px 0 #0001;
    transition: all .3s  linear;
}
.product_det_pg .inner .product_imgs .play_butn:hover {
    background: var(--secondary );
}

.product_det_pg .inner .product_imgs .gallery-top {
  height: 100%;
  width: 100% !important;
  position: relative;
}
.product_det_pg .inner .product_imgs .gallery-top .secImg {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 35px;
}
.product_det_pg .inner .product_imgs .gallery-top .swiper-slide {
  width: 100% !important;
}
.product_det_pg .inner .product_imgs .gallery-thumbs {
  height: 500px;
  padding: 15px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 35px;
  z-index: 9;
  width: 100px;
}
.product_det_pg .inner .product_imgs .gallery-thumbs .secImg {
  width: 100px;
  height: 80px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(1px) grayscale(100%);
}
.product_det_pg .inner .product_imgs .gallery-thumbs .swiper-slide-thumb-active img {
  filter: blur(0px) grayscale(0%);
}
.product_det_pg .inner .data_box {
  padding-top: 15px;
}
.product_det_pg .inner .data_box .item {
  margin-bottom: 5px;
}
.product_det_pg .inner .data_box .item .icon_box {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 15px;
}
.product_det_pg .inner .data_box .item .txt_cont {
  width: calc(100% - 50px);
}
.product_det_pg .inner .data_box .item .txt_cont .label {
  font-size: 10px;
  color: #999;
}
.product_det_pg .inner .data_box .item .txt_cont .title {
  font-size: 15px;
  color: var(--secondary);
}
.product_det_pg .inner::before {
  background-image: linear-gradient(to right, rgba(17, 32, 52, 0), rgba(0, 61, 59, 0.8196078431), rgba(0, 61, 59, 0.8196078431));
  width: 200px;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 2;
  border-radius: 0 35px 35px 0;
}
.product_det_pg .prod_data {
  padding-top: 50px;
}
.product_det_pg .prod_data .butns .butn {
  margin-inline-start: 10px;
}
.product_det_pg .prod_data .butns .butn i {
  margin: 0;
  font-size: 20px;
}
.product_det_pg .prod_data .det {
  font-size: 16px;
  line-height: 2;
}
.product_det_pg .prod_data .about_cards .about_card .txt_cont .title {
  font-size: 16px;
  transition: all 0.3s linear;
  color: var(--secondary);
}
.product_det_pg .prod_data .about_cards .about_card:hover .txt_cont .title {
  color: #fff;
}

/**********************************************
    Start Edit profile Page 
**********************************************/
.profile_pg {
  background-color: #f7f4f1;
  padding-top: 150px;
}
.profile_pg .nav .nav-link {
  background-color: #fff;
  margin-bottom: 15px;
  color: var(--primary);
  height: 60px;
  border-radius: 20px;
  text-align: start;
  padding-inline-start: 3rem;
}
.profile_pg .nav .nav-link i {
  margin-inline-end: 15px;
}
.profile_pg .nav .nav-link.active {
  background-color: var(--secondary);
  color: var(--primary);
  font-weight: bold;
}
.profile_pg .prof_tab.inner {
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  padding: 0 3vw;
}
.profile_pg .prof_tab.inner .profImg {
  border: 20px solid #f7f4f1;
  border-radius: 55px;
  margin-top: -100px;
  height: 230px;
}
.profile_pg .prof_tab.inner .card-body {
  padding-top: 30px !important;
}
.profile_pg .prof_tab.inner .card-body .data_group {
  margin-bottom: 45px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  position: relative;
  align-items: flex-end !important;
  padding-top: 25px;
}
.profile_pg .prof_tab.inner .card-body .data_group .icon {
  font-size: 25px;
  color: rgba(0, 61, 59, 0.5098039216);
  margin-inline-end: 15px;
}
.profile_pg .prof_tab.inner .card-body .data_group .label {
  color: rgba(0, 61, 59, 0.7333333333);
  opacity: 0.75;
  font-size: 12px;
  margin-bottom: 0.2rem;
      position: absolute;
    top: 0;
    inset-inline-start: 35px;
}
.profile_pg .prof_tab.inner .card-body .data_group .data {
  font-weight: bold;
  font-size: 15px;
  height: 18px;
    overflow: hidden;
}
.profile_pg .prof_tab.inner .card-body .data_group.data_phone_group .data_cont {
  width: calc(100% - 25px);
  padding-left: 45px;
}
.profile_pg .prof_tab.inner .card-body .data_group.data_phone_group .data {
  text-align: left;
}
.profile_pg .prof_tab.inner .card-body .data_group.data_phone_group .code_phone {
  position: absolute;
  left: 10px;
  bottom: 15px;
  font-size: 15px;
  direction: ltr;
}
.profile_pg .prof_tab.inner .card-body .data_group.data_phone_group .code_phone .flag {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile_pg .prof_tab.inner .butn_box {
  background-color: #f7f4f1;
  position: relative;
  padding: 15px 1.5vw;
  padding-top: 20px;
  border-radius: 20px 20px 0 0;
}
.profile_pg .prof_tab.inner .butn_box .br-left-top {
  position: absolute;
  bottom: -2px;
  left: -24px;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
}
.profile_pg .prof_tab.inner .butn_box .br-right-btm {
  position: absolute;
  bottom: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}
.profile_pg .fav_tab {
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  padding: 45px 3vw;
  padding-top: 0;
}
.profile_pg .fav_tab .head_box {
  position: relative;
  padding: 25px 2vw;
  padding-top: 0;
  background-color: #f7f4f1;
  position: relative;
  border-radius: 0 0 25px 25px;
}
.profile_pg .fav_tab .head_box .br-left-top {
  position: absolute;
  top: -2px;
  left: -24px;
  width: 24px;
  height: 24px;
  transform: rotateY(-180deg);
}
.profile_pg .fav_tab .head_box .br-right-btm {
  position: absolute;
  top: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}

.prof_broker .prof_tab.inner .prof_box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  border: 10px solid #F7F4F1;
  top: -75px;
}
.prof_broker .prof_tab.inner .prof_box .secImg {
  display: block;
  margin: auto;
  border-radius: 50%;
}
.prof_broker .prof_tab.inner .prof_box::before {
  content: "";
  width: 100%;
  height: 75px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  background: url(../images/badge_bg.svg) no-repeat center;
  background-size: contain;
  z-index: 5;
}
.prof_broker .prof_tab.inner .card-body {
  margin-top: -75px;
}
.prof_broker .prof_tab.inner .card-body .data_group {
  margin-bottom: 30px;
}
.prof_broker .prof_tab.inner .card-body .data_group .data {
  margin-bottom: 0;
}
.prof_broker .prof_tab.inner .card-body .data_group.data_phone_group .code_phone {
  bottom: 18px;
}
.prof_broker .statics_inner {
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  padding: 50px 3vw;
  padding-bottom: 0;
}
.prof_broker .statics_inner .about_card .icon_box {
  top: 2px;
}
.prof_broker .statics_inner .about_card .icon_box .br-left-top {
  top: -3px;
  right: -23px;
}
.prof_broker .statics_inner .butn_box {
  background-color: #f7f4f1;
  position: relative;
  padding: 15px 1.5vw;
  padding-top: 20px;
  border-radius: 20px 20px 0 0;
}
.prof_broker .statics_inner .butn_box .br-left-top {
  position: absolute;
  bottom: -2px;
  left: -24px;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
}
.prof_broker .statics_inner .butn_box .br-right-btm {
  position: absolute;
  bottom: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}

.prof_broker2 .prof_tab.inner {
  padding-inline: 25px;
}
.prof_broker2 .prof_tab.inner .card-body .data_group {
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
}
.prof_broker2 .statics_inner .about_card .icon_box {
  top: 1px;
}
.prof_broker2 .about_cards .about_card .txt_cont .p {
  font-size: 13px !important;
}

.prof_broker3 {
  padding-top: 70px;
  background-color: transparent;
}
.prof_broker3 .top_box {
  padding: 25px 3vw;
  background-color: #f7f4f1;
  border-radius: 25px;
  position: relative;
}
.prof_broker3 .top_box .prof_box {
  height: 250px;
  margin-inline-end: 2vw;
  border-radius: 25px;
  position: relative;
}
.prof_broker3 .top_box .prof_box .secImg {
  border-radius: 25px;
}
.prof_broker3 .top_box .prof_box .icon_box {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  background-color: #f7f4f1;
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 25px;
  z-index: 99;
}
.prof_broker3 .top_box .prof_box .icon_box .badgeIcon {
  width: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prof_broker3 .top_box .prof_box .icon_box .icon {
  font-size: 30px;
  color: var(--primary);
}
.prof_broker3 .top_box .prof_box .icon_box .br-left-top {
  position: absolute;
  top: -1px;
  left: -24px;
  width: 24px;
  height: 24px;
  /* transform: rotateY(180deg);*/
}
.prof_broker3 .top_box .prof_box .icon_box .br-right-btm {
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 24px;
  height: 24px;
  transform: rotateY(180deg);
}
.prof_broker3 .top_box .data_box .item {
  display: flex;
  font-size: 19px !important;
  margin-bottom: 15px;
}
.prof_broker3 .top_box .data_box .item:last-child {
  margin-bottom: 0;
}
.prof_broker3 .top_box .data_box .item i {
  color: var(--primary);
  margin-inline-end: 15px;
}
.prof_broker3 .top_box .data_box .item .data {
  color: #888;
  margin-bottom: 0;
  margin-top: 4px;
}
.prof_broker3 .top_box .butns .butn {
  padding-inline: 1rem !important;
  font-size: 13px !important;
}
.prof_broker3 .statics_inner {
  padding: 0;
  background-color: transparent;
}
.prof_broker3 .statics_inner .about_card .icon_box {
  top: 0px;
}

.prof_broker3 .my_orders_tab {
    
}


.my_orders_tab .table {
  margin-bottom: 0;
  border-radius: 15px;
}

.my_orders_tab .table thead, 
.my_orders_tab .table tbody, 
.my_orders_tab .table tfoot, 
.my_orders_tab .table tr, 
.my_orders_tab .table td, 
.my_orders_tab .table th {
  border-color: #eee !important;
  text-align: center;
}

.my_orders_tab .table thead tr {
  background-color: #1D2426;
  border-radius: 15px;
  text-align: center;
}

.my_orders_tab .table thead tr th {
  color: #fff;
  font-size: 16px;
  padding: 1.3rem 1rem;
}

.my_orders_tab .table thead tr th:nth-child(1) {
  border-radius: 0 15px 0 0;
}

.my_orders_tab .table thead tr th:last-child {
  border-radius: 15px 0 0 0;
}

.my_orders_tab .table tbody tr:last-child td:nth-child(1) {
  border-radius: 0 0 15px 0;
}

.my_orders_tab .table td {
  vertical-align: middle;
  padding: 1rem;
  border: 1px solid #e4dede !important;
  font-size: 15px;
}

/*.my_orders_tab .table tr:last-child td {*/
/*  border-bottom: 1px solid transparent !important;*/
/*}*/

.profile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.profile-container .profile-pic {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ccc;
}
 .profile-container .remove-btn {
  position: absolute;
    top: 5px;
    left: 42%;
    transform: translateX(-58%);
  background: white;
  border: none;
  color: #555;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
 .profile-container .upload-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.345);
    text-align: center;
    padding: 5px 0;
    font-size: 22px;
    cursor: pointer;
    border-radius: 0 0 50% 50%;
    backdrop-filter: blur(5px);
}

/**********************************************
    Start Edit another Page 
**********************************************/
.adv_pg .uploading_box .label {
  color: rgba(0, 61, 59, 0.7333333333);
  opacity: 0.75;
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.adv_pg .uploading_box .filepond * {
  cursor: pointer;
}
.adv_pg .uploading_box .filepond--list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.adv_pg .uploading_box .filepond--item {
  width: 150px;
  height: 150px !important;
}
.adv_pg .uploading_box .filepond--root .filepond--drop-label {
  border-radius: 25px;
}
.adv_pg .uploading_box .filepond--drop-label.filepond--drop-label label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 61, 59, 0.7333333333);
}
.adv_pg .uploading_box input.filepond,
.adv_pg .uploading_box .filepond--root .filepond--credits {
  display: none;
}
.adv_pg .uploading_box .filepond--file-action-button {
  display: flex;
}
.adv_pg .uploading_box_new .label {
  color: rgba(0, 61, 59, 0.7333333333);
  opacity: 0.75;
  font-size: 14px;
  margin-bottom: 0.2rem;
}
.adv_pg .uploading_box_new .media_box {
  background-color: #f4f1ec;
  border-radius: 15px;
  height: 150px;
  position: relative;
  padding: 5px;
}
.adv_pg .uploading_box_new .media_box * {
  cursor: pointer;
}
.adv_pg .uploading_box_new .media_box .preview,
.adv_pg .uploading_box_new .media_box .previewContainer img,
.adv_pg .uploading_box_new .media_box .previewContainer video {
  width: 100%;
  height: 100px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.adv_pg .uploading_box_new .media_box .iconWrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(220, 220, 220, 0.5921568627);
  top: 25px;
  font-size: 50px;
}
.adv_pg .uploading_box_new .media_box .removeBtn {
  width: 30px;
  height: 30px;
  display: none;
  margin-top: 5px;
  background: #fff;
  color: rgb(255, 134, 134);
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  inset-inline-end: 10px;
}
.adv_pg .uploading_box_new .media_box .fileName {
  font-size: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adv_pg .uploading_box_new .media_box .fileInput {
  width: 100%;
  height: 150px !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.adv_pg .form-floating > textarea {
  height: auto !important;
}

/**********************************************
    Start Edit another Page 
**********************************************/
.reals_pg .filter_box {
  border-radius: 25px;
  padding: 25px;
}
.reals_pg .filter_box .form-group {
  position: relative;
  background-color: transparent;
}
.reals_pg .filter_box .form-group .form-control {
  font-weight: bold;
  color: var(--primary);
  font-size: 14px;
  background-color: rgba(231, 213, 205, 0.3294117647) !important;
  border-color: rgba(231, 213, 205, 0.3294117647);
  border-radius: 25px;
  padding-inline-start: 60px;
  background-color: transparent;
  height: 55px !important;
}
.reals_pg .filter_box .form-group label {
  color: rgba(0, 61, 59, 0.7333333333);
  font-size: 12px;
  display: block;
  margin-bottom: 0.5rem;
}
.reals_pg .filter_box .form-group .icon {
  font-size: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset-inline-start: 15px;
  top: 37px;
  color: rgba(0, 61, 59, 0.5098039216);
}
.reals_pg .filter_box .butn {
  height: 55px !important;
}

.reals_pg .real_card .img_box .swiper-button-next {
    transform: translateX(50px);
}
.reals_pg .real_card .img_box .swiper-button-prev {
    transform: translateX(-50px);
}
.reals_pg .real_card:hover .img_box .swiper-button-next, 
.reals_pg .real_card:hover .img_box .swiper-button-prev, 
.reals_pg .real_card:hover .img_box .swiper-pagination {
    transform: translate(0px)!important;
}
/**********************************************
    Start Edit another Page 
**********************************************/
.contact_pg .contact_links .item {
  margin-bottom: 35px;
  display: flex;
  align-items: end;
}
.contact_pg .contact_links .item .icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 10px;
  position: relative;
  bottom: 8px;
  filter: var(--filterWhite);
  opacity: 0.5;
}
.contact_pg .contact_links .item .txt_cont {
  width: calc(100% - 45px);
}
.contact_pg .contact_links .item .txt_cont .label {
  color: var(--primary);
  font-size: 17px;
  margin-bottom: 0px;
}
.contact_pg .contact_links .item .txt_cont .data {
  color: #002F35;
  font-size: 18px;
  font-weight: bold;
}
.contact_pg .contact_links .item .txt_cont .data.dir_ltr {
  text-align: right;
}
.contact_pg .form_box {
  padding: 25px;
  border-radius: 25px;
  background-color: #fff;
  padding-bottom: 0;
}
.contact_pg .form_box .head_box {
  padding: 45px 2vw 35px 2vw;
  padding-top: 25px;
  background-color: #F4F1EC;
  position: relative;
  border-radius: 0 0 25px 25px;
}
.contact_pg .form_box .head_box .br-left-top {
  position: absolute;
  top: -2px;
  left: -24px;
  width: 24px;
  height: 24px;
  transform: rotateY(-180deg);
}
.contact_pg .form_box .head_box .br-right-btm {
  position: absolute;
  top: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
.contact_pg .form_box .card_body {
  padding: 45px 2vw 35px 2vw;
  padding-bottom: 0;
}
.contact_pg .form_box .card_body .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact_pg .form_box .card_body .form-group .label {
  color: #0F2837;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.contact_pg .form_box .card_body .form-group .form-control {
  font-weight: bold;
  color: var(--primary);
  font-size: 14px;
  border-radius: 0px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: #ddd;
  padding-inline-start: 60px;
}
.contact_pg .form_box .card_body .form-group textarea {
  height: auto !important;
}
.contact_pg .form_box .card_body .form-group .floatingLabel {
  inset-inline-start: 45px;
  color: rgba(0, 61, 59, 0.7333333333);
  font-size: 14px;
}
.contact_pg .form_box .card_body .form-group .icon {
  font-size: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
  color: rgba(0, 61, 59, 0.5098039216);
}
.contact_pg .form_box .card_body .form-group .code-group {
  display: flex;
  justify-content: center;
}
.contact_pg .form_box .card_body .form-group .code-group .form-control {
  border: 1px solid #eee !important;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px;
  font-size: 25px;
  padding: 0;
}
.contact_pg .form_box .card_body .form-group.phone_group .form-control {
  text-align: left;
  padding-left: 110px;
  direction: ltr;
}
.contact_pg .form_box .card_body .form-group.phone_group .form-control::-moz-placeholder {
  font-weight: 400;
}
.contact_pg .form_box .card_body .form-group.phone_group .form-control::placeholder {
  font-weight: 400;
}
.contact_pg .form_box .card_body .form-group.phone_group .flag {
  position: absolute;
  inset-inline-end: 10px;
  bottom: 22px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_pg .form_box .card_body .form-group.phone_group .code_selct {
  background-color: transparent;
  border: none;
  position: absolute;
  inset-inline-end: 40px;
  bottom: 0px;
  width: 60px;
}
.contact_pg .form_box .butn_box {
  background-color: #f7f4f1;
  position: relative;
  padding: 15px 1.5vw;
  padding-top: 20px;
  border-radius: 20px 20px 0 0;
}
.contact_pg .form_box .butn_box .br-left-top {
  position: absolute;
  bottom: -2px;
  left: -24px;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
}
.contact_pg .form_box .butn_box .br-right-btm {
  position: absolute;
  bottom: -2px;
  right: -22px;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}

/**********************************************
    Start Edit another Page 
**********************************************/
.content_pg .txt_box h5 {
  color: #002F35;
  font-size: 18px;
}
.content_pg .txt_box .p {
  font-size: 15px;
  color: #888;
}
.content_pg .txt_box .ul li {
  color: #888;
  margin-bottom: 5px;
  display: block;
  position: relative;
  padding-inline-start: 20px;
  font-size: 15px;
}
.content_pg .txt_box .ul li::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-size: 8px;
  position: absolute;
  top: 7px;
  inset-inline-start: 0;
}
.content_pg .pattern {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  opacity: 0.2;
  width: 55%;
  -o-object-position: bottom;
     object-position: bottom;
}



.req_pg .real_card .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-inline-end: 15px;
    object-fit: cover;
}

/**********************************************
    Start Edit Media screens 
**********************************************/
@media screen and (max-width: 991px) {
    .d_mob_none {
        display: none  !important ;
    }
  .order_md_1 {
    order: -1;
  }
  .navs-container .navbar .logo {
    width: 200px;
  }
  .header .inner {
    flex-direction: column;
  }
  .header .inner .search_box {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    margin-top: 70px;
    border-radius: 25px;
  }
  .header .inner .search_box .form-group {
    margin-bottom: 10px;
  }
  .header .inner .search_box::after, .header .inner .search_box::before {
    display: none;
  }
  .header .inner .txt_box .title {
    font-size: 28px;
  }
  .header .inner .txt_box .p {
    font-size: 16px !important;
  }
  .header .inner .search_box .inputs_row {
    padding-inline-end: 0;
  }
    .header .inner .search_box .inputs_row .sm_butn {
        position: relative;
        inset-inline-end: 0;
        width: 100%;
        border-radius: 25px;
    }
    .reals_pg .filter_box .form-group {
        margin-bottom: 17px;
    }
  .offer_card .img_box {
    height: 250px;
  }
  .featured_reals .imgs_box {
    margin-top: 25px;
  }
  .featured_reals .imgs_box .swiper-slide-prev .secImg,
  .featured_reals .imgs_box .swiper-slide-next .secImg {
    height: 200px;
  }
  .featured_reals .imgs_box .secImg {
    height: 300px;
  }
  .feedback_sec {
    padding-bottom: 50px;
  }
  .feedback_sec .mainImg {
    height: 250px;
    border-radius: 25px;
  }
  .feedback_sec .feedback_swiper {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .feedback_sec .txt_box .sec_head {
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
  }
  .feedback_sec .swiper-pagination {
    width: 100%;
    inset-inline-end: 0;
  }
  .product_det_pg .inner .product_imgs .gallery-thumbs .secImg {
    width: 80px;
  }
  .product_det_pg .inner .search_box {
    margin-top: 0px;
  }
  .auth_pg .form_box .card_body .membership_type_box .form-check .form-check-label {
    margin-bottom: 15px;
  }
  .profile_pg {
    padding-top: 70px;
  }
  .profile_pg .prof_tab.inner .profImg {
    margin-top: 10px;
  }
  .form-control {
      font-size: 16px !important ;
  }
  
  /*  .featured_reals  .swiper-button-next, */
  /*.featured_reals .swiper-button-prev{*/
  /*    display : none !important ;*/
  /*}*/
  
  .featured_reals  .swiper-button-next, 
  .featured_reals  .swiper-button-prev {
    top: 65%;
  }
  
  
    .prof_broker3 .top_box .prof_box {
        margin-bottom: 20px;
    }
    .prof_broker3 .top_box .butns {
        flex-wrap: wrap;
    } 
    .prof_broker3 .top_box .butns .butn {
        padding-inline: .5rem !important;
        font-size: 12px !important;
        width: 150px;
        margin: 5px !important;
    }
    .profile_pg .nav  {
        justify-content: center ;
    }
    .profile_pg .nav .nav-link {
        border-radius: 15px;
        height: 45px;
        padding: .5rem !important;
        font-size: 13px;
        margin: 5px !important;
        width: 150px;
        text-align: center ;
    }
    
    .my_orders_tab .table thead tr th {
        white-space: nowrap;
        border-color: #55555578  !important;
    }
    
    
    
    
}
/**********************************************
    Start Edit EN direction 
**********************************************/
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */