/*
Theme Name: Skelton Cars
Theme URI: 
Author: WSS (UA)
Author URI: 
Description:
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0.0
Text Domain: skelton
*/
@font-face {
    font-family: MavenPro;
    src: url(fonts/MavenPro-Regular.otf);
}
@font-face {
    font-family: neo-latina;
    src: url(fonts/neo-latina-reg.otf);
}
.footer-menus a {
    text-transform: uppercase;
}
html{
    font-size: 7px;
}
body{
    font-size: 2.5rem;
    font-family: MavenPro;
}
:root{
    --dark-bg : #000;
}
.loading-logo{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dark-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10000;
}
.loading-logo img{
    max-width: 350px;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 8rem;
    height: 8rem;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 2.6rem;
        left: 2.6rem;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 2.6rem;
        left: 2.6rem;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 2.6rem;
        left: 2.6rem;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.loading-effect-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body{
    background-image: linear-gradient(#000 40% , #620502);
    color: #fff;
}
.homepage-banner{

}
.main-navigation li.current-menu-item a {
    color: #ff0000;
}
.site-header{
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    font-family: MavenPro;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.9rem;
    position: static;
    background-color: #000;
}
.home .site-header{
    position: absolute;
    background: transparent;
}
a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover{
    color: #ff0000;
}
img{
    max-width: 100%;
    height: auto;
}
.main-navigation{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}
.site-logo{
    text-align: center;
}
.right-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.right-buttons .social-icons{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    margin-left: 8rem;
}
.homepage-banner{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.homepage-banner .home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.site-logo img {
    max-width: 28rem;
}
.logo-stroke {
	stroke-width: 1px;
	stroke: #FFF;
	fill: none;
	-webkit-transition: 0.8s all ease-out;
	transition: 0.8s all ease-out;
	width: 100%;
    height: 100%;
}
.st0{
	fill: #fff;
}
.site-logo svg {
    max-width: 28rem;
}
svg:hover .logo-stroke, 
svg:focus .logo-stroke {
    -webkit-transition: 0.8s all ease-out;
    transition: 0.8s all ease-out;
    stroke-dasharray: 260;
    stroke-dashoffset: 500;
}
.home-banner-image {
    height: 100%;
}
.home-banner-menus ul{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.home-banner-menus{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6.5rem;
    background-color: rgba(94,94,94,0.52);
    font-size: 2.1rem;
    font-family: MavenPro;
    z-index: 33;
    padding: 0.5rem 2rem 0.9rem;
}
.home-banner-menus ul li {
    letter-spacing: 1.2rem;
    margin: 0 2.3rem;
    position: relative;
}
.home-banner-menus ul li:after {
    content: "";
    position: absolute;
    right: -2.3rem;
    top: 1rem;
    bottom: 0;
    background-color: #fff;
    width: 0.2rem;
    height: 1.6rem;
}
.home-banner-menus ul li:last-child:after{
    content: none;
}
.home-banner-menus ul li a{
    text-transform: uppercase;
}
.container-fluid {
    padding: 0 5.8rem;
}
.main-navigation li {
    letter-spacing: 0.9rem;
    margin-right: 8.5rem;
    position: relative;
}
.main-navigation li:after{
    content: "";
    position: absolute;
    right: -4rem;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 1px;
    height: 14px;
    margin: auto;
}
.main-navigation li:last-child:after{
    content: none;
}
.main-navigation li:last-child{
    margin-right: 0;
}
.main-navigation li a{
    text-transform: uppercase;
}
.right-buttons a{
    letter-spacing: 0.9rem;
}
.social-icons{

}
.social-icons a {
    font-size: 2.5rem;
}
.social-icons li {
    margin-left: 1.5rem;
}
.social-icons li:first-child{
    margin-left: 0;
}
/*@media(max-width: 1600px){
html {
font-size: 7px;
}
}*/
.banner-bg-image img{
    min-height: 400px;
    object-fit: cover;
    width: 100%;
}
.about-section{
    position: relative;
}
.about-section .section-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
}
.section-title h1{
    font-size: 10rem;
    text-align: center;
    letter-spacing: 1.3rem;
    font-family: neo-latina;
}
.section-about-images{

}
.section-about-images .the-section-image{
    padding: 2rem;
    position: relative;
}
.section-about-images .the-section-image img{
    width: 100%;
}
.section-about-images .col-md-custom{
    max-width: 23%;
}
.site-footer{
    background-image: url(images/footer-bg.png);
    background-size: cover;
    background-color: #000;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    margin-top: 36px;
}
.footer-menus{
    background-color: #383838;
    font-size: 2.1rem;
    font-family: MavenPro;
    padding: 0.5rem 2rem 0.9rem;
}
.footer-menus ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.footer-menus ul li {
    letter-spacing: 1.2rem;
    margin: 0 3rem;
    position: relative;
}
.footer-menus ul li:after {
    content: "";
    position: absolute;
    right: -2.3rem;
    top: 1rem;
    bottom: 0;
    background-color: #fff;
    width: 0.2rem;
    height: 1.6rem;
}
.footer-menus ul li:last-child:after{
    content: none;
}
.footer-logo img{
    max-width: 223px;
    margin: auto;
}
.footer-logo{
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section-content {
    padding-top: 6rem;
}
.section-content .container{

}
.section-alloy-whells .block-image:hover img ,.alloy-main-banner img:hover{
    /*animation: rotate 10s linear infinite;*/
}
@keyframes rotate {
	from {
		transform: rotate(0deg); 
	}

	to {
		transform: rotate(360deg); 
	} 
}
@media(min-width: 1500px){
    .container {
        max-width: 1460px;
    }
}
.section-content {
    text-align: center;
    line-height: 1.3;
}
.section-content p {
    margin-bottom: 2.5rem;
}
.section-about-images{
    padding-top: 2rem;
}
.mobile-header{
    display: none;
}
@media(max-width: 1400px){
    .main-navigation li,
    .right-buttons a,
    .home-banner-menus ul li{
        letter-spacing: 0.5rem;
    }
    .main-navigation li{
        margin-right: 4.5rem;
    }
    .main-navigation li:after{
        right: -2rem;
    }
}
.mobile-menu{
    display: none;
}
@media(max-width: 1200px){
    .desktop-header{
        display: none;
    }
    .mobile-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
    .site-header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-menu{
        position: absolute;
        top: 0;
        padding: 0 20px;
        background-color: #000;
        z-index: 2;
        left: 0;
        right: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        top: 58px;
    }
    .mobile-menu-inner .social-icons{
        display: flex;
        list-style: none;
    }
}
.mobile-menu ul{
    list-style: none;
    padding: 0;
}
.mobile-header .logo-left{

}
.mobile-header .logo-left img{
    max-width: 200px;
}
.menu-trigger{

}
.menu-trigger #trigger-menu{
    cursor: pointer;
    display: block;
    width: 30px;
}
.menu-trigger #trigger-menu span{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 4px;
    transition: all 0.3s;
    position: relative;
}
.menu-trigger #trigger-menu.active span.one{
    transform: rotate(45deg);
    top: 7px;
}
.menu-trigger #trigger-menu.active span.two{
    opacity: 0;
}
.menu-trigger #trigger-menu.active span.three{
    transform: rotate(-45deg);
    top: -7px;
}
.menu-trigger #trigger-menu span:last-child{
    margin-bottom: 0;
}
@media(max-width: 991px){
    .section-title h1{
        font-size: 4rem;
        letter-spacing: 3px;
    }
    body{
        font-size: 1.6rem;
    }
    .section-about-images .col-md-custom{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .footer-menus{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-menus ul{
        flex-direction: column;
    }
    .footer-menus ul li{
        margin: 0;
    }
    .footer-menus ul li:after{
        content: none;
    }
    .footer-menus ul li{
        letter-spacing: 4px;
    }
    .footer-menus{
        font-size: 1.6rem;
    }
    .section-about-images .the-section-image{
        padding: 1rem;
    }
    .loading-logo img {
        max-width: 160px;
    }
}
.about-section.range-image{

}
.about-section.range-image .banner-bg-image img{
    object-fit: initial;
    min-height: 0;
    max-width: 1329px;
}
.about-section.range-image .section-title{
    bottom: 0;
}
.about-section.range-image h1{
    margin: 0;
    line-height: 1;
}
.collection-inner{
    text-align: center;
    margin-bottom: 4.5rem;
}
.range-collection{
    text-align: center;
}
.about-section.range-image .banner-bg-image {
    text-align: center;
    padding-top: 53px;
}
.range-small-title {
    padding-top: 7.6rem;
}
.range-small-title h2{
    font-size: 3.36rem;
}
.the-collection-wrapper {
    margin-top: 4.1rem;
    margin-bottom: 3.7rem;
}
.collection-title h3 {
    font-size: 8rem;
}
.collection-title {
    margin-bottom: 5.3rem;
}
.collection-image img {
    max-height: 110px;
}
.the-collection-wrapper {
    margin-top: 4.1rem;
    margin-bottom: 6.7rem;
}
.the-title h4 {
    font-size: 3rem;
    margin-top: 2rem;
}
@media(max-width: 991px){
    .range-small-title {
        padding-top: 4.6rem;
    }
    .range-small-title h2{
        font-size: 2rem;
    }
    .about-section.range-image h1{
        line-height: 0.7;
    }
    .collection-title h3 {
        font-size: 4rem;
    }
    .the-title h4{
        font-size: 2rem;
    }
    .collection-inner{
        margin-bottom: 3rem;
    }
    .the-collection-wrapper{
        margin-bottom: 0;
    }
    .collection-title {
        margin-bottom: 2rem;
    }
}
.section-alloy-whells .block-image {
    border: 3px solid #fff;
    max-width: 389px;
    margin-left: 16px;
    padding: 22px 16px 9px;
}
.section-alloy-whells .block-content{
    text-align: center;
}
.knite-logo h3 {
    font-family: neo-latina;
    font-size: 6.3rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 35px;
}
.banner-bg-image img{

}
.about-section.alloy-wheels-section .banner-bg-image img{
    min-height: 318px;
}
.about-section.alloy-wheels-section .section-title h1{
    margin-bottom: 0;
    line-height: 0.8
}
.about-section.alloy-wheels-section .section-title{
    bottom: 0;
}
.section-alloy-whells {
    margin-top: 8rem;
}
.section-alloy-whells .block-content .title{

}
.section-alloy-whells .block-content .title h2 {
    font-family: neo-latina;
    font-size: 13rem;
    text-transform: uppercase;
    letter-spacing: 1.2rem;
    margin: 0;
    line-height: 0.7;
    margin-top: 3rem;
	max-width: 107rem;
    margin-left: auto;
    margin-right: auto;
}
.section-alloy-whells .block-content .knite-logo p {
    margin: 0;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 5.4px;
    padding-right: 24px;
}
.section-alloy-whells .block-content a:hover{
    color: inherit;
}
.section-alloy-whells .block-content a:hover h2{
    color: #ff0000;
}
.section-alloy-whells > .container > .row{
    margin-bottom: 6.4rem;
}
@media(max-width: 1400px){
    .section-alloy-whells .block-content .title h2{
        font-size: 7rem;
    }
    .knite-logo h3{
        font-size: 4.3rem;
        letter-spacing: 25px;
    }
    .section-alloy-whells .block-content .knite-logo p{
        font-size: 11px;
        padding-right: 20px;
    }
    .section-alloy-whells > .container > .row{
        margin-bottom: 4rem;
    }
}
.mobile-menu-inner li {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media(max-width: 991px){
    .section-alloy-whells .block-image{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
    }
	.social-icons a {
		font-size: 3.5rem;
		margin: 0 5px;
	}
}
@media(max-width: 667px){
    .section-alloy-whells .block-content .title h2 {
        font-size: 6rem;
        letter-spacing: 0;
    }
}
.contact-details {
    margin-top: 3.6rem;
    font-size: 3.2rem;
}
.contact-block {
    margin-top: 6.3rem;
}
.contact-block .flag-icon{

}
.contact-block .flag-icon img {
    max-width: 145px;
}
.contact-block .flag-icon {
    margin-bottom: 6.3rem;
}
.contact-block .block-text {
    font-size: 3.5rem;
    line-height: 1.23;
}
.contact-form-7 {
    margin-top: 13rem;
    text-align: left;
    padding: 0 14px;
}
.form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #fff;
    height: 5.2rem;
}
.form-control:active,
.form-control:focus{
    background: transparent;
    box-shadow: none;
}
.form-group {
    position: relative;
    margin-bottom: 10rem;
}
.form-group label { 
    font-size: 3.4rem;
}
textarea.form-control{
    border: 3px solid #fff;
    resize: none;
    height: 33rem;
    margin-top: 4rem;
}
.home .site-footer{
    display: none;
}
.padding-0{
    padding: 0;
}
.sizes-title{
    text-align: center;
}
.sizes-title h3{
    font-size: 5.7rem;
}
.sizes-title h2{
    font-size: 6.7rem;
    letter-spacing: 0.5rem;
}
.the-description{
    text-align: center;
}
section.section-sizes {
    padding: 5rem 0px 2rem;
}
section.section-carousel {
    padding-top: 5rem;
}
@media(max-width: 667px){
    .home-banner-menus ul{
        flex-direction: column;
    }
    .home-banner-menus ul li:after{
        content: none;
    }
    .side-images-section {
        display: inline-block;
        width: 49%;
    }
    .sizes-title h3 {
        font-size: 29px;
    }
    .sizes-title h2 {
        font-size: 32px;
        letter-spacing: 4px;
    }
}
.section-about-images .the-section-image:after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    left: 50%;
    top: 50%;
    pointer-events: none;
    border: 1px solid #FFF;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 4;
}
.section-about-images .the-section-image:after {
    width: 100%;
    height: 100%;
}
.section-about-images .the-section-image:hover:after, 
.section-about-images .the-section-image:focus:after {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
#wheels-carousel-bottom .carousel-item img{
	width:100%;
}
.collection-image .overlay-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    padding: 7px;
}
.collection-image{
	position: relative;
}
/*
.collection-image .main-image{
    transition: all 0.3s;
}
.collection-inner:hover .collection-image .main-image{
	opacity: 0;
}
.collection-inner:hover .collection-image .overlay-image {
	opacity: 1;
}*/
.right-buttons > a {
    text-transform: uppercase;
    margin-left: 4rem;
}
.collection-image .overlay-image img{
	height: 100%;
	width: auto;
}
.mobile-menu-inner {
    font-size: 3rem;
}

