/* menu mobile anim */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.4); }
}
@keyframes pulseAnim {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1);  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeExpand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: var(--label-width);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* hero arrow section */
@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* my skills section */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



:root{

    /** Dark theme surface colors */
    --clr-surface-dark-a0:  #293038;
    --clr-surface-dark-a10-opacity:  rgba(41, 48, 56, 0.9);
    --clr-surface-dark-a20-opacity:  rgba(41, 48, 56, 0.5);
    --clr-surface-dark-a30-opacity:  rgba(41, 48, 56, 0.2);
    --clr-text-light-a0:     rgb(240, 240, 240);
    --clr-surface-light-f0:     rgb(240, 240, 240);
    --clr-surface-light-a0-opaticy:     rgb(240, 240, 240, 0.5);
    --clr-surface-light-a10-opaticy:     rgba(255, 255, 255, 0.8);

    /** light theme surface colors */
    --clr-surface-light-a0: #fff;
    --clr-surface-tags-opacity: rgb(255, 255, 255, 0.2);
    --clr-surface-light-a10: rgba(255, 255, 255, 0.5);
    --clr-text-dark-a0:    #293038;

    /* Colori aggiunti */
    --clr-secondary-a0:     #FFA726;
    --clr-secondary-a0-opacity:rgb(255, 167, 38, 0.5);
    --clr-secondary-a10-opacity:rgb(255, 167, 38, 0.75);

    /* font aggiunti */
    --fontBase:"Manrope", sans-serif;
    --fontTitle:"Space Grotesk", sans-serif;

}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

a {
	text-decoration:none;
	color: inherit;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fontTitle);
    font-weight: 700;
    line-height: 110%;
    letter-spacing:  0.02em;
    color: var(--clr-text-dark-a0);
}

h1 { font-size: 37px; }
h2 { font-size: 31px; }
h3 { font-size: 26px; }
h4 { font-size: 21px; }

p {
    font-family: var(--fontBase);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    padding-bottom: 14px !important;
    color: var(--clr-text-dark-a0);
}

#arrowDown{
    font-weight: 600;
    text-transform: none;
    padding-left: 15px;
}
#arrowDownAnimate{
    font-size: 25px !important;
    font-weight: 700;
    text-transform: none;
    padding-left: 15px;
    animation: bounceArrow 1.5s infinite;
}

body.no-scroll{
    overflow: hidden;
   }

.maxWidthContainer {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#pRightE{
    padding-right: 15px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 40px !important;
}
.marginTop{
    margin-top: 100px;
}

.marginStartMenu{
    margin-left: 0;
}


/* ------ @note Inizio Header ------ */


#headerSG {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding:28px 12px ;
    z-index: 10;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s 
}
#headerSG.scrolled {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 94x;
    background-color: var(--clr-surface-dark-a10-opacity);
    backdrop-filter: blur(5px);
    padding:28px 12px ;
    z-index: 10;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease, padding 0.4s 
}

#dotMenuMobile {
    position: relative; 
    width: 34px; 
    height: 34px; 
    cursor: pointer;
}

#dotMenuMobile span { 
    width: 8px;
    height: 8px;
    background-color: var(--clr-surface-light-f0); 
    border-radius: 50%;
    position: absolute;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

#dotMenuMobile span:nth-of-type(1) { top: 0; left: 0; }
#dotMenuMobile span:nth-of-type(2) { top: 0; left: 13px; } /* 8px dot + 5px gap */
#dotMenuMobile span:nth-of-type(3) { top: 0; left: 26px; } /* 8px dot + 5px gap + 8px dot + 5px gap */

#dotMenuMobile span:nth-of-type(4) { top: 13px; left: 0; }
#dotMenuMobile span:nth-of-type(5) { top: 13px; left: 13px; }
#dotMenuMobile span:nth-of-type(6) { top: 13px; left: 26px; }

