@font-face {
    font-family: GalanoGrotesque-Bold;
    src: url("webfonts/GalanoGrotesque-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: GalanoGrotesque-Medium;
    src: url("webfonts/GalanoGrotesque-Medium.woff") format("woff"), url("webfonts/GalanoGrotesque-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

:root {
    --color1: rgba(224, 96, 77, 1);
    --color2: rgba(94, 96, 107, 1);
    --color3: #FFFFFF;
    --color4: black;
    --color5: #363D4B;
    --color6:rgba(139, 139, 139, 1);
    --color7: #DDDDDD;
    --bg-color: #F8F8F8;
    --animate-delay: 0.3s;
}

body {
    font-family: GalanoGrotesque-Medium;
    background: var(--color4);
    color: white;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a {
    color: white;
}

.header-logo {
    width: 172px;
}

.header-menu {
    padding: 34px 0px;
    z-index: 999;
    position: relative;
    position: fixed;
    width: 100%;
    transition: all 0.3s;
}

.header-mobile-menu {
    display: none;
}

.pb {
    padding: 35px 0px 70px;
}
.pr{
    padding: 8rem 0;        
}
.header-mobile-menu {
    padding: 25px 15px 10px;
    position: relative;
    z-index: 999;
}

.header-mobile-logo img {
    max-width: 123px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100%;
}

li.button-btn-wp {
    background: #4CC885;
    border-radius: 15px;
    min-height: 52px;
    min-width: 54px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    display: flex;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
}
.menu-list {
    display: flex;
    gap: 2rem;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    justify-content: center;
    align-items: center;
}

.menu-list li a {
    color: white;
    transition: all 0.3s ease 0s;
}

.button-btn-light a {
    background: var(--color1);
    border-radius: 15px;
    min-height: 52px;
    min-width: 175px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    display: flex;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
}

.navbar {
    display: none;
}

.navbar {
    padding: 0px 5px;
    width: 100%;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.navbar .menu-items {
    display: flex;
}

.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    font-family: GalanoGrotesque-Bold;
    letter-spacing: -0.01em;
}

.navbar .nav-container a:hover {
    font-weight: bolder;
}

.nav-container {
    display: block;
    position: relative;
    height: 60px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: rgb(60, 61, 63);
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out 0s;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out 0s;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out 0s;
}

.navbar .menu-items {
    padding-top: 120px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 2000px inset;
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 87px;
    transition: transform 0.5s ease-in-out 0s;
    text-align: start;
}

.navbar .menu-items li {
    margin-bottom: 1.6rem;
    font-size: 1.7rem;
    font-weight: 600;
}

.mobile-logo {
    position: absolute;
    top: 20px;
    right: 40px;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0px);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .mobile-logo {
    display: none;
}

.mobile-logo img {
    width: 107px;
    z-index: 2;
    height: 37px;
}

.mobile {
    background-color: var(--color4);
    border-style: solid;
    border-color: rgb(51, 51, 51);
    border-image: initial;
    border-width: 50px 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 0px;
    margin: 20px auto;
    max-width: 300px;
    height: 560px;
    overflow: hidden;
    position: relative;
}

mobile-menu header {
    background-color: rgb(255, 255, 255);
    height: 150px;
}

.menuBtn {
    height: 53px;
    width: 46px;
    top: 20px;
    right: 51px;
    z-index: 101;
    position: absolute;
}

.menuBtn > span {
    background-color: white;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 75%;
    margin: -1px 0px 0px -15px;
    transition: height 100ms ease 0s;
}

.menuBtn > span::after, .menuBtn > span::before {
    content: "";
    background-color: white;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    transition: all 200ms ease 0s;
}

.menuBtn > span::after {
    top: -7px;
}

.menuBtn > span::before {
    bottom: -7px;
}

.menuBtn.act > span {
    height: 0px;
}

.menuBtn.act > span::after, .menuBtn.act > span::before {
    background-color: var(--color3);
    top: 1px;
}

.menuBtn.act > span::after {
    transform: rotate(45deg);
}

.menuBtn.act > span::before {
    transform: rotate(-45deg);
}

.mainMenu {
    background-color: var(--color4);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transform: scale(0);
}

.mainMenu.act {
    opacity: 1;
    transform: scale(1);
    height: 100vh;
}

.mainMenu.act ul li {
    opacity: 1;
    transform: translateX(0px);
}

.mainMenu ul {
    display: table-cell;
    vertical-align: middle;
}

.mainMenu li {
    padding: 8px 0px;
    opacity: 0;
}

.mainMenu li:nth-child(2n) {
    transform: translateX(-30%);
}

.mainMenu li:last-child {
    transform: none;
}

.mainMenu a {
    color: white;
    display: inline-block;
    font-size: 30px;
    font-family: GalanoGrotesque-Bold;
}

.mainMenu a.suBtn {
    color: rgb(255, 255, 255);
}

.suBtn {
    background-color: var(--color4);
    border-radius: 5px;
    padding: 10px 20px;
}
.active-bg{
    background-color:black;
}
.video-box {
    position: relative;
   margin-top: -12%;
   margin-left: 70%;
   z-index: 9;
   }
   .video-box img {
       width: 80%;
   }
.welcome-section .welcome-car {
    position: relative;
    z-index: -1;
    right: 0px;
    top: 0px;
    width: 100%;
    align-items: end;
    display: flex;
    text-align: end;
    justify-content: end;
}

.welcome-section {
    position: relative;
    width: 100vw;
    height: 106vh;
}
.welcome-section .left-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 268px;
}
.welcome-efekt {
    position: absolute;
    bottom: 0;
    right: 0;
}
.welcome-section .title {
    font-weight: 500;
    font-size: 70px;
    letter-spacing: -0.01em;
    color: var(--color3);
    position: relative;
}

.rewievs-wrapper .author span {
    color: var(--color6);
    font-weight: 500;
    font-size: 24px;
    line-height: 70px;
/* identical to box height, or 233% */
    margin-left: 0.5rem;
    letter-spacing: -0.01em;
}

.welcome-section .title::after {
    content: "";
    width: 8vw;
    height: 4px;
    position: absolute;
    background: var(--color1);
    bottom: 0px;
    left: 0px;
    border-radius: 7px;
}
.welcome-section .title span {
    color: var(--color1);
    font-family: 'GalanoGrotesque-Bold';
}
.welcome-section .left {
    display: flex;
    flex-direction: column;
    z-index: 9;
    margin-top: -66%;
}
.welcome-content {
    position: absolute;
    left: 7%;
    top: 25%;
    max-width: 25rem;
}
.about-us .left-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.welcome-section .button-btn-light a {
    width: 182px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.welcome-section .welcome-car img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.welcome-section .button-btn-light a img {
    width: 20px;
    height: 20px;
}
.welcome-section .left .desc {
    color: var(--color3);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.welcome-efekt img {
    min-width: 100vw;
    max-height: 110vh;
    object-fit: cover;
}
.about-us .left .title {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: var(--color3);
}

.about-us .left .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: var(--color3);
}

.about-us .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 5%;
}

.btn-wrapper {
    display: flex;
    gap: 10px;
    height: 100%;
    width: 100%;
}

.button-btn-dark a {
    background: var(--color2);
    min-height: 52px;
    align-items: center;
    display: flex;
    border-radius: 15px;
    padding: 6px 15px;
    margin: 0px auto;
    min-width: 175px;
    font-size: 18px;
    justify-content: center;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
}

.about-us .right {
    justify-content: end;
    display: flex;
    max-width: 100%;
    right: 0px;
}

.about-us .right img {
    width: 100%;
}

.container-fluid.xxl {
    padding-left: var(--bs-gutter-x,6.75rem) !important;
}

.section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    color: var(--color3);
    position: relative;
    margin-bottom:1rem;
}

.section-title::after {
    content: "";
    width: 8vw;
    height: 4px;
    position: absolute;
    background: var(--color2);
    bottom: 0px;
    left: 0px;
    border-radius: 7px;
}

.swiper.fleetSwiper {
    background: var(--color3);
}

.fleet-right img {
    width: 620px;
    height: 318px;
    object-fit: contain;
}
.fleet-right:hover {
    scale: 1.1;
}
.fleet-left .title {
    font-family: "GalanoGrotesque-Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 47px;
    color: var(--color4);
}

.fleet-left .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--color4);
}

