
/*FONT FOR LOGO*/
@font-face {
    font-family: 'AnandaBlackPersonalUseRegular-rg9Rx'; /* Nom de la police */
    src: url('../fonts/AnandaBlackPersonalUseRegular-rg9Rx.ttf') format('ttf'),
    url('../fonts/AnandaBlackPersonalUseRegular-rg9Rx.ttf') format('truetype');
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: Poppins, sans-serif;
}


:root{
    --bg-color: #fff;
    --snd-bg-color: #DCE6ED;
    --main-color: #113D60;
    --text-color: #000;
    --secondary-color: orange;
}


html{
    font-size: 62.5%;
    overflow-x: hidden;
}


body{
    background: var(--bg-color);
    color: var(--text-color);
}


section{
    min-height: 100vh;
    padding: 7rem 9% 0;
    /*background: var(--bg-color) !important;*/
}


.dark-theme{
    --bg-color: #000106;
    --snd-bg-color:#000106;
    --main-color: #113D60;
    --text-color: #fff;
}



/*******************HEADER********************/
.header{
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 40px;
    background: var(--main-color);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
}


.navbar {
    display: flex;
    gap: 2px;
    padding: 0;
    margin: 0;
}

.navbar a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    transition: 0.3s ease;
}


.language,
#icon {
    margin-left: 20px;
}

.header > .navbar,
.header > .language,
.header > #icon {
    margin-left: auto;
    display: flex;
    align-items: center;
}



.logo{
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: AnandaBlackPersonalUseRegular-rg9Rx, sans-serif;
}


.logo:hover{
    transform: scale(1.05);
}

.navbar > a{
    font-size: 1.9rem;
    color: #fff;
    margin-left: 5rem;
    font-weight: 700;
    transition: 0.3s ease;
}


.navbar a:hover,
.navbar a.active{
    color: var(--secondary-color);
}


.nav-link {
    position: relative;
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 5px 10px;
    margin: 0;
}


.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary-color);
    transition: width 0.4s ease;
}


.nav-link.active {
    color: var(--secondary-color);
}


.nav-link.active::after {
    width: 100%;
}


#menu-icon{
    font-size: 3.6rem;
    color: var(--bg-color);
    cursor: pointer;
    display: none;
    margin-left: 15px;
}



/*******************HOME********************/
.home{
    display: flex;
    justify-content: center;
    align-items: center;
}


#im_text{
    color: var(--secondary-color);
}


.home-img img{
    width: 25vw;
    border-radius:55%;
    box-shadow: 0 0 25px var(--main-color);
    cursor: pointer;
    animation: floatImage 4s ease-in-out infinite;
    transition: 0.4s ease;
}

.home-img img:hover{
    box-shadow: 0 0 25px var(--main-color),
    0 0 35px var(--main-color),
    0 0 45px var(--main-color);
}


@keyframes floatImage {

    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-2.4rem);
    }
    100%{
        transform: translateY(0);
    }
}

.home-content{
    margin-left: 5rem;
}

.home-content h3{
    font-size: 3.7rem;
    font-weight: 700;
}

.home-content h3:nth-of-type(2){
    margin-bottom: 2rem;
}

span{
    color: var(--main-color);
}


.home-content h1{
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-content p{
    font-size: 1.6rem;
}

.social-media a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0.2rem solid var(--main-color);
    border-radius:25%;
    font-size: 2rem;
    color: var(--main-color);
    margin: 3rem 1.5rem 3rem 0;
    transition: 0.3s ease;
}


.social-media a:hover{
    transform: scale(1.1) translateY(-10px);
    background-color: var(--main-color);
    color: var(--bg-color);
    box-shadow: 0 0 25px var(--main-color);
}


.btn{
    display: inline-block;
    padding: 1rem 2.8rem;
    background: var(--main-color);
    border-radius: 2rem;
    box-shadow: none;
    font-size: 1.6rem;
    color: var(--bg-color);
    letter-spacing: 0.1rem;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn:hover{
    box-shadow: 0 0 1.6rem  var(--main-color);
}


#btn{
    display: inline-block;
    padding: 1rem 2.8rem;
    background: var(--text-color);
    border-radius: 2rem;
    box-shadow: none;
    font-size: 1.6rem;
    color: var(--bg-color);
    letter-spacing: 0.1rem;
    font-weight: 600;
    transition: 0.3s ease;
}


/* Style pour le menu déroulant */
#cv-dropdown {
    display: none;
    position: absolute;
    height: 0; /* Commence avec une hauteur de 0 */
    overflow: hidden; /* Cache les éléments qui dépassent */
    transition: height 0.5s ease-in-out; /* Transition douce pour l'effet de glissement */
    width: 50rem;
    margin-top: 10px; /* Ajuste la distance entre le bouton et le menu */
    left: 0;
    z-index: 10; /* Place le menu au-dessus des autres éléments */
}


#cv-dropdown a {
    display: inline-block;
    padding: 1rem;
    background-color: #ddd;
    margin: 5px 0.7rem;
    border-radius: 1rem;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    box-shadow: 0 0 1rem black;
    font-size: 1.5rem;
}

#cv-dropdown a:hover {
    background-color: var(--main-color);
    color: var(--bg-color);
    transition: 0.6s ease-in-out;
}

#btn:hover{
    box-shadow: 0 0 1.6rem  black;
    transition: 0.4s ease;
}



/*******************ABOUT********************/
.about{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: var(--snd-bg-color);
}

.about .span_yellow{
    color: var(--secondary-color);
}

.about-img img{
    width: 25vw;
    /*
    border: 2px solid var(--main-color);
    */
    border-radius: 50%;

    box-shadow: 0 0 25px var(--main-color);
    cursor: pointer;
    transition: 0.4s ease;
}


