* {
 font-family: "Rubik", sans-serif;
 //color: #231f20;
}

html {
 scroll-behavior: smooth;    
}

a, a:hover {
	color: inherit;
}


.main_layer {
    content: ""; 
    top: 0;
    left: 0;
    right: 0;
    position: absolute; 
    overflow: visible;
}

.layer_bottom { 
    content: ""; 
    width: 100%;
    height: 600px;
    position: absolute; 
    top: -200px; 
    right: 0; 
    background: linear-gradient(#a9c329, #deeb42);
    transform: skewY(-8deg); 
    overflow: hidden;
} 

.layer_top { 
    content: ""; 
    width: 100%;
    height: 80px;
    position: absolute; 
    bottom: -55px; 
    right: 0; 
    background: #adc62b; 
    transform: skewy(-2deg); 
} 

.main_img2 { 
    content: ""; 
    height: 815px;
    width: 908px;
    position: absolute; 
    top: 150px; 
    right: 200px; 

} 

.img1 {
  background: url(https://adventure.futuro.is/themes/winter-cms/assets/images/mainLogo.png);    
      background-size: contain;
    background-repeat: no-repeat;
}

.img2 {
  background: url(https://adventure.futuro.is/themes/winter-cms/assets/images/mainLogo2.png);    
      background-size: contain;
    background-repeat: no-repeat;
}

.img3 {
  background: url(https://adventure.futuro.is/themes/winter-cms/assets/images/mainLogo3.png);    
      background-size: contain;
    background-repeat: no-repeat;
}



.logo2 { 
    content: ""; 
    width: 245px;
    height: 110px;
    position: absolute; 
    top: 1.5rem;
    left: 200px; 
    background: url(https://adventure.futuro.is/themes/adventure2/assets/images/Adventure-Park_logo_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
} 

.locale_icon {
    width: 20px;
    height: 20px;
}

.lang-select {
  position: absolute;
  top: -2.45rem;
  right: 0px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  cursor: pointer;
}

.lang-select select {
  //background-color: rgba(0, 0, 0, 0.15);
  background-color: #a9b92f;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}


.content {
    margin: 2em auto;
    max-width: 1080px;
    text-align: center;
}

/*
.logo {
  position: absolute;  
  top: 1rem;
  left: 200px;
  width: 245px;
  height: 225px;
   z-index: 1000;
}
*/
#header {
  position: relative;
  padding: 1rem 200px;
  z-index: 10;
}
.navbar {
  background-color: transparent;
  transition: background-color 0.5s ease;
}



/*
.container-fluid {
  flex-direction: column; 
  align-items: start !important;
  padding: 0 !important;
  padding-left: 8rem !important;
  width: 60% !important;
  gap: 1rem;
}
*/


.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #231f20 !important;
    text-transform: uppercase !important;
    position: relative;
    transition: 0.5s all ease;
}

.nav-link::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: #231f20;
    transition: 0.5s all ease;
}

.nav-link:hover::before {
    right: 0;
}

.nav-link:focus::before {
    right: 0;
}

.nav-link:after {
      border-left: 0.25rem solid transparent; 
      border-top:  0.25rem solid; 
      border-right:  0.25rem solid transparent; 
      border-bottom: 0;  
      color: #231f2070 !important;
}

.top_div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 35px;
    margin-bottom: 20px;
}

.top_div a {
    text-decoration: none;
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s all ease;
}

.top_div a:hover {
   color: #444444 !important;
   transform: scale(1.1);
}

.container-nav {
  display: flex;
 /* flex-wrap: inherit;
  flex-direction: column; 
  align-items: start;
  justify-content: space-between;*/
  padding: 0;
  padding-left: 8rem;
  width: fit-content;
 // gap: 1rem;
  margin-right: auto;
  margin-left: auto;
}


#navbarSupportedContent {
    flex-wrap: inherit;
    flex-direction: column; 
    align-items: start;
    gap: 1rem;
    justify-content: space-between !important;
    width: 100% !important;
}

#navbarSupportedContent ul {
    gap: 40px; 
    //position: relative;
}



.book_btn {
  color: white !important;
  background-color: #231f20;
  border: 1px solid transparent;
  padding: 0.5rem 2rem 0.4rem;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 900 !important;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: auto;
 /* align-self: end;
  position: absolute;
  right: -210px;
  top: 50%;
  transform: translateY(-50%);*/
  transition: 0.5s all ease;
}

.book_btn:hover {
  color: #231f20;
  background-color: white;
}

 
.dropdown-menu  {
    background-color: rgba(221, 235, 66, 0.773) !important;
     z-index: 1000 !important;  
     padding-top: 0 !important;
     padding-bottom: 0 !important;
     border-radius: 10px !important;
     overflow: hidden !important;
     padding: 0.5rem 0 !important;
}

.dropdown-menu li  {
    --bs-dropdown-link-hover-bg: #a9c329  !important;
    background-color: rgba(221, 235, 66, 0.773) !important;
    transition: all 0.5s ease;
}

.dropdown-menu li:hover  {
    background-color: #a9c329 !important;
}

.dropdown-menu li a  {
        font-weight: 700;
}

.inserted {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}

/*
.lang-select2 {
  position: relative;    
  display: flex;
  justify-content: space-between;
  align-items: center;   
  gap: 0.3rem;
  cursor: pointer;
  background-color: #92a724;
  padding: 0.3rem 0.7rem;
  border-radius: 10px;
}


.lang-select2 select {
  background-color: #92a724;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.3rem 0.7rem;
}

.lang-select2 option {
  background-color: #92a724;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  padding: 0.3rem 0.7rem;
}

.top_div2 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 35px;
}

.top_div2 a {
    text-decoration: none;
    color: #231f20;
    font-size: 13px;
    color: #231f20 !important;
    font-weight: 500;
    transition: 0.5s all ease;
}

.top_div2 a:hover {
   color: #444444 !important;
   transform: scale(1.1);
}
*/

.navbar_fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 2rem 80px !important;
    background-color: rgba(221, 235, 66, 0.882);
}

.dropdown-item {
  font-size: 1.1rem;    
}


/* main section  */

#main {
    padding: 1rem 200px;
    margin-top: 30rem;
    margin-bottom: 8rem;
}

#main .row  {
    margin: 0 !important;
}

#main .row .col-lg-7 {
    padding: 0 !important;
}

.main_img {
  position: relative;    
}


.main_img img {
  position: absolute;
  top: -500px;
  right: 0px;
  z-index: 10;
}

.title {
  font-size: 60px;   
  font-weight: 800;
  margin-bottom: 3rem;
}

.title span {
  font-size: 100px;   
  font-weight: 900;
  color: #adc62b;
  text-wrap: nowrap;
  text-transform: uppercase;
}

.main_text {
    margin-bottom: 3rem;
    line-height: 30px;
}

.main_text p {
    font-size: 20px;
}


.main_text p:first-child {
    font-weight: 700;
}

.btn_adventure {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px;
  background-color: #adc62b !important;
  width: fit-content;
  color: #231f20 !important;
  padding: 0.3rem 0.2rem 0.2rem 2rem !important;
  border-radius: 2rem !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: 0.5s ease all;
} 

.btn_adventure svg {
  color: white;
  transition: 0.5s ease all;
} 

.btn_adventure:hover {
  background-color: #bcdd15 !important;
} 
.btn_adventure:hover svg {
  color: #231f20;
} 




/* cards section  */
#cards {
    padding: 1rem 200px;
    position: relative;
}

.cards_row {
  margin: 0 auto !important;    
  justify-content: space-between;
  align-items: stretch;
}


