/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("fonts/Sora/static/Sora-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* victor mono  */
@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/Victor_Mono/static/VictorMono-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "Sora", sans-serif;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
  background-color: #000;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eee0da;
  border-radius: 5px;
}

:root {
  --site-spacing: 30px;
  --header_height: 115px;
}

@media (max-width: 768px) {
  :root {
    --site-spacing: 40px;
    --header_height: 94px;
  }
}

.site-container {
  margin: 0 auto;
  padding: 0 var(--site-spacing);
}

@media (min-width: 768px) {
  .md\:site-container {
    margin: 0 auto;
    padding: 0 var(--site-spacing);
  }
}

.site-mt {
  margin-top: var(--header_height);
}

.site-px-7\.5 {
  padding-left: calc(7.5 * 4px);
  padding-right: calc(7.5 * 4px);
}

.vh-100-header {
  height: calc(100vh - var(--header_height));
}

/* Site Hover */

.hover\:with_underline {
  position: relative;
}

.hover\:with_underline:hover {
  color: #167389;
}

.hover\:with_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #167389;
  transition: width 0.3s ease;
}

.hover\:with_underline:hover::after {
  width: 100%;
}

/* header  */
.header {
  height: var(--header_height);
}

.hamberger-menu {
  width: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
  cursor: pointer;
}

.hamberger-menu span {
  width: 100%;
  height: 2px;
  background-color: #eee0da;
  transition: all 0.5s;
  z-index: 999;
}

.hamberger-menu.active span {
  background-color: #eee0da;
}

.hamberger-menu.active span:nth-child(2) {
  visibility: hidden;
}

.hamberger-menu.active span:first-child {
  transform: rotate(40deg) translate(4px, 7px);
}

.hamberger-menu.active span:last-child {
  transform: rotate(-40deg) translate(4px, -8px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 200;
  display: none;
}

.overlay.active {
  display: block;
}

.side_bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 300;

  /* Background transparency required */
  background: rgba(255, 255, 255, 0.05);
  /* Fallback background */
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%,
      rgba(146, 146, 146, 0.2) 0%,
      rgba(0, 0, 0, 0.045) 74.43%,
      rgba(0, 0, 0, 0) 100%);

  backdrop-filter: blur(42.9px);
  -webkit-backdrop-filter: blur(42.9px);
  /* Required for Safari */

  display: none;
}

.side_bar.active {
  display: block;
}

.side_bar li.current-menu-item a {
  text-underline-offset: 2px;
  text-decoration: underline !important;
}

.side_bar_list li a {
  font-family: Victor Mono;
  font-weight: 400;
  font-size: 38px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  color: #eee0da;
  text-decoration: none;
}

@media (max-width: 767px) {
  .side_bar {
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%,
        rgba(146, 146, 146, 0.2) 0%,
        rgba(0, 0, 0, 0.0447917) 74.43%,
        rgba(0, 0, 0, 0) 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
  }

  .side_bar_list li {
    display: flex;
    justify-content: center;
  }

  .side_bar_list li a {
    display: block;
    text-align: center;
    width: fit-content;
    max-width: fit-content;
    font-size: 32px;
    line-height: 127%;
  }
}

.footer_list li a {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.3px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: var(--mg-white) !important;
}

.footer_list li.current-menu-item a {
  text-underline-offset: 2px;
  text-decoration: underline !important;
}

.header-mn-pd {
  padding-top: 25px;
  padding-bottom: 25px;
}

.side_bar_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 137px;
}

.sidbr-ani-img {
  width: 459px;
  height: 431px;
}

.side_bar_list li {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .side_bar_inner ul {
    margin: 0;
  }

  .side_bar_inner ul li:last-child {
    margin: 0;
  }

  .side_bar_inner {
    /* margin-top: calc(var(--header_height) + 66px); */
    margin-top: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 65px;

  }

  .sidbr-ani-img {
    width: 183px;
    height: auto;
  }
}

/* footer  */
.footer-main-title {
  font-family: Victor Mono;
  font-weight: 400;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #eee0da;
  margin-bottom: 32px;
}

.footer-menu-item ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.footer-menu-item ul li {
  list-style: none;
}

.footer-menu-item ul li a {
  text-decoration: none;
  font-family: Victor Mono;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #eee0da;
  position: relative;
}

/* .footer-menu-item ul li.current_page_item a, */
.footer-menu-item ul li a:hover {
  color: #167389;
}

.footer-menu-item ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #167389;
  transition: width 0.3s ease;
}

