* {
    margin: 0;
    padding: 0;
}

header {
    z-index: 1;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 5px 0px black;
    height: 115px;
    width: 100%;
    position: fixed;
}

.box-2 a {
    z-index: 0;
}

#btn {
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin-right: 50px;
    border-radius: 50px;
    border: transparent;
    padding: 6px 8px;
    transition: .3s ease;
}

a:hover {
    background-color: rgb(228, 225, 253);
    border-radius: 50px;
    border: transparent;
    padding: 6px 8px;
    text-align: center;
    transition: .3s ease;
}

#btn {
    background-color: rgb(16, 155, 16);
    border-radius: 50px;
    border: transparent;
    padding: 8px 10px;
    text-align: center;
    transition: .3s ease;
}

#btn:hover {
    background-color: rgb(100, 100, 100);
    color: white;
    transform: scaleZ(10px);
}

header h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
    font-size: 45px;
}

.str {
    display: flex;
    align-items: center;
    width: 100%;
    height: 500px;
}

.box-1 img {
    height: 310px;
    width: 340px;
}

#box {
    margin-left: 50px;
    align-items: center;
    margin-top: 200px;
}

.box-2 p {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.box-2 h1 {
    font-size: 45px;
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}

.box-2 h2 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(68, 67, 67);
    margin-left: 20px;
}

.button {
    position: relative;
    top: 30px;
    margin-left: 200px;
}

.main {
    justify-content: center;
    align-items: center;
    margin: 100px 20px 0px 20px;
}

.main .pic img {
    height: 250px;
    width: 250px;
}

.main .data .pic img {
    position: relative;
    top: -100px;
    margin: 0px 0px 0px 20px;
}

.data {
    display: flex;
    align-items: center;
}

.txt {
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 80px 10px 0px 590px;
}

.txt h2 {
    position: relative;
    left: -60px;
    font-size: 45px;
    margin-top: 180px
}

.txt h3 {
    left: -70px ;
    position: relative;
    margin-top: 5px;
    color: rgb(73, 73, 73);
    font-size: 30px;
}

.pic{
    height: 450px;
    width: 450px;
}

.exp #exp p {
    font-size: 25px;
    margin: 20px 20px 0px 50px;
    text-align: justify;
}

.num {
    margin-left: 80px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.num #card {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 45px 0px 0px 0px;
    border-radius: 15px;
    margin-right: 30px;
    height: 210px;
    width: 190px;
    position: relative;
    box-shadow: 2px 2px 2px 0px;
}

.num1 {
    background-color: rgb(248, 186, 110);
}

.num2 {
    background-color: rgb(151, 158, 255);
}

.num3 {
    background-color: rgb(252, 124, 177);
}

h4 {
    font-style: italic;
    color: blue;
    margin-top: 80px;
    margin-left: 80px;
}

.font {
    position: relative;
    left: -10px;
    text-align: center;
}

.font h2 {
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
}

.font h3 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(75, 75, 75);
    font-family: Arial, Helvetica, sans-serif;
}


.container {
    position: relative;
    left: 0px;
    width: 500px;
    margin: 20px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

.horizontal .progress-bar {
    float: left;
    height: 20px;
    width: 100%;
    padding: 3px 0;
}

.horizontal .progress-track {
    position: relative;
    width: 100%;
    height: 30px;
    background: #999898;
}

.container .progress-label{
    font-size: 30px;
}

.horizontal .progress-fill {
    position: relative;
    background: #5d52fa;
    height: 30px;
    width: 60%;
    color: #f3f72e;
    text-align: center;
    font-family: "Lato", "Verdana", sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.progress-group {
    margin-bottom: 10px;
    display: flex;
}

.progress-label {
    width: 170px;
    text-align: right;
    padding-right: 10px;
}

.progress-label::after {
    content: ":";
}

.showdata h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: arial;
    margin-right: 10px;
    margin-left: 10;
}

.showdata {
    display: flex;
    align-items: center;
    justify-content: center;
}

.picture img {
    position: relative;
    top: 25px;
    height: 300px;
    width: 450px;
}

.skill {
    top: 30px;
    position: relative;
}

#bottom {
    margin-bottom: 20px;
}

.frt, .bkt, .web{
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    .frt h2 {
        margin-bottom: 10px;
        font-size: 40px;
    }
    
    .bkt h2{
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 40px;
    }
}

.web h2{
    font-size: 40px;
}

