﻿
@charset "UTF-8";

.navigation {
    height: 75px;
    background: #f8f9fa;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

    .brand a,
    .brand a:visited {
        color: #f8f9fa;
        text-decoration: none;
    }

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    float: right;
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            float: left;
            position: relative;
        }

            nav ul li a,
            nav ul li a:visited {
                display: block;
                padding: 0 20px;
                line-height: 70px;
                background: #f8f9fa;
                color: black;
                text-decoration: none;
            }

                nav ul li a:hover,
                nav ul li a:visited:hover {
                    background: #f2f2f2;
                    color: black;
                }

                nav ul li a:not(:only-child):after,
                nav ul li a:visited:not(:only-child):after {
                    padding-left: 4px;
                    content: " ▾";
                }

            nav ul li ul li {
                min-width: 190px;
            }

                nav ul li ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #f8f9fa;
    height: 70px;
    width: 70px;
    margin-right: 30px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

        nav ul {
            display: none;
        }

            nav ul li {
                float: none;
            }

                nav ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

                nav ul li ul li a {
                    padding-left: 30px;
                }

    .nav-dropdown {
        position: static;
    }

    .SKMobileView-Container {
        width: auto !important;
        height: auto !important;
        border: none !important;
        box-shadow: none !important;
    }

    .SKHeading {
        font-size: 45px !important;
    }

    .SKSlideShow {
        position: initial !important;
        left: 0% !important;
        right: 0% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        width: 100% !important;
        margin-top: 0px !important;
        /*max-height: 300px !important;*/
    }

    .nav-list {
        z-index: 100 !important;
        position: absolute !important;
        width: 100% !important;
    }

    .SKMobileview-display {
        display: none !important;
    }

    .SKMobileview-listingfont {
        font-size: 0.680em !important;
    }

    .SK-col-1-Mobileview {
        width: 0% !important;
    }

    .SK-Padding-top-none-Mobileview {
        padding-top: 0px !important;
    }


    .SKLoanDetail-Mobileview {
        padding-left: 20px !important;
    }

    .SKRow-mobileview {
        min-width: auto !important;
    }

    /*    .SKProductImage-mobileview {
        width: none !important;
        height: none !important;
    }*/

    .SKHeaderlogo {
        height: auto !important;
        max-height: 60px !important;
        mix-blend-mode: multiply !important;
        object-fit: contain !important;
    }

    .SKMobileFont {
        font-size: 12px !important;
    }

    .SKMobileView-Zoom {
        /*    max-height: 300px !important;
        max-width: 300px !important;*/
        max-height: 500px !important;
        max-width: 500px !important;
        padding: 0px !important;
    }


    .SkyAbousUSContainer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .SKLanguage {
        text-align: center !important;
    }

    .SKMobileView-ProductDetailContainer {
        max-width: 300px !important;
        max-height: 300px !important;
        /*       overflow: hidden;
        margin-left: auto;
        margin-right: auto;*/
    }

    .SKProductListingSaleBadges {
        /*transform: none !important;*/
        font-size: 10px !important;
    }

    .SKGallery {
        /*max-height: 145px !important;*/
        max-height: 75px !important;
        max-width: 75px !important;
    }

    .SKZeroPadding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #msform fieldset {
        padding: 5px 5px !important;
        width: 100%;
    }


    body {
        overflow-wrap: break-word !important;
    }

    .SKProductImage {
        height: auto !important;
        max-height: 200px !important;
        mix-blend-mode: multiply !important;
        min-height: 150px !important;
        min-width: 180px !important;
        object-fit: cover !important;
    }

    .SKProductContainer {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .SKHomeFeaturedModels {
        max-height: 450px !important;
        mix-blend-mode: multiply !important;
        object-fit: cover !important;
        min-height: 250PX !important;
    }
}
/*798 mobile view end*/

