@font-face {
    font-family: "Avant Garde";
    src: url("Fonts/AvantGardeBold.ttf");
    src: local("Fonts/AvantGardeBold.ttf");
    src: url("Fonts/AvantGardeBold.ttf") format("svg");
    src: url("Fonts/AvantGardeBold.ttf") format("opentype");
}

@font-face {
    font-family: "Avant Garde";
    src: url("Fonts/AvantGardeBold.ttf") format("ttf");
    src: url("Fonts/AvantGardeBook.ttf") format("ttf");
}

@font-face {
    font-family: "Poppins";
    src: url("Fonts/Poppins-Regular.ttf") format("ttf");
}

::placeholder {
    font-weight: 600;
    font-size: 14px;
}

.main-header .top-part .top-section {
    background: #222222;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    line-height: 50px;
    color: #ccc;
}

.main-header .top-part .top-section .col-lg-4 {
    display: flex;
    justify-content: center;
}

.main-header .top-part .top-section .for-after {
    position: relative;
}


.main-header .top-part .top-section .for-after:after {
    content: "|";
    position: absolute;
    left: -10px;
    top: 0%;
    bottom: 0%;
    color: rgba(255, 255, 255, 0.3);
}

.main-header .top-part .top-section .text {
    font-size: 12px;
}

.main-header .top-part .top-section .text span {
    font-weight: 600;
    color: #fff;
}

.main-header .top-part .top-section .text span:hover {
    color: red;
    cursor: pointer;
}

.main-header .top-part .top-section .location i {
    color: red;
}

.main-header .top-part .top-section .location span a {
    margin-left: 3px;
    color: #fff;

    cursor: pointer;
}

.main-header .top-part .top-section .location span a:hover {
    color: red;
}

.main-header .top-part .top-section .account i {
    color: red;
}

.main-header .top-part .top-section .account span a {
    margin-left: 3px;
    color: #fff;

    cursor: pointer;
}

.main-header .top-part .top-section .account span a:hover {
    color: red;
}

.main-header .top-part .image {
    width: 100%;
    padding: 15px 0px 22px;
}

.main-header .top-part .image img {
    width: 66%;
}

.index-section{
    background-image: url(../images/template/all_autos.png);
    background-size: contain;
    background-repeat: repeat;
}

.index-section .search .image_parent {
    width: calc(100% - 650px);
    margin: auto;
}

@media (max-width: 1200px) {
    .index-section .search .image_parent {
        width: calc(100% - 450px);
        margin: auto;
    }
}

.sub_text {
    text-align: center;
    width: 100%;
}

.red_text {
    color: red;
    text-align: center;
}

@media (max-width: 991px) {
    .index-section .search .image_parent {
        width: calc(100% - 200px);
        margin: auto;
    }
}

@media (max-width: 768px) {
    .index-section .search .image_parent {
        width: calc(100% - 70px);
        margin: auto;
    }
}

.index-section .search .image_parent img {
    width: 100%;
}

.main-header .top-part .search {
    width: 100%;
    position: relative;
}

.main-header .top-part .search input {
    border: 1px solid #333;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    line-height: 44px;
    margin: 0;
    padding: 0 30px;
    outline: 0;
}

