

.dvImgUpload img {
    width: 203px;
    height: 203px;
}

.more {
    display: none;
}

.swiper-slide {
    height: auto;
}

.spanReadMore {
    float: right
}

.image .animated svg {
    height: auto !important;
    max-height: 710px;
    max-height: 770px;
    position: fixed;
    margin-top: 0px;
    max-height: 75vh;
}

.zindexLevel5 {
    z-index: 5 !important;
}


/* Splitting */
.splitting .char {
    opacity: 0;
}

.splitting.active .char {
    /* animation: slide-in .6s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(3ms * var(--char-index) + 1000ms ); */
    animation: slide-in .6s cubic-bezier(0.28, -0.25, 0.565, 1) both;
    animation-delay: calc(15ms * var(--char-index) + 500ms );
    opacity: 1;
}

@keyframes slide-in {
    from {
        transform: translateY(1.5em);
        opacity: 0;
    }
}
/* !Splitting */

.divStationsDetails {
    display: none;
}

.bus-service-2 form {
    margin-bottom: 5.77rem;
}

.bus-service-2 .bootstrap-select .dropdown-menu li a span.text {
    white-space: normal !important;
}

.main-map .map {
    width: 100vw;
    margin-top: 50px;
}

.havas-zindex-max {
    z-index: 9999999999;
}

.swiper-wrapper {
    height: unset;
}

.havas-news-detail-info-text span a {
    font-weight: 700;
}

.airport-service-slider header h4 {
    /*font-size:2vw;*/
    font-size: 2.3em;
    max-width: 40rem;
}

.airport-service-slider .swiper-prev span, .airport-service-slider .swiper-next span {
    font-size: 0.8em;
}

.airport-service-slider .swiper-number {
    margin-left: -50px;
}

#IEError {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999;
    width: 100vw;
    height: 100vh;
    background: #fff;
    align-items: center;
    justify-content: center;
}

    #IEError p {
        font-size: 1em;
        font-weight: 700;
        text-align: center;
    }


.btnBusServicesGet {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: -15px;
}

    .btnBusServicesGet button {
        padding: 0 35px;
    }

        .btnBusServicesGet button:focus {
            box-shadow: none;
        }

        .btnBusServicesGet button span {
            color: #fff;
        }


.mobileMenuChangeLanguage {
    width: 100%;
    height: 5rem;
    margin-top: 2rem;
}

    .mobileMenuChangeLanguage a {
        display: block !important;
        margin: 0 !important;
    }

        .mobileMenuChangeLanguage a span {
            font-size: 1.3em;
        }

            .mobileMenuChangeLanguage a span:before {
                content: none;
            }

.noAfterBefore {
    background: none !important;
}

    .noAfterBefore:after {
        content: none !important;
    }

    .noAfterBefore:before {
        content: none !important;
    }

.noAfter:after {
    content: none !important;
}

.noBefore:before {
    content: none !important;
}

.selectedDotJustRight {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #0b5997 50%) !important;
}

.selectedDotJustLeft {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, #0b5997 50%) !important;
}

.selectedDotNoLine {
    background-image: none !important;
}

.margin-bottom-4 {
    margin-bottom: 4rem !important;
}

@media (min-width:992px) {
    .routes .selected::after {
        content: "";
        display: inline-block;
        background: url("/images/icerik/havas-flag.svg");
        width: 24px;
        height: 24px;
        position: absolute;
        top: -36px;
        background-size: 100%;
        margin-left: 18px;
    }
}

@media (max-width:991px) {
    .airport-service-slider header h4 {
        font-size: 1.54rem;
    }

    .airport-service-slider .swiper-number {
        margin-left: 0;
    }

    .arrowBottomSVG {
        padding: 0 20px;
    }
}

.main-map .map-tab a.active {
    border-color: #ffcb00;
}

.service__image {
    border: 2px solid #fff;
    padding: 2px;
    cursor: pointer;
    z-index: 99999999999;
}

    .service__image.active {
        border-color: #ffcb00;
    }

.map-content {
    z-index: 999999999999999;
}

