html {
    scroll-behavior: smooth;
  }
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.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{
    display: flex;
    background-color: #002147;
    padding: 5px;
}
.search{
    padding: 15px;
    border-radius: 2px;
    border: none;
}
.searchBox{
    text-align: center;
    margin: 5px;
}
.searchForm{
    display: flex;
    margin: auto;
}
.searchButton{
    border: none;
    border-radius: 2px;
    color: white;
    background-color:#ff3c78;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.container3{
    width: 100vw;
}
.container3 img {
    width: 100%;
}

.booking{
    width: 40%;
    margin-left: 13rem;
    margin-top: 7em;
    position: absolute;
    top:20%;
}
#p1{
    color: #fff;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-size: 10px;
    letter-spacing: 4px;
    font-weight: 100;
    text-align: justify;
    width: 85%;
}
.booking h1{
    margin: 0px;
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}
#p2{
    color: #fff;
    font-size: 18px;
    text-align: justify;
    width: 85%;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.background{
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.booking-form{
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 80%;
    margin: 0 auto;

}
.booking-form h2{
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
}
.booking-form form{
    display: flex;
    flex-direction: column;
}
.booking-form input{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.booking-form button{
    margin-top:10px;
    padding: 10px;
    background-color: #ff3c78;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.booking-form button:hover{
    background-color:#002147;
}
.bookingForm{
    position: absolute;
    width: 40%;
    left: 49%;
    top: 35%;
}
.travelSlogan h1{
    margin-top: 4rem;
    font-size: 33px;
    text-align: center;
    color: #002147;
    font-weight: 600;
}
.travelReview{
    display: flex;
    width: 90%;
}
.travelReview p{
    margin: 40px;
    margin-left: 12%;
    justify-content: center;
    text-align: justify;
    font-size: 18px;
}
.reason1{
    margin-top: 4.3rem;
}
.circle{
    width: 84px;
    height: 84px;
    border: 2.5px solid brown;
    border-radius: 50%;
    margin-left: 100px;
}
.circle i{
    margin: 30px;
}

.nameReason h2{
    color: brown;
    font-weight: 600;
    margin-top: 18px;
}
.reason{
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin: auto;
}
.lineRow{
    width: 100%;
    border-bottom: 2px solid rgb(131, 127, 127);
}
.container5{
    margin-top: 6.5rem;
}
.container5 img{
    filter: blur(5px);
}
.thumb1{
    color: black;
    background-color: #1aa5d8;
    width: 14%;
    text-align: center;
    font-weight: 600;
}
.thumb2{
    font-size: 35px;
    color: black;
    width: 40%;
    font-weight: 600;
    margin-top: 15px;
    color: white;
    margin-bottom: 30px;
}
.thumb3{
    width: 35%;
    text-align: justify;
    color: white;
}
.thumb4{
    width: 20%;
    font-size: 20px;
    font-weight: 400;
    background: linear-gradient(to bottom, #2e9da2, #13b194);
    margin-top: 20px;
    color: white;
    border-radius: 5px;
}
.thumb5 button{
    background-color: #1aa5d8;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
.dealInfo{
    position: absolute;
    top: 266%;
    left: 10%;
}
.dealVideo iframe{
    width: 40%;
    position: absolute;
    top: 266%;
    height: 50%;
    right: 10%;
}
.text{
    margin-top: 6rem;
    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;
}
@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;
}
.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;
}
#googleMap{
  margin: auto;
  margin-top: 50px;
  border-radius: 5%;
}
