*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Gilroy',sans-serif;
}
.navigation {
    width: 100%;
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 5px #000;
    margin-top: -10%;
}
.nav {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 50px
}

.nav-list {
    display: flex;
    gap: 7vw
}

.nav-list a,.nav-list-show a {
    text-decoration: none;
    list-style: none;
    color: #000
}

.nav li {
    font-size: 18px;
    font-weight: 600;
    background: transparent
}

.nav-link-bottom-border {
    width: 100%;
    height: 3px;
    background: #000;
    visibility: hidden
}

.nav li:hover .nav-link-bottom-border {
    visibility: visible;
    animation: animate-nav-border .3s forwards
}

@keyframes animate-nav-border {
    0% {
        width: 0%;
        transition: all .3s linear
    }

    to {
        width: 100%
    }
}

.nav-humbar {
    display: none
}

.nav-humbar i {
    font-size: 28px
}

.nav-list-show a {
    color: #fff
}
/* main-page */
.main-page{
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 20%;
    margin-top: 10%;
}
.main-div{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    gap: 50%;
    margin-top: 10%;
}
.main-div h2{
    font-weight: 600;
    text-shadow: 6px 14px 6px #ccc;
    padding: 20px;
}
.main-div h2 span{
    display: inline-block;
}
.contact-icon{
    width: 80%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 20%;
    border: 0.5px solid black ;
    margin: auto;
    background: #000;
    margin-top: 10%;
    border-radius: 25px;
}
.contact-icon .footer-link-1{
    padding: 1px 10px;
}
.contact-icon .footer-link-1 a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    /* padding: 10px 15px; */

} 
/* about-page */
.all-heading{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 10%;
    gap: 10%;
}
.heading-pra{
    font-size: 30px;
    font-weight: 500;
    margin-top: 5%;
    margin-bottom: 1%;
}
.all-heading h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 1%;
}
.about-part{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.about-img{
    width: 190px;
    height: 185px;
    border-radius: 100%;
}
.about-part2{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.about-heading{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20%;
    margin-top: 3%;
    font-family: gilroy;
}
.about-heading p{
    width: 50%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 2%;
    font-family: gilroy;
}
.about-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 25px 0;

}

.resume-btn {
    padding: 10px 25px;
    border: 2px solid black;
    border-radius: 25px;
    text-decoration: none;
    background: #fff;
    color: black;
}

.resume-btn:hover {
    background-color: #000;
    color: #fff;
    transition: all .3s linear
}

.about-last-part {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: space-evenly;
    padding: 25px
}

.education {
    width: 325px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border: 1px solid black;
    border-radius: 25px;
    padding: 15px
}

.education i,h3,h4,p {
    background: transparent
}

.education h3 {
    font-size: 20px;
    font-weight: bolder
}

.education h4 {
    padding-block:3px}

.education i {
    font-size: 28px
}

.education:hover {
    box-shadow: 6px 6px 6px;
    transition: all .3s linear
}

.skill-box{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 4.5vw auto;
    gap: 6vw;
}
.skill-box .box{
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 1vh;
    transition: all 0.25s linear;
    box-shadow: 4px 4px 0px 1px;
}
.skill-box .box:hover{
    transform: scale(1.1);
}
.box:hover #box-img {
    background: transparent;
    rotate: 15deg
}
#about,#project{
    background-color: #ebebebc7;
}

.skill-section .all-heading{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 10%;
    gap: 10%;

}
.skill-section .heading-pra{
    font-size: 50px;
    font-weight: 500;
}
.skill-section .all-heading h2{
    font-size: 95px;
    font-weight: 600;
}
.project-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block:50px}

.pro-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
    padding: 30px 25px
}

.pro-showcase .pro-box {
    width: 325px;
    height: 255px;
    padding: 12px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid black
}

.pro-box-text {
    background: transparent;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px
}

.pro-box-text-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px
}

.pro-box img {
    width: 100%;
    height: 80%;
    border-radius: 5px
}

.pro-box a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
    border: 1px solid black;
    border-radius: 5px
}

.pro-box-text-inner a:hover {
    transition: all .2s linear;
    color: #fff;
    background: #000
}

.pro-box:hover {
    transition: all .2s linear;
    border: 1px solid black
}

.animate-brand {
    width: 100%;
    height: 60px;
    border-top: 1px solid black;
    border-bottom: 1px solid black
}
.contact-section {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block:40px;
    margin-top: -2%;
}

.contact-us {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding-bottom: 25px
}

.contact-heading-1 {
    font-size: max(1.68vw,25px);
    padding-left: 12vw;
    margin-bottom: 32px
}

.contact-talk-heading,.get-font {
    font-size: 25px
}

.contact-us-1 {
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.contact-us-2 {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 55px
}

.contact-us-1-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.contact-list-item-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 15px 0 20px;
    border: 1px solid black;
    border-radius: 15px
}

.contact-us-1 .contact-list-item-2 {
    align-items: flex-start;
    gap: 23px;
    border: none
}

.contact-list {
    display: flex;
    gap: 15px
}

.contact-list a {
    color: #000;
    text-decoration: none
}

.get-font {
    border-bottom: 3px solid black
}

#fullname,#email {
    width: 310px;
    height: 40px;
    padding: 0 0 0 15px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 16px
}

#message {
    width: 310px;
    height: 125px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 10px 10px 15px
}

