html,body{
    overflow-x: hidden;
}


.hero-sec{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 160px 0px 60px 0px;
}

.hero-head h1{
	color: var(--tj-color-common-white);
	margin-bottom: 20px;
}

.hero-head p{
	color: var(--tj-color-common-white);
	font-size: 22px;
	margin: 0px auto 50px auto;
}

.hero-head {
    width: 61%;
    margin: 0 auto;
    text-align: center;
}

.hero-form{
	    background: rgba(255, 255, 255, 0.12);
	    backdrop-filter: blur(12px);
	    -webkit-backdrop-filter: blur(12px);
	    border: 1px solid #7D7D7D;
	    border-radius: 16px;
	    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	    padding: 30px 30px 30px 30px;
	    width: 70%;
	    margin: 0 auto;
}

.hero-form:before{content: "";background-color: black;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;opacity: 0.4;border-radius: 16px;}

.hero-form h2 {
	color: var(--tj-color-common-white);
    font-size: 24px;
}

.main-btn {
    background-color: var(--btn-color);
    color: var(--tj-color-common-white);
    border-radius: 8px;
    border: none;
    padding: 15px 25px 15px 30px;
}

.main-btn:hover{
	background-color: var(--btn-hover-color);
	color: var(--tj-color-common-white);
}

.hero-form-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.hero-form-bottom h3{
	color: var(--tj-color-common-white);
	font-size: 24px;
	margin: 0;
}

.hero-cta-sec{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0px 30px 0px;
}

.hero-cta img{
	width: 200px;
}

.hero-cta-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-cta h3{
	color: var(--tj-color-common-white);
	font-size: 55px;
	margin-bottom: 10px;
	text-align: center;
}


.hero-cta h4{
	color: var(--tj-color-common-white);
	font-size: 30px;
	margin: 0px;
	text-align: center;
}

.why-s2s-head h2{
	color: var(--tj-color-theme-primary);
}

.why-s2s-sec{
	background-color: #B5F8EA;
	padding: 70px 0px 50px 0px;
}

.why-s2s-head {
    margin-bottom: 50px;
}