.fleet-left .feature ul li {
    background: var(--color1);
    border-radius: 5px;
    padding: 4px;
}
.our-fleet .fleet-left {
    padding-left: 5rem;
}
.feature ul {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.fleet-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}

.feature ul a {
    color: var(--color4);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: flex;
    gap: 5px;
}

.fleet-special ul {
    background: var(--color2);
    display: flex;
    gap: 3rem;
    padding: 1rem;
    align-items: center;
    border-radius: 15px;
    max-width: 400px;
}

.fleet-special ul li {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: -0.01em;
}

.fleet-swiper-btn {
    position: absolute;
    top: 3rem;
    cursor: pointer;
    right: 5rem;
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.fleet-right {
    margin: auto;
    transition: all 0.3s;
}
.client-reviews .swiper-slide {
    color: #fff;
    background: linear-gradient(104.08deg, #1E1F20 1.3%, #000000 106.8%);
    border-radius: 15px;
}
/* ARROWS */
.client-reviews .swiper-button-prev, .swiper-button-next {
    color: #f69259;
}
/* PAGINATION */
.client-reviews .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.client-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background: linear-gradient(45deg, #f69259, #f16975);
}
.rewievs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 1rem 2rem;
    height: 100%;
}

.rewievs-wrapper .author {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.rewievs-wrapper .author-icon img {
    width: 28px;
    height: 28px;
}

.rewievs-wrapper .author-img {
    display: flex;
    align-items: center;
}
.rewievs-wrapper .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--color6);
    letter-spacing: -0.01em;
}
.author-img img {
    width: 50px;
    height: 50px;
}
.sayac ul {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.sayac ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--color6);
    font-size: 12px;
}
.parallax-img img {
    width: 100%;
}
.sayac ul li img {
    width: 18px;
    height: auto;
}
.client-reviews .swiper-slide.swiper-slide-active {
    transform: scale(1.5);
    z-index: 2;
    margin-left: 18rem!important;
}
.client-reviews .swiper-slide-prev {
    margin-left: -12rem;
}

