/********** Global Stuff **********/
:focus {outline:0 !important;}


body{
background: radial-gradient(circle, rgba(175,163,143,1) 22%, rgba(80,72,63,1) 84%);
}
a:hover {
  color: #f3d7d4;
}
.custom-link{
  font-family: 'black_signature_personal_usRg';
  font-size: 46px;
  color:#806e5e;
}
.vooba-branding img{
  height:15px!important;
  width:auto;
  margin-left: 5px;
}
.mb-30{
margin-bottom:30px;
}
/********** Global Stuff End **********/

/********** Typography **********/
.custom-font-family,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'black_signature_personal_usRg';
}

h7 {
    font-family: 'Montserrat', sans-serif!important;
    letter-spacing: 6px;
    font-size: 18px;
    text-transform: uppercase;
}


.handwriting-font-family {
font-family: 'black_signature_personal_usRg'!important;
}
.text-glow{
text-shadow: -1px 1px 11px rgba(191,149,63,0.92);
}
/********** Typography End **********/

/********** Hero Stuff **********/
.hero-slides-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.big-logo{
position:absolute;
width:700px;
margin-top: 30px;
left:50%;
top:50%;
transform:translate(-50%,-50%);
}
@media (max-width: 1279.98px) {
.hero-slides-wrapper {
  top:-90px;
  margin-bottom: -90px;
  width: 100%;
  min-height: 100vh;
}
.big-logo{
margin-top: 0;
}
}
@media (max-width: 991px) {
.hero-slides-wrapper {
 min-height: 70vh;
}
}
@media (max-width: 767px) {
.big-logo{
width:350px;
margin-top: 30px;
}
.hero-slides-wrapper {
min-height: 60vh;
}
}
@media (max-width: 380px) {
.hero-slides-wrapper {
min-height: 70vh;
}
}
/********** Hero Stuff End **********/

/********** Navigation **********/
.burger-menu {
top: 48px;
}
.line-menu {
background-color: #fff;
}
.navik-header .logo {
padding: 0 0 0 0!important;
}
.navik-menu ul li > a {
  display: block;
  padding: 14px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.navik-menu ul li:hover > a {
  color: #d6b05d!important;
  background-color: transparent;
  opacity: 0.7;
}
@media (min-width: 768px) {
.navik-header .logo {
padding: 0 0 0 0!important;
}
.navik-header .logo img {
width: 300px!important;
}
}
@media (min-width: 1280px) {
.navik-menu > ul > li > a {
position: relative;
box-sizing: border-box;
height: 100px;
padding: 0 20px;
line-height: 100px;
white-space: nowrap;
}
.navik-header.sticky {
background: #50483f;
height: 100px;
}
.navik-header.sticky .navik-menu > ul > li > a {
color:#ffffff!important;
height: 100px;
line-height: 100px;
}
.navik-header.sticky .navik-menu > ul > li > a:hover {
opacity: 0.7;
}
.navik-header.sticky .logo img {
max-height: 86px;
}
}
@media (max-width: 1279.98px) {
.navik-header {
  background-color: transparent;
}
.navik-header .logo img{
    padding: 10px 0;
  }
}
/********** Navigation End **********/

/********** Backgrounds **********/
.bg-dk-1 {
background: #50483f;
}
/********** Backgrounds End **********/

/********** Carousel **********/
.hover-item:hover .hover-down {
  bottom: 40%;
  opacity: 1;
}
.insta-logo{
max-width:250px;
display:block;
margin: 0 auto;
}
/********** Carousel End **********/
.info-box-caption .card-title{
font-family: 'Montserrat', sans-serif; 
font-weight: 400;
letter-spacing: 6px;
font-size: 18px;
text-transform:uppercase;
transition: all 0.3s ease-in-out;
}
.info-box-1:hover .info-box-caption .card-title {
    opacity: 0;
}
.page-title-block{
padding:160px 0 60px; 	
}
@media (max-width: 1279px) {
.page-title-block{
padding:60px 0 60px; 	
}
}
/********** Footer **********/
.social-footer{
color:#ffffff;
font-size:13px;
letter-spacing:1.5px;
}
.social-footer i{
font-size:18px;
margin-right: 5px;
}
/********** Footer End **********/

/********** Cookie Consent Begin **********/
#cookieConsent {
    background: #0f0f0f;
    min-height: 60px;
    color: #ffffff;
    padding: 0 0 0 120px;
    font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 1000;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);	
}
#cookieConsent p {
    display: inline;
	font-size: 15px;
	line-height: 60px;
    color: #f3d7d4;
    margin: 0;
}
#cookieConsent a {
    text-decoration: none;
	margin: 0 10px 0 10px;
	color: rgba(255, 255, 255, 0.7);
}
#cookieConsent a:hover {
    color: #fff;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 24px;
    width: 24px;
    font-size:24px;
    margin: 10px 130px 0 0;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease 0s;
}
#closeCookieConsent:hover {
    color: rgba(255, 255, 255, 1);
}
#cookieConsent a.cookieConsentOK {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    border-radius: 0;
	border:solid 1px rgba(255, 255, 255, 0.7);
    cursor: pointer;
    margin: 0 10px 0 10px;
	line-height:1rem;
	padding: 8px 12px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #fff;
    border:solid 1px rgba(255, 255, 255, 1);
	color:#1f1f1f;
}
@media (max-width: 1400px){
#cookieConsent {
    padding: 0 0 0 80px;	
}
#closeCookieConsent {
    margin: 10px 90px 0 0;
}
}
@media (max-width: 1280px){
#cookieConsent {
    padding: 0 0 0 50px;	
}
#closeCookieConsent {
    margin: 10px 60px 0 0;
}
}
@media (max-width: 991px){
#cookieConsent {
    padding: 0 0 0 20px;	
}
#closeCookieConsent {
    margin: 10px 30px 0 0;
}
}
@media (max-width: 650px){
#cookieConsent p {
    display: block;
	line-height: 25px;
	margin-left: 0;
	margin-bottom: 15px;
}
#cookieConsent a.cookieConsentOK {
    display:block;
	text-align: center;
	margin: 10px 0 0 0;
	line-height:20px;
}
#cookieConsent {
    max-width: 320px;
	padding: 15px 15px 10px 15px;
	left: 50%;
	margin-left: -160px;
}
#cookieConsent a {
    margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
#closeCookieConsent {
     margin:-6px 0 0 0;
}

}

@media (max-width: 380px){
#cookieConsent {
    max-width: 100%;
	padding: 15px 15px 10px 15px;
	left: 50%;
	margin-left: -50%;
}
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 
/********** Cookie Consent End **********/

/********* Enquire Now Form ***********/
 
input[type=text], input[type=email], input[type=date], input[type=time], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
input[type=date], input[type=time]{
    width: 20%;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

html{
   scroll-behavior: smooth;
}

#enquiry-form label{
    font-weight: 600;
    color: #887564!important;
}

#enquiry-form label span{
    color: red;
}
/********** Enquire Now Form **********/