@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Rubik", sans-serif !important;
}

:root {
    --primary-color: #bd282d;
    --secondary-color: #17233E;
    --text-dark: #3b444f;
    --text-gray: #67747c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    list-style: none;
}

section {
    padding-block: 80px !important;
    background-color: #fff;
}

footer {
    padding-block-start: 70px !important;
}

.form-select {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    padding: 10px 30px !important;
    border-radius: 6px !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-control {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    padding: 10px 16px !important;
    border-radius: 6px !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-dark);
}

.btn {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    padding: 12px 30px !important;
    border-radius: 6px !important;
    letter-spacing: 2px !important;
}

.primary-btn {
    color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out !important;
}

.primary-btn:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out !important;
}

.secondary-btn {
    color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out !important;
}

.secondary-btn:hover {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out !important;
}

.text-primary-color {
    color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}


.toastify {
    font-size: 14px !important;
    padding: 12px 20px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
    background: var(--secondary-color) !important;
    position: fixed;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647
}


/* HEADER */

header {
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    padding-block: 10px;
    position: absolute;
    background-color: transparent;
    z-index: 3;
}

header .logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

header .logo img {
    width: auto;
    height: 100px;
    position: relative;
}

header .nav-bar-section {
    height: 100%;
    background-color: transparent;
}

header .nav-bar-section:after {
    content: "";
    position: absolute;
    width: calc(68%);
    height: 1px;
    background-color: #fff;
    right: 0;
    bottom: 11px;
    z-index: -1;
}

header .menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    text-transform: uppercase;
}

header .menu li {
    height: 100%;
}

header .menu .nav-link {
    padding-inline: 0;
}

header .menu .nav-link:after {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    background-color: #d22317;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

header .menu .nav-link.active:after,
header .menu .nav-link:hover:after {
    width: 100%;
    transition: all 0.3s ease;
}

header .menu .nav-link {
    height: 100%;
    padding-inline: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white !important;
    transition: all 0.3s ease;
}

header .menu .nav-link:hover {
    font-weight: 500;
    color: #d22317 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

header .menu .nav-link.active {
    font-weight: 500;
    color: #d22317 !important;
    position: relative;
    transition: all 0.3s ease;
}

header .menu-btn {
    display: flex;
    align-items: center;
    padding: 10px !important;
    margin-block: auto !important;
    border: none;
}

header .menu-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 22px !important;
    color: white;
}

.hero-section {
    width: 100%;
    height: 100vh;
    padding-block: 0 !important;
    position: relative;
}

.hero-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 1, 10, 0.5); */
    background: linear-gradient(to top, rgba(0, 1, 10, 0.7), rgba(0, 1, 10, 0.2));
}

.hero-section .hero-section-carousel {
    padding: 0;
}

.hero-section .hero-section-carousel .item {
    height: 100vh;
}


.hero-section .hero-section-carousel .item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-section .hero-section-carousel .item .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 20px;
}

.hero-section .hero-section-carousel .item .hero-content .main-title {
    font-size: 5vw;
    line-height: 5.5vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.hero-section .hero-section-carousel .item .hero-content .main-description {
    margin-top: 20px;
    font-size: 1.1vw;
    line-height: 1.6vw;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.section-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
}

.section-title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: var(--text-dark);
    text-align: center;
    text-transform: uppercase;
    margin-block-start: 6px !important;
}

.section-description {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-dark);
    text-align: center;
    margin-block-start: 20px !important;
}

.location-section {
    background-color: #F7F7F7;
}

.location-section .card {
    height: 100%;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.location-section .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.location-section .card .image {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.location-section .card .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}

.location-section .card .image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.144)), rgba(0, 0, 0, 0);
}

.location-section .card .image .price {
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 6px 12px;
}

.location-section .card .image .price>del {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding-inline-start: 8px;
    padding-inline-end: 3px;
}

.location-section .card .image .price>span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.location-section .card .content {
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 14px 10px;
}

.location-section .card .content .subtitle {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    color: #67747c;
}

.location-section .card .content .subtitle svg {
    width: 16px;
    height: 16px;
}

