*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body::-webkit-scrollbar { 
    width: 0 !important 
}

body{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    background: #3b3b3b;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}



.hero{
    height: 100vh;
    width: 100%;
    background: #3b3b3b;
    font-family: sans-serif;
    position: relative;
}

nav{
    font-family: sans-serif;
    width: 100%;
    margin: auto;
    padding: 4px;
    display: flex;
    align-items: center;
    display:flex;
    justify-content:space-between ;
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #1f1f1f, #1f1f1f07);
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.logo{
    width: 80px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 190%;
    height: 75px;
    position: relative;
    z-index: -2;
}

nav ul{
    padding-right: 8%;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 30px;
}

nav ul li a{
    text-decoration: none;
    columns: #606163;
    color: #b9b9b9;
    font-size: 18px;
    font-weight: 300;
}

nav ul li a:hover{
    color: #1168da;
}

.info{
    margin-left: 8%;
    margin-top: 18%;
    position: absolute;
}

.info h1{
    font-size: 70px;
    color: #181818;
    margin-bottom: 20px;
}

span{
    color: #1168da;
}

.info p{
    color: #c5c2c2;
    line-height: 22px;
}

.info a{
    background: #212121;
    padding: 10px 18px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 30px 0;
    border-radius: 5px;
}

.info a:hover{
    background: #195809;
}

.img-box{
    width: 45%;
    height: 80%;
    position: absolute;
    right: 0px;
    top:21%;
}

.img-box img{
    position: absolute;
    left: 55%;
    bottom: 0;
    transform: translateX(-50%);
    transition: transform .8s ease, left .8s;
}
.main-img{
    height: 100%;
}
.back-img{
    height: 88%;
    margin-bottom: 10%;
}

.img-box:hover .back-img{
    transform: scale(1.1);
    left: 15%;
}

.img-box:hover .main-img{
    left: 52%;
    
}

.social-links{
    margin-left: 8%;
    margin-top: 41%;
    position: absolute;
}

.tool{
    position: relative;
}

.tool .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgb(24, 24, 24);
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 6px;
    bottom: 140%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    z-index: 1;
}
.tool .tooltiptext1 {
    visibility: hidden;
    width: 120px;
    background-color: rgb(24, 24, 24);
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 6px;
    bottom: 140%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    z-index: 1;
}
.tool .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: rgb(24, 24, 24);
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 6px;
    bottom: 140%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    z-index: 1;
}

.tool .tooltiptext3 {
    visibility: hidden;
    width: 120px;
    background-color: rgb(24, 24, 24);
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-radius: 6px;
    bottom: 140%;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    z-index: 1;
}

.social-links a{
    font-size: 30px;
    color: #b4b5b6;
    margin-right: 20px;
}

.social-links a:hover{
    color: #1168da;
    text-shadow: 0 0 20px #0e0f50;
}

.tool:hover .tooltiptext {
    visibility: visible;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tool:hover .tooltiptext1{
    visibility: visible;
}

.tooltiptext1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tool:hover .tooltiptext2 {
    visibility: visible;
}

.tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltiptext3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tool:hover .tooltiptext3{
    visibility: visible;
}


.about{
    height: 100vh;
    background-color: #080808;
}

@media only screen and (max-width: 1250px) {
    .img-box{
        width: 0%;
        height: 0%;
        position: absolute;
        right: 0px;
        top:21%;
    }
    .hero{
        height: 80vh;
    }
    .about{
        height: 80vh;
    }
    .social-links{
        margin-top: 42%;
    }
    nav{
        justify-content:baseline;
    }
    .logo{
        margin-left: 100%;
    }
  }

  @media only screen and (max-width: 1000px) {
    .hero{
        height: 130vh;
    }
    nav{
        justify-content: center;
    }
    .logo{
        position: relative;
        margin-left: 0%;
        padding-left: 0;
        left: 0;
        padding-right: 340px;
        height: 30px;
        width: 30px;
    }
    .social-links{
        margin-top: 45%;
    }
  }
  @media only screen and (max-width: 500px) {
    .logo{
          display: none;
      }
    nav{
        justify-content: space-evenly;
        position: fixed;
        margin: 0;
        padding-left: 20px;
        font-size: 5px;
    }
    nav ul li a{
        font-size: 13px;
    }
    .social-links{
        margin-top: 140%;
    }
  }
  @media only screen and (max-width: 850px) {
    nav ul li a{
        font-size: 12px;
    }
    .social-links{
        margin-top: 50%;
    }
  }