.client-reviews .swiper-slide-next {
    margin-left: 15rem!important;
}
.map img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    display: flex;
}
.parallax .left {
    background: var(--color1);
    border-radius: 0px 20px 20px 0px;
}
.parallax-wrapper {
    max-height: 440px;
    display: flex;
    gap: 2rem;
}

.parallax .right {
    background: var(--color5);
    border-radius: 20px 0px 0px 20px;
    align-items: end;
    text-align: end;
    display: flex;
}
.parallax-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 50%;
    padding-left: 4rem;
}

.parallax-img {
    position: relative;
    align-items: center;
    width: 50%;
    display: flex;
    justify-content: center;
}

.parallax-img img {
    margin-top: -4rem;
    align-items: center;
    max-width: 300px;
    display: flex;
    justify-content: center;
}
.parallax-content .title {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
/* or 100% */
    letter-spacing: -0.01em;
}

.parallax-content .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
/* or 110% */
    letter-spacing: -0.01em;
}
.parallax-button ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.parallax-button a {
    width: 112px;
    height: 40px;
    border-radius: 5px;
    background: var(--color3);
    display: inline-flex;
    align-items: center;
}

.parallax-button a img {
    width: 110px;
    height: 57px;
    object-fit: contain;
    padding: 7px;
}
.social-media {
    display: flex;
    gap: 0.5rem;
}

