@font-face {
  font-family: 'font';
  src: url('font.woff') format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-ExtraBold.woff2') format('woff2'),
  url('Inter-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Black.woff2') format('woff2'),
  url('Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Regular.woff2') format('woff2'),
   url('Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Medium.woff2') format('woff2'),
  url('Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Light.woff2') format('woff2'),
  url('Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-ExtraLight.woff2') format('woff2'),
  url('Inter-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-SemiBold.woff2') format('woff2'),
   url('Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Thin.woff2') format('woff2'),
  url('Inter-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-BlackItalic.woff2') format('woff2'),
      url('PlayfairDisplay-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-Black.woff2') format('woff2'),
      url('PlayfairDisplay-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-MediumItalic.woff2') format('woff2'),
      url('PlayfairDisplay-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-Italic.woff2') format('woff2'),
      url('PlayfairDisplay-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-ExtraBold.woff2') format('woff2'),
      url('PlayfairDisplay-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-BoldItalic.woff2') format('woff2'),
      url('PlayfairDisplay-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-Medium.woff2') format('woff2'),
      url('PlayfairDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-ExtraBoldItalic.woff2') format('woff2'),
      url('PlayfairDisplay-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-Bold.woff2') format('woff2'),
      url('PlayfairDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-SemiBoldItalic.woff2') format('woff2'),
      url('PlayfairDisplay-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-SemiBold.woff2') format('woff2'),
      url('PlayfairDisplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('PlayfairDisplay-Regular.woff2') format('woff2'),
      url('PlayfairDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a{
  text-decoration: none;
  color:white;
}

html,body {
  margin:0;
  padding:0;
  width:100vw;
  height:100%;
  background-color: #000000;
  
}

html{
  overflow-x: hidden;
}


#gradient-canvas {
  width:100vw;
  height:1300px;
  --gradient-color-1: #EC5718; 
  --gradient-color-2: #030303; 
  --gradient-color-3: #203974;  
  

}

.noise{
  position: absolute;
	opacity: 0.08;
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

.heading{
  color: white;
  font-family: 'font', Georgia, 'Times New Roman', Times, serif;
  font-size: 140px;
  font-weight: 400;
}

.header-container{
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 500px;
  transform: translate(-50%,-50%);
}

.menu-container{
 position: absolute;
  z-index: 50;
  left: 50%;
   transform: translate(-50%,-50%);
   height: 200px;
   border-bottom: 1px solid white;
   width: 90%;
}

.logo{
  position: absolute;
  z-index: 50;
  left: 50%;
   transform: translate(-50%,-50%);
   top: 150px;
}

.main-content{
  position: absolute;
  z-index: 100;
  width: 100vw;
  top:90%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.47942927170868344) 80%, rgba(0,0,0,0) 100%);
}

.creative{
  padding-left: 120px;
}

.ui-ux{
  margin-left: -150px
}

.flex{
  display: flex;
}

.and{
  margin-left: 15px;
  margin-right: 15px;
}

.cta-container{
  z-index: 1000;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0.80) 80%, rgba(0,0,0,0) 100%);
  width: 100vw;
  position: absolute;
  height: 1150px;
  top: 880px;
}

.cta-title{
  font-size: 18px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: white;
  margin-top: 5px;
}

.cta-desc{
  font-size: 14px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffffa4;
}

.cta-links{
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}

.cta-padding{
  margin-left: 150px
}

.cta-component{
  width: 270px;
}

.bio{
  position: absolute;
  left: 50%;
  top: 1300px;
  transform: translate(-50%,-50%);
  width: 800px;
  z-index: 3000;
}

.bio-text{
  font-size: 45px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: white;
  line-height: 30px;
  margin-top:-30px;
  z-index: 3000;
}

.font-change{
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}

.highlighted{
  font-weight: 300;
  position: relative;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
}

.highlighted::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 8px;
  background: linear-gradient(160deg, #EC5718 15%, #E90019 45%, #203974 85%);

}

.bio-img{
  margin-bottom: -20px;
  margin-left: 20px;
}

