@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

.kanit {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "system-ui" !important;
}
html {
  overflow-x: hidden;
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  html {
    zoom: 93%;
  }
}
body {
  font-family: "system-ui "!important;
}
:root {
  --blue: #365393;
}
h2 {
  color: var(--blue)!important;
  font-weight: 600 !important;
}
h3 {
  color: var(--blue);
  font-weight: 600 !important;
}
/* .main-slidr {
  background-image: url("assets/mainslider/image8.png");
  background-repeat: no-repeat;
  background-size: 103%;
  width: 100%;
  height: 670px;
} */
.slidermadha {
  width: 250px;
  position: absolute;
  top: 495px;
  z-index: 2;
  left: -19px;
  display: none;
}
.flex {
  display: flex;
}
.flex button {
  margin-top: -6px;
}
.sliderado {
  position: absolute;
  right: 0px;
  width: 260px;
  top: 492px;
  z-index: 2;
  display: none;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  font-size: 55px !important;
  top: 275px;
}
.owl-dots {
  display: none;
}
.owl-nav .owl-next {
  position: absolute;
  right: -70px;
  font-size: 55px !important;
  top: 275px;
}
.sample-slider img {
  width: 100%;
  height: 100%;
}
.swiper-button-prev {
  color: #fff !important;
  opacity: 0.4;
}
.swiper-button-next {
  color: #fff !important;
  opacity: 0.4;
}

.sample-slider:hover .swiper-button-prev,
.sample-slider:hover .swiper-button-next {
  opacity: 1;
}
.swiper {
  /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 74%); */

  height: 600px;
}
/* ************************************ */
.crros {
  display: flex;
  justify-content: center;
}
.fa-cross {
  font-size: 28px;
  color: red;
}

#popup{
    display:none !important;
}
.modal{
    display:none !important;
}

.image {
  display: inline-block;
  text-align: center;
  width: 33.3%;
  float: left;
}
figure {
  overflow: hidden;
  margin-right: 20px !important;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.image #zoom-In figure img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.image #zoom-In figure:hover img {
  transform: scale(1.5);
}
/* *********************** */
.testimonal {
  /* height: 450px; */
}
/* .testimonal h4 {
  height: 0px;
} */
.holy .col-lg-10 button a {
  text-decoration: none !important;
}
.a {
  text-decoration: none;
}
.hmt {
  background-color: rgb(148, 0, 211) !important;
  border-color: rgb(148, 0, 211) !important;
}
.hmt1 {
  background-color: var(--blue) !important ;
  border-color: var(--blue) !important;
}
/* ****************************************** */
.news-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;

}

.caard {
  background-color: #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
  text-align: center;
}

.caard:hover {
  transform: translateY(-5px);
}

.caard img {
  width: 100%;
  height: auto;
  display: block;
}

.caard-content {
  padding: 15px 40px;
}

.caard h3 {
  font-size: 16px;
  margin-bottom: 10px ;
  color: #fff;
}

.caard p {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  line-height: 1.4;
}

.caard a {
  text-decoration: none;
  background: #EEEEEE;
  padding: 5px;
  border-radius: 5px;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.caard a:hover {
  text-decoration: underline;
   color: #124076;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .caard {
    max-width: 95%;
  }
  
  .caard h3 {
    font-size: 16px;
  }
  
  .caard p {
    font-size: 13px;
  }
}
.causes .col-lg-10 .row .col-lg-4 .card img {
  width: 35%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  height: 115px;
  margin-top: 12px;
}