.why-s2s-box{background-color: var(--tj-color-common-white);border: 1px solid #55545454;border-radius: 15px;text-align: center;padding: 30px 30px 30px 30px;display: flex;flex-direction: column;gap: 20px;height: 100%;justify-content: flex-start;}

.why-s2s-box-image {
    border-bottom: 1px solid #55545454;
    padding-bottom: 20px;
}

.why-s2s-box-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.why-s2s-box-content p {
    margin: 0;
}

.curated-sec{
	background-color: var(--tj-color-theme-primary);
	padding: 70px 0px 70px 0px;
}

.curated-head h3{
	color: #B5F8EA;
	font-size:24px;
	font-family: 'Raleway Medium';
	margin-bottom: 10px;
}

.curated-head h2{
		color: var(--tj-color-common-white);
		margin-bottom: 10px;
}

.curated-head p{
	color: var(--tj-color-common-white);
	margin-bottom: 0px;
}

.curated-box-content{
    background-color: var(--tj-color-common-white);
    padding: 30px 20px 30px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.curated-box-content h3{
	font-family: 'Raleway Medium';
	font-size: 27px;
}

.curated-head {
    margin-bottom: 40px;
}

.curated-main{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
}
.curated-image img{
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.curated-box-content a{background-color: var(--btn-color);color: var(--tj-color-common-white);padding: 15px 25px 15px 30px;border-radius: 8px;border: none;margin-top: auto;width: fit-content;}

.curated-box-content a:hover{
	    background-color: var(--btn-hover-color);
    color: var(--tj-color-common-white);
}

.curated-box-content a img {
    width: 13px;
    margin-left: 10px;
}

.curated-box-content p {
    margin-bottom: 45px;
    flex: 1;
}

.brands-slider-sec {
    background-color: var(--tj-color-common-white);
    padding: 10px 0px 10px 0px;
}

.brands-slider-main .brands-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 0 12px;
}

.brands-slider-main .brands-slide img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
}

.curated-box{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.last-minute-deal-sec{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 70px 0px 40px 0px;
}

.last-minute-deal-head h3{
	color: #DDFEFF;
	font-size: 24px;
	font-family: 'Raleway Medium';
	margin-bottom: 15px;
}

.last-minute-deal-head h3 img {
    margin-right: 25px;
    margin-top: -2px;
}

.last-minute-deal-head h2{
	color: #DDFEFF;
	margin-bottom: 15px;
}

.last-minute-deal-head p{
	color: #DDFEFF;
	font-size: 16px;
	margin-bottom: 0;
}

.last-deal-image img{
	    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.last-minute-deal-head {
    margin-bottom: 40px;
}

.last-sail-box ul{
	display: flex;
	align-items: center;
	gap: 10px;
}

.last-sail-box{
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 16px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	padding: 10px 20px 10px 20px;
	width: fit-content;
	position: absolute;
	top: 25px;
	left: 15px;
}

.last-sail-box:before{
	    content: "";
	    background-color: black;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: -1;
	    opacity: 0.4;
	    border-radius: 16px;
}

.last-deal-image-box {
    position: relative;
}

.last-sail-box ul li{
color: var(--tj-color-common-white);
  font-family: 'Raleway Bold';
}

.last-sail-brand-image img {
    width: 300px;
}

.last-sail-brand-image{
	position: absolute;
	top: 45px;
	left: 0;
	width: fit-content;
}

.last-deal-content-box{
	    background-color: var(--tj-color-common-white);
	    padding: 20px 15px 20px 15px;
	    border-bottom-left-radius: 20px;
	      display:flex;
    flex-direction:column;
    flex:1;
	    border-bottom-right-radius: 20px;
}

.last-deal-head-content-box h2{font-size: 20px;margin-bottom: 5px;}

.last-deal-head-content-box p{
margin-bottom: 0px;
}

.last-deal-price-content-box h3{font-size: 22px;margin-bottom: 5px;font-family: 'Raleway Medium';}

.last-deal-price-content-box span{
	color: var(--btn-color);
	font-family: 'Raleway Bold';
}

.last-deal-head-content-box {
    margin-bottom: 15px;
}

.last-deal-price-content-box ul li{
list-style-type: disc;
}

.last-deal-price-content-box ul{padding-left: 20px;display: flex;gap: 30px;align-items: center;}

.last-deal-price-content-box {
    margin-bottom: 15px;
}

.last-deal-bottom-content-box ul{
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.last-deal-bottom-content-box ul li{
list-style-type: disc;
}

.list-color{
	color: var(--btn-color);
		font-family: 'Raleway Medium';
}

.last-deal-bottom-content-box-btn a{background-color: var(--btn-color);color: var(--tj-color-common-white);padding: 15px 25px 15px 30px;border-radius: 8px;border: none;width: 100%;display: inline-block;text-align: center;}

.last-deal-main-box{
    display:flex;
    flex-direction:column;
      height:100%;
    width:100%;
}

.last-deal-bottom-content-box-btn{
	   margin-top:auto;
}

.last-deal-bottom-content-box {
    margin-bottom: 50px;
}

.last-deal-bottom-content-box-btn a:hover{
	background-color: var(--btn-hover-color);
    color: var(--tj-color-common-white);
}

.testi-sec{
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0px 100px 0px;
	background-position: center;
}

.testi-head{
	color: var(--tj-color-theme-primary);
	margin-bottom: 50px;
}

.testi-head h3{
font-size: 24px;
font-family: 'Raleway Medium';
margin-bottom: 15px;
}

.testi-main-box{
	background-color: var(--tj-color-common-white);
	padding: 30px 20px 30px 20px;
	border-radius: 15px;
	border: 2px solid #999999;
	  margin: 0 7px;
}

.testi-head p{
	margin-bottom: 0px;
}

.testi-logo-head img {
    width: 100px;
}

.testi-logo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testi-logo-head p{
	margin-bottom: 0px;
	font-family: 'Raleway Medium';
}

.testi-content{
	text-align: center;
	margin-bottom: 30px;
}

.testi-content h2{
	font-size: 24px;
}

.testi-content p{
	margin-bottom: 0px;
}

.testi-name h3{
	font-size: 24px;
	margin-bottom: 5px;
}

.testi-name p{
	font-size: 20px;
	margin-bottom: 0px;
}

.testi-name-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.testi-designation-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.testi-slider .slick-dots li button{
	background-color: #CFCFCF;
	width: 60px;
	border-radius: 5px;
	height: 15px;
}
.testi-slider .slick-dots li button:before{
	display: none;
}

.testi-slider .slick-dots li{

width: 70px;
}

.testi-slider .slick-dots li.slick-active button{
	background-color: var(--btn-color);
}

.testi-slider .slick-dots {
    bottom: -65px;
}

.how-it-works-sec{
	background-color: #B5F8EA;
	padding: 70px 0px 70px 0px;
}

.how-it-works-head h3{
	    font-size: 24px;
    font-family: 'Raleway Medium';
    margin-bottom: 15px;
}

.how-it-works-head h2{
	    margin-bottom: 15px;
}

.how-it-works-head p{
	font-size: 16px;
    margin-bottom: 0;
}

.how-it-works-head img{
	margin-right: 25px;
    margin-top: -2px;
}

.works-number h3{
	color: var(--tj-color-theme-primary);
	font-size: 100px;
	margin-bottom: 0px;
}

.how-it-works-head {
    margin-bottom: 70px;
}

.works-content-head h2 span{
color: var(--btn-color);
}

.works-content-head p{
	color: var(--tj-color-theme-primary);
	margin-bottom: 0px;
	font-size: 24px;
}

.works-content-bottom-btns a{
	    background-color: var(--btn-color);
    color: var(--tj-color-common-white);
    padding: 15px 25px 15px 30px;
    border-radius: 8px;
    border: none;
    margin-top: auto;
    width: fit-content;
}

.works-content-bottom-btns a:hover{
	    background-color: var(--btn-hover-color);
    color: var(--tj-color-common-white);
}

.works-content-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
}

.works-content-bottom-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.works-content-bottom-content p{
color: var(--tj-color-theme-primary);
    margin-bottom: 0px;
    font-size: 24px;
}

.works-content-head {
    margin-bottom: 20px;
}

.works-content-bottom-btns .btn-with-icon img{
width: 13px;
    margin-left: 10px;
}

.works-margin{
	margin-bottom: 80px;
}

.works-bottom-text{
	font-size: 24px;
	margin-bottom: 0px;
}

.works-bottom-block {
    display: flex;
    gap: 70px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: fit-content;
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
}

.works-bottom-text p{
	margin-bottom: 0px;
}

.exclusive-perks-sec{
	background-color: #A7EAFF;
	padding: 70px 0px 70px 0px;
}

.exclusive-perks-head h3{
	font-size: 24px;
    font-family: 'Raleway Medium';
    margin-bottom: 15px;
    color: var(--tj-color-theme-primary);
}

.exclusive-perks-head h2{
	margin-bottom: 15px;
	 color: var(--tj-color-theme-primary);
}

.exclusive-perks-head p{
	font-size: 16px;
    margin-bottom: 0;
     color: var(--tj-color-theme-primary);
}

.exclusive-main-box {
    transition: all 0.35s ease;
    background-color: var(--tj-color-theme-primary);
    position: relative;
    padding: 40px 25px 20px 25px;
    text-align: left;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.exclusive-image {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 15px;
    width: 100%;
}

.exclusive-image img {
    transition: transform 0.3s ease;
}

.exclusive-box-title {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exclusive-box-title h3 {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    margin: 0;
    margin-bottom: 5px;
        transition: color 0.3s ease;
}

.exclusive-content {
    min-height: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.exclusive-content p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

.exclusive-inner-content {
    margin-top: auto;
}

.exclusive-inner-content ul li {
    color: #fff;
    list-style-type: disc;
}

.exclusive-inner-content ul li span {
    color: #FBE591;
}

.exclusive-perks-head {
    margin-bottom: 70px;
}

.faq-sec{
	background-color: #B5F8EA;
	padding: 70px 0px 70px 0px;
}

.faq-side-block-head h2{
	color: var(--tj-color-theme-primary);
	margin-bottom: 15px;
}

.faq-side-block-head p{
	font-size: 24px;
	color: var(--tj-color-theme-primary);
}

.faq-side-block-bottom-head p{
	font-size: 24px;
	margin-bottom: 40px;
	color: var(--tj-color-theme-primary);
}

.faq-side-block-bottom-head a{
	background-color: var(--btn-color);
    color: var(--tj-color-common-white);
    padding: 15px 25px 15px 30px;
    border-radius: 8px;
    border: none;
    margin-top: auto;
    width: fit-content;
}

.faq-side-block-bottom-head a:hover{
	    background-color: var(--btn-hover-color);
    color: var(--tj-color-common-white);
}

.faq-side-block-head {
    margin-bottom: 40px;
}

.faq-side-block-bottom-head {
    margin-bottom: 80px;
}

.faq-side-big-image,
.faq-small-image{
    width: 100%;
    height: 100%;
}

.faq-side-big-image img,
.faq-small-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-side-big-image{
    height: 420px;
}

.faq-small-image{
    height: 200px;
}

.custom-faqs .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    outline: none;
    padding-bottom: 10px;
    border: none;
    color: #05243F;
    line-height: 33px;
}

.custom-faqs .accordion-body {
    color: #202020;
    font-size: 18px;
}

.custom-faqs .accordion-item {
    border: none;
    border-bottom: 1px solid #FBE591;
    margin-bottom: 40px;
    background-color: transparent;
}

.custom-faqs .accordion-button {
    font-size: 24px;
    background-color: transparent;
    padding-bottom: 50px;
    font-family: 'Raleway Medium';
}

.custom-faqs .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.custom-faqs .accordion-button:focus{
border: none;
box-shadow: none;
outline: none;
}

.custom-faqs .accordion-item.active .accordion-body {
    padding-bottom: 50px;
}

.custom-faqs{
	margin-left: 50px;
}

.popuplar-destination-sec{
	padding: 70px 0px 70px 0px;
	background-color: #A7EAFF;
}

.popuplar-destination-head h3{
	font-size: 24px;
    font-family: 'Raleway Medium';
    margin-bottom: 15px;
    color: var(--tj-color-theme-primary);
}


.popuplar-destination-head h2{
    margin-bottom: 15px;
    color: var(--tj-color-theme-primary);
}

.popuplar-destination-head p{
    font-size: 16px;
    margin-bottom: 0;
    color: var(--tj-color-theme-primary);
}

.popuplar-destination-box{
	border: 4px solid #FFFFFF80;
	border-radius: 15px;
}

.popuplar-destination-content a {
    background-color: var(--btn-color);
    color: var(--tj-color-common-white);
    padding: 10px 20px 10px 20px;
    border-radius: 8px;
    border: none;
}

.popuplar-destination-content .btn-with-icon img {
    width: 13px;
    margin-left: 10px;
}

.popuplar-destination-content a:hover{
	background-color: var(--btn-hover-color);
    color: var(--tj-color-common-white);
}

.popuplar-destination-image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.popuplar-destination-head {
margin-bottom: 70px;
}

.popuplar-destination-content {
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px 20px 30px 20px;
}

.popuplar-destination-content h3 {
    font-size: 20px;
    font-family: 'Raleway Medium';
}

.popuplar-destination-content h2{
	font-size: 24px;
	margin-bottom: 35px;
}

.contact-sec{
	background-color: #B5F8EA;
	padding: 70px 0px 70px 0px;
}

.contact-head h3{
	    font-size: 24px;
    font-family: 'Raleway Medium';
    margin-bottom: 15px;
    color: var(--tj-color-theme-primary);
}

.contact-head h3{
	    font-size: 24px;
    font-family: 'Raleway Medium';
    margin-bottom: 15px;
    color: var(--tj-color-theme-primary);
}

.contact-head h3{
    margin-bottom: 15px;
    color: var(--tj-color-theme-primary);
}

.contact-head p{
font-size: 16px;
    margin-bottom: 0;
    color: var(--tj-color-theme-primary);
}

.contact-head-bottom-icons{
	background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    padding: 10px 20px 10px 20px;
    width: fit-content;
}

.contact-head-bottom-icons:before{
	    content: "";
	    background-color: #000000;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: -1;
	    opacity: 0.5;
	    border-radius: 16px;
}

.contact-head-bottom-icons ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-head-bottom-icons ul li{
    color: var(--tj-color-common-white);
    font-family: 'Raleway Bold';
}

.contact-head {
    margin-bottom: 50px;
}

.contact-head-bottom{
	display: flex;
	gap:20px;
	align-items: center;
	margin-bottom: 50px;
}

.contact-form-main{
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #999999;
	padding: 30px 30px 30px 30px;
}

.contact-form-main label{
	font-size: 20px;
	color: #262E36;
	font-family: 'Raleway Medium';
	margin-bottom: 10px !important;
}

.contact-form-main input{
	border-radius: 8px;
	color: #262E36;
	width: 100% !important;
	border: 2px solid #999999;
	padding: 15px 20px 15px 20px;
}

.contact-form-main select{
	border-radius: 8px;
	color: #262E36;
	width: 100% !important;
	border: 2px solid #999999;
	padding: 15px 20px 15px 20px;
}

.contact-form-main textarea{
	border-radius: 8px;
	color: #262E36;
	width: 100% !important;
	border: 2px solid #999999;
	padding: 15px 20px 15px 20px;
}

.hero-cta.hero-inner-cta{
	text-align: center;
}

.hero-cta.hero-inner-cta img {
    width: 50px;
    margin-bottom: 20px;
}

footer{
	background-color: #B5F8EA;
	padding: 70px 0px 50px 0px;
}

.footer-head-heading h2{
	text-align: center;
	font-size: 56px;
	color: var(--tj-color-theme-primary);
	margin-bottom: 40px;
}

.border-btn{
color: #3D3131;
 padding: 15px 25px 15px 30px;
border-radius: 8px;
border: 1px solid #B54B33;
font-family: 'Raleway Medium';
}

.border-btn:hover{
background-color: var(--btn-color);
    color: var(--tj-color-common-white);
    border: 1px solid var(--btn-color);
}

.btn-with-icon{
	background-color: var(--btn-color);
    color: var(--tj-color-common-white);
    padding: 15px 25px 15px 30px;
    border-radius: 8px;
    border: none;
    font-family: 'Raleway Medium';
    margin-top: auto;
    width: fit-content;
}

.btn-with-icon img{
width: 13px;
    margin-left: 10px;
}

.btn-with-icon:hover{
    background-color: var(--btn-hover-color);
    color: var(--tj-color-common-white);
}

.footer-head-btns {
    justify-content: center;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 70px;
}

.footer-left-content p{
font-size: 20px;
margin-bottom: 0px;
}

.footer-right-content p{font-size: 20px;margin-bottom: 0px;line-height: 36px;}

.footer-right-content {
    float: right;
    text-align: right;
}