/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url(animate.min.css);
@import url(font-awesome.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url(slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css);
@import url(jquery.fancybox.min.css);

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(swiper.min.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #FFFFFF;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

#datePicker {
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#dropdownMenu {
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
}

.banner_section {
    width: 100%;
    float: left;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.banner_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.background-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.background-image.active {
    opacity: 1;
}


.content-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bus-links-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.carousel {
    position: relative;
    width: 80%;
    max-width: 900px;
    height: 30%;
    max-height: 300px;
    margin: 0 auto 20px auto;
    z-index: 1;
}

.carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;

}

.carousel-image.active {
    opacity: 1;
}

.search-button {
    width: 25%;
    margin: 10px 0;
    z-index: 1;
}

.buttons-container {
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button a {
    position: absolute;
    line-height: 50px;
    color: white;
    font-size: 20px;
}

.search-button a:hover {
    color: #680000;
}

.fier-rinas:hover {
    transform: scale(1.3) rotateX(180deg);
    border-bottom: 50px solid white;
}

.rinas-fier:hover {
    transform: scale(1.3) rotate(-180deg) rotateX(-180deg);
    border-bottom: 50px solid white;
}

.fier-rinas {

    width: 25%;
    border-bottom: 50px solid rgba(1, 21, 52, 0.85);;
    border-right: 50px solid transparent;
    -webkit-transform: rotateX(180deg);
    animation: pulsate-f 1.5s infinite;

}

.fier-rinas a {
    width: 100%;
    text-align: center;
    -webkit-transform: rotateX(-180deg);
}

.rinas-fier {
    width: 25%;
    border-bottom: 50px solid rgba(1, 21, 52, 0.85);
    border-right: 50px solid transparent;
    -webkit-transform: rotate(180deg) rotateX(180deg);
    animation: pulsate-r 1.5s infinite;

}

.rinas-fier a {
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(-180deg) rotateX(-180deg);
}

@keyframes pulsate-f {
    0% {
        transform: scale(1) rotateX(180deg);
    }
    50% {
        transform: scale(1.1) rotateX(180deg);
    }
    100% {
        transform: scale(1) rotateX(180deg);
    }
}

@keyframes pulsate-r {
    0% {
        transform: scale(1) rotate(-180deg) rotateX(-180deg);
    }
    50% {
        transform: scale(1.1) rotate(-180deg) rotateX(-180deg);
    }
    100% {
        transform: scale(1) rotate(-180deg) rotateX(-180deg);
    }
}

.notice {
    font-family: "DM Sans";
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

@media (max-width: 768px) {
    .search-button a {
        line-height: 10vw;
        font-size: 4vw;
    }

    .fier-rinas,
    .rinas-fier {
        width: 40%;
        border-bottom: 10vw solid rgba(1, 21, 52, 0.85);
        border-right: 10vw solid transparent;
    }

    .carousel {
        height: 20%;
    }
}

@media (max-width: 460px) {
    .carousel {
        height: 10%;
    }

}

.date_section {
    display: block;
    height: 400px;
}

.date_selection {
    background-color: rgba(176, 174, 174, 0.2);
    border-radius: 8px;
    padding: 20px;
    margin: 10% auto 0;
    max-width: 450px;
    font-family: 'DM Sans', sans-serif;
    color: #011534;
}


.container_reservations {
    max-width: 1000px;
    width: 70%;
    margin: 0 auto;
    clear: both;
    padding-right: 15px;
}

.option_section {
    display: block;
    height: auto;
}

.schedule-options {
    background-color: rgba(176, 174, 174, 0.2);
    margin-top: 10px;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 20px;
    font-size: 1.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'DM Sans', sans-serif;
    color: #011534;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: start;
}

.departure-time {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding: 10px;
}

.ticket-info {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.images-container {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: flex;
    flex-direction: row;
    background-color: #C0C0C0;
    max-width: 120px;

}

.divider {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.horizontal-line {
    border-top: 5px solid #C0C0C0;
    border-radius: 5px;
    width: 100%;
    align-self: start;
    margin-top: 35px;
}

.horizontal-line-bottom {
    border-top: 5px solid #C0C0C0;
    border-radius: 5px;
    width: 100%;
    align-self: start;
    margin-bottom: 5px;
}

.images-container img {
    width: 35px;
    height: auto;
    margin-right: 5px;
}

.book-button-container {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.option_title {
    color: #011534;
    font-weight: bold;
    font-family: "DM Sans";
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.option_text {
    color: #011534;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DM Sans";
    font-size: 20px;
}

.book-button {
    background-color: #3D699B;
    color: #FFFFFF;
    border: none;
    padding: 5px 5px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 20px;
    float: right;
    text-align: center;
    width: 50%;
}

.book-button:hover {
    background-color: #FFFFFF;
    color: #680000;
}

@media (max-width: 1024px) {
    .option_text {
        font-size: 16px;
    }

    .book-button {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .container_reservations {
        display: block;
    }

    .schedule-options {
        margin-bottom: 20px;
        padding: 10px;
        text-align: center;
    }

    .grid-container,
    .grid-item {
        display: block;
        width: 100%;
    }

    .grid-item .horizontal-line,
    .grid-item .horizontal-line-bottom {
        display: none;
    }

    .images-container {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        max-width: 125px;
    }

    .images-container img {
        display: block;
        margin: 0 5px;
    }

    .book-button-container {
        margin-top: 20px;
        justify-items: center;
        text-align: center;

    }

    .book-button {
        float: none;
    }
}

.date_input, .dropdown_input {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #33d0f2;
    background-color: rgba(50, 205, 238, 0.9);
    text-align: center;
    padding: 15px 0px;
    border-radius: 70px;
    margin-top: 8px;
}

.reservation-form {
    margin: 0 auto;
    max-width: 450px;
}

.reservation_section {
    display: block;
    height: auto;
    margin-top: 30px;
}

.form-section {
    background-color: rgba(191, 191, 191, 0.6);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-section label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "DM Sans";
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="number"],
.form-section select,
.form-section input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-family: "DM Sans";
}

.form-section li {
    color: rgba(0, 0, 0, 0.5);
}

.ui-menu-item {
    color: rgba(0, 0, 0, 0.5);
}

.iti__selected-dial-code, .iti__country-list, .iti__country-name {
    color: rgba(0, 0, 0, 0.5);
}

.form-section .select {
    width: 80%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
    font-family: "DM Sans";
    font-size: 0.875rem;
    height: 30px;
    line-height: 1.5;
}

.no-nice-select > option {
    text-align: left;
}

@media (max-width: 425px) {
    #contact-section > .form-row.align-items-center {
        flex-direction: column;
    }

    #contact-section > .form-row.align-items-center .col-auto {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 425px) {
    #contact-section .col-auto {
        flex: 1;
        margin-bottom: 10px;
    }

    #contact-section .col-auto:last-child {
        margin-bottom: 0;
    }
}

.section-number-container {
    display: flex;
    align-items: center;
    top: -20px;
    left: 20px;
}

.section-number {
    background-color: #3D699B;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 10px;
}

.section-title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
}

.section-info {
    color: #680000;
    font-size: 16px;
    font-style: italic;
    font-family: "DM Sans";
}

.tooltip {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.tooltip.visible {
    visibility: visible;
    opacity: 1;
}

.tooltip-container {
    position: relative;
}

.larger-label {
    font-size: 16px;
    text-align: center;
}

.ui-datepicker-header {
    background-color: #33d0f2;
    color: #fff;
    border: none;
}

.ui-datepicker-prev, .ui-datepicker-next {
    background-color: #33d0f2;
    color: #fff;
    border: none;
    font-size: 16px;
}

.ui-datepicker-calendar .ui-state-active {
    background-color: #33d0f2;
    color: #fff;
}

.submit-btn {
    background-color: #3D699B;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    width: 30%;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "DM Sans";
}

.submit-btn:active {
    background-color: white;
    color: #680000;
}

.submit-btn:hover {
    background-color: white;
    color: #680000;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0;
}

.padding_0 {
    padding: 0px;
}

.small_header {
    display: flex;
    width: 100%;
    background: #011534;
}

.contact-info {
    margin-left: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-info img {
    margin-right: 15px;
    width: 32px;
    height: 32px
}

.contact-info__text {
    display: inline-block;
    color: #FFFFFF;
    margin-right: 28px;
    font-size: 14px;
    font-family: 'Inter', serif;
}

.contact-media {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.contact-media img {
    margin-right: 10px;
}

.header_section {
    position: relative;
    width: 100%;
    background-color: #011534;
}

.header_main {
    background-color: #ffffff;
    opacity: 1;
}

.navbar {
    padding: 0 10px;
}

.navbar-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item {
    margin-right: 70px;
    color: #141F46;
}

.navbar-nav .nav-link {
    color: #ffffff;
    text-decoration: none;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.profile-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 10px;
    gap: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.logo img {
    width: 140px;
    height: 60px;
}

.login_text {
    font-size: 18px;
    color: #1a1a1a;
    padding-right: 30px;
}

.login_text a {
    color: #1a1a1a;
}

.login_text a:hover {
    color: #3fd2f2;
}

.btn-secondary {
    color: #FFFFFF;
    background-color: #33d0f2;
    border-color: transparent;
    margin: 0px 50px;
    border-radius: 100px;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: initial;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: initial;;
}

.call_text {
    font-size: 18px;
    color: #000;
}

.call_text a {
    color: #000;
}

.call_text a:hover {
    color: #33d0f2;
}

.discover_text {
    width: 100%;
    width: 100%;

    float: left;
    font-size: 60px;
    text-align: center;
    color: #1a1a1a;
}

.amazing_text {
    width: 100%;
    float: left;
    font-size: 60px;
    text-align: center;
    color: #33d0f2;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: initial;
    border-right: initial;
    border-bottom: 0;
    border-left: 0px;
    background-image: url(../img/down-arrow.png);
    position: relative;
    top: 3px;
}

.form-inline .btn-secondary:hover::after {
    color: #fff;
    border-color: transparent;
    background-image: url(../img/down-arrow2.png);
}

.find_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
    color: #737474;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
    border-radius: 100px;
    border: transparent;
    padding: 0px 20px;
    font-size: 18px;
    color: #343535;
    -webkit-appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 96% center;
}

.start_bt {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

.Search_bt {
    display: block;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    margin: 70px 0px 20px 0px;
}

.Search_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000000;
    background-color: rgba(50, 205, 238, 0.9);
    text-align: center;
    padding: 12px 0px;
    border-radius: 50px;
}

.date-picker-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

.date-picker-btn::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url('icon_path.png') no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.search-btn-style {
    background-color: #1b74c7b0;
    color: white;
    padding: 30px 40px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: transparent;
}

.search-btn-style {
    background-color: #4177b1;
    color: white;
    padding: 30px 40px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
    -webkit-appearance: center;
    -moz-appearance: center;
    text-align: center;
    appearance: none;
    text-align: transparent;
}

.search-btn-style::-webkit-calendar-picker-indicator {
}

.search-btn-style::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
}


.Search_bt a:hover {
    background-color: rgba(30, 144, 255, 0.7);
    color: #fff;
}

.browse_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.icons_main {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.box_1 {
    width: 10%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 10px 0px 0px 0px;
    box-shadow: 0px 0px 4px 0px;
    border-radius: 2px;
    margin-right: 47px;
}

.work_section {
    width: 100%;
    float: left;
    background-color: #021C3A;
    height: 800px;
    text-align: center;
    position: relative;
    background-image: url('../../design/images/map-vertical.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.work_main {
    width: 100%;
    float: left;
    border-radius: 10px;
    position: relative;
}

.work_text {
    width: 50%;
    margin: 0 auto;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DM Sans';
    padding-bottom: 0;
}

.row.content_section.align-items-center {
    max-width: 100%;
    overflow-x: hidden;
}

.work_text_small {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'DM Sans';
}

.choose_main {
    width: 100%;
    float: left;
}

.choose_left {
    width: 30%;
    float: left;
}

.choose_right {
    width: 70%;
    float: left;
}

.content_section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 600px;
}


.bus_image {
    position: absolute;
    left: 8%;
    transform: translateY(-60%);
    width: 550px;
    max-width: 100%;
}

.bus_image img {
    width: 100%;
    height: auto;
    display: block;
}

.arrow_image {
    position: absolute;
    transform: translateY(-110%) translateX(160%);
    width: 300px;
    max-width: 100%;
}

.arrow_image img {
    width: 100%;
    height: auto;
    display: block;
}

.text_content {
    text-align: left;
    color: #FFFFFF;
    padding: 20px;
}

.number_text {
    width: 61%;
    margin: 0 auto;
}

h1.choose_text {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    color: #FFFFFF;
}

.many_text {
    width: 60%;
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 0px;
    text-align: left;
    font-family: 'DM Sans';
}

@media screen and (min-width: 2100px) {
    .arrow_image {
        position: absolute;
        transform: translateY(-110%) translateX(200%);
        width: 300px;
        max-width: 100%;
    }

}

@media screen and (max-width: 1024px) {
    .work_section {
        height: auto;
        max-height: 1040px;
        padding: 20px 0;
        background-size: cover;
        background-position: center top;
    }

    .work_text {
        width: 80%;
        font-size: 36px;
    }

    .work_text_small {
        font-size: 18px;
    }

    .choose_left, .choose_right {
        width: 100%;
        float: none;
    }

    .content_section {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    .bus_image {
        position: static;
        transform: translateY(0);
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .arrow_image {
        position: static;
        transform: translateY(-40%) translateX(10%);
        width: 100%;
        margin: 0 auto;
    }

    .number_text {
        width: 90%;
    }

    h1.choose_text {
        font-size: 18px;
        padding-top: 10px;
    }

    .many_text {
        width: 90%;
        font-size: 14px;
        transform: translateY(-80%);
    }

}

@media screen and (max-width: 768px) {
    .work_section {
        height: auto;
        padding: 20px 0;
        background-size: cover;
        background-position: center top;
    }

    .work_text {
        font-size: 24px;
    }

    .work_text_small {
        font-size: 16px;
    }

    .bus_image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 10px auto;
    }

    .arrow_image {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    h1.choose_text {
        font-size: 16px;
    }

    .many_text {
        font-size: 12px;
    }
}

.work_section2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.instruction_section {
    background-color: #021C3A;
    width: 100%;
    height: 1100px;
    padding-bottom: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.circle-container {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.circle {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.filled_circle {
    background-color: #FFFFFF;
    width: 350px; /* Adjust as needed */
    height: 350px; /* Adjust as needed */
    z-index: 3;
}

.some_text {
    font-size: 40px;
    color: #680000;
    font-family: "DM Sans";
    text-transform: uppercase;
    z-index: 4;
    position: relative;
}

.circle:nth-child(2) {
    width: 600px;
    height: 600px;
    opacity: 0.4;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle:nth-child(3) {
    width: 850px;
    height: 850px;
    opacity: 0.3;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle:nth-child(4) {
    width: 1050px;
    height: 1050px;
    opacity: 0.2;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle:nth-child(5) {
    width: 1350px;
    height: 1350px;
    opacity: 0.1;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps_container {
    position: relative;
    text-align: center;
}

.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-image {
    width: 100px;
    height: 100px;
}

.step-header {
    display: flex;
    align-items: center;
}

.step-number {
    font-size: 40px;
    margin-right: 10px;
    color: #680000;
    font-family: "DM Sans";
    font-weight: bold;
}

.step-title {
    font-size: 30px;
    font-family: "DM Sans";
    font-weight: bold;
}

.step-text {
    font-size: 18px;
    max-width: 450px;
}

.steps_container:nth-child(2) {
    position: absolute;
    top: 20%;
    left: 5%;
}

.steps_container:nth-child(3) {
    position: absolute;
    top: 20%;
    right: 5%;
}

.steps_container:nth-child(4) {
    position: absolute;
    top: 68%;
    left: 0;
    right: 0;
}

@media (max-width: 1370px) {
    .steps_container:nth-child(2) {
        left: 0;

    }

    .steps_container:nth-child(3) {
        right: 0;
    }

    .step-text {
        font-size: 16px;
        width: 300px;
    }

    .step-title {
        font-size: 26px;
    }

    .step-number {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {

    .instruction_section {
        height: 1200px;
    }

    .circle-container {
        width: 250px;
        height: 250px;
        top: 140px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .circle {
        width: 250px;
        height: 250px;
        font-size: 16px;
    }

    .filled_circle {
        width: 250px;
        height: 250px;
    }

    .some_text {
        font-size: 32px;
    }

    .circle:nth-child(n+2) {
        display: none;
    }

    .step-number {
        font-size: 32px;
    }

    .step-title {
        font-size: 24px;
    }

    .step-text {
        font-size: 14px;
        max-width: 450px;
    }

    .steps_container {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 80%;
        transform: translateY(-50%);
        margin-top: 20px;
    }

    .steps_container:nth-child(2) {
        top: 420px;
        left: 0;
    }

    .steps_container:nth-child(3) {
        top: 700px;
        right: 0;
    }

    .steps_container:nth-child(4) {
        top: 1000px;
        left: 0;
    }
}

.image {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.image-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.image-text {
    font-size: 14px;
    color: #FFFFFF;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0f0f0f;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
}

.image_1 {
    width: 100%;
    float: left;
}

.contact_us_section {
    background-color: #021C3A;
    max-height: 800px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url('../../design/images/man-driving.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    box-shadow: inset 0 0 0 1000px rgba(2, 28, 58, 0.5);
}

.contact-us-header {
    margin-bottom: 20%;
}

.secondary_title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 94px;
    text-align: center;
    color: #FFFFFF;
}

.secondary_text {
    position: relative;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}

.message_section {
    width: 100%;
    background-color: #FFFFFF;
    height: fit-content;
    max-width: 1600px;
    margin: 0 auto;
    font-family: 'DM Sans';
    font-style: normal;
    text-align: center;
    color: #141F46;
    padding: 5%;
}

.message_title_container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.message_title {
    color: #141F46;
    font-weight: 500;
    font-family: "DM Sans";
    font-size: 48px;
    text-align: center;
    float: left;
}

.message_section input[type="text"],
.message_section input[type="tel"],
.message_section input[type="email"],
.message_section input[type="number"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1.5px solid #021C3A;
    border-radius: 30px;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-row .col-md-6 {
    flex: 1;
    min-width: 280px;
}

.iti {
    width: 100%;
}

.iti--allow-dropdown {
    width: 100%;
}

.iti__selected-flag {
    border-radius: 30px;
}

.iti--separate-dial-code .iti__tel-input {
    width: calc(100% - 50px);
    height: 50px;
    border-radius: 0 30px 30px 0;
    border: 1.5px solid #021C3A;
    border-left: none;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
    font-family: "DM Sans", sans-serif;
}

.intl-tel-input .country-list {
    z-index: 10000;
}

.contact_form {
    width: 100%;
    text-align: left;
}

.message_section textarea {
    height: 300px;
    box-sizing: border-box;
    border: 1.5px solid #021C3A;
    border-radius: 30px;
    padding: 10px;
    font-size: 16px;
    color: #2a2a2c;
    background-color: rgba(217, 217, 217, 0);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.message_section label {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #141F46;
    margin-bottom: 5px;
    line-height: 47px;
}

.message_section label[for="message"] {
    font-size: 32px;
}

.message-button {
    background-color: #021C3A;
    color: #FFFFFF;
    border: none;
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 20px;
    float: left;
    text-align: center;
    width: 250px;
    height: 61px;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    gap: 10px;
    line-height: 31px;
}

.location_div img {
    width: 700px;
    max-height: 570px;
    height: auto;
}

.thick-hr {
    border: 0;
    height: 1px;
    background-color: #021C3A;
    margin: 20px 0;
}


.contact-item img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.contact-item span,
.contact-item a {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #021C3A;
}

@media (max-width: 768px) {
    .map-left img,
    .map-right img,
    .sideways-left img,
    .sideways-right img {
        display: none;
    }

    .contact_us_section {
        height: 600px;
    }

    .message_title {
        font-size: 44px;
    }

    .secondary_title {
        font-size: 80px;
    }

    .message-button {
        display: block;
        float: none;
        margin: 20px auto;
    }
}

.about_us_section {
    background-color: #021C3A;
    max-height: 800px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url('../../design/images/bus-closer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    box-shadow: inset 0 0 0 1000px rgba(2, 28, 58, 0.5);
}

.about_us_title {
    color: #000000;
    font-weight: bold;
    margin-bottom: 10%;
    font-size: 48px;
    font-family: "DM Sans";
    text-align: left;
    float: left;
    display: block;
}

.arrow_middle {
    position: absolute;
    top: 90%;
    left: 25%;
    transform: translateY(-50%) rotate(215deg);
    max-width: 500px;
    width: 100%;
    height: auto;

}

.detail_us_section {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    height: fit-content;
    max-width: 1600px;
    margin: 0 auto;
    font-family: 'DM Sans';
    font-style: normal;
    text-align: center;
    color: #141F46;
    padding: 5%;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .detail_us_section {
        overflow: visible;
    }
}

.detail_us_section .arrows {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: visible;
}

.arrow_left {
    position: absolute;
    top: 15%;
    left: -200px;
    transform: rotate(20deg) translateY(-50%);
    max-width: 500px;
    width: auto;
    height: auto;
}

.arrow_right {
    position: absolute;
    top: 40%;
    right: -200px;
    transform: rotate(220deg) translateY(-50%);
    max-width: 500px;
    width: auto;
    height: auto;
}

.second_section {
    position: relative;
}

.second_section::before,
.second_section::after {
    content: '';
    position: absolute;
    background-image: url('../../design/images/map-vertical-black-border.png');
    background-repeat: no-repeat;
    background-size: contain;

}

.second_section::before {
    top: 20%;
    left: -10%;
    transform: rotate(-16deg);
    width: 400px;
    height: 1000px;
}

.second_section::after {
    top: 47%;
    right: -5%;
    transform: rotate(54deg);
    width: 360px;
    height: 800px;
}

@media (max-width: 1024px) {
    .second_section::before,
    .second_section::after {
        display: none;
    }

    .arrows img {
        display: none;
    }

    .arrow_middle {
        display: none;
    }

    .about {
        font-size: 36px;
    }

    @media (max-width: 768px) {
        .arrows {
            display: none;
        }

    }

}

.help_section {
    background-color: #021C3A;
    max-height: 800px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url('../../design/images/handshake.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    box-shadow: inset 0 0 0 1000px rgba(2, 28, 58, 0.5);
}

.question_section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

.help_title {
    text-align: center;
    font-family: "DM Sans";
    font-weight: bold;
    font-size: 62px;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 15px;
}

.question_title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    color: #000000;
    font-size: 40px;
    margin-left: 15%;
    font-weight: 500;
    max-width: 800px;
}

.question_title i {
    margin-left: auto;
}

.help_text {
    position: relative;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #000000;
    display: none;
    margin-left: 15%;
    max-width: 800px;
}

.sideways-left {
    transform: rotate(-25deg);
}

.sideways-right {
    transform: rotate(-8deg);
}

.contact-list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact_section {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    height: fit-content;
    max-width: 1600px;
    margin: 0 auto;
    font-family: 'DM Sans';
    font-style: normal;
    text-align: center;
    color: #141F46;
    padding: 5%;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .contact_section {
        overflow: visible;
    }
}

.contact_section::after {
    content: "";
    background-image: url('../../design/images/map-vertical-black-border.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -25%;
    left: -5%;
    width: 350px;
    height: 700px;
    transform: rotate(-8deg);
}

.contact_section input[type="text"],
.contact_section input[type="tel"],
.contact_section input[type="email"],
.contact_section input[type="number"] {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1.5px solid #021C3A;
    border-radius: 30px;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

.contact_section textarea {
    height: 300px;
    box-sizing: border-box;
    border: 1.5px solid #021C3A;
    border-radius: 30px;
    padding: 10px;
    font-size: 16px;
    color: #2a2a2c;
    background-color: rgba(217, 217, 217, 0);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.contact_section label {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #141F46;
    margin-bottom: 5px;
    line-height: 47px;
}

.contact_section label[for="message"] {
    font-size: 32px;
}

.contact-list img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.contact-list span {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 18px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    margin-left: 15%;
}

.tips_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #0f0f0f;
    padding-top: 20px;
}

.variations_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #0f0f0f;
    font-weight: bold;
}

.variations_text a {
    color: #0f0f0f
}

.variations_text a:hover {
    color: #32cbec
}

.col-sm-3.active h2 a {
    color: #32cbec;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #000000;
    margin-top: 0px;
}

.features_section {
    width: 100%;
    float: left;
    padding-bottom: 75px;
    min-height: 920px;
}

.features_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #1c1b2d;
    text-align: left;
    text-transform: uppercase;
    font-family: "DM Sans";
    font-weight: bold;
}

@media (max-width: 1024px) {
    .features_text {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .features_text {
        font-size: 35px;
    }

    .help_title {
        font-size: 52px;
    }

    .question_title {
        font-size: 26px;
    }

}

@media (max-width: 576px) {
    .features_text {
        font-size: 30px;
    }

    .footer_text {
        text-align: center;
    }

    .customer_text {
        text-align: center;
    }

    .footer_link {
        margin: 0 auto;
    }

    .footer_logo, .social_icon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_logo > img {
        position: relative;
        left: 20px
    }

    .footer_section::before {
        transform: rotate(90deg) scale(1.1) translateX(-50%);
        transform-origin: center;
    }
}

.additional_text {
    max-width: 100%;
    float: left;
    font-size: 20px;
    color: #1c1b2d;
    font-family: "DM Sans";
}

.image-container {
    position: relative;
    display: block;
    max-width: 400px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.image-container img {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 280px;
    display: block;
}

.coming_soon {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "DM Sans";
    font-weight: bold;
    color: #FFFFFF;
    background-color: rgba(28, 27, 45, 0.69);
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0;
}

.additional_text2 {
    text-align: center;
    font-size: 14px;
    color: #011534;
    margin-top: 10px;
    margin-bottom: 10px;
}

.seemore_bt2, .see-location {
    width: fit-content;
    margin: 10px auto;
    font-family: "DM Sans";
}

.seemore_bt2 a {
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #1c1b2d;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
}

.see-location a {
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #1c1b2d;
    padding: 10px 60px;
    text-decoration: none;
    border-radius: 30px;
}

.seemore_bt2 a, li {
    color: #FFFFFF;
}

.see-location a, li {
    color: #FFFFFF;
}

.seemore_bt2 a:hover, .see-location a:hover {
    background-color: #33d0f2;
    border-radius: 20px;
}

.feature_menu .seemore_bt2.active a, .see-location.active a {
    background-color: #33d0f2;

}


.feature_menu ul {
    display: flex;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.features_section2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.seemore_bt {
    width: fit-content;
    float: left;
    margin-top: 60px;
    font-family: "DM Sans";
    font-weight: bold;
}

.seemore_bt a {
    display: inline-block;
    font-size: 24px;
    color: #1c1b2d;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
}

.seemore_bt a:hover {
    background-color: #33d0f2;
}

.seemore_bt a::after {
    content: "\2192";
    margin-left: 10px;
}

.directory_section {
    width: 100%;
    float: left;
    background-color: #1c1b2d;
    height: auto;
    padding-bottom: 75px;
}

.directory_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
}

.directory_section2 {
    width: 100%;
    float: left;
    background-color: #1c1b2d;
    height: auto;
    padding-top: 75px;
}

.image_5 {
    width: 100%;
    float: left;
}

.travel_text {
    width: 100%;
    float: left;
    color: #b3edf9;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 20px;
}

.rating_section {
    width: 100%;
    float: left;
    padding-top: 17px;
}

.rating_1 {
    width: 25%;
    float: left;
}

.Locations_padding0 {
    padding-left: 4px;
}

.rating_main {
    width: 100%;
    float: left;
}

.rating_left {
    width: 40%;
    float: left;
}

.rating_right {
    width: 60%;
    float: left;
}

.rating_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fbfdfe;
    background-color: #33d0f2;
    text-align: center;
}

.lorem_ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 0;
}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 0px;
    border-radius: 70px;
    border: 3px solid #ffffff;
}

.read_bt a:hover {
    background-color: #ffffff;
    color: #000;
}

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 75px;
}

.testimonial_taital {
    width: 22%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #030303;
    border-bottom: 2px solid #052501;
    text-transform: uppercase;
}

.client_main {
    width: 100%;
    float: left;
    padding-top: 75px;
}

.client_left {
    width: 22%;
    float: left;
}

.client_right {
    width: 68%;
    float: left;
    background-color: #1c1b2d;
    height: auto;
    padding: 32px 20px;
}

.image_9 {
    width: 100%;
    float: left;
}

.client {
    width: 100%;
    float: left;
}

.quote_left {
    width: 10%;
    float: left;
    text-align: center;
}

.quote_right {
    width: 10%;
    float: right;
    text-align: center;
    padding-top: 70px;
}

.dolor_text {
    width: 80%;
    float: left;
    font-size: 15.88px;
    color: #fff;
    margin: 0px;
}

.johndue_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0e2c01;
    text-transform: uppercase;
    text-align: center;
    font-weight: 200;
}

.farm_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #32cbec;
    text-align: center;
    padding-top: 0px;
    line-height: 5px;
    font-weight: 700;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #32cbec;
    border-radius: 100px;
}

.carousel-indicators .active {
    background-color: #040504;
}

.carousel-indicators {
    left: initial;
    margin-right: 10%;
}

.mail_section {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    height: auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2a2c;
    background-color: rgb(217, 217, 217, 0);
    padding: 10px 20px 0px 0px;
    margin-bottom: 20px;
    border-radius: 30px;
}

input.mail_text::placeholder {
    color: #2a2a2c;
}

.massage_box {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2a2c;
    background-color: transparent !important;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 35px;
    height: 100px;
    padding: 70px 20px 0px 0px;
    border-bottom: 2px solid #252525 !important;
    border: 0px;
}

textarea.massage_box::placeholder {
    color: #2a2a2c;
}

.send_bt {
    width: 15%;
    margin: 0 auto;
    text-align: center;
}

.send_text {
    width: 100%;
    float: left;
    margin-top: 10px;
    background-color: #32cbec;
    color: #ffffff;
    padding: 6px 0px;
    border-radius: 10px;
    font-size: 22px;
}

.send_text a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    background-color: #32cbec;
    padding: 6px 0px;
    margin-top: 0px;
    border-radius: 10px;
}

.experience_section {
    width: 100%;
    float: left;
    padding-top: 20px;
    background-color: #FFFFFF;
    height: 920px;
    max-width: 1800px;
    background-image: url('../../design/images/map-vertical-black-border.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10%;
    margin: 0 auto;
}

.experience_main {
    width: 100%;
    float: left;
}

.experience_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.experience_text {
    width: 500px;
    float: left;
    font-size: 18px;
    color: #021C3A;
}

.experience_middle {
    width: 40%;
    float: left;
}

.experience_title_bg {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #680000;
    padding: 10px 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "DM Sans";
}

.arrow_left_down {
    max-width: 500px;
    height: auto;
    position: relative;
}

.group_image {
    max-width: 500px;
    height: auto;
    position: relative;
}

.stars-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.stars {
    max-width: 150px;
    height: auto;
}

.experience_title_sm {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #021C3A;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DM Sans";
}

.experience_right {
    width: 300px;
    float: right;
    margin-left: 20px;
}

.experience_bt {
    width: 240px;
    float: left;
}

@media (max-width: 1200px) {
    .group_image {
        max-width: 450px;
    }
}

@media (max-width: 1024px) {
    .group_image {
        max-width: 250px;
    }

    .arrow_left_down {
        max-width: 250px;
    }

    .experience_title_sm {
        font-size: 1.2rem;
    }

    .experience_title_bg {
        font-size: 1rem;
    }

    .experience_text {
        font-size: 0.72rem;
        width: auto;
    }
}

@media (max-width: 767px) {
    .experience_section {
        background-position: center;
    }

    .experience_section .col-md-3.col-6.text-center:first-child {
        order: 2;
    }

    .experience_section .col-md-3.col-6.text-center:last-child {
        order: 1;
    }

    .experience_section .col-md-6.col-12.d-flex.align-items-end {
        order: 3;
    }

    .arrow_left_down {
        max-width: 130px;
        position: relative;
        transform: scaleX(-1) rotate(-50deg);
        transform-origin: center;
        top: 200px;
        left: 150px;
        display: block;
        margin: 0 auto;
    }

    .group_image {
        max-width: 200px;
        right: 18%;
    }

    .experience_title_sm {
        font-size: 1.5rem;
    }

    .experience_title_bg {
        font-size: 1.2rem;
    }

    .experience_text {
        font-size: 0.875rem;
        max-width: 300px;
        margin: 0 auto;
    }
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #021C3A;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.footer_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../design/images/harta-shqiperise-horizontal.png') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
    z-index: 0;
}

.footer_logo {
    width: 100%;
    float: left;
}

.footer_logo > img {
    max-width: 120px;
    margin-top: 25px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    font-family: 'DM Sans';
    color: #fefefe;
    text-transform: uppercase;
    padding-top: 20px;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'DM Sans';
    color: #FFFFFF;
    margin-left: 0;
}

.footer_button {
    border: none;
    background-color: #FFFFFF;
    color: #021C3A;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.footer_button:hover {
    background-color: #33d0f2;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0;
    padding: 0;
}

.social_icon li {
    float: left;
    padding-right: 15px;
    padding-top: 10px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #021C3A;
    height: auto;
}

.thin-line {
    width: 90%;
    height: 1px;
    margin: 20px auto;
    background-color: #FFFFFF;
    border: none;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    margin-left: 0;

    margin-top: 0;
    margin-right: 0;
}

.copyright_text a {
    color: #FFFFFF;
    text-decoration: underline !important;
}

.copyright_text a:hover {
    color: #33d0f2;
}

@media (max-width: 990px) {

    .header_main .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .header_main .navbar-nav .nav-item {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .header_main .profile-link {
        margin-top: 10px;
        justify-content: center;
        padding-bottom: 25px;
    }

    .logo img {
        width: 100px;
        height: 40px;
    }
}
.swal-icon--error__line--right {

    right: 12px;
    top: 35px;
}

.swal-icon--error__line--left {

    left: 12px;
    top: 35px;
}

.direction-form {
    width: 1200px;
    margin: 50px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.direction-form-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    color: #141F46;
}

.direction-city-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.direction-form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 0;
}

.direction-form-group label {
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 18px;
    color: #141F46;
}

.direction-switch-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #141F46;
    margin-top: 24px;
    padding: 8px;
    transition: all 0.3s ease;
}

.direction-switch-button:hover {
    color: #3D699B;
    transform: scale(1.1);
}

.direction-select {
    width: 100%;
    padding: 10px;
    border: 2px solid #141F46 !important;
    border-radius: 20px !important;
    font-size: 18px !important;
    color: #141F46 !important;
    background-color: transparent;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23141F46"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.direction-date-input {
    width: 100%;
    padding: 22px;
    border: 2px solid #141F46 !important;
    border-radius: 20px !important;
    font-size: 18px !important;
    color: #141F46 !important;
    background-color: transparent;
    height: 40px;
}

.direction-submit-button {
    padding: 0 20px !important;
    background-color: #3D699B;
    color: white !important;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    max-width: 150px;
    height: 40px;
    transition: all 0.3s ease;
    margin-top: 50%;
    text-align: center;
}

.direction-submit-button:hover {
    background-color: white !important;
    color: #680000 !important;
    border: 1px solid #3D699B;
}

@media only screen and (max-width: 767px) {
    .direction-form {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .direction-form-row {
        flex-direction: column;
        gap: 15px;
    }

    .direction-city-group {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .direction-form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .direction-form-group label {
        font-size: 16px;
    }

    .direction-switch-button {
        margin-top: 0;
        font-size: 18px;
        padding: 6px;
        align-self: center;
    }

    .direction-select {
        width: 100%;
        padding: 8px;
        font-size: 16px !important;
        height: 36px;
    }

    .direction-date-input {
        width: 100%;
        padding: 18px;
        font-size: 16px !important;
        height: 36px;
    }

    .direction-submit-button {
        width: 100%;
        max-width: none;
        height: 40px;
        margin-top: 10px;
        font-size: 16px;
    }

    .direction-submit-group {
        width: 100%;
    }
}