/*.about-img img:hover{
    box-shadow: 0 0 25px var(--main-color),
    0 0 35px var(--main-color),
    0 0 45px var(--main-color);
}*/


.heading{
    font-size: 6rem;
    /*text-align: left;*/
}

.about-content{
    padding: 10rem 4rem;
}

.about-content h2{
    text-align: left;
    line-height: 1.2;
}

.about-content h3{
    font-size: 3rem;
}

.about-content p{
    font-size: 1.7rem;
    margin: 3rem 0 3rem;
    color: var(--text-color);
}


.about .span_me{
    color: var(--main-color);
}

.about .span_software_dev{
    color: var(--text-color);
}




/*******************PORTFOLIO********************/
.portfolio{
    width: 100%;
    display: block;
    min-height: 100vh;
    background-color: var(--bg-color);
}

.row{
    display: flex;
    flex-wrap: wrap;
}


.portfolio .container{
    max-width: 1170px;
    margin:auto;
}

/* Style for the navigation bar */
.portfolio .gallery-filter{
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.portfolio .gallery-filter .filter-item{
    color: #2a2932;
    font-size: 17px;
    border: 2px solid var(--main-color);
    text-transform: uppercase;
    display: inline-block;
    border-radius: 15px;
    margin-right: 8px;
    cursor: pointer;
    padding: 5px 15px 4px 15px;
    line-height: 1.2;
    transition: all 0.3s ease;
    animation: SclAnimation .4s ease;
}


@keyframes SclAnimation {
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}


/* Style for the active button */
.portfolio .gallery-filter .filter-item.active{
    background-color: var(--main-color);
    color: var(--bg-color);
}


/* Style for the images */
.portfolio .gallery-item{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
    animation: SclAnimation .4s ease;
    position: relative;
}

.gallery-filter .filter-item:hover{
    background: #2c3e50;
    color: white;
    transition: all 0.7s;
}


.portfolio .gallery-item .image{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.portfolio .gallery-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

/* Style for the hover effect */
.portfolio .gallery-item .image:hover img{
    transform: scale(1.1);
}

.portfolio h3{
    font-size: 2.5rem;
    margin-bottom: 17px;
    margin-top: 2px;
    text-align: center;
}

/*.mainContainer{
    padding: 0 4rem;
}*/

.portfolio h2{
    text-align: center;
}
.portfolio .gallery-item:hover .overlay{
    top: 0;
}

.overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(transparent, var(--main-color));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    transition: .4s ease;
}

.overlay h4{
    font-size: 13px;
    color: var(--main-color);
    text-align: center;
    margin-top: 10px;
}


.overlay p{
    font-size: 14px;
    color: white;
    text-align: center;
    width: 90%;
}

.action-aria .btn{
    display: inline-block;
    width: fit-content;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: var(--main-color);
    font-size: 17px;
    font-weight: 300;
    transition: .4s ease;
    border: 1px solid transparent;
}


.action-aria .btn:hover{
    background: transparent;
    border-color: white;
    color: white;
}



.action-aria{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Style for the responsiveness */
/*
@media (max-width: 992px){
    .portfolio .gallery-item{
        width: 33.33%;
    }
}
@media (max-width: 768px){
    .portfolio .gallery-item{
        width: 50%;
    }
}
*/


.subject i {
    font-size: 30px;
    color: orange;
    margin-right: 10px;
}

.progress-bar {
    display: flex;
    align-items: center;
}



.other-skills {
    text-align: center;
    margin-top: 10px;
}

.other-skills .sub-title h2 {
    font-size: 20px;
    margin-bottom: 17px;
    color: #333;
}

.icons-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.icons-container i {
    font-size: 32px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icons-container i:hover {
    transform: scale(1.2);
}




/*******************RESUME********************/
.resume-section {
    background-color: var(--bg-color);
    align-items: center;
    width: 100%;
    min-height: 100vh;
}


.resume-header .heading{
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 6rem;
}


.resume h3{
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-top: 2px;
    text-align: center;
}


.resume-header {
    text-align: center;
    margin-bottom: 40px;
}


.resume-header h3 {
    font-size: 2.5rem;
}


.resume-header h2 {
    font-size: 2.5rem;
    color: var(--text-color);
    margin-bottom: 10px;
}

.resume-header p {
    font-size: 1.5rem;
    color: var(--text-color);
}


.timeline {
    position: relative;
    padding-left: 50px;
}


/*
.timeline::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--snd-bg-color);
}
*/


.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 42px;
    bottom: 0;
    width: 2px;
    background: var(--main-color);
}



.timeline-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: var(--main-color);
    color: var(--bg-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.timeline-item .content {
    margin-left: 100px;
}

.timeline-item h3 {
    font-size: 2rem;
    color: var(--main-color);
}

.timeline-item h4 > span{
    font-size: 1.2rem;
    color: var(--bg-color);
    background: var(--main-color);
    border-radius: 15px;
    padding: 0.25rem 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 50px;
}

.timeline-item h4{
    margin-bottom: 10px;
    font-weight: bolder;
}


.timeline-item p {
    margin-top: 10px;
    font-size: 1.7rem;
    color: var(--text-color);
    text-align: left;
    font-weight: inherit;
}



/*******************SKILLS********************/
.skills{
    width: 100%;
    min-height: 100vh;
    background: var(--snd-bg-color);
}

.skills h2{
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--text-color);
    margin-top: 3px;
}

.skills span{
    color: var(--main-color);
}

.skills p{
    font-size: 18px;
}


.skills .main-title{
    max-width: 700px;
    margin: 0px auto;
    text-align: center;
    font-family: helvetica, serif;
}

.skills .main-title h1 {
    position: relative;
    font-size: 40px;
    color: #242223;
    margin-bottom: 30px;
    display: inline-block;
}

/*.skills .main-title h1::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 125%;
    left: 0;
    background-color: #808080;
}*/

.skills .row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 30px 3%;

}

.skills .row .col{
    flex-basis: 47%;
}

.skills .row .sub-title h2{
    position: relative;
    color: var(--main-color);
    font-size: 2.5rem;
    font-family: helvetica, serif;
    display: inline-block;
    margin-bottom: 30px;
}


.skills .row .sub-title h2::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 125%;
    left: 0;
    background-color: var(--text-color);
}


