@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
    direction: ltr;
    text-align: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
    list-style: none;
    color: #ccc;
    font: normal 400 18px/26px "Cairo", sans-serif;
}

body {
    position: relative;
    background: #000;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
    background-color: #AD9142;
    cursor: pointer;
}

.title {
    font-size: 48px;
    line-height: 130%;
    font-weight: 700;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}

.bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    color: #000;
    background: #AD9142;
    font-size: 16px;
    border-radius: 60px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 0px 32px;
    height: 50px;
}

.bottom svg {
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-right: 8px;
}

.bottom:hover {
    background: #e9ca40;
}

.bottom:focus {
    outline: none;
    outline-style: none;
}

.social {
    display: flex;
    align-items: center;
}

@media (max-width: 999px) {
    .social {
        justify-content: center;
    }
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    transform: rotate(0);
    margin-left: 16px;
    border-radius: 50%;
    box-shadow: 0px 0px 24px 0px #AD91425C inset;
}

.social a:hover {
    /* box-shadow: 0px 0px 24px 0px #AD91425C inset; */
    background: #AD9142;
}

@media (max-width: 999px) {
    .social a {
        margin: 0px 4px;
    }
}

.social a svg {
    width: 20px;
    height: 20px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.social a.icon-facebook:hover svg,
.social a.icon-facebook:hover.icon-twitter path {
    fill: #3b5998 !important;
}

.social a.icon-twitter:hover svg,
.social a.icon-twitter:hover.icon-twitter path {
    fill: #00acee !important;
}

.social a.icon-twitter.icon-twitter path {
    fill: #AD9142 !important;
}

.social a.icon-instagram:hover svg,
.social a.icon-instagram:hover.icon-twitter path {
    fill: #8d5b46 !important;
}

.social a.icon-instagram.icon-twitter path,
.social a.icon-youtube.icon-twitter path,
.social a.icon-rss.icon-twitter path,
.social a.icon-linkedin.icon-twitter path,
.social a.icon-whatsapp.icon-twitter path,
.social a.icon-gplus.icon-twitter path,
.social a.icon-snapchat.icon-twitter path,
.social a.icon-telegram.icon-twitter path,
.flexbtn .social a:hover svg,
.flexbtn .social a.icon-twitter:hover svg path {
    fill: #fff !important;
}

.social a.icon-youtube:hover svg,
.social a.icon-youtube:hover.icon-twitter path {
    fill: #c4302b !important;
}

.social a.icon-rss:hover svg,
.social a.icon-rss:hover.icon-twitter path {
    fill: #ee802f !important;
}

.social a.icon-linkedin:hover svg,
.social a.icon-linkedin:hover.icon-twitter path {
    fill: #007fb1 !important;
}

.social a.icon-gplus:hover svg,
.social a.icon-gplus:hover.icon-twitter path {
    fill: #dd4b39 !important;
}

.social a.icon-whatsapp:hover svg,
.social a.icon-whatsapp:hover.icon-twitter path {
    fill: #189d0e !important;
}

.social a.icon-snapchat:hover svg,
.social a.icon-snapchat:hover.icon-twitter path {
    fill: #e2df01 !important;
}

.social a.icon-telegram:hover svg,
.social a.icon-telegram:hover.icon-twitter path {
    fill: #32afed !important;
}

.form-control {
    height: 50px;
    background: #FFFFFF3D;
    border: 1px solid #FFFFFF3D;
    text-transform: none;
    border-radius: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.form-control:focus,
.form-control:hover,
.form-control:focus-visible {
    outline: 0;
    outline-style: none;
    border: 1px solid #AD9142;
}

.form-control::placeholder {
    color: #ccc;
    opacity: 1;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ccc;
}

select.form-control {
    -webkit-appearance: none;
    background: none !important;
    font-weight: 400;
    background: #FFFFFF3D url(../images/arrow.svg) 99% center no-repeat !important;
}

textarea.form-control {
    height: 88px;
    resize: none;
}

.header {
    position: relative;
    width: 100%;
    z-index: 1002;
    padding: 24px 0px;
    background: #121212;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header.sticky {
    position: fixed;
    padding: 12px 0px;
}


/* .header.sticky .menu-link {
    padding: 22px 0px;
} */

.header.sticky .logo img {
    max-width: 112px;
}

.header.sticky .itemsearch .showboxsearch,
.header.sticky .bottoms .showboxlanguage {
    top: 72px;
}

.header .container {
    display: flex;
    align-items: center;
}

.header .sunhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header .logo img {
    max-width: 130px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .burger {
    position: absolute;
    left: 120px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 28px;
    height: 1rem;
    visibility: hidden;
    background: transparent;
}

.header .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: #ccc;
}

.header .burger-line:nth-child(1) {
    top: 0px;
}

.header .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 80%;
}

.header .burger-line:nth-child(3) {
    top: 1rem;
    width: 60%;
}

.header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px;
    width: 100%;
}