.cards_row .col-lg-4:nth-child(1) {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

.cards_row .col-lg-4:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.cards_row .col-lg-4:nth-child(3) {
    padding-right: 0px !important;
    padding-left: 20px !important;
}


.cards_row .col-lg-4:nth-child(1) .card {
    background-color: #99b024 !important;
    height: 100% !important;
}

.cards_row .col-lg-4:nth-child(2) .card {
    background-color: #329b9b !important;
    height: 100% !important;
}

.cards_row .col-lg-4:nth-child(3) .card {
    background-color: #827764 !important;
    height: 100% !important;
}

.cards_row .col-lg-4 .card {
 // width: fit-content !important;   
  overflow: hidden;
  border-radius: 40px !important;
  border: none !important;
}

.cards_row .col-lg-4 .card img {
   max-width: 100%;
   height: auto;
}




.card_content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2.5rem 1rem 2rem;    
    color: white;
    flex-grow: 1;
}

.card_content h3 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 1rem;
}

.card_content p {
    font-size: 18px;
}

.card_content button {
    margin: 0 auto;
    margin-top: auto;
    background-color: #deeb42;
    color: #231f20;
    padding: 0.4rem 1rem 0.2rem;
    border-radius: 2rem;
    width: fit-content;
    border: none;
    font-weight: 600;
    font-size: 18px;
    transition: 0.5s all ease;
}
.card_content button:hover {
    background-color: #231f20;
    color: #deeb42;
}

.layer_bottom2 { 
    content: ""; 
    width: 100%;
    height: 650px;
    position: absolute; 
    top: -50px; 
    right: 0; 
    background: linear-gradient(#a9c329, #deeb42); 
    transform: skewY(-8deg); 
    z-index: 0;
    overflow: hidden;
} 

.layer_top2 { 
    content: ""; 
    width: 100%;
    height: 80px;
    position: absolute; 
    bottom: -55px; 
    right: 0; 
    background: #adc62b; 
    transform: skewy(-2deg); 
    z-index: 0;
}

.layer_bottom3 { 
    content: ""; 
    width: 100%;
    height: 650px;
    position: absolute; 
    top: -50px; 
    right: 0; 
    background: linear-gradient(#a9c329, #deeb42); 
    transform: skewY(-8deg); 
    z-index: 0;
    overflow: hidden;
    display: none;
} 

.layer_top3 { 
    content: ""; 
    width: 100%;
    height: 80px;
    position: absolute; 
    bottom: -55px; 
    right: 0; 
    background: #adc62b; 
    transform: skewy(-2deg); 
    z-index: 0;
    display: none;
}

.watermark {
   position: absolute;
   top: 1rem;
   right: 1rem;
   width: 100px;
   height: 45px;
}



/* footer section  */
#footer {
    margin-top: 7rem;
    border-top: 1px solid #a9c329;
    padding: 50px 200px;
}

.footer_row {
    justify-content: space-between !important;
}

.footer_row  .col-lg-4 {
    padding: 0 !important;
}

.footer_row  .col-lg-3:nth-child(1) {
    padding-left: 0;
}

.footer_row  .col-lg-3:nth-child(3) {
    padding-right: 0;
}

.footer_logo {
  width: 210px;
  height: 94px;
}


.terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.terms a { 
  font-size: 20px;  
  font-family: "Saira", sans-serif;
  text-decoration: none;
  color: #231f20;
  transition: 0.5s all ease;
}

.terms a:hover { 
  color: #5f5e5e;
  transform: scale(1.02);
}

.terms a:nth-of-type(2) { 
  text-align: end;
}

.kred_kard {
  width: 300px;
  height: 80px;
}

.footer_row .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer_row .col-lg-3:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.icons {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.icons svg {
    cursor: pointer;
    transition: 0.5s all ease;
    color: #231f20;
}

.icons svg:hover {
    transform: scale(1.1);
    color: #5f5e5e;
}



/* ----------------------------------------------------------- Adventure page ------------------------------------------------------------------------------- */

.layer_bottom_adv { 
    content: ""; 
    width: 100%;
    height: 600px;
    position: absolute; 
    top: -400px; 
    right: 0; 
    background: linear-gradient(#a9c329, #deeb42);
    transform: skewY(-8deg); 
    overflow: hidden;
} 

.layer_top_adv { 
    content: ""; 
    width: 100%;
    height: 70px;
    position: absolute; 
    bottom: -55px; 
    right: 0; 
    background: linear-gradient(to right, #a9c329, #deeb42);; 
    transform: skewy(-1deg); 
} 

.layer_bottom_grid { 
    content: ""; 
    width: 100%;
    position: absolute; 
    top: 200px; 
    right: 0; 
    background: linear-gradient(#a9c329, #deeb42);
    transform: skewY(-8deg); 
    z-index: 10;
} 

.layer_bottom_grid::before { 
    content: ""; 
    width: 100%;
    height: 70px;
    position: absolute; 
    bottom: -15px;
    right: 0; 
    background: #e9e8e8; 
    transform: skewy(1deg); 
    z-index: 0;
} 




.layer_container {
  position: relative;    
  width: 100%;
  height: 100%;
}

.layer_grid_container {
   height:100%;
   width: 100%;
   margin: 0 !important;
}

.layer_grid_container .col-lg-4 {
     padding: 0 !important;
     border-top: 1px solid #a9c329;
}


.layer_grid_container .col-lg-4 {
     height:100%;
     overflow: hidden;
}

.layer_grid_container .col-lg-4 img{
      height:100%;
      width: 100%;
      transform: skewY(8deg) scale(1.2);
}
.layer_grid_container .col-lg-8 {
     padding: 0 !important;
     border-top: 1px solid #a9c329;
}


.layer_grid_container .col-lg-8 {
     height:100%;
     overflow: hidden;
}

.layer_grid_container .col-lg-8 img{
      height:100%;
      width: 100%;
      transform: skewY(8deg) scale(1.25);
}

/*
.img1 {
    content: ""; 
    width: 120%;
    height: 120%;
    position: absolute; 
    top: -10rem; 
    left: -2rem; 
    background: url(https://adventure.futuro.is/themes/winter-cms/assets/images/adventure/kolaž3.png); 
    transform: rotateZ(10deg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
*/


/* main section */

#main_adv {
    padding: 1rem 200px;
    margin-top: 55rem;
    margin-bottom: 8rem;
}

#main_adv .col-lg-5 {
  padding-left: 0 !important;
}

#main_adv .col-lg-7 {
  padding-right: 0 !important;
}

#main_adv .row  {
    margin: 0 !important;
}





.title_adv {
  font-size: 30px;   
  font-weight: 800;
  text-align: end;
}

.title_adv span {
  font-size: 80px;   
  font-weight: 900;
  color: #adc62b;
}

.sub_title {   
  font-size: 26px;
  margin-top: 4rem;
}
/*
.adv {
  margin: 0 auto;    
}
*/
.content_main {
  width: fit-content;    
}

.icons_adv {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  justify-content: end;
}

.icon_adv {
    height: 65px;
    aspect-ratio: 1;
}

.icon_container {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: end;
   gap: 10px
}

.icon_container p {
   margin: 0;
}

/* grid adventure section */

#grid_adv {
  padding: 0 200px;    
}

.mini_gallery {
 row-gap: 24px;    
}
.main_grid_row {
 row-gap: 24px;    
}

.image-container {
     height: 100%;
}

.mini_gallery .col-lg-6 {
     height: 100%;
}
.mini_gallery .col-lg-6:nth-child(1) {
     align-self: start;
}
.mini_gallery .col-lg-6:nth-child(2) {
     align-self: start;
}
.mini_gallery .col-lg-6:nth-child(3) {
     align-self: end;
}

.mini_gallery .col-lg-6:nth-child(4) {
     align-self: end;
}


#grid_adv .col-6 .card   {   
  overflow: hidden;
}
#grid_adv  .col-6 .card img  {
  transition: 0.5s all ease; 
}
#grid_adv  .col-6 .card  img:hover  {
  transform: scale(1.1);
}

