@font-face {
  font-family: "MPLUSRounded";
  src: url("../../FONTS/Nunito/Nunito-Bold.woff2") format("woff2"),
       url("../../FONTS/Nunito/Nunito-Bold.ttf") format("truetype");
}

html,
body {
  font-family: "MPLUSRounded";
  padding: 0 0 0 0;
  margin: 0;
  height: 100%;
  color: #017c86;
  text-shadow: 1px 1px 0px #ffffff;
  overflow: hidden;
}

#background {
  background: url(../../IMAGES/MMV/backgroundright.png) right 85% no-repeat,
    url(../../IMAGES/MMV/backgroundleft.png) left 15% no-repeat,
    url(../../IMAGES/MMV/background.png) center top no-repeat;
  background-size: 85% auto, 45% auto, auto 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  text-align: center;
  overflow: hidden;
}

#content {
  text-align: center;
  margin: 0 10px;
  max-width: 800px;
  z-index: 999;
}

#logo {
  content: url(../../IMAGES/MMV/logo.png);
  width: 48%;
  margin-top: 3%;
  animation: float 3s ease-in-out infinite;
}

h1,
h4 {
  margin: 0;
  font-weight: 900;
}

@media (max-width: 375px) {
  h1 {
    font-size: 1.5em;
  }
}

.form,
form {
  margin-top: 1%;
  text-align: center;
  width: 100%;
  z-index: 1000;
}

.form button,
.form input,
.form div,
form input,
form div {
  margin: 1% auto;
}

input {
  font-family: "MPLUSRounded";
  text-align: center;
  border: solid 3px #00cedf;
  border-radius: 6vh;
  height: 6vh;
  width: 80%;
  line-height: 40px;
}

input[type="checkbox"] {
  width: auto;
  height: 15px;
  min-width: auto;
}

input::placeholder {
  color: #00cedf;
  letter-spacing: 1px;
  font-weight: bold;
}

button {
  background: url(../../IMAGES/MMV/button.png) no-repeat;
  background-size: 100% 100%;
  min-height: 100%;
  width: 100%;
  border: none;
  color: white;
  font-family: "MPLUSRounded";
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: bolder;
}
.btn {
  background: url(../../IMAGES/MMV/button.png) no-repeat;
  background-size: 100% 100%;
  min-height: 100%;
  border: none;
  color: white;
  font-family: "MPLUSRounded";
  letter-spacing: 1px;
  font-weight: bolder;
  margin: 1% auto;
  padding: 5px 10px;
  display: block;
  width: fit-content;
}

.w-80 {
  width: 80%;
}

span {
  word-wrap: break-word;
}

.button {
  width: calc(80% + 6px + 2px);
  height: calc(6vh + 6px + 2px);
}

.images {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 5% 0;
}

.elipse {
  content: url(../../IMAGES/MMV/elipse.png);
  position: fixed;
  animation: pulse;
  animation-iteration-count: infinite;
  display: none;
}

.far {
  width: 15%;
  left: 5%;
  bottom: 33%;
  animation-duration: 3s;
  animation-delay: -2s;
}
.middle {
  width: 17%;
  left: 5%;
  bottom: 15%;
  animation-duration: 3s;
  animation-delay: -1s;
}
.close {
  width: 20%;
  right: 0%;
  bottom: 1.5%;
  animation-duration: 3s;
}
.farw {
  display: none;
}
.middlew {
  display: none;
}
.closew {
  display: none;
}

footer {
  margin-bottom: 7.5%;
  bottom: 5px;
  position: fixed;
  width: 100%;
}

.page-wrap,
#footer > .container {
  z-index: 1;
  position: relative;
}

small {
  font-size: 0.55em;
  letter-spacing: 0.5px;
  font-weight: lighter;
  color: #364956;
}

a {
  text-decoration: none;
  color: #364956;
}