.skills .row .sub-title h2::after{
    content: '';
    position: absolute;
    width: 25%;
    height: 3px;
    top: calc(125% - 1px);
    left: 0;
    background-color: orange;
}


.subject{
    font-size: 18px;
    font-weight: lighter;
    color: var(--text-color);
    padding-bottom: 15px;
    text-transform: uppercase;
}

.skills .progress-bar{
    position: relative;
    width: 100%;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 15px;
    margin-bottom: 20px;

}

.row .progress-bar::after {
    position: absolute;
    content: attr(value);
    top: -35px;
    right: 0;
    color: var(--text-color);
    font-size: 18px;
}


.skills .progress-line{
    position: absolute;
    width: 0%;
    height: 7px;
    background-color: var(--secondary-color);
    border-radius: 15px;
    top: -1px;
    animation: animate 1.5s cubic-bezier(1, 0.2, 0.2, 1) forwards;
}

@keyframes animate {
    100%{
        width: 100%;
    }
}


.skills .progress-line::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: var(--secondary-color);
}


.skills .content_creator{
    padding: 20px 20px;
    background-color: #fff;
    background: var(--snd-bg-color);
    width: 100%;
}

.skills .content_creator h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10px;
    color: var(--text-color);
    margin-top: 20px;
}

.skills .content_creator p {
    text-align: center;
    font-size: 1.8rem;
    color: var(--text-color);
    max-width: 700px;
    margin: 30px auto;
    font-family: helvetica, serif;
}

.skills .content_creator .recently_p {
    text-align: center;
    font-size: 2.2rem;
    color: var(--text-color);
    max-width: 700px;
    margin: 30px auto;
    font-family: helvetica, serif;
    font-weight: bolder;
}

.content_creator .swiper {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 10px 10px;
}

.skills .content_creator .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
}

.swiper-slide img {
    width: 100%;
    height: auto;

}

.card-content {
    padding: 20px;
    text-align: center;
}

.skills .swiper .swiper-slide .card-content h2 {
    font-size: 2.3rem;
    margin-bottom: 10px;
    color: #222;
}

.skills .swiper .swiper-slide .card-content p {
    font-size: 1.7rem;
    color: #666;
    margin-bottom: 15px;
}

.skills .content_creator .swiper-slide a {
    text-decoration: none;
    font-size: 1.7rem;
    color: #fff;
    background-color: var(--main-color);
    padding: 12px 17px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.skills .content_creator .card-content .facebook_:hover {
    background-color: #0056b3;
}

.skills .content_creator .card-content .youtube_:hover {
    background-color: firebrick;
}


/*.swiper-pagination-bullet {
    background: #007bff;
    opacity: 0.8;
}*!*/

/*******************SERVICES********************/
.service{
    width: 100%;
    min-height: 90vh;
}

.service h2{
    text-align: center;
    margin-bottom: 1.5rem;
}

.service h3{
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.services-container{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 4rem;
}

.services-container .services-box{
    flex: 1 1 30rem;
    background: var(--snd-bg-color);
    padding: 2rem 2rem 6rem;
    border-radius: 2rem;
    text-align: center;
    border: 0.3rem solid var(--bg-color);
    transition: 0.3s ease;
}

.services-container .services-box:hover{
    border-color: var(--main-color);
    transform: scale(1.02);
}

.services-box i{
    font-size: 7rem;
    color: var(--main-color);
}

.services-box h3{
    font-size: 2.6rem;
}

.services-box p{
    font-size: 1.6rem;
    margin: 3rem 0 2rem;
}



/*******************CONTACT********************/
.contact{
    background: var(--snd-bg-color);
    min-height: 90vh;
}

.contact h2{
    margin-bottom: 3rem;
    color: var(--main-color);
    text-align: center;
}

.contact form{
    max-width: 80rem;
    margin: 1rem auto;
    text-align: center;
    margin-bottom: 3rem;
}

.contact form .input-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact form .input-box input,
.contact form textarea{
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background: var(--bg-color);
    border-radius: 0.8rem;
    border: 0.25rem solid var(--main-color);
    margin: 0.7rem 0;
    resize: none;
}

.contact form .input-box input{
    width: 49%;
    margin: 0.7rem 0.35rem;
}

.contact form .btn{
    margin-top: 2rem;
    cursor: pointer;
}

.contact span{
    color: var(--text-color);
}


/*FLOATING WHATSSAPP BUTTON*/
.btn_whatssapp{
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: var(--main-color);
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
    color: white;
}


.btn_whatssapp:hover{
    color: var(--secondary-color);
    border-radius: 22px;
    transition: all 0.5s;
}




/*******************FOOTER********************/
.footer .brand {
    font-family: initial;
    border: 2px solid;
    padding: 5px;
    border-radius: 7px;
    color: white;
    font-size: 22px;
    font-weight: bold;
}


.brand span{
    color: #000106;
    font-family: initial;
}

.footer .container {
    text-align: center;
    font-family: initial;
    padding: 3px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}


.footer{
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    background-color: var(--main-color);
}

.footer .social{
    text-align: center;
    padding-bottom: 17px;
    color: #fff;
}

.footer .social a{
    font-size: 25px;
    color: #fff;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    border-radius: 25%;
    margin: 0 10px;
    transition: 0.3s ease;
}

.footer .social a:hover{
    transform: scale(1) translateY(-10px);
    background-color: var(--main-color);
    color: #fff;
    box-shadow: 0 0 25px var(--main-color);
}


.footer .container img{
    width: 39px;
    height: 40px;
    background: #fff;
    border: 0.2rem solid white;
    border-radius: 25%;"
}


.footer .copyright{
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


/*PROGRESS BAR SCROLLING*/
.header .progress-bar{
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    height: 2.5px;
}

.header .progress-bar .progress-line{
    width: 0%;
    height: 100%;
    background-color: var(--secondary-color) !important;
}


/*LANGUAGE*/
/*JQUERY FOR CHANGING FLAG*/
.language-selected.en:before{
    background-image: url("https://flagsapi.com/US/flat/64.png");
}
.language-selected.fr:before{
    background-image: url("https://flagsapi.com/FR/flat/64.png");
}
.language-selected.ht:before{
    background-image: url("https://flagsapi.com/HT/flat/64.png");
}


.language ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.language ul li{
    list-style: none;
}


.language ul li a{
    display: block;
    color: #242223;
    padding-top: 5px 10px;
}


.language ul li:hover{
    background-color: var(--main-color);
    border-radius: 3px;
}

.language ul li a:hover{
    color: #ffffff;
}

.language ul li a:before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
]   background-size: ;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}


.language:hover ul{
    display: block;
}

.language{
    position: relative;
    width: 100px;
    margin-left: 220px;
    font-weight: bold;
}

.language-selected{
    display: flex;
    align-items: center;
    color: var(--bg-color);
    cursor: pointer;
}


.language-selected:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://flagsapi.com/US/flat/64.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}


a.en:before{
    background-image: url("https://flagsapi.com/US/flat/24.png");
}
a.fr:before{
    background-image: url("https://flagsapi.com/FR/flat/24.png");
}
a.ht:before{
    background-image: url("https://flagsapi.com/HT/flat/24.png");
}


/*DARK THEME*/
#icon{
    width: 20px;
    height: 20px;
    cursor: pointer;
}



