:root {
     --color1: #061f58;
     --color2: #000;    
     --gradient: linear-gradient(-35deg, var(--color1), var(--color2));
}

body {
     /* background-color: #F8F6F4; */
     background-image: var(--gradient);
     color: #fff;
}

#mainNav {
     padding-top: 0;
     padding-bottom: 0;
	background: transparent;
     background: transparent;
     scroll-behavior: smooth;
 }

 #mainNav.navbar-shrink {
     padding-top: 0;
     padding-bottom: 0;
     background-color: #00113A;
 }
 
header.masthead {
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-image: url('assets/img/sample-gp.jpg');
}

.heading-text {
    margin-bottom: 200px;
}

header {
	background: no-repeat center center;
	background-size: cover;
	color: black;
}

.fade-up-animation {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 2s forwards;
  }
  
  @keyframes fadeUp {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }

  .fade-down-animation {
	margin-bottom: 25px;
	opacity: 0;
	transform: translateY(0);
	animation: fadeDown 1s forwards;
  }
  
  @keyframes fadeDown {
	to {
	  opacity: 1;
	  transform: translateY(20px);
	}
  }

 .text-muted {
     --bs-text-opacity: 1;
     /* color: var(--bs-secondary-color) !important; */
 }

 .list-group-item {
     color: #fff;
 }

 
 .big-img {
    height: 500px;
    width: 500px;
    padding: auto;
 }

 .big-img img {
    height: 85vh;
    width: 135vh;
 }

 .about-image {
	height: 100%; 
	width: 100%;
 }

 .custom-subheading {
padding: 20px 50px 50px;
line-height: 1.3;
 }
 
 
section.page-footer{
	width: 100%;
	padding: 70px 8% 50px;
	background-color: #000C27;
	color: var(--light-heading-clr);
}
.page-footer .footer-contents{
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 2fr 2fr;
	grid-gap: 40px;
}
.footer-contents .footer-col{
	display: flex;
	flex-direction: column;
}
.footer-contents .footer-col .footer-col-title{
	margin-bottom: 20px;
}
.footer-col .footer-col-title h3{
	font-size: 24px;
	color: var(--light-heading-clr);
	text-transform: capitalize;
}
.footer-contents .footer-col .footer-col-desc{
	display: flex;
	flex-direction: column;
}
.footer-col-1 .footer-col-desc p{
	line-height: 1.4;
	color: var(--light-text-clr);
	margin-bottom: 10px;
}
.footer-col-1 .footer-col-desc span{
	color: var(--light-text-clr);
	margin-bottom: 17px;
	display: inline-block;
}
.footer-col-1 .footer-col-desc span:nth-of-type(1){
	margin-top: 15px;
}
.footer-col-1 .footer-social-media{
	display: flex;
	margin-top: 20px;
}
.footer-col-1 .footer-social-media a{
	text-decoration: none;
	color: var(--light-text-clr);
	margin-right: 10px;
}
.footer-col-1 .footer-social-media a i{
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	background-color: var(--primary-clr);
	color: var(--light-heading-clr);
	border: 1px solid transparent;
	border-radius: 5px;
	transition: all 0.3s;
}
.footer-col-1 .footer-social-media a i:hover{
	background-color: transparent;
	border: 1px solid var(--primary-clr);
	color: var(--primary-clr);
}
.footer-col-2 .footer-col-desc a{
	text-decoration: none;
	font-size: 16px;
	color: var(--light-text-clr);
	letter-spacing: 1px;
	margin-bottom: 17px;
	transition: 0.3s;
}
.footer-col-2 .footer-col-desc a:hover{
	color: var(--primary-clr);
}
.footer-col-3 .footer-col-desc p{
	color: var(--light-text-clr);
	line-height: 1.4;
}
.footer-col-3 .footer-col-desc input{
	width: 100%;
	padding: 15px;
	margin: 20px 0px 15px;
	background-color: var(--light-heading-clr);
	color: var(--dark-text-clr);
	border: none;
	border-radius: 25px;
}
.copy-rights{
	width: 100%;
	padding: 30px 8%;
	background-color: var(--dark-bg-clr);
	border-top: 1px solid #333;
}
.copy-rights p{
	color: var(--light-text-clr);
	text-align: center;
}
.copy-rights p b{
	color: var(--primary-clr);
}
/*   === Footer Section Styling Ends ===   */

@media (max-width: 576px) {
    #mainNav {
         padding-top: 0;
         padding-bottom: 0;
         background-color: #000103;
    }

    .custom-container {
        flex-direction: column-reverse;
    }

    .custom-container-1 {
        flex-direction: column;
    }

    .about-image {
	height: 30vh; 
	width: 100%
 }


}

@media (max-width: 768px) {
    #mainNav {
         padding-top: 0;
         padding-bottom: 0;
         background-color: #000103;
    }

    
    .custom-container {
        flex-direction: column-reverse;
    }

    .custom-container-1 {
        flex-direction: column;
    }

    .about-image {
	height: 30vh; 
	width: 100%
 }

}

@media (max-width: 992px) {
    #mainNav {
         padding-top: 0;
         padding-bottom: 0;
	    background-color: #000103;
    }

    
    .custom-container {
        flex-direction: column-reverse;
    }

    .custom-container-1 {
        flex-direction: column;
    }
    .about-image {
	height: 30vh; 
	width: 100%
 }



}