@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite;
}

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem;
}

.bg-pink {
  background: #f4a3b4;
}

.bg-green-light {
  background: #f8ffee;
}

.bg-grey {
  background: #323232;
}

.bg-blue-light {
  background: #c2e7fb;
}

.bg-dark-blue {
  background: #224771;
}

.bg-dark {
  background: #323232;
}

.bg-white-grey {
  background: #efefef;
}

.bg-white-grey-min {
  background: #efefef;
  background: linear-gradient(0deg, #efefef 25%, white 25%);
}

.bg-blue-grad {
  background: linear-gradient(289.79deg, #307ac4 0%, #359bff 80.84%);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3);
}

.bg-red {
  background: #bc2b3a;
}

.grey {
  color: #cccccc !important;
}

.black {
  color: #000;
}

.bg-black {
  background: #141414;
}

.border-bottom-grey {
  border-bottom: 1px dotted #cccccc;
}

.btn-gold {
  background-color: #bfa563;
}

.container-4 {
  overflow: hidden;
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
}

.border-bottom-solid-grey {
  border-bottom: 1px solid #efefef;
}

.bg-baseblue-fv {
  background: #2d9fc7;
}

.bg-basedarkblue-fv {
  background: #28427f;
}

@font-face {
  font-family: "CamptonBook";
  src: url("../fonts/Campton/CamptonBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CamptonBookItalic";
  src: url("../fonts/Campton/CamptonBookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CamptonLight";
  src: url("../fonts/Campton/CamptonLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton-bold";
  src: url("../fonts/Campton/CamptonBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CamptonThin";
  src: url("../fonts/Campton/CamptonThin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CamptonSemiBold";
  src: url("../fonts/Campton-Font/CamptonSemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lulo-Clean-W01-One-Bold";
  src: url("../fonts/Lulo-Clean-Font/Lulo-Clean-W01-One-Bold/Lulo-Clean-W01-One-Bold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueBold";
  src: url("../fonts/BebasNeue/BebasNeueBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueBook";
  src: url("../fonts/BebasNeue/BebasNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueLight";
  src: url("../fonts/BebasNeue/BebasNeueLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueThin";
  src: url("../fonts/BebasNeue/BebasNeueThin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "CamptonBook";
  font-size: 19px;
  color: #323232;
}

.bold {
  font-family: "OpenSans-Bold";
}

h1,
h2 {
  font-family: "BebasNeueBold";
  color: #323232;
}

.title {
  color: #323232;
}

.title.is-1 {
  font-size: 4rem;
}
@media only screen and (max-width: 480px) {
  .title.is-1 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 340px) {
  .title.is-1 {
    font-size: 2rem;
  }
}

.title.is-1-1 {
  font-size: 5vw;
}
@media only screen and (max-width: 480px) {
  .title.is-1-1 {
    font-size: 1.5em;
  }
}

.title.is-1-2 {
  font-size: 4vw;
}
@media only screen and (max-width: 480px) {
  .title.is-1-2 {
    font-size: 3em;
  }
}

.title.is-1-3 {
  font-size: 3.5vw;
}
@media only screen and (max-width: 480px) {
  .title.is-1-3 {
    font-size: 3em;
  }
}

.title.is-2 {
  font-size: 3.75rem;
}
@media only screen and (max-width: 480px) {
  .title.is-2 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 340px) {
  .title.is-2 {
    font-size: 1.5rem;
  }
}

.title.is-3 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .title.is-3 {
    font-size: 1.65rem;
  }
}

@media only screen and (max-width: 480px) {
  .title.is-3.product-detail-title {
    font-size: 1.5rem;
  }
}

.title.is-4 {
  font-size: 1.35rem;
}

.title-product {
  font-family: "Baloo2-Bold";
}

h3 {
  color: #323232;
  font-family: "Campton-bold";
}

h4 {
  color: #323232;
  font-family: "Baloo2-Bold";
}

h5 {
  font-family: "Baloo2-Bold";
  color: #323232;
}

@media only screen and (max-width: 480px) {
  .title.is-5 {
    font-size: 1.05rem;
    margin-bottom: 1rem;
  }
}

.is-white {
  color: #fff !important;
}

.is-red {
  color: #bc2b3a !important;
}

.is-red-2 {
  color: #e53935 !important;
}

a {
  color: #28427f;
}

a img {
  vertical-align: middle;
}

.no-margin-bottom {
  margin-bottom: 1rem !important;
}

@media only screen and (max-width: 480px) {
  .no-padding-mobile {
    padding: 0 0.75rem;
  }
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  color: #bfa563;
}

p {
  font-family: "CamptonBook";
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 19px;
  }
}

b,
strong {
  color: inherit;
  font-family: inherit;
}

small {
  font-size: 14px;
}
small a {
  font-size: 14px;
  color: #323232;
}
small a.active {
  color: #bfa562;
}

blockquote {
  background-color: transparent !important;
}

.quotes h2 {
  font-family: "Baloo2-Bold";
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .quotes h2 {
    font-size: 50px;
  }
}

.content blockquote {
  padding: 0;
  border: none;
}
.content blockquote p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.35rem;
}
@media only screen and (min-width: 768px) {
  .content blockquote p {
    font-size: 1.5rem;
  }
}
.content a {
  color: #82bb42;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .content a {
    font-size: 18px;
  }
}
.content iframe {
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .content iframe {
    height: 420px;
  }
}
.content .instagram-media {
  height: 100%;
  min-height: 640px;
}
@media only screen and (min-width: 768px) {
  .content .instagram-media {
    min-height: 900px;
    margin-bottom: 1rem;
  }
}

.more-line-height {
  line-height: 2;
}

.breadcrumbs p,
.breadcrumbs a {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs p,
  .breadcrumbs a {
    font-size: 1rem;
  }
}

a {
  font-family: "CamptonBook";
  font-size: 19px;
  line-height: 1.5;
  transition: all 0.3s;
}

.is-active {
  font-family: "OpenSans-ExtraBold";
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  .has-text-centered-mobile {
    text-align: center;
  }
}

.has-text-centered-mobile-tablet {
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .has-text-centered-mobile-tablet {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .has-text-right-desktop {
    text-align: right;
  }
}

.has-text-right {
  text-align: right;
}

.horizontal-menu-right li:hover a {
  transition: all 0.3s;
}

.button {
  font-family: "" CamptonLight "";
  min-width: 90px;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .button {
    min-width: 90px;
  }
}
.button:hover {
  transition: all 0.3s;
  color: #bfa562;
}

.button.is-primary {
  background-color: #f4a3b4;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover {
  background-color: #df7f93;
}

.button.is-danger {
  font-size: 19px;
  background: linear-gradient(272.12deg, #ff2021 -8.11%, #d10203 82.98%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  color: #fff;
  transition: all 0.3s;
}
.button.is-danger:hover {
  transition: all 0.3s;
  transform: scale(1.05);
  color: #fff;
}

.button.is-success {
  font-size: 19px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  color: #fff;
  margin-top: 1rem;
  background: #82bb42;
  background: linear-gradient(to top, #82bb42 0%, #a5e84e 100%);
  width: 140px;
}
.button.is-success:hover {
  transition: all 0.3s;
  transform: scale(1.025);
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .button.is-success.is-fullwidth {
    width: 100% !important;
  }
}

.button.is-info {
  font-size: 19px;
  background: #1b6b94;
  border-radius: 2rem;
  color: #fff;
}
.button.is-info:hover {
  transition: all 0.3s;
  transform: scale(1.05);
  color: #fff;
}

.button.is-outline-blue {
  border: 1px solid #224771;
  box-sizing: border-box;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
  border-radius: 2rem;
  color: #224771;
}

.button.is-outline-white {
  border: 1px solid #fff;
  background: transparent;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #fff;
}
.button.is-outline-white:hover {
  transition: all 0.3s;
  transform: scale(1.05);
  color: #fff;
}

.btn-grey {
  background-color: #acadb8 !important;
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  height: 2.5em;
}
@media only screen and (min-width: 768px) {
  .btn-grey {
    height: 3em;
  }
}
.btn-grey:hover {
  background-color: #000 !important;
}

.card {
  color: #4372a7;
}

.horizontal-menu-list {
  text-align: center;
  gap: 2rem;
}
.horizontal-menu-list li {
  font-family: "Campton-bold";
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.horizontal-menu-list li .is-active {
  color: #fff;
}
.horizontal-menu-list li a {
  color: #28427f;
}
.horizontal-menu-list li a:hover {
  text-decoration: underline;
  text-decoration-color: #28427f;
}
.horizontal-menu-list li a.is-active {
  position: relative;
}
.horizontal-menu-list li a.is-active:after {
  content: "";
  left: 0;
  bottom: 0;
  margin-bottom: -3.05rem;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 44px;
  height: 6px;
  background: #2d9fc7;
  border-radius: 10px;
}
.horizontal-menu-list li .menu-highlight {
  margin-top: -1.5rem;
}

.text-normal {
  font-size: 19px !important;
}

.icon-contact {
  width: 60px;
  margin-bottom: 1rem;
}

.menu-footer li {
  line-height: 2;
}

.underlined {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .product-title-text {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .product-content-text {
    height: 9.5rem;
  }
}

.footer {
  font-size: 20px;
}
.footer p,
.footer a {
  font-family: "CamptonThin";
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.footer p strong {
  font-family: "OpenSans-Bold";
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.footer .icon {
  width: 1.75rem;
}
.footer .icon a {
  color: #f4a3b4;
  font-size: 1.5rem;
}
.footer .icon a:hover {
  color: #df7f93;
}
.footer ul.socmed li {
  display: inline-block;
  margin-right: 0.75rem;
}
.footer ul.socmed li img {
  max-width: 40px;
  width: 100%;
}
.footer ul.socmed li a {
  transition: all 0.3s;
}
.footer ul.socmed li a:hover img {
  transition: all 0.3s;
  transform: scale(1.125);
}

.font-reg p:not(:last-child) {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .font-reg p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .mini-mobile {
    font-size: 1rem !important;
    margin-bottom: 1rem;
  }
}

.top-quote li {
  font-family: "Baloo2-Bold";
}

.footer-copyright p,
.footer-copyright a {
  font-family: "OpenSans-Bold";
}
.footer-copyright a {
  color: #fff;
  text-decoration: underline;
}
.footer-copyright a:hover {
  color: #c2e7fb;
}

.input,
.textarea {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.label {
  font-family: "Baloo2-Regular";
}

#subscribe-form {
  padding: 1rem;
}
#subscribe-form .title {
  margin-bottom: 1rem;
}

.subscribe-label {
  min-width: 33%;
}

.sub {
  font-family: "Baloo2-Regular";
  text-transform: uppercase;
}

.horizontal-menu-left a,
.horizontal-menu-right a {
  color: #82bb42;
  font-family: "Baloo2-Regular";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.0199rem;
  font-size: 16px;
}
.horizontal-menu-left a.is-active,
.horizontal-menu-right a.is-active {
  font-family: "Baloo2-ExtraBold";
  color: #79b339;
  position: relative;
}
.horizontal-menu-left a.is-active:before,
.horizontal-menu-right a.is-active:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #79b339;
  bottom: 0;
  left: 0;
  margin-bottom: -0.5rem;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordion ul li.list {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
  background: #f7f7f7;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.accordion ul li.list:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li.list:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li.list:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li.list i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 1.5rem;
}
.accordion ul li.list i:before,
.accordion ul li.list i:after {
  content: "";
  position: absolute;
  background-color: #79b339;
  width: 3px;
  height: 9px;
}
.accordion ul li.list i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion ul li.list i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion ul li.list input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
}
.accordion ul li.list input[type="checkbox"]:checked ~ .content {
  display: none;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordion ul li.list input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion ul li.list input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion li.list p {
  max-height: 640px;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.accordion h4 {
  font-family: "Baloo2-ExtraBold";
  margin-bottom: 0 !important;
  text-transform: capitalize;
}
.accordion .content ul {
  margin-top: 1rem;
}
.accordion .content ul li {
  list-style: disc;
}
.accordion .content ol {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .accordion .content ul,
  .accordion .content ol {
    margin-left: 1rem;
  }
}
.accordion li.list .content p {
  font-size: 16px;
}
.accordion li.list .content li {
  font-size: 16px;
}

.desc-ingredient {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
  padding: 0 20px;
}

.is-capitalize {
  text-transform: capitalize;
}

.is-lowercase {
  text-transform: lowercase;
}

.transition,
ul li i:before,
ul li i:after,
p {
  transition: all 0.25s ease-in-out;
}

.flipIn,
ul li {
  animation: flipdown 0.5s ease both;
}

.no-select,
h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.font-or {
  font-family: "Baloo2-Regular";
  font-weight: 700;
}

.font-opensansReg {
  font-family: "Baloo2-Regular";
}

.delete-hover:hover {
  color: #bfa563 !important;
}

.t-history-order thead td {
  font-size: 0.9rem;
}
.t-history-order tbody td {
  font-size: 0.9rem;
}
.t-history-order tbody td a div p {
  font-size: 0.9rem;
}

.truncate {
  white-space: pre-wrap;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bg-black .title,
.bg-black p {
  color: #fff;
}

#countdown {
  margin-top: 2rem;
}
#countdown li {
  display: inline-block;
  font-size: 0.625em;
  list-style-type: none;
  padding: 0.5em;
  text-transform: uppercase;
  width: 72px;
  background: #f4a3b4;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}
@media only screen and (max-width: 340px) {
  #countdown li {
    width: 60px;
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  #countdown li {
    width: 120px;
    padding: 1em;
  }
}
#countdown li span {
  display: block;
  font-size: 3rem;
}
@media only screen and (max-width: 340px) {
  #countdown li span {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #countdown li span {
    font-size: 4.5rem;
  }
}

.content h2 {
  font-size: 3.5em;
  margin-bottom: 0.5714em;
}
@media only screen and (max-width: 480px) {
  .content h2 {
    font-size: 1.5em;
  }
}

.par-about {
  font-size: 2rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .par-about {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 480px) {
  .par-about {
    font-size: 0.8em;
  }
}

.font-bebas {
  font-family: "BebasNeueBold" !important;
}

.f-campsemib {
  font-family: "CamptonSemiBold";
}

.about-just {
  text-align: justify;
}

.al-cent {
  text-align: center;
}

.f-17 {
  font-size: 17px !important;
}

.intro-strength ul {
  color: white;
  font-size: 18px;
  list-style-type: circle;
}
@media only screen and (max-width: 480px) {
  .intro-strength ul {
    font-size: 14px;
  }
}

.intro-strength ul li::before {
  color: white;
}

.f-lulo {
  font-family: "Lulo-Clean-W01-One-Bold";
}

.f-csb {
  font-family: "CamptonSemiBold" !important;
}

.f-ct {
  font-family: "CamptonThin" !important;
}

.f-cb {
  font-family: "CamptonBook" !important;
}

.lh-1 {
  line-height: 1.25 !important;
}

@media only screen and (max-width: 480px) {
  .footer-par {
    font-size: 16px !important;
  }
}

.is-f-bigger {
  font-size: 7.5vw;
}
@media only screen and (max-width: 480px) {
  .is-f-bigger {
    font-size: 14.5vw;
  }
}

.strength-title {
  font-family: "BebasNeueBold" !important;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .strength-title {
    font-size: 33px !important;
  }
}

.strength-title-1 {
  font-family: "BebasNeueBold" !important;
  font-size: 33px !important;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .strength-title-1 {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 480px) {
  .bg-black-1 h3 {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .bg-black-1 h3 {
    font-size: 1.25vw;
  }
}

.title-div h2 {
  font-family: "Campton-bold";
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides .hero-body {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides .hero-body {
  display: block;
  float: left;
  width: 100%;
  border: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-item,
.preloader-item::before,
.preloader-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-item {
  width: 160px;
  height: 160px;
  margin: auto;
  background: url("../../assets/images/logo.png") no-repeat 50%/70%;
  background-size: 60%;
  color: #224771;
}

.preloader-item::before,
.preloader-item::after {
  content: "";
  z-index: -1;
  box-shadow: inset 0 0 0 5px;
  animation: clipMe 3s linear infinite;
}

.preloader-item::before {
  animation-delay: -1.5s;
}

.animation-scale {
  animation: scale 2s linear infinite alternate;
}

@keyframes clipMe {
  0%,
  100% {
    clip: rect(0px, 45px, 5px, 45px);
  }
  6% {
    clip: rect(0px, 155px, 5px, 45px);
  }
  15% {
    clip: rect(0px, 160px, 10px, 45px);
  }
  21% {
    clip: rect(0px, 160px, 115px, 155px);
  }
  28% {
    clip: rect(5px, 160px, 160px, 155px);
  }
  34% {
    clip: rect(5px, 160px, 160px, 115px);
  }
  41% {
    clip: rect(155px, 160px, 160px, 115px);
  }
  47% {
    clip: rect(155px, 115px, 160px, 115px);
  }
  54% {
    clip: rect(155px, 115px, 160px, 115px);
  }
  60% {
    clip: rect(155px, 115px, 160px, 5px);
  }
  67% {
    clip: rect(155px, 115px, 160px, 0px);
  }
  74% {
    clip: rect(45px, 5px, 160px, 0px);
  }
  80% {
    clip: rect(0px, 5px, 155px, 0px);
  }
  87% {
    clip: rect(0px, 45px, 110px, 0px);
  }
  93% {
    clip: rect(0px, 45px, 5px, 0px);
  }
  97% {
    clip: rect(0px, 45px, 5px, 5px);
  }
}
#flower {
  position: relative;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: rotate-flower;
  animation-duration: 3s;
  /* 	animation-fill-mode: forwards;
   */
  animation-iteration-count: infinite;
}

@keyframes rotate-flower {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#flower section {
  position: absolute;
  width: 150px;
  display: flex;
  justify-content: space-between;
  animation-name: rotate-expand;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes rotate-expand {
  0% {
    width: 150px;
  }
  50% {
    width: 300px;
  }
  100% {
    width: 150px;
  }
}
#flower section:before {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 30% 70% 71% 29% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75;
}
#flower section:after {
  content: " ";
  background: linear-gradient(45deg, #c2e7fb 0%, #42beff 100%);
  border-radius: 66% 34% 39% 61% / 47% 47% 53% 53%;
  width: 70px;
  height: 50px;
  mix-blend-mode: soft-light;
  opacity: 0.75;
}
#flower .div-two {
  transform: rotate(45deg);
}
#flower .div-three {
  transform: rotate(90deg);
}
#flower .div-four {
  transform: rotate(135deg);
}

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #hamburgericon {
    display: block;
  }
}

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c4272f;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px;
}

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px;
}

#hamburgericon span:nth-child(4) {
  top: 16px;
}

#hamburgericon.hamburger-open span {
  background: #c4272f;
}

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
  background: #c4272f;
}

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #c4272f;
}

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #c4272f;
}

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  background: #c4272f;
}

.modal.is-active {
  display: block;
}

.menuBtn {
  font-family: "OpenSans-ExtraBold";
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important;
}
@media only screen and (min-width: 768px) {
  .menuBtn {
    min-width: 70px;
    color: #000 !important;
  }
}
.menuBtn:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../../assets/images/icon/menu.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .menuBtn:before {
    margin-left: 1rem;
  }
}

.button.menuBtn:focus:not(:active) {
  box-shadow: none;
}

.button.menuBtn:focus {
  border-color: transparent;
}

.menuBtn-2,
.menuBtn-3 {
  font-family: "OpenSans-ExtraBold";
  border: none;
  outline: none !important;
  min-width: 100px;
  color: transparent !important;
}
@media only screen and (min-width: 768px) {
  .menuBtn-2,
  .menuBtn-3 {
    min-width: 100px;
    color: #000 !important;
  }
}

.menuBtn-2:focus,
.menuBtn-3:focus {
  border-color: #28427f;
}

.menuBtn-2:hover,
.menuBtn-3:hover {
  box-shadow: none;
}

#menuleft {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: visible;
  margin-left: 0;
  margin-top: 0;
  width: 190px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e;
}
@media only screen and (min-width: 768px) {
  #menuleft {
    width: 270px;
  }
}
#menuleft .modalmenu li {
  padding: 0.75rem 1.25rem;
  line-height: 1;
  border-bottom: 1px solid #f7f7f7;
}
@media only screen and (min-width: 768px) {
  #menuleft .modalmenu li {
    padding: 1rem 1.5rem;
  }
}
#menuleft .modalmenu li a {
  font-family: "OpenSans-Bold";
  color: #000;
}
@media only screen and (max-width: 480px) {
  #menuleft .modalmenu li a {
    font-size: 16px;
  }
}
#menuleft .modalmenu li a:hover {
  color: #28427f;
}
#menuleft .modalmenu .has-dropdown:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url(../../assets/images/icon/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  margin-top: 0;
  margin-right: 1rem;
}
#menuleft .modalmenu .has-dropdown .dropdown-box {
  display: none;
}
#menuleft .modalmenu .has-dropdown:hover .dropdown-box {
  overflow-y: scroll;
  padding: 1.5rem 1.5rem;
  display: block;
  position: absolute;
  width: 220px;
  background: #fff;
  left: 90%;
  margin-top: -3rem;
}
@media only screen and (min-width: 768px) {
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
    width: 420px;
    padding: 1.5rem 3rem;
    left: 95%;
  }
}
#menuleft .modalmenu .has-dropdown:hover .dropdown-box strong {
  color: #acadb8;
  margin-bottom: 1rem;
  font-family: "OpenSans-Regular";
}
#menuleft .modalmenu .has-dropdown:hover .dropdown-box ul {
  margin-top: 1rem;
}
#menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li {
  padding: 0.25rem 0;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li a {
    font-size: 14px;
  }
}
#menuleft .modalmenu .has-dropdown:hover:after {
  background-image: url(../../assets/images/icon/chevron-right-alt.svg);
}

