@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    cursor: pointer;
}
.toggle{
    position: relative;
    width: 60px;
    height: 60px;
    background:url(https://i.ibb.co/HrfVRcx/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.showcase{
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    z-index: 2;
}

.showcase video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.text{
    position: relative;
    z-index: 10;
    color: rgb(255, 255, 255);
}

.text h2{
    font-size: 5em;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
}

.text p{
    font-size: 1.1em;
    margin:20px 0;
    font-weight: 400;
    max-width: 700px;
}

.text a{
    font-size: 1em;
    text-decoration: none;
    padding: 10px 30px;
    background: rgb(255, 255, 255);
    border: 2px solid transparent;
    text-transform: uppercase;
    color: #111;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 10px;
}
header .menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  header .menu a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 30px;
    padding: 0 10px;
    border-radius: 20px;
    transition: 0.3s;
    transition-property: color, background;
  }
  
  header .menu a:hover{
    color: #000;
    background: #fff;
  }
  
  header .btn{
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  .section-two{
    min-height: 100vh;
    background: #001018;
    padding: 20px 100px;
}
.imgc{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: -100px;
  
}
.imgpy{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: 10px;
}
.imgsql{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: 10px;
}
.imgjs{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: 10px;
}
.imgts{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: 10px;
}
.imgex{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: 10px;
}
.imghc{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: -100px;
}
.imgbs{
  font-size: medium;
  padding-bottom: 30%;
  position: relative;
  left: 10px;
}
.YTc{
  font-size: 200%;
  padding-bottom: 0%;
  position: relative;
  left: 200px;
}
.YTpy{
  font-size: 200%;
  padding-bottom: 0%;
  position: relative;
  left: 250px;
}
.YTsql{
  font-size: 200%;
  padding-bottom: 0%;
  position: relative;
  left: 200px;
}
.YTjs{
  font-size: 200%;
  padding-bottom: 0%;
  position: relative;
  left: 200px;
}
.YTts{
  font-size: 200%;
  padding-bottom: 10%;
  position: relative;
  left: 170px;
}
.YTex{
  font-size: 200%;
  padding-bottom: 10%;
  position: relative;
  left: 150px;
}
.YTHC{
  font-size: 200%;
  padding-bottom: 10%;
  position: relative;
  left: 90px;
}
.YTBS{
  font-size: 200%;
  padding-bottom: 10%;
  position: relative;
  left: 200px;
}
.hl1{
  font-size: 350%;
  padding-bottom: 10%;
  position: relative;
  left: 0px;
  color: aliceblue;
}
.cor{
  font-size: 10%;
  position: relative;
  left: 10px;
}
.hls{
  color: aliceblue;
  padding-top: 6%;
  position: relative;
  left: -50px;
  text-align: start;
}

