/*
Theme Name: Dynamic Homes
Theme URI: 
Description: Exclusive theme for Dynamic Home Real Estate Agency
Version: 1.0
Author: Peter Orwa, Junior - Dekiru Creations 
Author URI: https://dekirucreations.com
*/


html {
  color: #222;
  font-size: 1em;
  line-height: 1.4
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}
::selection {
  background: #b3d4fc;
  text-shadow: none
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
.hidden,
[hidden] {
  display: none!important
}
.visually-hidden {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto
}
.invisible {
  visibility: hidden
}
.clearfix::after,
.clearfix::before {
  content: "";
  display: table
}
.clearfix::after {
  clear: both
}
@media print {
  *,
  ::after,
  ::before {
    background: #fff!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important
  }
  a,
  a:visited {
    text-decoration: underline
  }
  a[href]::after {
    content: " (" attr(href) ")"
  }
  abbr[title]::after {
    content: " (" attr(title) ")"
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""
  }
  pre {
    white-space: pre-wrap!important
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  img,
  tr {
    page-break-inside: avoid
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
}
h1 {
  font-size: 4.2em;
  font-weight: 700
}
h2 {
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--brand-green);
  margin: 0
}
:root {
  --brand-green: #6B732F;
  --brand-orange: #F28B30;
  --brand-tan: #F2C094;
  --brand-lignt: #F2F2F2;
  --text: #001a1a;
  --border-radius-l: 28px;
  --border-radius-s: 8px;
  --border-radius-m: 18px
}
body {
  max-width: 1920px;
  margin: auto;
  font-family: 'PT Sans',sans-serif;
  font-size: 1.1em;
  color: var(--text)
}
a:not(.btn) {
  color: var(--brand-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.container {
  width: 82%;
  margin: 0 auto;
  max-width: 1440px
}
@media only screen and (max-width:1200px) {
  .container {
    width: 90%
  }
}
.contact svg,
.header-contact svg,
.socials svg {
  height: 24px
}
.inner-header.container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
nav ul li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  padding: 15px;
  position: relative
}
nav ul li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--brand-green);
  text-decoration: none !important;
}
nav ul li.active::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: var(--brand-orange);
  border-radius: 3px;
  margin: 4px auto;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0
}
.header-contact a {
  font-size: 1.1em;
  font-weight: 700;
  color: var(--brand-green);
  text-decoration: none;
}
.header-contact a:hover {
  text-decoration: underline;
}
.hero {
  margin-top: 15px
}
.hero-text {
  width: 55%
}
.hero .inner {
  display: flex;
  align-items: center;
  min-height: 600px;
  width: 94%;
  margin: 0 auto;
  background-image: url(img/hero-t-min.jpg);
  background-size: cover;
  background-position: center left;
  border-radius: var(--border-radius-l)
}
.hero h1,
.sub-heading {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 300
}
.hero .hook {
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--brand-green)
}
.hero p {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: -.005em
}
.home-search {
  margin: -2em 0 0
}
section.featured {
  padding: 80px 0 40px
}
.home-search .container {
  background: var(--brand-green);
  padding: 30px 40px;
  border-radius: 18px
}
.search-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 1fr;
  align-items: center
}
.search-wrap .input-wrap {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.2em;
  width: 100%;
  padding: 0 20px 18px;
  box-sizing: border-box
}
.filter-search .search-wrap .input-wrap {
  color: var(--text)
}
.filter-search .search-wrap .input-wrap input[type=text] {
  border: 1px solid #ccc
}
.input-wrap > label {
  display: block;
  text-transform: uppercase;
  font-size: .7em;
  margin-bottom: 10px
}
.input-wrap > input {
  width: 100%;
  height: 2.2em;
  border-radius: var(--border-radius-s);
  padding: .5em .75em;
  border: none;
  font-size: .8em;
  box-sizing: border-box
}
.cta .btn,
.input-wrap .btn {
  width: 100%;
  height: 2.8em;
  border: none;
  text-transform: uppercase;
  font-size: .8em;
  padding: 0;
  font-weight: 700;
  border-radius: var(--border-radius-s);
  background-color: var(--brand-orange);
  font-family: 'PT Sans';
  letter-spacing: .15em;
  color: var(--text);
  display: inline;
  cursor: pointer; 
}
button {
  cursor: pointer;
}
.filter-search .input-wrap .btn {
  background-color: var(--brand-green);
  color: #fff;
  height: 2.5em
}
.search-wrap .input-wrap.submit {
  padding: 0 20px
}
.filter-search .search-wrap .input-wrap.submit {
  margin-top: 10px;
  padding: 10px
}
.center {
  text-align: center
}
.grid {
  display: grid
}
p.larger {
  font-size: 1.4em
}
.grid.col-3 {
  grid-template-columns: repeat(3,1fr);
  gap: 30px
}
.properties {
  margin-top: 80px
}
.property-image img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: var(--border-radius-m);
  border-top-right-radius: var(--border-radius-m)
}
.property {
  box-shadow: -4px 9px 25px -6px rgba(181,227,184,.4);
  border: 1px solid #eee;
  border-radius: var(--border-radius-m);
  display: flex;
  flex-direction: column
}
.property h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 10px
}
.property-price {
  font-size: 1.6em;
  color: var(--brand-green);
  margin: 0 0 5px
}
.property-details {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1
}
.property-location {
  color: var(--brand-green)
}
.property-details .btn {
  margin-top: auto;
  width: fit-content
}
.property-meta {
  margin: 5px 0 15px
}
.meta-item svg {
  height: 1.2em;
  width: auto;
  margin-top: -4px;
  stroke: var(--brand-orange)
}
.meta-item {
  display: inline-block;
  margin: 0;
  font-size: .9em;
  color: #666
}
.action-area {
  display: flex;
  gap: 10px;
  margin-top: 10px
}
.action-area .btn {
  width: 100%;
  text-align: center
}
.btn.btn-secondary {
  background: var(--brand-lignt);
  color: var(--brand-green);
  padding: 10px 0;
  font-size: .8em
}
.action-area svg {
  height: 1em;
  width: auto;
  fill: var(--brand-green)
}
.single-meta .meta-items {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  width: 100%
}
.btn {
  display: inline-block;
  text-decoration: none;
  background: var(--brand-green);
  color: #fff;
  padding: 10px 16px;
  border-radius: var(--border-radius-s);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .8em;
  transition: background .3s ease
}
.cta {
  margin: 0 0 -200px;
  padding: 50px;
  position: relative;
  z-index: 1
}
.cta .container .grid {
  background: var(--brand-green);
  border-radius: var(--border-radius-l);
  color: #fff
}
.cta h2 {
  color: #fff;
  line-height: 1
}
.grid.col-2 {
  grid-template-columns: 1fr 1fr;
  gap: 30px
}
.cta .btn {
  padding: .75em 1.5em;
  font-size: 1.1em;
  height: 2.3em
}
.cta .larger {
  margin-bottom: 50px
}
.grid-item.content {
  padding: 60px 40px;
  align-items: center;
  display: flex
}
.grid-item.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  border-top-left-radius: var(--border-radius-l);
  border-bottom-left-radius: var(--border-radius-l)
}
footer {
  background: #ffecc4;
  padding: 120px 0 40px;
  margin-top: 80px
}
footer .grid {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px
}
footer img {
  height: 120px
}
footer .socials a {
  margin-right: 15px
}
footer .socials a svg {
  height: 32px;
  fill: var(--brand-orange)
}
footer .socials a:hover svg {
  fill: var(--brand-green)
}
.divider {
  border-top: 1px solid var(--brand-orange);
  margin: 40px 0
}
.right {
  text-align: right;
  right: 0;
  position: absolute
}
footer .copyright {
  display: inline
}
footer .container {
  position: relative
}
footer ul.footer-links {
  margin: 0;
  padding: 0
}
ul.footer-links li {
  list-style: none;
  margin: 0;
  list-style-position: outside;
  padding: 0
}
footer a {
  color: var(--brand-green)
}
.page-title {
  background-size: cover;
  background-position: center
}
.page-title .inner {
  width: 94%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-l)
}
.page-title .inner .container {
  padding: 40px
}
.page-title h1 {
  font-size: 3.5em;
  font-weight: 700;
  color: var(--brand-green);
  margin: 0 0 10px;
  line-height: 1;
  width: 80%
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden
}
.swiper-slide {
  background-size: cover;
  background-position: center
}
.mySwiper2 {
  height: 80%;
  width: 100%
}
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: .4
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1
}
.swiper-slide img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover
}
.mySwiper2 .swiper-slide img {
  display: block;
  max-width: 100%;
  object-fit: contain
}
.grid.contact-section,
.grid.single-property {
  grid-template-columns: 3fr 1fr;
  gap: 50px;
  margin: 80px 0
}
.grid.about-section {
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin: 80px 0;
  align-items: center
}
.grid.single-property main,
.slider-wrap {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.widget {
  box-shadow: -4px 9px 25px -6px rgba(181,227,184,.4);
  border: 1px solid #eee;
  border-radius: var(--border-radius-m);
  padding: 25px;
  margin-bottom: 20px
}
.widget.main-w {
  background: #ffecc4
}
.widget .price-w {
  text-align: right;
  color: var(--brand-green)
}
.widget .currency {
  font-size: 1.2em;
  margin-bottom: -10px
}
.widget .price {
  font-size: 2.4em;
  margin: 0;
  font-weight: 700
}
.align-right {
  text-align: right
}
.widget .meta-item {
  font-size: .9em
}
.widget .location {
  margin: -5px 0 0
}
ul.amenities-list {
  list-style: none;
  list-style-position: outside;
  padding: 0
}
ul.amenities-list li::before {
  content: '✓';
  color: var(--brand-green);
  margin-right: 8px
}
h3.widget-title {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--brand-green)
}
.widget .divider {
  margin: 10px 0 20px
}
button {
  border: none
}
.widget .input-group {
  margin-bottom: 15px
}
.input-group input,
.input-group label,
.input-group textarea {
  display: block;
  width: 100%
}
.widget button {
  width: 100%
}
.widget .input-group label {
  text-transform: uppercase;
  font-size: .7em;
  margin-bottom: 5px
}
.input-group input,
.input-group textarea {
  padding: 8px;
  border-radius: var(--border-radius-s);
  border: 1px solid #ccc;
  box-sizing: border-box
}
.content h2 {
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 0
}
.about-image img {
  border-radius: var(--border-radius-m);
  width: 100%
}
.contact-section .input-group input,
.contact-section .input-group textarea {
  padding: 12px
}
.contact-section .input-group {
  margin-bottom: 25px
}
.contact-section .input-group label {
  font-size: 1em;
  margin-bottom: 5px
}
.contact-section .btn {
  padding: 1.5em 2.5em
}
.labels-left,
.labels-right {
  position: absolute;
  top: 15px;
  font-size: .75em;
  text-transform: uppercase
}
.labels-left > .label,
.labels-right > .label {
  display: inline
}
.property-image {
  position: relative
}
.labels-left {
  left: 13px
}
.labels-right {
  right: 13px
}
.label {
  background: var(--brand-green);
  margin: 5px;
  color: #fff;
  padding: 6px;
  border-radius: 6px
}
.label.featured-l {
  background-color: var(--text)
}
.filter-group {
  display: inline;
  margin: 0 50px 20px 0
}
.dropdown-wrap {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  z-index: 800;
  display: none
}
.dropdown-wrap>ul {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  border-radius: var(--border-radius-s);
  list-style: none;
  color: var(--text);
  font-size: .9em;
  max-height: 300px;
  overflow-y: auto
}
.dropdown-wrap ul li {
  padding: 8px;
  cursor: pointer
}
.dropdown-wrap .list-checkbox-label:not(:last-child) li,
.dropdown-wrap ul li:not(:last-child) {
  border-bottom: 1px solid #eee
}
.dropdown-wrap ul li:hover {
  background: var(--brand-tan)
}
.dropdown-wrap .list-checkbox-label {
  width: 100%
}
.dropdown-wrap .list-checkbox {
  float: right;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: var(--border-radius-s);
  padding: .5em .75em;
  border: none;
  font-size: .8em;
  box-sizing: border-box;
  background-color: transparent;
  vertical-align: middle
}
.input-wrap:focus-within .dropdown-wrap {
  display: block
}
.breadcrumb {
  margin-top: 20px
}
@media only screen and (max-width:1366px) {
  .hero-text {
    width: 70%
  }
}
@media only screen and (max-width:1200px) {
  .home-search {
    margin: 20px auto 0;
    width: 97%
  }
  .hero-text {
    width: 75%
  }
}
@media only screen and (max-width:900px) and (min-width:601px) {
  .single-meta .meta-items {
    justify-content: flex-end
  }
  .meta-item {
    margin-left: 15px
  }
}
@media only screen and (max-width:768px) {
  .page-title h1 {
    width: 90%
  }
}
.nav-toggle {
    display: none
  }
