@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');


*{
  font-family: Poppins, sans-serif;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  display: table;
  width: 100%;
}


nav {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0px 10% 0px 10%;
  background: none;
  box-shadow: none;
}

.redfooter img {
  width: 150px;
    margin: 0px 0px 20px 0px;
}

.logo {
  height: 55px;
  width: auto;
  margin: 7.5px 0px;
}

.midbox {
  background-image: url(../img/bgd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  width: 100%;
  height: 100vh;
}

.centerbox {
  margin: 0 auto;
  left: 50%;
  top:50%;
  position: absolute;
  width: 80%;
  text-align: center;
  padding:10px;
  transform: translate(-50%, -50%);
  
}

.popup.error {
  width: 25rem;
  height: auto;
  background-color: #fafafa;
  box-shadow: 0px 1px 13rem 5rem #212121;
  border-radius: 0.25rem;
  z-index: 999;
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
}
.popup.error .message {
  background-color: #e74c3c;
  height: 7rem;
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
  position: relative;
  font-size: 0.9rem;
}
.popup.error .message:before {
  content: "\f057";
  font-family: FontAwesome;
  position: absolute;
  color: #fafafa;
  font-size: 10rem;
  opacity: 0.3;
  top: -4.5rem;
  right: -0.5rem;
}
.popup.error .message p {
  padding: 0.5rem;
  color: #fafafa;
}
.popup.error .action {
  height: 4.5rem;
  line-height: 3rem;
  width: 100%;
  position: relative;
}
.popup.error .action button {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  outline: none;
  border: 0;
  background-color: #e74c3c;
  width: 5rem;
  color: #fafafa;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  border-radius: 0.25rem;
}
.popup.error .action button:active {
  background-color: #c0392b;
}

.btn-danger {
  color: #fff;
  background-color: #1ced75;
}

.flinks {
  font-weight: 100;
}

.centerbox h1, .centerbox h2 {
  color: white;
}

h1 {
  font-size: 52px;
  margin: 0px;
}

#ti1 {
  margin-bottom: 20px;
}

h2 {
  font-size: 45px;
  font-weight: normal;
  margin: 5px 0px 25px 0px;
}

h3 {
  font-size: 20px;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

.mb-4 p {
  font-size: 18px;
}

span.typed-text {
  font-weight: bolder;
  color: #c8f9ce;
}

span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}

.container.regbox {
  background: white;
  padding: 20px 25px;
  width: 550px;
  height: auto;
  box-sizing: border-box;
  z-index: 998;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 450px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  box-shadow: 0px 0px 300px black;
  position: fixed;
  
}

ol, ul {
  padding: 0 !important;
}

nav {
  width: 100%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 1000ms;
  height: auto;
}

nav.sticky {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}

nav li {
  display: inline-block;
  padding: 0px 10px !important;
  cursor: pointer;
  margin: 10px;
}

#mlogo {
  transition: all 1000ms;
}


.redbtn {
  background: linear-gradient(180deg, rgb(241 228 100) 0%, rgb(211 131 71) 100%);
  padding: 16px 64px;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  color: white;
  font-weight: normal;
  cursor: pointer;
  transition: all 200ms;
}

.redbtn:hover {
  background: linear-gradient(90deg, rgb(241 228 100) 0%, rgb(211 131 71) 100%);
}

.btn, .btn-large {
  height: auto !important;
  font-size: 16px;
}

.btn:hover, .btn-large:hover {
  background-color: #1cc99d;
}

.closeme path {
  fill: #626262;
}

.closeme {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.closeme path:hover {
  fill: #e50b0b;
}

#openreg {
  font-size: 20px;
}

footer#universal-footer {
  background-color: rgb(0 0 0 / 70%) !important;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1ced75;
  box-shadow: 0;
}

.dropdown-content li>a, .dropdown-content li>span {
  font-size: 16px;
  color: #1ced75;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.radiobox {
  display: flex;
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.radio-tile-group .input-container {
  position: relative;
  height: 4rem;
  width: 7rem;
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
  flex-direction: column;
  width: 105px;
  height: 57px;
  border: 2px solid #1ced75;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
  text-align: center;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1ced75;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #1ced75;
  border: 2px solid #1ced75;
  color: white;
  transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #1ced75;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #1ced75;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
  visibility:visible;
}


.col.s6 > .btn {
   width: 100%;
}
.gender-male,.gender-female {
  display: inline-block;
}
.gender-female {
  margin-left: 35px;
}
radio:required {
  border-color: red;
}
.container {
  animation: showUp 0.5s cubic-bezier(0.18, 1.3, 1, 1) forwards;
}

@keyframes showUp {
  0% {
    transform: scale(0);
  }
  100% {
    transoform: scale(1);
  }
}
.row {margin-bottom: 10px;}

.nomargintop {
  margin-top: 0px !important;
}


[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  left: 25px;
  top: 17px;
  visibility: visible;
}

[type="checkbox"]+label:before {
  top: 3px
}

[type="checkbox"]+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: 20px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.mobile {
  display: none;
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
  
  body {
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-size: auto;
    background-position: 50% 25%;
  }
  
  .mobile {
    display: block;
  }
  
  .desktop {
    display: none;
  }
  
  .midbox {
    width: 100%;
    padding: 10px;
    overflow: hidden;
  }
  
  h1 {
    font-size: 30px;
  }
  
  h2 {
    font-size: 16px;
  }

  .mb-10 {
    margin-bottom: 0px !important;
  }
  
  .redbtn {
    width: 80%;
    padding: 15px 10px;
    font-size: 16px;
  }
  
  .container {
    width: 95% !important;
  }
}
































