@import url('bootstrap/bootstrap.min.css');
@import url('fontawesome/all.min.css');
@import url('jquery/jquery-ui.min.css');
@import url('jquery/jquery-ui.structure.min.css');

body {
    background: #EEE;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.presentation {
    position: relative;
    background: #F8EF1D;
    height: 90vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%); 
    overflow: hidden;
}
.presentation .mid {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.presentation h1 {
    font-weight: 900;
    font-size: 72px; 
    z-index: 999; 
}
.presentation .render {
    position: absolute;
    bottom: -60px;
    right: -100px;
    max-width: 900px;
    z-index: 3; 
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 3;
}

.menu {
    padding-top: 20px; 
}
.menu .logo {
    height: 30px; 
}
.menu .nav-item {
    padding: 13px 7px;
}
.menu .nav-link { 
    color: #EC1C47;
    padding: 0 20px; 
}
.menu .nav-noborder {
    border-right: none;
}
.menu .nav-link i { 
    color: #121212;
}
.menu .nav-cart .nav-link {
    color: white;
}

.productSelection {
    position: relative;
    margin-top: -70px;
} 
.productSelection .selector {
    background: #fff;
    padding: 30px 10px;
    text-align: right; 
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    transition: all linear .3s;
}
.productSelection .selector:hover {
    transform: translateY(-3%);
}
.productSelection .selector .icon {
    font-size: 30px; 
}
.productSelection .selector .category {
    font-size: 16px; 
} 
.productSelection .actived {
    background: #EC1C47; 
    color: white;
    transform: translateY(-3%);
}
.box-shadow {
    -webkit-box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
}  

.portfolio {
    padding: 40px 0; 
}

.product {
    background: #FFF;;
    padding: 48px 35px; 
    border-radius: 10px;  
    margin-bottom: 25px; 
} 
.product img {
    border-radius: 10px; 
}
.product .title {
    padding: 15px 0;
    padding-bottom: 2px;  
    text-align: center;
    font-size: 22px;
    font-weight: 600; 
}
.product .price {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    line-height: 38px; 
    color: #EC1C47; 
}
.product ul {
    margin: 0;
    padding: 10px 20px; 
     list-style: none;
}
.product ul li {
    padding: 2px 0;  
}
.product .bottom {
    text-align: center;
    margin-top: 10px; 
}
.product .bottom button {
    border: none;
    padding: 10px 28px; 
    border-radius: 5px; 
    color: #000;
    background: #F8EF1D; 
    cursor: pointer;
    transition: all linear .2s;  
} 
.product .bottom button:hover {
    opacity: .9; 
}

.faq {
    background: #fff;
    padding: 45px 0; 
}

.text-muted {
    color: #47495a!important;
}

.text-primary {
    color: #EC1C47!important;
}

.partners {
    background: #EC1C47;
    color: white;
    padding: 35px 0;
    border-bottom: solid 6px rgba(0,0,0,0.3); 
}

.partner {
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
    color: #000;
    text-align: center;
}
.partner img {
    border-radius: 15px; 
    margin-bottom: 10px; 
}

.cart {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.cart-line-items .cart-add {
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0 5px;
}
.cart .cart-products {
    position: relative;
    background: #FFF;
    padding: 25px 20px;
    width: 420px; 
    margin-bottom: 10px;  
    margin-right: 50px; 
    border-radius: 20px 20px 0 20px;  
}  
.cart .cart-button { 
    display: none;
    border: none;
    font-size: 28px;
    padding: 20px 25px; 
    border-radius: 50px;
    background: #3c40c6;
    color: #fff;
    cursor: pointer; 
    z-index: 99999;
}
.cart .p {
    font-size: 16px;
    line-height: 17px;
    margin-top: 3px; 
}
.cart .remove {
    background: none;
    border: none;
    color: tomato;
    margin-top: 10px; 
    cursor: pointer;
}
.notify {
    display: none;
    background: rgba(0,0,0,.7);
    color: #FFF;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 300;
    margin-bottom: 15px;
}

footer {
    background: #121212;
    padding: 35px 0;
    color: white;
}

@media (max-width: 576px) {
    .presentation {
        height: 480px;
    }
    .presentation h1 {
        font-size: 46px; 
    }
    .navbar-collapse {
        position: absolute;
        background: #121212;
        z-index: 9999;
        left: 10px;
        top: 10px;
        padding: 18px 10px;
        border-radius: 10px;
     }
    .cart .cart-products {
        position: relative;
        background: #FFF;
        padding: 25px 20px;
        width: 100%; 
        margin-bottom: 10px;  
        margin-right: 0;  
        border-radius: 20px 20px 0 20px;  
    }
    .menu .nav-link {
        color: #FFF;
    }
    .navbar-right {
        flex-direction: row;
    }
    .menu .navbar-right .nav-item {
        margin: 5px 0;
        padding: 7px;
    }
}
@media (min-width: 576px) {
    .presentation h1 {
        font-size: 38px; 
    }
    .cart .cart-products {
        position: relative;
        background: #FFF;
        padding: 25px 20px;
        width: 100%; 
        margin-bottom: 10px;  
        margin-right: 0; 
        border-radius: 20px 20px 0 20px;  
    }
    .menu .nav-link {
        color: #FFF;
    }
}
@media (min-width: 768px) { 
    .presentation h1 {
        font-size: 72px; 
    }
    .cart .cart-products {
        position: relative;
        background: #FFF;
        padding: 25px 20px;
        width: 420px; 
        margin-bottom: 10px;  
        margin-right: 50px; 
        border-radius: 20px 20px 0 20px;  
    }
    .menu .nav-link {
        color: #EC1C47;
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    .presentation h1 {
        font-size: 72px; 
    }
    .cart .cart-products {
        position: relative;
        background: #FFF;
        padding: 25px 20px;
        width: 420px; 
        margin-bottom: 10px;  
        margin-right: 50px; 
        border-radius: 20px 20px 0 20px;  
    }
    .menu .nav-link {
        color: #EC1C47;
        padding: 0 20px;
    }
}
@media (min-width: 1200px) {
    .presentation h1 {
        font-size: 72px; 
    }
    .cart .cart-products {
        position: relative;
        background: #FFF;
        padding: 25px 20px;
        width: 420px; 
        margin-bottom: 10px;  
        margin-right: 50px; 
        border-radius: 20px 20px 0 20px;  
    }
    .menu .nav-link {
        color: #EC1C47;
        padding: 0 20px;
    }
}