body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    background-color: #fff;
}

.bg-color {
    background-color: #fc0808;
}

.bg-color:hover {
    background-color: #151515;
    color:white;
}


.navbar {
    background-color: transparent;
}

.nav-item {
  margin-right: 12px;
  margin-left: 12px;
}


.nav-link  {
    font-size: 18px !important;
}

.nav-link:hover  {
    font-weight: bold;
    color: #fc0808;
}

.logo {
    max-height: 60px;
    max-width: 90%;
}

.hero-section {
  position: relative;
  width: 100%;
  max-height: 66vh;
  min-height: 60vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
 
  z-index: -1; 
}


.slogan {
    position: absolute;
    color: white;
    left: 16%;
    bottom: 20%;
}

.slogan-title {
    font-size: 36px;
    font-weight: bold;
}

.slogan-text {
    font-size: 18px;
}

.second-menu-section {
    position: relative;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-top: -40px;
    z-index: 9999;
    background-color: white;
}

.second-menu-section:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}



.second-menuLink {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.second-menuLink:hover {
    font-weight: bold;
    color: #fc0808;
}

.second-menu-icon  {
    font-size: 22px;
    color: #fc0808;
}

.fa-plane {
    rotate: -40deg;
}

.more-slogan:hover {
    color: #fc0808;
    cursor: pointer;
}



/* slider */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}


.exclusiv-offer {
    margin-top: 66px;
    margin-bottom: 66px;
}

.top-airline, .popular-destination {
    margin-top: 66px;
    margin-bottom: 66px;
}


.airline-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f7fa;
    border-radius: 12px;
    padding: 12px 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    text-decoration: none;
    color: inherit;
}
.airline-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.airline-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: contain;
}
.airline-name {
    font-weight: 500;
    flex-grow: 1;
}
.airline-arrow {
    color: #999;
    font-size: 2rem;
}


.flight-tracker-section {
    padding: 22px;
     background: #f5f7fa;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 5px;
    margin-top: 66px;
    margin-bottom: 66px;
}


.flight-tracker-img {
    margin: 0 auto;
    float: right;
}


/* best hotel */
.best-hotel {
    background-color: #f5f7fa;
    padding: 22px;
    margin-top: 80px;
}

.hotel-name {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: block;
}

.best-hotel-pagination {
    margin-top: 8px !important;
    position: relative !important;
}


/* footer  */
#footer {
    width: 100%;
     background: linear-gradient(to bottom, 
    #000000 0%,
    #333333 50%,
    #cccccc 100%
  );

  color: white; 
    min-height: 36vh;
    color: #fff;
}


.copyright {
    text-align: center;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.social-media {
    display: flex;
    padding-left: 0px !important;
}

.social-media-item {
    list-style-type: none;
    padding: 5px;
}

.social-media-link {
    text-decoration: none;
    color: #fe0000;
}

.social-media-icon {
    font-size: 30px;
}

.social-media-icon:hover {
    font-size: 31px;
    color: #000;
}

.payment-link {
    text-decoration: none;
}

.quick-links{
    margin-bottom: 5px;
}

.quick-links a{
    text-decoration: none !important;
    color: #fff;
}

.homepage-banner-ads {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* about page  */

 
:root {
    --primary-color: #3a86ff;
    --secondary-color: #ff006e;
    --dark-color: #1a1a2e;
    --light-color: #f8f9fa;
    --success-color: #4cc9f0;
}


.section-title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}


.about-content {
    padding: 80px 0;
}

.mission-vision {
    background-color: var(--light-color);
    padding: 80px 0;
}

.team-section {
    padding: 80px 0;
}

.team-member {
    text-align: center;
    margin-bottom: 30px;
}

.team-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid var(--light-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.values-section {
    background: linear-gradient(to right, var(--primary-color), var(--success-color));
    color: white;
    padding: 80px 0;
}

.value-box {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
    transition: transform 0.3s;
}

.value-box:hover {
    transform: translateY(-10px);
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white;
}

.stats-section {
    padding: 80px 0;
}

.stat-box {
    text-align: center;
    padding: 30px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

footer {
    background-color: var(--dark-color);
    color: white;
    padding: 60px 0 30px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: all 0.3s;
}

.social-icons a:hover {
    color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}


/* contact page  */


.section-title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}


.contact-section {
    padding: 80px 0;
}

.contact-info {
    padding: 20px;
    border-radius: 10px;

}

.contact-method {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-icon {
    font-size: 1.8rem;
    color: #fc0808;
    margin-right: 20px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
}

.contact-details h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-form {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.form-control {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(58, 134, 255, 0.25);
}

.map-section {
    padding: 0 0 80px;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.faq-section {
    background-color: var(--light-color);
    padding: 80px 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fc0808;
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
