@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
}

a,
a:active,
a:hover,
a:focus,
a:target {
    color: inherit;
    text-decoration: none;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #B89865;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #313131;
}

.page-title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px #454545;
    font-weight: 500;
}

.line {
    width: 60%;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #a5a5a5
}

.nav-link {
    font-size: 13px;
    font-weight: 300;
    color: #000 !important;
}

.at-login {
    background: #000;
    background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    padding: 0px 10px;
    border-radius: 20px;
    margin-left: 7px;
}

.at-login-mobile {
    display: none;
    background: #000;
    background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    border-radius: 20px;
    padding: 5px 10px;
    border: none;
}

.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

.at-login a {
    color: #fff !important;
    letter-spacing: 0.05rem;
}

.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.sub-nav {
    background: #000;
    background: -webkit-linear-gradient(to right, rgb(167, 167, 167) 30%, rgb(65, 65, 65) 100%);
    background: -o-linear-gradient(to right, rgb(167, 167, 167) 30%, rgb(65, 65, 65) 100%);
    background: linear-gradient(to right, rgb(167, 167, 167) 30%, rgb(65, 65, 65) 100%);
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
}

    .sub-nav .nav-item:hover {
        background: #000;
        background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    }

    .sub-nav .nav-link {
        padding: 2px 10px;
        font-size: 13px;
        font-weight: 300;
        color: #fff !important;
    }

.navbar-brand img {
    height: 35px;
}

.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    background-color: #313131;
    border-top: 1px solid #fff;
}

.dropdown-item {
    font-size: 14px;
    padding-top: 5px;
    color: #fff;
}





    .dropdown-item:hover {
        background: #000;
        background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        color: #fff;
    }





/*HERO*/

.hero {
    background-image: url(../img/at-bg1.jpg);
    background-position: center;
    background-size: cover;
}


.hero-text {
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px #454545;
    font-weight: 500;
}

.covid {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .covid img {
        height: 80px;
    }





/*FORM*/

.travel-values {
    background: #000;
    background: -webkit-linear-gradient(to right, rgb(65, 65, 65) 30%, rgb(167, 167, 167) 100%);
    background: -o-linear-gradient(to right, rgb(65, 65, 65) 30%, rgb(167, 167, 167) 100%);
    background: linear-gradient(to right, rgb(65, 65, 65) 30%, rgb(167, 167, 167) 100%);
    padding: 5px;
    margin: 0px 10px;
}

    .travel-values input {
        border-radius: 0px !important;
        padding: 15px;
        border: none;
        color: #313131;
        font-weight: 300;
        font-size: 15px;
    }

        .travel-values input::placeholder {
            color: #313131;
            opacity: 0.8;
            font-weight: 200;
            font-size: 15px;
        }

        .travel-values input:-ms-input-placeholder {
            color: #313131;
        }

        .travel-values input::-ms-input-placeholder {
            color: #313131;
        }

    .travel-values button {
        border: none;
        background-color: #B89865;
        color: #fff;
        border-radius: 0px;
        width: 100%;
        height: 100%;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="number"] {
    color: #313131;
    border-color: #313131;
}

    input[type="number"]:focus {
        color: initial;
        border-color: initial;
    }

.travel-form {
    padding-top: 50px;
}

    .travel-form .container {
        padding: 0px;
    }

#input-arrow img {
    height: 23px;
}

#input-user img {
    height: 23px;
}


#input-alinis {
    display: inline-block;
    width: 45%;
    padding: 0px;
    margin: 0px;
}

#input-arrow {
    display: inline-block;
    width: 10%;
    padding: 13px 0px;
    margin: 0px;
    text-align: center;
    background: #fff;
}

#input-varis {
    display: inline-block;
    width: 45%;
    padding: 0px;
    margin: 0px;
}

#input-user {
    display: inline-block;
    width: 10%;
    padding: 13px 0px;
    margin-top: 5px;
    text-align: center;
    background: #fff;
    border-left: 2px solid #a7a7a7;
}

#input-kisi {
    display: inline-block;
    width: 40%;
    padding: 0px;
    margin-top: 5px;
}

#input-button {
    display: inline-block;
    width: calc(50% - 5px);
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
}





/*STEPS*/

