:root {
    /* --main-color: #5168f4; */
    --main-color: #00B8B8;
    --dark-color: #11152a;
    --light-color: #d0d4ed;
}
* {
    margin: 0;
    padding: 0;
}
*, ::before, ::after {
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--dark-color);
    background-color: #efefef;
}
a {
    text-decoration: none;
}
h2 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    margin-bottom: 20px;
}

ul {
    list-style: none;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.wrapper>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-width: 500px; */
    min-height: 600px;
    margin: 5em auto;
    background-color: var(--main-color);
    overflow: hidden; 
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
    margin-top: 0px;
    margin-bottom: 0px ;
}
:is(.login,.signup) > div {
    position: relative;
    flex: 1 0 50%;
    padding: 60px;
}
.content-heading .y-style {
    display: flex;
    flex-direction: column;
}
.logo a {
    display: inline-block;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color);
}
.logo span {
    color: #a80303;
}
.content-heading p {
    color: var(--light-color);
}
.content-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.welcome {
    text-align: center;
}
form input:not(#terms,#remember) {
    font-family: inherit;
    width: 100%;
    outline: 0;
    margin: 0 0 5px;
    padding: 10px 15px;
    border-radius: 7px;
    border: 1px solid var(--light-color);
}
form input::placeholder {
    color: var(--light-color);
}
 .button {
    background-color: #eb3b5a;
    color: white;
    width: 100%;
    margin: 30px 0;
    border: 0;
    line-height: 42px;
    border-radius: 7px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.button:hover {
    background-color: var(--dark-color);
}
.afterform {
    text-align: center;
    margin-top: 20px;
}
form .check {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    float: left;
}
form .check input {
    position: absolute;
    left: 0;
    top: 4px;
}
form .forgot {
    float: right;
    font-size: 12px;
}
form label a, .afterform a {
    color: var(--main-color);
}
form :is(p, label) a:hover, .afterform a:hover {
    border-bottom: 1px dotted;
}
.content-form::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 200%;
    background-color: white;
    border-radius: 50%;
    transform: translate3d(-27%, 21%, 0);
    -webkit-transform: translate3d(-27%, 21%, 0);
    animation: move 0.5s cubic-bezier(0.30, 0.575, 0.565, 1) both;
    -webkit-animation: move 0.5s cubic-bezier(0.30, 0.575, 0.565, 1) both;
}
@keyframes move {
    from {
        opacity: 0;
        transform: translate3d(50%, 60%, 0);
    }
    to {
        opacity: 1;
    }
}
.y-style {
    position: relative;
    transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    animation: fade-in 0.7s cubic-bezier(0.30, 0.575, 0.565, 1) both;
    -webkit-animation: fade-in 0.7s cubic-bezier(0.30, 0.575, 0.565, 1) both;
}
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
    }
}
:is(.login-show, .signup-show) .y-style {
    transform: translate3d(0,0,0);
}

.social :is(ul, p) {
    display: flex;
    justify-content: center;
    position: relative;
    gap: 20px;
    margin: 20px 0;
}
.social p::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    background-color: var(--light-color);
    top: 0;
    margin-top: 11px;
}

.social a {
    display: flex;
    font-size: 20px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: transform .3s;
}
.social a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.social .google {
    color: #db4437;
}
.social .facebook {
    color: #4267b2;
}
.social .twitter {
    color: #1da1f2;
}
.login-show .signup, .signup-show .login {
    display: none;
}
.signup-show .signup, .login-show .login {
    display: flex;
}




@media screen and (min-width: 768px) {
    .wrapper>div {
        flex-direction: row;
        max-width: 800px;
    }
    .signup .content-heading .y-style {
        height: 100%;
        width: 100%;
        justify-content: space-between;
    }
    .content-form::before {
        width: 200%;
        transform: translate3d(-18%, -10%, 0);
        -webkit-transform: translate3d(-18%, -10%, 0);
    }
    .welcome {
        text-align: left;
        margin: 5em 0 auto;
    }
    @keyframes move {
        from {
            opacity: 0;
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
        }
    }
}



* {
    margin: 0;
    padding: 0
}

body {
    background-color: #000
}

.card {
    width: 100%;
   
    min-height: 600px;
    margin: 5em auto;
    background-color: #efefef;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.image img {
    transition: all 0.5s
}

.card:hover .image img {
    transform: scale(1.5)
}

/* .btn {
    height: 140px;
    width: 140px;
    border-radius: 50%
} */

.name {
    font-size: 22px;
    font-weight: bold;
    color:white;
}

.idd {
    font-size: 14px;
    font-weight: 600
}

.idd1 {
    font-size: 12px
}

.number {
    font-size: 22px;
    font-weight: bold
}

.follow {
    font-size: 12px;
    font-weight: 500;
    color: #444444
}

.btn1 {
    height: 40px;
    width: 150px;
    border: none;
    background-color: #00B8B8;
    color: #fdf8f8;
    font-size: 15px
}

.text span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 500
}

.icons i {
    font-size: 19px
}

hr .new1 {
    border: 1px solid
}

.join {
    font-size: 14px;
    color: #a0a0a0;
    font-weight: bold
}

.date {
    background-color: #ccc
}