* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.main_1 {
    padding-top: 20px;
}

.gradient_box {
    width: 100%;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-image: radial-gradient(18% 28% at 24% 50%, #CEFAFFFF 7%, #073AFF00 100%), radial-gradient(18% 28% at 18% 71%, #FFFFFFFF 2%, #073AFF00 100%), radial-gradient(70% 53% at 36% 76%, #20E9D8FF 1%, #073AFF00 100%), radial-gradient(42% 53% at 15% 94%, #FFFFFFFF 7%, #073AFF00 100%), radial-gradient(42% 53% at 34% 72%, #FFFFFFFF 7%, #073AFF00 100%), radial-gradient(18% 28% at 35% 87%, #FFFFFFFF 7%, #073AFF00 100%), radial-gradient(31% 43% at 7% 98%, #FFFFFFFF 24%, #073AFF00 100%), radial-gradient(21% 37% at 43% 35%, #FF94009C 24%, #073AFF00 100%), radial-gradient(35% 56% at 53% 74%, #1300FFF5 0%, #073AFF00 100%), radial-gradient(39% 86% at 49% 38%, #FFA3D3F5 24%, #073AFF00 100%), linear-gradient(125deg, #BF39FFFF 1%, #4C00FCFF 100%);
}

textarea {
    resize: none!important;
    overflow-y: auto!important;
}

.img {
    height: 100vh;
    width: 100%;
    background-image: url(../images/4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
    height: 100px;
    width: 100px;
    background-image: url(../images/cse.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 10px;
}

.link_2 {
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    margin: 28px 9px;
}

.link_4 {
    text-decoration: none;
    color: #fff;
    list-style: none;
}

.text_12 {
    color: white;
    padding-top: 30px;
}

#revs {
    position: relative;
    background-image: url("../images/std.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#revs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    opacity: .8;
}

.box_4 {
    height: 500px;
    width: 100%;
    border-radius: 10px;
}

.box_5 {
    height: 500px;
    width: 100%;
}

.logo_1 {
    height: 50px;
    width: 100px;
    background-image: url(../images/cse.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.flip-card {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    color: black;
    transform: rotateY(180deg);
}

.text_1 {
    font-size: 46px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.text_3 {
    font-size: 46px;
    padding-top: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
}

.text_2 {
    padding-bottom: 30px;
    font-family: 'Anton', sans-serif;
}

.text_4 {
    width: 500px;
    padding-bottom: 30px;
    font-family: 'Anton', sans-serif;
}

.box_8 {
    padding-top: 100px;
    z-index: 10;
    position: absolute;
    left: 0;
}

.box_10 {
    margin-top: 50px;
    width: 100%;
    height: 600px;
    border-radius: 10px;
    background-color: red;
    transition: all 2s infinite;
    animation: cs 2s infinite 0s;
}

@keyframes cs {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

.box_15 {
    position: absolute;
    right: 0;
    top: 13px;
    display: none;
    transition: all 10s linear;
}

.text_01 {
    padding-top: 22px;
    text-align: center;
    font-size: 13px;
    font-family: 'Fredoka One', cursive;
    position: absolute;
    left: 10px;
}

.box_14 {
    background-color: rgba(197, 197, 197, 0.589);
    width: 100%;
    height: 70px;
    border-radius: 10px;
    position: relative;
}

.box_14:hover:before {
    width: 100%;
}

.box_14:hover .text_01 {
    color: #fff;
}

.box_14:hover .box_15 {
    display: revert;
}

.box_14::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 0;
    background-color: rgba(92, 136, 230, 0.429);
    border-radius: 10px;
    transition: all 0.3s linear;
}

.head {
    height: 500px;
    overflow: hidden;
    background-color: rgba(180, 180, 180, 0.051);
}

.img_3 {
    height: 100%;
    width: 100%;
    background-image: url("../images/std_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rev_1 {
    position: relative;
    height: 350px;
    width: 100%;
    border-radius: 10px;
}

.box_11 {
    position: absolute;
    top: 400px;
    left: -100px;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    background-color: blue;
    z-index: 10;
}

.photo {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    border-radius: 50%;
    background-image: url("../images/user.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comma {
    font-size: 20px;
    color: rgb(255, 0, 0);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.name {
    font-family: 'Anton', sans-serif;
}

.text_7 {
    font-family: 'Anton', sans-serif;
}

.rev {
    position: absolute;
    height: 200px;
    width: 100%;
    top: 150px;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.whats {
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 70px;
    width: 70px;
    background-image: url("../images/whats.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 12;
}

#head {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box_9 {
    position: absolute;
    right: -200px;
}

.box_7 {
    height: 500px;
    width: 800px;
    transform: skewX(-20deg);
}

.img_2 {
    width: 1000px;
    transform: skewX(20deg) translateX(-100px);
}

.box {
    height: 80vh;
    width: 100%;
    border-radius: 10px;
    background-color: white;
}

.box_1 {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

.usr {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: black;
    margin-right: 10px;
}

.subs {
    height: 350px;
    width: 100%;
    background-image: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.subs_1 {
    position: absolute;
    right: 15px;
    top: 10px;
}

.subs_2 {
    position: absolute;
    top: 30px;
    left: 20px;
}

.getPlan{
    cursor:pointer !important;
}

.activity {
    height: 300px;
    width: 100%;
    color: black;
    background-color: white;
    border-radius: 10px;
}

.text {
    padding-right: 10px;
}

.banner {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: url(../images/4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.usr_1 {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 3px solid white;
    top: 40px;
    left: 20px;
    position: absolute;
    z-index: 1;
    background-color: black;
}

.info {
    height: 150px;
    width: 100%;
    top: 100px;
    position: absolute;
    background-color: white;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.stud {
    position: absolute;
    left: 20px;
    top: 50px;
}

.box_2 {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    background-color: black;
}

.SoftBox {
    width: 100%;
    position: relative;
    top: 300px;
}

.dash {
    position: relative;
    width: 100%;
}

.mon_3 {
    height: 400px;
    width: 100%;
    background-image: url(../images/5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.mon_6 {
    height: 400px;
    width: 100%;
    background-image: url(../images/6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.mon_12 {
    height: 400px;
    width: 100%;
    background-image: url(../images/8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.box_3 {
    height: 100px;
    width: 100%;
    background-image: url(../images/4.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.details {
    height: 500px;
    width: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
    background-color: rgba(109, 109, 109, 0.066);
}

#srch_1 {
    display: none;
}

.box_16 {
    height: 400px;
    width: 100%;
}

.box_17 {
    overflow-y: auto;
    height: 700px;
    width: 100%;
}

#srch {
    display: revert;
}

#tab_2 {
    display: none!important;
}

#tab_1 {
    display: revert!important;
}

.plan {
    display: revert;
}

#user {
    display: none!important;
}

#user_1 {
    display: flex!important;
}

#acc {
    display: none;
}

#head_1 {
    display: none!important;
}

#cars {
    display: revert!important;
}

.box_13 {
    display: none!important;
    position: absolute;
    height: 500px;
    width: 100%;
}

#head_2 {
    display: revert!important;
}

#srch_2 {
    display: revert!important;
}

#menu_1 {
    display: revert!important;
}

#menu {
    display: none!important;
}

#hvr:hover {
    background-color: #0d6efd;
}

@media(max-width:1200px) {
    .box {
        height: 90vh;
    }
}

@media(max-width:992px) {
    .box {
        height: 90vh;
    }
    .box_1 {
        width: 75%;
    }
    #srch {
        display: none;
    }
    #srch_1 {
        display: revert;
    }
    .box_9 {
        right: -400px;
    }
    .text_01 {
        padding-top: 10px;
        font-size: 10px;
    }
    .box_14 {
        height: 40px;
    }
    .box_14::before {
        height: 40px;
    }
    .box_15 {
        top: 0;
    }
    .box_16 {
        height: 350px;
    }
}

@media(max-width:960px) {
    .box_16 {
        height: 320px;
    }
    #srch {
        display: none;
    }
    #srch_1 {
        display: revert;
    }
    #tab_2 {
        display: revert!important;
    }
    #tab_1 {
        display: none!important;
    }
    .box_9 {
        right: -500px;
    }
    .box_8 {
        left: -50px;
    }
    .text_1 {
        font-size: 40px;
    }
    .text_4 {
        width: 300px;
    }
    #log {
        display: none!important;
    }
    .box_14:hover .text_01 {
        display: none;
    }
}

@media(max-width:840px) {
    #srch {
        display: none;
    }
    #srch_1 {
        display: revert;
    }
    #tab_2 {
        display: revert!important;
    }
    #tab_1 {
        display: none!important;
    }
    .box_9 {
        right: -500px;
    }
    .box_8 {
        left: -50px;
    }
    .text_1 {
        font-size: 40px;
    }
    .text_4 {
        width: 300px;
    }
}

