/* ---------------------- GRID ---------------------- */




/* ---------------------- GRID END ---------------------- */










/* ---------------------- BODY GENERAL SETTING ---------------------- */

body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

video {
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.left-paragraph, .right-paragraph {
    flex: 1;
    box-sizing: border-box;
}

/* ---------------------- BODY GENERAL SETTING END ---------------------- */










/* ---------------------- HEADER ---------------------- */

.topnav a{
    color: #f2f2f2;
    padding: 24px 26px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Archivo', sans-serif;
}

#logo{
    float: left;
    padding-top: 24px;
    padding-left: 30px;
}
.topnav a:hover,.topnav span:hover{
    color:#BDB596;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #d0d0d0;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #BDB596;
}


.sidefooter {
    padding-top: 350px;
    line-height: 25px;
    }
.sidefooter p{
    padding-left: 10px;
    color: #888888;
    font-size: 13px;
    letter-spacing: 0.5px;
    }
.sidefooter a{
    color: #888888;
    font-size: 13px;
    width: 50px;
}
.sidefooter #logo img{
    width: 150px;
}
.sidefooter2{
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    padding-left: 1em;
}
.sidefooter2 .socialmedia{
    align-items: center;
    padding: 0;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}
.socialmedia a{
    padding:0;
}
.socialmedia img{
    padding:1em;
}


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

    .sidenav a {
        font-size: 25px;
    }
    
}

/* ---------------------- HEADER END ---------------------- */










/* ---------------------- TOP SECTION ---------------------- */

.TOP {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(35, 32, 34, 0.6), rgba(35, 32, 34, 0.6));
}