.modal-div-section {
  position: relative;
  top: 57px;
  width: 100%;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .modal-div-section {
    top: 105px;
  }
}

.modal-div-section.scrolled {
  top: 64px;
}
@media only screen and (min-width: 768px) {
  .modal-div-section.scrolled {
    top: 104px;
  }
}

#modal2 #menuleft {
  margin-left: 14rem;
}

#modal3 #menuleft {
  margin-left: 22rem;
}

#modal #menuleft {
  margin-left: 0rem;
  margin-top: 0.7rem;
}
@media only screen and (min-width: 768px) {
  #modal #menuleft {
    margin-left: 10rem;
    margin-top: 0rem;
  }
}

.btn-login-link {
  font-family: "OpenSans-ExtraBold";
  min-width: 80px;
  margin-left: 1.75rem;
  border: none;
}
@media only screen and (min-width: 768px) {
  .btn-login-link {
    min-width: auto;
    margin-left: 0;
  }
}

.socmed.top {
  margin-top: 0;
  margin-right: 0;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .socmed.top {
    margin-top: 0;
    display: flex;
  }
}
.socmed.top li {
  display: inline-block;
  margin-left: 0.5rem;
}
.socmed.top li img {
  height: 1.5rem;
  margin-left: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .socmed.top li img {
    margin-left: 1.25rem;
  }
}
.socmed.top li svg {
  height: 1.5rem;
  margin-left: 1.25rem;
  width: 20px;
  color: #2d9fc7;
}
.socmed.top li svg:hover {
  color: #fff;
}

