
:root {
    --grid-gap--main: var(--size--1rem);
    --background-color: var(--color-dark);
    --color-text: var(--color-light);
    --color-black: #000;
    
    --font-primary-sans: var(--font-sans-reg);
    --h1--font-family: var(--font-hand);
    --h1: 3rem;
    --h2: 2.5rem;
    --h3: 2rem;
    --h4: 1.25rem;
    --h5: .9rem;
    --p: 1rem;
    --h6: .55rem;
    --line-height: 2rem;
    --radius--round: 100vw;

}



body {
    background:var(--background-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-text);
    text-transform: uppercase;
}


body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: repeating-linear-gradient(transparent, transparent 2px, #0000003d 3px);
	background-size: auto 100%;
	pointer-events: none;
}

section {
        width: 100%;
        height: 100dvh;    
}

header {
    width: 100%;
    height: 100dvh;
    
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}


 p {          
    font-size: var(--p);
    line-height: 1.55;
}

img {
    border-radius: 10px;
}

/* Menu Primary */

.a, .b, .c, .d, .e {
    background: var(--theme-color);
}

.block-fade {
    background: var(--background-color);
}


button {
    border: none;
}

.button2 {
    width: 100%;
    color: var(--color-text);
    padding: 4px 15PX;
    font-family: var(--font-sans);
    text-transform: uppercase;
    font-size: 1rem;
    justify-content: space-between;
    align-items: center;
    scale: 1;
    transition: 0.07s ease-in;
}
.button2:hover {
    scale: .8;
}

.button2 span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
}

.icon {
    height: 18px;
    width: 18px;
    align-items: center;
    justify-content: center;
}

.counter {
    color: var(--theme-color);
}

.section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.about-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    height: 100dvh;
    inset: 0;
    
}

.intro {
    text-align: center;
    z-index: 1; 
    @media (max-width:600px) {
        padding: 5vw;
    }
  }

  .intro a h4 {
    max-width: 30ch;
  }

  .intro_bg {
    text-align: center;
    z-index: -1;
    background-image: url(../../img/spray-bg3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 150dvh;
    position: absolute;
    inset: 0;
    @media (max-width:600px) {
        height: 200dvh;
    }
  }



#textection2 {
    height:200vh;
}
  .bg-1 {
    background: url('../../img/bg/rb_bg2.webp');
    background-size: cover;
    background-position:center;
  }


.about-1 {
    max-width: 48ch;
}

.text-a, .text-b, .text-c {
    will-change: transform;
}
.box-intro {
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
}

.info-box-wrap {
    grid-column: 5 / span 4;
    height: 100svh;
}

.services {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}


.service-wrap {
    display: block;
    padding: 2rem 0;
    width: 50%
}

.service-container {
    border-bottom: 1px solid var(--color-light);
    h5 {
        font-size: 2rem;
        line-height: 2rem;
    }
    p {
        font-size: var(--p);
        line-height: 1.75rem;
    }
}

.service-menu {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-menu>div {
        margin-top: 20vh;
        margin-right:-1px;
        margin-left:-1px;
        border: 1px solid var(--color-light);
}

.about-us {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100vh;
    
    
    }
    
.start {
    display:flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100vh;
}
.start-wrap {

        display: grid;
        grid-row-gap: 15px;
        grid-column-gap: 15px;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        align-content: center;
        width: 100%;
        height:100vh;
        padding: 2rem 0;
            
}

.serial {
    display: flex;
    justify-content: flex-end;
    grid-column: 1 / span 12;
    padding-bottom: 5px;
}

.line-break {
    background-color: var(--theme-color);
    opacity: .5;
    height: 1px;
    grid-column: 1 / span 12;
}


.flex-col-center {
    flex-flow: column;
    place-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%; 
}

.flex-col-start{
    flex-flow: column;
    place-content: center;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    height: 100%; 
}

.info-box-a, .info-box-1, .info-box-2, .info-box-3 {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-bottom: 2rem;
    will-change: transform;
    color: var(--theme-color);

    p {
        color: var(--theme-color);
        font-size: var(--p);
        line-height: var(--line-height);
      }
    
    h3 { 
        color: var(--theme-color);
        font-size: var(--h3);
    }
}

.box {
    will-change: transform;
}

.txt-dark {
    max-width: 36ch;
    text-align: center;
    opacity: 0.2;
    will-change: transform;
    padding-bottom: 3rem;
    transition: opacity .8s ease-out;
    margin: 0 auto;
}
.txt-light {
    opacity:1;
}

.slide {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.slide:not(#slide-1) {
    transform-origin: center;
    z-index: 0;
}

.slide-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}
.slidz--padding {
    padding: 10vw;
}
.panel-container {
    height: 100svh;
    width: 100%;
    display: flex;
    justify-content: center;
}
.infos-container {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    justify-content: flex-end;
    align-items: flex-start;
    margin: -13% 0;

}
.infos {
    display: block;
    z-index: 2;
    /* font-family: var(--font-hand); */
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    color: var(--color-light);
    opacity: .40;
    width: 100%;
    height: 100%;
    bottom: 0;
    inset: auto auto 0% 0%;
}



.content-container {
    border-radius: 10px;
    cursor:pointer;
}

.vid-loop-block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
}

.vid-loop-block > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: -100%;
}


@media screen and (min-width:115em) {

    .vid-img {
        width: 100%;
        height: 0;
        padding-bottom: 158%;
        position: relative;
        margin-bottom: 10px
    }


    .wrapper {
        display: block;
        height: auto;
        margin: 20px
    }

    .wrapper .vid-overlay-link {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }

    .wrapper-product-info {
        display: block;
        height: calc(100vh/6 * 4);
        padding: 0 40px
    }

}
  
@media screen and (max-width: 600px) {

    .page-container {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-auto-columns: minmax(0, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 1vw;
        grid-row-gap: 0px;
    }

    .info-box-wrap {
        grid-column: 2 / span 10;
    }

    .about-1 {
        height: 100svh;
       max-width: 100%;
       padding: 5vw;
    }
    .intro_bg {
        background-size: cover;
        background-position: center;
    }
    .intro a h4 {
        max-width: 18ch;
    }
    .services {
        justify-content: flex-end;
        padding-bottom: 2rem;
    }
    .service-wrap {
        display: block;
        padding: 2rem 0;
        width: 90%
    }
    .center {
        text-align: center;
    }
}



