

.top-to-down-btn{
    border-radius: 100px;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    color: white;
    font-weight: bolder;
    left: calc(50% - 25px);
    z-index: 1;
}
.top-to-down-btn:hover{
    background-color: white;
    color: black;
    cursor: pointer;
}

.horizontale-line-shape{
    background-color: black;
    height: 5px;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.horizontale-line-shape .circle{
    height: 20px;
    width: 20px;
    background-color: black;
    border-radius: 20px;
    position: absolute;
    top: -8px;
    left: 20px;
}
.circle + .circle{
    right: 20px;
    left: auto;
}

#logo-for-main{
    /* background-color: red; */
    height: 200px;
    animation-name: front-logo;
    animation-duration: 3s;
    animation-timing-function: ease;
}
#font-logo{
    height: 30px;
}

.signiture-logo{
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    left: calc(50% - 70px);
    padding: 0px 30px;
}


.top-headline {
    font-size: 60px !important; 
    /* text-align: center; */
}


@keyframes front-logo {
    0%{
        transform: scale(0);
        opacity: 0;
    }
    /* 75%{
        transform: scale(1.3);
    } */
    100%{
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bg-img {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.grid-section h1{
    text-align: right;
}
.grid-section .inner-container{
    justify-content: center !important;
}
.grid-section .text-container{
    /* background-color: green; */
    align-items: center !important;
}
.grid-section .blue-action-btn{
    margin-top: 20px;
    max-width: 110px;
}
#images-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 250px;
    grid-gap: 10px;

    height: auto;
    /* background-color: blue; */
    width: 80%;
    justify-content: center;
    box-sizing: border-box;

}
.img-container{
    background: linear-gradient(90deg, cyan, #008080);
    min-width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
#images-grid img{
    width: 100%;
    position: absolute;
}
#dramatic-bowl{
    bottom: 0 !important;
}
.bottom-image{
    grid-column: 1 / 3;
    width: 100%;

}
#big-img{
    width: 110% !important; 
}



.massage-section{

    min-height: 500px;
    padding: 5px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;


}
.massage-section h1{
    color: white;
}
.massage-section p{
    color: white;
}

.massage-txt-container{
    align-items: start !important;
    flex: 1 1 200px !important;
}

.massage-img-container{
    flex: 1 2 200px !important;
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.massage-img-container > img {
    height: 320px;
}

.reviews-outer-container{
    width: 100%;
    gap: 30px;
    overflow: scroll;
    padding: 20px;
    position: relative;
    background-color: red;
}
.reviews-outer-container::-webkit-scrollbar{
    display: none;
}

.reviews-inner-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 10px;
}

.single-review{
    background-color: white;
    height: 250px;
    width: 660px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    flex: 1 1 200px;
}

button.left-btn, button.right-btn{
    background-color: lightgray;
    border: 1px solid lightgray;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    top: calc(67% - 25px);
    left: 0px;
    z-index: 10;
}
button.right-btn{
    left: auto;
    right: 0px;
}
button.left-btn:hover, button.right-btn:hover{
    background-color: white;
    border-color: lightgray;
    cursor: pointer;
}

.singing-bowls-info-section{
    /* background-color: wheat; */
    /* justify-content: center; */
    min-height: 500px !important;
    overflow: hidden;
}
.singing-bowls-info-section h1{
    /* color: #f4b85e; */
    color: #352116;
}
.singing-bowls-info-section p{
    /* color: #f4b85e; */
    color: #352116;
}

.bowl-container {
    /* background-color: red; */
    position: relative;
}

.bowl-container .the-bowl-img{
    width:550px;
    height: auto;
    max-width: 100%;
    /* background-color: red; */
}
.bowl-extn{
    position: absolute;
    width: 100px !important;
    top: 0px;
}

.big-tone-img{
    width: 13% !important;
    top: 5%;
    left: 27%;
    animation-name: big-tone;
    animation-duration: 5s;   
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.small-tone-img{
    width: 5% !important;
    top: 28%;
    left: 40%;
    animation-name: small-tone;
    animation-duration: 5s;   
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-delay: 100ms;
}
.bowl-stick-img{
    width: 23% !important;
    top: 40px;
    left: 45%;
    animation-name: bowl-stick;
    animation-duration: 7s;   
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: 0ms;
    z-index: 99;
}


@keyframes bowl-stick {
    0%{
        left: 45%;
    }
    50%{
        left: 30%;
        transform: rotateZ(75deg);
    }
    100%{
        left: 45%;
    }
}

@keyframes big-tone {
    0%{
        left: 32%;
        top: 25%;
        transform: scale(0.5);
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    90%{
        left: 27%;
        transform: scale(1);
        opacity: 1;
    }
    100%{
        left: 27%;
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes small-tone {
    0%{
        left: 40%;
        top: 35%;
        transform: scale(0.5);
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    90%{
        top: 20%;
        transform: scale(1);
        opacity: 1;
    }
    100%{
        top: 20%;
        transform: scale(1);
        opacity: 0;
    }
}

.bowls-info-outer-section{
    position: relative;
}

.top-layer-separator{
    position: absolute;
    top: 0px;
    width: 100%;
}

/* -------------- map section ----------------- */

.map-section{
    background: linear-gradient(90deg , #67b135, #2d5601) !important;
}
.map-section .inner-container {
    min-height: 500px !important;
    overflow: hidden;
}
.map-img-container{
    /* padding: 10px; */
    width: 100%;
    max-width: 650px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
    padding: 0px;
}
.map-img-container img{
    width: 100%;
}

.map-section p, .map-section h1 {
    color: white;
}


/* ------------------- quote section -------------- */
.quote-section {
    /* background-color: red; */
    height: 200px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quote-section .symbol-icon{
    height: -40px;
    left: 0px;
    top: -40px;
    position: absolute;
    z-index: -10;
}
.quote-section .symbol-icon-right{
    left: auto;
    top: auto;
    right: 0px;
    bottom: -20px;
}
.quote-section h3{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    color: gray;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.brown-action-btn{
    background-color: #352116 !important;
    border-color: #352116 !important;
    color: white !important;
}

.brown-action-btn:hover{
    background-color: transparent !important;
    color: #352116 !important;
}

.blue-action-btn{
    background-color: #008080 !important;
    border-color: #008080 !important;
    color: white !important;
}

.blue-action-btn:hover{
    background-color: transparent !important;
    color: #008080 !important;
}


@media (max-width: 950px) {
    .massage-section{
        flex-direction: column-reverse !important;
        /* background-color: red; */
        justify-content: center;
        align-items: center;
    }
    .massage-img-container > img{
        height: auto;
        width: 70%;
    }
    
}


@media (max-width: 820px) {
    .top-header{
        display: none;
    }
    #images-grid img{
        width: 120%;
    }
    #normal-bow{
        height: auto;
        width: 100%;
    }
    #images-grid{
        width: 100%;
    }


}

@media (max-width: 650px) {

    

    .top-header a{
        color: white;
        font-size: 14px;
        /* text-decoration: underline; */
    }
    .top-header{
        background-color: rgba(0,0,0,0.7) !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        height: auto !important;
        position: fixed;
        width: 100vw;
        padding: 0px;
        padding-top: 10px;
        box-sizing: border-box;
        /* overflow: hidden; */
    }
    .top-nav-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around !important;
        align-items: center!important;
        gap: 0px !important;
        /* background-color: blue; */
        box-sizing: border-box !important;
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
        margin: 0px !important;
        padding: 0px !important;
        border-top: 1px solid gray;

    }
    .top-nav-list li {
        /* background-color: red; */
        padding: 5px 15px;
        box-sizing: border-box;
    }
    ul .home-page{
        display: none;
    }

    .top-headline {
        font-size: 45px !important; 
        /* text-align: center; */
    }

    .text-container h1{
        font-size: 35px;
    }

}

#map-img{
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
}
#map-img:hover{
    cursor: pointer;
    opacity: 0.9;
}

.faq-section {
    background-color: rgba(250, 250, 250) !important;
    padding-bottom: 60px !important;
}
.faq-container{
    /* background-color: lightgray; */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.faq-question{
    background-color: white;
    border-radius: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.163);
    border: 1px solid gray;
    margin: 0px;
    transition: 80ms;
    position: relative;
    font-size: 14px;
}
.faq-question:hover{
    background-color:#d9f9f4 !important;
    cursor: pointer;
}
.faq-question:active{
    background-color: #80f8e4 !important;
}
.faq-answer{
    background-color: yellow;
    padding: 15px;
    background-color: rgb(227, 236, 239);
    border-radius: 5px;
    transition: 1s;
}
.faq-arrow{
    /* background-color: red; */
    position: absolute;
    right: 20px;
    top: 18px;
    height: 50px;
    width: 50px;
    transform: rotateZ(0deg);

}

@media (max-width: 1200px) {
    .faq-arrow{
        top: 5px;
        right: 5px;
        height: 40px;
        width: 40px;
    }
}