/* =========================
   PROFILE
========================= */

.default {
  cursor: default;
}

section.profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  z-index: 90000000;
}

.box {
  border-radius: 5px;
}

.a {
  grid-column: 1 / 3;
}

.b {
  grid-column: 2 / 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: fit-content;
}

.c {
  grid-column: 2 / 3;
}

.d {
  grid-column: 1 / 3;
}

.column-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
















/* =========================
   PROJECTS
========================= */

.wrapperProjects {
  width: 75%;
  margin: auto;
}

.projects {
  display: grid;
  gap: 20px;
  padding-bottom: 20px;
  transition: 200ms ease;
}

.part {
  width: 100%;
}

.box {
  border-radius: 5px;
  transition: 100ms;
}

.boxProjects {
  width: 100%;
  height: min-content;
  border-radius: var(--padding) !important;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  transition: 300ms ease;
}

.box-double {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.dossier {
  min-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: -999;
  opacity: 0;
  width: 0 !important;
}

.end {
  min-height: auto;
  text-align: center;
  padding-top: 14vh;
}

.svg-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none !important;
}

.svg-wrapper svg {
  width: 40vh;
  height: auto;
}


.projects-info {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  width: fit-content !important;
  z-index: 90000000;
}

.project-headline {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  border-radius: 10px;
  background: #ff4314;
  color: white;
  width: fit-content;
}

.project-headline-long {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  border-radius: 10px;
  background: black;
  color: white;
}

.project-year {
  background: yellow;
  padding: 5px 10px;
  border-radius: 10px;
  color: black;
  width: fit-content;
}

#projectNavWrapper {
  position: fixed;
  top: 20px;
  bottom: 20px;
  right: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;

  gap: 10px;
  z-index: 9999;
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
}

#projectNav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
}

#projectNav a {
  width: 8px;
  height: 8px;
  border: 1px solid skyblue;
  border-radius: 50%;
  margin: 0 4px;
  font-size: 0.9vw;
  transition: 200ms ease;
}

#projectNav a:hover {
  transform: scale(1.3);
  background-color: #ff4314;
}

#projectNav .highlight {
  border: 2px solid white;
  transform: scale(1.1);
}


/* =========================
   DOSSIER LINKS
========================= */

.dossier-link {
  border: none !important;
  background: none !important;
  display: flex !important;
  justify-content: center;
  width: max-content !important;
  min-width: 20px !important;
  transition: 500ms;
}

.dossier-link .highlight {
  border: none;
  border-radius: 0;
  color: red !important;
}
















/* =========================
   AITYDE
========================= */

.aityde-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 120px;
}

.aityde-col-a {
  grid-column: 1 / 3;
}

.aityde-col-b {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.aityde-col-c {
  grid-column: 2 / 3;
}

.aityde-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.aityde-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Scoped media sizing */
.aityde-profile img,
.aityde-profile video {
  width: 80% !important;
}


.aityde-sticky {
  position: sticky;
  top: 0;
}


.aityde-profile h2 {
  line-height: 60%;
}

.aityde-cta {
  background: #373737;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.aityde {
  row-gap: 120px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.button-aityde {
  width: fit-content;
}

.blob {
	height: 90vh;
	width: auto;
	text-align: center;
  position: fixed;
  opacity: 0.2;
  z-index: -99999999;
  pointer-events: none;
}


.blob g{
	transform: translateX(280px) translateY(320px);
	mix-blend-mode: difference;
}

.blob g path{
  animation-name: rotate;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  mix-blend-mode: exclusion;
}



.richmedia img {
  width: 80%;
  margin: auto;
}

.richmedia video {
  width: 80%;
  margin: auto;
}

.richmedia {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}









/* =========================
   CONTACT
========================= */





.clocks-wrapper {
  grid-gap: 20px;
  display: flex !important;
}

#contact {
    display: flex !important;

}

.clocks-body {
  background-color: white;
  border-radius: 20px;
  align-items: center;
  padding: 10px;
}

.clock {
  display: flex;
  width: 18.23vw; /* Converted from 350px */
  height: 18.23vw; /* Converted from 350px */
  justify-content: center;
  align-items: center;
  background: url(https://kushtrimhamzaj.com/professional/img/elements/clock.png);
  background-size: cover;
  border: 4px solid #191919;
  border-radius: 50%;
}

.clock:before {
  content: "";
  position: absolute;
  width: 0.98125vw; /* Converted from 15px */
  height: 0.98125vw; /* Converted from 15px */
  background: #ffb510;
  border-radius: 50%;
  z-index: 999;
}

.clock .hour, .clock .min, .clock .sec {
  position: absolute;
}

.clock .hour, .hr {
  width: 8.333vw; /* Converted from 160px */
  height: 8.333vw; /* Converted from 160px */
}

.clock .min, .mn {
  width: 12.8958vw; /* Converted from 190px */
  height: 12.8958vw /* Converted from 190px */
}

.clock .sec, .sc {
  width: 11.9792vw; /* Converted from 230px */
  height: 11.9792vw; /* Converted from 230px */
}

.hr, .mn, .sc {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  border-radius: 50%;
}

.hr:before {
  content: "";
  position: absolute;
  width: 0.4167vw; /* Converted from 8px */
  height: 4.1667vw; /* Converted from 80px */
  background: grey;
  z-index: 9;
  border-radius: 6px 6px 0 0;
}

.mn:before {
  content: "";
  position: absolute;
  width: 0.4083vw; /* Converted from 4px */
  height: 6.6875vw; /* Converted from 90px */
  background: #8b8b8b;
  z-index: 10;
  border-radius: 6px 6px 0 0;
}

.sc:before {
  content: "";
  position: absolute;
  width: 0.1042vw; /* Converted from 2px */
  height: 7.8125vw; /* Converted from 150px */
  background: #ffb510;
  z-index: 11;
  border-radius: 6px 6px 0 0;
}