@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700,800|Nunito+Sans:400,600,700&display=swap");

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Muli", sans-serif;
}



/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 100px 0;
}

.about-cont {
    padding-right: 50px
}

.about-cont.two {
    padding: 0 0 0 40px
}

.about-cont h5 {
    color: #3b04db;
    font-weight: 600;
}

.about-cont h2 {
    font-weight: 800;
    margin-bottom: 25px;
}

.about-cont ul {
    margin: 24px 0 0;
}

.about-cont li {
    display: block;
    padding: 6px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.about-cont li i {
    color: #2ecc71;
}

/* .about-cont a {
    display: inline-block;
    color: #fff;
    padding: 16px 30px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    margin: 45px 0 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #2e1278
} */

.about-cont a:hover {
    background-color: #3b04db;
    color: #fff;
    text-decoration: none;
}

.about-img {
    border-radius: 10px;
    overflow: hidden;
}



/*-------------------------------------------------------------------------------------
    info area
---------------------------------------------------------------------------------------*/

#info-area {
    padding: 100px 0 80px;
}

.info-single span {
    font-size: 16px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    background-color: #ff4e56;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 0 0 20px;
}

.info-single h4 {
    font-weight: 800;
    margin-bottom: 16px;
}

/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/

#product-area {
    padding: 90px 0 40px;
}

.prod-single {
    margin: 0 0 160px;
    position: relative
}

.prod-info {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    bottom: -100px;
    padding: 25px 20px 30px;
}

.prod-info h4 {
    font-weight: 700;
    color: #3b04db;
}

.prod-info h5 {
    color: #ff4e56
}

.prod-info a {
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
    margin: 10px 0 0;
}

.prod-info a:hover {
    color: #3b04db;
}