* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

:root {
    --frist-color: #F4922C;
    --second-color: #000000;
    --third-color: #e7902d;
    --fourth-color: #FF9C29;
}

.dark-theme {
    --frist-color: #000000;
    --second-color: #ffffff;
    --third-color: #1b1a1a;
    --fourth-color: #252424;
}

main {
    position: relative;
    overflow: hidden;
    background-color: var(--third-color);

}

*::selection {
    color: #eb850a;
    background-color: #3c3c3bb9;
}

.mainpage {
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    background-color: var(--third-color);
    /* display: none; */
}

.page {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: var(--frist-color);
    border: none;
    box-shadow: 0px 40px 90px 40px var(--frist-color);
    /* display: none; */
    /* z-index: 2; */
}

.hero-pic {
    /* background-color: #6f6f6f; */
    width: 30%;
    height: 70%;
    /* display: block; */


}

.hero-pic img {
    position: absolute;
    width: 30%;
    height: 70%;
    top: 20%;
    /* right: 0%; */
    border: none;
    /* box-shadow: 9px 9px 20px 40px #E7902D; */
    border-radius: 15%;
    display: block;
    transform: translate(-40%);
}

.page nav {
    height: 10vh;
    background-color: var(--fourth-color);
    display: flex;
    justify-content: space-around;
    font-size: 2.3vh;
    font-weight: 600;
    /* position: sticky; */
    z-index: 9999;
    /* top: 0; */
    align-items: center;
}

.logo {
    color: var(--second-color);
    margin: 3.6vh 0;
    font-size: 3vh;
}

.logo:hover {
    opacity: 0.7;
    color: #fefdfdf9;
    transition: 0.5s ease-in-out;
}

nav .right {
    display: flex;
    margin: 4vh 0;
    /* margin-left: 40vw; */
}

nav .right li {
    display: inline;
    margin: 0 2.5vh;
}

nav .right li a {
    text-decoration: none;
    /* margin: 1.5vw 1vw; */
    color: var(--second-color);
    font-size: 1.2vw;
}

nav .right li a:hover {
    color: #Ffffff;
    opacity: 0.6;
    /* font-size: 2.8vh; */
    transition: 0.5s ease-in-out;
}

nav i {
    font-size: 2vw;
    color: black;
    margin-left: 2.5vw;
    /* padding-top: 0vw; */
}

nav i:hover {
    color: #8e8c8c;
    opacity: 0.8;
    /* font-size: 2.8vh; */
    transition: 0.5s ease-in-out;
}

nav .right {
    display: flex;
    text-align: right;
}

.maintext {
    position: relative;
    /* display: inline; */
    /* z-index:9999; */
    width: 60%;
    margin: 9vw 0;
    margin-left: 11vw;
    font-size: 3vw;
    color: var(--second-color);
    /* overflow: hidden; */
}

.maintext h3 {
    /* display: row; */
    height: 5vw;
    overflow: hidden;
}

.maintext h3 span {
    /* display: flex; */
    cursor: pointer;
    /* overflow: hidden; */
    justify-content: baseline;
    align-items: center;
    color: var(--second-color);
    /* margin-left: 20vw;
    margin-bottom: 20vh; */
    width: 8vw;
    height: 3.8VW;
    /* font-size: 3vw; */
    /* font-family: 'Whisper', cursive; */
    text-align: center;
    font-weight: 800;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* background-color: black; */
}

/* .point{
    position: relative;
    z-index: 2;
    color: #f9cf8d;;
  } */

#element {
    color: #f9cf8d;
}

.maintext button {
    width: 10vw;
    height: 7vh;
    border-radius: 10px;
    border: none;
    background-color: #ffad4e;
    font-size: 1.6vw;
    font-weight: 600;
    transition: all ease 0.5s;
    /* text-decoration: none; */
}

.maintext button a {
    padding: 0.8vw;
    color: black;
    text-decoration: none;
}

.maintext button:hover {
    box-shadow: 5px 5px 0 #f9cf8d;
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 1.2vw;
    height: 1.2vw;
    background-color: #ffffff72;
    z-index: 1;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    pointer-events: none;
}

