  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
body{
    margin:0px;
    padding: 0px;
    background: #28262e;
    font-family: 'Montserrat',sans-serif;
    overflow-x: hidden;
}
::-webkite-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background: #c23843;
    border-radius: 10px; 
}
::-webkit-scrollbar-thumb:hover{
    background: #b30000;
}
.section-1{
    background: url();
    height: 100vh;
    background-size: cover;
    background-position: bottom;
}
.container{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.col-div-3{width: 25%; float: left;}
.col-div-6{width: 50%; float: left;}
.clearfix{
    clear: both;
}
.logo{
    color: #dcdada;
    padding-top: 10px;
    font-weight: bold;
}
.logo span{
    color: #cb3541;
}
.navbar {
    overflow: hidden;
    margin-bottom: 25PX;
	padding: 40px 35px;
}

.navbar a {
    float: left;
    display: block;
    color:White;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
	margin-bottom: auto;
}

.navbar a:hover {
    background-color:rgb(0, 0, 0);
    color:gold;
	font-weight: bold;
	font-size: 15px;
	padding:8px 25px;
	border-radius: 5px;
	transition: transform.1000s;
	border: 2px solid transparent;
	
}
.navbar:hover{
	transform:scale(1.2);
}
.get-btn{
    padding: 10px 30px;
    font-size: 17px;
    background: #c23843;
    color: white;
    border: none;
    border-radius: 5px;
    float:inline-end;
    margin-top: 25px;
    cursor: pointer;
}
.menu-iconp{
    display: none;
}
.banner-header{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50;
    text-align: center;
}
h1{
    position: relative;
    text-align: center;
    font-size: 60px;
    color: white;
    font-weight: bold;
    margin: 0px;
    top: 240px;
}
.p1{
    position: relative;
    text-align: center;
    color: white;
    font-size: 18px;
    top: 300px;
}
.learn{
    position: absolute;
    font-size: 17px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    left: 640px;
    bottom: 65px;
    
    
}
.content{
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
}
h1{
	color: #f50000;
	margin: 20px 0px 20px;
	font-size: 50px;
}
h4{
	color: #fcfc;
	font-size: 25px;
	margin-bottom: 50px;
}
.newsletter form{
	width: 380px;
	max-width: 100%;
	position: relative;
}
.newsletter form input:first-child{
	display: inline-block;
	width: 100%;
	padding: 14px 130px 14px 15px;
	border: 2px solid gold;
	outline: none;
	border-radius:30px;
}
.newsletter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	border-radius:30px;
	background-color:gold;
	color:white;
	box-shadow:0px 0px 5px #000, 0px 0px 15px gold;
	top:6px;
	right:6px;
}
.about{
	width:100%;
	padding: 100px 30px;
	background-color:black;
	text-align: center;	
	margin-right: 188px;
}
.about img{
	height: auto;
	width: 430px;
}
.about-text{
	width: 550px;	
}

.about-text1{
	width: -250px;
	text-align: center;	
}
.main{
	width:11130px;
	max-width:95%;
	margin-bottom: 125px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}
.about-text h3{
	color:rgb(233, 206, 53);
	font-size: 30px;
	text-decoration: capitalize;
	margin-bottom: 20px;
	text-align: center;
}
.about-text h5{
	color:gold;
	letter-spacing:2px;
	font-size:18px;
	margin-bottom:3px;
	text-transform:capitalize; 	
}
.about-text p{
	color: #fcfc;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 75px;
}
.about-embed src{
	float:left;
	margin:100px;
	
}
.image-container {
	display: inline-block;
}

button{
	background-color: transparent;
	color:white;
	text-decoration: none;
	border: 1px solid white;
	font-weight: bold;
	padding:13px 35px;
	transition: .4s;	
	margin-left:500px;
	border-radius: 5px;
	cursor: pointer;
	position:absolute;
	font-size: 17px;
	margin-top: -180px;
}
button:hover{
	background-color:transparent;
	border: 2px solid gold;
	cursor: pointer;	
}
 p{
	color:white;
	overflow:hidden;
	text-align:center;
}
.slideshow-container {
	max-width:800px;
	position: relative;
	margin:auto;
	margin-bottom:35px;
}

.mySlides {
	display:inline-block;
}

