/* =====================================================
   TABLE OF CONTENTS - style.css
   -----------------------------------------------------
   1. Font Face ....................... (line 1)
   2. CSS Variables ................... (line 7)
   3. Typography ...................... (line 21)
   4. Base Elements ................... (line 41)
   5. Color Utilities ................. (line 74)
   6. Background Utilities ............ (line 115)
   7. Layout Utilities ................ (line 131)
   8. Navigation ...................... (line 143)
   9. Buttons ......................... (line 195)
  10. Dropdown ....................... (line 237)
  11. Hero Section ................... (line 256)
  12. Video Player ................... (line 310)
  13. About Section .................. (line 370)
  14. Service Section ................ (line 435)
  15. Business Section ............... (line 461)
  16. Choose Section ................. (line 489)
  17. Testimonial Section ............ (line 499)
  18. Destination Section ............ (line 522)
  19. Blog Section ................... (line 558)
  20. Accordion ...................... (line 609)
  21. Get Started Section ............ (line 672)
  22. Company Values ................. (line 677)
  23. Maps ........................... (line 688)
  24. Career Section ................. (line 722)
  25. 404 Page ....................... (line 732)
  26. Single Post .................... (line 754)
  27. Comments ....................... (line 786)
  28. Footer ......................... (line 793)
  29. Animations ..................... (line 843)
  30. Popup Messages ................. (line 909)
  31. Responsive/Media Queries ....... (line 940)
====================================================== */


/* ===== FONT FACE ===== */

@font-face {
    font-family: 'exo-2';
    src: url(../font/exo-2.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}


/* ===== CSS VARIABLES ===== */

:root {
    --text-color-1: #47464D;
    --text-color-2: #A6A5AA;
    --heading-color: #201c30;
    --color-primary: #272727;
    --color-main: #FFD109;
    --color-darker: #22156B;
    --color-lighter: #7351FF;
    --color-subtle: #FF9203;
    --color-border: #BEBCC7;
    --color-accent: #F4F4F4;
    --color-error: #E22D2D;
    --color-warning: #E2D52D;
    --color-info: #2663cf;
    --color-success: #20bd3c;
    --font-1: "exo-2";
}

.item a {
    text-decoration: none;
}


/* ===== TYPOGRAPHY ===== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-1);
    font-weight: 700;
    line-height: 1.2em;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 50px;
    letter-spacing: -1.3px;
}

h3 {
    font-size: 36px;
    letter-spacing: -1.1px;
}

h4 {
    font-size: 29px;
    letter-spacing: -0.8px;
}

h5 {
    font-size: 23px;
    letter-spacing: -0.8px;
}

h6 {
    font-size: 16px;
    letter-spacing: -0.6px;
}

.hizmet-area {
    margin-top: 140px;
}

.vehicles {
    padding-top: 52px;
    padding-bottom: 100px;
}

.footer {
    padding-top: 52px;
    padding-bottom: 52px;
}

.blog-card a {
    text-decoration: none;
}

.blog-card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.service-card {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100%;
    border-radius: 20px;
}

.owl-dots {
    margin-top: 50px !important;
}

.owl-dots span {
    background: var(--text-color-2) !important;
}

.owl-dot.active span {
    background: var(--color-main) !important;
}

p,
.small-text,
.text-subtitle,
.nav-link,
.dropdown-item,
.hero-input,
.bus-detail-input,
.footer-input,
.comment-input,
.post-meta-text {
    font-family: var(--font-1);
}

p {
    font-size: 16px;
    color: var(--color-primary);
}

.small-text {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-main);
}

.small-text .link {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.text-subtitle {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: 0.5px;
}


/* ===== BASE ELEMENTS ===== */

.btn-subtle i {
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}

.btn-whatsapp i {
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}

.btn-whatsapp {
    font-family: var(--font-1);
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    background-color: #25D366;
    text-decoration: none;
    color: var(--color-primary);
    align-items: center;
    column-gap: 12px;
    display: flex;
    width: max-content;
}

.btn-subtle,
.btn-dark,
.btn-main,
.btn-white,
.footer-btn,
.bus-button {
    font-family: var(--font-1);
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    background-color: var(--color-main);
    text-decoration: none;
}

.btn-subtle a {
    color: var(--color-primary);
    text-decoration: none;
}

.btn-subtle a,
.footer-link,
.destination-link {
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    display: flex;
}

.rezervasyon {
    font-family: var(--font-1);
    font-weight: 600;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: none;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    display: flex;
}

img,
.hero-img,
.about-img,
.service-img,
.choose-img,
.testimonial-img,
.destination-img,
.blog-img,
.img-blog-post {
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    height: 400px;
}

.get-started-img {
    object-fit: contain;
    height: 100%;
}

.argede-img {
    display: flex;
    width: 84px;
    object-fit: cover;
    object-position: center;
    height: 21px;
}

.footer-bottom-right {
    display: flex;
    justify-content: end;
    column-gap: 12px;
}

ul,
.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li,
.footer-links li {
    padding: 0;
    margin: 0;
}

.contact-area a {
    text-decoration: none;
}


/* ===== COLOR UTILITIES ===== */

.c-text-1 {
    color: var(--text-color-1) !important;
}

.c-text-2 {
    color: var(--text-color-2) !important;
}

.c-heading {
    color: var(--color-primary);
}

.c-main {
    color: var(--color-main);
}

.c-darker {
    color: var(--color-darker);
}

.c-lighter {
    color: var(--color-lighter);
}

.c-subtle {
    color: var(--color-main);
}

.c-border {
    color: var(--color-border);
}

.c-error {
    color: var(--color-error);
}

.c-warning {
    color: var(--color-warning);
}

.c-info {
    color: var(--color-info);
}

.c-success {
    color: var(--color-success);
}

.c-accent {
    color: var(--color-accent);
}

.c-white {
    color: white !important;
    text-decoration: none;
}

.c-black {
    color: black !important;
}


/* ===== BACKGROUND UTILITIES ===== */

.bg-text-1 {
    background-color: var(--text-color-1);
}

.bg-text-2 {
    background-color: var(--text-color-2);
}

.bg-heading {
    background-color: var(--color-primary);
}

.bg-main {
    background-color: var(--color-primary);
}

.bg-darker {
    background-color: var(--color-darker);
}

.bg-lighter {
    background-color: var(--color-lighter);
}

.bg-subtle {
    background-color: var(--color-subtle);
}

.bg-border {
    background-color: var(--color-border);
}

.bg-error {
    background-color: var(--color-error);
}

.bg-warning {
    background-color: var(--color-warning);
}

.bg-info {
    background-color: var(--color-info);
}

.bg-success {
    background-color: var(--color-success);
}

.bg-accent {
    background-color: var(--color-accent);
}

.bg-white {
    background-color: white !important;
}

.vehicle-area {
    margin-top: 100px;
    margin-bottom: 100px;
}

.prefer-area {
    display: flex;
    align-items: center;
}

.choose-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 15px;
    margin: 20px;
}


