/*
Items Name : Furluna
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("css.css");
/* ------------------------------
  General
---------------------------------*/
body {
  background: #fff;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

a {
  color: #111;
}

a:hover {
  color: #b07e4d;
  text-decoration: none;
  transition: .5s ease-out;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

p {
  line-height: 26px;
}

.bg-grey {
  background: #f5f3fd;
}

/* ------------------------------
  loader
---------------------------------*/
.spinner5 .cube1,
.spinner5 .cube2 {
  background-color: #b07e4d;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  background: #b07e4d;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 1px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 22px;
  display: inline-block;
  border: 2px solid transparent;
  transition: .5s ease-out;
}

.button:hover {
  border-color: #b07e4d;
  color: #b07e4d;
  background: transparent;
  transition: .5s ease-out;
}

/* ------------------------------
  navbar top
---------------------------------*/
.navbar-top {
  background: #222;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #555;
  transition: all 0.6s ease-out;
}

.navbar-top ul li {
  display: inline-block;
}

.navbar-top ul li a {
  color: #fff;
}

.navbar-top .content-left ul li {
  margin-right: 30px;
}

.navbar-top .content-left ul li i {
  margin-right: 15px;
  color: #b07e4d;
}

.navbar-top .content-left ul li i.fa-phone {
  transform: rotate(90deg);
}

.navbar-top .content-right {
  text-align: right;
}

.navbar-top .content-right i {
  margin-left: 15px;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  padding: 0;
  background: #222;
  transition: all 0.6s ease-out;
}

.navbar .call-phone {
  display: none;
}

.navbar .sub-list {
  background: #222;
  padding: 20px;
  position: absolute;
  transition: all .3s ease;
  z-index: 99999;
  margin: 0;
  padding-top: 10px;
  margin-top: 45px;
  display: block;
  display: none;
  transform: scaleY(1);
}

.navbar .sub-list li {
  margin-bottom: 18px;
}

.navbar .sub-list li a {
  font-size: 14px !important;
}

.navbar .sub-list li:last-child {
  margin-bottom: 10px;
}

.navbar .sub-list-link .link-disabled {
  pointer-events: none;
  cursor: default;
}

.navbar .sub-list-link:hover .sub-list {
  transition: all .3s ease;
  display: block;
  width: auto;
  margin-top: 0;
  transform: scaleY(1);
  opacity: 1;
}

.navbar .sub-list-cart li a {
  color: #fff;
}

.navbar .navbar-brand {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  background: #b07e4d;
  padding: 12px 25px 14px;
  display: block;
}

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

.navbar .navbar-nav li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.navbar .navbar-nav li a span {
  width: 20px;
  height: 20px;
  background: #b07e4d;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  border-radius: 50%;
  top: -8px;
  right: 3px;
}

.navbar .navbar-nav li a:last-child {
  padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
  padding-right: 0;
}

.navbar .navbar-toggler i {
  color: #fff;
}

.navbar-fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #222;
  top: 0;
  transition: all 0.6s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .container {
  max-width: 100% !important;
  transition: all 0.6s ease-out;
  padding: 0;
}

.navbar-fixed .call-phone {
  display: block;
  color: #fff;
}

.navbar-fixed .call-phone .fa-phone {
  transform: rotate(90deg);
  margin-left: 20px;
  margin-right: 15px;
  color: #b07e4d;
}

.navbar-fixed .navbar-brand {
  color: #fff;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

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

.navbar-fixed .navbar-nav li:last-child {
  padding-right: 35px;
}

.navbar-fixed .navbar-toggler i {
  color: #fff;
}

.navbar-transparent {
  background: transparent !important;
}

/* ------------------------------
  header title
---------------------------------*/
.header-title {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../image/header.jpg");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-position: center;
  background-size: cover;
  padding: 160px 0 100px;
  text-align: center;
}

.header-title h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

/* ------------------------------
  about us
---------------------------------*/
.about .content {
  margin-right: 10px;
}

.about .content h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.about .content span {
  text-decoration: underline;
  text-decoration-color: #b07e4d;
  color: #b07e4d;
}

.about .content img {
  margin-top: 20px;
}

.about .content-right {
  margin-left: 10px;
}

.about .content-right img {
  padding-top: 18px;
  margin-bottom: 25px;
}

.about .content-right .button {
  margin-top: 10px;
}

.about .space {
  height: 100px;
}

.about .content-features i {
  font-size: 56px;
  margin-bottom: 25px;
}

.about .content-features h5 {
  margin-bottom: 18px;
}

/* ------------------------------
  shop
---------------------------------*/
.shop .content {
  background: #fff;
  padding: 25px;
  padding-bottom: 25px;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 1px solid transparent;
  transition: all 0.6s ease-out;
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}

.shop .content h5 {
  font-size: 18px;
  margin-top: 20px;
}

.shop .content h6 {
  margin-top: 18px;
}

.shop .content span {
  font-size: 18px;
  color: #b07e4d;
  letter-spacing: 1px;
  display: block;
}

.shop .content .button {
  padding: 10px 28px;
}

.shop .content:hover {
  position: relative;
  top: 0;
  transition: all 300ms ease-out;
}

.shop .space {
  height: 30px;
}

/* ------------------------------
  shop details
---------------------------------*/
.shop-details ul {
  margin-bottom: 30px;
}
.shop-details ul li i {
  color: orange;
  font-size: 18px;
}
.shop-details .feature li {
  display: block;
  padding: 8px 0;
}
.shop-details .feature li i {
  color: #b07e4d;
  margin-right: 20px;
}

.shop-details img {
  width: 100%;
  border: 2px solid #ddd;
}

.shop-details h5 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 600;
}

.shop-details span {
  font-size: 24px;
  font-weight: 600;
  color: #b07e4d;
  margin-bottom: 12px;
  display: block;
}

.shop-details ul li {
  display: inline-block;
}

.shop-details ul li input {
  width: 60px;
  margin-right: 15px;
  padding: 12px;
  text-align: center;
}

.shop-details ul li input::-webkit-outer-spin-button,
.shop-details ul li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop-details ul li input[type=number] {
  -moz-appearance: textfield;
}

/* ------------------------------
  cart
---------------------------------*/
.cart .main-content {
  border: 1px solid #ddd;
  padding: 20px;
}

.cart .main-content h5 {
  font-size: 18px;
}

.cart .main-content input {
  width: 50px;
  text-align: center;
}

.cart .main-content input::-webkit-outer-spin-button,
.cart .main-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .main-content input[type=number] {
  -moz-appearance: textfield;
}

.cart .main-content i.fa-trash {
  float: right;
  color: #888;
}

.cart .main-content .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 30px;
}

.cart .main-content .row:first-child {
  padding-top: 0;
}

.cart .main-content .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart .cart-button {
  text-align: right;
}

.cart .cart-button .button {
  margin-top: 35px;
}

/* ------------------------------
  checkout
---------------------------------*/
.checkout .content h5 {
  font-size: 26px;
  margin-bottom: 22px;
  font-weight: 600;
}

.checkout .content form span {
  margin-bottom: 12px;
  display: block;
}

.checkout .content .content-total {
  background: #fae9ca;
  padding: 30px;
}

.checkout .content .content-total ul li {
  list-style-type: none;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  font-size: 20px;
  padding-bottom: 13px;
}

.checkout .content .content-total ul li span {
  float: right;
}

.checkout .content .content-total ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.checkout .content .content-total ul li.checkout-total {
  font-weight: 600;
}

/* ------------------------------
  home itnro
---------------------------------*/
.home-intro {
  background: #e8990736;
  padding: 120px 0 120px !important;
}

.home-intro .content-img {
  padding: 20px;
  padding-bottom: 0;
}

.home-intro h2 {
  color: #222;
  font-size: 58px;
  font-weight: 700;
  margin: 0 0 25px;
  line-height: 68px;
  margin-top: 115px;
  position: relative;
  z-index: 99;
}

.home-intro h2:before {
  position: absolute;
  content: "Furluna";
  font-size: 138px;
  top: -18px;
  font-weight: 700;
  z-index: -9;
  -webkit-text-fill-color: #fae9ca;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #caac76;
}

.home-intro h6 {
  color: #666;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 15px;
}

.home-intro img {
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* ------------------------------
  section
---------------------------------*/
.section {
  padding: 100px 0 120px;
}

.title-section {
  text-align: center;
  margin-bottom: 50px;
}

.title-section h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.title-section h3 span {
  color: #b07e4d;
}

.title-section p {
  width: 60%;
  margin: auto;
  line-height: 30px;
  font-size: 17px;
}

.title-section-two {
  text-align: left;
}

.title-section-two p {
  width: 100%;
}

/* ------------------------------
  features
---------------------------------*/
.features .content {
  background: #292929;
  padding: 60px 30px;
  position: relative;
  color: #ddd;
}

.features .content .text {
  overflow: hidden;
}

.features .content:hover {
  opacity: .9;
  transition: .5s ease-out;
  cursor: default;
}

.features .content-center {
  background: #b07e4d;
}

.features .content-right {
  background: #444;
}

.features .content i {
  font-size: 54px;
  color: #fff;
  margin-top: 16px;
}

.features .content h5 {
  margin: 0 0 14px;
  color: #fff;
  font-weight: 600;
}

.features .content .icon {
  float: left;
  margin-right: 40px;
  text-align: center;
  width: 56px;
}

.features .content .content-text {
  overflow: hidden;
}

/* ------------------------------
  latest blog
---------------------------------*/
.latest-blog {
  padding-top: 120px;
}

.latest-blog .content {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.latest-blog .content span {
  position: relative;
  background: #b07e4d;
  color: #fff;
  padding: 8px 20px;
  top: -32px;
  border-radius: 0 6px 0 0;
  margin-bottom: -29px;
  left: 0;
}

.latest-blog .content img {
  border-radius: 2px 2px 0 0;
}

.latest-blog .content-text {
  padding: 30px;
  padding-top: 2px;
}

.latest-blog .content-text h5 {
  line-height: 30px;
  margin-bottom: 15px;
}

.latest-blog .content-text a:hover {
  color: #b07e4d;
  transition: .5s ease-out;
}

.latest-blog .more {
  text-align: center;
}

.latest-blog .more .button {
  margin-top: 45px;
}

/* ------------------------------
  blog
---------------------------------*/
.blog .content {
  border-radius: 2px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 30px;
}

.blog .content span {
  position: relative;
  background: #b07e4d;
  color: #fff;
  padding: 8px 20px;
  top: -29px;
  border-radius: 0 6px 0 0;
  margin-bottom: -32px;
}

.blog .content img {
  border-radius: 2px 2px 0 0;
}

.blog .content-text {
  padding: 30px;
  padding-top: 2px;
}

.blog .content-text h5 {
  line-height: 30px;
  margin-bottom: 15px;
}

.blog .content-text a:hover {
  color: #b07e4d;
  transition: .5s ease-out;
}

/* ------------------------------
  pagination
---------------------------------*/
.pagination {
  text-align: center;
  margin: 0 auto;
  display: inherit;
}

.pagination ul li {
  display: inline-block;
  margin: 10px;
}

.pagination ul li a {
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #ddd;
  display: block;
  font-size: 18px;
  background: #fff;
}

.pagination ul li .active {
  background: #b07e4d;
  color: #fff;
  border-color: #b07e4d;
}

/* ------------------------------
  blog single
---------------------------------*/
.blog-single .content h5 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}

.blog-single .content li {
  display: inline-block;
  margin-right: 20px;
}

.blog-single .content li i {
  margin-right: 10px;
}

.blog-single .content img {
  margin-top: 30px;
  margin-bottom: 25px;
}

.blog-single .content .quote {
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 22px;
}

.blog-single .comments {
  border-top: 2px solid #ddd;
  padding-top: 30px;
  margin-top: 35px;
}

.blog-single .comments h5 {
  margin-bottom: 25px;
}

.blog-single .button {
  margin-top: 0;
}

.blog-single .search {
  margin-bottom: 16px;
}

.blog-single .search input {
  width: calc(100% - 65px);
  height: 52px;
}

.blog-single .search .button {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 22px;
  height: 52px;
  line-height: 26px;
  width: 52px;
}

.blog-single .sidebar-link h5 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 22px;
}

.blog-single .sidebar-link li {
  margin-bottom: 16px;
}

.blog-single .sidebar-link li a {
  font-size: 15px;
}

.blog-single .categories {
  margin-top: 40px;
}

/* ------------------------------
  contact
---------------------------------*/
.contact form input,
.contact form textarea {
  border: 2px solid #ddd;
  padding: 15px 20px;
  border-radius: 0;
  margin-bottom: 30px;
  width: 100%;
  color: #aaa;
}

.contact .button {
  margin-top: 0;
}

.contact li {
  margin-bottom: 25px;
  font-size: 20px;
}

.contact li i {
  margin-right: 28px;
  color: #b07e4d;
}

.contact .map {
  position: relative;
  top: -5px;
}

.contact .map i {
  float: left;
  margin-right: 34px;
  margin-top: 10px;
}

.contact .map p {
  overflow: hidden;
  line-height: 42px;
}

::placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

form input,
form textarea {
  border: 2px solid #ddd;
  padding: 15px 20px;
  border-radius: 0;
  margin-bottom: 30px;
  width: 100%;
  color: #aaa;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../image/header.jpg");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-position: center;
  background-size: cover;
  color: #eee;
}

.testimonial .carousel-item {
  text-align: center;
  padding: 0 20%;
}

.testimonial .carousel-item span i {
  font-size: 50px;
  margin-bottom: 35px;
  color: #fff;
}

.testimonial .carousel-item h5 {
  margin-top: 25px;
  font-weight: 600;
  color: #fff;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
  width: auto;
}

.testimonial a i {
  font-size: 25px;
  color: #fff;
  z-index: 999;
  opacity: 1;
}

.footer-bottom {
  background: #222;
  text-align: center;
  color: #eee;
  padding: 20px 0 8px;
}

/* ------------------------------
  Footer
---------------------------------*/
footer {
  padding: 120px 0 110px;
  background: #1f1f1f;
  color: #ddd;
}

footer h5 {
  color: #fff;
  margin-bottom: 25px;
}

footer h6 {
  color: #b07e4d;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  top: -8px;
}

footer h6 span {
  color: #b07e4d;
}

footer ul li {
  margin-bottom: 15px;
}

footer ul li a {
  color: #ddd;
}

footer ul li a:hover {
  color: #b07e4d;
  transition: .5s ease-out;
}

footer ul li i {
  margin-right: 25px;
  color: #b07e4d;
}

footer ul .map {
  line-height: 30px;
}

footer ul .map i {
  float: left;
  margin-right: 34px;
  margin-top: 5px;
}

footer ul .map p {
  overflow: hidden;
}

footer ul li:last-child {
  margin-bottom: 0;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar-fixed .call-phone {
    display: none;
  }

  .navbar .navbar-brand {
    margin-left: 15px;
  }

  .navbar-fixed .navbar-toggler {
    margin-right: 20px;
  }
  .navbar-fixed .navbar-nav {
    padding: 40px 15px;
  }
  .navbar-fixed .navbar-brand {
    margin-left: 0;
  }

  .navbar-nav {
    padding: 40px 0;
  }

  .home-intro .content-img {
    padding-right: 0;
  }

  .home-intro h2::before {
    font-size: 120px;
  }

  .home-intro img {
    margin-top: 95px;
  }

  .pricing .content {
    padding: 20px;
  }

  .features img {
    margin-bottom: 30px;
  }

  .features .content .icon {
    float: left;
    margin-right: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .features .content .text {
    overflow: visible;
    text-align: center;
  }

  .shop .col-md-3 {
    flex: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .shop .space {
    height: 0;
  }

  .latest-blog .content {
    margin-bottom: 30px;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .about .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  .features .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  .contact .col-md-8, .contact .col-md-4 {
    flex: 100%;
    max-width: 100%;
  }

  footer .col-md-4, footer .col-md-2, footer .col-md-3 {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-top {
    text-align: center;
  }

  .navbar-nav {
    padding: 40px 15px;
  }

  .navbar-fixed .navbar-nav {
    padding: 40px 0px;
  }

  .navbar-top .content-left ul li {
    margin-right: 20px;
    margin-left: 20px;
  }

  .navbar-top .content-right {
    text-align: center;
    margin-top: 8px;
  }

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

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

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .blog-single .search {
    margin-top: 30px;
  }

  .shop .content {
    margin-bottom: 30px;
  }

  .shop-details h5 {
    margin-top: 20px;
  }

  footer h5 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-intro h2::before {
    font-size: 92px;
  }

  .home-intro .content-img {
    padding: 0;
  }

  .navbar-top {
    display: none;
  }

  .navbar .navbar-brand {
    margin-left: 0;
  }

  .navbar .navbar-toggler {
    margin-right: 15px;
  }

  .navbar .navbar-nav {
    margin: 11px;
  }

  .shop .col-md-3 {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .title-section p {
    width: 100%;
  }

  .latest-blod .content.r-980 {
    margin-bottom: 0;
  }

  .about .content-features {
    margin-bottom: 30px;
  }

  .about .content {
    margin-right: 0;
  }

  .about .content-right {
    margin-left: 0;
  }

  .blog-single .search {
    margin-top: 100px;
  }

  .pagination ul li {
    margin: 4px;
  }

  footer .col-12 {
    max-width: 100%;
    flex: 100%;
  }
}
