.image-box {
    width: 100%;
    height: 600px;
    background-image: url('../images/bg1.png');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.logo-name {
    content: "";
    width: 500px;
}


.logo {
    width: 200px;
}

.menu-mobile {
    display: none;
}


@media screen and (max-width: 600px) {
    .image-box {
        height: auto;
    }

    .logo-name {
        width: 300px;
    }

    .logo {
        width: 150px;
    }

    .menu-dasktop {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

}


.image-box2 {
    width: 100%;
    height: 600px;
    background-image: url('../images/bg2.png');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.box-content {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.link-myverse {
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    text-decoration: none;
}

.link-myverse:hover {
    border-radius: 20px;
    background: #287C28;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    text-decoration: none;
}

.link-myverse.active {
    border-radius: 20px;
    background: #287C28;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    text-decoration: none;
}

.card-myverse {
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(180deg, #037E03 0%, rgba(5, 62, 86, 0.00) 100%);
    box-shadow: 0px -21px 30px 0px #003F00;
}

.box-content2-pc {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
}

.box-content3 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-content2-mobile {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.show-myverse-logo {
    opacity: 0;
    /* Initially hidden */
    animation: fadeIn 1.5s forwards;
    /* Apply animation */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1.5;
    }
}

.more-solution {
    border-radius: 5px;
    color: var(--W, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 0.9px;
    padding: 20px;
    width: 300px;
    border: 1px solid var(--01, #00e3a5);
}

.more-solution:hover {
    background-color: var(--01, #188118);
    color: var(--W, #fff);
}

.more-solution2 {
    border-radius: 5px;
    border: 1px solid var(--01, #00e3a5);
    background: #188118;
    display: flex;
    width: 286.761px;
    height: 63.124px;
    padding: 24px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--W, #fff);
}

.more-solution2:hover {
    background: none;
    color: var(--W, #fff);
}
.case-success-pc {
    display: block;
}

.case-success-mobile {
    display: none;
}
/* responsive */
@media screen and (max-width: 600px) {
    .box-content2-pc {
        display: none;
    }
    .case-success-pc {
        display: none;
    }
    
    .case-success-mobile {
        display: block;
    }

    .box-content2-mobile {
        display: block;
    }
}

/* solution page */
.box-header-solution {
    width: 100%;
    height: auto;
    background-color: rgba(5, 88, 5, 1);
    /* Linear gradient */
    background-image: linear-gradient(to bottom right, rgba(5, 88, 5, 1), rgba(51, 129, 245, 1), rgba(3, 126, 3, 1));
    padding: 20px;
}

.image-header-solution {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 8px 12px rgba(255, 255, 255, 0.5); /* ค่าสีขาว rgba(255, 255, 255) และความโปร่งแสง 0.5 */
}

.content-header-solution {
    margin-top: 150px;
}

@media screen and (max-width: 600px) {
    .image-header-solution {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .content-header-solution {
        margin-top: 0px;
    }
}
.text-gradient {
    background: linear-gradient(to right, rgba(0, 193, 135, 1), rgba(0, 194, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
}

.fade-in-on-scroll {
    opacity: 0; /* เริ่มต้นโปร่งแสง 0 */
    transition: opacity 1s ease; /* ใช้ transition เพื่อทำให้เกิดการเปลี่ยนแปลงโปร่งแสงอย่างช้าๆ */
}

.fade-in-on-scroll.show {
    opacity: 1; /* เมื่อถูกเลื่อนมาแล้ว ทำให้เป็นโปร่งแสง 1 */
}

.icon-solution:hover{
    transform: rotate(25deg);

}

.image-box-solution {
    width: 100%;
    height: 600px;
    background-image: url('../images/pexels-goumbik-574071.jpg');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: black;
    opacity: 0.8; /* ปรับค่า opacity ตามที่ต้องการ */
}


/* solution page */

.card-product {
    background: white;
    border-radius: 1.5rem;
    position: relative;
    display: inline-block;
    width: 100%;
}


.text-card-product {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 10px;
    background-image: linear-gradient(to bottom right, rgb(34, 211, 34), rgba(51, 129, 245, 1), rgba(3, 126, 3, 1));
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .container-service {
    position: relative;
  }
  
  .text-block-service {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-image: linear-gradient(to bottom right, rgb(34, 211, 34), rgba(51, 129, 245, 1), rgba(3, 126, 3, 1));    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }