/*=====================
    1.General CSS start
==========================*/
body {
  position: relative;
  font-size: 14px;
  font-family: 'Poppins', serif;
}
b,
strong {
	font-weight: 600;
}
h1 {
  font-size: 56px;
  text-transform: uppercase;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: 'Carter One', serif;
}
h1 span {
  font-weight: 400;
  font-family: 'Carter One', serif;
}
h2 {
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
  font-family: 'Carter One', serif;
  line-height: 1.5;
}
h3 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-family: 'Carter One', serif;
	line-height: 1.5;
}
h4 {
  font-size: 24px;
  font-family: 'Carter One', serif;
  font-weight: 400;
}
h5 {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Carter One', serif;
	color: #555555;
}
ul {
  color: #fff;
  padding-left: 0;
  margin-bottom: 0;
}
li {
  font-size: 20px;
  line-height: 1;
}
p {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
}
a {
  text-decoration: none;
  color: #111111;
}
a:hover {
  text-decoration: none;
  color: #111111;
}
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section,
.section-t-space {
  padding-top: 100px;
}
.section-b-space {
  padding-bottom: 100px;
}
.section-space {
  padding-bottom: 20px;
}
.section-lr {
  padding-left: 80px;
  padding-right: 80px;
}
.title_landing {
  text-align: center;
}
.title_landing p {
  padding-bottom: 25px;
  max-width: 43%;
  margin: 0 auto;
}
.title-landing {
	font-size: 36px;
	color: #000000;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	display: inline-block;
}
.title-landing span {
	position: relative;
	right: -8px;
	top: -3px;
	font-size: 13px;
	color: white;
	background-color: #C88F25;
	padding: 3px 6px;
	font-family: 'Poppins', serif;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-weight: 500;
}
.btn {
	text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-weight: 500;
	color: white;
	text-decoration: none;
	padding: 12px 20px;
	width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn:hover {
  border: 1px solid #C88F25;
  color: white;
  background-color: #C88F25;
}
.btn-primary {
	padding: 14px 30px;
	background-color: #C88F25;
	font-size: 15px;
	border: 1px solid #C88F25;
	color: white;
	font-weight: 500;
	width: fit-content;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: transparent !important;
  border: 1px solid #C88F25 !important;
  color: #C88F25 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.red {
  background-color: #ff4a42;
}
.orange {
  background-color: #ffbe26;
}
.green {
  background-color: #11c52c;
}
.grey-light-bg {
  background-color: #f5f6f8;
}
/*=====================
    2.Header CSS start
==========================*/
header {
  padding: 0 10px;
  z-index: 999;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.62);
  box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 0.62);
}
.main-contain img {
  max-width: 335px;
  margin: 0 0 10px 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #111111;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #C88F25;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-light .navbar-nav .nav-item a {
  text-transform: capitalize;
  cursor: pointer;
}
.navbar-light .navbar-nav .nav-item a.active {
  color: #C88F25;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-light .navbar-toggler:focus {
  outline: none;
}
.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header .logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header .nav-link {
	font-weight: 500;
	padding: 26px 16px !important;
}
.navbar {
  padding: 0;
}
.navbar li.nav-item {
  font-size: 16px;
  padding: 0 4px;
}
.purchase-btn {
  letter-spacing: 0.3em;
  color: white;
  background: #C88F25;
  width: 160px;
  height: 65px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*=====================
    3.body CSS start
==========================*/
.demo-layout .demo-box:nth-child(-n + 4) {
  margin-top: 0;
}
.product-section .title_landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.product-section .title_landing p {
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bg-img {
  background: #f5f5f5;
}
.main-img {
  position: relative;
  background-image: url("../images/head.jpg");
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /*background-attachment: fixed;*/
}
.main-img .main-contain {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: calc(100vh - 640px);
	width: 100%;
}
.main-img .main-contain .content-center{
  margin: auto;
}
.main-img .main-contain h1 {
  color: #C88F25;
  font-weight: 600;
  padding-bottom: 0;
}
.main-img .main-contain h1 span {
  color: #111111;
}
.main-img .main-contain h3 {
	color: #111111;
	max-width: 55%;
	margin: 16px auto 0;
	padding-bottom: 10px;
	line-height: 40px;
}
.main-img .main-contain .btn-primary {
	padding: 10px 20px;
	background-color: #C88F25;
	font-size: 14px;
	border: 1px solid #C88F25;
	color: white;
	font-weight: 500;
	margin: auto;
	letter-spacing: 0.5px;
}
.main-img .main-contain h4 {
  color: #111111;
}
.main-img .main-contain h4 span {
  color: #C88F25;
}
.home-decor .decor {
  position: absolute;
}
.home-decor .decor img {
  -webkit-box-shadow: 0px 38px 62px -40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 38px 62px -40px rgba(0, 0, 0, 0.2);
}
.home-decor .decor.decor-1 {
  top: 11%;
  left: 8%;
}
.home-decor .decor.decor-1 img {
  -webkit-animation: movebounce 3.2s linear infinite;
  animation: movebounce 3.2s linear infinite;
}
.home-decor .decor.decor-2 {
  top: 13%;
  left: 22%;
}
.home-decor .decor.decor-2 img {
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}
.home-decor .decor.decor-3 {
  top: 29%;
  left: 2%;
}
.home-decor .decor.decor-3 img {
  -webkit-animation: movebounce 2.6s linear infinite;
  animation: movebounce 2.6s linear infinite;
}
.home-decor .decor.decor-4 {
  top: 44%;
  left: 23%;
}
.home-decor .decor.decor-4 img {
  -webkit-animation: movebounce 2.2s linear infinite;
  animation: movebounce 2.2s linear infinite;
}
.home-decor .decor.decor-5 {
  left: -1%;
  top: 58%;
}
.home-decor .decor.decor-5 img {
  -webkit-animation: movebounce 3.2s linear infinite;
  animation: movebounce 3.2s linear infinite;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-decor .decor.decor-6 {
  top: 72%;
  left: 25%;
}
.home-decor .decor.decor-6 img {
  -webkit-animation: movebounce 3.02s linear infinite;
  animation: movebounce 3.02s linear infinite;
}
.home-decor .decor.decor-7 {
  top: 9%;
  right: 0;
}
.home-decor .decor.decor-7 img {
  -webkit-animation: movebounce 2.3s linear infinite;
  animation: movebounce 2.3s linear infinite;
}
.home-decor .decor.decor-8 {
  top: 17%;
  right: 22%;
}
.home-decor .decor.decor-8 img {
  -webkit-animation: movebounce 2.9s linear infinite;
  animation: movebounce 2.9s linear infinite;
}
.home-decor .decor.decor-9 {
  top: 45%;
  right: 15%;
}
.home-decor .decor.decor-9 img {
  -webkit-animation: movebounce 2.0s linear infinite;
  animation: movebounce 2.0s linear infinite;
}
.home-decor .decor.decor-10 {
  top: 45%;
  right: -1%;
}
.home-decor .decor.decor-10 img {
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-decor .decor.decor-11 {
  top: 66%;
  right: 22%;
}
.home-decor .decor.decor-11 img {
  -webkit-animation: movebounce 2.6s linear infinite;
  animation: movebounce 2.6s linear infinite;
}
/* .font-style {
  font-family: 'Pacifico', cursive;
  color: #656565;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  text-transform: capitalize;
} */

.color-varient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  padding-top: 5px;
  margin-bottom: 0;
}
.color-varient li {
  list-style: none;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.feature p {
  max-width: 40%;
  margin: 0 auto 20px;
}
.feature_row .feature-box {
  padding: 0 15px;
}
.feature_row .feature-box p {
  margin-bottom: 0;
}
.feature_row .feature-box:hover .feature-image {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.feature_row .feature-image {
  -webkit-box-shadow: 0 0 40px 0 rgba(51, 51, 51, 0.06);
  box-shadow: 0 0 40px 0 rgba(51, 51, 51, 0.06);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.feature_row .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}
.feature_row .feature-content h6 {
  padding-left: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.slide-center .slick-slide>div,
.slide-center-3 .slick-slide>div {
  margin: 0 20px;
}
.slide-center .slick-slide > div h4,
.slide-center-3 .slick-slide > div h4 {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	font-family: 'Poppins', serif;
	font-weight: 600;
}
.slide-center .slick-slide>div img,
.slide-center-3 .slick-slide>div img {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide-center .slick-slide a:focus,
.slide-center-3 .slick-slide a:focus {
  outline: none;
}
.slide-center.no-arrow .slick-prev,
.slide-center.no-arrow .slick-next,
.slide-center-3.no-arrow .slick-prev,
.slide-center-3.no-arrow .slick-next {
  display: none !important;
}
.demo-slider {
  position: relative;
  background: url("../images/f-bg.jpg");
  height: 50vh;
  background-repeat: no-repeat;
  background-size: contain;
}
.demo-slider .demo-contain {
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.demo-slider .demo-contain h2 {
  color: #f6f2f6;
  font-weight: bold;
  font-size: 175px;
  top: 30%;
  left: 5%;
}
.demo-slider .demo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.demo-slider .demo .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}
.demo-slider .demo h2 {
  font-weight: 700;
  color: #111111;
  font-size: 60px;
}
.demo-slider .demo h4 {
  font-weight: 700;
  color: #111111;
  font-size: 22px;
  letter-spacing: 0.2em;
}
.slider-section {
  overflow: hidden;
}
.res-img {
  display: none;
}
.main-demo {
  position: relative;
  z-index: 9;
}
.sticker {
  margin-top: 100px;
  margin-left: 45px;
}
.email-img {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
ul.tabs {
  list-style: none;
  text-align: center;
  padding: 0 5px;
}
ul.tabs li {
  color: #000000;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
ul.tabs li.current {
  background: #C88F25;
  color: white;
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tab-content {
  display: none;
}
.tab-content[style="display: block;"] .demo-box img {
  -webkit-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
.tab-content.current {
  display: inherit;
}
.tab-content.current .demo-box img {
  -webkit-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
.demo-box {
  margin-top: 35px;
  padding: 0 30px;
  position: relative;
}
.demo-box img {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.demo-box h3 {
	line-height: 28px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 16px;
	color: #111111;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.demo-box h5 {
  margin-bottom: 0;
}
.demo-box h6 {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #586082;
}
.demo-box:hover img {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.demo-box:hover .ribbon-1 {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.badge {
  font-size: 11px;
  margin-left: 10px;
  vertical-align: 10px;
  line-height: 1.4;
  padding: 1px 6px;
  font-weight: 700;
  position: relative;
  padding-right: 15px;
}
.badge:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid #ff4c3b;
  border-bottom: 5px solid transparent;
  left: -5px;
  top: 2.1px;
}
.badge:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #ffffff;
  top: 3.5px;
  right: 4px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.badge.badge-danger {
  background-color: #C88F25;
}
.special-feature .feature_row .feature-content {
  padding-top: 0;
  padding-bottom: 20px;
}
.special-feature .feature-sec>div {
  margin-bottom: 40px;
}
.special-feature .feature-sec>div:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.feature-section ul {
  color: #111111;
  text-align: left;
  list-style: none;
}
.feature-section ul li {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 10px;
}
.theme-box {
  -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.theme-box h4 {
  text-align: center;
  padding: 15px;
  font-size: 15px;
  line-height: 24px;
  background-color: white;
  font-family: 'Poppins', serif;
  font-weight: 500;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.theme-box:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.theme-box:hover h4{
  color: #C88F25;
}
.footer-botom {
  padding: 15px;
  background-color: #f5f6f8;
  text-align: center;
}
.footer-botom p {
  color: #111111;
  margin-bottom: 0;
}
.email-section {
  background: url("../images/email-bg.png");
}
.cart {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery {
  background: #f9f8f8;
  overflow: hidden;
}
.grey-bg {
  background: #f9f8f8;
}
.main-feature .key-feature>div {
  margin-top: 70px;
}
.main-feature .key-feature>div:nth-child(-n + 6) {
  margin-top: 0;
}
.main-feature .key-feature .theme-collection .image-contain {
  background-color: white;
  padding: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-feature .key-feature .theme-collection .image-contain img {
  /* -webkit-filter: grayscale(100%);
            filter: grayscale(100%);*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-feature .key-feature .theme-collection .image-contain .set-image {
  text-align: center;
}
.main-feature .key-feature .theme-collection h5 {
  margin-top: 20px;
  text-align: center;
  color: #555;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-family: 'Poppins', serif;
  line-height: 24px;
}
.main-feature .key-feature .theme-collection:hover .image-contain {
  -webkit-box-shadow: 0px 0px 26px 3px #e2e2e2;
  box-shadow: 0px 0px 26px 3px #e2e2e2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-feature .key-feature .theme-collection:hover h5 {
  color: #C88F25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-feature .key-feature .theme-collection:hover img {
  /*-webkit-filter: grayscale(0);
          filter: grayscale(0);*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.support-section {
  position: relative;
}
.support-section .support-content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support-section .support-content h4 {
  margin-top: 25px;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 400;
}
.support-section .support-content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  color: #777777;
}
.support-section .support-text {
  position: absolute;
  left: 0;
  top: 0;
}
.support-section .support-image {
  margin-top: 35px;
}
.footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.footer-section .rate-section li {
  display: inline-block;
  padding: 0 3px;
}
.footer-section .rate-section li i {
  color: #ffd203;
  font-size: 36px;
}
.footer-section h2 {
  letter-spacing: 0.1em;
  margin: 20px 0 30px 0;
  line-height: 1.2;
}
.tap-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: none;
  color: #fff;
  text-align: center;
  background: #C88F25;
  border: none;
  font-size: 22px;
  padding: 7px;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.tap-top.top-cls {
  bottom: 130px;
}
.tap-top:hover {
  background: #000;
}
/*=====================
    4.Responsive CSS start
==========================*/
@media (max-width: 1800px) {
  .home-decor .decor img {
    width: 55%;
  }
}
@media (min-width: 1431px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1430px) {
  .title_landing p {
    max-width: 60%;
  }
  .demo-box {
    padding: 0 20px;
  }
  .feature p {
    max-width: 70%;
  }
  .feature_row>div {
    margin-bottom: 30px;
  }
  .feature_row>div:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .navbar li.nav-item {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .title-landing {
    font-size: 28px;
  }
  .main-img .main-contain h3 {
    max-width: 64%;
  }
  .main-img .main-contain {
    height: calc(100vh - 650px);
  }
}
@media (max-width: 1299px) {
  .title-landing {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  section,
  .section-t-space {
    padding-top: 60px;
  }
  .section-b-space {
    padding-bottom: 60px;
  }
  .main-img .main-contain h3 {
    max-width: 88%;
  }
  .demo-layout .demo-box:nth-child(-n + 4) {
    margin-top: 30px;
  }
  .demo-layout .demo-box:nth-child(-n + 3) {
    margin-top: 0;
  }
  .main-menu.me-auto {
    margin-left: auto !important;
    margin-right: unset !important;
  }
  .main-feature .key-feature>div {
    margin-top: 30px;
  }
  .main-feature .key-feature>div:nth-child(-n + 6) {
    margin-top: 30px;
  }
  .main-feature .key-feature>div:nth-child(-n + 4) {
    margin-top: 0;
  }
  .title-landing {
    font-size: 24px;
  }
  .title-landing span {
    font-size: 12px;
  }
  .main-img {
    height: 70vh;
  }
  .main-img .main-contain {
    height: calc(70vh - 395px);
  }
  .main-img .main-contain h3 {
    font-size: 25px;
    margin: 5px auto 0;
    line-height: 35px;
  }
  .main-img .main-contain .btn-primary {
    padding: 8px 12px;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 55px;
    z-index: 99;
    left: 0px;
    background-color: white;
    text-align: center;
    padding-bottom: 10px;
  }
  .feature-section ul {
    text-align: center;
  }
}
@media (max-width: 991px) {

  section,
  .section-t-space {
    padding-top: 50px;
  }
  .section-b-space {
    padding-bottom: 50px;
  }
  .demo-layout .demo-box:nth-child(-n + 3) {
    margin-top: 30px;
  }
  .demo-layout .demo-box:nth-child(-n + 2) {
    margin-top: 0;
  }
  .theme-box h4 {
    font-size: 14px;
  }
  .main-img {
    height: 65vh;
  }
  .main-img .main-contain {
    height: calc(65vh - 390px);
    margin: 15px 0;
  }
  .main-img .main-contain .btn-primary {
    font-size: 13px;
  }
  .main-img .main-contain>div {
    background-color: transparent;
    padding: 0;
  }
  .box-center{
    margin: 0 auto;
  }
  .section-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-decor {
    display: none;
  }
  .top-header .btn {
    width: 145px;
    height: 55px;
  }
  .main-img .main-contain h1 {
    font-size: 45px;
  }
  .main-img .main-contain h3 {
    font-size: 22px;
  }
  .main-img .main-contain h4 {
    font-size: 23px;
  }
  .feature p {
    max-width: unset;
    margin: 0 auto;
  }
  .me-auto,
  .mx-auto {
    margin-right: 15px !important;
  }
  ul.tabs li {
    padding: 8px 12px;
  }
  .title_landing p {
    max-width: 100%;
  }
  .demo-box h3 {
    font-size: 20px;
  }
  .gif {
    width: 90%;
  }
  .key-feature>div {
    margin-top: 70px;
  }
  .key-feature>div:nth-child(-n + 6) {
    margin-top: 0;
  }
  .demo-slider .demo .right-part {
    margin-top: 60px;
  }
  .special-feature .feature-sec>div:nth-last-child(-n + 3) {
    margin-bottom: 40px;
  }
  .special-feature .feature-sec>div:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
  .footer-section h2 {
    font-size: 20px;
    margin: 5px 0 10px 0;
  }
  .footer-section .rate-section li {
    padding: 0;
  }
  .footer-section .rate-section li i {
    font-size: 20px;
  }
  .btn-primary {
    padding: 8px 10px;
  }
  .btn {
    width: 150px;
  }
  .theme-box {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .demo-layout .demo-box:nth-child(-n+2) {
    margin-top: 30px;
  }
  .main-img .main-contain h3 {
    font-size: 20px;
    line-height: 32px;
    max-width: 100%;
  }
  section,
  .section-t-space {
    padding-top: 40px;
  }
  .section-b-space {
    padding-bottom: 40px;
  }
  .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .responsive-img {
    background-blend-mode: overlay;
    background-color: rgba(246, 247, 249, 0.98);
  }
  .main-img {
    height: 60vh;
  }
  .main-img .main-contain {
    height: calc(60vh - 105px);
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-img .main-contain h1 {
    font-size: 36px;
  }
  .main-img .main-contain h3 {
    padding-bottom: 14px;
    margin: 16px auto 0;
  }
  .main-img .main-contain .btn-primary {
    margin: 0 auto;
  }
  .feature_row>div:nth-last-child(-n + 2) {
    margin-bottom: 30px;
  }
  .feature_row>div:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
  .main-feature .key-feature>div:nth-child(-n + 4) {
    margin-top: 30px;
  }
  .main-feature .key-feature>div:nth-child(-n + 2) {
    margin-top: 0;
  }
  h1 {
    font-size: 40px;
  }
  .footer .row>div:last-child .theme-box {
    margin-bottom: 0;
  }
  .main-img .main-contain h3 {
    font-size: 20px;
  }
  .main-img .main-contain h4 {
    font-size: 20px;
  }
  .feature-image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .feature-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .para {
    text-align: center;
  }
  .demo-slider {
    height: 21vh;
    background-size: cover;
  }
  .demo-slider .demo h2 {
    font-size: 35px;
  }
  .demo-slider .demo h5 {
    font-size: 15px;
  }
  .demo-slider .demo h6 {
    font-size: 12px;
  }
  ul.tabs li {
    padding: 5px 9px;
    font-size: 16px;
  }
  .demo-box h3 {
    font-size: 18px;
  }
  .gallery2 {
    padding-top: 30px;
  }
  .key-feature>div:nth-last-child(-n + 21) {
    margin-top: 35px;
  }
  .support-section .support-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tap-top {
    right: 20px;
  }
  .email-section .center-part {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .email-section .left-part,
  .email-section .right-part {
    display: none;
  }
  .full-img {
    display: none;
  }
  .res-img {
    display: block;
  }
  .purchase-btn {
    letter-spacing: 0.09em;
    font-size: 14px;
  }
  .top-header .btn {
    width: auto;
    height: 45px;
  }
  .btn {
    padding: 12px 10px;
  }
}
@media (max-width: 640px) and (min-width: 599px) {
  .main-demo {
    margin-top: 0vh;
  }
}
@media (max-width: 575px) {
  .section-b-space {
    padding-bottom: 30px;
  }
  section,
  .section-t-space {
    padding-top: 30px;
  }
  /* .demo-layout .demo-box:nth-child(-n + 2),
  .demo-layout .demo-box:nth-child(-n + 3),
  .demo-layout .demo-box:nth-child(-n + 4) {
    margin-top: 20px;
  } */
  .demo-layout .demo-box:nth-child(-n + 1) {
    margin-top: 0;
  }
  p {
    font-size: 14px;
  }
  .navbar-toggler {
    padding: 6px;
  }
  .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  .main-img {
    height: 58vh;
  }
  .main-img .main-contain {
    height: calc(58vh - 105px);
  }
  .sticker {
    display: none;
  }
  .main-img .main-contain img {
    width: 53%;
  }
  .section-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .demo-slider {
    height: 25vh;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(252, 252, 252, 0.67);
  }
  .demo-slider .demo h2 {
    font-size: 25px;
  }
  .demo-slider .demo h5 {
    font-size: 14px;
  }
  .demo-slider .demo h4 {
    font-size: 18px;
  }
  .feature-section ul li {
    font-size: 16px;
  }
  .slide-center .slick-slide>div,
  .slide-center-3 .slick-slide>div {
    margin: 0 10px;
  }
  .slide-center .slick-slide>div h4,
  .slide-center-3 .slick-slide>div h4 {
    font-size: 16px;
  }
  .demo-box {
    margin-top: 20px;
    padding: 0 15px;
  }
  .demo-box h3 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
  }
  .demo-box h5 {
    text-align: center;
    font-size: 14px;
  }
  .theme-collection h5 {
    font-size: 16px;
  }
  .support-section .support-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .support-section .support-content h4 {
    font-size: 17px;
  }
  .tap-top {
    width: 35px;
    height: 35px;
    padding: 2px;
    font-size: 19px;
  }
  .main-feature .key-feature .theme-collection h5 {
    margin-top: 10px;
  }
  .theme-collection h5 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {

  section,
  .section-t-space {
    padding: 35px 0;
  }
  .section-lr {
    padding-left: 0;
    padding-right: 0;
  }
  .title-landing {
    font-size: 20px;
  }
  .main-img .main-contain h1 {
    font-size: 30px;
    padding-bottom: 0;
  }
  .main-img .main-contain h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .main-img .main-contain h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .main-img .main-contain h3 {
    font-size: 16px;
  }
  .main-img .main-contain h4 {
    font-size: 16px;
  }
  .demo-slider .demo h2 {
    font-size: 20px;
  }
  .demo-slider .demo h5 {
    font-size: 12px;
  }
  .demo-box h3 {
    font-size: 14px;
  }
  .support-section .support-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .support-section .support-content h4 {
    font-size: 16px;
  }
  .main-img {
    height: 55vh;
  }
  .main-img .main-contain {
    height: calc(55vh - 105px);
  }
}
@media (max-width: 360px) {

  section,
  .section-t-space {
    padding: 30px 0;
  }
  h1 {
    font-size: 25px;
  }
  .title-landing {
    font-size: 18px;
  }
  .main-img .main-contain h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .main-img .main-contain h3 {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  .main-img .main-contain h4 {
    font-size: 14px;
  }
  .demo-slider .demo h2 {
    font-size: 15px;
  }
  .demo-slider .demo h5 {
    font-size: 10px;
  }
  .main-feature .key-feature .theme-collection .image-contain {
    padding: 25px;
  }
  .support-section .support-content h4 {
    font-size: 14px;
  }
  .support-section .support-content p {
    font-size: 14px;
  }
  .main-img {
    height: 38vh;
  }
  .main-img .main-contain {
    height: calc(50vh - 105px);
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 20px;
  }
  .demo-slider .demo h2 {
    font-size: 15px;
  }
  .demo-slider .demo h5 {
    font-size: 10px;
  }
  .rate-section h2 {
    font-size: 15px;
  }
  .rate-section ul li i {
    font-size: 15px;
  }
}

/*********************** Password Start ***********************/
.main-password {
  overflow: hidden;
}

.password-gift {
  border: 1px solid #b5b7b9;
  overflow: hidden;
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.password-content {
  background-color: #f3f4f6;
  padding: 0px 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.password-content .section-title img {
  max-width: 75px;
  max-height: 75px;
  margin-bottom: 30px;
}

.password-content .section-title h2 {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 24px;
}

.password-content .section-title p {
	color: #c88f25;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

.password-content .clipboard {
  display: flex;
  align-items: center;
}

.password-content .password-copy-btn {
  width: 100%;
}

.password-content .copy-input {
  cursor: pointer;
  background-color: #ffffff;
  color: #70747f;
  font-size: 18px;
  width: 100%;
  padding: 15px 75px 15px 30px;
  border: 0px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.password-content .copy-input:focus-visible {
  outline: 0;
}

.password-content .copy-btn {
  padding: 0;
  margin-left: -50px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border: none;
  background: none;
}

.password-content .copy-btn:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.password-content .copy-btn:focus {
  outline: none;
}

.password-content .theme-btn {
	margin: 50px auto 0;
}

.password-content .theme-btn img {
  display: none;
  max-width: 24px;
  max-height: 24px;
}
.password-gap {
	padding: 0 40px;
}

/*********************** Password End ***********************/

    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 9998;
    }
    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      background-color: white;
      padding: 20px;
      border: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      z-index: 9999;
      right: 0;
      bottom: 0;
      width: 500px;
      height: 500px;
      margin: auto;
    }
      .popup-content {
        text-align: center;
      }
    .overlay{
      cursor: url(../images/close-icon.png), auto !important;
    }
    @media (max-width: 543px) {
        .popup{
            width: 400px;
            height: 400px;
        }
    }
    @media (max-width: 420px) {
        .popup{
            width: 300px;
            height: 300px;
        }
    }
  @media only screen and (max-width:1199px) {
    .password-content{
      padding: 0px 15px;
    }
  }
    @media only screen and (max-width:767px) {
      .password-content{
          margin: 30px 0 0 0;
      }
      .password-content {
          padding: 30px 15px;
          height: auto;
      }

      .password-gap {
        padding: 0;
      }
  }