.home-content .experience-stats {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 50px;
    margin-top: 70px;
    flex-wrap: wrap;
}

.home-content .experience-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.home-content .experience-stats h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: var(--main-color);
}

.home-content .experience-stats p {
    font-size: 13px;
    color: var(--text-color);
    margin: 0;
    text-align: left;
    line-height: 1.2;
}


.hidden {
    display: none;
}

#spinner {
    color: blue;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

#error {
    color: red;
    font-size: 14px;
    text-align: center;
}





/* ================ MÉDIAS QUERIES ================ */
/*RESPONSIVE DESIGN CODE*/

/*BREAKPOINT 1400PX*/
@media(min-width: 2560px) {
}


/*BREAKPOINT 1400PX*/
@media(min-width: 1920px) {
}


/*BREAKPOINT 1400PX*/
@media(min-width: 1440px) {
    html{
        font-size: 55%;
    }


    section{
        min-height: 100vh;
        padding: 7rem 9% 0;
    }

    .navbar a {
        text-decoration: none;
        color: #fff;
        padding: 20px 10px;
        transition: 0.3s ease;
    }

    .navbar > a{
        font-size: 1.9rem;
        color: #fff;
        margin-left: 5rem;
        font-weight: 700;
        transition: 0.3s ease;
    }

    .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 12px;
        width: 0;
        height: 2px;
        background-color: var(--secondary-color);
        transition: width 0.4s ease;
    }

    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 77px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .logo{
        font-size: 2.8rem;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s ease;
        font-family: AnandaBlackPersonalUseRegular-rg9Rx, sans-serif;
    }


    .home-content p{
        font-size: 1.7rem;
    }


    .timeline-item::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 42px;
        bottom: 0;
        width: 2px;
        background: var(--main-color);
    }

    .about{
        width: 100%;
        min-height: 1vh !important;
        padding: 9rem 9% 0;
    }

    .portfolio{
        width: 100%;
        min-height: 70vh;
        padding: 9rem 9% 5rem;
    }


    .resume-section {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .skills {
        width: 100%;
        min-height: 80vh;
        padding: 9rem 9% 5rem;
    }


    .service {
        width: 100%;
        min-height: 70vh;
        padding: 9rem 9% 0;
    }


    .contact {
        width: 100%;
        min-height: 20vh;
        padding: 9rem 9% 0;
    }

}



/*BREAKPOINT 1366*/
@media (max-width: 1366px ) {

    section{
        min-height: 100vh;
        padding: 7rem 9% 0;
    }

    .navbar a {
        text-decoration: none;
        color: #fff;
        padding: 20px 10px;
        transition: 0.3s ease;
    }

    .navbar > a{
        font-size: 1.7rem;
        color: #fff;
        margin-left: 5rem;
        font-weight: 700;
        transition: 0.3s ease;
    }

    .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 12px;
        width: 0;
        height: 2px;
        background-color: var(--secondary-color);
        transition: width 0.4s ease;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 77px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .logo{
        font-size: 2.2rem;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s ease;
        font-family: AnandaBlackPersonalUseRegular-rg9Rx, sans-serif;
    }


    .home-content p{
        font-size: 1.7rem;
    }


    .timeline-item::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 42px;
        bottom: 0;
        width: 2px;
        background: var(--main-color);
    }

    .about{
        width: 100%;
        min-height: 1vh !important;
        padding: 9rem 9% 0;
    }

    .portfolio{
        width: 100%;
        min-height: 70vh;
        padding: 9rem 9% 5rem;
    }


    .resume-section {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .skills {
        width: 100%;
        min-height: 80vh;
        padding: 9rem 9% 5rem;
    }


    .service {
        width: 100%;
        min-height: 80vh;
        padding: 8rem 9% 0;
    }


    .contact {
        width: 100%;
        min-height: 77vh;
        padding: 9rem 9% 0;
    }

}



