.second_screen,.third_screen,.forth_screen,.fifth_screen,.sixth_screen,.seventh_screen,.last_page{
    display: none;
}

.main{
    width:1024px ;
    height: 600px;
    margin: auto;
    margin-top: 50px;
}
.first_screen .logo{
    transform: translateY(-35px);
}
.grade_title{
    background: rgb(76,16,48);
    background: linear-gradient(90deg, rgba(76,16,48,1) 0%, rgba(139,29,88,1) 100%);
    height: 105px;
    width: 120%;
    border-radius: 20px;
    transform: skewX(-15deg) translateX(-50px);
    padding-left: 100px;
    padding-top: 10px;
}
h2{
    font-size: 30px;
    line-height: 40px;
}
.text-warning{
    color: #F9AC17!important;
}
h3{
    color:#8B1D58;
}
.main_btn{
    background: rgb(76,16,48);
    background: linear-gradient(90deg, rgba(76,16,48,1) 0%, rgba(139,29,88,1) 100%);
    color:white;
    border-radius: 0 10px 0 10px;
    padding: 10px 30px;
    padding: 10px 50px;
    transform: skewX(-15deg) translate(-50px,-55px);
    font-size: 25px;
    border: none;
}
.dr_slide1{
    height: 380px;
    overflow: hidden;
}
.skew{
    display: inline-block;
    transform: skewX(15deg);
}
.btn-holder{
}
h3{
    font-size: 35px;
}
.yellow_shape{
    height: 600px;
    width: 700px;
    transform: skewX(-15deg) translateX(-120px);
    background-color: #F9AC17;
    border-radius: 40px;

}
.yellow_shape img{
    height: 100%;
    transform: translateX(-85px) skewX(15deg);
}
.purple_shape{
    height: 600px;
    width: 600px;
    transform: skewX(-15deg) translateX(-10px);
    background: rgb(76,16,48);
    background: linear-gradient(90deg, rgba(76,16,48,1) 0%, rgba(139,29,88,1) 100%);
    border-radius: 40px;
}

.yellow_shape h1{
    height: 100%;
    transform: rotate(-90deg) skewY(-15deg);
    position: absolute;
    right: -288px;
    top: 0;
    color: #ed9102;
    font-size: 80px;
    letter-spacing: 11px;
}
.next_btn{
    background: rgb(76,16,48);
    background: linear-gradient(90deg, rgba(76,16,48,1) 0%, rgba(139,29,88,1) 100%);
    color:white;
    border-radius: 0 10px 0 10px;
    padding: 10px 30px;
    transform: skewX(-15deg) ;
    font-size: 25px;
    border: none;
    float: right;
}
.back_btn{
    background: rgb(76,16,48);
    background: linear-gradient(90deg, rgba(76,16,48,1) 0%, rgba(139,29,88,1) 100%);
    color:white;
    border-radius: 0 10px 0 10px;
    padding: 10px 30px;
    transform: skewX(-15deg) ;
    font-size: 25px;
    border: none;
    float: left;
    position: relative;
    z-index: 5;
}
.tri{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
    display: inline-block;
}
.tri2{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px  20px 10px 0;
    border-color: transparent #ffffff transparent transparent ;
    display: inline-block;
}
.third_screen p{
    font-size: 20px ;
}
.dr_slide3{
    width: 535px;
    position: absolute;
    top: -310px;
    left: 0;
}
.num_shape{
    font-size: 50px;
    color: white;
    background-color: #F9AC17;
    transform: skewX(-15deg) translateX(-30px);
    border-radius:15px;
    text-align: right;
    padding-right: 30px;
}
.svg_holder{
    width: 174%;
    height: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: visible;
    transform: skew(15deg) translateX(-110px);
    margin-bottom: 10px;
}
third_screen  .dr_slide3{
    top:-292px;
}
.circle1{
    background-color: #F9AC17;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-left:6px;
    padding-top: 6px;
    box-sizing: border-box;
    margin: 10px auto;
}
.circle2{
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;

}
.answer p{
    font-size: 20px;
}
.bullet{
    background-color: #4C1030FF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 17px 8px 0 0px;
}
.bullet.active{
    background-color: #F9AC17;
    width: 15px;
    height: 15px;
    transform: translateY(2px);
}
.bullet:first-child{
    margin-left: 50px;

}

