@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: #222831;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto;
    padding: 0 0.5rem;
    max-width: 1200px;
}

.navigation ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.navigation a {
    text-decoration: none;
    color: white;
}

.navigation a:hover {
    color: #00adb5;
    transition: color 0.3s ease-in-out;
}

.aboutMe1:hover {
    transform: scale(1.10);
    transition: transform 0.3s ease-in-out;
}

.myWorks1:hover {
    transform: scale(1.10);
    transition: transform 0.3s ease-in-out;
}

.Contact1:hover {
    transform: scale(1.10);
    transition: transform 0.3s ease-in-out;
}


.logo {
    height: 40px;
    margin-left: 10px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.logo:hover {
    transform: scale(1.25);
}

hr {
    opacity: 10%;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: 5rem auto;
    margin-top: 250px;
    max-width: 1200px;
}

.heroimg {
    height: 300px;
    margin-top: -50px;
}

.arrow {
    position: absolute;
    margin-top: -130px;
    transform: translateX(-5.5rem) translateY(1.5rem);
    height: 300px;
    margin-left: -90px;
}

.heroSub {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.name {
    color: white;
    font-size: 3.25rem;
    margin-bottom: 10px;
    margin-left: -10px;
}

.title {
    color: #00adb5;
    font-size: 4rem;
}

.heroButtons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}


.hireMe {
    background-color: #00adb5;
    color: white;
    border-radius: 24px;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.hireMe:hover {
    transform: scale(1.15);
}

.Bot {
    background-color: rgba(57, 62, 70, 0.75);
    color: white;
    border-radius: 24px;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(4px);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.Bot:hover {
    transform: scale(1.15);
}

.aboutMe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    margin-top: 200px;
    max-width: 1200px;
    gap: 10rem;
}

.textContainer {
    display: flex;
    flex-direction: column;
}

.textTitle {
    display: flex;
    gap: 5px;
    margin-bottom: 2rem;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.textTitle:hover {
    transform: scale(1.1);
}

.aboutName {
    color: white;
    font-size: 4rem;
}

.aboutTitle {
    color: #00adb5;
    font-size: 4rem;
}

.aboutMePar {
    text-align: justify;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.2rem;
    margin-top: 10px;
}

.aboutMeImg {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.aboutMeImg:hover {
    transform: scale(1.05);
}


.light {
    margin-top: -20px;
}

.Kbot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    max-width: 1200px;
    margin-top: 150px;
    gap: 10rem;
}

.KbotTitle {
    font-size: 4rem;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-left: 150px;
    gap: 2px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.KbotTitle:hover {
    transform: scale(1.1);
}

.aboutKbot {
    color: white;
}

.Kbotname {
    color: #00adb5;
    font-size: 4rem;
}

.chatbotimg {
    height: 100px;
    margin-left: 40px;
}

.KbotPar {
    text-align: justify;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.2rem;
    margin-top: 10px;
}

.Kbotimg {
    height: 200px;
    margin-top: 120px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.Kbotimg:hover {
    transform: scale(1.05);
}

.tryit {
    background-color: #00adb5;
    color: white;
    border-radius: 24px;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.tryit:hover {
    transform: scale(1.15);
}



.work {
    background-image: url("assets/svg/background.svg");
    padding: 10rem 10rem;
    margin: 5rem 0rem;
}

.worksContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: left;
    margin: 5rem auto;
    max-width: 1200px;
}