*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html{
    height: 100%;
}

body{

    font-family: 'Roboto', sans-serif;
    
    display: flex;
    flex-direction: column;
    
    
    background-color: aliceblue;
    /* background-image: url('./infop.net-compress-image.jpg'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
   
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;


    

        text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

header{
    background-color: #628c36;    
}

header a{
    display: flex;
    align-items: center;
    padding: 1.2rem 0;
    text-decoration: none;
}
header .logo-guruji a img{
    display: inline;
    margin: 0;
    height: 45px;
    width: 50px;
}

.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#playstore{
    width: 40%;
}

img{
    display: block;
    max-width: 100%;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
}

.logo-guruji{
    position: relative;
}
#tag-line{
    position: absolute;
    color: white;
    letter-spacing: -.02em;
    margin: 0;
    bottom: 4px;
    font-size: .7em;
    left: 20%;
    text-align: center;
    width: 100%;
    

}


.container{
    margin-inline: auto;
margin-left: auto;
margin-right: auto;

width: min(90%, 75.5rem);


}

.a1 {
    display: flex;
flex-direction: column;
justify-content: center;

gap: 2em;
}



#intro{
    background-image: url('/images/sect-bg.png') ;
    /* linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), */
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 65%;
    color: #fff;
   padding: 4em;
   display: flex;
   justify-content: flex-start;
}


#intro>div{
    max-width: 50%;
    

}


#intro h1 {
    font-weight: 500;
    font-size: 2.6rem;
    margin-bottom: 1em;    
    line-height: 150%;
    text-shadow: 0px 3px 10px black;

    font-family: 'Libre Baskerville', serif;
}

#btn-div {
    display: flex;
    gap: 1em;
    width: 100%;
    margin-top: 1em;
}

.btn-h1 {
    border-radius: 50px;
    padding: 1em 4em;
    border: none;
    font-weight: 400;
    font-size: 1.1em;
    font-family: inherit;
    box-shadow:  0px 1px 4px rgba(0, 0, 0, 0.25);
    transition: .2s ease-out;

}
#consult-btn-h1 {
    background-color: #7bb044;
    padding: 1em 5em;
    color: rgb(243, 243, 243);

}
#about-us {
    color: rgb(107, 106, 106);
}
#ayurvedas-container, #astrologers-container{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 1em;
    
}



#astro-section{
display: none;
}
/* button{
    height: 40px;
    padding: .8em 1.5em;
    border-radius: .45em;
    border: none;
    font-size: 1.2em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 7px;
} */
button:hover{
    cursor: pointer;
    transform: scale(1.01);
}
.astro-card{
    display: grid;
    grid-template-rows: 30% 70%; 

    align-items: center;
    height: 280px;
    width: 240px;

    border-radius: 1em;
    text-align: center;
    transition: all .2s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: .5em;
}

.astro-card>div:first-child 
{
    

    position: relative;
    height: 100px;
    width: 100%;
    background-color: white;
    border-radius: 1em 1em 0 0;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);

}

.astro-card>div:nth-child(2) 
{
    
    width: 100%;
    display: flex;
    gap: 1em;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0;
    border-radius: 0 0 1em 1em;
    background-color: rgb(131, 175, 64);

    


}
.astro-card>div:nth-child(2)>a {
    color: black;
    box-shadow: 0 0 5px black;
    background-color: #f5f7fa;
    padding: .5em 1em;
    font-size: 1.1em;
    border-radius: .35em;
}

h2{
    text-align: center;
}
h3 a{
    /* background-color: white; */
    padding: .5em 1em;
    font-size: 1.1em;
    border-radius: .35em;
    color: #fff;
    box-shadow: 0 0 2px black;
    width: 100%;
}

.astro-card p {
    display: block;
    color: white;
}

h2 {
    color: white;
    font-size: 3em;
}
.astro-card img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    border-radius: .25em;
    height: 120px;
    min-width: 120px;
    max-width: 140px;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 12px;
    border: 2px solid white;
  


}
.astro-card h3{
font-weight: 500;
font-size: .9em;
padding-top: 1em;
width: 100%;
}

.activeBtn {
color: #fff;
background-color: #222222;
}



#foot {
    border-top: .5px solid lightgray;
}

