  body{
    font-family: 'Gotham Book';
    font-weight: normal;
  }
  .scrollbar-hide::-webkit-scrollbar {
        display: none;
      }
      .scrollbar-hide {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }
h1,h2,h3{
font-family: 'Gotham';
font-weight: bold;
}
h1{
	letter-spacing:-4px;
}
h2{
  color: #193a4e;
  letter-spacing: -3px;
}
.pop_a h3 {
    letter-spacing: -2px;
    line-height: 1.5rem;
}
p{
 font-family: 'Gotham Book';
 font-weight: normal;
  color: #000;
  font-size: 1rem;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21px;
    border-radius: 6px;
}

span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-flex;
}

.slider {
  perspective: 900px;
  width: 640px;
  height: 360px;
  position: relative;
}

.card {
  position: absolute;
  width: 100%;
  height: 90px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  justify-content: space-between;
  background: #1c1c1c;
}

/* COLORS */

.logo {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.2);
  border-radius: 6px;
}

.title {
  font-size: 20px;
  font-weight: 500;
}

/* THUMBS */
.thumb {
  width: 50px;
  height: 50px;
  background: #222;
  border-radius: 10px;
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}

.thumb.active {
  opacity: 1;
  transform: scale(1.1);
  outline: 2px solid white;
}
#dots{
  flex-direction: column;
  display: flex;
  width: 45px;
  align-items: center;
}

/* DOTS */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
  cursor: pointer;
}

.dot.active {
  background: #999999;
 height: 20px;
 border-radius: 30px;
}
.title{
   font-family: 'STIX Two Text';
}
section#story {
    position: relative;
    z-index: 1;
}
section#story:after {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    z-index: -1;
background: linear-gradient(to bottom,  rgba(23,23,23,1) 0%,rgba(0,0,0,0) 100%); 
content: "";
height: 25%;
}
#story-in{
  z-index: 1;
}

#story-in:after{
  position: absolute;
    left: 0;
    top: 0;
    width:100%;
    z-index: -1;
background: linear-gradient(to bottom,  rgba(23,23,23,1) 0%,rgba(0,0,0,0) 100%); 
content: "";
height: 100%;
}
section#story:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    z-index: -1;
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
content: "";
height: 30%;
}

.pop_text {
    visibility: hidden;
    opacity: 0;
    transition: all 400ms;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    height: 100%;
}
.pop_a:hover .pop_text{
  visibility: visible;
  opacity: 1;
}
p{
  text-align: left;
  font-size: 1rem;
}
#story{
 background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center; 
}

.cardid {
  background: #1e1e1e;
  border-radius: 16px;
  padding: 46px;
  color: white;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.3s;
  text-align: center;
}

.cardid:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.icon {
  width: 32px;
  height: 32px;
  
  opacity: 0.8;
  border-radius: 50%;
  margin-bottom: 26px;
  margin-right: auto;
    margin-left: auto
}

.cardid h3 {
  font-size: 18px;
  font-weight: 500;
font-family: 'Gotham';
  margin-bottom: 26px;
}

.desc {
  font-size: 16px;
  color: #aaa;
font-family: 'Gotham Book';
font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
.menu {
    display: flex;
  
}
.menu li a {
   font-family: 'Gotham';
    font-size: 15px;
  font-weight: 500;
}
@media(max-width:768.98px){
.menu {
   
    gap: 16px;
}

}
.menu li {
    color: #fff;
}
.brd:after {
    content: "";
    position: absolute;
    bottom: 50%;
    width: 78%;
    height: 1px;
    right: 0;
    background: #193a4e;
    left: 0;
    margin: 0 auto;
}
body.page-template-contact-us footer {
    background: #171717;
    border:0;
    padding-top: 10px;
}
body.page-template-contact-us footer>.px-4:first-child {
    display: none;
}
.cnt_form{
  background: #f2f2f2;
    border-radius: 12px;
    padding: 40px 46px;
    width: 96%;
}
li.contact a:after {
    background: #fff;
    content: "";
    position: absolute;
    height: 46px;
    width: 131px;
    left: -24px;
    top: -15px;
    border-radius: 100px;
    display: block;
    z-index: -1;
}
.menu li.contact {
    padding-right: 7px;
    padding-left: 53px;
}
li.contact a {
    position: relative;
    z-index: 1;
    color: #171717;
    
}
li#menu-item-46 {
    margin-left: 25px;
}
.menu li.contact:after {
    display: none;
}
.menu li.contact.current-menu-item a:after {
    background: #000;
    border: 2px solid #fff;
}
.menu li.contact.current-menu-item a {
    color: #fff;
}
div#mobile-menu li.contact a:after {
    display: none;
    top: -9px !important;
    width: 141px !important;
    left: -22px !important;
}
div#mobile-menu li.contact a{
  color: #fff;
}

@media(max-width:768.98px){
 .cnt_form{
      padding: 30px 15px;
    width: 100%;
    margin-bottom: 25px;
}

}
.cnt_form p br{
  display: none;
}
.cnt_form label {
    text-align: left;
    display: flex;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    font-size: 14px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.text-white.px-6.py-2.rounded-full.cursor-pointer {
    border-radius: 100px;
    background: #171717;
    padding-inline: 55px;
    font-weight: bold;
    font-size: 14px;
}
@media(max-width:768.98px){
 .brd:after {
   
    bottom: 67px;
    width: 88%;
   
}
header#header {
    padding-inline: 12px;
}
}
.ft-icons svg{
  width: 24px;
  height: 24px;
}


  .menu li.current-menu-item:after {
   position: absolute;
    content: "";
    background: #fff;
    height: 3px;
    top: -15px;
    width: 100%;
    left: 0;
    border-radius: 0;
}
.menu li.current-menu-item a {
    
    position: relative;
    z-index: 1;
   
}
    .menu li {
        position: relative;
        padding-inline: 16px;
    }
.accordionWrapper{box-sizing:border-box;display: flex;
flex-direction: column; }
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    border-bottom: 1px solid #919191
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px;
        padding: 20px 10px;
  display: flex;
    justify-content: space-between;
    color:#fff;
    width:100%;
text-transform: uppercase;
align-items: center;
letter-spacing: normal;
   
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
    
    
}
.accordionItemHeading span{
      display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #507c8b;
    border-radius: 100%;
    color: #171717;
    flex-shrink: 0;
}
.open .accordionItemContent{
        padding: 20px;
 padding-inline: 10px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
 color: #fff;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
        box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
   

}
.test, .tests{
  display: none;
}
.accordionItemContent p{
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
}
.menu-wrapper ul {
  @apply space-y-6 text-center;
}

.menu-wrapper li {
  @apply list-none;
}

.menu-wrapper a {
  @apply text-3xl font-medium text-white transition hover:opacity-60;
}
.font-medium {
    font-weight: 500 !important;
    font-family: 'Gotham' !important;
}
.accordionItem:last-child {
    border: 0;
}
.menu-wrapper a {
    font-size: 18px;
}
#mobile-menu li.menu-item.current-menu-item.current_page_item a:after {
    background: transparent;
    content: "";
    position: absolute;
    height: 40px;
    width: auto;
    left: 0;
    top: 3px;
    border-radius: 100px;
    display: block;
    z-index: -1;
    border: 1px solid #fff;
    right: 0;
    margin: 0 auto;
    padding-inline: 33px;
}