@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: white;
    font-family: poppins;
}

html,
body {
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
}

/* SPAN HELLO CONTAINER */
.span-hello-container {
    z-index: 100;
    position: fixed;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(15, 13, 13);
}

.span-hello {
    font-size: 4rem;
    color: rgb(255, 255, 89);
}

.span-hello-container {
    transform: translatey(0);
    transition: all 1s ease-in-out;
}

.hello-dot-span {
    margin-right: 10px;
}

.translate-animation {
    transform: translatey(-1200px);
}

/* CURSOR */
#cursor {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: fixed;
    background-color: rgb(237, 191, 255);
    z-index: 10;
    mix-blend-mode: difference;
    background-position: center;
    background-size: cover;
    transition: background-image ease-in-out cubic-bezier(0.19, 1, 0.22, 1)s;
}

/* nav */

#nav {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: fixed;
    mix-blend-mode: difference;
    z-index: 102;
}

#nav-part2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}

#nav #circle {
    height: 60px;
    width: 60px;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

#nav h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

#nav h4:nth-child(1) {
    text-decoration: underline;
}

.nava a {
    color: silver;
    text-decoration: none;
}

.hero-to-nav {
    width: 4vw;
    height: 4vw;
    position: fixed;
    z-index: 200;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    box-shadow: 0px 1px 8px 1px #434343;
}

.hero-to-nav a i {
    font-size: 1rem;
}

.i-color-white {
    color: rgb(255, 255, 255);
}

.ii-color-white {
    color: white;
}

/* MAIN */
.main {
    background-color: rgb(15, 13, 13);
}

/* PAGE-1 SECTION */
.page-1 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    /* z-index: 9; */
    padding-top: 12vw;
    cursor: default;
}

.name-flex h1 {
    font-size: 8vw;
    font-weight: 400;
}

.name-flex {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.name-gig {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 2vw;
    font-weight: 700;
}


.page-1 video {
    width: 60%;
    margin-top: 10vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

/* PAGE-2 SECTION */

.page-2 {
    min-height: 90vh;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 140px 100px;
}

.page-2 h2 {
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 50px;
    color: #111;
}

.box h3,
a {
    color: #111;
}

.box {
    /* background-color: red; */
    display: flex;
    align-items: center;
    /* cursor: none; */
    justify-content: space-between;
    height: 90px;
    padding: 0 20px;
    border-top: 2px solid #a5a5a5;
}

.box h3 {
    width: 90%;
    height: 100%;
    padding: 30px 0;
}

.box:nth-last-child(1) {
    border-bottom: 2px solid #a5a5a5;
}

/* page -3 */

.page-3 {
    min-height: 70vh;
    width: 100%;
    opacity: 0;
    position: relative;
    z-index: 9;
    padding: 100px 100px;
    background-color: rgb(15, 13, 13);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.page-3-head {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-3 h1 {
    text-align: center;
    width: 100%;
    opacity: 0;
    font-size: 7vw;
    color: #fff;
}

.swiper {
    width: 330px;
    height: 430px;
}

.swiper-slide {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50px 10px 50px 10px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    background: url("skill-back.jpg");
    background-size: cover;
    border: none;
}

.swipe-text {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50px 10px 50px 10px;
    background-color: rgba(231, 231, 231, .8);
    backdrop-filter: blur(10px);
    border: 2px solid rgb(245, 245, 245, .2);
}

.swipe-text h2 {
    font-size: 60px;
    margin: 30%;
    font-family: 'Belanosima', sans-serif;
    color: rgb(15, 13, 13, .9);
}

/* PAGE-4    */

.page-4 {
    padding: 100px 50px;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#page-sociallinks{
    display: flex;
    gap:50px;
    padding:20px;
    border-top:1px solid rgb(105, 105, 105);
    border-bottom:1px solid rgb(105, 105, 105);
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
#page-sociallinks a {
    z-index: 10;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 50%;
    text-decoration: none;
    background-color: rgb(105, 105, 105);
}
