@charset "UTF-8";
/* CSS Document */
        
    .project {
        margin: 0;
        padding: 0
    }
    .project div {
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: cover;
    }
    .sticky {
        position: sticky;
        top: 0;
        z-index: -1;
    }
    .img1 {
        background: url(images/dotsofspots/dotsofspots-01.jpg);
        background-attachment: fixed;
        margin-top: -100vh;
    }
    .img2 {
        background: url(images/dotsofspots/dotsofspots-02.jpg);
        background-attachment: fixed;
    }
    .img3 {
        background: url(images/dotsofspots/dotsofspots-03.jpg);
        background-attachment: fixed
    }
    .img4 {
        background: url(images/dotsofspots/dotsofspots-04.jpg);
        background-attachment: fixed;
    }
    .img4-2 {
        background: url(images/dotsofspots/dotsofspots-04-2.jpg);
        background-attachment: fixed;
    }        
    .img5 {
        background: url(images/dotsofspots/dotsofspots-05.jpg);
        background-attachment: fixed;        
    }
    .img5-2 {
        background: url(images/dotsofspots/dotsofspots-05-2.jpg);
        background-attachment: fixed;        
    }
    .atvezeto1 {
        background: linear-gradient(rgba(0, 0, 0, 0), black);
        position: relative;
        top: 0;
    }
    .atvezeto2 {
        background: linear-gradient(black, rgba(0, 0, 0, 0));
    }
    .img6 {
        background: url(images/dotsofspots/dotsofspots-06.jpg);
        background-attachment: fixed;
        margin-top: -100vh;
        z-index: -1
    }
    .img7 {
        background: url(images/dotsofspots/dotsofspots-07.jpg);
        background-attachment: fixed;
        top: 0;
    } 
    .atvezeto-out-in {
        width: 100%;
        height: 100vh;
        background: linear-gradient(rgba(0, 0, 0, 0), black 50%, rgba(0, 0, 0, 0) 100%);
        padding-top: 100vh;
        margin-bottom: -100vh;
    }
    .gif1 {
        background: url(images/dotsofspots/01.gif);
        background-attachment: fixed;
        top: 0;
    }
    .gif2 {
        background: url(images/dotsofspots/02.gif);
        background-attachment: fixed;
        top: 0;
    }
    .gif3 {
        background: url(images/dotsofspots/03.gif);
        background-attachment: fixed;
        top: 0;
    }
    .gif4 {
        background: url(images/dotsofspots/04.gif);
        top: 0;
        background-attachment: fixed;

    }
    .img8 {
        background: url(images/dotsofspots/dotsofspots-08-black.jpg);
        background-attachment: fixed;
        top: 0;
    }
    .pause {
        /* a padding-gal lehet állítani a hosszát, mindegy, hogy top vagy botton, csak oldalra ne legyen. A html kódban egyébként ezt a kódot kell megadni, annál, ahol akarom hogy megálljon a kép: <div class="pause"></div> */
        padding-bottom: 90vh
    }
     
    
    .dotsofspots-header {
        width: 100%;
        height: 300vh; /*300vh*/
        background: black;
        margin: 0;
        padding: 0; 
        position: relative;
        position: sticky
    }
    .dotsofspots-header-box {
        max-width: 980px;
        width: 90%; /* a szélén ettől van margó */
        margin: auto;
        display: flex;
    }
    .dotsofspots-header-img-box {
        width: 100%;
        height: 250vh;
        margin-top: 50vh;
    }
    .dotsofspots-header img {
        width: 50vh;
        height: 50vh;
        border-radius: 100%;
        position: sticky;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-atvezeto {
        width: 100%;
        height: 100vh; /*100vh*/
        background: linear-gradient(rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0, 0, 0, 0) 100%);
        margin-bottom: -100vh; /*-100vh*/
        background: rgba(0, 0, 255, 0.67)
        }
    
    .view1 {
        height: 100vh; /*100vh*/
        overflow: hidden;
        position: sticky;
        top: 0;
        margin-left: 25px;
        z-index: -1;
        
        background: red;
    }
    .view2  {
        height: 100vh; /*100vh*/
        overflow: hidden;
        position: sticky;
        top: 0;
        background: linear-gradient(rgba(0, 0, 0, 0), black 20%);
        margin-left: 25px;
        padding-top: 0vh;
        z-index: -1;
        
        background: green
    }
    
    .view1 > div , .view2 > div {
        margin-top: 50vh;
        transform: translateY(-50%);
        max-height: 80%;
        overflow: hidden;
    }
    .dotsofspots-header h1 {
        color: #fff;
    }
    .dotsofspots-header h5 {
        color: var(--gray2);
    }
    
    /* 768 SCREEN IPAD - 768 SCREEN -768 SCREEN */

