strong, b{
    font-weight: bold;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

body{
  overflow: hidden;
  font-family: elza-narrow, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: .8px;
  padding: 0px;
  margin: 0px;
  color: #000;
  padding: 10px;
  background-color: #24272c;
}

section {
  opacity: 0;
  transform: translate(0px, 100px);
  transform: scale(.95);
  transition: all .4s ease-out;
}

a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  color: #e03c39;
}

div{
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  transition: all ease;
  box-sizing: border-box;
}

button{
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
  text-align: left;
  padding: 10px 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: elza-narrow, sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background: transparent;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}

button:hover{
  transition: all 0.3s ease;
  background-color: #e03c39;
  border: 1px solid #e03c39;
}

button a{
  color: #inherit !important;
}

h1{
  font-family: big-caslon-fb, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2{
  text-transform: uppercase;
  font-family: elza-narrow, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  letter-spacing: .8px;
  margin-bottom: 30px;
  line-height: 0px;
}


h3{
  text-transform: uppercase;
  font-family: elza-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: inherit;
  letter-spacing: .8px;
  margin-bottom: 0px;
  line-height: 0px;
}

blockquote{
  position: relative;
  font-family: elza-narrow, sans-serif;
  font-weight: 300;
  font-size: inherit;
  margin: 0px;
}

cite {
  color: #e03c39;
  font-family: elza-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: inherit;
  display: block;
  margin-top: 30px;
  text-transform: uppercase;
}

nav{
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transition: opacity 2.5s ease;
  display: flex;
  flex-wrap: nowrap;
  z-index: 998;
  position: absolute;
  font-size: 14px;
  color: #fff;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: auto;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

/*------wireframing styles------*/

.gray-one{
  background-color: #e6e7e8;
}

.gray-two{
  background-color: #bcbec0;
}

.gray-three{
  background-color: #808285;
}

/*------end wireframing styles------*/

/*------begin the css styles------*/

.keep-top-border{
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 10px;
  max-height: 10px;
  background-color: #fff;
}

.keep-bottom-border{
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 10px;
  max-height: 10px;
  background-color: #fff;
}

.keep-left-border{
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 10px;
  max-width: 10px;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
}

.keep-right-border{
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 10px;
  max-width: 10px;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
}

.visible {
  transition: all .8s ease-out;
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0.3s;
  z-index: -1;
}

.show{
  transition: all 0.3s ease;
  background-color: rgba(36,39,44,.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  border-bottom: 1px solid #3f4547;
}

.show .hamburger-icon{
  margin-top: calc(50% + 7px);
}

.show .navigation-london-logo {
    border-left: 1px solid #3f4547;
    border-right: 1px solid #3f4547;
}

.show .navigation-menu-button {
    border-left: 1px solid #3f4547;
}

.menu-show{
  transition: all 0.2s ease;
  background-color: rgba(36,39,44,.9);
  border-bottom: 1px solid #3f4547;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
}

.menu-show .navigation-london-logo {
    border-left: 1px solid #3f4547;
    border-right: 1px solid #3f4547;
}

.menu-show .navigation-menu-button {
    border-left: 1px solid #3f4547;
}

.load-wrapper{
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
}

.loading-graphic{
  margin: auto;
  width: auto;
  height: auto;
}

.loading-graphic img{
  width: 100px;
  height: 100px;
}

.site-wrapper{
  z-index: 1;
  opacity: 0;
  transition: opacity 2.5s ease;
  width: calc(100vw - 20px);
  max-width: 100%;
  height: auto;
  background-color: none;
}

.add-bottom-spacing{
  margin-bottom: 10px;
}

.view-height-wrapper{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 20px);
  /*max-height: 100%;*/ /*OLD*/
  max-height: auto; /*NEW*/
  min-height: 830px !important; /*NEW*/
}
.view-height-wrapper-alt{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 20px);
  max-height: 100%;
  min-height: 830px !important; /*NEW*/
}

.view-width-wrapper{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.navigation-container{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
}

.navigation-container img{
  margin-top: 1px;
  margin-bottom: 0px;
  width: auto;
  height: 40px;
}

.navigation-cara-logo{
  padding: 15px 30px;
  width: auto;
  height: auto;
}

.navigation-london-logo{
  padding: 15px 30px;
  width: auto;
  height: auto;
  border-left: 1px solid rgba(255,255,255,.3);
  border-right: 1px solid rgba(255,255,255,.3);
}

.navigation-menu-button{
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 15px 30px;
  border-left: 1px solid rgba(255,255,255,.3);
  width: auto;
  height: auto;
}

.navigation-center{
  text-transform: uppercase;
  text-align: right;
  width: auto;
  flex-grow: 1;
  height: auto;
  padding: 15px 30px;
  margin-top: 11px;
}

.navigation-center ul,li{
  padding-left: 0px;
  list-style: none;
  display: inline;
}

.add-padding-left{
  margin-left: 30px;
}

.navigation-menu-button:hover{
  transition: all 0.3s ease;
  background-color: #e03c39;
}

.hamburger-icon{
  overflow: visible !important;
  cursor: pointer;
  margin-top: calc(50% + 7px);
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.hamburger-icon span{
  transition: all 0.2s ease;
  box-sizing: border-box;
  display: block;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
}

.hero-section-container{
  display: flex;
  padding-top: 100px;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.hero-video-container{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#heroVideo {
  opacity: .7;
  /*width: 100vw;*/ /*OLD*/
  /*height: 100vh;*/ /*OLD*/
  width: 100%; /*NEW*/
  height: 100%; /*NEW*/
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.hero-section-title-box-container{
  padding: 80px;
  color: #fff;
  position: absolute;
  bottom: 0px;
}

.hero-section-title-box{
  display: block;
  font-family: big-caslon-fb, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: auto;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.hero-section-copy-container{
  padding: 30px 0px;
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
}

.about-section-wrapper{
  padding: 40px 0px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}

.about-background{
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.about-section-blank{
  width: 100%;
  flex-grow: 1;
  margin: auto;
}

.about-section-container{
  color: #fff;
  padding: 80px;
  width: auto;
  max-width: 800px;
  height: auto;
  background-color: #24272c;
}

.about-logo-image{
  margin: 0px auto;
  display: block;
  margin-bottom: 40px;
  width: 260px;
  max-width: 260px;
  height: auto;
}

.explore-section-container{
  border-top: 1px solid #3f4547;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.explore-box{
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  width: calc(100% / 3);
  padding-bottom: calc(100% / 3);
}

.explore-box:hover{
  background-color: #e03c39;
}

.explore-box:hover .explore-button-arrow{
  transform: scale(1.2);
}

.explore-box:hover .explore-button::after{
  width: 100%;
  opacity: 1;
}

.explore-box-inside-wrapper{
  position: absolute;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.explore-box-inside-container{
  overflow: visible;
  color: #fff;
  margin: auto;
  width: 50%;
  height: auto;
}

.explore-button-text-container{
  margin: auto 0px;
  width: auto;
  height: auto;
}

.explore-button{
  overflow: visible !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: elza-narrow, sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  border: none;
}

.explore-button::after{
  transition: all 0.6s ease;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #24272c;
  opacity: 0;
}

.explore-box-inside-title{
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.explore-button-arrow{
  margin: auto 0px;
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.explore-box-inside-image{
  z-index: 0;
  width: 100%;
}

.explore-box-inside-image img{
  width: 100%;
  height: auto;
}

.explore-box-inside-bottom{
  height: 60px;
  max-height: 60px;
  overflow: visible !important;
  width: 100%;
}

.add-lines{
  border-left: 1px solid #3f4547;
  border-right: 1px solid #3f4547;
}

.explore-section-title-container{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  padding: 80px 0px;
}

.explore-title-image{
  margin: auto;
  width: auto;
  height: 300px;
  max-height: 300px;
}

.featured-listing-section-container{
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.featured-listing-section-container:hover .featured-listing-image-container img{
  transform: scale(1);
}

.featured-listing-section-container:hover .featured-listing-arrow{
  transform: scale(1.1);
}

.featured-listing-image-container{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.featured-listing-image-container img{
  transition: all 0.3s ease;
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.featured-listing-info-wrapper{
  color: #fff;
  padding: 0px 100px;
  padding-bottom: 100px;
  padding-top: 250px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top, rgba(36,39,44,.7)45%, rgba(36,39,44,0));
}

.featured-listing-info-content-wrapper{
  width: 60%;
  max-width: 60%;
  flex-grow: 1;
  height: auto;
  margin-right: 60px;
}

.featured-listing-info-title-container{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.featured-listing-info-container{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
}

.featured-listing-price-area{
  margin-right: 30px;
  width: 25%;
  height: auto;
}

.featured-listing-description-area{
  width: 75%;
  height: auto;
}

.featured-listing-arrow{
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  margin: auto 0px;
  min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.button-inline{
  margin-right: 15px;
  display: inline;
}

.add-flex-wrap{
  flex-wrap: wrap !important;
}

.cara-ash{
  background-color: #24272c;
}

footer{
  z-index: 999;
  width: 100%;
  max-width: 100%;
  height: auto;
  color: #24272c;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

footer a:hover{
  color: #e03c39;
}

.footer-about-area{
  font-size: 14px;
  line-height: 20px;
  padding: 100px 40px;
  width: 30%;
  height: auto;
}

.footer-content-area{
  font-size: 16px;
  padding: 100px 40px;
  width: 70%;
  height: auto;
}

.footer-content-area h1{
  margin-bottom: 30px;
}

.footer-link-space{
  margin-top: 60px;
}

.footer-links-container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.footer-links-holder{
  width: calc(100% / 3 - 30px);
  height: auto;
}

.footer-social-holder{
  padding-top: 60px;
  width: 100%;
  height: auto;
}

.cara-foot-logo{
  display: block;
  margin-bottom: 30px;
  width: 200px;
  max-width: 200px;
  height: auto;
}

.reliance-bug{
  margin-right: 10px;
  align-items: center;
  width: 12px;
  height: auto;
}

.social-media-container{
  width: 100%;
  height: auto;
}

.social-media-buttons{
  transition: all 0.2s ease;
  cursor: pointer;
  overflow: hidden !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  max-height: 100px;
  min-height: 20px;
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-right: 30px;
  margin-top: 0px;
}

.social-media-buttons:hover{
  transition: all 0.2s ease;
  background-position: bottom;
}

#tikButton{
  background-image: url("images/tik_bug.svg");
}

#ytButton{
  margin-right: 0px;
}

.arrow{
  overflow: visible;
  position: relative;
  margin: auto 0px;
  margin-left: calc( 50% - 17%);
  width: 30%;
  height: 1px;
  background-color: #fff;
}

.arrow::after{
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
}

#testimonialsButton{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 80px;
}

.remove-padding-top{
  padding-top: 0px;
}

.testimonials-wrapper{
  color: #fff;
  padding: 40px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #24272c;
}

.testimonials-container{
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #3f4547;
}

.testimonials-section{
  padding: 80px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  min-height: 400px;
  border-right: 1px solid #3f4547;
}

.testimonials-no-border{
  border: none !important;
}

.testimonials-content{
  margin: auto;
  text-align: center;
  width: auto;
  height: auto;
}

.testimonials-content img{
  margin: 0px auto;
  display: block;
  width: 30px;
  height: auto;
  margin-bottom: 40px;
}

.mobile-nav-wrapper{
  visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.5s ease;
  z-index: 0;
  position: fixed;
  top: -100vh;
  left: 10px;
  width: calc(100vw - 20px);
  height: 100vh;
  background-color: #24272c;
  opacity: 1;
  overflow-y: visible; /*NEW*/
  padding-top: 130px; /*NEW*/
}

.mobile-nav-container{
  z-index: 999;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mobile-nav-wrapper{
  height: auto;
  max-height: auto;
}

.mobile-nav-background-image{
  position: absolute;
  opacity: .2;
  z-index: 0;
  bottom: -30px;
  width: 100%;
  height: 30%;
  background-image: url("images/cara-menu.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-nav-content-container{
  text-align: left;
  color: #e03c39;
  width: calc(100% / 5);
  height: auto;
  border-right: 1px solid rgba(255,255,255,.1);
  padding: 0px 80px;
}

.mobile-nav-content-container li{
  margin-left: 0px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0px !important;
  text-align: left;
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#propertyButton{
  display: none;
}

.div-spacer{
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  background-color: #3f4547;
}

#creativeOne{
}

.cara-ash{
  background-color: #24272c;
}

.current-listings-padding{
  padding: 0px 0px;
}

.current-listings-container{
  margin: 80px auto;
  width: 100%;
  max-width: 1366px;
  height: auto;
}

.current-listings-content-container{
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: 480px;
  border: 1px solid #3f4547;
}

.current-listings-content-container:hover{
  transition: all 0.3s ease;
  background-color: #e03c39;
}

.current-listings-content-container:hover .explore-button-arrow{
  transform: scale(1.2);
}

.current-listings-content-container:hover .current-listings-photo-container img{
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.current-listings-photo-container{
  position: relative;
  min-width: 60%;
  width: 60%;
  max-width: 60%;
  height: auto;
}

.current-listings-photo-container img{
  transition: all 0.3s ease;
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.current-listings-copy-container{
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  z-index: 1;
  margin: auto 0px;
  min-width: 40%;
  width: 40%;
  max-width: 40%;
  height: auto;
}

.reverse-order{
  order: 2;
}

.current-listing-copy-area{
  padding-right: 10px;
  margin: 0 auto;
  width: auto;
  height: auto;
}

#currentListingsArrow{
  width: 100px;
  height: 100px;
}

.section-title-area{
  padding-top: 80px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.section-title-area h2{
  margin-bottom: 10px;
}

.closed-deals-main-wrapper{
  transition: all 0.8s ease-out;
  padding-top: 40px;
  width: 100%;
  max-width: 100%;
}

.closed-deals-flex-wrapper{
  transition: all 0.8s ease-out;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.closed-deals-boxes{
  cursor: default;
  transition: all .4s ease-out;
  margin: 0 40px;
  margin-bottom: 80px;
  position: relative;
  width: calc(100% / 3 - 80px);
  max-width: calc(100% / 3 - 80px);
  padding-bottom: calc(100% / 3 - 80px);
  height: auto;
  background-color: none;
}

.closed-deals-boxes-image{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: black;
}

.closed-deals-boxes-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.closed-deals-boxes-text-overlay-wrapper{
  transition: all .8s ease-out;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

.closed-deals-boxes-text-overlay-container{
  transition: all .5s ease-out;
  margin: auto 30px;
  color: #fff;
  width: 100%;
  max-height: 100px;
  max-width: 100%;
  text-align: center;
  padding: 30px;
  padding-bottom: 15px;
}

.closed-deals-boxes-text-overlay-title{
  width: 100%;
  height: auto;
}

.closed-deals-boxes-text-overlay-title h1{
  font-size: 18px;
  line-height: 24px;
}

.closed-deals-boxes-info{
  transition: all .8s ease-out;
  opacity: 0;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  max-height: 0%;
}

.closed-deals-boxes-info li{
  margin-left: -40px !important;
  padding-left: 0px !important;
  text-decoration: none;
  display: block;
}

.closed-deals-boxes:hover .closed-deals-boxes-info{
  transition: all .8s ease-out;
  opacity: 1;
  max-height: 100%;
}

.closed-deals-boxes:hover .closed-deals-boxes-text-overlay-container{
  transition: all .8s ease-out;
  max-height: 100%;
  background-color: #e03c39;
}

.closed-deals-boxes:hover .closed-deals-boxes-text-overlay-wrapper{
  transition: all .8s ease-out;
  background-color: rgba(0,0,0,0);
}

.listingsButtons{
  margin: 0px auto;
  margin-bottom: 40px;
}

#row2{
  transition: all 0.8s ease-out;
  opacity:0;
  max-height: 0px;
}

/*------end the css styles------*/

/*------start media queries------*/

/*----samsung galaxy s8+ landscape----*/

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {

  .hero-section-title-box-container{
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .hero-section-title-box-container{
    max-width: 100% !important;
    width: 100%;
  }

  .hero-section-copy-container{
    padding: 0px !important;
    width: auto;
    max-width: auto !important;
  }

  .hero-section-title-box {
    display: inline-block;
    flex-grow: 1 !important;
    width: 100%;
    max-width: 280px;
    min-width: 280px !important;
    height: auto;
    padding-bottom: 0px;
    border-bottom: none;
  }

}

/*----end samsung galaxy s8+ landscape----*/

/*----iphone xr landscape----*/

@media only screen and (min-device-width: 412px) and (max-device-width: 915px) and (orientation: landscape) {

  body{
    font-size: 14px;
    line-height: 24px;
  }

  button{
    font-size: 12px;
  }

  h1{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 2px;
  }

  .navigation-cara-logo {
    padding: 10px !important;
  }

  .navigation-london-logo {
    padding: 10px !important;
  }

  .navigation-center {
    padding: 10px !important;
  }

  .navigation-menu-button {
    padding: 10px 30px !important;
  }

  .navigation-container img {
    height: 35px !important;
  }

  .mobile-nav-wrapper {
    padding-top: 100px !important;
  }

  .hero-section-title-box-container{
    padding: 20px;
  }

  .hero-section-title-box {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .hero-section-title-box-container {
    padding: 20px;
    width: 100%;
    max-width: 50%;
  }

  .hero-section-copy-container {
    padding: 10px 0px;
  }

  #heroButton{
    margin-top: 10px;
  }

}

/*----end iphone xr landscape----*/

@media only screen and (max-width: 1500px){

  .mobile-nav-wrapper{
    padding-top: 80px;
    overflow-y: visible;
  }

  .mobile-nav-container {
    margin: auto;
    flex-wrap: wrap;
    overflow-y: scroll;
  }

  .mobile-nav-content-container {
    width: calc(100% / 3);
    padding: 0px 40px;
    margin-bottom: 80px;
  }

  .mobile-nav-background-image {
    bottom: -60px;
    height: 25%;
  }

}

@media only screen and (max-width: 1460px){

  .current-listings-container{
    max-width: 100%;
    padding: 0px 40px;
  }

}

@media only screen and (max-width: 1400px){

  .about-section-container {
    max-width: 60% !important;
    height: auto;
  }

  .closed-deals-boxes {
    margin: 0 20px;
    margin-bottom: 40px;
    width: calc(100% / 3 - 40px);
    max-width: calc(100% / 3 - 40px);
    padding-bottom: calc(100% / 3 - 40px);
  }

}

@media only screen and (max-width: 1368px){

.hero-section-title-box {
    font-size: 70px;
    line-height: 80px;
}

  .explore-box-inside-container {
    width: 75%;
  }

}

@media only screen and (max-width: 1245px){

  .featured-listing-info-content-wrapper{
    max-width: 100%;
  }

  .featured-listing-info-content-wrapper {
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 1220px){

  .footer-about-area{
    width: 40%;
  }

  .footer-content-area{
    width: 60%;
  }

  .closed-deals-flex-wrapper {
    transition: all 0.8s ease-out;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }

  .closed-deals-boxes {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50%;
  }

  .closed-deals-boxes-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonials-container {
    flex-wrap: wrap;
  }

  .testimonials-section {
    padding: 40px 80px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-bottom: 1px solid #3f4547;
    border-right: 0;
  }

}

@media only screen and (max-width: 1180px){

  .view-height-wrapper-alt {
    height: auto !important;
    max-height: auto !important;
  }

}

@media only screen and (max-width: 1110px){

  .view-height-wrapper-alt {
    height: auto;
    max-height: auto;
  }

  .footer-links-holder {
    width: calc(100% / 3 - 10px);
  }

  .current-listings-photo-container{
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }

  .current-listings-copy-container{
    min-width: 50%;
    width: 50%;
    max-width: 50%;
  }


}

@media only screen and (max-width: 1020px){

  .featured-listing-info-wrapper {
    padding: 0px 40px;
    padding-bottom: 100px;
  }

}

@media only screen and (max-width: 1000px){

  .explore-section-container {
    flex-wrap: wrap !important;
    justify-content: space-between;
  }

  .explore-box {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
  }

  .explore-box-inside-container {
    width: 50%;
  }

  .add-lines{
    border-left: none;
    border-right: none;
    border-top: 1px solid #3f4547;
    border-bottom: 1px solid #3f4547;
  }

  .about-section-wrapper {
    padding:0px;
    padding-bottom: 10px;
  }

  .about-section-blank{
    height: 1100px;
  }

  .about-section-container {
    margin: 0px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    padding: 80px;
    max-width: 100% !important;
  }

  .about-background{
    background-size: contain;
  }

  .about-logo-image{
    width: 200px;
    max-width: 200px;
  }

  .featured-listing-info-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 80px;
    padding-top: 200px;
  }

  .featured-listing-info-content-wrapper {
    width: 100%;
  }

  .featured-listing-info-title-container {
    width: 100%;
    flex-grow: 1;
    order: 1;
  }

  .featured-listing-info-container {
    flex-wrap: wrap;
  }

  .featured-listing-price-area {
    width: 100%;
    padding-bottom: 20px;
  }

  .featured-listing-description-area {
    width: 100%;
  }

  .featured-listing-arrow {
    display: none;
  }

  #propertyButton{
    display: inline;
  }

  footer {
    flex-wrap: wrap;
  }

  .footer-content-area {
    width: 100%;
  }

  .footer-about-area {
    max-width: 100%;
    padding-bottom: 0px;
    width: 100%;
  }

}

@media only screen and (max-width: 910px){

  .current-listings-content-container{
    flex-wrap: wrap;
    height: auto;
  }

  .current-listings-photo-container{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 400px;
  }

  .current-listings-copy-container{
    display: block;
    width: 100%;
    max-width: 100%;
    order: 2 !important;
  }

  .reverse-order{
    order: 1 !important;
  }

}

@media only screen and (max-width: 740px){

  .mobile-nav-container{
    padding-top: 40px;
  }

  .navigation-center {
    display: none;
  }

  .navigation-london-logo {
    text-align: center;
    flex-grow: 1;
    border-right: 0px;
  }

  .show .navigation-london-logo {
    border-right: 0px;
}

.menu-show .navigation-london-logo {
    border-right: 0px;
}

  .navigation-cara-logo {
    text-align: center;
    flex-grow: 1;
  }

  .current-listings-photo-container{
    height: 300px;
  }

}

@media only screen and (max-width: 715px){

  .mobile-nav-content-container {
    width: calc(100% / 2);
  }

  .closed-deals-boxes {
    width: 100%;
    max-width: 100%;
    padding-bottom: 75%;
  }

}

@media only screen and (max-width: 620px){

  .hero-section-title-box {
    font-size: 50px;
    line-height: 60px;
  }

}

@media only screen and (max-width: 540px){

  .hero-section-title-box-container {
    padding: 40px;
  }

  .footer-content-area {
    padding: 40px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-links-holder {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }

  .footer-about-area {
    padding: 40px;
    padding-bottom: 0px;
  }

}

@media only screen and (max-width: 500px) {

  body{
    font-size: 14px;
    line-height: 24px;
  }

  button{
    font-size: 12px;
  }

  h1{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 2px;
  }

  .hamburger-icon {
    margin-top: calc(50% + 3px);
}

  .hero-section-title-box-container {
    margin: auto;
    position: relative;
    max-width: 100%;
    padding: 20px;
  }

  .hero-section-title-box {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.5em;
    max-width: 100%;
  }

  .hero-section-copy-container {
    text-align: center;
    max-width: 100%;
  }

  #heroButton{
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-container img{
    width: auto;
    height: 30px;
  }

  .view-height-wrapper-alt{
    height: auto;
    max-height: auto;
  }

  .about-section-blank {
    min-height: 850px;
    height: 850px;
  }

  .about-logo-image {
    margin-bottom: 20px;
    width: 200px;
    max-width: 200px;
  }

  .about-section-container {
    padding: 20px;
  }

  .featured-listing-image-container {
    transform: scale(1.2);
    min-height: 30%;
    height: 30%;
  }

  .featured-listing-image-container img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .featured-listing-info-content-wrapper {
    margin: auto;
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    margin-right: 0px;
}

  .featured-listing-section-container{
    min-height: 100vh;
    height: auto;
  }

  .featured-listing-info-wrapper {
    position: absolute;
    height: 70%;
    bottom: 10px;
    padding: 20px;
    background-color: rgba(36,39,44,1);
  }

  .explore-title-image {
    height: 200px;
    max-height: 200px;
  }

  .explore-box{
    padding-bottom: 100%;
  }

  .explore-box-inside-wrapper {
    padding: 50px;
  }

  .explore-box-inside-container{
    width: 100%;
  }

  .footer-about-area {
    padding: 20px;
    padding-top: 40px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }

  .testimonials-section {
    padding: 40px 20px;
  }

  .footer-content-area {
    padding: 20px;
    padding-bottom: 40px;
    font-size: inherit;
    width: 100%;
  }

  .cara-foot-logo {
    width: 160px;
    max-width: 160px;
  }

  .footer-social-holder {
    padding-top: 0px;
  }

  .mobile-nav-content-container {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-right: 0;
    padding: 0px 40px;
    margin-bottom: 0px;
    padding-top: 30px;
  }

  .mobile-nav-background-image {
    bottom: 0px;
    width: 100%;
    height: 15%;
  }

  .mobile-nav-container{
    padding-bottom: 80px;
  }

  .mobile-nav-container{
    padding-top: 0px;
  }

  .explore-button{
    font-size: 12px;
  }

  .current-listings-container{
    padding: 0 20px;
    margin: 40px auto;
  }

  .closed-deals-boxes-text-overlay-container{
    padding: 15px;
    padding-bottom: 15px;
  }

  .navigation-cara-logo {
    padding: 15px;
  }

  .navigation-london-logo {
    padding: 15px;
  }

}

/*------end media queries------*/
