
/* mobile hidden */
.mobile-menu-icon{
    font-size: 30px;
    margin-top: 20px;
    display: none;
    margin-left: 20px;
}
/* Menu */

.menu input[type=text]{
    border: none;
    background-color: transparent;
    color: #000 !important;
    font-size: 17px;
    border-bottom: 1px solid #000000; 
}
.menu li input[type="text"]:focus {
    
    outline: none;  
}
.menu li input[type="text"]::placeholder {
    color: #000000;
}
.menu li input[type="text"]:hover {
    background: none
}
.menu {
    display: flex;
    width: 100vw;
    height: 80px;
    box-shadow: 0px 0px 5px black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    object-fit: cover;
}
.menu img {
    vertical-align: middle;
    width: 250px;
    height: 80px;
    opacity: 1;
    object-fit: contain;
}
.menu>ul {
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.821);
}

.menu>ul>li {
    position: relative;
    display: inline-block;
    margin: 30px;
    
}

.menu>ul>li>a {
    color: black;
    text-decoration: none;
    padding: 50px 20px;
    border: 0px 0px 0px 5px black;
}

.menu>ul>li>ul {
    margin-top: 30px;
    width: max-content;
    background-color: rgba(255, 255, 255, 0.821);
    list-style-type: none;
    display: none;
    border-radius: 5px;
    position: absolute;
}

.menu>ul>li>ul>li>a {
    text-decoration: none;
    color: black;
}

.menu>ul>li:hover>ul {
    display: block;
}

.menu>ul>li>ul>li {
    padding: 10px;
    border-bottom: 1px dotted gray;
}

