@import url('https://fonts.googleapis.com/css2?family=REM:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: 'REM', sans-serif;

    margin: 0;
    padding: 0;
    zoom: 140%;
}

::selection{
    background-color: #ade1f5;
    color: #ffffff;
}

a {
    color: inherit; /* Menggunakan warna warisan */
    text-decoration: none; /* Menghapus dekorasi tautan */
}

.profile-section {
    /* width: 75%; */
    display: flex;
    flex-direction: row;
    /* text-align: center; */
    justify-content: center;
}

.encrypt{
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    padding: 30px 100px 0 100px;
    justify-content: space-around;
}

.encrypt-out{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.flex-row-center {
    display: flex;
    padding: 0 0 0 0 !important;
    /* justify-content: center; */


}

.flex-col-center {
    display: flex;
    padding: 10px 0 0 10px !important;
    justify-content: center;
    flex-direction: column;

}

.flex-col-center div{
    padding: 0 0 0 0 !important;

}

.flex-col-center section {
    display: flex;
    flex-direction: column;
}

.encrypt-in{
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 10px;
    /* text-align: center;
    padding: 50px 100px 0 100px; */
}

.encrypt-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.encrypt-row div img{
    /* width: 50px; */
    height: 70px;
}

.encrypt-text{
    margin-right: 20px;
}

.encrypt-text h2,h6{
    margin: 0;
}

.encrypt-text h2{
    font-size: 54px;
    font-weight: 600;
    margin-top: -8px;
}

.button-right{
    text-align: end;
    margin-right: 5px;
}

.button-center{
    display: flex;
    justify-content: center;
    text-align: center;
    /* padding: 10px 20px 20px 10px; */
}

.encrypt-background{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background-color: #ffffff;
    width: 400px;
    height: 230px;
}



.encrypt-background div{
    padding: 10px 10px 0 10px;
}



.encrypt-background div h6{
    padding-left: 10px;
}

.encrypt-background2{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background-color: #ffffff;
    width: 400px;
    height: 322px;
}

.encrypt-background2 div{
    padding: 10px 10px 0 10px;
}

.encrypt-background2 div h6{
    padding-left: 10px;
}

.encrypt-background3{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background-color: #ffffff;
    width: 900px;
    height: 60px;
    margin: 10px 10px 5px 10px;
    align-self: center;
    align-content: center;
}

.encrypt-background4{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background-color: #ffffff;
    width: 360px;
    height: 60px;
    margin: 10px 10px 5px 10px;
    align-self: center;
    align-content: center;
}


.button-long2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    border: 1px solid transparent;
    border-radius: 25px;
    background-color: black;
    padding: 6px 100px;
    cursor: pointer;
}
.textbox {
    /* margin-top: 40px; */
    display: flex;
    flex-direction: row;
    align-self: center;
    width: 380px; /* Adjust width as needed */
    height: 140px; /* Adjust height as needed */
}

.textbox-rsa {
    /* margin-top: 40px; */
    display: flex;
    flex-direction: row;
    align-self: center;
    width: 380px; /* Adjust width as needed */
    height: 70px; /* Adjust height as needed */
}

section .textbox2, section .textbox3 {
    padding: 10px 0 0 0 !important;
}

#optional.flex-col-center {
    padding: 10px 10px 0 0 !important;
}

.textbox2 {
    /* margin-top: 40px; */
    display: flex;
    flex-direction: row;
    /* align-self: center; */
    width: 190px; /* Adjust width as needed */
    height: 35px; /* Adjust height as needed */
    /* padding: 10px 0 0 0 !important; */
    transition: width 0.5s ease;
    transform-origin: left;
    /* position: relative;
    left: 0; */
}

.textbox2.expanded {
    width: 380px; /* Width after expansion */
}

.textbox3 {
    /* margin-top: 40px; */
    display: flex;
    flex-direction: row;
    /* align-self: center; */
    width: 190px; /* Adjust width as needed */
    height: 70px; /* Adjust height as needed */
    transition: width 0.5s ease;
    transform-origin: left;
    /* position: relative;
    left: 0; */
}

.textbox3.expanded {
    width: 380px; /* Width after expansion */
}

.flex-col-center.expanded {
    padding-right: 10px !important;
}

.tips{
    display: flex;
    justify-content: center;
    

}

