@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

#shopify-section-header {
  z-index: 99 !important;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #018091;
  --color-dark: #110707;
  --color-grey: #a9a9a9;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Cinzel", serif;
}

p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 35px;
}

body,
html {
  font-size: 16px;
  background-color: var(--color-white);
  min-width: 320px;
  overflow-x: hidden;
  min-height: 100%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  color: var(--color-white);
  background-color: #1c1d1f;
}

.h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.h3 {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.doh-awards-btn {
  --c: #000;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  border-radius: 15px;
  border: 1px solid #bbb;
  background: var(--color-primary);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  min-width: 279px;
  height: 70px;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.doh-awards-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.doh-awards-btn:hover {
  color: #fff;
}

.doh-awards-btn:hover span {
  transform: translateY(0) scale(2);
}

.doh-awards-btn span:nth-of-type(1) {
  --n: 1;
}

.doh-awards-btn span:nth-of-type(2) {
  --n: 2;
}

.doh-awards-btn span:nth-of-type(3) {
  --n: 3;
}

.doh-awards-btn span:nth-of-type(4) {
  --n: 4;
}

.doh-awards-nav {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  z-index: 999;
  padding-left: 30px;
  padding-right: 30px;
}
.doh-awards-nav--fixed {
  background-color: #1c1d1f;
  border-bottom: 1px solid #3d3d3d;
}
.doh-awards-nav__lang-switch {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 600;
}
.doh-awards-nav__lang-switch svg {
  margin-right: 4px;
}
.doh-awards-nav__lang-switch:hover {
  color: var(--color-primary);
}
.doh-awards-nav__logout {
  border-radius: 10px;
  text-transform: capitalize;
  margin-left: 30px;
  height: 40px;
  padding: 15px 20px;
  min-width: auto;
  font-weight: 400;
  gap: 10px;
}
.doh-awards-nav .navbar-brand img {
  width: 200px;
  height: auto;
}
.doh-awards-nav .navbar-nav {
  margin-left: 50px;
}
.doh-awards-nav .navbar-nav .nav-item {
  margin-left: 30px;
}
.doh-awards-nav .nav-link {
  color: var(--color-white);
}
.doh-awards-nav .nav-link.active, .doh-awards-nav .nav-link.show {
  color: var(--color-white);
}
.doh-awards-nav .dropdown-menu {
  border-radius: 15px;
  border: 1px solid #3d3d3d;
  background: #27282a;
  padding: 0;
  overflow: hidden;
}
.doh-awards-nav .dropdown-divider {
  border-color: #3d3d3d;
  margin: 0;
}
.doh-awards-nav .dropdown-item {
  color: var(--color-white);
  padding: 15px 25px;
}
.doh-awards-nav .dropdown-item:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.doh-awards-nav .dropdown-toggle:hover .dropdown-menu {
  display: block;
}
.doh-awards-nav .actived {
    background-color: #1c1d1f;
/*    background-color: var(--color-primary);
*/    color: var(--color-white);
}
.doh-awards-nav .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  top: auto;
  left: auto;
}

.doh-awards-banner {
  height: 100vh;
  display: flex;
  align-items: center;
}
.doh-awards-banner--inner {
  height: 70vh;
}
.doh-awards-banner--inner .doh-awards-banner__content {
  max-width: 1200px;
  width: 100%;
  padding: 150px 20px 40px;
}
.doh-awards-banner__img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.doh-awards-banner__title {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  line-height: normal;
  margin-bottom: 0;
}
.doh-awards-banner__title span {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
}
.doh-awards-banner__content {
  max-width: 1200px;
  padding: 150px 20px;
  margin: 0 auto;
  text-align: center;
}
.doh-awards-banner .doh-awards-btn {
  margin-top: 30px;
}

.doh-awards-box {
  border-radius: 15px;
  border: 1px solid #3d3d3d;
  background: #27282a;
  padding: 30px;
}
.doh-awards-box ul {
  list-style: disc;
  padding-left: 0;
  list-style-position: inside;
}
.doh-awards-box li {
  padding: 15px 0;
  border-bottom: 1px solid #3d3d3d;
}
.doh-awards-box li:last-child {
  border: 0;
}

.doh-vision-mision h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}
.doh-vision-mision p {
  font-size: 20px;
}
.doh-vision-mision h2,
.doh-vision-mision p {
  max-width: 450px;
}
.doh-vision-mision img {
  transition: all 0.2s ease;
}
.doh-vision-mision img:hover {
  transform: scale(1.1);
  border-radius: 15px;
}

