html,
body {
    width: 100%;
    overflow-x: hidden; 
}

* {
    font-family: 'Roboto Condensed', sans-serif; 
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    box-sizing: border-box;
    color: #ffffff;
}

*::before,
*::after {
    box-sizing: border-box;
}

.logo {
    width: 110px;  /* 원하는 가로 크기 */
    height: 90px;  /* 가로 비율에 맞게 자동 조정 */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.book_bg {
    background: url('/IMG/booking1.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 600px;
}

.faq_bg {
    background: url('/IMG/office2.jpg') no-repeat center fixed;
    background-size: cover;
    height: 600px;
}

.about_bg {
    background: url('/IMG/about.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 600px; 
}

.home_bg {
    background: url('/IMG/background4.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 600px;
}

.tourlist_bg {
    background: url('/IMG/tourlist1.jpg') no-repeat center center fixed;
    background-size: cover; 
    height: 600px;
}

.book_text {
    margin-top: 130px;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
}

.faq_text {
    margin-top: 130px;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
}

.about_text {
    margin-top: 130px;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
}

.home_text {
    margin-top: 130px;
    margin-left: 300px;
    text-align: left;
    font-size: 20px;
}

.tourlist_text {
    margin-top: 130px;
    margin-left: 300px;
    text-align: left;
    font-size: 20px;
}

.book_text h1, .book_text h5 {
    color: #fff
}  

.faq_text h1, .faq_text h5 {
    color: #fff
}  

.about_text h1, .about_text h5 {
    color: #fff
}  

.home_text h5 {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}  


.header {
    display: flex;
    font-size: 16px;
    width: 868px;
    height: 80px;
    margin: auto;
}

.menu {
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    line-height: 80px;
}

.menu > li {
    margin-left: 100px;
}

.menu > li > a {
    color: rgb(255, 255, 255);
    margin: 10px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-15px);
}

.menu-checkbox {
    display: none;
}

.menu-button {
    display: none;  
}

/*banner*/
.banner-container {
    display: flex;
    justify-content: space-between; /* 배너 사이의 간격 조절 */
    align-items: center;
    max-width: 80%;
    margin: 30px auto;
    gap: 20px; /* 배너 사이의 간격 */
}

.banner {
    width: 50%; /* 각 배너의 너비 */
    text-align: center;
}

.banner img {
    width: 60%;
    max-height: 700px;
    object-fit: cover;
    margin-left: 30px;
}

.line {
    margin-bottom: 0px;
    background-color: black;
    height: 5px;
    width: 100%;
    border: none;
}

/*이벤트배너*/
.promo-banner {
    background: linear-gradient(to right, #e09191, #e7dbdb);
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
    border-radius: 10px;
    margin: 60px auto;
    width: 80%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.promo-banner h2 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.promo-banner p {
    font-size: 1.2em;
    margin: 10px 0;
}

.promo-banner .book-now-link {
    display: inline-block;
    background-color: #ff5733;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.promo-banner .book-now-link:hover {
    background-color: #f63004;
    color: rgb(255, 255, 255);
    transform: translateY(-10px);
}

/*Special offer*/
.special-offers_text {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}

.special-offers_text::after {
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, #ffffff, #f56868, #ffffff);
    margin: 10px auto 0;
    border-radius: 2px;
}

.special-offers {
    position: relative;
    background: url('/IMG/specialoffer1.jpg') no-repeat center center/cover;
    background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
    padding: 40px 0;
    margin-top: 5px;
    border-radius: 10px;
}

.special-offers_container {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.offer1 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.offer2 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.offer3 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.offer1 h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    color: #333;
}

.offer2 h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    color: #333;
}

.offer3 h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    color: #333;
}

.offer1 p {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}

.offer2 p {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}

.offer3 p {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}

.hashtags {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.offer1 {
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    text-align: center; /* 내용 중앙 정렬 */
    transition: 0.3s; /* 부드러운 효과 */
}

.offer2 {
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    text-align: center; /* 내용 중앙 정렬 */
    transition: 0.3s; /* 부드러운 효과 */
}

.offer3 {
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    text-align: center; /* 내용 중앙 정렬 */
    transition: 0.3s; /* 부드러운 효과 */
}

.offer1:hover {
    transition: all 1s ease-in-out;
    transform: translateY(-10px);
}

.offer2:hover {
    transition: all 1s ease-in-out;
    transform: translateY(-10px);
}

.offer3:hover {
    transition: all 1.5s ease-in-out;
    transform: translateY(-10px);
}

.buy-now-container {
    text-align: center;
    margin-top: 20px;
}

.buy-now-btn {
    display: inline-block;
    background-color: #ff5733;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.buy-now-btn:hover {
    background-color: #f63004;
    color: rgb(255, 255, 255);
    transform: translateY(-10px);
}

/* Popular destination */
.popular-destinations_text {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 20px;
}

.popular-destinations_container {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
} 

.popular h3 {
    margin: 10px 0 5px;
    font-size: 20px;
    color: #333;
}

.popular img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.paris-img {
    background: url('/IMG/paris1.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.zurich-img {
    background: url('/IMG/zurich.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.rome-img {
    background: url('/IMG/rome.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.tokyo1-img {
    background: url('/IMG/tokyo1.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.seoul-img {
    background: url('/IMG/seoul.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.amsterdam-img {
    background: url('/IMG/amsterdam.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.newyork-img {
    background: url('/IMG/newyork.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.taipei-img {
    background: url('/IMG/taipei1.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.popular {
    padding: 10px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    text-align: center; /* 내용 중앙 정렬 */
    transition: 0.3s; /* 부드러운 효과 */
    margin-bottom: 50px;
}

.popular:hover {
    transition: all 1s ease-in-out;
    transform: translateY(-5px);
}

.description_popular {
    display: block;
    font-size: 12px;
    color: #888;
    padding-bottom: 8px;
}

/*Button*/
.btn:hover {    
    color: rgb(223, 119, 119); 
}

#header ul li a:hover {
    background: #444;
    border-bottom: #000000 2px solid;
}

/*Footer*/
.footer {
    background: #333;
    color: white;
    padding: 40px 0;
    text-align: center;
    margin-top: 5px;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    padding: 10px;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}

.footer-section p {
    font-size: 14px;
    color: #ddd;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
    color: #ffcc00;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
    color: #bbb;
}

.about-btn {
    display: inline-block;
    background-color: #797675;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding: 12px 24px;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 1s ease-in-out;
}

.about-btn:hover {
    background-color: #797675;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

/*About us*/
.about-container {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
.about-section {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    transition: all 0.3s ease-in-out;
}

.about-section:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-10px);
}
.about-section img {
    width: 40%;
    border-radius: 10px;
}
.about-content {
    width: 60%;
    padding: 20px;
    color: black;
}
.about-text {
    font-size: 36px;
    margin-bottom: 20px;
    color: black;
}

.about-text2 {
    color: black;
}

.history-container {
    display: flex; /* 요소를 가로로 정렬 */
    align-items: center; /* 수직 중앙 정렬 */
    justify-content: space-between; /* 요소 간 간격 조정 */
    background-color: #e3f2fd;
    padding: 20px;
    border-radius: 10px;
    position: relative; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    transition: 0.3s; /* 부드러운 효과 */
}

.history-text {
    width: 50%;
    margin-bottom: 50px;
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 10px  rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.history-text:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-10px);
}

.history-image {
    width: 40%;
    display: flex;
    justify-content: center;
}

.history-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.history-item {
    margin-bottom: 20px;
}

.year {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding: 20px;
}

/*Booking*/
.column h2 {
    color: black;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.column h3 {
    margin-bottom: 20px;
}

.contact-form {
    width: 50%;
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    margin-bottom: 40px;
}

.contact-form label {
    display: block;
    color: black;
    margin-bottom: 20px;
}

.contact-form .form-control {
    margin-bottom: 30px;
}

.contact-form input {
    width: 100%;
    padding: 10px; 
    height: 40px;
    border: #6d6d6d 1px solid;
    color: black;
    border-radius: 10px;
}   

.contact-form input:focus {
    outline-color: #232323;
}

.contact-form .form-control h3 {
    color: black;
}

.contact-form .form-control .list, .list1 {
    color: black;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

/*Tour Package List page*/
.startjourney_text1 {
    position: relative;
    font-size: 30px;
    font-weight: 900;
    color: #333;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

.startjourney_text2 {
    position: relative;
    font-size: 20px;
    font-weight: 200;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.startjourney_container {
    display: flex;
    justify-content: center;
    margin-left: 5px;
    flex-wrap: wrap;
    gap: 20px;
}

.startjourney1 img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.startjourney1 {
    margin-right: 10px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.282); /* 박스 그림자 */
    text-align: center; /* 내용 중앙 정렬 */
    margin-bottom: 50px;
    overflow: hidden;
}

.location-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; 
    padding: 15px 0; 
    background-color: white; 
}

.location-info i {
    color: black;
    margin-right: 5px;
}

.location-info span {
    color: black;
}

.startjourney1:hover {
    transition: all 1s ease-in-out;
    transform: translateY(-5px);
}
/*--------------------------------------*/
.hero-banner {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/IMG/banner3.jpg') no-repeat center center/cover;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    position: absolute;
    left: 0;  
    top: 100px; 
    text-align: left;
    color: white;
    max-width: 600px;
    padding: 50px; /
}

.banner-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
/*-------------------------------------*/
.tokyo-img {
    background: url('/IMG/tokyo.png') no-repeat center center/cover;
    width: 300px;
    height: 300px;
}

.osaka-img {
    background: url('/IMG/osaka.png') no-repeat center center/cover;
    width: 300px;
    height: 300px;
}

.sapporo-img {
    background: url('/IMG/hokkaido.png') no-repeat center center/cover;
    width: 300px;
    height: 300px;
}

.kotakinabalu-img {
    background: url('/IMG/KotaKinabalu.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
}

.kaosiung-img {
    background: url('/IMG/kaosiung.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
}

.singapore-img {
    background: url('/IMG/singapoe.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
}

.europe-img {
    background: url('/IMG/Europe.jpg') no-repeat center center/cover; 
    width: 300px;
    height: 300px;
}

.easteurope-img {
    background: url('/IMG/easteurope.jpg') no-repeat center center/cover;
    width: 300px; 
    height: 300px;
}

.northeurope-img {
    background: url('/IMG/northeurope.jpg') no-repeat center center/cover;
    width: 300px;
    height: 300px;
}

.package-list_text {
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    color: #333;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.package-list_text2 {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: #333;
    padding-bottom: 50px;
    position: relative;
}

.package-list_container {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.image-container {
    position: relative; 
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
}

.badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 217, 0); /* 보라색 배경 */
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 8px;
}