.adress-menu {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
footer .left-content {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 17px;
    gap: 1rem;
    line-height: 30px;
    /* or 150% */
    letter-spacing: -0.01em;
}

footer .left-content .desc {
    color: var(--color7);
}
.adress-menu li a {
    color: var(--color7);
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    letter-spacing: 0.1px;
}

.bg-image img {
    width: 100%;
}
.footer {
    padding: 35px 0;
    position: relative;
}
.bg-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    bottom: 0;
}
.bg-image img {
    min-width: 100vw;
    min-height: auto;
    object-fit: cover;
}
.copy {
    font-family: 'GalanoGrotesque-Medium';
    font-weight: 400;
    color: var(--color7);
    font-size: 14px;
}
.social-media li a img {
    min-width: 26px;
    min-height: 26px;
    object-fit: contain;
}
.footer .center .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
/* identical to box height */
    letter-spacing: -0.01em;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: -0.01em;
}

.footer-menu li a {
    color: var(--color7);
}

footer .center {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-top: 3rem;
}
.wpbtn .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 12rem;
    background: #4CC885;
    border-radius: 8px;
    cursor: pointer;
    padding: 0.4rem 0.9rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.footer .right .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.01em;
} 

footer .right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
}
.footer .right span {
    margin-top: 5px;
    color: var(--color7);
}
.footer .right .subtitle {
    color: var(--color7);
    margin-bottom: 0.3rem;
}
.footer .parallax-button {
    margin-top: 1rem;
}
.fleet-card {
    background: var(--color3);
    border-radius: 15px;
    padding: 2rem 3rem;
    margin-bottom: 3rem;
}
.ref-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color3);
    max-width: 400px;
    max-height: 200px;
    border-radius: 2px;
    height:100%;
    margin-bottom: 2rem;
}
.service-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 3rem;
}

.service-content .title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    /* or 117% */
    letter-spacing: -0.01em;
}

.service-content .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    /* or 125% */
    letter-spacing: -0.01em;
}

.services-details .item {
    margin: 3rem;
}
.kvkk .title {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
/* or 117% */
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

.kvkk .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
/* or 125% */
    letter-spacing: -0.01em;
}

.kvkk ul {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.item2 .wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.item2 .wrapper .title {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
}

.item2 .wrapper .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
/* or 167% */
    letter-spacing: -0.01em;
}