.contact-container{
  color: white;
  z-index: 9999;
  position: absolute;
  top: 210%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.contact-title{
  font-family: 'font', Georgia, 'Times New Roman', Times, serif ;
  font-size: 130px;
  
}

.contact-desc{
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.contact-cta{
  color: white;
  position: absolute;
  top: 2500px;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  cursor: pointer;
}

.footer{
  color: white;
  position: absolute;
  top: 2400px;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-bottom: 30px;
  z-index: 9999;
}

body.img-hovered::after {
  width: 6em;
  height: 6em;
  text-align: center;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

body.designer-hovered::after {
  border: 5px solid black;
  border-radius: 0px;
  transition: height 0.15s ease-in-out, width 0.15s ease-in-out,  border 0.15s ease-in-out;
  transform-origin: center;
  mix-blend-mode: normal;
  background-image: url('assets/designer.webp');
  width: 480px;
  height: 360px;
  z-index: 1500;
}

body.passion-hovered::after {
  border: 5px solid black;
  border-radius: 0px;
  transition: height 0.15s ease-in-out, width 0.15s ease-in-out,  border 0.15s ease-in-out;
  transform-origin: center;
  mix-blend-mode: normal;
  background-image: url('assets/kermit.webp');
  width: 500px;
  height: 280px;
  z-index: 1500;
}

body.innovative-hovered::after {
  border: 5px solid black;
  border-radius: 0px;
  transition: height 0.15s ease-in-out, width 0.15s ease-in-out,  border 0.15s ease-in-out;
  transform-origin: center;
  mix-blend-mode: normal;
  background-image: url('assets/innovation.webp');
  width: 480px;
  height: 260px;
  z-index: 1500;
}


.scroll{
  position: absolute;
  top: 40%;
  right: 0%
}

.sent-animation{
  position: absolute;
  top: 30%;
  right: 0%
}

.contact-mail{
  font-family: 'Playfair Display';
  font-style: italic;
}
path{
  stroke-width: 1;
}

.chat{
  background-color: white;
  padding: 20px;
  right: 2%;
  width: 25px;
  height: 25px;
  bottom: 2%;
  position: fixed;
  border-radius: 100px;
  z-index: 9999;
  cursor: pointer;
}

/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
  .cta-links{
    display: block;
  }
  .cta-padding{
    margin-top: 30px;
    margin-left: 0px;
  }
  .cta-title{
    font-size: 16px;
  }
  .cta-desc{
    font-size: 12px;
  }
  .arrow{
    width: 40px;
  }
  .heading{
    font-size: 35px ;
  }
  .ui-ux{
    margin-left: 20px ;
  }

  .header-container{
    top: 280px;
  }
  .bio-text{
    font-size: 5vw;
    margin-top: 5px;
    z-index: 3000;
    
  }
  .bio{
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3000;
    text-align: center;
    top: 890px;
  }

  .highlighted::before {
    height: 4px;
}
  .contact-title{
    font-size: 50px;
  }
  .get-in{
    margin-left: -50px;
  }
  .contact-container{
    top:1200px
  }
  .contact-cta{
    top: 1360px;
  }
  .contact-desc{
    font-size: 14px;
    line-height: 24px;
  }
  .footer{
    top: 1650px;
  }
  .scroll{
    visibility: hidden;
  }
  body::after {
    width: 0;
    height: 0;
  }
  body.img-hovered::after {
    width: 0;
    height: 0;
  }

  .header-container{
    top: 300px;
  }
  .cta-container{
    top: 580px;
    height: 900px;
  }
  .heading{
    font-size: 12vw;
  }
  .logo{
    width: 190px;
  }
  .chat{
    display: none;
  }
  
 }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 600px) {
  .cta-links{
    display: block;
  }
  .cta-padding{
    margin-top: 30px;
    margin-left: 0px;
  }
  .heading{
    font-size: 65px ;
  }
  .ui-ux{
    margin-left: -40px;
  }
  .bio-text{
    font-size: 25px;
    line-height: 75px;
    z-index: 3000;
    
  }
  .bio{
    width: 450px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3000;
    top: 1200px;
  }
  .contact-title{
    font-size: 90px;
  }
  .get-in{
    margin-left: -110px;
  }
  .contact-container{
    top:1650px;
  }
  .contact-cta{
    top:1850px;
  }
  .contact-desc{
    font-size: 18px;
  }
  .footer{
    top:2100px;
    
  }
  .scroll{
    position: absolute;
    top: 40%;
    right: -16%
  }
  body::after {
    width: 0;
    height: 0;
  }
  body.img-hovered::after {
    width: 0;
    height: 0;
  }
  .header-container{
    top: 400px;
  }
  .cta-container{
    top: 780px;
  }
 }

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
  .cta-links{
    display: block;
  }
  .cta-padding{
    margin-top: 30px;
    margin-left: 0px;
  }
  .heading{
    font-size: 90px;
  }
  .ui-ux{
    margin-left: -90px;
  }
  .bio-text{
    font-size: 30px;
    line-height: 85px;
    z-index: 3000;
  }
  .bio{
    width: 520px;
    left: 55%;
    z-index: 3000;
    top: 1200px;
  }
  .contact-title{
    font-size: 100px;
  }
  .get-in{
    margin-left: -120px;
  }
  .contact-container{
    top:1650px
  }
  .contact-cta{
    top:1850px
  }
  .contact-desc{
    font-size: 20px;
  }
  .footer{
    top: 2100px;
  }
  .scroll{
    position: absolute;
    top: 40%;
    right: -10%
  }
  body::after {
    content: "";
    position: fixed;
    z-index: 9999;
    top: var(--y);
    left: var(--x);
    right: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    border: 25px solid rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0); 
    mix-blend-mode: difference;
    pointer-events: none;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    font-size: 2rem;
    transform-origin: center;
  }
  body.img-hovered::after {
    width: 0.05em;
    height: 0.05em;
    border: 85px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  }

  .header-container{
    top: 400px;
  }
  .cta-container{
    top: 780px;
  }
 }

