@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --black: #303030;
  --lred: #c42f45;
  --dred: #9a061c;
  --green: #00b050;
  --gray: #bababa;
  --white: #f0f0f0;
}
html {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--black);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
div {
}

p {
  padding-left: 2%;
  padding-right: 2%;
}

.h1 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.h2 {
  font-size: 2.4rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
.h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.h4 {
  font-size: 1rem;
  font-weight: 300;
  text-indent: 1em;
}
.red {
  color: var(--lred);
}
.small-text {
  font-size: 8px;
  margin: 0;
}
.text-center {
  text-align: center;
}
.wrp {
  display: block;
  width: max(100%, 300px);
}
.item {
  display: block;
  max-width: 1200px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrp1 {
  border-top: 4px solid var(--dred);
  background-image: url("border-top.jpg");
  background-position: bottom left;
  background-repeat: repeat-x;
}
.hdr {
  text-align: center;
}
.hdr > img {
  margin: 25px auto;
  max-width: 300px;
}
.head {
  background-image: url("spread.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 4px solid var(--lred);
}
.head > p {
}
article {
  background-image: url("spread.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom: 4px solid var(--lred);
}
article:nth-child(3) {
  background: none;
  border-bottom: 0;
}
article:nth-child(4) {
  background: none;
}
.imgholder {
  width: 100%;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.imgholder > img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#form {
  width: 100%;
}
#form img {
}
#flexforms {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: center;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
#flexforms img {
  width: 100%;
}
.btn {
  outline: none;
  border: none;
  width: 100%;
  background-color: #4cb8e2;
  padding: 1.2rem;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.btn:hover {
  background-color: #4c56e2;
}

#flex1 {
  flex-basis: 45%;
  min-width: 300px;
}
#flex2 {
  flex-basis: 45%;
  min-width: 300px;
}
#flexforms h2 {
  width: 100%;
  text-align: center;
  color: var(--lred);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 3.4rem;
  font-weight: 700;
}
#flexforms h3 {
  width: 100%;
  text-align: center;
  color: var(--lred);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 2rem;
  font-weight: 500;
}
form span {
  color: red;
}
.fb-1 img {
  max-width: 320px;
  margin: 0 auto;
}
.contactboxwrp {
  display: block;
  position: relative;
  border: 0px dotted black;
  width: 80%;
  min-height: 100px;
  margin: auto;
  background-image: linear-gradient(
    to bottom,
    rgba(78, 98, 127, 1),
    rgba(239, 212, 92, 0.5),
    rgba(239, 212, 92, 0)
  );
}
.contactboxr {
  display: block;
  position: absolute;
  top: 20vh;
  left: 20%;
  vertical-align: middle;
  border: 0px dotted black;
  width: 60%;
  min-height: 100px;
  margin: auto;
  background-color: rgba(255, 255, 255, 1);
}
.contform {
  display: block;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  /* color: #038188; */
}
.mfield {
  display: block;
  padding: 15px 0px 15px 0px;
  margin: 0px;
  position: relative;
}
.mfield label {
  display: block;
  width: 100px;
}
.mfield input {
  display: block;
  width: calc(100% - 10px);
  max-width: 400px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  color: #333;
  background-color: transparent;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.5px;
  padding: 7px 10px;
  margin: 0 auto;
  position: relative;
}
.mfield input::placeholder {
  color: #b0b0b0;
  font: 1rem;
  border: 0;
}
.mfield input[type="image"] {
  width: 60%;
  max-width: 250px;
  border: 0;
}
.mfield span {
  position: absolute;
  font-size: 1rem;
  right: 10px;
  bottom: 30px;
}
.mfield span ion-icon {
  font-size: 1.8rem;
}
.mfield span ion-icon.error {
  color: var(--lred);
}
.mfield span ion-icon.success {
  color: seagreen;
}
/* .mfield span.error  {
    color: red;
}
.mfield span.success  {
    color: seagreen;
} */
.contok {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  color: #038188;
}
.contok p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: black;
}
.contok button {
  display: block;
  width: calc(100% - 10px);
  border: 1px solid #038188;
  background-color: #038188;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.5px;
  padding: 7px 10px;
  text-align: center;
}

.blinking {
  animation: blinkingText 1.2s infinite;
  font-size: 1.3em;
  font-weight: 500;
}
@keyframes blinkingText {
  0% {
    color: red;
  }
  49% {
    color: red;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: red;
  }
}
.wrp2tbl {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.wrp2tbl img:hover {
  cursor: pointer;
}
.wrp2tbl td {
  width: 50%;
}
.wrp2tbl td p {
  color: var(--lred);
  font-size: 2rem;
  font-weight: 700;
}
.wrp2tbl td:first-child {
  text-align: left;
}
.wrp2tbl td:last-child {
  text-align: right;
}
.chatbk {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background-color: #f0f0f0;
}
.chattbl {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.chattbl td {
  text-align: left;
  padding: 5px;
}
/* .chatbk .chattbl .image-icon  {
    max-width: 60px;
} */
.thkp {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("thp.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
.thkm {
  display: block;
  position: fixed;
  width: 60vw;
  height: 60vh;
  left: 20vw;
  top: 20vh;
}
.thkm:hover {
  cursor: pointer;
}
