/* Simple responsive portfolio styles */
:root {
    --bg: #0d0d0d;
    --card: #ffffff;
    --purp: #a086bf;
    --text: #ebe8e8;
    --sub-text: #b1b1b1;
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

/* For Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    display: none;
}

html {
    scrollbar-width: none;
      scroll-behavior: smooth;
}

body {
    -ms-overflow-style: none;
}

ul li{
    list-style-type: none;
}
* {
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

body {
    background: var(--bg);
    height: 100%;
    margin: 0;
    background: linear-gradient(180deg, var(--bg), #071022);
    overflow-x: hidden;
}

.site-header {
    padding: 15px;
}

header {
    height: 60px;
    width: 100%;
    position: absolute;
    z-index: 99;
    right: 0px;
}

section.hero {
    width: 100vw;
}

header a , footer a,
.resume-nav a {
    color: var(--text);
    text-decoration: none;
    text-align: left;
    transition: all 0.3s ease-in-out;
    
}

header a:hover,
.resume-nav a:hover , footer a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

span.Available {
    border: 1px solid white !important;
    border-radius: 22px;
    padding: 3px 12px 4px 10px;
    text-align: right;
    font-size: 12px;
}

span.Available i {
    color: green;
    font-size: 9px;
    position: relative;
    top: -2px;
}

headtitle {
    font-size: 4rem;
    display: block;
    margin-top: 5px;
    padding: 0;
    line-height: 0.9;
    text-wrap-mode: nowrap;
}

headtitle.big {
    font-size: 4.1rem;
    text-wrap-mode: nowrap;


}

.navigation li {
    list-style-type: none;
    font-size: 20px;
    text-align: end;
    line-height: 1;

}

.navigation ul {
    align-items: end;

}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
span,
div {
    color: var(--text);
    text-decoration: none;
}
h3{
        text-align: left;
    padding-left: 32px;
    padding-top: 32px;
    font-weight: 100;
}

p {
    color: var(--sub-text);
    margin: 0;
    padding: 0;
}

.purp{
    color: var(--purp);
}
button {
    outline: none;
    box-shadow: none;
    border: transparent;
    color: var(--bg);
    background-color: var(--text);
    border-radius: 20px !important;
    padding: 7px 20px;
    transition: all 0.3s ease-in-out;

}

button:hover {
    cursor: pointer;
    background-color: var(--purp);
    color: var(--text);
    transition: all 0.3s ease-in-out;
} 

section {
    background-color: var(--bg);
    height: 100vh;
    width: 100vw;
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.hero-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.hero-text h2 {
    margin: 0 0 12px 0;
    font-size: 2rem
}

.nav {
    justify-content: flex-end;
    margin: 33px;
}

.hero-text p {
    color: var(--sub-text);
    line-height: 1.3
}

p.about {
    max-width: 505px;
    line-height: 25px;
    margin-top: 21px;
    font-size: 20px;
}

.hero-te5xt p {
    max-width: 500px;
}

.ppl {
    color: var(--purp);
}

.logo img {
    width: 50px;
}

.resume-nav {
    text-align: right;
    font-size: 21px;
    position: absolute;
    /* right: 30px; */
    bottom: 18px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.container.about img{
    height: 20rem;
}

.centered {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    margin: auto;
}
 
.image-of-me {
    width: 15rem;
    height: 20rem;
    background-image: url(assets/images/my-photo.png);
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.main-p p{
    font-size: 26px;
    color: #ffffff !important;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.sub-p p{
    font-size: 15px;
    color: #dad2d2 !important;
    margin-top: 15px;
    line-height: 1.5;
    text-align: left !important;
}

.stats{
    margin-top: 40px;
    text-align: left;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 20px;
}

.stats p.big-size{
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}

.hero-text{
    text-align: center;
}

.all-items{
    width: 100%;
}

.Experience-item{
    text-align: left;
    border-bottom: solid 1px white;
    padding: 22px;
    font-weight: 100;
    font-size: 1.5rem;
}

 footer {
    width: 100%;
    background-color: var(--bg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--sub-text);
 }

  footer a.linked:hover{
    color: #3861b0 !important;
    opacity: 1;
 }

 footer a.dribb:hover{
    color: #ea4c89 !important;
    opacity: 1;
 }

 .toppage{
    height: 40px;
    position: absolute;
    width: 42px;
    background: #181616;
    z-index: 9999;
    padding: 14px;
    line-height: 0;
    margin: 20px -48px;
    color: white;
    border-radius: 43px;
}
  
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: left;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

   .container{
        display: flex;
        justify-content: center;
        height: 80vh;
        align-items: center;
        margin-top: 5%;
   }

   .swiper-button-next, .swiper-button-prev {
    color: white;
   }

   .project-container{
    border-radius: 22px;
   }

   
 

/* small screen */
@media screen and (max-width:800px) {
    .hero-content{
        transform: scale(0.7);
    }
}


 @media only screen and (max-width:555px) {
     .site-header {
         padding: 20px;
     }

     .centered {
         height: 100%;
         width: 80% !important;
         display: flex;
         align-items: center;
         margin: auto;
     }

     headtitle {
         font-size: 3rem;
         display: block;
         margin-top: 5px;
         padding: 0;
         line-height: 0.9;
     }

     headtitle.big {
         font-size: 3.1rem;
     }

     .image-of-me {
         width: 12rem;
         height: 16rem;
         background-image: url(assets/images/my-photo.png);
         background-size: cover;
         background-position: center;
         border-radius: 3px;
     }.stats p.big-size {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}.main-p p {
    font-size: 22px;
    color: #ffffff !important;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}.small-size{
    font-size: 14px;
}.Experience-item {
    text-align: left;
    border-bottom: solid 1px white;
    padding: 22px;
    font-weight: 100;
    font-size: 1.2rem;
}

 }

