* {
    font-family: 'Lexend Deca', sans-serif;
    scroll-behavior: smooth;
    cursor: url("https://i.pinimg.com/originals/8c/39/78/8c39788eb3584941e3ca97b6d6d9edad.png") 51 51, auto;
}



/* width */
::-webkit-scrollbar {
    width: 0;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0);
}

/* loadding */
.loadpage {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(3);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cc8d8a;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* menu all */
.navbar a {
    font-weight: 700;
    color: #FFEEDE;
}

.navbar:hover a {
    color: #FFEEDE;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.menubox {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    background-color: #9A2F39;
    border-bottom: 3px solid #FFEEDE;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.body {
    margin-top: 75px;
}

.navbar-collapse {
    transition: 0.5s;
    justify-content: flex-end;
}

.navbar-toggler:focus {
    outline: none;
}

.nav-link {
    text-align: right;
    width: auto !important;
    padding: 0px !important;
    position: relative;
    font-size: 24px;
    margin: 18px 18px;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    font-size: 48px;
    color: #fff;
    padding: 0;
}

.nav-link:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 0;
    height: 8px;
    background-color: #FFEEDE;
    transition: .5s;
}

.nav-link:hover:before {
    width: 50%;
}

.nav-link:after {
    content: "";
    position: absolute;
    bottom: -19px;
    right: 50%;
    width: 0;
    height: 8px;
    background-color: #FFEEDE;
    transition: .5s;
}

.nav-link:hover:after {
    width: 50%;
}

.tick:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 60px;
    opacity: 0;
    width: 100%;
    height: 80px;
    background-color: #FFEEDE;
    animation-name: tick;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes tick {
    0% {
        height: 80px;
        bottom: 60px;
        opacity: 0;
    }

    50% {
        height: 4px;
        bottom: -19px;
        opacity: 1;
    }

    70% {
        height: 20px;
        bottom: -19px;
        opacity: 1;
    }

    100% {
        height: 8px;
        bottom: -19px;
        opacity: 1;
    }
}

.tick:hover:after {
    width: 100%;
}

.tick:hover:before {
    width: 0%;
}

.menuicon {
    width: 36px;
}

.menuicon path {
    fill: #FFEEDE;
}

@media (max-width: 768px) {
    .nav-link:before {
        display: none;
    }

    .nav-link:after {
        right: 0;
    }

    .tick:after {
        width: 50%;
        animation-delay: 0.1s;
    }

    .tick:hover:after {
        width: 50%;
    }
}

/* bg color */
.bgcolor1 {
    background-color: #FFEEDE;
}

.bgcolor2 {
    background-color: #9A2F39;
}

.bgcolor3 {
    background-color: #7B252C;
}

/* about me */
.nameme {
    width: 100%;
    margin: 24px 0;
}

.job {
    font-size: 48px;
    text-align: center;
    color: #9A2F39;
    background-color: #FFEEDE;
}

.about1 {
    position: relative;
}

.avatar {
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    overflow: hidden;
}


.content {
    color: #FFEEDE;
    font-size: 18px;
    animation-delay: 2.5s;
}

.about1a {
    text-align: center;
    color: #FFEEDE;
    font-size: 18px;
    margin: 0;
    animation-delay: 2s;
}

.about1b {
    text-align: center;
    color: #FFEEDE;
    font-size: 36px;
    font-weight: 700;
    animation-delay: 2s;
}

@media (max-width: 768px) {
    .avatar {
        right: 30px;
        height: 350px;
        top: 300px;
    }

    .about1b {
        font-size: 24px;
    }

    .content {
        color: #FFEEDE;
        font-size: 15px;
    }

    .nav-link:before {
        content: "";
        position: absolute;
        bottom: -19px;
        left: 50%;
        width: 0;
        height: 8px;
        background-color: #FFEEDE;
        transition: .5s;
    }
}

/* statement */
.anhmilton {
    width: 90%;
    position: absolute;
    top: 55px;
}

.milton {
    margin-top: 55px;
    width: 100%;
}