#grid_adv .col-12 .card   {
  overflow: hidden;
}
#grid_adv  .col-12 .card img  {
  transition: 0.5s all ease; 
}
#grid_adv  .col-12 .card  img:hover  {
  transform: scale(1.1);
}

.grid_lijevo .card {
  border-radius: 30px;    
}

.mini_gallery .col-lg-6 .card {
     border-radius: 30px;
}

.mini_gallery .col-3 .card {
    border-radius: 30px;
}

.video {
  margin-top: 9rem;
  border-radius: 30px;
  aspect-ratio: 1/0.44;
}

/*---------------------------------------------------------location pages----------------------------------------*/

.location_title {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 60px;
}

.map {
    border-radius: 40px;    
    aspect-ratio: 1.5/1;
}

.locations {
   text-align: end;   
   margin-left: auto;
}

.row_location .col-lg-5 {
   margin-left: auto;
}

#main_location {
    padding: 1rem 200px;
    margin-top: 60rem;
    margin-bottom: 8rem;
}


#main_location .col-lg-5 {
  padding: 0 !important;
}

#main_location .col-lg-7 {
  padding: 0 !important;
}

#main_location .row  {
    margin: 0 !important;
}


.sub_title_loc {   
  font-size: 26px;
  margin-top: 4rem;
}

/*---------------------------------------------------------group pages--------------------------------------------*/
.rounded_icon {
  width: 60px;
  aspect-ratio: 1/1;
  background-color: #232323;
  color: #ffffff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------------------------about us----------------------------------------------*/
#about_us {
    padding: 1rem 200px;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

.section-info {
    padding: 1rem 200px;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

  #data {
    padding: 1rem 200px;
    margin-top: 6.5rem;
    margin-bottom: 5rem;
  }
  

.about_title {
  font-size: 32px;  
  text-align: center;   
  margin-bottom: 1rem;
}

.about_par {
  font-size: 20px;    
  text-align: center;  
   margin-bottom: 2rem;
}

.about_us .card {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border: none !important;
}

.about_us .card .card-overlay-text {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    color: #231f20;
    background: rgba(221, 235, 66, 0.882);
    text-align: center;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.about_us .card:hover .card-overlay-text {
    transform: translateY(-100%);
}

.about_us .card .card-overlay-text button {
    outline: none;
    border: none;
    background: none;
}
.about_us .card .card-overlay-text span {
    position: relative;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
}

.about_us .card .card-overlay-text span:hover {
   font-weight: 900;
}

.about_us .card .card-overlay-text span::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: #231f20;
    transition: 0.5s all ease;
}

.about_us .card .card-overlay-text span:hover::before {
    right: 0;
}

.about_us .card .card-overlay-text span:focus::before {
    right: 0;
}

.about_content .col-12:nth-child(1) .card {
    //padding: 2rem 0;
    justify-content: center;    
}

.about_content .col-12 .card {
   border-radius: 0px;   
}

.about_content:not(:first-child) {
    display: none;
}

.main_text1 {
  //  margin-bottom: 3rem;
    line-height: 30px;
}

.main_text1 p {
    font-size: 20px;
    text-align:justify;
}


.main_text1 p:first-child {
    font-weight: 700;
}

.main_text2 {
  //  margin-bottom: 3rem;
    line-height: 30px;
}

.main_text2 p {
    font-size: 20px;
    text-align:justify;
}


.main_text2 p:first-child {
    font-weight: 700;
}


.about_content .col-12 .card {
   width: 100%;
   height: 100%;  
}

.about_content .col-12 .card img {
   border-radius: 40px;   
}

#about_data {
 background: #ecf0f6;    
}

#about_data {
 background: #ecf0f6;   
 padding: 1rem 2rem;
 border-radius: 10px;
}


#about_data .card {
 background: #ecf0f6;    
 border: none;
}

#about_data .card h3 {
 margin-bottom: 0px;
}

/*----------------------------------------------------------contact us----------------------------------------------*/
#contact_us {
  padding: 1rem 200px;
  margin-top: 8rem;
  margin-bottom: 5rem;
}

#contact_us .col-lg-4 .card {
    position: relative;
    border: none;
    border-radius: 0px;
}
#contact_us .row .col-lg-4:nth-child(1) .card {
    border-right: 1px solid #232124;
}
#contact_us .row .col-lg-4:nth-child(2) .card {
    border-right: 1px solid #232124;
}

#contact_us .row .col-lg-4 .card {
   //  text-align: center; 
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 4rem;
}

#contact_us .row .col-lg-4 .card svg {
   //  text-align: center; 
     width: 50px;
     height: 50px;
}

.contact_title {
  font-size: 32px !important;  
  text-align: center;   
  margin-bottom: 1rem;
  font-weight: 700;
}

.last_par {
  margin-top: auto;    
  font-weight: 400;
}

.info_cont p { 
  font-weight: 400 !important;
}


.cont_location_title {
  font-size: 30px !important;
}
/*------------------------------------------------------------Book page-------------------------------------------*/

#book {
  padding: 1rem 200px;
  margin-top: 8rem;
  margin-bottom: 5rem;
}


#book .row:nth-child(2) {
  //height: 9rem;    
}


#book .row .col-md-8 {
  //height: 9rem;    
  margin: 6rem auto;
}

.reservation_line {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    height: 20px;
    background-color: #231f20; 
    z-index: 1;
}

