@font-face {
    font-family: "Empires";
    src: url("../assests/fonts/Empires.otf");
}

@font-face {
    font-family: "Bindumathi";
    src: url("../assests/fonts/FM - Bindumathi x.TTF");
}

@font-face {
    font-family: "FM-Ganganee";
    src: url("../assests/fonts/FM Ganganee x.ttf");
}

@font-face {
    font-family: "MYRIADPRO-REGULAR";
    src: url("../assests/fonts/MYRIADPRO-REGULAR.OTF");
}

@font-face {
    font-family: "Nexa-Bold";
    src: url("../assests/fonts/Nexa Bold.otf");
}
@font-face {
    font-family: "Kalaham Regular";
    src: url("../assests/fonts/Kalaham Regular.otf");
}


html {
    overflow: hidden;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 5px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #ffffff;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: none 
  border-radius: 10px;
  border-right: solid 2px #fff;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

/* ---------------home-------------------- */
#home {
    height: 100vh;
    width: 100vw;
    background-image: url("../assests/images/BG.jpg");
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.width-responsive{
    width: 60% !important;
}


.home-background-wrapper {
    pointer-events: none;
    display: flex !important;
    position: absolute;
    top: 0;
    left: 3%;
    z-index: 2;
    height:100vh; 
    /*width: 100vw;*/
    overflow: hidden;
    padding-right: 20px !important;
    padding-top: 100px !important;
}
.home-background-red-wrapper {
    pointer-events: none;
    position: absolute;
    top: -20px;
    left: 30%;
    z-index: 0;
    width: 70%;
    display: flex;
}
.home-background-red-wrapper-mobile {
    pointer-events: none;
    display:none;
    position: absolute;
    top: -50px;
    align-items: center;
    z-index: 0;
    width: 70%;
    left: 20%;
    height: auto;
}

.home-text-title {
    font-family: "Nexa-Bold";
    letter-spacing: 6px;
    font-size:34px;
line-height: 39px;
font-weight: bold;
z-index: 5;
}

.home-text-para {
    font-size: 20px;
    line-height: 26px;
    margin-bottom:0px;
    font-family: "MYRIADPRO-REGULAR";
    z-index: 4;
}

.home-text-design {
    font-family: "Empires";
    font-size: 4.8rem;
    line-height: 4.8rem;
    z-index: 3;
    text-align: end;
}

/* nav */
#site_navbar {
    width: 100%;
    height: 100px;
    background-color: transparent;
}

#content_home {
    position: relative;
    overflow: hidden;
}

.nav-logo-wrap {
    /*height: 45px;*/
    /*width: 100px;*/
}
.navbar-brand{
    width: 38%;
}
.navbar {
    height: 100px;
}

.nav-link {
    /*line-height: 50px;*/
    font-weight: 500;
    font-size: 18px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' %3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3e%3c/svg%3e") !important;
}
.nav-link.active {
    text-decoration-color: #fff !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.nav-link-active {
    text-decoration-color: #fff !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.nav-link:hover {
    text-decoration-color: #fff !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.nav-link-icons {
    /*line-height: 60px;*/
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler:active {
    border: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* end- nav */










/* ------------------- about me ---------------------- */
#about_me {
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 25%), url("../assests/images/BG.jpg");
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    z-index: 0;
}

.abt-wrp-scroller {
    width: 95vw;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    /*border-right: solid 2px #fff;*/
    /*scroll-snap-type: y mandatory;*/
    /*scroll-behavior: auto;*/
}
.abt-mobi-red-one{
    background-image:url("../assests/images/albert-back-red-sqre-1.png");
    background-position:start;
    background-repeat:no-repeat;
    background-size:contain;
    background-origin:content-box;
  background-clip:content-box;
}
.about-me-wrapper {
    display: flex;
}


#about_me_1,
#about_me_2,
#about_me_3 {
    position: relative;
    /*height: calc(100vh - 100px);*/
    /*scroll-snap-align: start;*/
    height: auto;
}

