html {
    scroll-behavior: smooth;
}
#navbar {
    height: 104px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    z-index: 9999;
    transition: background 0.3s;
}
#navbar:hover {
    height: 104px;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    z-index: 9999;
    transition: background 0.3s;
}
.cbx-dropdown {
    position: relative;
    cursor: pointer;
}

.cbx-dropdown:hover .cbx-dropdown-content {
    max-height: 200px;
    transition: all 0.2s;
}
.cbx-dropdown .cbx-nav-icon {
    transform: rotate(0deg);
    transition: transform 0.2s;
}
.cbx-dropdown:hover .cbx-nav-icon {
    transform: rotate(-180deg);
    transition: transform 0.2s;
}
.cbx-dropdown-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 200px;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    max-height: 0px;
    overflow: hidden;
    transition: all 0.2s;
}

/* #navbar *{
        border: 1px solid red;
      } */

.card-feature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 350px;
}
.card-feature .card-content {
    margin-bottom: 30px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}
.card-feature:hover .card-content {
    max-height: 700px;

    transition: all 0.5s;
}
.card-feature:hover {
    transform: scale(108%);
    transition: all 0.5s;
}
.card-feature {
    transition: all 0.5s;
}
.card-number {
    color: #fbfcff;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.card-feature:hover .card-number {
    font-size: 40px;
    transition: all 0.5s;
}
.card-feature .card-title {
    color: #fff;
    text-align: center;
    font-family: RockoFLF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.card-feature:hover .card-title {
    max-height: 50px;
    transition: all 0.5s;
}
nav .nav-item {
    color: #efebeb;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

/* Home Section */
#xnet-home-section {
    min-height: 100vh;
    padding-top: 104px;

    background-image: url("./assets/New-Asset/X-NET-Section/Background-Section-1.svg");
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#xcore-home-section {
    min-height: 100vh;
    padding-top: 104px;

    background-image: url("./assets/New-Asset/X-Core-Section/Background-Section-1.svg");
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-section {
    min-height: 100vh;
    padding-top: 104px;
    background-image: url("./assets/bg-home-section.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-section #api-title {
    background: linear-gradient(180deg, #DDDCDC 18.75%, #682132 87.5%);

    /* background: linear-gradient(180deg, #d8b3b3 0%, #4c281d 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Russo One;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.95px;
    text-align: center;
}
/* End Home Section */

/* Profile Section */
#profile-section {
    /* min-height: 100vh; */
    background-color: #21242b;
    position: relative;
}
#profile-section #profile-title {
    color: #DDDCDC;
    font-family: Russo One;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 50px;
}
#profile-section #profile-content {
    font-size: 24px;
}
#profile-section #profile-content p {
    width: 663px;
    color: #D8B3B3;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}
/* End Profile Section */
#navbar #nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 30px;
    width: 100%;
}
#navbar #responsive-nav {
    display: none;
    justify-content: end;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 50px;
}
#mars-image {
    height: 2300px;
    transform: translateY(400px);
}
#profile-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
#profile-item .profile {
    width: 50%;
}
#profile-item .profile:nth-child(1) {
    padding: 20px;
}
#profile-additional {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
#profile-additional .profile-additional-item {
    width: 50%;
}
#profile-additional .profile-additional-item:nth-child(2) {
    padding: 20px;
}
#profile-additional-title {
    /* color: #d8b3b3; */
    /* background: linear-gradient(180deg, #DDDCDC 18.75%, #682132 87.5%);
    font-family: Russo One;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 50px; */

    background: linear-gradient(180deg, #DDDCDC 18.75%, #682132 87.5%);

    /* background: linear-gradient(180deg, #d8b3b3 0%, #4c281d 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Russo One;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.95px;
    text-align: center;
}
#profile-additional-content {
    color: #d8b3b3;
    text-align: justify;
    font-family: Russo One;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

/* --------------------------------- */
#xnet-section {
    min-height: 100vh;
    background: linear-gradient(180deg, #24262d 0%, #111216 100%);
}
#xnet-title {
    color: #d8b3b3;
    font-family: Russo One;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 145.5px;
    margin-bottom: 30px;
}
#xnet-content {
    color: #d8b3b3;
    font-family: Russo One;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 80px; 133.333% */
    /* letter-spacing: 4.8px; */

    width: 50%;
}
#x-net-items {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
}

#x-net-item .x-net-item {
    width: 50%;
    position: relative;
}

#x-net-image .image-1 {
    position: absolute;
    right: -150px;
    top: 0;
    width: 800px;
    height: 800px;
    z-index: 2;
}
#x-net-image .image-2 {
    position: absolute;
    right: 300px;
    top: 250px;
    width: 800px;
    height: 800px;
    transform: scale(80%);
    z-index: 1;
}
#x-net-image .image-3 {
    position: absolute;
    right: 650px;
    top: 400px;
    width: 800px;
    height: 800px;
    transform: scale(60%);
}

#feature-section {
    min-height: 100vh;
    background-position: bottom;
    background-size: cover;
    background-image: url("./assets/bg-fitur-section.jpg");
    padding: 80px;
}
#feature-title {
    color: #d8b3b3;
    font-family: Russo One;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 145.5px;
    margin-top: 50px;
    text-align: center;
}


#contact-section {
    min-height: 100vh;
    background-position: center;
    background-size: top;
    background-image: url("./assets/New-Asset/X-NET-Section/Product/Background-Section-Contact.svg");
    gap: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#contact-section #contact-form {
    gap: 200px;
    display: flex;
    flex-direction: row-reverse;
}
#contact-section #contact-form .contact-form-item {
    width: 50%;
}
#contact-section #contact-form .contact-form-item #form {
    background-color: #1f2324;
    border-radius: 4px;
}
#contact-title {
    color: #DDDCDC;
    font-family: Russo One;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 70.5px;
}
#contact-content {
    width: 744px;
    color: #d8b3b3;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
#contact-form-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact-form-social div:nth-child(2) p {
    width: 400px;
    color: #d8b3b3;
    font-family: RockoFLF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
#responsive-nav-menu.active {
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    color: white;
    right: 0;
    top: 104px;
    max-height: 500px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#responsive-nav-menu {
    width: 100%;
    color: white;
    right: 0;
    top: 104px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#top-section {
    min-height: 100vh;
    padding-top: 104px;
    padding-left: 104px;
    padding-right: 104px;
    /* background-image: url("../landingpage/bg-top-section.svg"); */
    background-image: url("./assets/New-Asset/X-Core-Section/Background-Section-1.svg");
    background-position: center;
    background-size: cover;
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.cubex-badge-category {
    border: none;
    background: #905923;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50px;
    width: 86px;
    height: 30px;
}

.cubex-badge-category-outline {
    border: none;
    border: 1px solid #905923;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50px;
    width: 86px;
    height: 30px;
}

.cubex-card {
    background: #1f2324;
    border-radius: 8px;
    min-height: 310px;
}

.cubex-text-secondary {
    color: #a8b6ba;
}