/*.navbar-size,
.page-size,
.get-started-size {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.page-size,
.get-started-size {
    padding-top: 100px;
}
 */


/* ===== NAVIGATION ===== */

.nav-link {
    font-size: 15px;
    color: var(--text-color-1) !important;
}

.dropdown-item {
    color: var(--text-color-2) !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--color-main) !important;
}

.navbar-toggler,
.dropdown-menu,
.dropdown-toggle-wrapper {
    border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-toggler .custom-toggler-icon {
    width: 50px;
    height: 50px;
    color: var(--color-main) !important;
    background-color: var(--color-main);
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: end;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.navbar-toggler .bar {
    display: block;
    height: 2px;
    width: 100%;
    background-color: white;
}

.navbar-toggler .bar-1,
.navbar-toggler .bar-3 {
    align-self: flex-end;
}

.navbar-img {
    max-width: 200px;
}


/* ===== BUTTONS ===== */

.btn-subtle {
    background-color: var(--color-main);
    color: var(--color-primary);
    letter-spacing: 0.5px;
}

.btn-subtle:hover {
    background-color: var(--color-main);
}

.btn-dark {
    background-color: var(--color-primary);
    color: white;
}

.btn-dark:hover {
    background-color: var(--color-main);
    color: var(--color-primary);
}

.btn-white {
    background-color: white;
    color: var(--color-primary);
    letter-spacing: 0.5px;
}

.btn-white:hover {
    background-color: var(--color-subtle);
    color: white;
}


/* ===== DROPDOWN ===== */

.dropdown-menu {
    background-color: var(--color-primary);
}

.dropdown-item:hover {
    color: var(--color-main) !important;
    background-color: var(--color-primary);
}

.dropdown-toggle {
    box-shadow: none !important;
    color: var(--text-color-1);
}

.dropdown-toggle::after {
    border: none !important;
}


/* ===== HERO SECTION ===== */

.aboutus-area {
    margin-top: 100px;
}

.misyon-area {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 80px;
}

.service-area {
    margin-top: 100px;
    margin-bottom: 100px;
}

.index-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}

.taksi-img {
    width: 100%;
    height: 600px;
}

.bg-hero,
.bg-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}

