:root {
  --color-primary: #49223d;
  --color-secondary: #49223d;
  --color-location: #49223d;
  --color-details: rgb(34, 34, 34);
  --color-footer: #49223d;
  --trans: all 0.2s ease-in-out;
}


.btn-dark,
.badge-info,
.btn-primary {
  background-color: #49223d !important;
}

.footer-link a {
  color: #763127 !important;
  font-size: 16px;
  font-weight: 600;
}

.badge-info {
  margin-left: 10px;
}

h1,
h4,
body,
p,
h3,
h5,
h6 {
  color: #49223d;
}


body {
  background-color: rgb(232, 232, 232);
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
}

.top-items {
  display: flex;
  gap: 4rem;
}

.top-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.email {
  text-decoration: none;
  color: #49223d;
}

.nav-custom {
  background: linear-gradient(to bottom, #49223d, #49223d);
}

@media screen and (max-width: 700px) {
  .nav-custom {
    background: linear-gradient(to bottom, #49223d, #49223d);
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #d7d7d7;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.text-dark {
  color: #49223d !important;
}

.navbar-light .navbar-toggler {
  color: white;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ffffff;
}

.highlight-box {
  padding: 2rem;
  background: white;
  width: calc(100% - 20px);
  max-width: 450px;
  box-shadow: 1 0px 1px #49223d;
  position: absolute;
  top: 11rem;
  margin-right: 10px;
  border-radius: 10px;
  right: 0rem;
}

.highlight-box a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-location);
  transition: var(--trans);
}

.highlight-box a:hover {
  color: var(--color-primary);
}

.location {
  color: var(--color-details);
  font-weight: 600;
  padding: 1rem 0;
}

.highlight-box table tr td {
  padding-right: 1rem;
}

.highlight-box table tr td i {
  color: var(--color-primary);
}

.sale {
  margin-top: 1rem;
}

.sale p {
  margin-bottom: 0;
}

.sale-highlight {
  font-size: 1.5rem;
  color: var(--color-primary);
}

.about {
  color: var(--color-details);
  /* margin-top: 2rem; */
  font-size: 22px;
  color: white;
  font-weight: 600;
  background-color: #49223d;
  display: inline-block;
  padding: 20px;
  border-bottom-right-radius: 10px;
}

.feat_prop_title {
  font-size: 22px;
  color: white;
  font-weight: 600;
  background-color: #49223d;
  display: inline-block;
  padding: 10px;
}

.prop_f_title {
  border-top: solid 3px #49223d;
}

.about-desc {
  width: 80%;
  margin: 2rem auto;
  color: var(--color-details);
  line-height: 1.8;
}

main h3 {
  font-size: 1rem;
  text-align: center;
  color: var(--color-primary);
}

.main-head {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.badge-primary {
  background-color: #49223d !important;
}

h1 {
  font-weight: 600;
}

.home-about {
  background-color: white;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.main-head span.title-border {
  display: inline-block;
  height: 4px;
  width: 100px;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
}

.main-head span:hover {
  width: 200px;
}

main h1 {
  text-align: center;
  /* margin-bottom: 20px; */
}

.land-cards {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  margin: 3rem auto;
  padding: 1rem;
}

.land-card {
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
  /* padding: 10px; */
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #49223d;
  box-shadow: 2px 2px 10px rgb(206, 206, 206);
}

.img-icons {
  overflow: hidden;
}

.img-icons img {
  width: 100%;
  transform: scale(1.1);
  transition: all ease-in 0.4s;
}

.img-icons i {
  position: absolute;
  padding: 1rem;
  z-index: 1;
}

.land-card img:hover {
  transform: scale(1);
}

.land-card-details {
  padding: 1rem;
}

.land-heading {
  color: var(--color-location);
  font-weight: 600;
  font-size: 1.5rem;
  transition: var(--trans);
}

.land-heading:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.location {
  display: block;
  color: #763127;
  text-decoration: underline;
}

.location:hover {
  color: #49223d;
}

.for-sale-highlight {
  color: var(--color-secondary);
  margin-bottom: 0;
}

footer {
  background: var(--color-footer);
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav .socials {
  color: #8b9293;
  display: flex;
  gap: 1rem;
}

.footer-nav .socials a {
  color: #8b9293;
}

.row-box {
  margin-top: 3rem;
}

.row-box ul {
  color: rgb(135, 135, 135);
  font-size: 0.9rem;
  line-height: 2;
}

.copyright-footer {
  display: flex;
  color: rgb(135, 135, 135);
  margin-top: 3rem;
  gap: 0.5rem;
}

.desc-body {
  background: rgb(225, 225, 225);
}

main {
  margin: 1rem auto;
  /* width: 87%; */
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 1rem; */
}

.main-header div h2 {
  font-size: 1.5rem;
  font-weight: 700;
}


.main-header div p {
  color: var(--color-details);
}

.for-sale-price-desc {
  border-left: #49223d 2px solid;
  padding-left: 2rem;
}

.for-sale-price-desc h1 {
  margin-top: -1rem;
  padding: 0;
  font-size: 1.5rem;
  color: var(--color-primary);
}

main img {
  /* margin-top: 2rem; */
  background-size: cover;
  width: 100%;
}

.main-cards-desc {
  display: flex;
  justify-content: space-between;
  border-bottom: rgb(180, 180, 180) 1px dashed;
}

.size-road {
  display: flex;
  gap: 3rem;
}

.recom {
  position: relative;
  top: 15px;
  box-sizing: border-box;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #ea723d;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
}

.recommended {
  height: 30px;
  font-size: 20px;
  padding-left: 20px;
  width: 100px;
  background: #ea723d;
  color: white;
  position: relative;
  box-sizing: border-box;
}

.card-image img {
  width: 100%;
}

.prop-desc {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;

}

.sn-icon-cont {
  padding: 15px 15px;
  cursor: pointer;
  border-radius: 5px;
  /* margin: 0 10px; */
  /* background-color: rgb(214, 214, 214); */
}









/*********footer*******************/
.kilimanjaro_area {
  position: relative;
  z-index: 1;
}

.foo_top_header_one {
  background-color: var(--color-footer);
  color: #fff;
}

.section_padding_100_70 {
  padding-top: 30px;
}

.foo_top_header_one {
  color: #fff;
}

.kilimanjaro_part {
  margin-bottom: 30px;
}

.foo_top_header_one .kilimanjaro_part>h5 {
  color: #fff;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 30px;
}

.kilimanjaro_single_contact_info>p,
.kilimanjaro_single_contact_info>h5,
.kilimanjaro_blog_area>a,
.foo_top_header_one .kilimanjaro_part>p {
  color: rgba(255, 255, 255, .5);
}

.kilimanjaro_area p,
.kilimanjaro_area ul li,
.kilimanjaro_area ol li {
  font-weight: 300;
}

.kilimanjaro_area ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_bottom_header_one {
  background-color: #111;
}

.section_padding_50 {
  padding: 20px 0;
}

.kilimanjaro_bottom_header_one p {
  color: #fff;
  margin: 0;
}

.kilimanjaro_area p,
.kilimanjaro_area ul li,
.kilimanjaro_area ol li {
  font-weight: 300;
}

.kilimanjaro_bottom_header_one a {
  color: inherit;
  font-size: 14px;
}

.kilimanjaro_area a,
.kilimanjaro_area h1,
.kilimanjaro_area h2,
.kilimanjaro_area h3,
.kilimanjaro_area h4,
.kilimanjaro_area h5,
.kilimanjaro_area h6 {
  font-weight: 400;
}

.m-top-15 {
  margin-top: 15px;
}

.kilimanjaro_area ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_widget>li {
  display: inline-block;
}

.kilimanjaro_area p,
.kilimanjaro_area ul li,
.kilimanjaro_area ol li {
  font-weight: 300;
}

.kilimanjaro_area ol li,
.kilimanjaro_area ul li {
  list-style: outside none none;
}

.kilimanjaro_widget a {
  border: 1px solid #333;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}

ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, .5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.kilimanjaro_links a {
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
}

.kilimanjaro_area .top-15 {
  margin-top: 15px;
}

.foo_top_header_one .kilimanjaro_part>h5 {
  color: #fff;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
  margin-bottom: 10px;
}

.kilimanjaro_social_links>li {
  display: inline-block;
}

.kilimanjaro_area p,
.kilimanjaro_area ul li,
.kilimanjaro_area ol li {
  font-weight: 300;
}

.kilimanjaro_social_links a {
  border: 1px solid rgb(146, 146, 146);
  border-radius: 6px;
  color: rgb(196, 196, 196);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  padding: 7px 12px;
}

.kilimanjaro_blog_area .kilimanjaro_date {
  color: #27ae60;
  font-size: 13px;
  margin-bottom: 5px;
}

.kilimanjaro_blog_area>p {
  color: rgba(255, 255, 255, .5);
  line-height: 1.3;
  margin-bottom: 0;
}

.kilimanjaro_works>a {
  display: inline-block;
  float: left;
  position: relative;
  width: 33.33333333%;
  z-index: 1;
}

.kilimanjaro_thumb {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

.kilimanjaro_links a i {
  padding-right: 10px;
}

/* :: 18.0 Footer Area CSS */

.footer_area {
  position: relative;
  z-index: 1;
}

.footer_bottom p>i,
.footer_bottom p>a:hover {
  color: #27ae60;
}

.social_links_area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social_links_area>a:hover {
  color: #27ae60;
}

.inline-style .social_links_area>a:hover {
  background-color: transparent;
  color: #27ae60;
  border: 0px solid transparent;
}

.single_feature:hover .feature_text h4 {
  color: #27ae60;
}

.kilimanjaro_blog_area {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}

.bg-dark {
  background-color: #49223d !important;
}

.bg-dark .dropdown-item {
  color: white;
}

.bg-dark .dropdown-item:hover {
  color: #49223d;
}

.card-header {
  background-color: #49223d;
  color: white;
}

.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255, 255, 255, .5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.let-call {
  background-color: white;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.dropdown .btn-secondary {
  background-color: #763127 !important;
  border: none;
  font-size: 12px;
}

.let-call-title {
  padding: 5px 10px;
  background-color: #49223d;
  color: white;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  top: -20px;
}

.sn-divider {
  height: 2px;
  width: 100%;
  background-color: #49223d;
  margin: 10px 0;
}

.header-icon {
  padding: 0 10px;
}

.top-bar-side {
  padding-top: 15px;  
}

.logo {
  padding: 10px 20px;
}

.latest_property .latest {
  font-size: 22px;
  font-weight: 600;
  background-color: #49223d;
  display: inline-block;
  padding: 20px;
  margin-bottom: 20px;
}

.latest_property .latest * {
  color: white;
  text-align: left;
  margin-bottom: 0;
}

.latest_property {
  border-top: solid 3px #49223d;
  border-left: solid 3px #49223d;
}

.latest_property .posts_latest {
  padding: 0 10px;
}

.page-item.active .page-link {
  background-color: #49223d;
  border-color: #49223d;
}

.page-link {
  color: #763127;
}

.page-link:hover {
  color: #49223d;
}