.abt-me-albert-uncle-title {
    font-family: "Empires";
    font-size: 7rem;
    color: #fff;
    z-index: 5;
    display:none;
}

.abt-me-albert-uncle-title-2,
.abt-me-albert-uncle-para-3 {
    color: #fff;
    z-index: 6;
    /*text-align:justify;*/
}

.abt-me-albert-uncle-title-2 {
    font-family: "Nexa-Bold";
    letter-spacing: 4px;
    font-size: 3rem;
}

.abt-me-albert-uncle-para-3 {
    font-family: "MYRIADPRO-REGULAR";
    font-size: 22px;
    margin-bottom: 0;
    line-height: 28px;
    text-align:justify;
}


.abt-me-albert-uncle-title-second,
.abt-me-albert-uncle-para-second {
    color: #fff;
    z-index: 6;
}

.abt-me-albert-uncle-title-second {
    font-family: "Nexa-Bold";
    letter-spacing: 4px;
    font-size: 2.5rem;
}

.abt-me-albert-uncle-para-second {
    font-family: "MYRIADPRO-REGULAR";
    font-size: 20px;
    text-align:justify;
}

.yellow-abt-me-large,
.yellow-abt-me-small {
    color: #e6a624;
    font-family: "Nexa-Bold";
    text-align: right;
    z-index: 7;
}

.yellow-abt-me-large {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 0;
}

.yellow-abt-me-small {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-top: 0;
}
.about-me-wrapper-first {
    z-index: 1;
}
.abt-1-background-wrapper {
    position: relative;
    left: 70%;
    z-index: 1;
    width: 60%;
    margin-top: 15px;
}
.view-nft-button{
    /*background-color:red;*/
    background: transparent;
    /*background-image: url("../assests/images/Group 8.png");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    width: 140px;
    height: 50px;
    /*padding-left: 20px;*/
    /*padding-right:20px;*/
    /*padding-bottom: 9px;*/
    /*padding-top: 9px;*/
    border: none;
    /*border-radius: 50px;*/
    /*font-size: 22px;*/
    /*line-height: 22px;*/
    /*text-align: center;*/
    /*font-family: "MYRIADPRO-REGULAR";*/
        padding-left: 0px;
}
.watch-live-button{
    background: transparent;
        width: 250px;
    height: 40px;
    border: none;
        padding-left: 0px;
        position: relative;
    left: -30px;
        margin-top: 1.8rem;
}
/*.watch-live-button{*/
/*    background-color:red;*/
/*    color: #fff;*/
/*    width: max-content;*/
/*    height: 40px;*/
/*    border-radius: 4px;*/
/*    font-size: 18px;*/
/*    line-height: 18px;*/
/*    text-align: center;*/
/*    font-family: "MYRIADPRO-REGULAR";*/
/*    margin-top: 1.5rem;*/
/*    padding: 2px;*/
/*    position: relative;*/
/*    left: -30px;*/
/*    border: none;*/
/*}*/
/*.watch-live-button a{*/
/*    background-color:red;*/
/*    color: #fff;*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    padding-left: 20px !important;*/
/*    margin: 2px !important;*/
/*    padding-left: 20px !important;*/
/*    padding-right:20px !important;*/
/*    border: solid 1px #fff;*/
/*    border-radius: 4px;*/
/*    font-size: 18px;*/
/*    line-height: 18px;*/
/*    text-align: center;*/
/*    font-family: "MYRIADPRO-REGULAR";*/
/*}*/
.abt-1-background-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to left, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0));
}

/* abt 2 img */
.abt-2-background-wrapper {
    pointer-events: none;
    width: 40vw;
    height:60vh;
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 0;
}
.nav-logo-img{
    width:100px;
    height:50px;
}
.abt-2-background-wrapper-mobi {
    pointer-events: none;
    position: absolute;
    width: 65vw;
    height:40vh;
    bottom: 0px;
    right: 20px;
    z-index: 0;
}

