@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Share+Tech&display=swap');
:root {
  --bg-color: #000;
  --font-standard: "Open Sans", sans-serif;
  --font-special: "Exo 2", serif;
  --link-color: #1456ff;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase!important;
    /*font-weight: 600!important;*/
}
.service_list_name {
    font-family: var(--font-special);
    text-transform: uppercase;
}
.cta {
    transition: ease 200ms;
    color: #fff;
}
.cta:hover {
    background: var(--bg-color);
    border: 2px solid var(--bg-color);
    filter: brightness(.95);
}

.alt_cta {
    border: 2px solid #efefef;
    background: #efefef;
}
.btn {
    border-radius: 0;
    padding: 10px 40px;
}
nav a {
    padding: 10px 20px;
    border-radius: 0;
}
.alt_cta:hover {
    filter: brightness(.95);
}
hero form input {
    border: 1px solid #d1d4da;
    background: #f5f8ff;
}
.mmi {
    border: none;
    padding:0;
}
.mmi span {
    width: 32px;
    background: #000;
}
.mmi span:first-child:before {
    top: -9px;
    background: #000;
    width: 40%;
}
.mmi span:first-child:after {
    bottom: -9px;
    background: #000;
    width: 130%;
}
.home hero section:last-child, .smart-car-conversions hero section:last-child {
    flex: 1;
    max-width: 100%;
}
.home hero container section:first-child, .smart-car-conversions hero container section:first-child {
    padding: 15px;
    width: 100%;
    max-width: 100%;
    flex: 1;
    align-self: center;
}
.services h2 {
    display: none;
}
.home hero, .smart-car-conversions hero {
    padding: 60px 0;
}
hero h1 {
    width: 1200px;
    font-size: 60px;
    line-height: 74px;
}
p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: justify;
}
.accordion-content {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: justify;
}
.reviews {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
.review_loop .review {
    margin: 10px 0 25px;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 2px;
    text-align: justify;
}
strong {
    background: #f9e4d48a;
}
.service_list_link {
    display: none!important;
}
.step p {
    text-align: left;
}
hero p {
    margin-top: 35px;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 41px;
    text-align: justify;
}
.home hero p {
    display: none;
}
text_carousel span {
    text-transform: uppercase;
}
.home hero section:last-child, .farmers-market hero section:last-child {
    display: none;
}
.copyright span {
    text-align: justify;
    display: block;
    letter-spacing: 2px;
    font-size: 13px;
}
li {
    font-size:14px;
    letter-spacing: 2px;
}
.image-gallery .grid-container {
    gap: 4px;
    border-radius: 0;
    overflow: hidden;
}
.popular_services_list {
    gap: 60px;
}
.packages .item {
    box-shadow: 0 0 200px 128px #00000011;
}
.alt_cta {
    padding: 10px 15px!important;
}
input {
    border-radius: 0!important;
}
hero container section:last-child {
    display: none;
}
hero container section:first-child {
    width: 100%;
    flex: 1;
}
@media(min-width: 900px) {
    .logo_section {
        z-index: 1;
        width: fit-content;
    }
    .header_flex {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .rightflex {
        align-items: center;
        gap: 10px;
    }
    header .cta {
        margin-right: 10px;
    }
    .header_right_section {
        width: 100%;
    }
    .header_flex {
        padding-top: 0!important;
    }
    header .logo_section {
        margin-bottom: -100px;
        padding: 28px 40px 56px;
        background: #ffffff;
        clip-path: polygon(100% 0, 100% 68%, 50% 100%, 0 68%, 0 0);
    }
    .custom_header {
        box-shadow: 0 0 30px 31px #00000022;
    }
}
@media(max-width: 1120px) {
    .contact-item, header .alt_cta {
        display: none;
    }
}
/*for global*/
.packages grid {
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.packages ul {
    padding: 0 0 0 18px;
}
.packages .item {
    border: 1px solid #ccc;
    padding: 27px;
    border-radius: 20px;
}
/*end for global*/
@media(max-width: 900px){
    .packages grid {
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    text_carousel span {
        font-size: 29px!important;
        line-height: 37px!important;
    }
}
/**/
@media(max-width: 900px) {
    hero h1 {
        font-size: 38px;
        line-height: 48px;
    }
}