.reservation_line.first_step {
    background: linear-gradient(to right, #a9c329 0% 12%, #231f20  12% 100%); 
}

.reservation_line.second_step {
    background: linear-gradient(to right, #a9c329 0% 44%, #231f20  44% 100%); 
}

.reservation_line.third_step {
    background: linear-gradient(to right, #a9c329 0% 75%, #231f20  75% 100%); 
}

.reservation_line.fourth_step {
    background: #a9c329; 
}

.steps {
    padding-left: 128px !important;    
}

.reservation_path {
    margin: 0 auto;
    width: 708px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.reservation_path .step {
    position: relative;
    background-color: #231f20; 
    color: #ffffff;
    font-weight: bold;
    width: 100px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.step-wrapper.active .step {
    background-color: #a9c329; 
    color: #ffffff;
}

.step-wrapper.active .step::after {
    background-color: #a9c329; 
    color: #ffffff;
}

/*
.step-wrapper.active .step p {
    width: 92%;
    background: #a9c329;    
}
*/

.reservation_path .step::before {
    content: "";
    height: 80px;
    width: 20px;
    background-color: #ffffff;   
    position: absolute;
    left: -2px;
    top: 0;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.reservation_path .step::after {
    content: "";
    height: 80px;
    width: 20px;
    background-color: #231f20;   
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(16px);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    border-radius: 10px;
}

.step p {
    margin: 0px;
    margin-left: 20px;
    z-index: 1;
    font-size: 22px;
}

.step-wrapper {
    position: relative;    
}

.circle {
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translate(50%,-50%);
    width: 22px;
    height: 22px;
    border: 2px solid #ffffff;
    background: #231f20;
    border-radius: 50%;
    z-index: 1;
}

.step-wrapper.active .circle {
    background-color: #a9c329; 
    color: #ffffff;
}

.reservation_text {   
    width: 708px;
    margin: 20px auto 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reservation_text p {   
    width: 100px;
    font-size: 16px;
    text-wrap: nowrap;
}

.book_title {
    font-size: 24px;    
}

.btn-primary {
  background-color: #a9c329;  
  border: 1px solid #a9c329;
  width: 300px;
  margin: 0 auto;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  color: #a9c329;
  background-color: #ffff;
  border: 1px solid #a9c329;
}

.btn-primary:focus:active {
  color: #ffff;
  background-color: #a9c329;
  border: 1px solid #a9c329;
}

.btn-primary svg {  
  transition: all 0.3s ease;
  transform: translateX(0); 
}
.btn-primary:hover svg {
  transform: translateX(10px);
}


/*
#book .col-md-12  {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}
*/

.form_col {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.form_label {
    margin-left: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
}

#adv_label.disabled, 
#numb_label.disabled, 
#date_label.disabled, 
#time_label.disabled,
#quads_label.disabled, 
#two_quads_label.disabled {
    color:  #231f2070;
}


.form_select.disabled .current {
    background: #231f2070;
}

.form_select.disabled  {
    pointer-events: none;
}

.flatpickr-input.disabled {
    background: #231f2070;     
    pointer-events: none;
}

.form_select {
    position: relative;
    font-size: 16px;
    background: transparent !important;
    padding: 0;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    height: unset;
    transition: all 0.5s ease;
}

.nice-select:after {
    right: 36px;
    top: 27px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 10px;
    height: 10px;
}

.nice-select .current {
    font-size: 16px;
    background: #a9c329;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 10px 32px;
    border-radius: 2rem;
    margin-bottom: 3px;    
    text-align: start;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.nice-select.open .current {
     border: 1px solid black;
}

.nice-select .nice-select-dropdown {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 4px;
    background-color: transparent;
    border-radius: 32px;
    box-shadow: none;
    pointer-events: none;
    width: 100%;
    max-height: 0;
}

.nice-select.open .nice-select-dropdown {
     max-height: 500px;
}

.nice-select.number.open .nice-select-dropdown {
     padding: 5px 32px;
     background: #a9c329;     
}

.nice-select .list {
    background: transparent;
    border: 0px;    
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-height: 600px;
}

.nice-select.number .list {
    flex-direction: row;
    flex-wrap: wrap;
    background: #a9c329; 
    margin-bottom: 0px;
}

.nice-select.number .list .option {
    border-radius: full;
}

.nice-select.number .list .option {
    border-radius: 100%;
    padding: unset;
    background: #ffffff;
    color: #a9c329;
    border: 1px solid #a9c329;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #86a004;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: #c0d848 !important;
}

.adventure .nice-select-dropdown .list .option:nth-child(1) {
    display: none;    
}

.form_input, .form_textarea {
    width: 100%;
    position: relative;
    font-size: 16px;
    background: #a9c329;
    color: #ffffff;
    padding: 10px 32px;
    border: none;
    outline: none;
    border-radius: 2rem;
    line-height: 32px;
}

.form_input::placeholder,  .form_textarea::placeholder{
    font-size: 16px;
    color: #ffffff;
}

.form_select option {
    background: #ffff;
    color: #231f20;
}

.select-container {
    width: 100%;
    position: relative;    
}

.select-container img {
    position: absolute;
    right: 20px;
    top: 16px;
}


#date::placeholder {
     color:  #ffff;
     font-size: 16px;
}

#date::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    cursor: pointer;
}

.form_row {
    display: flex;
    flex-direction: column;
    gap: 40px;   
}

/*
#book .needs-validation .col-md-12 .row {
    display: flex;
    flex-direction: row;
    gap: 30px;  
    align-items: center;
    justify-content: center;
    width: 100%;
}
#book .needs-validation .col-md-12 .col-md-6 {
    display: flex;
    flex-direction: column;  
    align-items: start;
    justify-content: space-between;  
}

#book .needs-validation .col-md-12 .col-md-6:nth-child(2) {
    align-items: start;
}
*/

/*
#number {
     font-size: 16px;
     background: #231f2070;
     color: #ffff;
     border: none;
     outline: none;
     padding: 10px 20px;
     border-radius: 10px;
     cursor: pointer;
}
*/
/*
.nice-select .current {
    background: #a9c329;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border-radius: 2rem;
    margin-bottom: 3px;    
    text-align: start;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.nice-select.open .current {
     border: 1px solid black;
}

.nice-select.open .nice-select-dropdown {
     max-height: 500px;
}

.nice-select-dropdown {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    background: #ffffff;
    color: #ffffff; 
    transition: all 0.5s ease;
}

.nice-select-dropdown .list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: transparent;  
}

.nice-select-dropdown .option {
    background: #a9c329;
    border-radius: 32px;
    padding: 10px 20px;
    z-index: 10;
    transition: all 0.5s ease;
}

.nice-select-dropdown .option:hover {
    background: #86a004;
}
*/

.nice-select .option {
    background: #a9c329;
    border-radius: 32px;
    padding: 10px 20px;
    z-index: 10;
    line-height: 40px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s;
}

/*------------------------------------------------adventure info - paintball-------------------------------------------*/

.adv_book_info {
    margin-top: 100px;    
}

.adv_book_info .row {
    justify-content: center;
    gap: 40px;
    column-gap: 15%;
    width: 100%;

}

.adv_book_package {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 350px;
}


.adv_book_package p {
    background: #ffffff;
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    text-wrap: nowrap;
    flex-basis: 60%;
    text-align: start;
    flex-shrink: 0;
    border: 2px solid #a9c329; 
    border-bottom: 0px;
}


.adv_book_package.paintball p:not(:first-child)  {
    flex-basis: 40%;
    text-align: start;
    border: 2px solid #a9c329; 
    border-left: 0px;
    border-bottom: 0px;
}

.adv_book_package.quad p:not(:first-child)  {
    border: 2px solid #a9c329; 
    border-left: 0px;
    border-bottom: 0px;
}

.border_bottom  {
    border-bottom: 2px solid #a9c329 !important;
}

.second_column p {
    border-left: 0px;
    border-bottom: 0px;
}

.adv_book_package div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.adv_package_title {
    position: relative;
    background: #a9c329;
    color: #231f20;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
/*  border: 2px solid #231f20; 
    border-bottom: 0; */
    padding: 15px;
    border-top-right-radius: 32px;
    border-top-left-radius: 32px; 
    margin-bottom: 5px;
    flex-direction: column;
}

.adv_package_title:before {
    content: "";
    position: absolute;
    background-color: transparent;
    left: 0;
    bottom: -50px;
    height: 50px;
    width: 32px;
    border-top-left-radius: 32px;
    box-shadow: 0 -32px 0 0 #a9c329; 
}

.adv_package_title:after {
    content: "";
    position: absolute;
    background-color: transparent;
    right: 0;
    bottom: -50px;
    height: 50px;
    width: 32px;
    border-top-right-radius: 32px;
    box-shadow: 0 -32px 0 0 #a9c329; 
}

.adv_book_package.quad {
    max-width: 100%;
}

.adv_book_package.quad p:nth-child(1) {
    flex-basis: 34%;
}

.adv_book_package.quad p {
    text-align: center;
    flex-basis: 33%;
}

.adv_book_package.quad div:nth-child(2) p {
    background: #c0d848a9;
}

.adv_book_package p {
    width: 100%;    
}

.package_info_container {
    display: flex;   
}

.package_info_container div {
    flex-direction: column;  
}

#paintball {
    margin-top: 100px;    
}

#paintball .book_title {
    text-align: start;    
}

.info_container {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    justify-content: end;
}

.adv_book_info .col-xl-4:nth-child(1) .info_container {
    padding-top: 43px;
    justify-content: start;    
}

.info_container li {
    font-size: 18px;
    text-align: start;
}

.info_container p {
    margin-left: 32px;
    font-size: 18px;    
    font-weight: 600;
}

.info_container a {
    color: #a9c329;
    transition: all 0.5s ease;
}

.info_container a:hover {
    color: #deeb42;
}

.adv_row {
    row-gap: 40px;    
}

.adv_book_info .col-xl-4:nth-child(1) .info_container.quad  {
    padding-top: unset;
    justify-content: start;
}

.info_container.quad {
    justify-content: start;
}

.col-lg-10 .info_container.quad ul{
    margin: 0 auto;
    font-weight: bold;
}

#white {
    background: linear-gradient(to right, #a9c329 0 10%, #ffffff 35% 65%, #a9c329 90% 100%);    
}

#grey {
    background: linear-gradient(to right, #a9c329 0 10%, #c9c9c9 35% 65%, #a9c329 90% 100%);     
}

#yellow {
    background: linear-gradient(to right, #a9c329 0 10%, #fff239 35% 65%, #a9c329 90% 100%);
}

#blue {
    background: linear-gradient(to right, #a9c329 0 10%, #162adb 35% 65%, #a9c329 90% 100%);
    color: #ffffff;
}

#red {
    background: linear-gradient(to right, #a9c329 0 10%, #d40d0d  35% 65%, #a9c329 90% 100%);
    color: #ffffff;
}

#black {
    background: linear-gradient(to right, #a9c329 0 10%, #231f20 35% 65%, #a9c329 90% 100%);
    color: #ffffff;
}

.adv_book_info  .cards_color {
    column-gap: 0;    
    margin-top: 80px;
}


.flatpickr-day.selected {
    background: #a9c329 !important;
    border-color: #a9c329 !important;
}

.top_left_radius {
    border-top-left-radius: 2rem;    
}

.top_right_radius {
    border-top-right-radius: 2rem;    
}

.bottom_left_radius {
    border-bottom-left-radius: 2rem;    
}

.bottom_right_radius {
    border-bottom-right-radius: 2rem;    
}



/*------------------------------------------------additional info-------------------------------------------------*/


.per_info .col-4:nth-child(1) .card {
   background: #a9c329;
   color: #ffff !important;
}

.per_info .col-4:nth-child(2) .card {
   color: #a9c329;
   border: 1px solid #a9c329;
}

/*------------------------------------------------payment info-------------------------------------------------*/
.pay_info .col-4:nth-child(1) .card {
   background: #a9c329;
   color: #ffff !important;
}
.pay_info .col-4:nth-child(2) .card {
   background: #a9c329;
   color: #ffff !important;
}

.pay_info .col-4:nth-child(3) .card {
   color: #a9c329;
   border: 1px solid #a9c329;
}


.pay_info .needs-validation .row  {
    flex-direction: row !important;
    justify-content: space-between;
}

.cards-logos {
    display: flex;
    flex-direction: column;
    gap: 20px; 
    margin-bottom: 50px;
}

.cards-logos div {
    display: flex;
    gap: 10px; 
    align-items: center;
}

/*---------------------------------------------------------cookies message----------------------------------------*/
:root {
    --purple: #fff;
    --red: #000;
}
.gdpr-wrap {
    display:block;
    position: fixed;
    left: 0;
    right:0;
    bottom: 0;
    z-index:9998;
    width: 100%;
    padding-top:60px;
    background-color: rgba(0,0,0,0);
}
#gdpr-cookie-message {
    position: relative;
    left: 50%;
    bottom: 30px;
    z-index:9999;
    margin-left:-300px;
    max-width: 600px;
    background-color: var(--purple);
    padding: 20px;
    padding-bottom:30px;
    border-radius: 0px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    text-align:center;
    border-radius:3px;
}
@media (max-width:600px) {
    #gdpr-cookie-message {
        left: 0;
        right: 0;
        margin-left:0;
        max-width: 100%;
    }
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-size: 30px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}
#gdpr-cookie-message p {
    margin-bottom:10px;
    color: #424242;
    font-size: 14px;
    line-height: 1.5em;
}
#gdpr-cookie-message h5 {
    margin:15px 0;
    color: var(--red);
    font-size: 13px;
    list-style-type:none;
}
#gdpr-cookie-message ul {
    margin-top:0;
    padding-left:15px;
}
#gdpr-cookie-message ul li {
    color: var(--red);
    font-size: 13px;
    list-style-type:none;
}
#gdpr-cookie-message ul li .custom-control-label::before, #gdpr-cookie-message ul li .custom-control-label::after {
	top: 0.2rem;
}
#gdpr-cookie-message .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #53ba5b;
	background-color: #53ba5b;
}
#gdpr-cookie-message .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	border-color: #dedede;
	background-color: #dedede;
}
#gdpr-cookie-message .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow:none;
}

 #gdpr-cookie-message ul li label {
    display:inline-block;
    margin:4px 0px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 40px;
    /*text-align: right;*/
}
#gdpr-cookie-message span.bottom {
    /*display:none;*/
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 12px;
    padding-bottom: 2px;
    border-bottom: 1px dotted var(--red);
    transition: all 0.3s ease-in;
    display:inline-block;
}
#gdpr-cookie-message a:hover {
    /*color: white;*/
    border-bottom-color: var(--purple);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
    display:inline-block;
    border: none;
    background: #adc62b;
    color: var(--purple);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 1px;
    margin-left: 15px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    border-radius:3px;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
    border: 1px solid #dedede;
    background: var(--purple);
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    padding: 8px 14px;
}
#gdpr-cookie-message button:hover {
    /*
    background: var(--red);
    color: var(--purple);
    transition: all 0.3s ease-in;
    */
}

