@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: #f0f0f0;
    font-family: 'Rajdhani', sans-serif;
}

.bg {
    position: relative;
    background: #ffffff;
    width: 402px;
    height: 1500px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px;

}

main {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 276px;
    width: 402px;
    height: 1552px;
    background-image: linear-gradient(180deg, #1164ff -5.12%, #0a3c99 85.63%);
}



.rectangle9 {
    border-radius: 0px 10px 0px 0px;
    background: #bdb6b6;
    width: 15px;
    height: 5px;
}

.rectangle7 {
    border-radius: 0px 10px 0px 0px;
    background: #ffffff;
    width: 25px;
    height: 5px;
}

.rectangle10 {
    border-radius: 0px 10px 0px 0px;
    background: #bdb6b6;
    width: 15px;
    height: 5px;
}

.nav-menu {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px rgba(0, 0, 0, 0.01), 0px 2px 10px 1px rgba(0, 0, 0, 0.25);
    padding: 10px 18px 7px 13px;
    width: 402px;
    height: 60px;
    background: rgba(0, 91, 228, 0.95);
    backdrop-filter: blur(10px);
}



.nav-menu>div:first-child {
    display: flex;
    align-items: center;
    height: 100%;
}

.xenovia {
    width: 100px;
    height: 38px;
}

.burgerMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 100%;
}

.autoWrapper {
    position: relative;
    margin-top: 239px;
    margin-left: 21px;
    width: 359px;
    height: 269px;
}

.block-1 {
    display: flex;
    position: absolute;
    top: -228px;
    left: 1px;
    align-items: flex-start;
    /* padding: 8px 0px 50px 20px; */
    width: 359px;
    height: 213px;
    background-image: url(.figma/image/mei5fn42-qb2gecs.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-text {
    /* line-height: 0px; */
    /* letter-spacing: 0; */
    margin: 0;
    padding: 0;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 550px;
}

.text1 {
    letter-spacing: 0;
    color: #ffffff;
    font-family: Poppins, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
}

.text2 {
    letter-spacing: 0;
    color: #ff0909;
    font-family: Poppins, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    -webkit-text-stroke: 0.5px #ff0000;
    text-stroke: 1px #ffffff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

/* Modal Menu Styles */
.mobile-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
}

.mobile-modal.active {
    visibility: visible;
    opacity: 1;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.616);
}

.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background-color: #0051ff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
}