.header .navbar .logo {
    display: none;
    margin: 16px 0px 0px 16px;
}

.header .navbar .cancel {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}

.header .navbar .cancel svg {
    width: 16px;
    height: 16px;
}

.header .menu {
    display: flex;
    align-items: center;
}

.header .menu-item {
    position: relative;
    display: inline-block;
    margin-left: 24px;
}

.header .menu-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    font-weight: 600;
    padding: 20px 0px;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .menu-link svg {
    position: relative;
    max-width: 14px;
    max-height: 14px;
    fill: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .menu-link:hover svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header .menu .activelink .menu-link svg,
.header .menu .activelink .menu-link svg,
.header .menu .menu-item:hover .menu-link svg,
.header .menu-link:hover svg,
.social a svg,
.header .bottoms .showboxlanguage a svg,
.header .itemsearch .showboxsearch .bottom,
.btn-move .ro-icon {
    fill: #AD9142;
}

.header .menu .activelink .menu-link,
.header .menu .menu-item:hover .menu-link,
.header .submenu a:hover,
.header .bottoms .showboxlanguage a:hover,
.header .bottoms .showboxlanguage a.active,
.title span,
.minservices .text,
.btn-move,
.about .item .subtext,
.ourfleet .text,
.whychoose .item .subtext,
.contacts .item .branches .offices .title,
.contacts .item .branches .offices a:hover,
.footer .boxfot .list a:hover,
.footer .boxfot .list li p,
.maplink li a:hover,
.maplink li a:before,
.services .item .subtext,
.fleet-details .item .subtext {
    color: #AD9142;
}

.header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 240px;
    height: auto;
    visibility: hidden;
    transform: translateY(1rem);
    background: #222;
    box-shadow: 0px 4px 24px 0px #0000000D;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 12px;
}

.flexbtn,
.flexbtn .flexinner {
    position: relative;
    display: flex;
    align-items: center;
}

.flexbtn .flexinner::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 12px;
    width: 1px;
    height: 24px;
    background: #fff;
}

.flexbtn .social a {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    margin: 0px !important;
    margin-left: 16px !important;
}

.header .submenu a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 4px;
}

.header .submenu a:last-child {
    margin: 0px;
}

.header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

.header .itemsearch {
    position: relative;
    display: flex;
    align-items: center;
}

.header .itemsearch .searchicon,
.header .bottoms .language {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0px 0px 24px 0px #AD91425C inset;
    margin-right: 16px;
}

.header .itemsearch .searchicon svg,
.header .bottoms .language svg {
    width: 24px;
}

