﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');



html,
body {
    height: 100%;
    font-family: 'Poppins';
    color:#5c5c5c;
    font-size:15px;
    font-weight:400;    
    background:url('../images/bg.png') no-repeat fixed center center;
}

.book
{
	position:fixed;
	right:15px;
	bottom: 42px;
    width:90px;
}

.book .info-book
{
    margin-top: -15px;
    font-size: 13px;
    color:#666666;
}
.book .info-book i
{
    font-size: 20px;
    color: #e14667;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
 
.buy img
{
	width: 84px;
}
 

.top
{
	padding:0px 0;
	color:#797979;
	font-size:13px;
	line-height:40px;
	text-align:left;
	border-bottom:1px #f3f3f3 solid;
}

.top i
{
	font-size:15px;
	margin-left:5px;
	 color:#e14566;
}


.top a
{
	color:#797979;
}

.language
{
    font-family: 'Tajawal', sans-serif !important;
}
.menu-logo
{
	 padding:0px 0;
	 font-size:15px;
	 color:#fff;
	 background-color:#21bbb1;
	 position: relative;
	 z-index:99;
	 width:100%;
}

.logo 
{
	position:relative;
	background-color:#FFFFFF;
	padding:5px 0;
}

.logo img
{
	 margin:auto;    
	 height: 105px;
}


.btn-header {
    display: inline-block;
    padding:12px 35px;    
    font-size: 18px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px;
}


.btn-more{
    color:#fff;    
    padding:12px 90px 12px 35px;    
    border-color: #e14566;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;  
    margin-top:30px;
    background:#e14566 url('../images/search-bg.png') no-repeat scroll right center;
}

.btn-more:hover{
    color:#21bbb1;
    background:#fff url('../images/search-bg1.png') no-repeat scroll right center;
    border-color: #21bbb1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;  
}

.btn-yellow{
    color:#fff;    
    border-color: #e14566;
    background-color:#e14566;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;  
    font-size:16px;
}

.btn-yellow:hover{
    color:#e14566;    
    border-color: #e14566;
    background-color:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;  
}

.btn-add{
    color:#fff;    
    border-color: #e14566;
    background-color:#e14566;
}

.btn-add:hover{
    color:#e14566;    
    border-color: #e14566;
    background-color:#fff;
}

.welcome
{
	padding:50px 0;  
}

.title
{
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
	color:#21bbb1;
	margin-bottom:20px;    
	margin-top:50px;
	z-index:99;
	position:relative;
}
	
.title span
{
     display:block;
     font-size:20px;
}
	


.welcome-text
{
	margin-bottom:50px;
	font-size:16px;
	text-align:center;
}

.welcome-bg
{
	 background: url('../images/theme1.png') no-repeat center center;    
	 background-size: contain;
}

.welcome .form-control {
    display: block;
    text-align:center;
    width: 100%;
    height: 60px;
    padding: 6px 18px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
      -webkit-box-shadow:1px 0px 6px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:1px 0px 6px 0px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 0px 6px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

	



.copyright
{
    padding:10px 0;
    text-align:center;
	background-color:#ebebeb;
	font-size:14px;
	color:#767676;
}
.copyright-home
{
    padding:10px 0;
    text-align:center;
	background-color:#ebebeb;
	position:absolute;
	font-size:14px;
	color:#767676;
	bottom:0;
	width:100%;
}


.title-inner {
    font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    z-index: 99;
    position: relative;
}

.content-inner
{
    padding:60px 0 60px 0;
    background:#fff url(../images/bg-inner.png) no-repeat center center;
    background-size: cover;

}

.headline-book
{
	color:#21bbb1;
	font-size:21px;
	margin:10px 0;
}
 
.color-text
{
   line-height: 35px;
}


.color-text span
{
	color:#e14566;
}

.headline-yellow
{
	background-color:#e14566;
	padding:20px 0;
	color:#FFFFFF;
	margin-bottom:20px;
	margin-top:50px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.headline-inner
{
	color:#21bbb1;
	font-size:30px;
	margin:10px 0;
}
 
.headline-inner span
{
	color:#e14566;
}

.tabs
{
	margin:20px 0 0 0;
}

.tabs ul
{
	 padding-left:0;
}
.tabs ul li
{
	 padding-right:0;
	 text-align:center;
	 display: inline-block;
	 background-color:#21bbb1;
	 padding:10px 14px;
	 color:#FFFFFF;
	 margin:5px 10px 5px 0px;
}


.books 
{
	 margin-top:30px;
}

.books img
{
	height: 260px;
    object-fit: cover;
    margin-bottom:30px;
}



/*With :after */
figure.test {	
	display: inline-block;
	position: relative;
	overflow: hidden;	
	text-align: center;		
	cursor: pointer;
}
figure.test img {
	width: 100%;
	height: 100%;
}
figure.test figcaption {
	position: absolute;
	top: 50%;
	left: 22.5%;
	right: 22.5%;	
	width: 200px;
	opacity: 0;
	z-index: 1;
	transition: all 0.8s ease-out;
	transition-delay: 0.2s;
}
figure.test:after {
	display: inline-block;
	position: absolute;
	content: "";
	top: 7%;
	left: 10%;
	right: 10%;
	bottom: 7%;
	background: white;
	opacity: 0;
	transition: all 0.8s ease-out;
}
figure.test:hover:after {
	opacity: 0.9;
}
figure.test:hover figcaption {
	transform: translateY(-50%);
	opacity: 1;
}

#rotate {
	perspective: 500px;
}
#rotate:after {
	transform: rotateX(90deg);
	transition: all 0.6s ease-in-out;
}
#rotate:hover:after {
	transform: rotateX(0deg);
}
#rotate figcaption {	
	transition: all 0.6s ease-in-out;
	transform: translateY(-50%) rotateX(90deg);
}
#rotate:hover figcaption {
	transform: translateY(-50%) rotateX(0);
}

