@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: "Rubik", sans-serif
}

body {
    background-color: #f7f7f7
}

[class^=heading-] {
    font-weight: 600;
    text-transform: uppercase
}

.heading-3 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .06em
}

.bg-dark {
    background-color: #000 !important
}

.top-panel {
    font-size: 11px;
    text-align: end;
    color: #212529
}

.top-panel a {
    letter-spacing: .94px;
    text-decoration: none;
    color: #212529
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fixed-top {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown
}

#nav-top .navbar-custom .nav-item {
    letter-spacing: .94px;
    text-transform: uppercase;
    min-width: 120px;
    text-align: center;
    padding: 0;
    font-size: 14px
}

#nav-top .navbar-custom .nav-item .nav-link {
    color: #333;
    transition: all .3s
}

#nav-top .navbar-custom .nav-item .nav-link.active {
    color: #ffc000
}

#nav-top .navbar-custom .nav-item .nav-link:hover {
    color: #ffc000
}

#nav-top .navbar-border-bottom {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    display: block
}

.main-logo {
    left: 50%;
    top: 0;
    margin-left: -60px !important
}

.masthead {
    min-height: 700px;
    background-image: url("../img/car-mirror.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.masthead2 {
    color: #fff;
    height: 30vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.overlay {
    width: 100%;
    height: 30vh;
    min-height: 300px;
    background: rgba(0, 0, 0, .4)
}

.nav-tabs li {
    flex: 1;
    z-index: 1;
    position: relative
}

.nav-tabs li:first-child .nav-link {
    float: right
}

.nav-tabs li .nav-link {
    color: #fff;
    background-color: #212529;
    width: 50%;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-tabs li .nav-link.active {
    border-top: 3px solid red
}

.nav-tabs li .nav-link:hover {
    border-top: 3px solid red;
    background-color: #fff;
    color: #495057
}

.form-search .card {
    background-color: rgba(0, 0, 0, 70%);
    border-top: 3px solid #fff;
    /* border-top-right-radius: 0; */
    /* border-top-left-radius: 0 */
    border-radius: 10px;
}

#carousel-wrapper {
    position: relative
}

#carousel-wrapper .carousel-description {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    text-align: center
}

.form-check-input:checked {
    background-color: #ffc000;
    border-color: #ffc000
}

.form-check-input:focus {
    border-color: #ffc000;
    box-shadow: none
}

.form-control:focus {
    border-color: #ffc000;
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000
}

.btn-primary {
    background-color: #ffc000;
    border-color: #ffc000;
    letter-spacing: .94px;
    color: #212529
}

.btn-primary:hover {
    background-color: #212529;
    border-color: #212529;
    color: #ffc000
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #212529;
    border-color: #212529;
    box-shadow: none;
    color: #ffc000
}

.btn-primary:active:focus {
    box-shadow: none
}

#reviews .owl-carousel .owl-stage {
    display: flex
}

#reviews .card {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

#reviews .card .card-body {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.text-primary {
    color: #ffc000 !important
}

.bg-primary {
    background-color: #ffc000 !important
}

.bg-primary-dark {
    background-color: #212529 !important
}

.list-group-item {
    color: #fff;
    background-color: #212529
}

.list-group-item:hover {
    color: #fff;
    background-color: #ffc000
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.inner-addon {
    position: relative
}

.inner-addon .icon {
    position: absolute;
    padding: 10px;
    pointer-events: none
}

.left-addon .icon {
    left: 0px
}

.right-addon .icon {
    right: 0px
}

.left-addon input {
    padding-left: 30px
}

.right-addon input {
    padding-right: 30px
}

footer {
    font-size: 14px;
    color: #ddd;
    background: #212529
}

footer h5 {
    text-transform: uppercase;
    position: relative
}

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

footer ul.list-style-1 li {
    padding: 4px 0
}

footer ul.list-style-1 li a {
    text-decoration: none;
    color: #fff;
    transition: all .2s ease-in
}

footer ul.list-style-1 li a:hover {
    color: #ffc000
}

footer ul.social-icons {
    padding: 0;
    margin-top: 10px
}

footer ul.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px
}

footer ul.social-icons li a {
    color: #fff;
    text-decoration: none
}

footer ul.social-icons li a .fa-facebook {
    padding: 10px 14px;
    transition: .5s;
    background-color: #322f30
}

footer ul.social-icons li a .fa-facebook:hover {
    background-color: #3d5b99
}

footer ul.social-icons li a .fa-twitter {
    padding: 10px 12px;
    transition: .5s;
    background-color: #322f30
}

footer ul.social-icons li a .fa-twitter:hover {
    background-color: #00aced
}

ul.stepper {
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between
}

ul.stepper::before {
    content: "";
    width: 100%;
    height: 1px;
    top: 25%;
    z-index: 1;
    background-color: #c2c2c2;
    position: absolute
}

ul.stepper::after {
    content: "";
    width: 0px;
    height: 1px;
    top: 25%;
    z-index: 1;
    background-color: #ffc000;
    position: absolute
}

ul.stepper li.step {
    pointer-events: none;
    z-index: 999
}

ul.stepper li.step a {
    color: #fff;
    text-decoration: none
}

