@font-face {
    font-family: "Plain Light";
    src: url(./fonts/plain-regular-webfont.ttf);
}

@font-face {
    font-family: "Plain Light";
    src: url(./fonts/plain-light-webfont.ttf);
}

@font-face {
    font-family: "silk serif";
    src: url(./fonts/silkserif-regularitalic-webfont.ttf);
}

@font-face {
    font-family: "silk serif";
    src: url(./fonts/silkserif-lightitalic-webfont.ttf);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Plain Light";
    color: #000;
    
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    overflow-x: hidden;
}

.mousefollower {
    border: 2px solid #fff;
    background-color: rgb(255, 255, 255);
    scale: 2;
    mix-blend-mode: difference;
}

#main {
    position: relative;
    z-index: 99;
  }

  #page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 100;
  }

  nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
  }

  #nav-part2 {
    display: flex;
    align-items: center;
    gap: 1vw;
    color: #000;
  }

  .nav-links {
    display: flex;
  }

  .nav-links li {
    list-style: none;
  }

  .nav-links a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 0 10px;
  }

  .nav-links a:hover {
    color: #f00;
  }

  #mbres {
    visibility: hidden;
  }

  .hero {
    width: 72%;
    margin-left: 27%;
    height: fit-content;
    overflow-y: hidden;
    display: flex;
    align-items: center;
  }

  .hero:nth-child(2) {
    margin-top: 18vh;
  }

  .hero h2 {
    font-size: 7.2vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 7.2vw;
    position: relative;
  }

  #hero1::before {
    content: "01";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: 20%;
    top: 29%;
  }

  .hero h2 {
    font-size: 7.2vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 7.2vw;
    border-bottom: 0.5vw solid #fff;
  }

  .hero h2:hover {
    text-stroke: 2px #fff;
    color: transparent;
    font-weight: 500;
    border-bottom: 0.5vw solid transparent;
  }

  


#page6 {
    min-height: 100vh;
    background-color: #fff;
    width: 100%;
    position: relative;
    padding: 5vh 10.5vw;
     display:flex ;
    align-items: flex-start;
    justify-content: space-between;
}

#page6 button {
    background-color: #0BA34E;
    padding: 0.9vw 2.5vw;
    font-weight: 600;
    font-size: 1vw;
    border-radius: 50px;
    border: none;
    position: sticky;
    top: 15%;
}

#page6-right {
    width: 70%;
}

#page6-right > p {
    font-size: 2.1vw;
}

#page6-right > p span {
    /* background-color: red; */
    width: 15vw;
    display: inline-block;
}

#page6-content {
    width: 100%;
    /* background-color: red; */
    margin-top: 5vh;
    padding: 5vh 0;
}

#page6-content h2 {
    font-size: 3vw;
    font-weight: 500;
}

#page6-content #flex {
    display: flex;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

#page6-content #flex h4 {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 0.8vw;

}

.page6-elem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* background-color: red; */
    /* padding: 2vh 0; */
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    padding-top: 3vh;
    padding-bottom: 9vh;
    overflow: hidden;
    border-top: 1px solid #333;
    position: relative;
}

.page6-elem p {
    width: 55%;
    font-size: 0.8vw;
    position: relative;
    z-index: 8;
}

.page6-elem h3 {
    font-size: 1.6vw;
    font-weight: 400;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    z-index: 8;
}

.page6-elem i {
    font-size: 1vw;
    position: relative;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    z-index: 8;
}

.over {
    height: 100%;
    width: 100%;
    background-color: #222;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    /* display: none; */
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.over h3{
    width: 100%;
}

.page6-elem:hover h3 {
    padding-left: 1vw;

}

.page6-elem:hover i {
    padding-right: 1vw;
}

.page6-elem:hover .over {
    transform: translateY(0);
    /* display: initial; */
    opacity: 1;
}

.page6-elem:hover {
    border-top: 2px solid #fff;
}



summary::marker {
    content: "";
}

.uiux {
    border-top: 1px solid #333;
    padding: 3vh 0;
}

.product {
    padding: 3vh 0;

    border-top: 1px solid #333;
}



#page5 {
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.elem {
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: -2vw;
}

.elem h2 {
    font-size: 7vw;
    -webkit-text-stroke: 1px #000;
    font-weight: 400;
    text-transform: uppercase;
    /* background-color: red; */
    color: transparent;
    display: inline-block;
    margin-right: 16px;
    -webkit-animation-name: anime;
            animation-name: anime;
    -webkit-animation-duration: 17s;
            animation-duration: 17s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes anime {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
                transform: translateX(calc(-100% - 20px));
    }
}

@keyframes anime {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
                transform: translateX(calc(-100% - 20px));
    }
}


