/*
Items Name : Gümüşhane Kaplama
Author : pireno Agency - pireno.co
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #1f1e1a;
  color: #ddd;
}
.mobile_slider{
  display: none;
}

@media only screen and  (max-width: 700px) {
  .desktop{
    display: none;
  }
  .mobile_slider{
    display: block;
  }
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Space Grotesk', sans-serif;
  padding: 0;
  margin: 0;
  color: #d9a673;
}

h1 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  left: -4px;
  position: relative;
}

h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 15px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: red;
}

p {
  margin: 5px 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #1f1e1a;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #8c7258;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #8c7258;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #8c7258;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #1f1e1a;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.navbar img {
  height: 34px;
  width: auto;
}

.navbar .navbar-brand {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-brand span {
  color: red;
}

.navbar .navbar-brand:hover {
  color: #333333;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler i {
  font-size: 35px;
  color: #fff;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-collapse {
  position: relative;
  left: -8px;
}

.navbar .navbar-nav li {
  padding: 0 10px;
}

.navbar .navbar-nav li a {
  color: #8c7258;
}

.navbar .navbar-nav li a:hover {
  color: #fff;
}

.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}

.navbar .show .button {
  margin-top: 20px !important;
}

.navbar-nav {
  position: relative;
  right: -28px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(106, 98, 68, 0.32), 0 3px 1px -2px rgba(134, 105, 38, 0.08);
}

/* ------------------------------
 	section-title
---------------------------------*/
.title h5 {
  color: red;
  margin-bottom: 10px;
}

.title h2 {
  margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding: 160px 0 100px;
}
.intro h1 span {
  color: #fff;
}
.intro .button {
  margin-top: 20px;
}
.intro img {
  margin-top: 80px;
}

/* ------------------------------
  clients
---------------------------------*/
.clients {
  padding: 70px 0;
  background: #8c7258;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding: 100px 0;
}
.about .content p {
  margin-bottom: 35px;
}
.about .content-right p {
  margin-top: 35px;
}

.about-info {
  text-align: center;
}
.about-info .content i {
  font-size: 50px;
  color: #8c7258;
  margin-bottom: 12px;
}
.about-info .content p {
  font-weight: 500;
  position: relative;
  top: -12px;
}
.about-info .content-b {
  margin-top: 30px;
}

/* ------------------------------
  display
---------------------------------*/
.display {
  padding: 100px 0;
}
.display .content {
  padding-right: 40px;
}
.display .content .button {
  margin-top: 30px;
}
.display .row-top {
  margin-bottom: 40px;
}
.display .img1 {
  margin-top: 40px;
}
.display .img4 {
  margin-top: -40px;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial .swiper {
  background: #24231e;
}
.testimonial .swiper .content {
  text-align: center;
  padding: 32px 25%;
  color: #8c7258;
}
.testimonial .swiper .content span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -12px;
  color: #aaa;
}
.testimonial .swiper .content h5 {
  font-size: 16px;
  color: #fff;
}

/* ------------------------------
  process
---------------------------------*/
.process {
  text-align: center;
  padding: 100px 0;
}
.process h2 {
  padding: 0 30%;
  margin-bottom: 35px;
}
.process .content {
  padding: 0 30px;
}
.process h1 {
  margin-bottom: 20px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  background: #161512;
  padding: 100px 0 25px;
}
footer iframe {
  width: 80%;
}
footer img {
  height: 34px;
  width: auto;
}
footer .box-content {
  background: #24231e;
  padding: 30px;
  margin-bottom: 75px;
}
footer .box-content h2 {
  color: #fff;
}
footer .box-content .content-button {
  text-align: right;
}
footer .social {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .social li {
  display: inline-block;
}
footer .social li i {
  border: 1px solid #333;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 14px;
  color: #8c7258;
}
footer .social li i:hover {
  color: #fff;
}
footer h6 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}
footer .link-footer li {
  padding: 4px 0;
}
footer .link-footer li a {
  font-size: 15px;
  color: #ddd;
}
footer .link-footer li a:hover {
  color: #8c7258;
}
footer .content {
  position: relative;
  margin-bottom: 5px;
}
footer .content .icon {
  float: left;
  margin-right: 10px;
}
footer .content .icon i {
  color: #8c7258;
  font-size: 20px;
  margin-top: 10px;
}
footer .content .text {
  overflow: hidden;
}
footer .content .text span {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
footer .content .text p {
  font-size: 15px;
  color: #ddd;
}
footer .cp {
  text-align: center;
  margin-top: 60px;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar-nav {
    right: 0;
    padding-top: 8px;
  }

  .testimonial .swiper .content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .process .content {
    padding: 0 18px;
  }
  footer .social li i {
    border: 1px solid #333;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    font-size: 26px;
    margin-right: 14px;
    color: #8c7258;
  }
}
@media (max-width: 767px) {
  .process h2 {
    padding: 0 25%;
  }
  .process .content {
    padding: 20px 0 0 0;
  }
  footer h6 {
    margin-top: 30px;
  }
  footer iframe {
    width: 100%;
  } 
}
@media (max-width: 575px) {
  .container {
     padding-left: 30px;
    padding-right: 30px;
  }
  .about img {
    margin-bottom: 30px;
  }

  .about-info .content-b {
    margin-top: 0;
  }

  .process h2 {
    padding: 0 6%;
  }

  footer .box-content .content-button {
    text-align: left;
  }

  footer h6 {
    margin-top: 30px;
  }
  footer iframe {
    width: 100%;
  }

  footer .social li i {
    margin-right: 8px;
  }
}
@media (max-width: 360px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    line-height: 55px;
    font-size: 45px;
  }
  .clients img {
    margin-bottom: 20px;
  }
}

