<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
	font-family: "LeagueSpartan";
	src: url(LeagueSpartan-Bold.otf) ;
}

@font-face
{
	font-family: "Josefin";
	src: url(JosefinSans-VariableFont_wght.ttf) ;
}

*
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
body{
	background: #f8f8ff;
}
/*=========================================================================================*/

/*ScrollBar Start*/

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

/* Track */
::-webkit-scrollbar-track { 
  background: transparent;
  border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.5); 
}

/*ScrollBar End*/

/*=========================================================================================*/

/*Topbar Start*/

.topbar
{
	width: 100%;
	height: 20px;
	background-color: #74C9F1;
}

.topbar marquee p
{
	margin: 2px 0px;
	color: #130f40;
	font-family: Josefin;  
}

/*Topbar End*/

/*=========================================================================================*/

/*Header Nav Start*/

.header
{
	position: sticky;
	top: 0px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	transition: 0.3s;
	box-shadow: 0px 5px 3px rgba(0,0,0,0.5);
	z-index: 1000;
}

.logo img
{
	float: left;
	width: 200px;
	height: auto;
	margin-top: 15px;
	margin-left: 10px;
	
}

.nav
{
	float: right;
}

.nav ul
{
	list-style-type: none;
	line-height: 100px;
}

.nav ul li
{
	display: inline-block;
	margin-top: 0px;
	margin-right: 30px;
}

.nav ul li a
{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: Raleway;
	font-size: 18px;
	letter-spacing: 2px;
	border: none;
	padding: 10px 15px;
	color: black;
	border-radius: 3px;
	font-weight: bold;
	transition: 0.3s;
}

.nav ul li a:hover,
.nav ul li a.active
{
	background-color: black;
	color: white;
}

/*Header Nav End*/


.container{
	position: relative;
	text-align: center;
	margin-top: 40px;
    font-family: Josefin;
	font-size: 50px;
	font-variant: small-caps;
}
.container span{
	color: #74C9F1;
	position: relative;
    font-family: Josefin;
	font-size: 50px;
	font-variant: small-caps;
}
.container::after{
	content: '';
	width: 150px;
	display: block;
	height: 4px;
	background-color: #74C9F1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5px;
}

.bname{
	width: 95%;
	height: 70px;
	display: flex;
	align-items: center;
	left: 50%;
	position: relative;
	margin-top: 30px; 
	transform: translateX(-50%);
	border-bottom: 1px solid #063564;
	margin-bottom: 20px;
}
.bname span{
	font-size: 35px;
	font-family: 'Raleway',sans-serif;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #063564;
}

.ECbook{
	position: relative;
	width: 85%;
	height: 450px;
	left: 50%;
	margin-top: 30px; 
	transform: translateX(-50%);
	perspective: 500px;
	border-radius: 10px;
	margin-bottom: 10px;
	background: white;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	transition: 0.3s;
}
.book_con{
	perspective: 1000px;
	-webkit-perspective: 1000px;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-10%,-50%);
	transition: 0.7s;
}
.book_con:hover .book{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.book{
	-webkit-transition: -webkit-transform 0.7s;
            transition: transform 0.7s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.front, .back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.back {
    -webkit-transform: rotateY( 180deg );
            transform: rotateY( 180deg );
}
.cards-container{
   display: -webkit-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction: row;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book {
  width: 294px;
  height: 415.8px;
}

.front, .back {
  box-shadow: 0 1px 6px 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}

.book_con img {
  display: block;
  width: 100%;
  height: 100%;
}
.matter_con{
	position: absolute;
	top: 50%;
	left: 95%;
	transform: translate(-95%,-50%);
	width: 60%;
	height: 450px;
}
.matter_con h1{
	font-family: LeagueSpartan;
	font-size: 50px;
	margin-top: 20px;
	margin-left: 15px;
	color: #063564;
}
.matter_con h5{
	font-family: LeagueSpartan;
	font-size: 20px;
	margin: 15px;
	margin-top: 10px;
	color: #063564;
}
.matter_con h5 span{
	font-family: LeagueSpartan;
	font-size: 20px;
	margin-top: 0;
	color: #ffc801;
}
.matter_con h4{
	font-family: 'Josefin',sans-serif;
	font-size: 30px;
	margin-left: 15px;
	margin-top: 20px;
	color: #3d3d3d;
}
.matter_con p{
	font-family: 'Raleway',sans-serif;
	font-size: 17px;
	margin-left: 15px;
	line-height: 25px;
	margin-top: 15px;
	color: #3d3d3d;
	text-align: justify;
}
.matter_con a{
	text-decoration: none;
	padding: 15px 50px;
	background: #063564;
	border: none;
	border-radius: 100px;
	outline: none;
	color: #fff;
	margin: 15px;
	top: 90%;
	transform: translateY(-90%);
	position: absolute;
	font-size: 20px;
	font-family: Raleway;
	letter-spacing: 1px;
	transition: 0.3s;

}
.matter_con a:hover{
	box-shadow: 0 0 0 1px #fff,
	 0 0 0 2px #063564,
	 0 0 0 5px #063564,
	 0 0 0 6.5px #fff;
 
}</pre></body></html>