*{
	margin: 0; padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	text-decoration: none;
	user-select: none;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #000;
	font-size: 15px;	
}

.top_bar {
	padding: 10px 2%;
	line-height: 100%;
	color: #fff;	
	justify-content: space-between;
	display: flex; 
	background: #003366;
	font-size: 14px;
}

.top_bar a {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.sicon{
	display: none;
}

a{cursor: pointer;}

.top_bar a:hover {
	color: #f2f4f2;
}

header {
	background: #fff;
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
	padding: 10px 50px 10px 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #003366 1px solid;
}

.theme {
	color: #003366;
	font-size: 15px;
	text-decoration: none;
}
	
header .logo{
	display: flex;
	align-items: center;
}

header h1 {
	color: #003366; 
	font-weight: bold; 
	font-size: 25px;
	text-decoration: none;
}

header div {
	margin-left: 12px;
}

header img {
	width: 50px;
	height: 45px;
}

header nav ul{
	list-style: none;
}

header  nav ul li{
	position: relative;
	float: left;
}

header  nav ul li a{
	font-size: 18px;
	padding: 10px 15px;
	color: #003366;
	display: block;
	font-weight: normal;
	margin: 0 4px;
	align-items: center;
}

header nav ul li a:hover, header nav ul li .active-page {
	background: #333;
	color: #fff; 
}

header nav ul li .active-page {
	background: #ccc;
	color: #003366; 
}

header nav ul li .active-page-sub {
	background: #333;
	color: #fff; 
}

header  nav ul li ul{
	position: absolute;
	left: 0;
	width: 200px;
	background: #fff;
	display: none;
	box-shadow: #ccc 1px 1px 1px;
}

header  nav ul li ul li{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,1);
}

header  nav ul li ul li ul{
	left: 200px;
	top: 0;
	background: #f2f2f2;
}

header  nav ul li:focus-within>ul, header  nav ul li:hover>ul{
	display: initial;
}

#menu-bar {
	display: none;
}

header label {
	font-size: 30px;
	color: #003366;
	cursor: pointer;
	display: none;
}

header form {
	display: flex;
}

header form input[type=text], header form input[type=submit], .searchInput, .searchSub, .loginput{
	padding: 8px 10px;
	border-radius: 5px;
	font-size: 15px;
	border: #ccc 1px solid;
}

header form input[type=text], .searchInput{
	width: 95%;
	margin-right: 5px;
}

header form input[type=submit], .searchSub{
	background: #003366;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.main {
	margin-top: 25px;
	background-color: #ffffff;
	padding: 10px; 
}

.main h1{
	font-size: 28px;
}

.main .h2 {
	font-size: 28px;
	border-bottom: 1px #ccc solid;
}