/*BREAKPOINT 1280*/
@media (max-width: 1280px) {

    section{
        min-height: 100vh;
        padding: 7rem 9% 0;
    }

    .navbar a {
        text-decoration: none;
        color: #fff;
        padding: 20px 10px;
        transition: 0.3s ease;
    }

    .navbar > a{
        font-size: 1.7rem;
        color: #fff;
        margin-left: 5rem;
        font-weight: 700;
        transition: 0.3s ease;
    }

    .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 12px;
        width: 0;
        height: 2px;
        background-color: var(--secondary-color);
        transition: width 0.4s ease;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 83px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .logo{
        font-size: 2.2rem;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s ease;
        font-family: AnandaBlackPersonalUseRegular-rg9Rx, sans-serif;
    }


    .home-content p{
        font-size: 1.7rem;
    }


    .timeline-item::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 42px;
        bottom: 0;
        width: 2px;
        background: var(--main-color);
    }

    .about{
        width: 100%;
        min-height: 1vh !important;
        padding: 9rem 9% 0;
    }

    .portfolio{
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .resume-section {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .skills {
        width: 100%;
        min-height: 80vh;
        padding: 9rem 9% 5rem;
    }


    .service {
        width: 100%;
        min-height: 70vh;
        padding: 9rem 9% 5rem;
    }


    .contact {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 0;
    }

}


@media(max-width: 1260px) {

    .navbar > a{
        font-size: 1.5rem;
        color: #fff;
        margin-left: 5rem;
        font-weight: 700;
        transition: 0.3s ease;
    }


    .navbar a {
        text-decoration: none;
        color: #fff;
        padding: 20px 1px;
        transition: 0.3s ease;
    }


    .logo{
        font-size: 1.8rem;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s ease;
        font-family: AnandaBlackPersonalUseRegular-rg9Rx, sans-serif;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 78px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

}



/*BREAKPOINT 1140*/
@media(max-width: 1140px) {

    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 78px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }
}



/* BREAKPOINT 1112PX*/
@media(min-width: 1112px) {

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.5rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 10px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }
}


/* BREAKPOINT 1080PX*/
@media(max-width: 1080px) {

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.5rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 10px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }
}




/*TABLET SCREEN RESPONSIVE*/

/* BREAKPOINT 1024PX*/
@media(max-width: 1024px) {
    html{
        font-size: 55%;
    }

    .header{
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem 40px;
        background: var(--main-color);
        backdrop-filter: blur(10px);
        transition: all 0.5s ease;
    }

    .header .logo{
        font-size: 2.2rem;
    }

    section{
        min-height: 100vh;
        padding: 7rem 9% 0;
    }

    #menu-icon{
        display: block;
    }

    .navbar{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 255px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        background: var(--main-color);
        transition: all 0.5s ease;
        backdrop-filter: blur(10px);
    }

    .navbar a{
        display: block;
        padding: 17px;
        font-size: 22px;
    }

    .navbar.active{
        right: 0;
    }


    .navbar a {
        text-decoration: none;
        color: #fff;
        padding: 40px 10px;
        transition: 0.3s ease;
    }


    .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 12px;
        width: 0;
        height: 2px;
        background-color: var(--secondary-color);
        transition: width 0.4s ease;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .logo{
        font-size: 2.8rem;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s ease;
        font-family: AnandaBlackPersonalUseRegular-rg9Rx, sans-serif;
    }

    .home-content{
        margin-top: 7rem;
    }

    .home-img img{
        width: 30vw;
        margin-top: -12rem;
    }


    .home-content p{
        font-size: 1.7rem;
    }


    .home-content .experience-stats {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 50px;
        margin-top: 70px;
        flex-wrap: wrap;
    }

    .home-content .experience-stats .stat-item {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .home-content .experience-stats h2 {
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        color: var(--main-color);
    }

    .home-content .experience-stats p {
        font-size: 13px;
        color: var(--text-color);
        margin: 0;
        text-align: left;
        line-height: 1.2;
    }


    .timeline-item::before {
        content: '';
        position: absolute;
        left: 17px;
        top: 42px;
        bottom: 0;
        width: 2px;
        background: var(--main-color);
    }

    .about{
        width: 100%;
        min-height: 1vh !important;
        padding: 9rem 9% 0;
        margin-bottom: -80px;
    }

    .portfolio{
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .resume-section {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .skills {
        width: 100%;
        min-height: 80vh;
        padding: 9rem 9% 5rem;
    }


    .service {
        width: 100%;
        min-height: 70vh;
        padding: 9rem 9% 5rem;
    }


    .contact {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 0;
    }

    div.gallery .item{
        width: calc(50% - 8px);
    }


    .home{
        margin-bottom: -10px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -30px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -20px;
    }

    .service h2{
        margin-top: -70px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.5rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 8px 4px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

}


/*BREAKPOINT MIN 992PX*/
@media (min-width: 992px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        padding-left: 0;
    }

    .timeline::before {
        display: none;
    }

    .timeline-item {
        margin-bottom: 20px;
    }

    .timeline-item .icon {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }

    .timeline-item .content {
        margin-left: 40px;
    }
}



/*BREAKPOINT MAX 991PX*/
/*Display Icon Responsive*/
@media (max-width: 991px) {
    #menu-icon{
        display: block;
    }

    .navbar{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 255px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        background: var(--main-color);
        transition: all 0.5s ease;
        backdrop-filter: blur(10px);
    }

    .navbar a{
        display: block;
        padding: 17px;
        font-size: 22px;
        color: #fff;
    }

    .navbar.active{
        right: 0;
    }

    .home{
        flex-direction: column;
    }

    .home-content h3{
        font-size: 2.6rem;
    }

    .home-content h1{
        font-size: 5rem;
    }

    .home-content{
        order:2;
        margin-left: 1rem;
    }

    .home-img img{
        width: 70vw;
        margin-top: 4rem;
    }


    .experience-stats {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 700px;
        margin-top: 700px;
    }

    .experience-stats .stat-item {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .experience-stats h2 {
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        color: var(--main-color);
    }

    .experience-stats p {
        font-size: 13px;
        color: var(--text-color);
        margin: 0;
        text-align: left;
        line-height: 1.2;
    }


    .about{
        flex-direction: column-reverse;
    }

    .about-content{
        margin-left: -1.5rem;
        text-align: match-parent;
        padding: 3rem 0;
    }

    .about-img img{
        width: 70vw;
        margin-top: 4rem;
    }


    .portfolio .gallery-filter .filter-item{
        color: black;
        font-size: 17px;
        border: 2px solid var(--main-color);
        text-transform: uppercase;
        display: inline-block;
        border-radius: 15px;
        margin-right: 1px;
        cursor: pointer;
        padding: 5px 15px 4px 15px;
        line-height: 1.2;
        transition: all 0.3s ease;
        animation: SclAnimation .4s ease;
    }

    .service h2{
        margin-bottom: 3rem;
    }

    .header{
        padding: 2rem 3%;
    }
    section{
        padding: 10rem 3%;
    }
    .service{
        padding: 5rem 0;
        margin : 0;
    }

    .contact{
        margin-top: 30px;
    }

    .contact form .input-box input{
        width: 100%;
    }
    .footer{
        padding: 2rem 3%;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }


    .portfolio .gallery-item{
        width: 33.33%;
    }


    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -40px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }


    /*.timeline-item::before {
        content: '';
        position: absolute;
        padding: 10px;
        top: 42px;
        bottom: 0;
        width: 2px;
        background: var(--main-color);
    }*/


    /*.timeline-item .content {
        margin-left: -90px;
    }*/

}


/*BREAKPOINT 950px*/
@media(max-width: 950px) {

    .header .progress-bar{
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -40px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.5rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 8px 4px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .about{
        margin-bottom: -100px;
    }

}


/*BREAKPOINT 915px*/
@media(max-width: 915px) {

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -40px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }
}



/*BREAKPOINT 896px*/
@media(max-width: 896px) {
    .portfolio{
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .resume-section {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 5rem;
    }


    .skills {
        width: 100%;
        min-height: 80vh;
        padding: 9rem 9% 5rem;
    }


    .service {
        width: 100%;
        min-height: 70vh;
        padding: 9rem 9% 5rem;
    }


    .contact {
        width: 100%;
        min-height: 75vh;
        padding: 9rem 9% 0;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }

    .about{
        margin-bottom: -20px;
    }

}


@media (max-width: 869px) {
    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }

    .about{
        margin-bottom: -20px;
    }

}


/*BREAKPOINT 846px*/
@media(max-width: 846px) {
    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }

    .about{
        margin-bottom: -20px;
    }

}


