body{
    font-family: 'Open Sans', sans-serif;
}

.brown-color{
    color: #7A652D;
}

.top-head{
    width: 100%;
    height: 100px;
    background-color: #7A652D;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    position: fixed;
    z-index: 6;
    top: 0;
}

.logo-padding{padding-top: 10px;}
.logo-height{height: 80px;}
.margin-top-twenty{margin-top: 20px;}
.social-media-cell{
    text-align: right;
    padding-right: 10px;
}
.padding-zero{padding: 0;}
.txt-rt{text-align: right}
.layer-height{height: 100vh;}

.carousel-band{
    background-color: #fff;
    height: 100vh;
}

.carousel-sonal{
    width: 450px;
    text-align: center;
    margin-top: 225px;
    padding-left: 80px;
    color: #7A652D;
}

.carousel-sonal_titles{
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase; 
}

.carousel-sonal_img{
    height: 125px;
}

.carousel-sonal_by{
    font-size: 14px;
    font-weight: normal;
}

.carousel-tarot_heading{
    margin: 375px 0px 0px 100px;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
    color: #fff;
}

.carousel-tarot_text{
    width: 320px;
    position: absolute;
    bottom: 150px;
    right: 70px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.carousel-crystal_heading{
    margin: 300px 0px 0px 100px;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
    color: #7A652D;
}

.carousel-crystal_text{
    width: 400px;
    font-size: 18px;
    font-weight: 600;
    color: #7A652D;
    margin: 20px 0px 0px 100px;
}

.carousel-chakras_heading{
    margin: 50vh 0vw 0vh 10vw;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
    text-transform: uppercase;
    color: #fff;
}

.carousel-chakras_text{
    width: 380px;
    position: absolute;
    top: 30vh;
    right: 5vw;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.btn_sm{
    height: 30px;
    width: 30px;
    margin: 0px 10px 10px 0px;
}

a{text-decoration: none;}

.menu-main{
    color: #FFDC02;
    padding: 5px 10px;
    margin: 0px 5px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: .1s ease;
}
.menu-main:hover{
    color: #7A652D;
    background-color: #FFDC02;
    box-shadow: 2px 2px 2px rgba(0,0,0,.25);
}
.menu-main:active{
    transform: translate(2px,2px)
}

.separator{
    height: 20px;
    background:linear-gradient(#FFE602,#FFB802);
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    padding: 0;
    z-index: 3;
    position: relative;
}

.quote-box{
    height: 150px;
    background:linear-gradient(#FFE602,#FFB802);
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
    padding: 0;
    z-index: 3;
    position: relative;
}

.quote-line-height{line-height: 150px;}

.img-flip{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.quote{
    line-height: 150px;
    font-size: 24px;
    font-family: 'Tiro Devanagari Hindi', serif;
    text-align: center;
    color: #7A652D;
}

.sections-titles{
    font-family: pariasian;
    font-size: 48px;
}

.sections-text{
    font-size: 18px;
}

.tarot-text{
    margin-top: 15vh;
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.crystal-image{height:160px;}
.crystal-margin-top-img{margin-top: 15vh;}
.crystal-margin-top-txt{margin-top: 25vh;}

.crystal-image-ink{
    mix-blend-mode: multiply;
    margin: 15px 0px;
}

.num-layer{
    margin-top: 20vh;
    background-color: rgba(255,255,255,.9);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.mantra-margin-top-left{margin-top: 20vh;}
.mantra-margin-top-right{margin-top: 20vh;}
.mantra-om-font{font-size: 14px}
.mantra-om-benefits{padding-left: 60px}

.chakra-margin-top-heading{margin-top: 15vh;}
.chakra-margin-top-material{margin-top: 15vh;}

.chakra-head-one{width: 6%}
.chakra-head-two{width: 16%}
.chakras-head{
    width: 26%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color:  #FFDC02;
    text-align: center;
}

.chakras-number{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px dashed #fff;
}

.chakras-name{
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

.chakras-text{
    font-size: 11px;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

.contact{
    height: 100vh;
    background:linear-gradient(#FFE602,#FFB802);
    padding: 0;
}

.contact-form-margins{margin-top: 20vh;}

.contact-map{
    width: 100%;
    height: 100vh;
}

.contact-input{
    width: 100%;
    height: 40px;
    border: 2px solid #7A652D;
    border-radius: 4px;
    color: #7A652D;
    outline: none;
    margin: 7px 0px;
    padding-left: 5px;
}

.contact-txt{
    width: 100%;
    border: 2px solid #7A652D;
    border-radius: 4px;
    color: #7A652D;
    outline: none;
    margin: 7px 0px;
    padding-left: 5px;
    overflow: auto;
    resize: none;
}

.contact-btn{
    width: 130px;
    height: 40px;
    border: 2px solid #7A652D;
    border-radius: 4px;
    color: #7A652D;
    outline: none;
    font-size: 16px;
    margin: 7px 0px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.25);
    transition: .1s ease;
}
.contact-btn:hover{
    background-color: #7A652D;
    color: #fff;
}
.contact-btn:active{
    transform: translate(2px,2px)
}

.thank-you-main{
    height: 100vh;
    background:linear-gradient(#FFE602,#FFB802);
    padding: 0;
    color: #7A652D;
    font-size: 28px;
    font-weight: 600;
}