.doh-awards-footer {
  background-color: var(--color-black);
  padding: 70px 0;
}
.doh-awards-footer__links {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.doh-awards-footer__links a {
  display: inline-block;
  color: var(--color-white);
  text-decoration: none;
}
.doh-awards-footer__links a:hover {
  color: var(--color-primary);
}
.doh-awards-footer__footer p {
  font-size: 14px;
  color: #9f9f9f;
  line-height: normal;
}
.doh-awards-footer__footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.doh-awards-footer__footer ul a:hover svg path {
  fill: var(--color-primary);
}
.doh-awards-footer .doh-awards-form {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  flex-shrink: 0;
}

.doh-awards-form h3 {
  font-family: Poppins;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}

.doh-awards-input {
  border-radius: 13px;
  border: 1px solid #3d3d3d;
  background-color: #27282a;
  height: 60px;
  color: #fff;
  font-size: 16px;
  padding: 12px 17px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
}
.doh-awards-input::-moz-placeholder {
  color: #7e7e7e;
}
.doh-awards-input::placeholder {
  color: #7e7e7e;
}

textarea.doh-awards-input {
  height: 80px;
}

.doh-box-border {
  border: 1px solid #3d3d3d;
  padding: 35px;
  margin-left: -1px;
  margin-top: -1px;
  background-color: #3d3d3d;
}
.doh-box-border p,
.doh-box-border li {
  font-size: 16px;
  line-height: normal;
}
.doh-box-border .accordion-body {
  padding: 30px;
}
.doh-box-border * {
  font-family: Poppins;
}
.doh-box-border h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}
.doh-box-border h3:first-of-type {
  margin-top: 0;
}
.doh-box-border h2 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 22px;
}
.doh-box-border .accordion-item {
  margin-bottom: 13px;
  border-radius: 15px !important;
  border: 1px solid #3d3d3d !important;
  background-color: #27282a;
  border: 0;
}
.doh-box-border .accordion-item * {
  color: var(--color-white);
}
.doh-box-border .accordion-button {
  border-radius: 0 !important;
  background-color: transparent;
}
.doh-box-border .accordion-button:focus-visible {
  outline: 0;
}
.doh-box-border .accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

button:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

.doh-awards-list {
  list-style: disc;
  padding-left: 16px;
}
.doh-awards-list li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #3d3d3d;
}
.doh-awards-list li:last-child {
  border: 0;
}
.doh-awards-list ul {
  list-style: circle;
  padding-left: 16px;
}
.doh-awards-list ul li {
  padding-bottom: 0;
  margin-top: 16px;
  border: 0;
}

.male-female {
    padding: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #3d3d3d;
    background: #86868657;
}
.male-female__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
    .male-female__input:checked + .male-female {
        border: 1px solid #3d3d3d;
        background: #018091;
        padding: 10px;
        border-radius: 5px;
    }

input[type=date]::-webkit-calendar-picker-indicator {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.7917 2.08333H18.75V1.04167C18.75 0.765399 18.6403 0.500447 18.4449 0.305097C18.2496 0.109747 17.9846 0 17.7083 0C17.4321 0 17.1671 0.109747 16.9718 0.305097C16.7764 0.500447 16.6667 0.765399 16.6667 1.04167V2.08333H8.33333V1.04167C8.33333 0.765399 8.22359 0.500447 8.02824 0.305097C7.83289 0.109747 7.56793 0 7.29167 0C7.0154 0 6.75045 0.109747 6.5551 0.305097C6.35975 0.500447 6.25 0.765399 6.25 1.04167V2.08333H5.20833C3.82751 2.08499 2.50371 2.63425 1.52731 3.61065C0.550919 4.58704 0.00165402 5.91084 0 7.29167L0 19.7917C0.00165402 21.1725 0.550919 22.4963 1.52731 23.4727C2.50371 24.4491 3.82751 24.9983 5.20833 25H19.7917C21.1725 24.9983 22.4963 24.4491 23.4727 23.4727C24.4491 22.4963 24.9983 21.1725 25 19.7917V7.29167C24.9983 5.91084 24.4491 4.58704 23.4727 3.61065C22.4963 2.63425 21.1725 2.08499 19.7917 2.08333ZM2.08333 7.29167C2.08333 6.46286 2.41257 5.66801 2.99862 5.08196C3.58468 4.49591 4.37953 4.16667 5.20833 4.16667H19.7917C20.6205 4.16667 21.4153 4.49591 22.0014 5.08196C22.5874 5.66801 22.9167 6.46286 22.9167 7.29167V8.33333H2.08333V7.29167ZM19.7917 22.9167H5.20833C4.37953 22.9167 3.58468 22.5874 2.99862 22.0014C2.41257 21.4153 2.08333 20.6205 2.08333 19.7917V10.4167H22.9167V19.7917C22.9167 20.6205 22.5874 21.4153 22.0014 22.0014C21.4153 22.5874 20.6205 22.9167 19.7917 22.9167Z" fill="%23BCBCBC"/><path d="M12.5 17C13.3284 17 14 16.3284 14 15.5C14 14.6716 13.3284 14 12.5 14C11.6716 14 11 14.6716 11 15.5C11 16.3284 11.6716 17 12.5 17Z" fill="%23BCBCBC"/><path d="M7.5 17C8.32843 17 9 16.3284 9 15.5C9 14.6716 8.32843 14 7.5 14C6.67157 14 6 14.6716 6 15.5C6 16.3284 6.67157 17 7.5 17Z" fill="%23BCBCBC"/><path d="M17.5 17C18.3284 17 19 16.3284 19 15.5C19 14.6716 18.3284 14 17.5 14C16.6716 14 16 14.6716 16 15.5C16 16.3284 16.6716 17 17.5 17Z" fill="%23BCBCBC"/></svg>');
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml,<svg width="45" height="11" viewBox="0 0 45 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9533 1.85919L11.1434 7.66911C11.0316 7.77643 10.8826 7.83636 10.7276 7.83636C10.5726 7.83636 10.4236 7.77643 10.3118 7.66911L4.50541 1.86213L3.67383 2.69372L9.48021 8.50069C9.81653 8.82122 10.2633 9.00002 10.7279 9.00002C11.1925 9.00002 11.6392 8.82122 11.9756 8.50069L17.7849 2.69078L16.9533 1.85919Z" fill="%239F9F9F"/></svg>');
}

