
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto+Mono|Roboto:300,400,500,700");
:root {
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/bebasneue-webfont.woff2') format('woff2'),
       url('../fonts/bebasneue-webfont.woff') format('woff'),
       url('../fonts/bebasneue-webfont.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'balder';
  src: url('../fonts/balder_ll-webfont.woff2') format('woff2'),
       url('../fonts/balder_ll-webfont.woff') format('woff'),
       url('../fonts/balder_ll-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'righteous';
  src: url('../fonts/Righteous-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'righteous-l';
  src: url('../fonts/Righteous-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'capsuula';
  src: url('../../fonts/Capsuula.ttf');
  font-weight: normal;
  font-style: normal;
}

.font-balder{ font-family: 'balder' !important; }
.font-bebas{ font-family: 'bebas_neueregular' !important; }
.font-righteous{ font-family: 'righteous' !important; }
.font-righteous-l{ font-family: 'righteous-l' !important; font-weight: 200; }
.font-capsuula{ font-family: 'capsuula' !important; }

.font-large{
  font-size: 1.8em !important;
}
.bold{
  font-weight: bold;
}


.t14{
  font-size: 32px;
  font-family: 'balder';
  line-height: 39px;
  color: #ED143D !important;
}

.font-red-intripid{
  color: #ED143D !important;
}

.formula_title.t14{
  font-size: 24px; 
}
.col-2 .formula_title.t14{
  font-size: 18px; 
}

@media (max-width: 600px) {
  .formula_title.t14{
    font-size: 16px; 
  }
  .col-2 .formula_title.t14{
    font-size: 14px; 
  }
}

.bcr {
  background-color: #E73843 !important;
}

.bcy {
  background-color : #FFF362!important;
}

.cr {
  color: #E73843 !important;
}

.cw{
  color: white !important;
}

.black-border{
  font-size: 20px;
  font-family: 'bebas_neueregular', cursive;
  min-width: 180px;
  height: 45px;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px rgba(0,0,0,1);
}

.bg-light {
  background-color: white !important;
}
.red-hr {
    border-top-color: #E53742;
    border-top-width:3px;
    width:25%;
}
.carousel-item {
    height: 65vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    max-width: 1240px;
}
h3:target {
    padding-top: 5em;
    margin-top: -5em;
}
h1:target {
    padding-top: 5em;
    margin-top: -5em;
}
.wrapper { position:relative; }
.wrapper video {
    position:relative;
    z-index:0;
}
.video-title {
    position:absolute;
    top:25;
    left:15;
    z-index:1;
}
.video-rules {
    position:absolute;
    bottom: 0;
    width:100%;
    z-index:1;
}

.ul_style {
    padding: 0 1em;
}

.ul_style li{
  display: inline-block;
  text-align: center;
  padding: 2px ;
  margin: 0;
}

.li_style:before {
    content: "\2022";
}

.col-container {
    display: table;
    width: 100%;
}

.column {
    display: table-cell;
    padding: 16px;
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
  
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* @media (min-width: 34em) {
  .rating-col {
      column-count: 3;
  }
} */

.card-columns {
  column-count: 3 !important;
  column-gap: 1.25rem;
}
@media (max-width: 900px) {
  .card-columns {
    column-count: 1 !important;
    column-gap: 1.25rem;
  } 
}


.orange {
  color: orange;
}

.star-active {
  color: orange;
}

.star-not_active {
  color: #5A6169;
}

#cart {
  /* min-width: 800px;
  max-width: 800px;
  display:none;
  background-color:white;
  z-index:10;
  position:fixed;
  width:auto;
  top:65px;
  right:40px; */
  /* border: 2px solid #ececec !important;
  border-radius: 100px; */
}
#cart_modal .modal{
  background-color: #000000ab;
}
#cart_modal .modal-dialog{
  margin-right: 0px;
  margin-top: 54px;
}
#cart_modal .modal-content{
  border-radius: 0px;
}
#cart_modal .modal-body{
  padding:10px;
}

.form-wrapper {
  margin: 10px;
}
.test3 {
  border: 1px solid #ececec;
}
.test2 {
  border: none;
  outline: 0;
  margin-left: 50%;
  /* width: 50%; */
}
.test {
  position: absolute;
}

.description-container {
  line-height: 40px;
  text-align: center;
  margin-top: .30rem !important;
}


p.description {
  font-size: 13px !important;
  color: black;
  line-height: 1.6;
}

.cart_card {
  border-radius:0px;
  border-bottom-right-radius:0.625rem;
}

