html,
body {
    background: #ffe7b6;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
}
.notdataarea{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    margin: auto;
}
.notdatatext{
    width: 50vw;
    height: 30vh;
    background: #0f7d78;
    margin: auto;
    border: 2px solid #fff;
    text-align: center;
    color: #f9d000;
    display: flex;
    border-radius: 10px;
    font-family: 'UbuntuViva';
    font-style: normal;
    position: relative;
}
.notdatatext p{
    margin: auto;
    font-size: 2.5vw;
}
.notdatatext p span{
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
}
.closepop{
    position: absolute;
    right: 5px;
    top: 4px;
    font-weight: bold;
    color: #01504d;
    background: #f9d000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #01504d;
    cursor: pointer;
}
.container {
    width: 100vw;
    height: 100vh;
    position: static;
}

.topcurvearea {
    width: 100%;
    height: auto;
    background: url(../images/topbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bottomiconarea {
    width: 72vw;
    height: 46vh;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    text-align: center;
}

.classno {
    font-family: 'UbuntuViva';
    font-style: normal;
    background: #ffda1c;
    color: #2b2a29;
    font-size: 5vw;
    border-radius: 100%;
    border: 0.5vh solid #fff;
    font-weight: bold;
    width: 6vw;
    height: 6vw;
    text-align: center;
    position: absolute;
    right: 9vw;
    top: 9vh;
}

.bookcover {
    width: 20vw;
    height: auto;
    border: 0.5vh solid #ffffff;
    box-shadow: 0px 0px 15px #3c3c3c;
    font-family: 'UbuntuViva';
    font-style: normal;
    top: 15vh;
    position: absolute;
    left: 5vw;
}

.bookcover img {
    width: 100%;
}

.covertitlearea {
    width: 55vw;
    left: 28vw;
    position: absolute;
    top: 15vh;
}

.covertitle {
    color: #ffffff;
    font-size: 4.5vw;
    font-family: 'UbuntuViva';
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    line-height: initial;
}

.coversubtitle {
    color: #ffda1c;
    font-size: 2vw;
    font-family: 'UbuntuViva';
    font-style: normal;
    line-height: initial;
}

.iconlistare {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: self-start;
}

.iconlist {
    width: 12vw;
    float: left;
    height: 20vh;
}

.iconarea {
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
    font-family: 'UbuntuViva';
    font-style: normal;
    font-weight: bold;
    width: 80%;
    margin: auto;
}

.iconarea span:first-child {
    display: flex;
    background-color: #d0395e;
    border: 0.4vh solid #fff;
    border-radius: 0.5vw;
    height: 13vh;
}

.iconarea span:last-child {
    display: block;
    margin: auto;
    font-size: 0.98vw;
}

.iconarea img {
    display: block;
    margin: auto;
    width: 3.5vw;
}

@media screen and (max-width: 1200px){
    .iconlistare{
        flex-wrap: wrap;
        display: flex;
    }
    .iconlist{
        width: 18vw;
    }
    .bottomiconarea{
        bottom: 16vw;
    }
    .iconarea span:last-child{
        font-size: 16px;
    }
}
@media screen and (max-width: 992px){
    .bookcover{
        position: static;
        width: 40vw;
    }
    .covertitlearea{
        position: static;
        width: auto;
        margin-bottom: 50PX;
        text-align: center;
    }
    .bottomiconarea{
        position: static;
        margin: auto;
        height: auto;
    }
    .topcurvearea{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 70px 0;
        background-size: cover;
    }
    .container{
        position: static;
        height: 100%;
    }
    .iconarea img{
        width: 5.5vw;
    }
}
@media screen and (min-width: 991px){
    .topcurvearea{
        height: 100%;
        background-size: contain;
    }
}
@media screen and (max-width: 567px){
    .bookcover {
        width: 40vw;
    }
    .topcurvearea{
        padding: 90PX 0 20px 0;
    } 
    .iconlist {
        width: 33vw;
        height: 140px;
    }
    .iconarea img{
        width: 8.5vw;   
    }
    .classno{
        right: 5vw;
        top: 50PX;
    }
    .covertitle {
        font-size: 7vw;
    }
    .covertitlearea{
        margin-bottom: 20px;
    }
    .iconarea span:first-child {
        height: 8vh;
    }
}