/*---------- 768 PX SCREEN ----------*/

@media(max-width:768px){    
    .project div {
        width: 100%;
        height: 100vh;
        background-position: center;
        background-size: 150%;
        background-repeat: no-repeat;
    }
    .img1 {
        background: url(images/dotsofspots/dotsofspots-01.jpg), #ffdd00;
        background-attachment: fixed;
        margin-top: -100vh;
    }
    .img2 {
        background: url(images/dotsofspots/dotsofspots-02.jpg), #810d6e;
        background-attachment: fixed

    }
    .img3 {
        background: url(images/dotsofspots/dotsofspots-03.jpg), #0fffb8;
        background-attachment: fixed
    }
    .img4 {
        background: url(images/dotsofspots/dotsofspots-04.jpg), #ffdd00;
        background-attachment: fixed;
    }
    .img4-2 {
        background: url(images/dotsofspots/dotsofspots-04-2.jpg), #810d6e;
        background-attachment: fixed;
    }        
    .img5 {
        background: url(images/dotsofspots/dotsofspots-05.jpg), #0fffb8;
        background-attachment: fixed;        
    }
    .img5-2 {
        background: url(images/dotsofspots/dotsofspots-05-2.jpg), #ffdd00;
        background-attachment: fixed;        
    }
    .img6 {
        background: url(images/dotsofspots/dotsofspots-06-2.jpg);
        background-attachment: fixed;
        overflow: hidden;
        margin-top: -100vh;
        z-index: -1
    }
    .img7 {
        background: url(images/dotsofspots/dotsofspots-07.jpg), #ffdd00;
        background-attachment: fixed;      
        background-size: 300%;
    }       
    .gif1 {
        background: url(images/dotsofspots/01.gif), black;
        background-attachment: fixed;
        top: 0;
    }
    .gif2 {
        background: url(images/dotsofspots/02.gif), black;
        background-attachment: fixed;
        top: 0;
    }
    .gif3 {
        background: url(images/dotsofspots/03.gif), black;
        background-attachment: fixed;
        top: 0;
    }
    .gif4 {
        background: url(images/dotsofspots/04.gif), black;
        top: 0;
        background-attachment: fixed;

    }
    .img8 {
        background: url(images/dotsofspots/dotsofspots-08-black.jpg), black;
        background-attachment: fixed;
        top: 0;
    }
     
   
    
    
    
    .dotsofspots-header {
        width: 100%;
        height: 200vh; /*300vh*/
        background: yellow;
        margin: 0;
        padding: 0; 
        position: relative;
        position: sticky
    }
    .dotsofspots-header-box {
        max-width: none;
        width: 90%; /* a szélén ettől van margó */
        margin: 0;
        display: block;
    }
    .dotsofspots-header-img-box {
        width: 100%;
        height: 50vh;
        margin-top: 0;
        background: orange;
        text-align: center;
    }
    .dotsofspots-header img {
        margin-top: 5vh;
        width: 40vh;
        height: 40vh;
        border-radius: 100%;
        position: sticky;
        top: 5vh;
        transform: translateY(0%);
    }
    .header-atvezeto {
        width: 100%;
        height: 50vh; /*100vh*/
        background: linear-gradient(rgba(0, 0, 0, 0), black 10%, black 90%, rgba(0, 0, 0, 0) 100%);
        margin-bottom: -50vh; /*-100vh*/
        background: rgba(0, 0, 255, 0.67)
        }
    
    .view1 {
        height: 50vh; /*100vh*/
        overflow: hidden;
        position: sticky;
        top: 50vh;
        margin-left: 25px;
        z-index: -1;
        
        background: red;
    }
    .view2  {
        height: 50vh; /*100vh*/
        overflow: hidden;
        position: sticky;
        top: 50vh;
        background: linear-gradient(rgba(0, 0, 0, 0), black 20%);
        margin-left: 25px;
        padding-top: 0vh;
        z-index: -1;
        
        background: green
    }
    
    
    .view1 > div , .view2 > div /* ez maga a szövegbox */ {
        margin-top: 25vh;
        transform: translateY(-50%);
        max-height: 100%;
        overflow: hidden;
    }
    .dotsofspots-header h1 {
        color: #fff;
    }
    .dotsofspots-header h5 {
        color: var(--gray2);
    }
}