body {
    background-color: #fffbf9;
}

/*------------------Hommepage------------------*/

/*------------------Titres------------------*/
h1 {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 7.375rem !important;
    line-height: 105%;
    color: #fffbf9; 
}

.h2-home {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 7.375rem !important;
    line-height: 105%;
    color: #0f0602;
    margin: 0;
}

.h2-contact {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.875rem !important;
    line-height: normal;
    color: #0f0602;
}

h3 {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125rem !important;
    line-height: normal;
    color: #0f0602;
}

/*------------------CTA------------------*/
.btn-primary {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.25rem;
    line-height: normal;
    text-transform: uppercase;
    gap: 12px;
    text-decoration: none;
    color: #ff6f20;
    width: 160px;
    height: 30px;
}

.btn-primary svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    transform-origin: center;
}

.btn-primary:hover svg path {
    fill: #0f0602;
}

.btn-primary:hover svg {
    transform: rotate(-45deg);
}

/*------------------Header------------------*/
header {
    position: fixed;
    width: 100%;
    background: rgba(255, 251, 249, 0.45);
    backdrop-filter: blur(50px);
    z-index: 10;
}

.navigation {
    display: flex;
    max-width: 1440px;
    height: 70px;
    padding: 0 0.563rem;
    justify-content: space-between;
    align-items: center;
    gap: 265px;
    flex-shrink: 0;
    position: relative;
    margin: 0 auto;
}

.logo {
    flex-shrink: 0;
}

.nav-link {
    display: flex;
    width: 502px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    list-style: none;
}

.link {
    color: #0f0602;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-decoration: none;
}

.link:hover {
    color: #ff6f20;
}

.btn-header {
    display: flex;
    padding: 0.625rem 1.563rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ff6f20;
}

.btn-header:hover {
    background-color: #0f0602;
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.burger-line {
    width: 25px;
    height: 3px;
    background-color: #0f0602;
    margin: 3px 0;
    transition: 0.3s;
}

.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 204px;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    background-image: url(../IMG/bg_burgerMenu.png);
    z-index: 999;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mobile-nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 200px 0 0 0;
}

.mobile-nav-links .link {
    font-size: 1.1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ff6f20;
    display: block;
    text-align: center;
}

.mobile-nav-links .link:last-child {
    border-bottom: none;
}

.mobile-btn-container {
    text-align: center;
}

.mobile-btn-header {
    display: inline-flex;
    padding: 0.75rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ff6f20;
    color: #0f0602;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-decoration: none;
}

.burger-logo {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/*------------------Section Hero------------------*/
.hero {
    width: 1440px;
    height: 954px;
    position: relative;
    margin: 0 auto;
}

.hero-title {
    font-family: "Averia Serif Libre", serif;
    font-size: 7.375rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.title-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.title-left {
    position: absolute;
    top: 70px;
    left: 50px;
    text-align: left;
}

.title-right {
    position: absolute;
    bottom: 40px;
    right: 50px;
    text-align: right;
}

.vidéo-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-vidéo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.vidéo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 1440px) {
    .title-right {
        bottom: 110px;
    }
}

/*------------------Section Dearbball------------------*/
.dearbball-section {
    max-width: 1440px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 8.938rem !important;
    margin: 0 auto;
}

.background {
    width: auto;
    height: auto;
    background-image: url(../IMG/Home_background_dearbball.png);
}

.content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 580px;
    height: auto;
    margin-left: 6.875rem;
    position: relative;
    z-index: 2;
    gap: 67px;
    flex-shrink: 0;
}

.content-container p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: #5e5d5c;
    line-height: 1.5;
}

.section-title {
    max-width: 733px;
    max-height: 124px;
}

.section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 393px;
    height: auto;
    gap: 67px;
}

.image-container {
    position: relative;
    margin-right: 6.875rem;
    display: flex;
    align-items: center;
    z-index: 1;
}

.image-container img {
    max-width: 600px;
    max-height: 850px;
}

/*------------------Section Valeurs------------------*/
.valeurs-section {
    max-width: 1440px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 6.25rem !important;
    margin: 0 auto;
}

.content-valeurs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 412px;
    height: auto;
    margin-left: 6.875rem;
    position: relative;
    z-index: 2;
    gap: 67px;
    flex-shrink: 0;
}

.content-valeurs p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: #5e5d5c;
    line-height: 1.5;
}

.image-valeurs {
    position: relative;
    margin-right: 6.875rem;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}

.image-homme {
    max-width: 600px;
    max-height: 850px;
}

.image-panier {
    max-width: 297px;
    max-height: 850px;
}

/*------------------Section produits phares------------------*/
.produits-section {
    max-width: 1440px;
    height: auto;
    margin-top: 6.25rem !important;
    margin: 0 auto;
}

.title-produits {
    margin-left: 6.875rem;
}

.tshirt-section {
    max-width: 1440px;
    max-height: 850px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url(../IMG/Home_background_3ptking.png);
}