@media only screen and (min-width: 900px) {
    .SKGallery {
        /*max-height: 145px !important;*/
        max-height: 200px !important;
        max-width: 200px !important;
    }
    /*.SKMobileview-listingfont {
        font-size: 0.840em;
    }*/
    .SKRow-mobileview {
        min-width: max-content !important;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }

    .SKMobileview-display {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: black;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }

article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}



/*About US PAge*/

.SKImgContainer {
    /* width: 70%;*/
    max-width: 950px;
    padding-top: 2px;
    padding-bottom: 2px;
}

@media only screen and (max-width: 600px) {
    .SKimg {
        /*width: 100% !important;*/
        max-height: 150px !important;
        max-height: 150px !important;
    }
}




/*Home page branding*/
.BrandingBorder {
    /*  border:none !important;
    box-shadow:none !important;*/
}


.BrandingText {
    font-size: 20px !important;
}


/*Home Page SlideShow*/
.SKSlideShow {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
    margin-top: 0px !important;
    /*max-height:300px;*/
}


.SKHeading {
    font-size: 3.75rem;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    text-align: center;
    /*margin-bottom: 5%;*/
    padding-bottom: 30px;
}


.SKSlide {
    /*max-height: 650px;*/
    max-height: 600px;
    min-height: 300px;
}

.SKMobileview-img {
    text-align: center;
}

.SKShakeimg {
    height: auto;
    max-height: 80px;
    mix-blend-mode: multiply;
    object-fit: contain;
}


    /*Shake effect*/

    .SKShakeimg:hover {
        animation: shake 0.8s;
        animation-iteration-count: infinite;
    }

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


.SKHr {
    text-align: center
}

    .SKHr > img {
        max-width: 250px;
        max-height: 50px;
    }



.SKFooter {
    display: block !important;
    text-align: center !important;
}


