#main .site-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
}

#main .section{
    width: 100%;
    height: 460px;
    background-image: url(background.jpg);
    background-position: center;
    background-size: 71%;
    background-position-y: 52%;
    padding: 0 20px;
    border-radius: 0 0 130px 130px;
}

#main .section ul, #main .section2 ul{
    display: grid;
    justify-content: center;
    /* padding-right: 35px; */
}
#main .section  li, #main .section2  li{
    background-color: #000638;
    height: 50px;
    width: 154px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main .section2  li a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .section  li.ml, #main .section2  li.ml{
    margin-left: 0px;
}
#main .section  li span{
    color: #ffffff;
}
#main .section2  li{
    background-color: #ffffff;
}
#main .section2  li span{
    color: #000638;
}
#main .section2 ul{
    padding-top: 40px;
}

#main .section2 ul li img{
    width: 32px;
    border-radius: 8px;
    margin-left: 5px;
}
#bam-branch img{
    margin-left: 19px !important;
}
/* .white-smilecafe{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}
.white-smilecafe img{
    width: 220px;
    height: 220px;
} */

.hospitality{
    font-size: 1.1rem;
    color: #ffffff;
    margin-top: 30px;
    font-weight: lighter !important;
    
}
.section2{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.second-section .smilecafe-world{
    margin-top: 55px;
}
.body{
    background-color: #ffffff;
}
.smilecafe-world{
    width: 80%;
    background-color: #ffffff;
    border-radius: 25px;
    display: flex;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.19) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(4.8px) !important;
    -webkit-backdrop-filter: blur(4.8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.smilecafe-world.images{
    flex-direction: column;
    padding-top: 55px;
    padding-bottom: 55px;
}
.smilecafe-world.images .title, .smilecafe-world .parent-div div.title{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px;
}
.smilecafe-world.images .line, .smilecafe-world .parent-div div.title .line{
    width: 80px !important;
}

.smilecafe-world .parent-div{
    width: 50%;
    padding-top: 55px;
    padding-bottom:55px ;
    padding-right: 30px;
}
.smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
    width: max-content;
    color: #595757;
    font-size: 2rem;
    font-weight: 700;
}
.smilecafe-world .line{
    background-color: #000000;
    width: 200px;
    height: 2px;
}
.smilecafe-world .parent-div p{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-word;
    color: #000000;
}
.smilecafe-world .parent-div.blue-harmonia{
    display: flex;
    justify-content: center;
    align-items: center;
}
.smilecafe-world .parent-div.blue-harmonia img{
    width: 180px;
    height: 180px;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.19);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.white-line{
    background-color: #ffffff;
    width: 60%;
    height: 2px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.menu-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:55px ;
    margin-bottom: 80px;
}
.menu-div p{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 50px;
}

.branches{
    display: flex;
    margin-top: 40px;
}
.branches .column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.branches .column.center{
    margin: 0 40px;
}
.branches img{
    width: 160px;
    height: 145px;
}
.branches img.food{
    width: 100px;
    height: 100px;
}

#footer{
    width: 100%;
    padding: 0 10%;
}

#footer .parent{
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.horizontal-line{
    background-color: #000000;
    width: 75%;
    height: 1.1px;
    margin-top: 20px;
    margin-bottom: 40px;    
}
.horizontal-line-first-column{
    background-color: #000000;
    width: 55%;
    height: 2.1px;
    margin-top: 2px;
    margin-bottom: 0px;    
}

#footer .parent .new-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-bottom: 20px;
}
#footer .parent .new-row .column{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* padding-right: 15px; */
}
#footer .parent .new-row .first-column.column{
    align-items: flex-start;
}

#footer .parent .new-row h2{
    font-size: 1.5rem;
    font-weight: 700;
    color: #8c8989;
}
#footer .parent .new-row p{
    font-size: 1.2rem;
    color: #8c8989;
}
#footer .parent .new-row .vertical-line{
    background-color: #000000;
    width: 1.1px;
    height: 22vh;
    /* margin-right: 30px; */
    
}
.first-column.column .social-media img{
    filter: invert(61%) sepia(2%) saturate(240%) hue-rotate(180deg) brightness(92%) contrast(88%);
}

