@import "./variable.css";

.section {
  padding: 100px 0px 100px 0px;
}
.bg-red {
  background-color: #fff8f8;
}
/* header start */
header {
  position: relative;
  z-index: 5;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 51px;
  background: var(--primary);
  width: 100%;
}

header .l-item {
  position: relative;
  z-index: 2;
  background: transparent !important;
  padding-top: 12px;
  padding-left: 10px;
  color: var(--light);
  font-size: 15px;
}

header .logo {
  position: absolute;
  z-index: 2;
  height: 100px;
}

/* header ended */

/* navbar */

div .navbar .nav-li {
  color: var(--dark) !important;
  font-family: var(--secondary-font);
  padding-left: 15px;
  font-size: 16px;
}
div .navv {
  background-color: white;
  position: relative;
  z-index: 4;
  padding-bottom: 5px !important;
  padding-top: 7px;
}

.header-hover:hover {
  color: #ced4da !important;
}

.hover-link {
  display: inline-block;

  text-decoration: none;
}

.hover-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(to left, var(--secondary), var(--dark));
  transition: width 0.3s;
}

.hover-link:hover::after {
  width: 100%;
}
/* header end */

/* body section */
.hero {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
.hero .carousel,
.hero .carousel .carousel-inner,
.hero .carousel .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
}
.hero .carousel .carousel-inner .carousel-item img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .carousel .carousel-controls {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero .carousel .carousel-controls button {
  position: static;
  inset: auto;
  width: 40px;
  height: 40px;
  background: var(--secondary);
  color: var(--light);
  line-height: 40px;
  text-align: center;
  opacity: 1;
}
.hero .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  inset: 60% auto 0 0%;
  width: 50%;
  text-align: left;
  background-color: #1e1e1edb;
  padding: 30px;
  height: fit-content;
}

/* about */
.about-heading {
  font-size: 50px;
  font-weight: 700;
}

.about-us .about-btn {
  color: var(--light) !important;
  font-family: var(--secondary-font);
  border-radius: 10px;
  font-size: 16px;
  background: var(--primary);
  padding: 10px 20px 10px 20px;
}

.about-us .about-img {
  width: 100%;
  height: 100%;
}

.about-us {
  position: relative;
  overflow: hidden;
}

.about-us::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("../images/Events&Activities/events1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-us .text {
  padding: 100px 50px 100px 0px;
}

/* blog */
.blog {
  background-color: #fff8f8;
  padding: 100px 0px 100px 0px;
}

/* stats */

.stats .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 50px 0;
}

/* cards blog */

.wrapper .owl-nav {
  color: #ffff;
  background-color: #c31810 !important;
}
.wrapper .owl-prev,
.wrapper .owl-next {
  position: absolute;
  top: 40%;
  font-size: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #c31810 !important;
  width: 40px;
  height: 40px;
  font-weight: 900 !important;
  opacity: 0.8;
  font-size: 18px !important;
}

.wrapper .owl-prev {
  left: 0;
}

.wrapper .owl-next {
  right: 0;
}

.card-style {
  border-radius: 10px;
  box-shadow: #dbdbdb3d 0px 5px 10px;
}

.card-img {
  border-radius: 20px;
  padding: 10px;
}

.card-body {
  position: relative;
}

.blog-heading {
  margin-bottom: 12px;
}

.right-arrow {
  border-radius: 50%;
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: -30px;
}
.right-arrow:hover {
  background-color: #fff8f8;
  border-color: #c31810;
}

