@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300;1,400&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
.warning-text{
  text-align: center;
}

.heading{
  text-align: center;
  margin-left: 20px;
}
.heading1{
    font-size: 4vw !important;
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #fafafa;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.heading2{
  font-size: 3vw !important;
  text-align: center;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-size{
font-size: 60px;
}
/*1700*/
@media screen and (max-width: 1700px) {
  .heading1 {
    top: 38%;
  }
}
@media screen and (max-width: 1700px) {
  .heading2 {
    top: 55%;
  }
}
@media screen and (max-width: 1700px) {
  .btt-header {
    top: 80%!important;
  }
}
@media screen and (max-width: 1700px) {
  .position-right, .position-left {
    top: 68%!important;
  }
}
/*500*/
@media screen and (max-width: 500px) {
  .heading1 {
    font-size: 9vw !important;
    top:30%;
  }
}
@media screen and (max-width: 500px) {
  .heading2 {
    top:50%;
    font-size: 9vw !important;
  }
}
@media screen and (max-width: 500px) {
  .btt-hero-a {
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 500px) {
  .position-right {
    font-size: 8vw !important;
    left: 57% !important;
  }
}
@media screen and (max-width: 500px) {
  .position-left {
    font-size: 8vw !important;
    left: 43% !important;
  }
}
@media screen and (max-width: 500px) {
  .title-project {
  font-size: 35px !important;
  }
}
@media screen and (max-width: 500px) {
  .title-project-left {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 500px) {
  .icon-size {
    font-size: 80px;
  }
}
@media screen and (max-width: 500px) {
  .subtitle {
    font-size: 10px !important;
    text-align: center;
  }
}
.btt-header{
  color: #fafafa;
  position: absolute;
  top: 70%;
  left: 49%;
  transform: translate(-50%, -50%);
  list-style: none;
  font-family: 'Poppins', sans-serif;
  border: 3px solid #fafafa;
  padding: 0.8rem 3rem;
  border-radius: 50px;
}
.position-right{
  position: absolute;
  top: 62%;
  left: 51%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color: #fafafa;
}
.position-left{
  position: absolute;
  top: 62%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color: #fafafa;
}
.position-right:hover, .position-left:hover{
  color:#8A0AA1;
}
span{
  font-weight: 500;
  color: orange;
}

  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
body{
  margin: 0;
  padding: 0;
  height: 100vh;
  color: #fafafa;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

#particles-js{
  height: 100%;
  background: linear-gradient(-45deg,#F27D16, #F24141, #F22771, #BF0AA1, #8A0AA1);
}
  li {
    list-style: none;
}
.btt-hero-a{
  text-decoration: none !important;
  list-style: none !important;
  color: #fafafa;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1vw;
}
.btt-hero-a:hover,
.btt-header:hover
{
  background-color:#8A0AA1;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    color: inherit;
}
  /*navbar*/
/*header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 20px 100px;
  background-color: rgba(40,40,40,0.95);
}
header .logo{
  position: relative;
  font-weight: 700;
  color:#fafafa;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing:2px;
  transition: 0.6s;
}
header ul{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li{
  position: relative;
  list-style: none;
}
header ul li a{
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color:#fafafa;
  font-weight: 400;
  font-size: 1vw;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  transition: 0.6s;
}
header .sticky{
  padding: 5px 100px;
  background:  yellow;
  opacity: 0.5;
}
header .sticky ul li a{
  color: #000;
}
.banner{
  position: relative;
  width: 100%;
  height: 100vh;
  background: #F24141;
  background-size: cover;
}*/

#skill{
  background-color: rgba(40,40,40,0.85);
  color: #fafafa;
  padding: 50px;
  font-size: 3vw;
}
#skill .subtitle{
  font-size: 20px;
  padding-top: 20px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
#projects{
  background-color: #1a1a1a;
  color: #fafafa;
}
#projects .padd-top{
  padding-top: 100px;
}
#projects img{
  /*border-top: 20px solid #F24141;
  border-right: 20px solid #F24141;
  border-bottom: 20px solid #F24141;*/
  border-image-source: linear-gradient(-45deg,#F27D16, #F24141, #F22771, #BF0AA1, #8A0AA1);
  border-style:solid;
  border-image-slice: 1;
  border-width: 20px;
  border-right: 0;
  border-top: 0;
}
#projects img:hover{
  transform: scale(0.95)
}
#projects .title-project{
  font-size: 2.5vw;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-align: right !important;
}
#projects .desc-project{
  font-family: 'Montserrat', sans-serif;
  text-align: right !important;
}
#projects .btt-proj{
  text-align: right !important;
  
}
#projects .style-btt{
  border-image-source: linear-gradient(-45deg,#F27D16, #F24141, #F22771, #BF0AA1, #8A0AA1);
  border-style:solid;
  border-image-slice: 1;
  border-width: 5px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}
#projects button{
  text-decoration: none !important;
  color: #fafafa;
}
#projects button:hover{
  color: #F28C16;
}
/*left*/
#projects .title-project-left{
  font-size: 2.5vw;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-align: left !important;
}
#projects .desc-project-left{
  font-family: 'Montserrat', sans-serif;
  text-align: left !important;
}
#projects .btt-proj-left{
  text-align: left !important;
  
}
#projects .left{
  /*border-top: 20px solid #F24141;
  border-right: 20px solid #F24141;
  border-bottom: 20px solid #F24141;*/
  border-image-source: linear-gradient(-45deg,#F27D16, #F24141, #F22771, #BF0AA1, #8A0AA1);
  border-style:solid;
  border-image-slice: 1;
  border-width: 20px;
  border-left: 0;
  border-top: 0;
}
/*btt hero*/
/**, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.buttons {
  margin-top: 50px;
  text-align: center;
  border-radius: 50px;
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 20px 46px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fafafa;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 50px;
  position: absolute;
  top: 70%;
  left: 47%;
  transform: translate(-50%, -50%);
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fafafa;
  border-radius: 50px;
  
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 50px;
}
.blob-btn:hover {
  color: #fafafa;
  border-radius: 50px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 50px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: none;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #8A0AA1;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}/*