.elem2 {
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: -2vw;
}

.elem2 h2 {
    font-size: 7vw;
    -webkit-text-stroke: 1px #000;
    font-weight: 400;
    text-transform: uppercase;
    /* background-color: red; */
    color: transparent;
    display: inline-block;
    -webkit-transform: translateX(calc(-100% - 20px));
        -ms-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
    -webkit-animation-name: anime;
            animation-name: anime;
    -webkit-animation-duration: 18s;
            animation-duration: 18s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: reverse;
}

.elem span {
    font-style: italic;
    font-family: "silk serif";
    color: transparent;
}

.elem2 span {
    font-style: italic;
    font-family: "silk serif";
    color: transparent;
}
#footer {
    height: 85vh;
    width: 100%;
    /* background-color: red; */
    position: relative;
    padding-left: 28vw;
    margin-top: 5vw;
    padding-right: 2vw;
}

#footer {
    height: 85vh;
    width: 100%;
    /* background-color: red; */
    position: relative;
    padding-left: 28vw;
    margin-top: 5vw;
    padding-right: 2vw;
}

#footer h2 {
    font-size: 7.2vw;
    text-transform: uppercase;
    /* background-color: blue; */
    position: relative;
}

#footer-text {
    position: relative;
    /* background-color: red; */
}

#footer-text h2 {
    font-size: 7.2vw;
    text-transform: uppercase;
    position: absolute;
    top: -10%;
    font-weight: 500;
    margin: -10vw;
    left: 9vw;
    font-family: "silk serif";
}

#footer-text h3 span {
    font-family: "silk serif";
    opacity: 0;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

#footer-text::before {
    content: "04";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: -13%;
    top: 6%;
}

.underline {
    height: 1px;
    width: 100%;
    background-color: #000;
    margin: 3vw 0;
}

#footer-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 15vw;
    padding-top: 4vw;
    margin-bottom: 6vw;
    gap: 2rem;
}

#footer-div h6 {
    font-size: 1.2vw;
    margin-bottom: 1.5vw;
    font-weight: 700;
}

.box {
    width: 12rem;
    height: 100%
    
    

}

.box a{
    text-decoration: none;
}   

#footer-div h5 {
   
    font-weight: 500;
    /* margin: 0.1vh 0; */
}

#footer  h5 {
    font-weight: 500;
    font-size: 20px;
}
._canvas_container {
    z-index: 999999 !important;
    pointer-events: none;
}  

#flag {
    height: 10vw;
    position: absolute;
    top: 0;
    opacity: 0;

    left: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#hero3 {
    /* background-color: red; */
    z-index: 999;
    position: relative;
}

 

 #work-slider{
    margin-top: 2rem;
 }

  
 #work-slider h1 {
    font-size: 7vw;
    text-transform: uppercase;
    position: relative;
    margin-left: 28vw;
}


#work-slider h1::before {
    content: "02";
    position: absolute;
    font-size: 3vw;
    font-weight: 100;
    font-family: "silk serif";
    left: -12%;
    top: 8%;
}

.slider {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
 
  position: relative;
  overflow: hidden;
  transition: background-color 2s;
}


.slider .item .imgs {
  position: relative;
  width: 60%;
  padding-top: 60%;
}
.slider .item .imgs .grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  transform: rotate(-20deg);
  opacity: 0.65;
}

.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .item .img {
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  will-change: opacity;
}
.slider .item .img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  -webkit-filter: contrast(110%) brightness(110%) saturate(130%);
  filter: contrast(110%) brightness(110%) saturate(130%);
}
.slider .item .img img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  background: rgba(243, 106, 188, 0.3);
}
.slider .item .img-1 {
  grid-area: 1/1/7/5;
}
.slider .item .img-2 {
  grid-area: 2/5/7/13;
}
.slider .item .img-3 {
  grid-area: 7/1/12/9;
}
.slider .item .img-4 {
  grid-area: 7/9/13/13;
}
.slider .item .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  font-size: 8rem;
  font-weight: 700;
}
.slider .item .content .wrap {
  text-align: center;
  text-shadow: 1px 1px 4px rgba(10, 9, 8, 0.2);
  width: 100%;
  max-width: 600px;
  line-height: 1;
}
.slider .item .content .wrap .letter {
  display: inline-block;
}