/*footer*/
footer {
    width: 100%;
    /* position: fixed;*/
    bottom: 0;
    left: 0;
    background: #111;
}

    footer .content {
        max-width: 1350px;
        margin: auto;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        footer .content p, footer .content a {
            color: #fff;
        }

        footer .content .box {
            width: 33%;
            transition: all 0.4s ease;
        }

        footer .content .topic {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 16px;
        }

        footer .content p {
            text-align: justify;
        }

        footer .content .lower .topic {
            margin: 24px 0 5px 0;
        }

        footer .content .lower i {
            padding-right: 16px;
        }

        footer .content .middle {
            padding-left: 80px;
        }

            footer .content .middle a {
                line-height: 32px;
            }

        footer .content .right input[type="text"] {
            height: 45px;
            width: 100%;
            outline: none;
            color: #d9d9d9;
            background: #000;
            border-radius: 5px;
            padding-left: 10px;
            font-size: 17px;
            border: 2px solid #222222;
        }

        footer .content .right input[type="submit"] {
            height: 42px;
            width: 100%;
            font-size: 18px;
            color: #d9d9d9;
            background: #eb2f06;
            outline: none;
            border-radius: 5px;
            letter-spacing: 1px;
            cursor: pointer;
            margin-top: 12px;
            border: 2px solid #eb2f06;
            transition: all 0.3s ease-in-out;
        }

.content .right input[type="submit"]:hover {
    background: none;
    color: #eb2f06;
}

footer .content .media-icons a {
    font-size: 16px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    border: 2px solid #222222;
    margin: 30px 5px 0 0;
    transition: all 0.3s ease;
}

.content .media-icons a:hover {
    border-color: #eb2f06;
}

footer .bottom {
    width: 100%;
    text-align: right;
    color: #d9d9d9;
    padding: 0 40px 5px 0;
}

    footer .bottom a {
        color: #eb2f06;
    }

footer a {
    transition: all 0.3s ease;
}

    footer a:hover {
        color: #eb2f06;
    }

.SKFooterFont {
    color: darkgrey !important;
    text-decoration: none !important;
    display: contents !important;
}

@media (max-width:1100px) {
    footer .content .middle {
        padding-left: 50px;
    }
}

@media (max-width:950px) {
    footer .content .box {
        width: 50%;
    }

    .content .right {
        margin-top: 40px;
    }
}

@media (max-width:560px) {
    footer {
        position: relative;
    }

        footer .content .box {
            width: 100%;
            margin-top: 30px;
        }

        footer .content .middle {
            padding-left: 0;
        }
}


.SKLoanLabel > div > label {
    color: black !important;
    font-size: 0.75em !important;
}

.SKLoanHeader {
    font-size: 1.75em !important;
    font-weight: bolder;
    overflow-wrap: break-word;
}

.SKProductImage {
    height: auto;
    max-height: 250px;
    mix-blend-mode: multiply;
    object-fit: cover;
    min-height: 230px;
    max-width: 250px;
}

    .SKProductImage:hover {
        cursor: pointer;
        transform: scale(1.1);
    }


/*.SKZoom {
    max-width: 400px !important
}*/


.SKHeaderlogo {
    height: auto;
    max-height: 70px;
    mix-blend-mode: multiply;
    object-fit: contain;
}

.SKHomeFeaturedModels {
    /*    max-height: 450px !important;*/
    max-height: 250px;
    height: auto;
    mix-blend-mode: multiply;
    object-fit: cover;
    min-height: 250px;
}

.SKMobileView-Zoom {
    /*  max-height: 400px;
    max-width: 400px;*/
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    object-fit: contain;
}


.SKMobileView-ProductDetailContainer {
    /*max-width: 550px;*/
    /*max-height: 550px;*/
    /*   overflow: hidden;
    margin-left: auto;
    margin-right: auto;*/
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    /*max-height: 550px;*/
    overflow: hidden;
}



.SkyAbousUSContainer {
    padding-left: 200px;
    padding-right: 200px;
}

.SKImgContainer > .row {
    max-width: 950px !important;
}

.SKFlag {
    max-height: 24px;
    mix-blend-mode: multiply;
    object-fit: contain;
}


.SKLanguage {
    text-align: end;
    cursor: pointer;
}


.SKFlagFont {
    vertical-align: middle;
    margin-left: 5px;
}


/*product detail - start*/

.SKZoom {
    /*max-width: 400px !important*/
}

.SKGallery {
    /*       width: 100%;
        height: auto;
        max-width: 100px;
        min-height: 100px;
        margin-top: 15px;*/
    /* animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;*/
    height: auto;
    max-height: 150px;
    mix-blend-mode: multiply;
    object-fit: contain;
    /*  min-height: 100px;*/
    margin-top: 15px;
}


/*@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
*/

.zoom {
    /*padding: 50px;*/
    padding-top: 50px;
    /*background-color: green;*/
    transition: transform .2s; /* Animation */
    /*   width: 200px;
        height: 200px;*/
    /* margin: 0 auto;*/
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    mix-blend-mode: multiply;
    object-fit: contain;
}

    .zoom:hover {
        transform: scale(1.2);
        /*padding: 80px;*/
        mix-blend-mode: multiply;
        object-fit: contain;
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.SKOpacity {
    filter: opacity(0.5);
}


.SKProductDetailHeaderContainer {
    position: relative;
}

.SKProductDetailHeader:after {
    position: absolute;
    z-index: 1;
    bottom: -9px;
    left: 0;
    width: 10%;
    height: 2px;
    margin: auto;
    background: #e96656;
    content: "";
}

.SKProductDetailSaleBadges {
    display: block;
    /*transform: rotate( -35deg);*/
    /*border: 4px solid red !important;*/
    background-color: red !important;
    background-image: linear-gradient(#ee4c4a, #0b0000);
}

/*product detail - end*/


/*product listing*/

.SKProductListingSaleBadges {
    /*  display: block;
    transform: rotate( -35deg);
    border: 4px solid red !important;
    background-color: red !important;*/
    display: block;
    transform: rotate(-35deg) !important;
    background-color: red !important;
    background-image: linear-gradient(#ee4c4a, #0b0000);
    /*z-index: 10;*/
}


/*apply loan*/
.SKRequired:after {
    content: " *";
    color: red;
}

/*apply loan*/
