/* .bannerimage {
  background-image: url("./images/north.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} */

* {
  box-sizing: border-box;
}

/* .ctr-body {
  width: 100%;
  margin: 0;
  padding: 0;
} */

.ctr-accordion {
  max-width: 1400px;
  width: 100%;
  height: 38vh;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  gap: 20px;
  overflow: hidden;
  margin: 10px auto;
}

@media only screen and (min-width: 320px) {
  .ctr-accordion {
    height: 10vh;
  }
}
@media only screen and (min-width: 768px) {
  .ctr-accordion {
    height: 30vh;
  }
}
.tab {
  position: relative;
  width: 40%;
  padding: 20px;
  cursor: pointer;
  transition: width 0.5s ease;
  border-radius: 25%;
}

.tab img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 25px;
}
.tab:hover img {
  opacity: 4;
}
.image-hover.hover {
  opacity: 4;
}
.tab:hover {
  width: 60%;
  /* transform: rotate(360deg);
  transition: transform 2s; */
}
.image {
  position: absolute;
  top: 14%; /* Adjust this value to vertically center the text */
  left: 23%; /*Adjust this value to horizontally center the text */
  transform: translate(-50%, -50%);
  /* font-size: 25px; */
  color: black;
  font-weight: bold;

  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); Optional text shadow */
}

.ctr-accordion:hover {
  .image {
    display: none;
  }
  .image-hover1 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 14%;
    left: 23%;
  }
}
.img {
  box-shadow: 1px 1px 50px black;
}
/* .northtext {
  display: flex;
  text-align: justify;
} */
.bullet {
  color: white;
}
footer {
  background-color: #c9c9c9;
  /* background-color: #979797; */
  color: white;
  font-size: 16px;
}
footer * {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: white;
}
.row {
  padding: 2em 1em;
}
.row.primary {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: stretch;
  height: 200px;
  margin-bottom: 50px;
  /* padding-top: 0px; */
}
.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
  min-height: 15em;
}
h3.list {
  width: 100%;
  text-align: left;
  color: #2a8ded;
  font-size: 1.6em;
  white-space: nowrap;
}
ul.list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
li.list:not(:first-child) {
  margin-top: 0.8em;
}
ul.list li.list a {
  color: #ffffff;
  text-decoration: none;
}
ul.list li.list a:hover {
  color: #2a8ded !important;
}
#phn:hover {
  color: #2a8ded !important;
}
.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}
li#list:hover {
  color: #004373 !important;
}
/* input,
button {
  font-size: 1em;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
} */
/* button {
  background-color: #2a8ded;
  color: #ffffff;
} */
div.social {
  display: flex;
  /* justify-content: space-around; */
  font-size: 2.4em;
  flex-direction: row;
  margin-top: 0.5em;
  margin-right: 10px;
}
i.social {
  padding: 5px;
  color: #373232;
}
.social i:hover {
  color: #2a8ded !important;
}
/* .row.secondary {
  display: flex;
  justify-content: space-around;
  text-align: center;
  height: 200px;
  flex-direction: row !important;
}
.row.secondary i {
  font-size: 1.8em;
  color: #2a8ded;
}
.row.secondary div {
  padding: 1em 0;
  width: 100%;
} */
/* .row.secondary div:hover {
  background-color: #25262e;
} */
.copyright {
  padding: 0.3em 1em;
  background-color: white;
}
.copyright p {
  font-size: 0.9em;
  text-align: center;
}
/* @media screen and (max-width: 850px) {
  .row.primary {
    grid-template-columns: 1fr;
  }
  .row.secondary {
    flex-direction: column;
  }
} */

/* footer {
  background-image: url("./testimonial/footer_lodyas.png");
} */
.row.copyright {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.mail {
  font-weight: 100;
  float: left;
}
#mail {
  padding-right: 0;
}
.para {
  text-align: justify;
}
#contact {
  color: #0384af;
}
#font {
  color: #373232;
}
