@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

.luck-tarot {
    background-color: #fff;
}

.luck-tarot-innner {
    background-image: url('../../images/luck-tarot/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 0;
}

.heading h1 {
    text-align: center;
    color: #006400;
}

.user-msg-section {
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: auto;
}

.user-msg-section img {
    max-width: 100%;
    max-height: 150px;
    /* background-color: #006400; */
    /* box-shadow: 0 0 5px #006400; */
    border-radius: 50%;
}

.user-msg-section h2 {
    text-align: center;
    padding: 0 5px;
}

.luck {
    color: #006400;
}

.user-name {
    font-size: 18px;
}

/* header css start */
.header-pera {
    background-color: #f8fffb;
}

.header-box {
    padding-top: 35px;
}

.header-box .min-box {
    padding-bottom: 80px;
}

.header-img {
    max-width: 365px;
    margin-left: -50px;

}

.header-heading {
    font-size: 80px !important;
    font-family: 'Merriweather', serif !important;
    background-image: linear-gradient(180deg, #6ed645, #2b7e0d);
    -webkit-background-clip: text;
    color: #2b7e0d;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0px;
}

.heading-pera {
    letter-spacing: 0px;
    font-size: 24px;
    margin-top: 8px;

}

/* header css end */


/*  lucky number section css start */
.container-box {
    max-width: 900px;
    margin: auto;

}

.lucky-number {
    padding: 60px 20px 40px;
}

.lucky-number h2 {
    font-family: 'Merriweather', serif !important;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.lucky-number-size {
    padding: 0px 10px;
} 

.lucky-number-box:hover {
    box-shadow: 0 0 22px 5px #66ee17;
    transform: translateY(-20px);

}

/* #########   ############# */

.container-pera {
    max-width: 900px;
    margin: auto;
}

.baby-pera {
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
    margin: 60px 15px;
}

.baby-text p {
    padding: 0px 20px;
    text-align: center;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
    font-size: 18px !important;
    letter-spacing: 0px;
    line-height: 1.4;
}

.mid-img img {
    max-width: 80%;
}

/*  lucky number section css end */

/* Latest Articles css start */

.lucky-box h2 {
    font-family: 'Merriweather', serif !important;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.card {
    border: none;
}

.card-box h5 {
    font-family: Merriweather, serif !important;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
}

.card .card-body {
    padding: 20px 0px;
}

p.card-text {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4;
    letter-spacing: 0px;
}

.card-box {
    text-align: center;
    padding: 14px 3px;
}

.btn {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #eccb38;
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    border-radius: 0px;

}

/* Latest Articles css end */


/* Yesterday's Crystal start css */

.Crystal h2 {
    font-family: 'Merriweather', serif !important;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    margin: 14px 0px;
}

.Crystal .crystal-pera h3 {
    font-family: 'Merriweather', serif !important;
    font-size: 33px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #971e08;
    margin: 31px 0px 0px;
}

.Crystal-heading h4 {
    font-family: 'Merriweather', serif !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000000;
    margin: 25px 0px 18px;
    text-align: center;
}

.Crystal-heading ul li {
    font-family: 'Merriweather', serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    /* margin: 25px 0px 18px; */

}


.Crystal .crystal-pera h4 {
    font-family: 'Merriweather', serif !important;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #971e08;
    margin: 31px 0px 18px;
}

.text-black {
    color: #000;
}

.Crystal-text p {
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 18px !important;
    letter-spacing: 0px;
    line-height: 1.4;

}

.image-full {
    padding: 0px;
}

/* Yesterday's Crystal end css */

/* media quary css start */

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .header-img {
        max-width: 198px;
        margin-left: -49px;
    }

    .header-heading {
        font-size: 30px !important;
    }

    .heading-pera {
        font-size: 11px;
        margin-left: -9px;
        margin-right: -20px;
    }

    .lucky-number h2 {
        font-size: 32px;
    }

    .lucky-number-box {
        border-radius: 18px !important;
    }

    .lucky-number-size {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lucky-box h2 {
        font-size: 30px;   
        font-weight: 600;
    }

    .Crystal h2 {
        font-size: 30px;
    }

    .Crystal .crystal-pera h3 {
        font-size: 29px;
        text-align: center;
    }

    .Crystal-text p {
        padding: 0px 18px;
        text-align: justify;
        font-size: 16px !important;
    }

    .Crystal .crystal-pera h4 {
        text-align: center;
    }

    .card .card-body {
        padding: 20px 8px;
    }

    col-md-6{
        padding: 0px;
    }

    .baby-text p {
        font-size: 15px !important;
        padding: 15px 15px;
        font-weight: unset;
    }

    .card-img-top{
        max-width: 81%;
        margin: auto;
    }

    .header-box .min-box {
        padding-bottom: 53px;
    }

    .baby-pera {
        margin: 60px 15px;
    }

    .card-deck {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {

    .image-full{
        padding: 0px;
    }

    .shadow-box{
        box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .baby-pera {
        box-shadow: unset;
        margin: 60px 15px;
    }

    .baby-text p {
        font-size: 15px !important;
        padding: 15px 0px;
        font-weight: unset;
    }

    .lucky-number-size {
        padding-left: 6px;
        padding-right: 6px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

    .card-deck {
        margin-right: 0px;
        margin-left: 0px;
    }

    .header-heading {
        font-size: 65px !important;
    }

    .header-box .min-box {
        padding-bottom: 0px;
    }

    .Crystal-text p {
        padding: 0px 25px;
    }

    .Crystal .crystal-pera h4 {
        padding: 0px 25px;
    }

    .Crystal .crystal-pera h3 {
        padding: 0px 25px;
    }
    .Crystal h2 {
     font-size: 35px;

 }

 .lucky-box h2 {
  font-size: 35px;
}
.heading-pera {
   font-size: 20px;
}

.lucky-number h2 {
    font-size: 35px;
}

.Crystal .crystal-pera h3 {
    font-size: 30px;
}

.lucky-number {
    padding: 60px 66px 40px;
}
}

/* media quary css end  */

/*************************** .lucky_numbers new page start css **********************************************/

.container-perent{
    width:800px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
    margin: 40px auto;
    padding:20px 30px;
}

.lucky_center h1 {
   font-family: 'Merriweather', serif !important;
   font-weight: 900;
   line-height: 1.2;
   letter-spacing: 0px;
   color: #333;
   text-align: center;
   margin: 14px 0px 20px;
   font-size: 40px !important;
}

.lucky_number_alltext p {
    font-family: sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0px;
    line-height: 1.4;
    padding-top: 15px;
}

.lucky_center h2 {
    font-family: 'Merriweather', serif !important;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #333;
    text-align: center;
    margin: 27px 0px;
}

.crete_button a{
    font-family: sans-serif !important;
    background-color: #7E2626;
    border: none;
    color: white;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    animation: project 0.50s ease-in-out infinite;
}

@keyframes project{
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(1deg);
    }
    75% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .container-perent {
        width: auto;
        margin: 0px 21px;
        padding: 26px 30px 60px;
    }

    .lucky_center h1 {
        font-size: 32px !important;
    }

    .lucky_center h2 {
        font-size: 21px;

    }

    .crete_button a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

    .container-perent {
       width: auto; 
       border-radius: 20px;
       background-color: #fff;
       box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
       margin: 40px 51px;
       padding: 20px 40px 60px;
   }

}

/* .lucky_numbers new page end css */