@media(max-width:760px) {
    .box_16 {
        height: 300px;
    }
    #srch {
        display: none;
    }
    #srch_1 {
        display: revert;
    }
    #tab_2 {
        display: revert!important;
    }
    #tab_1 {
        display: none!important;
    }
    .box_9 {
        right: -500px;
    }
    .box_8 {
        left: -50px;
    }
    .text_1 {
        font-size: 40px;
    }
    .text_4 {
        width: 300px;
    }
    .mon_3 {
        margin-bottom: 20px;
    }
    .mon_6 {
        margin-bottom: 20px;
    }
    .mon_12 {
        margin-bottom: 20px;
    }
    #log {
        display: revert!important;
    }
    #items {
        font-size: 12px!important;
    }
}

@media(max-width:615px) {
    #srch {
        display: none;
    }
    #srch_1 {
        display: revert;
    }
    #tab_2 {
        display: revert!important;
    }
    #tab_1 {
        display: none!important;
    }
    .box_9 {
        right: -500px;
    }
    .box_8 {
        left: 0;
    }
    .text_1 {
        font-size: 30px;
    }
    .text_4 {
        width: 300px;
        font-size: 15px;
    }
    .mon_3 {
        margin-bottom: 20px;
    }
    .mon_6 {
        margin-bottom: 20px;
    }
    .mon_12 {
        margin-bottom: 20px;
    }
    #user {
        display: flex!important;
    }
    #user_1 {
        display: none!important;
    }
    #log {
        display: revert!important;
    }
    #items {
        font-size: 9px!important;
        font-weight: bold!important;
    }
}