/* ------------------------------------------------------- responsive styles -------------------------------------*/


@media screen and (max-width: 1800px) {
    #main_adv {
        margin-top: 50rem;
    }
    #main_location { 
        margin-top: 55rem;
    }
   
}

@media screen and (max-width: 1750px) {
    /*
.container-nav {
    width: 65% !important;
   } */
}

@media screen and (max-width: 1724px) {
   .main_img2 { 
    right: 150px; 
  } 
  .de {
     width: 70% !important;
  }
}

@media screen and (max-width: 1640px) {
  #header {
    padding: 1rem 130px; 
  }
  
  #main {
    padding: 1rem 130px;    
  }
  #about_us {
    padding: 1rem 130px;
  }
  
  .section-info {
    padding: 1rem 130px;
  }
  #contact_us {
    padding: 1rem 130px;
  }
  #book {
      padding: 1rem 130px;
  }
  #data {
    padding: 1rem 130px;
  }
  
  #cards {
    padding: 1rem 130px;    
  } 

  #footer {
    padding: 50px 130px;  
  }
  
  .logo2 {
      left: 130px;
  }

  .main_img2 { 
    right: 130px; 
  } 
  
/*  .lang-select {
    right: 130px;
  }
  */
  
   #main_adv {
    padding: 1rem 130px;    
  }
   #main_location { 
     padding: 1rem 130px;
    }
  
   #grid_adv {
    padding: 1rem 130px;    
  }
  


}

@media screen and (max-width: 1575px) {
    .main_img2 { 
        right: 100px; 
   }
}

@media screen and (max-width: 1575px) {
    .main_img2 { 
        right: 80px; 
   }
}

@media screen and (max-width: 1510px) {
    .main_img2 { 
        right: 60px; 
   }
     #main_location { 
        margin-top: 50rem;
    }
}

@media screen and (max-width: 1505px) {
    
    #main_adv {
        margin-top: 45rem;
    }

}



@media screen and (max-width: 1444px) {
    .main_img2 {
        height: 600px;
        width: 700px;
        top: 150px;
        right: 110px;
    }   
   
    .logo2 {
        width: 175px;
        height: 78px;
    }   
   
    .layer_top_adv { 
        bottom: -60px; 
        transform: skewy(-1deg); 
    } 
    .layer_bottom_grid::before { 
        bottom: -10px;
        transform: skewy(1deg); 
    } 
       .de {
         width: 75% !important;
    }
       ._de {
           flex-direction: column;
    }
    
    #navbarSupportedContent ul {
        gap: 20px;
    }
    
    .reservation_path {
        width: 629px;
    }
    
    .reservation_line.first_step {
        background: linear-gradient(to right, #a9c329 0% 14%, #231f20  14% 100%); 
    }

    
    .reservation_line.second_step {
        background: linear-gradient(to right, #a9c329 0% 45%, #231f20  45% 100%); 
    }
    
    .reservation_text {
        width: 629px;    
    }
}

@media screen and (max-width: 1380px) {
   /*
    .nav-link {
       // font-size: 0.9rem !important; 
   }
    */
   
    .book_btn {
        padding: 0.5rem 1.5rem 0.4rem;
      //  font-size: 0.9rem;
    }

       #main_location { 
        margin-top: 45rem;
    }
}