.steps {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.steps-box {
    padding-top: 50px;
}

.steps-number {
    display: inline-block;
    position: absolute;
    background-color: #B89865;
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 3px;
    border-radius: 55px;
}

.steps-line {
    display: block;
    width: calc(100% - 40px;
    );
    background-color: #000000;
    height: 1px;
    margin-top: 15px;
    margin-left: 40px;
}

.steps-title {
    padding-top: 20px;
    padding-left: 15px;
}

.steps-text {
    padding-left: 15px;
    margin-top: 10px;
    font-weight: 200;
    font-size: 14px;
}




/*TAHSİS BANNER*/

.tahsis-banner {
    background-image: url(../img/at-bg2.jpg);
    background-size: cover;
    background-position: center;
}

    .tahsis-banner h2 {
        background: #000;
        background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgb(65, 65, 65) 100%);
        background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgb(65, 65, 65) 100%);
        background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgb(65, 65, 65) 100%);
        margin-top: 30px;
        margin-bottom: 10px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
    }

        .tahsis-banner h2 span {
            font-style: italic;
            font-weight: 300;
        }

    .tahsis-banner p {
        background: #000;
        background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgb(65, 65, 65) 100%);
        background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgb(65, 65, 65) 100%);
        background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgb(65, 65, 65) 100%);
        display: inline-block;
        font-size: 12px;
        margin-bottom: 20px;
        padding: 2px 5px;
        color: #fff;
        background-color: #B89865;
        border-radius: 3px;
    }





/*FEATURES*/

#features {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 15%;
    padding-right: 15%;
    background-image: url(../img/at-bg3.jpg);
    background-size: cover;
    background-position: center;
}

#features-item {
    color: #313131;
    margin-bottom: 40px;
}


    #features-item i {
        color: #313131;
        font-size: 50px;
        margin-bottom: 15px;
    }

    #features-item i {
        font-size: 50px;
        margin-bottom: 15px;
    }

    #features-item h4 {
        margin-bottom: 12px;
        font-size: 16px;
    }

    #features-item p {
        font-size: 14px;
        font-weight: 200;
    }



/*CARS*/

#cars {
    margin-top: 70px;
    margin-bottom: 30px;
    padding-left: 15%;
    padding-right: 15%;
}

#cars-item {
    color: #474747;
    margin-bottom: 40px;
}

    #cars-item img {
        font-size: 50px;
        margin-bottom: 20px;
    }

    #cars-item h4 {
        margin-bottom: 10px;
    }

    #cars-item p {
        font-size: 15px;
        font-weight: 200;
    }





/*FOOTER*/

footer {
    background-color: #313131;
    color: #fff;
}

    footer h6 {
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
    }

.footer-info {
    padding-top: 80px;
}

    .footer-info img {
        width: 250px;
    }

    .footer-info button {
        background: #000;
        background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        border: none;
        border-radius: 0;
        margin-top: 7px;
        font-size: 14px;
    }

    .footer-info p {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 200;
    }

.footer-link {
    padding-top: 80px;
}

    .footer-link ul {
        list-style-type: none;
        padding: 0;
        margin-left: px;
    }

    .footer-link li {
        font-size: 14px;
        font-weight: 200;
    }

    .footer-link a:hover {
        color: #B89865;
    }

.footer-contact {
    padding-top: 80px;
}

    .footer-contact p {
        font-size: 14px;
        font-weight: 200;
        margin-bottom: 5px;
    }

        .footer-contact p span {
            font-weight: 400;
        }

.footer-newsletter {
    padding-top: 80px;
}

    .footer-newsletter input {
        width: 100%;
        border: none;
        border-radius: 0;
        font-weight: 300;
        font-size: 14px;
        margin-top: 10px;
    }

        .footer-newsletter input::placeholder {
            font-weight: 300;
            font-size: 14px;
        }

    .footer-newsletter button {
        background: #000;
        background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
        width: 100%;
        border: none;
        border-radius: 0;
        margin-top: 7px;
        font-size: 14px;
    }

    .footer-newsletter p {
        margin-top: 7px;
        color: #fff;
        font-weight: 300;
        font-size: 12px;
    }

.footer-logos {
    margin-top: 80px;
    text-align: center;
}

    .footer-logos img {
        width: 350px;
    }

.footer-bottom {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    color: #989898;
    border-top: 1px solid #484848;
}





/*ROUTES*/

.routes {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
}

.routes-box {
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
}

    .routes-box .name {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
    }

    .routes-box .price {
        display: inline-block;
        font-weight: 400;
        font-size: 11px;
    }

        .routes-box .price span {
            display: inline-block;
            text-align: right;
            font-weight: 600;
            font-size: 16px;
            color: #B89865;
        }

.routes p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

    .routes p span {
        font-weight: 500;
    }




/*LOGO SLIDER*/

#cliends {
    margin-top: 70px;
    margin-bottom: 70px
}

    #cliends h4 {
        text-align: center;
        color: #474747;
        margin-bottom: 30px
    }

.slick-slide {
    margin: 0 20px
}

    .slick-slide img {
        width: 100%
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}







/*CAR SELECT*/



