body {
    font-family: Poppins, sans-serif;
}

p {
    font-family: Poppins, sans-serif;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

/* styles for navbar */
.logo {
    margin-left: 0;
}

.nav-links a {
    margin: 0 30px;
    text-decoration: none;
    color: #222222;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.signup-btn {
    margin: 0 15px;
    padding: 5px 10px;
    border-radius: 6px;
}

.language {
    padding: 5px;
    border: none;
    margin-left: 10px;
}

/* styles for hero */
.play-demo {
    display: flex;
    align-items: center;
    margin-left: 5px;
    color: #5e6282;
}

.btn-orange {
    background-color: #f1a501;
    color: white;
}

.pre-header-text {
    font-family: Poppins, sans-serif;
    color: #df6951;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5;
}

.header-text {
    font-family: Volkhov, sans-serif;
    color: #181e4b;
    font-size: 4.75rem;
    font-weight: bolder;
}

.header-span {
    background-image: url(/images/orange.png);
    background-position: 50% 115%;
    background-repeat: no-repeat;
    background-size: auto;
}

.paragraph-text {
    font-family: Poppins, sans-serif;
    color: #5e6282;
    line-height: 1.7;
    font-size: 0.9rem;
}

.feature-col {
    text-align: center;
    margin-top: 0;
}

.card-img {
    height: 75px;
    width: 75px;
    margin-bottom: 20px;

}

.category-cards {
    position: relative;
    padding: 1.875rem 1.675rem;
    border-radius: 2.25rem;
    background-color: #fff;
    text-align: center;
}

.card-heading {
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    color: #181e4b;
}

.pre-header-services {
    font-family: Poppins, sans-serif;
    color: #5e6282;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.header-text-services {
    font-family: Volkhov, sans-serif;
    color: #181e4b;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.destinations-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.destination-card {
    width: 300px;
    border-radius: 24px;
    overflow: hidden;
    background: white;
}

.destination-card img {
    width: 100%;
    height: 350px;
    object-fit: fill;
    display: flex;
}

.destination-info {
    padding: 20px;
}

.duration {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5e6282;
    font-size: 14px;
}

.location-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #5e6282;
}

.pre-header-trip {
    font-family: Poppins, sans-serif;
    color: #5e6282;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
}

.header-text-trip {
    font-family: Volkhov, sans-serif;
    color: #181e4b;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
}

.heading-small {
    font-family: Poppins, sans-serif;
    color: #5e6282;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
}

.list-group-item {
    border: #fff;
}

.p-5 {
    padding-top: 10rem !important;
}

.testimonial-left {
    margin-top: 0;
}

.pagination {
    padding-top: 50px;
}

.grid-5-col {
    grid-column-gap: 2.5rem;
    grid-row-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 5px;
}

.single-logo {
    padding: 1rem 1.625rem;
    border-radius: 15px;
}

.solo-logo {
    height: 1.875rem;
    object-fit: cover;
}

.grid-2-col {
    grid-column-gap: 2rem;
    display: inline-flex;
    align-items: center;
}

.subscribe-text {
    color: #5e6282;
    font-weight: 500;
}

.btn-subscribe {
    background-color: #df6951;
    color: white;
}

.btn-subscribe:hover {
    background-color: coral;
    color: white;
}

.margin-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-subtitle {
    font-family: Poppins, sans-serif;
    color: #5e6282;
    font-size: 0.75rem;
    padding-top: 20px;
    font-weight: 500;
}

.footer-section-header {
    margin-top: 1.3rem;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-links a {
    font-family: Poppins, sans-serif;
    text-decoration: none;
    color: #5e6282;
    font-size: o.95rem;
    line-height: 1.4;
}

.social-text {
    font-family: Poppins, sans-serif;
    text-decoration: none;
    color: #5e6282;
    font-size: o.95rem;
    line-height: 1.4;
    text-align: center;
    padding-top: 20px;
}

.social-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flexbox-around {
    display: flex;
    justify-content: space-around;
}

.credit-text {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
}