.horizontal-menu-left {
  display: none;
}
@media only screen and (min-width: 768px) {
  .horizontal-menu-left {
    display: block;
  }
}
.horizontal-menu-left li {
  display: inline-block;
  margin-right: 1.5rem;
}
.horizontal-menu-left li a:hover {
  color: #2d9fc7;
}

.horizontal-menu-right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .horizontal-menu-right {
    display: block;
  }
}
.horizontal-menu-right li {
  display: inline-block;
  margin-left: 1.5rem;
}
.horizontal-menu-right li a:hover {
  color: #2d9fc7;
}

.super-navs.top-header-section.scrolled {
  top: -55px;
  transition: 0.3s;
}

.super-navs.header-section.scrolled {
  padding: 0.5rem 1.25rem;
  top: 0;
  transition: 0.3s;
}

.sosmed-icon {
  vertical-align: middle;
  align-items: stretch;
  justify-content: flex-end;
}
.sosmed-icon:hover {
  color: #224771;
}

.icon-sosmed-hover:hover g path:first-child {
  fill: #224771;
}

.icon-sosmed-hover2:hover g path:first-child {
  fill: #224771;
}

.icon-sosmed-hover1:hover path {
  fill: #224771;
}

.modal-background {
  background-color: rgba(255, 255, 255, 0.9);
}

