#love-video-section-old {
    background-image: url('../../images/tarot_video_reding/assets/Assets 2.png'), url('../../images/tarot_video_reding/assets/tarot-love-video-reading-bg.png');
    background-position: center, center;
    background-size: contain, cover;
    background-repeat: no-repeat,no-repeat;
    background-attachment: fixed,fixed;
}

#love-video-section {
    background-image: url('../../images/tarot_video_reding/assets/tarot-love-video-reading-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-inner{
    height: 100%;
    width: 100%;
    background-color: rgba(197, 196, 196, 0.3);
    padding: 15px;
}
.section-heading {
    text-align: center;
    padding: 65px 0;
    margin: auto;
}

.section-heading h1 {
    color: #f21b1b;
    text-shadow: 4px -1px 6px #fff;
    max-width: fit-content;
    margin: auto;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.section-heading img {
    height: 90px;
    width: auto;
    position: absolute;
    top: -25px;
    right: -56px;
    z-index: -1;
}

.section-body {
    text-align: center;
    margin: auto;
}
.section-body p {
    max-width: 730px;
    text-align: center;
    margin: auto;
    color: #000;
    text-shadow: 0 0 5px #fff;
}

.hr-section-underline{
    height: 5px;
    background-color: #f21b1b;
    width: 730px;
    max-width: 95%;
    margin: 20px auto;
}

.heard-img img{
    height: 150px;
    width: auto;
}

.last-heading{
    max-width: 730px;
    text-align: center;
    margin: auto;
    color: #000;
    text-shadow: 0 0 5px #fff;
}

.click-here a, .click-here a:hover{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000;    
}

.click-here {
    padding: 7px 15px;
    background-color: #f21b1b;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(238, 238, 130);
    max-width: 150px;
    margin: 50px auto;
}

.click-here:hover{
    background-color: #f72b2b;
    box-shadow: 0 0 10px #eeee82;
}

.love-video-card .card{
    background-color: transparent;
}
.love-video-card{
    margin: auto;
    text-align: center;
}
.love-video-tag{
    background-image: url('../../images/tarot_video_reding/assets/card.png');
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 236px;
    width: 142px;
    display: inline-block;
    border-radius: 10px;
}
.love-video-tag-2{
    background-image: url('../../images/tarot_video_reding/assets/card.png');
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 203px;
    width: 122px;
    display: inline-block;
    border-radius: 10px;
}
.red-box{
    margin: auto;
    position: relative;
    background: rgba(243, 6, 6, 0.7);
    border: 3px solid #000;
    min-height: 280px;
    width: 490px;
    max-width: 90%;
    border-radius: 10px;
    box-shadow: 0 0 15px #eeee82;
}
.red-box img{
    width: auto;
    height: 250px;
    position: absolute;
    left: -100px;
    top: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px #eeee82;
}
.red-box h2 {
    padding: 15px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.page-2-body p{
    max-width: 480px;
}

.pick-btn a{
    padding: 8px 20px;
    background-color: #f21b1b;
    color: #fff;
    text-shadow: 0 0 5px #000;
    /* border: 3px solid #000; */
    border-radius: 5px;
    text-decoration: none;
    font-size: 30px;
    box-shadow: 0 0 20px #eeee82;
    margin: 10px;
	background-image: linear-gradient(180deg, red, yellow);
    box-shadow: 2px 3px #ef3b40;
}

.pick-btn a:hover{
    box-shadow: 0 0 15px #eeee82;
    background-color: #f72b2b;
}
.btn-1, .btn-2{
    position: relative;
}
.btn-1 img{
    height: 87px;
    position: absolute;
    top: -15px;
    left: -46px;
}
.btn-2 img{
    height: 87px;
    position: absolute;
    top: -15px;
    right: -50px;
}

.image-top-box{
    padding-top: 50px;
}

.image-top-box img{
    height: 250px;
    width: auto;
    border-radius: 10px;
}

.love-video-box {
    margin: 50px auto;
    background: #000;
    max-width: fit-content;
    border: 2px solid #000;
    box-shadow: 0 0 20px #eeee82;
}

.love-video-box iframe {
    width: 560px; 
    height: 315px; 
}

.video-oto-box {
    background-color: rgba(243, 6, 6, 0.7);
    border: 3px solid #000;
    border-radius: 10px;
    max-width: fit-content;
    margin: auto;
    padding: 15px;
}

.video-oto-box h2{
    text-transform: uppercase;
    color: #f21b1b;
    text-shadow: 0 0 15px #000;
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #fff;
}

.video-oto-btn a, .video-oto-btn a:hover{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.video-oto-btn {
    max-width: fit-content;
    margin: 10px auto;
    background-color: #000;
    padding: 8px 15px;
    border-radius: 5px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #000;
}

.video-oto-btn:hover{
    border: 2px solid #fff;
    margin: 11px auto;
    box-shadow: 0 0 5px #000;
}

.section-divider-end{
    height: 3px;
    width: 80%;
    background-color: #f21b1b;
    margin: 30px auto;
}
.pick-other-card {
    max-width: 80%;
    margin: auto;
}
.pick-new-card a, .pick-new-card a:hover{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000;
    font-size: 25px;
    font-weight: 500;
}
.pick-new-card{
    margin: 0 auto 0 0;
    background-color: #f21b1b;
    max-width: fit-content;
    padding: 1px 8px;
    border-radius: 5px;
    box-shadow: 0 0 15px #eeee82;
    display: inline-block;
    margin-left: 15px;
	background-image: linear-gradient(180deg, red, yellow);
    box-shadow: 2px 3px #ef3b40;
}

.pick-new-card:hover{
    box-shadow: 0 0 10px #eeee82;
}
.box-inner-text{
    max-width:75% !important;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .page-1 h1{
        max-width: 420px;
    }
    .red-box{
        width: 300px;
    }
    .box-inner-text{
        max-width:60% !important;
    }
}
@media (max-width: 600px) {
    .love-video-box iframe {
        width: 415px; 
        height: 245px; 
    }
}
@media (max-width: 535px) {
    .page-1 h1{
        max-width: 350px;
    }
    .page-3 h1{
        max-width: 350px;
    }
    .page-3 img{
        top: -25px;
        right: -7px;
    }
    .pick-btn a {
        display: block;
        max-width: 220px;
        margin: 15px auto;
    }

    .red-box{
        position: unset;
        min-height: 200px;
        width: 90%;
        /* margin-bottom: 150px; */
    }
   .box-inner-text {
        padding-top: 10px;
    }
    .red-box img{
        position: unset;
    }
}

@media (max-width: 470px) {
    .page-1 img{
        top: -30px;
        right: -15px;
    }
    .love-video-box iframe {
        width: 275px; 
        height: 180px; 
    }
	.section-heading h1 {
		font-size: 24px !important;
	}
}