@font-face {
  font-family: "Gothic";
  src: url("../font/CenturyGothic.woff2") format("woff2"),
    url("../font/CenturyGothic.woff") format("woff"),
    url("../font/centurygothic.ttf") format("truetype"),
    url("../font/centurygothic.otf") format("opentype"),
    url("../font/CenturyGothic.eot") format("embedded-opentype"),
    url("../font/CenturyGothic.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gothic";
  src: url("../font/CenturyGothic-Bold.woff2") format("woff2"),
    url("../font/CenturyGothic-Bold.woff") format("woff"),
    url("../font/CenturyGothic-Bold.ttf") format("truetype"),
    url("../font/centurygothic_bold.otf") format("opentype"),
    url("../font/CenturyGothic-Bold.eot") format("embedded-opentype"),
    url("../font/CenturyGothic-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}


html, body {
    font-size: 1vw;
    margin: 0;
     font-family: "Gothic", sans-serif;
    line-height: 1.5em;
}

h1,h2{
     font-family: "Gothic", sans-serif;
}
h1{
    font-size: 1.6rem;
    color: #00484d;
    text-align: center;
}
h2{
    font-size: 0.8rem;
}

.banner{
    background-color: #00484d;
}

.banner img{
    width: 12rem;
}

.section-main{
    border: 1px solid #00484d;

}

.span-text{
    font-weight: 600;
}

.form-side{
  max-width: 400px;
}

.form-side, .footer{
    background-color: #00484d;
    height: 100%;
}

.main{
    width:45rem;
    
}
.floating-text{
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.form-side img{
    width: 12rem;
}

.form-box{
    border: 1px solid white;
}


.custom-form {
  background-color: #004f51;
  border: 2px solid #fff;
  color: white;
  text-align: center;
}

.custom-form h2 {
  font-size: 0.9rem;
  font-weight: 600;
}

.custom-input {
  display: block;
  width: 100%;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.8rem;
  background-color: #67888b;
  border: 1px solid #00474d;
  font-size: 1em;
  color: white;
}

.custom-input:focus {
  outline: none;
  border: 1px solid #00474d;
}


.custom-input2{
  margin-bottom: 0.2rem;
}

.custom-input::placeholder {
  color: white;
  font-size: 0.8rem;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}

.custom-checkbox input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
  accent-color: #fff; /* Modern browsers support this */
}

.custom-checkbox label {
  color: white;
  font-size: 1em;
}

.check-text{
    font-size: 0.8rem !important;
}


.custom-button {
  width: 100%;
  padding: 0.2rem;
  background-color: #67888b;
  color: white;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.custom-button:hover {
  background-color: #5a7a7d;
}

.disclaimer {
  font-size: 0.65rem;
  color: #ccc;
  line-height: 0.9rem;
  
}

.disclaimer a {
  color: #ccc;
  text-decoration: underline;
}


@media( max-width: 1700px ) {
    body,
    html {
        font-size: 0.99vw;
    }
}

@media( max-width: 1500px ) {
    body,
    html {
        font-size: 0.94vw;
    }
}

@media( max-width: 1240px ) {
    body,
    html {
         font-size: 0.90vw;

    }
}
@media( max-width: 992px ) {
  
.main{
    width: 60rem;
}
.form-side{
  max-width: 100%;
}
}

@media( max-width: 768px ) {

  body,
      html {
          font-size: 14px;
      }
    .floating-text{
    position: static;
    transform: translateY(0%);
  }
  .main{
    width: 25rem;
  }
}

.parsley-errors-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left !important;
  font-size: 0.8em; 
}