html,
body {
    min-height: 1800;
    width: 100%;
    scroll-behavior: smooth;
}

.dr {
    animation: fadeIn;
    animation-duration: 3s;
}

.dr2 {
    animation: fadeIn;
    animation-duration: 0.7s;
}

.ul1 {
    display: flex;
    list-style: none;
}

#b1:checked~.warp #d1 {
    display: block;

}

#b2:checked~.warp #d2 {
    display: block;

}

#b3:checked~.warp #d3 {
    display: block;

}

#b4:checked~.warp #d4 {
    display: block;

}

.big1:hover {
    transform: scale(1.08);
    transition: 0.5s;
}

.san1 {
    width: 0;
    height: 0;
    border-left: 10px solid rgb(255, 255, 255);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

ul {
    display: flex;
}

ul li {
    list-style: none;
}

#b1:checked~ul li #c1 {
    color: #007bff;
}

#b2:checked~ul li #c2 {
    color: #007bff;
}

#b3:checked~ul li #c3 {
    color: #007bff;
}

#b4:checked~ul li #c4 {
    color: #007bff;
}

td {
    width: 150px;
    border: 1px solid white;
}

tr {
    border: 1px solid white;
}

table {
    border: 1px solid white;
}

table {
    text-align: center;
}

#d1,
#d2,
#d3,
#d4 {
    display: none;
    min-height: 200px;
}

input {
    display: none;
}

body {
    background-color: #02162b;
    opacity: 0.9;
}

.bg-a1 {
    background-color: #00283A;
}

.borderbtm {
    border-bottom: 1px dashed rgb(187, 185, 185);
    height: 0px;
    margin: 0 auto;
}

.button1 {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 14px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
    font-weight: 600;
    letter-spacing: 4px;
}

.button1:active,
.button1:hover {
    outline: 0;
}

.button1 span {
    background-color: rgb(5, 6, 45);
    padding: 9px 42px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.button1:hover span {
    background: none;
}

.button1:active {
    transform: scale(0.9);
}

#c1:hover {
    transform: scale(1.25);
    transition: 0.3s;
    color: #ff8181;
}

#c2:hover {
    transform: scale(1.25);
    transition: 0.3s;
    color: #ff8181;
}

#c3:hover {
    transform: scale(1.25);
    transition: 0.3s;
    color: #ff8181;
}

#c4:hover {
    transform: scale(1.25);
    transition: 0.3s;
    color: #ff8181;
}

.me-image {
    position: relative;
    display: inline-block;
}

.me-image>img {
    width: 150px;
    height: 150px;
    border: solid 3px #FCFCFE;
    border-radius: 50%;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
}

.me-image>.status {
    height: 30px;
    width: 30px;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 15%);
    border-radius: 50%;
    position: absolute;
    border: solid 3px #FCFCFE;
    right: 0px;
    bottom: 0px;
    background-color: var(--mainColor);
    overflow: hidden;
    color: #fff;
    transition: width .2s ease-in-out, visible .2s ease-in-out;
    background-color: #ff8181;
}

.me-image:hover .status {
    width: 150px;
    border-radius: 20px;
}

#q1 {
    display: none;
    width: 100%;
}

#v1 {
    display: none;
    width: 100%;
}

.me-image:hover .status i {
    width: 0%;
    visibility: hidden;
    position: absolute;
    left: 20%;
}

.me-image .status i {
    position: absolute;
    left: 12%;
}

.me-image .status i {
    letter-spacing: 8px;
}

.me-image:hover .status i {
    width: 100%;
    visibility: visible;
    font-weight: 600;
}

.div1 {
    position: relative;
}

.div1:hover:after {
    position: absolute;
    margin-left: 10px;
    padding: 2px 10px;
    box-shadow: 0 2px 9px #999;
    background-color: #FFF;
    border-radius: 4px;
    color: #666;
    content: attr(title);
    z-index: 2;
    line-height: 20px;
    height: 20px;
}