.social-media{
    margin-top: 30px;
    display: flex;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
    font-size: 10px;
    flex-wrap: wrap;
}
.social-media a{    
    border-radius: 8px;
    width: 32% !important;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    /* background-color: #fff; */
    /* border-radius: 16px; */
    /* padding: 8px; */
}
/* .social-media a img{
    width: 32px;
    height: 32px;
} */
.section2  .social-media a{
    background-color: #f5891a;
}
#baam-lanj .social-media a{
    background-color: #013c52;
}

.first-column.column .social-media{
    margin-top: 20px;
}

#footer .social-media a {
    width: fit-content !important;
    height: fit-content !important;
}

@media (min-width: 801px) {
    #main .site-content{
        padding: 0 10%!important;
    }
    #footer{
        padding: 0 10%!important;
    }
    
}
@media (max-width: 801px) {
    #main .site-content{
        padding: 0 !important;
    }
    #footer{
        padding: 0 !important;
    }
    .white-line{
        margin-top: 4.75%;
        margin-bottom: 4.75%;
    }
}

@media screen and (min-width: 580px) {
    #main .section  li span, #main .section2  li span{
        font-size: 17px !important;
    }
    #main .section li.ml, #main .section2  li.ml{
        margin-top: 10px !important;
    }
    #main .section2  li.ml{
        margin-left: 10px;
    }
    #main .section ul, #main .section2 ul{
        display: flex;
        padding-right: 0px;
    }
    #bam-branch img{
        margin-left: 5px !important;
    }

}
@media screen and (max-width: 581px ) and (min-width:512px) {
    #main .section  li span, #main .section2  li span{
        font-size: 16px !important;
    }
    #main .section li.ml, #main .section2  li.ml{
        margin-top: 8px !important;
    }

}
@media screen and  (max-width: 513px ) and (min-width:433px) {
    #main .section  li span, #main .section2  li span{
        font-size: 16px !important;
    }
    #main .section li.ml, #main .section2  li.ml{
        margin-top: 7px !important;

    }

}
@media screen and (max-width: 434px ) {
    #main .section  li span, #main .section2  li span{
        font-size: 16px !important;
    }
    #main .section li.ml, #main .section2  li.ml{
        margin-top: 6px !important;
    }
    
}
/* @media screen and (max-width: 356px )  and (min-width:235px){
    #main .section  li span{
        font-size: 8px !important;
    }
    #main .section li.ml{
        margin-left: 4px !important;
    }
}
@media screen and (max-width: 237px ){
    #main .section  li span{
        font-size: 7px !important;
    }
    #main .section li.ml{
        margin-left: 4px !important;
    }
} */

@media screen and (min-width: 511px ){
    #main .section  li, #main .section2  li{
        width: 250px;
    }
}

@media screen and (max-width: 513px ) and (min-width:256px){
    #main .section  li, #main .section2  li{
        width: 210px;
    }
}

@media screen and (max-width: 258px ) {
    #main .section  li, #main .section2  li{
        width: 85px;
    }
}

@media screen and (min-width: 344px ) {
    .hospitality{
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 345px ) {
    .hospitality{
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1436px ) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 2rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 80px !important;
    }
}
/* 618 */
@media screen and (max-width: 1438px ) and (min-width:1254px) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 1.5rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 80px !important;
    }
}
@media screen and (max-width: 1256px )  and (min-width:1083px) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 1.5rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 60px !important;
    }
}
@media screen and (max-width: 1085px ) and (min-width:942px) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 1.2rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 50px !important;
    }
}
@media screen and (max-width: 944px ) and (min-width:627px) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 1.1rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 35px !important;
    }
}
@media screen and (max-width: 629px ) and (min-width:536px){
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 0.9rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 25px !important;
    }
}


@media screen and (max-width: 538px ) and (min-width:481px) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 0.9em !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 25px !important;
    }
}

@media screen and (max-width: 482px ) and (min-width:464px) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 1.2em !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 25px !important;
    }
}
@media screen and (max-width: 466px )  and (min-width:291px) {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 1.1rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 25px !important;
    }
}
@media screen and (max-width: 293px )  {
    .smilecafe-world .parent-div div h1,.smilecafe-world.images h1{
        font-size: 0.9rem !important;
    }
    .smilecafe-world .parent-div div.title .line{
        width: 25px !important;
    }
}
/* @media screen and (max-width: 365px ){
    .smilecafe-world .parent-div div h1{
        font-size: 1.1rem !important;
    }
} */