#foot a {
    color: #484848;
    text-decoration: none;
}
a{
    text-decoration: none;
}
#foot li {
    font-size: .875em;
    margin-bottom: .8em;

}

.foot-widget {
    display: flex;
    gap: 2em;
    line-height: 1.6;
}

.foot-content {
    display: flex;
    gap: 1em;
    font-size: 14px;
    color: #484848;
    align-items: center;
    padding: 2em 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.foot-r-link {
    display: flex;
    gap: 1em;
}
.logo-img {
    height: 22px;
}

.foot-copyright {
    font-size: 14px;
    color: #484848;
   
    padding-top: 2em;
}
.hero {
    background-image: url('https://www.guruji.life/wp-content/uploads/2021/11/product-banner.png');
    padding: 2em;
    
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero h1{
    color: white;
    font-size: 3em;
    margin: 0;
}

.col-3 {
    column-count: 3;
}
ul{
    list-style: none;
    padding: 0  ;
}
#astro-container, #foot {
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
    
    width: min(90%, 75.5rem);
    padding: 2em 0;
}

#ayur-section {
    background-color: #94AB68;
    padding: 2em 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),url('dr-monika-sharma/images/section1-bg.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}


#secure-payment{
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#secure-payment>div{
    display: flex;
    align-items: center;
}
#secure-payment p,#secure-payment h1{
    margin: 0;
}

#secure-payment>div img{
    max-width: 20px;
    margin: 0;
}

#payment-methods{
    padding: .5em;
    display: flex;
    justify-content: space-between;
    gap: .3em;

}
#payment-methods img{
    max-width: 25%;
}
#secure-container{
    padding: 2em 0;
    display: flex;

    flex-direction: row;
    justify-content: space-around;
}

#five-million{
    /* background-image: linear-gradient(to right, #121212, #262146, #402b7d, #6530b4, #9528e9); */

    /* background-image:  linear-gradient(to right, #d04cdf, #ba3ece, #a431bd, #8e23ac, #79139b); */
    background-color: #f3fffb;
    /* background-image: linear-gradient(to right top, #a2c77c, #98c16e, #8fbc61, #85b653, #7bb044);  */
    background-image: linear-gradient(to right top, #91ae72, #85a563, #7a9d54, #6e9445, #628c36);
    color: white;
    padding: 2em 0;
    

}
#five-million>.container {
    width: 98% !important;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 60%;
    place-items: center;
}




.text-center {
    text-align: center;
    margin-bottom: 1em;
    font-size: 3em;
}

.h1-five-mill {
    text-align: center;
    vertical-align: middle;
    border: 2px solid white;
    border-radius: 50px;
    padding: 1em 2em;
    /* border */
}
#five-mill-img{
    display: grid;
    grid-template-columns: 20% 20% 20% 30%;
    /* flex-wrap: wrap; */
    /* justify-content: space-evenly; */
    place-items: center;
    gap: 2em

}
@media (min-width: 40em) {
    #playstore{
        width: 17%;
        margin-right: 5%;
    }

    
}


@media (max-width: 768px) {
    .foot-widget {
        flex-direction: column;
    }

    #five-million>.container {
        grid-template-columns: 1fr 55%;
        gap: 1em
    }

    .h1-five-mill {
        font-size: .7em;
        padding: .4em .65em;
    }#five-mill-img{
        display: grid;
        grid-template-columns: 18% 18% 18% 30%;
        /* flex-wrap: wrap; */
        /* justify-content: space-evenly; */
        place-items: center;
        gap: .5em
    
    }
  

    .foot-logo {
        display: none;
    }

    .foot-content {
        flex-direction: column;
    }

    .astro-card {
        width: auto;

    }
    #ayur-section{
        padding: 2em 0;
    }
    #secure-container{
        flex-direction: column;
    }
    
    #ayurvedas-container {
            grid-template-columns: auto auto;
    }

    #intro {
        padding: .5em;
        background-position: 36%;
    }
    #intro>div{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;

    
    }
h3 a {
    padding: .5em .2em;
    border-radius: .5em;
}
#intro h1 {
    font-size: 2em;
    margin: 0;
}
#btn-div {
    margin: 0;
}
.btn-h1 {
    padding: 1em;
}
#consult-btn-h1 {
    padding: 1em 2em;
}


}