.header .itemsearch .showboxsearch {
    display: none;
    position: absolute;
    top: 88px;
    right: 16px;
    width: 300px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header .itemsearch .showboxsearch .form-control {
    background: #222;
    border: 0px !important;
    border-radius: 0px;
    padding: 0px 50px 0px 12px;
}

.header .itemsearch .showboxsearch .bottom {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0px;
    background: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    min-width: inherit;
    max-width: initial;
    height: inherit;
}

.header .itemsearch .showboxsearch .bottom svg {
    width: 20px;
}

.header .bottoms {
    position: relative;
    display: flex;
    align-items: center;
}

.header .bottoms .showboxlanguage {
    display: none;
    position: absolute;
    top: 88px;
    right: 16px;
    width: 160px;
    background: #222;
    padding: 12px;
    box-shadow: 0px 4px 24px 0px #0000000D;
    z-index: 1000;
}

.header .bottoms .showboxlanguage a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

.header .bottoms .showboxlanguage a svg {
    width: 12px;
    height: 12px;
    opacity: 0;
}

.header .bottoms .showboxlanguage a.active svg {
    opacity: 1;
}

@media (max-width: 999px) {
    .title {
        font-size: 30px;
    }
    .title br {
        display: none;
    }
    .header,
    .header.sticky {
        padding: 12px 0px;
    }
    .header .padcenter {
        padding: 12px;
    }
    .header .burger {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header .navbar .logo {
        display: block;
    }
    .header .logo img,
    .header.sticky .logo img {
        max-width: 90px;
    }
    .header .navbar .logo img {
        max-width: 130px;
    }
    .header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        height: 100%;
        z-index: 10;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        background: #121212;
        transition: all 0.5s ease;
    }
    .header .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .header .navbar .cancel {
        display: block;
    }
    .header .menu-link svg {
        z-index: -1;
    }
    .header .menu-link:hover svg {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header .menu-dropdown:hover>.submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 100;
    }
    .header .menu {
        display: block;
        width: 100%;
        height: auto;
        padding: 0px 16px;
        margin-top: 32px;
    }
    .header .menu-item {
        display: block;
        padding: 0px;
        margin: 0px;
        margin-bottom: 8px;
    }
    .header .menu-item:last-child {
        margin-bottom: 0px;
    }
    .header .menu-link {
        padding: 0px;
        justify-content: space-between;
    }
    .header .menu .activelink .submenu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .header .submenu {
        display: block;
        position: relative;
        max-height: 0px;
        outline: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        padding: 0px;
        background: #121212;
        width: 100%;
    }
    .header .submenu a {
        padding: 4px 12px;
    }
    .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header .bottoms .language {
        margin: 0px;
    }
    .header .bottoms .showboxlanguage {
        right: 0px;
    }
    .flexbtn .social,
    .flexbtn .flexinner::before {
        display: none;
    }
    .header .sunhead {
        width: auto;
    }
    .header .container {
        justify-content: space-between;
    }
    .header .itemsearch .searchicon,
    .header .bottoms .language {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    .header .itemsearch .searchicon svg,
    .header .bottoms .language svg {
        width: 20px;
    }
    .header .bottoms .showboxlanguage,
    .header .itemsearch .showboxsearch,
    .header.sticky .itemsearch .showboxsearch,
    .header.sticky .bottoms .showboxlanguage {
        top: 61px;
    }
    .header .itemsearch .showboxsearch {
        width: 240px;
    }
    .slider .bottom {
        padding: 0px 12px;
    }
    .bottom {
        height: 42px;
    }
}


/* **************************************End Header************************************ */

.slider,
.slider .carousel {
    width: 100%;
    overflow: hidden;
}

.slider {
    clip-path: ellipse(130% 90% at 50% 0%);
}

.slider .carousel-item,
.slider img {
    height: calc(100vh - 40px);
}

.slider img {
    width: 100%;
    object-fit: cover;
}

.slider iframe,
.slider video {
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider:hover .carousel-control-next {
    right: 24px;
}

.slider:hover .carousel-control-prev {
    left: 24px;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    top: 50%;
    opacity: 1;
    border-radius: 4px;
    background: #00000073;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.slider .carousel-control-next svg,
.slider .carousel-control-prev svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.slider .carousel-control-next:hover,
.slider .carousel-control-prev:hover {
    background: #AD9142;
}

.slider .carousel-control-next {
    right: -90px;
}

.slider .carousel-control-prev {
    left: -90px;
}

.slider .carousel-control-prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider .carousel-inner .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    height: 100%;
}

.slider .text {
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.slider .subtext {
    display: block;
    width: 100%;
    color: #CCCCCC;
    font-size: 18px;
    margin-top: 12px;
}

.slider .carousel-inner .container .bottoms {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
}

.slider .carousel-inner .container .bottoms .bottom {
    margin: 4px 12px;
}

.slider .carousel-inner .container .bottoms .bottom:last-child {
    /*box-shadow: 0px 0px 24px 0px #AD91425C inset;*/
    /*background: #FFFFFF14;*/
    /*color: #AD9142;*/
}

.slider .carousel-indicators {
    position: absolute;
    top: 44%;
    right: 24px;
    bottom: auto;
    left: auto;
    margin: 0px;
    width: 12px;
    display: block;
}

.slider .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 0px;
    margin: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #fff;
}

.slider .carousel-indicators li.active {
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #AD9142;
}

@media (max-width: 999px) {
    .slider {
        clip-path: inherit;
    }
    .slider .carousel-inner .container .bottoms {
        justify-content: center;
        margin-top: 24px;
    }
    .slider .carousel-inner .container .bottoms .bottom {
        margin: 4px;
    }
    .slider .carousel-indicators {
        top: 90%;
        right: auto;
        width: 100%;
        text-align: center;
    }
    .slider .text,
    .slider .subtext {
        display: none;
    }
    .slider iframe,
    .slider video {
        width: 370%;
    }
    .slider .carousel-item,
    .slider img {
        height: calc(100vh - 81px);
    }
}


/* **************************************End Slider************************************ */

.minservices,
.about,
.ourfleet,
.whychoose,
.contacts,
.services,
.fleet-details,
.specifications,
.book {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    overflow: hidden;
}

.minservices .item {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.minservices .item .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 311px;
    height: 484px;
    /* border-radius: 138px; */
    background: url(../images/window.png) no-repeat;
    background-size: 100% 100%;
    /* border: 4px solid #d6bf04; */
}

.minservices .item .inner .subinner {
    position: relative;
    text-align: center;
    width: 194px;
    padding: 24px 8px;
}

.minservices .item .inner .subinner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: #FFFFFF14;
    box-shadow: 0px 0px 24px 0px #AD91425C inset;
}

.minservices .item .inner .subinner .icon svg {
    width: 64px;
    height: 64px;
}

.minservices .item .inner .subinner .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 21px;
    margin-top: 12px;
}

.minservices .item .inner .subinner .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    margin-top: 8px;
    color: #ccc;
}

