/*
Items Name : Obilje
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  background: #ffffff;
  color: #676576;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
  padding: 0;
  margin: 0;
  color: #333333;
}

h1 {
  font-size: 56px;
  line-height: 58px;
  font-weight: 800;
  left: -4px;
  position: relative;
  letter-spacing: 1px;
}

h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 46px;
  font-family: 'Lato', sans-serif;
}

h6 {
  font-size: 18px;
}

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

a:hover {
  color: #8a6956;
}

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: #8a6956;
}

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

.loader .loading .aloader {
  background: #f2e9e4;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px 13px;
  background: #8a6956;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  border: 0;
  border: 2px solid transparent;
}

.button2 {
  background: transparent;
  border-color: #8a6956;
}

.button:hover {
  background: #333;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  padding: 25px 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  position: fixed;
  top: 0;
}

.navbar img {
  height: 200px;
  width: 250px;
}

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

.navbar .navbar-brand span {
  color: #8a6956;
}

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

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

.navbar .navbar-toggler i {
  font-size: 42px;
  color: #333;
  transition: 0.5s;
  position: relative;
  top: 6px;
  background: #fff;
}

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

.navbar .navbar-collapse {
  position: relative;
  background: #8a6956;
  text-align: center;
  padding: 40px;
  margin-top: 31px;
}

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

.navbar .navbar-nav li a {
  color: #fff;
  font-size: 30px;
}

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

.navbar-fixed .navbar-brand {
  opacity: 0;
}
.navbar-fixed .navbar-toggler i {
  font-size: 42px;
  color: #333;
  left: 50px;
  position: relative;
  transition: 0.5s;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  margin-top: -70px;
}
.intro h1 {
  text-align: center;
  color: #8a6956;
  position: relative;
  top: 225px;
}
.intro p {
  text-align: right;
  margin-bottom: 30px;
}
.intro .button {
  margin-top: 40px;
}
.intro .content {
  margin-top: 130px;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 140px;
}
.about .button {
  margin-top: 30px;
}
.about img {
  right: -100px;
  position: relative;
  z-index: 1;
}
.about .content {
  margin-top: 70px;
  background: #f2e9e4;
  padding: 30px;
  z-index: 1;
  position: relative;
}
.about .content span {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #8a6956;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 140px;
}
.services h2 {
  text-align: right;
}
.services .content-image {
  background: #f2e9e4;
  padding: 60px 40px 80px;
  margin-left: 78px;
  bottom: -48px;
  position: relative;
  margin-right: 30px;
  margin-top: -48px;
  text-align: center;
}
.services .content-image img {
  width: auto;
  height: 100px;
}
.services h5 {
  z-index: 1;
  position: relative;
}

/* ------------------------------
  work
---------------------------------*/
.work {
  text-align: center;
  padding-top: 120px;
}
.work img {
  border: 15px solid #fff;
}
.work .content2 {
  position: relative;
  left: -50px;
  top: 50px;
}
.work .content3 {
  position: relative;
  top: 100px;
  left: -100px;
}
.work .content4 {
  position: relative;
  left: 100px;
  top: -50px;
}
.work .content5 {
  position: relative;
  left: 50px;
}
.work .content6 {
  position: relative;
  top: 50px;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial .swiper {
  background: #f2e9e4;
}

.testimonial .swiper .content {
  text-align: center;
  padding: 80px 25%;
}

.testimonial .swiper .content span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.testimonial .swiper .content h5 {
  font-size: 20px;
  color: #8a6956;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding: 170px 0 140px;
  text-align: center;
}

.contact h2 {
  color: #8a6956;
  margin-bottom: 30px;
}

.contact ul {
  margin-top: 30px;
}

.contact ul li {
  display: inline-block;
  padding: 0 5px;
}

.contact ul li i {
  font-size: 20px;
  height: 35px;
  width: 35px;
  background: #333333;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50%;
}

.contact ul li i:hover {
  background: #8a6956;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  padding: 30px 0;
  text-align: center;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 1rem;
}
  .intro {
    margin-top: -164px;
  }
  .intro h1 {
    top: 288px;
  }
  .intro .content {
    margin-top: 270px;
  }

  .navbar-fixed .navbar-toggler i {
    left: 0;
  }

  .about img {
    right: -40px;
  }

  .services .col-md {
    margin-bottom: 30px;
  }

  .work img {
    border-width: 8px;
  }

  .testimonial .swiper .content {
    text-align: center;
    padding: 80px 10%;
  }
}
@media (max-width: 767px) {
  .intro h1 {
    margin-bottom: 30px;
  }
  .intro p {
    text-align: center;
  }
  .intro .content img {
    display: none;
  }
  .intro .content2 {
    margin-top: 0;
  }

  .about img {
    right: 0;
    top: 50px;
  }

  .work .content2, .work .content3, .work .content4, .work .content5, .work .content6 {
    left: 0;
    top: 0;
    right: 0;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .services h2 {
    text-align: left;
  }
}