/* adoration chapel */
.ado {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.m {
  font-size: 55px;
  color: maroon;
  margin-right: -7px;
}
.mercy {
  position: absolute;
  font-size: 25px;
  margin-top: 6px;
}
.miracle {
  font-size: 25px;
}
.ac {
  width: 95%;
  margin-left: auto;
  text-align: justify;
}
.pios:hover {
  background-color: var(--blue);
  color: white;
}
.pios {
  color: var(--blue);
}.shadows{
    box-shadow:0 0 10px #375694 !important;
}
.shimmer {
  color: grey;

  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300%
    100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
}

@keyframes shimmer {
  100% {
    -webkit-mask-position: left;
  }
}
@media only screen and (max-width: 850px) {
  .swiper {
    border-radius: 0px;
  }
  .sample-slider img {
    width: 100%;
    height: 100%;
  }
  .phone {
    font-size: 15px;
  }
  .group {
    margin-top: 325px !important;
  }
  .main-slidr {
    --bs-gutter-x: 0rem !important;
    height: 170px;
    background-image: none;
  }
  .sliderado {
    display: none;
  }
  .slidermadha {
    display: none;
  }
  .mmimg {
    order: 1;
  }
  .ttxt {
    order: 2;
  }
  .mercy {
    position: relative;
    font-size: 25px;
    top: -25px;
  }
  .miracle {
    position: relative;
    font-size: 25px;
    left: -55px;
  }
  .mall {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 359px) and (max-width: 850px) {
  .ado {
    height: 200px;
  }
  .testimonal h4 {
    font-size: 20px !important;
  }
  marquee {
    width: 88%;
  }
  .footerp {
    margin-bottom: 0rem !important;
  }
}
/* *************************** */
.sec {
  background-color: whitesmoke;
  height: 170px !important;
  text-align: center;
}@media only screen and (max-width: 600px) {
 .sec {
  height: 190px !important;
  }
}
.sec:hover {
  background-color: #375694;
  color: white !important;
}

.sec:hover .icon i {
  color: white !important;
}
.sec:hover h6 {
  color: white;
}
.icon i {
  font-size: 40px;
  margin-top: 10px;
  color: var(--blue);
}
/* .sec:hover .icon i{
    color: white;
 }
 .sec:hover .abth3{
    color: white;
 } */

.abth3 {
  position: absolute;
  top: 45px;
  left: 60px;
  font-size: 25px;
}
.aboutas {
  background-color: white;
}
/* ----------------- */

.icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: cover;
}
.icon-bike {
  background-image: url("../images/home/icon-img/kkk.png");
}.icon-prayer{
    background-image:url("../images/home/icon-img/prayer.png")
}.icon-marrage{
    background-image:url("../images/home/icon-img/marra.png");
}.icon-eng{
     background-image:url("../images/home/icon-img/ring.png");
}.icon-donation{
  background-image:url("../images/home/icon-img/donation.png");
}.icon-community{
background-image: url("../images/home/icon-img/help.png");
}.icon-babys{
  background-image: url("../images/home/icon-img/boys.png");
}

/* without color-changing image*/
.icon-bike:hover,
.icon-bike:focus {
  background-image: url("../images/home/icon-img/opop.svg");
}
.sec:hover .icon-bike {
  background-image: url("../images/home/icon-img/opop.svg");
}
/**/

.icon-eng:hover,
.icon-eng:focus {
  background-image: url("../images/home/icon-img/ring-white.png");
}
#sec:hover .icon-eng{
  background-image: url("../images/home/icon-img/ring-white.png");
}
/**/
.icon-marrage:hover,
.icon-marrage:focus {
  background-image: url("../images/home/icon-img/marra-white.png");
}
#sec1:hover .icon-marrage{
  background-image: url("../images/home/icon-img/marra-white.png");
}
.icon-prayer:hover,
.icon-prayer:focus {
  background-image: url("../images/home/icon-img/ring-white.png");
}
.icon-community:hover,
.icon-community:focus {
  background-image: url("assets/icon/w-color/ring.png");
}
#prayer-change:hover .icon-prayer{
    background-image:url("../images/home/icon-img/prayer-white.png");
}#donation:hover .icon-donation{
  background-image: url("../images/home/icon-img/donation-white.png");
}#community:hover .icon-community{
background-image: url("../images/home/icon-img/help-white.png");
}#babys:hover .icon-babys{
  background-image: url("../images/home/icon-img/boys-white.png");
}