.cart_menu {
  cursor:pointer;
  color:black;
  background-color:#E73843;
  display:none;
  /* margin-bottom: -0.4rem; */
  margin-right: -2rem;
  margin-top: -0.5rem;
  padding-top:10px;
}

@media (min-width: 1140px) {
  .cart_menu {
    margin-bottom: -0.4rem;
    padding-top:0px;
  }
}

#cart_price {
  font-size: 25;
}

#cart_duration {
  font-size: 25;
}
#cart-notif{
  background-color: yellow;
  padding: 3px 11px;
  border-radius: 20px;
}
.challenge-tag {
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 10px;
  border-radius: 20px;
}

.challenge-tag:hover {
  background-color: #E73843;
}

.card_background{
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.ribbon_card{
  position: relative;
  top: -135px;
  left: -100px;
  color: white;
  font-size: 13.5px;
  -webkit-transform: rotate(-45deg);
  background-color: #E73843;
}

.ribbon_formula{
  position: relative;
  top: 9px;
  right: 72%;
  color: white;
  font-size: 13.5px;
  -webkit-transform: rotate(-45deg);
  background-color: #E73843;
  width: 150%;
}

.ribbon_extra_challenge{
  position: relative;
  top: 0px;
  right: 42%;
  color: white;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
  background-color: #E73843;
  margin-bottom: -15px;
}

.card-img {
  border-radius:unset;
  height:150px;
  cursor:pointer;
}

.lbl-info-no-selected{
  font-size:11px;
  color:grey;
}

.card-post__image {
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
  height: auto;
  min-height: 200px;
}

.radio{
  position: relative;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  border: 2px solid black;
  display: inline-block;
  vertical-align: top;
  top: 20px;
}

.formula_radio{
  cursor: pointer;
  background-color: #EFEFEF;
  overflow: hidden;
  margin: 15px 0 15px 0 !important;
  min-height: 82px;
  border-radius: 5px 5px 0 0 !important;
  margin: 10px!important;
  margin-bottom:0px!important;
  border: 0px !important;
}

.formula_radio.active{
  border: 5px solid yellow!important;
  border-bottom: 0px solid white!important;
  margin: 5px!important;
  margin-bottom: 0px!important;
  padding-bottom:15px!important;
}
.formula_radio.selected{
  border: 10px solid #E73843!important;
  border-bottom: 0px solid white!important;
  margin: 0px!important;
  padding-bottom:10px!important;
}
.formula_check {
  color: #E73843;
  top: -10px;
  left: -4px;
  display: none !important;
  font-size: 26px;
  position: relative;
}


@media (max-width: 600px) {
  #carouselFormula{
    max-width:96%!important;
  }
  .formula_radio{
    padding: 5px!important;
  }
  .ribbon_formula{
    top: 6px!important;
    right: 61%!important;
  }

  .tour-page {
    padding-bottom:0px;
  }
}

#carouselFormula{
  max-width:85%;
  /* padding-bottom: 50px;
  box-shadow: 0px -4px 11px gray; */
}
#carouselFormula .carousel-item{
  background:white;
  height:auto!important;
  min-height: 400px;
  padding: 40px 15px 0 15px;
}
#carouselFormula .carousel-inner{
  background:white;
}

#carouselFormula .carousel-control-prev i.fa,
#carouselFormula .carousel-control-next i.fa {
  color: white;
  font-size: 50px;
  background-color: #e73843;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 1px 0 0 4px;
}

#carouselFormula .carousel-control-prev i.fa {
  padding: 1px 4px 0 0 ;
}

#carouselFormula .carousel-control-prev{
  margin-left: -9%;
}

#carouselFormula .carousel-control-next{
  margin-right: -9%;
}

#carouselFormula .carousel-indicators{
  bottom: unset;
  top:20px;
}

#carouselFormula .carousel-indicators li{
  height: 12px;
  width:12px;
  border-radius:12px;
  background-color: rgba(43, 43, 43, 0.75);
}

#carouselFormula .carousel-indicators .active{
  background-color: #747474;
}

.subtitle{
  font-size: 30px;
  color: white;
  width: 100%;
  position: relative;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}

.booking_title {
}

.elipsis {
  max-width: 97%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4%;
}

.home_bg{
  background-position-y:center;
  background-size:cover;
  padding-bottom: 15px;
}

.main-dropdown ul {
  background: white;
  float: left;
}

.dropdown-object{
  float: left;
  position: relative;
  list-style: none;
}

