﻿
/********************************/

@charset "UTF-8";
/*@import url("//fonts.googleapis.com/css?family=Pacifico&text=Pure");
@import url("//fonts.googleapis.com/css?family=Roboto:700&text=css");
@import url("//fonts.googleapis.com/css?family=Kaushan+Script&text=!");*/


.stage {
  height: 200px;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  perspective: 9999px;
  transform-style: preserve-3d;
}

.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: rotateY(40deg) rotateX(33deg) translateZ(0);
  margin:auto;

}

.layer:after {
  font: 80px/0.85 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
  content: "      About on \a   Mrinmoy Mizan";
  white-space: pre;
 
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50px;
  color: whitesmoke;
  letter-spacing: -2px;
  text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
}

    #novel_text_about{
       text-align:justify;
       color:#c49b63;
       font-size: 16px;
       margin-bottom:30px;

   } 

.layer:nth-child(1):after {
  transform: translateZ(0px);
}

.layer:nth-child(2):after {
  transform: translateZ(-1.5px);
}

.layer:nth-child(3):after {
  transform: translateZ(-3px);
}

.layer:nth-child(4):after {
  transform: translateZ(-4.5px);
}

.layer:nth-child(5):after {
  transform: translateZ(-6px);
}

.layer:nth-child(6):after {
  transform: translateZ(-7.5px);
}

.layer:nth-child(7):after {
  transform: translateZ(-9px);
}

.layer:nth-child(8):after {
  transform: translateZ(-10.5px);
}

.layer:nth-child(9):after {
  transform: translateZ(-12px);
}

.layer:nth-child(10):after {
  transform: translateZ(-13.5px);
}

.layer:nth-child(11):after {
  transform: translateZ(-15px);
}

.layer:nth-child(12):after {
  transform: translateZ(-16.5px);
}

.layer:nth-child(13):after {
  transform: translateZ(-18px);
}

.layer:nth-child(14):after {
  transform: translateZ(-19.5px);
}

.layer:nth-child(15):after {
  transform: translateZ(-21px);
}

.layer:nth-child(16):after {
  transform: translateZ(-22.5px);
}

.layer:nth-child(17):after {
  transform: translateZ(-24px);
}

.layer:nth-child(18):after {
  transform: translateZ(-25.5px);
}

.layer:nth-child(19):after {
  transform: translateZ(-27px);
}

.layer:nth-child(20):after {
  transform: translateZ(-28.5px);
}

.layer:nth-child(n+10):after {
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.25);
}

.layer:nth-child(n+11):after {
  -webkit-text-stroke: 15px dodgerblue;
  text-shadow: 6px 0 6px #00366b, 5px 5px 5px #002951, 0 6px 6px #00366b;
}

.layer:nth-child(n+12):after {
  -webkit-text-stroke: 15px #0077ea;
}

.layer:last-child:after {
  -webkit-text-stroke: 17px rgba(0, 0, 0, 0.1);
}

.layer:first-child:after {
  color: #fff;
  text-shadow: none;
}

@keyframes ಠ_ಠ {
  100% {
    transform: rotateY(-40deg) rotateX(-43deg);
  }
}



 /* banner text // story */

     #banner_divider_story {
        padding:50px 30px 0px 0px;
        background-color: transparent;
        border: 0px;

    
    }
 
 #banner_content_stroy2 {
        padding:50px 30px 0px 0px;
        background-color: transparent;
        border: 0px;  
    }
	
	#banner_content_story2_body {
        margin-top:20px;

    }

  #banner_content_story1 {
      padding:50px 30px 20px 0px;
      background-color:transparent;
      border: 0px;
    }
  #banner_content_story1_body{
      margin-top:20px;
      background:transparent;
  }

 .output {
	 text-align:justify;
	 font-family: 'Source Code Pro', monospace;
	 color: white;
     font-weight:400;
}
 .output h5 {
	 font-size: 18px;
     text-align:justify;
     
}
/* Cursor Styling */
 .cursor::after {
	 content: '';
	 display: inline-block;
	 margin-left: 3px;
	 background-color: white;
	 animation-name: blink;
	 animation-duration: 0.5s;
	 animation-iteration-count: infinite;
}
 h5.cursor::after {
	 height: 24px;
	 width: 13px;
}
 p.cursor::after {
	 height: 13px;
	 width: 6px;
     
}
 @keyframes blink {
	 0% {
		 opacity: 1;
	}
	 49% {
		 opacity: 1;
	}
	 50% {
		 opacity: 0;
	}
	 100% {
		 opacity: 0;
	}
}
 
 /*----------------------------------*/


 /*----------------------------------*/
   all section heading text
  /*----------------------------------*/

 