.prs h2{
    margin-left: 0px;
}

.vst {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vst h5{
    padding: 2px 5px;
    border: transparent;
    margin-left: 15px;
    border-radius: 20px;
    animation: anime 3s 0s infinite linear;
}

@keyframes anime{
    0%{
        background-color: #7e75fd;
    }

    50%{
        background-color: #fdff85;
    }

    100%{
        background-color: rgb(130, 248, 126);
    }
}

.ads {
    position: relative;
    top: 60px;
    h2 {
        position: relative;
        font-family: arial;
        font-size: 45px;
        text-align: center;
        top: 15px;
    }
    
    h3 {
        top: 15px;
        position: relative;
        color: #555353;
        font-family: arial;
        font-size: 30px;
        text-align: center;
        bottom: 30px;
    }
    
    .body {
        box-shadow: 0px 2px 2px 0px;
        border: 3px solid darkblue;
        padding: 20px;
        border-radius: 20px;
        margin: auto;
        top: 40px;
        left: 20px;
        position: relative;
        height: 180px;
        width: 780px;
        background-color: #FFABB1;
        
        h1{
            margin-bottom: 10px;
            margin-left: 10px;
            Font-size: 30px;
            font-family: monospace;
        }
        
        .body1 {
            display: flex;
            align-items: center;
        }
        
        .body2 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
}

.bkt, .frt, .web, .body1 {
    font-size: 30px;
}

.bd22 img {
    rotate: -10deg;
    height: 150px;
    width: 160px;
    position: relative;
    bottom: 30px;
    animation: rotate 3s 0s infinite linear;
}

@keyframes rotate {
    0%{
        rotate: -10deg;
    }
    
    50%{
        rotate: 0deg;
    }
    
    100%{
        rotate: -10deg;
    }
}

.cnt {
    text-align: center;
    top: 170px;
    position: relative;
    
    h2{
        font-family: arial;
        font-size: 40px;
    }
    
    h3{
        position: relative;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 30px;
        color: #5A5757;
        top: 0px;
        bottom: 55px;
    }
    
    .inp {
        position: relative;
        top: 0px;
        height: 30px;
    }
}

#inp, #states {
    background-color: #F6F6F6;
    font-size: 25px;
    padding: 0px 10px;
    border-radius: 10px;
    border: 1px solid black;
    margin-bottom: 15px;
    height: 60px;
    width: 450px;
}

.check {
    position: relative;
    top: 5px;
    left: -145px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    #chx {
        font-size: 50px;
    }
    
    h2 {
        font-size: 18px;
        font-family: georgia;
        margin-left: 5px;
    }
}

#sub {
    border: transparent;
    position: relative;
    top: 40px;
    padding: 5px;
    background-color: #4452F7;
    height: 50px;
    width: 450px;
    border-radius: 10px;
    font-size: 25px;
    
    #bpn {
        text-decoration: none;
        text-align: center;
        color: white;
        padding-left: 0px;
        background-color: transparent;
        transition: .2 ease-out;
    }
    
    #bpn:hover {
        color: #4452F7;
    }
    
}

#sub:hover{
    #bpn{
        color: #4452F7;
    }
    background-color: white;
    border: 2px solid #4452F7;
}

#area {
    font-size: 25px;
    width: 450px;
    padding: 7px 10px;
    height: 170px;
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid black;
}

#cnt {
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.count {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 200px;
    width: 470px;
    top: 50px;
    bottom: 50px;
    font-size: 30px;
    position: relative;
    h2{
        margin-left: 15px;
        font-size: 30px;
        font-family: georgia;
        color: blue;
        font-weight: lighter;
    }
}

.nm, .em, .pn {
    color: #293EF1;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
}

#ank {
    text-decoration: none;
    margin-left: 15px;
}

.bar img {
    height: 200px;
    width: 200px;
}

.oth {
    margin-left: 140px;
    margin-right: 80px;
}

.fd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc img {
    top: 10px;
    position: relative;
    height: 450px;
    width: 470px;
}

.pc h3 {
    position: relative;
    top: 90px;
}

.pc{
    position: relative;
    top: 170px;
}

.fd {
    position: relative;
    top: 0px;
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 350px;
    background-color: #67676A;
    position: relative;
    height: 60px;
    width: 1010px;
    padding: 10px;
}

footer h3 {
    font-family: arial;
    font-weight: lighter;
    text-align: center;
    color: white;
}