#register {
  position: relative !important;
  overflow: hidden !important;

  width: 100vw;
}

/* register - form */

.reg-form {
  /* margin-top: 100px; */
  color: #000;
  width: 100%;
  height: auto;
  box-sizing: border-box;

  font-family: "Roboto", sans-serif;
}

.form-desc {
  width: 41%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.form-desc h2 {
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
  font-size: 4.5vw;
}

.iti__country-list {
  width: 20vw;
}

@media (max-width: 768px) {
  .iti__country-list {
    width: auto !important;
  }
}

.iti__country-list::-webkit-scrollbar {
  width: 2px !important;
  height: 2px !important;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: #000616 !important;
  border-radius: 5px !important;
}

.form-desc img {
  width: auto;
  height: 400px;
}

.reg-box {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  /* padding: 50px; */
  justify-content: space-between;
}
.register-form {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.reg-box * {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .reg-box {
    flex-direction: column;
    padding: 50px 20px;
  }

  .form-desc,
  .register-form {
    width: 100%;
  }
}

.sub-btn {
  border-radius: 20px;
  /* border: 2px solid #000; */
  margin: 20px 0;
}
.sub-btn:hover {
  /* background-color: #06f4da; */
}

.sub-btn {
  background-image: linear-gradient(
    to right,
    #1d2b64 0%,
    #06f4da 51%,
    #1d2b64 100%
  );
  margin: 20px !important;
  padding: 15px 45px !important;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s !important;
  background-size: 200% auto;
  color: white !important;
  box-shadow: 0 0 20px #eee !important;
  border-radius: 20px !important;
  display: block;
}

.sub-btn-outline {
  margin: 20px !important;
  padding: 15px 45px !important;
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s !important;
  background-size: 200% auto;
  color: #000 !important;
  box-shadow: 0 0 20px #eee !important;
  border-radius: 20px !important;
  display: block;
  border: 2px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to left, #1d2b64 0%, #06f4da 51%, #1d2b64 100%);
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  /* box-shadow: 0 0 20px #eee; */
}

.sub-btn-outline:hover {
  background-position: right center;
}

.sub-btn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.check-select .mb-2 label {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* background-color: #42b4d6; */
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  color: #000;
  padding: 0.5em;
  cursor: pointer;
  border: 2px solid transparent;

  background: linear-gradient(white, white) padding-box,
    linear-gradient(to left, #1d2b64 0%, #06f4da 51%, #1d2b64 100%);

  text-align: center;
}

.check-select .mb-2 label:hover {
  background-position: right center;
}

.check-select .mb-2 input[type="checkbox"] ~ label {
  transition: 0.5s;
  background-size: 200% auto;
  color: #000;
  box-shadow: 0 0 20px #eee;
}

.check-select .mb-2 input[type="checkbox"] {
  display: none;
}

.check-select .mb-2 input[type="checkbox"]:checked ~ label {
  background-image: linear-gradient(
    to right,
    #1d2b64 0%,
    #06f4da 51%,
    #fff 100%
  );
  background-position: center;
  color: #000;
}

.register-detail p {
  margin: 5px 0 !important;
}

.register-detail * {
  text-align: left !important;
}

.note {
  color: red;
}

/* --- material floating label --- */

.form-group {
  display: flex;
  height: 55px;
  width: 100%;
  margin: 0 auto;
}

.control-label {
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  line-height: 29px;
}

.form-group.focused .control-label {
  opacity: 1;
  transform: scale(0.75);
  color: #2196f3;
}

.iti__flag-container {
  opacity: 0;
  transition: ease-in 240ms;
  width: 100%;
  /* pointer-events: none; */
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.gplag {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 100%;
  padding-left: 0 !important;
  border: none !important;
}

.form-group.focused .iti__flag-container {
  width: 100%;
  opacity: 1;
}

.form-control {
  align-self: flex-end;
}

.form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
  transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}

.intl-tel-input,
.iti {
  width: 100%;
  height: 65% !important;
  bottom: -17px !important;
}

/* CSS from Bootstrap Start */
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-m a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
textarea,
textarea.form-control,
input.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
[type="text"].form-control,
[type="password"].form-control,
[type="email"].form-control,
[type="tel"].form-control,
[contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
[type="text"].form-control[disabled],
[type="password"].form-control[disabled],
[type="email"].form-control[disabled],
[type="tel"].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="number"][readonly],
[type="text"].form-control[readonly],
[type="password"].form-control[readonly],
[type="email"].form-control[readonly],
[type="tel"].form-control[readonly],
[contenteditable].form-control[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}
textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="email"].input-sm,
input[type="number"].input-sm,
[type="text"].form-control.input-sm,
[type="password"].form-control.input-sm,
[type="email"].form-control.input-sm,
[type="tel"].form-control.input-sm,
[contenteditable].form-control.input-sm {
  font-size: 12px;
}
textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type="text"].input-lg,
input[type="password"].input-lg,
input[type="email"].input-lg,
input[type="number"].input-lg,
[type="text"].form-control.input-lg,
[type="password"].form-control.input-lg,
[type="email"].form-control.input-lg,
[type="tel"].form-control.input-lg,
[contenteditable].form-control.input-lg {
  font-size: 17px;
}
select,
select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  -webkit-background-size: 13px 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
  line-height: 1.5;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}
