* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

@font-face {
  src: url(./fonts/Kumbh_Sans/KumbhSans-VariableFont_wght.ttf);
  font-family: kumbh-sans;
}

@font-face {
  src: url(./Gilroy/gilroy-black.ttf);
  font-family: gilroy-black;
}
@font-face {
  src: url(./Gilroy/gilroy-bold.ttf);
  font-family: gilroy-bold;
}
@font-face {
  src: url(./Gilroy/Gilroy-Light.ttf);
  font-family: gilroy-light;
}
@font-face {
  src: url(./Gilroy/gilroy-regular.ttf);
  font-family: gilroy-regular;
}
@font-face {
  src: url(./Gilroy/gilroy-semibold.ttf);
  font-family: gilroy-semibold;
}

*::selection {
  background-color: #b9a17e;
}

body {
  font-family: kumbh-sans;
}

.container {
  max-width: 1200px;
  margin: auto;
}
.container2 {
  max-width: 1283px;
  margin: auto;
}

.display_none {
  display: none;
}

.btn a {
  background: linear-gradient(4.07deg, #b02828 -1.59%, #eb6e21 104.85%);
  box-shadow: 3px 3px 15px rgb(0 0 0 / 25%);
  border-radius: 40px;
  padding: 20px 40px;
  color: white;
  font-weight: 600;
  display: inline-block;
  font-size: 21px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.btn a:hover {
  background: linear-gradient(4.07deg, #902121 -1.59%, #d25c13 104.85%);
}


.stickey_header_mobile {
  padding: 22px 34px;
  background-color: #000;
  /* position: sticky; */
  z-index: 10001;
  
  pointer-events: auto;
}

.stickey_header_mobile_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  
  pointer-events: none;
}

.header-banner {
  background-image: url(./img/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14px;
}

.header-banner .border {
  border: 2px solid transparent;

  border-image: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  border-image-slice: 1;
}

.header-section {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  align-items: center;
}

.lifestyle-left {
  background-image: url(./img/./DSC_0034.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.pera {
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-section .header-logo {
  margin-top: -25px;
}

.header-section .menu {
  display: flex;
  align-items: center;
}

.header-section .menu ul {
}

.header-section .menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 29px;
}

.header-section .menu ul li a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.header-section .menu ul li a:hover {
  color: #b9a17e;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
}

.banner-left {
  width: 50%;
  margin-left: 124px;
}

.banner-content .banner-left h2 {
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: -0.03em;
}

.banner-content .banner-left h4 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 7px;
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}

.banner-content .banner-left p {
  font-size: 19px;
  color: #d9d9d9;
  margin-top: 35px;
  margin-bottom: 35px;
  font-weight: 300;
}

.banner-content .banner-left h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.banner-content .banner-left h3 span {
  color: #d9b27d;
}

.banner-right {
  width: 60%;
}

.banner-right-picture iframe {
  width: 100%;
}

.getback-section {
  padding-top: 98px;
}

.getback-section .getback-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.getback-inner .getback-left h2 {
  color: #25272b;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: -0.03em;
}

.getback-inner .getback-left h4 {
  font-size: 30px;
  font-weight: 500;
  color: #b9a17e;
  margin-top: 7px;
  letter-spacing: -0.02em;
}

.getback-inner .getback-left p {
  font-size: 19px;
  color: #555555;
  margin-top: 42px;
  margin-bottom: 35px;
  font-weight: 300;
}

.getback-inner .getback-left h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 35px;
  color: #4b4b4b;
  letter-spacing: -0.02em;
}

.getback-inner .getback-left h3 span {
  color: #b9a17e;
}

.getback-inner .getback-left .left-botom a {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.29) !important;
}

.getback-inner .getback-right .getback-right-picture img {
  width: 536px;
  vertical-align: bottom;
  position: relative;
  right: -41px;
}

.start-section {
  background-image: url(./img/./start-section.png);
  background-color: #1a1a1af5;
  background-blend-mode: overlay;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 184px;
}

.start-section .start-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start-inner .start-left {
  width: 45%;
}

.start-left .start-left-picture img {
  vertical-align: bottom;
  width: 388.56px;
}

.start-inner .start-right {
  width: 55%;
  margin-top: -52px;
  padding-left: 94px;
}

.start-inner .start-right h2 {
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: -0.03em;
}

.start-inner .start-right h4 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 12px;
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}

.start-inner .start-right h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
}

