body {
    margin:0;
    padding:0;
	font-family:"Sriracha",cursive;
	color:#666;
	    background:#FFF8E1;
}
.content {
    display:block;
    background:#FFF8E1;
	font-family:"Sriracha",cursive;
	color:#666;
	padding:1em 10%;
}


h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:50px;
	text-transform:uppercase;
	color:#fff;
	padding-top:100px;
	margin-bottom:.6em;
/*	text-shadow: 3px 3px 10px #996600;*/
text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:40px;
	color: #cb9b51;
	-webkit-text-stroke: 1px #826033;
	text-shadow: 3px 3px 10px rgba(153,102,0,0.7);
}
h3 {
		color: #cb9b51;
	font-size:30px;
	margin-bottom:1em;
}
p {
	font-size:22px;
	margin-bottom:1.5em;
}
.goldtext {
	color: #cb9b51;
}
.small{
    font-size: 18px;
}

a:link {
	color:#666;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color:#666;
}
a:hover {
	color: #960;
	text-shadow:2px 2px 6px #666;
}
a:active {
}

ul {
	padding:5px;
	list-style-type:circle;
}
ul li {
	font-size:20px;
}
hr {
    border:0;
	margin:5em 2em;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.imagebox {
	position: relative;
}
.image {
	display: block;
/*	margin-left: auto;
	margin-right: auto;*/
	width: 100%;
	max-width: 200%;
	height: auto;
	border-radius:2em;
	margin:5em 0;
	-webkit-box-shadow: 6px 6px 12px 5px rgba(203,155,81,0.8); 
	box-shadow: 6px 6px 12px 5px rgba(203,155,81,0.8);
}
.imagetext {
	position: absolute;
	bottom: 1em;
	right: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius:2em;
	color: white;
	padding-left: 1em;
	padding-right: 1em;
}
.himage {
	font-size:18px;
}
.pimage {
	font-size:14px;
	color:#CCC;
}
img {
	max-width: 100%;
	height: auto;
}
.video {
	display: block;
	width: 100%;
	max-width: 200%;
	height: auto;
	background-color:#000;
	border:#000 2px inset;
	border-radius:2em;
	margin:5em 0;
	-webkit-box-shadow: 6px 6px 12px 5px rgba(203,155,81,0.8); 
	box-shadow: 6px 6px 12px 5px rgba(203,155,81,0.8);
}
.animation {
	animation-duration: 2s;
	animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 200%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 90%;
	background-color: #fbf1de;
}
td {
	border: 1px solid #999;
	text-align: left;
	padding: 12px;
}

.social {
	background:linear-gradient(to right, #826033 0, #cb9b51 15%, #f6e27a 45%, #f6e27a 55%, #cb9b51 80%);
	margin-top:-20px;
	margin-bottom:-30px;
	text-align:center;
	z-index:99;
}

.reviews {
	background:#FFF;
	padding:1em 10%;
}

/* top bar */
.topbar {
    position:fixed;
    left:0;
    right:0;
	height:90px;
	padding:0px 20px 0px 20px;
	background: #CB9B51;
	background: -moz-linear-gradient(left, #CB9B51 0%, #EDB55F 50%, #CB9B51 100%);
	background: -webkit-linear-gradient(left, #CB9B51 0%, #EDB55F 50%, #CB9B51 100%);
	background: linear-gradient(to right, #CB9B51 0%, #EDB55F 50%, #CB9B51 100%);
	-webkit-box-shadow: 0px 5px 20px 5px rgba(203,155,81,0.8); 
	box-shadow: 0px 5px 20px 5px rgba(203,155,81,0.8);
	z-index:10;
}
.toptxt {
	position:relative;
	font-family:"Arial Black", sans-serif;
	font-size:24px;
	color: #CB9B51;
	-webkit-text-stroke: 0.2px #826033;
	text-shadow:#fecf84 0px 0px 24px;

}
a.toplink:link {color: #bb8b41;text-decoration:none;}
a.toplink:visited {color:#bb8b41;}
a.toplink:hover {color: #826033;text-shadow:2px 2px 6px #666;}
a.toplink:active {color:#F00;}

/* footer */
.footer {
    display:block;
	padding:2em 10%;
	background: #CB9B51;
	background: -moz-linear-gradient(315deg, #debc5b, #e7c97c, #efd69d, #f6e3bd, #fbf1de);
	background: -webkit-linear-gradient(315deg, #debc5b, #e7c97c, #efd69d, #f6e3bd, #fbf1de);
	background: linear-gradient(315deg, #debc5b, #e7c97c, #efd69d, #f6e3bd, #fbf1de);
}



/* news page */
.news {}
.row {display:flex;flex-wrap:wrap;}
.column {flex:1 0 26%;background-color:#cb9b51;margin:15px;padding:20px;border-radius:10px;box-shadow:7px 7px 9px #666;}
.column:hover{
	background: #CB9B51;
	background: -moz-linear-gradient(left, #CB9B51 0%, #EDB55F 50%, #CB9B51 100%);
	background: -webkit-linear-gradient(left, #CB9B51 0%, #EDB55F 50%, #CB9B51 100%);
	background: linear-gradient(to right, #CB9B51 0%, #EDB55F 50%, #CB9B51 100%);}
#pic {width:100%;height:auto;border-radius:10px;}
.news h2 {font:Verdana;font-size:36px;color:#FFF;text-shadow:#963 3px 3px 6px;-webkit-text-stroke: 0;}
.news p {font-size:24px;color:#FFF}
a.news:link {color:#FFF;font-weight:normal;}
a.news:hover {color:#960;text-shadow:2px 2px 6px #666;}
@media (max-width:900px) {.column {flex:100%;}}



/* GOLD BUTTON */
.golden-btn + .golden-btn { margin-top: 1em; }
.golden-btn {
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: .3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px rgba(139,66,8,1),
              inset 0 -1px 1px 3px rgba(250,227,133,1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position:center;
}
.golden-btn:focus,
.golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
}
.golden-btn:active {
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
}



/* IMAGE SLIDER */
.slider{
  position: relative;
  background: #FFF;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius:0 0 75px 75px;
	-webkit-box-shadow: 6px 6px 12px 5px rgba(203,155,81,0.8); 
	box-shadow: 6px 6px 12px 5px rgba(203,155,81,0.8);
  z-index:3;
}
.slider .slide{
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 0 50%);
}
.slider .slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s;
}
.slider .slide img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider .slide .info{
  position: absolute;
  color: #222;
  background: rgba(255, 255, 255, 0.3);
  width: 75%;
  margin-top: 50px;
  margin-left: 50px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
}
.slider .slide .info h2{
  font-size: 2em;
  font-weight: 800;
}
.slider .slide .info p{
  font-size: 1em;
  font-weight: 400;
}
.navigation{
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slider:hover .navigation{
  opacity: 1;
}
.prev-btn, .next-btn{
  z-index: 999;
  font-size: 2em;
  color: #222;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
}
.prev-btn{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-btn{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.navigation-visibility{
  z-index: 999;
  display: flex;
  justify-content: center;
}
.navigation-visibility .slide-icon{
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 10px;
  transform: translateY(-50px);
  margin: 0 6px;
  border-radius: 2px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
}
.navigation-visibility .slide-icon.active{
  background: #960;
}
@media (max-width: 900px){
  .slider{
    width: 100%;
  }
  .slider .slide .info{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px){
  .slider .slide .info h2{
    font-size: 1.8em;
    line-height: 40px;
  }
  .slider .slide .info p{
    font-size: 0.9em;
  }
}



/* HR SEPARATOR */
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #cb9b51;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
    border:0;
	margin:5em 2em;
    height: 2px;
    background-image: linear-gradient(to right, #fff, #cb9b51, #fff);
}
.separator:not(:empty)::before {
  margin-right: .5em;
}
.separator:not(:empty)::after {
  margin-left: .5em;
}



/* SCROLLBAR */

::-webkit-scrollbar {
    height: 1rem;
	width:16px;
}
::-webkit-scrollbar-thumb {
    background-color:#CB9B51;
    border-radius: .25rem;
    border: 1px solid #333;
}
::-webkit-scrollbar-thumb:hover{
	background: linear-gradient(to right, rgba(203, 155, 81, 1), rgba(203, 155, 81, 0.5), rgba(203, 155, 81, 1));
    border-radius: .25rem;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    border: 0.5px dashed #CB9B51;
    border-radius: .25rem;
}



/* PULSING LINKS */
.pulse-link{
	font-size:24px;
	color:#CB9B51;
	text-decoration: none;
}
.pulse-link:hover{
	font-size:24px;
	text-decoration: none;
	color:#960;
}
@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pulse-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-hover:hover, .pulse-hover:focus, .pulse-hover:active {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}




.text-animation {
  text-align:center;
  text-transform:uppercase;
  letter-spacing:4px;
  background:linear-gradient(90deg, #cb9b51,#960,#cb9b51);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-repeat:no-repeat;
  background-size:80%;
  position:relative;
  animation:shine 3s ease-in-out alternate infinite;
}
@keyframes shine {
  from {
    background-position-x:-100%;
  }
  to {
    background-position-x:150%;
  }
}




.glow {
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #FFF8E1, 0 0 20px #FFF8E1, 0 0 30px #FFF8E1, 0 0 40px #FFF8E1, 0 0 50px #FFF8E1, 0 0 60px #FFF8E1, 0 0 70px #FFF8E1;
  }
  to {
    text-shadow: 0 0 20px #FC3, 0 0 30px #FC3, 0 0 40px #FC3, 0 0 50px #FC3, 0 0 60px #FC3, 0 0 70px #FC3, 0 0 80px #FC3;
  }
}





.popup{
    background-color:#000;
    width: 80%;
    padding: 5% 6%;
    position: fixed;
	z-index:999;
	box-shadow: 5px 10px 18px #cb9b51;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 25px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 32px;
    color: #ffffff;
		background: #cb9b51;
		border-radius: 100%;
		width: 40px;
		height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	margin-top: -20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
a.popup{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
		border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}