
@font-face {
  font-family: 'Tw Cen MT';
  font-style: normal;
  font-weight: normal;
  src: local('Tw Cen MT'), url('../fonts/TwCenMTStd.otf') format('otff');
}
@font-face {
  font-family: 'Tw Cen MT Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Tw Cen MT Italic'), url('../fonts/TwCenMTStd-italic.otf') format('woff');
}
@font-face {
  font-family: 'Tw Cen MTBold';
  font-style: normal;
  font-weight: normal;
  src: local('Tw Cen MT Bold'), url('../fonts/TwCenMTStd-Bold.otf') format('woff');
}
@font-face {
  font-family: 'Tw Cen MT Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Tw Cen MT BoldCond'), url('../fonts/TwCenMTStd-BoldCond.otf') format('woff');
}
body{
  font-family: 'Tw Cen MT';
  overflow-x: hidden!important;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
}
*{
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body::-webkit-scrollbar {
  width: 8px;
}
body.thin::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f6f6f6;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #000;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
@media(min-width : 1200px){
  .full{
    height: 100vh;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
  }
  .full .full-section {
    height: 100vh;
    position: relative;
    scroll-snap-align: start;
  }
}
.btn:focus, .form-control:focus {
  outline: none;
  box-shadow: none;
}
/* container */
@media (min-width: 1200px) {
  .container {
    max-width: 1166px;
  }
}
/* start nav bullets */
.nav-bullets {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 50px;
}
@media(max-width: 576px) {
  .nav-bullets {
    display: none;
  }
}
.nav-bullets .bullet {
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  border-radius: 50%;
  margin: 10px auto;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.nav-bullets .bullet:hover {
  background: #000;
}
.nav-bullets .bullet .tooltip {
  background: rgba(0, 0, 0, 0.5);
  color: #FFBD00;
  border-radius: 4px;
  text-align: center;
  width: 120px;
  padding: 4px 10px;
  position: absolute;
  right: 40px;
  top: -2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: default;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.nav-bullets .bullet:hover .tooltip{
  opacity: 1;
}
.nav-bullets .bullet .tooltip:before {
  content: ' ';
  border: 7px solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
  height: 0;
  width: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* Start Nav Code*/
img.img-responsive.logo {
  width: 100px;
}
@media(max-width: 576px) {
  img.img-responsive.logo {
    margin-right: 0px;
    width: 50px;
  }
}
.navbar {
  background-color:rgba(67, 144, 37, 0.2);
}
@media(min-width: 992px) {
  .navbar {
    height: 120px;
  }
}
@media(min-width: 1200px) {
  .collapse .navbar-nav {
    margin-right: 280px;
  }
}
@media(max-width: 992px) {
  /*.collapse .navbar-nav {*/
  /*  text-align: center;*/
  /*}*/
  /*.navbar {*/
  /*  background-color: #fff;*/
  /*}*/
}
.navbar-nav .nav-item .nav-link {
  letter-spacing: 0px;
  color: #fff;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  height: 50px;
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
}
@media(min-width: 992px) {
  .navbar-nav .nav-item .nav-link {
    margin-left: 30px;
    line-height: 40px;
  }
}
.hvr-underline-from-left:before {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.collapse .navbar-nav .nav-item.active .nav-link {
  position: relative;
}
@media(max-width: 992px) {
  .collapse .navbar-nav .nav-item .nav-link:hover {
    color: #E5B001;
  }
}
@media(min-width: 992px) {
  .collapse .navbar-nav .nav-item.active .nav-link::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 8px;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
  }
}
.collapse {
  position: relative;
}
.add_nav {
  background: #fff!important;
  transition: all 1s ease;
  box-shadow: -2px 2px 5px #e0dede;
}
.navNew {
  margin-top: -1px!important;
}
/*end nav*/
/*start header */
@media(min-width: 992px) {
  .header {
    height: 100vh;
  }
}
@media(max-width: 992px) {
  .header {
    /*padding-bottom: 40px;*/
  }
}
.header {
  background-image: url(../img/backg.svg);
  background-size: cover;
  position: relative;
}
.header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(67, 144, 37, 0.9);
}
.header .header-part {
  padding-top: 100px;
}
@media(min-width: 768px) {
  .header .header-content {
    padding-right: 10px;
  }
}
.header .header-img {
  padding-top: 100px;
}
.header .header-content .header-title {
  color: #fff;
  font-size: 61px;
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic;
}
@media(min-width: 992px) {
  .header .header-content .header-title {
    width: 596px;
  }
}
@media(max-width: 576px) {
  .header .header-content .header-title {
    margin-top: 0;
    font-size: 26px;
  }
  .header .header-img {
    display: none;
  }
  .header .header-part {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header .header-content .header-title span {
  color: rgb(29 29 27 / 1);
  background-color: rgb(29 29 27 / 1);
  position: relative;
  -webkit-text-stroke: 0.1vw #fff;
}
.header .header-content .header-title span:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  color:#439025;
  -webkit-text-stroke: 0vw #439025;
  border-left: 4px solid #439025;
  overflow: hidden;
  animation: animate 8s linear infinite;
  -webkit-animation: animate 8s linear infinite;
}
@keyframes animate {
  0%,10%,100%{
    width: 0;
  }
  70%,90%
  {
    width: 100%;
  }
}
.header .header-content .header-p {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  text-transform: capitalize;
}
.header .header-content .buttons {
  margin-top: 45px;
}
.header .header-content .buttons .android, .header .header-content .buttons .ios {
  min-width: 140px;
  /*height: 48px;*/
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: uppercase;
  font-size: 18px;
  /*line-height: 36px;*/
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header .header-content .buttons .android:hover, .header .header-content .buttons .ios:hover {
  color: rgba(67, 144, 37, 1);
  border: 2px solid #fff;
}
.hvr-shutter-out-horizontal:before {
  background-color: #fff;
}
.header .header-content .header-bullet {
  height: 45px;
  width: 25px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: 33%;
  margin-left: auto;
  margin-top: 120px;
  position: relative;
  cursor: pointer;
}
@media(max-width: 768px) {
  .header .header-content .header-bullet {
    margin-top: 40px;
    margin-right: 48%;
    margin-left: auto;
  }
}
@media(max-width: 576px) {
  .header .header-content .header-bullet {
    display: none;
  }
}
.header .header-content .header-bullet::before {
  position: absolute;
  content: ' ';
  width: 19px;
  height: 19px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 2px;
  right: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .header-content .header-bullet:hover::before {
  top: 20px;
}
#signUpModal .modal-title {
  font-size: 16px;
  font-weight: bold;
}
#signUpModal .modal-content {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
#signUpModal .form-control {
  border: none;
  height: 46px;
  background: #F2F2F2;
}
#signUpModal .form-control:focus {
  border: 1px solid #FFBD00;
}
#signUpModal .form-control::placeholder {
  color: #b3acac;
}
#signUpModal .btn-primary.seller-sign-up {
  width: 100%;
  height: 46px;
  font-size: 15px;
  font-weight: bold;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#signUpModal .btn-primary.seller-sign-up:hover {
  background: #FFBD00;
  color: #000;
  border: 1px solid #FFBD00;
}
#signUpModal a.browse {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
/* why us */
.why-us-section {
  background-image: url(../img/patterns.svg);
  padding-top: 80px;
  padding-bottom: 100px;
}
.why-us-section .why-title {
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(67, 144, 37, 1);
  font-weight: bold;
  font-style: italic;
}
.why-us-section .why-p {
  font-size: 20px;
  color: rgba(67, 144, 37, 1);
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin-bottom: 120px;
}
.why-us-section .why-p::before {
  content: ' ';
  position: absolute;
  right: 50%;
  top: 50px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 82px;
  height: 4px;
  border-radius: 10px;
  background-color: rgba(67, 144, 37, 1);
}
@media(max-width:576px) {
  .why-us-section .why-title {
    font-size: 40px;
  }
  .why-us-section .why-p {
    font-size: 16px;
  }
  .why-us-section .why-p::before  {
    top: 70px;
    width: 40px;
  }
}
.why-us-section .card {
  background: rgb(234 239 232);
  padding: 30px 10px 0;
  border-radius: 6px;
  color: #439025;
  margin-bottom: 20px;
  /*height: 320px;*/
  /*max-height: 440px;*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.why-us-section .card:hover {
  background-color: #fff;
  color: #000;
}
@media(min-width: 1200px){
  /*.why-us-section .card{*/
  /*  height: 310px;*/
  /*  max-height: 440px;*/
  /*}*/
}
@media(min-width:576px) and (max-width:1200px){
  /*.why-us-section .card{*/
  /*  height: 420px;*/
  /*  max-height: 440px;*/
  /*}*/
}
@media(max-width: 576px){
  .why-us-section .card{
    /*width: 80%;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .why-us-section .card .card-img-top{
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}
.why-us-section .card .card-title {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
.why-us-section .card .card-p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
}
/* how to use */
.how-to-use {
  padding-top: 60px;
  overflow: hidden;
}
.how-to-use .use-title {
  font-size: 50px;
  color: rgba(67, 144, 37, 1);
  font-weight: bold;
  font-style: italic;
}
.how-to-use .use-p {
  font-size: 20px;
  color: rgba(67, 144, 37, 1);
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin-bottom: 40px;
}
.how-to-use .use-p::before {
  content: ' ';
  position: absolute;
  right: 50%;
  top: 50px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 82px;
  height: 4px;
  border-radius: 10px;
  background-color: rgba(67, 144, 37, 1);
}
@media(max-width:576px) {
  .how-to-use .use-title {
    font-size: 40px;
  }
  .how-to-use .use-p {
    font-size: 16px;
  }
  .how-to-use .use-p::before  {
    top: 70px;
    width: 40px;
  }
}
.how-to-use .screen{
  position: relative;
}
.how-to-use .screen img {
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media(max-width: 768px) {
  .how-to-use .screen{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .how-to-use .screen img{
    max-width: 279px;
  }
}
@media(min-width: 992px) {
  .how-to-use .screen.screen-2,.how-to-use .screen.screen-4{
    margin-top: 50px;
    z-index: 2;
  }
  .how-to-use .screen.screen-1,.how-to-use .screen.screen-5{
    margin-top: 100px;
    z-index: 1;
  }
  .how-to-use .screen.screen-3 {
    z-index: 3;
  }
}

/* 1 search-about */
.search-about {
  overflow: hidden;
}
@media(min-width: 992px){
  .search-about .search-content {
    margin-top: 300px;
  }
}
@media(max-width: 992px){
  .search-about .search-content {
    margin-top: 60px;
  }
}
.search-about .search-content .number-one{
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 60px;
  background-color: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 40px;
}
.search-about .search-content .search-title {
  color: rgba(67, 144, 37, 1);
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}
@media(max-width: 576px) {
  .search-about .search-content .search-title {
    font-size: 30px;
    margin-right: 40px;
  }
}
.search-about .search-content .search-p {
  color: rgba(67, 144, 37, 1);
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-right: 40px;
}
.search-about .find-furniture .search-img{
  position: relative;
  z-index: 3;
  top: 150px;
}
/* 3 select product */
.select-product {
  padding-top: 120px;
}
@media(min-width: 992px){
  .select-product {
    overflow: hidden;
  }
}
.select-product  .product-content {
  margin-top: 200px;
}
.select-product .product-content .number-one{
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 60px;
  background-color: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 40px;
}
.select-product .product-content .product-title {
  color: rgba(67, 144, 37, 1);
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}
@media(max-width: 576px) {
  .select-product .product-content .product-title{
    font-size: 30px;
    margin-right: 40px;
  }
}
.select-product .product-content .product-p {
  color: rgba(67, 144, 37, 1);
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-right: 40px;
}
.select-product  .find-furniture {
  background-image: url(../img/products-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}
.select-product  .find-furniture .chairs{
  height: 65%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  top: 160px;
}
@media(max-width: 576px) {
  .select-product  .find-furniture{
    background-size: contain;
    width: 100%;
    max-width: 100%;
  }
}
.select-product  .find-furniture .chairs .chairs-img{
  width: inherit;
  animation: moving 5s ease-in-out 3s infinite;
  -webkit-animation: moving 5s ease-in-out 3s infinite;
}
@keyframes moving {
  0%,100%{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  70%,90% {
    transform: translateY(-500px);
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    -o-transform: translateY(-500px);
  }
}
/* 4 product details*/
.product-details {
  padding-top: 120px;
}
@media(min-width: 992px){
  .product-details {
    overflow: hidden;
  }
}
.product-details  .product-content {
  margin-top: 200px;
}
.product-details .product-content .number-one{
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 60px;
  background-color: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 40px;
}
.product-details .product-content .product-title {
  color: rgba(67, 144, 37, 1);
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}
@media(max-width: 576px) {
  .product-details .product-content .product-title  {
    font-size: 30px;
    margin-right: 40px;
  }
}
.product-details .product-content .product-p {
  color: rgba(67, 144, 37, 1);
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-right: 40px;
}
.product-details .find-furniture {
  background-image: url(../img/products-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}
.product-details  .find-furniture .chairs{
  height: 65%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 360px;
  animation: moving2 4s ease-in 3s infinite;
  -webkit-animation: moving2 4s ease-in 3s infinite;
}
@media(max-width: 576px) {
  .product-details  .find-furniture{
    background-size: contain;
    width: 100%;
    max-width: 100%;
  }
}
.product-details  .find-furniture .chairs .chairs-img{
  width: inherit;
}
@keyframes moving2 {
  0%,100%{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  70%,90% {
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
}
/* 5 buyer profile*/
.buyer-profile {
  padding-top: 120px;
}
@media(min-width: 992px){
  .buyer-profile {
    overflow: hidden;
  }
}
.buyer-profile .product-content {
  margin-top: 200px;
}
.buyer-profile .product-content .number-one{
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 60px;
  background-color: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 40px;
}
.buyer-profile .product-content .product-title {
  color: rgba(67, 144, 37, 1);
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
}
@media(max-width: 576px) {
  .buyer-profile .product-content .product-title   {
    font-size: 30px;
    margin-right: 40px;
  }
}
.buyer-profile .product-content .product-p {
  color: rgba(67, 144, 37, 1);
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-right: 40px;
}
.buyer-profile .find-furniture {
  background-image: url(../img/products-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 375px;
  height: 700px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width: 576px) {
  .buyer-profile .find-furniture{
    background-size: contain;
    width: 100%;
    max-width: 100%;
  }
}
.buyer-profile .find-furniture .chairs{
  height: 65%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 400px;
  animation: moving3 4s ease-in-out 3s infinite;
  -webkit-animation: moving3 4s ease-in-out 3s infinite;
}
.buyer-profile .find-furniture .chairs .chairs-img{
  width: inherit;
}
@keyframes moving3 {
  0%,100%{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  70%,90%{
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
}
/* start  packages*/

.packages{
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media(max-width:768px){
  .packages{
    padding-top: 120px;
  }
}
.packages .packages-heading {
  color: rgba(67, 144, 37, 1);
  font-size: 45px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-style: italic;
}
.packages .packages-desc {
  color: rgba(67, 144, 37, 1);
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
}
.packages .switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 32px;
  margin: 40px 15px;
}
.packages .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.packages .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #F9F9F9;
  -webkit-transition: .4s;
  transition: .4s;
}
.packages .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  right: 4px;
  bottom: 2px;
  background-color:rgba(67, 144, 37, 1);
  -webkit-transition: .4s;
  transition: .4s;
}
.packages input:focus + .slider {
  box-shadow: 0 0 1px rgba(67, 144, 37, 1);
}
.packages input:checked + .slider:before {
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
}
/* Rounded sliders */
.packages .slider.round {
  border-radius: 34px;
  border: 1.5px solid rgba(67, 144, 37, 1);
}
.packages .slider.round:before {
  border-radius: 50%;
}
.packages .monthly {
  color: #000;
  opacity: 0.75;
  font-size: 23px;
  font-weight: bold;
}
.packages .yearly {
  color: #000;
  opacity: 0.75;
  font-size: 23px;
  font-weight: bold;
}
.packages .white-blue {
  color:  rgba(67, 144, 37, 1);
}
.packages .card {
  border: 2px solid #000;
  height: 480px;
  max-height: 520px;
  color: #000;
  font: 18px 0.85;
  margin-bottom: 20px;
}
.packages .card .list-group-item {
  border: none;
  background: transparent;
  padding: .7rem 1.25rem;
}
.packages .card .list-group-item.price {
  font-size: 60px;
  color:  rgba(67, 144, 37, 1);
  border: 0.3 solid  rgba(67, 144, 37, 1);
}
.packages .card .list-group-item.s-pro {
  font-size: 22px;
  color: #000;
  letter-spacing: 0.42px;
  opacity: 100%;
  margin-top: -40px;
  margin-bottom: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.packages .card .list-group-item.price span {
  font-size: 35px;
}
.packages .card .btn-primary {
  width: 203px;
  height: 48px;
  line-height: 31px;
  background-color: transparent;
  color: #000;
  margin-top: 30px;
  border: 2px solid #000;
}
.packages .card:hover {
  color: #fff;
  border: none;
  background-color:  rgba(67, 144, 37, 1);
}
.packages .card:hover .list-group-item.price,
.packages .card:hover .list-group-item.s-pro {
  color: #fff;
}
.packages .card:hover .btn-primary {
  background-color: #fff;
  border: none;
  color: rgba(67, 144, 37, 1);
}
.packages .card.second-card {
  background: #000;
  color: #fff;
}
.packages .card.second-card .list-group-item.s-pro {
  color: #fff;
}
.packages .card.second-card .btn-primary{
  color:  rgba(67, 144, 37, 1);
  border: 2px solid  rgba(67, 144, 37, 1);
}
.packages .card.second-card:hover .btn-primary {
  background-color:  rgba(67, 144, 37, 1);
  color: #fff;
}
.packages .card.second-card:hover .list-group-item.price{
  color:  rgba(67, 144, 37, 1);
}
@media(max-width: 576px) {
  .packages .card {
    margin-right: auto;
    margin-left: auto;
    width: 280px;
  }
}
@media(max-width: 768px) {
  .packages .card {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages .card {
    width: 335px;
  }
}
#packageModal .modal-title {
  font-size: 16px;
  font-weight: bold;
}
.modal-body {
  padding: 1rem 0.2rem;
}
#packageModal .modal-content {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
#packageModal .modal-h {
  font-size: 16px;
  font-weight: bold;
}
#packageModal .visa img{
  margin-bottom: 16px;
}
#packageModal .form-control {
  border: none;
  height: 46px;
  background: #F2F2F2;
}
#packageModal .form-control:focus {
  border: 1px solid #FFBD00;
}
#packageModal .form-control::placeholder {
  color: #b3acac;
}
#packageModal .btn-primary.seller-sign-up {
  width: 100%;
  height: 46px;
  font-size: 15px;
  font-weight: bold;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#packageModal .btn-primary.seller-sign-up:hover {
  background: #FFBD00;
  color: #000;
  border: 1px solid #FFBD00;
}
/* footer contact us */
.contact-us {

  background-image: url(../img/backg.svg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff;
  position: relative;
}
.contact-us .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(67, 144, 37, 0.8);
}
.contact-us .contact-title {
  position: relative;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: bold;
  font-style: italic;
}
.contact-us .contact-p {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin-bottom: 120px;
}
.contact-us .contact-p::before {
  content: ' ';
  position: absolute;
  right: 50%;
  top: 50px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 82px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
@media(max-width: 500px) {
  .contact-us .contact-p::before {
    top: 80px;
  }
}
@media(min-width: 992px) {
  .contact-us .social-list {
    margin-top: 80px;
  }
}
.contact-us .social-item {
  margin-bottom: 20px;
}
.contact-us .social-item .icon-social {
  margin-left: 22px;
}
.contact-us .social-item .icon-social:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.contact-us .social-item .social-details {
  font-size: 25px;
  font-style: italic;
  margin-bottom: 0;
}
.contact-us .contact-form {
  background: #000;
  padding: 30px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.contact-us .contact-form .form-control {
  height: 51px;
  opacity: 0.4;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-us .contact-form .form-control::placeholder {
  color: #fff;
}
.contact-us .contact-form .form-control:focus {
  opacity: 1;
}
.contact-us .contact-form textarea {
  height: 210px !important;
}
.contact-us .contact-form .btn-primary.send {
  height: 51px;
  background:#fff;
  color: #000;
  width: 100%;
  border: 1px solid  #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-us .contact-form .btn-primary.send:hover {
  background: transparent;
  color: #4f8e2d;
}

footer {

  background: rgba(101, 161, 70, 0.29) url(../img/patterns.svg);
  padding-top: 80px;

}
footer h6 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(67, 144, 37, 1);
  margin-bottom: 14px;
}
footer .footer-nav li {
  padding: 5px 0;
  text-transform: capitalize;
}
footer .footer-nav li:hover a {
  color: #000;
}
footer .footer-nav a {
  font-size: 16px;
  color: #253D4D;
}
footer .cp a {
  color: #253D4D;
}
footer .footer-brief {
  color: #253D4D;
}
footer .social-list i {
  color: white;
  transition: 0.3s;
  background: rgba(67, 144, 37, 1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-list i:hover {
  background: #1763AB;
}

.copyrights {
  border-top: 1px solid rgba(234, 234, 234, 0.82);
  padding-top: 15px;
}




.inner-page-header {
  background: rgba(101, 161, 70, 0.29) url(../img/patterns.svg);
  background-size: cover;
  background-blend-mode: multiply;

}
.section-title {
  font-weight: bold;
  font-size: 22px;
  color: #110802;
  margin-bottom: 20px;
}
.filters {
  margin:  10px 0;
}
.filters ul {
  margin:  0;
}
.filters a {
  border-radius: 30px;
  color: white;
  background: rgba(68, 142, 37, 0.49);
  font-weight: 600;
  padding: 10px 15px;
}

.filters a:hover {
  background: rgba(68, 142, 37, 0.49);
  background: #448E25;
}

.filters .active a {

  background: #448E25;
}


.recent-blog-posts .single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .thumbnail {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);

  border-radius: 8px;
  overflow: hidden;
}

.single-blog-post .thumbnail img {
  height: 350px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);

  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-blog-post .post-date {
  font-weight: 600;
  color: #474444;
  margin-top: 15px;
  font-size: 14px;
  transition: 0.3s;
}

.single-blog-post .post-title {
  font-weight: bold;
  font-size: 20px;
  color: #110802;
  margin-top: 12px;
}

.single-blog-post .post-title a {
  color: #110802;
  transition: 0.3s;
}

.single-blog-post p {
  font-weight: normal;
  color: #828282;
}

.single-blog-post .read-more {
  color: #448E25;
  font-weight: 600;
  font-size: 14px;
  margin-top: 14px;
  display: block;
}

.single-blog-post .read-more:after {
  content: '\27A4 ';

  margin-right: 10px;
}

.single-blog-post:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.single-blog-post:hover a {
  color: #478F27;
}

.single-blog-post.h-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.single-blog-post.h-style .post-title {
  font-size: 16px;
}

.single-blog-post.h-style .thumbnail {
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-left: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
}

.single-blog-post.h-style .thumbnail img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-blog-post-page .blog-post .thumbnail {
  height: auto;
}

.single-blog-post-page .blog-post .thumbnail img {
  height: auto;
  max-height: 500px;
}

.single-blog-post-page .blog-post .post-content {
  line-height: 2;
  margin-top: 30px;
}