.TOP video.video-bg {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.TOP .contents {
    display: flex;
    flex-wrap: wrap;

    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 15rem;
    padding-bottom: 20rem;
}

/* --------- TOP-LEFT --------- */

.TOP .contents .left-paragraph{
    padding-right: 10rem;
    padding-top: 5rem;
}

.TOP .contents .left-paragraph > h2 {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #C1B696;

    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

.TOP .contents .left-paragraph > p {
    font-family:'Lora', serif;
    font-weight: normal;
    color: #ffffff;

    font-size: 2.5rem;
    padding-bottom: 5rem;
}


/* --------- TOP-RIGHT --------- */


.TOP .contents .right-paragraph{
    padding-right: 5rem;
    padding-top: 5rem;
}

.TOP .contents .right-paragraph > h2 {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #C1B696;

    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

.TOP .contents .right-paragraph > p {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #ffffff;

    font-size: 0.9rem;
    line-height: 1.7rem;
    font-weight: lighter; /*NOT WORKING*/
}

/* ---------------------- TOP SECTION END ---------------------- */










/* ---------------------- BOTTOM SECTION ---------------------- */

.BOTTOM {
    position: relative;
    overflow: hidden;
}

.BOTTOM video.video-bg {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.BOTTOM .contents {
    background: linear-gradient(rgba(35, 32, 34, 0.6), rgba(35, 32, 34, 1.0));
    display: flex;
    flex-wrap: wrap;

    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

/* --------- BOTTOM-LEFT --------- */

.BOTTOM .contents .left-paragraph > h2 {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #C1B696;

    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

.BOTTOM .contents .left-paragraph {
    padding-bottom: 0.5rem;
}

.BOTTOM .contents .left-paragraph > h3 {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #C1B696;

    font-size: 1rem;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.BOTTOM .contents .left-paragraph > p {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #ffffff;

    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: lighter; /*NOT WORKING*/
}


/* --------- BOTTOM-RIGHT --------- */

.BOTTOM .contents .right-paragraph {
    margin-right: 5rem;
}

.BOTTOM .contents .right-paragraph > h2 {
    font-family:'Lora', serif;
    font-weight: normal;
    color: #ffffff;

    font-size: 2rem;
    padding-bottom: 1rem;
    padding-top: 9.5rem;
}

.BOTTOM .contents .right-paragraph > p {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #ffffff;

    font-size: 0.9rem;
    line-height: 1.7rem;
    font-weight: lighter; /*NOT WORKING*/
}

.left-paragraph a {
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    font-weight: lighter; /*NOT WORKING*/
}

.left-paragraph a:hover {
    color: #C1B696;
}

/* ---------------------- BOTTOM SECTION END ---------------------- */










/* ---------------------- FOOTER ---------------------- */

.top {
}

.address > h1{
    font-family:'Lora', serif;
    font-weight: normal;
    color: #ffffff;

    font-size: 1rem;
    padding-bottom: 10px;
}

.bottom {
    background-color: #212329;
}

/* ---------------------- FOOTER END ---------------------- */



footer {
    min-height: 100%;
    line-height: 25px;
    background: rgb(35, 32, 34);
    }

    .first-footer a {
    color: #888888;
}

.first-footer a:hover {
    color: #BDB596;
}

footer p{
    color: #888888;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    }
.first-footer {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 8vw;
    }
#gettinghere{
    color:#BDB596 ;
    margin-top: 10px;
    }
#insta{
    color: #555555;
    }
.first-footer > div {
    flex:0 1 auto;
    padding: 50px;
    }
.first-footer > div > h3 {
    font-family:'Lora', serif;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 10px;
    color: #ffffff;
    }
.first-footer > div:first-child img {
    width:150px;
    height:40px;
    margin-left: auto;
    }
.first-footer > div:last-child {
    margin-right: auto;
    }
.second-footer {
    width: 100vw;
    background-color: #232022 ;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    }
.second-footer img {
    margin: 0 10px;
    }
.second-footer p {
    margin: 10;
    }

    @media only screen and (max-width: 768px) {
        footer {
    padding-top: 80px;
    min-height: 100%;
    line-height: 25px;
    }
footer p{
    color: #888888;
    font-size: 13px;
    letter-spacing: 0.5px;
    }


.first-footer {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start; 
  margin-bottom: 20px;
  margin-left: -3rem;
    }
#gettinghere{
    color:#BDB596 ;
    margin-top: 10px;
    }
#insta{
    color: #555555;
    }
.first-footer > div {
    flex:auto;
    padding: 20px;
    }
.first-footer > div > h3 {
    font-size: 18px;
    padding-bottom: 10px;
    }
.first-footer > div:first-child img{
    width:150px;
    height:auto;
    margin-left: 0;
    }
.first-footer > div:last-child {
    margin-right: auto;
    }
.second-footer {
    width: auto;
    background-color: #232022 ;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    }

    }




.sidefooter {
    padding-top: 390px;
    line-height: 25px;

    font-family:'Lora', serif;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;

    }
.sidefooter p{
    padding-left: 10px;
    color: #888888;
    font-size: 13px;
    letter-spacing: 0.5px;

    font-size: 13px;
    letter-spacing: 0.5px;
    font-family:'Archivo', sans-serif;
    font-weight: normal;
    line-height: 1rem;
    padding-top:1rem;
    }
.sidefooter a{
    color: #888888;
    font-size: 13px;
    width: 50px;
}

.sidefooter .logo img {
  height: 2.5rem;
  padding-left: 1.5rem;
}

    header .sidefooter #logo img{
    width: 150px;
}
.sidefooter2{
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    padding-left: 1em;
}
.sidefooter2 .socialmedia{
    align-items: center;
    padding: 0;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}
.socialmedia a{
    padding:0;
}
.socialmedia img{
    padding:1em;
}





/* ---------------------- SCREEN SIZE ADJUSTING ---------------------- */

@media (max-width: 768px) {
    .left-paragraph, .right-paragraph {
        flex: 100%;
    }
}

/* ---------------------- SCREEN SIZE ADJUSTING END ---------------------- */





/* Sticky Ticket Button */
.ticket-button {
    position: fixed;
    bottom: 100px;
    right: 60px;
    background-color: #C1B696;
    color: #000000;
    padding: 12px 24px;
    border-radius: 2px;
    font-family: 'Archivo', sans-serif;
    font-size: 1rem;
    text-decoration: none;
    transition: opacity 0.3s;
    z-index:100;

    transition: opacity 0.3s, visibility 0.3s;
    opacity: 1;
    visibility: visible;
}

.ticket-button.hide {
  opacity: 0;
  visibility: hidden;
}



footer {
    position: relative;
    z-index: 1; /* Ensure the footer is above the ticket button */
}

	@media only screen and (max-width: 768px) {
		footer {
	padding-top: 80px;
	min-height: 100%;
	line-height: 25px;
	}
footer p{
	color: #888888;
	font-size: 18px;
	letter-spacing: 0.5px;
	}

.first-footer {
	margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start; 
  margin-bottom: 20px;
	}
#gettinghere{
	color:#BDB596 ;
	margin-top: 10px;
	}
#insta{
	color: #555555;
	}
.first-footer > div {
	flex:auto;
	padding: 20px;
	}
.first-footer > div > h3 {
	font-size: 25px;
	padding-bottom: 10px;
	}
.first-footer > div:first-child img{
	width:200px;
	height:auto;
	margin-left: 0;
	}
.first-footer > div:last-child {
	margin-right: auto;
	}
.second-footer {
	width: auto;
	background-color: #232022 ;
	justify-content: center;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}

	}

@media (max-height: 800px) {
    .ticket-button,
    .ticket-button.hide {
        display: none;
    }
}

.ticket-button:hover {
    opacity: 0.8;
}