#gpdr a:first-child {
    text-decoration: underline;
}

.cbot-animation-holder {
    z-index: 99999999 !important;
}


/*Colors*/

.main-nav .dropdown-item {
    color: #ffffff;
}

.main-nav .dropdown-menu > li:hover .dropdown-item {
    color: #022651;
}

#footer a {
    color: #ffffff;
}

html:not(.header-dark) .main-nav .dropdown-item {
    color: #022651;
}

html:not(.header-dark) .main-nav .dropdown-menu > li:hover .dropdown-item {
    color: #ffffff;
}

html:not(.footer-dark) #footer a {
    color: #022651;
}

/*!Colors*/
#main-slider .hero-title {
    user-select: none;
}


/*CustomContainer*/
.havas-nav-container {
    max-width: 1890px;
}

#header .inner {
    height: 55px;
}

#header .logo a {
    width: 82px;
    height: 19px;
}

.btn-gradient {
    min-height: 27px;
    padding: 0.48rem 2rem;
    height: 27px;
    font-size: 11px;
}

.main-news .item-title a,
.airport-service-slider h5,
.cargo-service-3 h5 {
    font-size: 15px;
}

.main-nav .nav-link,
.main-news .item p,
#footer h6,
#footer nav li a,
p,
.experience ul li,
.airport-service-slider ul li,
.cargo-service-3 ul li {
    font-size: 11px;
}

@media (min-width:2200px) {

    #main-slider {
        height: auto;
    }

    .main-map .map {
        max-width: 1903px;
        margin: auto;
    }

    .numbers {
        min-height: unset;
        height: auto;
    }
}

@media (max-width:991px) {
    .havas-animation-div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    #main-slider .swiper-wrapper {
        height: 60vh;
    }
}

@media (max-width:767px) {
    #gpdr {
        left: 0 !important;
        width: auto !important;
        bottom: 0 !important;
        border-radius: 0 !important;
    }
}

@media (max-width:991px) and (min-width: 576px) {
    .animationImage {
        height: 70vh;
    }
}

@media (max-width:575px) {
    .animationImage {
        height: 50vh;
    }

    #main-slider .swiper-nav {
        bottom: 12rem;
    }
}


@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}

.bus-slider .survey-btn {
    position: absolute;
    top: 50%;
    right: 69%;
    z-index: 1;
    width: 327px;
}

.bus-slider .survey-btn2 {
    position: absolute;
    top: 70%;
    right: 69%;
    z-index: 1;
    width: 327px;
}

/*@media (max-width: 1366px) {
    .bus-slider .item {
        -webkit-transform: translateX(11rem);
        transform: translateX(11rem);
    }

    .bus-slider .survey-btn {
        right: 68%;
    }

    .bus-slider .survey-btn2 {
        right: 68%;
    }
}*/