.overlay-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  background-color: black;
  background: rgba(255, 255, 255, 0.975);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-open {
  height: 100%;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
}

.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #2d9fc7;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  font-family: "CamptonBook";
}

.overlay-menu a.is-active {
  position: relative;
  font-family: "Campton-bold";
  color: #2d9fc7;
}

.overlay-menu a:hover,
.overlay-menu a:focus {
  color: #28427f;
}

.open-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 10;
  color: #c4272f;
}

@media screen and (max-height: 480px) {
  .overlay-menu {
    overflow-y: auto;
  }

  .overlay-menu a {
    font-size: 20px;
  }
}
/* Hamburger Icon */
#hamburgericon {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 1.5rem;
  z-index: 9998;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #hamburgericon {
    display: block;
  }
}

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c4272f;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px;
}

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 6px;
}

#hamburgericon span:nth-child(4) {
  top: 12px;
}

#hamburgericon.hamburger-open span {
  background: #2d9fc7;
}

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#eye {
  color: #2d9fc7;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #eye {
    display: none;
  }
}

.eye.open:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #2d9fc7;
  border-radius: 7px;
}

.nav-bg-red {
  background-color: #fff;
  border-color: #2d9fc7;
  border-width: 3px;
  border-radius: 50px;
  border-style: solid;
  color: #28427f;
  padding: 0.5rem 1rem;
  right: 0;
  top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .nav-bg-red {
    top: 30px;
  }
}

.nav-menu {
  padding: 0 1rem;
}
.nav-menu a {
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}

.elang-icon {
  top: 2rem;
}
@media only screen and (max-width: 480px) {
  .elang-icon {
    top: 0;
    left: 0;
    margin-left: 1rem;
    margin-top: 1.5rem;
  }
}

.menu-bottom {
  bottom: 0;
  position: absolute;
  z-index: 3;
}

.modal-cart-right {
  background: #ffffff;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: none;
  width: 450px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e;
  margin: 0px;
}
@media only screen and (max-width: 480px) {
  .modal-cart-right {
    width: 100%;
  }
}

.cart-table {
  display: block;
}
.cart-table tbody {
  height: 60vh;
  display: inline-block;
  width: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 480px) {
  .cart-table tbody {
    height: 55vh;
  }
}

.modal-close-cart {
  right: 8px;
  top: 12px;
}

.modal-close-cart::before {
  background-color: #000000 !important;
}

.modal-close-cart::after {
  background-color: #000000 !important;
}

.modal-slideright {
  display: flex;
  visibility: hidden;
}
.modal-slideright .modal-background {
  transition: all 0.3s;
  opacity: 0;
}

.modal-slideright.is-active {
  visibility: visible;
}