.heading_animation {
  font: 400 1em/1.5 "Neuton";
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 0;
}

.heading_animation p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: absolute;
  top: 18%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
   color: rgba(255, 255, 255, 0.25);
}


.heading_animation p span {
  font: 700 3.8em/1 'Tangerine', cursive;
   text-transform: capitalize;
  letter-spacing: 5px;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background:  url(../imgframe/ani.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}



.heading_animation6 {
  font: 400 1em/1.5 "Neuton";
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 0;
}

.heading_animation6 p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: absolute;
  top: 18%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
   color: rgba(255, 255, 255, 0.25);
}


.heading_animation6 p span {
  font: 700 3.0em/1 'Tangerine', cursive;
   text-transform: capitalize;
  letter-spacing: 5px;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background:  url(../imgframe/ani.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}


/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


.heading_animation2 {
  font: 400 1em/1.5 "Neuton";

  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 0;
}

.heading_animation2 p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
 color:#fff;
  padding: 1.5em 0em;
  position: absolute;
  top: 18%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
}


.heading_animation2 p span {
  font: 700 3.8em/1 'Tangerine', cursive;
   text-transform: capitalize;
  letter-spacing: 5px;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background:  url(../imgframe/ani.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* responsive*/

@media only screen and (min-width: 280px) and (max-width: 575px) {

 
.heading_animation6 p span {
  font: 700 2.5em/1 'Tangerine', cursive;
   text-transform: capitalize;
  letter-spacing: 5px;
  padding: 0.25em 2.0em 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background:  url(../imgframe/ani.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

  .heading_animation6 {
  font: 400 .80em/1.5 "Neuton";
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 0;
}

  .heading_animation6 p {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: absolute;
  top: 18%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
}


  #feature_content_row{

    margin-top:150px;
}

    #novel_text_about{
       text-align:justify;
       color:#c49b63;
       font-size: 14px;
       margin-bottom:30px;

   } 

}


@media (min-width: 576px) and (max-width: 767px) {  

   
 
 .heading_animation6 p span {
        font: 700 2.8em/1 'Tangerine', cursive;
        text-transform: capitalize;
        letter-spacing: 5px;
        padding: 0.25em 2.0em 0.325em;
        display: block;
        margin: 0 auto;
        text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
        /* Clip Background Image */
        background: url(../imgframe/ani.png) repeat-y;
        -webkit-background-clip: text;
        background-clip: text;
        /* Animate Background Image */
        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 80s linear infinite;
        /* Activate hardware acceleration for smoother animations */
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }

    .heading_animation6 {
        font: 400 .80em/1.5 "Neuton";
        color: rgba(255, 255, 255, 0.25);
        text-align: center;
        margin: 0;
    }

        .heading_animation6 p {
            text-transform: uppercase;
            letter-spacing: 0.5em;
            display: inline-block;
            border: 4px double rgba(255, 255, 255, 0.25);
            border-width: 4px 0;
            padding: 1.5em 0em;
            position: absolute;
            top: 18%;
            left: 50%;
            width: 40em;
            margin: 0 0 0 -20em;
        }


    #feature_content_row {
        margin-top: 200px;
    }

       #novel_text_about{
       text-align:justify;
       color:#c49b63;
       font-size: 14px;
       margin-bottom:30px;

   } 

     

 
}

    @media (min-width: 768px) and (max-width: 991px) {

     
			  .heading_animation6 p span {
            font: 700 3.0em/1 'Tangerine', cursive;
            text-transform: capitalize;
            letter-spacing: 5px;
            padding: 0.25em 2.0em 0.325em;
            display: block;
            margin: 0 auto;
            text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
            /* Clip Background Image */
            background: url(../imgframe/ani.png) repeat-y;
            -webkit-background-clip: text;
            background-clip: text;
            /* Animate Background Image */
            -webkit-text-fill-color: transparent;
            -webkit-animation: aitf 80s linear infinite;
            /* Activate hardware acceleration for smoother animations */
            -webkit-transform: translate3d(0, 0, 0);
            -webkit-backface-visibility: hidden;
        }

        .heading_animation6 {
            font: 400 .80em/1.5 "Neuton";
            color: rgba(255, 255, 255, 0.25);
            text-align: center;
            margin: 0;
        }

            .heading_animation6 p {
                text-transform: uppercase;
                letter-spacing: 0.5em;
                display: inline-block;
                border: 4px double rgba(255, 255, 255, 0.25);
                border-width: 4px 0;
                padding: 1.5em 0em;
                position: absolute;
                 color: rgba(255, 255, 255, 0.25);
                top: 18%;
                left: 50%;
                width: 40em;
                margin: 0 0 0 -20em;
            }

        #feature_content_row {
            margin-top: 250px;
        }

       #novel_image_author{
        width:180% !important;
        margin:auto!important;
        text-align:center;
        padding-left:150px;

    }
 
          #novel_text_about{
       text-align:justify;
       color:#c49b63;
       font-size: 14px;
       margin-bottom:30px;

   } 

       
    }

