@font-face {
  font-family: "Thunder";
  src: url("./assets/fonts/Thunder-ExtraBoldLC.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/Gilroy-Light.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gilroy";
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
  background-color: #131212;
  cursor: none;
}
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.2s ease;
  mix-blend-mode: difference; 
  height: 7vw;
  width: 7vw;
  background-color: #c50505;

  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
}

#main {
  width: 100%;
  color: #fff;
}

#loader {
  /* display: none; */
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #131212;
  color: #fff;
  z-index: 9999;
}
#loader #topheading {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
#loader h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 200;
}

#topheading h5 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 100;
}
#coloredDiv {
  /* display: none; */
  position: fixed;
  top: 100%;
  width: 100%;
  height: 0vh;
  background-color: #c50505;
  z-index: 9999;
}

.reveal .parent {
  display: block;
  overflow: hidden;
}
.child span {
  display: inline-block;
}
.reveal .parent .child {
  display: block;
}

#home {
  width: 100%;
  height: 110vh;
  /* background-color: #fcfaf8; */
}

#home #nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  width: 100%;
  height: 100px;
}

#nav a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 0.9rem;
  color: #fff;
}
#nav a .line {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
#nav a:hover {
  color: #c50505;
}
#nav a:hover .line {
  width: 0;
}

#homeContent {
  padding: 0 4vw;
}
#heroText {
  font-size: 6vw;
  padding-top: 30vh;
}
#heroText h1 {
  font-family: "Thunder";
  font-size: 17vw;
  color: #c50505;
}

/* projects  */

.projectsContainer {
  padding: 10vw 4vw;
}
.projectsContainer h1 {
  font-family: "Thunder", url;
  font-size: 20vw;
  text-transform: uppercase;
}
#projects {
  padding: 2vh 0;
  position: relative;
  /* background-color: #9b9b9b; */
  height: 90vh;
  overflow: hidden;
}
.overlayimg {
  width: 100%;
  height: 100%;
}

.overlayimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
#circle {
  width: 150vh;
  height: 150vh;
  border-radius: 50%;
  position: absolute;
  background-color: #c5050548;
  top: 0%;
  border: 4px solid #c50505;
  left: -75vh;
  transform: translate(0, -20%) rotate(100deg);
}

.stripe {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  height: 60px;
  width: 100%;
  /* background-color: aqua; */
  transform-origin: 0% 50%;
}
.str1 {
  transform: translate(0, -50%) rotate(-20deg);
}
.str2 {
  transform: translate(0, -50%) rotate(-10deg);
}
.str4 {
  transform: translate(0, -50%) rotate(10deg);
}
.str5 {
  transform: translate(0, -50%) rotate(20deg);
}
.fir {
  /* background-color: aquamarine; */
  width: 50%;
  height: 100%;
  position: relative;
}
.dot {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1vw;
  height: 2vw;
  width: 2vw;
  background-color: #c50505;
}
.sec {
  /* background-color: bisque; */
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2vw;
  opacity: 0.5;
}
.sec h2 a {
  font-size: 10vw;
  color: #fff;
  font-family: "Thunder";
  text-transform: uppercase;
}

#panel {
  /* background-color: #c50505; */
  position: absolute;
  height: 40vh;
  width: 100px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vh;
}
.minicircle {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #c50505;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms;
  opacity: 0.6;
}
.minicircle:hover {
  font-size: 1.5rem;
}

.mobileProjectsContainer{
  padding: 2vw 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  display: none;
}
.pro{
  width: 100%;
  height: 35vh;
  /* background-color: #c50505; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  /* align-items: center; */
}
.pro img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.pro h2{
  font-size: 10vw;
  color: #fff;
  text-transform: uppercase;
}
.pro h2 a{
  /* font-family: 'Thunder'; */
  color: white;
  text-decoration: none;
}





















/* focus  */
#focus {
  padding: 5vw 4vw;
}

#focus h1 {
  font-size: 20vw;
  text-transform: uppercase;
  color: #fff;
  font-family: "Thunder";
}
#focus p {
  font-size: 8vw;
  text-transform: uppercase;
  color: #fff;
}

.focusContainer {
  display: flex;
}
.focusLeft {
  width: 50%;
}

.focusLeft {
  list-style: none;
  font-size: 4vw;
  cursor: pointer;
}

/* about  */
#about {
  padding: 10vh 4vw;
  /* background-color: blue; */
}
#about h1 {
  font-family: "Thunder";
  font-size: 30vw;
  text-transform: uppercase;
}

#about p {
  font-size: 5vw;
}
.photu {
  display: flex;
  justify-content: center;
}
#meriImg {
  padding: 4vw 0;
  width: 40%;
  display: flex;
  /* justify-self: center; */
  opacity: 0.2;
}
#meriImg img {
  width: 100%;
  /* justify-self: center; */
  object-fit: cover;
}

/* footer  */
.footer {
  padding: 2vh 4vw;
}
#footerContent {
  display: flex;
  justify-content: space-between;
  padding: 10vh 0;
}
#footerLeft {
  display: flex;
  gap: 20px;
}
i {
  color: #fff;
}
.circle {
  color: #fff;
  height: 10vw;
  width: 10vw;
  background-color: #9b9b9b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
  cursor: pointer;
  transition: all 300ms;
}
.circle:hover {
  background-color: #c50505;
  transform: scale(1.03);
}

#footerRight {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6vw;
  text-transform: uppercase;
}
#footerRight a {
  font-family: "Thunder";
  color: #9b9b9b;
  cursor: pointer;
  font-size: 14vw;
  text-decoration: none;
  transition: all 300ms;
}
#footerRight a:hover {
  color: #c50505;
}
a i {
  font-size: 5vh;
}
/* media queeriess  */

@media (max-width: 768px) {
  #footerContent {
    flex-direction: column;
    gap: 50px;
  }
  .circle {
    width: 30vw;
    height: 30vw;
  }

  #footerRight a {
    font-size: 20vw;
  }
}
@media (max-width: 998px) {
  .mobileProjectsContainer{
    display: block;
  }
  #projects{
    display: none;
  }
  #cursor{
    display: none;
  }
  html{
    cursor: initial;
  }
}