#dr_slide1 circle{
    transform-origin: center ;
}
.forth_screen   svg {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 500px;
}
.chosen .circle1{
    width: 35px;
    height: 35px;
        background-color: #8b1d58;

}
.chosen .circle2{
    width: 22px;
    height: 22px;
}
.fifth_screen svg{
    width: 450px;
    left: 50px;
    position: absolute;
    bottom: -38px;
}
.fifth_screen .svg_holder{
    overflow-y: visible;
}
.sixth_screen svg{
    width: 500px;
    position: absolute;
    bottom: -1px;
}
.seventh_screen svg{
    width: 520px;
    position: absolute;
    bottom: 0;
    left: 4px;
}
#e80fmYNJlcB73,#e80fmYNJlcB72{
    transform-origin: center;
}
.last_page .dr_slide1 svg {
    margin-top: 100px;
}

@media (max-width: 1030px) {
    .main{
        width: 100%;
        height: auto;
    }
    .first_screen{
        position: relative;
        height: 100vh;
            margin-top: -50px;
    }
    .first_screen .logo{
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    h2{
        font-size: 20px;
        line-height: 25px;
    }
    .grade_title {
        height: 75px;
        width: 100%;
        padding-left: 70px;
    }
    h3 {
        font-size: 25px;
    }
    .dr_slide1{
        height: 250px;
        text-align: center;
    }
    .dr_slide1 svg{
        width: 250px;
    }
    .yellow_shape{
        height: 300px;
        width: 100%;
        transform: skewX(-15deg) translateX(40px);
        background-color: #F9AC17;
        border-radius: 30px 0 0 30px;

    }
    .main_btn{
        transform: skewX(-15deg) translate(-10px,-30px);
        padding: 5px 40px;
    }
    .yellow_shape img {
        transform: translateX(-10px) skewX(15deg);
    }
    .yellow_shape h1 {
        transform: rotate(-90deg) skewY(-15deg);
        right: -175px;
        font-size: 40px;
        letter-spacing: 6px;
    }
    .foot_logo{
        width: 150px !important;
        margin: 10px auto !important;
    }
    .purple_shape{
        height: 300px;
        width: 100%;
        transform: skewX(-15deg) translateX(40px);
        background-color: #F9AC17;
        border-radius: 30px 0 0 30px;
    }
    #eF4x3Y91dDA1{

        width: 40%;
        left: 150px;
    }
    .third_screen p ,.forth_screen p,.fifth_screen p,.sixth_screen p, .seventh_screen p {
        font-size: 15px;
    }
    .third_screen p{
        padding-bottom: 50px;
    }
    .fifth_screen .purple_shape, .sixth_screen .purple_shape{
        margin-top: 80px;
    }
    .seventh_screen .purple_shape{
        margin-top: 120px;
    }
    .fifth_screen    .btn-holder {

        bottom: -15px !important;
    }
    .next_btn,.next_btn,.back_btn {
        margin-right: 20px;
    }
    .sixth_screen .btn-holder {

        bottom: -15px !important;
    }
    .btn-holder {
        margin: 10px 0 20px;
        bottom: -65px !important;
        z-index: 1;
    }
    .third_screen  .btn-holder{
        bottom:0 !important;
    }
    .third_screen p{
            padding: 0 15px 10px;
    margin-top: 20px !important;
    margin-bottom: 90px !important;
    }
    .forth_screen svg {
        left: 20%;
        bottom: 0;
        width: 250px;
    }
    .question{
        font-size:14px
    }
    .back_btn,.next_btn{
        padding: 10px 20px;
    }
    .fifth_screen svg {
        width: 200px;
        left: 25%;
        position: absolute;
        bottom: -17px;
    }
    .seventh_screen svg {
        width: 300px;
        left: 20%;
    }
    .last_page .dr_slide1 svg {
        width: 250px;
        margin-top: 50px;
    }
       .sixth_screen svg{
        left: 20%;
        width: 300px;
    }
    .seventh_screen  .btn-holder{
            bottom: -30px !important;
    }

}
