/* Font Family */
/*** fonts ***/
@font-face {
  font-family: 'DINPro-Bold';
  src: url('../fonts/DINPro-Bold.otf');
}
@font-face {
  font-family: 'DINPro-Medium';
  src: url('../fonts/DINPro-Medium.otf');
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url('../fonts/DINPro-Regular.otf');
}
@font-face {
  font-family: 'High-Tide';
  src: url('../fonts/High-Tide.ttf');
}
@font-face {
  font-family: 'Nexa-Bold';
  src: url('../fonts/Nexa-Bold.otf');
}
@font-face {
  font-family: 'Nexa-Regular';
  src: url('../fonts/Nexa-Regular.otf');
}
/* ==========================================================================
Global Styles
========================================================================== */
html {
  scroll-behavior: smooth;
}

/**LEAD FORM
-------------------------------------------------- */

.leadform{padding: 60px 0 40px}
.leadform .container,.content-3 .container{background: #ffffff}
.form-control{padding: 12px; border:0;background:#e6e7e8; border-radius: 0; margin-top: 5px}
.form-group p{margin-bottom: 5px}
.footer-right{margin:0 10px 0 40px;}
.img-2{display: none}
.submit-btn-2{background: #000; color: #ffffff; padding: 10px 16px; }
.submit-btn-2:hover{color: #ffffff;; background: #666} */
label{font-weight: normal; font-size: 16px}



/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #231f20;
  font-family: 'Nexa-Regular';
  background: #f0e6f2;
}

.text-white{color: white}
h2{font-size: 36px;font-weight: 300;}
h3{font-size: 24px;margin-bottom: 20px;font-weight: 300; letter-spacing: 0.1em;}
h4{font-size: 20px;font-weight: 300;}
p{font-size: 16px;font-weight: 300; letter-spacing: 0.1em; line-height: 24px;}
.carousel-control.left, .carousel-control.right{background: none}
@media (min-width: 768px){
  .container{width: 1080px}
}
hr{border-top: 1px solid #7A6151; margin-top: 40px; margin-bottom: 40px;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
  position: absolute;
  width: 100%;
  transition: .2s ease all;
}
.navbar-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.navbar-nav li {
  padding: 0 20px;
}
.navbar-nav li a {
  color: #000;
  text-transform: uppercase;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active {
  background: none;
}
.navbar-header {
  position: absolute;
  top: 0px;
  right: 20px;
}
.navbar-brand {
  padding: 0;
}
.sticky {
  background: #fff;
  position: fixed;
  z-index: 9999;
  margin-bottom: 0;
}
.sticky .navbar-nav {
  padding: 0;
}
.sticky  .navbar-header {
  margin-top: -5px;
}
.sticky  .navbar-header img {
  max-width: 100px;
}

/* Home Concept */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
#concept .absolute  {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
h1 {
  font-family: 'DINPro-Bold';
  font-size: 40px;
  text-transform: uppercase;
  line-height: 0;
}
img {
 width: 100%;
}
#concept h1 img {
  max-width: 60%;
}
small {
  color: #000 !important;
}
p {
  font-family: 'Nexa-Bold';
  font-size: 18px;
  letter-spacing: 3px;
}
.border {
  width:100px;
  background: #000;
  height: 1px;
  margin: 15px 0 30px;
}
#concept p:last-child {
  margin-top: 30px;
}

/* Home Facilities */
#facilities {
  padding-top: 100px;
  background: url('../images/banner-3.png');
  background-size: cover;
}
#facilities h1 {
  line-height: 1;
  letter-spacing: 5px;
  margin-left: 10vw;
  margin-bottom: 35px;
}
#facilities img {
  padding: 0 20px;
}
.slick-next, .slick-prev {
  right: 40px !important;
  top: -60px !important;
  height: 60px !important;
  width: 60px !important;
}
.slick-prev {
  right: 120px !important;
  left:auto !important;
}
.slick-next:before, .slick-prev:before {
  content: none !important;
}
.slick-next img, .slick-prev img {
  padding: 0 !important;
  height: 60px;
  width: 60px;
}


/*modal*/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Contact */
.contact-form .form-group {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px 10px;
}
.contact-form label {
  min-width: 120px;
  text-transform: uppercase;
}
.contact-form .form-control {
  background: none;
 box-shadow: none;
}

.submit-btn-2 {
  text-transform: uppercase;
  background-color: #2e7472;
  letter-spacing: 2px;
}
.submit-btn-2:hover, 
.submit-btn-2:focus,
.submit-btn-2:active{

  color: #fff;
  text-decoration: none;
}

/* Footer */
.footer img {
  max-width: 100%;
  width: auto;
}
.footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}
.footer .social a {
  margin: 0 10px;
}
.footer-content {
  display: flex;
 justify-content: center;
  margin-top: 50px;
}
.footer  p {
  font-size: 14px;
  letter-spacing: 1px;
   font-family: 'Nexa-regular';
}
.footer  p b {
  font-family: 'Nexa-Bold';
}
.border-vertical {
  width:1px;
  background: #000;
  height: 60px;
  margin: 0 20px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px){
  .arena-modal-lg .modal-dialog {
    width: 1200px;
  }
}


@media (max-width: 1280px) {
  .navbar-nav li {
    padding: 0;
  }
}


@media (max-width: 991px) {
  .navbar-nav li {
    padding: 0;
  }
  .navbar-nav {
    justify-content: flex-start;
  }
  #concept h1 img {
    max-width: 45%;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
    letter-spacing: 1;
  }
  .border {
    margin: 0px 0 15px;
  }
  #concept p:last-child {
    margin-top: 15px;
  }
  
}
@media (max-width: 767px) {
  .navbar-header {
    right: auto;
    width: 100%;
    top: -5px;
    left: 10px
  }
  .sticky .navbar-header {
    margin-top: 0;
  }
  .navbar-brand>img {
    max-width: 60%;
  }
  .sticky .navbar-header img {
    max-width: 80px;
  }
  .navbar-toggle {
    z-index: 9999;
  }
  .navbar-toggle .icon-bar{background:#000;}
  .navbar-toggle{border: 1px solid #000}

  #navbar {
    padding: 0;
  }
  .navbar-nav {
      flex-direction: column;
      background: #f0e6f2;
      margin: 0;
      width: 100%;
      padding-top: 50px;
  }
  .navbar-nav li:nth-child(3) {
      display: none;
  }
  #facilities {
    padding-top: 50px;
  }
  #facilities h1 {
    margin-left: 0;
    text-align: center;
    padding-bottom: 80px;
  }
  .slick-prev {
    right: auto !important;
    left: 20px !important;
  }
  .slick-next {
      right: 20px !important;
  }

}
@media (max-width: 480px) {

  #concept > img {
    min-height: 350px;
    object-fit: cover;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .border-vertical {
      display: none;
  }
}