.lifestyle-section {
  display: flex;
  justify-content: space-between;
  background-color: #232323;
  align-items: center;
}

.lifestyle-section .lifestyle-left {
  width: 45%;
  height: 828px;
}

.lifestyle-left .lifestyle-picture img {
  vertical-align: bottom;
  object-fit: cover;
}

.lifestyle-section .lifestyle-right {
  width: 55%;
}

.lifestyle-right .lifestyle-leftinner {
  padding-left: 144px;
}

.lifestyle-right .lifestyle-leftinner h2 {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.03em;
}

.lifestyle-right .lifestyle-leftinner h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 9px;
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lifestyle-right .lifestyle-leftinner h5 {
  color: #e8e8e8;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 31px;
  letter-spacing: -0.02em;
}

.lifestyle-right .lifestyle-leftinner p {
  color: #e8e8e8;
  margin-top: 35px;
  line-height: 31px;
  font-size: 19px;
  font-weight: 400;
}

.lifestyle-right .lifestyle-leftinner h4 {
  color: #e8e8e8;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.zero-section {
  background-color: #fbf9f7;
  padding-top: 180px;
  padding-bottom: 160px;
}

.zero-section .zero-title h1 {
  color: #25272b;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.03em;
  line-height: 48px;
}

.zero-section .zero-title p {
  font-size: 30px;
  font-weight: 500;
  color: #b9a17e !important;
  margin-top: 7px;
  letter-spacing: -0.02em;
  line-height: 56px;
}

.zero-box {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 42px;
  align-items: center;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 360px;
}

.zerobox-left {
  position: absolute;
  width: 343px;
  left: 0;
  top: 0;
}

.zerobox-left .zerobox-left-picture img {
  vertical-align: bottom;
}

.zero-box .zero-content {
  text-align: center;
}

.zero-box .zero-content h4 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  font-family: gilroy-bold;
  line-height: 36px;
}

.zero-box .zero-content h3 span {
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zero-box .zero-content h3 {
  font-weight: 700;
  margin-top: 9px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 25px;
  line-height: 56px;
  font-family: gilroy-semibold;
}

.zero-box .zero-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 390px;
}

.zero-box .zero-right .zerobox-right-picture img {
  vertical-align: bottom;
}

.zero-section .zero-inner {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 100px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  position: relative;
}

.zero-section .zero-inner::before {
  content: "";
  background-image: url(./img/./Group.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 63px;
  left: -86px;
  pointer-events: none;
}

.zero-inner .zero-inner-content {
  padding-left: 10%;
}

.zero-inner .zero-inner-content h1 {
  color: #1a1a1a;
  margin-top: 74px;
  font-family: gilroy-bold;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}

.zero-inner .zero-inner-content h4 {
  font-size: 29px;
  color: #959595;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: gilroy-semibold;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.zero-inner .zero-inner-content p {
  color: #1a1a1a;
  margin-bottom: 37px;
  line-height: 36px;
  font-family: gilroy-light;
  font-size: 19px;
  font-weight: 400;
  margin-right: -20px;
}

.zero-inner-content .zero-content {
  margin-left: 25px;
}

.zero-inner .zero-inner-left {
  display: flex;
  align-items: end;
}

.zero-inner-left .zero-inner-pictur {
  padding-right: 34px;
}

.zero-inner-left .zero-inner-pictur img {
  margin-top: -44px;
  vertical-align: bottom;
}

.ordernow-section {
  background-color: #e9e9e9;
  padding-top: 162px;
  padding-bottom: 150px;
}

.ordernow-section .ordernow-inner {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}

.ordernow-inner .ordernow-left {
  width: 65%;
  padding-left: 8%;
}

.ordernow-inner .ordernow-left h2 {
  color: #25272b;
  font-weight: 700;
  font-size: 50px;
  font-family: gilroy-bold;
  line-height: 48px;
  padding-top: 106px;
  margin-right: -60px;
}

.ordernow-inner .ordernow-left h3 {
  font-size: 30px;
  color: #959595;
  margin-top: 18px;
  margin-bottom: 15px;
  font-family: gilroy-semibold;
  font-weight: 700;
}

.ordernow-inner .ordernow-left h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 38px;
  color: #1a1a1a;
  font-family: gilroy-semibold;
  font-weight: 700;
}

