/* ----------------------- go to top by button ------------------ */
#TopButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  width: 42px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  background-color: #00AEFF; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#TopButton i{
  font-size: 29px;
  font-weight: 500;
}
#TopButton:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

body{
  background-color: #ffffff;
}
/* ------------------------------primary header--------------------------- */
.top-header {
  max-width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(to right, #c30047, #2E86C1);
  background-color: #c30047;
  color: #ffffff;
  font-size: 14px;
}
.top-header-left,
.top-header-right {
}
.top-header-left i {
  margin-right: 10px;
  font-size: 20px;
}
.top-header-left span {
  margin-right: 20px;
}
.zoompicture{
  transition: transform 0.5s ease;
}
.zoompicture:hover{
  transform: scale(1.1);
}
.top-header-right a {
  margin-right: 10px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 20px;
}
.top-header-right a:hover {
  cursor: pointer;
  color: #d9072a !important;
}
.login-register-button {
  font-weight: 600;
  padding: 13px 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.07) !important;
  border-right: solid 1px rgba(255, 255, 255, 0.07) !important;
}
.login-register-button i {
  margin-right: 5px;
}
/* ------------------------------secondary header--------------------------- */
.SecondaryHeader{
  background-color: white;
}
.SecondaryHeader .nav-item{
  text-decoration: none;
  color: #c30047;
}
.SecondaryHeader .nav-item:hover{
  color: black;
}

.SecondaryHeader .dropdown .dropdown-menu{
  text-transform: ;
}
.SecondaryHeader .dropdown:hover .dropdown-menu{
  display: block;
}

#DonateBtn {
  background-color: #c30047;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  border: none;
  color: #eeeeee;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
}
@keyframes glowing {
  0% {
    background-color: #c30047;
    box-shadow: 0 0 5px #c30047;
  }
  50% {
    background-color:  #e74c3c ;
    box-shadow: 0 0 20px  #e74c3c ;
  }
  100% {
    background-color:  #922b21 ;
    box-shadow: 0 0 5px  #922b21 ;
  }
}
#DonateBtn {
  animation: glowing 1300ms infinite;
}

.HeroBackImage{
  background-image: url('./media/hero-bg-img.jpg');
  width: 100%;
  height: 800px;
  background-position: center center; /* Center the image */
  background-size: cover; /* Ensure the entire image is visible */
  background-repeat: no-repeat; /* Prevent the image from repeating */

}
.HeroOverlay{
  background-color: rgba(0, 44, 162,0.3);
  width: 100%;
  height: 800px;
}

.HeroContent h1{
  z-index: 100;
  color: white;
  font-size: 80px;
  font-weight: bold;
  padding: 250px 200px 30px;
}
.HeroContent h3{
  z-index: 100;
  color: white;
  font-size: 30px;
  padding: 0px 200px;
}
.HeroContent button{
  z-index: 100;
  color: white;
  border: none;
  border-radius: 30px;
  background-color: #c30047;
  font-size: 20px;
  padding: 15px 20px;
  margin: 30px 200px 0px;
}

#AboutSection .img-fluid {
  border-radius: 7px;
  position: relative;
}

#AboutSection h1 {
  font-size: 40px;
  font-weight: 700;
}

#AboutSection h4 {
  font-size: 25px;
  font-weight: 500; 
  line-height: 40px;
  word-spacing: 7px;
}

#AboutSection button {
  color: white;
  border: none;
  border-radius: 30px;
  background-color: #c30047;
  font-size: 20px;
}

#AboutSection .row
#AboutSection .LowContent {
  background-color: #c30047;
  width: 500px;
  height: 60px;
  border-radius: 5px;
  margin-top: -40px;
  position: absolute;
  z-index: -1;
  text-align: center;
  align-content: center;
}

#AboutSection .LowContent h3 {
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
}

/****************************************************/
#TeamSection h2{
  font-size: 25px;
  word-spacing: 10px;
  line-height: 30px;
}
#AboutSecondSection .row{
  width: 100%;
  height: 600px;
  background-image: url("./media/hero-bg-img.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}
#AboutSecondSection .TextSection{
  background-color: white;
  opacity: 0.7;
  border-radius: 7px;
}
#AboutSecondSection .img-fluid {
  border-radius: 7px;
  position: relative;
}

#AboutSecondSection h1 {
  font-size: 40px;
  font-weight: 700;
}

#AboutSecondSection h4 {
  font-size: 25px;
  font-weight: 500; 
  line-height: 40px;
  word-spacing: 7px;
}

#AboutSecondSection button {
  color: white;
  border: none;
  border-radius: 30px;
  background-color: #c30047;
  font-size: 20px;
}

#AboutSecondSection .LowContent {
  background-color: #c30047;
  width: 500px;
  height: 60px;
  border-radius: 5px;
  margin-top: -40px;
  position: absolute;
  z-index: -1;
  text-align: center;
  align-content: center;
}

#AboutSecondSection .LowContent h3 {
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
}


#AboutusSection img{
  border-radius: 7px;
  width: 90%;
  height: 500px;
}
#AboutusSection h1{
  font-size: 60px;
  font-weight: bold;
}
#AboutusSection h3{
  font-size: 40px;
}
#AboutusSection h4{
  font-size: 30px;
  font-weight: bold;
}
#AboutusSection p{
  font-size: 25px;
  line-height: 40px;
}
#AboutusSection i{
  font-size: 30px;
  color: #c30047;
}



