/*
Theme Name: Tripovacations
Theme URI: https://tripovacations.com/
Description: A custom travel theme.
Version: 1.0
Text Domain: travel-theme
*/

body {
padding: 0px;
font-family: 'Outfit', sans-serif;
	margin:0px;
}
.nav-menu li a {
    color: #fff;
    text-decoration: none;
}
.nav-menu {
    gap: 30px;
}
h2 span {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}
h1{
font-size: 60px;
font-family: Barlow, sans-serif, Poppins;
margin: 20px 0; 
background: linear-gradient(173deg, black, #000);
background-clip: text;
color: transparent;
line-height: 1.2;
	font-weight:700;
}
h2 {
font-size: 30px;
line-height: 1.2;
font-weight: 500;
margin: 10px 0px;
}
h3 {
font-size: 22px;
font-weight: 400;
line-height: 1.2;
margin: 15px 0px;
}
h4 {
font-size: 18px;
line-height: 1.2;
font-weight: 400;
margin: 10px 0px;
}
.card_wrap {
    margin-top: 50px;
}
.top_destinations .top-section p {
    color: #fff;
}
.primary_btn a {
display: inline-block;
padding: 15px 20px;
border: 1px solid #f8d100;
border-radius: 50px;
font-size: 18px;
line-height: 1.2;
transition: all 0.3s ease-in-out;
cursor: pointer;
text-decoration: none;
color: #000;
background-color: #f8d100;
}
.top-section{
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.bottom_img{
    bottom: 0;
    display: block;
    height:60vh;
    position: absolute;
    animation: linear infinite alternate;
    animation-name: run;
    animation-duration:3000ms;;
  }
.inner_grp:first-child{
margin-top: 50px;
}
.primary_btn {
margin-top: 60px;
}
.page-center {
max-width: 1440px;
margin: 0 auto;
}

/* Header css */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    }
    
    .nav-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    }
    
    .logo {
    width: 120px;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    }
    
    .nav-menu {
    display: flex;
    list-style: none;
    margin: 0px;
    }
    
    .nav-item {
    margin-left: 30px;
    position: relative;
    }
    
    .nav-link {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    }
    
    .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #FFD700, #ffd7004d);
    transition: width 0.3s ease;
    border-radius: 3px;
    }
    
    .nav-link:hover {
    color:#FFD700;
    }
    
    .nav-link:hover::before {
    width: 100%;
    }
    
    .nav-link.active {
    color:#FFD700;
    }
    
    .nav-link.active::before {
    width: 100%;
    }
    
    .menu-toggle {
    display: none;
    cursor: pointer;
    }
    
    .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 3px;
    }
    
    /* Dropdown Styles */
    .dropdown {
    position: relative;
    }
    
    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1a1a1a;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 200px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 100;
    }
    
    .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    }
    
    .dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #FFD700;
    text-decoration: none;
    transition: all 0.2s ease;
    }
    
    .dropdown-item:hover {
    background-color: #2c2c2c;
    color: #FFD700;
    padding-left: 25px;
    }
    
    
    /* Mobile Styles */
    @media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 125px;
        flex-direction: column;
        background-color: #000;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
        height: calc(100vh - 70px);
        overflow-y: auto;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-item {
        margin: 15px 0;
    }
    
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: max-height 0.3s ease;
    }
    
    .dropdown.open .dropdown-menu {
        max-height: 300px;
        padding: 10px 0;
    }
    }
    .logo img {
        width: 100%;
    }
.top_destinations h2 span {
    color: #f9d200;
}

