/*!
Theme Name: jskmotors
Theme URI: https://jskmotors.com/
Author: Fred Sebowa
Author URI: http://fredsebowa.com/
Description: Custom website theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jskmotors.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.site {
    overflow-x: hidden;
}

img,
svg {
    width: 100%
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: 0.5s;
}

p {
    font-size: 16px;
    font-weight: 600;
}

ul li {
    list-style: none;
}

.container {
    margin: 0 50px;
}

/* 
    Coming Soon
*/


.page-template-coming-soon-page {
    overflow: hidden;
}

.coming-soon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90vh;
    overflow: hidden;
}

.coming-soon .logo {
    width: 200px;
}

.coming-soon .tyre-graphic {
    position: relative;
    width: 600px;
}

.coming-soon .tyre-graphic.left {
    top: 175px;
}

.coming-soon .tyre-graphic.right {
    bottom: 175px;
}

.coming-soon h1 {
    color: #202020;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}


/* 404 Error page */

.tyre-graphic {
    width: 450px;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row.row-c {
    justify-content: center;
}

.row.row-as {
    align-items: flex-start;
}

.btn {
    color: #FFFFFF;
    background: #ED1C24;
    border-radius: 10px;
    padding: 10px 50px;
    font-size: 13px;
}

.btn.red-btn {
    background: #ED1C24;
}

.btn.black-btn {
    background: #1D1D1D;
}

.error-num {
    position: relative;
}

.error-num h2 {
    color: #1E1E1E;
    font-weight: 800;
    position: absolute;
    font-size: 35px;
    top: 30px;
    width: 100%;
    text-align: center;
}

.error-num h1 {
    color: #ED1C24;
    font-size: 300px;
    font-weight: 800;
}

.error-num .tyre-graphic {
    width: 740px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-page .content{
    text-align: center;
}

.content.redirect {
    margin-top: -80px;
}

.error-page .content p {
    color: #000;
}

.error-btns.row {
    margin-top: 20px;
    gap: 30px;
}

/* 
    FOOTER
*/

footer .main-content{
    margin-top: 100px;
    position: relative;
    padding: 50px 0;
    background: #FFFFFF;
    overflow: hidden;
}

footer .tyre-graphic {
    position: absolute;
}

footer .tyre-graphic.top {
    top: -110px;
    left: 0;
}

footer .tyre-graphic.bottom {
    bottom: -225px;
    right: 0;
}

footer .logo {
    width: 140px;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer .container.row {
    gap: 150px;
}

.site-map.row {
    gap: 70px;
}

footer h3 {
    color: #1E1E1E;
    font-weight: 800;
    font-size: 18px;
}

footer ul li {
    font-size: 14px;
    color: #1E1E1E;
    font-weight: 400;
    padding-top: 10px;
}

footer ul li a:hover {
    text-decoration: underline;
}

.copyright-section {
    background: #ED1C24;
    padding: 30px 0;
}

.copyright-section p {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
}