.btn-move {
    margin-top: 12px;
    height: 42px;
    padding: 0 12px;
    box-shadow: 0px 0px 24px 0px #AD91425C inset;
    background: #FFFFFF14;
}

.btn-move:hover {
    background: #95939314;
}

.btn-move .arrow {
    margin-left: 6px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.btn-move .share {
    margin: 0px 3px 7px 0px;
    width: 22px;
    height: 27px;
    /* overflow: hidden; */
}

.btn-move svg {
    margin: 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.btn-move .rotatearrow {
    rotate: -180deg;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 11px;
    top: 8px;
}

.btn-move .ro-icon {
    width: 16px;
    height: 16px;
    margin-top: 6px;
}

.btn-move:hover .ro-icon {
    rotate: 180deg;
}

.btn-move:hover .rotatearrow {
    opacity: 1;
    rotate: 0deg;
}

@media (max-width:1199px) {
    .minservices .item {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 999px) {
    .minservices,
    .about,
    .ourfleet,
    .whychoose,
    .contacts,
    .services,
    .fleet-details,
    .specifications,
    .book {
        padding: 32px 0px;
    }
    .minservices .item {
        margin-top: 24px;
    }
}

@media (max-width:767px) {
    .minservices .item {
        max-width: 100%;
        flex: 100%;
    }
}


/* **************************************End minservices************************************ */

.bghome {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.bghome img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bgservices img,
.bgbook img {
    height: 100%;
}

.bghome::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000000A3;
}

.bgservices::after {
    background: #000000CC;
}

.about .item {
    display: flex;
    align-items: center;
}

.about .item .photo {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    z-index: 1;
}

.about .item .photo::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 500px;
    height: 100%;
    border-radius: 60px;
    background: #0000003D;
    border: 8px solid #AD9142;
}

.about .item .photo img {
    position: relative;
    width: 90%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    margin: 45px 0px 0px 24px;
    z-index: 1;
}

.about .item .subtext {
    display: block;
    margin-top: 16px;
}

.about .item .text {
    margin-top: 16px;
    font-size: 16px;
}

.about .item .bottom {
    margin-top: 32px;
}

.about .subitem {
    margin-top: 56px;
}

.about .subitem .inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #AD9142;
    background: #000 url(../images/s-bg.png) repeat;
    border-radius: 16px;
    overflow: hidden;
}

.about .subitem .inner .photo {
    position: relative;
    min-width: 258px;
    max-width: 258px;
    min-height: 258px;
    height: 100%;
    overflow: hidden;
}

.about .subitem .inner .photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000080;
}

.about .subitem .inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    margin: -64px 0px 0px -64px;
    border-radius: 50%;
    background: #000000A3;
    box-shadow: 0px 0px 24px 0px #AD91425C inset;
}

.about .subitem .inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .subitem .inner .contant {
    position: relative;
    padding: 20px;
}

.about .subitem .inner .title {
    font-size: 22px;
}

.about .subitem .inner p {
    margin-top: 16px;
}

@media (max-width:1199px) {
    .about .item .photo::before {
        width: 400px;
    }
}