#dotMenuMobile span:nth-of-type(7) { top: 26px; left: 0; }
#dotMenuMobile span:nth-of-type(8) { top: 26px; left: 13px; }
#dotMenuMobile span:nth-of-type(9) { top: 26px; left: 26px; }

#dotMenuMobile span:nth-of-type(2),
#dotMenuMobile span:nth-of-type(3),
#dotMenuMobile span:nth-of-type(5),
#dotMenuMobile span:nth-of-type(7),
#dotMenuMobile span:nth-of-type(8) {
    background-color: var(--clr-secondary-a0);
}
#dotMenuMobile.changeColor span:nth-of-type(1),
#dotMenuMobile.changeColor span:nth-of-type(3),
#dotMenuMobile.changeColor span:nth-of-type(5),
#dotMenuMobile.changeColor span:nth-of-type(7),
#dotMenuMobile.changeColor span:nth-of-type(9) {
    background-color: var(--clr-secondary-a0);
    animation: pulse 0.8s ease-in-out;
}
#dotMenuMobile.changeColor span:nth-of-type(2),
#dotMenuMobile.changeColor span:nth-of-type(4),
#dotMenuMobile.changeColor span:nth-of-type(6),
#dotMenuMobile.changeColor span:nth-of-type(8) {
    background-color: var(--clr-surface-light-f0); opacity: 0.5;
}
.pulse {
    animation: pulse 0.6s ease-in-out;
}
.pulse {
    animation: pulseAnim 0.6s ease;
}

.secondaryColorWords {
    color:var(--clr-secondary-a0);
}

#logoSG{
    width:45px;
    height: auto;
    transition: opacity 0.3s ease;
}

/* Nasconde il menu desktop */
.hideMenu {
    display: none !important;
}

/* Mostra il dot menu */
.showDot {
    display: block !important;
}

/* Assicura che il dot menu sia visibile solo dopo lo scroll */
@media (min-width: 768px) {
    #dotMenuMobile {
        display: none;
    }
}



/* @note menuMobile */

#menuMobile{
    opacity: 0;
    width: 100%;
    height:100vh;
    background-color: var(--clr-surface-dark-a0);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    transition: all .4s ease-in-out;
}
#menuMobile.is-open {
    opacity: 1; 
    left: 0; 
}

#wrapperMenuMobile{
    display: flex;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
#wrapperMenuMobile ul{
    list-style-type: none;
    font-family:var(--fontTitle);

}
#wrapperMenuMobile ul li a{
    text-decoration: none;
    font-weight: 600;
    font-size: 40px;
    color: var(--clr-text-light-a0);
    display: block;
    padding-bottom: 60px;
    opacity: 0;
    transform: translateX(-40px);
}

/* Etichetta testo menuMobile */
.labelMobile {
  position: relative;
  z-index: 1;
}

.labelMobile::before {
  content: '';
  position: absolute;
  top: 27px;
  height: 20px;
  background-color: var(--clr-secondary-a10-opacity);
  z-index: -1;
  left: -9px;
  opacity: 0;
  width: 0;
}

.labelMobileHome {
  --label-width: 128px;
}
.labelMobileProjects {
  --label-width: 249px;
}
.labelMobileContact {
  --label-width: 248px;
}

#menuMobile.is-open .labelMobile::before {
animation: fadeExpand 0.5s ease-out forwards
}
#menuMobile.is-open .labelMobileHome::before {
  animation-delay: 0.4s;
}
#menuMobile.is-open .labelMobileProjects::before {
  animation-delay: 0.6s;
}
#menuMobile.is-open .labelMobileContact::before {
  animation-delay: 0.8s;
}



