@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');

:root{
    --blue: rgb(19, 55, 106);
    --black: rgb(31, 35, 45);
    --gray: rgb(28, 29, 31);
    --gray2: rgb(21, 24, 30);
    --white: rgb(240, 248, 255);
    --jet: rgb(68, 63, 77);
    --plum: rgb(119, 75, 116);
    --purple: rgb(122, 38, 179);
    --lgray: rgb(64, 64, 64);
    --dgray: rgb(92, 92, 92);
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'SUSE', 'Poppins', sans-serif;
}
body {
    background-color: var(--gray2);
}

/*Navbar Style*/
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0.5rem 1rem;
}
.nav-bar a {
    justify-content: center;
    color: var(--white);
    display: inline;
    align-items: center;
    text-align: center;
    padding: 10px;
    font-weight: bolder;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
}
.nav-bar a:hover {
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
    font-size: 18px;
    text-decoration: underline;
}

/*Presentation Style*/
/*PP Style*/
.profile-container {
    position: absolute;
    display: inline-block;
    text-align: center;
    top: 150px;
    left: 50px;
}
.cowned-yo {
    position: relative;
}
.profile {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.crown {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-65%);
    width: 269px;
    height: 173px;
}
.lines {
    top: 0;
    position: absolute;
    width: 350px;
    height: 335px;
}
.line-right {
    position: absolute;
    top: 50%;
    right: 0;
    height: 75px;
    width: 2px;
    background-color: rgb(255, 255, 255, 0.15);
    transform: translateY(-50%);
}
.line-bottom {
    position: absolute;
    bottom: 0;
    left: 20%;
    height: 2px;
    width: 165px;
    background-color: rgb(255, 255, 255, 0.15);
}
/*Presentation text Style*/
.title {
    font-size: 40px;
    width: 275px;
    margin-bottom: 15px;
    position: absolute;
    right: 525px;
    top: 75px;
}
.presentation-text {
    width: 700px;
    font-size: 17px;
    position: absolute;
    right: 100px;
    top: 150px;
}
.me {
    justify-items: center;
    position: absolute;
    display: flex;
    color: var(--white);
    align-items: center;
    width: 100%;
    height: 800px;
}

/*Project Style*/
.project {
    position: relative;
    top: 1050px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background-color: transparent;
    gap: 40px;
}
.project-title {
    position: relative;
    color: var(--white);
}
/*Zippy Style*/
.zippy {
    display: flex;
    align-items: center;
    background-color: var(--gray);
    padding: 40px;
    width: 1150px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.zippy-logo {
    width: 400px;
    height: auto;
    margin-right: 30px;
}
.logo-delimiter-1 {
    height: 175px;
    width: 2px;
    background-color: var(--dgray);
    position: absolute;
    left: 510px;
}
.zippy-title {
    font-size: 32px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 10px;
}
.zippy-description {
    font-size: 18px;
    color: var(--white);
    line-height: 1.6;
    text-align: justify;
}
.zippy-description a {
    color: var(--white);
    text-decoration: underline;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
}
.zippy-description a:hover {
    font-size: 20px;
    font-weight: 600;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;

}
/*Snooke Style*/
.snooke {
    display: flex;
    align-items: center;
    background-color: var(--gray);
    padding: 40px;
    width: 1150px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.snooke-logo {
    width: 375px;
    height: auto;
    margin-right: 55px;
    left: 100px;
}
.logo-delimiter-2 {
    height: 175px;
    width: 2px;
    background-color: var(--dgray);
    position: absolute;
    left: 510px;
}
.snooke-title {
    font-size: 32px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 10px;
}
.snooke-description {
    font-size: 18px;
    color: var(--white);
    line-height: 1.6;
    text-align: justify;
}
.snooke-description a {
    color: var(--white);
    text-decoration: underline;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
}
.snooke-description a:hover {
    font-size: 20px;
    font-weight: 600;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
}
/*Portfolio Style*/
.portfolio {
    display: flex;
    align-items: center;
    background-color: var(--gray);
    padding: 40px;
    width: 1150px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.portfolio-logo {
    width: 400px;
    height: auto;
    margin-right: 55px;
    left: 0;
}
.logo-delimiter-3 {
    height: 175px;
    width: 2px;
    background-color: var(--dgray);
    position: absolute;
    left: 510px;
}
.portfolio-title {
    font-size: 32px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 10px;
}
.portfolio-description {
    font-size: 18px;
    color: var(--white);
    line-height: 1.6;
    text-align: justify;
}
.portfolio-description a {
    color: var(--white);
    text-decoration: underline;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
}
.portfolio-description a:hover {
    font-size: 20px;
    font-weight: 600;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
}

/*Services*/
.service {
    position: absolute;
    top: 2300px;
    color: #fff;
    width: 1000px;
    left: 50px;
    font-size: 18px;
}
.web-dev-title {
    font-size: 40px;
    margin-bottom: 10px;
}
.offer-list {
    margin-top: 20px;
    margin-left: 50px;
}

.offer-list li {
    padding: 5px;
}

.contact-a {
    color: aliceblue;
    text-decoration: underline;
    margin-left: 2px;
}

.contact-a:hover {
    font-weight: 600;
    transition: font-size 0.2s ease, text-decoration 0.2s ease;
}

/*Contact form Style*/
.contact-form {
    position: relative;
    top: 2050px;
    justify-self: center;
    text-align: center;
    background-color: var(--black);
    padding: 20px;
    border-radius: 10px;
    width: 650px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: var(--white);
}
.contact-header h1 {
    margin-bottom: 10px;
    font-size: 24px;
}
.contact-header p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.form-group {
    display: flex;
    gap: 10px;
}
form input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: var(--jet);
}
form textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    resize: vertical;
    background-color: var(--jet);
    height: 100px;
}
form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background-color: var(--purple);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    transition: font-size 0.3s ease, text-decoration 0.3s ease;
}
form button i {
    font-size: 16px;
}
form button:hover,
form button i {
    font-size: 18px;
    font-weight: bold;
    transition: font-size 0.3s ease, text-decoration 0.3s ease;
}
form input::placeholder {
    color: var(--white);
    opacity: 0.75;
}
form textarea::placeholder {
    color: var(--white);
    opacity: 0.75;
}

/*Footer style*/ 
.footer {
    position: relative;
    color: var(--white);
    text-align: center;
    padding: 20px;
    bottom: -2050px;
}
.footer .follow {
    margin-bottom: 15px;
}
.footer .social {
    gap: 200px;
}
.footer .social .social-link a {
    color: var(--white);
    margin: 0 10px;
    text-decoration: none;
    gap: 10px;
    transition: font-weight 0.2s ease;
}
.footer .social .social-link a:hover {
    font-weight: bold;
    transition: font-weight 0.2s ease;
}