.menu>ul>li>ul>li>a:hover {
    color: gray;
}
.menu>ul>li>a:hover {
    color: gray;
    
}
.menu>ul>li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: rgb(99, 99, 99);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.menu>ul>li:hover:after { 
    width: 100%; 
    left: 0; 
}
.banner{
    padding-top: 80px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* phần nội dung */
.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.overview {
    margin-top: 50px;
    width: 100%; 
    text-align: center;

}

.overview h3 {
    text-decoration: none;
    color: #000;
    font-size: 40px;
    margin-left: 100px;
    margin-top: 20px;
}

.overview-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.overview .overview-content .text .text1 {
    color: #3e3e3e;
    font-size: 22px;
    text-align: justify;
    text-indent: 50px;
}
.overview .overview-content .text .text2{
    font-size: 22px;
    font-weight: bold;
    line-height: 2rem;
    margin-top: 20px;
}

.overview-content .text {
    width: 100%;
    padding-left: 120px;
}

.overview-content img {
    width: 70%;
    margin-top: 20px;
    border-radius: 20px;
}
/* điểm qua một vài nét đẹp của vùng đất tây đô */
.overview-landmarks{
    max-width: 1370px;
    width: 90%;
    height: auto;
    box-shadow: 0px 0px 5px gray;
    margin-top: 100px;
    margin-left: 75px;
    border-radius: 20px;
    background-color: rgb(240, 231, 231);
    margin: 0 auto;
}

.overview-landmarks h3{
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    color: gray;
}

.overview-landmarks .pics-landmarks{
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pics-landmarks .pic1{
    width: 250px;
    height: 500px;
    margin-top: 200px;
    overflow: hidden;
    transition: border 0.3s ease-in-out;
    border-radius: 20px;
    margin-bottom: 50px;
}

.pics-landmarks .pic1 img{
    width: 250px;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    filter: brightness(0.8);
}

.pics-landmarks .pic1 span{
    width: 200px;
    height: 400px;
    border-radius: 20px;
    font-family: cursive;
    color: white;
    position: absolute;
    margin-top: 250px;
    margin-left: 28px;
    font-size: 30px;
    text-shadow: 0px 0px 5px black;
    z-index: 2;
}

.pics-landmarks .pic1:hover{
    border: 5px solid white;
    border-radius: 20px;
}

.pics-landmarks .pic1:hover img{
    transform: scale(1.2);
    filter: brightness(1);
    border-radius: 20px;
}


.pics-landmarks .pic2{
    width: 250px;
    height: 500px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
    transition: border 0.3s ease-in-out;
    border-radius: 20px;
    margin-bottom: 150px;
}

.pics-landmarks .pic2 img{
    width: 250px;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    filter: brightness(0.8);
}

.pics-landmarks .pic2 span{
    width: 200px;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    font-family: cursive;
    color: white;
    position: absolute;
    margin-top: 230px;
    margin-left: 25px;
    font-size: 30px;
    text-shadow: 0px 0px 5px black;
    z-index: 2;
}

.pics-landmarks .pic2:hover{
    border: 5px solid white;
    border-radius: 20px;
}

.pics-landmarks .pic2:hover img{
    transform: scale(1.2);
    filter: brightness(1);
}
        
.pics-landmarks .pic3{
    width: 250px;
    height: 500px;
    margin-top: 200px;
    overflow: hidden;
    transition: border 0.3s ease-in-out;
    border-radius: 20px;
    margin-bottom: 50px;
}

.pics-landmarks .pic3 img{
    width: 250px;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    filter: brightness(0.8);
}

.pics-landmarks .pic3 span{
    width: 200px;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    font-family: cursive;
    color: white;
    position: absolute;
    margin-top: 250px;
    margin-left: 25px;
    font-size: 26.5px;
    text-shadow: 0px 0px 5px black;
    z-index: 2;
}

.pics-landmarks .pic3:hover{
    border: 5px solid white;
    border-radius: 20px;
}

.pics-landmarks .pic3:hover img{
    transform: scale(1.2);
    filter: brightness(1);
}

.pics-landmarks .pic4{
    width: 250px;
    height: 500px;
    margin-left: 40px;
    overflow: hidden;
    transition: border 0.3s ease-in-out;
    border-radius: 20px;
    margin-bottom: 150px;
}

.pics-landmarks .pic4 img{
    width: 250px;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    filter: brightness(0.8);
}

.pics-landmarks .pic4 span{
    position: absolute;
    font-size: 20px;
    font-family: cursive;
    color: white;
    position: absolute;
    margin-top: 250px;
    margin-left: 65px;
    font-size: 30px;
    text-shadow: 0px 0px 5px black;
    z-index: 2;
}

.pics-landmarks .pic4:hover{
    border: 5px solid white;
    border-radius: 20px;
}

.pics-landmarks .pic4:hover img{
    transform: scale(1.2);
    filter: brightness(1);
}
/* từ một đến bốn  */
.landmarks {
    width: 80%;
    margin: 0 auto; 
    position: relative;
    max-width: 1200px;
}
.landmarks .landmark1 {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 100%;
    padding-left: 0;
    box-shadow: 0px 0px 0px 5px bl;
}
.landmarks .landmark1 .text {
    width: 100%;
    margin: 20px 0; 
    text-align: justify;
    border-radius: 15px;
    overflow: hidden;
    background-color: #c8effc;
}
.landmarks .landmark1 .text h3 {
    text-align: center;
    padding: 20px 0;  
    font-size: 25px;
    background-color: rgb(176, 227, 241) ;
    color: #1b5075;
}
.landmark1 .text p {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-right: 60px;
    margin-left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;
}
.landmark1 .pics {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 20px 0;
    padding-left: 0;
}
.landmark1 .pics .pic-left {
    display: flex;             
    margin-top: 30px ;          
    width: 50%;
    height: 150px;
    border-radius: 20px;
    margin-left: 10px;
    gap: 20px;
}   
.landmark1 .pics .pic-left img {
    width: 100%;
    height: 310px;
    border-radius: 20px;
    object-fit: cover;
}

.landmark1 .pics .pic-right {
    display: block;             
    margin-top: 30px ;          
    width: 40%;
    height: 300px;
    border-radius: 20px;
    margin-left: 0;
    gap: 20px;
}

.landmark1 .pics .pic-right img {
    display: flex;
    width: 100%;
    height: 150px;
    border-radius: 20px;
    gap: 20px;
    margin-bottom: 10px;
    object-fit: cover;
}

.landmark1 .address {   
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.landmark1 .address p {
    font-size: 18px;
    font-weight: 500;
    margin: 0; 
}

.btn-explore {
    display: inline-block;
    background-color: red;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
    margin: 0 auto; 
}

.btn-explore:hover {
    background-color: #dd5858;
}

.btn-wrapper {
    text-align: center;
    margin: 20px 0;
    width: 100%;
}



/* phần dưới cùng */
.footer {
    background-color: #141F19;
}

.row-footer {
    padding-top: 30px;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}

.col p {
    color: #919191;
}

.footer-title {
    font-size: 24px;
    color: white !important;
}

.about-us {
    width: 200px;
}

.contact {
    width: 350px;
}
.contact p{
    line-height: 3cap;
}
.about-us p{
    line-height: 3cap;
}
.bottom-footer{
    padding-top: 30px;
    color: #919191;
    align-items: center;
    justify-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.content-footer{    
    line-height: 2cap;
}
/* footer dừng ở đây  */
.rating {
    justify-items: center;
    text-align: center;
}
.rating .title {
    background-color: #A9D8EA;
    color: white;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
    justify-items: center;
    padding-bottom: 5px;
  
}
.section-title{
    text-align: center;
    background: #A9D8EA;
    padding: 10px;
    font-weight: bold;
}

.rating p {
    font-size: 18px;
    margin: 20px auto 0 auto;
    
}
.reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #f7f7f7;
    padding: 20px;
    justify-content: space-between;
}

.review-card {
    width: calc(33% - 20px);
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.review-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.stars {
    color: #ffcc00;
    font-size: 16px;
    margin-bottom: 10px;
}

.quote {
    font-size: 24px;
    font-weight: bold;
    color: #e0e0e0;
    margin: 15px 0;
    text-align: center;
}

.review-text {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #cccccc; 
}

.reviewer-info {
    font-size: 14px;
    color: #333333;
}

.reviewer-info strong {
    font-weight: bold;
    display: block;
}

.customer {
    justify-items: center;
    text-align: center;
}

.customer .header {
    background-color: #A9D8EA;
    color: white;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
    justify-items: center;
    padding-bottom: 5px;
  
}
.feedback-title{
    text-align: center;
    background: #A9D8EA;
    padding: 10px;
    font-weight: bold;
}

.rating p {
    font-size: 18px;
    margin: 20px auto 0 auto;
    
}
.near-footer{
    color: white;
    text-align: center;
    background: #A9D8EA;
    padding: 10px;
    font-weight: bold;
}
.near-footer p{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 30px;
}

.support{
    
}

html {
    scroll-behavior: smooth;
    overflow-y: auto;
}

