@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=Eczar:wght@400..800&family=Galada&family=Laila:wght@300;400;500;600;700&family=Noto+Serif+Bengali:wght@100..900&display=swap');
a{
	color:#fff;
}
.widhx {
	width:100%;
	text-align:center;
}
.widhx p{
	font-size:18px;
	line-height:28px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.widhx h3{
	font-size:22px;
	line-height:32px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight:600;
}
.steach {
	text-align:center;
	border:2px solid #e5e3e8;
	border-radius:5px;
	border-style: dashed;
}
.btnMore{
	height:35px;
	width:200px;
	background-color: #ff6328;
	position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.decLinebtn {
	height:2px;
	background: -moz-linear-gradient(left, rgba(127,127,127,1) 0%, rgba(36,36,36,0) 72%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(127,127,127,1) 0%,rgba(36,36,36,0) 72%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(127,127,127,1) 0%,rgba(36,36,36,0) 72%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#00000000',GradientType=1 );
	width:250px;
}

/* navbar */

.menuBgcolor {
	height:80px;
	background-color:#4cc6bb;
	display:flex;
	align-items: center;
	padding:10px 0;
}
.menuBtmimg {
	padding: 0px;
    background: url(../images/header_bg.png) repeat-x left bottom;
	height:34px;
}


/*menu css*/


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.html") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h2 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h2 a, #header #logo h2 a:hover {
  color: #fff;
  font-family: "Noto Serif Bengali", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-decoration: none; 
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
 background: #4cc6bb;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#cover {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/cover-bg.html) top center fixed;
  background-size: cover;
}

#cover .cover-container {
  background: rgba(0, 0, 0, 0.6);
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#cover h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #cover h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#cover h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #cover h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#cover .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#cover .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 10px 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #00bcd4;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 47, 81, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #00bcd4;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #00bcd4;
}

#mobile-nav ul .menu-item-active {
  color: #00bcd4;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(3, 35, 58, 0.8);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*menu css*/
/* ------------------------ coversection ------------------------------ */
.coversectionStl {
	padding:50px 0px;
}
.coversection {
	width:100%;
	background-color:#f0f0f0;
	//padding:40px 0px;
}
.coversection h1 {
	color:#0c0514;
	text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.coversection h5 {
	color:#5a585d;
    font-size: 24px;
    font-weight: 500;
	line-height:40px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.coversection p {
	color:#363636;
    font-size: 20px;
	line-height:28px;
	padding:20px 0px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
/* ---------------------- coversection ------------------------------ */

/* ------------------------ aboutSection ----------------------------- */

.aboutDtl {
	width:100%;
	background-color:#f7b733;
	padding:40px 0px;
}

.aboutDtl h3{
	font-size: 24px;
	line-height:32px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}

.aboutDtl p{
	font-size: 20px;
	line-height:28px;
	padding:20px 0px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.aboutBook {
	background-color:#ff6328;
	padding:15px;
	position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.steachBook {
	border:2px solid #e5e3e8;
	border-radius:5px;
	border-style: dashed;
}

.aboutBookinside {	
	margin-top:10px;
}
.aboutBookinsideRight {
	text-align:left;
	float:right;
	width:60%;
}
.aboutBookinsideLeft {
	text-align:center;
	padding:20px 10px 0px 10px;
	float:left;
	width:40%;
}
.aboutBookinside h3 {	
	color:#e9e9e9;
}
.aboutBookinside h5{	
	color:#e6e6e6;
}
.aboutBookinside p {
	width: 90%;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
    color:#fff;
}

.owl-theme .owl-controls {
    margin-top: 15px;
    margin-bottom: 15px;
	
}
.owl-theme .owl-controls .owl-page span {
    background: #f7b733 !important;
    border: 1px solid #f7b733;
}

/* -------------- */
#testimonials {
	padding:40px 0px;
}
.testimonialsBg {
	background-color:#ff6328;
	padding:15px;
	position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.testimonialsInside {	
	margin-top:20px;
}
.testimonialsInside h3 {	
	color:#e9e9e9;
}
.testimonialsInside h5{	
	color:#e6e6e6;
}
.testimonialsInside p {
	width: 70%;
    margin: 0 auto;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 10px;
    color:#fff;
}

.owl-theme .owl-controls {
    margin-top: 15px;
    margin-bottom: 15px;
	
}
.owl-theme .owl-controls .owl-page span {
    background: #f7b733 !important;
    border: 1px solid #f7b733;
}
/*poetry careosel*/

#poetYoutube {
	padding:20px 0px;
}
.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
  
}


.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
	
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
	text-decoration:none;
}/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.post_carousel {
	text-align:center;
	color:#1e1e1e;
	background-color:#f0f0f0;
	position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.post_carousel a{
	text-decoration:none;
}
.post_about {
	padding:5px;
}
.post_about h3{
	font-size:20px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	color:#00bcd4;
}
.post_about p{
	font-size:14px;
	line-height:20px;
	color:#333;
}

.post_carousel .post_about a:hover {
	text-decoration:none;
	color:#313131;
}
/* poetry careosel end*/

.poetitem {
	
}
#poetGallery{
	padding-top:20px;
	padding-bottom:50px;
	background-color: #f0f0f0;
	margin-top:30px;
}
.galleryStyle {
	padding-top:20px;
	padding-bottom:20px;
}
.poetgallery {
	position: relative;
	background-color:#000;
}
.col-md-3 {
	padding:0px !important;
	margin:0px !important;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.poetgallery:hover .image {
  opacity: 0.5;
}

.poetgallery:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4cc6bb;
  color: white;
  font-size: 16px;
  padding: 8px 32px;
  border-radius:5px;
}


/*poet form*/


/*MATERIAL INPUT*/
#panel h2{
    font-family:calibri;
	font-size:18px;
    color:#666;
    text-align:center;
}
.mat-input{
	padding-bottom:20px;
    margin: 2% auto;
    width: 100%;    
}
.mat-input-outer{
    display: table;
    width: 100%;
    position: relative;
}
.mat-input-outer input{
    height: 50px;
	line-height:20px;
    border-radius: 0;
    border: none;
    width: 100%;    
    padding: 0 15px;
    font-family: calibri;
    font-size: 20px;
    font-style: italic;
}
.mat-input-outer label{
    font-family: calibri;
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 18px;
    font-style: italic;
    transition: .2s;
    color: #000;
    cursor: text;
    font-weight: normal;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.mat-input-outer .border{
    height: 1px;
    background: #666;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
}
.mat-input-outer .border::before{
    content: " ";
    display: table;
    height: 1px;
    width: 0%;
    background: transparent;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    margin: 0 auto;
}
.mat-input-outer input:focus ~ .border{
    background: transparent;
}
.mat-input-outer input:focus ~ .border::before{
    width: 100%;
    background: #1e897f;
}
.mat-input-outer input + label.active{
    left: 5px;
    top: -15px;
    color: #1e897f;
    opacity: 1;
    filter: alpha(opacity=100);
}
#panel{
	margin:0px 0px 0px 20px;
}
/*poet form*/
.all_albums{
	margin:20px 0px 20px 0px;
}
.album{
	border:1px solid #4cc6bb;
	padding:10px;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
   -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	margin:0px 0px 20px 20px;
}
.album a{
	color:#333;
	
}
.album_details{
	margin:20px;
}

.poet_form {
	width:100% !important;
	margin-left:30px;
}
.poetfooter {
	padding: 0px;
    background: url(../images/footer_bg.png) repeat-x left bottom;
	height:60px;
}
.footerIcon{
	width:100%;
}
.footerTop {
padding: 20px 0;
background-color:#4cc6bb;
}
.footerCont{
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.footerBtm {
background-color:#1e897f;
}
.footerBtm p {
  font-size: 14px;
  line-height:18px;
  color:#f8f8f8;
  padding: 8px 2px;
}
/*social icons*/
.roll_over{ height: 55px; width: 55px; margin: 5px; float: left;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.roll_over:hover {
background-position: 0px -55px;
}
.facebook{
background-image:url('../images/facebook.png');
}
 .twitter{
background-image:url('../images/twitter.png');
}
.instagram{
background-image:url('../images/instagram.png');
}
.youtube{
background-image:url('../images/whattsapp.png');
}

/*about */
.img_about img{
	float:left;
	margin:10px 20px 10px 0px;
	width:30%;
}
.img_about{	
	margin:20px 0;
}
.img_about p{
	font-size:18px;
	line-height:28px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.img_about ul li{
	font-size:19px;
	line-height:30px;
	font-family: "Noto Serif Bengali", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.about_details{
	margin:30px;
}
/*about */












/* responsive css*/

@media (min-width:992px) and (max-width:1199px) {

	.aboutBookinsideLeft {
    text-align: center;
    padding: 10px 5px 5px 10px;
    width: 100%;
}
.aboutBookinsideRight {
    text-align: center;
	padding: 10px 5px 5px 10px;
    width: 100%;
}



}

/* Tabe Screen Media */

@media (min-width: 769px) and (max-width: 991px){
	.poet_form {
	margin-left:0px;
}

	.aboutBookinsideLeft {
    text-align: center;
    padding: 10px 5px 5px 10px;
    width: 100%;
}
.aboutBookinsideRight {
    text-align: center;
	padding: 10px 5px 5px 10px;
    width: 100%;
}
    
 .img_about img{
	
	width:100%;
	
} 

}

/* Mobile Phone Screen Media */

@media (max-width: 768px){
	.poet_form {
	margin-left:0px;
}
	#panel{
	margin:0px;
	}
	.aboutBookinsideLeft {
    text-align: center;
    padding: 10px 5px 5px 10px;
    width: 100%;
}
.aboutBookinsideRight {
    text-align: center;
	padding: 10px 5px 5px 10px;
    width: 100%;
}
 .img_about img{
	
	width:100%;
	
}   
   
	
}