.banner .bg_img2{
    background-image: url(images/banner3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 62vh;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-color: aliceblue;
    z-index: -1;
}
.dest_bg{
    background-image: url(images/destbg.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-color: aliceblue;
    z-index: -1;
}

.our_blogs .bg_img{
    background-image: url(images/banner3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 72%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-color: aliceblue;
    z-index: -1;
    }

.trip_plan .bg_img{
background-image: url(images/category_bg_1.webp);
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
position: absolute;
background-repeat: no-repeat;
top: 0;
left: 0;
background-color: aliceblue;
z-index: -1;
}
.banner .bg_img{
background-image: url(images/bg-01.png);
background-size: contain;
background-position: left;
width: 100%;
height: 62vh;
position: absolute;
background-repeat: repeat;
top: 0;
left: 0;
background-color: aliceblue;
opacity: 0.3;
}

.page_content {
margin-top: 86px;
}
section.tour_categories {
padding-top: 463px;
}

section.banner {
    padding: 95px 0px;
	position:relative;
}
section.banner .page-center {
display: flex;
justify-content: space-evenly;
align-items: center;
position: relative;
}

.img1 , .img2 {
width: 285px;
height: 330px;
position: absolute;
top: 12px;
right: 0px;
border-radius: 10px;
}
.payment {
    margin-top: 30px;
}
.img1 img, .img2 img {
width: 100%;
height: 450px;
object-fit: cover;
object-position: center center;
border-radius: 400px 400px 400px 400px;
}

.banner .right {
display: flex;
gap: 35px;
position: relative;
}

.img1 {
left: 0px;
top: -55px;
}

.banner .left {
width: 75%;
transform: translateY(120px);
	text-align:center;
	z-index:1;
}

h1 span {
    position: relative;
}
h1 span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 14px;
    bottom: 0;
    background-color: #1BBC9B;
    border-radius: 10px 20px;
    z-index: -1;
}
p {
    color: #000000;
}
section.trip_plan {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
}

section.trip_plan .page-center {
    display: flex;
    gap: 50px;
}

section.trip_plan .page-center .left {
    width: 42%;
    display: grid;
    grid-template-rows:1fr;
    gap: 15px;
}

section.trip_plan .bottom_img {
    position: absolute;
    bottom: 0%;
    right: 10%;
    height: 450px;
    width: 300px;
    z-index: -1;
}

section.trip_plan .bottom_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

section.trip_plan .right {
width: 40%;
}
.vertical_img img {border-radius: 50px 0px;}


.trip_plan .vertical_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.vertical_img2 {
    grid-column-start: 2;
}

.vertical_img2 img {
    border-radius: 0px 50px;
}

.vertical_img3 img {
    border-radius: 50px 0px;
    width:100%;
    transition: all 0.3s ease-in-out;
}

.vertical_img3 {
    grid-column-start: 1;
    grid-column-end: 3
}

.vertical_img {
    height: 100%;
}

.trip_plan .vertical_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.inner_grp svg {
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
}.inner_grp {
    display: flex;
    align-items: center;
    gap: 15px;
}
.vertical_img:hover img,
.vertical_img2:hover img,
.vertical_img3:hover img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
section.counter {
    padding: 60px 0px;
}
div#counter {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
div#counter .item {
    width: 23%;
    text-align: center;
    padding: 100px 0px;
    border-radius: 50%;
    border: 1px solid #f8d100;
    position: relative;
}
div#counter .item:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: #f8d10069;
    top: 50%;
    bottom: 0px;
    left: 0px;
    transform: translate(13%,-50%);
    border-radius: 50%;
    z-index: -1;
}
.count {
    font-size: 45px;
    font-weight: 400;
}
.item.item1 , .item.item3 {
    transform: translateY(110px);
}
.content {
    position: absolute;
    padding: 20px;
    background-color: #404c4869;
    width: 80%;
    height: 80%;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    backdrop-filter: blur(5px);
    transform: translate(-50%,-50%);
}
.content:hover {
    opacity: 1;
}
section.top_destinations {
    padding: 60px 0px;
    position: relative;
}
.btn {
    margin-top: 15px;
}
section.top_destinations:before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.7;
    z-index: 0;
}

.top_destinations .top-section {
    position: relative;
}
h5.location {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 300;
}

section.top_destinations .card {
    display: flex;
    gap: 20px;
}
section.top_destinations .card > div {
    flex: 22%;
    position: relative;
}
section.top_destinations .card img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
}

/* blog  */

    section.our_blogs {
        padding: 60px 0;
    }
.our_blogs .page-center{
    position: relative;
}
.our_blogs .top_section{
    text-align: center;
    padding: 50px 0px;
}
.top_blog {
    display: flex;
    gap: 50px;
}

.blog_img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.blog_img {
    flex: 35%;
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.blog_details {
    flex: 40%;
}
.blog_details h3 {
    margin-top: 0px;
}

.blog_details > div {
    display: flex;
    gap: 10px;
    align-items: center;
}
.tags_wrap {
    margin-top: 20px;
}
span.author,
.tags,
span.date {
    border: 1px solid #000;
    padding: 4px;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}
.blog_wrap> h3:nth-of-type(2) {
    margin-top: 40px;
    margin-bottom: 10px;
}
.blog_wrap> h3{
    font-weight: 700;
}
.bottom_blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    gap: 40px;
}
.blog_img:hover img{
    transform: scale(1.05);
}
span.author:hover, .tags:hover, span.date:hover {
    transform: scale(0.9);
}
.blog_details .primary_btn.btn a {
    border-radius: 0px;
    padding: 10px;
}
.blog_post {
    flex: 0 0 48%;
    display: flex;
    gap: 20px;
}