/* loader page */

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loader .fs {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #222;
}

.topheading {
    text-align: center;
}

.topheading h5 {
    color: #ffffff;
}

.elem {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0%;
    background-color: #f9cf8d;
}

.centertext h1 {
    position: absolute;
    font-size: 3.5vw;
    color: #f59b3b;
    left: 34.3%;
    top: 40%;
    /* transform: translate(-40%, -0%); */
}

.centertext h1 span {
    font-family: 'Whisper', cursive;
    color: #f9cf8d;
}




/* page2 css  */

.page2 {
    /* height: 100vh; */
    width: 100vw;
    background-color: var(--third-color);
    box-shadow: 0px 10px 200px 40px #ee8618ec;
    padding-bottom: 10vw;
}

.page2 h1 {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding-top: 10vw;
    padding-left: 17vw;
    font-size: 4vw;
    color: var(--second-color);
}

.page2 .projects {
    width: 100vw;
    padding-top: 0vw;
}

.sac {
    display: flex;
    justify-content: space-between;
    /* width: 95%; */
}

.txt {
    padding-top: 2vw;
}

.pro1 {
    padding-top: 8vw;
    padding-left: 14vw;
    color: var(--second-color);
    /* padding-right: 12vw; */
    width: 25vw;


}

.pic1 {
    width: 25vw;
    height: 20vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 9px 9px 10px #4c4a46a9;
}

.pro1 .pic1 img {
    width: 25vw;
    height: 20vw;
    border-radius: 10px;
    /* box-shadow: 9px 9px 10px #4c4a46a9; */
    margin-bottom: 1vw;
    display: block;
    transition: 1s;
}

.pro2 {
    width: 25vw;
    padding: 0vw;
    margin-right: 16vw;
    padding-left: 0;
    color: var(--second-color);
}

.pic2 {
    width: 22vw;
    height: 40vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 9px 9px 10px #4c4a46a9;
}

.pro2 .pic2 img {
    width: 22vw;
    height: 40vw;
    border-radius: 10px;
    margin-bottom: 1vw;
    display: block;
    transition: 1s;
}

.pro1 p {
    /* height: 2vw; */
    width: 25vw;
}

.sac2 {
    display: flex;
    justify-content: space-between;
    /* width: 95%; */
}

.pro3 {
    /* padding-bottom: 10vw; */
    padding-left: 19vw;
    width: 25vw;
    color: var(--second-color);
}

.pic3 {
    width: 22vw;
    height: 40vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 9px 9px 10px #4c4a46a9;
}

.pro3 .pic3 img {
    width: 22vw;
    height: 40vw;
    border-radius: 10px;
    /* margin-left: 11vw; */
    /* box-shadow: 9px 9px 10px #4c4a46a9; */
    margin-bottom: 1vw;
    display: block;
    transition: 1s;
}

.pro3 p {
    /* height: 2vw; */
    width: 25vw;
}

.pro3 h3 {
    /* height: 2vw; */
    width: 25vw;
}

.pro4 {
    width: 25vw;
    padding: 0vw;
    margin-right: 14vw;
    /* padding-left: 0; */
    padding-top: 8vw;
    color: var(--second-color);
}

.pic4 {
    width: 25vw;
    height: 20vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 9px 9px 10px #4c4a46a9;
}

.pro4 .pic4 img {
    width: 25vw;
    height: 20vw;
    border-radius: 10px;
    margin-bottom: 1vw;
    display: block;
    transition: 1s;
}

.pro5 {
    width: 65vw;
    height: 36vw;
    color: var(--second-color);
    /* padding: 0vw; */
    margin-left: 15vw;
    margin-right: 11vw;
    /* padding-left: 0; */
    padding-top: 4vw;
}

.pic5 {
    width: 68vw;
    height: 35vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 9px 9px 10px #4c4a46a9;
}

.pro5 .pic5 img {
    width: 68vw;
    height: 35vw;
    border-radius: 10px;
    margin-bottom: 1vw;
    display: block;
    transition: 1s;
}