.car-select .container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.car-select .card {
    border-radius: 0px;
    border: 0px;
}

.card-title {
    margin-bottom: 0px;
}

.card-subtitle {
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
    color: #838383;
}

.card-detail {
    margin-top: 20px;
}

    .card-detail p {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 5px;
    }

        .card-detail p i {
            padding-right: 5px;
        }

.select {
}

    .select p {
        margin-top: 50px;
        color: #B89865;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .select button {
        border: 0px;
        border-radius: 0px;
        background-color: #B89865;
        color: #ffffff;
    }







/*TRANSFER DETAIL*/

.details .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.detail-col {
    background-color: #ffffff;
    padding: 30px;
}

.detail-row-name {
    border-bottom: 1px solid #f4f4f4;
}


.detail-row-input {
    font-size: 15px;
    font-weight: 300;
}

    .detail-row-input p {
        margin: 0px;
        margin-left: 10px;
        margin-top: 5px;
        font-size: 12px;
        font-weight: 300;
    }


.info-col {
    background-color: #ffffff;
    padding: 30px;
}

.details .form-control {
    border: 0px;
    border-radius: 0px;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    border-bottom: 1px solid #B89865;
}




.detail-section {
    margin-top: 10px;
}

    .detail-section i {
        display: inline-block;
    }

    .detail-section p:nth-child(2) {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 3px;
        font-size: 14px;
        font-weight: 500;
    }

    .detail-section p:nth-child(3) {
        margin-left: 31px;
        font-size: 14px;
        font-weight: 300;
    }

.detail-end {
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
    font-size: 18px;
}

.detail-button {
    background: #000;
    background: -webkit-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    background: -o-linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    background: linear-gradient(to right, rgba(184, 152, 101, 1) 30%, rgba(117, 110, 59, 1) 100%);
    color: #ffffff;
    width: 100%;
}





























@media (max-width: 991px) {

    .navbar-nav {
        padding-top: 10px !important;
    }

    .nav-item {
        padding-left: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-nav .nav-item:last-child {
        display: none;
    }

    .at-login-mobile {
        display: inline-block;
    }
}


@media (max-width: 575px) {

    .routes-box .price {
        display: block;
    }
}





@media (max-width: 767px) {

    .card-detail {
        text-align: center;
    }

        .card-detail p {
            display: inline-block;
            padding-left: 15px;
        }

    .card-title {
        text-align: center;
    }

    .card-subtitle {
        text-align: center;
    }

    .select button {
        margin-bottom: 30px;
    }
}






/*Small*/
@media (min-width: 576px) {

    .routes-box .price {
        display: block;
    }


    #features {
        padding-left: 0;
        padding-right: 0;
    }


    .travel-values {
        margin: 0px;
    }

    .steps {
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .steps-box {
        padding-top: 50px;
    }
}

/*Medium*/
@media (min-width: 768px) {

    .routes-box .price {
        display: inline-block;
        margin-left: 90px;
    }

    #input-alinis {
        display: inline-block;
        width: 30%;
        padding: 0px;
        margin: 0px;
    }

    #input-arrow {
        display: inline-block;
        width: 5%;
        padding: 13px 0px;
        margin: 0px;
        text-align: center;
        background: #fff;
    }

    #input-varis {
        display: inline-block;
        width: 30%;
        padding: 0px;
        margin: 0px;
        width: 30%
    }

    #input-user {
        display: inline-block;
        width: 5%;
        padding: 13px 0px;
        margin: 0px;
        text-align: center;
        background: #fff;
    }

    #input-kisi {
        display: inline-block;
        width: 15%;
        padding: 0px;
        margin: 0px;
    }

    #input-button {
        display: inline-block;
        width: 15%;
        padding: 0px;
        margin: 0px;

    }
}

/*Large*/
@media (min-width: 992px) {

    .routes-box .price {
        display: inline-block;
        margin-left: 0px;
    }
}

/*X-Large*/
@media (min-width: 1200px) {
}

/*XX-Large*/
@media (min-width: 1400px) {
    ...
}

.font-sm {
    font-size: x-small;
}

.select button {
    border: 0px;
    border-radius: 0px;
    background-color: #B89865;
    color: #ffffff;
}

.btn-light {
    color: #ffffff;
    background-color: #B89865;
    border-color: #a7a7a7;
}

    .btn-light:hover {
        color: #ffffff;
        background-color: #565656;
        border-color: #a7a7a7;
    }

.btn-primary {
    color: #fff;
    border-color: #A7A7A7;
    background-color: #B89865
}

    .btn-primary:hover {
        color: #000;
        border-color: #A7A7A7;
        background-color: #565656;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
}