@media (min-width: 992px) and (max-width: 1091px) {

   

 .heading_animation6 p span {
            font: 700 3.0em/1 'Tangerine', cursive;
            text-transform: capitalize;
            letter-spacing: 5px;
            padding: 0.25em 2.0em 0.325em;
            display: block;
            margin: 0 auto;
            text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
            /* Clip Background Image */
            background: url(../imgframe/ani.png) repeat-y;
            -webkit-background-clip: text;
            background-clip: text;
            /* Animate Background Image */
            -webkit-text-fill-color: transparent;
            -webkit-animation: aitf 80s linear infinite;
            /* Activate hardware acceleration for smoother animations */
            -webkit-transform: translate3d(0, 0, 0);
            -webkit-backface-visibility: hidden;
        }

        .heading_animation6 {
            font: 400 .90em/1.5 "Neuton";
            color: rgba(255, 255, 255, 0.25);
            text-align: center;
            margin: 0;
        }

            .heading_animation6 p {
                text-transform: uppercase;
                letter-spacing: 0.5em;
                display: inline-block;
                border: 4px double rgba(255, 255, 255, 0.25);
                border-width: 4px 0;
                padding: 1.5em 0em;
                position: absolute;
                 color: rgba(255, 255, 255, 0.25);
                top: 18%;
                left: 50%;
                width: 40em;
                margin: 0 0 0 -20em;
                 color: rgba(255, 255, 255, 0.25);
            }

          #novel_text_about{
       text-align:justify;
       color:#c49b63;
       font-size: 14px;
       margin-bottom:30px;

   } 

        #feature_content_row {
            margin-top: 300px;
        }

}


/*Responsive banner content*/

@media (min-width: 768px) and (max-width: 991px)  {

  .output {
        text-align: center;
        font-family: 'Source Code Pro', monospace;
        color: white;
        font-weight: 400;
          font-size: 15px;
    }

        .output h5 {
            font-size: 14px;
            text-align: justify;
            color: #fff;
        }

  .output p {
            font-size: 14px;
            text-align: justify;
            color: #fff;
        }

      #banner_divider_story {
        padding:50px 30px 0px 0px;
        background-color: transparent;
        border: 0px;
    }
 
 #banner_content_stroy2 {
        padding:30px 20px 0px 0px;
        background-color: transparent;
        border: 0px;  
    }
	
	   #banner_content_story2_body {
        margin-top:0px;

    }
      #banner_content_story1 {

    padding:20px 0px 5px 0px;
    background-color:transparent;
    border: 0px;
}

  #banner_content_story1_body{
      margin-top:20px;
      background:transparent;
  }


