/* FULL LOADING */
.full-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.35);
    display: none;
}
.full-loading.active {
    display: block;
}
.lds-ring {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 3px;
    border: 3px solid #0A2345;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0A2345 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
     animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
     animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
     animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* END FULL LOADING */

    .icon-line{
        width: 320px;
        height: 100px;
        border-bottom: 3px solid #707070;
        -webkit-transform: translateY(30px) translateX(-170px) rotate(-45deg);
    }

    .icon-left{
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .icon-right{
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-left: 350px;
    }
    .text-benefit{
        margin-top: 200px!important;
        margin-left:-200px!important;
        margin-right:200px!important;
        width: 325px;
        text-align: left!important;

    }
    .benefit-title{
        color: #C29B40;
        font-family: "Saol Display";
        font-size: 25px;
        text-align: left;
    }


@media all and (max-width:1000px ) {

    .icon-right{
        margin-left: 200px;
    }

}
    @media all and (max-width:767px ) {
        .icon-line{
            width: 200px;
            height: 0px;
            border-bottom: 3px solid #707070;
            -webkit-transform: none;
            margin: 10px 20px 10px 10px;
        }
        .icon-right,.icon-left{
            margin-right: 0!important;
            margin-left: 0!important;
            flex-direction: column;
        }

        .text-benefit{
            margin-top: 0!important;
            margin-left: 0!important;
            text-align: center!important;
            margin-right: 0px !important;
            width: 100%!important;
        }



    }

.how-we-work {
    padding: 60px 0;
}
.how-we-work .inside .item {
    max-width: 500px;
}

@media all and (min-width:768px){
    .network .inside .box.cover .btn_{
        margin-top: 20px;
    }
}
@media all and (max-width:767px){
    .network .inside .box.cover{
        /* height: auto; */
        padding-bottom: 45px;
    }
    .network .inside .box.cover .btn_{
        margin-top: 17px;
    }
    .how-we-work{
        padding: 35px 0px;
    }
}

#totalDistanceWrapper {
    background: #fff;
    display: inline-block;
    padding: 0 20px 5px 22px;
    font-size: 14px;
    line-height: 14px;
    height: 25px;
    margin: 0;
    top: -8px;
    position: relative;
}

.order-finder[disabled] {
    cursor: not-allowed !important;
    background: #ccc !important;
}
.order-box .order-area .inside .item .item-content .visit-selector {
    width: 260px;
}
#home-banner .banner-content .order-box .order-area .inside .item .item-content .visit-selector {
}
.order-box .order-area .inside .item .item-content.two-date .date-picker {
    width: 150px !important
}
.order-box .order-area .inside .item .item-content .date-picker .input-div {
    display: flex;
}
.order-box .order-area .inside .item .item-content .date-picker .input-div label {
    padding-bottom: 0;
    cursor: pointer;
    line-height: 33px;
    position: relative;
    top: -2px;
}
.order-box .order-area .inside .item .item-content .date-picker > div {
    width: calc(100% - 30px);
    cursor: pointer;
    line-height: 33px;
}

[x-cloak] { display: none !important; }

.order-box .order-area .inside .item .item-content {
    position: relative;
}
.passenger-wrapper {
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    width: 260px;
    padding: 15px;
    border-radius: 0;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 5px;
}
@media(max-width: 1400px) {
    .passenger-wrapper {
        top: 48px;
    }
}
.passenger-wrapper .approve-btn {
    background: #0a2345;
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
}
.passenger-wrapper .approve-btn:hover {
    background: #589a83;
}
.passenger_item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.passenger_item button {
    width: 24px;
    height: 24px;
    background: #c29b40;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    margin: 0 3px;
    padding: 0;
    border: 0;
    transition: all 0.25s ease-in-out;
}
.passenger_item button:not([disabled]):hover {
    background: #0a2345
}
.passenger_item button[disabled] {
    background: #ccc;
}
.passenger_item span {
    width: 15px;
    display: inline-block;
    text-align: center;
}


