﻿/********
CAROUSEL SLİDER
********/
.carousel-selider{
   position:relative;
   z-index:1;
}
.carousel-selider.mask::before {
    position:absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.2) 100%);
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:0;
}
.carousel-selider .cs-item{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carousel-selider .cs-item .content{
   position:relative;
   z-index:1;
   width:100%;
}
/***************************/

/********
ABOUT BANNER
********/
.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.about-img-wrap .mask-img-wrap {
    -webkit-mask-image: url(/Content/assets/Images/banners/mask_img.png);
    mask-image: url(/Content/assets/Images/banners/mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 472px;
    width: 417px;
    margin: 0 auto;
    animation: upDown 3s ease-in-out infinite;
}
.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-wrap .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
@keyframes upDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px); /* Yukarı hareket */
    }

    100% {
        transform: translateY(0px);
    }
}
/***************************/

.contact-address-item {
    border: 2px solid #dedede;
    padding: 50px 30px 25px;
    text-align:center;
    height:260px
}
.contact-address-item .address-icon{
        margin-bottom: 35px;
}
.contact-address-item .address-icon img{
    max-width:60px
}
.contact-form-box {
    z-index: 999;
    position: relative;
    top: 50px;
    background: #fff;
    padding:40px 50px 50px;
}
.contact-form-box .form-control{
    box-shadow: none;
    border-radius: 2px;
    outline: none;
    height: 46px;
    border: 2px solid #e4ecf2;
}
.contact-form-box .form-group{
    position:relative;
}
.contact-form-box .form-group.has-icon .icon{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}
.contact-form-box .btn-submit{
    padding: 12px 20px;
    border-radius: 2px;
    position:relative;
    z-index:99;
    border:1px solid transparent;
}
.contact-form-box .btn-submit::before{
    content:"";
    width:0;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    background:#fff;
    transition:all 300ms;
}

.contact-form-box .btn-submit:hover{
    color:#000;
    border:1px solid #000;
    background:#000;
}
.contact-form-box .btn-submit:hover::before{
    width:100%;
}

/********
HEADER
********/
header.fixed{
    position:fixed;
    z-index:100;
    top:0;
    left:0;
    width:100%;
    padding:10px 0;
    transition:all 500ms;
}
header.active,
header.active-1{
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
header .logo img {
    position: absolute;
    height: 75px;
}
header.active .logo img,
header.active-1 .logo img {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 5px;
}
header ul{
    display:inline-block;
}
header ul li{
    float:left;
    position:relative;
}
header ul ul{
    position: absolute;
    z-index: 999;
    background: #fff;
    top: calc(100% + 14px);
    width: 187px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    display:none;
}
header ul ul::before{
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -16px;
    transform: rotate(-135deg) translateX(-50%);
    left: 50%;
    border-radius: 4px 2px;
    background: #fff;
}
header ul ul li{
    float:none;
}
header ul li a{
    color:#fff;
    padding:5px 10px;
    text-decoration:none!important;
    display:inline-block;
}
header ul li a:hover{
    color:#fff;
}
header ul ul li a{
    color:#000!important
}
header ul li:hover > ul{
    display:block;
}
header ul li::before{
    content:"";
    width:100%;
    height:15px;
    position:absolute;
    top:100%;
    background:transparent;
}
header ul ul li:before{
    display:none;
}
header.active *,
header.active-1 * {
    color: #000;
}
header.active a:hover,
header.active-1 a:hover{
    color: #000
}
header .seperator {
    width: 50px;
}
header .navbar-toggler{
    border:0;
    outline:none;
    background:transparent;
    display:none;
}
header .navbar-toggler .navbar-toggler-line {
    display: block;
    width: 30px;
    height: 3px;
    background: #263238;
    margin-bottom: .5rem;
    transition: all .5s;
}
header .navbar-toggler .navbar-toggler-line:nth-child(3){
    margin:0;
}
header .navbar-toggler .navbar-toggler-line:nth-child(2) {
    width: 20px;
}
header .navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 8px 0px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 0px 0px;
}
/***************************/