/*BREAKPOINT 800px*/
@media(max-width: 800px) {

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .skills .other-skills{
        margin-top: 70px;
    }

    .about{
        margin-bottom: -20px;
    }

    .other-skills h2{
        margin-top: -70px;
    }

}

@media(max-width: 786px) {

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills h2{
        margin-top: -65px;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }
}


/*BREAKPOINT 768PX*/
@media(max-width: 768px) {
    main.row{
        grid-template-columns: 1fr;
    }

    .skills{
        padding: 30px 3%;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }


    .timeline {
        padding-left: 0;
    }

    .timeline::before {
        left: 15px;
    }

    .timeline-item .icon {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }

    .timeline-item .content {
        margin-left: 40px;
        text-align: justify-all;
    }


    .portfolio .gallery-item{
        width: 50%;
    }


    .skills .content_creator .cards{
        flex-direction: column;
    }

    .skills .content_creator .card{
        margin: 20px 0px;
    }

    .skills .content_creator .content-image{
        max-width: 100%;
    }


    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }


    .other-skills h2{
        margin-top: -70px;
    }

}


@media (max-width: 740px) {

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .about{
        margin-bottom: -20px;
    }

    .other-skills h2{
        margin-top: -70px;
    }
}



/*MOBILE SCREEN RESPONSIVE*/

/*BREAKPOINT 667*/
@media (max-width: 667px) {

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .skills .content_creator .swiper-slide a {
        text-decoration: none;
        font-size: 1.7rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 10px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }


    .other-skills h2{
        margin-top: -70px;
    }

}



/*BREAKPOINT 640*/
@media (max-width: 640px) {

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .about{
        margin-bottom: -20px;
    }

    .other-skills h2{
        margin-top: -70px;
    }

}



/*BREAKPOINT 617PX*/
@media(max-width: 618px) {

    html{
        font-size: 50%;
    }

    .home-img img{
        width: 70vw;
        margin-top: 8rem;
    }

    .about-img img{
        width: 70vw;
        margin-top: 4rem;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .skills h2{
        margin-top: -20px;
    }

    .content_creator{
        margin-bottom: -30px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

}


@media ( max-width: 600px) {
    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }


    .other-skills h2{
        margin-top: -70px;
    }
}


/*BREAKPOINT 575PX*/
@media (max-width: 575px){
    .portfolio .gallery-item{
        width: 100%;
    }

    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -55px;
    }

    .skills h2{
        margin-top: -20px;
    }

    #skillsparagraph{
        font-size: 2rem;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    .about{
        margin-bottom: -25px;
    }

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.6rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 6px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        color: #222;
        margin-top: 3px;
        max-width:300px
    }


    .swiper-slide img {
        width: 100%;
        height: 170px;

    }

    .card-content {
        padding: 3px;
        text-align: center;
    }

    .skills .swiper .swiper-slide .card-content p {
        font-size: 1.7rem;
        color: #666;
        margin-bottom: 15px;
    }

    .other-skills h2{
        margin-top: -77px;
    }

}