/* animazione testo menuMobile */
#menuMobile.is-open #wrapperMenuMobile ul li:nth-child(1) a{
    animation: slideInLeft 0.4s ease-out forwards;
    animation-delay: 0.4s;
}
#menuMobile.is-open #wrapperMenuMobile ul li:nth-child(2) a{
    animation: slideInLeft 0.4s ease-out forwards;
    animation-delay: 0.6s;
}
#menuMobile.is-open #wrapperMenuMobile ul li:nth-child(3) a{
    animation: slideInLeft 0.4s ease-out forwards;
    animation-delay: 0.8s;
}

/* aniamzioni icona menuMobile */
.iconSocialMobile {
  display: flex;
  gap: 40px;
  margin-top: 100px;
}

.social-icon {
  font-size: 24px;
  color: var(--clr-secondary-a0);
  opacity: 0;
  transform: translateY(20px);
}

#menuMobile.is-open .social_1 {
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.8s;
}
#menuMobile.is-open .social_2 {
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.8s;
}
#menuMobile.is-open .social_3 {
  animation: fadeUp 1.2s ease-out forwards;
  animation-delay: 0.8s;
}
#menuMobile.is-open .social_4 {
  animation: fadeUp 1.4s ease-out forwards;
  animation-delay: 0.8s;
}

/* Quando il menu è aperto, mostra i social */
#menuMobile.is-open .iconSocialMobile {
    opacity: 1;
    transform: translateY(0);
}

/* ----- fine menuMobile ----- */
#languageIt{
    padding:0 0 0 5px !important;
    color: #FFA726 !important; 
    font-weight: 600;
    font-family: var(--fontTitle);

}

#iconSocial{
    display: none;
    font-size: 24px;
    padding-bottom: 30px;
    color: var(--clr-secondary-a0);
}

/* ------ Fine Header ------ */



/* ------ @note Inizio Main ------ */

.heroContent{
    height: 80vh;
}
#heroImg::after {
    content: "";
    background-image: url('../img/stefano-giacobbe-computer-logo-mod-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
#overlayImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #293038;
    z-index: -1;
    opacity: 0.8;
}


.myLabel{
    position: relative;
}
.myLabel::after {
    content: ""; 
    position: absolute;
    bottom: 6px;
    width: 15px; 
    height: 2px;
    background-color: var(--clr-secondary-a0); 
    
}
.trasfTextLabel{
    transform: translateX(5%);
}
.profiloLabel {
    position: relative;
    text-align: center;
    z-index: 1;
    padding-bottom: 10px !important;
    display: inline-block; 
}
.profiloLabel::after {
    content: ""; 
    position: absolute;
    width: 53px; 
    height: 8px;
    background-color: var(--clr-secondary-a0); 
    bottom: 10px; 
    left: -3px; 
    z-index: -1; 
}

#profiloLabel {
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

#marginTopMob{
    margin-top: 109px;
}

#scrollBtn{
    color: var(--clr-secondary-a0);
    cursor: pointer;
}
#scrollBtn p{
    font-family: var(--fontTitle);
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
#scrollBtn i{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
} 

.imgFluid{
    max-width: 50%;
    height: auto;
}

.BigTitle{
    font-size: 50px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing:  0.02em;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--clr-text-dark-a0);
}

.pButtonLarge{
    width: 320px;
    height: 50px;
    padding: 0 !important;
    margin: 0 !important;
    background-color: var(--clr-secondary-a0);
    color: var(--clr-text-dark-a0);
    border: none;
    font-family: var(--fontTitle);
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing:  0.02em;
    text-align: center;
    text-transform: uppercase; 
}
/* --- @note inizio card --- */

.cardService {
    background: var(--clr-surface-dark-a0); 
    border: 1px solid var(--clr-secondary-a0-opacity);
    cursor: default; 
    padding: 20px 8px;
    transition: none; 
}

.cardDescVisibleMobile {
    color: var(--clr-text-light-a0) !important; 
    opacity: 1; 
    max-height: 200px;
    margin-bottom: 0 !important;
}
.cardTagsVisibleMobile {
    display: flex; 
    flex-wrap: wrap; 
    gap: 0.5rem;
    padding-bottom: 10px; 
}
.pTagsMobile {
    color: var(--clr-text-light-a0);
    display: inline-block;
    padding: 5px 8px !important;
    background-color: var(--clr-surface-tags-opacity);
    border: 1px solid var(--clr-secondary-a0-opacity);
    font-size: 12px;
}