.row {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.left-col {
	flex-basis: 76%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.left-col .gh1{
	color: #003366;
	border-bottom: 1px #003366 solid;
	margin-bottom: 18px;
}

.left-col .h3{
	font-size: 130%;	
}

.left-col .h3, .left-col .h4 {
	font-weight: bold;
}

.left-col img {
	width: 100%; 
	height: 450px; 
	margin-bottom: 40px;
}

.right-col {
	position: -webkit-sticky;
	position: sticky;
	display: block;
	top: -310px;
	flex-basis: 24%;
	padding: 20px;
}

.right-col-blog {
	top: -1190px;
}

.right-col .h2, .comment1{
	font-weight: normal;
	color: #000;
	font-size: 180%;
	border-bottom: 1px solid #333;
}

.content-box {
	border: #dddddd 1px solid;
	margin-bottom: 50px;
	padding: 20px;
}

.box {
	border: #dddddd 1px solid;
	margin-bottom: 50px;
	box-shadow: 2px 2px 5px #333;
}

.blog-left-col p, .contents, .blog-ol li, .contents-center, .left-col .h4{
	color: #000;
	font-size: 120%;
}

.blog-left-col p, .contents, .blog-ol li{
	line-height: 1.8;
	text-align: justify;
}

.c-margin {
	margin-bottom: 30px;
}

.grid-view {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-column-gap: 8px;
	grid-row-gap: 30px;
	padding: 6px;
	background-color: #ccffff;
}

.grid-cont {
	text-align: center;
}

.grid-view .grid-cont b {
	color: #336666;
}

.sub-txt1 {
	color: red;
	margin: 20px 0;
	padding-top: 30px;
}

.sub-txt4 {
	margin-bottom: 30px;
}

footer {
	background-color: #003366;
	padding: 10px; 
	margin-top:30px;
}

.foot-col {
	flex-basis: 25%;
	padding: 20px; 
}

.foot-col .endhead {
	color: #00ffff;
	border-bottom: #00ffff 1px solid;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase; 
	font-size: 130%;
} 

.foot-col .h5 {
	margin-top: 30px;
	border-bottom: none;
} 

.end-col {
	display: block;
}

.end-col a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding-bottom: 20px;
	text-align: left;
}

.end-col a:hover{
	color: #ffcc00;
}

.end-col p{
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 20px;
	text-align: left;
}

.end {
	color: #ffffff;
}

.end a {
	color: #00ffff;
}

.pri-pol{
	display: block;
	color: #ffffff;
	text-align: left;
	margin-bottom: 10px;
}

.pri-pol a{
	color: #ffcc00;
}

.pri-pol a:hover{
	color: #ccc;
}

.pri-pol, .end-col p, .end-col a, .end-note center font{
	font-size: 110%;
}

.bottom-line {
	display: none;
}

.social-media {
	display: flex;	
}

.social-media   a img {
	padding: 10px;
	border-radius: 50%;
	width: 55px;
}

.social-media   a img:hover{
	width: 62px;
}

.input-group {
	width: 100%;
	height: 50px;
	display: flex;
	background-color:  #fff;
	border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.input-group  input[type=email], select {
	width: 75%;
	height: 88%;
	padding: 0px 10px;
	border-radius: 5px 0 0 5px;
	font-size: 16px;
	border: none;
	margin: auto auto;
}

.input-group input[type=submit]{
    width: 25%;
	height: 100%;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.input-group input[type=submit]:hover {
    background-color: #45a049;
}

#salert{
	display: none;
	z-index: 200;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#salert #smsg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}

#form2 {
	width: 380px;
	background: #f2f2f2;
	padding: 15px;
	border-radius: 5px;
	box-shadow: #dddddd 1px 1px 1px;
	font-size: 15px;
	margin: 4px;
}

#form2 label {
	font-size: 15px;
	font-weight: bold;
}

#form2 small {
	cursor: pointer;
	font-weight: normal;
}

#form2 center{
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #003366;
	margin-bottom: 8px;
}

#form2 input[type=text], input[type=email]{
	width: 100%;
	padding: 10px;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#form2 input[type=checkbox]{
	width: 20px;
	height: 20px;
	margin-top: 8px;
}

#form2 input[type=submit]{
    width: 50%;
	height: 40px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

#form2 input[type=submit]:hover {
    background-color: #45a049;
}

#task {
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.6);
	inset: 0 0 0 0;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	color: #fff;
}

#contactbtn{
    position: fixed;
    bottom: 20px;
    right: 17px;
    color: #0ab101;
}

#contactbtn img{
    width: 40px;
	height: 40px;
	border-radius: 50%;
    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}

@-webkit-keyframes glowing {
    0% {
      background-color: #8efdd2;
      -webkit-box-shadow: 0 0 3px #8efdd2;
    }
    50% {
      background-color: #58f350;
      -webkit-box-shadow: 0 0 15px #58f350;
    }
    100% {
      background-color: #8efdd2;
      -webkit-box-shadow: 0 0 3px #8efdd2;
    }
  }
  @keyframes glowing {
    0% {
      background-color: #8efdd2;
      box-shadow: 0 0 3px #8efdd2;
    }
    50% {
      background-color: #58f350;
      box-shadow: 0 0 15px #58f350;
    }
    100% {
      background-color: #8efdd2;
      box-shadow: 0 0 3px #8efdd2;
    }
  }

  .closer{
	text-align: right;
	color: red;
	font-size: 21px;
	cursor: pointer;
  }

  .error{
	background: red;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 4px;
  }

  #toast{z-index: 150; visibility: hidden; min-width: 250px; margin-left: -125px; background-color: #ddd; color: #000; text-align: center; border-radius: 20px; padding: 8px; position: fixed; left: 50%; bottom: 30px; font-size: 17px;}

  #toast.show{visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s;}

  .home-col1 {
	flex-basis: 30%;
	padding: 20px;
}

.home-col1  img {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 5px;
}

.home-col2 {
	flex-basis: 69%;
	padding: 20px;
}

.home-col2 h4 {
	color: #003366;
	border-bottom: #003366 1px solid;
	margin-bottom: 20px;
	font-weight: bold;
	Font-size: 150%;	 
}

.why {
	background-color: #339999; 
	padding: 40px 40px;
}

.home-txt1{
	font-size: 35px;
	font-weight: bold;
	color: #000000;
}

button {
	background: #003366;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	cursor: pointer;
}

button:hover{
	background: #fff;
	color: #000;	
}