/* abt red first img */
.abt-0-background-wrapper {
    /*pointer-events: none;
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 0;*/
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 0;
}
/* abt red first img */
.abt-0-1-background-wrapper {
    pointer-events: none;
    align-self: start;
    position: relative;
    top: -195px;
    left: 0;
    z-index: 0;
}
/* abt red first img */
.abt-0-2-background-wrapper {
    pointer-events: none;
    position: relative;
    align-self: start;
    top: -65%;
    left: 0;
    z-index: 0;
}

/* abt red first img */
.abt-0-3-background-wrapper {
    pointer-events: none;
    align-self: start;
    position: relative;
    top: -53%;
    left: 0;
    z-index: 0;
}

/* abt red first img */
.abt-0-4-background-wrapper {
    pointer-events: none;
    position: relative;
    align-self: start;
    top: -68%;
    left: 0;
    z-index: 0;
}




/* stories */
#section_1_armstrong, 
#section_2_armstrong, 
#section_3_armstrong, 
#section_4_armstrong, 
#section_5_armstrong, 
#section_6_armstrong,
#section_7_armstrong,
#section_8_armstrong,
#section_9_armstrong,
#section_10_armstrong,
#section_11_armstrong,
#section_12_armstrong,
#section_13_armstrong,
#section_14_armstrong,
#section_15_armstrong,
#section_16_armstrong{
    width: 100vw;
    height: 90vh;
    /*scroll-snap-align: start;*/
}
.img-container-col-1-wrap, 
.img-container-col-2-wrap, 
.img-container-col-3-wrap, 
.img-container-col-4-wrap, 
.img-container-col-5-wrap, 
.img-container-col-6-wrap, 
.img-container-col-7-wrap, 
.img-container-col-8-wrap,
.img-container-col-9-wrap,
.img-container-col-10-wrap,
.img-container-col-11-wrap,
.img-container-col-12-wrap,
.img-container-col-13-wrap,
.img-container-col-14-wrap,
.img-container-col-15-wrap,
.img-container-col-16-wrap{
    height: 88vh;
    /*height: 72vh;*/
    background-image:linear-gradient(270deg, #e7a720 0%, rgba(148,149,147,0) 91%);
}

.img-container-col-1 , 
.img-container-col-2{
    height: 88vh;
    /*height: 72vh;*/
    position: relative;
    bottom: 0;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
} 
.img-container-col-3, 
.img-container-col-4, 
.img-container-col-5,
.img-container-col-6,
.img-container-col-7,
.img-container-col-8,
.img-container-col-9,
.img-container-col-10,
.img-container-col-11,
.img-container-col-12,
.img-container-col-13,
.img-container-col-14,
.img-container-col-15,
.img-container-col-16{
    height: 88vh;
    /*height: 72vh;*/
    position: relative;
    bottom: 0;
    width: 47vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.img-container-col-1{
    background-image:url("../assests/images/Albert-Armstrong-removebg-preview.png");
}
.img-container-col-2{
    background-image:url("../assests/images/Alber--01.png");
}
.img-container-col-3{
    background-image:url("../assests/images/albird-removebg-preview.png");
}
.img-container-col-4{
    background-image:url("../assests/images/Special-agent-Albert-removebg-preview.png");
}
.img-container-col-5{
    background-image:url("../assests/images/Micheal-Alberto-removebg-preview.png");
}
.img-container-col-6{
    background-image:url("../assests/images/Uncle-batbird-removebg-preview.png");
}
.img-container-col-7{
    background-image:url("../assests/images/Asset 9.png");
}
.img-container-col-8{
    background-image:url("../assests/images/Captain-jambugasmulla-removebg-preview.png");
}
.img-container-col-9{
    background-image:url("../assests/images/Rap-Albert-removebg-preview.png");
}
.img-container-col-10{
    background-image:url("../assests/images/Masterchef-removebg-preview.png");
}
.img-container-col-11{
    background-image:url("../assests/images/Albert-Holmes-removebg-preview.png");
}
.img-container-col-12{
    background-image:url("../assests/images/ndhare-albertpng.png");
}
.img-container-col-13{
    background-image:url("../assests/images/mahadhana-muththa-removebg-preview.png");
}
.img-container-col-14{
    background-image:url("../assests/images/thenaaliraaman.png");
}
.img-container-col-15{
    background-image:url("../assests/images/vikrambert.png");
}
.img-container-col-16{
    background-image:url("../assests/images/albert-pappa-removebg-preview.png");
}

.inner-scroll{
    overflow-y: scroll;
   /* height:60vh;*/
}
.height-inner-scroll-desktop{
     height:60vh;
}
.content-container-col{
    height: 88vh;
    /*height: 72vh;*/
    background-image: linear-gradient(90deg, #8a1719 0%, rgba(148,149,147,0) 91%);
}
.stories-img-wrapper {
    position: relative;
    z-index: 0;
}
.text-title-story{
    font-size: 40px;
        letter-spacing: 4px;
        line-height: 50px;
        color: #ffffff;
        font-weight: bold;
        font-family: "Nexa-Bold";
}
.text-para-story{
    font-size: 18px;
    line-height:22px;
    color: #ffffff;
    font-family: "MYRIADPRO-REGULAR";
    text-align: left;
}
.text-title-story-sinhala{
    font-size: 30px;
        letter-spacing: 2px;
        line-height: 50px;
        color: #ffffff;
        font-weight: bold;
        font-family: "FM-Ganganee";
}
.text-title-story-tamil{
    font-size: 30px;
        letter-spacing: 4px;
        line-height: 50px;
        color: #ffffff;
        font-weight: bold;
        font-family: "Kalaham Regular";
}
.english-font{
    font-size: 18px;
    color: #ffffff;
    font-family: "MYRIADPRO-REGULAR";
}
.text-para-story-sinhala{
    font-size: 14px;
    line-height:18px;
    color: #ffffff;
    font-family: "Bindumathi";
    text-align:left;
    letter-spacing: 1px;
}
.text-para-story-tamil{
    font-size: 14px;
    line-height:18px;
    color: #ffffff;
    font-family: "Kalaham Regular";
    text-align:left;
}
.story-albert-uncle-title {
    font-family: "Empires";
    font-size: 8rem;
    position:absolute;
    left:0px;
    top:-40px;
    /*width:200px;*/
    display:none;
    color: #fff;
    z-index: 5;
}

.story-albert-uncle-title-img{
    width:380px;
    height:auto;
    position:absolute;
    left:0px;
    top:-3.6em;
    z-index: 5;
    display:none;
}
.text-wrap-col{
    position:relative;
}
.ma-wrapper{
    flex-direction: row;
    z-index: 999;
    position: relative;
}
.size-flex-column{
    width: 50%;
}
.text-alignment{
    text-align: start;
}
.left-space-small{
    padding-left: 20px;
}
.left-space-big{
    padding-left: 40px;
}
.mk-flex{
    display: flex;
}
.width-on-tab-text{
        text-align: start;
        align-items:end;
    }
    
    .display-on-desktop-size{
        display: block !important;
    }
    .display-on-mobile-size{
        display: none !important;
    }
@media only screen and (min-width: 1170px){
    .display-on-mobile{
        display: none;
        position: absolute;
        bottom: 0;
        width: 60vw;
        padding-bottom: 100px !important;
    }
    .display-on-desktop-size{
        display: none !important;
    }
    .display-on-mobile-size{
        display: block !important;
    }
    
    
}
/*@supports (-webkit-touch-callout: none) {*/
/*   .display-on-mobile{*/
/*        display: none;*/
/*        position: absolute;*/
/*        bottom: 0;*/
/*        width: 60vw;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1280px){
    .home-background-wrapper {
        left: 1%;
}
.image-red-home{
    width: 50% !important;
    height: 300px !important;
}

.abt-1-background-wrapper {
            left: 70%;
        }
        .img-container-col-3, 
.img-container-col-4, 
.img-container-col-5,
.img-container-col-6,
.img-container-col-7,
.img-container-col-8,
.img-container-col-9,
.img-container-col-10,
.img-container-col-11,
.img-container-col-12,
.img-container-col-13,
.img-container-col-14,
.img-container-col-15,
.img-container-col-16{
    height: 88vh;
    /*height: 72vh;*/
    position: relative;
    bottom: 0;
    width: 47vw;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
}
@media only screen and (max-width: 1170px){
    .width-on-tab{
        width: 100vw;
        height: max-content;
        justify-self: center;
        align-self: center;
    }
    .width-on-tab-text{
        text-align: center;
        align-items:center;
    }
    .home-background-wrapper{
        display:none !important;
    }
    .left-space-small{
        padding-left: 0px;
    }
    .left-space-big{
        padding-left: 0px;
    }
    .ma-wrapper{
    flex-direction: column;
    z-index: 999;
    position: relative;
    }
    .size-flex-column{
        width:100%
    }
    .text-alignment{
        text-align: center;
    }
    .home-text-para{
        padding-left: 100px;
        padding-right: 100px;
    }
    .home-text-design{
        align-self:center !important;
        text-align: center !important;
    }
    #home{
        height:auto;
        background-image: url("../assests/images/background_mbl.jpg");
    }
    #content_home {
        overflow-y: scroll;
        height: calc(100vh - 70px);
    }
}
@media only screen and (max-width: 1100px){
    .home-background-wrapper {
        left: 0%;
}

}
@media only screen and (max-width: 1024px){
    .home-background-wrapper {
        left: 0%;
}
.text-title-story{
    font-size: 30px;
        line-height: 35px;
}
.text-title-story-sinhala{
    font-size: 27px;
        line-height: 35px;
}
.text-title-story-tamil{
    font-size: 27px;
        line-height: 35px;
}
.inner-scroll-md{
    overflow-y: scroll;
    height:55vh;
}

}