@media screen and (max-width: 1310px) {

   .layer_top_grid {
       top: 747px;
    }
    #main_adv {
       margin-top: 40rem;
    }

}


@media screen and (max-width: 1230px) {
    /*
  .container-nav {
        width: 70% !important;
   }
   */
  #header {
    padding: 1rem 80px; 
  }
  
  #main {
    padding: 1rem 80px;    
  }
  #about_us {
    padding: 1rem 80px;
  }
  .section-info {
    padding: 1rem 80px;
  }
  #contact_us {
    padding: 1rem 80px;
  }
  #book {
      padding: 1rem 80px;
  }
    #data {
    padding: 1rem 80px;
  }
  
  #cards {
    padding: 1rem 80px;    
  } 

  #footer {
    padding: 50px 80px;  
  }
  
   .main_img2 { 
    right: 60px; 
  } 
  
 /* .lang-select {
    right: 80px;
  }
  */
  
  .logo2 {
    left: 80px;
  }
  
    #main_adv {
    padding: 1rem 80px;    
  }
   #main_location { 
      padding: 1rem 80px;
    }
  
   #grid_adv {
    padding: 1rem 80px;    
  }
  
}

@media screen and (max-width: 1199px) { 
    .container-nav {
      justify-content: end !important;    
      align-items: end !important;
      position: relative !important;
      padding-left: 0 !important;
      /*
      width: 60% !important;
      */
    }
    .container-nav div {
      align-self: end !important;
    }
  
    .navbar-collapse {
       // background: linear-gradient(#a9c329, #ddeb4275) !important;
        background-color: rgba(221, 235, 66, 0.882);
        border: 1px solid #a9c329;
        border-radius: 40px;
        position: absolute !important;
        top: 5rem;
        z-index: 1000;
        top: 2.7rem;
    }
    
    .inner_navbar {
        display: flex;
        flex-direction: column;
        padding: 2rem;
    }
  
    .navbar-nav .nav-item:nth-child(4) {
        width: 100%;     
    }
    #navbarSupportedContent ul {
        width: 100%;
        align-items: start;
    }
    .dropdown-menu  {
        background-color:  #a9c329 !important;
    }
    
    .dropdown-menu li {
        background-color:  #a9c329 !important;
    }
    .book_btn {
     // padding: 0.5rem 2rem 0.4rem;
      text-align: center;  
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      transition: 0.5s all ease;
    }
    .nav-item {
      flex-direction: column;
      align-items: start;
      width: 100%;
    }
   /*   .lang-select {
        display: none;
    }*/
      .container-nav {
        width: 100% !important;
    }
    .lang-select {
      left: 80%;
      top: 50%;
      transform: translateY(-50%);
      right: unset;
    }
    .dropdown-item {
      font-size: 1.3rem;    
    }
      #header {
        padding-top: 2rem;    
    }
    
    .about_us .about_images {
        display: none;   
    }
    
    .about_us .about_content {
        display: flex;   
        margin-bottom: 1rem;
    }
    .about_us .about_content:nth-child(1) {
        flex-direction: row-reverse;    
    }
    .about_us .about_content:nth-child(3) {
        flex-direction: row-reverse;    
    }
    .top_div {
         margin-bottom: 0px; 
    }
    
    .adv_book_info .row {
        justify-content: center;
        gap: 0px;
        column-gap: 0px;
    }
    

    .info_container.right p {
        margin-right: 95px;
        margin-left: auto;
    }
    
    .info_container.right ul {
        margin-left: auto;      
    }
    
    .adv_book_package.right {
        margin-left: auto;
    }
    
    .steps {
        padding-left: 0 !important;    
    }
    
    .adv_book_info .cards_color {
        row-gap: 30px;    
    }

}

@media screen and (max-width: 1180px) {
   .footer_logo{
      width: 166px;
      height: 74px;
    } 
}

@media screen and (max-width: 1124px) {
    .main_img2 {
        height: 500px;
        width: 583px;
        top: 150px;
   } 
}

@media screen and (max-width: 1064px) {
  /*  .de {
      width: 80% !important;
    } */
}

/*
@media screen and (min-width: 1046px) and (max-width: 1124px) {
//     .container-nav {
//        width: 65% !important;
//   } 
     .nav-link {
        font-size: 0.9rem !important; 
   }
     .book_btn {
        padding: 0.3rem 1.5rem;
        font-size: 0.9rem;
    }
}
*/

/*
@media screen and (min-width: 992px) and (max-width: 1046px) {
//  .container-nav {
//      width: 65% !important;
// } 
     .nav-link {
        font-size: 0.8rem !important; 
   }
     .book_btn {
        padding: 0.3rem 1.5rem;
        font-size: 0.8rem;
    }
      .logo2 {
        width: 153px;
        height: 140px;
   } 
}
*/

@media screen and (max-width: 1046px) {
   .layer_top_grid {
       top: 623px;
    }
    #main_adv {
       margin-top: 600px;    
    }
       #main_location { 
        margin-top: 40rem;
    }
    .layer_top_adv { 
        bottom: -65px; 
        transform: skewy(-1deg); 
    } 
    .layer_bottom_grid::before { 
        bottom: -5px;
        transform: skewy(1deg); 
    } 
    .title_adv span  {
        font-size: 65px;    
    }
    .sub_title {
        font-size: 22px;  
    }
    .sub_title_loc {   
        font-size: 22px;
    }

    .main_text p {
        font-size: 18px;  
    }
    .main_text1 p {
        font-size: 18px;  
    }
    .main_text2 p {
        font-size: 18px;  
    }
}



@media screen and (max-width: 991px) {
    .layer_bottom3 { 
        top: 100rem; 
        right: 0; 
        display: block;
    } 

     .layer_top3 { 
        display: block;
    }
    
   .cards_row .col-lg-4 {
        padding: 0px !important;
        margin-bottom: 5rem;
    } 
    
    .cards_row .col-lg-4:nth-child(1) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .cards_row .col-lg-4:nth-child(2) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .cards_row .col-lg-4:nth-child(3) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
     .footer_logo{
        width: 210px;
        height: 94px;
    } 
    
    
   /* .nav-link {
        text-align: center;
    } */
    #main {
        margin-top: 30rem;    
    }

    
    .icon_container p {
       text-align: center;
       font-size: 0.8rem;    
    }
    
    .icon_adv {
       height: 40px;    
    }
    
    #grid_adv .row {
       row-gap: 2rem;    
    }
    
    #main_adv {
        margin-top: 500px;
    }
    
    #main_location { 
        margin-top: 35rem;
    }
    
    .row_location {
        flex-direction: column-reverse;
    }
    .footer_row .col-lg-6 {
        align-items: end;    
    }
    
    .footer_row .col-lg-6 img {
        transform: translateX(18px);  
    }
    
    .footer_row  .col-lg-3:nth-child(3) {
        flex-direction: row-reverse;
        padding-top: 2rem;
        order: 3;
    }
    
    .lang-select {
        left: 70%;
    }
    
    .about_us .about_content {
        flex-direction: column-reverse !important;     
        margin-bottom: 2rem;
    }
    
    .about_us .about_content .col-12:nth-child(2) {
        margin-bottom: 1rem;    
    }
    
    #data .col-lg-6:nth-child(1) {
        margin-bottom: 1rem;    
    }
    
    #contact_us .row {
        gap: 2rem;    
    }
    
    #contact_us .row .col-lg-4:nth-child(1) .card {
        border-right: 0px;
        border-bottom: 1px solid #232124;
    }
    
    #contact_us .row .col-lg-4:nth-child(2) .card {
        border-right: 0px;
        border-bottom: 1px solid #232124;
    }
    
    .adv_book_info .row {
        row-gap: 20px;
    }
    
    .adv_book_package {
        margin: 0 auto;    
        max-width: 80%;
    }
    
    .info_container.right p {
        margin-right: unset;
        margin-left: 2rem;
    }
    
    .info_container.right ul {
        margin-left: unset;      
    }
    
    .radio_row {
        row-gap: 40px;    
    }

}