.contenta {
    color: #FFEEDE;
    font-size: 18px;
    animation-delay: 2s;
}

/* skills */
.load {
    height: 100%;
    padding-top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 15%;
    box-shadow:inset 0px 0px 0px 15px #FFEEDE; */
}

.loadbox {
    width: 70%;
    position: absolute;
    top: 15%;
    left: 15%;
}

.loading {
    width: 70%;
    position: absolute;
    top: 15%;
    left: 15%;
}

.loading circle {
    stroke-dasharray: 0 567;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

#pts circle {
    animation-name: loadpts;
}

#ai circle {
    animation-name: loadai;
}

#pr circle {
    animation-name: loadpr;
}

#ae circle {
    animation-name: loadpr;
}

#clip circle {
    animation-name: loadclip;
}

#sket circle {
    animation-name: loadpr;
}

#ks circle {
    animation-name: loadpr;
}

#camera circle {
    animation-name: loadpr;
}

@keyframes loadpts {
    0% {
        stroke-dasharray: 0 567;
        stroke: #cc8d8a;
    }

    30% {
        stroke-dasharray: 0 567;
        stroke: #7B252C;
    }

    100% {
        stroke-dasharray: 430 567;
        stroke: #7B252C;
    }
}

@keyframes loadai {
    0% {
        stroke-dasharray: 0 567;
        stroke: #cc8d8a;
    }

    30% {
        stroke-dasharray: 0 567;
        stroke: #7B252C;
    }

    100% {
        stroke-dasharray: 410 567;
        stroke: #7B252C;
    }
}

@keyframes loadpr {
    0% {
        stroke-dasharray: 0 567;
        stroke: #cc8d8a;
    }

    30% {
        stroke-dasharray: 0 567;
        stroke: #7B252C;
    }

    100% {
        stroke-dasharray: 340 567;
        stroke: #7B252C;
    }
}

@keyframes loadclip {
    0% {
        stroke-dasharray: 0 567;
        stroke: #cc8d8a;
    }

    30% {
        stroke-dasharray: 0 567;
        stroke: #7B252C;
    }

    100% {
        stroke-dasharray: 480 567;
        stroke: #7B252C;
    }
}

.textskill {
    position: absolute;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #7B252C;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .textskill {
        font-size: 18px;
    }
}

.iconskillsmall {
    height: 20%;
    position: absolute;
    top: 40%;
    transition: 0.5s;
}

.iconskillbig {
    height: 26%;
    position: absolute;
    top: 37%;
    transition: 0.5s;
}

/* .load:hover img {
    transform: scale(1.3);
} */

/* projets */
/* .fancybox__slide {
    background-color: #7B252C;
}

.fancybox__thumbs {
    background-color: #7B252C;
} */
.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: #7B252C;
}

.projectbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #9A2F39;
    margin-top: 15px;
    /* border-radius: 30px; */
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.4);
}

.projectimage {
    margin-top: 36px;
    width: 70%;
    max-height: calc(15vw);
    overflow: hidden;
    /* border-radius: 20px; */
    border: 8px solid #fff;
    transition: 0.5s;
}

.textAlbum {
    text-align: center;
    font-size: 24px;
    color: #FFEEDE;
    padding: 0%;
    margin: 0;
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .textAlbum {
        font-size: 18px;
    }

    .projectimage {
        max-height: calc(22vw);
    }
}

.projectimage:hover {
    transform: translateY(-24px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 0px 0px, rgba(0, 0, 0, 0.2) 0px 16px 0px 0px, rgba(0, 0, 0, 0.2) 0px 24px 0px 0px;
}

/* contact */
.imagecontact {}

.container-fluid {
    padding: 0;
    padding-top: 24px;
    background-color: #7B252C;
}

.contactbox {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin-top: 15px;
    background-color: #7B252C;
    padding: 16px;
}

.textcontact1 {
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}
.textcontact2 {
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #cc8d8a;
    margin-top: 8px;
}
.contacticon {
    width: 10vw;
    height: 10vw;
}
@media (max-width: 576px) {
    .contacticon {
        width: 20vw;
        height: 20vw;
    }
}