.bottom_blog .blog_img {
    max-width: 200px;
    height: 200px;
}
/* Faq Section  */

section.faq_section .page-center {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

section.faq_section .page-center .left {
    flex: 45%;
}

section.faq_section .page-center .right {
    flex: 45%;
}
.topic h3 {
    margin: 0px;
}
section.faq_section {
    padding: 60px 0;
    background-color: #e4ecf3;
}
.tabcontent img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 12px;
}
.topic.expanded .faq-t {
    transform: rotate(180deg);
}

.topic span.faq-t {
    transition: all 0.3s ease-in-out;
}
.topic .open  {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0px;
}
.topic .open:hover{
    background-color: #f9d2006b;
}

.topic p.answer {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 12px;
}

/* Cta  */
.cta-bg{
    background-image: url(images/cta-bg.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 12px;
}
section.cta-section .bottom button {
    height: 38px;
    border-radius: 6px;
    color: #000;
}
.content_center {
    margin: 0 auto;
    max-width: 60%;
    padding: 40px 0;
    position: relative;
}
section.cta-section .bottom input {
    height: 36px;
    background-color: #ffffff;
    border: none;
    padding-left: 16px;
    padding-right: 40px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
}
section.cta-section .bottom *,
section.cta-section .top * {
    color: #fff;
}
section.cta-section .top {
    text-align: center;
}

section.cta-section {
    padding: 60px 0;
}

section.cta-section .bottom {
    text-align: center;
    margin-top: 40px;
}

.cta-section form {
    justify-content: center;
}
.cta-section form {
    display: flex;
    gap: 20px;
    padding: 0px 20px;
    flex-wrap: wrap;
}

/* Footer */

footer {
    padding: 40px 20px;
    background-color: #000;
    }
    .container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px;
    }
    .footer-section h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
    color: #ffffff;
    }
    .footer-section ul {
    list-style: none;
    padding: 0;
    }
    .footer-section ul li {
    margin-bottom: 8px;
    }
    .footer-section p,
    .footer-section .contact-info li,
    .footer-section ul li a {
    color: white;
    text-decoration: none;
    }
