/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body {
    background: #fff;
    font: 400 12px/1.8 "Roboto Condensed", sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.position-relative {
    position: relative;
}

/* Transition elsements */
a,
.btn {
    transition: all 0.125s ease-in-out 0s;
}

.post-thumbnail {
    transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.form-control,
.form-control:hover,
.form-control:focus {
    box-shadow: none;
}

/* Reset border-radius */
.form-control {
    border-radius: 2px;
}

/* Sections */

.module,
.module-small {
    position: relative;
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

/* Module header */
.module-small {
    padding: 70px 0;
}

/* Sections dividers */

.divider-d {
    border-top: 1px solid #202020;
    margin: 0;
}

/* Half-image */
.side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../images/Untitled-10.png);
}

.side-image-text {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-60 {
    color: #fff;
}

.bg-dark {
    background: #111;
}

.bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

@media only screen and (max-width: 991px) {

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }
}

/* Scroll to top */
.scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
}

.scroll-up a {
    background: #fff;
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 1;
    color: #000;
}

/* Video */

/* Landing Page */

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;
}

.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-g {
    background: #e5e5e5;
    color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
    background: #d8d8d8;
    color: #111;
}

.btn.btn-border-w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
}

.btn.btn-b {
    background: #111111;
    color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
    background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
    background: transparent;
    border: 1px solid #111111;
    color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
    background: #111111;
    color: #fff;
}

/* Buttons size */
.btn.btn-lg {
    padding: 12px 45px;
    font-size: 13px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
    background: #000;
    color: #fff;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

/* Forms common style */
.form-control {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    height: 33px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
    border-color: #CACACA;
}

/* Forms size */
.input-lg {
    height: 43px;
    font-size: 13px;
}

.rqst-form {
    margin-top: 27px;
}

.rqst-form .btn {
    margin-top: 5px;
}

.input-group-addon {
    border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
    color: #111;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #aaa;
    outline: 0;
}

.bg-dark a {
    color: #aaa;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #fff;
}

h2,
h3,
h4,
h5 {
    line-height: 1.4;
    font-weight: 400;
}

p,
ul {
    margin: 0 0 20px;
}

.font-alt {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
}

.rotate {
    text-shadow: none !important;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 70px;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 70px;
}

.module-title+.module-subtitle {
    margin-top: -35px;
}

/* Restaurant module header */

/* Finance case study header */

/* Landing Page */

/*  Special Portfolio Page  */

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
    margin: 0 !important;
}