@media screen and (min-width: 616px ) {
    .smilecafe-world .line{
        width:238px !important;
    }
}
@media screen and (max-width: 618px ) and (min-width: 464px ){
    .smilecafe-world .line{
        width:185px !important;
    }
}
@media screen and (max-width: 466px ){
    .smilecafe-world .line{
        width:135px !important;
    }

    .social-media a img{
    width: 20px;
    height: 20px;
    }
    .social-media a{
    width: 22px;
    height: 22px;
    }


}
/* @media screen and (max-width: 365px ){
    .smilecafe-world .line{
        width:115px !important;
    }
} */

@media screen and (min-width: 1296px ) {
    #footer .parent .new-row h2{
        font-size: 2rem !important;
    }
    #footer .parent .new-row p{
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 1298px ) and (min-width: 1023px ) {
    #footer .parent .new-row h2{
        font-size: 1.5rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 1025px ) and (min-width: 932px ) {
    #footer .parent .new-row h2{
        font-size: 1.4rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.8rem !important;
    }
}
@media screen and (max-width: 934px ) and (min-width: 886px ) {
    #footer .parent .new-row h2{
        font-size: 1.3rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.75rem !important;
    }
}
@media screen and (max-width: 888px ) and (min-width: 859px ) {
    #footer .parent .new-row h2{
        font-size: 1.2rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.72rem !important;
    }
}
@media screen and (max-width: 861px ) and (min-width: 841px ) {
    #footer .parent .new-row h2{
        font-size: 1.2rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.7rem !important;
    }
}
@media screen and (max-width: 843px ) and (min-width: 800px ) {
    #footer .parent .new-row h2{
        font-size: 1.2rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.6rem !important;
    }
}
@media screen and (max-width: 802px ) and (min-width: 672px ) {
    #footer .parent .new-row h2{
        font-size: 1.1rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.7rem !important;
    }
}
@media screen and (max-width: 674px ) and (min-width: 532px ) {
    #footer .parent .new-row h2{
        font-size: 0.9rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.7rem !important;
    }
}
@media screen and (max-width: 534px ) and (min-width: 399px ) {
    #footer .parent .new-row h2{
        font-size: 0.7rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.5rem !important;
    }
}
@media screen and (max-width: 401px )  and (min-width: 327px ) {
    #footer .parent .new-row h2{
        font-size: 0.7rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.4rem !important;
    }
}
@media screen and (max-width: 329px ) and (min-width: 291px ) {
    #footer .parent .new-row h2{
        font-size: 0.57rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.35rem !important;
    }
}
@media screen and (max-width: 293px ) {
    #footer .parent .new-row h2{
        font-size: 0.5rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.3rem !important;
    }
}


@media screen and (min-width: 709px ) {
    .first-column.column .social-media img{
        width: 20px;
    }
    .first-column.column .social-media.phone img{
        width: 16px;
    }
    .first-column.column .social-media.phone img{
        margin-left: 12px !important;
    }
    .first-column.column .social-media.phone.instagram img{
        width: 18px;
        margin-left: 10px !important;
    }
}
@media screen and (max-width: 801px ) and (min-width: 672px ) {
    .first-column.column .social-media img{
        width: 18px;
    }
    .first-column.column .social-media.phone img{
        width: 15px;
    }
    .first-column.column .social-media.phone img{
        margin-left: 12px !important;
    }
    .first-column.column .social-media.phone.instagram img{
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 674px ) {
    .first-column.column .social-media img{
        width: 16px;
    }
    .first-column.column .social-media.phone img{
        width: 12px !important;
    }
    .first-column.column .social-media.phone img{
        margin-left: 7px !important;
    }
}

@media screen and (min-width: 707px ) {
    .first-column.column .social-media.location img{
        margin-left: 18px !important;
    }
}
@media screen and (max-width: 709px ) and (min-width: 670px ) {
    .first-column.column .social-media.location img{
        margin-left: 15px !important;
    }
}
@media screen and (max-width: 672px ) {
    .first-column.column .social-media.location img{
        margin-left: 12px !important;
    }
}




@media screen and (min-width: 550px ) {
    #footer .parent .new-row .vertical-line{
        height: 179px !important;
    }
    .horizontal-line{
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 552px ) {
    #footer .parent .new-row .vertical-line{
        height: 145px !important;
    }    
    .horizontal-line{
        margin-bottom: 18px !important;
    }
}