.modal.modal-slideright .modal-content {
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.modal-slideright .modal-background {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.modal.modal-slideright.is-active .modal-content {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.modal.modal-fx-slideBottom .modal-content {
  -webkit-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s ease-in-out !important;
}

.cart-button {
  border-top: 1px solid #dbdbdb;
}
.cart-button tbody tr td {
  vertical-align: middle;
}
.cart-button tbody tr td h3 {
  font-family: "OpenSans-Bold";
  color: #bfa563;
}
.cart-button tbody tr td .total-cart {
  color: #000000 !important;
}
.cart-button tbody tr td a {
  min-width: unset;
  font-family: "OpenSans-Bold";
}

.btn-gold-checkout {
  background-color: #bfa563;
  color: white;
}
.btn-gold-checkout:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.column-checkout {
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

.border-dotted-grey {
  border-bottom: 1px dotted grey;
}

.cart-checkout {
  height: 55vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 480px) {
  .cart-checkout {
    height: 45vh;
  }
}

.expandable {
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent;
}

.expandable:target {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black;
}

#smartwizard {
  border: unset !important;
}
#smartwizard .nav {
  box-shadow: unset !important;
}
#smartwizard .nav:before {
  z-index: -1 !important;
}
@media only screen and (max-width: 480px) {
  #smartwizard .nav {
    flex-direction: unset !important;
  }
}
#smartwizard .nav .nav-link.active {
  color: #bfa563 !important;
}
#smartwizard .nav .nav-link.active:after {
  background-color: #bfa563 !important;
}
#smartwizard .nav .nav-link.done {
  color: #5a5a5a !important;
}
#smartwizard .nav .nav-link.done:after {
  background-color: #5a5a5a !important;
}
#smartwizard .toolbar .btn {
  background-color: #5a5a5a !important;
  border: 1px solid #5a5a5a !important;
}

.summary-cart1 {
  height: 40vh;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .summary-cart1 {
    height: 55vh;
  }
}

.summary-cart {
  height: 22vh !important;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .summary-cart {
    height: 28vh !important;
  }
}

.list-cart-summary {
  height: 300px;
  overflow-y: auto;
  display: inline-block;
  flex-direction: row;
  padding-right: 1rem;
}

/* SCREEN LOADER */
.pageloader {
  color: #fff;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 20vh;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  text-align: center;
  padding-top: 35vh;
}

.img-loader {
  height: 200px;
}

