/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html {
  scroll-behavior: smooth;
}

body,
p,
span,
a,
li,
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

p {
    margin: 0;
}

.content {
    max-width: 1240px;
    padding-left: 32px;
    padding-right: 32px;
    margin: auto;
}

.text_content {
    max-width: 800px;
    padding-left: 32px;
    padding-right: 32px;
    margin: auto;
}

.map_container .page_title {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;

    margin-top: -133px;
    z-index: 1;
    position: relative;
    padding-bottom: 16px;
}

.map_container .page_title h2 {
    font-size: 64px;
    font-weight: 800;
    color: #ffffff;
}

.map_container .page_title a {
    padding-left: 8px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    width: max-content;
}

.title {
    padding-bottom: 24px;
}

.title:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #CF1020;
    display: block;
    margin-top: 6px;
    margin-left: 2px;
}

.custom_navbar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #ffffff50;
    backdrop-filter: blur(10px);
    /* background-image: linear-gradient(to bottom, #ffffff60, transparent); */
}

.custom_navbar .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1240px;
    padding: 12px 24px;
}

.custom_navbar .wrapper .logo {
    height: 40px;
}

.custom_navbar .wrapper > .menu {
    flex-grow: 1;
    justify-content: end;
    display: flex;
    gap: 16px;
    font-weight: 700;
}

.custom_navbar .wrapper > .menu a {
    color: #313131;
    padding: 2px 12px 0;
    border-bottom: 2px solid transparent;
    transition: all .25s;
}

.custom_navbar .wrapper > .menu a:hover {
    border-color: #CF1020;
}

.main_content .hero-banner {
    background-size: cover; 
    height: 100vh;
    position: relative;
}

.main_content .hero-banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000030;
    position: absolute;
    top: 0;
    left: 0;
}

.main_content .hero-banner .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    z-index: 10;
}

.main_content .hero-banner .content h2 {
    color: #ffffff;
    font-weight: 800;
    padding-bottom: 12px;
}

.main_content .hero-banner .content p {
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 24px;
}

.main_content .hero-banner .content a {
    color: #ffffff;
    background-color: #CF1020;
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 700;
}

.main_content .hero-banner .scroll_down {
    display: block;
    text-align: center;
    bottom: 100px;
    position: absolute;
    left: 0;
    font-size: 32px;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    animation: scroll-down 2s infinite;
    transform: translateY(-50%);
    z-index: 10;
}

#aboutGWM {
    scroll-margin-top: 64px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#aboutGWM .desc p {
    padding-bottom: 8px;
}

#aboutGWM .desc .model {
    padding-left: 8px;
    padding-bottom: 8px;
}

#aboutGWM .desc .model a {
    display: block;
    color: #CF1020;
    margin-bottom: 4px;
}

#aboutGWM .desc .model a:hover {
    padding-left: 4px;
}

#aboutGWM .desc .model a span {
    font-weight: 500;
}

#aboutMe {
    padding-top: 40px;
    padding-bottom: 40px;
}

#aboutMe > div {
    display: flex;
    gap: 32px;
}

#aboutMe > div > .img {
    width: 40%;
}

#aboutMe > div > img {
    width: 100%;
    height: auto;
}

#aboutMe > div > .desc {
    padding-top: 8px;
    width: 60%;
}

#aboutMe > div > .desc p {
    padding-bottom: 8px;
}

#aboutMe > div > .desc p a {
    color: #CF1020;
    font-weight: 500;
}

#aboutMe > div > .desc .contact {
    display: flex;
    gap: 12px;
    padding-top: 8px;
}

#aboutMe > div > .desc .contact a {
    color: #313131;
}

#aboutMe > div > .desc .contact a i {
    font-size: 24px;
}

.map_container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    margin-top: 64px;
    position: relative;
}

.map_container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #00000080, transparent);
}

.map_container iframe {
    width: 100%;
    height: 500px;
}

.contact {
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 500;
}

.contact > div {
    padding-bottom: 24px;
}

.contact h4 {
    padding-bottom: 8px;
}

.contact p {
    padding-bottom: 8px;
}

.contact a {
    color: #313131;
}

.contact .direction {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 600;
}

.contact .direction .google i {
    font-size: 20px;
}

.contact .direction a i {
    font-size: 24px;
}

.contact > .details > a {
    display: flex;
    padding-bottom: 8px;
    align-items: center;
    gap: 8px;
    width: max-content;
}

.banner_container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    margin-top: 64px;
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center;
}

.banner_container .page_title {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;

    /* margin-top: -133px;
    z-index: 1;
    position: relative;
    padding-bottom: 16px; */
}

.banner_container .page_title h2 {
    font-size: 64px;
    font-weight: 800;
    color: #ffffff;
}

.banner_container .page_title a {
    padding-left: 8px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    width: max-content;
}

.models_container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tabs_container .tabs {
    display: flex;
    border-bottom: 3px solid #dddddd;
}

.tabs_container .tabs .tab {
    font-weight: 600;
    font-size: 20px;
    padding: 8px 16px;
    margin: 0 12px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    transition: all .25s;
}

.tabs_container .tabs .tab.active {
    border-color: #CF1020;
}

.models_container .models {
    padding-top: 16px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.models_container .models .model {
    /* width: 33%; */
    text-decoration: none;
    border-radius: 12px;
    transition: all .25s;
}

.models_container .models .model:hover {
    background-color: #f4f4f4;
}

.models_container .models p {
    font-size: 18px;
    color: #323232;
    font-weight: 600;
}

#model_page .model_banner_container {
    height: 100vh;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

#model_page .model_banner_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #00000080 10%, transparent);
}

#model_page .model_banner_container .page_title {
    text-align: center;
    width: 100%;
    padding-top: 100px;
    position: relative;
}

#model_page .model_banner_container .page_title h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

#model_page .model_banner_container .page_title p {
    color: #ffffff90;
    padding-bottom: 24px;
}

#model_page .model_banner_container .page_title a {
    color: #ffffff;
    background-color: #CF1020;
    border-radius: 4px;
    padding: 12px 16px;
    font-weight: 700;
}

#model_page .colors {
    height: 100vh;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-top: 100px;
    position: relative;
}

#model_page .colors .color_bar {
    max-width: 1240px;
    padding-left: 32px;
    padding-right: 32px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

#model_page .colors .color_bar .color p {
    padding: 3px 12px;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

#model_page .colors .color_bar .color:not(.active) p {
    background-color: transparent !important;
    opacity: 80%;
}

#model_page .colors .color_bar .color p:hover {
    opacity: 100%;
}

#model_page .colors .color_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#model_page .colors .cars {
    padding-top: 40px;
}

#model_page .colors .cars .car {
    display: none;
    text-align: center;
}

#model_page .colors .cars .car img {
    width: 75vw;
    min-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#model_page .colors a {
    position: absolute;
    bottom: 80px;
    display: block;
    width: max-content;
    margin: auto;
    padding: 3px 24px;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 700;
}

#model_page .pdf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 60px 32px;
}

#model_page .pdf a {
    font-size: 24px;
    font-weight: 700;
    background-color: #97a7bf;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 8px 32px;
    color: #ffffff;
}

#model_page .video-hero {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

#model_page .video-hero video {
    width: 100%;
}



@keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-0);
    }
    30% {
        opacity: 1;
    }
    60% {
        opacity: 1;
        transform: translateY(16px);
    }
    100% {
        opacity: 0;
        transform: translateY(24px);
    }
}