/* Colors */
/* Functions */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LA.ttf) format('truetype');
}

@font-face {
  font-family: 'custom-font';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/MADE_Mirage_Medium_PERSONAL_USE.woff') format('woff'),
       url('../fonts/MADE_Mirage_Medium_PERSONAL_USE.ttf') format('truetype');
}
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,
center,
dl,
dt,
dd,
ol,
ul,
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;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
body {
    line-height: 1;
    --gutter-x: 18px;
    --gutter-x2: -18px;
    overflow-x: clip;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }
  
  p {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
/* lp site */
section {
    overflow-x: clip;
}

#svg-sprite-container {
  display: none;
}
#success {
  display: none;
}

.section-subtitle {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

/* Whatsapp Popup */

.whatsapp-popup {
  position: fixed;
  bottom: 90px;
  right: 15px;
  width: 375px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  animation: fadeIn 0.5s;
  z-index: 1000;
}

.whatsapp-popup .popup-header {
  display: flex;
  align-items: center;
  background-color: rgb(0, 128, 105);
  padding: 10px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.whatsapp-popup .profile-pic {
  width: 50px;
  height: 50px;
  background: url('../images/lp-image/asli-tarcan-favicon-1.png') center/cover;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.whatsapp-popup .profile-info h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.whatsapp-popup .profile-info p {
  margin: 0;
  font-size: 12px;
  opacity: 0.9;
}

.whatsapp-popup .close-btn {
  margin-left: auto;
  font-size: 20px;
  cursor: pointer;
}

.whatsapp-popup .chat-area {
  background: url('/assets/images/lp-image/whatsapp-bg.jpg') center/cover;
  padding: 15px;
}

.whatsapp-popup .popup-body {
  margin-bottom: 60px;
}

.whatsapp-popup .popup-body .body-chat-box {
  padding: 6px 14px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  font-size: 15px;
  line-height: 1.39;
  max-width: calc(100% - 20px);
  border-radius: 0px 16px 16px 16px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  hyphens: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
}

.whatsapp-popup .popup-body .body-chat-box p {
  font-size: 14px;
  color: #333;
}

.whatsapp-popup .popup-footer {
  text-align: center;
  padding: 10px;
}

.whatsapp-popup .popup-footer .chat-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
  transition: all 0.3s ease;
}

.whatsapp-popup .popup-footer .chat-btn svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whatsapp-popup .popup-footer .chat-btn:hover {
  background-color: #1DA851;
}

/* WhatsApp Icon */
.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}

.whatsapp-icon svg {
  width: 35px;
  height: 35px;
  color: #fff;
}

.whatsapp-icon .red-dot {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}


.container {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.check-icon {
    width: 26px;
    aspect-ratio: 1;
}

ul.list {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
ul.list.horizontal {
    flex-direction: row;
}
ul.list li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
}

ul.list li span {
    font-size: 20px;
    font-weight: 500;
}

.btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 330px;
    width: 100%;
    gap: 10px;
}
.btn-group button {
    width: 100%;
    border: none;
    height: 80px;
    border-radius: 999px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    transition: 0.15s;
}
.btn-group button:hover {
    filter: brightness(110%);
}
.btn-group button.golden {
    background:linear-gradient(73deg, #000000 0%, #E8BF78 98%, #E8BF78 100%);
}
.btn-group button.yellow {
    background:linear-gradient(73deg, #71511b 0%, #71511b 98%, #E8BF78 100%);
}
.btn-group span {
    font-size: 14px;
    line-height: 100%;
}

@media (max-width: 970px) {
}

@media (max-width: 820px) {
    .check-icon {
        width: 20px;
    }
    ul.list {
        gap: 10px;
    }
    ul.list li span {
        font-size: 14px;
    }
    .btn-group {
        max-width: 278px;
        gap: 10px;
    }
    .btn-group button {
        height: 64px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 560px) {
}

footer {
    padding: 70px 20px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer img {
    max-width: 325px;
    width: 60%;
}

@media (max-width: 820px) {
    footer {
        padding: 40px 20px;
    }
}

.angebot-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 15px;
}

.angebot-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}