/*BREAKPOINT 540*/
@media(max-width: 540px) {
    .skills .row{
        flex-direction: column;
        margin-top: 30px;
    }

    .skills .main-title h1{
        font-size: 36px;
    }


    .row .col:nth-child(2){
        margin-top: 20px;
    }


    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -65px;
    }

    .skills h2{
        margin-top: -20px;
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    .about{
        margin-bottom: -25px;
    }

    .other-skills h2{
        margin-top: -70px;
    }


}



/*BREAKPOINT 480PX*/
@media(max-width: 480px) {

    .logo{
        font-size: 2rem;
    }

    .service{
        padding: 30px 3%;
    }

    /*PROGRESS BAR SCROLLING*/
    .header .progress-bar{
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        height: 2.5px;
    }

    .header .progress-bar .progress-line{
        width: 0%;
        height: 100%;
        background-color: var(--secondary-color);
    }


    /*FLOATING WHATSSAPP BUTTON*/
    .btn_whatssapp{
        width: 47px;
        height: 47px;
        bottom: 38px;
        right: 20px;
        line-height: 52px;
        border-radius: 10px;
    }

    .btn_whatssapp:hover{
        color: var(--secondary-color);
        border-radius: 22px;
        transition: all 0.5s;
    }


    /*RESPONSIVE FOR FOOTER*/
    .footer .brand {
        font-family: initial;
        border: 2px solid;
        padding: 5px;
        border-radius: 7px;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }


    .brand span{
        color: #000106;
        font-family: initial;
    }


    .footer .social a{
        font-size: 22px;
        color: var(--bg-color);
        border: 2px solid var(--bg-color);
        width: 38px;
        height: 38px;
        line-height: 42px;
        display: inline-block;
        text-align: center;
        border-radius: 25%;
        margin: 0 10px;
        transition: 0.3s ease;
    }


    .footer .social a:hover{
        transform: scale(1) translateY(-10px);
        background-color: var(--main-color);
        color: var(--text-color);
        box-shadow: 0 0 25px var(--main-color);
    }


    .footer .copyright{
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        color: var(--bg-color);
    }


    .resume-header h2 {
        font-size: 2rem;
    }

    .resume-header p {
        font-size: 1rem;
    }

    .timeline-item h3 {
        font-size: 1.3rem;
    }

    .timeline-item h4 {
        font-size: 1rem;
    }

    .timeline-item p {
        font-size: 1.7rem;
    }

    .timeline-item h4 h4{
        background: var(--bg-color);
        border-radius: 15px;
        padding: 0.25rem 0.7rem;
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: 600;
    }


    .timeline-item .icon {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        left: 16px;
        top: 39px;
        bottom: 0;
        width: 2px;
        background: var(--main-color);
    }


    /* Style pour le menu déroulant */
    #cv-dropdown {
        display: none;
        position: absolute;
        height: 0; /* Commence avec une hauteur de 0 */
        overflow: hidden; /* Cache les éléments qui dépassent */
        transition: height 0.5s ease-in-out; /* Transition douce pour l'effet de glissement */
        width: 50rem;
        margin-top: 10px; /* Ajuste la distance entre le bouton et le menu */
        left: 0;
        z-index: 10; /* Place le menu au-dessus des autres éléments */
    }


    #cv-dropdown a {
        display: inline-block;
        padding: 1rem;
        background-color: #ddd;
        margin: 5px 0.7rem;
        border-radius: 1rem;
        text-decoration: none;
        color: var(--text-color);
        font-weight: 500;
        box-shadow: 0 0 1rem black;
        font-size: 1.5rem;
    }

    #cv-dropdown a:hover {
        background-color: var(--main-color);
        color: var(--bg-color);
    }


    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -17px;
    }


    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -20px;
    }


    .skills h2{
        margin-top: -20px;
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    .about{
        margin-bottom: -25px;
    }

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.6rem;
        color:#fff;
        background-color: var(--main-color);
        padding: 9px 8px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .other-skills h2{
        margin-top: -70px;
    }

}



/*BREAKPOINT 430PX*/
@media (max-width: 431px) {

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -140px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -20px;
    }

    .skills h2{
        margin-top: -20px;
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }


    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    .about{
        margin-bottom: -25px;
    }

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.3rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 5px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }


    .swiper-slide img {
        width: 100%;
        height: 140px;

    }

    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.8rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 15px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .other-skills h2{
        margin-top: -70px;
    }

}



/*BREAKPOINT 414PX*/
@media (max-width: 415px) {

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -10px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -20px;
    }

    .skills h2{
        margin-top: -20px;
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    .about{
        margin-bottom: -25px;
    }


    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.8rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 15px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .other-skills h2{
        margin-top: -70px;
    }

}



/*BREAKPOINT 394PX*/
@media (max-width: 394px) {

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -90px;
    }

    .about{
        margin-bottom: -25px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        margin-top: -20px;
    }

    .skills h2{
        margin-top: -20px;
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }


    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.8rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 15px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

}

@media (max-width: 384px) {
    .contact{
        margin-bottom: -20px;
    }


    .other-skills h2{
        margin-top: -70px;
    }
}

/*BREAKPOINT 376PX*/
@media (max-width: 376px) {
    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
    }

    .contact{
        margin-bottom: -20px;
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }

    .service{
        margin-bottom: -40px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    .about{
        margin-bottom: -25px;
    }

    .home{
        margin-bottom: -50px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }
}


