body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
/* WebKit Scrollbar */
html::-webkit-scrollbar {
  width: 8px;
}

/* Track */
html::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
html::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
  .mySlides {display: none;}
  img {vertical-align: middle;}

  /* Slideshow container */
  .slideshow-container {
    position: relative;
    margin: auto;
  }

  /* Caption text */
  .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }

  .active {
  background-color: #717171;
  }

  /* Fading animation */
  .fade {
  animation-name: fade;
  animation-duration: 1.5s;
  }

  @keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
  }

  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 600px) {
  .text {font-size: 11px}
  }
  
.topnav {
    width: 100%;
    background-color: #94112b;
    z-index: 1000;
}
.fullnav {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: #94112b;
}
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 1.8% 1% 0%;
    text-decoration: none;
    font-size: 18px;
  }

  .logo_name {
    float: left;
    display: block;
    color:  rgb(235 230 230);
    text-align: center;
    padding: 1% 1% 0% !important;
    text-decoration: none;
    font-size: 28px;
  }
  
  .topnav a:hover {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 1.8% 1% 0%;
    text-decoration: underline;
    font-size: 20px;
  }
  
  .topnav a.active {
    text-decoration: none;
    background-color: #04AA6D;
  }
  
  .topnav .icon {
    display: none;
  }

  .filter_btn {
    width: 65px;
    color: black;
    background: #cfc8c8;
    border-radius: 18px;
    height: 32px;
    padding-top: 4px;
  }

  .filter_select {
    width: 11%;
    padding: 3px;
    border-radius: 5px;
    background: whitesmoke;
    color: #9e052b;
  }
  .weekdays {
    color: black;
  }
  .days {
    margin-left: 54px !important;
    color: #4a4848;
  }
  .tcontent {
    margin-left: 85px !important;
    padding-left: 15px !important;
    font-weight: bold;
    color: #3800b7;
    background-color: #ffffff85;
  }
  .ttopdic{
    margin-top: 25px;
  }
  .background-container {
    background-image: url('../images/church_base_img-2.png');
    /* Other background properties */
    background-size: 88% 113%;
    /* Adjust as needed */
    background-repeat: space;
    background-color: aliceblue;
    background-blend-mode: multiply;
    background-position: center; /* Adjust as needed */
  }
  .navanal_1 {
    text-align: right;
  }
  .more_span {
    background-color: #9e052b;
    padding: 15px;
    color: white;
    border-radius: 27px;
  }
  .more_span {
    background-color: #9e052b;
    padding: 15px;
    color: white;
    border-radius: 27px;
  }
  .more_span:hover {
    background-color: #881c37;
    padding: 15px;
    border: 1px solid #ff00eb;
    color: white;
    border-radius: 27px;
  }
  .more_span_align {
    margin-top: 13%;
    margin-left: -53px;
    text-decoration: none;
  }
  .more_span_align:hover {
    text-decoration: none;
  }
  .organisation {
    text-align: center;
  }

  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      color: #494545;
      padding-right: 39px;
      padding-top: 15px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: none;}
    .topnav.responsive .icon {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }
    .background-container {
      background-image: url(../images/church_base_img-2.png);
      background-size: 88% 96%;
      background-repeat: space;
      background-color: aliceblue;
      background-blend-mode: multiply;
      background-position: center;
  }
  .ffbox {
        display: flex;
        width: 96% !important;
        background-color: #fff;
        border: 3px solid #e4e4e9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border-radius: 10px;
        flex-wrap: wrap;
      }
      .background-container {
        background-image: url('../images/church_base_img-2.png');
        /* Other background properties */
        background-size: 117% 112% !important;
        /* Adjust as needed */
        background-repeat: space;
        background-color: aliceblue;
        background-blend-mode: multiply;
        background-position: center; /* Adjust as needed */
      }
      .card_align{
        margin-left: 2% !important;
        margin-top: 3% !important;
      }

      .ffbox1 {
        flex: 1;
        padding: 15px !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
  .organisation_txt {
    font-size: 15px;
  }
  .more_span_align {
    margin-top: 1%;
    margin-left: 0px;
    text-decoration: none;
  }
  .more_span_align:hover {
    text-decoration: none;
  }
  .v_title{
    margin-top: 6%;
    text-align: center;
    font-weight: bold;
    color: #9e052b;
    font-size: 25px;
  
  }
    .video-item img {
      max-width: 100%;
      padding: 6px;
  }
    .navanal_1 {
      text-align: right;
      font-size: 14px;
    }
    .navanal_2 {
      font-size: 14px;
    }
    .navanal_heading {
      font-size: 19px;
      font-weight: bold;
    }
    .filter_select {
      width: 15%;
      padding: 3px;
      border-radius: 5px;
      background: whitesmoke;
      color: #9e052b;
    }
    .home_algn {
      margin-top: 40px;
      margin: 49px 0px 0px 0px !important;
    }

    .map-wrap {
      display: contents;
   }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
    }
    .weekdays {
      font-size: 23px;
    }
    .days {
      font-size: 16px;
      font-weight: bold;
      margin-left: 21px !important;
    }
    .tcontent {
      font-size: 16px;
      margin-left: 25px !important;
      padding-left: 15px !important;
      font-weight: bold;
    }
    .ttopdic{
      margin-top: 19px;
    }
    .slideshow-container {
      position: relative;
      margin: auto;
      margin-top: 0% !important;
    }
    .logo {
        width: 10% !important;
    }
    .logo_name {
      float: left;
      display: block;
      text-align: center;
      padding: 2% 2% 0% !important;
      text-decoration: none;
      font-size: 25px;
    }
    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
        font-size: 22px;
      }
      footer {
        background-color: #333;
        color: #fff;
        padding: 2px;
        font-size: 8px;
        height: 25px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 0;
        width: 100%;
      }
      .left {
        flex: 1;
        margin-top: 0px !important;
      }
      .right {
        flex: 1;
        text-align: right;
        margin-top: -20px !important;
      }
      .mass-res {
        margin-top: 3% !important;
      }
      #scroll-container {
        margin-top: 61px !important;
        color: white;
        font-weight: bold;
        background-color: #d51010;
        border: 3px solid black;
        border-radius: 5px;
        overflow: hidden;
      }
  }

  /* *************** contact page  ****************** */

  /* style.css */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); 