.gallery {
  padding: 100px 0px 100px 0px;
}
.gallery .item img {
  object-fit: cover;
  object-position: center;
  height: 250px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* modal video */
.modal-img .modal-body {
  text-align: center;
}

.modal-content .fa-window-close {
  position: absolute;
  z-index: 1;
  right: calc(100% - 830px);
  top: 0;
  font-size: 30px;
  color: white;
}

.modal-body .modal-footer {
  padding: 0px;
}

.modal-content {
  padding: 9px 10px 5px 10px;
}

.modal-dialog .modal-content .btn {
  padding: 0rem;
}

.image-caption {
  border-bottom: 6px solid #c31810;
  background-color: #da251c;
  color: white;
  text-align: center;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 20px;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
.modal-body {
  padding: 0rem;
}

.activity-video {
  padding-bottom: 20px;
}

.video-modal .modal-body .modal-content .modal-header {
  border-bottom: none;
}

.video-modal .modal-body .modal-content .modal-footer {
  border-top: none;
}

.video-modal .modal-body .modal-content .modal-header button i {
  border: none;
  position: absolute;
  right: 0;
}

/* video-section */

.video-section {
  background-image: url("../images/model-img.jpg");
  padding: 130px 0px 130px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: top center;
}

.video-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #da251c, #e6e6d7);
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-section .btn-open {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  background-color: var(--primary);
  color: var(--light);
  border: 0;
  outline: 0;
  margin: auto;
  font-size: 25px;
  padding-left: 5px;
  transition: 0.5s ease all;
}
.video-section h6 {
  position: relative;
  z-index: 3;
  color: #ffff;
}
/* footer */

footer .footer-logo {
  height: 150px;
}

footer .icons {
  font-size: 25px;
  cursor: pointer;
}

footer .icons:hover {
  color: var(--primary);
}

footer .contact {
  padding-top: 50px;
}
footer .icons a {
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.5s ease all;
}
.footer-right-icon {
  background-color: #000000;
  padding: 10px;
  border-radius: 5px;
}

.footer-right-icon1 {
  background-color: #1a1818;
  padding: 10px;
  border-radius: 5px;
  margin-left: 0px;
}
footer .icons a:hover {
  background-color: white !important;
  color: var(--secondary) !important;
  transform: scale(1.5);
}

footer .contact {
  padding: 50px 50px 0px 50px;
}

footer .icons {
  margin: 50px auto 10px auto;
}

footer .footer-ul li {
  list-style: none;
  font-family: var(--secondary-font);
  letter-spacing: 1px;
}
footer .footer-ul li i {
  font-size: 25px;
}

footer .copyright {
  letter-spacing: 1px;
  font-size: 15px;
  margin-left: 0px !important;
  text-align: right;
}

/* Events Activities */

.events-banner-section {
  background-image: url("../images/Events&Activities/events1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.events-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.events-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.events-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.img-1 {
  height: 200px !important;
  object-fit: cover;
  width: 100% !important;
}

.img-1 {
  border: 7px solid #ffffff;
}

.item h4 {
  align-content: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  background-color: #fff;

  color: var(--primary);
  margin-bottom: 30px;
  font-weight: 700;
  padding: 0px 20px;
  height: 75px;
  letter-spacing: 0.5px;
}

.events-activities-section .item {
  box-shadow: #6464642e 0px 5px 10px;
}

.attachment1-section .item img {
  margin-bottom: 30px;
  border: 7px solid ffffff;
  box-shadow: #6464642e 0px 5px 10px;
}

.attachment1-section .item a {
  border: 0px !important;
}

/* rutu cups */
.rutu_cups_section .container {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;

  box-shadow: #6464642e 0px 5px 10px;
}

.rutu_cups_section h5 {
  font-family: var(--primary);
  font-size: 25px;
}

.rutu_cups_section .container ul li {
  padding-bottom: 10px;
}

.rutu_cups_section .container ul li {
  list-style: none;
}
.li-list {
  height: 60px !important;
  margin-right: 20px !important;
}

.cups-image {
  height: 200px !important;
  object-fit: cover;
  width: 100% !important;
  box-shadow: #6464642e 0px 5px 10px;
  border-radius: 10px;
}
.pad-list {
  height: 30px !important;
  margin-right: 20px !important;
}

.cloth-pad-banner-section {
  background-image: url("../images/rutu-pad.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.cloth-pad-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.cloth-pad-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloth-pad-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cloth-pad-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.cups-banner-section {
  background-image: url("../images/cups-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.blog .container .row .col-md-4 .card .card-body {
  height: 150px;
}
.cups-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.cups-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cups-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cups-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

/* home page mediaquery */
@media only screen and (min-width: 557px) and (max-width: 766px) {
  html,
  body {
    overflow-x: hidden;
  }
  .navbar-toggler {
    left: 93%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 575px) {
  html,
  body {
    overflow-x: hidden;
  }

  header .row .list-inline .header-email {
    font-size: 11px;
  }
  header .l-item {
    color: var(--light);
    font-size: 12px;
  }
  .hero .carousel .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    inset: 50% auto 0 9%;
    width: 67%;
    text-align: left;
  }
  .hero .carousel .carousel-controls {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .hero .carousel .carousel-controls button {
    position: static;
    inset: auto;
    width: 30px;
    height: 30px;
    background: var(--secondary);
    color: var(--light);
    line-height: 33px;
    text-align: center;
    opacity: 1;
  }

  .contact-form {
    padding: 50px 30px 50px 30px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .hero {
    height: calc(100vh - 350px);
  }

  .navbar-toggler {
    position: relative;
    z-index: 20;
    left: 80%;
    right: auto;
    top: 15px;
  }

  .hero .carousel .carousel-inner .carousel-item .carousel-caption {
    inset: 62% auto 0 5%;
  }

  .font-primary {
    font-size: 30px;
  }

  .navbar-toggler {
    position: relative;
    z-index: 20;
    right: -318px;
  }

  .stats .box {
    padding: 15px 0;
  }

  .about-us::after {
    top: 0px;
    right: 0;
    width: 100%;
    height: 30%;
  }

  .gy-5 {
    --bs-gutter-y: 0rem;
  }
  .g-5,
  .gx-5 {
    --bs-gutter-x: 0rem;
  }

  .about-us .text {
    padding: 260px 0px 60px 0px;
  }

  .view-btn {
    text-align: center;
    padding: 0px 0px 15px 0px;
  }

  .card {
    margin: 10px;
  }

  header .logo {
    position: absolute;
    z-index: 2;
    height: 75px;
    top: 0;
    left: 0px;
  }

  .blog {
    padding: 50px 0px 50px 0px;
  }

  .banner-section .banner-text {
    display: block !important;
  }

  .modal-body .modal-frame {
    width: 320px;
  }

  .gallery {
    padding: 50px 0px 50px 0px;
  }

  footer div .footer-logo {
    margin-top: -15px !important;
  }
  footer .icons {
    margin: 15px auto 15px auto;
  }

  footer .footer-list-icon {
    padding-top: 24px;
  }

  footer .footer-list {
    padding-left: 20px;
  }

  /* about us page */
  .aboutus-content {
    padding: 50px 0px 50px 0px !important;
  }
  .counter-about {
    margin-bottom: 10px;
  }

  .aboutus-content .paragraph {
    margin-right: 0px;
  }

  .aboutus-content img,
  .aboutus-content1 img {
    padding-top: 0px;
  }

  .footer-text {
    font-size: 12px !important;
    padding-left: 20px !important;
  }

  .copyright-text {
    font-size: 12px !important;
  }

  .logo-div {
    margin-bottom: 40px;
  }

  .aboutus-content1 {
    padding-bottom: 50px !important;
  }

  .heading-cups {
    margin-top: 20px !important;
  }

  .events-banner-section .banner-text {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #ffff;
    letter-spacing: 1px;
    font-size: 35px;
  }

  .section {
    padding: 50px 0px 50px 0px;
  }

  .banner-section .banner-text {
    align-items: center;
    position: relative;
    z-index: 1;
    color: #ffff;
    letter-spacing: 1px;
    font-size: 35px !important;
  }

  .volunteers {
    padding: 50px 0px 0px 0px;
    margin: 0px !important;
  }

  .volunteers .gy-4 {
    --bs-gutter-y: 0rem !important;
  }

  .cloth-pad-banner-section .banner-text {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #ffff;
    letter-spacing: 1px;
    font-size: 35px;
  }

  .rutu_cups_section .container {
    padding: 20px 15px;
    background-color: #fff;
  }
  .rutu_cups_section h5 {
    font-family: var(--primary);
    font-size: 25px;
    margin-top: 20px;
  }

  .cups-row {
    gap: 20px;
  }

  form button {
    margin-bottom: 20px !important ;
  }
  .attachment1-section .item img {
    margin-bottom: 20px;
    border: 7px solid ffffff;
    box-shadow: #6464642e 0px 5px 10px;
  }

  /* contact us */
}

@media only screen and (min-width: 555px) and (max-width: 766px) {
  html,
  body {
    overflow-x: hidden;
  }

  .navbar-toggler {
    right: 90%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  html,
  body {
    overflow-x: hidden;
  }

  /* index page */
  footer .footer-list-icon {
    padding-top: 10px;
  }

  .navbar-toggler {
    position: relative;
    z-index: 20;
    right: -650px;
    top: 18px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .hero .carousel .carousel-inner .carousel-item .carousel-caption {
    inset: 50% auto 0 5%;
  }

  .hero {
    height: calc(100vh - 400px);
  }

  /* about us */
  .aboutus-content h1,
  .aboutus-content1 h1 {
    font-size: 40px;
  }

  .aboutus-content img {
    padding-top: 130px;
  }

  .aboutus-content1 img {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .container,
  .container-sm {
    max-width: 750px;
  }

  .about-heading {
    font-size: 35px;
    font-weight: 700;
  }

  .paragraph {
    color: #9d9d9d;
    font-size: 15px;
    font-family: var(--secondary-font);
    font-weight: 400;
    letter-spacing: 0.5px;
  }

  .font-primary {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 35px;
  }

  .blog .container .row .col-md-4 .card .card-body {
    height: 200px !important;
  }

  .blog .container .row .col-md-4 .card .card-body h4 {
    font-size: 20px;
  }

  .blog .container .row .col-md-4 .card .card-body p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 974px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  .blog .container .row .col-md-4 .card .card-body {
    height: 170px;
  }
}

/* home page mediaquery */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .about-banner-section .banner-text {
    font-size: 50px !important;
  }
  .about-banner-section {
    height: 200px !important;
  }

  .reverse-column {
    flex-direction: column-reverse;
  }

  .aboutus-content .container .row .col-md-6 h1 {
    padding-top: 20px;
  }

  .aboutus-content {
    padding: 50px 0px 0px 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col3 {
    margin-top: 20px;
  }

  .aboutus-content {
    padding: 50px 0px 0px 0px;
  }

  .aboutus-content1 img {
    margin-top: 0px;
  }

  .aboutus-content img {
    padding-top: 0px;
  }

  .aboutus-content .container .row .col-md-6 p {
    text-align: justify;
  }

  .aboutus-content1 .container .row .col-md-6 p {
    text-align: justify;
  }
}

@media only screen and (min-width: 768px) and (max-width: 974px) {
  .font-primary {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 40px;
  }

  .aboutus-content img {
    padding-top: 0px;
  }

  footer .footer-logo {
    height: 150px;
  }

  footer .row {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 975px) and (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 975px;
  }

  footer .footer-logo {
    height: 200px;
  }

  .aboutus-content img {
    padding-top: 0px;
  }

  .navbar-toggler {
    position: relative;
    z-index: 20;
    right: -910px;
    top: 18px;
  }
} /* About us css */ /* Banner section start */
.banner-section {
  background-image: url("../images/about-us.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.banner-section .banner-text {
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

/* banner section end */

/* counter section start */

.counter-section {
  background-color: #fff8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.counter-about {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: #6464642e 0px 5px 10px;
  border: 2px solid #d5d5d5;
}

.count-title-about {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text-about {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #ff5e00;
}

/* banner section end */

/* about us */

.aboutus-content img,
.aboutus-content1 img {
  border-radius: 10px;
}

.aboutus-content {
  padding: 100px 0px 0px 0px;
}

.aboutus-content1 {
  padding-bottom: 100px;
}

.aboutus-content .paragraph {
  margin-right: 20px;
  line-height: 28px;
}

.aboutus-content1 .paragraph {
  line-height: 28px;
}

.about-banner-section {
  background-image: url("../images/about-us-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.about-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.about-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.about-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

/* About us page end */

/* Contact us Page start */

.contact-us-page {
  background-color: #fff8f8;
  padding: 50px 0px 50px 0px;
}

/* location,address,phone div */
.contact-us-page .container .contact-col-bg {
  padding: 20px;
}

.contact-us-page .container .contact-col-bg {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: #6464642e 0px 5px 10px;
  border: 2px solid #d5d5d5;
}

form {
  text-align: left !important;
}

.form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.contact-form {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* contact us page End */

/* volunteers */
.volunteers {
  margin: 100px auto 100px auto;
}

.coming-soon {
  margin: 100px auto 100px auto;
}

.volunteers .container .card {
  border-radius: 10px;
  position: relative;
  transition: 0.4s ease-out;
  border: 2px solid #d5d5d5;
  overflow: hidden;
}

.volunteers .container .card:hover:before {
  opacity: 1;
}
.volunteers .container .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.volunteers .container .card img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.volunteers .container .card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: white;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  padding: 30px;
}

.volunteers .container .card:hover .info {
  opacity: 1;
}
.volunteers .container .card .info h1 {
  margin: 0px;
  font-size: 25px;
}
.volunteers .container .card .info p {
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 8px;
  background-color: var(--primary);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

/* evebts&activities banners */
.attachment1-banner-section {
  background-image: url("../images/Events&Activities/events2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.attachment1-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.attachment1-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attachment1-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.attachment1-banner-section .banner-text {
 
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.attachment2-banner-section {
  background-image: url("../images/Events&Activities/events13.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.attachment2-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.attachment2-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attachment2-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.attachment2-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.attachment3-banner-section {
  background-image: url("../images/Events&Activities/events22.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.attachment3-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.attachment3-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attachment3-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.attachment3-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.attachment4-banner-section {
  background-image: url("../images/Events&Activities/events37.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.attachment4-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.attachment4-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attachment4-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.attachment4-banner-section .banner-text {

  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.attachment5-banner-section {
  background-image: url("../images/Events&Activities/events42.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.attachment5-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.attachment5-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attachment5-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.attachment5-banner-section .banner-text {
  /* display: flex; */
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.awareness_in_vidya_mandir-banner-section {
  background-image: url("../images/Events&Activities/awareness_in_vidya_mandir/10.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.awareness_in_vidya_mandir-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.awareness_in_vidya_mandir-banner-section .container {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.awareness_in_vidya_mandir-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.awareness_in_vidya_mandir-banner-section .banner-text {
  /* display: flex; */
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.awareness_vighnaharta_hospital_dhule-banner-section {
  background-image: url("../images/Events&Activities/awareness_vighnaharta_hospital_dhule/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.awareness_vighnaharta_hospital_dhule-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.awareness_vighnaharta_hospital_dhule-banner-section {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.awareness_vighnaharta_hospital_dhule-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.awareness_vighnaharta_hospital_dhule-banner-section .banner-text {
  /* display: flex; */
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.fb_live_kunal_raut-banner-section {
  background-image: url("../images/Events&Activities/fb_live_kunal_raut/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.fb_live_kunal_raut-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.fb_live_kunal_raut-banner-section {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.fb_live_kunal_raut-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.fb_live_kunal_raut-banner-section .banner-text {
  /* display: flex; */
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.group_reaching_globally-banner-section {
  background-image: url("../images/Events&Activities/group_reaching_globally/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.group_reaching_globally-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.group_reaching_globally-banner-section {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.group_reaching_globally-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.group_reaching_globally-banner-section .banner-text {
  /* display: flex; */
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.adolescent_girls_navnirmiti_sanstha_dhule-banner-section {
  background-image: url("../images/Events&Activities/adolescent_girls_navnirmiti_sanstha_dhule/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.adolescent_girls_navnirmiti_sanstha_dhule-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.adolescent_girls_navnirmiti_sanstha_dhule-banner-section {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.adolescent_girls_navnirmiti_sanstha_dhule-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.adolescent_girls_navnirmiti_sanstha_dhule-banner-section .banner-text {
  /* display: flex; */
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.workshop_in_govandi-banner-section {
  background-image: url("../images/Events&Activities/workshop_in_govandi/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.workshop_in_govandi-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.workshop_in_govandi-banner-section {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.workshop_in_govandi-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.workshop_in_govandi-banner-section .banner-text {
  /* display: flex; */
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.media-banner-section {
  background-image: url("../images/Events&Activities/media/17.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.media-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.media-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-top{
  height: 300px;
object-fit: cover;
}
.media-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.media-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

footer .row {
  display: flex;
  align-items: center;
}

#boxes #dialog h2 {
  font-size: 35px;
}

#boxes {
  padding: 50px !important;
}

.modal-header {
  display: block;
}

.modal-sub-heading {
  font-weight: 600;
  font-size: 15px;
  color: #4d4d4d;
}

.modal-content {
  width: 180% !important;
}

#boxes #dialog p {
  color: #4d4d4d;
  font-size: 15px;
}

/* Modal */
.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}

.load-modal .modal .modal-dialog .modal-header h2 {
  text-align: center;
}

.load-modal .modal .modal-dialog .modal-body h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.load-modal .modal .modal-dialog .modal-body {
  text-align: center;
}

.load-modal .modal .modal-dialog .modal-body h6 {
  color: #131313;
  font-family: var(--secondary-font);
  line-height: 25px;
}

.click-btn a {
  background-color: var(--primary);
  padding: 10px 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 2px solid var(--primary);
}

.click-btn a:hover {
  background-color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 10px;
  border: 2px solid var(--primary);
}

.modal-content {
  padding: 15px 30px 15px 30px;
  height: 570px;
}

.click-btn {
  margin-top: 20px;
}

.modal-body h5 {
  font-family: var(--secondary-font);
  color: #000;
}

#boxes #dialog h6 {
  color: var(--primary);
  font-family: var(--secondary-font);
  font-weight: 400;
}

#boxes #dialog .h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--secondary-font);
  letter-spacing: 1px;
  margin-top: 15px;
}

#boxes #dialog .click-link {
  color: var(--primary) !important;
  text-decoration: underline !important;
  font-size: 15px;
  cursor: pointer !important;
}

#boxes #dialog .close {
  background-color: var(--primary) !important;
  padding: 5px 30px !important;
  margin-bottom: 50px;
  font-family: var(--secondary-font) !important;
  border: 2px solid var(--primary);
}

#boxes #dialog .close:hover {
  background-color: #ffffff !important;
  padding: 5px 30px !important;
  border: 2px solid var(--primary) !important;
}

.december-banner-section {
  background-image: url("../images/Events&Activities/events44.jpg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}

.december-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.7);
}
.december-banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.december-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
}

.december-banner-section .banner-text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #ffff;
  letter-spacing: 1px;
  font-size: 60px;
}

.page-content .container .row .col-md-7 h4 {
  font-weight: 400;
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 40px;
}

.page-content .container .row .col-md-7 h6 {
  font-weight: 400;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  line-height: 25px;
}

.account-details-section .container .row .col-md-6 .paragraph {
  color: #000000 !important;
}

.account-details h4 {
  color: #000;
  font-weight: 600;
}

.account-details h3 {
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
}

.account-details h5 {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--secondary-font);
}

.account-details {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: #6464642e 0px 5px 10px;
}