#img_banner_poem{

    width:90%;
    height:90%;
    margin:auto;

}
      .stage {
  height: 200px;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  perspective: 9999px;
  transform-style: preserve-3d;
}

.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: rotateY(40deg) rotateX(33deg) translateZ(0);
  margin:auto;

}
 .layer:after {
  font: 60px/0.85 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
 content: "      About on \a   Mrinmoy Mizan";
  white-space: pre;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50px;
  color: whitesmoke;
  letter-spacing: -2px;
  text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
}


}

@media (min-width: 576px) and (max-width: 767px) { 


    .output {
        text-align: center;
        font-family: 'Source Code Pro', monospace;
        color: white;
        font-weight: 400;
         font-size: 12px;
    }

        .output h5 {
            font-size: 12px;
            text-align: justify;
            color: #fff;
        }

      #banner_divider_story {
     padding:25px 5px 0px 0px;
    background-color:transparent; 
    border:0px;
    margin:auto;

    
    }
 
 #banner_content_stroy2 {
        padding: 20px 10px 0px 0px;
        background-color: transparent;
        border: 0px;
    }
	
	   #banner_content_story2_body {
        margin-top:0px;

    }
      #banner_content_story1 {

    padding:20px 0px 5px 0px;
    background-color:transparent;
    border: 0px;
}

  #banner_content_story1_body{
      margin-top:20px;
      background:transparent;
  }


#img_banner_poem{

    width:80%;
    height:80%;
    margin:auto;

}

      .stage {
  height: 150px;
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  perspective: 9999px;
  transform-style: preserve-3d;
}

.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: rotateY(40deg) rotateX(33deg) translateZ(0);
  margin:auto;

}

.layer:after {
  font: 45px/0.95 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
  content: "      About on \a   Mrinmoy Mizan";
  white-space: pre;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 20px;
  color: whitesmoke;
  letter-spacing: -2px;
  text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
}



  .heading_animation2 p span {
  font: 700 2.8em/1 'Tangerine', cursive;
   text-transform: capitalize;
  letter-spacing: 5px;
  padding: 0.25em .50em 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background:  url(../imgframe/ani.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}


}

@media only screen and (min-width: 280px) and (max-width: 575px) {

    .output {
        text-align: center;
        font-family: 'Source Code Pro', monospace;
        color: white;
        font-weight: 400;
    }

        .output h5 {
            font-size: 13px;
            text-align: justify;
            color: #fff;
        }

          .output p {
            font-size: 12px;
            text-align: justify;
            color: #fff;
        }

    #img_banner_poem {
        width: 40%;
        height: 40%;
        margin: auto;
    }

      #banner_divider_story {
     padding:25px 5px 0px 0px;
    background-color:transparent; 
    border:0px;
    margin:auto;

    
    }
 
 #banner_content_stroy2 {
        padding: 30px 10px 0px 0px;
        background-color: transparent;
        border: 0px; 
        margin:auto;
    }
	
	   #banner_content_story2_body {
        margin-top:0px;

    }
      #banner_content_story1 {

    padding:20px 5px 5px 10px;
    background-color:transparent;
    border: 0px;
}

  #banner_content_story1_body{
      margin-top:20px;
      background:transparent;
  }

      .stage {
  height: 200px;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80px;
  perspective: 9999px;
  transform-style: preserve-3d;
}

.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: rotateY(40deg) rotateX(33deg) translateZ(0);
  margin:auto;

}

.layer:after {
  font: 40px/1.00 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
 content: "      About on \a   Mrinmoy Mizan";
  white-space: pre;
  text-align: center!important;
  height: 100%;
  width: 100%;
  margin:auto!important;
  position: absolute;
  top: 0px;
  color: whitesmoke;
  letter-spacing: -2px;
  text-shadow: 4px 0 10px rgba(0, 0, 0, 0.13);
 
}


     .heading_animation2 p span {
  font: 700 2.8em/1 'Tangerine', cursive;
   text-transform: capitalize;
  letter-spacing: 5px;
  padding: 0.25em .50em 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background:  url(../imgframe/ani.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

}




