@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    overflow-x: hidden;
}

/* HEADER */
.header-section {
    background-color: white;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo-header {
    width: 150px;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    display: none;
}

.nav-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
}

#top-btn-fresha {
    background-color: #9D9570;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    font-size: 18px;
}

.header-section{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#top-btn-fresha{
    background-color: #9D9570;
    border: none;
    padding: 6px 25px;
    border-radius: 15px;
    color: white;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.header{
    padding: 0px 42px;
}

.flag-logo{
    width: 30px;
    height: 20px;
}

.header-link-name{
    font-size: 20px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    padding-right: 30px;
}

.another-padding{
    padding: 0px 40px;
}

.logo-header{
    width: 180px;
    object-fit: contain;
    height: 90px;
}

/* TOP HERO SECTION */

#top-hero-section{
    background: linear-gradient(90deg, #121212 0%, rgba(18,18,18,0) 100%),  url('images/top-bck.png') no-repeat center center/cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0px 140px 0px;
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.top-title{
    font-size: 76px;
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    text-shadow: 
    -2px -2px 0 black, 
    2px -2px 0 black, 
    -2px 2px 0 black, 
    2px 2px 0 black;
    line-height: normal;
}

.top-subtitle{
    font-size: 24px;
    text-shadow: 
    -1px -1px 0 black, 
    1px -1px 0 black, 
    -1px 1px 0 black, 
    1px 1px 0 black;
    margin-top: 20px;
}

#fresha-btn{
    border: none;
    background-color: #d1bea8;
    padding: 20px 30px;
    font-weight: bold;
    margin: 20px;
}

#services-btn{
    border: 1px solid white;
    background: transparent;
    padding: 20px 30px;
    color: white;
    font-weight: bold;
    margin: 20px;
}

#services-section{
    opacity: 0;
    transform: translateY(100px) scale(0.9);
    filter: blur(10px);
    transition: all 1.2s ease-out;
}

#services-section.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}


/* CREAMY BACKGROUND */

.creamy-bck{
    background-color: #f5f5f5;
    padding: 100px 0px;
}

.info-bar{
    background-color: white;
    padding: 40px 60px;
    margin-top: -200px;
    position: relative;
}

.info-box {
    margin-top: 30px;
}

.info-title{
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
    font-family: "Barlow", sans-serif;
}

.creamy-sm-div{
    background-color: #d1bea8;
    width: 80px;
    height: 5px;
}

.info-text{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

/* DESCRIPTION */

.description-part{
    padding: 130px 0px;
    animation: spin 5s linear infinite;
}

.desc-title{
    font-size: 48px;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    line-height: normal;
}

.sm-text-desc{
    margin: 25px 0px;
}

.numbers{
    font-size: 48px;
    font-family: "Barlow", sans-serif;
    font-weight: bolder;
}

.creamy-text{
    color: #d1bea8;
}

.title-numbers{
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    line-height: normal;
}

/* SERVICES */

.title-services{
    font-size: 48px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: normal;
}

.sub-title-services{
    font-family: "Barlow", sans-serif;
    line-height: normal;
    font-size: 18px;
    margin-top: 30px;
}

.white-bck-services{
    background-color: white;
    margin-top: 70px;
    padding: 0px 80px 80px 80px;
}

.name-service{
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
}

.service-img{
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin: 30px;
}

.desc-service{
    font-family: "Barlow", sans-serif;
}

.in-service{
    transition: transform 0.5s ease-in-out;
}

.choose-section .col-lg-3{
    transition: transform 0.5s ease-in-out;
}

.in-service{
    margin-top: 90px;
}

.in-service:hover{
    transform: scale(1.1);
}

.choose-section .col-lg-3:hover{
    transform: scale(1.1);
}

#margin-fresha{
    margin-top: 40px;
}

/* BARBERS */


.saq{
    background-image: url("barbers-img/barber-1.jpg");
}

.art{
    background-image: url("barbers-img/barber-1.jpg");
}

.sam{
    background-image: url("barbers-img/barber-1.jpg");
}