.main-header .top-part .search i {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.main-header .top-part .search i:hover {
    color: red;
}

.main-header .top-part .phone {
    color: #777;
    font-size: 17px;
    display: flex;
}

.main-header .top-part .phone .text span {
    margin: 0px 3px;
}

.main-header .top-part .phone .number a {
    text-decoration: none;
    color: unset;
}

.main-header .top-part .phone .number a:hover {
    color: #f02034;
}

.main-header .navbar {
    /*background: #071e40 !important;*/
    box-shadow: 0 -1px rgba(236, 203, 161, 0.25) inset;
    color: #eccba1;
    background: #000;
    padding: 0;
}

@media (max-width: 1500px) and (min-width: 992px) {
    .main-header .navbar .container-fluid {
        flex-direction: column!important;
        margin-top: 20px;
    }
}

.main-header .navbar .container-fluid {
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.navbar-collapse {
    width: unset;
}

.main-header .navbar .navbar-nav {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.bodyScroll {
    overflow: hidden;
}

.Header__LogoLink {
    position: relative;
    width: 200px;
    display: block;
    height: 53px;
}

@media (max-width: 991px) {
    .Header__Logo {
        margin: auto;
    }
}

.Header__LogoImage {
    position: absolute;
    left: 0;
    top: 0;
}

.main-header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.main-header .navbar .navbar-nav .parent_nav_link {
    margin-left: 16px;
}

.main-header .navbar .navbar-nav li a {
    font-family: "Avant Garde";
    line-height: 100%;
    height: 100%;
    padding: 30px 10px 30px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #eccba1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}

.menu-left-part .navbar-nav {
    width: 100%;
    height: 100%;
    background: black;
}

.menu-left-part .navbar-nav li a {
    line-height: 100%;
    padding: 25px 5px 25px 15px;
    vertical-align: baseline;
    width: auto;
    color: #eccba1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    width: calc(100% - 40px);
    margin: auto;
    font-weight: 400;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.menu-left-part .nav-item {
    border-bottom: solid 1px #eccba14f;
    width: 90%;
    margin: auto;
}

.menu-left-part .toggle-icon {
    font-size: 23px;
}

.all-menu {
    overflow-y: scroll;
}

.all-menu::-webkit-scrollbar {
    display: none;
}

.all-menu .nav-item {

}

#navbarTogglerDemo03 .nav-item .dropdown .nav-link {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}

#navbarTogglerDemo03 .nav-item .dropdown .nav-link i {
    transition: 0.3s;
}

#navbarTogglerDemo03 .nav-item .dropdown .nav-link:hover i {
    transform: translateX(5px);
}

#navbarTogglerDemo03 .nav-item .dropdown {
    display: none;
}

#navbarTogglerDemo03 .nav-item1 .dropdown1 {
    display: none;
    right: -201px;
    top: 0 !important;
    position: absolute !important;
}

#navbarTogglerDemo03 .nav-item {
    position: relative;
}

#navbarTogglerDemo03 .nav-item1 {
    position: relative;
}

.sub_child .parent_nav_link {
    margin-left: 0 !important;
}

#navbarTogglerDemo03 .nav-item:hover .dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 73px;
    padding: 0 0;
    min-width: 200px;
    max-width: 270px;
    width: -webkit-max-content;
    width: max-content;
    text-align: left;
    background: #000;
    border: 1px solid #25221d;
    border-top: none;
    transition: all .3s ease-in-out;
    border-top: solid 1px;
}

#navbarTogglerDemo03 .sub_child:hover .dropdown1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 73px;
    padding: 0 0;
    min-width: 200px;
    max-width: 270px;
    width: -webkit-max-content;
    width: max-content;
    text-align: left;
    background: #000;
    border: 1px solid #25221d;
    border-top: none;
    transition: all .3s ease-in-out;
    border-top: solid 1px;
}

.sub-category {
    padding-left: 25px;
}

.sub-category a {
    color: #f7e1c480 !important;
}

.sub-category a:hover {
    color: #f7e1c4 !important;
}

.menu-left-part .close {
    padding: 23px;
}

.menu-left-part .close i {
    color: #eccba1;
    font-size: 20px;
    cursor: pointer;
}

.main-header .hidden {
    display: none;
}

.main-header .Header__FlexItem {
    display: flex;
    gap: 30px;
}

.main-header .Header__FlexItem a {
    width: 20px;
    color: rgb(236, 203, 161);
}

.menu-left-part {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: black;
    transform: translateX(-100%); /* hidden by default */
    transition: transform 0.4s ease; /* your syntax was broken */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-left-part .bottom-part {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    border-top: solid 1px #ffffff66;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    background: black;

}

.menu-left-part .bottom-part i {
    color: #fff;
    font-size: 16px;
}

/* When active → slide in */
.menu-left-part.active {
    transform: translateX(0);
}

.PageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #363636;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.PageOverlay.is-visible {
    opacity: .5;
    visibility: visible;
}

