@charset "utf-8";


/**************************************************************************************************************************************
    sign up
***************************************************************************************************************************************/

.signupmb {
    display: none;
}

.modal {
  background: rgba(251,233,255,0.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: relative;
  width: 60%;
  margin: 0 auto;
  background-color: transparent;
  border:none;
  box-shadow: none;
  border: 2px dashed #6a0681;
  border-radius: 15px;
  padding: 30px;
}

.modal-animated-in {
  animation: totop-in .3s ease;
}

.modal-animated-out {
  animation: totop-out .3s ease forwards;
}

.modal-header {
  width: 100%;
  line-height: 60px;
  box-sizing: border-box;
  border-bottom: none;
  display:inline;
  text-align: center;
  margin-top: 25px;
  display: inline-block;
}

@font-face {
 font-family: JiaoKeShuTi-R;
 src: url('../font/JiaoKeShuTi-ICA-Pror-R-2_0.otf');
}

.modal-header h5 {
    /*font-family: JiaoKeShuTi-R;*/
    font-weight: 600;
    font-size: 25px;
    color: #6a0681;
    margin-bottom: 15px;
}

.modal-header h5 br {
    display: none;
}

/*.modal-header h5 span {
    font-family: Castoro, sans-serif;
}*/

.modal-header p {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
}

.modal-header p span {
    font-family: Castoro, sans-serif;
    font-size: 18px;
}

.modal-content .close {
  position: absolute;
  cursor: pointer;
  transition: all .3s;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  background-color: #6a0681;
  width: 40px;
  height: 40px;
  border-radius: 99999px;
  line-height: 40px;
  opacity: 1;
  font-weight: normal;
  right: 5%;
  top: 3%;
}

.modal-content .close:hover {
  background-color: #6a0681;
  color: #ffffff;
}

.modal-body {
  padding: 0 20px;
}

.modal-body iframe {
    width:100%;
    height:100vh;
    margin-left: -3%;
}

@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}



/**************************************************************************************************************************************
    Device
***************************************************************************************************************************************/

@media (max-width: 1440px){
    .winter-header .large {
        display: none;
    }
    .winter-header .small {
        display: block;
    }
    .modal-content {
      width: 85%;
    }
}

@media (min-width: 1281px){
    .company-info .container {
        width: 1250px;
    }
}

@media only screen and (max-width: 1280px) {
    .modal-content {
      width: 90%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px){ 
    .company-info .about {
        width: 25%;
    }
    .company-info .link {
        width: 25%;
    }
    .company-info .premium {
        width: 50%;
    }
}

@media (max-width: 1024px){
    .itinerary-winter-info .content {
        font-size: 0.97rem;
    }
    .winter_2025_logo {
        width: 35%;
    }
    .company-info .link {
        padding-left: 15px;
    }
    #company .logos {
        float: left;
    }
}

@media (max-width: 768px){
    .winter-heade-img-mb {
        display: block;
        width: 100%;
    }
    .winter-header .small {
        display: none;
    }
    .itinerary-winter-info {
        padding: 0;
        margin-bottom: 1rem;
        overflow: hidden;
    }
    .winter_2025_logo {
        width: 45%;
    }
    #company {
        background-image: none;
    }
    .signupmb {
        display: table;
        margin: 0 auto;
        font-size: 1.1rem;
        color: #6a0681;
        background-color: #ff0000;
        border-radius: 30px;
        padding: 10px 30px;
        font-weight: bold;
        margin-top: 50px;
    }
    .signupmb:link, .signupmb:visited, .signupmb:active, .signupmb:hover {
        color: #6a0681;
    }

    .modal-body iframe {
        margin-left: auto;
    }

    .modal-content {
      width: 95%;
      padding: 30px 0;
    }

    .modal-dialog {
        top: initial;
    } 
}

@media (max-width: 639px){
    .itinerary-winter, .flight, .departure, .hotel, .food {
        padding: 0 15px;
    }
    .itinerary-winter-info .attractions {
        font-size: 0.9rem;
        width: 150px;
    }
    .flight .container {
        padding: 0;
    }
    .departure .container {
        padding: 0;
    }
    .hotel .container {
        padding: 0;
    }
    .food .container {
        padding: 0;
    }
    .modal-header h5 br {
        display: block;
    }
    .modal-content .close {
        right: 3%;
        top: 1%;
    }
}

@media (max-width: 425px){
    .itinerary-winter-info .horizontal-itinerary img {
        float: none;
        margin: 0 auto;
    }
    .itinerary-winter-info h1 {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }
    .itinerary-winter-info h2 {
        line-height: 1.5rem;
        margin-bottom: 0;
    }
    .device-1 {
        display: none;
    }
    .device-2 {
        display: block;
        max-width: 200%;
    }
    .attractions-img {
        margin-right: -50px;
    }
    .winter_2025_logo {
        width: 80%;
    }
    .company-info .link a {
        width: 45%;
        display: inline-block;
    }
    #company .logos {
        border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    }
    .signupmb {
        font-size: 1rem;
        padding: 8px 25px;
    }
    .modal-body {
        padding: 0 10px;
    }
    .modal-header h5 {
        font-size: 22px;
    }
    .modal-header p {
        font-size: 16px;
    }
}