* {
    margin: 0;
    padding: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header{
    padding: 0px;
    fill: #1a191a;
    text-align: left;
    align-items:left;
    background-color: transparent;
  }


body {
    width: 100%;
    min-width: 320px; /* Adjust the minimum width as needed */
    height: auto;
    margin: 0;
    display: block;
    background-color: #161822;
    min-height: 100vh; /* Ensure a minimum viewport height */
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

main {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    display: block;
    background: linear-gradient(90deg, #492a81, #2c2c86);
    clip-path: polygon(0% 15%, 100% 2%, 100% 100%, 0% 90%, 0% 20%);
    padding: 10% 5% 200px; /* Adjust padding as needed */
    box-sizing: border-box;
    position: relative;
}

/* Slider Animation */
.slider-thumb::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 1200px; /* Increase the width to take up more space */
    height: 1200px; /* Increase the height to take up more space */
    background: #5514d6;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 5s linear infinite;
}


@keyframes sliderShape {
    0%, 100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

h1{
    font-size: 80PX;
    color: #5a08c6;
    transition: transform 0.3s;
    text-shadow: 2px 0 transparent, -2px 0 transparent, 0 2px #866bd7, 0 -2px #000000,
             1px 1px #5113e2, -1px -1px #3a14e4, 1px -1px #4010f0, -1px 1px #050ef9;
    margin-top: 100px;
    font-weight: 100;
    font-size: 80px; 
}
h1:hover{
    transform: scale(1.05);
}

h2{
    font-size: 50PX;
    color: #5a08c6;
    transition: transform 0.3s;
    text-shadow: 2px 0 transparent, -2px 0 transparent, 0 2px #866bd7, 0 -2px #000000,
             1px 1px #5113e2, -1px -1px #3a14e4, 1px -1px #4010f0, -1px 1px #050ef9;
    margin-top: 100px;
    font-weight: 100;
    font-size: 80px; 
    text-align: center;
}
h2:hover{
    transform: scale(1.05);
}

h3{
    font-size: 40PX;
    color: #5a08c6;
    transition: transform 0.3s;
    text-shadow: 2px 0 transparent, -2px 0 transparent, 0 2px #866bd7, 0 -2px #000000,
             1px 1px #5113e2, -1px -1px #3a14e4, 1px -1px #4010f0, -1px 1px #050ef9;
    margin-top: 100px;
    font-weight: 100;
    font-size: 80px; 
    text-align: center;
    align-self: center;
}
h3:hover{
    transform: scale(1.05);
}

p{
    
}

.welcome-text {
    display: flex;
    justify-content: left;
    align-items: left; /* Center vertically and horizontally */
    padding: 100px;
    color: #a460fc;
    transition: transform 0.3s;
    font-size: 20px;
    min-height: 90vh; /* Increase the minimum height */
}


/* Header Styles */
header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}

/* Main Content Styles */
main {
    color: antiquewhite;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    padding-top: 100px;
    position: relative;
    
}



/* Heading Styles */
.h1 {
    color: black;
    background-color: rgba(70, 70, 70, 0.8);
    padding: 100px;
}

h2 {
    color: black;
    background-color: rgba(70, 70, 70, 0.8);
    padding: 100px;
    background-image: url(/Images/Computer.jpg);
}

h2:hover {
    color: black;
    transform: scale(1.05);
    background-color: rgba(70, 70, 70, 1);
    transition: transform 0.4s;
}

/* Article Text Styles */

.article-text {
    background-color: rgba(41, 41, 41, 0.8);
    color: antiquewhite;
    padding: 10px;
    margin-top: 10px;
    opacity: 10;
    transition: transform 0.3s;
    text-align: center;
    align-items:center;
    place-items: center;
}



.article-text:hover {
    transform: scale(1.05);
    background-color: rgba(70, 70, 70, 1);
    opacity: 100;
}

/* Button Styles */

button {
    color: antiquewhite;
    border: #7700ff solid 1px;
    background: #2c40a1;
    padding: 9px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    transform: scale(1.2);
    color: antiquewhite;
    background: #2c40a1;
    opacity: 0.5;
    padding: 9px 16px;
}

/* Tab Styles */

.tablinks {
    color: antiquewhite;
    background: #1a1c26;
    padding: 15px 16px;
    cursor: pointer;
    right: 80px;
}

.tablinks:hover {
    transform: scale(1.1);
    color: antiquewhite;
    background: #515568;
    opacity: 0.5;
    padding: 15px 16px;
}

.tabs {
    color: antiquewhite;

    background: #1a1c26;
    padding: 15px 16px;
    cursor: pointer;
    margin: 0;
}

/* Project Container Styles */

.project-container {
    background: linear-gradient(90deg, #492a81, #2c2c86);
    background-size: cover;
    background-attachment: fixed;
    height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0%;
    color: antiquewhite;
    clip-path: polygon(0% 15%, 100% 2%, 100% 100%, 0% 90%, 0% 20%);
    text-align: center;
    padding: 20px 30px;
    align-self: center;
}

figure{
    align-self: center;
}



.forms {
    background-image: url(Computer.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0%;
    color: antiquewhite;
    text-align: left;
    padding: 20px 30px;
    clip-path: polygon(0% 15%, 100% 2%, 100% 100%, 0% 90%, 0% 20%);
}

/* Form Styles */

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    background-color:rgb(127, 112, 168);
    border: 1px solid rgb(120, 97, 182);
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    opacity: 0.7;
    
}

input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    background-color: rgb(127, 112, 168);
    border: 1px solid rgb(120, 97, 182);
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    opacity: 0.7;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center; /* Center vertically and horizontally */
    padding: 10px;
    color: rgb(230, 230, 230);
    font-size: 20px;
    background: linear-gradient(90deg, #492a81, #2c2c86);
    clip-path: polygon(0% 15%, 100% 2%, 100% 100%, 0% 90%, 0% 20%);
}