@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&family=Oregano:ital@0;1&family=Protest+Revolution&display=swap');


body {
    background-color: #870001 !important;
}

section {
    width: 90%;
    margin: 0 auto;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
.home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    border: 5px solid #870001;
}
.home-section .col-12{
    padding: 20px;
}
.home img {
    width: 250px;
    object-fit: contain;
}
h1 {
    font-family: 'Protest Revolution' !important;
    font-size: 90px !important;
    color: #870001 !important;
    text-align: center;
    margin-bottom: 20px !important;
}
.navigation{
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    gap: 30px;
}
.websites-div img,
.mob-conf-div img,
.other-work-div img{
    max-width: 200px !important;
    height: 250px !important;
    margin-bottom: 20px;
    object-fit: contain;
}
.link-to-project img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.link-to-project:hover img {
  filter: grayscale(0%);
}


.websites-div .row .col-4,
.mob-conf-div .row .col-6,
.other-work-div .row .col-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.websites-div .row .col-4 a,
.mob-conf-div .row .col-6 a,
.other-work-div .row .col-6 a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-heading h3{
  font-family: 'Protest Revolution' !important;
  font-size: 70px !important;
  color: #870001 !important;
  text-align: center;
  margin-bottom: 50px !important;
}

.projects-section h4{
  font-family: 'Protest Revolution' !important;
  font-size: 50px !important;
  color: #870001 !important;
  text-align: center;
  margin-bottom: 40px !important;
}








.button-container-1 {
    position: relative;
    width: 150px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #870001;
    font-family: 'Protest Revolution';
    font-weight: 300;
    font-size: 25px;
    transition: 0.5s;
    letter-spacing: 1px;
    
  }
  
  .button-container-1 button {
    width: 101%;
    height: 100%;
    font-family: 'Protest Revolution';
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
  
    background-color: #870001;
    color: #fff;
    border: none;
  
    -webkit-mask-image: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
    mask-image: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
  
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  
    -webkit-animation: ani2 0.7s steps(22) forwards;
    animation: ani2 0.7s steps(22) forwards;
  }
  
  .button-container-1 button:hover {
    -webkit-animation: ani 0.7s steps(22) forwards;
    animation: ani 0.7s steps(22) forwards;
  }
  
  
  /* -------------------------------- */
  
  .button-container-2 {
    position: relative;
    width: 150px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #870001;
    font-family: 'Protest Revolution';
    font-weight: 300;
    transition: 0.5s;
    letter-spacing: 1px;

  }
  
  .button-container-2 button {
    width: 101%;
    height: 100%;
    font-family: 'Protest Revolution';
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
  
    background-color: #870001;
    color: #fff;
    border: none;
  
    -webkit-mask-image: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
    mask-image: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
  
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  
    -webkit-animation: ani2 0.7s steps(29) forwards;
    animation: ani2 0.7s steps(29) forwards;
  }
  
  .button-container-2 button:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
  }
  
  
  /* -------------------------------- */
  
  .button-container-3 {
    position: relative;
    width: 150px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #870001;
    font-family: 'Protest Revolution';
    font-weight: 300;
    transition: 0.5s;
    letter-spacing: 1px;
  }
  
  .button-container-3 button {
    width: 101%;
    height: 100%;
    font-family: 'Protest Revolution';
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
  
    background-color: #870001;
    color: #fff;
    border: none;
  
    -webkit-mask-image: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
    mask-image: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
  
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
  
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  
    -webkit-animation: ani2 0.7s steps(70) forwards;
    animation: ani2 0.7s steps(70) forwards;
  }
  
  .button-container-3 button:hover {
    -webkit-animation: ani 0.7s steps(70) forwards;
    animation: ani 0.7s steps(70) forwards;
  }
  
  
  /* -------------------------------- */
  
  .mas {
    position: absolute;
    width: 101%;
    margin-top: 20px;
    overflow: hidden;
    color: #870001;
    text-align: center;
    font-family: 'Protest Revolution';
    font-weight: bold;
    font-size: 25px;
  }
  
  a {
    color: #00ff95;
  }
  
  /* -------------------------------- */
  /* Animations */
  
  @-webkit-keyframes ani {
    from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
    }
    to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
    }
  }
  
  @keyframes ani {
    from {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
    }
    to {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
    }
  }
  
  @-webkit-keyframes ani2 {
    from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
    }
    to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
    }
  }
  
  @keyframes ani2 {
    from {
      -webkit-mask-position: 100% 0;
      mask-position: 100% 0;
    }
    to {
      -webkit-mask-position: 0 0;
      mask-position: 0 0;
    }
  }
  
   