/*********
ACCOUNT NAV
*********/
.account-nav {
    position: relative;
    display:inline-block;
}
.account-nav button {
    height:35.6px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 3px 5px;
}
.account-nav button div{
    width:50%;
    display:inline-block;
    float:left;
}
.account-nav button div.bar{
    top: 9px;
    position: relative;
}
.account-nav .btnn *{
    color:#000;
}
.account-nav .btnn{
       padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 25px;
}
.account-nav .point {
  width: 7px;
    height: 7px;
    position: absolute;
    background: red;
    border-radius: 50%;
    top: 1px;
    left: 28px;
}
.account-nav .point.success {
    background: green;
}
ul.sub{
    background-color: #fff;
    margin: 15px 0px 0 0px;
    padding: 15px;
    z-index: 99999;
    list-style: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 3px rgb(0 0 0 / 15%);
    border-radius: 2px;
    position: absolute;
    display: none;
    top: 85%;
    min-width: 190px;
    text-align: left;
    right:0px;
    border-radius:5px;
}
ul.sub li{
    margin-bottom:10px;
}
ul.sub a{
    color:var(--black-color)
}
ul.sub::before{
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    position: absolute;
    transform: rotate(-137deg);
    top: -7px;
    right: 15px;
    box-shadow: rgb(0 0 0 / 15%) 0.5px 0.5px 1.2px;
}
ul.sub::after {
    content: "";
    width: 100%;
    bottom: 100%;
    background: transparent;
    height: 15px;
    position: absolute;
}

.corousel-card{
    background:#fff;
    border:1px solid #dedede;
    border-radius:5px;
    overflow:hidden;
    position:relative;
}
.corousel-card .header{
    height:175px
}
.corousel-card .header img{
    height:175px;
    object-fit:cover;
    width:100%
}
.corousel-card .card-title{
    margin:10px 0
}
.corousel-card .card-title *{
    margin:0;
}
.corousel-card .card-title h3{
    font-size:16px
}
.corousel-card .footer{
    border-top:1px solid #dedede;
}
.corousel-card .check-box {
        position: absolute;
        z-index: 99;
        right: 10px;
        top: 10px;
        background: #5867dd;
        padding: 2px 5px;
        border-radius: 5px;
    }
.corousel-card .check-box span {
            color: #fff;
            font-family: var(--font-ns-sbold);
        }
.corousel-card.active {
        background: red;
        color: #fff;
    }

/********
FOOTER
********/
footer {
    background: #f5f5f5;
}
footer .content {
    padding: 50px 0;
    min-height: 350px;
}
footer ul li{
    padding-bottom:10px;
}
footer .copright{
    padding:15px 0;
    background:#1c1c1c
}
footer .copright *{
    color:#fff
}
footer .adress{
        background-image: url(https://ritimotomotiv.com/Images/Genel/map.png);
    min-height: 155px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} 
/***************************/

/********
BREAD CRUMP
********/
.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    color: #fff;
    display: inline-block;
}

/********
BOOKİNG
********/
.schedule-tabs {
            z-index: 2;
            top: -66px;
            position: relative;
        }
.schedule-tabs .tab-content {
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                background: #fff;
                padding: 30px;
                border-radius: 0 25px 25px 25px;
                top: 100%;
                z-index: 999;
            }
.schedule-tabs .tab-controlls ul li {
                display: inline-block;
                padding: 20px 60px;
                color: #6c757d;
                float: left;
                background: rgba(10, 35, 81, .6);
                -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
                font-family: var(--font-ns-black);
                font-size: 18px;
            }
.schedule-tabs .tab-controlls ul li {
                color: #fff;
            }
.schedule-tabs .tab-controlls ul li:first-child {
                    border-radius: 100px 100px 0 0;
                    background: red;
                }
.schedule-tabs .tab-controlls ul li:hover {
                    background: red;
                }
.btn-booking {
            background: #008cff;
            border: 0;
            outline: none;
            padding: 15px 40px;
            border-radius: 5px;
            color: #fff;
            width: 100%;
            margin-top: 17px;
        }
.btn-booking.detail {
                background: #ff005e;
                position: absolute;
                right: 15px;
                display: inline-block;
                width: auto;
                bottom: 100%;
            }
.booking-ctrl {
            background: #f8f9fc;
            border: 1px solid #edf1f6;
            padding: 0px 10px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            margin-bottom: 30px
        }
.booking-ctrl .ctrl {
                margin-left: 10px;
                width: 100%
            }
.booking-ctrl .ctrl label {
                    position: relative;
                    top: 5px;
                    margin: 0;
                    color: #4F5564
                }