@media screen and (max-width: 940px) {
    .reservation_path {
        width: 560px;    
    }
    
    .reservation_text {
        width: 560px;     
    }
    
    .reservation_line.first_step {
        background: linear-gradient(to right, #a9c329 0% 16%, #231f20 16% 100%);
    }
    
    .reservation_line.second_step {
        background: linear-gradient(to right, #a9c329 0% 46%, #231f20 46% 100%);
    }
    
    .reservation_line.third_step {
        background: linear-gradient(to right, #a9c329 0% 77%, #231f20 77% 100%);
    }

    
}

@media screen and (max-width: 830px) {
   .main_img2 {
        height: 400px;
        width: 466px;
        top: 150px;
   } 
     #main {
        margin-top: 25rem;    
    }
 
   .layer_top_grid {
       top: 526px;
   }
   #main_adv {
       margin-top: 500px;    
   }
   #main_location { 
        margin-top: 30rem;
    }
  .video {
     margin-top: 7rem;
     aspect-ratio: 1/0.64;
}

}


@media screen and (max-width: 767px) {
    .footer_row {
       flex-direction: column-reverse;
       gap: 2rem;
    }
    
    .footer_row .col-12:nth-child(1) {
       text-align: center;
    } 
    
    .icons {
       justify-content: center;
       padding: 0 !important;
    }
    
    #main_adv .row {
        flex-direction: column-reverse !important;
        gap: 9rem;
    }
     
    .icon_container p {
       font-size: 2rem;    
    }
    
    .icon_adv {
       height: 75px;    
    } 
    
    #main_adv .col-lg-5 {
      padding: 0 !important;
    }
    
    #main_adv .col-lg-7 {
      padding: 0 !important;
    }
    
    .footer_row .col-lg-6 {
        align-items: center;    
    }
    
    .footer_row .col-lg-6 img {
        transform: translateX(0px);  
    }
    
    .footer_row  .col-lg-3:nth-child(3) {
        order: 1;
    }
    
    .footer_row  .col-lg-6:nth-child(2) {
        order: 3;
    }
    
    .footer_row  .col-lg-3:nth-child(1) {
        order: 2;
    }
    
    .pay_info .needs-validation .row {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    
    .radio_row  {
        width: fit-content;  
    }
    
    .radio_row  .col-lg-3 {
        display: flex;
        align-items: center;
        justify-content: start;
    }

}


@media screen and (max-width: 720px) {
    .reservation_path {
        width: 360px;    
    }
    
    .reservation_path .step {
        width: 60px;    
    }
    
    .reservation_text {
        width: 360px;     
    }
    
    .reservation_text p {
        text-wrap: wrap;
        width: 60px;
        font-size: 14px;
    }
    
    .reservation_line.first_step {
        background: linear-gradient(to right, #a9c329 0% 16%, #231f20 16% 100%);
    }
    
    .reservation_line.second_step {
        background: linear-gradient(to right, #a9c329 0% 46%, #231f20 46% 100%);
    }
    
    .reservation_line.third_step {
        background: linear-gradient(to right, #a9c329 0% 77%, #231f20 77% 100%);
    }
}


@media screen and (max-width: 714px) {
     .main_img2 {
        height: 300px;
        width: 350px;
        top: 150px;
   } 
     #main {
        margin-top: 22rem;    
    }
    /*
    .top_div {
        display: none;
    }*/
  
   
    .logo2 {
        width: 131px;
        height: 120px;
    } 
  
  
    .title {
      font-size: 45px;   
    }
    
    .title span {
      font-size: 80px;   
    }
    
}

@media screen and (min-width: 714px) {
    .inserted {
         display: none;
        }
        /*
    .title_adv {
      font-size: 25px;   
      font-weight: 900;
      text-align: end;
    }
    
    .title_adv span {
      font-size: 60px;   
      font-weight: 900;
      color: #adc62b;
    }
*/
}

@media screen and (max-width: 661px) {
    .lang-select {
      left: 60%;
    }   
}
    
@media screen and (max-width: 632px) {
 
   .layer_top_grid {
       top: 427px;
   }
   #main_adv {
       margin-top: 400px;    
   }
    #main_location { 
        margin-top: 25rem;
    }
  .inserted {
      flex-direction:column;
      gap:0.5rem;
}

  .title {
      font-size: 35px;   
      margin-bottom: 3rem;
    }
    
    .title span {
      font-size: 60px;   
    }
}

@media screen and (max-width: 576px) {
   #header {
    padding: 2rem 50px; 
   }
   .navbar_fix {
    padding: 2rem 50px !important;
    }
  
    #main {
    padding: 1rem 50px;    
    }
    #about_us {
    padding: 1rem 50px;
    }
    .section-info {
        padding: 1rem 50px;
    }
    #contact_us {
    padding: 1rem 50px;
    }
    #book {
      padding: 1rem 50px;
    }
      #data {
    padding: 1rem 50px;
    }
     #cards {
    padding: 1rem 50px;    
    }     
     #footer {
    padding: 50px 50px;
    }
    .logo2 {
    left: 50px;
    }
   .layer_bottom3 { 
    top: 75rem; 
    } 
   .main_img2 {
     right: 30px;
    } 
  /* .lang-select {
     right: 50px;
  } */
  
    #main_adv {
    padding: 1rem 50px;    
  }
     #main_location { 
        padding: 1rem 50px;
    }
  
   #grid_adv {
    padding: 1rem 50px;    
  }
   .layer_top_adv { 
        bottom: -65px; 
        transform: skewy(-1deg); 
    } 
   .layer_bottom_grid::before { 
        bottom: -5px;
        transform: skewy(1deg); 
    } 
  
}

@media screen and (max-width: 550px) {
      .title_adv {
          font-size: 25px;   
          font-weight: 900;
          text-align: end;
        }
        
        .title_adv span {
          font-size: 50px;   
          font-weight: 900;
          color: #adc62b;
        }
        
        .sub_title {
          text-align: center;    
          font-size: 1.2rem;
          margin-bottom: 4rem;
        }   
        .sub_title_loc {      
          font-size: 1.2rem;
          margin-bottom: 4rem;
        }
        
        .adv_book_package {
            max-width: 100%;
        }
}

@media screen and (max-width: 500px) {
     .main_img2 {
        height: 282.5px;
        width: 330px;
        top: 200px;
       } 
    
   .layer_top_grid {
       top: 367px;
   }
   #main_adv {
       margin-top: 340px;    
   }    
    #main_location { 
        margin-top: 20rem;
    }
     .layer_top_adv { 
        bottom: -65px; 
        transform: skewy(-1deg); 
    } 
   .layer_bottom_grid::before { 
        bottom: -3px;
        transform: skewy(1deg); 
    } 
    .btn_adventure {
      gap: 24px;
      padding: 0.3rem 0.2rem 0.2rem 1.5rem !important;
    } 

}