/*BREAKPOINT 360PX*/
@media (max-width: 361px) {

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
        font-size: 4.5rem;
    }

    .contact{
        margin-bottom: -20px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        font-size: 4.5rem;
    }

    .service h3{
        font-size: 2.2rem;
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }

    .resume-section{
        margin-bottom: -50px;
    }

    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }


    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    .home{
        margin-bottom: -50px;
    }

    .navbar > a{
        font-size: 1.8rem;
        color: #fff;
        margin-left: 5rem;
        font-weight: 700;
        transition: 0.3s ease;
    }

    .service .services-container .services-box {
        flex: 1 1 30rem;
        background: var(--snd-bg-color);
        padding: 1rem 3rem;
        border-radius: 2rem;
        text-align: center;
        border: 0.3rem solid var(--bg-color);
        transition: 0.3s ease;
        max-height: 400px;
    }

    .service .services-container .services-box p {
        font-size: 1.8rem;
        line-height: 1.8;
        margin: 1rem 0;
    }

    .service .services-container .services-box h3 {
        font-size: 2.7rem;
        margin-bottom: 2rem;
        word-wrap: break-word;
    }

    .services-container .services-box:hover{
        border-color: var(--main-color);
        transform: scale(1.02);
    }

    .content_creator{
        margin-bottom: -30px;
    }


    .skills .content_creator .swiper-slide a {
        text-decoration: none;
        font-size: 1.7rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 10px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.3rem;
        margin-bottom: 10px;
        color: #222;
        margin-top: 1px;
        max-width:300px
    }

    .skills .content_creator .swiper-slide{
        transition: 0.3s ease;
    }

    .skills .content_creator .swiper-slide:hover {
        border-color: var(--main-color);
        transform: scale(1) translateY(-10px);
    }


    .skills .progress-bar{
        position: relative;
        width: 100%;
        height: 4px;
        background-color: var(--main-color);
        border-radius: 15px;
        margin-bottom: 20px;

    }

    .skills p{
        font-size: 20px;
    }


    .row .progress-bar::after {
        position: absolute;
        content: attr(value);
        top: -35px;
        right: 0;
        color: var(--text-color);
        font-size: 18px;
    }


    .skills .progress-line{
        position: absolute;
        width: 0%;
        height: 5px;
        background-color: var(--secondary-color);
        border-radius: 15px;
        top: -1px;
        animation: animate 1.5s cubic-bezier(1, 0.2, 0.2, 1) forwards;
    }

    .skills h2{
        font-size: 4rem;
    }


    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.8rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 15px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .other-skills h2{
        margin-top: -70px;
    }

}


@media(max-width: 344px) {

    .contact{
        margin-bottom: -110px;
    }
}

/*BREAKPOINT 320PX*/
@media(max-width: 320px) {

    .header .logo{
        font-size: 2rem;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s ease;
        font-family: AnandaBlackPersonalUseRegular-rg9Rx, sans-serif;
    }

    .experience-stats {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 700px;
        margin-top: 700px;
    }

    .experience-stats .stat-item {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .experience-stats h2 {
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        color: var(--main-color);
    }

    .experience-stats p {
        font-size: 13px;
        color: var(--text-color);
        margin: 0;
        text-align: left;
        line-height: 1.2;
    }


    .resume-header h2 {
        font-size: 2.5rem;
        color: var(--text-color);
        margin-bottom: 10px;
        margin-top: -60px;
    }

    .contact h2{
        margin-bottom: 3rem;
        color: var(--main-color);
        text-align: center;
        margin-top: -60px;
        font-size: 4rem;
    }

    .contact{
        margin-bottom: -10px;
    }



    #about_profil_id{
        margin-top: -50px;
        margin-bottom: -20px;
    }

    #profil_id{
        margin-bottom: -25px;
        margin-top: 30px;
    }

    #commit_id__{
        margin-left: 155px;
        margin-top: -130px;
    }

    .home{
        margin-bottom: -100px;
    }

    .service{
        margin-bottom: -40px;
    }

    .service h2{
        font-size: 4rem;
    }

    .service h3{
        font-size: 2rem
    }

    .skills h2{
        font-size: 4rem;
    }

    .skills .col . p{
        font-size: 80px;
    }


    .resume-section{
        margin-bottom: -50px;
    }


    .about{
        margin-bottom: -25px;
    }

    #me_id{
        color: var(--main-color);
    }

    #experience_id{
        color: var(--main-color);
    }

    #skillsparagraph{
        font-size: 1.9rem;
    }

    .navbar > a{
        font-size: 1.8rem;
        color: #fff;
        margin-left: 5rem;
        font-weight: 700;
        transition: 0.3s ease;
    }


    .skills .content_creator .swiper-slide .card-content a {
        text-decoration: none;
        font-size: 1.8rem;
        color: #fff;
        background-color: var(--main-color);
        padding: 9px 15px;
        border-radius: 5px;
        margin: 5px;
        display: inline-block;
        transition: background-color 0.3s ease;
    }

    .skills .swiper .swiper-slide .card-content h2 {
        font-size: 2.3rem;
        margin-bottom: 10px;
        color: #222;
        margin-top: 1px;
        max-width:300px
    }

    .service .services-container .services-box {
        flex: 1 1 30rem;
        background: var(--snd-bg-color);
        padding: 1rem 3rem;
        border-radius: 2rem;
        text-align: center;
        border: 0.3rem solid var(--bg-color);
        transition: 0.3s ease;
        max-height: 400px;
    }

    .service .services-container .services-box p {
        font-size: 1.7rem;
        line-height: 1.8;
        margin: 1rem 0;
    }

    .service .services-container .services-box h3 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
        word-wrap: break-word;
    }

    .services-container .services-box:hover{
        border-color: var(--main-color);
        transform: scale(1.02);
    }

  .other-skills h2{
      margin-top: -70px;
  }

}