.con-read-more {
	background: #f2f2f2;
	border: none;
	color: #003366;
	padding: 5px 10px;
	font-size: medium;
	font-style: italic;
}


/* Show */
.s-show {
	width: 100%;
	height: 540px;
	position: relative;
	overflow: hidden; 
}

.slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#slideimg {
	width: 100%;
	height: 100%;
	animation: zoom 7s linear infinite;
}

@keyframes zoom {
	0% {
		transform: scale(1.3);
	}
	15% {
		transform: scale(1);
	}
	85% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.3);
	}
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.4));
}

.s-content {
	width: 70%;
	color: #fff;
}

.s-content h1{
	font-size: 40px;
	animation: textup 7s linear infinite;
	transform: translateY(100px); 
}

.s-content h4{
	width: 80%;
	margin: 20px auto 15px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.s-content h4, .s-content div{
	animation: textup 7s linear infinite;
	transform: translateX(100px);
}

.slidbtn {
	width: 130px;
	border-radius: 15px;
	background: #003366;
	border: none;
	padding: 10px 15px;
	color: #fff;
	cursor: pointer;
}

.slidbtn:hover {
	background: #fff;
	color: #000;
}

@keyframes textup {
	10%{
		transform: translateX(0px);
	}
	100%{
		transform: translateX(0px);
	} 
}

.content-img{
	width: 100%; 
	height: 450px; 
	margin-bottom: 40px;
}

.myyyyy a {
	margin-bottom: 10px;
}

.myyyyy img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.aux-row {
	display: flex;
	margin-top: 15px;
	margin-bottom: 25px;
}

.aux-img {
	flex-basis: 10%;
}

.aux-content{
	flex-basis: 89%;
	margin-left: 10px;
}

.aux-img img{
	width: 50px;
	height: 50px;
}

.aux-class {
	flex-basis: 25%;
	margin: 10px;
	display: block;
}

.aux-class-2 {
	text-align: center;
}

.aux-class-2 h4 {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}

.aux-class-2 h5{
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

.aux-class-1 img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.ser-res-class {
	flex-basis: 33%;
	margin: 10px;
	background: #fff;
	border-radius: 10px;
}

.ser-res-head {
	background: #003366;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.ser-res-body{
	height: 240px;
	margin: 5px;
	color: #333;
	font-size: 120%;
	padding: 5px 10px;
}

.ser-res-class img {
	width: 100%;
	height: 100%;
}

.y-embed-video {
	width: 100%; 
	height: 450px; 
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 22px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}

#myUL h5 {
   font-size: 18px;
   color: #003366;
   margin-top: 25px;
   margin-bottom: 5px;
   text-align: left;
}

.stanza, .left-col h5 {
	text-align: center;
	font-size: 20px;
	color: #000;
}

.stanza {
	margin-bottom: 35px;
	line-height: 1.8;
}

.grid-view-bible {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-column-gap: 16px;
	grid-row-gap: 30px;
	background-color: #fff;
}

.grid-view-chp {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	grid-column-gap: 16px;
	grid-row-gap: 30px;
	padding: 10px;
	background: #fff;
}


.grid-view-bible a, .grid-view-chp a {
	padding: 10px;
	text-align: center;
	border: #ccc 1px solid;
	color: #003366;
	font-size: 18px;
}

.grid-view-bible  a:hover, .grid-view-chp a:hover {
	color: #fff;
	background-color: #003366;
}

#rotator, #worship{
	cursor: pointer;
	overflow: hidden; 	
	position: relative; 	
	width: 100%; 	
	height: 260px; 
	margin:0 auto; 
}

#rotator img, #worship img{	
	border: 0; 	
	cursor: pointer; 	
	width: 100%; 	
	height: 260px;
}

.sideheader {
	background-color: #e3ebf2;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.sideheader .h2{
	font-weight: normal;
	color: #000;
	font-size: 150%;
}

.side-menu {
	background-color: #b0e0e6;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 20px;
}

.side-menu span{
	text-decoration: none;
	color: #336666;
	font-weight:bold;
	padding: 15px;
	font-size: 120%;	
}

.naviBtnhb{
	padding: 5px 15px;
	margin-right: 1px;
	margin-bottom: 5px;
	background: #ccffff;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	border: none;
}

.naviBtnhb:hover {
	background: #003366;
	color: #fff;
}

/*blogger & Others */
.blog-grid-view {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-bottom: 50px;
	background: #fff;
	padding: 10px 25px;
} 

.blog-class-main{
	background: #f2f4f2;
	height: 320px;
	margin: 1px;
	padding: 10px;
	border-radius: 2px;
}