ul.stepper li.step a div {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #c2c2c2;
    background-color: #c2c2c2;
    font-size: 22px;
    line-height: 40px;
    border-radius: 25px
}

ul.stepper li.step a p {
    margin-top: 7px;
    color: #c2c2c2
}

ul.stepper li.step.active,
ul.stepper li.step.complete {
    pointer-events: auto
}

ul.stepper li.step.active a,
ul.stepper li.step.complete a {
    color: #fff
}

ul.stepper li.step.active a div,
ul.stepper li.step.complete a div {
    border: 1px solid #ffc000;
    background-color: #ffc000
}

ul.stepper li.step.active a p,
ul.stepper li.step.complete a p {
    color: #ffc000
}

.img_container {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-height: 230px
}

.img_container a:hover img {
    transform: scale(1.2)
}

.img_container img {
    transform: scale(1);
    transition: all .5s ease;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 230px;
    height: 230px;
    width: 100%
}

.card-tour-1 .card-title a {
    transition: .4s ease;
    text-decoration: none;
    color: #212529
}

.card-tour-1 .card-title a:hover {
    color: #ffc000
}

.card-tour-1 a.btn {
    color: #fff;
    text-decoration: none;
    transition: all .2s
}

.card-tour-1 .show-price {
    font-size: 1.2rem
}

.card-tour-1 .tour-name {
    text-transform: capitalize;
    min-height: 60px
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    color: #333;
    z-index: 9999;
    width: 40px;
    height: 40px;
    bottom: 15%;
    right: 34px;
    font-size: 25px;
    background-color: #ffc000;
    text-align: center;
    border-radius: 50%;
    display: none
}

.sp-selected-thumbnail {
    border: 4px solid #d6324d
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 10px
}

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box
}

.minus:hover {
    background-color: #ffc000 !important;
    color: #212529
}

.plus:hover {
    background-color: #ffc000 !important;
    color: #212529
}

span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

input {
    border: 0;
    width: 2%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input:disabled {
    background-color: #fff
}

.btn-secondary-2 {
    background-color: #212529;
    border-color: #212529;
    letter-spacing: .94px;
    color: #ffc000
}

.btn-secondary-2:hover {
    color: #ffc000
}

.btn-secondary-2:focus,
.btn-secondary-2:active {
    box-shadow: none;
    color: #ffc000
}

.btn-secondary-2:active:focus {
    box-shadow: none
}

.link-primary {
    color: #ffc000;
    transition: all .3s
}

.link-primary:hover {
    color: #212529
}

.link-secondary {
    color: #212529;
    transition: all .3s
}

.link-secondary:hover {
    color: #ffc000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fff3cd !important
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fff3cd !important;
    background-image: none !important
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #ffc000 !important
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #ffc000 !important;
    background-image: none !important
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #ffc000 !important;
    color: #fff !important
}

.overlay-effect-1 {
    padding: 2rem;
    transition: .5s ease;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(255, 192, 0, 0.6) 50%);
    transition: background-position .5s
}

.card:hover .overlay-effect-1 {
    background-position: 0 100%
}

.img-overlay {
    transform: scale(1);
    transition: all .5s ease;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 300px;
    height: 300px;
    width: 100%
}

p.text-short {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

p.text-short.line-2 {
    -webkit-line-clamp: 2
}

@media(max-width: 768px) {
    #blog-view img {
        width: 100%;
        height: auto;
        max-width: 100%
    }
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000
}

.pagination .page-item .page-link {
    background-color: #d9d9d9;
    border-radius: 0;
    color: #666276
}

ul.timeline {
    list-style-type: none;
    position: relative
}

ul.timeline:before {
    content: "";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 30px
}

ul.timeline>li:before {
    content: "";
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #96c120;
    left: 10px;
    width: 40px;
    height: 40px;
    color: #96c120;
    align-items: center;
    display: flex;
    z-index: 400;
    font-size: 1.7rem;
    justify-content: center;
    font-family: "Font Awesome 5 Free"
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #96c120
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg)
}

.accordion-button:focus {
    border-color: #96c120
}

.form-select:focus {
    border-color: #96c120
}

.card-price {
    bottom: 0;
    right: 0;
    width: auto;
    padding: .5rem;
    position: absolute;
    background-color: #96c120;
    color: #fff;
    font-weight: bold
}

.border-primary {
    border-color: #96c120 !important
}

.card-ribbon {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.ribbon {
    z-index: 99;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    pointer-events: none
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #740611
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #e01b2f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center
}

.ribbon-top-left {
    top: -10px;
    left: -10px
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0)
}

.ribbon-top-left::before {
    top: 0;
    right: 0
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg)
}

.ribbon-top-right {
    top: -10px;
    right: -10px
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0)
}

.ribbon-top-right::before {
    top: 0;
    left: 0
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg)
}

.ribbon-bottom-left {
    bottom: -10px;
    left: -10px
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0)
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg)
}

.ribbon-bottom-right {
    bottom: -10px;
    right: -10px
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0)
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg)
}

.bg-secondary {
    background-color: #212529 !important
}

.table-hover>tbody>tr:hover>* {
    color: #ffc000 !important
}

.preloader {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    bottom: 0;
    text-align: center
}

.preloader img {
    width: 64px;
    height: auto;
    left: calc(50% - 24px);
    position: absolute;
    bottom: 50%
}