@font-face {
  font-family: Outfit;
  src: url("https://static.smartstock.africa/font/Outfit.ttf");
}

@font-face {
  font-family: Lexend;
  src: url("https://static.smartstock.africa/font/lexend.ttf");
}

@font-face {
  font-family: Jost;
  src: url("https://static.smartstock.africa/font/jost.ttf");
}

:root {
  --Outfit: "Outfit", "sans-serif";
  --Lexend: "Lexend", "sans-serif";
  --Jost: "Jost", "sans-serif";
}

html {
  scrollbar-width: thin;
}

body {
  margin: 0;
  height: 100%;
  background-color: #80adbf;
}

header {
  height: max-content;
  background: #ffffff45;
}

#headerLogo {
  height: 6vh;
}

#headerContainer {
  display: flex;
  align-items: center;
  font-size: 120%;
  justify-content: space-between;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

#headerLogoHolder {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#headerText {
  font-family: var(--Jost);
  letter-spacing: 1px;
  font-weight: 700;
  color: #285166;
}

#headerCTA {
  padding: 5px;
  color: white;
  font-family: var(--Lexend);
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  background: linear-gradient(0deg,rgb(40, 81, 102) 0%, rgb(128, 173, 191) 100%);
  color: white;
  border: 2px solid #285166;
  cursor: pointer;
}

#heroSection {
  height: max-content;
  display: flex;
  background: #ffffff45;
}

#heroSectionHolder {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#hsTextHolder {
  display: flex;
  flex-direction: column;
}

#hsDisplayHolder{
  width: 40vw;
  text-align: justify;
  font-family: var(--Jost);
  line-height: 1;
  color: #285166;
  padding: 10px;
  background: #ffffff80;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#hsCTAButtonHolder{
  width: 40vw;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  background: #285166;
  font-family: var(--Jost);
  letter-spacing: 2px;
  text-align: center;
  font-size: 100%;
  font-weight: 500;
  color: white;
  box-shadow: 0px 0px 0px 2px #ffffff87;
}

.hsBolder{
  color: #285166;
}

#hsHeaderTextHolder{
  display: flex;
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 2px solid #275066;
}

#hsHeaderText{
  font-family: var(--Outfit);
  font-size: 150%;
  letter-spacing: 3px;
  text-align: right;
  font-variant-caps: all-small-caps;
  color: #285166;
  border-radius: 5px;
  font-weight: 1000;
  animation: glaze 4s ease-in-out infinite;
}

@keyframes glaze {
  0%{
    background-position-x: 0%
  }
  100%{
    background-position-x: 10vw
  }
}
#psHeaderText {
  font-family: var(--Outfit);
  font-size: 150%;
  font-weight: 600;
  letter-spacing: 3px;
}

#hsSubTitleText{
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: var(--Lexend)
}
#psSubTitleText {
  font-family: var(--Lexend);
}

#heroSectionImage {
  height: 50vh;
}

#hsImageHolder {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-family: var(--Jost);
  opacity: 0;
}

#psHolder {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#professionalSection {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #0000000d;
  padding: 5px;
}

#psHeader {
  text-align: center;
  font-size: 120%;
  font-family: var(--Jost);
  font-weight: 500;
}

#projects {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.ps {
  display: flex;
  align-items: center;
  font-family: var(--Jost);
}

.psIcon {
  height: 40px;
}

#projectSection {
  display: flex;
  margin-top: 15px;
}

#projectSectionHolder {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  flex-direction: column;
}

#projectSectionHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.project {
  height: 200px;
  width: 200px;
  font-family: var(--Jost);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.projectImage {
  height: 100%;
}

.projectHeader {
  display: flex;
  font-family: var(--Lexend);
  align-items: center;
  padding: 5px;
}

.pHicon {
  height: 25px;
}

.projectImage {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.projectImageDisplay {
  width: 100%;
  position: absolute;
}

.pHtext {
  font-size: 80%;
}

.comingSoonProject {
  font-family: var(--Jost);
  font-size: 80%;
  font-weight: 500;
}

footer {
  display: flex;
  background: #80adbf;
  margin-top: 15px;
}

#footerSectionHolder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5px;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#footerAbout {
  font-size: 80%;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

#aboutHeader {
  font-family: var(--Outfit);
  font-size: 120%;
  font-weight: 500;
}

#about {
  font-family: var(--Jost);
  line-height: 14px;
  text-align: justify;
}

#footerLinks {
  font-size: 80%;
  display: flex;
  flex-direction: column;
  font-family: var(--Jost);
  padding: 5px;
}

#socialIcons {
  display: flex;
  gap: 10px;
  padding: 5px;
}

.socialIcon {
  height: 20px;
}

#footerSocial{
  font-family: var(--Jost);
}

#formShip{
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
}

#formContainer{
  margin: auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: var(--Jost);
}

.form{
  display: flex;
  flex-direction: column;
}

input{
  padding: 5px;
  font-size: 100%;
  font-family: var(--Outfit);
  outline: none;
  letter-spacing: 1px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.formButton{
  padding: 5px;
  text-align: center;
  font-size: 120%;
  font-variant-caps: all-small-caps;
  letter-spacing: 1px;
  font-weight: 500;
  background: #285166;
  border-radius: 5px;
  color: white;
  margin: 5px;
  cursor:pointer;
  margin-top: 10px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.formButton:hover{
  transform: scale(1.05) rotate(0deg) translate(0px, 0px) skewX(0deg);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1);
  color: #ffffff;
}

#headerLinks{
  font-family: var(--Jost);
  font-weight: 500;
  color: #285166;
  cursor: pointer;
}

@media (max-width: 1050px) {
  #heroSection {
    padding-top: 10px;
  }
  #hsTextHolder,
  #projectSectionHeader {
    align-items: center;
  }
  #heroSectionHolder,
  #projectSectionHolder {
    flex-direction: column;
  }
  .psIcon {
    height: 30px;
  }
}

@media (max-width: 600px) {
  #headerLogo {
    height: 5vh;
  }
  #hsHeaderText,
  #psHeaderText {
    font-size: 100%;
  }
  #hsSubTitleText,
  #psSubTitleText {
    font-size: 80%;
    text-align: center;
  }
  .psIcon {
    height: 20px;
  }
  #psHolder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    font-size: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
  }
  .project {
    height: 150px;
    width: 150px;
  }

  .projectTitle {
    font-size: 75%;
  }

  #heroSectionImage {
    height: 30vh;
  }

  #headerCTA {
    font-size: 80%;
  }

  #footerSectionHolder {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr max-content;
    margin-left: 20px;
    margin-right: 20px;
  }

  #footerAbout {
    grid-area: 1 / 1 / 2 / 3;
  }
  #footerLinks {
    grid-area: 2 / 1 / 3 / 2;
  }
  #footerSocial {
    grid-area: 2 / 2 / 3 / 3;
  }

  #socialIcons {
    justify-content: normal;
    gap: 10px;
  }
  .comingSoonProject {
    display: none;
  }
  #projects {
    justify-content: center;
  }

  #hsHeaderTextHolder{
    width: auto;
  }
  #hsDisplayHolder,
  #hsCTAButtonHolder{
    width: 90vw;
  }
}

@media (max-width: 450px) {
  #hsHeaderText,
  #psHeaderText {
    letter-spacing: 0.5px;
  }
  #heroSectionImage {
    height: 25vh;
  }
}