/* ---------------- */

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.fa-phone {
  color: darkblue;
}
.fa-envelope {
  color: tomato;
}
.fa-facebook {
  color: white;
}
.usfulinks ul li a {
  text-decoration: none;
  color: white;
}
/* $$$$$$$$$$$$$$$$$$$$PRAYER%%%%%%%%%%%%%%%%%%%%%%% */
.p {
  text-align: justify;
  font-size: 15px;
  /*letter-spacing: 2px;*/
  font-weight:500;
}
.pr {
  background-color: rgb(54, 83, 147, 0.1);
}
.jimg {
  transition: 0.4s ease;
  height: 65% !important;
  margin-top: 87px;
  margin-left: 43px;
}
.jjimg:hover .jimg {
  transform: scale(1.08);
}
.mimg {
  width: 80%;
  transition: 0.8s ease;
}
.mmimg:hover .mimg {
  transform: scale(1.08);
}

/* ***************************Anbiyam******************** */
.anbu a {
  text-decoration: none;
  color: red;
}
#sdiv {
  display: none;
}
#view {
  color: var(--blue) !important;
  text-decoration: underline;
}
#less {
  color: var(--blue) !important;
  text-decoration: underline;
}

/* *******************************************************MASS TIMINGS*********************************************************** */

.centerr {
  text-align: center !important;
}
.mst .card-header {
  background-color: #375694 !important;
  color: white !important;
}
.list-group-item:hover {
  background-color: #6a8fe0 !important;
  box-shadow:2  px -1px 6px #6a8fe0;
}
/* **********************************************MASS TIMINGS END ******************************************************************** */
/* ===================================ANBIYAM========================= */
.buton {
  text-align: center;
}

body {
  height: 100vh;
}

.click {
  background: #375694 !important;
  border: #375694 !important;
  border-radius: unset;
  width: 150px;
}

.click a {
  text-decoration: none;
  color: white;
}
.matha img {
  width: 100%;
}

/* Anbiyam End==================================================================================== */
/* Medi Query */
@media only screen and (max-width: 700px) {
  .matha img {
    width: 100%;
  }
  .icon i {
    left: 150px;
  }
  .abth3 {
    left: 120px;
  }
}

/* ------------------------------------ ~~~~~~~~~~~~~~~~~~---------------------------------------------- */

/* ``````````````````````````````Parish Priest`````````````````````````` */
.img-img {
  background-color: rgba(54, 83, 147, 0.3);
}
.imagee img {
  width: 30%;
  border-radius: 20px;
}
.fathername {
  color: var(--blue);
  margin-top: 15px;
  font-weight: 600;
}
.imagee h6 {
  color: var(--blue);
}
.prayerheading {
  color: var(--blue);
  margin-bottom: 0rem !important;
}

h2 {
  color: var(--blue);
  font-weight: 600 !important;
  text-align: center;
}
h4 {
  color: var(--blue);
  font-weight: 600 !important;
  text-align: center;
}
h5 {
  color: var(--blue);
  font-weight: 600 !important;
}
h1 {
  color: var(--blue)!important;
  font-weight: 600 !important;
}

.main {
  background-color: #eee;
}