select.input-sm,
select.form-control.input-sm {
  font-size: 12px;
}
select.input-lg,
select.form-control.input-lg {
  font-size: 17px;
}
select:focus,
select.form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}
select[multiple],
select.form-control[multiple] {
  background: none;
}
/* CSS from Bootstrap End */

#thank_you {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.545);
  z-index: -500;
  color: #000;
  /* display: none; */
  opacity: 0;
  pointer-events: auto;

  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

#thank_you.show {
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
  /* display: none; */

  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.popup {
  position: absolute;
  left: 50%;
  max-width: 90vw;
}
.popup {
  display: flex;
  justify-content: space-around;
  background: #06f4da;
  padding: 25px;
  border-radius: 20px;
  top: -150%;
  height: 60vh;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.popup img {
  margin-right: 20px;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.popup.show {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}
.popup :is(.eader, .icons, .field) {
  display: flex;
  align-items: flex-start;
  align-items: center;
  /* height: 100%; */
  justify-content: space-between;
}

.aw-ty .popup :is(.eader, .icons, .field) {
  display: flex;
  align-items: flex-start;
  /* height: 100%; */
  justify-content: space-between;
}
.popup .Aw-t {
  display: flex;
  height: 50vh;
  width: 100%;
  align-items: center;
  justify-content: center;
}
/* .popup .Aw-t span{
    color: #000616 !important;
  } */
.popup .eader {
  padding-bottom: 15px;
  /* border-bottom: 1px solid #ebedf9; */
}
.eader span {
  color: #000;
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;

  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
}
.eader .closep,
.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.eader .closep {
  color: #000;
  font-size: 26px;
  background: #f2f3fb;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.eader .close:hover {
  background: #ebedf9;
}
.popup .content {
  margin: 20px 0;
}
.popup .icons {
  margin: 15px 0 20px 0;
  padding-left: 0;
}
.content p {
  font-size: 24px;
  color: #1c1c1c;
  /* max-width: 240px; */
  line-height: 28px;
  font-family: "Roboto", sans-serif;
}
.content .icons a {
  height: 100px;
  width: 100px;
  font-size: 34px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i {
  transition: transform 0.3s ease-in-out;
}

.icons a:hover i {
  transform: scale(1.2);
  color: #fff;
}
.content .field {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active {
  border-color: #7d2ae8;
}
.field i {
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i {
  color: #7d2ae8;
}
.field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button {
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field button:hover {
  background: #8d39fa;
}

@font-face {
  font-family: MonumentExtended-Regular;
  src: url(../fonts/MonumentExtended-Regular.ttf);
  /* font-weight: normal ; */
}

.con-f {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  /* height: 100vh; */
  margin-bottom: 100px;
}

/* .fls h1{
    font-family: MonumentExtended-Regular, sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 30px;
  } */

.error input {
  /* border: 2px solid red; */
  /* background-color: red; */
  box-shadow: inset 0 -1px 0 red !important;
}
.error .control-label {
  color: red !important;
}

#nom-det {
  width: 100%;
  height: 100%;
  /* background-color:#fff; */
  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* margin-top: 100px; */
}

.crit-main {
  width: 100%;
  height: 100%;
  /* background-color:#fff; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-top: 100px;
}

#nom-det .aw-main {
  color: #000 !important;
}

#nom-det .button-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* background-color:#fff; */
  padding: 20px 0;
  gap: 20px;
}

#nom-det .button-wrap a {
  width: 23% !important;
}

#nom-det .button-wrap2 {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* background-color:#fff; */
  padding: 20px 0;
  gap: 20px;
}

#nom-det .button-wrap2 a {
  width: 23% !important;
}

#nom-det .button-wg {
  /* display:inline-block;
    width:100px;
    height:50px;
    background-color:blue;
    color:#000000;
    line-height:50px;
    text-align:center;
    text-decoration: none; */

  display: inline-block;
  width: 100%;
  height: 100%;
  /* background-color: #42b4d6; */
  border-radius: 20px;
  font-family: "Roboto", sans-serif;

  color: #000;
  padding: 0.5em;
  cursor: pointer;
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to left, #1d2b64 0%, #06f4da 51%, #1d2b64 100%);
  text-align: center;

  transition: 0.5s;
  background-size: 200% auto;
  /* box-shadow: 0 0 20px #eee; */
}

#nom-det .button-wg2 {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* background-color: #42b4d6; */
  border-radius: 20px;
  font-family: "Roboto", sans-serif;

  color: #000;
  padding: 0.5em;
  cursor: pointer;
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to left, #1d2b64 0%, #06f4da 51%, #1d2b64 100%);
  text-align: center;

  transition: 0.5s;
  background-size: 200% auto;
  /* box-shadow: 0 0 20px #eee; */
}