.smoothscale {
  -webkit-animation: scale 3s linear infinite alternate;
  -moz-animation: scale 3s linear infinite alternate;
  -ms-animation: scale 3s linear infinite alternate;
  -o-animation: scale 3s linear infinite alternate;
  animation: scale 3s linear infinite alternate;
  margin: 0 auto;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
#rotation {
  -webkit-animation: rotation 150s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.blink {
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scale {
  -webkit-animation: scale 2s linear infinite alternate;
  -moz-animation: scale 2s linear infinite alternate;
  -ms-animation: scale 2s linear infinite alternate;
  -o-animation: scale 2s linear infinite alternate;
  animation: scale 2s linear infinite alternate;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.nuh-title {
  text-align: left;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5%;
  margin-left: 10%;
}
@media only screen and (max-width: 480px) {
  .nuh-title {
    margin-left: 1em;
    margin-top: 17em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .nuh-title {
    margin-top: 5%;
  }
}

.nuh-title p {
  font-family: "BebasNeueBold" !important;
  color: black;
}

.nuh-title .nuh-title1 {
  font-size: 6vw;
  font-weight: 500;
  line-height: 1em;
}
@media only screen and (max-width: 480px) {
  .nuh-title .nuh-title1 {
    font-size: 12.5vw;
  }
}

.nuh-heli {
  width: 50vw;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 54vw;
  margin-top: -20%;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 480px) {
  .nuh-heli {
    width: 90vw;
    margin-left: 13vw;
    margin-top: -40vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .nuh-heli {
    margin-top: -26vw;
  }
}

.nuh-heli img {
  width: 100%;
}

@keyframes shake {
  0% {
    top: 10em;
  }
  50% {
    top: 10.3em;
  }
  100% {
    top: 10em;
  }
}
.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.marb-4 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 480px) {
  .marb-4 {
    margin-bottom: unset;
  }
}

#menuleft .less-padding li {
  padding: 0.25rem 1.5rem;
}

.mb-0 {
  margin-bottom: 0.25em !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-0 {
  padding-top: 0rem !important;
}

.text-box-white {
  background: #ffffff !important;
}

.z-1 {
  z-index: 1;
}

.border-bottom-0 {
  border-bottom: 0px !important;
}

.is-padding-1 {
  padding: 1rem;
}

@media only screen and (max-width: 480px) {
  .overflow-mobile {
    overflow-x: scroll;
  }
}

.overflow-scroll {
  overflow-x: scroll;
}

@media only screen and (max-width: 480px) {
  .column .flex-start-mobile {
    justify-content: flex-start;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.f-icon {
  width: 80px;
  margin-bottom: 1rem;
}

.container.is-fluid {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .container.is-fluid-desktop {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.breadcrumb-section {
  padding: 3rem 1.5rem 0;
}

@media only screen and (min-width: 768px) {
  header {
    padding-top: 0;
  }
}

.absolute-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.5rem;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .absolute-title.left {
    margin-top: 1rem;
    margin-left: 1rem;
    transform: translateX(0);
  }
}

.absolute-title-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 3.5rem !important;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.absolute-title-bottom.left {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .absolute-title-bottom.left {
    margin-bottom: 2rem !important;
    margin-left: 1rem;
    transform: translateX(0);
    text-align: left;
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .is-one-fifth-tablet .card {
    min-height: 280px;
  }
}
@media only screen and (min-width: 1366px) {
  .is-one-fifth-tablet .card {
    min-height: 270px;
  }
}
.is-one-fifth-tablet .card p {
  font-size: 14px;
}

.img-full {
  width: 100%;
}

.image-square img {
  position: relative;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.image-square img:after {
  content: "";
  display: block;
  padding-top: 100%;
  opacity: 0.75;
}

@media only screen and (max-width: 480px) {
  .is-reverse {
    flex-direction: column-reverse;
  }
}

.navbar {
  background-color: transparent;
}

.navbar-item img {
  max-height: 3.5rem;
  margin: 1rem 0;
}

.hero.is-medium .hero-body {
  padding: 35rem 1.5rem 9rem;
}

.hero.is-fullheight {
  min-height: 90vh;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .hero.is-fullheight {
    min-height: 97vh;
    margin-top: -5rem;
  }
}

.hero.is-small {
  background-size: cover;
  background-repeat: no-repeat;
  height: 9.5rem;
}
@media only screen and (min-width: 768px) {
  .hero.is-small {
    background-size: 110%;
    background-position: center top;
    height: 37.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .hero.is-small {
    height: 45rem;
  }
}

.hero-body {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media only screen and (min-width: 768px) {
  .hero-body {
    background-position: center;
    background-size: cover !important;
    background-size: 100% 100%;
    margin-top: -3rem;
  }
}

.white-box-with-shadow {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
  .white-box-with-shadow {
    height: 3.25rem;
    padding-top: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  .white-box-with-shadow .column {
    padding: 0 0.5rem;
  }
}

.is-no-padding {
  padding: 0 !important;
}
.is-no-padding .is-fluid {
  padding: 0;
  margin: 0;
}
.is-no-padding .is-fluid .centered-div {
  padding: 9rem 0 !important;
}
.is-no-padding .is-fluid .centered-div .box-card {
  align-self: center;
  max-width: 80%;
}
@media only screen and (min-width: 768px) {
  .is-no-padding .is-fluid .centered-div .box-card {
    max-width: 50%;
  }
}

.section.is-small {
  padding: 1.5rem;
}

.section.is-full-width {
  padding: 3rem 0;
}

.section.no-padding {
  padding: 0 0;
  margin: 9rem 0;
}

@media only screen and (min-width: 768px) {
  .section {
    padding: 4.5rem 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .section.no-padding-top {
    padding: 0 1.5rem 4.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .section.no-padding-top-mobile {
    padding: 0 1.5rem 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .section.is-full-width-desktop {
    padding: 3rem 0;
  }
}

.is-medium.no-padding-bottom {
  padding: 3rem 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .is-medium.no-padding-bottom {
    padding: 9rem 1.5rem 0;
  }
}

.is-medium.no-padding-top {
  padding: 0rem 1.5rem 3rem;
}
@media only screen and (min-width: 768px) {
  .is-medium.no-padding-top {
    padding: 0rem 1.5rem 9rem;
  }
}

.banner-section {
  margin-top: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .banner-section {
    margin-top: 7.5rem;
  }
}

.top-header-section {
  background: #f1f1f1;
  mix-blend-mode: normal;
  padding: 0.5rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .top-header-section {
    padding: 1rem 1.5rem 1.25rem;
  }
}

.header-section {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
}

.header-section .columns {
  height: 100%;
}

.header-section img {
  max-height: 60px;
  /* width: auto; */
}

.super-navs.header-section.scrolled {
  padding: 0.5rem 1.25rem;
  top: 0;
  transition: 0.3s;
}

.logo-brand {
  background-size: contain;
  background-position: center center;
  width: auto;
  height: 40px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .logo-brand {
    max-width: 140px;
    height: auto;
    margin: 0 auto;
  }
}

.logo-brand-home {
  background-size: contain;
  background-position: center center;
  width: auto;
  height: 40px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .logo-brand-home {
    width: 140px;
    background-position: center center;
    height: 72px;
    margin: 0 auto;
  }
}

.logo-brand-footer {
  max-width: 240px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .logo-brand-footer {
    max-width: 200px;
    margin-bottom: 0;
    margin-left: -1.5rem;
  }
}

.footer {
  padding: 3rem 1.5rem;
  background: #28427f;
}
.footer .container {
  position: relative;
}
.footer .logo-bottom {
  width: 90px;
  height: 90px;
  position: absolute;
  transform: translateX(-50%);
  margin-left: 50%;
  top: 0;
  left: 0;
  margin-top: -45px;
  background-color: #fff;
  padding: 0 1rem;
}
.footer .socmed-box {
  border-radius: 3rem;
  width: 100%;
  background-color: #82bb42;
}
.footer .socmed-footer li {
  display: inline-block;
  margin: 0.75rem 1.25rem;
}
.footer .socmed-footer li a {
  font-size: 1.5rem;
}
.footer .socmed-footer li a svg {
  vertical-align: sub;
}
.footer .socmed-footer li a:hover g path:first-child {
  fill: #628f30;
}

.socmed-top {
  width: 2.5rem;
  position: fixed;
  right: 0;
  margin-top: -444px;
  margin-right: 1rem;
  padding: 4.5rem 0 0.5rem;
  background: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: all 0.7s;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .socmed-top {
    display: none;
  }
}
.socmed-top li {
  text-align: center;
}
.socmed-top li a {
  font-size: 0.8rem;
  fill: #82bb42;
}
.socmed-top li a svg {
  vertical-align: sub;
  width: 24px;
  color: #82bb42;
}
.socmed-top li a:hover g path:first-child {
  fill: #628f30;
}

.socmed-top.open {
  margin-top: 0;
  transition: all 0.7s;
  z-index: 99;
}

.menu-footer li a {
  font-size: 14px;
}
.menu-footer li a i {
  color: #cccccc;
}
.menu-footer li a:hover {
  color: #176892;
}

.copyright a:hover {
  color: #176892;
}

.position-relative {
  position: relative !important;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 3rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.height180 {
  height: 104px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .height180 {
    height: 180px;
  }
}

.input-noshadow:focus {
  border-color: #bfa563;
  box-shadow: unset;
}

.height75 {
  height: 75vh;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}
@media only screen and (min-width: 768px) {
  .flex-nowrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .pt-0-mobile {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .img-rounded-mobile {
    height: 148px;
    width: 148px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff;
}

.swiper-button-next,
.swiper-button-prev {
  top: 44%;
}
@media only screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 40%;
  }
}

.img-hover:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.search-input:focus {
  border-color: unset;
  box-shadow: unset;
}

.section-notfound {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu-journal {
  left: 170px;
  top: -16px;
}
@media only screen and (min-width: 768px) {
  .dropdown-menu-journal {
    left: 295px;
  }
}

.bb-0 {
  border-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-2 {
  padding-bottom: 2rem;
}

.py-2 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-5 {
  margin-bottom: 5rem;
}

.w100 {
  width: 100%;
}

.pt-2 {
  padding-top: 2rem;
}

.btn-minus,
.plus-item {
  min-width: unset !important;
}

.modal .modal-background {
  background-color: #000000d6 !important;
}

.error {
  color: #db1010;
}

.overflow-auto {
  overflow: auto;
}

.input:focus {
  box-shadow: none;
  border-color: #bfa563;
}
.input:active {
  box-shadow: none;
  border-color: #bfa563;
}
.input:hover {
  border-color: #bfa563;
}

.add-margin {
  margin: 0rem 0.5rem;
}
@media only screen and (min-width: 768px) {
  .add-margin {
    margin: 0rem 2.5rem;
  }
}

.logo-text {
  color: #fff;
  font-family: "Lulo-Clean-W01-One-Bold";
  color: #fff;
  font-size: 18px;
}

.line-news {
  display: block;
  height: 6px;
  background-color: #bc2b3a;
  position: absolute;
  left: 0;
  margin-left: 50%;
  margin-top: 0.5rem;
  width: 280px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .line-news {
    width: 140px;
  }
}

.line-about {
  background-color: #0a0a0a;
  border: none;
  display: block;
  height: 6px;
  width: 300px;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .line-about {
    width: 165px;
  }
}

.line-projects {
  margin-top: 0.5rem;
  display: block;
  height: 6px;
  background-color: #141414;
  position: absolute;
  left: 0;
  margin-left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .line-projects {
    width: 265px;
  }
}

.line-unit {
  display: block;
  height: 6px;
  background-color: #141414;
  position: absolute;
  margin-top: 0.5rem;
  margin-left: 50%;
  left: 0;
  width: 445px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .line-unit {
    width: 250px;
  }
}

.line-video {
  display: block;
  height: 6px;
  background-color: #bc2b3a;
  position: absolute;
  left: 0;
  margin-left: 50%;
  margin-top: 0.5rem;
  width: 500px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .line-video {
    width: 280px;
  }
}

.title-banner {
  position: absolute;
  top: 100px;
}

.sort-up {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 23%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 480px) {
  .sort-up {
    margin-left: 5%;
    margin-top: 135%;
  }
}

.div-envel {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: black;
  padding: 0.5rem;
  margin-bottom: 1%;
  margin-left: 1%;
  width: 4rem;
  height: 4rem;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .div-envel {
    margin-left: 5%;
    margin-top: 135%;
    bottom: 1rem;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}

.envel {
  position: absolute;
  left: 13px;
  bottom: 14px;
  font-size: 2.5em;
}
@media only screen and (max-width: 480px) {
  .envel {
    position: absolute;
    left: 4px;
    bottom: 3px;
    font-size: 2em !important;
  }
}

.div-caret {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 0.5rem;
  margin-bottom: 1%;
  margin-right: 1%;
  width: 4rem;
  height: 4rem;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .div-caret {
    margin-left: 5%;
    margin-top: 135%;
    bottom: 1rem;
    margin-right: 1.5rem;
    margin-top: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}

.caret-square-up {
  position: absolute;
  bottom: 4px;
  right: 14px;
  font-size: 3em !important;
}
@media only screen and (max-width: 480px) {
  .caret-square-up {
    position: absolute;
    bottom: 0px;
    right: 5px;
  }
}

.img-about {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-boxx {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  background-color: white;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .img-boxx {
    height: unset;
  }
}

.bg-overlay {
  width: 100%;
  height: 97.75%;
  background: rgba(225, 255, 255, 0.7);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  /* font-weight: bold; */
  /* text-align: center; */
  font-size: 60px;
  color: #000;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .overlay {
    font-size: 40px;
  }
}

.img-news {
  border-radius: 60px;
  position: relative;
  opacity: 0.35;
}
@media only screen and (max-width: 480px) {
  .img-news {
    border-radius: 20px;
  }
}

.title-news {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 107px;
  margin-left: 55px;
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .title-news {
    margin-bottom: 35px;
    margin-left: 15px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.date-news {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 59px;
  margin-left: 55px;
  font-weight: bold;
  font-size: 25px;
  color: #bc2b3a;
  text-align: left;
  font-style: italic;
  font-family: "CamptonBookItalic";
}
@media only screen and (max-width: 480px) {
  .date-news {
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 15px;
  }
}

.logo-top {
  max-width: 100%;
  position: absolute;
  right: 3rem;
  margin-left: 3rem;
  bottom: 3rem;
  margin-bottom: 4px;
}
@media only screen and (max-width: 480px) {
  .logo-top {
    height: unset;
    bottom: 0;
    margin-bottom: 5px;
    max-width: 100%;
    left: -50px;
  }
}

.logo-bottom {
  height: 100px;
  top: 0;
  margin-top: -36px;
  left: 0;
  margin-left: -92px;
}
@media only screen and (max-width: 480px) {
  .logo-bottom {
    height: 100px;
    top: 0;
    margin-top: -85px;
    left: 0;
    margin-left: -20px;
  }
}

.video {
  width: 100%;
}

.news-popup {
  background: #bc2b3a;
  padding: 3px 5px;
  width: fit-content;
}

.modal-card {
  margin: 6rem auto;
}
.modal-card .modal-card-body {
  max-width: 540px;
  height: 700px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .modal-card .modal-card-body {
    height: 500px;
    width: 320px;
  }
}

@media only screen and (max-width: 480px) {
  .img-text img {
    height: 150px;
    width: 250px;
  }
}

.mw-100 {
  width: 100%;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  color: #bc2b3a !important;
  font-size: 3rem;
}

@media only screen and (max-width: 480px) {
  .slick-next {
    left: 0;
    margin-left: 275px !important;
  }
}

.red-news {
  position: absolute;
  left: 0;
  top: 0;
}

.splide {
  width: 100%;
  margin: 0 auto;
}

.splide__pagination {
  margin-bottom: -2.5rem;
}

.splide__arrow {
  background: black;
}

.splide__arrow svg {
  fill: #fff;
}

.unit-img-list img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.bg-cloud-hero {
  background-image: linear-gradient(
      290deg,
      transparent,
      rgba(255, 255, 255, 0.73)
    ),
    url("https://images.ctfassets.net/1di1ntjloe8f/2cYety5Ax60KEYvASw7RU9/db918bf1ad750b39da4869187da03e98/LANGIT_WEB_ELANG__1_.jpg");
}

.bg-cloud {
  background-image: url("https://images.ctfassets.net/1di1ntjloe8f/5Hpyu9mdbZIdfZwqziA1eN/8353766612785c294fdb382d643205c1/BACKGROUND_TIPIS_ABOUT.png");
  background-size: cover;
  width: 100%;
  position: relative;
}

.bg-mountain {
  background-image: url("https://images.ctfassets.net/1di1ntjloe8f/1MC9KWDHL7hktRDKaTsDGy/bbd299675ccbaaa4c1cea377a2360825/BACKROUND_TIPIS_OTHER_PROJECT.png");
  background-size: cover;
  width: 100%;
  position: relative;
}

.overlay-white {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem;
  border-top-left-radius: 1rem;
}

.overlay-white-2 {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
}

.overlay-red {
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  background-color: rgba(198, 21, 17, 0.78);
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: -webkit-center;
  position: absolute;
  margin-top: -9rem;
}
@media only screen and (max-width: 480px) {
  .overlay-red {
    margin-top: -3rem;
  }
}

.icon-strength {
  width: 100%;
  color: white;
  top: -100px;
  margin-left: -12px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .icon-strength {
    top: -50px;
  }
}

.icon-strength img {
  width: 10rem;
}
@media only screen and (max-width: 480px) {
  .icon-strength img {
    width: 7.5rem;
  }
}

.gray-box {
  background-color: #fff;
  height: 10rem;
}
@media only screen and (max-width: 480px) {
  .gray-box {
    width: 80% !important;
  }
}

.margin-over {
  margin: -4.5rem -1.5rem;
}

.align-center {
  align-self: center;
}

.h-100 {
  height: 100%;
}

.text-gbox p {
  padding: 1rem 2rem;
  color: #28427f;
  text-align: center;
  padding: auto;
  font-size: 2vw;
  font-family: "Campton-bold";
}
@media only screen and (max-width: 480px) {
  .text-gbox p {
    margin-top: 17%;
  }
}

.mt-12 {
  margin-top: 12px;
}

.bg-black-1 {
  background-color: #424242;
  height: 4.5rem;
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  color: white;
  padding: 0.75rem 1.5rem 0.5rem;
}
@media only screen and (max-width: 480px) {
  .bg-black-1 {
    height: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .titlebar-scroll-link {
    font-size: 12px;
  }
}

.div-chev {
  bottom: 0;
  position: absolute;
  width: 100%;
  max-width: 50%;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .div-chev {
    max-width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .div-chev {
    max-width: 52%;
  }
}

@media only screen and (max-width: 480px) {
  .cont-about {
    max-width: 90%;
  }
}

.container-about {
  z-index: 2;
}

.container-unit {
  z-index: 2;
}

.hero-logo {
  margin-top: 30vh;
}
@media only screen and (max-width: 480px) {
  .hero-logo {
    margin-top: 40vh;
  }
}

.hero-logo img {
  max-width: 100%;
}

.title-div {
  padding: 1rem 2rem;
  background-color: #28427f;
  border-radius: 5rem;
}
@media only screen and (max-width: 480px) {
  .title-div {
    max-width: 80%;
  }
}

.img-div {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  height: 18rem;
}
@media only screen and (max-width: 480px) {
  .img-div {
    height: 12rem;
  }
}

.img-div div {
  bottom: 1rem;
  right: 2rem;
}

.img-div p {
  font-family: "campton-bold";
  font-size: 2vw;
  color: #28427f;
}
@media only screen and (max-width: 480px) {
  .img-div p {
    font-size: 6vw;
  }
}

.mainproj-div {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #28427f;
  height: 38rem;
}
@media only screen and (max-width: 480px) {
  .mainproj-div {
    height: 30rem;
  }
}

.mainproj-div p {
  padding: 2rem;
  font-size: 1.13vw;
  text-align: justify;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .mainproj-div p {
    font-size: 1.42vw;
  }
}
@media only screen and (max-width: 480px) {
  .mainproj-div p {
    font-size: 3.75vw;
  }
}

.imgotherproj {
  margin-left: 10rem;
  background-size: contain;
  width: 100%;
  height: 15rem;
}

.txtotherproj h4 {
  font-family: "campton-bold";
}

.footer-font {
  font-family: "campton-bold";
}

.caretdivblue {
  position: absolute;
  width: 100%;
  bottom: 4rem;
}
@media only screen and (max-width: 480px) {
  .caretdivblue {
    bottom: 1.5rem;
    left: 10rem;
  }
}

@media only screen and (max-width: 480px) {
  .caretdivblue img {
    max-width: 60%;
    height: 50px;
  }
}

.h-100vh {
  height: 100vh;
}

.centereddiv {
  text-align: -webkit-center;
}

.margin-1r {
  margin-top: 1rem;
}

.margin-2r {
  margin-top: 2rem;
}

.margin-3r {
  margin-top: 3rem;
}

/*# sourceMappingURL=main.css.map */

.footer-title {
  color: #fff;
}

.width-full {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 1.5rem;
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.image-wrapper {
  position: relative;
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.text-overlay h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff0000;
}

.text-overlay h1 span {
  color: #000;
  display: inline;
}

.text-overlay span {
  display: block;
  margin-top: 0.5rem;
}

.is-rounded {
  border-radius: 1.5rem;
  overflow: hidden;
}

.is-fullheight {
  height: 100%;
}

.is-fullheight img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0 4rem;
}

.service-card {
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-card .card-content {
  padding: 1.5rem;
}

.service-card .image img {
  object-fit: cover;
}

.fleet-card {
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: white;
}

.fleet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.fleet-card .card-content {
  padding: 1.5rem;
}

.fleet-card .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fleet-card .content ul {
  margin-left: 1.2rem;
  margin-top: 1rem;
}

.fleet-card .content ul li {
  margin-bottom: 0.5rem;
  color: #4a4a4a;
  font-size: 0.9rem;
}

.bg-mountain {
  position: relative;
  background-size: cover;
  background-position: center;
}

.overlay-white-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.fleet-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: white;
  transition: transform 0.3s ease;
}

.fleet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.fleet-card .card-image {
  height: 100%;
}

.fleet-card .card-image figure {
  height: 100%;
  margin: 0;
}

.fleet-card .card-content {
  padding: 2rem;
}

.fleet-card .content ul {
  margin-left: 1.2rem;
}

.fleet-card .content ul li {
  margin-bottom: 0.75rem;
  color: #4a4a4a;
}

.bg-mountain {
  position: relative;
  background-size: cover;
  background-position: center;
}

.overlay-white-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

@font-face {
  font-family: "Champton";
  src: url("../fonts/Campton-Font/CamptonExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.champton-extrabold {
  font-family: "Champton", sans-serif;
  font-weight: 800;
}

@font-face {
  font-family: "ChamptonBook";
  src: url("../fonts/Champton-Font/ChamptonBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.champton-book {
  font-family: "ChamptonBook", sans-serif;
}

@font-face {
  font-family: "ChamptonMedium";
  src: url("../fonts/Campton-Font/CamptonMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.champton-medium {
  font-family: "ChamptonMedium", sans-serif;
  font-weight: 500;
}

@font-face {
  font-family: "ChamptonBold";
  src: url("../fonts/ChamptonBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.champton-bold {
  font-family: "ChamptonBold", sans-serif;
  /* color: #c4272f; */
}

h1 {
  font-family: "Champton", sans-serif;
  font-weight: 800;
}

h2 {
  font-family: "ChamptonBold", sans-serif;
}

h3 {
  font-family: "ChamptonMedium", sans-serif;
  font-weight: 500;
}

p {
  font-family: "ChamptonBook", sans-serif;
  font-size: 1rem;
}

@keyframes slideRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-right-animation {
  animation: slideRight 1s ease-out forwards;
}

.fleet-selector {
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.fleet-selector.active {
  background-color: #c4272f !important;
  color: white !important;
}

#fleet-image {
  transition: opacity 0.3s ease-out;
}

.project-title,
.project-content {
  transition: all 0.5s ease-in-out;
}

.project-title,
.project-content {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.project-title.fade-out,
.project-content.fade-out {
  opacity: 0;
  transform: translateY(20px);
}

.pagination-btn {
  transition: all 0.3s ease;
}

.pagination-btn.active img {
  filter: brightness(0.8);
}

.pagination-btn:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideToLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.project-title,
.project-content {
  position: relative;
  width: 100%;
}

.slide-from-right {
  animation: slideFromRight 0.8s ease-out forwards;
}

.slide-to-left {
  animation: slideToLeft 0.8s ease-out forwards;
}

.project-title,
.project-content {
  transition: all 0.5s ease-in-out;
}

.slide-from-right {
  animation: slideFromRight 0.8s ease-out forwards;
}

.slide-to-left {
  animation: slideToLeft 0.8s ease-out forwards;
}

@media screen and (max-width: 768px) {
  .mt-0-mobile {
    margin-top: 260px !important;
  }

  .hero-logo figure img {
    width: 80px;
    height: 80px;
  }

  .text-overlay {
    padding: 1rem;
  }
}

.fleet-description {
  transition: opacity 0.3s ease-in-out;
}

.fleet-description.active {
  display: block !important;
  opacity: 1;
}

.fleet-description:not(.active) {
  display: none;
  opacity: 0;
}

.underline {
  text-decoration: none;
  text-underline-offset: 4px;
}
.underline:hover {
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header-section {
    padding-bottom: 0 !important;
    height: 90px !important;
  }
  #home {
    margin-top: 6rem !important;
  }
}

@media screen and (max-width: 600px) {
  .hero-logo-image {
    margin-bottom: 0 !important;
  }
  .text-overlay {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
