.logo1 {
    position: fixed;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center; 
    font-size: 30px;
    color: white;
    z-index: 1000;
    cursor: pointer;
}

.logo1 img {
    padding-top: 6px;;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.decrypt-text {
    line-height: 1; 
    display: inline-block;
    vertical-align: middle;
}

.logo2 {
    position: fixed;
    top: 45%;
    left: 53%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    z-index: -1;
}

.logo2 img {
    width: 70vmin;
    height: 70vmin;
    object-fit: contain;
}

.title {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 100;
    pointer-events: none; 
}

.title h1 {
    font-size: calc( 10px + 4vw );
    letter-spacing: -0.03em;
    font-weight: 400;
    background: linear-gradient(
        204deg,
        rgba(20, 56, 30, 1) 1%,
        rgba(55, 130, 84, 1) 40%,
        rgba(83, 237, 178, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    height: auto;
    color: transparent;
    line-height: 1;
    text-align: center;
}

.desktop-text {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    margin-top: -15px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.6em;
    position: relative;
    display: block;
    text-align: center;
    top: 0;
    z-index: 100;
    color: #f0f3f3;
}

#buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: revert;
  min-height: revert;
  margin-top: 25px;
}

#get-started-id {
  min-height: revert;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00000066;
  backdrop-filter: blur(5px);
  transition: all 300ms ease-in-out 0ms;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  pointer-events: auto;
  height: 50px;
  width: 170px;
}

#get-started-id:hover {
  box-shadow: 0px 4px 40px #bae4dc80;
  backdrop-filter: revert;
}

#get-started {
  position: absolute;
  font-family: Consolas, 'Monaco', 'Courier New', monospace;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 14px;
  transition: all 300ms ease-in-out 0ms;
  z-index: 2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  overflow: hidden;
}

#get-started:hover {
  background-color: #000000d9;
  color: #cafbf4;
}

.pw-text-style {
  display: block;
  width: 100%;
  font-family: Consolas, 'Monaco', 'Courier New', monospace;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
}

#iu2co-2-6-4 {
  height: revert;
  width: 170px;
  object-fit: fill;
  position: relative;
  z-index: 0;
  border-radius: 6px;
  overflow: hidden;
}

#learnmore-id {
  width: 190px;
  min-height: revert;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0000000d;
  backdrop-filter: blur(3px);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #f0f3f3;
  height: 50px;
  pointer-events: auto;
}

#learnmore {
  position: absolute;
  font-family: Consolas, 'Monaco', 'Courier New', monospace;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #f0f3f3;
  font-size: 14px;
  transition: all 300ms ease-in-out 0ms;
  z-index: 2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  overflow: hidden;
}

#learnmore:hover {
  background-color: #000000d9;
  color: #cafbf4;
}

@media (max-width: 768px) {
    .logo1 {
        top: 20px;
        left: 20px;
        font-size: 24px;
    }

    .logo1 img {
        width: 30px;
        height: 30px;
        padding-top: 4px;
    }
    
    .title {
        height: 85%;
        justify-content: center;
        padding-bottom: 100px; 
    }

    .title h1 {
        font-size: 37px;
        line-height: 1.05;
            background: linear-gradient(
            204deg,
            rgba(83, 237, 178, 1) 1%,
            rgba(55, 130, 84, 1) 40%,
            rgba(20, 56, 30, 1) 100%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        height: auto;
        color: transparent;
    }

    .desktop-text {
        font-size: 16px;
        padding: 0 20px;
        margin-top: -15px;
    }

    .desktop-text br {
        display: none;
    }

    #buttons {
        flex-direction: row;
        gap: 10px;
        margin-top: 30px;
    }

    #get-started-id {
        width: 140px;
        height: 40px;
    }

    #iu2co-2-6-4 {
        width: 140px;
    }

    #learnmore-id {
        width: 170px;
        height: 40px;
    }

    #get-started, #learnmore {
        font-weight: 500;
        font-size: 13px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    .logo2 img {
        width: 110vmin;
        height: auto;
        opacity: 0.5;
    }
}