@media (max-width:999px) {
    .about .item,
    .about .subitem {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px;
    }
    .about .item:last-child {
        margin: 0;
        order: -1;
    }
    .about .item .photo::before {
        display: none;
    }
    .about .item .photo {
        height: 300px;
    }
    .about .item .photo img {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .about .subitem .inner {
        display: block;
    }
    .about .subitem .inner .photo {
        min-width: 100%;
        max-width: 100%;
        height: 258px;
    }
}


/* **************************************End about************************************ */

.ourfleet .sliderfleet {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.ourfleet .item {
    margin-top: 32px;
}

@media (max-width: 999px) {
    .ourfleet .sliderfleet {
        margin-top: 32px;
    }
    .ourfleet .item {
        margin-top: 24px;
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 767px) {
    .ourfleet .item {
        max-width: 100%;
        flex: 100%;
    }
}

.ourfleet .sliderfleet .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -8px;
}

.ourfleet .sliderfleet .slick-list .slick-track {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    overflow: hidden;
}

.ourfleet .sliderfleet .slick-list .slick-track:after,
.ourfleet .sliderfleet .slick-list .slick-track:before {
    display: table;
    content: '';
}

.ourfleet .sliderfleet .slick-prev,
.ourfleet .sliderfleet .slick-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 0px;
    margin-top: -21px;
    cursor: pointer;
    background: #3AAEE3;
    outline: none;
    border-radius: 4px;
    display: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.ourfleet .sliderfleet .slick-prev svg,
.ourfleet .sliderfleet .slick-next svg {
    width: 28px;
    height: 18px;
    fill: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.ourfleet .sliderfleet .slick-prev:hover,
.ourfleet .sliderfleet .slick-next:hover {
    opacity: 0.4;
}

.ourfleet .sliderfleet .slick-next {
    right: -50px;
}

.ourfleet .sliderfleet .slick-prev {
    left: -50px;
    rotate: 180deg;
}

.ourfleet .sliderfleet .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.ourfleet .sliderfleet .slick-dots li {
    margin: 0px 2px;
}

.ourfleet .sliderfleet .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px;
    background: #ccc;
    padding: 0px;
    overflow: hidden;
    border-radius: 50%;
}

.ourfleet .sliderfleet .slick-dots li.slick-active button {
    background: #AD9142;
}

.ourfleet .sliderfleet .slick-slide {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0px 12px;
    text-align: center;
    border: 4px solid #AD9142;
    background: #000 url(../images/s-bg.png) repeat;
    border-radius: 16px;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.ourfleet .item .inner {
    position: relative;
    width: 100%;
    text-align: center;
    border: 4px solid #AD9142;
    background: #000 url(../images/s-bg.png) repeat;
    border-radius: 16px;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.ourfleet .sliderfleet .slick-slide:hover .photo::after,
.ourfleet .item .inner:hover .photo::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.ourfleet .sliderfleet .slick-slide:hover .photo img,
.ourfleet .item .inner:hover .photo img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.ourfleet .sliderfleet .slick-slide .photo,
.ourfleet .item .inner .photo {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
    height: 224px;
    box-shadow: 0px 0px 24px 0px #AD91427A;
}

.ourfleet .sliderfleet .slick-slide .photo img,
.ourfleet .item .inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.ourfleet .sliderfleet .slick-slide .photo::after,
.ourfleet .item .inner .photo::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #ad9142;
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.ourfleet .sliderfleet .slick-slide .contant,
.ourfleet .item .inner .contant {
    position: relative;
    width: 100%;
    padding: 20px;
    z-index: 10;
}

.ourfleet .sliderfleet .slick-slide .contant .title,
.ourfleet .item .inner .contant .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
}

.ourfleet .sliderfleet .slick-slide .contant p,
.ourfleet .item .inner .contant p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
}

.ourfleet .sliderfleet .slick-slide .contant .btn-move,
.ourfleet .item .inner .contant .btn-move {
    margin-top: 16px;
}


/* **************************************End ourfleet************************************ */

.whychoose .item,
.services .item {
    display: flex;
    align-items: center;
}

.whychoose .row,
.services .row {
    margin-bottom: 56px;
}

.whychoose .row:last-child,
.services .row:last-child {
    margin: 0;
}

.whychoose .row:nth-child(even) .item:last-child,
.services .row:nth-child(even) .item:last-child {
    order: -1;
}

.whychoose .row:nth-child(even) .item .photo::before,
.services .row:nth-child(even) .item .photo::before {
    left: auto;
    right: 0;
}

.whychoose .row:nth-child(even) .item .photo img,
.services .row:nth-child(even) .item .photo img,
.whychoose .row:nth-child(even) .item .photo video,
.services .row:nth-child(even) .item .photo video {
    margin: 45px 50px 0px 0px;
}

.whychoose .item .photo,
.services .item .photo {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    z-index: 1;
}

.whychoose .item .photo::before,
.services .item .photo::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 500px;
    height: 100%;
    border-radius: 60px;
    background: #0000003D;
    border: 8px solid #AD9142;
}

.whychoose .item .photo img,
.services .item .photo img,
.whychoose .item .photo video,
.services .item .photo video {
    position: relative;
    width: 90%;
    height: 480px;
    object-fit: cover;
    border-radius: 24px;
    margin: 45px 0px 0px 50px;
    z-index: 1;
}

.whychoose .item .subtext,
.services .item .subtext {
    display: block;
    margin-top: 16px;
}

.whychoose .item .text,
.services .item .text {
    margin-top: 16px;
    font-size: 16px;
}

.whychoose .item .bottom,
.services .item .bottom {
    margin-top: 32px;
}

@media (max-width:1199px) {
    .whychoose .item .photo::before,
    .services .item .photo::before {
        width: 400px;
    }
}

@media (max-width:999px) {
    .whychoose .item,
    .services .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px;
    }
    .whychoose .item .photo::before,
    .services .item .photo::before {
        display: none;
    }
    .whychoose .item .photo,
    .services .item .photo {
        height: 300px;
    }
    .whychoose .item .photo img,
    .services .item .photo img,
    .whychoose .item .photo video,
    .services .item .photo video {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .whychoose .row,
    .services .row {
        margin-bottom: 24px;
    }
    .whychoose .row:nth-child(even) .item .photo img,
    .whychoose .row:last-child,
    .services .row:nth-child(even) .item .photo img,
    .services .row:last-child,
    .whychoose .row:nth-child(even) .item .photo video,
    .whychoose .row:last-child,
    .services .row:nth-child(even) .item .photo video,
    .services .row:last-child {
        margin: 0;
    }
    .whychoose .row:nth-child(even) .item:last-child,
    .services .row:nth-child(even) .item:last-child {
        order: inherit;
    }
}


/* **************************************End whychoose************************************ */

.contacts .item .text {
    text-align: justify;
    margin-top: 16px;
    color: #fff;
    font-size: 22px;
}

.contacts .subtext {
    display: block;
    margin-top: 16px;
    font-size: 16px;
}

.contacts .item .branches {
    border-top: 1px solid #cccccc3b;
    padding-top: 16px;
    margin-top: 24px;
}

.contacts .item .branches .offices {
    margin-top: 12px;
}

.contacts .item .branches .offices .infocontact {
    margin-bottom: 24px;
}

.contacts .item .branches .offices .infocontact:last-child {
    margin: 0px;
}

.contacts .item .branches .offices .title {
    font-size: 16px;
}

.contacts .item .branches .offices a,
.contacts .item .branches .offices p {
    font-size: 14px;
    margin-top: 12px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.contacts .item .filde {
    margin-bottom: 24px;
}

.contacts .item .filde:last-child {
    margin: 0px;
}

.contacts .item .filde .bottom {
    min-width: 100%;
}

.contacts.addstyle .item .branches {
    border: 0px;
    padding: 0px;
}

.filde .position-relative .icon {
    position: absolute;
    left: 15px;
    top: 11px;
}

.filde .position-relative .icon svg {
    width: 16px;
    height: 16px;
}

.filde .position-relative .form-control {
    padding-left: 36px;
}

.contacts .innermap {
    margin-top: 12px;
}

.contacts .innermap iframe {
    border: 0px;
    width: 100%;
    height: 350px;
    border-radius: 16px;
}

@media (max-width: 1199px) {
    .book .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
    }
    .book .item:last-child {
        margin: 0;
    }
}

@media (max-width: 999px) {
    .contacts .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
    }
    .contacts .item:last-child {
        margin: 0;
    }
    .contacts .item .branches .offices {
        min-width: 50%;
        flex: 50%;
    }
}


