@font-face {
  font-family: sandor;
  src: url(sandor/SandorTrial.ttf);
}

@font-face {
  font-family: typo;
  src: url(typo-grotesk/Typo\ Grotesk\ Black\ Demo.otf);
}

* {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
}

:root {
  --white: #e8e8e8;
  --gray: #212121;
  --black: #000;
}

body {
  background-color: var(--gray);
  color: var(--white);
  transition: background-color 0.4s, color 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  
}
body::-webkit-scrollbar {
  display: none;
}
nav {
  width: 100%;
  height: 60px;
  /* background-  */
  color: var(--white);
  /* background-color: var(--dark-background); */
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}

nav h1 {
  /* line-height: 1; */
  font-size: 1.5vw;
  font-family: typo;
  padding-left: 1vw;
  text-transform: uppercase;
}
nav h2 {
  font-size: 1.4vw;
  padding-left: 1.2vw;
  font-family: typo;
  line-height: 0.8vw;
}
.center {
  width: 50vw;
}
nav .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
nav .tags a {
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  font-family: sans-serif;
}
nav .right {
  margin-right: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
}
.right i {
  font-size: 2.5vw;
  cursor: pointer;
}

/* ///////////side menu//////////////////// */

.sMenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 30vw;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5vw;
  padding: 2vw;
  /* background-color: var(--black); */
  background-color: var(--black);
  transition: 1s ease; /* Add a transition for smooth animation */
  /* opacity: 0; */
  z-index: 99;
}

.sMenu .sHead {
  position: relative;
  /* background-color:var(--black); */
  color: var(--white);
  height: 10vw;
  width: 100%;
}
.sMenu .sHead i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3vw;
}
.sMenu .sTags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3vw;
}
.sTags a {
  text-decoration: none;
  color: var(--white);
  font-size: 2vw;
}
.sMenu .socials {
  font-size: 2vw;
  display: flex;
  gap: 1vw;
  cursor: pointer;
  /* flex-direction: column; */
}

/* -------------///----page1--------/////---- */

.page1 {
  position: relative;
  /* height: 80vh; */
  color: var(--white);
  margin-bottom: 15vw;
  width: 100vw;
}
.title {
  margin-top: 3vw;
}

.title h1 {
  font-size: 8vw;
  display: flex;
  flex-direction: column;
  z-index: 2;
  /* mix-blend-mode: difference; */
  font-family: sans-serif;
  -webkit-text-stroke: 2px #222;
}
.line2 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-left: 2vw;
}

.page1 .person,
.line3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15vw;
  /* justify-content: center; */
}
.page1 .title .photo {
  position: absolute;
  right: 12vw;
  top: -8vw;
  height: 15vw;
  width: 15vw;
  border-radius: 50%;
  animation: spin  1s 1;
}



.line3 .photo img {
  height: 100%;
  width: 100%;
  transform: rotate(30deg);
}
.page1 .bilal {
  display: inline;
}
.webH {
  font-size: 2.5vw;
  font-weight: 600;
  transform: rotate(270deg);
  font-family: typo;
  margin-right: -1.5vw;
  margin-top: -0.3vw;
}
.para {
  width: 70%;
  margin-left: 13vw;
  margin-top: 3vw;
}
.para h3 {
  text-align: center;
  font-family: sans-serif;
  font-size: 0.8vw;
  font-weight: 400;
  letter-spacing: 3px;
  color: #777;
  text-transform: uppercase;
}

.squareH {
  height: 5vw;
  width: 5vw;
  /* background-image: linear-gradient(120deg, #5c87f5,  #96ded0bb, #9d7ade, rgba(157, 65, 255, 0.667)); */
  background: linear-gradient(
    105deg,
    hsl(0, 0%, 60%),
    hsla(0, 1%, 62%, 0.892),
    hsl(0, 0%, 60%)
  );
  margin-top: 3.6vw;
  margin-left: 4vw;
  border-radius: 4px;
}

/* **************about************* */
.about {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10vw;
  /* height: 80vh; */
  font-family: sans-serif;
  width: 100vw;
}
.about .bio {
  width: 47vw;
  color: var(--white);
  display: flex;
  margin-top: 10vw;
}
.about .bio h2 {
  font-size: 1.66vw;
  font-weight: 400;
  font-family: sans-serif;
}
.bio i:nth-child(1) {
  font-size: 2vw;
  color: #dada;
}
.bio i:nth-last-child(1) {
  font-size: 2vw;
  margin-top: 0.1vw;
  color: #dada;
}
.aboutH {
  margin-left: 1vw;
  /* margin-bottom: 1vw; */
  color: var(--white);
  font-family: typo;
}
.aboutH h1 {
  font-size: 8vw;
  width: 50vw;
  /* line-height: 0; */
}
.aboutH h1:nth-child(1) {
  margin-left: 1vw;
  /* width: 30vw; */
}
.aboutH h1:nth-child(3) {
  margin-left: 13vw;
}
.getH .squareH {
  margin-top: 2.5vw;
}
.bioH {
  position: absolute;
  left: 5vw;
  top: 3vw;
  height: 4vw;
  width: 8vw;
  border: 1px solid var(--white);
  border-radius: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 1vw;
  font-family: sans-serif;
  font-size: 1.5vw;
}