.datetimepicker-footer-today, .datetimepicker-footer-clear, .datetimepicker-footer-cancel {
    display: none
}
.datetimepicker-dummy {
    height: auto !important
}
#home-banner {
    position: relative;
    width: 100%;
    z-index: 2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width:767px){
    #home-banner{
        min-height: 900px;
    }
}
#home-banner .banner-bg {
    width: 100%;
    height: 100%;
    max-height: 1080px;
    position: absolute;
    left: 0;
    top: 0;
}
#home-banner .banner-content {
    width: 100%;
    max-width: 1420px;
    padding: 0 30px !important;;
    bottom: auto !important;
    z-index: 10;
    left: auto !important;
    transform: none !important;
    position: relative !important;
    margin-top: 0 !important
}
#home-banner .banner-lines {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: flex-end;
    gap: 17px;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous:focus,
.datetimepicker .datepicker-nav .datepicker-nav-next:focus,
.datetimepicker .datepicker-nav .datepicker-nav-previous:active,
.datetimepicker .datepicker-nav .datepicker-nav-next:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
    background: transparent;
    overflow: hidden;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:hover, .datetimepicker-dummy .datetimepicker-dummy-wrapper.is-hovered {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy .datetimepicker-dummy-wrapper::before {
    content: none
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
    text-indent: 0 !important;
    height: auto !important;
    width: auto !important;
    font-size: 14px;
}
.datetimepicker-clear-button {
    display: none;
}
.datetimepicker-footer-validate {
    width: 100%;
    background: #c29b40 !important;
    color: #fff !important;
    height: 50px;
    font-size: 14px
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper input {
    word-spacing: 0;
}
.datetimepicker.is-primary .datepicker-nav {
    background: #0A2345;
    color: #fff;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
    background: #0A2345;
    border-color: #0A2345;
}
.datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day {
    color: #c29b40;
}
.datetimepicker.is-primary .timepicker-input, .datetimepicker.is-primary .timepicker-input-number, .datetimepicker.is-primary .timepicker-time-divider {
    color: #0A2345 !important;
}
.image.is-16x16 {
    line-height: 1;
    margin: 0
}
.image.is-16x16 svg {
    width: 16px;
    fill: #0a2345;
    color: #0a2345;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
    border-color: hsl(42deg 51.59% 50.59%);
    color: hsl(42deg 51.59% 50.59%);
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
    border-color: hsl(42deg 51.59% 50.59%);
    color: hsl(42deg 51.59% 50.59%);
}
.datepicker.is-hidden {
    display: none
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container:before,
.datetimepicker.is-datetimepicker-default .datetimepicker-container:after {
    content: none
}


.order-box .travel-selector .selector-item {
    width: auto;
    padding: 0 25px;
}
.search-result .result-title::after {
    height: 100%;
}
.search-result .result-title {
    padding-top: 20px;
}
.search-result-again
{
    position: relative;
    background: #F4F6FA;
    padding: 10px 0;
    z-index: 99
}
.search-result-again:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110px;
    z-index: 0;
    background: #0a2345;
}
.search-result-again .order-box
{
    position: relative;
    z-index: 1
}

/*  */
.counter-section .plus-div .plus-size{
    font-size: 50px;
}
@media screen and (max-width:767px) {
    .counter-section .plus-div .plus-size{
        font-size: 30px;
    }
}
.blog-news .inside .row >div:nth-child(2) {
    padding-top: 30px;
}
@media screen and (max-width:991px) {
    .blog-news .inside .row >div:nth-child(2) {
        padding-top: 0px;
    }
}
/*  */
.purchase-information .accordion-item .accordion-body {
    padding: 40px
}
.payment-information .item p span:last-child {
    color: #212529;
    font-weight: 300
}


/*TOASTIFY*/
.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215, .61, .355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:0 0;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}

.address-select {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
}
.address-select div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-select p {
    font-size: 14px;
    margin: 0
}
.address-select div p {
    font-size: 15px;
    font-weight: 600
}
.address-select .update-button {
    font-size: 14px;
    position: relative;
    top: -5px
}

.tooltip {
    z-index: 99999999999
}

.check-extra .check-item .checkbox {
    width: 24px;
    height: 24px;
    border: 1px solid #bbb;
    border-radius: 4px;
    position: relative;
}
.check-extra .check-item.active .checkbox {
    border: 1px solid #C29B40;
}
.check-extra .check-item.active .checkbox::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: #C29B40;
    border-radius: 4px;
    z-index: 1
}
.check-extra .check-item .checkbox.progress::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    z-index: 1;
    border-radius: 7px;
    margin: 0;
    background: transparent;
    border-top: 1px solid #C29B40;
    border-right: 1px solid #C29B40;
    -webkit-animation:checkprogress 1s linear infinite;
    -moz-animation:checkprogress 1s linear infinite;
    animation:checkprogress 1s linear infinite;
}
@-moz-keyframes checkprogress {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes checkprogress {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes checkprogress {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.purchase-information .check-extra .check-item {
    align-items: flex-start;
}
.extra-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255,255,255,0.14);
}
.check-extra .counter {
    line-height: 30px;
    text-align: center;
    border: 1px solid #c5c5c5;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.check-extra .counter button {
    display: inline-block;
    padding: 0 5px;
    width: 30px;
}
.check-extra .counter span {
    width: 20px;
    display: inline-block;
}

.banner-destination.transfer-page {
    padding-top: 90px;
}
.banner-destination.transfer-page .banner-forward.ver-2 .item {
    height: auto;
}
.banner-destination.transfer-page .inside {
    padding-bottom: 90px
}

.profile-page .transfer-item .item-title .item-status span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.profile-page .transfer-item .item-title .item-status span.iptalEdildi {
  background-color: #FF0000;
}
.profile-page .transfer-item .item-title .item-status span.tamamlandi {
  background-color: #00A727;
}
.profile-page .transfer-item .item-title .item-status span.odemeBekliyor {
  background-color: #FF9300;
}
.profile-page .transfer-item .item-title .item-status span.onayBekliyor {
  background-color: #FF9300;
}
.profile-page .transfer-item .item-title .item-status span.onaylandi {
  background-color: #00B1FF;
}
.profile-page .transfer-item .item-title .item-status span.hazirlaniyor {
  background-color: #FF9300;
}
.profile-page .transfer-item .item-title .item-status span.kargoHazir {
  background-color: #FF9300;
}
.profile-page .transfer-item .item-title .item-status span.kargoda {
  background-color: #FF9300;
}
.profile-page .transfer-item .item-title .item-status span.tamamlanmadi {
  background-color: #FF0000;
}

.inline-loader {
    width: 14px;
    height: 14px;
    border: 2px solid #C29B40;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.item-invoice-detail {
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #dee2e6
}
.item-invoice-detail table {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.item-payment-detail {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 22px;
}
.item-payment-detail .left-info-box h3 {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
.modal-background.is-hidden,
.datetimepicker-dummy.is-hidden {
    visibility: hidden;
}

.add-end-date-btn {
    font-size: 14px;
    background: #dee2e6;
    border-radius: 6px;
    padding: 6px 15px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    transition: all 0.25s ease;
}
.add-end-date-btn:hover {
    background: #C29B40;
    color: #fff;
}
.add-end-date-loading {
    font-size: 14px;
    color: #000
}

.newsletter-form-wrapper {
    /* padding: 70px;
    background: #f8f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 10px; */
}

.newsletter-form-wrapper h4 {
    font-size: 19px;
    font-weight: 600
}

.newsletter-form-wrapper .input {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    padding: 10px 15px;
    background: #fff;
}
.newsletter-form-wrapper .input label {
    color: #5A7FEA;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.newsletter-form-wrapper .input input[type="text"],
.newsletter-form-wrapper .input select {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}
.newsletter-form-wrapper .input .loading {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.newsletter-form-wrapper .input-groupped {
    display: flex;
}
.newsletter-form-wrapper .input-groupped .input {
    width: 100%;
}
.newsletter-form-wrapper .input-groupped .input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.newsletter-form-wrapper .input-groupped .input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newsletter-form-wrapper .input-checkbox,
.newsletter-form-wrapper .input-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsletter-form-wrapper .input-checkbox span,
.newsletter-form-wrapper .input-radio span {
    position: relative;
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    margin-right: 14px
}
.newsletter-form-wrapper .input-checkbox span {
    border-radius: 4px;
}
.newsletter-form-wrapper .input-checkbox label,
.newsletter-form-wrapper .input-radio label {
    width: calc(100% - 30px);
    font-size: 14px;
}
.newsletter-form-wrapper .input-checkbox span.active,
.newsletter-form-wrapper .input-radio span.active {
    background: #5A7FEA;
    border: 1px solid #5A7FEA;
}
.newsletter-form-wrapper .input-checkbox span.active::before,
.newsletter-form-wrapper .input-radio span.active::before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #5A7FEA;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
}
.newsletter-form-wrapper .input-checkbox span.active::before {
    border-radius: 4px;
}

.newsletter-form-wrapper [type="button"],
.newsletter-form-wrapper [type="submit"] {
    background: #c29b40;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    width: 140px;
    height: 39px;
}
.newsletter-form-wrapper [type="button"]:disabled,
.newsletter-form-wrapper [type="submit"]:disabled {
    background: #ccc;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    width: 140px;
    height: 39px;
    cursor: not-allowed;
}

.newsletter-form-wrapper .profile-loader {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  margin: 4px auto;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  animation: shadowExpandX 1s linear infinite alternate;
}

@keyframes  shadowExpandX {
  0% {
    box-shadow: 0 0, 0 0;
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: -24px 0, 24px 0;
    color: rgba(255, 255, 255, 0.8);
  }
}

.newsletter-form-wrapper input[readonly],
.newsletter-form-wrapper select[readonly],
.newsletter-form-wrapper textarea[readonly] {
    cursor: not-allowed;
}

.newsletter-form-wrapper .loader {
    width: 14px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #0000;
    border-right-color: #ffa50097;
    position: relative;
    animation: l24 1s infinite linear;
}
.newsletter-form-wrapper .loader:before,
.newsletter-form-wrapper .loader:after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}
.newsletter-form-wrapper .loader:after {
    animation-duration: 4s;
}
@keyframes l24 {
    100% {transform: rotate(1turn)}
}

.banner-forward .order-box {
    transform: none !important;
    position: relative;
    bottom: auto;
    z-index: 1;
    top: auto;
    margin: -45px 0 0 0;
    padding: 0 0 35px 0;
}

#destination section.article-section {
    padding-top: 85px;
}

.purchase-area {
    padding-bottom: 50px
}
.cursor-pointer {
    cursor: pointer;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.custom-scrollbar:hover {
    scrollbar-color: #201a41 transparent;
}
.custom-scrollbar:not(:hover)::-webkit-scrollbar-thumb {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    transition: background 0.3s;
    background: #fff;
}

/* SET MOBILE */
@media all and (max-width:767px){
    [class*="container-"]{
        padding: 0 15px;
    }
    .our-services .outside .inside{
        padding-left: 15px;
    }
    #home-banner .banner-lines.active .line{
        height: 75px;
    }
    #home-banner .banner-lines.active .line.line-big{
        height: 100px;
    }

}

.grecaptcha-badge {
    display: none !important;
}
html {
    overflow-x: hidden;
}