.banner .img1, .banner .img2{
	z-index:-1;
}
    .footer-section ul li a:hover {
    text-decoration: underline;
    }
    .footer-section .contact-info i {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    color: #fff ;
    }
    .footer-section .social-icons a {
    color: white;
    margin-right: 16px;
    text-decoration: none;
    }
    .footer-section .social-icons a:hover {
    color: #ccc;
    }
    .footer-section .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    }
    .footer-section .gallery img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        border-radius: 12px;
    }
    p.desclaimer {
        width: 60%;
        margin: 40px auto 0;
        padding: 10px;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 12px;
    }
    .footer-section .newsletter p {
    margin-bottom: 16px;
    }
    .footer-section .newsletter form {
    display: flex;
    border: 1px solid#113d48;
    border-radius: 4px;
    overflow: hidden;
    }
    .footer-section .newsletter input[type="email"] {
    padding: 8px;
    flex: 1;
    border: none;
    color: #333;
    }
    .footer-section .newsletter button {
    padding: 8px 16px;
    background-color:#113d48;
    color: white;
    border: none;
    cursor: pointer;
    }
    .footer-section .newsletter button:hover {
    background-color:#113d48;
    }
    .footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;   
    width: 100%;
    display: flex;
    justify-content: space-between;
    }
    .footer-bottom p {
    margin: 0;
    color: #fff;
    }
    .footer-bottom a {
    color: #fff;
    text-decoration: none;
    }
    .footer-bottom a:hover {
    text-decoration: underline;
    }
    a.contact-us {
        position: fixed;
        top: 50%;
        right: 0px;
        z-index: 999;
        background-color: #5b7e77;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        transform: translateX(140px);
    }
    .social-icons > a > img:hover {
transform: scale(1.09);
    }
    .social-icons img {
      width: 45px;
      height: 45px;
      transition: all 0.3s ease-in-out;
  }
    .footer_logo img {
      width: unset;
      height: auto;
  }
    
    a.contact-us i.fa-solid.fa-phone-volume {
        width: 20px;
        height: 30px;
        text-align: center;
        padding: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: aliceblue;
        font-size: 22px;
        position: relative;
        left: -10px;
    }
    
    a.contact-us i.fa-solid.fa-phone-volume:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: #0d2d35;
        z-index: -1;
        border-radius: 50%;
        transform: scale(1.2) translateX(0px);
    }
    
    a.contact-us:hover {
        transform: translateX(0px);
    }
    
    a.contact-us span {
        padding: 0 8px;
        color: #fff;
    }
    .back-to-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: #0d2b32e0;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    border-radius: 6px;
    display: none;
    }
    .back-to-top:hover {
    background-color: #113d48;
    }
    a.back-to-top.show {
        display: block;
    }
    footer form input {
    height: 60px;
    border: 1px solid #113d48;
    width: 100%;
    padding-left: 25px;
    outline: none;
    }
    .footer_logo {
        max-width: 300px;
    }
    footer form {
    position: relative;
    }
    .footer-section ul li a:hover {
        text-decoration: none;
    }
    
    footer form button {
    position: absolute;
    top: 50%;
    transform: translateY(-58%);
    z-index: 2;
    padding: 12px 20px;
    border: 1px solid #113d48;
    background-color: #113d48;
    right: 14px;
    color: #fff;
    }
    .footer-bottom .footer-links a {
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0px 8px 0;
    }
    .footer-section ul li a:hover {
        text-decoration: none;
    }
    
    .footer-section ul li a:hover:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #e5e5e5;
        bottom: -4px;
        left: 0px;
    }
    
    .footer-section ul li a {
        position: relative;
    }
    
    .footer-section ul li a:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #e5e5e5;
        bottom: -4px;
        left: 0px;
        transition: all 0.3s ease-in-out;
    }
    .footer-section ul li a span i.fa-arrow-right {
        transform: scale(0) rotate(25deg);
        transition: all 0.3s ease-in-out;
    }
    .footer-section ul li a:hover span i.fa-arrow-right {
        transform: scale(1) ;
    }


@media(max-width: 1440px){
    section.trip_plan{
        margin-top: 0px;
    }
    section.banner{
        padding-bottom:28px ;
    }
    .our_blogs .bg_img{
        display: none;
    }
    .banner .bg_img2{
        display: unset;
    }
.page-center{
    max-width: 1100px;
    padding: 0px 20px;
}
div#counter{
    flex-wrap: wrap;
    gap: 20px;
}

.banner .img1, .banner .img2{
    height: 100%;
    border-radius: 10px;
}
.banner .left {
    margin-left: 0px;
}
.banner .page-center{
gap: 0px;
}
}

@media(max-width: 1100px){
    .page-center{
        max-width: 991px;
    }
    .blog_post{
        flex: 0 0 100%;
    }
    }

    

@media(max-width:991px){

	.banner .img1, .banner .img2{
		position:unset;
	}
    .destination_form{
        position: unset;
    }
    section.banner .page-center{
        flex-wrap: wrap;
    }
    .banner .left{
        width: 100%;
    }
    .img1 img, .img2 img{
        border-radius: 12px;
        height: unset;
    }
    .content_center{
        max-width: 100%;
    }
    section.trip_plan{
        padding-top: 60px;
    }
    section.top_destinations .card{
        flex-wrap: wrap;
    }
    section.top_destinations .card > div{
        flex: 32%;
    }
    .page-center{
        max-width: 767px;
    }
    section.trip_plan .page-center {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .bottom_img{
        display: none;
    }
    section.trip_plan .right {
        width: 100%;
    }
    section.trip_plan .page-center .left {
        width: 100%;
    }
}

    @media (max-width: 767px) {

        .our_blogs .top_section{
            padding: 0px 0px 30px;
        }
        p{
            font-size: 14px;
        }
        h1{
            font-size: 35px;
        }
        h2{
            font-size: 25px;
        }
        h3{
            font-size: 18px;
        }
        .bottom_blog .blog_post{
            flex-wrap: wrap;
        }
        .bottom_blog .blog_img{
            max-width: 100%;
        }
        .top-section{
            width:100%;
        }
        .blog_details > div{
            flex-wrap: wrap;
        }
        .top_blog {
            flex-wrap: wrap;
            gap: 25px;
        }        
        .blog_img {
            flex: 100%;
        }
        section.faq_section .page-center{
            flex-wrap: wrap;
        }
        section.faq_section .page-center .right,
        section.faq_section .page-center .left{
            flex: 100%;
        }
        .cta-section form{
            flex-direction: row;
            align-items: center;
        }
        div#counter{
            justify-content: space-around;
            gap: 0;
            row-gap: 20px;
        }
        div#counter .item {
            width: 45%;
        }
        .content_center{
            padding: 40px 20px;
        }
        p.desclaimer{
            width: 100%;
        }
    }    
    @media (max-width: 567px) {
        .banner .right{
            gap: 20px;
        }
        .inner_grp svg{
            height: 32px;
            width: 32px;
            flex: 0 0 10%;
        }
        .cta-section form{
            flex-direction: column;
        }
        div#counter{
            justify-content: center;
        }
        div#counter .item {
            width: 80%;
        }
        section.top_destinations .card > div{
            flex: 100%;
        }
    } 
    @media(max-width : 412px){
        div#counter .item{
            width: 100%;
        }
    }
    @media (min-width:768px) and (max-width:1024px){
        div#counter .item {
            width: 41%;
        }
        div#counter {
            justify-content: space-evenly;
        }
    }
    @media (min-width:991px) and (max-width:1440px){
        section.top_destinations .card{
            flex-wrap: wrap;
        }
		section.banner .page-center .hero {
    margin-top: 40px !important;
}
        section.top_destinations .card > div{
            flex:24%;
        }
    }