.booking-ctrl .form-control {
   background: transparent !important;
   border: 0;
   box-shadow: none;
   color: #ff0000;
   padding: 10px 15px;
   font-weight: bold;
   font-family: var(--font-ns-black);
   position:relative;
}
.booking-ctrl .form-control.active{
    color:#000;
}
.booking-ctrl select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                padding-right: 30px; /* sağa yer bırak */
            }
.booking-ctrl select option {
                    margin: 5px 10px !important;
                    color: #000 !important
                }

.step-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px 0 5px 0;
    background: rgb(255 0 94);
    width: 100%;
    z-index: 999;
    color: #fff;
}
.step-navigation .price {
        display: inline-block;
        white-space: nowrap;
        font-family: var(--font-ns-sbold);
        font-weight: bold;
        font-size: 21px;
        margin-right: 8px;
    }

.custom-modal {
    position: fixed;
    z-index: 9999;
    background: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.custom-modal .content {
        width: 90%;
        height: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #fff;
        transform: translate(-50%, -50%);
        z-index: 99;
        border-radius: 10px
    }
.custom-modal .content .header {
            padding: 15px 15px 0 15px;
            border-bottom: 1px solid rgb(229 229 229);
            position: relative;
        }
.custom-modal .content .header .btn-close {
                position: absolute;
                right: 15px;
                top: 15px;
                background: transparent;
                border: 0;
                outline: none;
                font-size: 19px;
            }
.custom-modal .content .body {
            padding: 15px;
            border-bottom: 1px solid rgb(229 229 229);
        }
.custom-modal .content .footer {
            padding: 15px
        }
.custom-modal .backg {
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

.verify-code input {
    border: 1px solid #dedede;
    width: 45px;
    padding: 6px;
    margin-right: 2px;
    text-align: center
}



.step-hotizontal {
    position: relative;
}
.step-hotizontal .step-info {
        position: absolute;
        width: 40px;
        height: 40px;
        background: red;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-family: var(--font-ns-sbold);
        color: #fff;
        left: -52px;
        top: 18px;
    }
.step-hotizontal:not(:first-child)::before {
        content: "";
        width: 2px;
        height: calc(100% - 81px);
        position: absolute;
        z-index: 999;
        bottom: calc(100% - 25px);
        left: -33px;
        background: red;
        display: none
    }




@media screen and (max-width:992px),screen and (max-device-width:992px){
header.fixed{
     background:#fff;
 }
header .logo img {
   border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 5px;
    top:-10px
}
header .navbar-toggler{
    display:inline-block
}
header nav{
     left:-100%;
     z-index: 999;
     position: fixed;
     transition:all 500ms;
 }
header nav.active{
   display: block;
   background: rgba(255, 255, 255, 0.4);
   left: 0;
   height: 100%;
   width: 100%;
   top: 55px;
 }
header .content{
    background:#fff;
    display:block;
    border-top:1px solid #dedede;
    padding:15px;
}
header ul li a{
    color:#000!important;
    padding-bottom:15px
}
header ul li {
    float:none;
    border-bottom:1px dotted #dedede;
}
header ul li:last-child{
    border:0;
}
header ul li::before{
    display:none
}
header ul li:hover > ul{
    display:none
}
header ul {
    display: block;
}
header ul li.active > ul{
    display:block;
}
header ul ul{
    position: unset;
    transform: unset;
    box-shadow: unset!important;
    width: 100%;
    padding-left: 18px;
}
header ul ul::before{
    display:none
}
header *{
    color:#000;
}
header a:hover{
    color:#000!important
}
header .logo{
    display: flex;
    align-items: end;
    justify-content: space-between;
 }

.v-hidden-992{
     display:none
 }

.carousel-selider.home .h-100vh{
     height:auto;
 }
.carousel-selider.home  .content{
     padding:25px 10px;
 }
.carousel-selider.home.mask::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
}

.schedule-tabs .tab-controlls ul li {
    padding: 12px 38px;
    font-size: 13px;
}
.schedule-tabs .tab-content{
    padding:15px
}
.step-hotizontal .step-info {
    width: 25px;
    height: 25px;
    left: -29px;
    top: 18px;
    padding-top: 2px;
}

.step-navigation {
    padding: 6px 0 5px 0;
}
.step-navigation .btn-booking.detail{
    display:none;
}
.step-navigation .step_3{
    width:100%;
}
.step-navigation .step_3 .flex{
    justify-content:space-between;
}
.step-navigation .step_3 .btn-step-end{
    width:140px;
    padding:10px 40px;
}

h2{
    font-size:18px;
}
}