@media (max-width: 991px) {
    #navbarTogglerDemo03 {
        display: none;
    }
}


.main-header .navbar .navbar-nav li a:hover {
    color: #FFFFFF;
}

@media (max-width: 700px) {
    .quarters .cards .row {
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .quarters .cards .row {
        gap: 20px;
    }
}

.index-section .search {
    width: 100%;
    justify-content: center;
}

.index-section .search input {
    border: 2px solid #808080ab;
    width: 100%;
    height: 50px;
    line-height: 44px;
    margin: 0;
    padding: 0 30px;
    outline: 0;
}

.index-section .search i {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.index-section .search i:hover {
    color: red;
}

.index-section .search input {
    width: 100%;
    outline: 0;
}

.index-section .search .button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #071e40;
    width: 100%;
    color: #fff;
    cursor: pointer;
    outline: 0;
    height: 50px;
    line-height: 44px;
    margin: 0;
    padding: 0 30px;
    border: 2px solid #808080ab;
}

.index-section .search .image {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.index-section .search .image img {
    height: 123px;
    width: 80%;
}

.index-section .search .image .for-background {
    position: absolute;
    width: 80%;
    height: 100%;
    background: #f1f2f2bf;
    top: 0;
}

.index-section .search .text {
    font-size: 18px;
    font-family: "Poppins";
}

.main-footer {
    width: 100%;
    background: black;
}

.links .title {
    font-size: 13px;
    color: #f7e1c4;
    zoom: 1.4 !important;
    font-weight: 700;
}

.links .social-pages {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 0;

}

.links .social-pages i {
    color: #fff;
}

.links .social-pages li {
    list-style-type: none;
}

.links input {
    -webkit-appearance: none;
    display: block;
    padding: 12px 14px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: transparent;
    color: #fff;
}

.links .services {
    display: flex;
    flex-direction: column;
}

.links .services a {
    text-decoration: none;
    color: #fff;
}

.links button {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    letter-spacing: .2em;
    font-family: Asul, serif;
    font-weight: 700;
    font-style: normal;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    background-color: #2b8cb4;
    margin-top: 20px;
}

.links input::placeholder {
    color: #fff;
}


.links .text {

}

.main-footer .container-fluid {
    padding: 80px;
}

.main-footer ul {
    padding-left: 1rem;
}

.main-footer .top-part {
    width: 100%;
    background: red;
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
}

.main-footer ul li {
    color: #ffffff85;
    line-height: 45px;
    transition: 0.5s;
}

.main-footer ul li:hover {
    margin-left: 5px;
}

.main-footer ul li:hover::marker {
    color: #C92034;
}

.main-footer ul li:hover span {
    color: #C92034;
}

.main-footer ul li span {
    color: #ccc;
}

.main-footer ul li span a {
    font-family: "Poppins";
    font-size: 12px;
    color: unset;
    text-decoration: none;
}

.main-footer .links p, .main-footer .locations p {
    font-family: "Avant Garde";
    color: #fff;
    font-size: 14px;
}

.main-footer .for-before {
    position: relative;
}

.main-footer .for-before:after {
    content: "";
    position: absolute;
    height: 108%;
    width: 1px;
    background-color: #ffffff26;
    top: -24px;
    left: 0;
}

.main-footer .quarters {
    color: #afacac;
}

.main-footer .quarters .texts .icon p {
    letter-spacing: 1px;
}

.main-footer .quarters .texts .phone {
    font-family: "Poppins";
    font-size: 13px;
}

.main-footer .quarters .texts .phone span {
    color: red;
    font-size: 21px;
}

.main-footer .quarters .texts .phone span a {
    transition: 0.5s;
}

.main-footer .quarters .texts .phone span a:hover {
    color: #555 !important;
}

.main-footer .quarters .cards {
    display: flex;
}

.main-footer .quarters .cards .image {
    width: 100%;
}

.main-footer .quarters .cards .image img {
    border-radius: 5px;
    width: 100%;
}

.main-footer .bottom-part {
    padding: 10px 0 10px;
    background: rgba(255, 255, 255, 0.4);
}

.main-footer .bottom-part .title {
    color: #ffffff;
    text-transform: uppercase;
}

.main-footer .bottom .text {
    background-color: transparent;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: "Poppins";
}

.web-links img {
    margin-right: 15px;
    width: 50%;
}

.product_description {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    font-family: "Poppins", "sans-serif";
}

.product_description h3 {
    font-size: 20px;
}

.product_description h3 strong {
    display: flex;
    justify-content: center;
}

.product_description h3 strong span {
    font-weight: 600;
    width: 300px;
    margin-left: 5px;
}

.product_description h3 strong span:first-child {
    text-align: right;
}

.image-view {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.container .thumbs #f1_container {

}

#f1_container {
    position: relative;
    margin: 10px auto;
    width: 250px;
    height: 190px;
    z-index: 1;
}

#f1_container {
    perspective: 1000px;
}