/* **************************************End contacts************************************ */

.book .filde {
    margin-top: 24px;
}

.book .item .inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border: 1px solid #AD9142;
    background: #000 url(../images/s-bg.png) repeat;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 32px;
}

.book .item .inner .photo {
    position: relative;
    min-width: 278px;
    max-width: 278px;
    height: 224px;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px #AD91427A;
    overflow: hidden;
}

.book .item .inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book .item .inner .contant {
    position: relative;
    padding: 20px;
    text-align: center;
}

.book .item .inner .title {
    font-size: 22px;
    text-align: center;
}

.book .item .inner p {
    text-align: center;
}

.book .item .inner p {
    margin-top: 16px;
}

.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 24px;
    display: none !important;
    width: 44px;
    height: 44px;
    border: 0px;
    z-index: 998;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
    background: #AD9142;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.scrollToTop:hover {
    background: #e9ca40;
}

.scrollToTop svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15px;
    height: 15px;
}

.scrollToTop svg path {
    fill: #fff;
}

.scrollToTop.btntop {
    display: block !important;
}

.footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

.footer .boxfot {
    margin-top: 44px;
}

.footer .boxfot .logo img {
    max-width: 160px;
}

.footer .boxfot .title {
    font-size: 18px;
    font-weight: 500;
}