.bg-hero,
.sayfa-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    background-color: var(--color-primary);
    color: #ffffff;
}

.bg-banner p {
    color: #ffffff;
}

.bg-hero::before,
.bg-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
    color: #ffffff;
}

.hero-img {
    max-width: 800px;
    height: auto;
}

.hero-card,
.bus-card,
.testimonial-card {
    background-color: white;
    padding: 32px;
    border-radius: 20px;
}

.company-value-card {
    background-color: white;
    padding: 32px;
    border-radius: 20px;
}

.hero-input,
.bus-detail-input,
.footer-input,
.comment-input {
    width: 100%;
    border: none;
    background-color: var(--color-accent);
    color: var(--text-color-1);
    padding: 15px 24px;
    border-radius: 5px;
    font-size: 15px;
}

.bus-detail-input {
    background-color: white !important;
}

.hero-input:focus,
.bus-detail-input:focus {
    outline: none;
    box-shadow: none;
    background-color: white;
}


/* ===== VIDEO PLAYER ===== */

.video-wrapper {
    position: relative;
    width: 100%;
}

.hero-video {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: var(--color-main);
    opacity: 0.9;
    cursor: pointer;
    transition: opacity 0.3s;
}

.play-button:hover {
    opacity: 1;
}

.play-button.hidden {
    display: none;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal video {
    width: 80%;
    max-width: 900px;
}

.video-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: white;
    cursor: pointer;
}


/* ===== ABOUT SECTION ===== */

.about-img {
    max-height: 800px;
    border-radius: 20px;
}

.about-card,
.choose-card,
.single-post-card,
.single-post-card-2,
.single-post-card-3,
.single-post-card-4 {
    background-color: var(--color-primary);
    padding: 32px;
    border-radius: 20px;
}

.single-post-card,
.single-post-card-2 {
    background-color: var(--color-accent);
}

.destination-card {
    background-color: var(--color-primary);
    padding: 24px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 260px;
    z-index: 1;
}

.blog-card {
    background-color: var(--color-primary);
    padding: 24px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#quote {
    width: 50%;
    position: absolute;
    bottom: -80px;
    left: -15px;
}

.about-team-wrapper {
    position: relative;
}

.about-team-card {
    width: 90%;
    background-color: var(--color-primary);
    padding: 24px;
    border-radius: 20px;
    position: absolute;
    bottom: -70px;
    left: 5%;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.border-radius {
    border-radius: 20px;
}

.m-minus {
    margin-top: -8px;
}

.about-padding {
    padding-bottom: 100px !important;
}


/* ===== SERVICE SECTION ===== */

.service-card {}

.service-card-text {
    padding: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--color-primary);
    padding: 32px;
    height: 100%;
}

.service-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.service-detail-card,
.bus-detail-card {
    padding: 32px;
    border-radius: 20px;
    background-color: var(--color-accent);
}

.service-detail-card-dark,
.bus-detail-card-dark,
.comment-card {
    background-color: var(--color-primary);
    padding: 24px;
    border-radius: 20px;
}

.service-detail-card-dark a {
    text-decoration: none;
}


/* ===== BUSINESS SECTION ===== */

.bus-detail-list,
.bus-detail-line {
    border-bottom: 1px solid var(--text-color-1);
}

.bus-detail-line {
    border: none;
}

.bus-detail-contact-card {
    padding: 64px;
}

.bus-detail-contact-card {
    background-color: var(--color-accent) !important;
}

.bus-button {
    width: 100%;
    background-color: var(--color-main) !important;
    color: var(--text-color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 8px 16px 12px 16px;
}


/* ===== CHOOSE SECTION ===== */

.choose-card {
    padding: 42px;
}

.fs-50 {
    font-size: 50px;
}

.choose-align {
    text-align: right;
}

.choose-align-2 {
    text-align: left;
}


/* ===== TESTIMONIAL SECTION ===== */

.testimonial-img {
    max-height: 850px;
    border-radius: 20px;
}

.testimonial-client-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
}

.testimonial-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-client-label {
    font-size: 13px;
    color: var(--color-subtle);
}


/* ===== DESTINATION SECTION ===== */