.blog-class-main img{
	width: 100%;
	height: 120px;
	border-radius: 5px;
	margin-bottom: 8px; 
}

.blog-class-head {
	height: 65px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 15px;
	text-align: center;
}

.blog-class-body {
	height: 80px;
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 5px 15px;
	text-align: center;
}

.blog-grid-viewx {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	margin-bottom: 50px;
	background: #fff;
	padding: 10px 0;
} 

.blog-grid-viewx .blog-class-head{
	font-size: 18px;
}

.blog-grid-viewx .blog-class-body{
	font-size: 15px;
}

.blog-content-main-box h2{
	margin: 15px;
	color: #003366;
	border-bottom: 1px #003366 dotted;
}

.blog-left-col {
	margin: 0 5%;
}

.blog-left-col p {
	color: #000;
	font-size: 120%;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 30px;
}

.blog-left-col h1 {
	color: red;
	font-weight: bold;
	margin-bottom: 5px; 
}

.blog-left-col h2 {
	color: #333;
	font-weight: bold;
	border-bottom: #333 1px solid;
}

.blog-left-col h3 {
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-top: 35px;
}

.blog-left-col h4 {
	color: #000;
	font-weight: bold;
	margin-top: 35px;
}

.blog-left-col center {
	font-size: 15px; 
	line-height: 1.4;
	color: #333;
	margin-bottom: 30px;
	background: #f2f2f2;
	padding: 15px;
	border-radius: 12px;
}

.blog-author {
	padding: 5px;
	margin-bottom: 25px;
	border-bottom: #aca9a8 1px solid;
	color: #333;
	font-size: 15px;
}

.blog-ol {
	margin-left: 20px;
}


.recent-blogs .blog-class-main{
	width: 100%;
	height: 90px;
	display: flex;
	overflow: hidden;
	border-bottom: #aca9a8 1px solid;  
	background: #fff;
	margin: 1px;
	padding: 5px;

}

.recent-blogs .blog-class-main .img {
	flex-basis: 25%;
	
}

.recent-blogs .blog-class-main img {
	width: 100%;
	height: 55px;
}

.recent-blogs .cont {
	flex-basis: 75%;
	display: block;
}

.recent-blogs .blog-class-head {
	height: auto;
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 5px;
	text-align: left;
}

.recent-blogs .blog-class-body {
	overflow: hidden;
	font-size: 14px;
	color: #000;
	height: auto;
	padding: 0px 5px;
	text-align: left;
}
	
.recent-blogs button {
	padding: 10px 25px;
	background-color: #003366;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	font-size: 15px;
}
	
.recent-blogs	button:hover {
	background-color: #ccc;
	color: #000;
}
	
.recent-blogs .container:hover {
	background-color: #ccc;
}

.sermbox {
	border: #aca9a8 1px solid;
	margin-bottom: 12px;
}

.list-header {
	background-color: #eee;
	color: #003366;
	font-size: 140%;
	padding: 8px 15px;
}

.list-details {
	margin-bottom: 2px;
	padding: 10px 15px;
}

/* Comment */
.comment-head {
	background-color: #ddd;
	margin-top: 40px;
	padding: 10px;
	border-top: #ccc 1px solid;
	border-bottom: #333 1px solid;
}

.comment-head span{
	color: #003366;
	font-size: 20px;
	font-weight: bold;
}


.showComment {
	background-color: #fff;
	padding: 10px;
	display: flex;
	margin-bottom: 15px;
	border-bottom: #ccc 1px solid;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.showComment img{
	flex-basis: 10%;
	width: 100%;
	height: 10px;
	padding-right: 5px;
	width: 50px;
	height: 50px;
}

.showComment .text{
	color: #333;
	font-size: 18px;
	flex-basis: 90%;
	display: block;
	font-weight: bold;
}

.showComment span{
	font-size: 16px;
	line-height: 1.5;
	margin: 15px 0;
	color: #000;
	font-weight: normal;
}

.showComment i{
	font-size: 13px;
	margin-bottom: 12px;
	color: #333;
	font-weight: normal;
}

#comform {
	margin-top: 15px;
}

#comform input[type=text], #comform textarea{
	width: 100%;
	padding: 12px;
	background: #f2f4f2;
	border: none;
	font-size: 18px;
}

#comform textarea{
	height: 150px;
	margin: 20px 0;
	resize: none;
}

#comform input[type=submit]{
	padding: 10px;
	background: green;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}

.scont {
	padding: 18px;
	border: 1px #ddd solid;
	margin-bottom: 18px;
	background: #fff;
}

.scont div{
	color: blue;
	font-size: 25px;
	margin-bottom: 10px;
}

