/*
FineScalps Website Stylesheet
*/

/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"); */
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #080808;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #1a1a1a;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.hidden {
  visibility: hidden;
}

/*
---------------------------------------------
Global
---------------------------------------------
*/
html,
body {
  background: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
}

::selection {
  background: #56B9B1;
  color: #fff;
}

::-moz-selection {
  background: #56B9B1;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #B76E79;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}


.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.section-descriptions {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #56B9B1;
  margin-bottom: 10px;
  line-height: 34px;
}

.section-descriptions-number {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #56B9B1;
  margin-bottom: 10px;
  background: #fff;
  border-right: 2px dashed #56B9B1;
  line-height: 34px;
  padding: 0px 25px 10px 0px;
  border-radius: 50px;
  text-align: center;
  margin-right: 10px;
}

.main-button a {
  display: inline-block;
  font-size: 13px;
  padding: 12px 20px;
  background-color: #D5A925;
  color: #000 !important;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s;
  letter-spacing: .5px;
  border-radius: 30px;
}

.main-button a:hover {
  background-color: #D5A925;
  text-decoration: none;
  cursor: pointer;
}

.gold-btn-color a {
  background-color: #D5A925;
}

.gold-btn-color a:hover {
  background-color: #D5A925;
}

.secondary-button a {
  display: inline-block;
  font-size: 13px;
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #D5A925;
  color: #D5A925 !important;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  letter-spacing: .5px;
  border-radius: 30px;
}


.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.space-even {
  justify-content: space-evenly;
}

.align-left {
  text-align: left;
}

.pos-relative {
  position: relative;
}


/* New nav menu */
.navigation .menu-trigger .bar{
  width: 30px;
  height: 2px;
  margin: 7px;
  background: #D5A925;
 }

/* Anchor scroll how it works */
 #whatisSMP {
   scroll-margin-top: 8rem;
 }

 #whatisCamouflage {
   scroll-margin-top: 8rem;
 }

 #whatisAlopecia {
   scroll-margin-top: 8rem;
 }

/*
---------------------------------------------
Spacers
---------------------------------------------
*/

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-12 {
  margin-right: 12px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-top-30 {
  margin-top: 30px;
}



/*
---------------------------------------------
Modal
---------------------------------------------
*/

.modal-content {
  background: #fff;
}

.modal-header .close {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 400;
  text-shadow: none;
  opacity: 1;
}

.modal-header {
  border-bottom: none;
}

.modal-body p {
  font-size: 12px;
}


/*
---------------------------------------------
Header
---------------------------------------------
*/

.background-header {
  background: #080808;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #B76E79;
}


.background-header .main-nav .nav li:last-child a {
  color: #fff;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #080808!important;
}

.background-header .main-nav .nav li:hover a {
  /* color: orange!important; */
  text-decoration: none;
}

.background-header .nav li a.active {
  color: orange!important;
}

.header-area {
  background: #0e0e0e;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  padding: 0px 35px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  border-bottom: 2px solid #56B9B1;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  background-image: url("../images/finescalps-logo.svg");
  width: 197px;
  height: 57px;
  background-size: contain;
  position: absolute;
  z-index: 99999;
  position: absolute;
  z-index: 99999;
  margin-top: 10px;
}



.header-area .main-nav .logo em {
  font-style: normal;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  justify-content: center;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}


.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li a:hover {
  text-decoration: none;
}

.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
/*  background-color: #56B9B1;*/
  background-color: #D5A925;
  color: #000 !important;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
  border-radius: 30px;
}

.header-area .main-nav .nav li:last-child a:hover {
  background-color: #D5A925;
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #D5A925;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #D5A925!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #D5A925;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #D5A925;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #D5A925;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #D5A925;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #D5A925;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #D5A925;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #D5A925;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #D5A925;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 25px;

  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    opacity: 1;
  }
  .header-area {
    /* background-color: #f7f7f7; */
    padding: 0px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:last-child {
    width: 100%;
    color: #fff;
    height: 50px;
  }
  .header-area .main-nav .nav li:last-child a {
    /* background-color: #ed563b; */
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    /* background-color: #ed563b!important; */
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    /* padding-left: 0px !important;
    padding-right: 0px !important; */
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    background: #080808 !important;
/*    color: #000 !important;*/
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    text-decoration: none;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}



/*
---------------------------------------------
Main banner
---------------------------------------------
*/

.main-banner {
  position: relative;
}

#welcomeSection {
  background-image: url("../images/bg-dots.png");
}

