body {
    height: auto;
    font-family: 'Poppins', sans-serif;
}

.py-10 {
    padding: 10px 0;
}

.bg {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right top, #2e3ea2, #653eaf, #9439b7, #c12db9, #eb12b4);
}
/* header a{
    background: linear-gradient(to right top, #2e3ea2, #653eaf, #9439b7, #c12db9, #eb12b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
} */
.heart-image-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 0;

}
.heart-image {
    position: absolute;
    align-self: center;
    top: 0;
}
.form-row {
    min-height: 470px;
}
form {
    padding-top: 50px;
    margin: auto;
}
input {
    border: none;
    height: 60px;
    width: 100%;
    border-radius: 40px;
    padding: 0 30px;
    border: 2px solid#d50d2b;
    color: black;
}

.form-container {
    min-height: 100px;
    padding: 10px 0;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5px;
    padding: 0 10px;
}
.input-container {
    width: 100%;
    z-index: 200;
}
.btn-container {
    position: absolute;
    z-index: 200;
    display: flex;
    justify-content: center;
    width: 100%;
}
.submit-btn {
    height: 60px;
    padding: 0 50px;
    border: none;
    border-radius: 35px;
    color: white;
    background: linear-gradient(to right top, #2e3ea2, #653eaf, #9439b7, #c12db9, #eb12b4);
}


.name {
    padding: 15px 0;
}

.res-container {
    display: flex;
    justify-content: center;
}
.res-image {
    border-radius: 25px;
}


.res-heart {
    position: relative;
    bottom: 50px;
}
.res-p {
    position: absolute;
    z-index: 10;
    color: white;
    bottom: 55px;
}

.recalcbtn-container {
    display: flex;
    justify-content: center;
    width: 100%;
}



.recalc-btn {
    padding: 15px 50px;
    border: none;
    border-radius: 35px;
    color: white;
    background: linear-gradient(to right top, #2e3ea2, #653eaf, #9439b7, #c12db9, #eb12b4);
}

.share-btn {
    height: 40px;
    align-items: center;
    border: 2px solid #2e3ea2;
    border-radius: 30px;
    color: #2e3ea2;
    font-size: 18px;
    align-items: center;
}
.whatsapp-btn {
    border: 2px solid #3ca906;
    color: #25a10a;
}
.twitter-btn {
    border: 2px solid #17a1eb;
    color: #17a1eb;
}
.email-btn {
    border: 2px solid #ff7512;
    color: #ff7512;
}
.copy-btn {
    border: 2px solid #161327;
    color: #161327;
}
.copied {
    background: #161327;
    color: white;
}

.fb-btn {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 10px;
}

.fb-btn a {
    text-decoration: none;
    color: #2e3ea2;
}
.fb-btn:hover a {
    color: white
}

.fb-btn:hover {
    background: #2e3ea2;
    color: white;
}
.whatsapp-btn:hover {
    background: #25a10a;
    color: white;
}
.twitter-btn:hover {
    background: #17a1eb;
    color: white;
}
.email-btn:hover {
    background: #ff7512;
    color: white;
}
.copy-btn:hover {
    background: #161327;
    color: white;
}

.tbl-container{
    margin-top: 200px;
    padding: 0 15px;
}
th {
    color: #161327;
}
a {
    color: white;
    text-decoration: none;
}
.imagemap {
    padding: 40px 0;
}
.heart-result {
    padding: 10px 0;
}

.love-h1 {
    padding: 20px 0;
    color: #ff4136;
}

.button-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 5px;
}
@media only screen and (max-width: 900px) {
    .button-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 650px) {
    form {
        padding: 0px;
    }
    .heart-image {
        top: -50px;
    }
    .form-row {
        padding: 20px 0;
    }
    .button-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .form-container {
        margin-top: 50px;
        padding: 0 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .btn-container {
        margin-top: 10px;
        padding: 0;
    }
}
