@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);

@font-face {
  font-family: AmaticaSC-Regular;
  src: url(../fonts/AmaticaSC-Regular.ttf);
}

@font-face {
  font-family: AmaticaSC-Bold;
  src: url(../fonts/AmaticaSC-Bold.ttf);
}

a, button{
    cursor: pointer;
    color: white;
    transition: all 1s ease;
}

a:hover{
    text-decoration: none;
}

p{
  margin-bottom: 0px;
}
body{
  font-family: AmaticaSC-Regular;
  background: black;
  color: white;
  position: relative;
}

#header{
  position: fixed;
  z-index: 9000000;
  width: 100%;
  display: block;
  padding: 20px 0px;
  background: -webkit-linear-gradient(top,rgba(0,0,0,.8),rgba(0,0,0,.6),rgba(0,0,0,.4),transparent);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.8),rgba(0,0,0,.6),rgba(0,0,0,.4),transparent);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,.8),rgba(0,0,0,.6),rgba(0,0,0,.4),transparent);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.8),rgba(0,0,0,.6),rgba(0,0,0,.4),transparent);
  background-image: linear-gradient(top,rgba(0,0,0,.8),rgba(0,0,0,.6),rgba(0,0,0,.4),transparent);
}

#header.sticky-header{
  background: black;
}

#logo{
  display: inline-block;
}

#header .col-height{
  height: 100%;
}

#header .social-link{
  font-size: 21px;
  color: white;
  margin-right: 15px;
  display: inline-block;
  height: 100%;
  line-height: 46px;
  vertical-align: middle;
  transition: all 1s ease;
}

#header .social-link:hover{
  opacity: 0.6;
}

#header .menu-wrapper{
  display: inline-block;
}

#header .menu-list{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#header .menu-list li{
  display: inline-block;
  vertical-align: middle;
}

#header .menu-list a{
  color: white;
  font-family: AmaticaSC-Bold;
  font-size: 24px;
  height: 100%;
  padding: 2px 15px 6px 15px;
  display: block;
  margin: 0px 10px;
  border: 1px solid #c7b286;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
  transition: all 1s ease;
}

#header .menu-list a:hover{
  background: #c7b286;
  text-decoration: none;
  text-shadow: none;
}

#header .menu-list .active a{
  background: #c7b286;
  text-decoration: none;
  text-shadow: none;
}

#header .small{
  font-size: 21px;
  font-family: AmaticaSC-Bold;
  display: inline-block;
  margin-right: 15px;
}

#header .social-wrapper{
  display: inline-block;
}

#menuToggle{
  display: none;
  font-size: 18px;
  vertical-align: middle;
  padding: 5px 8px;
  border: 1px solid #c7b286;
  transition: all 1s ease;
  cursor: pointer;
}

#menuToggle i{
  vertical-align: middle;
  display: block;
}

#menuToggle:hover, #menuToggle:focus{
  background: #c7b286;
  text-decoration: none;
}

#header .mobile-wrapper{
  background: white;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 100%;
  display: none;
}

#header .mobile-list{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#header .mobile-list li{
  display: block;
}

#header .mobile-list a{
  font-size: 18px;
  display: block;
  color: black;
  padding: 5px 15px;
  border-bottom: 1px solid #0d0d0d;
  transition: all 1s ease;
}

#header .mobile-list a:hover{
  background: #0d0d0d;
  color: white;
  text-decoration: none;
}

#header .mobile-list li:last-child a{
  border-bottom: none;
}

/* IMAGE */

#image{
    padding-top: 80px;
}

#image .img-fluid{
    width: 100%;
    margin-bottom: 0px !important;
}

/* SLIDER */
#slider{
  min-height: 100vh;
  position: relative;
}

#slider .image-wrapper{
  position: absolute;
  z-index: 2000;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

#flex-slider{
  min-height: 100vh;
  position: relative;
}

#flex-slider .flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  background: none;
  bottom: 0px;
  z-index: 20000;
}

#flex-slider .flex-control-paging li a{
  width: 15px;
  height: 15px;
  border: 1px solid #c6b185;
  border-radius: 100%;
  background: none;
}

#flex-slider .flex-control-paging li a.flex-active{
  background: #a4916f !important;
}

#slider .block-wrapper{
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: block;
  background: url(../images/slider-image-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* ABOUT */
#about{
  padding: 80px 0px;
  background: #171619;
  text-align: center;
}

#about .xxl-title{
  font-size: 46px;
  font-family: AmaticaSC-Bold;
  margin-bottom: 0px;
}

#about .paragraph{
  font-size: 21px;
  font-family: Arial;
  margin: 10px 0px;
  display: block;
}

#about .image-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* GALLERY */
#gallery{
  padding: 80px 0px;
  text-align: center;
  display: block;
  background: url(../images/gallery-wrapper-grey.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#gallery .xl-title{
  font-size: 46px;
  font-family: AmaticaSC-Bold;
  margin-bottom: 0px;
}

#gallery .galleries-wrapper{
  margin: 40px 0px 20px 0px;
}

#gallery .block-wrapper{
  position: relative;
  transition: all 1s ease;
  margin-bottom: 20px;
  cursor: pointer;
}

#gallery .block-wrapper .img-fluid{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all 1s ease;
  width: 100%;
}

#gallery .block-wrapper:hover .img-fluid{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#gallery .block-wrapper::after{
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px;
  border: 1px solid white;
  top: 0px;
  left: 0px;
}