.ordernow-inner .ordernow-left span {
  font-family: gilroy;
  font-weight: 400;
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: gilroy-semibold;
  font-weight: 700;
}

.ordernow-inner .ordernow-left h5 {
  margin-top: 43px;
  color: #1a1a1a;
  font-size: 20px;
  font-family: gilroy-bold;
  font-weight: 500;
}

.ordernow-inner .ordernow-left p {
  margin-top: 8px;
  font-family: gilroy-light;
  font-weight: 700;
  font-size: 19px;
  line-height: 36px;
  padding-bottom: 102px;
}

.ordernow-inner .ordernow-left p span {
  color: #d9b27d;
}

.ordernow-right {
  align-self: end;
}

.ordernow-right-picture img {
  margin-bottom: -5px;
  width: 520px;
}

.service-section {
  padding-top: 250px;
  padding-bottom: 371px;
}

.service-section .service-title h2 {
  color: #1a1a1a;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.service-section .service-title h4 {
  color: #b9a17e;
  font-weight: 500;
  font-size: 30px;
  margin-top: 10px;
  letter-spacing: -0.02em;
}

.service-inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.serviceinner-left {
  background-color: #e9e9e9;
  margin-right: 1%;
  padding: 40px;
  box-sizing: border-box;
  width: 50%;
  border-radius: 10px;
  padding-bottom: 50px;
}

.serviceinner-left h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.serviceinner-left .service-box {
  background-color: #fff;
  padding: 24px 28px;
  margin-top: 15px;
  border-radius: 10px;
}

.number-title {
  padding-left: 3%;
  padding-top: 2%;
}

.number-title h2 {
  font-size: 20px;
}

.number-title p {
  font-size: 15px;
  margin-top: 12px;
  line-height: 21px;
  font-weight: 300;
  color: #666;
}

.service-box-img {
  text-align: center;
  margin-top: 15px;
}

.serviceinner-right {
  width: 50%;
  height: 90%;
  box-sizing: border-box;
  background-color: #565656;
  border-radius: 10px;

  margin-left: 1%;
  padding: 40px;
  padding-bottom: 199px;
}

.serviceinner-right h2 {
  color: #fff;
  letter-spacing: -0.02em;
}

.serviceinner-right .service-box {
  background-color: #fff;
  padding: 24px 28px;
  border-radius: 10px;

  margin-top: 251px;
}

.down-arrow2 {
  margin-top: 290px !important;
}

div.serviceinner-right div.service-box.down-arrow {
  margin-top: 290px;
}

div.serviceinner-left .three {
  margin-top: 230px !important;
}

.service-box .service-boxtitle {
  display: flex;
}

.service-boxtitle .service-number h1 {
  font-size: 40px;
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: gilroy-semibold;
}