/* .footer-menu-item ul li.current_page_item a::after, */
/* .footer-menu-item li a:hover::after {
  width: 100%;
} */

.footer-menu-item {
  border-top: 1px solid #eee0da;
  border-bottom: 1px solid #eee0da;
  padding: 16px 0;
}

.footer-btm {
  display: flex;
  justify-content: space-between;
  margin-top: 107px;
  margin-bottom: 76px;
}

.all-rht {
  font-family: Sora;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #eee0da;
}

.pcy-ply {
  font-family: Sora;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
}

.pcy-ply a {
  text-decoration: none;
  color: #eee0da;
}

.footer-wrapper {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .footer-main-title {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .footer-menu-item {
    padding: 32px 0;
  }

  .footer-menu-item ul {
    flex-direction: column;
    gap: 24px;
  }

  .footer-menu-item ul li a {
    font-size: 16px;
  }

  .footer-btm {
    margin-top: 40px;
    margin-bottom: 66px;
    flex-direction: column;
    gap: 32px;
  }

  .pcy-ply {
    text-align: left;
    font-size: 16px;
    line-height: 140%;
  }

  .all-rht {
    font-size: 16px;
    line-height: 140%;
  }
}

/* button css start  */
.corner-border-btn {
  position: relative;
  padding: 12px 24px;
  background-color: transparent;
  color: rgba(238, 224, 218, 1);
  border: 1px solid rgba(238, 224, 218, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.corner-border-btn:hover {
  border: 1px solid #000;
  color: #167389 !important;
}

.corner-border-btn::before,
.corner-border-btn::after,
.corner-border-btn span::before,
.corner-border-btn span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #167389;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.corner-border-btn::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 6px;
}

.corner-border-btn::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 6px;
}

.corner-border-btn span::before {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
  border-bottom-left-radius: 6px;
}

.corner-border-btn span::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  border-bottom-right-radius: 6px;
}

.corner-border-btn:hover::before,
.corner-border-btn:hover::after,
.corner-border-btn:hover span::before,
.corner-border-btn:hover span::after {
  opacity: 1;
}

/* button css close  */
.site-info {
  display: none;
}

/*   Trusted logos   */
.trusted-logos {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 140px;
}

.trusted-logos .trusted-logs-inner {
  width: 140%;
  height: 140px;
  margin: auto;
}

.trusted-logos .scroller {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 150px);
}

.scroller__inner {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 76px;
  align-items: center;
}

.scroller__inner img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg,
      transparent,
      white 20%,
      white 80%,
      transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 40s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

@media (max-width: 767px) {
  .trusted-logos {
    overflow: hidden;
    padding-left: 20px;
    border-bottom: 0px;
    height: 92px;
  }

  .trusted-logos .trusted-logs-inner {
    width: 140%;
    height: 92px;
  }

  .scroller__inner {
    gap: 30px;
  }

  .scroller__inner img {
    height: 35px;
  }
}

/* Loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Make sure it stays on top */
}

/* White spinner */
.loader::after {
  content: "";
  width: 270px;
  height: 270px;
  /*border: 10px solid white;*/
  /*border-top-color: gray;*/
  /*border-radius: 50%;*/
  /*animation: spin 1s linear infinite;*/
  background: url(images/loader.gif) center no-repeat;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.portfolio-item .overlay {
  background-image: radial-gradient(90.16% 143.01% at 15.32% 21.04%,
      rgba(146, 146, 146, 0.2) 0%,
      rgba(0, 0, 0, 0.045) 74.43%,
      rgba(0, 0, 0, 0) 100%) !important;
  /* Put image second if it's decorative */
  background-size: cover;
  background-repeat: no-repeat;

  backdrop-filter: blur(42.9px) !important;
  -webkit-backdrop-filter: blur(42.9px) !important;
}

.side_bar_list {
  margin-right: 130px;
  gap: 25px;
}

@media (max-width: 767px) {

  .side_bar_list {
    margin-right: 0;
    gap: 10px;
  }
}

/* Clipboard Message */
.show-clipboard-message {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #167389;
  padding: 5px 8px;
  border-radius: 8px;

  color: #EEE0DA;
  font-family: Sora;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  opacity: 0;
  bottom: -60px;
  visibility: hidden;

  transition: all 0.5s;
}

.show-clipboard-message.active {
  opacity: 1;
  visibility: visible;
}

.show-clipboard-message img {
  width: 24px;
  height: 24px;
}