/* overwrite intl-tel-input style */
.intl-tel-input {
  width: 100% !important;
  max-width: 450px;
}
.intl-tel-input input {
  width: calc(80% + 6px + 2px) !important;
  height: calc(6vh + 6px + 2px);
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  left: 35px !important;
  /* half of input box padding-right  */
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 375px) and (min-height: 812px) and (max-height: 1023px) {
  form {
    /* margin-bottom: 10%; */
  }
}
input {
  font-size: 1.5em;
}
/*smaller input font size on mobile*/
@media (max-width: 500px) {
  input {
    font-size: 4vw;
  }
}
@media (min-width: 500px) {
  #background {
    background-size: 70% auto, 40% auto, auto 100%;
  }
  .far {
    display: none;
  }
  .middle {
    left: 5%;
    bottom: 15%;
  }
  .close {
    width: 12%;
    right: 15%;
    bottom: 3%;
  }

  #logo {
    width: 30%;
  }

  .intl-tel-input input {
    width: calc(50% + 6px + 2px) !important;
    min-width: 408px;
  }

  .button {
    width: calc(50% + 6px + 2px);
    min-width: 408px;
  }

  input {
    width: 50%;
    min-width: 400px;
  }
}

@media (min-width: 769px) {
  #background {
    background: url(../../IMAGES/MMV/backgroundrightw.png) right 25% no-repeat,
      url(../../IMAGES/MMV/backgroundleftw.png) left top no-repeat,
      url(../../IMAGES/MMV/backgroundw.png) center top no-repeat;
    background-size: 50% auto, 45% auto, cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    overflow: hidden;
  }
  .far {
    left: 15%;
    display: block;
  }
}

@media (min-width: 1025px) {
  #background {
    background: url(../../IMAGES/MMV/backgroundrightw.png) right 5% no-repeat,
      url(../../IMAGES/MMV/backgroundleftw.png) left top no-repeat,
      url(../../IMAGES/MMV/backgroundw.png) center top no-repeat;
    background-size: 40% auto, 32% auto, cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    overflow: hidden;
  }

  .far {
    width: 6.5%;
    left: 30%;
    bottom: 47%;
    animation-duration: 6s;
    animation-delay: -4s;
  }
  .middle {
    width: 10%;
    left: 53%;
    bottom: 21%;
    animation-duration: 6s;
    animation-delay: -2s;
  }
  .close {
    width: 9%;
    right: 5%;
    bottom: 5%;
  }

  .farw {
    display: block;
    width: 11%;
    left: 3%;
    bottom: 25%;
    animation-duration: 6s;
    animation-delay: -4s;
  }
  .middlew {
    display: block;
    width: 7%;
    left: 22%;
    bottom: 20%;
    animation-duration: 6s;
    animation-delay: -2s;
  }
  .closew {
    display: block;
    width: 9%;
    left: 9%;
    bottom: 5%;
    animation-duration: 6s;
  }

  #logo {
    width: 17%;
    margin-top: 2%;
  }

  .intl-tel-input input {
    width: calc(30% + 6px + 2px) !important;
  }

  .button {
    width: calc(30% + 6px + 2px);
  }

  input {
    width: 30%;
  }

  footer {
    margin-bottom: 1%;
  }

  form input,
  form div {
    margin: 0.5% auto;
  }

  .images {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% 0;
  }
}

.outline {
  -webkit-text-stroke: 1px #9fd0f2;
}

@keyframes float {
  0% {
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.3));
    transform: translatey(0px);
  }
  50% {
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.1));
    transform: translatey(-5px);
  }
  100% {
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.3));
    transform: translatey(0px);
  }
}

/* paypal spinner style  */
.spinner.loading {
  display: none;
  padding: 50px;
  position: relative;
  text-align: center;
}

.spinner.loading:before {
  content: "";
  height: 30px;
  width: 30px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation 0.7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* other paypal styles */
.claim_btn {
  text-transform: capitalize;
  padding: 10px 50px;
  width: auto;
  height: auto;
  font-size: 18px;
  margin-top: 50px;
  min-height: auto;
}

#paypal-button-container {
  margin-top: 10px;
}
