.title_box {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  padding: 0 50px;
  text-shadow: 0px 0px 5px #00000080;
}

.menu_cta {
  margin-top: 50px;
  margin-bottom: 40px;
}

a.menu_cta__link {
  text-transform: uppercase;
  color: #ffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 45px;
  transition: all 0.25s;
  font-size: 18px;
}

.overlay_experience {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(174,244,247);
  opacity: 0.1;
}

a.menu_cta__link:hover{
  background: #ffffff;
  color: rgb(174,244,247);

}


.ptop-0 {
  padding-top: 0 !important;
}

#Experiences .slider_bg{
  height: 112vh;
  background: var(--backgroundmobile);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.25s;
}

/* Responsive Experience */

/* iphone landscape SE */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

  a.menu_cta__link {
      padding: 8px 38px;
      font-size: 14px;
  }

  .menu_cta {
    margin-top: 30px;
    margin-bottom: 18px;
  }

}

@media screen and (min-width: 300px){
  .experiences__section  .cardContent_new {
    font-size: 15px;
  }

  .experiences__section .cardContent_new .title{
    font-size: 22px;
    padding-bottom: 12px;
  }


  .menu_cta {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  a.menu_cta__link{
    font-size: 14px;
  }
}

@media screen and (min-width: 380px){
  .experiences__section  .cardContent_new {
    font-size:1rem;
  }


  .experiences__section .cardContent_new .title{
    font-size: 28px;
  }
}



@media (max-width: 480px){
  section.experiences__section, section.locations__section {
    overflow: hidden;
  }
}

@media only screen and (min-width: 414px) and (orientation: landscape){
  .experiences__section .cardContent_new {
    font-size: 14px;
  }
}

@media (min-width: 700px){
  
  a.menu_cta__link {
    padding: 8px 38px;
    font-size: 14px;
  }

  .menu_cta {
    margin-top: 20px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1080px){
  a.menu_cta__link {
    padding: 10px 45px;
    font-size: 18px;
  }

  .menu_cta {
      margin-top: 40px;
      margin-bottom: 20px;
  }

  .experiences__section  .cardContent_new {
    font-size: 14px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
 
  .experiences__section .cardContent_new .title {
    font-size: 30px;
  }
}

@media (min-width: 1200px){
  #Experiences .slider_bg{
    background: var(--background);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.25s;
  }
}

@media (min-width: 1400px){
  .menu_cta {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  #Experiences .slider_bg{
    height: 90vh;
  }
}

@media (min-width: 1500px){
  .menu_cta {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .experiences__section  .cardContent_new {
    font-size: 15px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1700px){
  .experiences__section .cardContent_new {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1900px){
  .cardContent_new.px-5 {
      padding-left:4rem !important;
      padding-right:4rem !important;
  }
}

