/*    
      |         ((...))     ,,
      |         ( O - )
      |    ,,,   \   /   Mooooooooo!
      |          ("_")
      |            U

      soekr.com V1.0.1 // style.css
      Art Directed, Designed and Developed by ziggelflex AKA Daniel Newman
      Copywriter Barnaby Huson-Newman

      COPYRIGHT © 2024 
*/

@import url('reset.css');

:root {
  /* colors */

  --color-primary: #ffffff;
  --color-header-text: #ffffff;
  --color-dotted-lines: #2f2f2f;
  --color-selection: #ff2b39;
  --color-transparent: rgba(0, 0, 0, 0);
  --color-background: #111111;
  /* --color-background: #ff0000; */

  --color-01: #8400ff;
  --color-02: #00ff22;
  --color-03: #0080ff;
  --color-04: #ff00ee;
  --color-05: #eaff00;
  --color-06: #ff0000;
  --color-07: #00c8ff;
  --color-08: #ff8c00;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-primary);
  background: var(--color-selection);
}

::selection {
  color: var(--color-primary);
  background: var(--color-selection);
}

* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

@font-face {
  font-family: 'NimbusSanL-Bol';
  src: url('../fonts/NimbusSanL-Bol.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NimbusSanL-Reg';
  src: url('../fonts/NimbusSanL-Reg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpaceMono-Regular';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ////////////////// SOEKR START ////////////////// */

body {
  color: var(--color-primary);
  background-color: var(--color-background);
  /* background-image: url('/img/wallpaper-mania.com_High_resolution_wallpaper_background_ID_77700327334.jpg'); */
  /* background-repeat: repeat; */
}

a,
p,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  color: var(--color-primary);
}

a {
  font-family: 'NimbusSanL-Reg', sans-serif;
  font-size: 0.8rem;
  text-decoration: underline;
  line-height: 1.8;
}

p {
  font-family: 'NimbusSanL-Reg', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
  color: var(--color-primary1);
  margin-bottom: 30px;
}

b {
  font-family: 'NimbusSanL-Bol', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
  color: var(--color-primary);
}

h1 {
  font-family: 'NimbusSanL-Bol', sans-serif;
  font-size: 2.3rem;
  letter-spacing: -1px;
  line-height: 1.2;
}

h2 {
  font-family: 'NimbusSanL-Bol', sans-serif;
  font-size: 1.9rem;
  letter-spacing: -1px;
  line-height: 1.4;
}

h3 {
  font-family: 'NimbusSanL-Bol', sans-serif;
  font-size: 1rem;
  letter-spacing: -1px;
  line-height: 1.4;
}

h4 {
  font-family: 'NimbusSanL-Reg', sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
}

h5 {
  font-family: 'SpaceMono-Regular', sans-serif;
  font-size: 0.6rem;
  line-height: 1.2;
}

h6 {
  font-family: 'NimbusSanL-Reg', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  /* color: #424242; */
}

button {
  font-family: 'NimbusSanL-Reg', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  color: var(--color-primary1);
}

/* .main-container {
  height: 100%;
  width: 100%;
} */

header {
  position: absolute;
  pointer-events: none;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  width: 100%;
  /* background-color: var(--color-06); */
}

.content-spacer {
  position: relative;
  pointer-events: none;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  width: 100%;
}

.sound {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.headervideo {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 33px;
  height: 29px;
  pointer-events: fill;
  background-image: url('../img/soekr_header_logo.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.site-status {
  position: fixed;
  top: 86px;
  left: 30px;
  pointer-events: fill;
}

.bookmark {
  margin-bottom: -2px;
  margin-left: 12px;
}

.hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  display: inline-block;
  pointer-events: fill;
}

.bar1,
.bar2 {
  width: 24px;
  height: 1px;
  background-color: var(--color-header-text);
  margin: 3px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 2px) rotate(-45deg);
}

.change .bar2 {
  transform: translate(0, -2px) rotate(45deg);
}

.settings {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  pointer-events: fill;
  background-image: url('../img/soekr_header_settings.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.btt {
  position: fixed;
  bottom: 140px;
  right: 35px;
  width: 24px;
  width: 14px;
  height: 17px;
  pointer-events: fill;
  background-image: url('../img/btt.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  visibility: hidden; /* Hide by default */
  opacity: 0; /* Start fully transparent */
  transition: opacity 0.5s ease, visibility 0s linear 0.3s; /* Smooth fade-in effect */
}

.btt.show {
  visibility: visible; /* Make the button visible */
  opacity: 1; /* Fade in to fully opaque */
  transition: opacity 0.5s ease; /* Smooth transition for opacity */
}

.note {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background-color: var(--color-07);
}

.move-down {
  position: absolute;
  bottom: 20%;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  pointer-events: fill;
  background-image: url('../img/soekr_down_icon.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.header-container {
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
}

.intro {
  position: absolute;
  top: 30%;
  margin-left: 30px;
}

.intro h4,
h2,
h5 {
  color: var(--color-header-text);
}

.intro .down-pointer {
  display: none;
  vertical-align: sub;
  padding-left: 8px;
}

.intro h2 {
  padding: 40px 0 40px 0;
}

.intro .dot {
  width: 7px;
  height: 7px;
  background-image: url('../img/soekr_ellipse.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.intro .version {
  padding-top: 40px;
}

section {
  padding: 140px 30px 0px 30px;
}

section.port-detail-post {
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  padding-top: 200px;
}

.port-detail-container {
  display: flex;
  flex-direction: column;
}

.port-detail-container .port-detail-left {
  width: 100%;
  padding-bottom: 30px;
}

.port-detail-container .port-detail-left h5 {
  padding-bottom: 80px;
}

.port-detail-container .port-detail-left h2 {
  line-height: 1.2;
  padding-bottom: 30px;
}

.port-detail-container .port-detail-left h4 {
  line-height: 1.8;
}

.port-detail-container .port-detail-right {
  width: 100%;
}

.port-detail-container .port-detail-right p img {
  padding: 20px 0 20px 0;
  width: 100%;
  height: 100%;
}

/* SOEKR MISSION START */

section.introduction {
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
}

section.introduction h5 {
  color: var(--color-primary);
}

.introduction-container {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  padding-top: 80px;
}

.introduction-left {
  width: 100%;
}

.introduction-left .text-321-col {
  columns: 1;
}

.introduction-left h1 {
  padding-bottom: 40px;
}

.introduction-left ul li:last-child a h5 {
  display: none;
  margin-bottom: 0px;
}

.introduction-right {
  /* display: none; */
  width: 100%;
  text-align: left;
  border-top: 1px dotted var(--color-dotted-lines);
  padding-top: 30px;
  margin-top: 30px;
}

section.portfolio {
  height: auto;
  margin: 0 auto;
  padding: 140px 0px 0px 0px;
  /* background-color: var(--color-08); */
}

section.portfolio .port-heading {
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  padding-left: 30px;
  padding-bottom: 80px;
}

section.portfolio .port-heading h5 {
  color: var(--color-primary);
}

/* Portfolio FLEX START */

.port-container {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  padding: 0 6px 0 6px;
  gap: 3px;
  background-color: var(--color-background);
}

/* .port-container > * {
  flex: 0 1 33%;
} */

.port-column {
  flex: 1;
  /* padding: 20px; */
  /* border: 1px solid black; */
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.port-box {
  display: flex;
  aspect-ratio: 1 / 1;
  gap: 3px;
}

.port-box-h {
  display: flex;
  aspect-ratio: 2 / 1;
  gap: 3px;
}

.port-box-doub-height {
  display: flex;
  aspect-ratio: 1 / 2;
  gap: 3px;
  height: 100%;
}

.port-fill {
  /* position: relative; */
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.p1 {
  background-image: url('../img/example.png');
}

.p2 {
  background-image: url('../img/example.png');
}

.p3 {
  background-image: url('../img/example.png');
}

.p4 {
  background-image: url('../img/example.png');
}

.p5 {
  background-image: url('../img/example.png');
}

.p6 {
  background-image: url('../img/example.png');
}

.p7 {
  background-image: url('../img/example.png');
}

.p8 {
  background-image: url('../img/example.png');
}

.p9 {
  background-image: url('../img/example.png');
}

.p10 {
  background-image: url('../img/example.png');
}

.p11 {
  background-image: url('../img/example.png');
}

.p12 {
  background-image: url('../img/example.png');
}

/* HOME AREA START */

.port-info-cont {
  display: flex;
  flex-direction: column;
  text-align: right;
  bottom: 0;
  right: 0;
  height: 100%;
  padding: 0 24px 24px 0;
}

.port-info-cont-bottom {
  margin-top: auto;
}

.h-p-t {
  font-family: 'NimbusSanL-Bol', sans-serif;
  font-size: 1rem;
  letter-spacing: -1px;
  line-height: 1.2;
}

.h-p-t span {
  background-color: var(--color-background);
  padding: 4px;
}

.h-p-c {
  font-family: 'SpaceMono-Regular', sans-serif;
  font-size: 0.6rem;
  line-height: 1.2;
}

.h-p-c span {
  background-color: var(--color-background);
  padding: 2px;
}

/* HOME AREA END */

.port-split-columns {
  display: flex;
  flex-wrap: wrap;
  direction: ltr;
}

/* Portfolio FLEX END */

section.call-to-action {
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 170px;
}

section.call-to-action .cta-copy {
  padding-top: 0px;
}

section.call-to-action .cta-copy p {
  font-size: 3rem;
  line-height: 3.4rem;
  color: var(--color-primary);
}

section.call-to-action .cta-copy p img {
  vertical-align: bottom;
  margin-bottom: 10px;
}

.btn-cta {
  background-color: var(--color-primary);
  border: none;
  font-family: 'NimbusSanL-Reg', sans-serif;
  font-size: 0.8rem;
  color: var(--color-background);
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  margin-top: 60px;
}

.copy-link {
  display: none;
  background-color: var(--color-background);
  border: none;
  color: var(--color-primary);
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  margin-top: 60px;
}

/* section.call-to-action a {
  color: var(--color-background);
  text-decoration: none;
} */

footer {
  padding: 0px 30px 0px 30px;
}

footer .footer-container {
  border-top: 1px dotted var(--color-dotted-lines);
  width: 100%;
}

footer .footer-container .f-inner {
  padding: 36px 0px;
}

footer .footer-container .f-inner h5 {
  color: var(--color-primary);
}

footer .footer-container .f-inner .flogo {
  width: 33px;
  height: 29px;
  background-image: url('img/soekr_header_logo.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hblinks {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  /* max-width: 60rem; */
  /* background-color: var(--color-01); */
  padding: 20px;
  /* box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3); */
  z-index: 100;
  transition: all 0.2s;

  ul li {
    /* background-color: #ff0000; */
    padding-bottom: 17px;
  }

  li:last-child {
    padding-bottom: 0px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-background);
  /* background-color: rgba(0, 0, 0, 0.95); */
  /* backdrop-filter: blur(4px); */
  transition: all 0.2s;
  display: hidden;
}

.coming-soon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-background);
  /* background-color: rgba(0, 0, 0, 0.95); */
  /* backdrop-filter: blur(4px); */
  transition: all 0.2s;
  display: hidden;
}

.close-btn {
  position: fixed;
  top: 36px; /* Should be 30. Donno why this aint working */
  right: 30px;
  width: 24px;
  height: 24px;
  display: inline-block;
  pointer-events: fill;
  cursor: pointer;
}

.close-bar1,
.close-bar2 {
  width: 24px;
  height: 1px;
  background-color: var(--color-header-text);
  margin: 3px 0;
  /* transition: 0.4s; */
}

.close-bar1 {
  transform: translate(0, 2px) rotate(-45deg);
}

.close-bar2 {
  transform: translate(0, -2px) rotate(45deg);
}

.coming-soon .cs {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-background);
  background-image: url('../img/loading.gif');
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-color: rgba(0, 0, 0, 0.95); */
  /* backdrop-filter: blur(4px); */
  transition: all 0.2s;
  display: hidden;
}

@keyframes flicker-invert {
  0%,
  100% {
    opacity: 1;
    filter: invert(0);
    /* No color inversion */
  }

  30% {
    opacity: 0.8;
    filter: invert(1);
    /* Full color inversion */
  }

  50% {
    opacity: 0.5;
    filter: invert(0);
    /* Back to normal colors */
  }

  70% {
    opacity: 0.6;
    filter: invert(1);
    /* Flicker with color inversion */
  }
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.lock-scroll {
  overflow: hidden;
}

.zidx {
  z-index: 100;
}

.zidx-error {
  z-index: 200;
}

/* Change min-width to 1920 when done */

@media screen and (min-width: 768px) {
  .introduction .introduction-left .text-321-col {
    columns: 2;
    gap: 20px;
  }

  h1 {
    font-size: 3.3rem;
  }

  h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  .intro {
    margin-left: 62px;
  }

  section {
    padding: 170px 62px 0px 62px;
  }

  .introduction-right {
    margin-top: 90px;
  }

  .port-detail-container {
    flex-direction: column;
  }

  .port-detail-right {
    columns: 2;
    gap: 20px;
  }

  section.portfolio .port-heading {
    padding-left: 62px;
  }

  .port-container {
    flex-direction: row;
  }

  .copy-link {
    display: unset;
  }
}

@media screen and (min-width: 1090px) {
  .introduction .introduction-left .text-321-col {
    columns: 3;
  }

  .port-detail-container {
    flex-direction: row;
  }

  .port-detail-left {
    width: 50%;
    padding-right: 100px;
  }

  .port-detail-right {
    width: 50%;
    columns: 2;
    gap: 20px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 1600px) {
  h4 {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 4rem;
    line-height: 5rem;
  }

  h1 {
    font-size: 4rem;
  }

  .intro {
    position: absolute;
    top: 32%;
    margin-left: 62px;
  }

  .intro .dot {
    width: 10px;
    height: 10px;
  }

  section {
    padding: 170px 62px 0px 62px;
  }

  .introduction-container {
    flex-direction: row;
  }

  section.introduction .introduction-left {
    width: 75%;
  }

  .introduction .introduction-left .text-321-col {
    columns: 3;
    gap: 20px;
  }

  section.introduction .introduction-right {
    /* display: none; */
    width: 25%;
    text-align: right;
    border-top: none;
    margin-top: 10px;
    padding-top: 0px;
  }

  .port-detail-container {
    flex-direction: row;
  }

  .port-detail-left {
    width: 50%;
    padding-right: 100px;
  }

  .port-detail-right {
    width: 50%;
    columns: 2;
    gap: 20px;
    padding-top: 100px;
  }

  section.portfolio .port-heading {
    padding-left: 62px;
  }

  .port-container {
    flex-direction: row;
  }
}

/* ////////////////// SOEKR END ////////////////// */