.tips img{
    width: 110px;
    border-radius: 10px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

#tips-img{
    width: 15px;
    margin-right: 3px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-text {
    display: none;
    align-self: center;
    margin-top: 20px;
}

.popup-text .encrypt-background{
    width: 700px;
}

.popup-text .enncrypt-background{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background-color: #ffffff;
    width: 400px;
    height: 230px;
}

.popup-text .textbox, .popup-text .textbox-rsa{
    display: flex;
    flex-direction: row;
    height: 140px;
    width: auto;
}

.popup-text .enncrypt-background div{
    padding: 10px 10px 0 10px;
}



.popup-text .enncrypt-background div h6{
    padding-left: 10px;
}

.popup img {
    max-width: 50vw;
    max-height: 50vh;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}


.bold {
    font-weight: 500;
}

textarea {
    resize: none;
}

.p p{
    padding-left: 10px;
    font-size: 8px
}

.p h6{
    display: flex;
    align-items: center;
}

.textbox textarea, .textbox-rsa textarea, .textbox2 input, .textbox3 input{
    width: 100%;
    height: 100%;
    padding: 10px; /* Adjust padding as needed */
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: transparent; /* Make the input background transparent */
    color: black; /* Text color */
    font-size: 10px; 
    margin: 0 5px 0 5px;
}

.navbar {
    /* width: 75%; */
    display: flex;
    flex-direction: row;
    margin: 20px 100px 20px 100px;
    align-items: center;
    justify-content: space-between;

}

.navbar-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.navbar div{
    display: flex;
    flex-direction: row;
    margin-right: 5px;
}

.navbar div p{
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.button {
    font-family: 'Poppins', sans-serif;
    color: black;
    border: 1px solid black;
    border-radius: 25px;
    background-color: #ffffff;
    padding: 6px 19px;
    cursor: pointer;
}

.button:hover{
    background-color: #ade1f5;
    padding: 7px 20px;
    border: none;
    color: white;
}

.button-long {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    border: 1px solid transparent;
    border-radius: 25px;
    background-color: black;
    padding: 6px 400px;
    cursor: pointer;
}


/* .button {
    font-family: 'Poppins', sans-serif;
    color: white;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #5acf17;
    padding: 7px 20px;
    cursor: pointer;
} */

.button-search {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    border: 1px solid transparent;
    border-radius: 15px;
    background-color: #eded28;
    padding: 1px 20px;
    cursor: pointer;
    margin: 0 5px 0 5px;
}

.container {
    display: flex;
    flex-direction: column;
}

.search-box {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-self: center;
    width: 370px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    
  }
  
.search-box input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 10px; /* Adjust padding as needed */
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: transparent; /* Make the input background transparent */
    color: black; /* Text color */
    font-size: 10px; 
    margin: 0 5px 0 5px;
    background-image: url('./assets/icon2.png'); /* Replace 'your_image_url.jpg' with the URL of your image */
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 97%;
  }
  
.bridge{
    display: flex;
    flex-direction: column;
    padding: 0 100px 0 100px;
}

.bridge div h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.in-bridge {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.in-bridge img {
    width: 15px;
    height: 15px;
}

.middle {
    display: flex;
    flex-direction: row;
    padding: 50px 100px 0 100px;
}

.middle div{
    margin: 0 20px 0 20px;
}

.equals{
    width: 50%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.middle-img{
    text-align: center;
}

.middle div div img{
    width: 150px;
}

.middle div div h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.middle div div p{
    font-weight: 300;
    font-size: 12px;
}

.bottom {
    display: flex;
    flex-direction: column;
    padding: 50px 100px 0 100px;
}

.bottom div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.bottom div div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section2 {
    width: 30%;
}

.section2 button{
    width: 150px;
    height: 33px;
}

.bottom div div h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.bottom div div p{
    font-weight: 300;
    font-size: 12px;
}

.bottom div div img{
    width: 200px;
}

#button1:hover{
    background-color: #adf5ad;
    padding: 7px 20px;
    border: none;
    color: white;
}

#button2:hover{
    background-color: #adaef5;
    padding: 7px 20px;
    border: none;
    color: white;
}

#button3:hover{
    background-color: #f5adb9;
    padding: 7px 20px;
    border: none;
    color: white;
}

