h1,h2,p,h3,h4,h5,h6{
    margin: 0;
}
body{
    box-sizing: border-box;
    background: url("/public/assets/images/asso-pavilion-bg.jpg") no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: bottom;
    background-color: #f7e0cb;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.stall-pre-next {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 5px;
}
.logo-container {
    position: absolute;
    top: 1vh;
    left: 45vw;
}
.logo-container img {
    border-radius: 10px;
    border: 2px solid #6a0000;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.stall-pre-next a {
    color: #fff;
    background-color: #000;
    padding: 10px;
    margin: 0px 5px;
    cursor: pointer !important;
}
.video-container {
    display: flex;
    position: absolute;
    top: 43vh;
    left: 40vw;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.bannerLeftright{
    position: relative;
}

.bannerLeft img, .bannerRight img{
    position: relative;
    transition: transform .2s;
}
.bannerLeft img:hover{
    -ms-transform: scale(1.5) translate(40px,40px);
    -webkit-transform: scale(1.5) translate(40px,40px);
    transform: scale(1.5) translate(40px,40px);
    z-index:9;
} 

.bannerRight img:hover{
    -ms-transform: scale(1.5) translate(-40px,40px);
    -webkit-transform: scale(1.5) translate(-40px,40px);
    transform: scale(1.5) translate(-40px,40px);
    z-index:9;
}
.view-360 {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.view-360 button {
    padding: 8px 14px;
    border-radius: 5px;
    border: none;
    background-color: red;
    color: azure;
    font-weight: 700;
}

.poster-container {
    position: absolute;
    top: 36vh;
    right: 8.8vw
}
.nameboard-container{
    width: 40vw;
    display: flex;
    position: absolute;
    top: 20vh;
    left: 30vw;
}
.name {
        text-align: center;
        width: 100%;
        padding: 20px 0 14px 0;
    }
.name h2{
    color: #910000;
    font-weight: 600;
    font-size: 21px;
    text-shadow: 2px 2px #c1bfbf;
}
.stallinfo-container{
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 38vw;
    position: absolute;
    top: 35vh;
    left: 31vw;
}
.stallinfo-container h5{
    font-weight: 700;
    line-height: 1.5;
    font-size: 15px !important;
}
.stallinfo-container i{
    margin-right:5px;
}
.social-icon-container {
    display: flex;
    width: 19vw;
    position: absolute;
    justify-content: center;
    right: 5vw;
    top: 22vh;
    flex-wrap: wrap;
    padding: 5px;
}
.social-icon-container img{ 
    padding: 5px;
    width:40px;
}
.esencial-icon-container{
    display: flex;
    flex-wrap: wrap;
    width: 20vw;
    position: absolute;
    left: 4vw;
    top: 25vh;
}
.ess-icon-cont{
    display: flex;
    width: auto;
    gap: 20px;
    padding: 20px 20px;
    border-radius: 20px;
}
.esencial-icon-box {
    
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    border: 3px solid #261e1b29;
}
.esencial-icon-container img{
    width:60px;
}
.modal-header {
    background-color: #ffc107 !important;
    background-image: linear-gradient(130deg,#ffc107 30%,#ffffff 100%)!important;
}
.modal-title{
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.social-icon-container a{
    transition: transform 0.2s;
    cursor: pointer;
}
.social-icon-container a:hover{
    margin-top: -5px !important
}
.poster-container img {
    height: 26.5vh; 
    transition: transform .2s;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 3px solid #690003;
}
.poster-container img:hover {
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari 3-8 */
    transform: scale(2);
    z-index: 9;
}
.review-container {
    position: absolute;
    top: 65vh;
    left: 44vw;
    display: flex;
    flex-wrap: wrap;
}
.enquiry{
    margin-top:20px;
}
.like{
    margin:10px 0 0 10px;
}
.banner-container{
    display: flex;
    position: absolute;
    width:100%;
    justify-content: space-between;
    margin:  0;
    padding: 0 20px;
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    top: -70px;
    left: -30px;
    z-index: 1;
}
.tooltip1{position: relative;}

.tooltip1:hover .tooltiptext {
visibility: visible;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 0;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration:none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration:none;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

/*--=============Media Query=====================--*/

@media only screen and (max-width: 1279px) {
    .banner-container{ 
        padding: 0 0 !important;
    }
    }
@media only screen and (max-width: 1080px) {
.banner-container{ 
    display: none !important;
}
}
@media only screen and (min-width: 960px) {
.mobile-stall{
    display: none !important;
}
}
@media only screen and (max-width: 960px) {
.mobile-stall{
display: block !important;
}
.mobile-stall img {
    width: 100%;
    margin: 0 0 20px;
}
.poster-container img {
    width: 90% !important;
    height:auto !important;
    margin:10px 0!important; 
}
.poster-container img:hover {
    -ms-transform: scale(1) !important; /* IE 9 */
    -webkit-transform: scale(1) !important; /* Safari 3-8 */
    transform: scale(1) !important;
}
.stall-container{ 
    background-image: none !important;
    margin: 20px auto 80px !important;
    height:auto !important;
    width:100% !important;
}
.video-container, .review-container, .stallinfo-container, .social-icon-container, .esencial-icon-container{
    width:100% !important;
}
.video-container iframe{
	width: 26vw;
	height: 15vh;
}
body{
    background-image: none !important;
}
.video-container, .poster-container,.stallinfo-container,
.social-icon-container,.esencial-icon-container, .review-container, .nameboard-container, .stallinfo-container, .enquiry, .like{
    position: static !important;
}

.nameboard-container{
    width:100% !important;
    background-color: #f2f2f2 !important;
    color: #424242 !important;

}
.social-icon-container{
    background-color: #fff;
    justify-content: center;
}
.esencial-icon-container, .stallinfo-container {
    background-color: #f2f2f2;
    justify-content: center;
    padding: 10px;
}
.stallinfo-container {
    text-align: center;
}
.video-container{
    justify-content: center;
    padding: 0 0 10px;
}
.name {
        text-align: left;
        width: auto !important;
        padding: 20px 10px 0 0;
    }
.name h2{
    font-size: 22px;
}
.name h4{
    font-size: 14px;
}
.poster-container{
    width:100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.review-container{
    background-color: #fff;
    justify-content: center;
    padding: 10px 10px;
}
.enquiry, .like{
    display: flex;
    justify-content: center;
    width: 48%;
}
.review{
    width: 100%;
    display: flex;
    justify-content: center;
}
.review span{
    margin-right: 10px;
}
}