:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
}

h1,
h2,
h3 {
  font-family: "Merriweather", serif;
}

p {
  color: #444;
  font-size: 1.6rem;
  margin: 20px 0;
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -.1rem;
}

.title h4 {
  letter-spacing: .2rem;
  font-weight: 400;
  color: #D28768;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title h4:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #D28768;
  margin-top: 8px;
  margin-right: 10px;
}

.title.title-small h1 {
  font-size: 4rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.left-padding-block {
  padding-left: 60px;
  position: relative;
}

.left-padding-block:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #D28768;
}

figure {
  margin: 0;
}

.primary-button, .secondary-button, .ghost-button {
  background-color: #111;
  color: #fff;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  margin: 15px 0;
  text-align: center;
  line-height: 48px;
  min-width: 140px;
  padding: 0 30px;
  border-radius: 3px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.primary-button:hover, .secondary-button:hover, .ghost-button:hover, .primary-button:focus, .secondary-button:focus, .ghost-button:focus {
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.secondary-button {
  background-color: #D28768;
}

.ghost-button {
  background-color: transparent !important;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ghost-button:hover, .ghost-button:focus {
  border-color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111;
}

.navbar .buy-btn {
  background-color: #D28768;
  border: 1px solid #D28768;
  padding: 8px 15px !important;
  border-radius: 3px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .sell-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 15px !important;
  border-radius: 3px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

@media screen and (min-width: 993px) {
  .navbar .sell-btn {
    margin-left: 30px;
  }
}

@media screen and (max-width: 992px) {
  .navbar .sell-btn {
    margin: 15px 0;
  }
}

.navbar .sell-btn:hover, .navbar .sell-btn:focus {
  border: 1px solid white;
  opacity: 1 !important;
}

.navbar.scrolled .buy-btn {
  color: #fff !important;
}

.navbar.scrolled .sell-btn {
  border: 1px solid rgba(34, 34, 34, 0.2);
}

.navbar.scrolled .sell-btn:hover, .navbar.scrolled .sell-btn:focus {
  border: 1px solid #222222;
  opacity: 1 !important;
}

.hero {
  background-color: #222;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  position: relative;
}

.hero .slide {
  width: 100%;
  height: 100vh;
  background-image: url("../img/hero1.jpg");
  background-size: cover;
  background-position: top center;
  padding: 0 180px;
  position: relative;
}

.hero .slide .line1 {
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1100px) {
  .hero .slide .line1 {
    display: none;
  }
}

.hero .slide .line2 {
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1100px) {
  .hero .slide .line2 {
    display: none;
  }
}

.hero .slide .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero .slide.slide-2 {
  background-image: url("../img/hero3.jpeg");
  background-size: cover;
  background-position: top center;
}

.hero .slide.slide-3 {
  background-image: url("../img/hero4.jpg");
  background-size: cover;
  background-position: top center;
}

.hero .slide.slide-3 .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.hero .slide .slogan {
  color: #fff;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

.hero .slide .slogan h1 {
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 10px;
}

.hero .slide .slogan p {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1rem;
  font-weight: 300;
  font-size: 2.3rem;
}

.hero .slide .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 500;
}

@media screen and (max-width: 769px) {
  .hero {
    min-height: auto;
  }
  .hero .slide {
    padding: 0 40px;
  }
  .hero .slide .slogan h3 {
    font-size: 1.7rem;
  }
  .hero .slide .slogan h1 {
    font-size: 3rem;
    letter-spacing: 1px;
  }
  .hero .slide .slogan p {
    font-size: 1.8rem;
  }
}

.hero-container {
  position: relative;
}

.hero-container .bottom-info {
  position: absolute;
  bottom: 30px;
  z-index: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

.hero-container .bottom-info .location {
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.hero-container .bottom-info .location i {
  margin-right: 5px;
}

.hero-container .bottom-info .socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0;
  margin-left: 40px;
}

.hero-container .bottom-info .socials li {
  margin-right: 20px;
}

.hero-container .bottom-info .socials a {
  color: #fff;
}

.hero-container .bottom-info .socials a:hover, .hero-container .bottom-info .socials a:focus {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  .hero-container .bottom-info {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .hero-container .bottom-info .socials {
    margin-left: 0;
    margin-top: 40px;
  }
}

#gallery {
  padding: 80px 5px;
}

#gallery .gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (24vw)[3];
      grid-template-rows: repeat(3, 24vw);
  grid-gap: 5px;
}

#gallery .gallery-grid figure {
  margin: 0;
}

#gallery .gallery-grid .grid-item {
  background-color: #ededed;
  height: 100%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

#gallery .gallery-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s cubic-bezier(0.7, 0.19, 0.06, 1);
  -webkit-transition: all 1s cubic-bezier(0.7, 0.19, 0.06, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0.19, 0.06, 1);
}

#gallery .gallery-grid .grid-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  filter: grayscale(30%);
  -webkit-filter: grayscale(30%);
}

#gallery .gallery-grid .grid-item-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

#gallery .gallery-grid .grid-item-2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

#gallery .gallery-grid .grid-item-3 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

#gallery .gallery-grid .grid-item-4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

#gallery .gallery-grid .grid-item-5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

#gallery .gallery-grid .grid-item-6 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

#gallery .gallery-grid .grid-item-7 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

@media screen and (max-width: 769px) {
  #gallery .gallery-grid .grid-item-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  #gallery .gallery-grid .grid-item-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  #gallery .gallery-grid .grid-item-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0px 30px;
  padding-top: 25px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .hamburger {
  width: 30px;
  height: 30px;
  padding: 4px 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navigation .hamburger:hover, .navigation .hamburger:focus {
  padding: 6px 0;
  cursor: pointer;
}

.navigation .fa-bars {
  color: #fff;
}

.navigation .logo {
  max-width: 130px;
}

.navigation .logo img {
  max-width: 100%;
}

.navigation.opened {
  background-color: transparent !important;
}

.navigation.opened .hamburger {
  position: relative;
  z-index: 1000;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.navigation.opened .hamburger span {
  width: 29px;
  background-color: #fff !important;
}

.navigation.opened .hamburger span:nth-child(2) {
  opacity: 0;
  width: 0;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}

.navigation.opened .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}

.navigation.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}

.navigation.opened .hamburger:hover, .navigation.opened .hamburger:focus {
  padding: 4px 0;
}

.navigation.scrolled {
  padding: 10px 15px;
  background-color: #111;
}

.navigation.scrolled .logo {
  max-width: 60px;
}

@media screen and (max-width: 769px) {
  .navigation {
    padding: 20px 40px;
    padding-top: 25px;
  }
  .navigation.opened {
    padding: 10px 40px;
    padding-top: 25px;
  }
  .navigation.opened .logo {
    max-width: 130px;
  }
  .navigation.opened .logo img {
    max-width: 100%;
  }
}

.side-navigation {
  position: fixed;
  z-index: 900;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 30px;
  background: rgba(17, 17, 17, 0.8);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.side-navigation .links {
  list-style: none;
}

.side-navigation .links .menu-link {
  margin: 30px 0;
  position: relative;
}

.side-navigation .links .menu-link a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.7, 0.19, 0.06, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0.19, 0.06, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0.19, 0.06, 1);
}

@media screen and (min-width: 993px) {
  .side-navigation .links .menu-link a {
    font-size: 2rem;
  }
}

.side-navigation .links .menu-link a:hover, .side-navigation .links .menu-link a:focus {
  text-decoration: none;
}

@media screen and (min-width: 993px) {
  .side-navigation .links .menu-link a:hover, .side-navigation .links .menu-link a:focus {
    font-size: 3rem;
  }
}

.side-navigation.opened {
  right: 0;
}

@media screen and (max-width: 769px) {
  .side-navigation {
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
    background-color: #111;
    padding: 0 40px;
  }
  .side-navigation .menu-link {
    margin: 15px 0;
  }
  .side-navigation .menu-link a {
    font-size: 2rem;
  }
}

#testimonials .test-item {
  position: relative;
  margin: 50px 0;
}