@media only screen and (max-width: 992px) {
    .width-on-tab{
        width: 100vw;
        justify-self: center;
        align-self: center;
    }
    #home {
        height: auto;
        background-image: url("../assests/images/background_mbl.jpg");
    }
    .home-text-para{
        padding-left: 50px;
        padding-right: 50px;
    }
    .image-red-home{
    width: 50% !important;
    height: 250px !important;
}
    .nav-logo-img{
    width:100px;
    height:60px;
}
.home-text-design {
    font-size: 4rem;
    line-height: 4rem;
    align-self: center;
        text-align: center !important;
}
    .abt-wrp-scroller {
        max-height: calc(100vh - 70px);
        /*scroll-snap-type:   none;*/
        /*scroll-behavior: auto;*/
    }

    #about_me_1,
    #about_me_2,
    #about_me_3 {
        position: relative;
        height: auto;
        text-align: center;
    }

    #site_navbar {
        height: auto;
    }

    .navbar {
        height: auto;
    }

    
        .abt-1-background-wrapper {
            left: 60%;
            width: 60%;
        }
    
        /* abt 2 img */
        .abt-2-background-wrapper {
                bottom: 0px;
    width: 35vw;
    right: 0%;
    justify-content: center;
        }
    
        /* abt red first img */
        .abt-0-background-wrapper {
            top: 20%;
            left: 15%;
            display: none;
        }
    
        /* abt red first img */
        /*.abt-0-1-background-wrapper {*/
        /*    top: 28%;*/
        /*    left: 8%;*/
        /*    display: none;*/
        /*}*/
    
        /* abt red first img */
        /*.abt-0-2-background-wrapper {*/
        /*    top: 28%;*/
        /*    left: 47%;*/
        /*    display: none;*/
        /*}*/
        
        /* abt red first img */




                .abt-me-albert-uncle-title {
                    font-size: 5rem;
                }
        
        
                .abt-me-albert-uncle-title-2 {
                    letter-spacing: 4px;
                    font-size: 2rem;
                }
        
                .abt-me-albert-uncle-para-3 {
                    font-size: 18px;
                    line-height: 25px;
                }
        
        
                .abt-me-albert-uncle-title-second {
                    font-size: 2rem;
                    line-height: 34px;
                }
        
                .abt-me-albert-uncle-para-second {
                    font-size: 18px;
                    line-height: 25px;
                    text-align: justify;
                }
        
                .yellow-abt-me-large,
                .yellow-abt-me-small {
                    text-align: center;
                }
        
                .yellow-abt-me-large {
                    font-size: 6rem;
                    line-height: 6rem;
                }
        
                .yellow-abt-me-small {
                    font-size: 1.8rem;
                    line-height: 1.8rem;
                }
                
                