.scont p{
	font-size: 18px;
	color: #000;
	line-height: 1.8;
}

@media(max-width: 1000px) {
	.home-txt1{
		font-size: 30px;
	}	
	
	.home-col1{
		display: none;
	}
}

@media (max-width: 700px) {
	.y-embed-video {
		height: 300px; 
	}
	.blog-left-col {
		margin: 0 4%;
	}
	
	.home-txt1{
		font-size: 28px;
	}
}


@media (max-width: 600px) {
	.s-show  {
		height: 300px;
	}
	
	.s-content {
		width: 100%;
	}
	
	.s-content h1{
		font-size: 21px;
	}

	.s-content h4{
		font-size: 14px;
	}
	
	.slidbtn {
		width: 100px;
		font-size: 12px;
	}
	
	.sl1 {
		margin-right: 5px;
	} 
}

@media (max-width: 500px) { 
	.blog-left-col p {
		font-size: 100%;
		text-align: left;
	}
	
	.showComment .img{
		flex-basis: 15%;
		padding-right: 10px;
	}

	.showComment .text{
		flex-basis: 85%;
	}
	
	.showComment .img img{
		width: 100%;
		height: 40px;
	}
	
	.why {
		padding: 40px 10px;
	}

}

@media (max-width: 400px) { 
	.s-show , .slider {
		height: 200px;
	}
	
	.s-content {
		width: 100%;
	}
	
	.y-embed-video {
		height: 200px; 
	}
	
	.blog-left-col {
		margin: 0 3%;
	}
	
	.home-txt1{
		font-size: 25px;
	}
}

@media(max-width: 350px) {
	.blog-grid-view {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		padding: 15px 4px;
	} 
}

@media(max-width: 300px) {	
	.blog-left-col {
		margin: 0 2%;
	}
	
	.home-txt1{
		font-size: 20px;
	}
	
	.sub-txt4 {
		font-size: 16px;
	}	
}

/******* Quiz *******/
.quiz-main {
    width: 100%;
    height: 100vh;
}

.quiz-main #screen {
    width: 100%;
    height: 30%;
    font-size: 21px;
	background: #f2f2f2;
    display: flex;
    justify-content: center;
	align-items: center;
    font-size: 25px;
}

.quiz-main .btn {
    display: flex;
    align-items: center;
    background: #f8f9f9;
    height: 8vh;
    width: 95%;
    margin-bottom: 15px;
	box-shadow: #333 1px 1px 1px 1px;
}

.quiz-main .btn div {
    display: flex;
    flex-basis: 45px;
    font-size: 20px;
    height: 100%;
    background-color: #fff;
    color: #000;
    padding-left: 10px;
    align-items: center;
  
}

.quiz-main .btn button {
    flex-basis: 100%;
    font-size: 20px;
    height: 100%;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border: none;
    padding-left: 12px;
    text-align: left;
}

.quiz-main .scoreboard {
    display: flex;
    justify-content: space-between;
	align-items: center;
    background: #0a1017;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    height: 5%;
    color: #fff;
    padding: 5px;
}

.quiz-main .scoreboard div{
    font-size: 12px;
}

.quiz-main .label {
    font-weight: bold;
    text-align: left;
    padding: 8px;

}

.quiz-main .start {
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background: #767a01;
    margin-top: 12px;
}


@media(max-width: 500px) {
    .quiz-main {
        width: 100%;
        border: 0px #000 solid;
    }

    .quiz-main #screen, .quiz-main .options,  .quiz-main .start {
        font-size: 17px;
    }
}

@media(max-width: 450px) {
    .quiz-main #screen, .quiz-main .options,  .quiz-main .start {
        font-size: 16px;
    }
}

@media(max-width: 300px) {
    .quiz-main #screen, .quiz-main .options,  .quiz-main .start {
        font-size: 15px;
    }
}

.login-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 12px;
	margin: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 350px;
}

.login-form h2 {
    color: #333;
    margin-bottom: 8px;
    font-size: 25px;
}

.login-form p {
    color: #666;
    font-size: 14px;
    margin-bottom: 24px;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

/* Floating Label Logic */
.input-group label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0 4px;
}

.input-group input:focus,
.input-group input:not(:placeholder-shown) {
    border-color: #667eea;
}

.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px;
    color: #667eea;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 24px;
}

.remember-me {
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.forgot-password {
    color: #667eea;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    padding: 12px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.login-btn:hover {
    background: #5a6fd6;
}

.signup-redirect {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.signup-redirect a {
    color: #764ba2;
    text-decoration: none;
    font-weight: 600;
}

.signup-redirect a:hover {
    text-decoration: underline;
}