.mobile-bottom-menu{
  display: none;
}

.mobile-bottom-menu nav.tab {
   position: relative;
   display: flex;
   align-items: stretch;
   width: 100%;
   height: 4rem;
}
.mobile-bottom-menu nav.tab.moving .icon {
   pointer-events: none;
}

.mobile-bottom-menu nav.tab .icons {
   position: absolute;
   z-index: 2;
   display: flex;
   justify-content: space-around;
   width: 100%
}
.mobile-bottom-menu nav.tab .icons a {
   position: relative;
   top: 0rem;
   width: 4rem;
   line-height: 4rem;
   font-size: 1.5rem;
   text-align: center;
   cursor: pointer;
   transition-delay: 0.1875s;
   color: #292929;
}

.mobile-bottom-menu nav.tab .icons  a:first-child{
   font-size: 32px;
}

.mobile-bottom-menu nav.tab .icons  a:nth-child(2){
  line-height: 0;
  font-size: 36px;
 top: 0px;
  color: #9d765d;
}
.mobile-bottom-menu nav.tab .icons  a:nth-child(3){
   font-size: 28px;
}

.mobile-bottom-menu nav.tab .bar {
   z-index: 1;
   position: absolute;
   display: flex;
   align-items: stretch;
   filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.1));
   width: 100%;
   height: 100%;
   background: transparent;
}

.mobile-bottom-menu nav.tab .bar .middle {
   flex-grow: 1;
   position: relative;
   display: flex;
}
.mobile-bottom-menu nav.tab .bar .middle .circle {
   position: relative;
   top: -2.45rem;
   width: 7rem;
   height: 6.55rem;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='102.85' viewBox='0 0 112 102.85'%3E%3Ccircle cx='56' cy='36' r='36' fill='%23d9a673'/%3E%3Cpath d='M111.2,38.8c-4,0-7.2,3.2-7.2,7.2c0,0.6,0,1.1,0,1.6L60,92.3c-2.2,2.3-5.9,2.3-8.1,0L8,47.7c0-0.3,0-0.6,0-0.8V46c0-4-3.2-7.2-7.2-7.2H0v64h112v-64H111.2zM96.8,47.5L60.7,83.6c-2.6,2.6-6.9,2.6-9.5,0L15.2,47.5c-2.6-2.6-2.6-6.9,0-9.5L51.3,2c2.6-2.6,6.9-2.6,9.5,0L96.8,38C99.4,40.6,99.4,44.9,96.8,47.5z' fill='%23d9a673'/%3E%3C/svg%3E");
}
.mobile-bottom-menu nav.tab .bar .middle .side {
   flex-grow: 1;
   background: #d9a673;
   transition: 0.75s ease;
}

@media only screen and  (max-width: 480px) {
  .mobile-bottom-menu{
      display: block;
      bottom: 0;
      width: 100%;
      position: fixed;
          z-index: 99999;
  }
  .portfolio-fullwidth{display: none;
}
}
.wrapper{
  display: none;
  max-width: 1200px;
  position: relative;
}
@media only screen and  (max-width: 480px) {
  .wrapper{
    display:flex;
  }
}
.wrapper i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper i:hover{
  background: #f2f2f2;
}
.wrapper i:first-child{
  left: -22px;
  display: none;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel.dragging img{
  pointer-events: none;
}
.carousel img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}
.carousel img:first-child{
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carousel img{
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carousel img{
    width: 100%;
  }
}