.arabaitem2 {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 5px 5px 15px 0 rgba(38, 43, 62, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.arabaitem2 .resim {
    position: relative;
    width: 30%;
}

.arabaitem2 .resim img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    max-height: 170px;
    border-radius: 6px;

}

.arabaitem2 .resim span {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 7px 10px;
    background: #7346F1;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
    display: none;

}

.arabaitem2 .sag {
    width: 70%;
    padding: 0px 0px 0px 18px;
}

.arabaitem2 .sag .ust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.arabaitem2 .sag .ust .adi {
    width: 70%;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #0D1B4E;
}

.arabaitem2 .sag .ust .bilgiler {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 10px;
}

.arabaitem2 .sag .ust .bilgiler .bilgi {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #686E77;
}

.arabaitem2 .sag .ust .bilgiler .bilgi .icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.arabaitem2 .sag .orta {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 35px;
}

.arabaitem2 .sag .orta .ozellik i {
    font-size: 24px;
    color: var(--anarenk);
}

.arabaitem2 .sag .orta .ozellik span {
    width: calc(100% - 24px);
    padding-left: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #686E77;
}

.arabaitem2 .sag .alt {
    display: flex;
    flex-wrap: wrap;
}

.arabaitem2 .sag .alt .parabirimi {
    width: 60%;
}

.arabaitem2 .sag .alt .parabirimi .uyari {

    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #686E77;
    margin-bottom: 10px;
}

.arabaitem2 .sag .alt .parabirimi .birimler {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}

.arabaitem2 .sag .alt .parabirimi .birimler .default {
    width: calc(25% - 6px);
    height: 35px;
    border: 1px solid #686E77;

    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #686E77;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arabaitem2 .sag .alt .parabirimi .birimler .default.active {
    border: 1px solid #2ac523;
    color: #2ac523;
    font-weight: 700;
}

.arabaitem2 .sag .alt .rezbuton {
    width: 40%;
    text-align: right;
}

.arabaitem2 .sag .alt .rezbuton .uyari {

    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    color: var(--kirmizi);
    margin-bottom: 10px;
}

.arabaitem2 .sag .alt .buton {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 4px;
    background: var(--lacivert);
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 0px 20px;
    transition: all 0.3s ease;
}

.arabaitem2 .sag .alt .buton:hover {
    background: var(--turuncu);
    color: #FFFFFF;
}

.swiper .icaraclar-button-prev,
.swiper .icaraclar-button-next {
    position: absolute;
    top: 0px;
    width: 38px;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    z-index: 10;
}

.swiper .icaraclar-button-prev:hover,
.swiper .icaraclar-button-next:hover {
    opacity: 1;
}

.swiper .icaraclar-button-prev {
    left: 0px;
}

.swiper .icaraclar-button-next {
    right: 0px;
}

.container-fluid {
    max-width: calc(100vw - 30px);
}

.swiper {
    position: relative;
    overflow: hidden;
}

:root {
    --anarenk: #7346F1;
    --kirmizi: #ea0005;
    --turuncu: #F86D1F;
    --lacivert: #071735;
    --gri: #9D9E9D;
    --siyah: #1f1f1f;
    --krem: #fcfcf9;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    .kose2 {
        border-radius: 0px 0px 20px 20px;
    }

    table.visible-xs {
        display: table !important
    }

    .footerbarra2 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .mobilicin {
        margin-top: -20px;
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    .footerbarra {
        padding-left: 130px;
        padding-right: 130px;
    }

    .kose {
        border-radius: 0px 20px 20px 20px;
    }

    .mobil-goster {
        max-width: 25%;
    }

    .lg96 {
        max-width: 96%;
    }

    .lg25 {
        max-width: 25%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg30 {
        max-width: 30%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg35 {
        max-width: 35%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg40 {
        max-width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg45 {
        max-width: 45%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg50 {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg55 {
        max-width: 55%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg60 {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg65 {
        max-width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg70 {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg75 {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg80 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg85 {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg90 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg95 {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .lg66 {
        max-height: 66%;
        margin-left: auto;
        margin-right: auto;
    }

    .l50 {
        left: 50%;
    }

    .t8 {
        transform: translate(8%, 0%);
    }

    .t50 {
        transform: translate(-50%, 0%);
    }

    .lggizle {
        overflow: hidden;
    }

    .lgyks {
        max-height: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .logomobil {
        margin-top: 15px;
        margin-left: 20px;
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}


footer .main-footer {
    padding: 20px 0;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #969696;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
    padding-bottom: 130px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer {
    background: transparent;
}

footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
    background: #f9f9f9;
}

footer.light .main-footer {
    background: #f9f9f9;
}

footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
    display: inline-block;
}

/*====================
  Widgets
====================== */
.widget {
    padding: 20px;
    margin-bottom: 40px;
}

.widget.widget-last {
    margin-bottom: 0px;
}

.widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.widget.subscribe p {
    margin-bottom: 18px;
}

.widget li a {
    color: #ff8d1e;
}

.widget li a:hover {
    color: #4b92dc;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}

.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}

.widget-title.text-center span, .widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.widget .badge {
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #fff;
}

ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}

ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}

ul.social-footer2 li a:hover {
    background-color: #ff8d1e;
}

ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

.btn {
    background-color: #ff8d1e;
    color: #fff;
}

.btn:hover, .btn:focus, .btn.active {
    background: #4b92dc;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;

}

.terms {
    display: flex;
    position: fixed;
    gap: 20px;
    font-size: 14px;
    text-align: center;
}

.arablisw {
    display: none;
}

.rezpopw {
    position: fixed;
    top: 0;
    z-index: 111;
    background: #fffffff7;
    width: 100%;
    text-align: center;
    height: 100%;
}

.bomboxsconte {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bomboxs {
    max-width: 170px;
    margin: 15px;
    border: 1px solid #b5b5b5;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 20px;
}

.bomboxs img {
    width: 100%;
}

.blges {
    color: #000;
    font-size: 13px;
}

.blgesbtn {
    background: #000;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
}

.bomboxs:hover {
    border-color: red;
}

.bomboxs:hover .blgesbtn {
    background: red;
    cursor: pointer;
}

.cikar {
    display: none;
}

.popgeribrn {
    width: 300px;
    margin: auto;
    /* background: #000; */
    color: #000;
    /* padding: 10px; */
    cursor: pointer;
    margin-top: 10px;
}

.popresyaz {
    width: 300px;
    margin: auto;
    border-radius: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
}

.rezpopw {
    display: none;
}

.blgesbtn.cikar {
    background: red;
}

.popresyaz:hover {
    background: red;
}

.blgesfiyat {
    font-size: 23px;
    color: green;
}

.new_footer_top .footer_bg {


    margin-top: -200px;
    background: url("/uploads/footer_bg.webp") no-repeat scroll center 0;
    width: 100%;
    height: 40%;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("/uploads/sprintergif2.gif") no-repeat center center;
    width: 330px;
    height: 130px;
    background-size: 90%;
    position: absolute;
    margin-top: 130px;
    -webkit-animation: myfirst 15s linear infinite;
    animation: myfirst 15s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("/uploads/vito-gif.gif") no-repeat center center;
    width: 330px;
    height: 100px;
    background-size: 90%;
    margin-top: 190px;
    position: absolute;
    -webkit-animation: myfirst 25s linear infinite;
    animation: myfirst 25s linear infinite;
}



@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FFFFFF;
    opacity: 1;
}

.ctrl {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    width: 145px;
}

.ctrl__counter {
    position: relative;
    align-items: center;
    height: 70px;
    margin-top: -30px;
    color: #333C48;
    text-align: center;
    overflow: hidden;
}

.ctrl__counter.is-input .ctrl__counter-num {
    visability: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
}

.ctrl__counter.is-input .ctrl__counter-input {
    visability: visible;
    opacity: 1;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-input {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333C48;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    visability: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
}

.ctrl__counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 100px;
    visability: visible;
    opacity: 1;
    transition: opacity 1000ms ease-in;
}

.ctrl__counter-num.is-increment-hide {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
    animation: increment-prev 100ms ease-in;
}

.ctrl__counter-num.is-increment-visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
    animation: increment-next 100ms ease-out;
}

.ctrl__counter-num.is-decrement-hide {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
    animation: decrement-prev 100ms ease-in;
}

.ctrl__counter-num.is-decrement-visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
    animation: decrement-next 100ms ease-out;
}

.ctrl__button {
    width: 100px;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    color: red;
    cursor: pointer;
    transition: background-color 100ms ease-in;
}

.ctrl__button:hover {

    transition: background-color 100ms ease-in;
}

.ctrl__button:active {
    background-color: #778996;
    transition: background-color 100ms ease-in;
}

.ctrl__button--decrement {
    border-radius: 5px 0 0 5px;
}

.ctrl__button--increment {
    border-radius: 0 5px 5px 0;
}

@-webkit-keyframes decrement-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes decrement-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes decrement-next {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@keyframes decrement-next {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
}

@-webkit-keyframes increment-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes increment-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes increment-next {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
}

@keyframes increment-next {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
}

.nav {
    width: 100%;
    display: flex;
    align-items: center;
}

.nav > .nav-header {
    flex: 0.95;
    margin: 10px 20px 30px 10px;
    padding-right: 7rem;
}

.nav > .nav-header > .nav-title {
    font-size: 22px;
    color: #fff;
}

.nav > .nav-list {
    display: flex;
    gap: 2rem;
}

.nav > .nav-list > li {
    list-style-type: none;
}

.nav > .nav-list > li a {
    text-decoration: none;
    color: #efefef;
    cursor: pointer;
}

.nav > #nav-check {
    display: none;
}

@media (max-width: 480px) {
    .nav {
        padding: 1rem;
    }

    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 0.2rem;
    }

    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .nav > .nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        background-color: #1A237E;
        height: 0;
        transition: all 0.3s ease-in;
        top: 40px;
        left: 0;
        overflow: hidden;
    }

    .nav > .nav-list > li {
        width: 100%;
        margin-top: 1.5rem;
    }

    .nav > #nav-check:checked ~ .nav-list {
        height: calc(100vh - 50px);
    }
}

.radio-list {

    padding: 20px 0;
    margin-left: 15px;
    list-style: none;

}

.radio-button {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    padding-left: 32px;
    margin: 0 5px 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.radio-button input[type=radio] {
    margin: auto;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-button label {
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    display: block;
}

.radio-button label:before,
.radio-button label:after {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #111;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 5px;
}

.radio-button label:after {
    background: #e28800;
    border: none;
    transform: scale(0);
    z-index: -1;
    transition: transform 0.3s ease 0s, box-shadow 0.5s;
}

.radio-button input[type=radio]:checked + label:after {
    transform: scale(0.5);
    box-shadow: 0 0 0 20px rgba(234, 140, 0, 0.18);
}

@media only screen and (max-width: 479px) {
    .radio-list {
        text-align: left;
    }
}

.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.nav {
    width: 100%;
    display: flex;
    align-items: center;
}

.nav > .nav-header {
    flex: 0.95;
    margin: 10px 20px 30px 10px;
    padding-right: 7rem;
}

.nav > .nav-header > .nav-title {
    font-size: 22px;
    color: #fff;
}

.nav > .nav-list {
    display: flex;
    gap: 2rem;
}

.nav > .nav-list > li {
    list-style-type: none;
}

.nav > .nav-list > li a {
    text-decoration: none;
    color: #efefef;
    cursor: pointer;
}

.nav > #nav-check {
    display: none;
}

@media (max-width: 480px) {
    .nav {
        padding: 1rem;
    }

    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 0.2rem;
    }

    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #fff;
    }

    .nav > .nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        background-color: #1A237E;
        height: 0;
        transition: all 0.3s ease-in;
        top: 40px;
        left: 0;
        overflow: hidden;
    }

    .nav > .nav-list > li {
        width: 100%;
        margin-top: 1.5rem;
    }

    .nav > #nav-check:checked ~ .nav-list {
        height: calc(100vh - 50px);
    }
}

.radio-list {

    padding: 20px 0;
    margin-left: 15px;
    list-style: none;

}

.radio-button {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    padding-left: 32px;
    margin: 0 5px 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.radio-button input[type=radio] {
    margin: auto;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-button label {
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    display: block;
}

.radio-button label:before,
.radio-button label:after {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #111;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 5px;
}

.radio-button label:after {
    background: #e28800;
    border: none;
    transform: scale(0);
    z-index: -1;
    transition: transform 0.3s ease 0s, box-shadow 0.5s;
}

.radio-button input[type=radio]:checked + label:after {
    transform: scale(0.5);
    box-shadow: 0 0 0 20px rgba(234, 140, 0, 0.18);
}

@media only screen and (max-width: 479px) {
    .radio-list {
        text-align: left;
    }
}

#kutu {
    display: none;
}

#kutu2 {
    display: none;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

body > .skiptranslate {
    display: none;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 17px;
    width: 17px;
    transition: all 0.15s ease-out 0s;
    background: red;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.3rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #00b300;
}

.option-input:checked::before {
    width: 17px;
    height: 17px;
    display: flex;
    content: '\f00c';
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.questions {
    text-align: center;
}

.questions__headline {
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
}

.questions__form {
    max-width: 800rem;
    margin: 0 auto;
}

.questions .form__tab {
    display: none;
}

.questions .form__tab.active {
    display: block;
}

.questions .form__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media screen and (min-width: 992px) {
    .questions .form__group {
        flex-direction: row;
    }
}

.questions .form__group--full {
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .questions .form__group--full {
        flex-direction: column;
    }
}

.questions .form__title {
    margin-bottom: 3rem;
    padding: 0 3rem;
    font-size: 3.2rem;
}

.questions .form__input {
    position: absolute;
    opacity: 0;
}

.questions .form__label {
    align-items: start;
    background-color: #f7f7f7;
    border-radius: 15px;
    border: 2px solid #006ec8;
    cursor: pointer;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 25% 75%;
    grid-template-rows: 40px 40px;
    justify-content: start;
    padding: 0px 20px;
    position: relative;
    text-align: left;
    width: 100%;
    height: 70px;
    max-width: 35rem;
    transition: all 0.2s ease;
}

.questions .form__label--simple {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    color: #12395b;
}

.questions .form__label:hover {
    background: rgba(8, 107, 148, 0.1);
}

.questions .form__label:has(input:checked) {
    border: 2px solid #00b300;
    background-color: #E0FFEA;
}

.questions .form__label:has(input:checked) .form__label-check {
    display: block;
}

.questions .form__label:has(input:focus) {
    outline: 2px ridge rgba(0, 110, 200, 0.4);
}

.questions .form__label-img {
    grid-column: 1;
    grid-row: 1/3;
    width: 50px;
}

.questions .form__label-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    /* 175% */
}

.questions .form__label-text {
    font-size: 11px;
    font-style: normal;
    font-weight: 325;
    line-height: 10px;
    /* 142.857% */
}

.questions .form__label-check {
    color: #00b300;
    fill: #00b300;
    stroke-opacity: 1;
    stroke: #f7f7f7;
    background: #f7f7f7;
    border-radius: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    right: 15px;
    width: 20px;
    height: 20px;

}

.questions .form__prev > svg {
    transform: rotate(180deg);
}

.questions .form__prev, .questions .form__next {
    width: 100%;
    max-width: 35rem;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 2rem;
}

:root {
    --carColor: #032880;
}

@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }
    to {
        left: -80px;
        opacity: 0;
    }
}

@keyframes dots {
    from {
        width: 0px;
    }
    to {
        width: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.fadeIn,
.loading-window {
    animation: fadeIn 0.4s both;
}

.loading-window {
    color: var(--carColor);
    height: 200px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 99;
}

.loading-window .text {
    font-size: 16px;
    position: absolute;
    width: auto;
    top: 75%;
    left: 35%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
}

.loading-window .dots {
    display: inline-block;
    width: 5px;
    overflow: hidden;
    vertical-align: bottom;
    animation: dots 1.5s linear infinite;
    transition: 1;
}

.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 92px;
    top: 70px;
}

.car .strike {
    position: absolute;
    width: 11px;
    height: 1px;
    background: var(--carColor);
    animation: strikes 0.8s linear infinite;
}

.car .strike2 {
    top: 11px;
    animation-delay: 0.08s;
}

.car .strike3 {
    top: 22px;
    animation-delay: 0.3s;
}

.car .strike4 {
    top: 33px;
    animation-delay: 0.15s;
}

.car .strike5 {
    top: 44px;
    animation-delay: 0.7s;
}

.car-detail {
    position: absolute;
    display: block;
    border-radius: 5px 0 0 2px;
    background: var(--carColor);
    animation: speed 0.5s linear infinite;
}

.car-detail.back {
    height: 20px;
    width: 92px;
    top: 15px;
    left: 0px;
}

.car-detail.center {
    height: 35px;
    width: 81px;
    left: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 45px 40px;
    border: 4px solid var(--carColor);
    background: none;
    box-sizing: border-box;
}

.car-detail.center1 {
    height: 35px;
    width: 35px;
    left: 12px;
    border-top-left-radius: 30px;
}

.car-detail.front {
    height: 20px;
    width: 50px;
    top: 15px;
    left: 67px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 3px;
}

.car-detail.wheel {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 20px;
    left: 12px;
    border: 3px solid #d0b60b;
    background: linear-gradient(
            45deg,
            transparent 45%,
            var(--carColor) 46%,
            var(--carColor) 54%,
            transparent 55%
    ),
    linear-gradient(
            -45deg,
            transparent 45%,
            var(--carColor) 46%,
            var(--carColor) 54%,
            transparent 55%
    ),
    linear-gradient(
            90deg,
            transparent 45%,
            var(--carColor) 46%,
            var(--carColor) 54%,
            transparent 55%
    ),
    linear-gradient(
            0deg,
            transparent 45%,
            var(--carColor) 46%,
            var(--carColor) 54%,
            transparent 55%
    ),
    radial-gradient(
            var(--carColor) 29%,
            transparent 30%,
            transparent 50%,
            var(--carColor) 51%
    ),
    #333;
    animation-name: spin;
}

.car-detail.wheel2 {
    left: 82px;
}

.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background-color: #25D366;
    border-radius: 25px 30px;
    z-index: 100;
    font-size: 15px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    transition: all 0.3s ease-out;
}

.float-button:hover {
    background-color: #128C7E;
    color: #fff;
}


@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}

@media screen and (max-width: 545px) {


    .float-button {
        bottom: 15px;
        right: 15px;
        border-radius: 20px 20px 5px 20px;
    }
}

.pac-icon {
    background-image: url('/images/pag.svg') !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px 18px;
}

.pac-item-query {
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

:root {
    --white: #fff;
    --background: #eee;
    --color1: #fff;
    --color2: #222f3e;
}

.ribbon {
    color: var(--white);
    background: var(--background);
}

.ribbon:before {
    content: "";
    background: linear-gradient(to top left, transparent 49%, var(--color2) 50%);
    position: absolute;
    top: 70px;
    right: -15px;
}

.ribbon h3 {
    background: var(--color1);
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
    width: calc(40%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
    margin: 15px 0 0 35px;
}

.ribbon.red {
    --color1: #ff6b6b;
}

.ribbon.red:before {
    --color2: #ee5253;
}

.ribbon.purple {
    --color1: #5f27cd;
}

.ribbon.purple:before {
    --color2: #341f97;
}

.ribbon.blue {
    --color1: #25CCF7;
}

.ribbon.blue:before {
    --color2: #1B9CFC;
}

@media screen and (max-width: 990px) {

    .ribbon h3 {
        width: calc(45%);
    }
}

.action-btn {

    border: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;

    color: white;
    border-radius: 0.15em;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    display: block;
}


.action-btn:focus {
    outline: 0.05em dashed #ff6600;
    outline-offset: 0.05em;
}

.action-btn::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);
    border: 0.15em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    animation: button-anim 0.7s linear infinite;
    opacity: 0;
}

@keyframes button-anim {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.action-btn.loading {
    color: transparent;
}

.action-btn.loading::after {
    opacity: 1;
}

.link {
    color: #13aa52;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.link:focus,
.link:hover {
    color: #087c39;
    animation: animate .4s linear 1;
}

@keyframes animate {
    30% {
        transform: translate3d(0, -5px, 0) rotate(5deg);
    }
    50% {
        transform: translate3d(0, -3px, 0) rotate(-4deg);
    }
    80% {
        transform: translate3d(0, 0, 0) rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.custom-select {
    background: none;
    border: none;
}