@import url('https://api.fontshare.com/v2/css?f[]=switzer@1,2&display=swap');

/* For debug */
section {
    border: 0px solid red;
}

/*****************************
General
*****************************/


html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Switzer', sans-serif;
    background-color: #000;
}

.rotate-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    z-index: 9999;

    display: none;
    align-items: center;
    justify-content: center;
}

.rotate-box {
    text-align: center;
    color: #fff;
}

.rotate-box i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.rotate-box p {
    font-size: 1.1rem;
    line-height: 1.4;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(2px);
}

.glass {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.glass-button {
    height: 3rem;
    width: 15rem;
    padding: 0.75rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    display: flex;
    justify-content: center;
    align-items: center;
}

.glass-button:hover {
    background-color: rgba(72, 123, 251, 0.2);
    border-color: rgba(72, 123, 251, 0.4);
    box-shadow: 0 0 30px rgba(72, 123, 251, 0.4);
    transform: translateY(-2px);
}

.custom-card {
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.custom-card:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.glass-button:active {
    transform: translateY(0);
}

.glass-button i {
    transition: transform 0.3s ease;
}

.glass-button:hover i {
    transform: translateX(4px);
}

.contact-button {
    background-color: rgba(72, 123, 251, 0.2);
}

.contact-button:hover {
    background-color: rgba(72, 203, 251, 0.5);
    box-shadow: 0 0 30px rgba(72, 203, 251, 0.7);
}

.gradient-text-darker {
    background: linear-gradient(135deg, #48dbfb, #487bfb, #48dbfb);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-lighter {
    background: linear-gradient(135deg, #7fe5fb, #6c95fc, #7fe5fb);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-rainbow {
    background: linear-gradient(90deg, #00d4ff, #7c3aed, #f59e0b);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-container {
    position: relative;
    z-index: 1;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
    scroll-padding-top: 6.0rem;
}

.custom-navbar {
    position: fixed;
    top: 1.5rem;
    left: 3rem;
    right: 3rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    z-index: 9999;
}

.custom-navbar a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s;
}

.navbar-links a:hover {
    opacity: 0.7;
    color: #48dbfb;
}

.logo-text {
    background: linear-gradient(135deg, #00d4ff, #7c3aed);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*****************************
Sections
*****************************/

.section-intro,
.section-services,
.section-whoami,
.section-contacts {
    scroll-snap-align: start;
}

.section-intro {
    margin-top: 6.0rem;
}

.section-intro,
.section-services,
.section-whoami,
.section-contacts {
    min-height: calc(100vh - 6.0rem);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
}

.section-subtitle {
    font-size: 1.3rem;
}

/*****************************
Intro
*****************************/

.intro-words p {
    font-weight: 700;
    font-size: 4.5rem;
}

.intro-card {
    height: 40rem;
    width: 40rem;
}

.intro-card .intro-section-name {
    font-size: 1.5rem;
}

.intro-card .name {
    font-size: 3rem;
    font-weight: 700;
}

.intro-card .intro-section-services {
    font-size: 1.0rem;
}

.intro-card .intro-service {
    font-size: 1.0rem;
}

.intro-card .icons {
    font-size: 1.5rem;
}

.intro-card .intro-section-description {
    font-size: 1.0rem;
}

.intro-card .intro-card-section {
    height: 33%;
}

.intro-card .intro-card-section:not(:last-child) {
    border-bottom: 1px solid rgb(119, 119, 119);
}

.intro-card .intro-service {
    font-weight: 300;
    font-size: 1.2rem;
}

/*****************************
Services
*****************************/

.service-card {
    width: 30rem;
    height: 35rem;
}

.service-card .card-title {
    font-size: 2rem;
    font-weight: 500;
}

.service-card i {
    font-size: 2rem;
    color: #6c95fc;
}

.service-card .service-description {
    font-size: 0.8rem;
}

/*****************************
Who am I
*****************************/

.whyworktogether-card {
    width: 30rem;
    height: 35rem;
}

.whyworktogether-card .card-title {
    font-size: 2rem;
    font-weight: 500;
}

.whyworktogether-card .whyworktogether-title {
    font-size: 1.8rem;
}

.whyworktogether-card .whyworktogether-description {
    font-size: 0.9rem;
}

.aboutme-card {
    width: 30rem;
    height: 35rem;
}

.aboutme-card .card-title {
    font-size: 2rem;
    font-weight: 500;
}

.aboutme-card .aboutme-description {
    font-size: 0.8rem;
}

.aboutme-card img {
    max-width: 8rem;
}

/*****************************
Contacts
*****************************/

.contacts-card {
    width: 60rem;
    height: 40rem;
}

.contacts-card .card-title {
    font-size: 2rem;
    font-weight: 500;
}

.contact-item {
    border-radius: 1rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.contact-item:not(.no-click) {
    cursor: pointer;
}

.contact-item:not(.no-click):hover {
    background: linear-gradient(135deg, rgba(72, 219, 251, 0.25), rgba(108, 149, 252, 0.25));
    border-color: rgba(72, 219, 251, 0.6);
    box-shadow: 0 0 25px rgba(72, 219, 251, 0.5);
}

.contact-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(72, 219, 251, 0.2), rgba(108, 149, 252, 0.2));
    border-radius: 1rem;
    border: 1px solid rgba(72, 219, 251, 0.3);
}

.contact-icon-wrapper i {
    color: #6c95fc;
}

.contact-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.contact-value {
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 600;
}

.contact-value:hover {
    opacity: 0.8;
    transform: translateX(3px);
}