.footer .boxfot .list {
    margin-top: 12px;
}

.footer .boxfot .list a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    /* margin-top: 4px; */
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.footer .boxfot .list li {
    display: flex;
    align-items: center;
}

.footer .boxfot .list li a {
    margin: 0px;
    margin-left: 4px;
}

.footer .boxfot .list li p,
.footer .copyright p {
    font-size: 14px;
}

.footer .social {
    margin-top: 16px;
}

.footer .social a {
    background: none;
    border-radius: 0px;
    min-width: inherit;
    max-width: inherit;
    height: auto;
    box-shadow: none;
    margin: 0;
    margin-right: 20px;
}

.footer .social a:last-child {
    margin-right: 0px;
}

.footer .social a svg {
    width: 24px;
    height: 24px;
}

.footer .social a:before {
    display: none;
}

.footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0px;
    margin-top: 44px;
    border-top: 1px solid #cccccc3b;
}

.btnfollow {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    z-index: 600;
}

.btnfollow .icon-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2aa81a;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
}

.btnfollow .icon-whatsapp svg {
    fill: #fff;
    width: 34px;
    height: 34px;
}

.btnfollow .bottom {
    border-radius: 8px;
}

.airplanestop {
    position: fixed;
    left: 24px;
    bottom: 0;
    width: 90px;
    height: 150%;
    opacity: 0.5;
    pointer-events: none;
    z-index: 999;
}

.airplanestop img {
    position: absolute;
    left: 0px;
    bottom: 0;
    max-width: 90px;
}


/* @keyframes flyAcross {
    0% {
        transform: translateY(100vh);
     }
    100% {
        transform: translateY(-4000px);
     }
} */

@media (max-width: 999px) {
    .footer .boxfot {
        order: -1;
        max-width: 100%;
        flex: 100%;
        margin-top: 48px;
    }
    .scrollToTop {
        display: none !important;
    }
    .footer .boxfot .logo,
    .footer .boxfot .title,
    .footer .boxfot .list a {
        text-align: center;
    }
    .footer .boxfot .list li {
        justify-content: center;
    }
    .book .item .inner {
        display: block;
    }
    .book .item .inner .photo {
        min-width: 100%;
        max-width: 100%;
    }
}


/* **************************************End footer************************************ */

.map-back {
    position: relative;
    width: 100%;
    min-height: 440px;
    padding: 32px 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    overflow: hidden;
}

.map-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a8;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map-back img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-back .container {
    z-index: 10;
}

.map-back p {
    margin-top: 16px;
    padding: 0px 15%;
}