#button5:hover{
    background-color: #f5c7ad;
    padding: 7px 20px;
    border: none;
    color: white;
}

#button6:hover{
    background-color: #adf5d9;
    padding: 7px 20px;
    border: none;
    color: white;
}

#image1 {
    padding-bottom: 100px;
}

#image2 {
    padding-top: 50px;
}

.footer{
    background-image: linear-gradient(90deg, #22222d, #334);
    color: white;
    padding: 50px 100px 50px 100px;
}

.footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer div div{
    display: flex;
    flex-direction: row;
}

.break {
    background-color: #334;
    width: 100%;
    height: 1px;
    margin-top: 0.8rem;
    margin-bottom: 1wrem;
}

.break-white{
    height: 50px;
}

.footer-top-inside, #footer-top-inside{
    color: #f3f3fd;
    cursor: pointer;
}

.footer-top h6{
    margin: 0 7px 0 7px;
}

.copyright {
    color: #e5e5e5;
    font-size: 8px;
    line-height: 125%;
}



.profile-items {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

/* .profile-items a img {
    width: 10px;
    height: 100%;
    padding-right: 100px; 
} */

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#logo {
    width: 20px;
    height: 20px;
}

#ace-badge {
    width: 30px;
    height: 100%;
}

.social-section {
    /* width: 75%; */
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.social {
    display: flex;
    flex-direction: row;
    /* text-align: center; */
    align-items: center;
}

.social-items {
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
    /* align-items: center; */
    /* align-self: center; */
    padding: 20px;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.social-items.visible, .wallet.visible {
    opacity: 1;
    transform: translateY(0);
}

.headline {
    display: flex;
    justify-content: center;
}

.headline h1 {
    /* padding: 0 10px 0 10px; */
    /* width: 75%; */
    text-align: center;
    font-family: 'Montserrat';
    font-size: 38px;
    font-weight: 600;
}

.profile {
    display: flex;
    flex-direction: row;
    /* text-align: center; */
    align-items: center;
    padding: 50px 100px 100px 100px;
}




img {
    padding: 1px;
    margin: 0;
    vertical-align: middle;
}

.rotate-3d {
    transform: rotateY(180deg); /* Ubah sudut putaran sesuai kebutuhan */
}



.wallet-items p {
    font-size: small;
}

#verified {
    width: 20px;
    height: 20px;
    margin: 0;
}

#linkedin {
    width: 20px;
    height: 20px;
    margin: 0;
    /* vertical-align: middle; */
}

#usdt {
    width: 15px;
    height: 15px;
    margin: 0;
}

/* .name {
    display: flex;
    flex-direction: row;
} */

.wallet {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    /* border: 1px solid black; */
    /* border-radius: 25px; */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.wallet p {
    margin: 0;
}

h1 {
    margin: 0;
}

h5 {
    font-weight: 300;
}

h6 {
    font-weight: 300;
    /* font-style: italic; */
    margin: 0;
    
}
h6 span {
    font-weight: 400;
    font-style: normal;
}

.linktree {
    background-color: rgba(255, 255, 255, 0.6); /* Warna putih dengan tingkat transparansi (alpha) 0.8 */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    max-width: 350px;
    padding: 20px;
    text-align: center;
}

.profile img {
    width: 100px;
    height: 100px;
    border-radius: 10%;
}


/* .profile h1 {
    font-size: 28px;
    margin: 0;
    padding: 50px 50px 50px 50px;
    color: #333;
} */

.profile p {
    font-size: 16px;
    color: #777;
    margin: 5px 0;
}

.social a {
    text-decoration: none;
    color: #007bff;
    /* font-weight: bold;
    font-size: 18px; */
    transition: color 0.3s ease-in-out;
}

.social a:hover {
    color: #000000;
}

.links {
    list-style: none;
    padding: 0;
}

.links li {
    margin: 10px 0;
}

.links a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
}

.links a:hover {
    color: #e74c3c;
}

.mobile {
    display: none;
}


@media screen and (min-width:1px) and (max-width:1100px) {

body {
    font-family: 'REM', sans-serif;

    margin: 0;
    padding: 0;
    zoom: 65%;
}

.profile {
    display: flex;
    flex-direction: row;
    /* text-align: center; */
    align-items: center;
    padding: 100px 25px 100px 65px;
}

.mobile {
    text-align: center;
    display: inline;
}
}