.item2 .button-btn-light {
    width: 4rem;
}
.item2.left figure {
    background: var(--color2);
    width: 70%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

  .contact-form-area .item1 {
    margin: 15px 0;
  }
  
  input.form-item {
    height: 60%;
  }
  .contact-form .item1 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

input.form-item, input#start {
    border-radius: 10px;
    padding: 0.7rem;
    border: none;
    height: 4rem;
    outline: none;
}
input#start {
    color: var(--color7);
}
input#message {
    height: 150px;
}
.contact-form-area button.button-btn-light {
    background: var(--color1);
    border-radius: 15px;
    min-height: 52px;
    min-width: 175px;
    align-items: center;
    padding: 6px 20px;
    justify-content: center;
    display: flex;
    font-size: 18px;
    font-family: GalanoGrotesque-Bold;
    color: white !important;
}
select#cars,input#appt{
    border-radius: 10px;
    padding: 0.7rem;
    border: none;
    outline: none;
    color: var(--color5);
    height: 4rem;
}
.client-reviews {
    overflow: hidden;
}
.g-recaptcha.brochure__form__captcha {
    margin: 1rem 0;
}
@media only screen and (min-width : 320px) and (max-width : 568px) {
    .header-menu {
        display: none;
    }
    
    .header-mobile-menu {
        display: block;
    }.welcome-section {
        margin-top: -26%;
    }   

    .welcome-efekt img {
        object-fit: contain;
        max-height: 22vh;
    }
    .left-wrapper {
        margin: 2rem 0;
    }
    .welcome-section .title {
        font-size: 54px;
    }
    
    .container-fluid.xxl {
        padding-left: var(--bs-gutter-x,2.75rem) !important;
    }
    .welcome-car.fadeInRight.wow {
        animation: none;
    }
    .welcome-section .welcome-car img {
        max-height: 58vh;
        min-height: 96vh;
    }
    footer .center {
        align-items: start;
    }
    footer .center {
        align-items: start;
    }
    
    .bg-image img {
        max-width: 100%;
    }
    .parallax-content {
        padding-left: 0rem;
    }
    
    .parallax-button ul {
        flex-direction: column;
        gap: 0.2rem;
        align-items: start;
    }
    
    .parallax-content .desc {
        font-size: 16px;
        justify-content: start;
        align-items: start;
    }
    .parallax-content .title {
        font-size: 19px;
        line-height: 18px;
        margin-top: 1rem;
    }
    .fleet-right img {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }
    
    .client-reviews .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%!important;
        margin-left: 2rem;
    }
    .our-fleet .fleet-left {
    padding-left: 0rem;
}
    .fleet-swiper-btn {
    top: -13rem;
    gap: 1rem;
    bottom: -40rem;
    }
    .pr {
        padding: 4rem 0;
    }
    .client-reviews .swiper-slide-next {
        margin-left: 3rem!important;
    }
    
    .client-reviews .swiper-slide.swiper-slide-active {
        margin-left: 8rem!important;
    }
    .welcome-section {
        margin-top: -30%;
        height: 92vh;
    }
    
    .welcome-content {
        top: 18%;
        max-width: 70%;
    }
   
    
    .item2 .wrapper .title {
        font-size: 32px;
        line-height: 36px;
        margin-top: 1rem;
    }
    .about-details img {
        width: 100%;
    }
    .services-details .item {
        margin: 1rem 0;
    }
    
    .service-img img {
        width: 100%;
    }
    
    .service-content {
        padding: 1rem 1rem 3rem;
    }
    
    .service-content .title {
        font-size: 52px;
        line-height: 54px;
    }
    .button-btn-light a {
        min-height: 43px;
        min-width: 145px;
        font-size: 14px;
        align-items: center;
        display: inline-flex;
    }
    
    .button-btn-dark a {
        min-height: 43px;
        min-width: 145px;
        font-size: 14px;
    }
    .parallax-img img {
        margin-top: -2rem;
        max-width: 115%;
    }
    
    .parallax-wrapper {
        max-height: 262px;
    }
    
    .parallax-button a {
        width: 108px;
        height: 30px;
    }
    .fleet-special ul img {
        width: 16px;
        object-fit: contain;
    }
    .about-us .left .title {
        font-size: 32px;
        line-height: 37px;
    }
    .service-content .desc {
        font-size: 16px;
        line-height: 17px;
    }
    .fleet-left .title {
        font-size: 30px;
        line-height: 30px;
    }
    
    .fleet-left .feature ul li {
        font-size: 16px;
        padding: 4px;
    }
    
    .feature ul a {
        font-size: 12px;
    }
    
    .fleet-left .desc {
        font-size: 16px;
    }
    
    .fleet-special ul {
        gap: 1rem;
    }
    
    .fleet-special ul li {
        font-size: 14px;
        line-height: 14px;
    }
    
    .fleet-card {
        padding: 1rem 2rem;
    }
    .section-title {
        font-size: 28px;
        line-height: 36px;
        padding: 1rem 0;
    }
    .references .row>* {
        width: 50%;
    }
    
    .ref-card {
        max-width: 345px;
        max-height: 156px;
    }
    
    .ref-card img {
        width: 100%;
        object-fit: contain;
        height: 250px;
    }
    .video-box {
        margin-top: -35%;
        margin-left: 50%;
    }
    section.contact-form {
        margin-top: -10rem;
        position: relative;
        z-index: 9;
    }
    select#cars, input#appt,input#start {
        min-width: 89vw;
    }
    .fleet-swiper-btn img {
    width: 75%;
    object-fit: cover;
    }
    }  

    