/* page 3 css */
.page3 {
    /* height: 100vh; */
    width: 100vw;
    background-color: var(--third-color);
    /* box-shadow: 0px 10px 200px 40px #ed8e29ec; */
    /* margin-bottom: 10vw; */
    /* padding: 0 10vw;
    padding-top: 9vw; */
}

.page3 h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5vw;
    font-size: 4vw;
    color: var(--second-color);
}

.skill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10vw;
    padding-top: 2vw;
    margin-bottom: 5vw;
}

.ach {
    border-right: 2px solid var(--second-color);
    width: 25vw;
}

.ach img {
    padding-left: 4vw;
    width: 19vw;
    height: 15vw;
}

#ach3 {
    border: none;
}

pre {
    font-weight: 600;
    font-size: 0.9vw;
    color: var(--second-color);
}

pre p {
    font-weight: 400;
    color: white;
}

.page4 {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: var(--third-color);

}

.future {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.future video {
    opacity: 0;
    width: 100%;
    object-fit: cover;
    /* rotate: 270deg; */
    height: 100%;
    /* scale: 1.2; */
    top: 50%;
    left: 50%;

    /* transform: translate(-50%, -50%); */
}

.ftext {
    z-index: 9999;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4VW;
    /* padding-top : 4%; */
}

.future .ftext {
    position: absolute;
    mix-blend-mode: screen;
}

.ftext .socail {
    margin-top: 60vw;
}

.socail i {
    margin-top: 20vw;
}

.socail a {
    font-style: none;
    font-size: 2vw;
    color: white;
    align-items: center;
    /* margin-top: 90vw; */
}

.socail a:hover {
    opacity: 0.5;
}

.ftext h1 {
    color: #ffffff;
}

.ftext button {
    padding: 0.5vw 2vw;
    font-size: .9vw;
    font-weight: 700;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #6f6f6f;
    transition: all ease 0.5s;
    /* text-decoration: none; */
}

.ftext button a {
    text-decoration: none;
    color: #000000;
}

.ftext button:hover {
    box-shadow: 5px 5px 0 #f9cf8d;
}


#pico:hover img {
    transform: scale(1.1);
}

.future .socail {
    position: absolute;
    mix-blend-mode: screen;
    /* z-index: 9999; */
}

.hero {
    display: flex;
    justify-content: space-between;
}

.moving-text {
    background-color: #d7d7d7;
    /* font-size: 8vw; */
    overflow-x: auto;
    white-space: nowrap;
    z-index: 9999;
}

.moving-text::-webkit-scrollbar {
    display: none;
}

.moving-text h1 {
    padding: 0;
    display: inline-block;
    font-size: 6vw;
    color: #000000;
}

.con {
    white-space: nowrap;
    display: inline-block;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* margin-bottom: 5px; */
}

.dot {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: #eb850a;
    display: inline-block;
    margin: 1vw 2vw;
}

#go-top {
    position: fixed;
    bottom: 3VW;
    right: 4VW;
    border-radius: 50%;
    z-index: 9999;
    cursor: pointer;
    height: 5vw;
    width: 5vw;
    background: #5b37eb;
    border: none;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 9px 9px 10px #41403ea9;
    text-decoration: none;
    transition: all 0.5s ease-in;
    box-shadow: rgba(120, 46, 240, 0.4) 5px 5px, rgba(120, 46, 240, 0.3) 10px 10px;
}

#go-top i {
    font-size: 1vw;
    color: #fff;
}

#go-top:hover {
    background: #a143b9;
    box-shadow: rgba(149, 30, 164, 0.4) 5px 5px, rgba(149, 30, 164, 0.3) 10px 10px;
    /* color: #000000; */
}

@keyframes move {
    from {
        transform: translatex(0);
    }

    to {
        transform: translatex(-100%);
    }

}


.hovertext::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

.hovertext:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hovertext::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: hsl(265, 96%, 44%);
    z-index: -1;
    transition: transform .3s ease;
}

.hovertext {
    position: relative;
    font-size: 5rem;
}

/* ********************************************************************************************************* */
.audio-icon {
    font-size: 2rem;
    color: #fff;
}

