/*FONTS CSS
@import url('font-icons.css');
*/
@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins-Medium.ttf');
  font-style: normal;
  font-display: swap;
}


* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

:focus {
  outline: none;
}

body {
  font-size: 12px;
  font-family: 'Poppins-Medium';
  color: #ffffff;
  font-weight: normal;
  background-color: #8db634;
  margin-top: 0px;
  background: url(../images/Desktopbg.png) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

a {
  text-decoration: underline;
  outline: white;
  color: #ffffff;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}

img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  border: none;
}

p {
  line-height: normal;
  font-size: 11px;
  color: #fff;
  text-align:center;
  margin: 0;
  padding: 0;
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 1000;
  margin: 0;
  padding: 0;
  display: block;
  color: #ffffff;
}

h1 {
  font-size: 30px;
}

ul,
ul li,
ol,
ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrapper
{
  width:100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 1.7vmin;
  position: relative;
  font-family: 'Poppins-Medium';
  font-size: 1.5rem;
}

.input-group {
  float: left;
  width: 100%;
  position: relative;
  font-family: 'Poppins-Medium';
  font-size: 1.5rem;
  border: 1px solid #ffa33d;
  border-radius: 8px;
}


.input-group2 {
  float: left;
  width: 100%;
  position: relative;
  font-family: 'Poppins-Medium';
  font-size: 1.5rem;
  /* border: 1px solid #ffa33d; */
  border-radius: 8px;
}

select,
select option {
  width: 100%;
  box-sizing: border-box;
/*   -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none; */
  border-radius: 0;
}

.form-control {
  float: left;
  width: 100%;
  font-size: 3vmin;
  outline: medium none;
  height: 8vmin;
  color: #000000;
  border: 0;
  border: 0.22vmin solid #1e1e1c;
  background: transparent;
  line-height: 4.8vmin;
  padding: 0 1vmin;
  transition: all 0.4s ease 0s;
  border-radius: 0;
}

.form-control:focus {
  /* outline: none; */
  outline-color: #fddf91;
  transition: all 0.3s ease 0s;
}

.input-label {
  float: left;
  width: 100%;
  margin-bottom: .4vmin;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 1.6vmin;
}

/*Checkbox and Radio Box Css*/
.check-label {
  float: left;
  flex: 1;
  color: #000000;
  font-size: 1.8vmin;
  font-weight: 400;
  padding-left: 1vmin;
}

.check-label a {
  color: #ffffff;
}

.radio-group-btn {
  display: flex;
  align-items: center;
}

input[type=radio] {
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  height: 2vmin;
  width: 4vmin;
}

input[type=radio]:checked {
  border-radius: 50%;
  background: #b52026;
  content: '';
  height: 2vmin;
  width: 4vmin;
  margin: auto auto;
  right: 0;
  bottom: 0;
}

.radio-group-btn .input-label {
  margin-bottom: 0;
  width: auto;
  margin-right: 20px;
}

.radio-group-btn .input-group {
  text-align: center;
  font-size: 1.8vmin;
  color: #000000;
  width: auto;
  margin-right: 2.5vmin;
}

.select-group:after {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  right: 1.5vmin;
  content: '\e9bd';
  font-family: 'icon';
  pointer-events: none;
  font-size: 1.8vmin;
  color: #000000;
  z-index: 2;
}

.logodisplay {
  width: 20%;
}

.custom-select {
  display: inline-block;
  position: relative;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.select-span {
  float: left;
  width: 100%;
  font-size: 16px;
  outline: medium none;
  height: 48px;
  color: #000000;
  border: 0;
  border: 2px solid #818e96;
  background: transparent;
  line-height: 44px;
  padding: 0 10px;
  transition: all 0.4s ease 0s;
  font-family: 'MyriadPro-Bold';
  border-radius: 4px;
  position: relative;
}

.custom-select select {
  border: 0;
  font-size: 14px;
  padding: 0 30px 0 6px;
  height: 100%;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
}

.custom-select .select-span {
  padding-right: 14px;
  padding-top: 3px;
}

.custom-select .is-filled+.select-span {
  border-color: #041d2d;
}

.custom-select select option {
  color: #000000;
}

.custom-select:after {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  right: 12px;
  content: '\e9bd';
  font-family: 'icon';
  pointer-events: none;
  font-size: 14px;
  color: #000000;
  padding-top: 2px;
}

.invalid-code .select-span {
  border-color: #ed1c24;
}

.invalid-code .custom-select:after {
  right: 42px;
}

/*NORMAL CSS*/
::selection {
  background: #8db634;
  color: #000000;
}

::-moz-selection {
  background: #0067ab;
  color: #000000;
}

.container {
  margin: 0 auto;
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.event-none {
  pointer-events: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*BUTTON CSS*/
.btn {
  display: inline-block;
  padding: 10px 14px;
  text-align: center;
  color: #7b0000;
  font-family: 'Poppins-Medium';
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 0;
  background: #f9f9f9;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 0;
  cursor: pointer;
}

.primary-btn {
  background: #1e1e1c;
  color: #fff;
  width: 100%;
}

.secondry-btn {
  background: #8935c0;
  color: #fff;
  width: 100%;
}

.icon {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}

.block {
  float: left;
  width: 100%;
}

/*Register Page CSS*/
.form-container {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.register-content .form-inner {
  margin-top: 2rem;
}

.form-inner {
  float: left;
  width: 100%;
  max-width: 60vmin;
  margin-top: 2rem;
}

.form-title {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

.form-title-label {
  float: left;
  width: 100%;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  line-height: 1em;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #dddddd;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.53);
}

input[type=checkbox] {
  transform: scale(2);
  border: 1px solid #fff;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: scale(1.5);
  background-color: white;
}

input[type='checkbox']::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

input[type='checkbox']:checked::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  border: 0px;
  border-radius:5px;
  background-color: white;
}

.mainhead1 {
  font-size: 3.2rem;
  color: white;
  margin-top: 0.5rem;
  -ms-transform: rotate(1.5deg);
  /* IE 9 */
  transform: rotate(1.5deg);
}

.subbtn {
  color: red;
  width: 100%;
  font-size: 2rem;
  background-color: #006939;
  margin-top: 2rem;
}

.marginbtm-10
{
  margin-bottom:10%
}

.button-bar {
  float: left;
  width: 100%;
  padding: 8px;
}

.button-container {
  margin: 0 -4px;
}

.button-bar-outer {
  float: left;
  width: 100%;
  display: flex;
}

.full-btn-bar .button-bar-outer {
  flex-wrap: wrap;
}

.full-btn-bar .button-bar-outer .col {
  width: 100%;
  flex: inherit;
  margin-bottom: 8px;
}

.full-btn-bar .button-bar-outer .col:last-child {
  margin-bottom: 0;
}

.button-bar-outer .col {
  flex: 1;
  padding: 0 4px;
}

.button-bar-outer .btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-bar.full-btn {
  padding-left: 0;
  padding-right: 0;
}

.full-btn .button-bar-outer .col {
  padding: 0;
}



.nostylebtn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.plabel {
  font-size: 1.3rem;
  color: #ffffff;
}

.plabel1 {
  font-size: 2rem;
  color: #000;
}

.ticket {
  width: 100%;
  text-align: center;
  float: right;
  padding: 1rem 0.2rem;
  height: 38vmin;
  background-image: url('../images/ticket.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.ticket1 {
  width: 100%;
  text-align: center;
  float: right;
  padding: 1.2rem 1rem;
  height: 8%;
  background-color: white;
  margin-top: 20px;
}

.textdiv {
  margin-left: 20%;
  margin-top: 10%;
  padding: 5px;
}

.tablesmall {
  margin: auto;
}

.column1 {
  float: left;
  width: 7%;
  padding: 10px;
  height: auto;
}

.column2 {
  float: left;
  width: 90%;
  padding: 10px;
  padding-left: 20px;
  padding-top: 5px;
  height: auto;
}

.terms {
  color: white;
  font-size: 1.5rem;
  /* margin-left: 0.5rem; */
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.tpvector
{width:15%;}

.marintopnegative
{
	margin-top:-10%;
}


@media (max-device-width: 1159px) and (orientation: portrait) {
  .logodisplay {
    width: 50%;
  }

  h1 {
    font-size: 27px;
  }

  .cam {
    font-size: 35px;
  }
  .terms {
    color: white;
    font-size: 1.3rem;
    /* margin-left: 0.5rem; */
  }
  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }

  .cambtn {
    font-size: 1.5rem;
    font-weight: 100;
    color: #494747;
    margin-top: 0px;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  body {
    background-size: cover;
    background-color: #8db634;
    background: url(../images/mobilebg.png) no-repeat fixed;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    background-size: 100% 100%;
    height: 100%;
    background-position: center;
  }
}

@media (max-device-width: 799px) and (orientation: portrait) {
  .wrapper
{
  width:100%;
}
  .logodisplay {
    width: 100%;
  }

  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }

  .cambtn {
    font-size: 1.5rem;
    font-weight: 100;
    color: #494747;
    margin-top: 0px;
  }

  h1 {
    font-size: 27px;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1.3rem;
    /* margin-left: 0.5rem; */
  }

  body {
    background-size: cover;
    background-color: #8db634;
    background: url(../images/mobilebg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }

  .form-inner {
    margin-top: 0rem;
  }

  .form-container {
    align-items: flex-start;
  }

  .thankyoupage-form-title {
    margin: 2rem 0 2rem 0;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .subbtn {
    color: yellow;
    font-size: 2rem;
    background-color: gold;
    margin-top: 2rem;
  }

  .upibtn {
    width: 30%;
    padding: auto;
    text-align: center;
    float: right;
    height: 5vmin;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ffa33d;
    border-radius: 8px;
  }

  .ticket {
    width: 100%;
    text-align: center;
    float: right;
    padding: 0.4rem 0.2rem;
    height: 45vmin;
    background-image: url('../images/ticket.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
  }

  .textdiv {
    margin-left: 20%;
    margin-top: 8%;
    padding: 5px;
  }

  .ticket1 {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1rem 0.2rem;
    height: 15vmin;
    background-color: white;
    margin-top: 20px;
  }

  input[type=radio] {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    height: 4vmin;
    width: 4vmin;
  }

  input[type=radio]:checked {
    border-radius: 50%;
    background: #b52026;
    content: '';
    height: 4vmin;
    width: 4vmin;
    margin: auto auto;
    right: 0;
    bottom: 0;
  }
}

@media (max-device-width:767px) and (orientation: portrait) {
  .logodisplay {
    width: 60%;
  }
  .tpvector
{width:50%;}
.marintopnegative
{
	margin-top:-20%;
}



  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }


  .cambtn {
    font-size: 1.5rem;
    font-weight: 100;
    color: #494747;
    margin-top: 0px;
  }

  h1 {
    font-size: 27px;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1.3rem;
    /* margin-left: 0.5rem; */
  }

  .btn-bar .btn {
    height: 12vmin;
    max-width: 74vmin;
    font-size: 5vmin;
  }

  .btn-bar {
    margin-top: 6vmin;
  }

  .form-inner {
    max-width: 100%;
    padding: 0 7vmin;
    padding-bottom:100px;
  }

  .form-title-label {
    font-size: 2.5rem;
    color: white;
  }

  .mainhead1 {
    font-size: 3rem;
    color: white;
    margin-top: 0.5rem;
    -ms-transform: rotate(1.5deg);
    /* IE 9 */
    transform: rotate(1.5deg);
  }

  .form-control {
    height: 14vmin;
    line-height: 9.8vmin;
    padding: 1.1rem 1rem;
    font-size: 1.3rem;
    border: none;
    border-radius: 7px;
  }

  .form-control::placeholder {
    font-family: 'Poppins-Medium';
    font-size: 1.3rem;
    margin: 10px;
    color: #5e5b5b;
  }

  .select-group:after {
    font-size: 3.8vmin;
    right: 3vmin;
  }

  .input-label {
    font-size: 3.2vmin;
  }

  .button-bar-outer .btn {
    height: 12vmin;
  }

/*   .form-title {
    margin-bottom: 3vmin;
  } */

  .checkbox label {
    height: 5vmin;
    width: 5vmin;
  }

  .checkbox input[type=radio]:checked+label:after {
    height: 2.5vmin;
    width: 2.5vmin;
  }

  .checkbox input:checked+label:after,
  .checkbox label.active:after {
    font-size: 2.6vmin;
  }

  .check-label {
    font-size: 1.5rem;
  }

  .form-group {
    margin-bottom: 3vmin;
  }

  .form-container .form-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .congrats-content .container {
    width: 90vmin;
  }

  .title-label {
    font-size: 8vmin;
  }

  .title-pre {
    font-size: 5vmin;
  }

  .thankyoupage-form-title {
    margin: 5.5rem 0 5.5rem 0;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .subbtn {
    color: yellow;
    font-size: 2rem;
    background-color: #006939;
    margin-top: 2rem;
  }

  .upibtn {
    width: 30%;
    padding: auto;
    padding-top: 10px;
    text-align: center;
    float: right;
    height: 14vmin;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ffa33d;
    border-radius: 8px;
  }

  .ticket {
    width: 100%;
    text-align: center;
    float: right;
    padding: 0.4rem 0.2rem;
    height: 45vmin;
    background-image: url('../images/ticket.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
  }

  .textdiv {
    margin-left: 17%;
    margin-top: 5%;
    padding: 10px;
  }

  .ticket1 {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1.3rem 0.2rem;
    height: 15vmin;
    background-color: white;
    margin-top: 20px;
  }

  input[type=radio] {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    height: 4vmin;
    width: 4vmin;
  }

  input[type=radio]:checked {
    border-radius: 50%;
    background: #b52026;
    content: '';
    height: 4vmin;
    width: 4vmin;
    margin: auto auto;
    right: 0;
    bottom: 0;
  }
}

@media (max-device-width:390px) and (orientation: portrait) {
  .logodisplay {
    width: 75%;
  }
  
  .tpvector
{width:40%;}


  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }

  .cambtn {
    font-size: 1.5rem;
    font-weight: 100;
    color: #494747;
    margin-top: 0px;
  }

  h1 {
    font-size: 22px;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1.3rem;
    /* margin-left: 0.5rem; */
  }
  .form-container {
    /* height: inherit; */
    margin-top: 10px;
   /*  height: 200px; */

  }

  .full-screen-wrap {
    position: static;
  }

  .thankyoupage-form-title {
    margin: 3rem 0 3rem 0;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .subbtn {
    color: yellow;
    font-size: 1.4rem;
    background-color: #006939;
    margin-top: 2rem;
  }

  .ticket {
    width: 100%;
    text-align: center;
    float: right;
    padding: 0.4rem 0.2rem;
    height: 45vmin;
    background-image: url('../images/ticket.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
  }

  .textdiv {
    margin-left: 17%;
    margin-top: 4%;
    padding: 8px;
  }

  .ticket1 {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1rem 0.2rem;
    height: 15vmin;
    background-color: white;
    margin-top: 20px;
  }

  .tablesmall {
    margin: auto;
  }
}

@media (max-device-width:812px) and (orientation: landscape) {
  .form-container {
    margin-top: inherit;
    height: 200px;
  }

  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }
  
  .cambtn {
    font-size: 1.5rem;
    font-weight: 100;
    color: #494747;
    margin-top: 0px;
  }

  h1 {
    font-size: 27px;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1.3rem;
  }

  .column1 {
    float: left;
    width: 15px;
    padding: 10px;
    height: auto;
  }

  .column2 {
    float: left;
    width: 280px;
    padding: 10px;
    padding-left: 20px;
    padding-top: 5px;
    height: auto;
  }

  .full-screen-wrap {
    position: static;
  }

  .form-container .form-wrap {
    padding: 6vmin 0;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .subbtn {
    color: yellow;
    font-size: 1.5rem;
    background-color: #006939;
    margin-top: 2rem;
  }
}