*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* #A442DC */
body{
    font-family: 'Urbanist', sans-serif;
}
html{
    scroll-behavior: smooth;
    scroll-padding: 50px;
}
.main{
    width: 100%;

}
header {
    position: fixed;
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:100%;
    margin: auto;
    height: 95px;
    z-index: 999;
}
#home {
    display:flex;
    justify-content: space-between;
    position: relative;
    right: 0;
    width: 100%;
    height: 95px;
    max-width: 1480px;
    margin: auto;
    align-items: center;
}
.nonebar{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    width: 110px;
    padding: 10px 10px;
    border-radius: 30px;
    background-color: #3333335b;
    height: auto;
}
.navbar{   
    z-index: 999;
    display:flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 20px 50px 20px 50px;
} 
.menu-links{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    width: 100%;
    max-width: 1400px;
    margin: auto;
    align-items: center;  
}
.menu-linksbtn{
    display: flex;
    gap: 10px;
}
.menu-linksbtn ul{
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
    width:650px;
    border-radius: 35px;
    padding: 16px 44px;
    text-align: center;
    background-color: #3333335b;
}
.menu-linksbtn a {
    display:block;
    text-align: center;
    padding: 8px 16px;
    border-radius: 30px;
    text-decoration:none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #FFF;
    mix-blend-mode: exclusion;
    letter-spacing:1px
}
.logo-m{
    z-index: 9;
    display:block;
    width: 100px;
}
.langchange{
    display: flex;
    position: relative;    
    gap: 10px;
}
.langchange button{
    border-radius: 50%;
    background-color: transparent;
    border: none;
}
.langchange img{
    width: 100%;
    max-width: 70px;
    border-radius: 50%;
}
.langchange a{
    padding: 0;
}
.menu-linksbtn a:hover,
.menu-linksbtn a.active {
    color: #a442dcd2;
  transition: 0.2s ease-in-out;
} 
.btn-toggle{display: none;}
@media only screen and (max-width: 1000px) {
    .nonebar{display: none;}
  .box{
    width: fit-content;
    height: 0vh;
    position: relative;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.3s;
  }
.btn-toggle {
    position:absolute;
    right:30px;
    top:10px;
    display:none;
    flex-direction:column;
    justify-content:space-between;
    width:15px;
    height:15px;
}
.btn-toggle .bar {
    height:3px;
    width:100%;
    border-radius:20px;
}
  .active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
  }
  .menu_icon_box{
    display: block;
    z-index: 2;
    width: fit-content;
    height: auto;
    margin: 20px;
    position: absolute;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    mix-blend-mode: exclusion;
  }
  .line1 , .line2 , .line3{
    width: 20px;
    height: 3px;
    margin: 4px 0px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.2s;
  }
  .active .line1{
    transform: translate(0px , 15px)rotate(45deg);
  }
  .active .line2{
    opacity: 0;
  }
  .active .line3{
    transform: translate(0px , 1px)rotate(-45deg);
  }
  .imglogo-m{
      position: absolute;
      display: block;
      z-index: 999;
      left: 1.9rem;
      top: 0.6rem;
  }
  .imglogo-m img{
      width: 100%;
      max-width: 70px;
      margin: auto;
      padding: 0px;
  }
  .menu-links{
    flex-direction: column;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    max-width: 120px;
    margin-right: 0;
    float: right;
    padding-top: 50px;
    margin-right: 10px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-right: 2px solid #333;
    border-radius: 0;
    text-align: right;
    gap: 5px;
    height:250px
  }
  .menu-linksbtn ul{
    background-color:transparent;
    padding: 0;
    width: 100%;
  }
  .menu-linksbtn a{
    text-align: right;
  }
  .menu-links ul{
      display: block;
      margin-right: 0px;
  }
  .menu-linksbtn{
      display: flex;
  }
  .menu-linksbtn a{
    background-color:transparent;
    mix-blend-mode: exclusion;
  }
  .menu-links.active{
    margin: auto;
    margin-top: 70px;
    display:flex;
  }
  .navbar {
  padding:0px 0px;
  }
  #home {
  display:flex;
  flex-direction:column;
  text-align: right;
  }   
  .langchange img{
    width: 45px;
  }
}
.container{
    padding-top: 40px;
}
@media screen and (max-width:1500px) {
    .container{
        padding: 40px 50px 0 50px;
    }
}
@media screen and (max-width:900px) {
    .container{
        padding: 40px 20px 0 20px;
    }
}
.border{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    border: 3px solid #3e3e3e;
    border-radius: 30px;
    border-bottom: 8px solid #A442DC;
    border-right: 8px solid #A442DC
}
.introcontainer{
    position: relative;
    display:flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: auto;
    background-color:#1a1a1a;
    padding-top: 120px;
    height: 800px;
}
.intro{
    height: 800px;
    display: flex;
    align-items: center;
}
.introtext{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width:100%;
    max-width: 1000px;
    margin: auto;
}
.introtext h2{
    color: #A442DC;
    font-size: 30px;
    text-align: center;
}
.introinfo{
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 30px 0;
    justify-content: space-between;
}
.imglogo{
    width: 400px;
}
.imgprofile {
    width: 400px;
    height: 100%;
    margin: auto;
    border-radius: 30px;
}
.imgprofile:hover {
    width: 405px;
    transition: all 0.1s ease-in-out;
}
@media screen and (max-width:1150px) {
    .intro{
        padding: 0 20px;
    }
}
@media screen and (max-width:950px) {
    .intro, .introcontainer{
        height: 900px;
    }
    .introcontainer{
        padding-top: 80px;
    }
    .introtext{
        flex-direction: column;
    }
    .introinfo{
        height: 350px;
    }
    .imglogo{
        width: 270px;
        margin: auto;
    }
    .imgprofile {
        width: 300px;
    }
    .imgprofile:hover {
        width: 302px;
    }
}
.bg-grad{
    background: linear-gradient(#1a1a1a 0%, #3b3b3b 100%);
}
.aboutcontainer{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.about{
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding:50px 0;
    font-family: 'Urbanist';
}
.abouttext, .skillstext{
    display: flex;
    flex-direction: column; 
    text-align: center;
    margin: auto;
    color: #FFF;
}
.abouttext h2, .skillstext h2{
    display: flex;
    flex-direction: column;
    font-size: 32px;
    font-weight: 600;
}

.abouttext p{
    max-width: 850px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: auto;
    margin-top: 36px;
    color: #DADADA;
}
/*.downloadcv button{
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 8px 3px;
    text-decoration: none;
    border-radius: 32px;
    background-color: #A442DC;
    list-style: none;
    width: 170px;
    border: none;
}
.downloadcv img{
    max-width: 25px;
}
.downloadcv button a{
    display: flex;
    width: 125px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.6;
    color: #FFF;
} .reveal{
    position: relative;
    transform: translateX(-150%);
    opacity: 0;
    transition: 1s all ease;
}
.reveal.active{
    transform: translateX(0%);
    opacity: 1;
} */
@media screen and (max-width:1100px) {
    .abouttext{
        padding-left: 20px;
        padding-right: 20px;
    }
    .abouttext p{
        font-size: 18px;
    }
}
:root {
    --swiper-navigation-color: #eee;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
}
swiper-container{
    width: 100%;
    height: 100%;
}
.skills{
    padding: 50px;
}
.skillslist{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
}
.skill{
    display: flex;
    max-width: 200px;
    justify-content: center;
    margin: auto;
    text-align: center;
    flex-direction: column;
}
.skill p{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1;
    margin-bottom: 5px;
    color: #DADADA;
}
.skill img{
    width: 140px;
    margin: auto;
}
.jslogo{
    padding: 16px;
}
.skillen-set{
    color: #DADADA;
    max-width: 400px;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.skillen-set h3{
    padding: 30px 0;
}
.set a{
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
}
.skillen-set .set img{
    width:180px;
    margin: auto;
    margin-bottom: 10px;
}
@media screen and (max-width:1100px) {
    .skillslist{
        flex: wrap;
        flex-flow: row wrap;
        row-gap: 25px;
    }
    .skills{
        padding: 50px 20px;
    }
    .skill img{
        width: 100px;
    }
    .skill p{
        font-size: 14px;
    }
}
.portifoliocontainer{
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    background: linear-gradient(#3b3b3b 0%, #1a1a1a 100%);
}
.portifoliogrid{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    color: #DADADA;
}
.portifoliohead, .portfolioinfos{
    letter-spacing: 1;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.btn1{
    color: #A442DC;
    background-color: transparent;
    border: none;
    width: 162px;
    border: 2px solid #A442DC;
    cursor: pointer;
    border-radius: 32px;
}
.btn1:hover{
    opacity: 0.7;
    transition: 0.3s all;
}
.btn-h button:last-child{
    border: 2px solid #B4FF90;
    color: #B4FF90;
    margin-left: 15px;
    width: 199px;
}
.btn1 img{
    margin-right: 10px;
}
.btn1 a{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 8px 4px;
    cursor: pointer;
}
.btns button{
    color: #DADADA;
    background-color: transparent;
    border: none;
    width: 112px;
    border: 2px solid #DADADA;
    padding: 8px 0px;
    border-radius: 32px;
    margin-right: 4px;
    margin-left: 2px;
}
.btns button:last-child{
    margin-right: 0;
}
.portfolioinfos p{
    max-width: 500px;
    font-size: 16px;
    line-height: 120%;
}
.porfitolioimg img{
    width: 100%;
    border-radius: 16px;
}
@media screen and (max-width:900px) {
    .portifoliohead, .portfolioinfos{
        flex-direction: column;
    }
    .btn-h{
        margin-top: 20px;
    }
    .btn-h button:last-child{
        margin-left: 5px;
    }
    .btns{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .btns button{
        width: 108px;
    }
    .btn1{
        width: 152px;
        font-size: 12px;
    }
    .btn-h button:last-child{
        width: 189px;
    }
}

.contactcontainer{
    position: relative;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2;
    padding: 50px 0;
}
.contactcontainer h2{
    font-size: 46px;
}
.contactcontainer ul li {
    list-style: none;
}
.contactcontainer ul li:before {
  content: "✓";
  margin-right: 10px;
}
.contactcontainer a{
    font-size: 34px;
    text-decoration: underline;
}
.contactcontainer a:hover{
    color: #ffffffbd;
    transition: 0.1s all ease-in;
}

footer{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    background-color: #1a1a1a;
    color: #fff;
}
.footergrid{
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;
    padding: 50px;
}
.footerinfos{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    gap: 15px;
}
.footermenu1{
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 auto;
}
.footermenu1 ul li, .hours ul li{
    list-style: none !important;
    text-decoration: none;
}
.footermenu1 ul li a, .hours ul li a {
    text-decoration: none !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: 130%;
}
.footermenu1 ul li a:hover {
    color: #ffffffaf;
    transition: 0.5s;
}
.footermenu1 ul, .hours ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 140px;
    color: #fff;
    text-decoration: none !important;
}
.footerimglogo, .hours{
    display: flex;
    justify-content: center;
    width: auto;
}
.footerimglogo img{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 150px;
}
.footersocials{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 130%;
    width: auto;
    margin: 0 auto;
}
.footersocials p{
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}
.footersocials ul {
    list-style: none;
    display: flex;
    gap: 5px;
    padding-top: 10px;
}
.footersocials ul li img {
    width: 40px;
    margin: 2px;
}
.footersocials ul li img:hover {
    width: 44px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
.footersocials h6, .footersocials h5{
    font-size: 16px;
}
.footersocials ul a{
    text-decoration: none;
}
.rights{
    position: relative;
    height: 81px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 34px 0;
    background-color: #1a1a1a;
    align-items: center;
    text-align: center;
    border-top: 1px solid #fff;
}
.rights p{
    color: #fff;
    font-size: 14.4px;
    font-weight: 500;
    line-height: 150%;
}
@media screen and (max-width: 870px) {
    .footergrid{
        flex-direction: column;
        padding: 10px;
    }
    .footerimglogo img{
        margin-top: 20px;
    }
    .footerimglogo ul{
        margin-top: 0px;
    }
    .footerinfos{
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 30px;
        margin: 36px auto;
    }
    .footermenu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        margin: auto;
        text-align: center;
        margin-top: 36px;
        padding-bottom: 40px;
    }
    .footernav{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        margin: auto;
        text-align: center;
        margin-bottom: 36px;
    }
    .footersocials ul {
        text-align: center;
        justify-content: center;
    }
    .rights{
        flex-direction: column;
        padding: 40px 10px;
    }
    .rights p{
        font-size: 12px;
        margin-bottom: 10px;
    }
}
a{
    text-decoration: none;
    color: inherit;
}