@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
background: #f7f7f7;
background: linear-gradient(90deg, rgba(247, 247, 247, 1) 72%, rgba(255, 255, 255, 1) 100%);    background-repeat: no-repeat;
    background-size: auto;
    color: #363636;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    width: 100%;
    min-height: 100vh;
}
p{
    color: #363636;
}
.nav-bar{
    height: 27dvh;
    background: none;

}
.nav-links{
    position: absolute;
    right: 4em;
    top: 6em;
}
.nav-links a{
    text-decoration: none;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    color: #363636;
    margin: 0 15px 0 15px;
    font-size:1.1vw;
}
.nav-logo{
    margin-left: 2em;
}
.nav-logo img{
    width: 80px;
    height: 80px;
    filter: invert(1);
}


.has-circle {
    position: relative;           
    overflow: visible;    
  }

  .has-circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: clamp(160px, 70%, 560px);
    aspect-ratio: 1 / 1;        

    background: white;
    border-radius: 50%;
    /* box-shadow: 0 6px 18px rgba(0,0,0,0.12);  */
    z-index: 0;                   
    pointer-events: none;      
  }

  .has-circle > * {
    position: relative;
    z-index: 1;
  }


.master{
    margin-top: -100px;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main img{
    /* border: 1px solid red; */
  max-width: 90%;
  height: auto;
  /* filter: drop-shadow(5px 5px 50px #363636); */
}
.main{
    /* border: 1px solid red; */
    display: flex;
    width: 60%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.sect1{
    display: flexbox;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 6vmin;
    /* border: 1px solid pink; */
    
}
.sect2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: normal;
    width: 90%;

}
a{
    color: rgb(219, 219, 219);
    text-decoration: none;
}
.sect3{
    display: flexbox;
    width: 65%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-size: 2vmin;
    transition: all 600ms ease-in-out;
}
.sect3 a{
    text-decoration: none;
    color: #363636;

}

.sect3:hover {
  transform: translateX(35px); 
}

.circle-link {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  padding-left: 50px; 
}

.circle-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(20%, -50%); 
  width: 50px;        
  height: 50px;
  background-color: rgba(0,0,0,0.05); 
  border-radius: 50%;
  z-index: -1;       
}


.social-links{
    /* border: 1px solid red; */
    margin-top: 30px;
    list-style: none;
    color: #363636;
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}
.social-links a{
    color: #363636;
    padding: 10px;
    text-decoration: none;  
    font-size: medium; 
}


.footer{
    border-top: 2px solid rgb(219,219,219);
    background: none;
    color: rgb(219, 219, 219);
    font-family: 'Oswald', sans-serif;
    margin-top: 12vmin;
}

@media screen and (max-width: 767px) {
    .nav-links a{
        font-size:5vw;
        margin: 0 5px 0 5px;
    }
    .nav-links{
        right: 2em;
    }
    .nav-logo{
        margin-left: 1em;
    }

    .master{
        margin-top: 20px;
    }
   
   .main{
    justify-content: space-evenly;
   }
   .hero-main{
    margin-bottom: 80px;
   }
   .sect1-p{
        font-size: 8vmin;
        margin-left: 20px;
   }
   .sect2-p{
    font-size: small;
    margin-left: 20px;
   }
   .sect3{
    font-size: medium;
   }
   .has-circle::before{
    transform: translate(-50%,-95%);
    
   }
   .social-links{
    /* border: 1px solid red; */
    margin-top: 5em;
   }
.space{
    height: 0px;
}
 
  }




  @media screen and (max-width: 995px) {
  

    .master{
        margin-top: 20px;
    }
   .main{
    justify-content: space-evenly;
   }
   .sect1{
        font-size: 5vmin;
   }
   .sect2{
    font-size: small;
   }
   .sect3{
    font-size: medium;
   }

   .social-links{
    margin-bottom: 50px;
   }
.space{
    height: 0px;
}
 
  }