#section_1_armstrong, 
#section_2_armstrong, 
#section_3_armstrong, 
#section_4_armstrong, 
#section_5_armstrong, 
#section_6_armstrong,
#section_7_armstrong,
#section_8_armstrong,
#section_9_armstrong,
#section_10_armstrong,
#section_11_armstrong,
#section_12_armstrong,
#section_13_armstrong,
#section_14_armstrong,
#section_15_armstrong,
#section_16_armstrong{
    height: auto;
}
.img-container-col-1-wrap, 
.img-container-col-2-wrap, 
.img-container-col-3-wrap, 
.img-container-col-4-wrap, 
.img-container-col-5-wrap, 
.img-container-col-6-wrap, 
.img-container-col-7-wrap, 
.img-container-col-8-wrap,
.img-container-col-9-wrap,
.img-container-col-10-wrap,
.img-container-col-11-wrap,
.img-container-col-12-wrap,
.img-container-col-13-wrap,
.img-container-col-14-wrap,
.img-container-col-15-wrap,
.img-container-col-16-wrap{
    height: auto;
}
.img-container-col-1 , 
.img-container-col-2{
    height: 40vh;
    position: relative;
    top: 0vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} 
.img-container-col-3, 
.img-container-col-4, 
.img-container-col-5,
.img-container-col-6,
.img-container-col-7,
.img-container-col-8,
.img-container-col-9,
.img-container-col-10,
.img-container-col-11,
.img-container-col-12,
.img-container-col-13,
.img-container-col-14,
.img-container-col-15,
.img-container-col-16{
    height: 45vh;
    position: relative;
    top: 0vh;
    width: auto;
}
.content-container-col{
    height: auto;
}