@media (min-width:360px) and (max-width:915px) {
    .bus-slider .survey-btn {
        top: 65%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .bus-slider .survey-btn2 {
        top: 75%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


@media (min-width:768px) and (max-width:1023px) {
    .bus-slider .survey-btn {
        top: 85%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .bus-slider .survey-btn2 {
        top: 95%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}



@media (max-width:1281px) and (min-width:1080px) {
    .bus-slider .survey-btn {
        top: 85%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .bus-slider .survey-btn2 {
        top: 95%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width:568px) {
    .bus-slider .survey-btn {
        top: 60%;
        right: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .bus-slider .survey-btn2 {
        top: 70%;
        right: auto;
        left: 50%;
        margin-top: 15px;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


@media (max-width: 768px) {
    .dvPhotoCropModal .modal-dialog {
        margin: 0;
    }


    .imgAvatar {
        max-width: 6rem;
        border-radius: 6rem;
    }
}


.dvPhotoCropModal .modal-body {
    padding: 10px;
}


.dvPhotoCropModal .modal-body {
    padding: 10px;
}


.dvPhotoCropModal .btn {
    margin-top: 0;
    width: auto;
    font-size: 13px;
    padding: 5px 10px;
}

.dvDosyaYukle .btn {
    margin: 0;
}

.dvPhotoCropModal .modal-dialog {
    width: 600px;
    max-width: none;
}

.dvPhotoCropModal .modal-body {
    height: auto;
}

.dvImgYaziResim {
    width: 177px;
    height: 269px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #80808087
}

    .dvImgYaziResim img {
        height: 269px;
    }

.btn-Upload {
    margin-top: 0 !important;
}

    .btn-Upload:after, .btnUploadModal:after, .btnSavePhotoCrop:after {
        content: none !important;
    }



.cropper-point.point-ne,
.cropper-point.point-nw,
.cropper-point.point-sw,
.cropper-point.point-se {
    height: 20px;
    width: 20px;
}

.uploadifive-queue {
    z-index: 10;
}

.dvDosyaYukle input[type=file] {
    min-width: 150px;
}

.modal-footer .dvPhotoRotate {
    display: inline-block;
    width: 27%;
    vertical-align: middle;
    text-align: left;
}

.modal-footer .dvPhotoSave {
    /*    position: absolute;
    text-align: right;
    display: inline-block;
    width: 91.6%;
    vertical-align: middle;*/
    text-align: right;
    display: inline-block;
    width: 91.6%;
    vertical-align: middle;
    margin: -5px 21px -5px 0px;
}

.modal-footer .dvPhotoRotate {
    display: none;
}

.dvImgPhotoCropC {
    min-height: 250px;
}

.btnUploadClose {
    border: none;
    background: transparent;
    font-size: 30px !important;
}

.btnUploadModal, .btnSavePhotoCrop {
    font-size: 20px !important;
}

.btnExitPhotoCrop {
    float: left;
}

/*.btnSavePhotoCrop {
    float: left;
}*/

.btnSure {
    text-decoration: underline solid;
}

    .btnSure:after {
        content: none;
    }

.deleteModalBody {
    height: 150px;
    background-color: white;
}

/*.DeleteModal-Content{
    background-image: url("../images/bg.png");
    background-size: cover;
}*/

.DeleteModal-Content {
    height: 15rem;
}

.deleteModalFooter {
    height: 50px;
}

.btnDeleteClose {
    margin-left: auto;
}

.modalDelete {
    max-width: 55rem !important;
}

.tasarimci-form-wrapper {
    width: 13rem;
}

    .tasarimci-form-wrapper:before {
        content: none;
    }

.iconLogin {
    margin-top: -47px;
    margin-bottom: 14%;
}

.tasarimciIcon {
    font-size: 19px;
}


.modalPanelHeader {
    border-bottom: 1px solid #dee2e6;
    border-color: var(--color-border);
}



.dvPhotoCropModal .modal-dialog {
    margin: 1.75rem auto !important;
}


@media (max-width: 600px) {
    .dvPhotoCropModal .modal-dialog {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dvPhotoCropModal .modal-body {
        /*        max-height: calc(100vh - 91px) !important;
        height: 601px;*/
        height: calc(100vh - 91px) !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .modal-header {
        border-bottom: none;
        height: 15px;
        margin: 4px 4px 0 0;
    }

    .modal-footer {
        padding: .35rem;
    }

    .dvPhotoCropModal .modal-dialog {
        margin: 0 auto !important;
    }

    .customBildirHeader h4 {
        padding: 1rem;
        margin-top: 25px;
    }

    .customBildirHeader button {
        margin-right: -15px;
    }

    .customMobilAlertHeight {
        margin-top: -5rem;
    }

    .customFilterImage {
        cursor: pointer;
        /* width: 50%;*/
        float: left;
        margin-right: 8px;
        margin-top: 5px;
    }
}

/* Otobüs Badge */

.otobus_badge {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    width: 71px;
    height: 71px;
    top: 80px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(99,177,68,0.26936712184873945) 100%);
    animation-name: beat;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



@media (max-width:991px) {
    .otobus_badge {
        //animation:none !important;
        width: 61px;
        height: 61px;
        top: 13px !important;
    }
}


@keyframes beat {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
