@import url('https://fonts.googleapis.com/css2?family=Anton&family=Grey+Qo&family=Oswald:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif; 
}




html, body{
    background-image: url(./images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8f4e5;
    min-height: 100%;
    overflow-x: hidden;
    width: auto;
    
}

/*
.profile-card{
  margin: 5rem auto;
    background-color: #3b404b;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.9);
    border-radius: 4px;
   
}




.card{
   
    background-color: #3b404b;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    overflow: hidden;
}
*/

/*=================BACKGROUND====================
.bg{
    position: absolute;
     left: 0px;
     right: 0px;
     bottom: 0px;
     top: 0px;  
     overflow: hidden;
 }

.circle-1{
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 0% 10% 40% 15%;
    transform: rotateZ(20deg) translateX(-100px);
    background: linear-gradient(40deg,black, #bf9a00);
    overflow: hidden;
}

.circle-1 img{
    width: 50%; 
}
.circle-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 250px;
    height: 250px;
    border-radius: 0% 10% 40% 15%;
    transform: rotateZ(140deg) translateX(-100px) translateY(-100px);
    background: linear-gradient(40deg,black, #bf9a00);
    overflow: hidden;
}

.sm-circle-1{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(40deg,black, #bf9a00);
}

.sm-circle-2{
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(40deg,black, #bf9a00);
}
/*================CARD====================*/
.profile-card{
    margin: 40px auto;
    display: flex;
    align-content: center;
    width:340px; 
    background-color: #e9e9e9;
    padding: 2rem; 
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.75);
}


.profile-card .top{
    position: absolute;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 30px;
}

.profile-card .top i {
    cursor: pointer;
    text-decoration: none; 
}

.profile-card .top img{
    width: 65%;
    margin-left: -1.8rem;
    margin-top: -2rem;
    
}

.profile-card .toggle_dark i{
    color: #bf9a00;
    margin-top: -2rem;
    margin-left: 12rem;
    position: absolute;
}

.profile-card .middle{
    text-align: center;
}

.profile-card .profile-wrapper{
    width: 150px;
    height: 150px;
    margin: 0px auto;
    position: relative
}

.profile-card .middle .profile-image{
    width: 150px;
    height: 150px;
    border-radius: 5%;
    background: url("./images/kdlleeback.png");
    background-size: cover;
    margin: 0px auto;
    margin-top: 50px;
}


.theback {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    text-align: center;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    min-height: 0px;
}

p {
    display: inline;
    float: left;
    margin: 0;
}
ul {
    margin-top: 0;
    padding-left: 110px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
ul li {
    line-height: 40px;
    margin: 0;
}

.title{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #bf9a00;
   
}
.subheading-1{
    color: #292929;
 
}
.subheading{
    font-size: 16px;
    color: #bf9a00;
}

.short{
    margin-top: 10px;
    font-size: 14px;
    color: #292929;
}

.btn{
    width: max-content;
    font-size: 14px;
    color: #e5e5e5;
    border-radius: 5px;
    background: linear-gradient(40deg,black, #bf9a00);
}



.social-icons{
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  
}



.col{
    text-align: center;
}

.col .icon{
    width: 50px;
    height: 50px;
    border-radius: 5%;
    background: rgba(191, 154, 0, 1.0);
    background: -webkit-linear-gradient(top left, rgba(191, 154, 0, 1.0), rgba(20, 20, 20, 1.0));
    background: -moz-linear-gradient(top left, rgba(191, 154, 0, 1.0), rgba(20, 20, 20, 1.0));
    background: linear-gradient(to bottom right, rgba(191, 154, 0, 1.0), rgba(20, 20, 20, 1.0));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
    text-align: center;
    margin: 0px auto;
    box-shadow: 0px 2px 5px gray;
}

.sub{
    font-size: 12px;
    margin-top: 5px;
    color: #bf9a00;
}
.check-profile{
    color: #e5e5e5;
}

.profile-phone{
    color: #e5e5e5;
}

.call-tab{
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.call-tab .btn{
    padding: 10px 42px;  
    position: relative;
   
}

.call-tab a{
    text-decoration: none;
}
.profile-email i {
    color: #e5e5e5;
    
}

.profile-email{
    text-decoration: none;
}

.col:nth-child(3) .icon {
    background-color: #0e76a8;
}

.btn{
    cursor: pointer;
}

.website-code{
    position: relative;
    display: flex;
    width: 70px;
    height: 70px;
   
  
    margin: 10px auto;
    box-shadow: 0px 4px 4px gray;
    min-height: 0px;
}



h1{
    font-size: 16px;
    padding: 7px 7px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

h1.deepshadow{
    color: #e0dfcc;
    background-color: #333;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
}

h1.retroshadow {
    color: #2c2c2c;
   
    letter-spacing: .05em;
    text-shadow: 2px 2px 0px #d5d5d5, 3px 3px 0px rgba(0,0,0,0.2);
}

.photo{ align-items: center;
    justify-content: center;
    display: flex;
   
    overflow: hidden;
    position: relative;
}

.photo img{
   width: 12rem;
   padding: 1.2rem 0;

}

.back .btn{
    margin-top: 2rem;
}

.back img{
    width: 205px;
}
/*
@media only screen and (max-width: 1440px) {
    .profile-card{
        margin-top: .7rem;
        padding: 2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 320px; 
        border-radius: 10px;
        height: 45rem;
        
    }

    .col .icon{
        width: 40px;
        height: 40px;
    }

    .call-tab .btn{
        padding: 8px 36px;  
    }

    .photo img{
    width: 250px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
}

@media only screen and (max-width: 412px) {
    .profile-card{
        margin-top: .7rem;
        padding: 2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 320px; 
        border-radius: 10px;
        height: 45rem;
        
    }

    .col .icon{
        width: 40px;
        height: 40px;
    }

    .call-tab .btn{
        padding: 8px 36px;  
    }

    .photo img{
    width: 250px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
}

@media only screen and (max-width: 393px) {
    .profile-card{
        margin-top: .2rem;
        padding: 1.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 320px; 
        border-radius: 10px;
        height: 44rem;
        
    }

    .col .icon{
        width: 35px;
        height: 35px;
    }

    .call-tab .btn{
        padding: 8px 36px;  
    }

    .social-icons{
        margin-top: 5px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 10px;
    }

    .photo img{
        width: 250px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 393px) {
    .profile-card{
        margin-top: .2rem;
        padding: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px; 
        border-radius: 10px;
        height: 44rem;
        
    }

    .col .icon{
        width: 35px;
        height: 35px;
    }

    .sub{
        font-size: 10px;
        margin-top: 5px;
        color: #bf9a00;
    }
}

@media only screen and (max-width: 360px) {
    .profile-card{
        margin-top: .2rem;
        padding: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 285px; 
        border-radius: 10px;
        height: 42rem;
        
    }

    .col .icon{
        width: 35px;
        height: 35px;
    }

    .sub{
        font-size: 10px;
        margin-top: 5px;
        color: #bf9a00;
    }

     .photo img{
        width: 200px;
        margin-bottom: 1.4rem;
        margin-top: 1rem;
    }

    .profile-card .top img{
   
        width: 45%;
       margin: -20px;
       margin-bottom: -100px;
    
    }
   
}