.tshirt-section-2 {
    max-width: 1440px;
    max-height: 850px;
    margin: 0 auto;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: url(../IMG/Home_background_Historyking.png);
}

.produits-container {
    max-width: 600px;
    max-height: 850px;
    position: relative;
    overflow: hidden;
    margin-left: 110px;
}

.produits-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-produit {
    flex: 1;
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 540px;
}

.container-produit p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: #5e5d5c;
}

.container-produit span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    color: #0f0602;
}

.short-section {
    max-width: 1440px;
    max-height: 850px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.container-short {
    flex: 1;
    padding-right: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    text-align: end;
    margin-top: 540px;
}

.container-short p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: #5e5d5c;
}

.container-short span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    color: #0f0602;
}

.short-container {
    max-width: 600px;
    max-height: 850px;
    position: relative;
    overflow: hidden;
    margin-right: 110px;
}

.short-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*------------------Footer------------------*/
.footer {
    width: auto;
    height: auto;
    background-color: #fffbf9;
    margin: 0 auto;
    padding: 60px 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    position: relative;
}

/* Section Newsletter */
.newsletter-section h3 {
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    margin-bottom: 23px;
}

.newsletter-input {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    flex: 1;
    padding: 0.875rem 5.563rem 0.875rem 0.875rem;
    border: 1px solid #ff6f20;
    font-size: 0.875rem;
    outline: none;
}

.newsletter-input::placeholder {
    color: #ff6f20;
    font-style: italic;
}

.newsletter-btn {
    background-color: #ff6f20;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-btn:hover {
    background-color: #e55a2b;
}

.newsletter-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.newsletter-checkbox {
    display: flex;
    align-items: flex-start;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    gap: 8px;
    font-size: 0.75rem;
    color: #5e5d5c;
    line-height: 1.4;
}

.newsletter-checkbox input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

/* Section Navigation */
.nav-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nav-section a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff6f20;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.3s ease;
}

.nav-section a:hover {
    opacity: 0.8;
}

/* Section Réseaux sociaux */
.social-section h4 {
    margin-bottom: 23px;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.social-icons a {
    color: #ff6f20;
    font-size: 24px;
    transition: opacity 0.3s ease;
}

.social-icons a:hover {
    opacity: 0.8;
}

.contact-info h4 {
    margin-bottom: 23px;
}

.contact-info a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff6f20;
    text-decoration: none;
    font-size: 1rem;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Footer bottom */
.footer-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    font-size: 12px;
}

.footer-bottom a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    color: #ff6f20;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    color: #ff6f20;
}

/*------------------Responsive------------------*/

/*------------------Homepage------------------*/
@media (max-width: 768px) {
    h1 {
        font-size: 2.125rem !important;
    }

    .h2-home {
        font-size: 2.125rem !important;
    }

    p {
        font-size: 0.875rem !important;
        width: 171px;
        line-height: normal ;
    }

    .hero {
        width: 600px;
        height: 852px;
        position: relative;
        margin: 0 auto;
    }

    .dearbball-section {
        align-items: center;
    }

    .content-container {
        width: 100%;
        margin-left: 0;
        align-items: center;
        gap: 1.25rem;
    }

    .section-title {
        text-align: center;
        max-width: 100%;
    }

    .section-content {
        max-width: 100%;
        gap: 2rem;
    }

    .btn-primary {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1rem;
    }

    .image-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 171px;
        height: 654px;
        z-index: 1;
        opacity: 0.3;
        overflow: hidden;
        pointer-events: none;
    }

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
        display: block;
    }

    .background {
        height: 654px;
        flex-shrink: 0;
    }
}

/*------------------Page Contact------------------*/
.form {
    max-width: 1440px;
    max-height: 1068px;
    margin: 0 280px;
    display: flex;
    align-items: center;
}

.form-size {
    width: 550px;
    height: auto;
}