/* //////////////.specializations//////////////// */
.headings{
  width: 100vw;
  overflow-x: hidden;
}
.specHeading {
  /* height: 4vw; */
  /* position: absolute; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  font-size: 2vw;
  margin: 5vw 0;
  margin-left: 6vw;
  font-family: monospace;
}
.specHeading p {
  font-weight: 700;
  font-family: monospace;
  margin-left: -6vw;
}
.specHeading h5 {
  font-size: 4vw;
}
.spc {
  display: flex;
  font-size: 4vw;
}

.specializations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 5vw;
  width: 100vw;
}

.spec {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: 17vw;
  width: 22vw;
  border: 2px solid #e6e6e6;
  border-radius: 1rem;
  padding: 1.4vw;
  text-align: center;
  transition: ease 0.5s;
}
.spec:hover {
  border-color: #dada;
  box-shadow: 2px 2px 10px #000, inset 4px 4px 10px #111;
  scale: 1.01;
}
.spec h1 {
  padding-bottom: 1.2vw;
  font-size: 2vw;
}
.spec h2 {
  padding-bottom: 1vw;
  font-size: 1.2vw;

  color: #666;
  font-weight: 300;
}

.page2 {
  color: var(--white);
  margin-top: 5vw;
  padding: 8vw 0;
  --mask: radial-gradient(40px at 50% 40px, #0000 97%, #000) 50% -40px/ 74px
    100%;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.headings h1 {
  font-size: 8vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  color: var(--white);
  font-family: typo;
}
.projH .squareH {
  margin-top: 2.5vw;
}
.headings h1:nth-child(2n) {
  margin-left: 8vw;
}
.page2 .projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 5vw;
}
.page2 .work {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10vw;
  transition: 0.4s ease-in;
}
.work1 .image {
  /* background-color: #7f6bac90; */
  background-color: #0d3c48a4;
  backdrop-filter: blur(20px);
}
.work2 .image {
  background-color: #91648786;
  backdrop-filter: blur(20px);
}
.work3 .image {
  background-color: #507d5f81;
  backdrop-filter: blur(20px);
}
.work:hover .proImage {
  scale: 1.02;
  transition: 0.5s ease;
}
.page2 .work .image {
  height: 37vw;
  width: 53vw;
  /* background-color: #dadada; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.page2 .work img {
  height: 30vw;
  width: 46vw;
  border-radius: 1rem;
  opacity: 0.9;
}
.work .texts {
  margin-bottom: 8vw;
  color: var(--white);
}
.work .texts h1 {
  font-size: 4vw;
  font-family: typo;
}
.work .texts p {
  font-size: 1vw;
  font-family: sans-serif;
  margin-top: 1vw;
}

/* ///////////////contact///////////////// */

.contact {
  position: relative;
  margin-top: 5vw;
}

.coHeading h1 {
  font-size: 8vw;
  margin-left: 1vw;
  color: var(--white);
  font-family: typo;
  width: 50vw;
}
.coHeading .vision {
  height: 10vw;
  width: 10vw;
  border-radius: 50%;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5vw;
  margin-left: 42vw;
  margin-top: 5vw;
  border: 1px solid #dadada;
}
.coHeading h4 {
  font-family: typo;
  font-size: 1vw;
}
.con2 .squareH {
  margin-top: 2.5vw;
}

.coTag {
  position: absolute;
  left: 5vw;
  top: 3vw;
  height: 4vw;
  width: 10vw;
  margin-top: 35vw;
  border: 1px solid var(--white);
  border-radius: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  /* padding: 5vw 0; */
  font-size: 1.5vw;
}

.form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22vw;
  gap: 4vw;
  margin-top: 10vw;
}
.abc {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 2rem;
  font-size: 2vw;
}

.mail,
.call {
  font-size: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
  height: 10vw;
  width: 40vw;
  border-radius: 5rem;
  color: var(--white);
  border: 2px solid var(--white);
}

