@media only screen and (max-width: 900px) {

    .__navBarInnerFullAnchors > div {
        display: none;
    }
    .__navBarInnerFull > div {
        display: none;
    }
    .leftNav,.rightNav {
        display: none;
    }
    .__bottomNavLine {
        display: none;
    }
    .__topNavLine {
        display: none;
    }
}
@media only screen and (max-width: 550px) {
    .__navBarInnerFullAnchors > div {
        display: none;
    }
    .__navBarInnerFull > div {
        display: none;
    }
    .__navBarInner {
        min-width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .leftNav,.rightNav {
        display: none;
    }
    .__bottomNavLine {
        display: none;
    }
    .__topNavLine {
        display: none;
    }
    .__mainlogo {
        height:120px;
        width:120px;
    }
    .__topSecText {
        width: 100%;
        top:45%;
        font-size:14px;
        text-align: center;
        left:0;
    }
    .buildingNard {
        width:90%;
    }
    .__sunray {
        width:100%;
        right:-4%;
        bottom:4%;
        top:unset;
    }
    #cloudTopLeft {
        width:80%;
    }
    #cloudTopRight {
        width:70%;
        top:200px;
    }
    .halfSection {
        width:100%;
        display: flex;
        min-width:100%;
    }
    .__textSpiel {
        font-size:12px;
    }
    .__centText {
        font-size:12px;
    }
    /* .__lPattern,.__rPattern {
        display: none;
    } */
    .reverse {
        flex-direction: column-reverse !important;
    }
    .__rPattern4 {
        background-size: contain;
    }
    .textCont {
        padding-top:25px;
        padding-bottom:25px;
    }
    .halfSection > img {
        width:auto;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        height:35vh;
        max-width:unset;

    }
    .__lPattern4 {
        opacity: 0.4;
    }
    .__rPattern3 {
        opacity: 0.4;
    }
    .__contactSec {
        height:24vh;
    }
    .section {
        min-height: unset;
    }
    .__hideMob {
        display: none;
    }
    .sectionOutterCont {
        flex-wrap: wrap;
        min-width: 100%;
        min-height:unset;
    }
    .__topSec {
        background-image: linear-gradient(#59c4be,#59c4be,#e3ede4 ,#e3ede4);
    }
    .__topSec2,.__iceCreamSec,.__menuSec,.__cafeSec,.__tonySec,.__eventSec {
        height: unset;
        min-height:unset;
        display: flex;
    }
    .__middleSection {
        margin: auto;
        min-height:unset;
    }
}