.destination-col1,
.destination-col2,
.destination-col3,
.destination-col4 {
    border-radius: 20px;
}

.destination-col1:hover .destination-img,
.destination-col2:hover .destination-img,
.destination-col3:hover .destination-img,
.destination-col4:hover .destination-img {
    transform: translateY(-10px);
}

.destination-img-wrapper {
    background-color: var(--color-primary);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: var(--color-primary);
    overflow: hidden;
}

.destination-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.3s ease;
    background-color: unset;
    object-fit: cover;
}

.destination-link {
    color: var(--color-main);
}

.destination-link:hover {
    color: white;
}


/* ===== BLOG SECTION ===== */

.blog-img-wrapper {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
}

.blog-img-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 10;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.blog-img-wrapper:hover .blog-img,
.blog-col1:hover .blog-img,
.blog-col2:hover .blog-img,
.blog-col3:hover .blog-img,
.blog-col4:hover .blog-img,
.blog-col5:hover .blog-img,
.blog-col6:hover .blog-img {
    transform: scale(1.05) rotate(2deg);
}

.blog-img-wrapper:hover::before {
    opacity: 1;
}

.blog-meta {
    color: var(--text-color-2);
    font-size: 16px;
}


/* ===== ACCORDION ===== */

.accordion,
.accordion-button,
.accordion-item,
.accordion-header,
.accordion-body {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.6px;
    color: var(--text-color-1);
    background-color: var(--color-accent);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../icon/xmark-solid.svg");
    background-size: auto;
    background-position: center;
}

.accordion-button.collapsed::after {
    background-image: url("../img/chevron-down-solid-full.svg");
    background-size: auto;
    background-position: center;
}

.accordion-button:not(.collapsed) {
    background-color: var(--color-main) !important;
    color: var(--color-primary) !important;
}

.accordion-button:hover {
    background-color: #e9ecef;
}

.accordion-button:active {
    background-color: transparent !important;
}

.accordion-body {
    background-color: white !important;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.accordion-header,
.accordion-body,
.accordion-button {
    border-radius: 0px !important;
}


/* ===== GET STARTED SECTION ===== */

.get-started-card {
    padding: 64px;
}


/* ===== COMPANY VALUES ===== */

.fs-24 {
    font-size: 24px;
}

.company-value-circle {
    width: 48px;
    height: 48px;
    background-color: var(--color-main);
    padding: 12px;
    border-radius: 50%;
}


/* ===== MAPS ===== */

.maps-wrapper {
    position: relative;
    width: 100%;
    height: 388px;
    border-radius: 20px;
    overflow: hidden;
}

.maps-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.maps-overlay:hover {
    background-color: transparent;
}

.maps {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
    pointer-events: auto;
}


/* ===== CAREER SECTION ===== */

.career-card {
    padding: 32px;
    border-radius: 20px;
    background-color: var(--color-accent);
}

.border-right-career {
    border-right: 3px solid var(--color-border);
}


/* ===== 404 PAGE ===== */

.size-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.text-404 {
    font-size: 172px;
    color: var(--color-main);
    font-weight: 900;
    text-align: center;
    margin-top: -32px;
}

.sub-text-404 {
    width: 40%;
    text-align: center;
    color: var(--color-primary) !important;
}


/* ===== SINGLE POST ===== */

.icon-post-terms {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-main);
    border-radius: 50%;
    color: var(--color-main);
    background-color: transparent;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-post-terms:hover {
    color: var(--color-subtle);
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}

.img-blog-post {
    object-fit: cover;
    border-radius: 10px;
    height: 150px;
}

.post-meta-text {
    font-size: 12px;
    color: var(--text-color-1);
    font-family: var(--font-2);
}


/* ===== COMMENTS ===== */

.comment-label {
    font-size: 14px;
    color: white;
    font-weight: 600;
}


/* ===== FOOTER ===== */

.footer-logo {
    object-fit: contain;
}

.footer-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: none;
    color: var(--color-main);
    background-color: transparent;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-icon:hover {
    color: var(--color-main);
}

.footer-link {
    color: var(--text-color-2);
}

.footer-link:hover {
    color: var(--color-main);
}

.footer-links {
    margin-top: 24px;
    row-gap: 8px;
    display: flex;
    flex-direction: column;
}

.footer-btn {
    width: 100%;
    background-color: var(--color-main);
    color: white;
    letter-spacing: 0.5px;
}

.footer-btn:hover {
    background-color: var(--color-subtle);
}

.footer-alt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--text-color-2);
    padding-top: 32px;
    margin-top: 100px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.contact-area {
    margin-bottom: 40px;
}