.maplink {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.maplink li {
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    text-transform: capitalize;
}

.maplink li:last-child {
    margin-right: 0px;
}

.maplink li:last-child a {
    padding-right: 0px;
}

.maplink li a {
    position: relative;
    text-transform: capitalize;
    padding-right: 16px;
    color: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.maplink li a:before {
    position: absolute;
    top: 3px;
    right: 0px;
    content: "|";
    display: inline-block;
}

@media (max-width: 999px) {
    .map-back {
        min-height: inherit;
    }
    .map-back p {
        padding: 0px;
    }
}

.pagination {
    width: 100%;
    margin-top: 32px;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0px 4px;
}

.pagination li a,
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    width: 36px;
    height: 36px;
    border: 0px !important;
    color: #fff;
    background: #222;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.pagination li svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.pagination li:last-child svg {
    transform: rotate(-90deg);
}

.pagination li:first-child svg {
    transform: rotate(90deg);
}

.pagination .page-link.active,
.pagination .page-link:hover {
    background: #AD9142;
}

.pagination .page-link.active svg,
.pagination .page-link:hover svg {
    fill: #fff;
}

.alert {
    display: flex;
    align-items: center;
    border: 0px;
    padding: 16px;
    border-radius: 8px;
}

.alert .text-mass {
    margin: 0px !important;
    margin-left: 12px !important;
}

.alert p {
    color: #fff;
    margin: 0px !important;
}

.alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%);
}

.alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%);
}


/* **************************************End map-back************************************ */

.fleet-details .item .title,
.fleet-details .item .subtext {
    margin-bottom: 16px;
}

.fleet-details .item .subtext {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.fleet-details .item .subtext svg {
    margin-right: 8px;
}

.fleet-details .item .details {
    margin-top: 20px;
}

.fleet-details .item .details .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fleet-details .item .details .list li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0px 24px;
    border-radius: 60px;
    color: #fff;
    background: #FFFFFF29;
    border: 0.6px solid #ffffff73;
    margin: 8px 8px 0px 0px;
}

.contdetails {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px 12px;
    grid-template-areas: ". item-1" ". .";
    margin-top: 24px;
}

.contdetails .item-1 {
    display: flex;
    align-items: center;
}

.contdetails .item-1 .icon {
    min-width: 40px;
    max-width: 40px;
    margin-right: 8px;
}

.contdetails .item-1 .icon svg {
    width: 40px;
    height: 40px;
}

.contdetails .item-1 span {
    font-size: 14px;
}

.contdetails .item-1 p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.contdetails .item-1 .bottom {
    width: 100%;
    padding: 0px 12px;
}

.contdetails .item-1 .bottom.red {
    background: #B10808;
    color: #fff;
}

.specifications .item {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.specifications .item .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 295px;
    height: 282px;
    /* border-radius: 138px; */
    background: url(../images/specifications.png) no-repeat;
    background-size: 100% 100%;
}

.specifications .item .inner .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: #FFFFFF14;
    box-shadow: 0px 0px 24px 0px #AD91425C inset;
}

.specifications .item .inner .icon svg {
    width: 64px;
    height: 64px;
}

.specifications .item .inner span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
}

.specifications .item .inner p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
}

.listtext {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-left: 23px;
}

.listtext li {
    min-width: 50%;
    margin-top: 2px;
    list-style: disc;
    font-size: 16px;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.main-slider {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 416px
}

.main-slider .slide {
    display: none;
    height: 100%
}

.main-slider .slide.active {
    display: block
}

.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    padding: 20px;
    background: #00000066;
    border-top-right-radius: 16px;
    color: #fff;
}

.caption .title {
    font-size: 24px;
    margin-bottom: 8px !important;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    padding: 0;
}

.nav.prev {
    right: 78px
}

.nav.next {
    right: 20px
}

.thumbnail-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.thumbnails {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 12px;
    width: 100%
}

.thumbnails::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.thumb {
    min-width: 207px;
    height: 125px;
    object-fit: cover;
    border-radius: 16px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid transparent;
}

.thumb.active {
    opacity: 1;
    border: 2px solid #AD9142
}

.thumb-nav {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: none;
    /* مخفية افتراضيًا */
}

.thumb-nav.left {
    left: 0
}

.thumb-nav.right {
    right: 0
}

@media (max-width: 999px) {
    .fleet-details .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
    }
    .fleet-details .item:last-child {
        margin: 0;
    }
    .specifications .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px;
    }
    .nav {
        bottom: auto;
        top: 20px;
    }
    .caption {
        width: 100%;
    }
    .thumb {
        min-width: 100px;
        height: 80px;
        object-fit: cover;
        border-radius: 16px;
        cursor: pointer;
        opacity: 0.6;
        transition: 0.3s;
        border: 2px solid transparent;
    }
    .contdetails .item-1 .bottom svg {
        display: none;
    }
}

@media (max-width:767px) {
    .specifications .item {
        max-width: 100%;
        flex: 100%;
    }
    .listtext li {
        min-width: 100%;
    }
}