@media screen and (min-width: 1023px )  {
    .horizontal-line-first-column{
        width: 55%;
    }
}
@media screen and (max-width: 1025px ) and (min-width: 887px ) {
    .horizontal-line-first-column{
        width: 59%;
    }
}
/* @media screen and (min-width: 842px )  {
    .horizontal-line-first-column{
        width: 55%;
    }
} */
@media screen and (max-width: 889px ) and (min-width: 843px ) {
    .horizontal-line-first-column{
        width: 55%;
    }
}
@media screen and (max-width: 845px ) and (min-width: 841px ) {
    .horizontal-line-first-column{
        width: 57%;
    }
}
@media screen and (max-width: 843px ) and (min-width: 800px ) {
    .horizontal-line-first-column{
        width: 65%;
    }
}
@media screen and (max-width: 802px ) and (min-width: 672px ) {
    .horizontal-line-first-column{
        width: 52%;
    }
}
@media screen and (max-width: 674px ) and (min-width: 405px ) {
    .horizontal-line-first-column{
        width: 45%;
    }
}
@media screen and (max-width: 407px ) and (min-width: 399px ){
    .horizontal-line-first-column{
        width: 45%;
    }
}
@media screen and (max-width: 401px ){
    .horizontal-line-first-column{
        width: 53%;
    }
}



