* {
  margin-right: 0;
  padding: 0;
}

@font-face {
  font-family: "Sukhumvit Set";
  src: url("fonts/SukhumvitSet-Medium.woff2") format("woff2"), url("fonts/SukhumvitSet-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("fonts/SukhumvitSet-SemiBold.woff2") format("woff2"), url("fonts/SukhumvitSet-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("fonts/SukhumvitSet-Text.woff2") format("woff2"), url("fonts/SukhumvitSet-Text.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("fonts/SukhumvitSet-Thin.woff2") format("woff2"), url("fonts/SukhumvitSet-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("fonts/SukhumvitSet-Bold.woff2") format("woff2"), url("fonts/SukhumvitSet-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sukhumvit Set";
  src: url("fonts/SukhumvitSet-Light.woff2") format("woff2"), url("fonts/SukhumvitSet-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "2006_iannnnnBKK";
  src: url("fonts/2006iannnnnBKK.woff2") format("woff2"), url("fonts/2006iannnnnBKK.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-200 {
  font-weight: 200 !important;
}

.f-s-10 {
  font-size: 10px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-13 {
  font-size: 13px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-15 {
  font-size: 15px !important;
}

.f-s-17 {
  font-size: 17px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-19 {
  font-size: 19px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-22 {
  font-size: 22px !important;
}

.f-s-24 {
  font-size: 24px !important;
}

.f-s-26 {
  font-size: 26px !important;
}

.f-s-28 {
  font-size: 28px !important;
}

.f-s-30 {
  font-size: 30px !important;
}

.f-s-36 {
  font-size: 36px !important;
}

.f-s-40 {
  font-size: 40px !important;
}

.f-s-50 {
  font-size: 50px !important;
}

.f-s-76 {
  font-size: 76px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.container {
  max-width: 1250px;
}

.gotham {
  font-family: "Gotham Book";
}

.primary-btn {
  background: #e72223;
  color: #ffffff;
  font-size: 28px;
  padding: 0.05rem 0.75rem;
  border-radius: 0;
  transition: 0.5s all ease;
}
.primary-btn:hover {
  color: #db0404;
  background: #f0f0f0;
}

.secondary-btn {
  background: #f0f0f0;
  color: #db0404;
  font-size: 28px;
  padding: 0.05rem 0.75rem;
  border-radius: 0;
  transition: 0.5s all ease;
}
.secondary-btn:hover {
  color: #ffffff;
  background: #ffad00;
}

body {
  font-family: "Sukhumvit Set";
}

.menu {
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.07);
}
.menu .menu-item {
  padding: 0;
}
.menu a {
  text-decoration: none;
}
.menu .base {
  padding-top: 30px;
}
.menu .base a {
  color: #000000;
}
.menu .skin {
  padding-top: 15px;
}
.menu .skin a {
  color: #ff5f00;
}

#hero {
  background: #f1f2f6;
  padding-top: 125px;
}
#hero .hero-text {
  margin-top: 165px;
}
#hero .hero-text h1 {
  letter-spacing: 2px;
  margin-top: auto;
}
#hero .hero-text .primary-btn {
  margin-top: 125px;
}

#section-1 .inner {
  background: url(../img/1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
#section-1 .inner .inner-text {
  padding: 120px 0 0 20px;
}

#section-2 {
  position: relative;
}
#section-2 .inner-img {
  position: absolute;
  top: 0;
  left: 0;
}
#section-2 .inner-text {
  margin-top: 150px;
}

#steryl {
  background: #f1f2f6;
}
#steryl .text-area {
  margin-top: 130px;
}

#section-3 {
  background: #fe5f00;
  padding-top: 50px;
  padding-bottom: 45px;
}
#section-3 .one .image {
  margin-top: 155px;
}
#section-3 p {
  color: #ffffff;
}

#products-area {
  background: url("../img/products.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 170px;
  padding-bottom: 120px;
}

#section-4 {
  background: #ffad00;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
#section-4 .star i {
  color: #f80606;
}
#section-4 .text {
  width: 45%;
  color: #ffffff;
}

#sticky-footer {
  display: none;
  background: #fcf8f8;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s all ease;
}
#sticky-footer .content {
  padding: 0;
}
#sticky-footer .row {
  margin: 0;
}
#sticky-footer .image {
  margin-top: -28px;
}
#sticky-footer .primary-btn {
  padding: 1rem 0.75rem;
}
#sticky-footer .secondary-btn {
  padding: 1rem 0.75rem;
}

@media (max-width: 991px) {
  #hero {
    padding-top: 65px;
  }
  #hero .hero-text {
    margin-top: 80px;
  }

  #section-2 .inner-text {
    margin-top: 925px;
  }

  #section-3 .one .image {
    margin-top: 0;
  }

  #section-4 .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #section-3 .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .menu .base {
    padding-top: 20px;
  }

  #section-2 .inner-text {
    margin-top: 690px;
  }
}
@media (max-width: 450px) {
  .menu .base {
    padding-top: 10px;
  }

  #section-2 .inner-text {
    margin-top: 530px;
  }
}

/*# sourceMappingURL=style.css.map */