/* FOOTER */
#footer .footer-wrapper{
  padding: 40px 0px;
  text-align: center;
  background: #171619;
}

#footer .strong{
  font-weight: normal;
  font-size: 38px;
  font-family: AmaticaSC-Bold;
  margin: 0px;
  display: block;
}

#footer .copyright-wrapper{
  background: black;
  padding: 10px 0px;
  text-align: center;
}

#footer .span{
  font-size: 21px;
}

#footer .heart{
  color: #6f0c13;
}

#footer .footer-wrapper a:hover{
    color: white;
    opacity: 0.7;
}

#footer a{
    transition: all 1s ease;
    color: white;
}

#footer a:hover{
    text-decoration: none;
    opacity: 0.6;
}

/* PAGE */
#page{
    padding: 40px 0px;
}

#page h1{
    font-size: 46px;
    font-family: AmaticaSC-Bold;
    margin-bottom: 0px;
}

#page h2{
    font-size: 24px;
    font-family: Arial;
    margin-bottom: 0px;
	margin-top: 7px;
}

#page img{
    margin: 10px 0px;
    max-width: 100%;
    height: auto;
}

#page p{
    font-size: 21px;
}

/* GLOBAL */
#slideTop{
  font-size: 36px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.8;
}

#slideTop:hover{
  transform: rotate(-90deg);
  opacity: 1;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::-moz-selection {
  background-color: #c7b286;
}

/* Works in Safari */
::selection {
  background-color: #c7b286;
}

.slides{
  direction: ltr;
}

.more-btn{
  padding: 3px;
  background: white;
  display: inline-block;
  transition: all 1s ease;
}

.btn-text{
  color: #0d0d0d;
  font-size: 22px;
  background: white;
  font-family: AmaticaSC-Bold;
  padding: 0px 15px 4px 15px;
  border: 1px solid #0d0d0d;
  display: block;
  transition: all 1s ease;
}

.more-btn:hover{
  text-decoration: none;
  background: grey;
}

.more-btn:hover .btn-text{
  background: grey;
}

.carousel-inner > .item {
  -webkit-perspective: initial !important;
  perspective: initial !important;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
  -webkit-transform: initial !important;
  transform: initial !important; 
}

@media (min-width: 991px) {
  #header .mobile-wrapper{
    display: none !important;
  }
}

@media (max-width: 1200px) {
  #header .small{
    display: none;
  }

  #footer .strong{
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  #menuToggle{
    display: inline-block;
  }

  #header .menu-column{
    display: none;
  }

  #about, #gallery{
    padding: 60px 0px;
  }

  #about .xxl-title, #gallery .xl-title, #page h1{
    font-size: 42px;
  }

  #about .paragraph, #page p{
    font-size: 20px;
  }

  .btn-text{
    font-size: 20px;
    padding: 0px 10px 3px 10px;
  }

  #footer .strong{
    font-size: 32px;
  }

  #footer .footer-wrapper .img-fluid{
    max-width: 200px;
  }

  #footer .span{
    font-size: 20px;
  }

  #slideTop{
    font-size: 32px;
  }
}

@media (max-width: 768px) {

    #page{
        padding: 30px 0px;
    }

  #header{
    padding: 15px 0px;
  }

  #about, #gallery{
    padding: 40px 0px;
  }

  #about .xxl-title, #gallery .xl-title, #page h1{
    font-size: 38px;
  }

  #about .paragraph, #page p{
    font-size: 19px;
  }

  .btn-text{
    font-size: 19px;
  }

  #gallery .galleries-wrapper{
    margin: 30px 0px 10px 0px;
  }

  #footer .strong{
    font-size: 30px;
  }

  #footer .footer-wrapper .img-fluid{
    max-width: 180px;
  }

  #footer .copyright-wrapper{
    padding: 8px 0px;
  }

  #footer .span{
    font-size: 19px;
  }

  #slideTop{
    font-size: 30px;
  }
}

@media (max-width: 576px) {
    #image{
        padding-top: 59.94px;
    }

    #page{
        padding: 20px 0px;
    }

  #slideTop{
    font-size: 28px;
  }

  #header{
    padding: 10px 0px;
  }

  #menuToggle{
    font-size: 14px;
  }

  #logo .img-fluid{
    max-width: 100px;
  }

  #header .social-link{
    line-height: 35.94px;
    font-size: 19px;
  }

  #about, #gallery, #footer .footer-wrapper{
    padding: 30px 0px;
  }

  #about .xxl-title, #gallery .xl-title, #page h1{
    font-size: 36px;
  }

  #about .paragraph, #page p{
    font-size: 18px;
  }

  .btn-text{
    font-size: 18px;
  }

  #gallery .galleries-wrapper{
    margin: 20px 0px 0px 0px;
  }

  #footer .strong{
    font-size: 28px;
  }

  #footer .footer-wrapper .img-fluid{
    max-width: 160px;
  }

  #footer .copyright-wrapper{
    padding: 6px 0px;
  }

  #footer .span{
    font-size: 18px;
  }

  #slider .block-wrapper, #gallery{
      background-attachment: unset !important;
  }
}

@media (max-width: 486px) {
  #about, #gallery, #footer .footer-wrapper{
    padding: 20px 0px;
  }

  #footer .strong{
    font-size: 26px;
  }

  #footer .footer-wrapper .img-fluid{
    max-width: 140px;
  }

  #footer .copyright-wrapper{
    padding: 5px 0px;
  }

  #footer .span{
    font-size: 17px;
  }
}
