*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.top-right-image {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 115px; /* Điều chỉnh kích thước ảnh */
    height: auto;
}
.navBar{
    display: flex;
    padding: 13px 25px 13px 25px;
    color: #ffff;
    position: relative;
    justify-content: flex-end;
}
.navItems{
    margin: 10px;
    text-decoration: none;
    font-size: 17px; 
    position: relative;
    letter-spacing: 0.5px;
    color: black;
}
.navItems::after{
    content: "";
    position: absolute;
    background-color: #ff3c78;
    height: 3px;
    left: 0;
    width: 0;
    bottom: -10px;
    transition: 0.3s;
}
.navItems:hover::after{
    width: 100%;
}
.log1{
    padding: 8px 10px 8px 10px;
    margin: 5px;
    margin-top: 0;
    border: none;
    background-color: rgb(219, 54, 13);
    color: white;
    cursor: pointer;
}
.log2{
    padding: 8px 10px 8px 10px;
    margin: 5px;
    margin-top: 0;
    border: none;
    background-color: rgb(4, 4, 159);
    color: white;
    cursor: pointer;
}
.icon{
    display: flex;
    justify-content: end;
    align-items:  center;
    gap: 1rem;
    color: black;
    margin-left: 10px;
    cursor: pointer;
}
.line{
    border-right: 2px solid rgb(0, 0, 0);
    height: 50%;
}
.container2{
    width: 100%;
    padding: 15px;
    background-color: rgb(5, 5, 126);
    color: white;
    font-style: italic;
    font-size: 40px;
    text-align: center;
    position: sticky;
}
.container1{
    position: sticky;
}

.modal {
    display: block;
    /* position: fixed;
    z-index: 1;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
.modal-content button{
    color: white;
    background-color: #000000;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}
.sort{
    font-size: 20px;
    color: #ff3c78;
    font-weight: 600;
    width: 25%;
}
.CartS{
    display: flex;
    justify-content: center;
    border: none;
    font-size: 25px;

}
.cartBut{
    padding: 10px;
    border: 3px solid rgb(229, 127, 1);
    margin-top: 10px;
    cursor: pointer;
    color: rgb(227, 124, 14);
}
.flight{
    width: 25%;
    cursor: pointer;
}
.flight:hover{
    color: #943ece;
}
#ticketList{
    border: 2px solid;
    width: 50%;
    margin: auto;
    margin-top: 5rem;
}
#tour{
    border: 2px solid;
    width: 50%;
    margin: auto;
    border-top: none;
    border-bottom: none;
    text-align: left;
}
.Title h1{
    font-size: 30px;
    font-style: italic;
    text-align: center;
    margin-top: 3rem;
    text-decoration: underline;
}
.spe{
    border-bottom: 2px solid;
}
.more button{
    color: white;
    background-color: orange;
    padding:15px;
    display: flex;
    margin: auto;
    margin-top: 3rem;
}
.more button:hover{
    color: black;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container{

    min-height: 30vh;
    background: #08071d;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("bg.png") no-repeat center center/cover;

}

.contact-container form{
    width: 670px;
    height: 400px;
    display: flex;
    justify-content: center;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}

.contact-container form h1{
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    width: 500px;
    text-align: center;
}

.contact-container form input{
    width: 290px;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: none;
    font-size: 15px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 2px solid #fff;
}

.contact-container form input::placeholder{
    color: #ddd;
}

.contact-container form #lastName,
.contact-container form #mobile{
    margin-left: 20px;
}

.contact-container form h4{
    color: #fff;
    font-weight: 300;
    width: 600px;
    margin-top: 20px;
}

.contact-container form textarea{
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    padding: 10px;
    outline: none;
    min-width: 600px;
    max-width: 600px;
    min-height: 80px;
    max-height: 80px;
}

textarea::-webkit-scrollbar{
    width: 1em;
}

textarea::-webkit-scrollbar-thumb{
    background-color: rgba(194,194,194,0.713);
}

.contact-container form #button{
    border: none;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    width: 100px;
    padding: 0;
    margin-right: 500px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.contact-container form #button:hover{
    opacity: 0.7;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.contact-container{
	max-width: 1170px;
	margin:auto;
  /* margin-top: 5rem; */
  margin-left: 26rem;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
    margin-top: -4.97em;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
.footer-container{
  margin-top: 5rem;
}
table, th, td {
    border-bottom:1px solid rgb(173, 173, 173);
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    font-size: large;
    margin: auto;
  }
  #submit{
    margin-top: 20px;
  }
.ticketInfo{
    width: 100%;
}
table {
    background-color: lightgray;
}
.gioHang{
    font-weight: bold;
    font-size: 20px;
}
.text{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.info{
    padding:10px;
    margin-top: 10px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 0;
}
.userInfo{
    border-radius: 15px;
    border: 1px solid lightgrey;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


/* body {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
} */


.container2{
    display: flex;
    background-color: #002147;
    padding: 5px;
}
.search{
    padding: 15px;
    border-radius: 2px;
    border: none;
    font-size: 15px;
}
.searchBox{
    text-align: center;
    margin: 5px;
}
.searchForm{
    display: flex;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 2px;
}
.searchButton{
    border: none;
    border-radius: 2px;
    color: white;
    background-color:#ff3c78;
    margin-top: 16px;
    margin-bottom: 5px;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 15px;
}
.container3 img{
    display: flex;
    /* width: 1352 601 1352 648; */

}
.slideshow-container {
    max-width: 1550px;
    position: relative;
    margin: auto;
    margin-top: 5px;
  }
  
  .mySlides {
    display: none;
  }
  
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .text {
    color: #f2f2f2;
    font-size: 60px;
    font-family: "Snowburst One", cursive;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active,
  .dot:hover {
    background-color: #717171;
  }
  
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  .imgN {
    width: 981.6px;
    height: 643.2px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    transition: all 1.1s;
  }
  .imgN:hover {
    transform: scale(1.04);
  }
  .toptravel{
    margin-top: 1em;
    text-align: center;
    font-family: sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #002147;
}
.top{
    display: flex;
    margin-top: 7rem;

}
.imgDes{
    width: 50%;
    margin: auto;
}
.infoDes{
    font-size: 20px;
    width: 40%;
    margin: auto;
    text-align: justify;
}
.infoDes h1{
    font-size: 25px;
    font-weight: 600;
    color: red;
}
.infoDes button{
    border: none;
    background-color: #1aa5d8;
    color: white;
    padding: 10px;
    margin-top: 1.5rem;
}
.lineRow{
    width: 100%;
    border-bottom: 2px solid rgb(131, 127, 127);
}

/* Popup form */
#popupForm {
    position: fixed;               /* cố định trên màn hình */
  top: 50%;                      /* canh giữa chiều dọc */
  left: 50%;                     /* canh giữa chiều ngang */
  transform: translate(-50%, -50%); /* đẩy lại chính giữa */
  background-color: rgba(0, 0, 0, 0.5); /* nền tối */
  z-index: 1000;                 /* nằm trên mọi thứ */
  padding: 40px;
  border-radius: 10px;
  }
  
  .form-body {
    background-color: #fff;
    padding: 24px 32px;
    border-radius: 12px;
    width: 400px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .input-group {
    display: flex;
    flex-direction: column;
  }
  
  .input-group label {
    margin-bottom: 4px;
    font-weight: 600;
  }
  
  .input-group input,
  .input-group select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
  }
  
  .search-button {
    background-color: #007bff;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  
  .search-button:hover {
    background-color: #0056b3;
  }
 /* body {
      background-image: url("./img/bookingbackground.jpg");
    } */