.story-albert-uncle-title {
    font-family: "Empires";
    font-size: 7rem;
    position:relative;
    left:0px;
    top:0px;
    display:none;
}
.story-albert-uncle-title-img{
    width:300px;
    height:auto;
    position:relative;
    left:0px;
    top:0px;
    display:none;
}
.text-wrap-col{
    position:relative;
}

.abt-wrp-scroller {
    width: 100vw;
}
.abt-1-background-wrapper{
        /*bottom: -3.5em;*/
    }
.abt-0-1-background-wrapper {
    top: -150px;
    left: 0em;
    align-self: center;
}
/* abt red first img */
.abt-0-2-background-wrapper {
    top: -180px;
    left: 0em;
    align-self: center;
}
/* abt red first img */
.abt-0-3-background-wrapper {
    top: -150px;
    left: -50px;
    align-self: center;
}

/* abt red first img */
.abt-0-4-background-wrapper {
    top: -210px;
    left: -140px;
    align-self: center;
}
}
@media only screen and (max-width: 991px){
    .text-para-story{
    text-align: justify;
}
.text-para-story-sinhala{
    text-align:justify;
}
.text-para-story-tamil{
    text-align:justify;
}
 .inner-scroll{
    /*overflow-y: none !important;
    overflow: hidden;
    height:auto;*/
    overflow-y: hidden !important;
    height: max-content;
}
.height-inner-scroll-desktop{
     height: max-content;
}
/*----gap on mobile-----*/
.gap-top{
    padding-top: 30px;
}
.gap-bottom{
    padding-bottom: 30px;
}
.view-nft-button{
        align-self: center;
        margin-bottom: 0;
    }
    .watch-live-button{
    align-self: center;
        margin-bottom: 0;
        margin-top: 0;
        position: relative;
    left: 0px;
}
}
@media only screen and (max-width: 850px){
    #content_home{
        overflow-y:scroll;
    }
    .width-on-tab{
        width: 100vw;
        justify-self: center;
        align-self: center;
    }
    .abt-me-albert-uncle-title-2{
        color: red !important;
    }
    .inner-scroll{
    /*overflow-y: none !important;
    overflow: hidden;
    height:auto;*/
    overflow-y: hidden !important;
    height: max-content;
}
    .view-nft-button{
        align-self: center;
        margin-bottom: 0;
    }
    .watch-live-button{
        align-self: center;
        margin-bottom: 0;
    }
    .home-text-title {
    font-size:26px;
}
.text-title-story-sinhala{
    font-size: 25px;
        line-height: 35px;
}
.text-title-story{
    font-size: 30px;
        line-height: 40px;
}
.story-albert-uncle-title {
    font-size: 5rem;
    position:relative;
    top:0px;
}
.abt-1-background-wrapper{
        /*bottom: -9em;*/
    }
