@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Poppins:wght@300&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=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;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=Josefin+Sans:ital,wght@0,300;1,100&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sevillana&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}
/* Logo */
.logo{
font-size: 40px;
font-weight: 500;
font-style: italic;
font-family: 'Sevillana';
}


/* Carousel */

.carousel-inner img{
    width: 100%;
    height: 95vh;
}

/* about us page */
.aboutbg{
    background-color: #fbe3e8;
}
.aboutimg{
    width: 100%;
    height: 300px!important;
}
.abouthr {
    width: 50%;
    height: 3px;
    background-color: #230899;
    margin: 0 auto;
    border: none;
    text-align: center;
}
/* Service bg */
.servicebg{
    background-color: #45ADA8 ;
}
/* gallery bg */

.gallerybg{
    background-color: #F3ABB6;
}

.cardbox{
    max-height: 500px;
}

/* Contact bg */
.contactbg{
    background-color: #CEEDC7;
    /* background-color: #97DECE; */
}



/* form data input field */
.input-container{
background: #fff;
border-radius: 4px;
width: 100%;   
padding: 10px;
}
.input-container textarea{
    width: 100%;
    border:1px solid #ccc;
}
.input-container .counter-box{
    padding-top: 4px;
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
}

/* available books */
.availablebg{
    background-color: #ccc;
}




/* form box */

.formbg{
    
  background-color: #A8D1D1; 
  background-image: linear-gradient(#A8D1D1, #FEA1BF);
    /* background-color: #A8D1D1; */
/* FEA1BF */
}
.imageform{
    width: 50%;
    height: 50%;
}
.containtbox{
	position: relative;
	width: 70%;
    /* background-image: url("image\formbg.jpg"); */
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 100px;
}
.container:after{
	content: '';
	width: 100%;
	height: 100%;
	filter: blur(50px);
	z-index: -1;
}

.contact-box{
	width: 100%;
    padding: 15px;
	justify-content: left;
	align-items: left;
	text-align: left;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #2ecc71;
}


.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .2s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}



/* Our Books */

 .about {
    
     /* background: url(../images/about-bg.jpg); */
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center center;
     padding: 90px 0px;
}
 .aboutheading {
    text-align: center;
    padding-bottom: 50px;
}
 .aboutheading h2 {
     padding: 0px 0px 20px 0px;
     font-size: 50px;
     font-weight: bold;
     color: #b32137;
     line-height: 50px;
}
.abouttitle h2 {
    color: rgb(14, 13, 13);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
}

.abouttitle h4 {
    color: rgb(14, 13, 13);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    padding: 40px 0;
    font-weight: 500;
    text-align: center;
}
.aboutheading span {
     color:#141012; 
     font-size: 17px;
     line-height: 32px;
}

.black {
    color: #141012 
}

.about .about-box figure {
    margin: 0px;
     
}
 .about .about-box p {
    font-size: 17px;
     line-height: 32px;
     color: #141012;
     
}
 .about .about-box a{
     width: 200px;
     font-size: 17px;
     padding: 20px 0px;
     background-color: #81256c;
     color: #fff;
     display: inline-block;
     line-height: 20px;
     border-radius: 30px;
     text-align: center;
     margin-top: 30px;
}
 .about .about-box a:hover {
    color: #fff;
     background-color: #81256c;
}

.border {border-radius: 30px; border: #81256c solid 2px !important; padding: 40px 40px;} 

 .Library {
     background-color: #fff;
     padding: 90px 0px;
}
 .Library .titlepage {
     text-align: center;
     padding-bottom: 54px;
}
 .Library .titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 50px;
     font-weight: bold;
     color: #b32137;
     line-height: 50px;
}
 
 .Library .titlepage span {
    color:#141012; 
     font-size: 17px;
     line-height: 32px;
}

.bg {background-color: #81256c;}

.Library-box {
    padding: 20px 0px 10px 0px;
}
.bg .Library-box figure {margin: 0;}

.read-more {
    justify-content: center;
    display: flex;
}



.read-more a{
     width: 200px;
     font-size: 17px;
     padding: 20px 0px;
     background-color: #81256c;
     color: #fff;
     display: inline-block;
     line-height: 20px;
     border-radius: 30px;
     text-align: center;
     margin-top: 30px;
    }

.read-more a:hover {background-color:  #000;}


.box {display: flex; align-items: center; flex-wrap: wrap; text-align: center;}
.Books {
     background-color: rgb(241, 160, 160);
     
}
 .Books .titlepage {
     text-align: center;
     padding-bottom: 65px;
}
 .Books .titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 50px;
     font-weight: bold;
     color: #b32137;
     line-height: 50px;
}
 
 .Books .titlepage span {
    color:#141012; 
     font-size: 17px;
     line-height: 32px;
}


.Books .book-box figure {margin: 0px;} 

.Books p {
     padding: 30px 46px;
color: #141012;
font-size: 17px;
line-height: 30px;
text-align: center;
}


/* contact */


.contact_form {
    background: #114c7d;
    padding: 45px;
}


.Contactform {
   background-color: #282727;
   margin-top: 90px;
   padding: 90px 0px 90px 0px;
   min-height: 450px;
}

.Contactform .titlepage3 {
    padding-bottom: 40px;
}
.Contactform .titlepage3 h2 {
    font-size: 30px;
    line-height: 31px;
    color: #fff;
    padding-bottom: 0px;
    font-weight: 600;
}
.form-control {
   border: #fff solid 1px;
   padding: 15px 20px;
   border-radius: inherit;
   color: #cfcece;
   font-weight: 300;
   font-size: 18px;
}
.form-control:focus, .form-control:hover {
    box-shadow: none;
}
.textarea {
   padding: 10px 20px 10px 20px;
   color: #655f5f !important;
   width: 100%;
   border: none;
   height: auto;
   min-height: 150px;
   font-size: 18px;
   font-weight: 300;
   margin-bottom: 30px;
   margin-top: 0;
}
.home_page .textarea {
   min-height: auto;
   height: 59px;
   border: none;
}
.send-btn {
    font-size: 20px;
    border: #81256c solid 2px;
    padding: 7px 7px;
    background-color: #81256c;
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
    margin-top: 20px;
    margin: 0 auto;
}

 .send-btn:hover {
     background-color:  #153858;
    color: #000;
}

