h1 {
    font-size: 42px;
}
h2 {
    font-size: 32px;
}
.love-tarot{
    background-position: center;
    background-size: cover;
}
.love-tarot-outter{
    padding: 48px 0;
    position: relative;
}
.love-tarot-one{
    background-image: url('./images/love-bg.jpg');
    /* background-attachment: fixed; */
}
.love-tarot-two{
    background-image: url('./images/love-bg2.jpg');
}
.love-tarot-one .love-tarot-outter{
    background-color: #ffafaf1c;
}
.love-tarot-two .love-tarot-outter{
    background-color: #ffdddd85;
}
.heart-design{
    max-width: 100%;
    max-height: 250px;
    position: absolute;
    top: -15px;
    z-index: 1;
}
.heart-design-left{
    left: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.heart-design-right{
    right: 10px;
}
.love-tarot-innner{
    max-width: 90%;
    width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.love-tarot-heading{
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.love-tarot-heading h1{
    color: #f60909;
    font-style: italic;
    text-shadow: 1px 1px 2px #1a1a1a;
}

.love-tarot-heading h2{
    color: #000;
    font-style: italic;
    text-shadow: 1px 1px 2px #1a1a1a;
}
.love-tarot-heading img{
    max-width: 150px;
    margin-top: -50px;
    margin-bottom: -10px;
}
.tarot-cards-outter{
    max-width: 1100px;
    margin: auto;
    background-color: #ffffffbd;
    padding: 0 28px 28px;
    margin-top: 25px;
}
.pulse-card {
    animation: pulse-animation 1.5s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #321b46;
    }

    100% {
        box-shadow: 0 0 0 10px #321b4600;
    }
}
.result-box-main{
    max-width: 100%;
    background-color: #ff9f9fbd;
    width: 800px;
    margin: auto;
    padding: 15px;
    box-shadow: 1px 1px 7px -3px #565656;
    border-radius: 5px;
    margin-top: 25px;
}
.result-cards{
    float: left;
    /* position: relative; */
    /* width: 150px; */
    /* height: auto; */
}
.result-cards-inner{
    position: relative;
    height: 250px;
    width: 150px;
    margin-right: 15px;
    margin-left: -50px;
}
.result-cards .reult-card{
    max-width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 12px 5px #ff9f9f56;
}
.result-cards .reult-card-one{
    transform: rotate(-20deg);
    margin-left: -90px;
}
.result-cards .reult-card-two{
    transform: rotate(12deg);
    margin-left: -20px;
    margin-top: -25px;
}
.result-content p{
    margin-bottom: 10px;
}
.love-tarot-oto{
    max-width: 800px;
    margin: auto;
    margin-top: 48px;
}
.love-tarot-oto-inner{
    background-color: #f97887cb;
    padding: 25px 15px;
    text-align: center;
    border-radius: 5px;
}
.btn-section-main {
    text-align: center;
    padding: 25px 0 20px;
    max-width: fit-content;
    margin: auto;
}
.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: #ee2338 !important;
}
.custom-new-btn span:hover .custom-new-btn{
    border: 3px solid #ee2338;
    color: #ee2338;
    box-shadow: 1px 1px 6px 1px #39393980;
}
.pulse-oto {
    animation: pulse-animation-oto 1.5s infinite;
}
.result-content{
    position: relative;
}
.result-heart-img{
    float: right;
    max-width: 150px;
    margin-top: -50px;
}
@keyframes pulse-animation-oto {
    0% {
        box-shadow: 0 0 0 0px #f97888;
    }

    100% {
        box-shadow: 0 0 0 20px #f9788700;
    }
}
.love-tarot-oto-inner h2{
    font-size: 30px;
    font-style: italic;
    /* text-shadow: 1px 1px 2px #383737d0; */
    text-shadow: 2px 2px 2px #3f2424d0;
    color: #000;
}
@media (max-width: 1150px) {
    .result-box-main{
        width: 600px;
    }
    h1 {
        font-size: 37px;
    }
    h2 {
        font-size: 27px;
    }
}
@media (max-width: 991px) {
    .result-box-main{
        width: 500px;
    }
}
@media (max-width: 833px) {
    .result-box-main{
        width: 100%;
        margin-top: 40px;
    }
    .result-cards{
        float: unset;
    }
    .result-cards-inner{
        margin: auto;
        max-width: 80%;
        margin-left: calc(50% - 15px);
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .tarot-cards-outter{
        padding: 0 10px 10px;
        margin-top: 25px;
    }
    .tarot-cards .card-div{
        margin-top: 25px !important;
    }
    .tarot-cards{
        min-height: 275px !important;
    }
    .love-tarot-heading img{
        display: none;
    }
}