@media screen and (min-width: 1457px){
    .smilecafe-world .parent-div p {
        font-size: 1.2rem !important;
    }
    .social-media a{
        font-size: 1.3rem !important;
        width: 31.5% !important;
    }
}
@media screen and (max-width: 1458px) and (min-width: 1399px){
    .smilecafe-world .parent-div p {
        font-size: 1rem !important;
    }
    .social-media a{
        font-size: 1.1rem !important;
        width: 31% !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1009px){
    .smilecafe-world .parent-div p{
        font-size: 0.9rem !important;
    }
    .social-media a{
        font-size: 1rem !important;
        width: 31% !important;
    }
}
@media screen and (max-width: 1010px) and (min-width: 900px){
    .smilecafe-world .parent-div p{
        font-size: 0.8rem !important;
    }
    .social-media a{
        font-size: 0.9rem !important;
        width: 31% !important;
    }
}
@media screen and (max-width: 901px) and (min-width: 777px){
    .smilecafe-world .parent-div p{
        font-size: 0.7rem !important;
    }
    .social-media a{
        font-size: 0.8rem !important;
        width: 30% !important;
    }
}
@media screen and (max-width: 779px) and (min-width: 577px){
    .smilecafe-world .parent-div p{
        font-size: 0.8rem !important;
    }
    .social-media a{
        font-size: 0.8rem !important;
        width: 30% !important;
    }
}
@media screen and (max-width: 579px) and (min-width: 376px){
    .smilecafe-world .parent-div p, .social-media a{
        font-size: 0.85rem !important;
    }
    .social-media a{
        font-size: 0.8rem !important;
        height: 30px;
        width: 31% !important;
    }
    .social-media{
        column-gap: 5px;
    }
}
@media screen and (max-width: 378px){
    .smilecafe-world .parent-div p{
        font-size: 0.6rem !important;
    }
    .social-media a{
        font-size: 0.6rem !important;
        width: 45px;
    }
}



@media screen and (min-width: 577px){
    .social-media{
        column-gap: 9px;
    }
    .smilecafe-world .parent-div div.title, .smilecafe-world .parent-div .parent-line {
        display: flex;
        justify-content: flex-start;
    }
    .smilecafe-world .parent-div div.title{
        margin-top: 0px;
    }
}
@media screen and (max-width: 579px) and (min-width: 480px){
    .social-media{
        column-gap: 5px;
    }
    .smilecafe-world .parent-div div.title, .smilecafe-world .parent-div .parent-line {
        display: flex;
        justify-content: flex-start;
    }
    .smilecafe-world .parent-div div.title{
        margin-top: 0px;
    }
}
@media screen and (max-width: 482px){
    .smilecafe-world .parent-div div.title, .smilecafe-world .parent-div .parent-line {
        display: flex;
        justify-content: center;
    }
    .smilecafe-world .parent-div div.title{
        margin-top: 20px;
    }
    .social-media{
        column-gap: 0px;
        justify-content: space-between;
    }
    .social-media a{
        width: 30%;
    }
}


@media screen and (min-width: 614px){
    .smilecafe-world .parent-div.blue-harmonia img{
        width: 300px !important;
        height: 300px !important;
    }
}
@media screen and (max-width: 615px) and (min-width: 463px){
    .smilecafe-world .parent-div.blue-harmonia img{
        width: 200px !important;
        height: 200px !important;
    }
}
@media screen and (max-width: 464px) and (min-width: 416px){
    .smilecafe-world .parent-div.blue-harmonia img{
        width: 155px !important;
        height: 155px !important;
    }
}
@media screen and (max-width: 415px) and (min-width: 366px){
    .smilecafe-world .parent-div.blue-harmonia img{
        width: 118px !important;
        height: 118px !important;
    }
}
@media screen and (max-width: 367px){
    .smilecafe-world .parent-div.blue-harmonia img{
        width: 110px !important;
        height: 110px !important;
    }
}

@media screen and (min-width: 923px){
    .branches img.food{
        width: auto !important;
        height: 100px !important;
    }
    .branches img{
        width: 160px !important;
        height: 160px !important;
    }
}
@media screen and (max-width: 924px) and (min-width: 675px){
    .branches img.food{
        width: auto !important;
        height: 95px !important;
    }
    .branches img{
        width: 130px !important;
        height: 130px !important;
    }
}
@media screen and (max-width: 676px) and (min-width: 588px){
    .branches img.food{
        width: auto !important;
        height: 85px !important;
    }
    .branches img{
        width: 115px !important;
        height: 115px !important;
    }
}
@media screen and (max-width: 589px) and (min-width: 500px){
    .branches img.food{
        width: auto !important;
        height: 75px !important;
    }
    .branches img{
        width: 95px !important;
        height: 95px !important;
    }
}
@media screen and (min-width: 442px){
    .branches .column.center{
        margin: 0px 40px !important;
    }
}
@media screen and (max-width: 501px) and (min-width: 443px){
    .branches .column.center{
        margin: 0px 30px !important;
    }
    .branches img.food{
        width: auto !important;
        height: 65px !important;
    }
    .branches img{
        width: 85px !important;
        height: 85px !important;
    }
}
@media screen and (max-width: 444px) and (min-width: 335px) {
    .branches .column.center{
        margin: 0px 30px !important;
    }
    .branches img.food{
        width: auto !important;
        height: 60px !important;
    }
    .branches img{
        width: 65px !important;
        height: 65px !important;
    }
}
@media screen and (max-width: 336px) {
    .branches .column.center{
        margin: 0px 25px !important;
    }
    .branches img.food{
        width: auto !important;
        height: 55px !important;
    }
    .branches img{
        width: 50px !important;
        height: 50px !important;
    }
}


@media screen and (min-width: 480px) {
    .smilecafe-world{
        width: 80%;
        background-color: #ffffff;
        border-radius: 25px;
        display: flex;
    }
    .smilecafe-world .parent-div {
        width: 50%;
        padding-top: 55px;
        padding-bottom: 55px;
        padding-right: 20px;
    } 
    .smilecafe-world .parent-div.blue-harmonia {
        padding-left: 20px;
    }
}
@media screen and (max-width: 482px) {
    .smilecafe-world{
        width: 80%;
        background-color: #ffffff;
        border-radius: 25px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .smilecafe-world .parent-div {
        width: 50%;
        padding-top: 0px;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    .smilecafe-world .parent-div.blue-harmonia {
        width: 53%;
        padding-bottom: 0px;
        padding-top: 15px;
        padding-left: 0px;
    }
    .smilecafe-world .parent-div{
        width: 91%;
    }
    
}

@media screen and (min-width: 766px) {
    #main .section{
        height: 460px;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 933px) and (min-height: 877px) {
    #main .section{
        height: 775px;
        background-size: 100%; /* zoom in WITHOUT stretching */
        background-position: center; /* shows more image */
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 879px) and (min-height: 841px) {
    #main .section{
        height: 732px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and (max-height: 843px) and (min-height: 798px) {
    #main .section{
        height: 690px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 800px) and (min-height: 753px) {
    #main .section{
        height: 645px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px)  and  (max-height: 755px) and (min-height: 710px) {
    #main .section{
        height: 602px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 712px) and (min-height: 667px) {
    #main .section{
        height: 560px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 669px) and (min-height: 628px) {
    #main .section{
        height: 518px;
        background-size: 100%; 
        background-position: center;
        background-position-y: 53%;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 630px) and (min-height: 588px) {
    #main .section{
        height: 478px;
        background-size: 100%; 
        background-position: center;
        background-position-y: 54%;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 590px) and (min-height: 538px) {
    #main .section{
        height: 432px;
        background-size: 100%; 
        background-position: center;
        background-position-y: 54%;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 540px) and (min-height: 506px) {
    #main .section{
        height: 401px;
        background-size: 100%; 
        background-position: center;
        background-position-y: 54%;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 508px) and (min-height: 480px) {
    #main .section{
        height: 351px;
        background-size: 87%; 
        background-position: center;
        background-position-y: 55%;
    }
}
@media screen and (max-width: 768px) and (min-width: 579px) and  (max-height: 482px){
    #main .section{
        height: 324px;
        background-size: 83%; 
        background-position: center;
        background-position-y: 54.5%;
    }
}

/* ---------------------------- */

@media screen and (max-width: 581px) and (min-width: 462px) and   (max-height: 933px) and (min-height: 883px){
    #main .section{
        height: 721px;
        background-size: 130%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 462px) and  (max-height: 885px) and (min-height: 835px) {
    #main .section{
        height: 673px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 462px) and (max-height: 837px) and (min-height: 788px) {
    #main .section{
        height: 623px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 462px) and  (max-height: 790px) and (min-height: 753px) {
    #main .section{
        height: 581px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 462px) and  (max-height: 755px) and (min-height: 710px) {
    #main .section{
        height: 543px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 352px)  and  (max-height: 712px) and (min-height: 667px) {
    #main .section{
        height: 501px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 358px) and  (max-height: 669px) and (min-height: 628px) {
    #main .section{
        height: 465px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 462px) and  (max-height: 630px) and (min-height: 588px) {
    #main .section{
        height: 418px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 581px) and (min-width: 352px)  and  (max-height: 590px) and (min-height: 538px) {
    #main .section{
        height: 378px;
        background-size: 100%; 
        background-position: center;
        background-position-y: 55%;
    }
}
@media screen and (max-width: 581px) and (min-width: 311px) and  (max-height: 540px) and (min-height: 506px) {
    #main .section{
        height: 333px;
        background-size: 100%; 
        background-position: center;
        background-position-y: 55%;
    }
}
@media screen and (max-width: 581px) and  (max-height: 508px) and (min-height: 480px) {
    #main .section{
        height: 299px;
        background-size: 100%; 
        background-position: center;
        background-position-y: 55%;
    }
}
@media screen and (max-width: 581px) and (min-width: 311px) and  (max-height: 482px){
    #main .section{
        height: 286px;
        background-size: 99%; 
        background-position: center;
        background-position-y: 54.5%;
    }
}