#testimonials .test-item img.icon {
  position: absolute;
  top: -50px;
  left: -40px;
  width: 100px;
  z-index: -2;
  opacity: .1;
}

#contact {
  padding-bottom: 0;
  overflow: visible;
}

.form-cont {
  width: 100%;
  background-color: #fff;
  padding: 30px 35px;
  text-align: center;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  position: relative;
  z-index: 500;
  -webkit-box-shadow: 0px 42px 51px -8px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 42px 51px -8px rgba(0, 0, 0, 0.14);
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}

.form-cont h2 {
  text-align: center;
}

.form-cont .input-cont {
  margin: 20px 0;
}

.form-cont input,
.form-cont textarea {
  text-align: center;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #cacaca;
  padding-left: 15px;
  padding-right: 15px;
}

.form-cont textarea {
  height: 100px;
  resize: none;
  padding-top: 10px;
}

.form-cont button {
  width: 100%;
  height: 50px;
  border: 0;
  margin-top: 0;
}

#services .img-left {
  width: 100%;
  padding-top: 150%;
  position: relative;
}

#services .img-left .img-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  left: -100px;
  top: -100px;
}

#services .img-left .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: center;
     object-fit: center;
}

#services .services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 50px;
}

#services .services-grid .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#services .services-grid .service-box h4 {
  margin: 0;
}

#services .services-grid .service-box .price {
  padding-left: 20px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #D28768;
}

@media screen and (max-width: 769px) {
  #services .services-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 400px) {
  #services .services-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#about .big-title-bg {
  position: absolute;
  top: 100px;
  right: 0;
  display: inline-block;
  font-size: 20rem;
  z-index: -2;
  text-align: right;
  color: rgba(153, 153, 153, 0.1);
}

@media screen and (min-width: 993px) {
  .map-sec {
    margin-top: -200px;
  }
}

.map-sec .map-cont {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  margin-top: 50px;
}

.map-sec .map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.map-sec .map-cont #map img {
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
}

@media screen and (max-width: 769px) {
  .map-sec .map-cont {
    padding-bottom: 100%;
  }
}

.big-cover {
  width: 100%;
  height: 100vh;
  max-height: 900px;
  background-color: #222;
  position: relative;
  background-image: url("../img/cover.jpg");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  text-align: center;
}

.big-cover h1 {
  z-index: 300;
  color: rgba(255, 255, 255, 0.8);
  font-size: 3rem;
  font-weight: 700;
  margin-top: 40px;
}

.big-cover .logo {
  z-index: 400;
  width: 400px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .big-cover .logo {
    max-width: 100%;
  }
}

.big-cover .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(to top, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0));
}

@media screen and (max-width: 769px) {
  .big-cover {
    height: auto;
  }
  .big-cover h1 {
    font-size: 1.8rem;
  }
}

footer {
  background-color: #111;
  padding: 30px 0;
}

footer .footer-logo {
  max-width: 170px;
  margin-bottom: 30px;
}

footer h4 {
  color: #a5a5a5;
  font-weight: 400;
}

footer h4 i {
  margin-right: 5px;
}

footer p {
  color: #999;
  font-weight: 300;
}
/*# sourceMappingURL=main.css.map */