.arrow {
  height: 5vw;
  width: 5vw;
  border: 2px solid #dadada;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.arrow i {
  font-size: 2vw;
  animation: arrowUp 1s infinite linear;
  color: var(--white);
}
@keyframes arrowUp {
  0% {
    transform: translateY(0.5vw);
  }
  100% {
    transform: translateY(-1vw);
  }
}
.footerName {
  width: 50vw;
  height: 26vw;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: -13vw; */
  margin-left: 25vw;
}
.footerName h1 {
  font-size: 25vw;
  font-family: sans-serif;
}





/* ___________________media queries_____________________ */

@media (max-width: 900px) {
  


  body{
    overflow-x: unset;
  }
  * {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
  }
  nav h1 {
    /* line-height: 1; */
    font-size: 3.5vw;
    font-family: typo;
    text-transform: uppercase;
    text-align: center;
  }
  nav h2 {
    text-align: center;
    font-size: 2.6vw;
    /* padding-left: 1.4vw; */
    font-family: typo;
    /* line-height: 0vw; */
  }
  nav .tags {
    display: none;
    
  }
  .right i {
    font-size: 6vw;
    cursor: pointer;
  }
  .sMenu{
    height: 100vh;
    width: 50vw;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    padding: 7vw;

  }
  .sMenu .sHead i {
    position: absolute;
    right: 49%;
    top: 0;
    font-size: 5vw;
  }
  .sMenu .sTags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10vw;
  }
  .sTags a {
    font-size: 5vw;
  }
  .sMenu .socials {
    font-size: 5vw;
    gap: 5vw;
  }
  .para h3 {
    font-size: 1.5vw;
    font-weight: 500;
    letter-spacing: 2px;
    color: #888;

  }

  .title h1 {
    font-size: 12vw;
    -webkit-text-stroke: 1px #222;
  }
  /* .line2 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* margin-left: 1vw; */
  
   */
  .page1 .person,
  .line3 {
    margin-left: 10vw;
  }
  .page1 .title .photo {
    position: absolute;
    right: 10vw;
    top: -10vw;
  }
  
  .line3 .photo img {
    transform: rotate(20deg);
  }
  .page1 .bilal {
    text-shadow: 2px 2px 10px #00000070;
  }
  .webH{
    font-size: 3.5vw;

  }
  /* -----------about----------- */


  .about .bio {
    width: 61vw;
    color: var(--white);
    display: flex;
    margin-top: 10vw;
  }
  .about .bio h2 {
    font-size: 2.8vw;
    color: #999;
    font-family: sans-serif;
  }
  .bioH {
    height: 5vw;
    width: 10vw;
    font-size: 2.2vw;
  }
  

  .specHeading {
    gap: 2vw;
    font-size: 2vw;
    margin: 5vw 0;
    margin-top: 20vw;
    margin-left: 6vw;
    font-family: monospace;
  }

  .specHeading h5 {
    font-size:6vw;
    text-align: center;
  }
  .spc {
    display: flex;
  }
  
  .specializations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 5vw;
    width: 100vw;
  }
  
  .spec {
    height: 23vw;
    width: 30vw;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
    padding: 1.4vw;
    text-align: center;
    transition: ease 0.5s;
  }
  .spec h1 {
    padding-bottom: 1.2vw;
    font-size: 3vw;
  }
  .spec h2 {
    padding-bottom: 1vw;
    font-size: 2vw;
  
    color: #666;
    font-weight: 300;
  }
  /* -----------page2----------- */


  .page2 {
    color: var(--white);
    margin-top: 5vw;
    padding: 15vw 0;
    --mask:0;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    margin-bottom: 5vw;
  }


  .page2 .projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 20vw;
  }
  .page2 .work .image {
    height: 43vw;
    width: 61vw;
    border-radius: 5vw;
  }
  .page2 .work img {
    height: 37vw;
    width: 54vw;
    border-radius: 2vw;
    opacity: 0.9;
  }
  .page2 .work{
    gap: 3vw;
  }
  .work .texts {
    margin-bottom: 8vw;
    text-align: center;
  }
  .work .texts h1 {
    font-size: 4vw;
    width: 30vw;
    font-family: typo;
    text-align: center;
  }
  .work .texts p {
    font-size: 2vw;
    font-family: sans-serif;
    margin-top: 1vw;
  }

/* ------------------contact----------------- */
.coTag {
  height: 5vw;
  width: 12vw;
  margin-top: 34vw;
  border: 1px solid var(--white);
  border-radius: 3vw;
  font-size: 2vw;
}
  .mail,
  .call {
  font-size: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 3px;
  height: 10vw;
  width: 40vw;
  border-radius: 5rem;
  border: 1px solid var(--white);
  font-weight: 400;
}
  .mail p,
  .call p{
  font-size: 2vw;

  }

}