@media only screen and (max-width:900px) {
  .grid.single-property {
    grid-template-columns: 1fr
  }
  .search-wrap {
    grid-template-columns: repeat(2,1fr);
    row-gap: 15px
  }
  .search-wrap .input-wrap:first-child {
    grid-column: span 2
  }
  .search-wrap .input-wrap:last-child {
    grid-column: span 2
  }
  .search-wrap .input-wrap {
    grid-column: span 1
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr
  }
  .hero-text {
    width: 100%
  }
  .header-contact {
    display: none
  }
}
.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.single-meta .location {
  flex-basis: 100%
}
@media only screen and (max-width:600px) {
  .hero .hook,
  .page-title h1,
  h2 {
    font-size: 3em
  }
  .hero p {
    font-size: 1.2em
  }
  .cta {
    padding: 0
  }
  .grid-item.pic img {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--border-radius-l)
  }
  .filter-search .container,
  .home-search .container {
    padding: 30px 20px 40px
  }
  .filter-search .search-wrap,
  .grid.about-section,
  .grid.col-2,
  .grid.col-3,
  .grid.contact-section,
  .grid.single-property,
  .home-search .search-wrap,
  footer .grid {
    grid-template-columns: 1fr
  }
  .filter-search .search-wrap .input-wrap,
  .search-wrap .input-wrap {
    grid-column: span 1
  }
  footer .copyright {
    display: block;
    text-align: center;
    margin-bottom: 20px
  }
  .copyright.right {
    right: unset;
    position: static
  }
  .nav-toggle-label {
    display: block;
    width: 30px;
    cursor: pointer
  }
  .nav-toggle-label span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--brand-green);
    margin: 6px 0;
    transition: .4s;
    z-index: 9999;
    position: relative
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 80%;
    min-width: 250px;
    background: #fff;
    transition: .3s;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index:900;
  }
  nav ul {
    flex-direction: column;
    padding: 80px 20px
  }
  nav ul li {
    display: block;
    margin: 15px 0
  }
  .nav-toggle:checked ~ .nav-wrapper {
    right: 0
  }
  .nav-toggle:checked + .nav-toggle-label span:first-child {
    transform: rotate(45deg) translate(6px,6px)
  }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0
  }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: rotate(-45deg) translate(7px,-7px)
  }
  nav ul li.active::after {
    display: none
  }
  nav ul li.active {
    background: var(--brand-tan);
    border-radius: var(--border-radius-s)
  }
  nav ul li.active a {
    color: var(--text)
  }
}
.feedback.error,
.feedback.nb,
.feedback.success {
  padding: 20px;
  border-radius: var(--border-radius-s);
  margin-bottom: 30px;
  font-weight: 400;
  color: #fff;

}
.invalid {
  border: 2px solid #ff3860!important
}
.feedback.error,
.nb {
  background-color: #c0392b
}
.feedback.success {
  background-color: #1b5e20
}
form .progress {
  position: relative;
  width: 100%;
  height: 10px;
  display: block;
  margin: 20px 0 30px;
  box-sizing: border-box;
  background: var(--brand-green);
  overflow: hidden;
  display: none
}
.progress .indeterminate {
  background: var(--brand-tan)
}
form .progress.loading {
  display: block
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left,right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left,right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%
  }
  60% {
    left: 100%;
    right: -90%
  }
  100% {
    left: 100%;
    right: -90%
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%
  }
  60% {
    left: 100%;
    right: -90%
  }
  100% {
    left: 100%;
    right: -90%
  }
}

ul.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap
}

.pagination li {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius-s);
}

.pagination li.active  {
  background-color: var(--brand-tan);
  font-weight: 600;

}
textarea{
  font-family: 'PT Sans', 'serif';
}

.btn.btn-secondary:hover {
  background-color: var(--brand-tan);
}
.mySwiper2 .swiper-slide img {
    max-height: 750px;
    margin: auto;
}
.swiper-slide {
  background:var(--text);
}


