.desgin {
    width: 62%;
}

.txt {
    font-size: 20px;
}

.lorem {
    text-align: left;
}

#btn1 {
    border: 1px solid white;
    background-color: #31b4d0;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
    margin-bottom: 2%;
}

#btn2 {
    border: 1px solid white;
    background-color: #8e0092;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
}

#btn3 {
    border: 1px solid white;
    background-color: #ab6600;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
}

#btn11 {
    border: 1px solid white;
    background-color: #49b949;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
    margin-bottom: 2%;
}

#btn12 {
    border: 1px solid white;
    background-color: #02337b;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    box-shadow: 2px 3px 5px 0px;
    width: 130px;
    display: inline-block;
}

#btn1 .plan {
    background-color: #3f51b5;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    height: 2em;
    font-size: large;
}

#btn2 .plan {
    background-color: #e31ae8;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    height: 2em;
    font-size: large;
}

#btn3 .plan {
    background-color: #ff9800;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    height: 2em;
    font-size: large;
}

#btn11 .plan {
    background-color: #49b949;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    height: 2em;
    font-size: initial;
}

#btn12 .plan {
    background-color: #31b4d0;
    width: -webkit-fill-available;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    font-size: large;
}

button a:hover,
#effect:hover,
#effect1:hover,
#effect2:hover,
#effect3:hover,
#effect4:hover,
#effect5:hover,
#effect6:hover,
#effect7:hover,
#effect8:hover,
#effect9:hover {
    background-color: gold;
    color: #ec0ce0 !important;
    text-decoration: none;
}

.btnright {
    float: right;
    padding-right: 1em;
}

.btnright1 {
    float: center;
    padding-right: 1em;
}

@media (min-width: 0px) and (max-width: 430px) {
    .rounded {
        padding: 1rem !important;
    }
    #contactback {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1850px) {
    #contactback {
        float: right;
        margin-top: 130px;
        width: 180px;
        height: 180px;
    }
}

.rounded {
    padding: 3rem;
}

.container {
    position: relative;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    transform: translate(-50%, -50%);
}

.top-right {
    position: absolute;
    top: 100px;
    right: 16px;
}

#registerbackground {
    background: rgba(255, 255, 255, 0.5);
    margin: 50px 0px 0px 0px;
}

#registerform {
    background-color: white;
    margin: 20px;
    padding: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 12px;
}

#registerform1 {
    font-size: 12px;
}

#contactback {
    float: right;
}

h5 {
    padding: 40px;
}

@media (max-width: 768px) {
    .txt {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    h5 {
        font-size: 16px;
    }
    .btnright,
    .btnright1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #btn1,
    #btn2,
    #btn3,
    #btn11,
    #btn12 {
         width: 80%;
         margin: 0 auto 6px;
         line-height: 6px;    
   }
   div#btn11 {
         margin-bottom: 15px;
   }
    .desgin {
        height: 5em;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .txt {
        font-size: 11px;
    }
}

@media (min-width: 0px) and (max-width: 325px) {
    .txt {
        font-size: 11px;
    }
}

a:hover {
    text-decoration: none;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}


/* 
.loginform {
    /* border-radius: 10px;
     border: 2px solid white;
    background-color: gold;
     margin-top: -5px;
    text-align: center;
border: 10px solid #d5c616fa; 
border-radius: 38px;
} */

.loginform1 {
    padding: 15px;
    border-radius: 27px;
    background-color: gold;
}

.loginimage {
    margin-top: -40px;
    width: 130px;
    height: 100px;
}

.formimage {
    flex-wrap: wrap;
    border-bottom: 1px solid white !important;
}

.close1 {
    width: 30px;
    height: 30px;
    color: white;
    background-color: #b813c8 !important;
    padding: 0px 5px 0px 5px;
    border: 2px solid white;
    border-radius: 30px;
}

.modal-footer {
    border-top: 1px solid #ffffff !important;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 70%;
    }
}

.logininput::placeholder {
    color: #b813c8;
    font-size: 13px;
    font-weight: bold !important;
}

.logininput {
    height: 35px !important;
}

.loginbtn {
    padding: 10px 45px;
    color: white;
    background-color: #b813c8;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 800;
    border: 4px solid #edb824;
    box-shadow: 3px 4px 6px 0px grey;
    background-color: #b813c8 !important;
}

.loginregister {
    color: #63009ed6;
    background-color: gold;
    box-shadow: 0px 0px 2px 2px #63009ed6;
    border-radius: 30px;
    border: 4px solid rgb(192 42 192);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}