img {
	width: 100%;
	height: auto;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(124, 31, 31, 0.8);
}
.service{
	background: #101010;
	width: 100%;
	padding: 100px 0px;
}
.title h2{
	color: gold;
	font-size: 50px;
	width: 1130pxp;
	margin: 10px auto;
	text-align: center;
	margin-bottom:15px;
}
.box{
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:800px;
}
.card{
	height: 500px;
	width: 335px;
	padding:20px 35px;
	background:#191919;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.card i{
	font-size: 40px;
    display: block;
	text-align:center;
	margin:25px 15px;
	color: gold;
}
h5{
	color: gold;
	font-size: 23px;
	margin-bottom: 15px;
}
.pra p{
	color: #fcfc;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;	
}
.card .button{
	background-color:gold;
	color: rgb(224, 11, 11);
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding:9px 22px;
	border-radius: 30px;
	transition: .4s;
}	
.card .button:hover{
	background-color: transparent;
	border: 2px solid gold;
	cursor: pointer;
}
.contact-me{
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.contact-me p{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color: gold;
	color: black;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding:9px 22px;
	border-radius: 30px;
	transition: .4s;
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}

footer{
	position:relative;
	width: 100%;
	height: 400px;
	background: #101010;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer p:nth-child(1){
	font-size: 30px;
	color: white;
	margin-bottom:20px;
	font-weight:bold;
}
footer p:nth-child(2){
	color:white;
	font-size: 17px;
	width: 500px;
	text-align: center;
	line-height: 26px;	
}
.social{
	display:flex;
}
.social a{
	width:45px;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	background: gold;
	border-radius:50%;
	margin:22px 10px;
	color:white;
	text-decoration:none;
	font-size:20px;
}
.social a:hover{
	transform: scale(1.3);
	transition:.3s;
}
.end{
	position:absolute;
	color: gold;
	bottom: 35px;
	font-size:14px;
}
.fa 
{
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover 
{
    opacity: 0.7;
}
.fa-facebook 
{
  background: #3B5998;
  color: white;
}
.fa-instagram
{
  background: #55ACEE;
  color: white;
}
.DNN_Documents{
	text-decoration: orange;
	
	
}
.loading-text {
	font-size: 24px;

}
.loading {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #703131;
}

.loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#scrollUpBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color:black ;
	color: goldenrod;
	cursor: pointer ;
	padding: 15px;
	border-radius: 50%;
}
.portfolio{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
 grid-auto-rows: 1fr; 
 grid-gap: 1em;
}
.portfolio > figure {
 margin: 0; 
}
.portfolio img {
 max-width: 100%;
}
.portfolio figcaption {
 padding: 0.3em 0.8em;
 background-color: rgba(0, 0, 0, 0.5);
 color: #fff;
 text-align: right;
 }
.portfolio > figure {
 display: flex; 
 flex-direction: column; 
 margin: 0;
}
.portfolio img {
 flex: 1;
 object-fit: cover; 
 max-width: 100%;
 grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.6;
  background: #342e2e;
  color: #ea1212;
}


/* Marquee */
marquee {
  margin-top: 20px;
  font-size: 1rem;
  color: #003366;
  font-weight: bold;
}

/* Resources Section */
#resources {
  padding: 40px;
  text-align: center;
}

#resources h2 {
  color: #003366;
  margin-bottom: 20px;
}

.filters {
  margin-bottom: 20px;
}

.filters label {
  margin-right: 5px;
  font-weight: bold;
}

.filters select {
  margin: 0 10px 20px 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Table Styling */
table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

table th, table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

table th {
  background: #003366;
  color: white;
  text-transform: uppercase;
}

table tr:nth-child(even) {
  background: #f9f9f9;
}

table a {
  color: #003366;
  font-weight: bold;
  text-decoration: none;
}

table a:hover {
  color: #ffcc00;
}

/* Logo */
.logo {
  text-align: center;
  margin: 30px 0;
}

.logo img {
  width: 250px;
  height: auto;
}
.hero h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Donation Form */
#donation-form {
  max-width: 600px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#donation-form h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #003366;
}

#donation-form form {
  display: flex;
  flex-direction: column;
}

#donation-form label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #003366;
}

#donation-form input,
#donation-form textarea,
#donation-form select {
  padding: 0.8rem;
  margin-bottom: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

#donation-form input:focus,
#donation-form textarea:focus {
  border-color: #003366;
  outline: none;
}

.donate-btn {
  background: #ffcc00;
  color: #003366;
  border: none;
  padding: 1rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.donate-btn:hover {
  background: #e6b800;
  transform: translateY(-2px);
}