.abt-0-1-background-wrapper {
    top: -150px;
    left: 0em;
    align-self: center;
}
/* abt red first img */
.abt-0-2-background-wrapper {
    top: -180px;
    left: 0em;
    align-self: center;
}
/* abt red first img */
.abt-0-3-background-wrapper {
    top: -150px;
    left: -50px;
    align-self: center;
}

/* abt red first img */
.abt-0-4-background-wrapper {
    top: -210px;
    left: -140px;
    align-self: center;
}
.home-background-red-wrapper-mobile {
    display: none;
}
.home-background-red-wrapper {
    width: 90vw;
}
.text-para-story{
    text-align: justify;
}
.text-para-story-sinhala{
    text-align:justify;
}
.text-para-story-tamil{
    text-align:justify;
}
}
@media only screen and (max-width: 640px) {
    .width-on-tab{
        width: 100vw;
        justify-self: center;
        align-self: center;
    }
    .home-text-title {
    font-size:26px;
}
.width-responsive{
    width: 100% !important;
}
.home-background-red-wrapper-mobile {
    top: 0px;
    display: flex;
}
.home-background-red-wrapper {
    display:none;
}
.home-text-para{
        padding-left: 20px;
        padding-right: 20px;
    }
.text-title-story-sinhala{
    font-size: 25px;
        line-height: 35px;
}
.text-title-story{
    font-size: 30px;
        line-height: 40px;
}
.story-albert-uncle-title {
    font-size: 5rem;
    position:relative;
    top:0px;
}
.abt-1-background-wrapper{
        /*bottom: -7.5em;*/
        width:55%;
    }
.abt-0-1-background-wrapper {
    top: -150px;
    left: 0.5em;
    align-self: center;
}
/* abt red first img */
.abt-0-2-background-wrapper {
    top: -280px;
    left: 0.5em;
    align-self: center;
}
/* abt red first img */
.abt-0-3-background-wrapper {
    top: -150px;
    left: 0.5em;
    align-self: center;
}

/* abt red first img */
.abt-0-4-background-wrapper {
    top: -360px;
    left: 0.5em;
    align-self: center;
}
.home-background-red-wrapper {
    width: 90%;
    top: -20px;
    left: 20px;
}

}
@media only screen and (max-width: 420px){
    .width-on-tab{
        width: 100vw;
        justify-self: center;
        align-self: center;
    }
    .abt-1-background-wrapper{
        /*bottom:-3em;*/
        width: 100%;
        left: 30%;
    }
    .abt-0-1-background-wrapper {
    top: -150px;
    left: 0.5em;
    align-self: start;
}
.width-responsive{
    width: 100% !important;
}
.home-background-red-wrapper-mobile {
    top: 0px;
}
/* abt red first img */
.abt-0-2-background-wrapper {
    top: -280px;
    left: 0.5em;
    align-self: start;
}
/* abt red first img */
.abt-0-3-background-wrapper {
    top: -150px;
    left: 0.5em;
    align-self: start;
}

/* abt red first img */
.abt-0-4-background-wrapper {
    top: -380px;
    left: 0.5em;
    align-self: start;
}
}
@media only screen and (max-width: 375px){
    .width-on-tab{
        width: 100vw;
        justify-self: center;
        align-self: center;
    }
    .abt-1-background-wrapper{
        /*bottom:-3.5em;*/
    }
    .abt-0-3-background-wrapper {
    top: -175px;
    left: -1em;
    align-self: center;
}

}
@media only screen and (max-width: 360px){
    .abt-1-background-wrapper{
        /*bottom:-4em;*/
    }
    .home-background-red-wrapper-mobile {
    top: 0px;
}

}



















