@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, html, body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;    
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header div.child {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1240px;
}
header div.child button {
    display: flex;
    border: 0;
    padding: 7px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}
header div.child p {
    margin: 0 !important;
    margin-left: 14px !important;
    font-size: 22px;
    font-weight: 600;
    color: #693b17;
}
header div.child button:hover {
    background-color: #e8e8e8;
}
header div.child div.left {
    display: flex;
    align-items: center;
}
header div.child img {
    width: 30px;
    height: 30px;
    display: flex;
}

div.banner {
    margin-top: 60px;
    background-image: linear-gradient(271deg, #F98C9759 0%, #E8A31A 100%);
}
div.banner div.child {
    max-width: 1240px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
div.banner div.tab.start {
    flex: 1;
    margin:60px 0;
}
div.banner div.tab.start div.texts {
    max-width: 80%;
}
div.banner div.tab.end {
    width: auto;
    margin-bottom: 60px;
}
div.banner div.tab.end img {
    height: 270px;
}
div.links {
    max-width: calc(1240px + 20px);
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
    padding: 40px 0;
    margin: 0 auto;
}
div.links a {
    /* flex: 1; */
    width: 190px;
    aspect-ratio: 1/1;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 10px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
div.links span  {
    display: grid;
    width: 100%;
}
div.links span img {
    margin: 0 auto;
}
div.links a p {
    text-align: center;
    margin: 6px 10px 0 10px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    
}
div.contents {
    max-width: calc(1240px - 60px);
    background-color: #fff;
    height: auto;
    border-radius: 11px;
    margin: 50px auto;    
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 30px;
}
div.contents div.tab {
    margin: 20px 0;
}
div.contents div.tab p.title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}
div.contents div.tab p.desc {
    font-size: 16px;
    line-height: 28px;
}
@media only screen and (max-width: 1440px) {
    header div.child {
        margin: 0 20px;
    }
}
@media only screen and (max-width: calc(1240px + 100px)) {
    div.links {
        max-width: 100vw;
        overflow: hidden;
        margin: 0 30px;
    }
    div.contents {
        margin: 50px 30px;
        max-width: auto;
    }

}
@media only screen and (max-width: 1240px) {
    div.banner div.child {
        max-width: auto;
        margin: 0 20px;
    }
    div.faq-area div.child {
        margin: 0 50px !important;
    }
}
@media only screen and (max-width: 600px) {
    div.banner div.end {
        display: none;
    }
    div.banner div.tab.start div.texts {
        max-width: none;
    }
}

.screenshot-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  .screenshot-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .screenshot-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .screenshot {
    width: 200px;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  }
  .screenshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (min-width: 768px) {
    .screenshot {
      width: 200px;
      height: 400px;
    }
  }

div.faq-area {
    background-color: #fff;
    padding: 30px 0;
    max-width: 1240px;
    margin: 0 auto;
}

div.faq-area div.accordion-item {
    border-radius: 11px !important;
    border-color: transparent;
    background-color: #f5f7fa;
    margin-bottom: 20px;
}
div.faq-area button.accordion-button {
    box-shadow:none;width: 100%;text-align: left; border: none;background-color: transparent;padding: 14px 20px; font-weight: 600; font-size: 20px;
}
div.faq-area a {
    text-decoration: none;
    padding: 3px 0;
    color: #212121;
    font-weight: 500;
    background-color: #f5f7fa;
    padding: 9px 18px;
    border-radius: 50px;
}
div.faq-area a:hover {
    color: #fff;
    background-color: #212121;
}
div.faq-area p.more-faq {
    margin: 20px 0 0 0 !important;
}

footer div.logo svg {
    height: 30px;
}
footer {
    /* padding-top: 0; */
    background-color: #693b17;
    padding: 25px 20px 25px 20px;
    margin-top: 50px !important;

}
footer div.end.tab.normal {
    display: none;
}
footer div.end.tab.small-device {
    display: flex;
}

footer div.child {
    display: grid;
    margin-bottom: 14px;
}
footer div.child div.tab.start {
    margin-bottom: 20px;
}
footer div.sub-tab.start{
    margin-right: 130px;
}
footer div.end.tab {
    margin-left: 0;
}
footer div.bottom div.start span{
    font-size: 12px !important;
}
div.faq-area p.more-faqs {
    font-size: 15px !important;

}