.location-section .card .content .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: start;
    text-transform: capitalize;
    color: var(--text-dark);
    margin-block-start: 8px !important;
}

.location-section .card .content .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: start;
    color: var(--text-gray);
    margin-block-start: 10px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.location-section .card .content .terms-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
}

.location-section .card .content .terms-list>.term-item {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-gray);
}

.location-section .card .content .terms-list>.term-item>img {
    width: 14px;
    height: 14px;
    filter: invert(35%) sepia(70%) saturate(1500%) hue-rotate(210deg) brightness(85%) contrast(0%);
}

.tour-details.hero-section {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    padding-block: 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.tour-details.hero-section .row {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    background-color: transparent;
}

.tour-details .gallery {
    bottom: 20px !important;
    right: 0 !important;
    position: absolute;
}

.tour-details .view-gallery,
.tour-details .view-video {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: var(--text-dark) !important;
    background-color: #fff !important;
    transition: all 0.3s ease-in-out !important;
}

.tour-details .view-gallery>svg,
.tour-details .view-video>svg {
    width: 18px !important;
    height: 18px !important;
    color: var(--primary-color) !important;
}

.tour-details .view-gallery:hover,
.tour-details .view-video:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 0 0 2px rgba(145, 144, 144, 0.2) !important;
    transition: all 0.3s ease-in-out !important;
}

.tour-details .terms-list {
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
}

.tour-details .main-title {
    font-size: 23px;
    line-height: 35px;
    font-weight: 500;
    color: var(--text-dark);
}

.tour-details .location {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #67747c;
}

.tour-details .location>svg {
    width: 18px !important;
    height: 18px !important;
    color: var(--primary-color);
}

.tour-details .location>a {
    color: var(--primary-color) !important;
    text-decoration: none !important;
}

.tour-details hr {
    color: #c2c5cc;
}

.tour-details .terms-list {
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 26px;
}

.tour-details .term {
    font-size: 16px;
    line-height: 22px;
    font-family: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-gray);
}

.tour-details .term>img {
    width: 24px;
    height: 24px;
    filter: invert(35%) sepia(70%) saturate(1500%) hue-rotate(210deg) brightness(85%) contrast(0%);
}

.tour-details .title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: var(--text-dark);
    text-transform: capitalize;
}

.tour-details .subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-dark);
    text-transform: capitalize;
}

.tour-details .paragraph {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-gray);
    margin-block-start: 16px !important;
}

.tour-details .highlights>ul {
    margin: 0;
    margin-block: 16px !important;
    padding: 0 20px;
}

.tour-details .highlights>ul>li {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-gray);
}

.tour-details .highlights>ul>li>svg {
    width: 10px;
    height: 10px;
    color: var(--text-gray);
}

.tour-details .price-includes>ul,
.tour-details .price-excludes>ul {
    margin: 0;
    margin-block: 16px !important;
    padding: 0 20px;
}

.tour-details .price-includes>ul>li,
.tour-details .price-excludes>ul>li {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-gray);
}

.tour-details .price-includes>ul>li>svg,
.tour-details .price-excludes>ul>li>svg {
    width: 20px;
    height: 20px;
}

.tour-details .price-includes>ul>li>svg {
    color: var(--primary-color);
}

.tour-details .price-excludes>ul>li>svg {
    color: var(--primary-color);
}

.tour-details .travel-styles>ul {
    margin: 0;
    margin-block: 16px !important;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.tour-details .travel-styles>ul>li {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-gray);
}

.tour-details .travel-styles>ul>li>svg {
    width: 20px;
    height: 20px;
    color: var(--primary-color);
}

.tour-details .accordion-header,
.tour-details .accordion-item {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.tour-details .accordion-button:not(.collapsed) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.tour-details .accordion-button {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-dark);
}

.tour-details .accordion-button::after {
    display: none !important;
}

.tour-details .accordion-button svg {
    width: 16px;
    height: 16px;
    color: var(--primary-color) !important;
}

.tour-details .accordion-button strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--primary-color) !important;
}

.tour-details .accordion-body {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.tour-details .accordion-body p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-gray);
}

