
@font-face {
  font-family: himalaya;
  src: url('.assets/himalaya.ttf') format('ttf'),
}

@font-face {
  font-family: Effra;
  src: url('.assets/Effra.ttf') format('ttf'),
}

body{
	  min-height: 100vh;	
	  width: 100%;
	  margin: 0;
    overflow: hidden;
}
.logo{
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:99999999;
	padding:10px 15px;
}
.logo img{
	width: 110px;
	height:auto;
}
.talogo{
	position: fixed;
	bottom:0px;
	right:0px;
	z-index:99999999;
	padding: 10px 15px;
}
.talogo img{
	width:130px;
	height:auto;
}

nav {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	margin:0;
	position:fixed;
	bottom:0;
	width:100%;
	height:60px;
	right:0px;
	z-index:99999;
	display:flex;
	flex-direction:row;
	background:#434444;
	list-style:none;
	justify-content:center
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
	margin-right:10px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	width:90px;
	padding: 21px 0 0px 0px;
	cursor:pointer;
	font-family: himalaya, 'Times New Roman', Times, serif;
	color:#ffffff;
    font-size: 12px;
    letter-spacing: 1.5px;
	border-bottom: 1px solid #434444;
    height: 25px;
}

nav li a:hover{
	border-bottom: 1px solid #ffffff;
}
nav ul li a.active {
  border-bottom: 1px solid #ffffff !important;
}

/*  Mobile Menu */
.mobilemenu {
  display: none;
}

/* Full-screen menu */
.menu {
  position: fixed;
  top: 0;
  right: -100%; /* Start off-screen */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: right 0.4s ease-in-out;
  z-index: 10;
}

/* Menu visible */
.menu.mactive {
  right: 0;
}

/* Close button */
#closeButton {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  background: none;
  color: white;
  border: none;
  z-index: 110;
}

/* Menu items */
.menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.menu ul li {
  margin: 15px 0;
}

.menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s;
}

.menu ul li a:hover {
  color: #B38F64;
}

.menu .active{
  color: #B38F64 !important;
}

section { display: none;}

section.active {display: block;}

/* Ensure content never scrolls underneath the fixed bottom nav/logo area */
#content {
  /* padding-bottom: 140px;  */
  /* nav (60px) + logos space; tweak if needed */
  box-sizing: border-box;
}

#home{
	background-image: url("../assets/Home-Bk.jpg");
	height: 100vh;	
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

/* iframe {
    display: block;
    background: #000;
    border: none;
    height: calc(100vh - 60px);
    width: 100vw;
    margin: 0;
} */

iframe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  border: none;
  width: 100vw;
}

/* Use dynamic viewport height where supported (fixes mobile browser chrome issues) */
@supports (height: 100dvh) {
  iframe {
    height: calc(100dvh - 60px);
  }

  .slideshow-container {
    height: calc(100dvh - 60px);
  }
}

  /* Slideshow container */
  .slideshow-container {
    position: relative;
    max-width: 93%;
    /* height: 87vh;  */
    height: calc(100vh - 60px);
    display: flex;
    align-items: center; 
    justify-content: center; 
    overflow: hidden;
    margin: auto;
    padding: 0px;
    overflow: hidden;
  }

  /* Slides */
  .slide {
    display: none;
    width: 100%;
    height: 75vh;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); 
    transition: opacity 1s ease-in-out; 
  }
  .slide img {
    width: auto;
    height: 100%;
    object-fit: cover; 
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  /* Caption */
  .caption {
    width: 100%;
    /* max-height: 50px; */
    /* position: absolute; */
    /* bottom: -54px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    color: rgb(22, 22, 22);
    font-size: 20px;
    text-align: center;
    /* line-height: 1em; */
    padding-top: 10px
  }
  .caption h3{
    font-family: 'himalaya', 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 4px;
    letter-spacing: 4px;
  }
  .caption p{
    font-family: Effra, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1px;
    letter-spacing: 1px;
  }
  .navigation{
    position: absolute;
    width: 300px;
    bottom: 10px;
    max-height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  /* Next & Previous buttons */
  .prev, .next {
    cursor: pointer;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s ease;
    border-radius: 0 5px 5px 0;
    user-select: none;
    transition: transform .2s;
  }

  .prev:hover, .next:hover {
    opacity: .7;
  }

  /* Indicators */
  .indicators {
    width: 400px;
    height: auto;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 25px;
  }

  .indicator {
    cursor: pointer;
    height: 7px;
    width: 7px;
    border: 1px solid black;
    background: #fff;
    border-radius: 50%;

    transition: background 0.3s ease;
  }

  .indicator.active {
    background: #414141;
  }

  /* History section */
  #ta-history .aboutTAdesktop{
    width: auto;
    height: 80%;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .aboutTAmobile{
    display: none;
  }