@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
html {
  font-size: 17px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

body {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
}
a, input, button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px;
  font-family: "Oswald", sans-serif;
}

h2 {
  font-size: 2.4rem;
}
.foot.textcolor {color: #FFF;}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 1.8rem;
  }
}

p {
  margin: 0 0 25px;
}

.content {
  padding: 40px 0 0;
}

@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
}

.content-inner {
  padding: 50px 0;
}

.mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mob {
    display: block;
  }
  .mob-center {
    text-align: center;
  }
.container {
    max-width: none !important;
}
.langsel {padding: 50px; float: none !important; text-align: center; margin: auto 0; margin-top: -4px; margin-bottom: 10px}
}

.langsel {float: right; padding: 10px}

.button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff663), to(#ffc563));
  background-image: -o-linear-gradient(#fff663, #ffc563);
  background-image: linear-gradient(#fff663, #ffc563);
  color: #000;
  font-size: 2.2rem; border:none;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  border-radius: 15px;
  padding: 10px 40px;
  display: inline-block;
}
.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc563), to(#fff663));
  background-image: -o-linear-gradient(#ffc563, #fff663);
  background-image: linear-gradient(#ffc563, #fff663);
  color: #000;
  font-size: 2.2rem; border: none;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  border-radius: 15px;
  padding: 10px 40px;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .button {
    font-size: 1.5rem; border:none;
    padding: 10px 30px;
  }
.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc563), to(#fff663));
  background-image: -o-linear-gradient(#ffc563, #fff663);
  background-image: linear-gradient(#ffc563, #fff663);
  color: #000;
  font-size: 1.5rem; border:none;
  padding: 10px 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
}	
}


.page {
  background: url(../images/whitedotsbg.png) no-repeat center bottom;
  background-size: cover;
  min-height: 100vh;
}

.bluecurve {
  background: url(../images/bluecurve_bg.png) no-repeat center bottom;
  background-size: cover;
  min-height: 100vh;
  background-position: 0px 178px;
  background-size: 99.8% 100%;	
}


@media only screen and (min-height: 1015px) {
.bluecurve {
  background: url(../images/bluecurve_bg.png) no-repeat center bottom;
  background-size: cover;
  min-height: 100vh;	
  background-position: 0px 138px;
  background-size: 106% 100%;	
}
}

@media only screen and (max-width: 991px) {
.bluecurve {
  background: url(../images/bluecurve_bg.png) no-repeat center bottom;
  background-size: cover;
  min-height: 100vh;
  background-position: 40px 178px;
  background-size: 100% 100%;	
}
}

@media only screen and (max-width: 991px) {
  .page {
    background: url(../images/tour_trans.png) no-repeat center bottom;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 991px) {
  .top {
    background: url(../images/tour_mb1.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 28%;
    position: relative;
    z-index: 10;
    color: #000;
  }
  .top .vid h4 {
    color: #000;
  }
}

.logo {
  padding: 25px 0;
}
@media only screen and (max-width: 991px) {
  .logo {
    text-align: center;
  }
}

.title {
  margin: 0 0 55px;
}
@media only screen and (max-width: 991px) {
  .title {
    margin: 0 0 10px;
  }
}
.title h1 {
  color: #000;
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.title h1 span {
  vertical-align: middle;
  padding-right: 15px;
}
.title h1 img {
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .title h1 img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .title h1 {
    line-height: 1.3;
    font-size: 2.5rem;
  }
}

.vid {
  text-align: center;
  position: relative;
}
.vid h2 {
  font-size: 2.6rem;
  margin: 0 0 10px;
}
.vid h4 {
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.vid h4 span {
  display: block;
  font-weight: 300;
  padding-top: 4px;
  font-size: 1rem;
}
.vid--2 h4 {
  text-shadow: 0 5px 5px rgba(255, 255, 255, 0.5);
  color: #000;
}
@media only screen and (max-width: 991px) {
  .vid--blue {
    background: url(../images/tour_mb2.png) no-repeat center bottom;
    background-size: cover;
    padding: 40% 0 34%;
    margin: 0 -20px;
    margin-top: -28%;
    color: #fff;
  }
.bluecurve {
  background: none !important;	
}	
  .vid--blue .sh {
    bottom: 4%;
  }
}

.vid__ar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
}

.buttons {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.buttons .button {
  margin: 0 20px;
}

.vid__main{
  margin: 0 0 15px;
}

.transbox{
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #1fb8f8;
  border-radius: 10px;
  padding: 20px 25px;
  width: 100%;
  color: #fff;
  min-height: 266px;
  backdrop-filter: saturate(180%) blur(7px);
}
.transbox--in{
  color: #000;
  background-color: rgba(255, 255, 255, .5);
}
.transbox ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.transbox ul li{
  position: relative;
  padding-left: 22px;
  margin: 0 0 5px;
  font-size: .9rem;
}
.transbox .fa{
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .buttons .button {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .buttons {
    padding-top: 20px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.sh {
  position: absolute;
  height: 100px;
  bottom: -13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
}

@media (max-width: 991px){
.col-md-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.mobilebutton {max-width: 280px;}
.foot.textcolor {color: #000;}
}