.cardService h3 {
    color: var(--clr-secondary-a0) !important; 
    font-family: var(--fontTitle);
}
.cardService .card-icon {
    color: var(--clr-secondary-a0) !important; 
}
/* --- fine card --- */

/* --- @note Inizio slider Swiper + my projects --- */
.pButtonLargeProjects{
    width: 320px;
    height: 50px;
    padding: 0 !important;
    margin: 0 !important;
    background-color: var(--clr-surface-dark-a0);
    color: var(--clr-secondary-a0);
    border: none;
    font-family: var(--fontTitle);
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing:  0.02em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

    .pButtonLargeProjects:hover{
    background-color: var(--clr-secondary-a0);
    color: var(--clr-text-dark-a0);
}


.swiper {
  width: 100%;
  height: 600px; /* Altezza fissa o usa vh/es: 70vh */
  position: relative;
  padding: 0 50px;
}

.swiper-slide {
  position: relative;
  background: #444;
  border: 1px solid var(--clr-secondary-a10-opacity);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mostra l'immagine intera */
  position: relative;
  z-index: 0;
}
.swiper-slide:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mostra l'immagine intera */
    background: var(--clr-surface-light-a0);
  position: relative;
  z-index: 0;
}
.swiper-slide:nth-of-type(3) img {
  width: 100%;
  height: 100%;
  background: var(--clr-surface-light-a0);
  object-fit: cover; /* Mostra l'immagine intera */
  position: relative;
  z-index: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(41, 48, 56, 0.8), transparent);
  pointer-events: none;
}

.slide-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-transform: uppercase;
  color: var(--clr-text-light-a0);
  z-index: 2;
}

/* Pagination bullets */
.swiper-pagination-bullet {
width: 10px !important;
height: 10px !important;
  background-color: #f0f0f0!important;
  opacity: 0.9;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #FFA726 !important;
}

/* Bottoni personalizzati */
.custom-nav {
  width: 30px;
  height: 30px;
  background-color: #293038;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFA726;
  font-size: 16px;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-button-next {
  right: 10px;
}
.custom-button-prev {
  left: 10px;
}
.custom-nav:hover {
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 0 10px var(--clr-secondary-a0-opacity);
}
/* --- Fine slider Swiper --- */

/* ----- @note Inizio About ----- */
#aboutBG{
    background: var(--clr-surface-dark-a0);
}
.aboutColor{
    color: var(--clr-surface-light-f0);
}

#aboutList{
    list-style: disc;
    padding-left: 20px !important;
    font-size: 25px !important;
}
#aboutImg{
    width: 300px;
}
.pButtonLargeAbout{
    width: 320px;
    height: 50px;
    padding: 0 !important;
    margin: 40px 0 0 0 !important;
    background-color: var(--clr-secondary-a0);
    color: var(--clr-text-dark-a0);
    border: none;
    font-family: var(--fontTitle);
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing:  0.02em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
    .pButtonLargeAbout:hover{
    background-color: var(--clr-surface-light-f0);
    color: var(--clr-secondary-a0);
}
/* ----- Fine About ----- */

/* ----- @note Inizio My Skills ----- */
.containerScrollIcons {
    overflow: visible;
    white-space: normal;
    position: relative;
    width: 100%;
    padding: 36px 0 0 0;
}
.scrollTrackIcons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    animation: none;
}
.iconSkills {
    width: 33%;
    margin: 0;
    text-align: center;

}
.iconPng {
    width: 50px;
    height:50px;
    object-fit: contain;
    filter: drop-shadow(4px 4px 4px rgba(255, 167, 38, 0.25));
    transition: transform 0.3s ease, filter 0.3s ease;
}
.iconSkills:hover .iconPng {
    transform: scale(1.2);
    filter:
        drop-shadow(4px 4px 4px rgba(255, 167, 38, 0.25))
        sepia(1) saturate(6) hue-rotate(-15deg) brightness(3);
}
.iconSize {
    margin-top: 10px;
    font-family: var(--fontBase);
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #293038;
}
.iconSkillsDesktop{
    display: none;
}
/* ----- Fine My Skills ----- */