#banner-hero {
    min-width: 100%;
    min-height: 80vh;
    max-width: 100%;
    max-height: 80vh;
    object-fit: cover;
    z-index: -1;
    background-image: url("../images/contact.JPG");
    background-size: cover;
    background-position: center;
}

#banner-hero::-webkit-media-controls {
    display: none !important;
}

#banner-hero-about {
    min-width: 100%;
    min-height: 50vh;
    max-width: 100%;
    max-height: 50vh;
    object-fit: cover;
    z-index: -1;
    background-image: url("../images/how-it-works.JPG");
    background-size: cover;
    background-position: center;
}

#banner-hero-gallery {
    min-width: 100%;
    min-height: 50vh;
    max-width: 100%;
    max-height: 50vh;
    object-fit: cover;
    z-index: -1;
    background-image: url("../images/gallery-hero.jpg");
    background-size: cover;
    background-position: center;
}

#banner-hero-faqs {
    min-width: 100%;
    min-height: 50vh;
    max-width: 100%;
    max-height: 50vh;
    object-fit: cover;
    z-index: -1;
    background-image: url("../images/faqs-hero.JPG");
    background-size: cover;
    background-position: center;
}

#banner-hero-contact {
    min-width: 100%;
    min-height: 50vh;
    max-width: 100%;
    max-height: 50vh;
    object-fit: cover;
    z-index: -1;
    background-image: url("../images/contact-hero.jpeg");
    background-size: cover;
    background-position: center;
}

.banner-overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
}

.main-banner .caption h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 62px;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}


/*
---------------------------------------------
Sections
---------------------------------------------
*/

.section-padding {
  padding: 90px 0px 90px 0px;
}

.section-padding-no-top {
  padding: 0px 0px 120px 0px;
}

.section-padding-video {
  padding: 0px 0px 30px 20px;
}

.section-padding-reduced {
  padding: 30px 15px;
}

.section-item {
  display: inline-block;
}

.section-item-no-margin {
  display: inline-block;
  margin-bottom: 20px;
}


.section-item .right-content {
  display: inline;
}

.section-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  15px;
  letter-spacing: 1.5px;
  color: #B76E79;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.section-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  /* color: #ed563b; */
  font-weight: 500;
}



/*
---------------------------------------------
Our services
---------------------------------------------
*/
.section-services {
  background: #fff;
  background-size: cover;
  background-position: center;
}

.services-titles {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;

}

.services-card {
  border: 1px solid #F2F2F2;
  border-radius: 2px;
  padding: 30px;
  transition: all 1s ease;

}

.services-card p {
  font-size: 14px;
  margin-bottom: 10px;
}

.services-card:hover {
  background: #F0F0F0;
}

.page-links {
  font-size: 14px;
  color: #56B9B1;
  text-decoration: underline;
}

/*
---------------------------------------------
About us
---------------------------------------------
*/


.about-us-preview {
  float: right;
}

.about-us-studio-img {
  background: url("../images/our-studio.png");
  height: 290px;
  background-size: cover;
  background-position: center;
}



/*
---------------------------------------------
Gallery
---------------------------------------------
*/

.section-gallery {
  background: #fff;
}