.footer-contact {
    flex-direction: column;
    align-items: left;
    row-gap: 12px;
}

.footer-desc {
    color: var(--text-color-2);
}

.footer-desc-ul {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}


/* ===== ANIMATIONS ===== */

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(220px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-220px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-220px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(220px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
    opacity: 0;
    transform: translate(0, 0);
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

.fade-in-up {
    animation-name: fadeInUp;
}

.fade-in-down {
    animation-name: fadeInDown;
}

.fade-in-left {
    animation-name: fadeInLeft;
}

.fade-in-right {
    animation-name: fadeInRight;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}


/* ===== POPUP MESSAGES ===== */

.popup-message,
.popup-message-2,
.popup-message-3 {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.popup-message {
    max-width: 400px;
    background-color: var(--color-accent);
    color: var(--color-primary);
}

.popup-message-2 {
    background-color: var(--color-accent);
    color: var(--color-primary);
}

.popup-message-3 {
    background-color: white;
    color: var(--color-primary);
}

.started-card-area {
    display: flex;
    column-gap: 20px;
}


/* ===== RESPONSIVE DESIGN ===== */

@media only screen and (max-width: 1199px) {
    .choose-align {
        text-align: left;
    }
    .choose-box {
        justify-content: start;
    }
}

@media screen and (max-width: 992px) {
    .taksi-img {
        width: 100%;
        height: 100%;
    }
    .index-banner {
        padding: 0px !important;
    }
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 16px;
    }
    .navbar-size,
    .page-size {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
    .page-size {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .nav-link,
    .dropdown-item {
        font-size: 16px;
    }
    .dropdown-menu {
        border-radius: 0px;
    }
    .dropdown-menu {
        background-color: #ffffff;
    }
    .dropdown-toggle-wrapper {
        border: none;
        border-radius: 10px;
        padding: 1px 12px;
    }
    #quote {
        width: 60%;
        bottom: 28px;
        left: 50px;
    }
    .service-card {
        padding: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: var(--color-primary);
        padding: 0px !important;
        height: 100%;
    }
    .service-card-text {
        padding: 40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: var(--color-primary);
        padding: 32px;
        height: 100%;
    }
    .btn-subtle {
        display: flex;
        width: max-content;
        margin-top: 20px;
    }
    .fs-56 {
        font-size: 40px;
    }
    .get-started-card {
        padding: 20px;
    }
    .get-started-card .rezervasyon {
        margin-top: 20px;
    }
    .bus-detail-card {
        padding: 24px;
    }
    .text-404 {
        font-size: 102px;
        margin-top: 0px;
    }
    .sub-text-404 {
        width: 70%;
    }
    .size-404 {
        height: 50vh;
        padding-left: 32px;
        padding-right: 32px;
    }
    .navbar-img {
        max-width: 160px;
    }
}

@media screen and (max-width: 575px) {
    .footer {
        padding-top: 52px;
        padding-bottom: 20px !important;
    }
    .about-card,
    .choose-card,
    .single-post-card,
    .single-post-card-2,
    .single-post-card-3,
    .single-post-card-4 {
        background-color: var(--color-primary);
        padding: 32px;
        border-radius: 20px;
        text-align: center;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
        font-weight: 500;
    }
    .navbar-size,
    .page-size {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-logo {
        width: 180px;
        height: 30px;
    }
    .navbar-img {
        max-width: 140px;
    }
    #quote {
        width: 80%;
        bottom: 28px;
        left: 10%;
    }
    .service-card,
    .bus-card {
        padding: 16px;
    }
    .testimonial-card {
        padding: 24px;
    }
    .destination-card {
        padding: 16px;
    }
    .fs-56 {
        font-size: 32px;
    }
    .bus-detail-contact-card,
    .service-detail-card,
    .service-detail-card-dark,
    .comment-card {
        padding: 24px;
    }
    .border-right-career {
        border-right: 0px solid var(--color-border);
    }
    .text-404 {
        font-size: 68px;
    }
    .sub-text-404 {
        width: 100%;
    }
    .size-404 {
        height: 75vh;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 475px) {
    .footer-bottom-right {
        justify-content: start;
        row-gap: 12px;
        flex-direction: column;
    }
    .footer-desc-ul {
        column-gap: 6px;
    }
}

@media only screen and (max-width: 399px) {
    .started-card-area {
        display: flex;
        column-gap: 0px;
    }
}