/* My Css For Alloy*/
.alloy-main-banner{
        padding: 40px 0;
    }
.alloy-main-banner h2{
    font-size: 30px;
    font-weight: bold;

}
.mb-100{
    margin-bottom: 50px;
}
@media(min-width: 991px){
    .alloy-main-banner{
        padding: 100px 0;
    }
    .mb-100{
        margin-bottom: 100px;
    }
}
.alloy-main-banner p{
    color:#ababab;
}
.two-img-section{
    width: 100%;
    background-color: #481818;
    padding: 50px 0;
}
.two-img-section h2{
    font-size: 30px;
    color: #Fff;
    text-transform: uppercase;
}
.two-img-section p{
    color:#fff;
    margin-bottom: 30px;
	font-size:4rem;
}
.two-img-section p strong{
    color:#9b273c;
}
.two-img-section .accordion-item{
    background-color: transparent;
    border-color: #9b273c transparent;
    border-width: 1px 0;
    border-radius: 0;
    color: #fff;
    margin-bottom: 15px;
}
.two-img-section .accordion-button{
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0px;
}
.two-img-section .accordion-button:focus {
    z-index: 3;
    border-color: #9b273c transparent;
    outline: 0;
    box-shadow: none;
}
.two-img-section .accordion-button.collapsed::after ,.two-img-section .accordion-button::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}
.two-img-section .accordion-button::after{
    width: 15px;
    height: 15px;
    background-size: 15px;
}
.two-img-section .accordion-item{
    color: #fff;
}
section.section-carousel{
    width: 100%;
    background-color: #481818;
    padding-bottom: 1px;
}
section.section-carousel .carousel-control-next-icon, section.section-carousel .carousel-control-prev-icon {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 3rem;
    background-color: #9b273c;
}
section.section-carousel .btn-shop-now{
    font-size: 20px;
    color: #fff;
    margin: 50px auto;
    text-align: center;
    display: block;
    border: 2px solid #fff;
    width: 200px;
    line-height: 45px;
    border-radius: 5px;
}

.section-experience{
    width: 100%;
    padding: 100px 0;
    background-color: #371313;
}
.section-experience h2{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.section-experience h2 + p{
    margin-bottom: 30px;
	font-size:4rem;
}
.section-experience .col-md-6 img{
    margin-bottom: 20px;
}
.section-experience .col-md-6 h4{
    color: #9b273c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}.section-experience .col-md-6 p{
    font-size: 16px;
    margin-bottom: 30px;
}
.section-experience .col-md-6 .btn.btn-find {
    border: 1px solid #9b273c;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 20px;
}
.single.single-alloy-wheel .site-footer {
    margin-top: 0;
}