/*
---------------------------------------------
FAQs
---------------------------------------------
*/
.accordion {
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.acc-active, .accordion:hover {
  background-color: #56B9B1;
  color: #fff;
}

.accordian-text {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordian-p {
  padding: 30px 0;
}

.section-faqs {
  background: #fff;
}


/*
---------------------------------------------
How it works page
---------------------------------------------
*/
.smp-img {
  background: url("../images/hero-image.JPG"); 
  height: 400px;
  background-size: cover;
  background-position: center;
}

.smphelp-img {
  background: url("../images/finescalps-help.JPG"); 
  height: 400px;
  background-size: cover;
  background-position: center;
}

.scar-img {
  background: url("../images/scar-camo.png"); 
  height: 400px;
  background-size: cover;
  background-position: center;
}

.alopecia-img {
  background: url("../images/alopecia.png"); 
  height: 400px;
  background-size: cover;
  background-position: center;
}


.female-pattern-baldness-img {
  background: url("../images/female-pattern-baldness.png"); 
  height: 350px;
  background-size: cover;
  background-position: center;
}


.section-description-sub {
  font-size: 31px;
  color: #1a1a1a;
  font-family: 'Playfair Display', serif;
}

.sub-title-style {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
}



.banner-book {
  background: #0e0e0e;
  border-radius: 5px;
  padding: 60px 30px;
  box-shadow: 1px 0px 20px #0000008a;;
}

.banner-book p {
  color: white;
}

.section-book {
  background: #f2f2f2;
}


/*
---------------------------------------------
Contact form
---------------------------------------------
*/

.formcarry-container * {
  box-sizing: border-box;
}

.formcarry-container {
  display: block;
}

.formcarry-form label {
  display: block;
  padding: 12px 0 2px 0;
  letter-spacing: -0.2px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.formcarry-form input,
.formcarry-form textarea {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 4px;
}

.formcarry-form input:focus,
.formcarry-form textarea:focus {
  background-color: #fff;
  border: 1px solid #56B9B1;
}

.formcarry-form input:focus:required:invalid {
  border-color: red;
  background-color: #fff;
}

.formcarry-form button {
  display: block;
  margin-top: 12px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
	border-color: transparent;
  background-color: #D5A925;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: 300ms all;
}

.formcarry-form button:hover {
  /* background-color: var(--color-light-blue); */
}

.formcarry-alert {
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  display: none;
}

.formcarry-alert.visible {
  display: block;
}

.formcarry-alert.success {
  background: #69cf9d;
}

.formcarry-alert.error {
  background: #de524c;
}

/*
---------------------------------------------
footer
---------------------------------------------
*/
footer {
  background: #1D1D1D;
  color: #fff;
  padding: 30px 0px;
}

footer p {
  color: #fff;
}

.foot-links {
  color: #fff;
  font-size: 15px;
}

.foot-links:hover {
  color: #D5A925;
  text-decoration: underline;
}

.footer-heading {
  font-size: 16px;
  font-weight: bold;
  color: #56B9B1
}

.footer-icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  font-size: 32px;
}

.footer-email {
  display:inline-block;
  margin-right: 10px;
}

.footer-s-text {
  display: inline-block;
}

.footer-contact:hover {
  color: #fff;
}

/*
---------------------------------------------
Animations
---------------------------------------------
*/

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}


/*
---------------------------------------------
Responsive
---------------------------------------------
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 34px;
  }
  .mob-space {
    margin-bottom: 20px;
  }

  .about-us-preview {
    width: 450px;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 450px) {
  .section-item .right-content a.text-button {
    margin-left: 130px;
  }

  .section-item .right-content {
    text-align: center;
  }

  .section-item .right-content h4 {
    text-align: center;
  }


  .call-to-actions-policies-block {
    display: block;
  }

  .main-button.margin-right-30 {
    margin-right: 0;
  }

  .main-button {
    display: block;
  }

  .main-button a {
    width: 100%;
    margin-bottom: 20px;
  }

  .secondary-button {
    margin-right: 0;
    display: block;
  }

   .secondary-button a {
    width: 100%;
  }

  .section-padding-no-top {
    padding: 0px 35px 80px 35px;
  }

  .section-padding {
    padding: 80px 35px;
  }

  .header-area .main-nav .nav li:last-child {
    padding-right: 20px;
    position: inherit;
  }

  .modal-body-event h2 {
    font-size: 30px;
  }

  .header-area .main-nav .logo {
    position: inherit;
    margin-top: 16px;
    float: left;
    height: 44px;
    width: 152px;
    margin-left: 15px;
  }

  .landing .header-area .main-nav .logo {
    float: inherit;
    margin: 20px auto;
    display:block;
    background-size: contain;
    width: 240px;
    height: 70px;
  }

  .landing-vid {
    width: 100% !important;
  }

  .header-area .main-nav .nav li:last-child a {
    background: #D5A925 !important;
    border-radius: 0;
  }

  .mob-space {
    margin-bottom: 20px;
  }

  .about-us-preview {
    height: 100%;
    width: 100%;
  }
}



/*
---------------------------------------------
Landing page
---------------------------------------------
*/


.landing-vid {
  width: 400px;
}

.landing .header-area {
  position: relative!important;
  border-bottom: none;
}

.main-ban {
  background: #0e0e0e;
  padding: 35px 30px 65px 30px;
  border-top: 1px solid #0e0e0e;
}

.section-video {
  padding-top: 30px;
  padding-bottom: 30px;
}


.landing-title h2 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 46px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: "Catamaran", serif;
}

.landing-caption h6 {
  text-align: center;
  margin-top: 0px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;

}

.landing-list {
  line-height: 40px;
  text-align: left;
}


.section-white {
  background: #fff;
}


.landing-img {
  width: 260px;
}


.list-class {
  display: flex;
  gap: 8px;
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.item {
  flex-shrink: 0;
/*  width: 80%;*/
  background-color: #FFF;
  scroll-snap-align: center;
}


.content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.list::-webkit-scrollbar {
  display: none;
}


.landing-descriptions {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Catamaran", serif;
}