.slider .nav .next,
.slider .nav .prev {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s;
  
}
.slider .nav .next {
  right: 2rem;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 19 8 L 19 11 L 1 11 L 1 13 L 19 13 L 19 16 L 23 12 L 19 8 z' fill='black'/%3E%3C/svg%3E");
}
.slider .nav .next:hover {
  transform: translateX(0.5rem);
}
.slider .nav .prev {
  left: 2rem;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 5 8 L 1 12 L 5 16 L 5 13 L 23 13 L 23 11 L 5 11 L 5 8 z' fill='black'/%3E%3C/svg%3E");
}
.slider .nav .prev:hover {
  transform: translateX(-0.5rem);
}
.slider .nav .explore-btn {
  z-index: 4;
  position: relative;
  margin-top: 300px;
  bottom: 2rem;
  left: calc(50% - 4rem);
  width: 8em;
  text-align: center;
  padding: 1rem 0;
  border: solid 2px black;
  background: transparent;
  color: black;
  transition: background-color 0.3s;
  cursor: pointer;
}
.slider .nav .explore-btn:hover {
  color: #0a0908;
  background: white;
}

.slider .item:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}

 


@media screen and (max-width: 600px){

    
  
 

        #loader {
            height: 100%;
            width: 100%;
            position: fixed;
            z-index: 9999;
            background-color: #FFF;
            padding: 25vh 10vw;
        }
        
        .line {
            /* background-color: red; */
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            gap: 3vw;
            color: #000;
        }
        
        #line1-part1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            gap: 1vw;
            color: #000;
        
        }
        
        #line1-part1 h5,
        #line1-part1 h6 {
            font-size: 3vw;
            font-weight: 100;
            font-family: 'silk serif';
            color: #000;
        }
        
        #line1-part1 h5 {
            /* background-color: red; */
            width: 5vw;
            text-align: right;
            color: #000;
        }
        
        .line h2 {
            font-size: 6.5vw;
            text-transform: uppercase;
            font-weight: 900;
            color: #000;
        }
        
        .line h3 {
            font-size: 5vw;
            text-transform: uppercase;
            font-weight: 900;
            opacity: 0;
            /* animation-name: loaderAnim */
            -webkit-animation-duration: 2s;
                    animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite; 
                    color: #000;
        
        }
        
        @-webkit-keyframes loaderAnime {
            0% {
                font-family: "plain light";
                -webkit-text-stroke: 1px #000;
                color: #000;
                font-weight: 500;
                opacity: 1;
            }
        
            48% {
                font-family: "plain light";
                -webkit-text-stroke: 1px #000;
                color: #000;
                font-weight: 500;
                opacity: 0;
            }
        
            50% {
                font-family: 'silk serif';
                -webkit-text-stroke: 1px #000;
                font-weight: 500;
                color: transparent;
                opacity: 1;
            }
        
            100% {
                font-family: 'silk serif';
                -webkit-text-stroke: 1px #000;
                font-weight: 500;
                color: transparent;
                opacity: 0;
            }
        }
        
        @keyframes loaderAnime {
            0% {
                font-family: "plain light";
                -webkit-text-stroke: 1px #000;
                color: #000;
                font-weight: 500;
                opacity: 1;
            }
        
            48% {
                font-family: "plain light";
                -webkit-text-stroke: 1px #000;
                color: #000;
                font-weight: 500;
                opacity: 0;
            }
        
            50% {
                font-family: 'silk serif';
                -webkit-text-stroke: 1px #000;
                font-weight: 500;
                color: transparent;
                opacity: 1;
            }
        
            100% {
                font-family: 'silk serif';
                -webkit-text-stroke: 1px #000;
                font-weight: 500;
                color: transparent;
                opacity: 0;
            }
        }
    
    

    #page1 {
        height: 60vh;
        width: 100%;
        /* background-color: #151515; */
        position: relative;
        z-index: 100;
        /* background-color: red; */
        padding-top: 1px;
        margin-bottom: 4rem;
    }

    .nav {
        background-color: #000;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        height: 500px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 50px;
        width: 100%;
        overflow: hidden;
    }
    #mbres {
        visibility: visible;
        background-color: transparent;
        border: none;
        margin-left: 70px;
    }
    .nav-links {
        position: absolute;
        top: 12.5rem;
        left: 0;
        right: 0;
        background-color: #000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        transition: all 0.5s ease;
    }
    .nav-links li {
        margin: 15px 0;
    }
    .nav-links a {
        font-size: 24px;
        color: #fff;
    }
    .nav-links.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .hero {
        /* background-color: red; */
        width: 72%;
        margin-left: 5%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        /* background-color: red; */
        overflow-y: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
               
    }



    .hero:nth-child(2) {
        margin-top: 25vh;
    }

    .hero h2 {
        font-size: 9.8vw;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 10.5vw;
        position: relative;
       
    }

    #hero1::before {
        content: "01";
        position: absolute;
        font-size: 5vw;
        font-weight: 100;
        font-family: "silk serif";
        left: 5%;
        top: 35%;
    }

    .hero h2 {
        font-size: 9.8vw;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 10.5vw;
        border-bottom: 0.6vw solid #fff;
        
    }

    #page6 {
        min-height: 100vh;
        background-color: #fff;
        width: 100%;
        position: relative;
        padding: 5vh 10.5vw;
        display: flex;
        flex-direction: column;
     
      
    }
    
    #page6 button {
        background-color: #0BA34E;
        padding: 0.9vw 2.5vw;
        font-weight: 600;
        font-size: 5vw;
        border-radius: 50px;
        border: none;
        
        top: 20%;
        margin: 2rem;
    }
    
    #page6-right {
        width: 100%;
    }
    
    #page6-right > p {
        font-size: 5vw;
    }
    
    #page6-right > p span {
        /* background-color: red; */
        width: 15vw;
        display: inline-block;
    }
    
    #page6-content {
        width: 100%;
        /* background-color: red; */
        margin-top: 5vh;
        padding: 5vh 0;
    }
    
    #page6-content h2 {
        font-size: 8vw;
        font-weight: 500;
    }
    
    #page6-content #flex {
        display: flex;
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
    
    #page6-content #flex h4 {
        border-radius: 50px;
        border: 1px solid #fff;
        padding: 10px 20px;
        font-weight: 400;
        font-size: 0.8vw;
    
    }
    
    .page6-elem {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        /* background-color: red; */
        /* padding: 2vh 0; */
        transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
        padding-top: 3vh;
        padding-bottom: 9vh;
        overflow: hidden;
        border-top: 1px solid #333;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .page6-elem p {
         
        width: 100%;
       
        position: relative;
        z-index: 8;
        font-size: 4vw;
    }
    
    .page6-elem h3 {
        font-size: 7vw;
        font-weight: 400;
        position: relative;
        transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
        z-index: 8;
    }
    
    .page6-elem i {
        font-size: 1vw;
        position: relative;
        transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
        z-index: 8;
    }
    
    .over {
        height: 100%;
        width: 100%;
        background-color: #222;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
        opacity: 0;
        /* display: none; */
        transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
       
    }
    
    .over h3{
        width: 100%;
    }
    
    .page6-elem:hover h3 {
        padding-left: 1vw;
    
    }
    
    .page6-elem:hover i {
        padding-right: 1vw;
    }
    
    .page6-elem:hover .over {
        transform: translateY(0);
        /* display: initial; */
        opacity: 1;
    }
    
    .page6-elem:hover {
        border-top: 2px solid #fff;
    }
    
    
    
    summary::marker {
        content: "";
    }
    
    .uiux {
        border-top: 1px solid #333;
        padding: 3vh 0;
    }
    
    .product {
        padding: 3vh 0;
    
        border-top: 1px solid #333;
    }
    

    #work-slider{
        margin-top: 2rem;
     }
    
    
    
    .slider {
      height: 100vh;
      width: 100vw;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
     
      position: relative;
      overflow: hidden;
      transition: background-color 2s;
    }
    
    
    .slider .item .imgs {
      position: relative;
      width: 60%;
      padding-top: 60%;
    }
    .slider .item .imgs .grid {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(12, 1fr);
      grid-column-gap: 32px;
      grid-row-gap: 32px;
      transform: rotate(-20deg);
      opacity: 0.65;
    }
    
    .slider .item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .slider .item .img {
      width: 100%;
      height: 100%;
      position: relative;
      will-change: transform;
      will-change: opacity;
    }
    .slider .item .img img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      -webkit-filter: contrast(110%) brightness(110%) saturate(130%);
      filter: contrast(110%) brightness(110%) saturate(130%);
    }
    .slider .item .img img::before {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      pointer-events: none;
      mix-blend-mode: screen;
      background: rgba(243, 106, 188, 0.3);
    }
    .slider .item .img-1 {
      grid-area: 1/1/7/5;
    }
    .slider .item .img-2 {
      grid-area: 2/5/7/13;
    }
    .slider .item .img-3 {
      grid-area: 7/1/12/9;
    }
    .slider .item .img-4 {
      grid-area: 7/9/13/13;
    }
    .slider .item .content {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.15;
      font-size: 8rem;
      font-weight: 700;
    }
    .slider .item .content .wrap {
      text-align: center;
      text-shadow: 1px 1px 4px rgba(10, 9, 8, 0.2);
      width: 100%;
      max-width: 300px;
      line-height: 1;
      font-size: 7vw;
    }
    .slider .item .content .wrap .letter {
      display: inline-block;
    }
    
    .slider .nav .next,
    .slider .nav .prev {
      height: 2rem;
      width: 2rem;
      position: absolute;
      top: calc(50% - 1rem);
      cursor: pointer;
      z-index: 3;
      transition: transform 0.3s;
    
      
    }
    .slider .nav .next {
      right: 2rem;
      background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 19 8 L 19 11 L 1 11 L 1 13 L 19 13 L 19 16 L 23 12 L 19 8 z' fill='black'/%3E%3C/svg%3E");
    }
    .slider .nav .next:hover {
      transform: translateX(0.5rem);
    }
    .slider .nav .prev {
      left: 2rem;
      background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M 5 8 L 1 12 L 5 16 L 5 13 L 23 13 L 23 11 L 5 11 L 5 8 z' fill='black'/%3E%3C/svg%3E");
    }
    .slider .nav .prev:hover {
      transform: translateX(-0.5rem);
    }
    .slider .nav .explore-btn {
      z-index: 4;
      position: relative;
      margin-top: 300px;
      bottom: 2rem;
      left: calc(50% - 4rem);
      width: 8em;
      text-align: center;
      padding: 1rem 0;
      border: solid 2px black;
      background: transparent;
      color: black;
      transition: background-color 0.3s;
      cursor: pointer;
      margin-top: 10rem;
    }
    .slider .nav .explore-btn:hover {
      color: #0a0908;
      background: white;
    }
    
    .slider .item:not(.is-active) {
      opacity: 0;
      pointer-events: none;
    }
    
    
    #page5 {
        min-height: 60vh;
        width: 100%;
        position: relative;
    }

    .elem {
        white-space: nowrap;
        overflow-x: hidden;
        margin-bottom: -2vw;
    }

    .elem h1 {
        font-size: 12vw;
        -webkit-text-stroke: 1px #fff;
        font-weight: 400;
        text-transform: uppercase;
        /* background-color: red; */
        color: transparent;
        display: inline-block;
        margin-right: 16px;
        -webkit-animation-name: anime;
                animation-name: anime;
        -webkit-animation-duration: 20s;
                animation-duration: 20s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
    }

    @-webkit-keyframes anime {
        from {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }

        to {
            -webkit-transform: translateX(calc(-100% - 20px));
                    transform: translateX(calc(-100% - 20px));
        }
    }

    @keyframes anime {
        from {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }

        to {
            -webkit-transform: translateX(calc(-100% - 20px));
                    transform: translateX(calc(-100% - 20px));
        }
    }


    .elem2 {
        white-space: nowrap;
        overflow-x: hidden;
        margin-bottom: -2vw;
    }

    .elem2 h1 {
        font-size: 12vw;
        -webkit-text-stroke: 1px #fff;
        font-weight: 400;
        text-transform: uppercase;
        /* background-color: red; */
        color: transparent;
        display: inline-block;
        -webkit-transform: translateX(calc(-100% - 20px));
            -ms-transform: translateX(calc(-100% - 20px));
                transform: translateX(calc(-100% - 20px));
        -webkit-animation-name: anime;
                animation-name: anime;
        -webkit-animation-duration: 25s;
                animation-duration: 25s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        animation-direction: reverse;
    }

    .elem span {
        font-style: italic;
        font-family: "silk serif";
        color: transparent;
    }

    .elem2 span {
        font-style: italic;
        font-family: "silk serif";
        color: transparent;
    }

    #footer {
        height: 108vh;
        width: 100%;
        /* background-color: red; */
        margin-top: 20vw;
        position: relative;
        padding:    5vw 4vw;
        padding-bottom: 5vw;
    }

    
   


    .underline {
        height: 1px;
        width: 100%;
        background-color: #000;
        margin: 8vw 0;
    }

    #footer-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: 15vw;
        padding-top: 4vw;
        margin-bottom: 6vw;
    }

    #footer-div h6 {
        font-size: 6vw;
        margin-bottom: 3.5vw;
        font-weight: 700;
    }

    .box {
        width: 100%;
        margin-bottom: 5vw;
    }

    #footer-div h5 {
        font-size: 7vw;
        margin-bottom: 1.5vw;
        font-weight: 700;
        /* margin: 0.1vh 0; */
    }

    #footer  h5 {
        font-weight: 500;
        margin-bottom: 4vw;
        font-size: 4vw;
    }
}












