*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-image: url(https://growagarden.gifts/img/bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 100vh;
}

.cr-main{
    width: 540px;
    height: 430px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385189259824332841/Untitled_design_1.png?ex=68552987&is=6853d807&hm=0c3638c45a9ccab5263dcf8d7cadd6bfe6d307400cf09ff57a9351158f4838a1&=&format=webp&quality=lossless);
    border: 4px solid rgb(61, 15, 15);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.616);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cr-div{
    background-color: rgba(63, 231, 63, 0.507);
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cr-main .cr-div img{
    width: 320px;
}

.cr-main .chr-div{
    background-color: rgba(0, 0, 0, 0.288);
    width: 63%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cr-main .chr-div img{
    width: 320px;
    padding-top: 7px;
}

.cr-main .rwd-sec{
    width: 90%;
    height: 180px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385201610350788658/Screenshot_2025-06-19_135753_cleanup.png?ex=68553507&is=6853e387&hm=11b377994ac8380884b9a4577dbef7d423cbb5e6d652b437e6dbcabd293bf564&=&format=webp&quality=lossless);
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid rgb(61, 15, 15);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.cr-main .rwd-sec .rwd-item{
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cr-main .rwd-sec .rwd-item .rwd-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cr-main .rwd-sec .rwd-spin{
    width: 100px;
    height: 100px;
    background-image: url(https://growagarden.gifts/img/fzr-KQd-F-Sunburst-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: spin-anim 10s linear infinite;
    position: absolute;
    z-index: 1;
}

.cr-main .rwd-sec .rwd-item .rwd-img img{
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 2;
    transition: 0.1s;
}

.cr-main .rwd-sec .rwd-item .rwd-img button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.cr-main .rwd-sec .rwd-item .rwd-img button img:hover{
    width: 80px;
    height: 80px;
    transition: 0.1s;
}

.cr-main .rwd-sec .rwd-item img{
    width: 90px;
    height: 27px;
}

.tick{
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    bottom: 55px;
    left: 55px;
    display: none !important;
    z-index: 10 !important;
}

.tick.selected {
    display: block !important;
}

.rx-sec{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rx-sec input{
    width: 300px;
    height: 58px;
    background-color: rgba(0, 0, 0, 0.308);
    border: 2px solid rgba(0, 0, 0, 0.404);
    border-radius: 5px;
    color: white;
    font-size: 30px;
    font-weight: light;
    padding: 0 15px;
}

.rx-sec input::placeholder{
    color: white;
    font-size: 30px;
    font-weight: light;
}

.rx-sec img{
    width: 100px;
    height: 40px;
}

.rx-sec .disabled{
    background-color: rgba(0, 255, 0, 0.527);
    border: 3px solid rgb(0, 87, 0);
    padding: 5px 20px;
    pointer-events: none;
    opacity: 0.4;
}

.rx-sec .able{
    background-color: rgba(0, 255, 0, 0.527);
    border: 3px solid rgb(0, 87, 0);
    padding: 5px 20px;
}

.cu-main{
    width: 540px;
    height: 540px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385189259824332841/Untitled_design_1.png?ex=68552987&is=6853d807&hm=0c3638c45a9ccab5263dcf8d7cadd6bfe6d307400cf09ff57a9351158f4838a1&=&format=webp&quality=lossless);
    border: 4px solid rgb(61, 15, 15);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.616);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cu-main .cr-div img{
    width: 400px;
}

.cu-main .chr-div{
    background-color: rgba(0, 0, 0, 0.288);
    width: 42%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cu-main .chr-div img{
    width: 200px;
    padding-top: 7px;
}

.prf-sec{
    height: 300px;
    width: 47%;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.prf-sec img{
    height: 230px;
    width: 230px;
    border-radius: 50%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0.329);
}

.prf-sec h1{
    color: white;
    font-weight: 100;
}

.yn-sec{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yn-sec .yes img{
    width: 160px;
    height: 30px;
}

.yn-sec .no img{
    width: 160px;
    height: 30px;
}

.yn-sec .yes{
    padding: 4px 12px;
    padding-top: 10px;
    background-color: rgba(63, 231, 63, 0.507);
    border: 3px solid rgb(21, 73, 21);
}

.yn-sec .no{
    padding: 4px 12px;
    padding-top: 10px;
    background-color: rgba(255, 12, 12, 0.61);
    border: 3px solid rgb(223, 107, 107);
}

.yn-sec .yes:hover{
    background-color: rgba(42, 158, 42, 0.507);
}

.yn-sec .no:hover{
    background-color: rgba(190, 10, 10, 0.61);
}

.ce-main{
    width: 540px;
    height: 570px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385189259824332841/Untitled_design_1.png?ex=68552987&is=6853d807&hm=0c3638c45a9ccab5263dcf8d7cadd6bfe6d307400cf09ff57a9351158f4838a1&=&format=webp&quality=lossless);
    border: 4px solid rgb(61, 15, 15);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.616);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ce-main .cr-div img{
    width: 450px;
}

.ce-main .chr-div{
    background-color: rgba(0, 0, 0, 0.288);
    width: 80%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ce-main .chr-div img{
    width: 390px;
}

.ce-main .link-sec{
    width: 90%;
    height: 80px;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    padding: 12px 10px;
}

.link-sec1{
    width: 90%;
    height: 80px;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    padding: 12px 10px;
}

.opera{
    width: 90%;
    height: 60px;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    padding: 12px 10px;
}

.ce-main .pc-link img{
    width: 490px;
}

.link-con{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@keyframes spin-anim{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

@media(min-width: 400px) and (max-width: 700px){
.cr-main{
    width: 370px;
    height: 330px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385189259824332841/Untitled_design_1.png?ex=68552987&is=6853d807&hm=0c3638c45a9ccab5263dcf8d7cadd6bfe6d307400cf09ff57a9351158f4838a1&=&format=webp&quality=lossless);
    border: 4px solid rgb(61, 15, 15);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.616);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cr-div{
    background-color: rgba(63, 231, 63, 0.507);
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cr-main .cr-div img{
    width: 250px;
    padding: 10px 0;
}

.cr-main .chr-div{
    background-color: rgba(0, 0, 0, 0.288);
    width: 65%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cr-main .chr-div img{
    width: 220px;
}

.cr-main .rwd-sec{
    width: 90%;
    height: 130px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385201610350788658/Screenshot_2025-06-19_135753_cleanup.png?ex=68553507&is=6853e387&hm=11b377994ac8380884b9a4577dbef7d423cbb5e6d652b437e6dbcabd293bf564&=&format=webp&quality=lossless);
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid rgb(61, 15, 15);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cr-main .rwd-sec .rwd-item{
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.cr-main .rwd-sec .rwd-item .rwd-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cr-main .rwd-sec .rwd-spin{
    width: 70px;
    height: 70px;
    background-image: url(https://growagarden.gifts/img/fzr-KQd-F-Sunburst-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: spin-anim 10s linear infinite;
    position: absolute;
    z-index: 1;
}

.cr-main .rwd-sec .rwd-item .rwd-img img{
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    transition: 0.1s;
}

.cr-main .rwd-sec .rwd-item .rwd-img button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.cr-main .rwd-sec .rwd-item .rwd-img button img:hover{
    width: 55px;
    height: 55px;
    transition: 0.1s;
}

.cr-main .rwd-sec .rwd-item img{
    width: 60px;
    height: 20px;
}

.tick{
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    bottom: 35px;
    left: 35px;
    display: none !important;
    z-index: 10 !important;
}

.tick.selected {
    display: block !important;
}

.rx-sec{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rx-sec input{
    width: 220px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.308);
    border: 2px solid rgba(0, 0, 0, 0.404);
    border-radius: 3px;
    color: white;
    font-size: 15px;
    font-weight: light;
    padding: 0 10px;
}

.rx-sec input::placeholder{
    color: white;
    font-size: 20px;
    font-weight: light;
}

.rx-sec img{
    width: 60px !important;
    height: 23px !important;
}

.rx-sec .disabled{
    background-color: rgba(0, 255, 0, 0.527);
    border: 3px solid rgb(0, 87, 0);
    padding: 3px 10px;
    pointer-events: none;
    opacity: 0.4;
}

.rx-sec .able{
    background-color: rgba(0, 255, 0, 0.527);
    border: 3px solid rgb(0, 87, 0);
    padding: 3px 10px;
}





.cu-main{
    width: 370px;
    height: 470px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385189259824332841/Untitled_design_1.png?ex=68552987&is=6853d807&hm=0c3638c45a9ccab5263dcf8d7cadd6bfe6d307400cf09ff57a9351158f4838a1&=&format=webp&quality=lossless);
    border: 4px solid rgb(61, 15, 15);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.616);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cu-main .cr-div img{
    width: 320px;
    padding: 10px;
}

.cu-main .chr-div{
    background-color: rgba(0, 0, 0, 0.288);
    width: 42%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cu-main .chr-div img{
    width: 140px;
}

.prf-sec{
    height: 250px;
    width: 47%;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.prf-sec img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0.329);
}

.prf-sec h1{
    color: white;
    font-size: 20px;
    font-weight: 100;
}

.yn-sec{
    width: 83%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yn-sec .yes img{
    width: 120px;
    height: 22px;
}

.yn-sec .no img{
    width: 120px;
    height: 22px;
}

.yn-sec .yes{
    padding: 3px 9px;
    padding-top: 10px;
    background-color: rgba(63, 231, 63, 0.507);
    border: 2px solid rgb(21, 73, 21);
}

.yn-sec .no{
    padding: 3px 9px;
    padding-top: 10px;
    background-color: rgba(255, 12, 12, 0.61);
    border: 2px solid rgb(223, 107, 107);
}

.yn-sec .yes:hover{
    background-color: rgba(42, 158, 42, 0.507);
}

.yn-sec .no:hover{
    background-color: rgba(190, 10, 10, 0.61);
}





.ce-main{
    width: 370px;
    height: 465px;
    background-image: url(https://media.discordapp.net/attachments/1279328425676378113/1385189259824332841/Untitled_design_1.png?ex=68552987&is=6853d807&hm=0c3638c45a9ccab5263dcf8d7cadd6bfe6d307400cf09ff57a9351158f4838a1&=&format=webp&quality=lossless);
    border: 4px solid rgb(61, 15, 15);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.616);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ce-main .cr-div img{
    width: 300px;
    padding: 10px 0;
}

.ce-main .chr-div{
    background-color: rgba(0, 0, 0, 0.288);
    width: 80%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ce-main .chr-div img{
    padding-top: 5px;
    width: 270px;
}

.ce-main .link-sec{
    width: 90%;
    height: 70px;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 12px 10px;
}

.link-sec1{
    width: 90%;
    height: 60px;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 12px 10px;
}

.opera{
    width: 90%;
    height: 60px;
    background-color: rgba(0, 183, 255, 0.712);
    border: 3px solid rgb(0, 174, 255);
    text-decoration: none;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 12px 10px;
}

.ce-main .pc-link img{
    width: 330px;
}
}