@font-face {
    font-family: 'Marvin';
    src: url('/fonts/marvin.woff2') format('woff2'),
        url('/fonts/marvin.woff') format('woff');
}

@font-face {
    font-family: 'SansEshoes';
    src: url('/fonts/echoessans_light.woff2') format('woff2');
}

h2{
    font-family: 'Marvin',sans-serif;
}

p {
    font-size: 18px;
    font-family: 'SansEshoes',sans-serif;
}

.header {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all .5s;
    z-index: 999;
}

.bn-section {
    width: 100%;
    background-color: #EFB8A9;
    border-bottom: 1px solid #EFB8A9;
    border-bottom-right-radius: 60% 30%;
    border-bottom-left-radius: 60% 30%;
}

.btn-buy{
    background-color: #FF7320;
    width: 100%;
    max-width: 150px;
}
.btn-buy:hover{
    background-color: rgba(255, 115, 32, 0.69);
}

.cat-section {
    background-color: white;
    background-image: url("/img/b.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #EFB8A9;
    border-bottom-right-radius: 60% 30%;
    border-bottom-left-radius: 60% 30%;
    padding-bottom: 60px;
    padding-top: 60px;
    /*position: absolute;*/
    width: 100%;
}

.card-product{
    position: relative;
    height: 450px;
    color: #6C3B5D;
}

.around-bg{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 290px;
    height: 290px;
    background-color: #EACED6;
    border: 1px solid #EACED6;
    border-radius: 50%;
    z-index: -1;
    margin: 0 auto;
}

.photo-product{
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 0 auto;
}

.card-blog{
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #EFB8A9;
    border-radius: 80px;
}

.blog-photo{
    width: 100%;
    border-radius: 80px;

}

.cloud-text {
    background-image: url("/img/cloud-text.png");
    background-repeat: no-repeat;
    width: 265px;
    height: 110px;
    position: relative;
}

.cloud-text .p1 {
    position: absolute;
    top: 28px;
    left: 60px;
    color: #FF4D00;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Marvin', sans-serif;
}

.cloud-text .p2 {
    position: absolute;
    top: 10px;
    left: 60px;
    color: #FF4D00;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Marvin', sans-serif;
}

.cloud-text .p3 {
    position: absolute;
    top: 28px;
    left: 45px;
    color: #FF4D00;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Marvin', sans-serif;
}

.products-section {
    width: 100%;
    /*height: 500px;*/
    background-color: white;
    border-top: 1px solid #EFB8A9;
    border-top-right-radius: 80% 30%;
    border-top-left-radius: 80% 30%;
    background-image: url("/img/c.png");
    background-size: cover;

    border-bottom: 1px solid #EFB8A9;
    border-bottom-right-radius: 60% 30%;
    border-bottom-left-radius: 60% 30%;

    position: absolute;
    margin-top: -125px;
}

.products-section2 {
    width: 100%;
    /*height: 500px;*/
    background-color: white;
    border-top: 1px solid #EFB8A9;
    border-top-right-radius: 80% 30%;
    border-top-left-radius: 80% 30%;
    background-image: url("/img/d.png");
    background-repeat: repeat-x;

    border-bottom: 1px solid #EFB8A9;
    border-bottom-right-radius: 60% 30%;
    border-bottom-left-radius: 60% 30%;

    position: absolute;
    margin-top: -125px;
}

.products-section3 {
    width: 100%;
    background-color: white;
    border-top: 1px solid #EFB8A9;
    border-top-right-radius: 80% 30%;
    border-top-left-radius: 80% 30%;
    background-image: url("/img/e.png");
    background-size: cover;

    border-bottom: 1px solid #EFB8A9;
    border-bottom-right-radius: 60% 30%;
    border-bottom-left-radius: 60% 30%;

    position: absolute;
    margin-top: -90px;
}

.content2-section {
    background-color: #A1D683;
    width: 100%;
    /*height: 150px;*/
}

.about-section {
    background-color: #EFB8A9;
}

.blog-section {
    width: 100%;
    /*height: 500px;*/
    background-color: white;
    border-top: 1px solid #EFB8A9;
    border-top-right-radius: 80% 30%;
    border-top-left-radius: 80% 30%;
    background-image: url("/img/f.png");
    /*background-repeat: repeat-x;*/

    border-bottom: 1px solid #EFB8A9;
    border-bottom-right-radius: 60% 30%;
    border-bottom-left-radius: 60% 30%;

    /*position: absolute;*/
    /*margin-top: -90px;*/
}


.footer_inner {
    display: block;
    background-color: #EFB8A9;
    color: #DA7D63;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    /*padding: 60px 70px 31px;*/
}

.footer-title p {

    font-size: 23px;
    font-weight: 600;
}

.footer-links li {
    list-style: none;
}

.footer-links li > a {
    text-decoration: none;
    color: #DA7D63;
    font-weight: 300;
    font-size: 17px;
}

.phone {
    font-size: 1.9em;
    color: #DA7D63;
    text-align: left;
    font-weight: 600;
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
}

.copyright-text {
    float: none;
    color: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.social-icons {
    margin-left: -35px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .bn-section{
        border-bottom-right-radius: 100% 5%;
        border-bottom-left-radius: 100% 5%;
    }
    .cat-section{
        border-bottom-right-radius: 100% 5%;
        border-bottom-left-radius: 100% 5%;
    }
    .products-section{
        border-top-right-radius: 100% 5%;
        border-top-left-radius: 100% 5%;
        border-bottom-right-radius: 100% 5%;
        border-bottom-left-radius: 100% 5%;
    }
    .products-section2{
        border-top-right-radius: 100% 5%;
        border-top-left-radius: 100% 5%;
        border-bottom-right-radius: 100% 5%;
        border-bottom-left-radius: 100% 5%;
    }
    .products-section3{
        border-top-right-radius: 100% 5%;
        border-top-left-radius: 100% 5%;
        border-bottom-right-radius: 100% 5%;
        border-bottom-left-radius: 100% 5%;
    }

    .blog-section{
        border-top-right-radius: 100% 5%;
        border-top-left-radius: 100% 5%;
        border-bottom-right-radius: 100% 5%;
        border-bottom-left-radius: 100% 5%;
    }
    .footer-container {
        padding: 60px 0 31px;
    }
}

