@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
} */

/* article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
} */

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

.txt-rt {
  text-align: right;
}

.txt-lt {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.float-rt {
  float: right;
}

.float-lt {
  float: left;
}

.clear {
  clear: both;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.vertical-base {
  vertical-align: baseline;
}

.vertical-top {
  vertical-align: top;
}

.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}

img {
  max-width: 100%;
}

.half {
  width: 50%;
}

body {
  /* background: url(../images/bg.png) no-repeat #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover; */
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}

.wrap {
  width: 80%;
  margin: 0px auto;
}

.content {
  min-height: 46em;
}

.content-grid {
  text-align: center;
}

.content-grid p img {
  text-align: center;
  z-index: -9999;
  margin-top: -9em;
}

.grid {
  text-align: center;
  margin-top: 1em;
}

.grid a,
.grid a:visited,
.grid a:hover,
.grid a:active {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.grid h2 {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-size: 4em;
  color: #fff;
}

.grid h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6em;
  color: #fff;
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-weight: 300;
  text-align: center;
}

.grid h4 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2em;
  color: #fff;
  display: block;
  font-weight: 300;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

/* new css start */

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* common css start */
.common-title {
  color: #5ac4ad;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
  width: 580px;
}

.common-btn {
  color: #fff;
  background: #000;
  padding: 18px 25px;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

/* common css end */

/* header css start */

.header-sec {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 20px 0;
  z-index: 9999;
  border-bottom: 1px solid grey;
}

.header-sec .logo {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.menu-toggle {
  display: none;
}

.ul-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.ul-list .li-list a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  position: relative;
  transition: 0.3s all;
}

.ul-list .li-list a:hover {
  color: #53b59f;
  font-weight: 500;
}

.ul-list .li-list a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #53b59f;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}

.ul-list .li-list a:hover:before {
  bottom: -22px;
  opacity: 1;
  visibility: visible;
}

/* header css end */

/* main banner css start */
.main-banner {
  position: relative;
}

.banner-img {
  padding: 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-img.first-img {
  background-image: url("../images/banner-img1.png");
}

.banner-img.second-img {
  background-image: url("../images/banner-img2.png");
}

.banner-img.third-img {
  background-image: url("../images/banner-img3.png");
}

.banner-img p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.banner-img h4 {
  width: 380px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-arrow {
  position: absolute;
  border: 0;
  outline: none;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s all;
}

.slide-arrow:hover {
  color: #53b59f;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

/* main banner css end */

/* product sec css start */
.product-sec {
  position: relative;
  padding: 40px 0;
}

.common-p-text {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  width: 580px;
}

.product-slider {
  margin-top: 30px;
}

.product-box {
  position: relative;
  border-radius: 15px;
  margin: 0 15px;
}

.product-box img {
  border-radius: 15px;
  width: 100%;
}

.product-box span {
  position: absolute;
  border-radius: 35px;
  bottom: 20px;
  left: 15px;
  padding: 15px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  display: block;
  transition: 0.3s all;
  width: calc(100% - 30px);
  background: #fff;
}

.product-box span:hover {
  color: #5ac4ad;
}

/* product sec css end */

/* product info css start */
.product-info {
  position: relative;
  padding: 40px 0;
  background: #f0f0f0;
}

.product-info .info-text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.info-text h3 {
  margin: 0;
  color: #5ac4ad;
  font-size: 28px;
  font-weight: 700;
}

.info-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* product info css end */

/* item css start */
.item-sec {
  position: relative;
  padding: 40px 0;
  background: #fff;
}

.item-sec .item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 20px;
}

.item-text span {
  color: #5ac4ad;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.item-text h4 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.item-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #000;
}

/* item css end */

/* crafting css start */
.crafting-sec {
  position: relative;
  padding: 40px 0;
  background-image: url("../images/bg-furniture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.list-sec {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.list-sec .list-box {
  text-align: center;
}

.list-sec .list-box span {
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
}

.list-sec .list-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* crafting css end */

/* story css start */
.story-sec {
  position: relative;
  padding: 40px 0;
  background: #fff;
}

.story-img img {
  width: 100%;
}

.story-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.story-text h4 {
  font-size: 28px;
  font-weight: 700;
  color: #5ac4ad;
  margin: 0;
  text-transform: uppercase;
}

.story-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.rating-sec {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rating-sec > div {
  border: 1px solid #5ac4ad;
  border-radius: 15px;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  gap: 20px;
}

.rating-sec > div span {
  font-size: 30px;
  color: #5ac4ad;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.rating-sec > div p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* story css end */

/* contact sec css start */
.contact-sec {
  padding: 70px 0;
  position: relative;
  background-image: url("../images/furniture-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.contact-text h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.contact-text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  /* margin: 0 auto; */
  width: 380px;
  text-align: center;
}

/* contact sec css end */

/* footer css start */
.footer-sec {
  position: relative;
  background: #000;
  padding: 30px 0 0;
}

.inner-ftr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.inner-ftr ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}

.inner-ftr ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.inner-ftr .social-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}

.inner-ftr .social-icon a {
  color: #fff;
  font-size: 20px;
  transition: 0.3s all;
}

.inner-ftr .social-icon a:hover {
  color: #5ac4ad;
}

.last-ftr p {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.last-ftr p a {
  color: #5ac4ad;
}

/* footer css end */

.terms-condition {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 110px 0 0;
  background-image: url("../images/back-bg.jpg");
}

.terms-condition .title-text {
  font-size: 53px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}

.terms-condition .title-text span {
  display: block;
}

.condition_detail {
  position: relative;
  margin-top: 45px;
  padding-bottom: 50px;
}

.condition_detail h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.condition_detail h3 span {
  color: #0043ae;
}

.condition_detail ul {
  list-style: decimal;
}

.condition_detail ul span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.condition_detail ul li .p-text,
.condition_detail ul li {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.condition_detail li::marker {
  font-size: 16px;
  font-weight: 500;
}

.box-icon {
  list-style: square !important;
  padding: 0;
}

.form-field {
  position: relative;
  margin-bottom: 30px;
}

.form-field label {
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  /* margin-bottom: 10px; */
  color: #000;
  font-size: 16px;
}

.form-field .with-number {
  display: flex;
}

.form-field .with-number span {
  border: 1px solid #e6e6e6;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  color: #6d6d6d;
  font-size: 16px;
}

.form-field input,
.form-field textarea {
  border: 1px solid #e6e6e6;
  outline: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  color: #6d6d6d;
}

.form-field .with-number input {
  border-left: 0;
  border-radius: 0;
  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;
}

.black-btn {
  background: #08224b;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}

.form-sec {
  position: relative;
  padding: 30px 0;
}
.form-sec h1 {
  font-size: 33px !important;
  color: #565454;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}
.form-sec h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.form-checkbox {
  margin-bottom: 15px;
}

.submit-btn {
  border: 0;
  outline: none;
  padding: 10px 20px;
  color: #fff;
  background: #000;
  font-size: 18px;
  border-radius: 5px;
}

@media (max-width: 1400px) {
  .rating-sec > div {
    padding: 15px 20px;
  }
}

@media (max-width: 1200px) {
  .rating-sec {
    flex-wrap: wrap;
  }

  .rating-sec > div {
    min-width: unset;
    padding: 10px;
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .header-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .header-sec .logo {
    margin: 0;
    z-index: 9;
    position: relative;
  }

  .header-sec .logo img {
    width: 70px;
  }

  .menu-toggle {
    padding: 0;
    margin: 0;
    border: 0;
    width: 40px;
    height: 40px;
    display: block !important;
    position: absolute;
    right: 15px;
    top: 50%;
    border-radius: 0;
    outline: 0 !important;
    background: 0 0;
    z-index: 99;
    transition: 0.5s all;
    transform: translate(0, -50%);
    /* background-color: #fff; */
    border-radius: 50%;
  }

  .menu-toggle span {
    width: 25px;
    margin-bottom: 0;
    height: 3px;
    background: #000;
    border-radius: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transition: 0.3s all;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-toggle span:first-child {
    top: 13px;
  }

  .menu-toggle span:last-child {
    top: 27px;
  }

  .menu-toggle.active span:first-child {
    transform: rotate(-45deg);
    opacity: 1;
    width: 22px;
    left: 22%;
    top: 45%;
  }

  .menu-toggle.active span {
    opacity: 0;
    background-color: #000;
  }

  .menu-toggle.active span:last-child {
    transform: rotate(45deg);
    width: 22px;
    opacity: 1;
    left: 22%;
    top: 45%;
  }

  .main-navigation.toggled .ul-list {
    transition: 0.3s;
    opacity: 1;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }

  .ul-list {
    height: 100vh;
    position: fixed;
    top: 0;
    opacity: 0;
    left: -100%;
    width: 100%;
    background: #fff;
    z-index: 4;
    overflow-x: auto;
    padding: 120px 30px 20px;
    transition: 0.3s;
  }

  .banner-img {
    padding: 100px 0;
  }

  .banner-img p {
    text-align: center;
  }

  .banner-img h4 {
    text-align: center;
    margin: 0 auto 20px;
  }

  .main-banner .common-btn {
    margin: 0 auto;
  }

  .common-p-text {
    width: 100%;
  }

  .product-info .info-text {
    margin-bottom: 20px;
    height: unset;
  }

  .item-sec .item-text {
    margin-bottom: 20px;
    height: unset;
  }

  .story-text {
    height: unset;
    margin-top: 30px;
  }

  .common-title {
    width: 100%;
  }

  .list-sec {
    flex-wrap: wrap;
  }

  .inner-ftr {
    flex-direction: column;
    gap: 30px;
  }

  .inner-ftr ul {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .common-title {
    font-size: 26px;
  }

  .banner-img {
    padding: 50px 0;
  }

  .banner-img h4 {
    width: 100%;
    font-size: 22px;
  }

  .contact-text p {
    width: 100%;
  }

  .list-sec {
    gap: 25px;
  }

  .list-sec .list-box p {
    font-size: 14px;
  }

  .story-text h4 {
    font-size: 22px;
  }

  .contact-text h4 {
    text-align: center;
  }

  .rating-sec {
    justify-content: center;
  }

  .rating-sec > div span {
    font-size: 18px;
  }

  .rating-sec > div p {
    font-size: 16px;
  }
  .form-sec h1 {
    font-size: 23px !important;
  }
  .form-sec h3 {
    font-size: 16px;
  }
}

/* @media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap {
		width: 95%;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap {
		width: 95%;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap {
		width: 95%;
	}

	.grid p {
		margin-top: 1em;
	}

	.grid h2 {
		font-size: 2em;
	}

	.grid h3 {
		padding-top: 1.2em;
		padding-bottom: 1.2em;
	}

	.content-grid p img {
		margin-top: -8em;
	}
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
	.wrap {
		width: 95%;
	}

	.content-grid p {
		margin-top: 3em;
	}

	.grid p {
		margin-top: 0em;
	}

	.grid p img {
		width: 80%;
		margin-top: 1em;
	}

	.grid h2 {
		font-size: 1.8em;
	}

	.grid h3 {
		font-size: 1em;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
	.wrap {
		width: 95%;
	}

	.content-grid p img {
		margin-top: -2.2em;
		width: 300px;
		text-align: center;
	}

	.content-grid {
		text-align: center;
		margin: 0px auto;
	}

	.grid {
		margin-top: 0em;
	}

	.grid p {
		margin-top: 0em;
	}

	.grid p img {
		width: 283px;
		margin-top: 0.3em;
	}

	.grid h2 {
		font-size: 1.6em;
	}

	.grid h3 {
		font-size: 0.9em;
		padding-top: 1.2em;
		padding-bottom: 1.2em;
	}
}

@media only screen and (max-width: 320px) and (min-width: 240px) {
	.grid p img {
		width: 100%;
		margin-top: 0em;
	}

	.content-grid p {
		margin-top: 1em;
	}

	.grid p {
		margin-top: 0em;
	}

	.grid h2 {
		font-size: 1.5em;
	}

	.grid h3 {
		font-size: 1em;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.wrap {
		width: 95%;
	}
} */