.mobile-modal.active .modal-content {
    transform: translateX(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
}

.modal-close:hover {
    color: #cccccc;
}

.modal-nav {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-nav-item {
    color: #e7e7e7;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #ffffff;
    transition: color 0.2s;
}

.modal-nav-item:hover {
    color: #ff4800;
}

.mid-logo {
    position: absolute;
    top: 35px;
    left: -15px;
    width: 412px;
    height: 140px;
}

.right-text {
    position: absolute;
    top: 10px;
    right: 30px;
    display: block;
    flex-direction: column;
    /* border: solid 1px black; */
}

.text3-1 {
    letter-spacing: 0;
    color: #1164FF;
    font-family: Poppins, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.text3-2 {
    letter-spacing: 0;
    color: black;
    font-family: Poppins, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.text3-3 {
    letter-spacing: 0;
    color: #FF3030;
    font-family: Poppins, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.price {
    display: flex;
    position: absolute;
    top: 168px;
    left: 10px;
    align-items: flex-start;
    border-radius: 0px 0px 20px 20px;
    background: #fff600;
    padding: 3px 23px 6px 24px;
    width: 220px;
    height: 35px;
    align-items: center;
    text-align: center;
}

.text4 {
    letter-spacing: 0;
    color: #0640FF;
    font-family: Poppins, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 12px;

}

.block-2 {
    display: flex;
    position: absolute;
    top: 195px;
    left: 178px;
    align-items: flex-start;
    padding: 7px 11px 123px 59px;
    width: 160px;
    height: 160px;
    background-image: url(img/Vector-2.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 21px;
}

.text4 {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.text5 {
    width: 90px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: "Readex Pro", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.img-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

.img1 {
    background-image: url(img/image\ 1.svg);
    width: 76px;
    height: 53px;
    margin-left: -135px;
    border-radius: 0px 20px 0px 20px;
}

.img2 {
    background-image: url(img/image\ 3.svg);
    width: 80px;
    height: 60px;
    margin-left: 13px;
    margin-top: -54px;
}

.img3 {
    background-image: url(img/image\ 2.svg);
    width: 80px;
    height: 60px;
    margin-left: 13px;
    margin-top: -8px;
}

.img4 {
    background-image: url(img/image\ 4.svg);
    width: 60px;
    height: 45px;
    margin-left: -115px;
    margin-top: -60px;
}

.block-3 {
    position: absolute;
    top: 0;
    left: -18px;
    width: 359px;
    height: 269px;
    background-image: url(.figma/image/mei5fn42-dhzqsxw.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 21px;
}

.inner-block-3 {
    display: flex;
    position: absolute;
    top: 12px;
    left: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 69px 60px 26px;
    width: 338px;
    height: 247px;
    background-image: url(.figma/image/mei5fn42-6607k8a.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text6 {
    margin: 0;
    padding-top: 150px;
    left: 0px;
    letter-spacing: 0;
    color: #fff;
    font-family: Poppins, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

/* blcok 4 */
.block-4 {
    position: relative;
    margin-top: 280px;
    width: 359px;
    height: 222px;
}

.statuse {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #009829;
    padding: 2px 10px 2px 10px;
    border-radius: 0px 0px 5px 5px;
    margin-left: 20px;
    z-index: 5;
}

.statusee {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    z-index: 5;
}

.mini-block,
img {
    position: absolute;
    width: 105px;
    height: auto;
    z-index: 4;
}

.mid-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 359px;
    height: auto;
    z-index: 3;
}

.slider {
    position: absolute;
    top: 0px;
    left: 0;
    width: 360px;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}

.slide-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 360px;
}

.slide-image {
    width: 360px;
    height: auto;
    max-width: 100%;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

/* CSS untuk bagian duplikasi - block-5 */
.block-5 {
    position: relative;
    margin-top: 250px;
    left: 20px;
    width: 359px;
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Flex container untuk elemen-elemen dalam block-5 */
.block-5-flex-container {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.statuse-2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #ff4444;
    padding: 2px 10px 2px 10px;
    border-radius: 0px 0px 5px 5px;
    margin-left: 20px;
    top: 0px;
    z-index: 5;
}

.statusee-2 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    z-index: 5;
}

.mini-block-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 105px;
    height: auto;
    z-index: 4;
}

.mid-block-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 359px;
    height: auto;
    z-index: 3;
}

.slider-2 {
    position: relative;
    top: -30px;
    left: -0px;
    width: 360px;
    height: 280px;
    overflow: hidden;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: transparent;
}

.slide-container-2 {
    position: relative;
    display: flex;
    width: 100%;
    height: 280px;
    transition: transform 0.5s ease-in-out;
    align-items: center;
}

.slide-2 {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 360px;
}

.slide-image-2 {
    margin-top: 0;
    width: 560px;
    height: auto;
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.slider-btn-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.prev-btn-2 {
    left: 10px;
}

.next-btn-2 {
    right: 10px;
}

.slider-btn-2:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    color: #333;
}

/* Slider 3 Styles */
.block-6 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -40px;
    left: 20px;
    width: 359px;
    height: 222px;
}

.block-6-flex-container {
    display: flex;
    position: relative;
}

.mini-block-3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 105px;
    height: auto;
    z-index: 4;
}

.statuse-3 {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #009829;
    padding: 2px 10px 2px 10px;
    border-radius: 0px 0px 5px 5px;
    margin-left: 20px;
    top: 0px;
    z-index: 5;
}

.statusee-3 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    z-index: 5;
}

.mid-block-3 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 359px;
    height: auto;
    z-index: 3;
}

.slider-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0px;
    width: 360px;
    height: 280px;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    background: transparent;
}

.slide-container-3 {
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.slide-3 {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 360px;
}

.slide-image-3 {
    margin-top: 0;
    width: 360px;
    height: auto;
    max-width: 100%;
    max-height: 280px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.slider-btn-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.prev-btn-3 {
    left: 10px;
}

.next-btn-3 {
    right: 10px;
}

.slider-btn-3:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    color: #333;
}