@media screen and (max-width: 464px) {
       #header {
        padding: 2rem 25px; 
       }
       .navbar_fix {
        padding: 2rem 25px !important;
        }
      
        #main {
        padding: 1rem 25px;    
       }
       #about_us {
        padding: 1rem 25px;
       }
       .section-info {
        padding: 1rem 25px;
       }
        #contact_us {
        padding: 1rem 25px;
       }
        #book {
        padding: 1rem 25px;
       }
        #data {
            padding: 1rem 25px;
      }
      #cards {
        padding: 1rem 25px;    
       }     
         #footer {
        padding: 50px 25px;
       }
        .logo2 {
        left: 25px;
      }
      /*   .lang-select {
         right: 25px;
      } */
         .main_img2 {
         right: 20px;
      } 
          #main_adv {
            padding: 1rem 25px;    
          }
        #main_location { 
            padding: 1rem 25px;
      }
          
       #grid_adv {
        padding: 1rem 25px;    
      }
}

@media screen and (max-width: 450px) {
    .reservation_path {
        width: 300px;    
    }
    
    .reservation_path .step {
        width: 50px;    
    }
    
    .reservation_text {
        width: 300px;     
    }
    
    .reservation_text p {
        text-wrap: wrap;
        width: 50px;
    }
    
    .reservation_line.first_step {
        background: linear-gradient(to right, #a9c329 0% 16%, #231f20 16% 100%);
    }
    
    .reservation_line.second_step {
        background: linear-gradient(to right, #a9c329 0% 46%, #231f20 46% 100%);
    }
    
    .reservation_line.third_step {
        background: linear-gradient(to right, #a9c329 0% 77%, #231f20 77% 100%);
    }    
}

@media screen and (max-width: 424px) {
    
     
       .layer_top_grid {
           top: 323px;
       }
       #main_adv {
           margin-top: 296px;    
       }  
       .title_adv {
          font-size: 20px;   
          font-weight: 900;
          text-align: end;
        }
        
        .title_adv span {
          font-size: 40px;   
          font-weight: 900;
          color: #adc62b;
        }
        
        .sub_title {
          text-align: center;    
          font-size: 1.5rem;
          margin-bottom: 3rem;
        }
         .sub_title_loc {      
          font-size: 1.5rem;
          margin-bottom: 3rem;
        }
         .icon_container p {
           font-size: 1.7rem;    
        }
        
        .icon_adv {
           height: 65px;    
        }
        .btn_adventure {
           font-size: 16px !important;    
        }
        .lang-select {
          left: 55%;
        }   
        .top_div {
          gap: 15px;
        }    
}

@media screen and (max-width: 400px) {
     ._de a {
       font-size: 1rem;
    }
    
    .adv_book_package p {
        font-size: 14px;    
    }
    
    .info_container li {
        font-size: 16px;
    }
}

@media screen and (max-width: 370px) {
         .icon_container p {
           font-size: 1.5rem;    
        }
         .title {
          font-size: 30px;
        }
     .title span {
          font-size: 50px;
          text-wrap: wrap;
        } 
        .lang-select {
          left: 52%;
        }   
 
        
}


@media screen and (max-width: 364px) {
       .title_adv {
          font-size: 16px;   
          font-weight: 900;
          text-align: end;
        }
        
        .title_adv span {
          font-size: 30px;   
          font-weight: 900;
          color: #adc62b;
        }
        
        .sub_title {
          text-align: center;    
          font-size: 1rem;
          margin-bottom: 3rem;
        }
         .sub_title_loc {      
          font-size: 1rem;
          margin-bottom: 3rem;
        }
        .btn_adventure {
          gap: 16px;
          padding: 0.3rem 0.2rem 0.2rem 1rem !important;
        } 

}







#nav-icon1 {
  width: 50px;
  height: 36px;
  border: none;
  background: none;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: black;;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
}

#nav-icon1 span:nth-child(3) {
  top: 30px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}


@media screen and (min-width: 1200px) {
    #nav-icon1 {
      display: none;    
    }
}


.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    background-color: #a9b92f;
    border: none;
    outline: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #a9b92f;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content .dropdown-item {
    padding: 8px 16px;
    cursor: pointer;
}

.dropdown-content .dropdown-item:hover {
    background-color: #f1f1f1;
}

.custom-dropdown.show .dropdown-content {
    display: block;
}
#locale-select {
    display: none;
}

/* Style the custom dropdown */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-select .select-trigger {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    gap:2px;
    padding: 1.8rem 0.9rem 0.2rem;
}

.custom-select .select-trigger::after {
      content: ""; 
      display: inline-block; 
      width: 0; 
      height: 0; 
      border-left: 0.25rem solid transparent; 
      border-top:  0.25rem solid; 
      border-right:  0.25rem solid transparent; 
      border-bottom: 0;  
      color: #231f2070 !important;
}


.custom-select .select-trigger img {
    margin-right: 5px;
    width: 20px;
}

.custom-options {
    position: relative;
    z-index: 10;
    display: none;
    padding: 5px 0.9rem 0.01rem;
}

.custom-options::before {
    content: ''; 
    display: block; 
    width: 85px; 
    height: 1px; 
    border: 1px solid #8b9b12; 
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
}



.custom-options .custom-option {
    cursor: pointer;
    margin-top: 5px;
    display: flex;
    align-items: center;
    transition: 0.3s all ease;
    font-size: 14px;
    font-weight: 600;
}

.custom-options .custom-option:hover {
    transform: scale(1.05);
}

.custom-options .custom-option img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}



@media screen and (max-width: 1199px) {
    .custom-select .select-trigger {
       padding: 0.5rem 0.9rem 0.5rem;  
    }

      .custom-select-wrapper {
         display: flex;
         align-items: center;
      }
    
      .select-trigger {
          margin-bottom: 0 !important;
      }
    
      .custom-options {
          position: absolute;    
          background-color: #92a724;
      }
      
      .custom-options {
          position: absolute;    
          background-color: #92a724;
          width: 84.59px;
          left: 0px;
          top: 85%;
          padding: 5px 11.2px;
          border-radius: 10px;
      }
      .custom-options::before {
          width: 73.59px;
          left: 5px;
      }
      /*
      .custom-select .select-trigger {
        padding: 0.2rem 0rem 0.2rem;
     } */

}
.futuro, .futuro span, .futuro strong {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.futuro {
	display:inline-block;
	position:relative;
	right:30px;
	float:right;
	width:25px;
	height:25px;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.futuro.right {
	right:auto;
}
.futuro.neutral, .futuro.neutral:hover {
	text-shadow:1px 1px #333;
}
.futuro.light, .futuro.light:hover {
	color:#333;
}
.futuro span {
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	z-index:10;
	background:#1d1d1d url('https://www.futuro.hr/img/potpis/futuro.png') center 5px no-repeat;
	background-size:18px auto;
	border-radius:50%;
}
.futuro.neutral.alt span {
	background-color:#666;
}
.futuro.dark.alt span,  
.futuro.light.alt span {
	background-color:#999;
}
.futuro.dark.alt2 span {
	background:transparent url('https://www.futuro.hr/img/potpis/futuro2.png') center -1px no-repeat;
	background-size:30px auto;
}
.futuro.dark.alt2:hover span {
	background-color:#d5261e;
}
.futuro strong {
	display:block;
	position:absolute;
	top:4px;
	left:15px;
	font-size:12px;
	font-weight:400;
	line-height:17px;
	opacity:0;
}
.futuro.right strong {
	left:-20px;
}
.futuro:hover {
	color:#fff;
	text-decoration:none;
	overflow:visible;
}
.futuro:hover span, .futuro.alt:hover span {
	background-color:#d5261e;
	border-radius:6px;
}
.futuro:hover strong {
	left:30px;
	opacity:1;
}
.futuro.right:hover strong {
	left:-40px;
}


@media screen and (max-width: 771px) {
    .futuro {
	display:inline-block;
	position:relative;
	right:30px;
	float:right;
	width:25px;
	height:25px;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
 }
}