#OneSliderSection a{
  color: white;
  border: none;
  border-radius: 5px;
  background-color: #c30047;
  font-size: 20px;
}
#OneSliderSection .NewsCard{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.5s ease;
}
#OneSliderSection .NewsCard:hover{
  transform: scale(1.03);
}
#OneSliderSection .TopContent h1{
  font-size: 50px;
  font-weight: bold;
}
#OneSliderSection .TopContent h3{
  font-size: 30px;
}

#CounterSection{
  background-color: #f5b7b1;
}
.counter {
  xbackground-color:#f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
}
.counter i{
  font-size: 70px;
  color: #c30047;
}

.count-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 30px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}
#ServicesSection .TopContent h1{
  font-size: 50px;
  font-weight: bold;
}
#ServicesSection .TopContent h3{
  font-size: 30px;
}
.ServicesCard .card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.5s ease;
}
.ServicesCard .card:hover{
  transform: scale(1.03);
}
.ServicesCard .card-header i{
  font-size: 70px;
  color: #c30047;
}
.ServicesCard .card-body h5{
  font-size: 30px;
  font-weight: 600;
  color: #c30047;
}
.ServicesCard .card-body p{
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#ServicesSection .CardButton{
  border: none;
  background-color: #c30047;
  font-size: 22px;
  color: white;
}
#ServicesSection .CardButton:hover{
  background-color:  #efefef ;
  border: 3px solid #c30047;;
  color: #c30047;
}
.ProjectCard{
  box-shadow: 0 4px 8px 0 rgba(195, 0, 71, 0.2), 0 6px 20px 0 rgba(195, 0, 71, 0.19);

}
.ProjectCard .card-header{
  font-size: 50px;
  font-weight: bold;
  color: #c30047;
  background-color: white;
  border-bottom: 2px solid #c30047;
}
.ProjectCard h4{
  font-size: 25px;
  font-weight: bold;
  color: black;
}
.ProjectCard h5{
  font-size: 20px;
  color: black;
  word-spacing: 5px;
  line-height: 30px; 
}


#NewsSection{
  background-color: #ccdaff;
}
#NewsSection .NewsCard{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#NewsSection .StatusContent{
  padding: 10px;
}
#NewsSection .StatusContent h5:nth-child(2){
  xpadding-left: 90px;
  float: right;
}

.ImageBox{
  background-image: url('./media/img-01.jpeg');
  width: 100%;
  height: 250px;
}

footer{
  background-image: linear-gradient(to right, #c30047, #2E86C1);
  xbackground-color: #c30047;
  color: white;
}

@media (max-width:768px){
.HeroBackImage{
    background-image: url(./media/hero-bg-img.jpg);
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.HeroOverlay {
    background-color: rgba(0, 44, 162, 0.3);
    width: 100%;
    height: 400px;
}

.HeroContent h1 {
    z-index: 100;
    color: white;
    font-size: 40px;
    font-weight: bold;
    padding: 50px 10px 30px;}
    
.HeroContent h3 {
    z-index: 100;
    color: white;
    font-size: 25px;
    padding: 0px 15px;
}

.p-5 {
    padding: 0.5rem !important;
}

.px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#AboutSection h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    word-spacing: 0px;
}

#AboutusSection h1 {
    font-size: 45px;
    font-weight: bold;
}

#AboutusSection h3 {
    font-size: 30px;
}

#AboutusSection h4{
    font-size: 22px;
    font-weight: bold;
}

#AboutusSection .col-6.mt-3 {
    width: 100%;
}

#AboutusSection p {
    font-size: 20px;
    line-height: 30px;
}

#AboutusSection i {
    font-size: 20px;
    color: #c30047;
}

#AboutusSection img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

#OneSliderSection .TopContent h1{
    font-size: 35px;
    font-weight: bold;
}

.owl-carousel .owl-item img{
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
}

p.fs-5.card-title.text-start{
    font-size: 16px !important;
}

h2.card-title.fs-2{
    font-size: 17px !important;
    text-align: center !important;
}

#ServicesSection .TopContent h1{
    font-size: 35px;
    font-weight: bold;
}

.ServicesCard .card-body{
    padding: 10px 0 !important;
    margin: 0 0 !important;
}

.ServicesCard .card-header i {
    font-size: 60px;
    color: #c30047;
}

.ServicesCard .card-body h5 {
    font-size: 20px !important;
    font-weight: 600;
    color: #c30047;
    padding: 0 5px !important;
}

.ServicesCard .card-body p{
    font-size: 15px !important;
    padding: 5px 5px !important;
    margin: 0 0 !important;
}

section#VideosSection\ justify-content-center\ align-items-center\ mx-auto .col-4 {
    width: 100%;
}

section#VideosSection\ justify-content-center\ align-items-center\ mx-auto .col-4 video {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0 !important;
}

#ContactSection .col-6{
    width: 100% !important;
}

#ContactSection iframe{
    width: 100% !important;
    height: 300px !important;
    margin: 10px 0 !important;
}

}