@media(max-width:575px) {
    .box_16 {
        height: 300px;
    }
    .box_17 {
        height: 250px;
    }
    .box {
        height: 90vh;
        position: absolute;
        top: 40px;
        width: 75%;
        background-color: rgba(255, 255, 255, 0.821);
    }
    .box_1 {
        width: 75%;
    }
    .box_8 {
        left: 20px;
    }
    .mon_3 {
        margin-bottom: 20px;
    }
    .mon_6 {
        margin-bottom: 20px;
    }
    .mon_12 {
        margin-bottom: 20px;
    }
    .details {
        margin-bottom: 20px;
    }
    #items {
        display: none!important;
    }
    #menu_1 {
        display: none!important;
    }
    #menu {
        display: revert!important;
    }
    .box_14:hover .text_01 {
        display: revert;
    }
    .box_14 {
        margin-bottom: 20px;
    }
}

@media(max-width:560px) {
    .logo_1 {
        display: none;
    }
    .mon_3 {
        margin-bottom: 20px;
    }
    .mon_6 {
        margin-bottom: 20px;
    }
    .mon_12 {
        margin-bottom: 20px;
    }
    .details {
        margin-bottom: 20px;
    }
    .plan {
        display: none;
    }
    #user {
        display: flex!important;
    }
    #user_1 {
        display: none!important;
    }
    #acc {
        display: revert!important;
    }
    #cars {
        display: none!important;
    }
    .box_8 {
        left: 20px;
    }
    .img_2 {
        height: 500px;
        width: 100%;
        transform: translateX(0) skewX(0deg);
    }
    .box_13 {
        position: relative;
        height: 500px;
        display: revert!important;
    }
    .box_13::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255);
        opacity: .7;
    }
}

@media(max-width:440px) {
    .box_8 {
        left: 20px;
    }
    .img_2 {
        height: 500px;
        width: 100%;
        transform: translateX(0) skewX(0deg);
    }
    .box_13 {
        position: relative;
        height: 500px;
        display: revert!important;
    }
    .box_13::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255);
        opacity: .7;
    }
    #head_2 {
        display: none!important;
    }
    #head_3 {
        display: none!important;
    }
    #head_4 {
        display: revert!important;
    }
}

@media(max-width:375px) {
    .box_17 {
        height: 200px;
    }
    .box {
        height: 80vh;
        position: absolute;
        top: 60px;
        width: 75%;
        background-color: rgba(255, 255, 255, 0.821);
    }
    .box_1 {
        width: 90%;
    }
    .logo {
        height: 70px;
        width: 70px;
    }
    #head {
        display: none!important;
    }
    #head_1 {
        display: inline!important;
    }
    #acc {
        font-size: small;
    }
    .logo_1 {
        display: none;
    }
    #head_2 {
        display: none!important;
    }
}

.paid{
    pointer-events: none;
    opacity: 0.3;
}

.blinkExpire {
    animation: blinker 1.5s linear infinite;
    color: #fff;
    font-family: sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
/*Classes for Gallery*/
#case {
    padding-top: 100px;
    padding-bottom: 100px;
}

.txt_1 {
    color: rgb(59, 112, 255);
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.txt_2 {
    font-weight: lighter;
}

.txt_3 {
    margin: 0;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#bx:hover {
    transform: scale(1.1);
    transition: all 0.2s linear;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.426);
}

.bx_gallery_img{
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#gallery {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(158, 158, 158, 0.556);
}

.st {
    background-color: black;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.bx_1 {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.bx_1_img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
}