/* =======================================
                Hero Area
========================================== */
.get-alert.alt {
    max-width: calc(100% - 10rem);
}

.title-desc {
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 60px;
    text-align: center;
}

/* =======================================
                How To Find
========================================== */
.how-to-find .title {
    color: #1c2437;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.how-to-find p {
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

/* =======================================
                Try Premium
========================================== */
.try-premium {
    background: url(../img/bg02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.try-premium .title {
    color: #1c2437;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.try-premium ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.try-premium ul li {
    color: #444444;
    font-size: 20px;
    list-style: none;
    position: relative;
    padding-left: 35px;
}

.try-premium ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    background: url(../img/tick.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 20px;
    width: 20px;
}

/* =======================================
              Flights Found
========================================== */
.flights-found .title {
    color: #1c2437;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.flights-found h4 {
    color: #1c2437;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.flights-found ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flights-found ul li {
    list-style: none;
    line-height: 1.4;
}

.flights-found ul li a {
    color: #444444;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}

.flights-found ul li a:hover {
    color: #0160ff;
    transition: all 0.3s;
}

.flights-found .theme-label {
    color: #ffffff;
    font-size: 13px;
    background: #005fff;
    padding: 4px 8px 3px;
    border-radius: 3px;
    margin-left: 15px;
    letter-spacing: 0.5px;
    position: relative;
}

.flights-found .theme-label::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #005fff;
}

/* =======================================
                Responsive
========================================== */

@media (max-width: 1199.98px) {
    .intro .text h1,
    .roundtrip .title,
    .how-to-find .title,
    .flights-found .title {
        font-size: 2.2rem;
    }
    .intro .text p,
    .title-desc {
        font-size: 18px;
    }
    .how-to-find p,
    .flights-found ul li a {
        font-size: 17px;
    }
    .try-premium .title {
        font-size: 2rem;
        line-height: 1.35;
    }
    .try-premium ul li {
        font-size: 18px;
    }
    .flights-found h4,
    .footer-menu h4 {
        font-size: 1.25rem;
    }
    .footer-menu ul.menu li a {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .intro .text h1,
    .roundtrip .title,
    .how-to-find .title,
    .flights-found .title {
        font-size: 2rem;
    }
    .intro .text p,
    .title-desc {
        font-size: 17px;
    }
    .title-desc {
        margin-bottom: 40px;
    }
    .glow-up,
    .glow {
        height: 70px;
    }
    .how-to-find p,
    .flights-found ul li a {
        font-size: 16px;
    }
    .try-premium .title {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .try-premium img {
        max-width: 400px;
        margin-top: 30px;
    }
    .footer-menu .mb-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 767.98px) {
    .intro .text p br {
        display: none;
    }
    .intro .text h1,
    .roundtrip .title,
    .how-to-find .title,
    .flights-found .title {
        font-size: 1.5rem;
    }
    .get-alert.alt {
        max-width: 400px;
    }
    .try-premium .title {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .try-premium ul {
        gap: 10px;
    }
    .try-premium ul li {
        font-size: 16px;
    }
    .try-premium img {
        margin-top: 40px;
    }
    .flights-found h4,
    .footer-menu h4 {
        font-size: 1.2rem;
    }
    .flights-found {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .intro .text h1,
    .roundtrip .title,
    .how-to-find .title,
    .flights-found .title {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .intro .text p,
    .title-desc {
        font-size: 16px;
    }
    .glow-up,
    .glow {
        height: 20px;
    }
    .roundtrip .title {
        margin-bottom: 10px !important;
    }
    .roundtrip .title,
    .how-to-find .title,
    .flights-found .title {
        margin-bottom: 16px;
    }
    .try-premium {
        padding: 0 15px;
    }
    .try-premium .title {
        font-size: 1.3rem;
    }
    .try-premium ul li {
        font-size: 16px;
        padding-left: 28px;
    }
    .try-premium img {
        max-width: 80%;
        margin: 40px 0 20px;
    }
    .footer-menu {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-menu h4 {
        margin-bottom: 10px;
    }
    .footer-menu .mb-5 {
        margin-bottom: 1.5rem !important;
    }
}
