
    .second .container{
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
        .draw-border {
     box-shadow: inset 0 0 0 4px #58afd1;
     color: #58afd1;
     transition: color 0.25s 0.0833333333s;
     position: relative;
}
 .draw-border::before, .draw-border::after {
     border: 0 solid transparent;
     box-sizing: border-box;
     content: '';
     pointer-events: none;
     position: absolute;
     width: 0;
     height: 0;
     bottom: 0;
     right: 0;
}
 .draw-border::before {
     border-bottom-width: 4px;
     border-left-width: 4px;
}
 .draw-border::after {
     border-top-width: 4px;
     border-right-width: 4px;
}
 .draw-border:hover {
    color: gold;
 }
 .draw-border:hover::before, .draw-border:hover::after {
     border-color: gold;
     transition: border-color 0s, width 0.25s, height 0.25s;
     width: 100%;
     height: 100%;
     /* background-color:skyblue; */
}
 .draw-border:hover::before {
     transition-delay: 0s, 0s, 0.25s;
}
 .draw-border:hover::after {
     transition-delay: 0s, 0.25s, 0s;
}
 .btn {
     background: none;
     border: none;
     cursor: pointer;
     line-height: 1.5;
     font: 700 1.2rem 'Roboto Slab', sans-serif;
     padding: 1em 2em;
     letter-spacing: 0.05rem;
}
 .btn:focus {
     outline: 2px dotted #55d7dc;
}

 
        #skills {
            font-weight: bold;
            background-color: #171717;
            color: #fff;
        }
        
        .frame {
            width: 100%;
            height: 100vh;
            position: relative;
            top:-17rem;
            /* display: none; */
        }
        .second img{
            width: 100%;
        }
        .btn
        {

  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /*background-color: #555;*/
  color: white;
  font-size: 16px;
  padding-top: 5px;
  padding-left:24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;

        }
        #backdrop {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    }
    
     /* For 04/05/2025*/
    .btn:focus, .btn.focus{
        box-shadow: none;
    }
    @media screen and (min-width: 1920px) and (min-height: 1080px) {
        .btn {
          top: 41%;
        }
    }
    /*End*/