* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    font-family: 'Roboto Slab', sans-serif;
}

.container {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 0px 40px;
}

.logo {
    display: inline-block;
}

.top__bar {
    display: flex;
    justify-content: space-between;
}

.rightside {
    font-size: 12px;
    margin-top: 7px;
}

.bl1 {
    border-bottom: 1px solid;
    box-shadow: 0px 1px 7px #777;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bl2 {
    background-image: url(../img/1bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.bl2 .h1 b {
    font-size: 200px;
    font-weight: 500;
    text-shadow: none;
    position: relative;
    color: #652406;
    text-align: center;
    left: 16px;
}

.bl2 .h1 b:before {
    content: "IV";
    font-size: 200px;
    font-weight: 500;
    color: transparent;
    text-shadow: none;
    background: linear-gradient(#cda1bc 50%, #7b094f 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.0001);
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 10;
    color: #652406;
}

.bl2 .h1 b:after {
    font-size: 200px;
    font-weight: 500;
    color: transparent;
    text-shadow: none;
    background: linear-gradient(#cda1bc, #7b094f 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.0001);
    position: absolute;
    z-index: 10;
}

.bl2 .h1 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 0px #555;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 21px;
}

.bl2 .h2 {
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 24px;
    max-width: 600px;
}

.bl2 .p1 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px #000;
    margin-bottom: 20px;
}

.buy-button {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    background-color: #7a094f;
    padding: 10px 40px;
    border-radius: 4px;
    box-shadow: 0px 3px 0px #49062f;
    text-shadow: 1px 1px 1px #000;
    font-size: 21px;
    max-width: 170px;
    margin: 0px auto;
}

.position__button {
    display: flex;
    justify-content: center;
}

.buy-button:hover {
    box-shadow: inset 0px 23px 22px #cda1bc;
    margin-top: 2px;
}

.bl3 {
    background-image: url(../img/2bg1.jpg);
    background-position: center;
    background-color: #f7fcff;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 90px;
}

.bl3-1 {
    background-color: #a5628c;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.bl3-1 .p1 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
}

.sym {
    width: 250px;
    text-align: center;
}

.bl3-1__box {
    display: flex;
    justify-content: space-around;
}

.bl3 .p1 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
}

.bl3 .p2 {
    color: #78094e;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 62px;
    margin-bottom: 60px;
}

.bl3 .p3 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 50px;
}

.bl3 ul {
    width: 50%;
    margin-left: 50%;
}

.bl3 ul li {
    margin-bottom: 20px;
    list-style-image: url(../img/liststyle1.png);
}

.bl4 {
    background-image: url(../img/3bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 90px;
}

.bl4 .p1 {
    text-align: center;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    width: 75%;
    margin: 0 auto;
}

.button__bar {
    display: flex;
    justify-content: space-between;
}

.bl4 .p2 {
    text-align: center;
    margin-bottom: 25px;
    color: #000;
    font-weight: 100;
    width: 62%;
    margin: 20px auto;
    margin-bottom: 30px;
}

@media all and (max-width:1004px) {
    .bl3 {
        background: none;
    }
    .bl3 ul {
        width: 91%;
        margin: 0px auto;
    }
    .bl4 .p1 {
        width: 100%;
    }
    .p-desc {
        margin-top: 10px;
    }
}

@media all and (max-width:600px) {
    .bl3-1__box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sym {
        width: 300px;
        margin: 20px auto;
        text-align: center;
    }
    .bl2 .h1 {
        margin: 10px auto;
        margin-bottom: 30px;
    }
    .bl3 .p2 {
        font-size: 41px;
        margin: 20px auto;
    }
    .button__bar img {
        display: none;
    }
    .button__bar {
        justify-content: center;
    }
    .rightside {
        font-size: 15px;
        margin-top: 7px;
    }
    .top__bar .rightside {
        display: none;
    }
    .top__bar {
        justify-content: center;
    }
    .bl2 .h2 {
        font-size: 19px;
    }
    .bl2 .p1 {
        font-size: 16px;
    }
}

@media all and (max-width:400px) {
    .bl4 .p1 {
        font-size: 14px;
    }
    .bl3 .p3 {
        font-size: 20px;
    }
    .bl3 .p2 {
        font-size: 35px;
    }
    .bl3 ul {
        width: 100%;
    }
}