.barber-card{
    padding: 160px 0px 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.barber-card.aos-animate {
    opacity: 1;
    transform: translateY(0);
}

.name-barber{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.big-title-barbers{
    font-size: 72px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}

#barbers-section{
    background-color: #d1bea8;
    margin-top: 60px;
    padding: 40px 0px;
}

.job-barber{
    font-weight: 900;
    color: #9D9570;
    font-size: 17px;
    margin-bottom: 10px;
}

.icon-contact{
    color: white !important;
    margin: 5px;
    font-size: 23px;
}

#btn-to-fresha-barber{
    margin-top: 22px;
    border: none;
    background-color: #9D9570;
    color: white;
    padding: 9px;
    border-radius: 18px;
    font-weight: bold;
}

/* GALLERY */

.image-container-div {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.4s ease-in-out;
}

.image-container-div:hover .gallery-img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    color: white;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    border-radius: 8px;
}


.image-container-div:hover .overlay {
    opacity: 1;
}

/* ABOUT BLOCK */

.about-block{
    background-image: url("images/about-block.png");
    background-attachment: fixed;
    filter: grayscale(0.2);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 222px 0px 60px 0px;
}

.text-about-block{
    font-size: 48px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: normal;
}

/* CHOOSE SECTION */

.choose-text{
    margin-top: 15px;
}

.choose-section{
    margin-top: 130px;
}

/* COMMENTS CAROUSEL */

.comments-part{
    padding: 0px 0px 100px 0px;
}

.comment {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.comment.show {
    opacity: 1;
    transform: translateY(0);
}

.testimonial {
    text-align: center;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
}
.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}
.testimonial .stars {
    color: gold;
}
.carousel-control-prev, .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.width-small{
    width: 70%;
}

.name-commenter{
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

.margin-title{
    margin: 120px 0px 40px 0px;
}

/* CONTACT SECTION */

.contact-section{
    background: linear-gradient(90deg, #121212 0%, rgba(18,18,18,0) 100%),  url('images/contact-bck.png') no-repeat center center/cover;
    background-attachment: fixed;
    padding: 150px 0px 70px 0px;
}

.title-contact{
    font-size: 52px;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    line-height: normal;
}

.sm-text-contact{
    margin-top: 20px;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
}

.white-block{
    background-color: white;
    width: 67px;
    height: 67px;
}

.contact-icon{
    width: 36px;
    height: 36px;
}

.contact-name{
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
}

.textes-contact{
    padding: 25px 0px 30px 30px;
}

.contact-block{
    padding: 30px 0px 0px 0px;
}

.form-container {
    width: 100%;
    padding: 40px;
    background-color: white;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

label {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

input, textarea {
    border: none;
    border-bottom: 2px solid black;
    padding: 10px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.input-group {
    flex: 1;
}

.fresha-btn:hover {
    background-color: #b8a38c;
}

textarea {
    resize: none;
}

.contact-btn{
    width: 50%;
    margin-left: 0px !important;
}

/* FOOTER */


.footer {
    background-color: #111;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer p {
    margin: 0;
    font-size: 22px;
}

.social-icons a {
    color: white;
    font-size: 28px;
    margin-left: 15px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
    color: #ccc;
    transform: scale(1.2);
}

/* ANIMATION */

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}

/* MEDIA QUERIES */

@media (min-width: 1025px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .header-section {
        padding: 20px 0;
    }

    .header-link-name {
        font-size: 20px;
    }

    #top-btn-fresha {
        padding: 10px 30px;
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }

    .description-text{
        text-align: center;
    }

    .header {
        flex-direction: row;
        justify-content: space-between;
    }

    .links-header {
        flex-wrap: wrap;
        gap: 15px;
    }

    .header-link-name {
        font-size: 18px;
    }

    #top-btn-fresha {
        font-size: 18px;
        padding: 8px 25px;
    }

    .logo-header {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }

    #top-btn-fresha {
        width: 100%;
        text-align: center;
    }

    .header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .barber-card{
        padding-top: 200px;
    }

    .links-header {
        flex-direction: column;
        gap: 10px;
    }

    .header-link-name {
        font-size: 16px;
        padding: 5px 0;
    }

    #top-btn-fresha {
        font-size: 16px;
        padding: 6px 20px;
    }

    .logo-header {
        width: 130px;
    }

    .text-about-block,.title-services{
        font-size: 36px;
    }

    .top-title,.big-title-barbers{
        font-size: 66px;
    }
}

@media (max-width: 480px) {
    .header-link-name {
        font-size: 14px;
    }

    #top-btn-fresha {
        font-size: 14px;
        padding: 5px 15px;
    }

    .logo-header {
        width: 120px;
    }

    .container {
        padding: 0 10px;
    }
}