#play-pause-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5%;
    bottom: 1.5%;
    background: #5b37eb;
    padding: 2vw;
    border-radius: 50%;
    box-shadow: rgba(120, 46, 240, 0.4) 5px 5px, rgba(120, 46, 240, 0.3) 10px 10px;
    z-index: 10;
    border: 0;
    outline: 0;
    cursor: pointer;
    animation: fade-in 0.5s linear 1;
    transition: all 0.5s ease-in;
}

#play-pause-button i {
    color: #FFFF;
    font-size: 1VW;
}

#play-pause-button:hover {
    background: #a143b9;
    box-shadow: rgba(149, 30, 164, 0.4) 5px 5px, rgba(149, 30, 164, 0.3) 10px 10px;
}

@keyframes fade-in {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.hidden {
    display: none;
}

/*  */
.sec-center {
    position: relative;
    max-width: 100%;
    text-align: center;
    z-index: 200;
    /* margin-left: 10vw; */
    display: none;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    height: 40px;
    transition: all 200ms linear;
    border-radius: 4px;
    width: 100px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #1b1b1b;
    cursor: pointer;
    color: #ffeba7;
    box-shadow: 0 12px 35px 0 rgba(255, 235, 167, .15);
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

.dropdown:checked+label:before {
    pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #1b1b1b;
    top: 70px;
    left: 0;
    width: 35vw;
    border-radius: 4px;
    display: block;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}

.dropdown:checked~.section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.section-dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
    display: block;
    z-index: 1;
}

.section-dropdown:after {
    position: absolute;
    top: -7px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.menu-a {
    position: relative;
    color: #fff;
    transition: all 200ms linear;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    margin: 2px 0;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
}

.menu-a:hover {
    color: #102770;
    background-color: #ffeba7;
}

.menu-a .uil {
    font-size: 22px;
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
    position: relative;
    color: #fff;
    transition: all 200ms linear;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}

.dropdown-sub:checked+label .uil,
.dropdown-sub:not(:checked)+label .uil {
    font-size: 22px;
}

.dropdown-sub:not(:checked)+label .uil {
    transition: transform 200ms linear;
}

.dropdown-sub:checked+label .uil {
    transform: rotate(135deg);
    transition: transform 200ms linear;
}

.dropdown-sub:checked+label:hover,
.dropdown-sub:not(:checked)+label:hover {
    color: #102770;
    background-color: #ffeba7;
}


.section-dropdown-sub {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    padding-left: 10px;
    padding-right: 3px;
    overflow: hidden;
    transition: all 200ms linear;
}

.dropdown-sub:checked~.section-dropdown-sub {
    pointer-events: auto;
    opacity: 1;
    max-height: 999px;
}

.section-dropdown-sub a {
    font-size: 14px;
}

.section-dropdown-sub a .uil {
    font-size: 20px;
}

/*  */


@media (max-width: 600px) {
    .loader {
        /* display: none; */
        background-color: var(--fourth-color);
    }

    nav {
        height: 1vh;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    nav .logo {
        font-size: 4vw;
    }

    nav .right ul {
        display: none;
    }

    nav i {
        font-size: 4.5vw;
        margin-top: 4.1vw;
    }

    .hero {
        display: flex;
        flex-direction: column;
        /* height: calc(100% -60px); */
    }

    .maintext {
        width: 100%;
        height: 100%;
        margin: 0;
        align-items: center;
        text-align: center;
        padding-top: 6vw;
        font-size: 6vw;
    }

    .hero-pic {
        width: 100%;
        height: 50%;
        /* left: ; */
        border-radius: 15%;
        overflow: hidden;
        border: 1px solid #958e8e00;
    }

    .hero-pic img {
        display: block;
        width: 90%;
        height: 43%;
        top: 55%;
        left: 41%;
        border-radius: 15%;
    }

    .hero .maintext {
        margin-top: 20vw;
        width: 100%;
        height: 50%;
    }

    .maintext h3 {
        height: 41vw;
        font-size: 13vw;
    }

    .maintext button {
        margin-top: 5vw;
        /* padding: 0; */
        width: 21vw;
        height: 9vw;
        font-size: 3.5vw;
    }

    .sac {
        /* display: flex; */
        flex-direction: column;
        align-items: center;
    }

    .sac2 {
        flex-direction: column;
        align-items: center;
    }

    .sac p {
        height: 8vw;
        width: 80vw;
    }

    .sac2 p {
        height: 8vw;
        width: 80vw;
    }

    .page2 h1 {
        font-size: 12vw;
        height: 45vw;
        align-items: center;
        /* margin-top: 10vw; */
        padding: 0vw 23vw;
        padding-top: 19vw;
        width: 100%;
        text-align: center;
    }

    .pro1 {
        padding: 0;
        padding-top: 3vw;
        width: 80%;
        /* margin: 0; */
    }

    .pro1 #pico {
        width: 80vw;
        height: 50vw;
    }

    .pro1 #pico img {
        width: 80vw;
        height: 50vw;
    }

    .pro2 {
        padding: 0;
        margin: 0;
        width: 80%;
        padding-top: 8vw;
        align-items: center;
    }

    .pro2 #pico {
        width: 80vw;
        height: 130vw;
    }

    .pro2 #pico img {
        width: 80vw;
        height: 130vw;
    }

    .pro3 {
        padding: 0;
        margin: 0;
        width: 80%;
        padding-top: 8vw;
    }

    .pro3 h3 {
        width: 80%;
    }

    .pro3 #pico {
        width: 80vw;
        height: 130vw;
    }

    .pro3 #pico img {
        width: 80vw;
        height: 130vw;
    }

    .pro4 {
        padding: 0;
        margin: 0;
        width: 80%;
        padding-top: 8vw;
    }

    .pro4 #pico {
        width: 80vw;
        height: 50vw;
    }

    .pro4 #pico img {
        width: 80vw;
        height: 50vw;
    }

    .pro5 {
        padding: 0;
        padding-top: 8vw;
        width: 80vw;
        height: 100%;
        margin: 0 10vw;
        align-items: censter;
        /* text-align: left; */
    }

    .pro5 #pico {
        width: 80vw;
        height: 50vw;
    }

    .pro5 #pico img {
        width: 80vw;
        height: 50vw;
    }

    .pro5 h3 {
        width: 100%;
    }

    .pro5 p {
        width: 90%;
        height: 17vw;
    }

    .page3 h2 {
        font-size: 12vw;
        height: 40vw;
        align-items: center;
        /* margin-top: 10vw; */
        padding: 0vw 23vw;
        padding-top: 4vw;
        width: 100%;
        text-align: center;
    }

    .skill {
        flex-direction: column;
        align-items: center;
    }

    .skill .ach {
        border-right: none;
        width: 80vw;
        border-bottom: 2px solid var(--second-color);
        align-items: center;
        /* width: 80%; */
        height: 8ovw;
    }

    .ach img {
        width: 60vw;
        height: 60vw;
        margin: 0 10vw;
        padding-top: 5vw;
    }

    .ach pre {
        width: 80vw;
        align-items: center;
        font-size: 3.1vw;
        padding-bottom: 11vw;
        /* text-align: center; */
    }

    .moving-text {
        font-size: 12vw;
        height: 25vw;
        align-items: center;
        /* margin-top: 10vw; */
        /* padding: 0vw 23vw; */
        /* padding-top: 4vw; */
        /* width: 100%; */
        text-align: center;
    }

    .socail i {
        font-size: 7vw;
        margin-top: 60vw;
    }

    .ftext button {
        /* width: vw; */
        height: 12vw;
        font-size: 2vw;
        font-weight: 700;
        cursor: pointer;
    }

    #go-top {
        height: 16vw;
        width: 16vw;
        display: none;
    }

    #go-top i {
        font-size: 4vw;
    }

    .circle {
        width: 3.5vw;
        height: 3.5vw;
    }

    #play-pause-button {
        left: 3vw;
        bottom: 3vw;
        padding: 6vw;
    }

    #play-pause-button i {
        font-size: 4vw;
    }

    .sec-center {
        display: block;
    }
}