.hero-slider {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Caption */
/* .victoria-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
} */

.victoria-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*
Photography Page Slider
*/

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
    background-color: rgba(10, 10, 10, 0.9);
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
    transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .navbar-brand {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.navbar-custom .nav li>a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover {
    background: none;
    color: #fff;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 0;
    background-size: cover;
    background-image: url(../images/home_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.home-section-2 {
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 0;
    background-size: cover;
    background-image: url(../images/shop/hyundai-lights.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.victoria-title-size-1 {
    letter-spacing: 4px;
    font-size: 15px;
}

.victoria-title-size-3 {
    letter-spacing: 16px;
    font-size: 46px;
}

/* Agency Page Header */
.agency-page-header:before {
    background: transparent;
}

/* About us Page Header */

/* Service Page Header */

/* Pricing Page Header */

/* Gallery Page Header */

/* Contact Page Header */

/* FAQ Page Header */

/* Blog Page Header */

/* Restaurant menu Page Header */

/* Portfolio Page Header */

/* Landing Page Header */

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
    padding: 10px 0;
}

.footer .copyright {
    margin: 0;
}

.footer .footer-social-links {
    text-align: right;
}

.footer .footer-social-links a {
    display: inline-block;
    padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/

.alt-features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #111;
}

.alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px;
}

.alt-features-item {
    position: relative;
    padding-left: 55px;
    margin: 65px 0 0 0;
}

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-title {
    font-size: 13px;
    margin: 0 0 10px;
}

/* Content box */

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
    text-align: center;
}

.count-icon {
    line-height: 1.2;
    font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
    text-align: center;
    padding: 40px 0;
}

.video-title {
    letter-spacing: 4px;
    font-size: 30px;
    margin: 10px 0 0;
}

.video-subtitle {
    color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
}

/* Portfolio grid */

/* Work item white background*/

/* Work item gradien background*/

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/

.request-cta {
    padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/

/* Gallery hover */

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
    margin: 0 0 80px;
}

.post-title {
    line-height: 1.4;
    font-size: 22px;
    color: #111;
    margin: 0;
}

.post-header {
    margin: 0 0 15px;
}

.post-meta {
    font-size: 11px;
    color: #aaa;
}

.post-entry {
    border-top: 1px dotted #c2c2c2;
    padding-top: 20px;
    margin-top: 10px;
}

.post-thumbnail {
    margin: 0 0 20px;
}

/* Post columns */
.post-columns .post {
    margin: 0 0 60px;
}

.post-columns .post-header {
    margin: 0 0 10px;
}

.post-columns .post-title {
    line-height: 1.8;
    font-size: 14px;
}

.post-columns .post-entry {
    padding: 10px 0 0;
    margin: 0 0 10px;
}

.post-columns .post-entry p:last-child {
    margin: 0;
}

.more-link:after {
    content: "\00BB";
    color: #666666;
    padding-left: 5px;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */

/* Tabs */

/* Accordion */

/* Tables */

/* Sidebar / Widget common*/

.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Icon List */
.widget .icon-list li {
    padding: 5px 0;
}

.widget .icon-list li a:before {
    content: "\00BB";
    color: #666666;
    padding-right: 5px;
}

/* Posts */
.widget-posts li {
    margin: 0 0 15px;
}

.widget-posts li:last-child {
    margin: 0;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}

/* Search */

/* Tags */

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/

/* Shop item hover */

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .navbar-transparent {
        background: transparent;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    /* Comments */
}

@media (max-width: 1200px) {

    /* Features */
    .alt-features-item {
        margin: 20px 0 0;
    }
}

@media (max-width: 1050px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 1px;
    }
}

@media (max-width: 991px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 0;
    }

    /* Headers */
    .victoria-title-size-3 {
        letter-spacing: 8px;
        font-size: 36px;
    }

    /* Half-image */
    .side-image {
        position: relative;
        height: 300px;
    }
}

@media (max-width: 767px) {

    /* Navbar */
    .navbar-custom .navbar-nav {
        letter-spacing: 3px;
        margin-top: 1px;
        margin-bottom: 0;
    }

    .navbar-custom li>a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .navbar-custom li a {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }

    /* Shop navbar */

    /* Headers */
    .victoria-title-size-1 {
        letter-spacing: 2px;
        font-size: 14px;
    }

    .victoria-title-size-3 {
        letter-spacing: 4px;
        font-size: 26px;
    }

    /* Features */

    .alt-features-item {
        padding-left: 0;
        margin: 0 0 30px;
        text-align: center;
    }

    .alt-features-icon {
        position: static;
        width: 4rem;
        margin: 0 auto 8px;
    }

    /* Callout */

    /* Sidebar */

    .widget {
        margin-bottom: 60px;
    }

    .footer {
        text-align: center;
    }

    .copyright,
    .footer-social-links {
        text-align: center;
        margin: 10px 0;
    }

    /* Half-image */
    .side-image-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Restaurant menu */
}

section div.container div.row div ul div h2 {
    padding-bottom: 4rem;
}

.bg-gradient-sp {
    background: rgba(91, 135, 235, 1.0);
    background: -webkit-linear-gradient(top left, rgba(91, 135, 235, 1.0), rgb(99, 1, 255));
    background: -moz-linear-gradient(top left, rgba(91, 135, 235, 1.0), rgb(99, 1, 255));
    background: linear-gradient(to bottom right, rgba(91, 135, 235, 1.0), rgb(99, 1, 255)));
}

.baseline-flex {
    display: flex;
    align-items: baseline;
}

.middle-picture {
    position: relative;
    bottom: 50px;
}

.font-rob {
    font-family: "Roboto Condensed", sans-serif;
}

.backimg4 {
    background-image: url("../betashop/Hero\ Banner/1.png");
    background-size: contain !important;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-position: right;
}

.backimg5 {
    background-image: url("../betashop/Hero\ Banner/2.png");
    background-size: contain;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
}

.backimg6 {
    background-image: url("../images/Presentation/pexels-erik-mclean-5214413.jpg");
}

.hero-back {
    background-image: url("../betashop/Hero\ Banner/Heroback.jpg");
    background-size: cover !important;
    background-repeat: no-repeat;

}

.navbar-shopping-cart {
    width: 27px;
    position: relative;
    bottom: 5px;
}

.shopping-count {
    font-size: 1.5rem;
}

.shopping-a {
    width: fit-content !important;
    font: 600 12px/1.8 "Roboto Condensed", sans-serif !important;
}

.grand-workspace {
    width: 100vw;
    height: 60vh;
}

.workspace {
    width: 100vw;
    height: 60vh;
}

.configurator-page2 {
    width: 100vw;
    height: max-content;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    position: relative;
    bottom: 11rem;
}

.configurator-option {

    font-family: "Roboto Condensed", sans-serif;
    width: max-content;
    height: max-content;
    font-size: 2.7rem;
    color: #0b0330;
    padding: 1rem 1rem 0.5rem 1rem;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    transition: 0.5s box-shadow;
}


.rim-panel-option:hover {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, .8);
    background-color: white;
    color: #000;
    border: #000 solid 1px;
}



.configurator-option-img {
    width: 7rem;
    height: 7rem;
    border-radius: 15px;
}

.configurator-option-title {
    font-weight: bold;
    height: max-content;
    padding: 0.6rem 2rem 0.5rem 1.7rem;
}

.configurator-option-span {
    display: block;
    position: relative;
    bottom: 0.8rem;
    font-size: 1.2rem;
}


.rim-main-panel {
    display: flex;
    flex-direction: column;
    background-color: rgb(8, 33, 90);
    width: max-content;
    height: max-content;
    position: relative;
    top: 10rem;
    border-radius: 15px;
    padding: 2rem;
    margin: 5rem;
}

.rim-type-option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
}

.rim-color-option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rim-type-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    color: white;
    padding: 0rem 0rem 0rem 1rem;
}

.rim-color-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    color: white;
    padding: 2rem 0rem 0rem 1rem;
}

.rim-panel-option {
    color: white;
    border: 1px solid white;
    border-radius: 15px;
    margin: 1rem 1rem;
    font-size: 2.4rem;
}

.cursor-pointer {
    cursor: pointer;
}


.sc-fsQiph {
    transition: 0.5s box-shadow;
}

.sc-fsQiph:hover {

    filter: brightness(39%);
}