/* ------------------------------- */

@media screen and (max-width: 464px) and (min-width:350px )  and   (max-height: 933px) and (min-height: 883px){
    #main .section{
        height: 721px;
        background-size: 135%;
        background-position: center;
    }
}

@media screen and (max-width: 464px) and (min-width: 350px) and  (max-height: 885px) and (min-height: 835px) {
    #main .section{
        height: 673px;
        background-size: 130%; 
        background-position: center;
    }
}
@media screen and (max-width: 352px) and  (max-height: 885px) and (min-height: 835px) {
    #main .section{
        height: 673px;
        background-size: 155%; 
        background-position: center;
    }
}
@media screen and (max-width: 464px) and (min-width: 350px) and (max-height: 837px) and (min-height: 788px) {
    #main .section{
        height: 622px;
        background-size: 116%; 
        background-position: center;
    }
}
@media screen and (max-width: 352px) and (max-height: 837px) and (min-height: 788px) {
    #main .section{
        height: 634px;
        background-size: 140%; 
        background-position: center top;
    }
}
@media screen and (max-width: 464px) and (min-width: 350px) and  (max-height: 790px) and (min-height: 753px) {
    #main .section{
        height: 580px;
        background-size: 110%; 
        background-position: center;
        background-position-y: 53%;
    }
}
@media screen and (max-width: 352px) and  (max-height: 790px) and (min-height: 753px) {
    #main .section{
        height: 584px;
        background-size: 134%; 
        background-position: center;
    }
}
@media screen and (max-width: 464px) and (min-width: 350px)  and  (max-height: 755px) and (min-height: 710px) {
    #main .section{
        height: 557px;
        background-size: 101%; 
        background-position: center;
    }
}

@media screen and (max-width: 354px) and  (max-height: 590px) and (min-height: 538px) {
    #main .section{
        height: 378px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 352px)  and  (max-height: 755px) and (min-height: 710px) {
    #main .section{
        height: 553px;
        background-size: 119%; 
        background-position: center;
    }
}