@media only screen and (min-width : 569px) and (max-width : 769px){
    .header-menu {
        display: none;
    }
    
    .bg-image img {
        width: 100%;
    }
    .header-mobile-menu {
        display: block;
    }
    .welcome-section {
        margin-top: -10rem;
    }
    
    .pr {
        padding: 3rem 0;
    }
    .welcome-section {
        margin-top: -26%;
    }
    .welcome-efekt img {
        max-height: 21vh;
    }
    
    .about-us .left-wrapper {
        margin-bottom: 2rem;
    }
    
    .container-fluid.xxl {
        padding-left: var(--bs-gutter-x,3.75rem) !important;
    }
    
    .fleet-right img {
        width: 100%;
        height: 246px;
        margin-top: 2rem;
    }
    
    .fleet-card {
        margin-bottom: 2rem;
    }
    .client-reviews .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%!important;
        margin-left: 2rem;
    }
    
    .footer .center {
        align-items: start;
    }
    .parallax-content .title {
        font-size: 42px;
        line-height: 42px;
    }
    
    .parallax-content {
        padding-left: 1rem;
    }


    .about-us .left .title {
        font-size: 36px;
        line-height: 36px;
        max-width: 80%;
    }
    
     .item2 .wrapper {
        margin-left: -2rem;
        margin-top: 2rem;
    }
    
    .item2 .wrapper .title {
        font-size: 36px;
        line-height: 36px;
    }
    .service-img img {
        width: 100%;
    }
    .welcome-content {
        left: 12%;
    }
    
    .services-details .item {
        margin: 3rem 0;
    }
    
    .service-content .title {
        font-size: 42px;
        line-height: 42px;
    }
    
    .service-content {
        margin: 2rem 0;
    }
    .ref-card {
        margin: 0.5rem auto;
    }
    .ref-card img {
        width: 100%;
        height: 125px;
    }
    .references .col-sm-6 {
        margin-bottom: 1rem;
    }
    .contact-form-area .item1 {
        margin: 5px 0;
    }
    .fleet-swiper-btn img {
    width: 75%;
    object-fit: cover;
}

}
@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    .header-menu {
        display: none;
    }
    .welcome-section {
        margin-top: -26%;
    }
    .bg-image img {
        width: 100%;
    }
    .header-mobile-menu {
        display: block;
    }
}
.sticky-bar {
    padding: 1rem;
    display: none;
    text-align: center;
    background: #192942;
    color: #C2C2C2;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
    height: 100%;
    }
    .sticky-bar .sticky-box {
      width: 100%;
      display: flex;
      flex-direction: row;
      font-size: 17px;
      gap: 0.5rem;
      justify-content: center;
      align-items: center;
      font-weight: 300;
      }
      .sticky-bar .sticky-box .icon img{
     width: 20px;
     height: 20px;
     object-fit: cover;
      }
      .sticky-bar .sticky-box .icon i{
          font-size: 26px;
          color: white;
      }
      .sticky-bar .sticky-box .text {
        color: white;
        font-weight: 400;
        }
      .sticky-bar .sticky-box.top-box {
        margin-top: -37px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .sticky-bar .sticky-box.top-box .icon {
          width: 45px;
          height: 45px;
          background: #192942;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 50%;
          position: relative; }
          .sticky-bar .sticky-box.top-box .icon::before {
            position: absolute;
            content: '';
            width: 59px;
            height: 59px;
            border: 1px solid rgba(163, 203, 147, 0.5);
            border-radius: 50%; }
          .sticky-bar .sticky-box.top-box .icon::after {
            position: absolute;
            content: '';
            width: 69px;
            height: 69px;
            border: 1px solid rgba(163, 203, 147, 0.25);
            border-radius: 50%; }
        .sticky-bar .sticky-box.top-box .text {
          position: absolute;
          bottom: 14px; }
          a.sticky-box.active {
            background: #222121;
            border-radius: 10px;
        }
        
        .sticky-bar .icon img {
            width: 38px;
            height: 38px;
            object-fit: contain;
        }
    @media (max-width: 992px) {
      .sticky-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        background: #2d2d2d;
        display: flex;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        flex-direction: row;
        gap: 1rem;
        height: 70px;
        font-size: 14px;
        width: 97%;
        padding-bottom: 1rem;
        } }

        .main-menu > a {margin-left: 35px;}

       