@import url('foundation-float.css');
@import "foundation-prototype.css";
@import url('vendor.css');
@import "../fonts/foundation-icons/foundation-icons.css";
@import "../fonts/fontawesome/css/all.min.css";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;200;300;400;600&display=swap');

body, html{
    background: #151823;
    color: #d7d0d0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 18px;
}

.infinity-zoom {
    transition: transform .3s; /* Animation */
}

.infinity-zoom:hover {
    transform: scale(1.1);
}

.infinity-center{
    display: block;
    margin: 0 auto;
}

.infinity-center-absolute {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.infinity-modal{
    color: black;
}
.fas{
    color: #282828;
    font-size: 60px;
}
h1, h2, h3{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 30px;
}

.lang{
    position: absolute;
    right: 30px;
    top: 30px;
    color: white;
}
.lang a{
    color: white;
}

.lang a:hover{
    color: #ec5858;
}

.lang strong {
    color: #ec5858;
}

.header{
    margin-top: 60px;
}

.header p{
    font-size: 13px;
}

.header strong{
    font-size: 30px;
    font-weight: 600;
}
.design-selector{
    margin-top: 80px;
}
.selector-box{
    background: #f9f9f9;
    box-shadow: 0 20px 40px rgba(17, 17, 17, 0.1);
    -moz-box-shadow: 0 20px 40px rgba(17, 17, 17,0.1);
    -webkit-box-shadow: 0 20px 40px rgba(17, 17, 17,0.1);
    padding: 20px 20px 5px 20px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    z-index: 99;
    position: relative;
    cursor:pointer;
}
.selector-box img{
    width: 70px;
}

.selector-box h2{
    font-size: 22px;
    line-height: 50px;
    color: #585858;
    font-weight: 300;
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
}

.selector-box p {
    font-size: 14px;
    color: #585858;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    text-align: justify;
}

footer{
    margin: 30px 0 30px 0;
}

nav{
    position: absolute;
    left: 30px;
    top: 30px;
}
nav .fas{
    color: white;
    margin-right: 15px;
    font-size: 30px;
}

nav .fas:hover{
    color: #335062;
    margin-right: 15px;
}

:focus:not('.focus-ring') {
    outline: none !important;
}

.design-content{
    padding-top: 50px;
}
.design-content p{
    text-align: justify;
}

.design-first-content {
    margin-bottom: 50px;
}

.design-selector-mockup{

}

.ver {
    font-size: 15px;
    color: red;
}

.author{
    font-size: 10px;
}

.color-box{
    width: 100px;
    height: 100px;
    box-shadow: 0 20px 40px rgba(17, 17, 17, 0.1);
    -moz-box-shadow: 0 20px 40px rgba(17, 17, 17,0.1);
    -webkit-box-shadow: 0 20px 40px rgba(17, 17, 17,0.1);
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    margin: 10px;
    float: left;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    padding-top: 35px;
}

.h-margin{
    margin-top: 50px;
    margin-bottom: 30px;
}

.design-plan-selector{
    padding-top: 80px;
}