.custom-inpt {
  padding: 10px !important;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border-radius: 50px;
  border: 1px solid #3d3d3d;
  background: #27282a;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 3px;
  top: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #8680f2;
}

input:focus-within,
textarea:focus-within {
  outline: 0;
}

input,
textarea {
  color: var(--color-white);
}

.doh-awards-inputs-file {
  border-radius: 13px;
  border: 1px solid #3d3d3d;
  background-color: #27282a;
  min-height: 80px;
  color: #fff;
  font-size: 16px;
  padding: 12px 17px;
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}
.doh-awards-inputs-file__file {
  width: 250px;
  flex-shrink: 0;
}
.doh-awards-inputs-file .filepond--drip {
  opacity: 1;
  background-color: #1c1d1f;
}

.filepond--drop-label label {
  font-size: 13px;
  color: #fff;
}

.filepond--root .filepond--credits {
  display: none;
}

.filepond--root {
  margin-bottom: 0;
}

.filepond--panel-root {
  background-color: transparent;
}

.filepond--drip {
  opacity: 1;
  background-color: #27282a;
}

.error-message {
  color: #ff6a6a;
  font-size: 13px !important;
  margin-bottom: 20px;
  margin-top: -17px;
}

.nav-pills {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 12px;
}
.nav-pills .nav-link {
  border-radius: 13px;
  border: 1px solid #3d3d3d;
  background-color: #27282a;
  color: #fff;
  font-size: 16px;
  padding: 12px 17px;
  min-width: 140px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--color-primary);
}

.doh-award-login {
  max-width: 450px;
  margin: 0 auto;
}
.doh-award-login h1 {
  font-size: 30px;
  font-weight: bold;
}
.doh-award-login input {
  height: 70px;
}
.doh-award-login hr {
  border-top: 1px solid #3d3d3d;
  opacity: 1;
  margin: 0;
  width: 100%;
}

.scroll-top {
  position: fixed;
  bottom: -70px;
  right: 20px;
  transition: all 0.3s ease;
  z-index: 9999;
}
.scroll-top--show {
  bottom: 30px;
}

@media (max-width: 767px) {
  .doh-awards-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .doh-awards-nav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1c1d1f;
  }
  .doh-awards-nav .navbar-nav {
    margin-left: 0;
    padding: 20px 0;
  }
  .doh-awards-nav .navbar-nav .nav-item {
    margin-left: 0;
  }
  .doh-awards-nav .dropdown-menu {
    display: block;
    border: 0;
    background-color: transparent;
    padding: 0;
    overflow: visible;
  }
  .doh-awards-nav .dropdown-toggle span {
    display: none;
  }
  .doh-awards-nav .nav-link:not(.dropdown-toggle) {
    padding-left: 26px;
  }
  .doh-awards-nav .navbar-toggler {
    border: 0;
    margin-left: 10px;
  }
  .doh-awards-nav .dropdown-toggle::after {
    display: none;
  }
  .doh-awards-nav .navbar-brand img {
    width: 160px;
    height: auto;
  }
  .doh-awards-nav .doh-awards-nav__lang-switch {
    margin-left: auto;
  }
  .doh-awards-inputs-file {
    display: block;
  }
  .doh-awards-inputs-file__file {
    width: 100%;
  }
  .doh-awards-inputs-file__input textarea {
    height: 100px !important;
  }
  .doh-box-border {
    padding: 16px;
  }
  .doh-awards-banner__title {
    font-size: 20px;
  }
  .doh-awards-banner__title span {
    font-size: 30px;
  }
  .doh-awards-banner--inner {
    height: 74vh;
  }
  .doh-box-border .accordion-body {
    padding: 16px;
  }
  .doh-awards-footer__links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}/*# sourceMappingURL=style.css.map */