/*---------------------promotion new styles-------------------*/

#promotion {
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 25%), url("../assests/images/BG.jpg");
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#content_promotion {
    position: relative;
    height: auto;
    overflow-y: scroll;
    /*height: calc(100vh - 90px);*/
    height: 70vh;
    margin-top: 90px;
    margin-bottom: 120px;
}

.x-space-promotion {
    margin-left: 100px;
    margin-right: 100px;
}

.inner-scroll-promotion {
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /*border-right: solid 2px #fff;*/
    /*scroll-snap-type: y mandatory;*/
    /*scroll-behavior: auto;*/
    width: 100%;
    height: 100%;
}

#name_text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-text-design {
    font-family: "Empires";
    font-size: 4.8rem;
    line-height: 4.8rem;
    z-index: 3;
    text-align: end;
}

.promotion-title {
    font-family: "Nexa-Bold";
    letter-spacing: 4px;
    font-size: 3rem;
    padding-left: 20px;
    padding-top: 30px;
}

.t-space-promotion {
    padding-top: 125px;
}

.text-content-promotion {
    /* font-family: "MyriadPro-Light"; */
    font-family: "MYRIADPRO-REGULAR";
    font-size: 18px;
    margin-bottom: 0;
    line-height: 28px;
    color: #fff;
}

.space-text-bottom {
    margin-bottom: 30px;
}

/* ul {
    list-style: none;
}

ul li:before {
    content: "•";
    font-size: 180%;
    padding-right: 5px;
} */
.text-container-over-red-box{
    position: relative;
    z-index: 3;
    padding-left: 10px;
    padding-right: 10px;
}
.red-squre-promotion{
    position: absolute;
    z-index: 2;
    top: -10px;
}
.promotion-wrapper{
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 1000px) {
    #content_promotion {
        margin-top: 30px;
        /*margin-bottom: 80px;*/
        height: 75vh;
    }

    .home-text-design {
        font-size: 4rem;
        line-height: 4rem;
    }

    .x-space-promotion {
        margin-left: 80px;
        margin-right: 80px;
    }

    .t-space-promotion {
        padding-top: 75px;
    }
.promotion-wrapper{
    padding-left: 10px;
    padding-right: 10px;
}
    
}
@media only screen and (max-width: 992px){
    .text-content-promotion {
            text-align: justify;
        }
    
        .text-container-over-red-box {
            padding-left: 10px;
            padding-right: 10px;
        }
    
        .promotion-title {
            padding-left: 0px;
            padding-top: 0px;
            font-size: 2rem;
        }
}
@media only screen and (max-width: 768px) {
    .x-space-promotion {
        margin-left: 20px;
        margin-right: 20px;
    }
        .text-content-promotion {
            text-align: justify;
        }
        .text-container-over-red-box {
            padding-left: 10px;
            padding-right: 10px;
        }
                .promotion-title {
                    padding-left: 0px;
                    padding-top: 0px;
                }

}

@media only screen and (max-width: 596px) {
    .x-space-promotion {
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media only screen and (max-width: 360px) {
    
}