@media screen and (max-width: 354px) and  (max-height: 712px) and (min-height: 667px) {
    #main .section{
        height: 501px;
        background-size: 110%; 
        background-position: center top;
    }
}
@media screen and (max-width: 360px)  and  (max-height: 669px) and (min-height: 628px) {
    #main .section{
        height: 465px;
        background-size: 102%; 
        background-position: center;
    }
}

@media screen and (max-width: 464px) and (min-width: 350px) and  (max-height: 630px) and (min-height: 588px) {
    #main .section{
        height: 418px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 352px) and  (max-height: 630px) and (min-height: 588px) {
    #main .section{
        height: 418px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 313px) and  (max-height: 540px) and (min-height: 506px) {
    #main .section{
        height: 333px;
        background-size: 100%; 
        background-position: center;
    }
}
@media screen and (max-width: 313px) and  (max-height: 482px){
    #main .section{
        height: 286px;
        background-size: 100%; 
        background-position: center;
    }
}

@media screen and (max-width: 352px)  and   (max-height: 933px) and (min-height: 883px){
    #main .section{
        height: 721px;
        background-size: 157%;
        background-position: center;
    }
}

/* ----------------------- */


.slide.swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.slide.swiper .swiper-slide{
    text-align: center;
}
.slide.swiper .swiper-slide img{
    width: 500px;
    height: 500px;
    cursor: pointer;
    border-radius: 10px !important;
}

.swiper-pagination-bullets{
    text-align: center;
}
body.sala-dark-scheme .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: inherit;
}
.swiper-pagination-bullet-active{
    background-color: #b8b8b8 !important;
    width: 26px;
    border-radius: 5px;
}


@media screen and (min-width: 561px) {
    .swiper-pagination-bullets{
        margin-top: 40px;
    }
}
@media screen and (max-width: 562px) and ((min-width: 545px)){
    .swiper-pagination-bullets{
        margin-top: 30px;
    }
}
@media screen and (max-width: 546px) and ((min-width: 513px)){
    .swiper-pagination-bullets{
        margin-top: 25px;
    }
}

@media screen and (max-width: 514px){
    .swiper-pagination-bullets{
        margin-top: 20px;
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.my-modal {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    width: 500px;
    height: 500px;
}

.modal-swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.modal-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: unset;
    border-radius: 20px;
}


@media screen and (min-width: 555px) {
    .my-modal{
       max-width: 500px;
      height: auto;
    }
}
@media screen and (max-width: 557px) and (min-width: 323px) {
    .my-modal{
        max-width: 300px;
        height: auto;
        
    }
}
@media screen and (max-width: 325px) and (min-width: 215px) {
    .my-modal{
        max-width: 200px;
        height: auto;
    }
}
@media screen and (max-width: 217px) and (min-width: 125px) {
    .my-modal{
        max-width: 150px;
        height: auto;
    }
    
}


@media screen and (min-width:692px) {
    .slide.swiper .swiper-slide img{
        width: 500px !important;
        height: 500px !important;
    }
    .my-modal{
        width: 500px !important;
    }
    .smilecafe-world.images .line{
        width: 80px !important;
    }
}
@media screen and (max-width:694px) and (min-width:475px) {
    .slide.swiper .swiper-slide img{
        width: 350px !important;
        height: 350px !important;
    }
    .my-modal{
        width: 350px !important;
    }
    .smilecafe-world.images .line{
        width: 80px !important;
    }
}
@media screen and (max-width:477px) and (min-width:370px)  {
    .slide.swiper .swiper-slide img{
        width: 250px !important;
        height: 250px !important;
    }
    .my-modal{
        width: 350px !important;
    }
    .smilecafe-world.images .line{
        width: 80px !important;
    }
}
@media screen and (max-width:372px) and (min-width:289px) {
    .slide.swiper .swiper-slide img{
        width: 200px !important;
        height: 200px !important;
    }
    .my-modal{
        width: 235px !important;
    }
    .smilecafe-world.images .line{
        width: 65px !important;
    }
}
@media screen and (max-width:291px) {
    .slide.swiper .swiper-slide img{
        width: 175px !important;
        height: 175px !important;
    }
    .my-modal{
        width: 235px !important;
    }
    .smilecafe-world.images .line{
        width: 53px !important;
    }
}