.tour-details .accordion-body .image {
    width: auto;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.tour-details .accordion-body .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.tour-details .booking-form .card {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    background-color: #fff;
}

.tour-details .booking-form .card .card-body,
.tour-details .booking-form .card .card-header {
    background-color: #fff;
}

.tour-details .booking-form .card .card-header .price {
    display: flex;
    align-items: end;
    gap: 8px;
}

.tour-details .booking-form .card .card-header .price p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0 !important;
}

.tour-details .booking-form .card .card-header .price del {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #de4437;
    margin: 0 !important;
}

.tour-details .booking-form .card .card-header .price h6 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #18181a;
    margin: 0 !important;
}

.tour-details .booking-form .card .card-header .tab {
    padding: 10px 20px;
    margin-block-start: 10px;
}

.tour-details .booking-form .card .form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-dark);
}

.tour-details .booking-form .card .form-control {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-dark);
}

.tour-details .booking-form .card .count-btn {
    font-size: 16px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    background-color: var(--primary-color);
}

.tour-details .booking-form .card .count {
    text-align: center !important;
    max-width: 40px;
    border: none !important;
    padding-inline: 0 !important;
}


.tour-details .accordion .accordion-button {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


/* CONTACT */

.contact-section .country {
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

.contact-section .address {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-block-start: 14px !important;
    color: #fff;
}

.contact-section .contact-info a {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.contact-section .contact-info a:hover {
    color: #9e9e9e !important;
    transition: all 0.3s ease-in-out;
}

.contact-section .branch-card {
    height: 300px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.contact-section .branch-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 1s ease-in-out;
}

.contact-section .branch-card:hover img {
    scale: 1.05;
    transition: all 1s ease-in-out;
}

.contact-section .branch-card .overlay {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.contact-section .branch-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}

.contact-section .branch-card:hover .content {
    max-height: 300px;
    transition: max-height 1s ease-in-out;
}

.our-branches h2,
.contact-form-section h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: var(--text-dark);
    margin-block-end: 20px !important;
}

.our-branches h2:after,
.contact-form-section h2:after {
    background-color: var(--primary-color);
    content: " ";
    display: block;
    height: .125rem;
    margin: 1.5rem auto 0;
    width: 2.5rem;
}

.contact-form-section .form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-dark);
}


/* Service Post */