@media only screen and (max-width: 850px) {
  .image img {
    margin-left: 35px;
  }
  .img-img {
    margin: 300px 0 0 0 !important;
  }
  .sample-slider img {
    width: 100%;
    height: 100%;
}
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Parish priest end~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ///////////////////////////////////CONTACTUS//////////////////////////////////////////// */

.baner {
  height: 250px;
}

.baner img {
  height: 250px;
  width: 100%;
}
h6 {
  color: #375694;
  font-weight: 600 !important;
}
.title {
  position: absolute;
  top: 155px;
  left: 525px;
  color: white;
  font-size: 100px;
  opacity: 0.6;
  display: none;
}

iframe {
  width: 100%;
}
.adress {
  font-size: 14px;
}
.thead {
  background-color: #4879bb;
  color: white;
}
/* *************************** */
.br {
  border-right: 1px solid rgba(0, 0, 0, 0.175) !important;
}

.br span i {
  position: absolute;
  left: 33px;
  top: 42px;
  font-size: 37px;
}

/* .center .br {
     background-color: #375694;
     border-radius: 5px;
 } */
.center {
  min-height: 122px;
  font-size: 14px;
}

.center .br span i {
  color: #375694;
}

.card:hover .br {
  background-color: #375694;
  border-radius: 5px;
}

.card:hover .br span i {
  color: white;
}
.address {
  margin-top: 50px !important;
}
/* form */
.position {
  position: absolute;
  width: 620px !important;
  left: 715px;
}

.position textarea {
  height: 210px !important;
  width: 575px;
}
@media only screen and (max-width: 750px) {
  .position textarea {
    height: 175px !important;
    width: 100%;
  }
  .position {
    position: static;
  }
}
.button {
  text-align: center;
}

.button button {
  background: #375694 !important;
  border: 1px solid #375694;
  border-radius: unset;
  width: 150px;
}

@media only screen and (max-width: 700px) {
  body {
    overflow-x: hidden;
  }

  .navbar-nav {
    position: absolute;
    z-index: 2;
    background-color: white;
    width: 50%;
    padding-left: 20px !important;
    top: 70px;
    left: 0;
    text-align: start;
    border-bottom: 1px solid var(--blue);
  }
  .swiper-button-next {
    display: none !important;
  }
  .swiper-button-prev {
    display: none !important;
  }

  .center .br span i {
    left: 250px;
    color: red;
    font-size: 50px;
    top: 57px;
    display: none;
  }

  .br span i {
    color: red;
    left: 310px;
  }

  .title {
    display: none;
  }

  .card:hover .br span i {
    color: black;
  }

  .card:hover .br {
    background: white !important;
  }
}

/* ...................................................................CONTACTUS END.......................... */

/* ************Weekly Newsletter*********************** */


div.gallery img {
  width: 100%;
  /*height: auto;*/
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 25%;
}
/* weekly newsletter preview css */
.gallery {
  padding: 20px;
  
}


.overlay {
  position: relative;

  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  background: black;
  cursor: pointer;
}

.content {
  position: relative;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  background: black;
  bottom: -10px;
  margin-bottom: -17px;
}

.content p {
  padding-top: 10px;
}

.gallery:hover .overlay {
  opacity: 0.8;
}
/* End weekly newsletter */

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ************************* */
.vatican .col-lg-10 .row .col-lg-6 .text-center button {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}
@media only screen and (min-width: 1920px) {
  .ado {
    width: 80%;
  }
  .item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* gallery */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
  .footerblock {
    display: flex;
  }
  .usfulinks {
    width: 50% !important;
  }
  .tow ul li:nth-child(3) {
    position: relative;
    font-size: 11px;
  }
  .one h5 {
    margin-left: -30px;
  }
  .one ul li {
    text-align: start;
  }
  .tow ul li {
    text-align: end;
  }
  .tow h5 {
    margin-right: -47px;
  }
  .lasth4 {
    font-size: 16px !important;
  }
  .lstv {
    font-size: 13px;
  }
}
/* gallery end */
.jorim {
  font-weight: bolder;
  color: var(--blue) !important;
}
#tv {
  position: relative;
  height: 186px;
  background: white;
  border-radius: 15px;
  color: white;
  border: 1px solid var(--blue) !important;
  /* box-shadow: 20px 20px rgba(0, 0, 0, 0.15); */
  transition: all 0.4s ease;
  width: 50%;
}
#tv:hover {
  box-shadow: 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  background-color: whitesmoke;
}
@media only screen and (max-width: 750px) {
  #tv {
    position: relative;
    height: 186px;
    background: white;
    border-radius: 15px;
    color: white;
    border: 1px solid var(--blue) !important;
    /* box-shadow: 20px 20px rgba(0, 0, 0, 0.15); */
    transition: all 0.4s ease;
    width: 100%;
  }
}