#nom-det a:hover {
  background-position: right center;
}

#nom-det a.active {
  background-image: linear-gradient(
    to right,
    #1d2b64 0%,
    #06f4da 51%,
    #fff 100%
  );
  background-position: center;
  color: #000616;
}

#nom-det a.actived {
  background-image: linear-gradient(
    to right,
    #1d2b64 0%,
    #06f4da 51%,
    #fff 100%
  );
  background-position: center;
  color: #000616;
}
#nom-det .content {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-top: 30px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

#nom-det .content h3 {
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0;
  color: #51f575;
}

#nom-det .content p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  /* font-size: 1rem; */

  color: #000;
}

#nom-det .content li {
  font-size: 20px;
}

#nom-det .content .con-d {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

#nom-det div[class*="content-"] {
  display: none;
}

#nom-det div.active {
  display: block;
}

#nom-det div.actived {
  display: block;
}

.aw-main {
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #ffecb1 !important;
}

@media (max-width: 768px) {
  .spon-con {
    flex-direction: column !important;
    align-items: center !important;
  }

  .news-img {
    height: auto !important;
  }

  .aw-st {
    font-size: 0.8rem;
  }

  .aw-hding {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .aw-main {
    font-size: 1.2rem !important;
  }

  .aw-list ul li {
    min-width: 50%;
    font-family: "Roboto", sans-serif;
    color: #ffecb1 !important;
    text-align: left;
    font-size: 0.8rem;
  }

  .aw-cat {
    position: fixed;
    top: 50vh !important;
    left: 0;
    background-image: url(./images/awards\ categories-01.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh;
    z-index: 1;
    background-repeat: no-repeat;
  }

  #Categories article {
    height: 60vh !important;
  }
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #form {
    background-color: #fff;
  }

  #nominate {
    background-color: #fff;
  }

  .check-select .mb-2 label {
    font-size: 14px !important;
    font-weight: 500;
  }

  .check-select .col-4 {
    width: 50%;
  }
  .check-select div {
    padding-left: 0 !important;
  }
  .form-desc h2 {
    font-size: 38px !important;
  }

  .form-desc img {
    width: 100% !important;
    height: auto !important;
    max-height: 400px;
  }

  .oth-h h1 {
    font-family: Hanson, sans-serif;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    padding-bottom: 12px;
    /* margin: 0 20px; */
  }

  .oth-h2 h1 {
    font-family: Hanson, sans-serif;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
    font-size: 45px !important;
    font-weight: 400;
    line-height: 55px;
    padding-bottom: 12px;
    /* margin: 0 20px; */
  }

  .row-s {
    gap: 1rem;
    padding: 0 !important;
  }

  .Wm .card {
    width: 45% !important;
  }

  .column-s {
    width: 45% !important;
  }

  .a-b {
    height: 100%;
    margin: 0 !important;
  }

  .ori-about-play-top-content .ori-about-play-top-text {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    text-shadow: 2px 2px #0000005f;

    font-size: 20px !important;
    line-height: 22px !important;
    max-width: 100% !important;
  }

  .container1 {
    width: 90vw;
  }
  .js-target {
    height: 100% !important;
  }

  #about2 .ori-inner-section-title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 30px;
    font-family: Hanson, sans-serif !important;
    text-transform: uppercase;
  }

  .abtImg {
    width: 100% !important;
    border-radius: 2.5rem;
    height: 100%;
  }

  .abtTxt {
    height: 100%;
    margin-left: 5%;
    width: 100% !important;
  }
  .events-list {
    display: flex !important;
    flex-direction: column;
  }

  .ori-service-why-choose-text {
    width: 100%;
  }

  .ori-service-why-choose {
    margin: 0 20px;
    padding-bottom: 0 !important;
  }
  .sp-btn {
    min-width: unset !important;
  }

  #m-bt {
    min-width: unset !important;
  }

  .ori-team-content-area {
    margin: 0 !important;
  }
  .ori-about-counter-item h3 {
    font-size: 60px !important;
  }

  .ori-about-counter-item p {
    margin: 0;
    font-size: 26px;
    line-height: 36px;
    font-family: "Bebas Neue", cursive;
    /* font-family: Hanson , sans-serif; */
  }
  .event-card {
    flex-direction: column !important;
  }
  .event-card-wrapper {
    width: 100%;
  }

  .circle-gradient.event-name {
    width: 80vw;
    top: 2%;
    left: -34%;
  }

  .circle-gradient.event-details.small {
    width: 80vw;
    top: -18%;
    right: -25%;
  }

  .sp-btn {
    font-family: Hanson, sans-serif;
    /* -webkit-text-stroke: 2px white; */
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.2rem !important;
    font-weight: 700;
  }

  .sp-txt {
    font-size: 18px !important;
    color: #fff;
    text-align: center;
    /* line-height: 28px; */
    /* max-width: 700px; */

    font-family: "Roboto", sans-serif !important;

    margin-top: 40px !important;
  }

  #exhi {
    flex-direction: column !important;
  }

  .ex-txt h2 {
    font-size: 3rem !important;

    margin: 50px 0;

    font-family: Hanson, sans-serif;
    transform: rotate(0deg) !important;
  }

  .ori-blog-inner-item .blog-inner-text h3 {
    font-size: 18px !important;
    line-height: 26px;
  }

  .rellax-d {
    margin-top: 0 !important;
  }

  .right-p {
    padding-right: 0 !important;
  }
}