.downdrop-link {
  display: block;
  text-decoration: none;
}

.sub-dropdown {
  position: relative;
  list-style: none;
  padding: 0px;
}
.sub-dropdown a{
  padding: 6px;
}

.sub-dropdown:hover {
  /* text-decoration: underline; */
}

.sub-dropdown-link{
  display: block;
  text-decoration: none;
}
.sub-dropdown-link:hover{
  display: block;
  text-decoration: none;
}

.main-dropdown li:hover > ul {
  min-width:350px;
  max-width:350px;
}

.main-dropdown ul ul {
  position: absolute;
  left: -10px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  border: 4px solid black !important;
}

li.main-dropdown:nth-last-child(3) ul ul {
  left: -165px;
}
li.main-dropdown:nth-last-child(4) ul ul {
  left: -115px;
}

.main-dropdown ul ul ul {
  left: 98%;
  top: 0;
}
.main-dropdown ul ul ul.teamBuilding {
  left: -100%;
  top: 0;
}

.main-dropdown li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.formula-description {
  text-align: center;
  color: black;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.main-tour-desc{
  margin-bottom:20px;
}

.main-tour-desc a{
  text-decoration: underline;
}

#formulas .ribbon_extra_challenge{
  display:none;
}

.in_formula{
  display:none;
}


.btn-info-option{
  position: absolute;
  background-color: #ececec83;
  right: 15px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 1px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  color: #535151;
}
.btn-info-option:hover{
  background-color: #ececec;
}
.challenge_formulas .btn-info-option{
  display:none;
}

/* fix bug muliple modal open in same time */
.modal { overflow: auto !important; }

/*
.embed-intripid-header{
  height:450px;
}

.header-video{
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -15%;
  z-index: -1;
}

@media (max-width: 600px) {
  .embed-intripid-header{
    height:200px;
  }  
  .header-video{
    width: 100%;
    height: 120%;
    max-height: 250px;
    margin-top: -25%;
  }
}

@media (min-width: 850px) {
  .embed-intripid-header{
    height:300px;
  }
  .header-video{
    width: 100%;
    height: 120%;
    margin-top: -15%;
  }
}

@media (min-width: 1030px) {
  .embed-intripid-header{
    height:450px;
  }
  .header-video{
    width: 100%;
    height: 120%;
    margin-top: -15%;
  }
}

@media (min-width: 1300px) {
  .header-video{
    width: 100%;
    height: 140%;
    margin-top: -15%;
  }
}
@media (min-width: 1400px) {
  .header-video{
    width: 120%;
    height: 120%;
    margin-top: -15%;
    margin-left:-10%;
  }
}
*/
@media (max-width: 600px) {
  
  .smcard{
    padding:3px;
  }
  .smcard .card{
    height:157px !important;
    margin-bottom: 0px;
  }
    .smcard .card-title{
    font-size: 17px;
    line-height: 25px!important;
    padding-left: 25px;
  }
  .smcard .ribbon_extra_challenge{
    top: -4px;
    right: 40%;
    font-size: 11.5px;
  }
  .smcard .row-bottom-smcard{
    height:45px !important;
    display:none;
  }
  .smcard .btn-smcard{
    margin-top: -40px;
    height: 40px !important;
    margin-left: 62.666667%;
    padding: 0px !important;
    font-size: 14px !important;
  }
  .smcard .btn{
    padding: 0px !important;
    border-radius: 5px 0 0 0;
    font-size:14px !important;
  }
  .card_background {
    /* left:  calc(-52vw + 50%) !important; */
    padding: 10px !important;
  }

}

.carousel-item{
  height: 200px;
  min-height: 0px;
}

.cart_modal {
  color:white;
  border-radius:20px;
  padding: 10px 15px;
  border: 0px;
}

.btn-intripid{
  font-size: 22px;
  font-family: 'bebas_neueregular', cursive;
  width: 100%;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px rgba(0,0,0,1);
  padding-left: 24px;
  padding-right: 24px;
}

.menu-lang{
  max-width: 36px !important;
  min-width: 36px !important;
  padding: 0px !important;
  text-align: center;
}

.white-list a{
  color:white!important;
  font-weight:bold;
}

.navbar.menu-top .nav-link{
  font-size: 16px;
  font-weight: bold;
}


.home-header-title{
  color:white;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 44px;
  font-family: 'balder';
  line-height: 53px;
}
@media (max-width: 600px) {
  .home-header-title{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    font-family: 'balder';
    line-height: 33px;
  }
}