AltoCode

Provvidenti Reversed

HTML


<!-- ============================================ -->
<!--             Side By Side Reversed            -->
<!-- ============================================ -->

<section id="sbsr-2432">
    <div class="cs-container">
        <div class="cs-content-group">
            <div class="cs-content">
                <div class="cs-flex-group">
                    <span class="cs-topper">Servizi</span>
                    <h2 class="cs-title">Body Painting UV Professionale</h2>
                    <p class="cs-text">
                        Vivi un’arte vibrante che si trasforma e si illumina quando viene esposta alla magia della luce nera.
                    </p>
                </div>
                <a href="" class="cs-button-solid">Prenota Ora</a>
            </div>
            <picture class="cs-background">
                <source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Graphics/tattoo10.jpg">
                <source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Graphics/tattoo10.jpg">
                <img loading="lazy" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Graphics/tattoo10.jpg" alt="body painting esempio" width="1280" height="568">
            </picture>
        </div>
        <div class="cs-ul-wrapper">
            <p class="cs-text">
                Le nostre sessioni personalizzate di body painting UV combinano pigmenti 
                fluorescenti, design dettagliati e la tua visione unica per creare look 
                indimenticabili. Perfette per festival, performance, 
                shooting creativi o pura espressione personale.
            </p>
            <ul class="cs-card-group">
                <li class="cs-item">
                    <picture class="cs-icon-wrapper">
                        <img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-paint.svg" alt="icona grafica" width="32" height="32">
                        <div class="cs-border cs-border1" aria-hidden="true"></div>
                        <div class="cs-border cs-border2" aria-hidden="true"></div>
                    </picture>
                    <div class="cs-flex">
                        <h3 class="cs-h3">Design Personalizzati</h3>
                        <p class="cs-item-text">
                            Opere uniche reattive alla luce nera, realizzate su misura per il tuo corpo e il tuo stile.
                        </p>
                    </div>
                </li>
                <li class="cs-item">
                    <picture class="cs-icon-wrapper">
                        <img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-paint.svg" alt="icona grafica" width="32" height="32">
                        <div class="cs-border cs-border1" aria-hidden="true"></div>
                        <div class="cs-border cs-border2" aria-hidden="true"></div>
                    </picture>
                    <div class="cs-flex">
                        <h3 class="cs-h3">Design Personalizzati</h3>
                        <p class="cs-item-text">
                            Opere uniche reattive alla luce nera, realizzate su misura per il tuo corpo e il tuo stile.
                        </p>
                    </div>
                </li>
                <li class="cs-item">
                    <picture class="cs-icon-wrapper">
                        <img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-face.svg" alt="icona grafica" width="32" height="32">
                        <div class="cs-border cs-border1" aria-hidden="true"></div>
                        <div class="cs-border cs-border2" aria-hidden="true"></div>
                    </picture>
                    <div class="cs-flex">
                        <h3 class="cs-h3">Look Pronti per la Fotocamera</h3>
                        <p class="cs-item-text">
                            Progettati appositamente per ritratti, eventi e contenuti visivi d’impatto capaci di catturare l’attenzione.
                        </p>
                    </div>
                </li>
                <li class="cs-item">
                    <picture class="cs-icon-wrapper">
                        <img class="cs-icon" loading="lazy" decoding="async" src="https://nyc3.digitaloceanspaces.com/csimages2/Images/Icons/red-paint-cog.svg" alt="icona grafica" width="32" height="32">
                        <div class="cs-border cs-border1" aria-hidden="true"></div>
                        <div class="cs-border cs-border2" aria-hidden="true"></div>
                    </picture>
                    <div class="cs-flex">
                        <h3 class="cs-h3">Stili Distintivi</h3>
                        <p class="cs-item-text">
                            Espressioni astratte, simboliche, tribali e psichedeliche vibranti pronte a prendere forma sulla tua pelle.
                        </p>
                    </div>
                </li>
            </ul>
        </div>
    </div>
</section>

CSS


