.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

body {
  background-color: #000000;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.text-white-light {
  color: #ffffffdd;
}

.text-accent {
  color: var(--theme-color) !important;
}

.bg-dark {
  background-color: #010101 !important;
}

.bg-gray {
  background-color: #f3f3f3;
}

.bg-theme {
  background-color: #ce1111;
}

.bg-theme-dark {
  background-color: #a11b1b;
}

.bg-white-light {
  background-color: #ffffffee;
}

.theme-btn-accent:hover {
  color: var(--theme-color) !important;
}

.theme-btn {
  font-family: var(--theme-found) !important;
  font-weight: bold;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.theme-btn {
  text-transform: none !important;
}

/* Header */

.mobile-nav > ul > li a {
  text-transform: none !important;
  color: #ffffff90;
  width: 100% !important;
  display: inline-block;
}

.mobile-nav > ul > li:hover a {
  color: #ffffff;
}

.mobile-nav > ul li a:before {
  background-color: #ffffff90 !important;
}

.mobile-nav > ul > li.menu-item-has-children {
  cursor: pointer;
}

.mobile-nav > ul > li.menu-item-has-children a {
  transition: 300ms;
}

.mobile-nav > ul > li.menu-item-has-children a:hover {
  color: #ffffff;
}

.mobile-nav > ul > li.active a {
  color: #ffffff;
}

.mobile-nav > ul > li.active .sub-menu a {
  color: #ffffff90;
}

.mobile-nav > ul > li.active .sub-menu li:hover a {
  color: #ffffff;
}

.mobile-nav > ul > li.active .sub-menu li a:before {
  transition: 300ms;
}

.mobile-nav > ul > li.active .sub-menu li:hover a:before {
  background-color: #ffffff !important;
}

.mobile-nav > ul > li.active .sub-menu li.active a {
  color: #ffffff;
}

.mobile-nav > ul > li.active .sub-menu li.active a:before {
  background-color: #ffffff !important;
}

.mobile-nav > ul li.menu-item-has-children ul.sub-menu {
  border-color: #ffffff90;
}

.mobile-nav > ul > li.menu-item-has-children::before {
  display: none !important;
}

.mobile-nav {
  background-color: #ce1111;
  border-right: 1px solid #ffffff90;
}

.header-style-one.two .desktop-nav {
  padding: 0;
}

@media screen and (min-width: 1367px) {
  .mobile-nav a#res-cross::before {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header-style-one .desktop-nav .nav-bar.last {
    display: none !important;
  }

  .header-style-one .desktop-nav .d-flex-all {
    justify-content: center !important;
    position: relative;
  }

  .header-style-one .desktop-nav .d-flex-all .nav-bar {
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 290px) {
  .header-style-one .desktop-nav .d-flex-all {
    justify-content: flex-end !important;
  }
}

/* CTA */

.cta a {
  display: flex;
  gap: 10px;
  width: fit-content;
}

.cta a:hover img {
  margin-left: 7.5px;
}

.cta img {
  margin-top: -30px;
  transition: 200ms;
}

@media screen and (max-width: 991px) {
  .cta a:hover img {
    margin-left: 0;
  }

  .cta img {
    margin-top: -20px;
  }
}

/* Footer */

footer i {
  aspect-ratio: 1;
}

footer a,
footer span {
  font-weight: 400 !important;
}

footer span,
footer p {
  color: #b7b7b7 !important;
}

footer p {
  font-size: 16px;
  line-height: 24px;
}

footer a {
  transition: 300ms;
  width: 100% !important;
}

.footer-style-one .footer-p-2 .footer-col ul:not(.social-media) li span {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-style-one .footer-p-2 .footer-col ul li:first-child {
    align-items: flex-start;
  }
}

/* Popup */

.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-form .popup-content {
  padding: 30px;
  background-color: var(--theme-color);
  text-align: center;
  width: 300px;
  position: relative;
  width: min(90dvw, 900px);
}

.popup-form .popup-content p {
  color: #ffffff;
}

.popup-form .popup-content ul li {
  font-family: var(--theme-found);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.popup-form .popup-close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 30px;
  line-height: 0;
  cursor: pointer;
  font-weight: 100;
  color: #ffffff;
  opacity: 0.8;
}

/* Elements */

.service-style-one .service-data {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .service-style-one .service-data {
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .p-box-sm {
    padding: 60px 12px !important;
  }
}

.decisive-list {
  padding-left: 20px;
}

.decisive-list-theme ::marker {
  color: var(--theme-color);
}

.decisive-list li {
  font-size: 18px;
  line-height: 26px;
  font-family: var(--theme-found);
  list-style-type: square;
}

.decisive-list li b {
  font-weight: 600;
  font-family: var(--theme-found);
  letter-spacing: -0.4px;
}

@media screen and (max-width: 1399px) {
  .decisive-list li {
    font-size: 16px;
    line-height: 24px;
  }
}

.data h3 {
  font-size: 32px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .data h3 {
    font-size: 38px;
    line-height: 42px;
  }
}
/*  */
#mdp-readabler-popup-footer::before,
#mdp-readabler-popup-footer::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
}
#mdp-readabler-popup-footer {
  position: relative !important;
  z-index: 999999 !important;
  background: transparent !important;
}
/*  */
@media screen and (max-width: 767px) {
  .mobile-black-bg .dd-video {
    display: none !important;
  }

  .mobile-black-bg .video-overlay {
    display: none !important;
  }

  .mobile-black-bg {
    background-color: #000000 !important;
    background-image: none !important;
  }
}
