.hero{
    background: url(image/first-page.jpg);
    background-size: cover;
    width: 100%;
    height: 55vh;
}
.box{
    font-size: 18px;
}
.box1{
    margin-top: 7%;
    text-align: center;
}

.wrapper {
    position: absolute;
    left: 50%;
    margin-top: 32%;
    transform: translate(-50%, -50%);
    background: #5e69fdd7;
    width: 1000px;
    height: 750px;
    display: flex;
    border-radius: 15px;
}

.wrapper .wrapper_left {
    width: 350px;
    background: #1409a77d;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 10px 0 13px 0px rgba(41, 41, 57, 0.7);
}

.wrapper .wrapper_left ul li {
    background: #ffb703;
    margin-bottom: 25px;
    border-radius: 3px;
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    width: 200px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
}

.wrapper .wrapper_left ul li p {
    color: #010f3a;
    position: relative;
}

.wrapper .wrapper_left ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #009970;
    background: linear-gradient(126deg, rgb(2, 1, 30) 0%, rgb(42, 37, 200) 0%, rgb(25, 1, 110) 100%);
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.4s ease;
}

.wrapper .wrapper_left ul li:last-child {
    margin-bottom: 0;
}

.wrapper .wrapper_left ul li.active {
    width: 250px;
}

.wrapper .wrapper_left ul li.active p {
    color: #fff;
}

.wrapper .wrapper_left ul li.active::before {
    width: 100%;
    transition: all 0.2s ease;
}

.wrapper_right {
    width: 750px;
    padding: 30px 50px;
    margin-top: 40px;
}

.wrapper_right .item .item_info {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.wrapper_right .item .item_info p {
    background: linear-gradient(126deg, rgb(2, 1, 30) 0%, rgb(42, 37, 200) 0%, rgb(25, 1, 110) 100%);
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    color: #01248c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.wrapper_right .item.stdVIII .item_info p,
.wrapper_right .item.stdIX .item_info p,
.wrapper_right .item.stdX .item_info p,
.wrapper_right .item.combo .item_info p,
.wrapper_right .item.testseries .item_info p {
    color: #ffb703;
}

.wrapper_right .item p {
    color: #fff;
    margin-bottom: 20px;
    padding-left: 20%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.container1{
    margin-top: 65%;
    padding-left: 90px;
    padding-right: 90px;
}
.container1 h1{
    font-size: 30px;
}
/*.container{
    width: 100%;
    padding-top: 2%;
    text-align: center;
}
.container h2{
    font-size: 55px;
}*/
.card-icon{
    margin: 0 1em;
}
.card-icon i{
    font-size: 3em;
}
.card{
    background-color: #01248c;
    color: #fff;
    padding: 3em 0;
    border: 0;
    border-radius: 4em 0;
    background: linear-gradient(to left, #01248c 50%, #033deb 50%);
    background-size: 200%;
    background-position: right;
    transition: all 0.4s ease-in-out;
    margin-left: 20%;
    margin-top: 50px;
}
.card:hover{
    background-position: left;
}