/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .cta-links{
    display: flex;
  }
  .cta-padding{
    margin-top: 0px;
    margin-left: 30px;
  }
  .heading{
    font-size: 140px;
  }
  .ui-ux{
    margin-left: -150px;
  }
  .bio-text{
    font-size: 40px;
    line-height: 95px;
    z-index: 3000;
  }
  .bio{
    width: 700px;
    left: 55%;
    z-index: 3000;
    top: 1300px;
  }
  .contact-title{
    font-size: 130px;
  }
  .get-in{
    margin-left: -150px;
  }
  .contact-container{
    top:1850px;
  }
  .contact-cta{
    top:2050px;
  }
  .contact-desc{
    font-size: 24px;
  }
  .footer{
    top:2300px;
  }
  .scroll{
    position: absolute;
    top: 40%;
    right: -10%
  }
  body::after {
    content: "";
    position: fixed;
    z-index: 9999;
    top: var(--y);
    left: var(--x);
    right: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    border: 25px solid rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0); 
    mix-blend-mode: difference;
    pointer-events: none;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    font-size: 2rem;
    transform-origin: center;
  }
  body.img-hovered::after {
    width: 0.05em;
    height: 0.05em;
    border: 85px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  }

  .header-container{
    top: 500px;
  }
  .cta-container{
    top: 880px;
  }
 }


 /* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  .cta-links{
    display: flex;
  }
  .cta-padding{
    margin-top: 0px;
    margin-left: 150px;
  }
  .heading{
    font-size: 160px;
  }
  .ui-ux{
    margin-left: -150px;
  }

  .bio-text{
    font-size: 45px;
    line-height: 95px;
    z-index: 3000;
  }

  .bio{
    width: 800px;
    left: 55%;
    z-index: 3000;
    top: 1300px;
  }
  .contact-title{
    font-size: 130px;
  }
  .get-in{
    margin-left: -150px;
  }
  .contact-container{
    top: 1850px
  }
  .contact-cta{
    top: 2050px;
  }
  .contact-desc{
    font-size: 24px;
  }
  .footer{
    top:2300px
  }
  .scroll{
    position: absolute;
    top: 40%;
    right: 0%
  }
  body::after {
    content: "";
    position: fixed;
    z-index: 9999;
    top: var(--y);
    left: var(--x);
    right: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    border: 25px solid rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    background: rgb(0, 0, 0); 
    mix-blend-mode: difference;
    pointer-events: none;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    font-size: 2rem;
    transform-origin: center;
  }
  body.img-hovered::after {
    width: 0.05em;
    height: 0.05em;
    border: 85px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  }

  .header-container{
    top: 500px;
  }

  .cta-container{
    top: 880px;
  }
}