.service-section .bg-img {
    background-image: url(../images/background/service-section-background.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.service-section .service-card {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
}

.service-section .service-card:hover {
    scale: 1.03;
    background-color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.service-section .service-card svg {
    height: 42px;
    width: auto;
    margin-bottom: 8px !important;
}

.service-section .service-card svg path {
    fill: var(--primary-color);
}

.service-section .service-card:hover svg path {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.service-section .service-card .service-title {
    margin-bottom: 10px !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: var(--text-dark);
}

.service-section .service-card .service-description {
    margin-bottom: 0 !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    color: var(--text-dark);
}

.service-section .service-card.visa-support svg path {
    fill: none;
    stroke: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.service-section .service-card.visa-support:hover svg path {
    stroke: #fff;
    transition: all 0.3s ease-in-out;
}

.service-section .service-card:hover .service-title,
.service-section .service-card:hover .service-description {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* Recent Post */

.recent-post {
    margin-bottom: 15px;
    border-left: 1px solid #e5e5e5;
}

.recent-post .card {
    margin-top: 0;
    margin-bottom: 10px;
    border: none;
    border: 1px solid white;
    border-bottom-color: #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
    background-color: #fff;
}

.recent-post .card .card-body {
    display: flex;
    border-radius: 0px;
}

.recent-post .card .card-body img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center center;
    margin-right: 10px;
}

.recent-post .card .content {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: start;
    height: 100%;
}

.recent-post .card .content a {
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-dark);
}

.recent-post .card .date {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: var(--text-gray);
}

.recent-post .title {
    margin-bottom: 10px;
}

.recent-post .title h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}

.recent-post .title h2::after {
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: var(--primary-color);
}


/* ABOUT */

.about-section .left-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}


/* DESTINATIONS */

.destinations-section .trend-item {
    position: relative;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}

.destinations-section .trend-item .trend-image {
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}

.destinations-section .trend-item .trend-image img {
    object-fit: cover;
    transition: all ease-in-out 0.6s;
}

.destinations-section .trend-item .trend-image img.img-1 {
    min-width: 627px;
    width: 100%;
    max-height: 282px;
    object-fit: cover !important;
}

.destinations-section .trend-item .trend-image img.img-2,
.destinations-section .trend-item .trend-image img.img-3 {
    min-width: 301px;
    width: 100%;
    height: 280px;
}

.destinations-section .trend-item .trend-image img.img-4 {
    min-width: 441px;
    width: 100%;
    height: 583px;
}

@media (max-width: 992px) {

    .destinations-section .trend-item .trend-image img.img-1,
    .destinations-section .trend-item .trend-image img.img-2,
    .destinations-section .trend-item .trend-image img.img-3,
    .destinations-section .trend-item .trend-image img.img-4 {
        width: 100%;
        height: 100%;
    }
}

.trend-content-title .card-title {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.destinations-section .trend-item .trend-image:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 0.6s;
}

.destinations-section .trend-item .trend-content {
    z-index: 1;
}


/* REVIEWS */

.review-section .card {
    min-height: 240px;
    margin-top: 50px;
    margin-inline: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    overflow: visible;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
}

.review-section .card:hover {
    border-color: var(--primary-color);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.review-section .card img {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: 18px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    z-index: 5;
    box-shadow: 0 0 0 8px white !important;
    background-color: white;
}

.review-section .card i {
    right: 30px;
    top: 20px;
    font-size: 35px;
    line-height: 38px;
    position: absolute;
    color: var(--text-gray);
}

.review-section .card .content {
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 14px 15px;
    margin-top: 40px;
}

.review-section .card .content .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: start;
    color: var(--text-dark);
    margin-block-start: 10px !important;

}

.review-section .card .content .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: start;
    font-style: italic;
    color: var(--text-gray);
    margin-block-start: 10px !important;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* airport-booking */

.airportbooking-section .form-group {
    margin-bottom: 20px;
}

.airportbooking-section .form-group .form-label {
    margin-bottom: 0;
}

.airport-section {
    padding-block: 60px !important;
}

.airport-section .form-label {
    font-size: 15px;
    margin-bottom: 0px !important;
}

.airport-section .form-control {
    font-size: 15px;
}

.airport-section .card {
    border: none;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white;
    z-index: 5;
}

.airport-section .card div {
    padding-block: 7px;
}

.airport-section .card .card-header {
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: var(--primary-color);
}

.airport-section .card .card-header i {
    font-size: 25px;
    line-height: 28px;
    color: white;
}

.airport-section .card .card-header h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: white;
}

.airport-section .card .card-body {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: white;
}

.airport-section .card .card-footer {
    border-radius: 8px;
    background-color: white;
}

.airport-section .card .form-box {
    margin-block: auto;
}

.airport-section .card .form-box:last-child {
    margin-block: auto;
    text-align: center;
}

@media (max-width: 992px) {
    .airport-section .card .card-header {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 8px;
    }

    .airport-section .card .card-body {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 8px;
    }


    .airport-section {
        padding-bottom: 0px !important;
    }
}

/* FOOTER */

footer {
    padding-block-start: 120px !important;
    padding-block-end: 20px;
    border-block-start: 1px solid #e5e5e5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: transparent !important;
    background-image: url(https://seasontravels.com/frontend/images/background_pattern.png);
}

footer .title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    position: relative;
}

footer .text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #dfdfdf;
}

footer .contact-info {
    gap: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

footer .contact-info .text {
    margin-block: auto;
}

footer .contact-info svg {
    width: 25px;
    height: 25px;
}

footer .contact-info svg path {
    fill: #dfdfdf;
}

footer .contact-info.web svg path {
    fill: transparent;
    stroke: #dfdfdf;
}

footer .social-links {
    display: flex;
    flex: wrap;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 0;
    padding: 0;
}

footer .social-links>li>a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

footer .social-links>li>a:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

footer .items-list {
    margin: 0;
    margin-top: 20px !important;
    padding: 0;
}

footer .items-list>li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-block-end: 16px;
    transition: all 0.3s ease-in-out;
}

