h1 {
    font-size: 42px;
}
h2 {
    font-size: 32px;
}
.love-questions{
    background-image: url('./images/love-cosmic-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-attachment{
    background-attachment: fixed;
}
.bg-outter{
    background-color: #57183a4d;
}
/* .love-questions-outter{
    background-image: url('./images/love-cosmic-bg.jpg');
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
} */
.love-questions-innner{
    padding: 48px 0 0;
    margin: 0 15px;
    /* min-height: 100vh; */
}
.love-questions-heading{
    text-align: center;
    padding: 0 15px;
    max-width: 1000px;
    margin: auto;
}
.love-questions-heading h1{
    text-shadow: 2px 2px 3px #1a1a1a, -2px -2px 3px #ffffff4b;
    color: #fff;
}
.main-image-box{
    text-align: center;
    background: linear-gradient(0deg, #fff 5px, #ffffff00 40px, #ffffff00 100%);
    position: relative;
}
.main-image-box img{
    max-width: 100%;
}
.ball-btn-outter{
    /* background-color: #1a1a1a00; */
    max-width: 60%;
    max-height: 60%;
    height: 240px;
    width: 240px;
    position: absolute;
    right: calc(50% - 120px);
    bottom: calc(25% - 120px);
    border-radius: 50%;
    cursor: pointer;
}
.subheading{
      /* margin-top: -20px; */
      position: absolute;
      width: 100%;
      bottom: 9px;
      text-shadow: 2px 2px 3px #1a1a1a, -2px -2px 3px #ffffff4b, 0 0 17px #000;
      color: #fff;
      max-width: 100%;
      max-height: 100%;
      height: auto;
      right: auto;
      border-radius: 0;
      background-color: #000;
      padding:  15px 30px;
      text-align: center;
      border-radius: 50px;
      width: fit-content;
        margin: auto;
        left: 0;
        right: 0;
        animation: pulsating-glow 1.5s infinite;
}

@keyframes pulsating-glow {
    0% {
        box-shadow: 0 0 5px #fff;
    }
    50% {
        box-shadow: 0 0 20px #fff;
    }
    100% {
        box-shadow: 0 0 5px #fff;
    }
}
.question-box{
    text-align: center;
    box-sizing: border-box;
    width: 32%;
}
.question-box img{
    max-width: 100%;
    max-height: 250px;
    /* height: 250px; */
    /* width: 30%; */
    /* background-color: #000; */
}
.question-box:nth-child(2n){
    margin-top: -10px;
}
.question-box:nth-child(2n+1){
    margin-top: 10px;
}
.questions-outter-box{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.questions-outter{
    display: none;
}
.question-box:nth-child(7n+4),
.question-box:nth-child(7n+5),
.question-box:nth-child(7n+6),
.question-box:nth-child(7n+7) {
    /* background-color: #1a1a1a; */
    width: 24%;
}
.result-box-main{
    max-width: 100%;
    /* background-color: #ffffffcc; */
    background-color: #750000a6;
    color: #fff;
    width: 800px;
    margin: auto;
    padding: 15px;
    box-shadow: 1px 1px 7px -3px #565656;
    border-radius: 5px;
    margin-top: 25px;
}
.result-image{
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-left: -190px;
    margin-top: -36px;
}
.result-heart-img{
    max-width: 100%;
    height: 150px;
    /* float: right; */
    position: absolute;
    right: 0;
    /* bottom: 0; */
    bottom: -95px;
    opacity: 0.7;
}
.result-content{
    position: relative;
}
.result-content p{
    z-index: 1;
    position: relative;
}
.result-image img{
    max-width: 100%;
    width: auto;
    max-height: 250px;
}
.btn-section-main {
    text-align: center;
    padding: 25px 0 20px;
    max-width: fit-content;
    margin: auto;
    position: relative;
    z-index: 1;
}
.custom-new-btn {
    background-color: #fff;
    border: 3px solid #000;
    /* border-radius: 33px; */
    border-radius: 50px;
    padding: 4px 4px 4px;
    box-shadow: 1px 1px 6px 1px #393939;
}
.custom-new-btn span {
    /* margin: 5px; */
    background-color: #000;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    /* padding: 8px 15px; */
    padding: 8px 30px;
    display: block;
    transition: 0.5s;
}
.custom-new-btn span:hover{
    background-color: #750000 !important;
    color: #fff;
}
.custom-new-btn span:hover .custom-new-btn{
    border: 3px solid #750000;
    color: #fff;
    box-shadow: 1px 1px 6px 1px #39393980;
}
@media (max-width: 1150px) {
    h1 {
        font-size: 37px;
    }
    h2 {
        font-size: 27px;
    }
    .result-box-main{
        width: 600px;
    }
}
@media (max-width: 927px) {
    .result-box-main{
        margin-top: 50px;
    }
    .result-image{
        float: unset;
        margin: auto;
        margin-top: -56px;
    }
}


@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .question-box:nth-child(7n+4),
    .question-box:nth-child(7n+5),
    .question-box:nth-child(7n+6),
    .question-box:nth-child(7n+7) {
        /* background-color: #1a1a1a; */
        width: auto;
    }
    .question-box{
        text-align: center;
        box-sizing: border-box;
        width: auto;
    }
    .love-questions{
        background-attachment: fixed;
    }
    .custom-new-btn span {
        font-size: 20px;
    }
}