.container-form {
    width: 396px;
    height: 1068px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.container-form h1 {
    color: #0f0602;
}

.form-section {
    width: 730px;
    height: 850px;
    padding: 80px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group {
    margin-bottom: 40px;
}

.form-label {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.875rem;
    margin-bottom: 15px;
    display: block;
    color: #0f0602;
    text-transform: uppercase;
}

.form-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #0f0602;
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    padding: 10px 0;
    color: #ff6f20;
    outline: none;
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.submit-btn {
    background: #0f0602;
    color: #fffbf9;
    border: none;
    padding: 15px 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.125rem;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    gap: 8px;
    font-size: 0.75rem;
    color: #0f0602;
    line-height: 1.4;
    margin-top: 10px;
}

.img-form {
    width: 600px;
    height: 850px;
    position: relative;
}

.contact {
    width: 1440px;
    height: auto;
    margin: 100px auto 120px auto;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 315px;
}

.footer-contact {
    width: auto;
    height: auto;
    background-color: #fffbf9;
    margin: 0 auto;
    padding: 60px 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    border-top: 2px solid #0f0602;
}

/*------------------Responsive Page Contact------------------*/
@media screen and (max-width: 768px) {
    
    /*------------------Navigation Mobile------------------*/
    header {
        background: transparent;
        backdrop-filter: blur(0);
        position: absolute;
        margin-top: 22px;
    }

    .mobile-menu {
        top: 90px;
    }

    .navigation {
        gap: 120px;
    }

    .nav-link,
    .btn-header {
        display: none;
    }

    .burger-menu {
        display: flex;
    }
    
    /*------------------Page Contact Mobile------------------*/
    body {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .title-contact {
        margin-top: 90px;
    }

    .form {
        max-width: 100%;
        max-height: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .container-form {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        z-index: 2;
        order: 1;
    }
    
    .container-form h1 {
        color: #0f0602;
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    
    .form-size {
        width: 100%;
        height: auto;
    }
    
    .form-section {
        width: 100%;
        height: auto;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .form-group {
        margin-bottom: 30px;
    }
    
    .form-label {
        font-family: "Averia Serif Libre", serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.5rem;
        margin-bottom: 10px;
        display: block;
        color: #0f0602;
        text-transform: uppercase;
    }
    
    .form-input {
        width: 100%;
        border: none;
        border-bottom: 2px solid #0f0602;
        background: transparent;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        padding: 8px 0;
        color: #ff6f20;
        outline: none;
    }
    
    .form-input::placeholder {
        color: #ff6f20;
        opacity: 0.7;
    }
    
    .form-textarea {
        min-height: 100px;
        resize: vertical;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .submit-btn {
        background: #0f0602;
        color: #fffbf9;
        border: none;
        padding: 12px 30px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: italic;
        font-size: 1rem;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 20px;
        width: 100%;
        max-width: 200px;
    }
    
    .form-checkbox {
        display: flex;
        align-items: flex-start;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        gap: 8px;
        font-size: 0.75rem;
        color: #0f0602;
        line-height: 1.4;
        margin-top: 15px;
    }
    
    .form-checkbox input[type="checkbox"] {
        margin-top: 2px;
        flex-shrink: 0;
    }
    
    .img-form {
        width: 100%;
        height: 191px;
        position: relative;
        order: 2;
    }
    
    .img-form img {
        width: 100%;
        height: 191px;
        object-fit: cover;
    }
    
    /*------------------Section Contact Mobile------------------*/
    .contact {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin: 60px auto 80px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    
    .contact > div {
        text-align: center;
        width: 100%;
    }
    
    .contact h3 {
        font-size: 1.25rem;
        margin-bottom: 15px;
        color: #0f0602;
    }
    
    .nav-section {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-section a {
        color: #ff6f20;
        text-decoration: none;
        font-size: 0.875rem;
        font-family: "Poppins", sans-serif;
    }
    
    /*------------------Footer Mobile------------------*/
    .footer {
         width: 100%;
        height: auto;
        background-color: #fffbf9;
        margin: 0;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        position: relative;
        text-align: center;
    }
    
    .footer-contact {
        width: 100%;
        height: auto;
        background-color: #fffbf9;
        margin: 0;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        position: relative;
        border-top: 2px solid #0f0602;
        text-align: center;
    }
    
    .newsletter-section {
        width: 100%;
        max-width: 350px;
        order: 1;
    }
    
    .newsletter-section h4 {
        font-size: 1.125rem;
        margin-bottom: 15px;
        color: #0f0602;
    }
    
    .newsletter-form {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .newsletter-input {
        flex: 1;
        padding: 10px;
        background: transparent;
        font-size: 0.875rem;
        color: #0f0602;
    }
    
    .newsletter-input::placeholder {
        color: #ff6f20;
        opacity: 0.7;
    }
    
    .newsletter-btn {
        background: #ff6f20;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
    }
    
    .newsletter-checkbox {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 0.75rem;
        color: #0f0602;
        line-height: 1.4;
    }
    
    .newsletter-checkbox input[type="checkbox"] {
        margin-top: 2px;
        flex-shrink: 0;
    }
    
    .nav-section {
        order: 2;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        margin-top: 20px;
    }
    
    .nav-section a {
        color: #ff6f20;
        text-decoration: none;
        font-size: 0.875rem;
        font-family: "Poppins", sans-serif;
    }
    
    .social-section {
        order: 3;
        width: 100%;
    }
    
    .social-section h3 {
        font-size: 1.125rem;
        margin-bottom: 15px;
        color: #0f0602;
    }
    
    .social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .social-icons a {
        color: #ff6f20;
        font-size: 1.5rem;
    }
    
    .contact-info {
        margin: 20px 0;
    }
    
    .contact-info h3 {
        font-size: 1rem;
        margin-bottom: 10px;
        color: #0f0602;
    }
    
    .contact-info a {
        color: #ff6f20;
        text-decoration: none;
        font-size: 0.875rem;
    }
    
    .footer-bottom {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 0.75rem;
        color: #0f0602;
        padding: 20px 0;
        margin-top: 20px;
        bottom: -60px;
    }
    
    .footer-bottom a {
        color: #ff6f20;
        text-decoration: none;
    }
    
    .footer-bottom span {
        display: none;
    }
}