footer .items-list>li>svg {
    width: 14px;
    height: 14px;
    color: var(--text-gray);
    transition: all 0.3s ease-in-out;
}

footer .items-list>li>svg>path {
    fill: var(--primary-color);
}

footer .items-list>li>a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #dfdfdf;
    display: block;
    margin-block-end: 0 !important;
    transition: all 0.3s ease-in-out;
}


footer .items-list>li>a.active,
footer .items-list>li:hover a,
footer .items-list>li:hover svg {
    color: #fff !important;
    text-decoration: underline !important;
    transition: all 0.3s ease-in-out;
}

footer .divider {
    color: #ccc;
}

footer .copyright {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #dfdfdf;
}

footer .logo-wrapper {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

footer .logo-wrapper .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

/* Branch Gallery */


.gallery-img img {
    min-height: 180px;
    max-height: 180px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.gallery-cards {
    column-count: 3;
    column-gap: 1em;
}

.gallery-cards .gal-card__wrapper:hover img {
    filter: brightness(0.8);
    transition: all 0.3s linear;
}

.gal-itm {
    width: 100%;
    position: relative;
    margin-bottom: 1.25rem;
    cursor: pointer;
    transition: all 0.3s linear;
}

.gal-itm>img {
    width: 100%;
    border-radius: 10px;
}

.gal-card__wrapper {
    background-color: #eee;
    display: block;
    margin: 0 0 1em;
    width: 100%;
    transition: all 0.3s linear;
}

.gallery-card:hover {
    /* background-color: rgba(0, 0, 0, 0.443); */
    transition: all 0.3s linear;
    transform: scale(1.03);
}


/* HERO SECTION 2 */

.title-hero-section {
    padding-top: 170px !important;
    padding-bottom: 60px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    background-image: url(../images/hero/image-1.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-hero-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(23, 35, 62, 0.671);
}

.title-hero-section a {
    color: #fff;
}

.title-hero-section .title {
    font-size: 46px;
    font-weight: 600;
}

@media (max-width: 1150px) {

    header .logo img {
        height: 60px;
    }

}

@media (max-width: 992px) {

    header .logo img {
        height: 85px;
    }

    header .nav-bar-section:after {
        width: 0;
    }

    .hero-section .hero-section-carousel .item .hero-content .main-title {
        font-size: 6vw;
        line-height: 6.5vw;
        font-weight: 600;
    }

    .hero-section .hero-section-carousel .item .hero-content .main-description {
        margin-top: 20px;
        font-size: 1.7vw;
        line-height: 2.2vw;
        font-weight: 400;
    }
}

@media (max-width: 768px) {

    header .logo img {
        height: 80px;
    }

    .hero-section .hero-section-carousel .item .hero-content .main-title {
        font-size: 7vw;
        line-height: 7.5vw;
        font-weight: 600;
    }

    .hero-section .hero-section-carousel .item .hero-content .main-description {
        font-size: 2vw;
        line-height: 2.5vw;
        font-weight: 400;
    }

    section {
        padding-block: 40px !important;
    }

    .btn {
        font-size: 13px !important;
        line-height: 20px !important;
        padding: 12px 20px !important;
    }

    .section-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .section-title {
        font-size: 24px;
        line-height: 30px;
        margin-block-start: 6px !important;
    }

    .section-description {
        font-size: 14px;
    }

    .tour-details .travel-styles>ul {
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 10px;
    }
}

@media (max-width: 540px) {

    .hero-section .hero-section-carousel .item .hero-content .main-title {
        font-size: 8.3vw;
        line-height: 9vw;
        font-weight: 600;
    }

    .hero-section .hero-section-carousel .item .hero-content .main-description {
        font-size: 2.7vw;
        line-height: 3.2vw;
        font-weight: 400;
    }

    footer .title {
        font-size: 20px;
        line-height: 26px;
    }

    footer .text {
        font-size: 14px;
    }

    footer .items-list>li>a {
        font-size: 14px;
    }

}