@keyframes run {
    0% {
      left:75%;
      transform: translateX(0);
    }
    100% {
      left: 90%;
      transform: translateX(-100%);
    }
}






section.banner .page-center .hero {
    margin-top: 30px;
	padding: 10px;
    border: 1px solid #000;
    border-radius: 8px;
    background: #00000000;
    backdrop-filter: blur(10px);
}
.trip-type{
color:white;
margin-bottom:10px;
}

.search-row{
display:flex;
flex-wrap:wrap;
background:white;
border-radius:8px;
overflow:hidden;
}

.field{
display:flex;
flex-direction:column;
padding:10px 15px;
border-right:1px solid #eee;
flex:1;
min-width:180px;
}

.field label{
font-size:12px;
color:#666;
	font-family:'Poppins';
}

.field input{
border:none;
font-size:14px;
outline:none;
	font-family:'Poppins';
}

.swap{
background:#f5a100;
border:none;
width:50px;
color:white;
font-size:18px;
cursor:pointer;
}

.search-btn{
background:#f5a100;
color:white;
border:none;
padding:15px 25px;
font-size:16px;
cursor:pointer;
}

.passenger-box{
position:absolute;
right:210px;
top:-130px;
background:white;
width:260px;
border-radius:6px;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
display:none;
	z-index:2;
}
.counter p {
    margin: 4px 0px;
}
.counter{
display:flex;
justify-content:space-between;
padding:7px;
border-bottom:1px solid #eee;
}

.count-control button{
width:30px;
height:30px;
}

.class-select{
padding:15px;
display:flex;
flex-direction:column;
gap:10px;
}
section.banner .left p {
    display: inline-block;
    margin-bottom: 0px;
    background-color: #e86922;
    padding: 6px 8px;
    border-radius: 3px 10px;
    color: #fff;
}
.done-btn{
background:#2e7d32;
color:white;
border:none;
width:100%;
padding:12px;
cursor:pointer;
}

@media(max-width:1440px){
	.field.from {
    flex: 0 0 35%;
}
	button#swapBtn {
    flex: 0 0 10%;
    width: 50px !important;
}
	.field.to {
    flex: 0 0 40%;
}
	.passenger-box {
    right: 40px;
    top: -230px;
}
		section.banner .page-center .hero{
		margin-top:20px;
	}
}

@media(max-width:990px){


	.banner .bg_img2{
		height:100%;
		
	}
	.banner .bg_img{
		height:100%;
		
	}
}

@media(max-width:900px){


.search-btn{
width:100%;
}
}

@media(max-width:576px){
	.logo img{
		z-index:99;
	}
	.tfn a {
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #e86922;
    left: 0px;
    color: #ffffff;
    padding: 10px;
}
}

@media(max-width:476px){
	.passenger-box {
    left: 80px;
    top: -60px;
}
		.field.from {
    flex: 1 0 35%;
}
	button#swapBtn {
    flex: 0 0 10%;
}
	.field.to {
    flex: 1 0 40%;
}
	.page_content {
    margin-top: 50px;
}
}