/*-- -------------------------- -->
<---    Side By Side Reversed   -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-2432 {
    padding: var(--sectionPadding);
    background-color: #010104;
    overflow: hidden;
  }
  #sbsr-2432 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(3rem, 8vw, 5rem);
  }
  #sbsr-2432 .cs-content-group {
    max-width: 55.625rem;
    padding: clamp(1rem, 4vw, 2rem);
    padding-top: 14.75rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  #sbsr-2432 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #sbsr-2432 .cs-background:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, #010104 0%, rgba(1, 1, 4, 0) 56%, #010104 100%);
    pointer-events: none;
  }
  #sbsr-2432 .cs-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    background: linear-gradient(to right, #010104 0%, rgba(1, 1, 4, 0) 56%, #010104 100%);
    pointer-events: none;
  }
  #sbsr-2432 .cs-background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbsr-2432 .cs-content {
    padding: clamp(1rem, 3vw, 1.5rem);
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  #sbsr-2432 .cs-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 7, 17, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 0;
    pointer-events: none;
  }
  #sbsr-2432 .cs-content > * {
    position: relative;
    z-index: 1;
  }
  #sbsr-2432 .cs-topper {
    color: var(--secondary);
  }
  #sbsr-2432 .cs-title,
  #sbsr-2432 .cs-text,
  #sbsr-2432 .cs-h3,
  #sbsr-2432 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  #sbsr-2432 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-2432 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-2432 .cs-ul-wrapper {
    width: 100%;
    max-width: 35.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #sbsr-2432 .cs-ul-wrapper .cs-text:last-of-type {
    margin-bottom: clamp(3rem, 7vw, 4rem);
  }
  #sbsr-2432 .cs-card-group {
    width: 100%;
    max-width: 39.375rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #sbsr-2432 .cs-item {
    list-style: none;
    padding: 0 0 clamp(1.5rem, 4vw, 2rem);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(1.5rem, 3.3vw, 3rem);
  }
  #sbsr-2432 .cs-item:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
  }
  #sbsr-2432 .cs-icon-wrapper {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    position: relative;
    z-index: 1;
  }
  #sbsr-2432 .cs-icon {
    width: 2rem;
    height: auto;
    margin: 0;
    display: block;
  }
  #sbsr-2432 .cs-flex {
    border-bottom: 1px solid #21252E;
  }
  #sbsr-2432 .cs-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 0.5rem 0;
  }
  #sbsr-2432 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 2rem;
  }
  #sbsr-2432 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #sbsr-2432 .cs-button-solid:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbsr-2432 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbsr-2432 .cs-border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbsr-2432 .cs-border:before {
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbsr-2432 .cs-border:after {
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbsr-2432 .cs-border1 {
  }
  #sbsr-2432 .cs-border1:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #88898b 0%, rgba(0, 0, 0, 0) 78%);
  }
  #sbsr-2432 .cs-border1:after {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #88898b 0%, rgba(0, 0, 0, 0) 78%);
  }
  #sbsr-2432 .cs-border2:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 22%, #88898b 100%);
    top: auto;
    bottom: 0;
  }
  #sbsr-2432 .cs-border2:after {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 22%, #88898b 100%);
    left: auto;
    right: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbsr-2432 .cs-content-group {
    width: 100%;
    padding-top: clamp(1rem, 4vw, 2rem);
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbsr-2432 .cs-content {
    width: 47vw;
    max-width: 30.625rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-2432 .cs-container {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
  }
  #sbsr-2432 .cs-content-group {
    width: 47vw;
    max-width: 32.625rem;
    justify-content: flex-end;
    order: 2;
  }
  #sbsr-2432 .cs-content {
    width: 100%;
    max-width: 30.625rem;
    padding: 1.5rem;
    height: 100%;
    justify-content: space-between;
    gap: 12.5rem;
  }
  #sbsr-2432 .cs-ul-wrapper {
    width: 43vw;
    flex: none;
    padding: 0;
    padding-top: 3rem;
    order: 1;
  }
}
/* Large Desktop - 1400px */
@media only screen and (min-width: 1400px) {
  #sbsr-2432 .cs-background {
    width: 60vw;
    max-width: 55.625rem;
  }
}