/*Without :after*/
.frame {
	text-align: center;	
	position: relative;
	cursor: pointer;	
	perspective: 500px; 
	margin-bottom:30px;
}

.frame  .col-sm-12
{
	padding:0;
}


.frame img {
	width: 100%;
	height:410px;    
	object-fit: cover;
}
.frame .details {
	width: 80%;
	height: 80%;	
	padding:15px;
	position: absolute;	
	top: 46%;
	left: 50%;
	color:#FFFFFF;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(225, 69, 102, 0.85);	
	opacity: 0;
	transition: all 0.4s ease-in;
}
.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}

.details-border
{
	border:1px #FFFFFF solid;    
	height: 100%;    
	padding: 5px;
}

/*Effect without Perspective*/
.frame#wth {
	perspective: none;
}

.frame .details h1 
{
     font-size:20px !important;
     height:25px;
     overflow:hidden;
     color:#FFFFFF!important;
}
.frame .details p
{
     font-size:14px;
     height:100px;
     overflow:hidden;
}
.frame .details h2
{
    font-size: 25px!important;
    overflow: hidden;
    margin-top: 20%;
    color: #FFFFFF!important;
}


.det {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.8;
    color: #626262;
    margin-bottom: 30px;
}
.calls-bg
{
	/*background-color:#FFFFFF;
	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.06);
    box-shadow: 0 0 40px rgba(0,0,0,0.06);*/
    padding:20px;
    text-align:center;
    
}

.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#464646;
}

.calls-data i
{
    color: #e14566;
    margin-right: 10px;
    font-size:35px;
}

.calls-data span
{
    color: #7a7a7a;
    margin-top: 10px;
    font-size:13px;
    display:block;
}







.title-news {
    font-size: 22px;
    color:#e14566;
    margin-bottom: 10px;
    margin-top: 10px;
}





.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
color: #e14566;
}




.title-gallery {
    font-size: 20px;
    color: #e14566;
    margin: 30px 0;
    text-align: center;
}



.grid2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    max-width: 27rem;
    width: 100%;
    background-color:#FFFFFF;
    padding-bottom: 30px;
    font-size: 15px;    
    border: 1px #e8e8e8 solid;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: -18px;
    z-index: 1;
}
/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}


input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type='submit'] {
  cursor: pointer;
}

.form {
  margin: 0px;
}

.form input[type='password'],
.form input[type='text'],
.form input[type='submit'] {
  width: 100%;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
  margin: 0.875rem;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* modules/login.css */

.login {
  color: #eee;
}

.login label,
.login input[type='text'],
.login input[type='password'],
.login input[type='submit'] {
  padding: 16px 0 16px 16px;
  height:60px;
}

.login label {
  background-color: #fff;
  border-bottom:1px #CCCCCC solid;

}

.login input[type='password'],
.login input[type='text'] {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom:1px #CCCCCC solid;
  font-size:16px;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
  background-color: #fff;
}

.login input[type='submit'] {
    background-color: #1ba69d;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 30px;
    width: auto;
    height: 40px;
    margin: auto;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
  background-color: #e14566;
}
.btn-login {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.bhoechie-tab .form-group {
    margin-bottom: 15px;    
    width: 30%;
    display: inline-block;
    margin-right:25px;
    overflow:hidden;
}

.books-inner
{
	border: 15px #21bbb1 solid;
    padding: 15px;
}






.carousel {
    height:420px;
}

.carousel-inner {
    height: 100%;
}

.item {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    background-blend-mode: multiply;
}


.carousel-control {
    width:50px;    
    opacity: 1;    
    color: #a1948c;
    top:0%;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    font-size:30px;
}

.carousel-control.right {
    right: 2px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    font-size:30px;
}

.fa-chevron-left:before {
    font-size: 20px;
}
.fa-chevron-right:before {
    font-size:20px;
}



.carousel-control span{
    padding:2px 18px 50px 25px;
}


.carousel-control span:focus, .carousel-control span:hover {
    color: #fff;
    background-color:#e14566;
    padding:2px 18px 50px 25px;
}


.margin-bottom
{
margin-bottom: 30px;

}


.comments
{
	font-size:16px;    
}

.comments span
{
	font-size:18px;
	font-weight:600;
	display:block;
}

.comments img
{
    float: left;
    margin-right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 100px;
}








