*, *:before, *:after {
    box-sizing: inherit;
    font-family: Proxima_R;
    color: #434343;
}

html, body {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    padding-top: 100px;
}

@font-face {
    font-family: "Proxima_B";
    src: url("ProximaNova-Bold.otf");
}

@font-face {
    font-family: "Proxima_R";
    src: url("ProximaNova-Regular.otf");
}

@font-face {
    font-family: "Proxima_SB";
    src: url("ProximaNova-Semibold.otf");
}

.fa:before, .fa:after {
    font-family: FontAwesome;
    color: inherit;
}

.bold {
    font-family: Proxima_B;
}

.semibold {
    font-family: Proxima_SB;
}


/* Navbar */
.nav-bar {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    background-color: #000;
    padding: 0 10vw;
    z-index: 100;
}

.nav-logo {
    width: 160px;
}

.menu-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000033;
    border-radius: 5px;
    color: #1CD1C5;
    border: none;
    padding: 5px 40px;
    margin-left: 25px;
}

.nav-bar span {
    color: #fff;
    margin: 0 25px;
}

.section1 {
    background-color: #000;
    display: flex;
    width: 100%;
    padding: 0 10vw;
    align-items: center;
    padding-bottom: 100px;
}

.section1 p, .section1 span {
    color: #fff;
}

.section1-left {
    flex: 1;
}

.section1-right {
    flex: 1
}

.section1-title {
    font-family: Proxima_SB;
    font-size: 50px;
    line-height: 50px;
}

.section1-btn1 {
    background: #1CD1C5 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 10px 40px;
    border: 2px solid #1CD1C5;
    margin-right: 30px;
}

.section1-btn2 {
    border: 2px solid #1CD1C5;
    border-radius: 7px;
    color: #1CD1C5;
    background: transparent;
    padding: 10px 40px;
}

.section1-img {
    width: 100%;
    margin-left: 23%;
}

/* SECTION 2 */
.section2 {
    display: flex;
    width: 100%;
    padding: 100px 20vw;
    align-items: center;
}

.section2-left {
    flex: 1;
}

.section2-right {
    flex: 1
}

.section2-title {
    font-family: Proxima_SB;
    font-size: 45px;
    line-height: 50px;
    color: #000;
}

.section2-text {
    padding: 20px 0;
}

.tile {
    width: 75%;
    box-shadow: 0px 3px 20px #0000001F;
    border-radius: 6px;
    padding: 20px 20px 40px 20px;
}

.tile-title {
    font-size: 23px;
    font-family: Proxima_B;
}

.per-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.per-title {
    font-size: 16px;
    opacity: 0.26;
    margin-bottom: 0;
}

.per-per {
    margin-top: 0;
    font-size: 35px;
    font-family: Proxima_B;
}

.per-a {
    color: #1CD1C5;
    font-size: 22px;
    font-family: Proxima_SB;
    margin-left: 30px;
    margin-top: 15px;
}

.per-wrapper {
    display: flex;
    flex: 1;
}

.green-box {
    width: 40%;
    margin-right: 20px;
    height: 30px;
    background-color: #1CD1C5;
}

/* CART */

.section3 {
    padding: 100px 20vw;
}

.cart-wrapper {
    display: flex;
    justify-content: space-between;
}

.cart {
    position: relative;
    width: 30%;
    box-shadow: 0px 3px 20px #0000001F;
    border-radius: 6px;
    padding: 40px 20px 20px 20px;
    height: 550px;
}

.cart-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-title {
    font-family: Proxima_B;
    font-size: 20px;
    margin: 0;
}

.cart-bubble {
    background: #1CD1C5 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    color: #fff;
    padding: 5px 15px;
}

.tik {
    width: 1rem;
    margin-right: 15px;
}

.price {

    margin-bottom: 0;
    margin-top: 20px;
}

.bold-price {
    font-family: Proxima_B;
    font-size: 28px;
}

.cart-line {
    margin: 10px 0;
}

.cart-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #1CD1C5;
    border-radius: 6px;
    color: #1CD1C5;
    width: 85%;
    height: 45px;
    position: absolute;
    bottom: 20px;
}

.cart-inv {
    background-color: #1CD1C5;
}

.cart-inv p, .cart-inv span {
    color: #fff;
}

.cart-inv .per-title {
    color: #fff;
    opacity: 0.6;
}

.cart-inv hr {
    border-color: #fff !important;

}

.cart-inv .cart-bubble {
    background-color: #fff;
    color: #1CD1C5;
}

/* section 4 */

.section4 {
    padding: 50px 20vw;
}

.info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.star-wrapper {
    display: flex;
}

.star {
    width: 12px;
    margin-right: 2px;
}

.customer-img {
    width: 70px;
}

.customer-wrapper {
    flex: 1;
    padding: 30px;
    position: relative;
}

.customer-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.quotes {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

/* section 5 */

.section5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 10vw;
    background-color: #1CD1C5;
    width: 70vw;
    margin: 0 auto;
    margin-top: 100px;

}

.section5 * {
    color: #fff;
}

.section5-btn {
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    color: #fff;
    width: 200px;
    height: 45px;
    background-color: transparent;
}

/* footer */
.footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10vw;
    margin-top: 100px;
    margin-bottom: 50px;
}


.footer-logo {
    width: 160px;
}

.copyright{
    background-color: #000;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff52;
}