@import url(./fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.belfast {
    font-family: "Belfast Grotesk", sans-serif;
}

.ins-serif {
    font-family: 'Instrument Serif', serif;
}

.nunito {
    font-family: 'Nunito Sans', serif;
}

body {
    background-color: #FDFEFF;
    font-family: 'Nunito Sans', serif;
    color: #444444;
}

a {
    text-decoration: none;
}

.fw-extrabold {
    font-weight: 800;
}

.fw-semibold {
    font-weight: 600;
}

.navbar-brand img {
    height: 36px;
}

.btn-navbar {
    color: #191919 !important;
    padding: 8.5px 23px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 28px;
    background-color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.btn-cancel {
    background-color: #FFFFFF !important;
    border-color: #000000 !important;
    border-radius: 100px;
}

.btn-cancel:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.moreCoachesModal .btn {
    padding: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 800;
}

.modal-sm {
    max-width: 530px !important;
}

.moreCoachesModal .modal-content {
    padding: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.moreCoachesModal .modal-body {
    background-color: #FFFFFF !important;
    border-radius: 20px !important;
}

header {
    position: relative;
    border-radius: 20px;
}

.navbar {
    background-color: transparent !important;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}

.hc-desc {
    font-size: 22px;
    font-weight: 600;
}

.hcct-1 {
    font-size: 70px;
}

.hcct-2 {
    margin-top: -2px;
    font-style: italic;
    color: #3C4154;
    font-size: 80px;
    -webkit-text-stroke: 1px;
    position: relative;
    width: fit-content;
}

.hcct-bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-8%);
    width: 130% !important;
    height: 97px;
    z-index: 0;
}

.hero-cont {
    padding: 115px 0 30px;
}

.header-1 {
    /* background-image: url(../img/header-1.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
     */
}

.hv-cont {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hv-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 20px 20px;
    background-color: rgba(0, 0, 0, 0.7);
}

.header-video {
    border-radius: 0 0 20px 20px;
    display: block;
    height: 745px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    box-shadow: 0 14px 14px rgba(0, 0, 0, 0.1);
}

.header-1 {
    min-height: 745px;
}

.header-vector {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 0;
    width: 100%;
}

.header-vector img {
    height: 495px;
}

.header-cont {
    border-radius: 0 0 34px 34px;
    background-image: linear-gradient(to bottom, rgba(215, 224, 224, 1), rgba(253, 254, 255, 1));
    box-shadow: inset 0 -1px 14px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(229, 229, 229, 1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.header-form {
    z-index: 1;
    padding: 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px) drop-shadow(0px 0 4px rgba(0, 0, 0, 0.26));
}

.aside {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 99999;
    overflow-x: hidden;
    width: 0;
}

.side-nav {
    height: 100%;
    width: 600px;
    max-width: calc(100% - 20px);
    background-color: #FFFFFF;
    overflow-x: hidden;
    width: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.snav-inner {
    padding: 20px 10px;
}

.snav-links {
    gap: 20px;
    scrollbar-width: thin;
}

.snav-link {
    font-size: 22px;
    color: #000000;
    text-decoration: none;
}

.hf-vertical {
    max-width: 100%;
    width: 530px;
    position: absolute;
    top: 80px;
    right: 0;
}

.nav-phone {
    font-size: 20px;
}

.hero-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hf-form {
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;

}

.hf-filter-btns {
    border: 1px solid rgba(227, 232, 239, 1);
    background-color: rgba(247, 249, 250, 1);
    border-radius: 28px;
    gap: 20px;
}

.hff-btn {
    flex-grow: 1;
    padding: 11.5px 30px;
    font-size: 14px;
    color: #656E77;
    border: 1px solid transparent;
    border-radius: 100px;
    font-weight: 700;
}

.hff-btn.active {
    color: #191919;
    background-color: #FFFFFF;
    border-color: #E3E8EF;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.hff-submit-btn {
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
}

.btn-orange {
    color: #FFFFFF !important;
    background-color: #FA8E10 !important;
}


.btn-ferozi {
    color: #191919 !important;
    background-color: #0EE1E8 !important;
}


.btn-ferozi:hover {
    color: #191919 !important;
    background-color: #06B3B9 !important;
}

.hff-flex-1 {
    gap: 12px;
}

.hff-box {
    display: flex;
    flex-direction: column;
    padding: 6px 10px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(232, 236, 241, 1);
}

.hff-box .select2 {
    max-width: 100%;
    width: unset !important;
}

.hff-group {
    padding: 4px 0;
    display: flex;
    gap: 1px;
    flex-direction: column;
}

.hffb-line {
    border-top: 1px solid #EBF0F3;
    width: 100%;
}

.hff-label {
    font-size: 13px;
    color: #656E77;
}

.hff-small {
    font-size: 12px;
    color: #656E77;
}

.hf-select+.select2 .select2-selection--single .select2-selection__rendered,
.hf-inp {
    padding: 0 !important;
    width: 100%;
    outline: 0 !important;
    color: #191925 !important;
    font-weight: 600;
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 0px !important;
    line-height: 130%;
}

.hf-select+.select2 .select2-selection--single .select2-selection__arrow {
    display: none;
}

.hf-select+.select2 .select2-selection--single {
    background-color: transparent !important;
    height: auto !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.reverse-btn {
    height: 40px;
    width: 40px;
    background-color: #191919;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.hfb-sm {
    width: calc(50% - 6px);
    flex-basis: 150px;
    flex-grow: 1;
}

.hfb-round {
    display: none !important;
}

.hff-round-trip .hfb-round {
    display: flex !important;
}

footer {
    border-radius: 24px 24px 0 0;
    background-color: #191919;
    background-image: url(../img/footer-vector.svg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

.foot-bottom {
    font-size: 18px;
}

.foot-sec-1 {
    flex-basis: 580px;
    flex-grow: 0;
    flex-shrink: 0;
}

.fs-links {
    font-size: 20px;
}

.fs-link,
.foot-desc {
    color: #909090;
    text-decoration: none;
    font-size: 20px;
}

.fs-link {
    padding: 6px 0;
}

.footer-container {
    max-width: 1360px;
    margin: 0 auto;
}

.filter-buttons {
    display: flex;
    gap: 10px;
}

.slider-arrows {
    display: flex;
    gap: 12px;
}

.sf-btn {
    font-size: 16px;
    color: #000;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid #D4D4D4;
}

.sf-btn:hover,
.sf-btn.active {
    background-color: #000;
    color: #FFFFFF;
}

.slider-arrow {
    cursor: pointer;
}

.slick-track {
    margin: 0;
}

.sec-title {
    color: #171717;
}

.st-1 {
    font-size: 44px;
}

.st-2 {
    font-size: 50px;
}

.st-flex-1 {
    gap: 22px;
}

.sc-dots {
    position: relative;
}

.sc-dots::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #F5F5F5;
    border-radius: 100px;
}

.sc-dots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    z-index: 1;
}

.sc-dots button {
    display: none;
}

.sc-dots li {
    height: 11px;
    cursor: pointer;
    width: 59px;
    background-color: transparent;
    border-radius: 100px;
}

.sc-dots .slick-active {
    background-color: #EF4444;
}

.dc-img {
    border-radius: 12px;
    aspect-ratio: 4/2;
    object-fit: cover;
    height: 195px;
    width: auto;
    object-position: center;
}

.dc-content {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 24px;
    justify-content: flex-end;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: 0.3s ease-in-out;
}

.destination-card:hover .dc-content {
    background-color: rgba(250, 142, 16, 0.54);
}

.destination-card:hover .dc-title {
    color: #171717 !important;
}

.destinations-carousel .dc-title {
    font-size: 32px;
    transition: 0.3s ease-in-out;
}

.dc-tag {
    border-radius: 32px;
    background-color: rgba(150, 150, 150, 0.5);
    backdrop-filter: blur(4px);
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 12px;
    width: fit-content;
}

.destinations-carousel .slick-track,
.tours-carousel .slick-track {
    display: flex;
    gap: 24px;
}

.destinations-carousel .slide {
    padding: 0 5px;
}

.main-1 {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.sec-light {
    border: 1px solid #E5E5E5;
    border-left: 0;
    border-right: 0;
    background-color: #FAFAFA;
}

.gap-10px {
    gap: 10px;
}

.fs-line {
    height: 42px;
    width: 1px;
    background-color: #E6E6E6;
    margin: 0 10px;
}

.fs-text {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 42px !important;
}

.center-line {
    width: 1px;
    background-color: #E6E6E6;
}

.lc-title {
    font-size: 20px;
}

.landing-card {
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    height: 100%;
    border-radius: 20px;
}

.tour-card {
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
    width: 356px;
}

.services-card {
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
    width: 100%;
    border-radius: 20px;
}

.sc-img {
    border-radius: 16px;
    width: 200px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sc-desc {
    color: #525252;
}

.lc-img {
    width: 100%;
    aspect-ratio: 37/30;
    object-fit: cover;
    border-radius: 16px;
    object-position: center;
}

.tc-img {
    width: 100%;
    aspect-ratio: 32/30;
    object-fit: cover;
    border-radius: 16px;
    object-position: center;
}

.lc-features {
    gap: 12px;
    flex-wrap: wrap;
    color: #171717;
}

.lc-extras {
    font-size: 12px;
    font-weight: 600;
}

.sc-dots .slick-dots {
    flex-wrap: wrap;
}

.tour-save {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    border-radius: 100px;
    background-color: rgba(119, 119, 119, 0.2);
    backdrop-filter: blur(4px);
    position: absolute;
    top: 16px;
    right: 16px;
}

.tc-specs {
    color: #A3A3A3;
}

.tc-persons {
    font-size: 24px;
    color: #000000;
}

.tc-rating {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-radius: 32px;
    padding: 6px 11px;
    background-color: #F5F5F5;
    width: fit-content;
}

.tc-features {
    font-size: 14px;
}

.slick-carousel .slide {
    float: unset;
}

.services-carousel .slick-track {
    display: flex;
    gap: 24px;
}

.discounts-carousel .slick-track {
    display: flex;
    gap: 16px;
}

.testimonials-carousel .slick-track {
    display: flex;
    gap: 21px;
}

.discounts-carousel .slick-list {
    margin: 0 -8px;
}

.services-carousel .slide {
    padding: 0;
    height: unset !important;
}

.slider-arrow svg *,
.fp-arrow svg * {
    transition: 0.3s ease-in-out;
}

.slider-arrow svg:hover rect,
.fp-arrow svg:hover rect {
    fill: #171717;
}

.slider-arrow svg:hover path,
.fp-arrow svg:hover path {
    fill: #FFFFFF;
}

/* 
.services-carousel .slick-slide{
    height: 0 !important;
    overflow: hidden;
}

.services-carousel .slick-active{
    height: auto !important;
    overflow: unset;
} */
.slider-arrow svg:hover path {
    fill: #FFFFFF;
}

.steps-row {
    margin: 0 -14px;
}

.steps-row>div {
    padding: 0 14px 28px;
}

.step-title {
    font-size: 18px;
    color: #171717;
}

.step-desc {
    color: #525252;
}

.steps-sec {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-radius: 40px;
}

.discounts-sec {
    background-color: #3C4154;
    border-radius: 34px;
    background-image: url(../img/ds-bg.svg);
    background-size: cover;
    background-position: center;
}

.text-ferozi {
    color: #0EE1E8;
}

.ds-text {
    font-size: 20px;
}

.footer-social-links .fa-brands {
    font-size: 24px;
    color: #FFFFFF;
}

.discounts-sec .slider-arrows svg rect {
    fill: transparent;
    stroke: #FFFFFF;
    transition: 0.3s ease-in-out;
}

.discounts-sec .slider-arrows svg path {
    fill: #FFFFFF;
    transition: 0.3s ease-in-out;
}


.discounts-sec .slider-arrows svg:hover rect {
    fill: #FFFFFF;
}

.discounts-sec .slider-arrows svg:hover path {
    fill: #3C4154;
}

.discounts-sec .sc-dots::after {
    background-color: rgba(245, 245, 245, 0.18);
}

.discounts-sec .sc-dots .slick-active {
    background-color: #FFFFFF;
}

.discount-card {
    border-radius: 18px;
}

.dc-inner {
    color: #171717;
    border-radius: 18px;
    background-color: rgba(255, 250, 245, 0.8);
    width: 277px;
    max-width: 100%;
    backdrop-filter: blur(34px);
}

.dc-badge {
    padding: 5px 20px;
    border-radius: 100px;
    background-color: rgba(23, 23, 23, 0.1);
    font-size: 10px;
    width: fit-content;
    font-weight: 500;
}

.dc-note {
    font-size: 10px;
}

.dc-subtitle {
    font-size: 20px;
}

.dc-title-1 {
    font-size: 60px;
}

.dc-title-2 {
    font-size: 40px;
}

.dc-btn {
    padding: 10px;
    font-size: 20px;
    border-radius: 100px;
    background-color: #FA8E10 !important;
    border-color: #FA8E10 !important;
    width: 100%;
}

.dc-btns .sf-btn {
    font-size: 20px;
    font-weight: 400;
    padding: 8px 16px !important;
    border-color: transparent !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
    border-radius: 6px !important;
}

.dc-btns .sf-btn.active,
.dc-btns .sf-btn:hover {
    border-color: #FA8E10 !important;
    background-color: #FA8E10 !important;
    color: #FFFFFF !important;

}

.why-box {
    background-color: #FAFAFA;
    border-radius: 20px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.wb-content {
    max-width: 210px;
}

.wb-title {
    font-size: 18px;
    color: #171717;
}

.wb-desc {
    font-size: 16px;
    color: #525252;
}

.discount-vector {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}

.discounts-carousel .slick-track,
.testimonials-carousel .slick-track {
    align-items: unset;
}

.discounts-carousel .slide,
.testimonials-carousel .slide {
    height: unset;
}

.discount-card {
    height: 100%;
}

.discount-card>div {
    height: 100%;
}

.dc-inner {
    height: 100%;
}

.tc-user-img {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}

.tc-user-name {
    font-size: 18px;
    color: #262626;
}

.tc-text {
    color: #525252;
    font-size: 16px;
}

.testimonials-carousel .tc-img {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.tc-img-cont {
    border-radius: 10px;
    position: relative;
    display: block;
}

.tc-more {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.faq-sec {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    background-image: url(../img/faq-bg.svg);
    background-size: 450px auto;
    background-repeat: no-repeat;
    background-position: right top;
}

.faq-acc .accordion-item,
.faq-acc .accordion-button,
.faq-acc .accordion-body {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}

.faq-acc .accordion-button {
    gap: 24px;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 20px;
}

.faq-acc .accordion-body {
    padding-top: 8px;
    color: #4D4D4D;
    font-size: 16px;
    padding-right: 48px;
}

.faq-acc .accordion-button::after {
    height: 24px;
    background-size: 24px;
    background-position: center;
    width: 24px;
    background-image: url(../img/plus-circle.svg);
}

.faq-border {
    height: 1px;
    width: 100%;
    background-color: rgba(224, 224, 224, 1);
}

.feat-card {
    display: flex;
    align-items: center;
    flex-basis: 235px;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(229, 229, 229, 1);
    background-color: #FFFFFF;
    border-radius: 20px;
    max-width: 250px;
    flex-grow: 1;
}

.feat-text {
    font-size: 22px;
    color: #1B1C40;
}

.feat-text {
    line-height: 26px;
}

.faq-acc .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus-circle.svg);
}

.hc-text {
    color: #171717;
}

.hc-flex {
    gap: 40px;
}

.hc-logo {
    height: 32px;
    width: auto;
}

.header-companies {
    position: relative;
    z-index: 0;
    padding: 40px 0;
}

.cs-title {
    color: #FDFEFF;
}

.cst-1 {
    font-size: 42px;
}

.cst-2 {
    font-size: 43px;
}

.cs-text {
    color: #FDFEFF;
    font-size: 20px;
}

.cs-btn {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    width: 380px;
    max-width: 100%;
    border-radius: 100px;
}

.cta-sec {
    height: 560px;
    position: relative;
    background-color: #3C4154;
    border-radius: 34px;
    overflow: hidden;
    background-image: url(../img/cta-bg.svg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-vector {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 42px);
    width: 100%;
}

.cs-content {
    width: 580px;
    position: relative;
    z-index: 1;
}

.cta-side {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cta-img {
    height: 100%;
}

.cta-features {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.cf-pill {
    width: 400px;
    max-width: calc(100% - 20px);
    padding: 10px 14px;
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 36px 0 0 36px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(26px);
    transition: 0.3s ease-in-out;
}

.cf-pill:hover {
    border-color: rgba(250, 142, 16, 0.3);
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icon {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    object-fit: contain;
    object-position: center;
}

.fst-icon {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(20%);
}

.fst-2 {
    width: fit-content;
}

.fs-icon {
    height: 82px;
    width: 82px;
}

.fs-img {
    height: 384px;
    width: 384px;
}

.fs-item {
    position: relative;
}

.fsi-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(25, 25, 25, 0.66);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: none;
}

.fs-item:hover .fsi-link {
    display: flex;
}

.header-2 .navbar {
    position: relative;
}

.header-2 .navbar>.container {
    background-color: #3C4154;
    padding: 16px 26px;
    border-radius: 100px;
}

.main-2 {
    padding-top: 30px;
}

.sn .nav-link {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 9px;
    width: 100%;
}

.sn {
    gap: 20px;
    align-items: center;
}

.sn .nav-item {
    max-width: 240px;
    flex-grow: 1;
}

.sn-text {
    font-size: 18px;
    line-height: 21px;
    align-items: flex-start;
    color: #171717;
}

.sn .nav-item .nav-link {
    background-color: #D4DD66;
    border-color: #D4DD66;
}

.sn .nav-item .nav-link svg path {
    stroke: #FFFFFF;
}

.sn .nav-item .nav-link svg circle {
    stroke: #3C4154;
    fill: #3C4154;
}


.sn .nav-item.step-active~.nav-item .nav-link {
    background-color: #FFFFFF;
    border-color: #E5E5E5;
}

.sn .nav-item.step-active~.nav-item .nav-link svg path {
    stroke: #000000;
}

.sn .nav-item.step-active~.nav-item .nav-link svg circle {
    stroke: #E5E5E5;
    fill: #FFFFFF;
}

.details-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E8ECF1;
    background-color: #FAFAFA;
}

.dc-flex {
    gap: 15px;
}

.dc-border{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.dc-title {
    font-size: 18px;
    color: #171717;
}

.dc-row {
    gap: 8px;
    font-size: 14px;
    justify-content: space-between;
}

.dc-dark {
    color: #171717;
    line-height: 1.5;
}
.jd-text{
    color: #525252;
    font-size: 14px;
}
.dc-light {
    max-width: 55%;
    color: #525252;
    text-align: right;
}

.dtc .tab-pane {
    padding-top: 30px;
}

.figtree {
    font-family: 'Figtree', sans-serif;
}

/* .dtc .tab-pane>.container{
    padding: 0 20px;
}

.dtc .tab-pane>.container>.row{
    margin: 0 -20px;
}

.dtc .tab-pane>.container>.row>div{
    padding: 0 20px;
} */

.df-flex-1 {
    gap: 14px;
}

.df-title {
    font-size: 30px;
}

.df-title-1 {
    font-size: 50px;
}

.text-main {
    color: #171717;
}

.df-label {
    font-size: 14px;
    color: #656E77;
}

.dfc-inp {
    margin-top: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #656E77;
    box-shadow: none !important;
}

.dfc-inp:checked {
    border-color: #0FE4EA;
    background-color: #FFFFFF;
    background-image: url(../img/radio-bg.svg);
    background-size: 12px;
    background-position: center;
}

.dfci-text {
    font-size: 16px;
    font-weight: 500;
    color: #1F2937;
}


.dfc-inp-sm {
    height: 14px !important;
    width: 14px !important;
}

.dfc-inp-sm:checked {
    background-size: 8px !important;
}

.dfc-inp-sm~.dfci-text {
    font-size: 14px !important;
}

.inter {
    font-family: "Inter", sans-serif;
}

.df-group .hff-group {
    padding: 10px 0;
}

.df-note {
    font-size: 14px;
    color: #656E77;
}

.df-group .hf-inp {
    font-size: 16px;
}

.df-group {
    background-color: #FAFAFA;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.df-subtitle {
    font-size: 20px;
}

.df-textarea {
    border: 1px solid #E8ECF1;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 6px 16px;
    font-size: 14px;
    color: #171717;
}

.df-textarea::placeholder {
    font-weight: 300;
    color: #656E77;
}

.df-btn {
    min-width: 210px;
}

.dfc-box {
    padding: 20px;
    border-radius: 10px;
    background-color: #FAFAFA;
    flex-grow: 1;
    border: 1px solid #E5E5E5;
    flex-basis: 350px;
    width: calc(50% - 7px);
}

.sn-progress-pill {
    background-color: #D4DD66;
    height: 7px;
    border-radius: 10px;
    flex-grow: 1;
}

.sn .nav-item.step-active~.sn-progress-pill {
    background-color: #E5E5E5;
}

.bs-text {
    color: #656E77;
    font-size: 20px;
}

.bs-title {
    font-size: 50px;
}

.wrfs-cont .select2-selection__rendered {
    line-height: 150% !important;
    padding: 9px 56px 9px 24px !important;
    text-overflow: unset !important;
    color: #000000 !important;
    font-size: 16px !important;

}

.wrfs-cont .select2-selection {
    border: 1px solid rgba(212, 212, 212, 1);
    border-radius: 32px !important;
    height: unset;
}

.wrf-dropdown {
    width: max-content !important;
    padding: 5px 0 !important;
    border-radius: 10px !important;
    background-color: #FAFAFA !important;
    border: 1px solid #D4D4D4 !important;
}

.wrf-dropdown .select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrf-dropdown .select2-results__option {
    white-space: nowrap !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 5px 20px !important;
}

.wrf-dropdown .select2-results__option--highlighted {
    color: #fff !important;
}

.wrfs-cont .select2-selection__arrow b {
    display: none;
}

.wrfs-cont .select2-selection__arrow {
    top: 50% !important;
    right: 24px !important;
    transform: translateY(-50%) !important;
    height: 24px !important;
    width: 24px !important;
    background-image: url(../img/chevron_bottom.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    transition: 0.3s ease-in-out !important;
}

.wrfs-cont .select2-container--open .select2-selection__arrow {
    transform: rotate(180deg) translateY(50%) !important;
}

.wrfs-cont .select2 {
    width: unset !important;
}

/* @media (min-height: 700px) {
    .header-1 {
        min-height: calc(700px - 32px);
    }
} */

.fleet-class {
    padding: 6px 10px;
    border-radius: 100px;
    width: fit-content;
    color: #FDFEFF;
    font-size: 12px;
    font-weight: 500;
    background-color: #3C4154;
}

.lc-feature-img {
    height: 40px;
}

.lc-note {
    font-size: 14px;
    font-style: italic;
    color: #525252;
}

.fp-flex {
    gap: 12px;
}

.fp-arrow.disabled {
    opacity: 0.5;
    cursor: not-allowed
}

.tcc-details {
    gap: 2px;
}

.tcc-desc {
    color: #525252;
}

.tours-icons {
    height: auto;
    width: auto;
    max-width: 28px;
    max-height: 20px;
}

.fleets-sec {
    margin-top: -24px;
}

.cg-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    height: 100%;
}

.cgc-bottom {
    padding: 14px;
    background-color: #FAFAFA;
}

.cgc-img {
    height: 230px;
    aspect-ratio: 30/23;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#locMap {
    height: 500px;
    width: 100%;
}

.bp-select {
    border-radius: 0 !important;
    padding: 0 10px !important;
}

div.hff-error,
textarea.hff-error {
    border-color: red !important;
}

.ui-datepicker {
    width: 328px;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #fff;
}

.ui-datepicker-header {
    position: relative;
    padding: 12px !important;
    background-color: transparent !important;
    border: 0 !important;
}

.ui-datepicker-next {
    right: 12px !important;
}

.ui-datepicker-prev {
    left: 12px !important;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    border: 1px solid rgba(232, 236, 241, 1);
    border-radius: 4px;
    background-color: #FFFFFF;
    top: 50% !important;
    transform: translateY(-50%);
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(../img/arrow-left.svg) !important;
    background-position: center !important;
    background-size: 12px !important;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url(../img/arrow-right.svg) !important;
    background-position: center !important;
    background-size: 12px !important;
}

.ui-datepicker-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-datepicker-title>select {
    font-family: "Figtree", sans-serif;
    background-color: transparent !important;
    outline: 0 !important;
    border: 0 !important;
    font-weight: 600;
    color: #191925;
}

.ui-datepicker-calendar {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

.ui-datepicker-buttonpane {
    display: none;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    padding: 0 0 4px !important;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px !important;
    color: #1B1C40 !important;
    width: 40px;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 100px;
}

.ui-datepicker-calendar th span {
    font-weight: 500;
}

.ui-datepicker-calendar td a {
    font-weight: 400;
}

.ui-datepicker-calendar td a.ui-state-active {
    background-color: #0FE4EA !important;
    font-weight: 600 !important;
}

.pac-matched {
    font-weight: 500;
}

.pac-item {
    font-family: "Nunito Sans", sans-serif;
    border-top: 0 !important;
    color: #000000 !important;
    cursor: pointer !important;
}

.qc-desc {
    font-size: 20px;
}

.text-secondary {
    line-height: 130% !important;
    color: #525252 !important;
}

.pac-container {
    padding: 10px 20px;
    background-color: #FAFAFA !important;
    border-radius: 10px !important;
    border: 1px solid #D4D4D4 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pac-logo:after {
    display: none !important;
}

.pac-item {
    display: flex;
    align-items: center;
    padding: 0 !important;
    background-color: transparent;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 100% !important;
}

.pac-icon {
    flex-shrink: 0;
    margin-top: 0 !important;
}

.pac-item * {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.hfi-time option {
    padding: 5px 20px;
}

.hfi-select~.select2 .select2-selection {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    height: unset !important;
}

.hfi-select~.select2 .select2-selection__arrow {
    display: none !important;
}

.hfi-select~.select2 .select2-selection__rendered {
    font-size: 14px !important;
    color: #191925 !important;
    font-weight: 600 !important;
    padding: 0 !important;
    line-height: 130% !important;
}

.hfis-dropdown {
    width: auto !important;
    padding: 5px 0;
    background-color: #FAFAFA;
    border: 1px solid #D4D4D4;
    border-radius: 10px !important;
}

.hfis-dropdown .select2-results__options {
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
}

.hfis-dropdown .select2-results__option--selectable {
    font-size: 14px !important;
    color: #191925 !important;
    font-weight: 600 !important;
    padding: 5px 20px !important;
    line-height: 130% !important;
    white-space: nowrap;
}

.hfis-dropdown .select2-results__option--highlighted {
    background-color: #0FE4EA !important;
}

.cg-card,
.landing-card,
.services-card {
    transition: 0.3s ease-in-out;
}

.cg-card:hover,
.landing-card:hover,
.services-card:hover {
    border-color: #FA8E10 !important;
}

.additional_cont .row{
    margin: 0 -10px;
}

.additional_cont .row>div{
    padding: 0 10px;
}

.df-border{
    border-top: 1px solid rgba(229, 229, 229, 1);
}

.additional_cont{
    gap: 10px;
}

.btn-additional{
    color: #000000 !important;
    font-size: 14px !important;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid rgba(212, 212, 212, 1) !important;
}

.btn-additional:hover{
    background-color: #FFFFFF !important;
}
.additional_cont .row:first-child .remove-additional{
    display: none;
}
.remove-additional{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    transform: translate(0%,-50%);
    padding: 0 !important;
}

.chat-whatsapp-icon{
    height: 60px !important;
    width: 60px !important;
}

#full-waBox .bg-black{
    background-color: rgb(37, 211, 102) !important;
}

.chat-whatsapp-icon .h-5 {
    height: 60% !important;
    width: 60% !important;
}
@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (max-width: 1400px) {
    .hf-vertical {
        width: 480px;
    }

    .cta-sec {
        height: 420px;
    }
}

@media (max-width: 1200px) {
    .cta-sec {
        height: auto;
    }

    .cta-side {
        bottom: 50%;
        transform: translateY(50%);
    }

    .cta-img {
        height: 300px;
    }

    .hf-vertical {
        width: 530px;
        position: static;
    }

    .services-card>.d-flex {
        flex-direction: column;
    }

    .sc-img {
        width: 100%;
        height: 230px;
    }

    .header-companies {
        padding: 20px 0 40px;
    }
}

@media (max-width: 992px) {

    .hf-vertical {
        width: 100%;
    }

    .cta-side-outer {
        position: relative;
        height: 410px;
    }


    .cta-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .foot-sec-1 {
        width: 100%;
        flex-basis: 100%;
    }

    .main-1 {
        padding-top: 70px;
        gap: 70px;
    }

    .cs-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .sc-img {
        height: 300px;
    }

    .hcct-1 {
        font-size: 48px;
    }

    .hcct-2 {
        font-size: 56px;
    }

    .st-1 {
        font-size: 36px;
    }

    .st-2 {
        font-size: 42px;
    }

    .hcct-bg {
        height: 75px;
    }

    .cta-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .fst-icon {
        left: 50%;
        top: 100%;
        transform: translateY(-50%) translateX(10%);
        height: 50px;
    }

    .discounts-carousel .slick-track,
    .testimonials-carousel .slick-track {
        gap: 0;
    }

    .hfb-sm {
        width: 100%;
        flex-basis: unset;
    }

    .df-title-1 {
        font-size: 36px;
    }

}

@media (max-width: 576px) {
    .cta-features {
        max-width: 100%;
    }

    .dc-img {
        width: 100%;
        height: auto;
    }

    .destinations-carousel .slick-track,
    .tours-carousel .slick-track,
    .services-carousel .slick-track {
        gap: 0;
    }

    .discounts-carousel .slick-list {
        margin: 0;
    }

    .dc-inner {
        width: 100%;
    }

    .landing-card {
        width: 100%;
    }

    .hcct-2 {
        margin-left: 10px;
    }

    .faq-sec {
        background-size: 250px auto;
    }

    .hcct-bg {
        height: 65px;
        width: 110% !important;
    }

    .social-icon {
        height: 40px;
        width: 40px;
    }

    .sn .sn-progress-pill {
        display: none;
    }


    .sn .nav-item {
        width: 100%;
    }

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

    .bs-title {
        font-size: 40px;
    }

    .wrfs-cont .select2 {
        width: 100% !important;
    }

    .hfis-dropdown {
        width: 250px !important;
    }

    .hfis-dropdown .select2-results__option--selectable {
        white-space: wrap;
    }
}