.service-boxtitle .number-title h2 {
  color: black;
  font-family: gilroy-semibold;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.service-box.two {
  margin-top: 100px;
}

.down-arrow {
  position: relative;
}

.down-arrow::after {
  content: "";
  background: url(./img/1.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: -165px;
  left: -106px;
  background-repeat: no-repeat;
  background-size: 55%;
}

.down-arrow::before {
  content: "";
  background: url(./img/2.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 406px;
  left: -111px;
  background-repeat: no-repeat;
  background-size: 60%;
}

.down-arrow2 {
  position: relative;
}

.down-arrow2::after {
  content: "";
  background: url(./img/1.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: -165px;
  left: -106px;
  background-repeat: no-repeat;
  background-size: 55%;
}

.down-arrow2::before {
  content: "";
  background: url(./img/2.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 384px;
  left: -111px;
  background-repeat: no-repeat;
  background-size: 60%;
}

.zero-padding {
  padding-left: 90px;
}

.top-right {
  position: relative;
}

.top-right::after {
  content: "";
  background: url(./img/6.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 406px;
  left: 303px;
  background-repeat: no-repeat;
  background-size: 61%;
}

.service-wrap {
  margin-top: 76px;
}

.ser-hedding {
  color: #b9a17e !important;
  font-size: 30px !important;
}

.three {
  margin-top: 200px !important;
}

.last-arrow {
  position: relative;
}

.last-arrow::after {
  content: "";
  background: url(./img/7.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 406px;
  left: -106px;
  background-repeat: no-repeat;
  background-size: 55%;
}

.seceond-arrow {
  position: relative;
}

.top-bottom {
  position: relative;
}

.top-bottom::after {
  content: "";
  background: url(./img/3.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 455px;
  left: 250px;
  background-repeat: no-repeat;
  background-size: 21%;
}

.mobile-service-inner {
  background-color: #e9e9e9;
  margin-right: 1%;
  padding: 28px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.mbox-title {
  display: flex;
}

.mobile-box {
  background-color: #fff;
  padding: 24px 28px;
  margin-top: 15px;
  border-radius: 10px;
}

.mnumber h2 {
  font-size: 40px;
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: gilroy;
}

.mtitle p {
  font-size: 15px;
  margin-top: 7px;
  margin-bottom: 5px;
  line-height: 21px;
  font-weight: 300;
  color: #666;
}

.mtitle {
  padding-left: 10px;
  padding-top: 5px;
}

.kalo {
  background-color: #565656 !important;
  margin-top: 50px;
}

.mobile-title h1 {
  font-size: 24px;
  font-weight: 600;
}

.mpicture {
  margin-top: 10px;
}

.kalo h1 {
  text-align: right;
  color: #fff !important;
}

.mobile-service {
  display: none;
  padding: 50px 0px;
}

.mobile-service-title h2 {
  color: #1a1a1a;
  font-size: 41px;
  font-weight: 500;
}

.mobile-service-title h4 {
  color: #d9b27d;
  font-weight: 500;
  font-size: 26px;
  margin-top: 10px;
}

.mobile-wrap-title {
  margin-top: 35px;
}

.mobile-wrap-title h3 {
  color: #d9b27d;
  font-weight: 500;
  font-size: 26px;
  margin-top: 10px;
}

.mtop-bottom {
  position: relative;
}

.mtop-bottom::after {
  content: "";
  background: url(./img/./Vector.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 57%;
  left: 0;
  background-repeat: no-repeat;
  background-size: 4%;
  z-index: 999;
  background-position: center;
}

.bottom-top {
  position: relative;
}

.bottom-top::after {
  content: "";
  background: url(./img/./Vector.svg);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 98%;
  left: 48%;
  background-repeat: no-repeat;
  background-size: 6%;
  z-index: 999;
}

.banner-content .banner-left h3 br {
  display: none;
}

.start-inner .start-right h3 span {
  background: linear-gradient(
    25.29deg,
    #e0c195 17.72%,
    #c09e6f 32.39%,
    #dfb77f 49.55%,
    #b3966e 65.01%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}