@font-face{
    src: url(../fonts/Bebas-Regular.ttf);
    font-family: "bebas";
  }
  
  @font-face{
    src: url(../fonts/Montserrat-Regular.ttf);
    font-family: "montserrat";
  } 

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
}
html {
    scroll-behavior: smooth;
  }

::-webkit-scrollbar{
    display: none;
}

#main{
    width: 100%;
    min-height: 85vh;
}

#main #story{
    width: 100%;
    height: 90vh;
}

#prt1{
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 35px 0 35px;
}

#prt2{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
}

#heading{
    width: 64%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#heading img{
    width: 32%;
}

#img1{
    transform: rotate(180deg)
}

#heading h1{
    font-family: 'bebas';
    color: #0a4e54;
    font-weight: 500;
    font-size: 36px;
}

#prt1img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../Final/68_Sunderdhunga.jpg');
    background-position: center 35%;
    background-size:cover;
}

#prt2 #prg{
    width: 80%;
    margin-top: 15px;
}

#prg p{
    text-align: center;
    font-size: 11px;
    font-family: 'montserrat';
    letter-spacing: .5px;
    opacity: .8;
    margin-bottom: 10px;
}

#mem h4{
    font-family: 'bebas';
    color: #0a4e54;
    font-weight: 500;
    font-size: 24px;
    margin-top: 16px;
}

.collage{
    width:60% ;
    height: 35%;
    margin-top:28px;
    
}

.collage .ele{
    height: 195px;
    width: 500px;
    margin-left: 30px;
}

#one{
    width: 100%;
    height: 100%;
    background-image: url('../Final/68_Sunderdhunga.jpg');
    background-size: cover;
    background-position: center;
}

#two{
    width: 100%;
    height: 100%;
    background-image: url('../Final/70_Sunderdhunga.jpg');
    background-size: cover;
    background-position: center;
}

#three{
    
    width: 100%;
    height: 100%;
    background-image: url('../Final_Embedded/Stories/Story6-1.png');
    background-size: cover;
    background-position: center;
}

#four{
    width: 100%;
    height: 100%;
    background-image: url('../Final_Embedded/Stories/Story6-2.png');
    background-size: cover;
    background-position: center;
}


.slick-slide{
    opacity: 0.6;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 300ms;
    transform: scale(0.8);
    opacity: 0.6;
}

.slick-current {
    opacity: 1 ;
    transform: scale(1.4);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 300ms;
}

#back{
    width: 90px;
    height: 30px;
    margin-top: 24px;
}

#back a{
    color: #0a4e54;
    text-decoration: none;
    font-family: 'bebas';    
    font-size: 18px;
    display: flex;
    align-items: center;
}

#back a i{
    font-size: 22px !important;  
    margin-right: 16px;
}

#back:active{
    opacity: .6;
}


@media (min-width: 1920px){
    #story #prt2{
        height: 70vh;
    }
    #story #prt2 #heading{
        margin-top:16px ;
       
    }

    #heading h1{
        font-size: 40px;
    }
    #prg p{
        font-size: 11px;
        line-height: 17px;
        font-weight: 600;
        opacity: .6;
    }

    .collage .ele{
        height: 250px;
        margin-left: 35px;
    }

    #back{
        margin-top: 64px;
    }
}

@media (max-width: 550px){
    #main{
        padding: 16px;
    }
    #main #story{
        height: 100vh;
    }

    #story #prt1{
        padding: 0;
    }
    #prt2 #heading{
        width: 100%;
        justify-content: center;
    }

    #prt2 #heading img{
        display: none;
    }

    #prt2 #prg {
        width: 100%;
    }

    #prg p{
        text-align: justify;
    }
    .collage{
        width: 100%;
    }
    .collage .ele{
        margin-left:16px ;
    }

    #back {
      padding-bottom: 64px;
    }
}