/* ------ @note Inizio Education & Exp ------ */

.labelDate{
    background-color: var(--clr-surface-dark-a0);
    color: var(--clr-secondary-a0);
}
#iconEdu{
    font-size:24px;
    color: var(--clr-text-light-a0);
    text-align: center;
}
#iconEdu::before{
    background-color: var(--clr-secondary-a0);
    border-radius: 50%;
    padding: 14px 13px;
}
#iconWork{
    font-size:24px;
    color: var(--clr-text-light-a0);
    text-align: center;
}
#iconWork::before{
    background-color: var(--clr-secondary-a0);
    border-radius: 50%;
    padding: 15px 15px;

}
/* ------ Fine Education & Exp ------ */

/* ------ @note Inizio Contact us ------ */

.iconCircle {
    width: 40px;
    height: 40px;
    background-color: var(--clr-secondary-a0);
    color: var(--clr-text-dark-a0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contactInfo a {
    text-decoration: none;
    color: var(--clr-text-dark-a0);
    font-weight: 500;
    transition: color 0.3s ease;
}

.contactInfo a:hover {
    color: var(--clr-secondary-a0);
}

.form-label {
    font-family: var(--fontBase);
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.02em;

}
.form-control{
    background-color: var(--clr-surface-light-a0-opaticy) ;
    height: 50px;
}
.form-control,
.form-select {
    height: 50px;
    font-family: var(--fontBase);
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    background-color: var(--clr-surface-light-a0-opaticy);
}
textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.form-check-input {
    margin-top: 0.1rem;
}
::placeholder{
    font-family: var(--fontBase);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.02em;
}
/* Personalizza il bordo al focus */
.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color:var(--clr-secondary-a0-opacity);
    box-shadow: 0 0 0 0.2rem var(--clr-secondary-a0-opacity);
 /* effetto glow */
    outline: none;
}
.form-check-input:focus {
    border-color: var(--clr-secondary-a0-opacity);
    box-shadow: 0 0 0 0.2rem var(--clr-secondary-a0-opacity);
    outline: none;
}
.form-check-input:checked {
    background-color: var(--clr-surface-dark-a0);
    border-color: var(--clr-secondary-a0);
}
.form-check-label{
    font-family: var(--fontBase);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.iconSocialContact {
    width: 40px;
    height: 40px;
    border: 1px solid var(--clr-secondary-a0);
    border-radius: 50%;
    background-color: transparent;
    color: var(--clr-surface-dark-a0);
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconSocialContact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 0; 
}


.iconSocialContact:hover {
    background-color: var(--clr-surface-dark-a0);
    border: 1px solid var(--clr-surface-dark-a0);
    color: var(--clr-secondary-a0);
}

/* ------ Fine Contact us ------ */




/* ------ Fine Main ------ */




/* ------ @note Inizio Footer ------ */

#iconSocialFooter{
    font-size: 24px;
    color: var(--clr-surface-dark-a0);
}

.bgFooter{
    height: auto;
    padding:30px 0 0 0;
    background-color: var(--clr-surface-dark-a0);
}

.pFooterMobile{
    font-family: var(--fontBase);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--clr-secondary-a0);
}
.pFooter a{
    font-family: var(--fontBase);
    font-size: 12px ;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
}


/* ------ Fine Footer ------ */






.btnSmallDark {    }

.btnBigDark {    }

.btnBigOrange {   }