#submit-btn {
    padding: 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 10px;
    font-size: 16px;
    background: #000000fb;
    color: #fff
}

#submit-btn i {
    background: transparent;
    font-size: 17px
}

#c-a-btn {
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 20px
}

.footer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 50px;
    background: #000000fb;
    color: #fff;
    border-top: 1px solid black
}

.footer-heading h2 {
    font-size: 23px;
    font-weight: 300
}

.footer-heading a {
    text-decoration: none
}

.footer-section p {
    font-size: 12px
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.footer-link-1 a {
    color: #000
}

i {
    font-size: 20px
}

.icon-linkedin,.icon-instagram,.icon-github {
    color: #fff
}

.icon-instagram {
    color: #db7093
}

.icon-linkedin {
    color: #4169e1
}

#submit-btn:hover .send-icon {
    transform: rotate(30deg);
    transition: all .25s linear
}

.icon-linkedin:hover,.icon-instagram:hover,.icon-github:hover {
    transform: rotate(360deg);
    transition: all .5s linear
}

.toast {
    padding: 5px 15px
}

@media (max-width: 1200px) {
    .links {
        padding-top:40px
    }
}

@media (max-width: 992px) {

      .nav-humbar {
          display:block
      }
  .nav-list {
    display: none;
    flex-direction: column;
    background:black;
    position: fixed;
    top: 60px;
    right: 0;
    width: 20%;
    height: 0;
    overflow: hidden;
    transition: all 0.9s;
    transition: height 50.9s ease-out;
    z-index: 9;
    opacity: 0;
    border-radius: 12px;
  transition: opacity 5.9s ease;

    
  }


.nav-list.show {
  opacity:2;
}
  .nav-list.show {
    display: flex;
    height: 45vh;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all .9s;
        
    
  }
  .nav li {
      font-size: 20px
  }
   /* .nav li a{
      padding: 10px 12px;
      font-size: 35px;
   } */

  .nav-list a {
    color: white;
    font-size: 54px;
  }

  #nav-btn {
    transition: all 0.3s ease;
    cursor: pointer;
  }

  #nav-btn.fa-xmark {
    transform: rotate(180deg);
    transition: all 0.9s;
  }


    .header {
        padding: 150px 0 50px
    }

    .about-dec {
        text-align: justify;
        width: 100%
    }

    .about-head-part {
        flex-direction: column;
        gap: 30px
    }

    .about-head-2 {
        width: 60%;
        margin: 0 auto
    }




    .skills-boxs .box {
        width: 100px;
        height: 100px
    }

    .box img {
        width: 60px;
        height: 60px
    }

    .contact-section {
        padding-block:58px}


@media (max-width: 768px) {
    .navigation{
        max-width: 100%;
    }
    .nav {
        padding:15px 15px
    }

    .animate-1 {
        width: 35px;
        height: 35px
    }
    .main-page{
        max-width: 100%;
    }
    .animation{
        max-width: 100%;
    }
    .animation-video{
        width: 80%;
        margin: auto;
    
    }

    .heading-3 .links {
        width: 30%
    }

    .home{
        max-width: 100%;
    }
    .main-page{
        max-width: 100%;
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .main-text{
        align-items: center;
        margin-left: -22%;
        margin-top: 10%;
    }
    .main-div{
        margin-top: 10%;
    font-size: 25px;
    }

    .skills-boxs .box {
        width: 80px;
        height: 80px
    }

    .box img {
        width: 50px;
        height: 50px
    }

    .skills-boxs .box p {
        font-size: 12px
    }

    .contact-us {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding: 35px 0
    }

    .footer-section {
        flex-direction: column;
        gap: 11px;
        text-align: center
    }

    .contact-talk-heading {
        font-size: 22px
    }
}

@media (max-width: 576px) {
     .nav {
        padding:15px 20px;
        margin-top: -18%;
    }

    .nav-list{
        width: 45%;
    }
    .main-page{
        max-width: 100%;
        margin-top: 30%;
    }
    .animate-1 {
        width:35px;
        height: 35px
    }
    .animation{
        max-width: 100%;
    }
    .animation-video{
        width: 60%;
    
    }
    
    .about-head-2 {
        width: 80%
    }

    .contact-us-1 {
        width: 90%;
        padding: 0 10px
    }

    .contact-us-2 {
        width: 90%;
        margin: 0 auto
    }

    .heading-3 .links {
        width: 50%
    }

    #fullname,#email,#message {
        width: 90%
    }

    .nav li {
        font-size: 27px
    }

    .nav-list-show {
        gap: 50px;
        justify-content: flex-start;
        padding-top: 55px
    }

    .education {
        width: 95%;
        text-align: center
    }

    .pro-showcase .pro-box {
        width: 95%;
        height: auto
    }

    .pro-box-text h3 {
        font-size: 14px
    }

    .pro-box a {
        font-size: 12px
    }

    .pro-showcase {
        padding: 30px 12px
    }

    .education h3 {
        font-size: 18px
    }

    .education h4 {
        font-size: 15px
    }

    .education p {
        font-size: 13px
    }

    .footer-heading h2 {
        font-size: 18px
    }

    .footer-para p {
        font-size: 10px
    }

    .footer-link-1 i {
        font-size: 18px
    }

    .footer-section {
        padding: 50px 30px
    }
}

h1 {
    font-size: 3.2em;
    line-height: 1.1
}


}