.commi {
  margin-top: -10rem;
}

.rowm {
  display: flex;
}

.last {
  width: 100%;
  height: 80vh;
  margin-top: 7rem;
}


html{
	max-width:800px;
	font-size: 18px;
}

.row-last1 {
  display: flex;
  width: 100%; /* or any max width you prefer */
  max-width: 60%;
  margin-top: 4px;
  font-family: Arial, sans-serif;
  float: left;
}

.lastedit {
  width: 100%;
  margin-top: 2rem;
}

.lastimgx {
  float: left;
  width: 30%;
  height: 40%;
  display: block;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-columns {
  margin-left: 1rem;
  font-size: 0.78rem;
  float: right;
  column-count: 2;
  column-gap: 10px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  color: rgb(0, 0, 114);
  letter-spacing: 1.3px;
}

.last {
  width: 100%;
  height: 80vh;
}
.last .row-last {
  display: flex;
  width: 100%;
  height: 100%;
}
.last .row-last .row-last1 {
  width: 60%;
  height: 75%;
}
.last .row-last .row-last2 {
  margin-right: -74.7%;
  width: 380%;
  height: 100%;
}

.aboutwrap {
  font-family: Georgia, serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8f4f0;
  color: #333;
}

.pastorjew {
  width: 70%;
  margin-top: 4.5rem;
  margin-left: 15%;
}

.content {
  max-width: 900px;
  margin: -3.8rem auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff; /* Optional: background for better readability */
  border-radius: 8px; /* Optional: rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
}

h1 {
  text-align: center;
  color: #2c3e50;
}

h2 {
  margin-top: 40px;
  color: #34495e;
}

p {
  margin: 15px 0;
}

ul {
  margin: 15px 20px;
}

/* Optional: Style for blockquotes or special sections */
blockquote {
  font-style: italic;
  background-color: #e0e0e0;
  padding: 10px;
  border-left: 4px solid #3498db;
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 1400px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
}
.wrapper .logo__box img {
  width: 5rem;
  padding-left: 5rem;
}
.wrapper .nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  color: #fff;
  background-color: #2f3d7c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 5;
}
.wrapper ul {
  list-style: none;
  display: flex;
  padding-right: 100px;
}
.wrapper ul li a {
  text-decoration: none;
  color: #fff;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.wrapper ul li a:hover {
  color: #e6c547;
}
.wrapper ul li a:active {
  color: #e6c547;
}

.hero {
  width: 100%;
  height: 86vh;
  background-image: url(../images/homepic.png);
  background-position: top;
  background-size: 100%;
  position: relative;
}
.hero .weli {
  width: 100%;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 8rem;
  margin-bottom: 8rem;
  word-spacing: 20px;
}
.hero .welcome {
  width: 100%;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.hero .wording {
  width: 60%;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
}
.hero .wording .fin {
  margin-top: -50px;
}
.hero .wording .nas {
  color: #FFD700;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.ori {
  width: 100%;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  color: #FFD700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-decoration-color: #2f3d7c;
  text-decoration-thickness: 2px;
}

.large-blue {
  padding: 3px 5px;
  background-color: rgb(0, 0, 114);
  color: #FFD700;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.large-blue:hover {
  transform: scale(1.1);
}

.deco1 {
  width: 100%;
  height: 15vh;
}
.deco1 .top1 {
  width: 100%;
  height: 15vh;
  z-index: -1;
  background-color: #2f3d7c;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.deco1 .top2 {
  width: 100%;
  height: 15vh;
  background-color: rgb(0, 0, 114);
  clip-path: polygon(100% 0, 100% 44%, 100% 54%, 0 100%, 0 72%);
  margin-top: -15vh;
  z-index: 20;
}
.deco1 .top3 {
  width: 100%;
  height: 15vh;
  border: 1px solid #FFD700;
  background-color: #2f3d7c;
  clip-path: polygon(99.8% 55%, 53% 85%, 99.8% 100%);
  background-color: #FFD700;
  margin-top: -17vh;
}

.comm_card, .comm_card2, .comm_card3 {
  width: 23rem;
  height: 40rem;
  border: 1px black solid;
  background-color: rgba(0, 0, 114, 0.8);
}

.comm_card2, .comm_card3 {
  margin-left: 45px;
}

.card__img {
  width: 90%;
  height: 60%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -90px;
}

.text_card {
  width: 98%;
  height: 20%;
  border: 1px solid #FFD700;
  border-radius: 5px;
  background-color: rgb(0, 0, 114);
  /* Centering mixin or styles, if needed */
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Remove or adjust transform if layout issues occur */
  transform: translate(-50%, -100%);
  position: relative; /* ensure positioning works with transform */
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
  padding: 1rem; /* optional for spacing */
  box-sizing: border-box;
}

.para__card {
  hyphens: auto;
  color: #fff;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  line-break: normal;
  word-break: normal;
  font-family: sans-serif;
  font-size: 0.96rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  text-align: left;
  margin-top: -20px;
  margin-left: -7px;
}

.elder__pic {
  width: 70%;
}

.glass {
  background: rgba(0, 0, 255, 0.2); /* semi-transparent blue */
  border-radius: 15px;
  padding: 30px;
  width: 60%;
  height: 200px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(10px); /* blur effect */
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 1.5rem;
  margin-left: 10px;
  float: right;
}

.dialogue {
  font-size: 1rem;
  font-style: italic;
}

.logoblue__img {
  width: 35px;
}

.footer {
  display: flex;
  width: 100%;
  height: 30vh;
  background-color: rgb(0, 0, 114);
  align-items: center;
}
.footer .footer__img {
  width: 60px;
  margin-left: 5rem;
}
.footer .copy {
  color: #fff;
  margin-left: 25%;
}

.queries {
  width: 100%;
  height: 80vh;
  background-image: url(/images/queries__img.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.queries .queries_para {
  width: 60%;
  margin-left: 4%;
  font-size: 1.3rem;
  hyphens: auto;
  text-align: center;
  color: #fff;
}

.textbox__queries {
  width: 70%;
  height: 45%;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.3rem;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.textbox__queries .queries__heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #FFD700;
  text-align: center;
  text-transform: uppercase;
}
.textbox__queries .talk {
  position: relative;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -5rem;
  background-color: rgb(0, 0, 114);
  color: #FFD700;
  border-radius: 0.5rem;
}
.textbox__queries .talk:hover {
  scale: 1.1;
}

.footer {
  display: flex;
  justify-content: space-around;
}

.snav {
  font-size: 1rem;
  margin-top: -0.1rem;
  margin-left: 4rem;
  color: #fff;
  display: flex;
  text-decoration: underline;
}

.foot__list {
  font-size: 0.7rem;
  list-style: none;
  margin-top: -1.9rem;
  display: flex;
  flex-direction: column;
}
.foot__list a {
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
}

.foot__details {
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
}

.foot__contacts {
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
}

.foocontacct-group {
  margin-left: 7rem;
  display: flex;
  flex-direction: column;
}

.about-head {
  width: 99.9%;
  height: 40vh;
  background-image: url(/images/aboutpic.png);
  background-size: 100%;
  background-position: center;
  margin-top: 3.7rem;
}

.pasteri {
  margin-left: 20%;
}

.pastoroyo {
  width: 70%;
}

.tips {
  width: 100%;
  height: 40vh;
  background-image: url(/images/signpost.jpg);
  background-size: 100%;
  background-position: center;
}

.projectcard {
  width: 100%;
  height: 55vh;
  background-color: #2f3d7c;
  margin-top: 16vh;
  display: flex;
  margin-left: 2.8%;
  border: 1px solid #FFD700;
  border-radius: 5px;
}
.projectcard .imgcontainer {
  width: 40%;
  height: 90%;
  position: relative;
  top: 50%;
  left: 1%;
  transform: translate(0, -50%);
}
.projectcard .imgcontainer .project__img {
  width: 100%;
}
.projectcard .textcontainer {
  width: 60%;
  height: 80%;
  font-family: sans-serif;
  margin-left: 10%;
  background-color: white;
  border: 1px solid black;
  border-radius: 5px;
  position: relative;
  top: 50%;
  right: 1%;
  transform: translate(0, -50%);
  font-size: 1.4rem;
  padding: 10px;
}

.closer {
  width: 90%;
  height: 45vh;
  margin-left: 5%;
  display: flex;
}
.closer .left {
  width: 70%;
  height: 100%;
  background-color: #2f3d7c;
  padding: 5px;
  border: 1px solid #FFD700;
  border-radius: 5px;
}
.closer .left .textleft {
  font-family: sans-serif;
  font-size: 1rem;
  color: #fff;
}
.closer .left .why {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #FFD700;
}
.closer .cert .cert__img {
  width: 80%;
}

.shophead {
  width: 100%;
}
.shophead .shophead__t {
  font-family: sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.cards-container {
  width: 80%;
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.card {
  flex: 1 1 calc(10% - 16px);
  min-width: 120px;
  height: 200px;
  background-color: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}
.card:hover {
  scale: 1.05;
}

@media (max-width: 800px) {
  .card {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .card {
    flex: 1 1 100%;
  }
}
.imgcontainer {
  width: 99%;
  height: 45%;
}
.imgcontainer .image {
  width: 100%;
}

.detail {
  background-color: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  border: 1px solid black;
  border-radius: 3px;
}

.card-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
}

/* popup */
/* Style for the dropdown container */
/* end */
.hat-container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 30000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.hat-container .hat-det {
  width: 70%;
  height: 130vh;
  background-color: blueviolet;
  margin-left: 15%;
}
.hat-container .hat-det .pdt {
  color: #fff;
  text-align: center;
}
.hat-container .hat-det .img-row {
  width: 100%;
  height: 35vh;
  background-color: aqua;
  display: flex;
}
.hat-container .hat-det .img-row .img {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 100%;
  background-color: bisque;
  overflow: hidden;
}
.hat-container .hat-det .img-row .img .pic {
  width: 100%;
}
.hat-container .hat-det .img-row .img .pic:hover {
  scale: 1.5;
}
.hat-container .hat-det .img-row .text, .hat-container .hat-det .img-row .trash {
  width: 80%;
  height: 100%;
  background-color: brown;
  font-family: arial, sans-serif;
  word-spacing: 0.2px;
  font-size: 1rem;
}
.hat-container .hat-det .img-row .text .pdt-head, .hat-container .hat-det .img-row .trash .pdt-head {
  font-size: 1.5rem;
  text-decoration: underline;
  line-height: 0.001;
  margin-left: 5%;
  color: #fff;
}

.final-det {
  width: 80%;
  height: 60%;
  background-color: rgb(23, 185, 23);
  margin-top: 1.5rem;
  position: relative;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.final-det .dec {
  width: 100%;
  height: 100%;
  background-color: antiquewhite;
  font-family: sans-serif;
}
.final-det .dec .p-des {
  font-family: arial, sans-serif;
  word-spacing: 0.2px;
  font-size: 0.8rem;
}

.des6 {
  margin-top: -0.00009px;
}

.description-stuff, .every, .trash {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
}

.cho {
  font-weight: bold;
  margin-top: -1rem;
}

.prem, .prem1 {
  font-weight: bold;
}

.tab2ex {
  width: 100%;
  height: 80%;
  background-color: chartreuse;
  position: relative;
  top: 3rem;
  left: 0;
}

.color-row {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.color-row .kala {
  text-transform: uppercase;
  font-weight: bold;
}

.sizer {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.size {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.reach-outform {
  width: 50%;
  border: 1px solid blue;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  line-height: 0.8;
  height: 90%;
}

.low {
  font-size: 1rem;
}

.contact-row {
  width: 100%;
  height: 90vh;
  margin-top: 10rem;
  display: flex;
}
.contact-row .contact {
  margin-left: 20%;
}
.contact-row .kontact, .contact-row .reach {
  font-weight: bold;
  color: rgb(23, 23, 158);
  font-size: 2rem;
  text-align: center;
}
.contact-row .cdetails {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1;
  text-align: center;
}

.reach input {
  font-family: sans-serif;
  font-size: 1.8rem;
}

.grid-container {
  margin-top: 2rem;
  width: 70rem;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns of equal width */
  grid-template-rows: 1fr 1fr; /* Two rows of equal height */
  gap: 1em;
  grid-template-areas: "box1 box2" "box1 box3";
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.box1 {
  grid-area: box1;
  background-color: lightblue;
  width: 300px;
  height: 400px;
}

.update1 {
  width: 100%;
}

.update2 {
  width: 100%;
}

.update3 {
  width: 100%;
}

.box2 {
  grid-area: box2;
  background-color: lightcoral;
}

.box3 {
  grid-area: box3;
  background-color: lightgreen;
}

.popup {
  display: none;
  opacity: 0;
  z-index: 5000000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}
.popup .form-popup {
  width: 55%;
  height: 80%;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: blue;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.8);
}
.popup .form-popup .color-popup, .popup .form-popup .size {
  display: flex;
  font-family: sans-serif;
  font-size: 1rem;
  margin-top: -20px;
  line-height: 0.1;
}

#name, #phone, #num {
  border: none;
  border-bottom: 1px solid;
}

.color-form {
  margin-top: -0.1rem;
}

.close {
  background-color: rgb(0, 0, 255);
  color: #fff;
  font-size: 1rem;
}

.submit {
  margin-top: 2.5rem;
  font-size: 1rem;
}

.cap {
  color: blue;
}

.popup:target {
  display: block;
  opacity: 1;
  transition: opacity 3s ease;
}

.card-section .popup {
  display: none;
  opacity: 0;
}

.form-popup {
  padding: 2rem;
  border: 1px solid blue;
  border-radius: 0.5rem;
}

.cap {
  font-weight: bold;
  font-size: 1.5rem;
}

.main {
  max-width: 100%;
  height: 130vh;
  word-spacing: normal;
}
.main .pre1 {
  font-family: Mulish, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  white-space: normal;
  word-wrap: break-word; /* allow long words to break */
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: rgb(0, 0, 114);
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 50px;
}
.main .pre2 {
  width: 70%;
  hyphens: auto;
  padding: 10px;
  color: #2f3d7c;
  font-family: sans-serif;
  font-size: 1rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10rem;
}
.main .pre3, .main .h-rowlast {
  margin-top: 5rem;
  font-family: Mulish, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(0, 0, 114);
  font-size: 1.5rem;
  font-weight: 900;
}
.main .pre3-1 {
  color: #fff;
  margin-top: -18px;
  text-align: center;
}
.main .greeting {
  font-family: Mulish, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(0, 0, 114);
  font-style: italic;
}
.main .greeting {
  display: inline-block;
  color: rgb(0, 0, 114);
  text-decoration: none;
  position: relative;
  padding-bottom: 8px;
  font-weight: bold;
}
.main .greeting::before,
.main .greeting::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFD700;
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineDraw 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s forwards;
}
.main .greeting::after {
  bottom: 4px;
}
@keyframes underlineDraw {
  to {
    transform: scaleX(1);
  }
}

.page-head {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 4rem;
  color: #FFD700;
  background-color: rgba(0, 0, 0, 0.3);
}

.update-text {
  font-family: sans-serif;
  font-size: 1.1rem;
}

.update-heading {
  color: blue;
}

/*# sourceMappingURL=style.css.map */