#f1_card {
    width: 100%;
    height: 100%;

    transform-style: preserve-3d;
    transition: all 0.7s linear;
}

#f1_container:hover #f1_card {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}


.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    /*color: white;*/
    text-align: center;
    /*background-color: #aaa;*/
}

.front.face {
    display: flex;
    justify-content: center;
    align-items: center;
}

#f1_container img {

    padding: 20px;
}

@media (max-width: 1200px) {
    .search input {
        padding: 0 23px !important;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        display: none;
    }
}

@media (max-width: 991px) {
    .bottom-part .image img {
        width: 100%;
    }

    .main-footer .for-before:after {
        height: 121%;
    }

    .for-display {
        display: none;
    }

    .main-footer .mt-4 {
        max-width: 100% !important;
        width: 100% !important;
    }

    .web-links img {
        width: 100%;
    }

    .search input {
        padding: 0 5px !important;
    }

    .index-section .search .image {
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav {
        background: #222;
        padding: 20px 0px 20px 0px;
        width: fit-content;
        margin: unset !important;
    }

    .navbar-dark .navbar-toggler {
        box-shadow: unset;
        outline: 0;
        color: unset;
        border-color: unset;
        border: none;
    }

    .navbar .container-fluid {
        display: unset;
    }

    .top-section .text, .top-section .locations, .top-section .account {
        font-size: 10px !important;
    }
}

@media (max-width: 768px) {
    .web-links img {
        width: 60%;
    }

    .for-none {
        display: none !important;
    }

    .sign {
        padding: 0 5px !important;
        margin-top: 10px !important;
    }

    .product_description h3 strong span {
        font-size: 16px;
        width: 200px
    }

    .product_description {
        margin: 0;
    }

    .video-block .image-view iframe {
        height: 200px;
    }

    .sign-up-form {
        flex-direction: column;
        align-items: center;
    }

    .sign-up-form div {
        margin: 5px 0 !important;
    }
}

@media (max-width: 600px) {
    .none {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .main-footer .for-before:after {
        display: none;
    }

    .main-footer .navbar-brand {
        display: none;
    }

    .col-lg-4 {
        line-height: 22px;
        align-items: center;
    }

    .main-header .top-part .phone {
        font-size: 15px;
    }

    .main-header .top-part .phone .text {
        display: flex;
    }

    .video-block .image-view iframe {
        height: 130px;
    }

    .product_description h3 strong span {
        width: 150px
    }
}

@media (max-width: 500px) {
    .main-footer .bottom-part .col-lg-3 {
        width: 100%;
    }

    .main-footer .bottom-part .col-lg-3 .image {
        width: 55%;
        margin: auto;
    }

    .main-footer .bottom-part .col-lg-8 {
        width: 100%;
    }

    .main-footer .bottom-part .col-lg-8 .text {
        text-align: center;
    }
}

/*# sourceMappingURL=main.css.map */