.ffbox { 
	display: flex; 
	width: 80%; 
	background-color: #fff; 
	border: 3px solid #e4e4e9; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	overflow: hidden; 
	border-radius: 10px; 
	flex-wrap: wrap; 
} 

.card_align{
  margin-left: 10%;
  margin-top: 2%;
}

.ffbox1 { 
	flex: 1; 
	padding: 20px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
} 

.ffbox1 label { 
	display: block; 
	margin-bottom: 8px; 
} 

.ffbox1 input, 
.ffbox1 textarea { 
	width: 200px !important; 
	padding: 8px; 
	margin-bottom: 16px; 
	box-sizing: border-box; 
	border-radius: 15px; 
	background-color: #dcdce1; 
	border: none; 
} 

.ffbox1 textarea { 
	resize: vertical; 
} 


.ffbox1 label { 
	margin-right: 16px; 
} 

.map-div { 
	flex: 1; 
	background-color: #eee; 
} 

button { 
	width: 100%; 
	padding: 8px; 
	margin-bottom: 16px; 
	box-sizing: border-box; 
	border-radius: 15px; 
	background-color: rgb(105, 152, 111); 
	color: rgb(183, 213, 179); 
	font-size: 17px; 
	font-weight: 700; 
	border: #a2c2ee; 
} 

button:hover { 
	background-color: rgb(52, 98, 58); 
} 

.map-div iframe { 
	border: 0; 
	padding: 10px; 
} 

.gfg { 
	text-align: center; 
  font-weight: bold;
  padding-bottom: 3%;
	color: rgb(158 5 43); 
} 

.map-div { 
	background-color: rgb(152, 178, 234); 
}

/* Video Styles */

.v_title{
  margin-top: 2%;
  text-align: center;
  font-weight: bold;
  color: #9e052b;
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2%;
  justify-content: space-between;
}
.video-item {
  width: 47%;
  margin-bottom: 20px; /* Adjust as needed */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-item img {
  max-width: 100%; /* Ensure the image doesn't exceed its container's width */
}
.video-item a:last-child {
  display: block;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .video-item {
      width: 100%; /* Full width on smaller screens */
  }
  .v_title{
    margin-top: 4%;
    text-align: center;
    font-weight: bold;
    color: #9e052b;
  }
}

/* Footer Styles */
footer {
  background-color: #333;
  color: #fff;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  width: 100%;
}

/* Left Side */
.left {
  flex: 1;
  margin-top: 9px;
}

/* Right Side */
.right {
  flex: 1;
  text-align: right;
  margin-top: -35px;
}

#scroll-container {
  margin-top: 71px;
  color: white;
  font-weight: bold;
  background-color: #d51010;
  border: 3px solid black;
  border-radius: 5px;
  overflow: hidden;
}

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 25s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* Styling the player */
#audioPlayer {
  width: 300px;
  margin: 20px;
}

/* Styling the player controls */
#audioPlayer::-webkit-media-controls {
  background-color: #f4f4f4;
  border-radius: 10px;
}

#audioPlayer::-webkit-media-controls-play-button {
  color: #333;
}

#audioPlayer::-webkit-media-controls-time-remaining-display {
  color: #333;
}

#audioPlayer::-webkit-media-controls-timeline {
  background-color: #ccc;
}

#audioPlayer::-webkit-media-controls-current-time-display {
  color: #333;
}

#audioPlayer::-webkit-media-controls-volume-slider {
  background-color: #ccc;
}
