#menu1-0 {
  position: absolute !important;
  width: 100%;
}

#menu1-0 .navbar-toggler .hamburger span {
  color: white;
  background-color: white;
}

#hero .title__block h1 {
  font-size: 3.5rem;
}
 
#hero .title__block h2 {
  /* text-shadow: 0 0 10px black; */
}

.navbar-brand span {
  font-family: "Roboto serif",sans-serif;
}

/* aboutus */
.aboutus-minwidth {
  background-image: url("../../assets/images/cruiseship5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}

h2 .chinese{
  font-size: 3.5rem;
}

/* cruises */
.chinese{
  font-family: "HanyiSentyScholar Regular" ,sans-serif;
}

.english{
  font-family: 'Sarabun', sans-serif;
}

#hero .title__block h2.english {
  text-shadow: 0 0 10px black;
  font-size: 1.25rem;
}

/* sectionals */
.tour-section {
  background-color: #8880;
}

.showall-btn{
  background-color: white !important;
}

.image.sm-tour-img {
  height: 245px;
  border-radius: 5px;
  align-content: center;
  display: flex;
  overflow: hidden;
}

.image.sm-tour-img img {
  transition: all 1s;   
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.image.sm-tour-img img:hover {
    transition: all 1s;    
    height: 120%;
    width: 120%;
}

.title__wrap .buttons{
  justify-content: end;
  display: flex;
  margin: auto;
}


.pkg-desc{
  line-height: 1.15em;
}

.check-square-red{
  color: red;
  padding: 0 5px 0 0;
}

.descr__block {
  padding: 15px 0;
}

.descr__text {
  font-size: 1em;
  margin-bottom: 10px;
}
.descr__text_sec {
  font-size: 0.8em;
  margin-bottom: 10px;
}

.pkg-price-label{
  font-size: 0.9em;
}

.pkg-price {
  width: max-content;
  font-size: 1.1em;
  min-width: max-content;
  margin: auto 0 auto auto;
  font-weight: bold ;
}

.price-desc {
  font-size: x-small;
  padding-left: 5px;
}
/* 
#cruise, #cruiseVacation, #tour{
  overflow-x: hidden;
} */

#cruisevacations::before{
  content: '';
  position: absolute;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #8080802b;
  top: 7px;
  left: -1027px;
  /* transform: rotate(45deg); */
}

#cruises::before{
  content: '';
  position: absolute;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #8080802b;
  top: 7px;
  right: -871px;
}

.tour {
  max-width: 400px;
  margin: 5px 0;
}

.tours-panel {
  box-shadow: 1px 1px 5px gray;
  background-color: #fff;
  padding: 10px 10px;
  transition: all 0.5s;
  z-index: 99;
  position: relative;
  background-color: white;
  height: 100%;
}

.tours-panel:hover{
  /* transform: translateY(-10px); */
  transform: matrix(1.05, 0, 0, 1.05, 0, -10);
  transition: all 0.5s;
  box-shadow: 15px 15px 30px gray;
}

/* contact us */
#contactus-form{
  background-image: url(../images/aurora2.jpg);
  background-color: white;

}
.form1-d-panel{
  background: rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.8px);
  -webkit-backdrop-filter: blur(6.8px);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.form-group.col-md-8.col-7 {
  padding: 3px 0;
}

.dragArea .form-group {
  margin: 3px 0;
}

#submitBtn {
  border-radius: 100px !important;
}

#submitMsg, #successMsg, #failureMsg{
  display : none;
  color: white;
}

/* #tours::before {
  content: '';
  position: absolute;
  width: 1800px;
  height: 1800px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #eeeeee57;
  top: -802px;
  left: -1094px;
  transform: rotate(45deg);
} */

.bkgd-image{
  background-image: url("../images/cruiseship.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 30vh;
}

.bkgd-image .title {
  position: relative;
  bottom: -187px;
  left: 62px;
  color: white;
}

/* .article-panel{
  background-image: url("/assets/css/package.bg.svg");
  background-repeat: no-repeat;
  padding: 7px;
  background-size: 100vw;
  background-position-y: -10%;
} */

.main-article {
  background-image: url("/assets/css/package.bg.svg");
  background-repeat: no-repeat;
  padding: 7px;
  background-size: 100vw;
  background-position-y: -23vh;
}

.main-article__figure {
  padding-bottom: 5px;
}

/* ul li::marker {
  display: none;
  content: "";

} */
/* location */
.today {
  color: orange;
}

#locations {
  background-color: #fff0;
}

.connect-social ul li {
  display: inline-block;
}

.connect-social ul li a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-size: 300px;
  /* color: #fff; */
  border: 1px solid #199bfc;
  line-height: 2.3em;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
}


.connect-social ul li a:hover {
  /* color: #fb8804; */
  border-color: #199bfc;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.connect-social ul li a i {
  font-size: 33px;
  padding-top: 10px;
}

.home-footer{
  background-color: rgba(128, 128, 128, 0.192);
}


/* .tourList::before{
  content: '';
  position: absolute;
  width: 904px;
  height: 900px;

  mix-blend-mode: multiply;
  background-color: #bbbbbb30;
  top: -115px;
  right: -410px;
  transform: rotate(45deg);
}

.rectangle::before {
  content: '';
  position: absolute;
  width: 1800px;
  height: 1800px;

  mix-blend-mode: multiply;
  background-color: #eeeeeeed;
  top: -726px;
  left: -1508px;
  transform: rotate(45deg);
} */