.skills-container,
.work-grid {
    grid-template-columns: repeat(3, 1fr)
}

*,
.right-section svg,
.slider {
    box-sizing: border-box
}

.copytext,
.inner-heading,
.skill,
.work-section h3 {
    text-align: center
}



.blue_btn a,
.company-left,
.hobbies-image,
.inner-hobbies,
.left-card-one,
.lower-card-img,
.nav-links ul li,
.slider,
.work-item {
    overflow: hidden
}

:root {
    --cyan: darkcyan;
    --trans: all 0.6s ease-in-out
}

* {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%;
    overflow: auto
}

body {
    overflow-x: hidden
}

.header {
    padding: 10px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 .3px 0 #008b8b;
    background: rgba(0, 139, 139, .8w);
    backdrop-filter: blur(40px);
    transition: top .3s ease-in-out;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999
}

.about>h2,
.hobbies-wrapper h2,
.hoby-left,
.hoby-right,
.nav-links ul li,
.slider,
.work-section h3 {
    position: relative
}

.header.scrollUp {
    top: -100px
}

.about-left img,
.header .logo img,
.hobbies-image img,
.not-found-image img,
.skill-image img {
    width: 100%;
    display: block
}

.header .logo {
    width: 15%
}

.nav-links ul {
    display: flex;
    grid-gap: 3vw
}

.nav-links ul li {
    list-style: none;
    padding-bottom: 3px
}

.nav-links ul li a {
    text-decoration: none;
    font-family: Nova-seven;
    font-weight: 700;
    color: var(--cyan);
    letter-spacing: .5px;
    font-size: 1.3vw
}

.nav-links ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--cyan);
    left: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: .4s ease-in-out
}

.nav-links ul li:hover::before {
    transform: scaleX(1)
}

.white-btn-galaxy-button-wrapper {
    width: 100%;
    display: flex
}

.white-btn-basketball-button-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1vw;
    padding: 4px 4px 4px 10px;
    background: 0 0;
    border: 1px solid;
    color: var(--cyan);
    font-family: 'Nova-eight';
    font-size: 1.9vw;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: .6s;
    border-radius: 5px;
    backdrop-filter: blur(50px);
    font-weight: bold;
    /* letter-spacing: 1px; */
}

.white-btn-basketball-button-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--cyan);
    transform: translateX(-100%);
    transition: .6s;
    z-index: -1
}

.white-btn-basketball-button-container:hover::before {
    transform: translateX(0)
}

.blue_btn a:hover,
.white-btn-basketball-button-container:hover {
    color: #fff
}

.white-btn-basketball-button-container svg {
    background: var(--cyan);
    width: 30px;
    height: 30px;
    border-radius: 3px
}

.basketball-button-container svg {
    height: 30px;
    width: 30px;
    background: red;
    border-radius: 3px
}

.left-section h1 {
    font-family: Nova-three;
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 1vw
}

.about>h2 {
    font-size: 3vw;
    font-family: 'Nova-eight';
}

.about-right>h2{
    font-size: 3vw;
    font-family: 'Nova-three';
}

.left-section h1 span {
    color: var(--cyan);
    font-family: Nova-six
}

#svglogo.logoanim,
.copytext h2 span {
    font-family:"Cabin", sans-serif;
}

.titlebg h2{
    font-family:"Roboto Slab", serif;
    font-size: 8vw;
}

.banner-container {
    display: flex;
    align-items: center;
    padding: 9vw 10vw 0 10vw;
    margin-bottom: 15vw;
    gap: 2vw;
}

.left-section {
    width: 50%;
}

.right-section {
    width: 50%;
}

.right-section svg {
    width: 100%;
    fill: var(--cyan);
    z-index: 999
}

.about-right,
.profile-main {
    width: 90%;
}

.about-wrapper {
    display: flex;
    align-items: center;
    /* padding: 1vw 10vw 10vw 10vw; */
    grid-gap: 3vw;
}

.about-left {
    width: 40%;
    background: var(--cyan);
    /* padding: 20px 20px 0; */
    border-radius: 10px;
    overflow: hidden;
}

.about,
.hobbies-wrapper {
    margin-bottom: 13vw;
    padding: 0 10vw;
}

.about>h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
    color: var(--cyan);
    font-size: Nova-eight;
}

.about-right>h2 {
    color: #000;
    margin-bottom: 0.5vw;
    font-size: 4vw;
}

.about-right>h2 span{
    color: #008b8b;
    font-size: 4vw;
}

.about-right p {
    font-size: 1.5vw;
    font-family: Nova-seven;
    font-weight: 700;
    margin-bottom: 1vw;
}

.about-right p span{
    font-weight:bold;
    /* color:red; */
    font-family: Nova-six;
}

.about-right p:last-child{
    margin-bottom:0;
}
.about-right h3 {
    font-size: 1.6vw;
    font-family: Nova-six;
    margin-bottom: 0.3vw;
}

.skill-wrapper {
    padding: 0 10vw;
    margin-bottom: 15vw;
}

.skills-container {
    display: grid;
    grid-row-gap: 3vw;
    grid-column-gap: 4vw
}

.skill-image {
    width: 20%;
    margin-bottom: 10px
}

.inner-heading {
    margin-bottom: 3vw;
}

.inner-heading h3 {
    /* font-family: Nova-three; */
    font-size: 3vw;
    text-transform: uppercase;
    color: var(--cyan);
    font-family: 'Nova-eight';
    /* font-weight: 800; */
}

.inner-heading p,
.skill h3 {
    font-size: 2vw;
    font-family: Nova-seven
}

.inner-heading p {
    font-weight: 700
}

.skill {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.skill h3 {
    margin-bottom: 10px;
    color: var(--cyan);
    font-size: 2vw;
}

.right-hobby-caption p,
.skill p {
    font-family: Nova-seven;
    font-size: 1.5vw;
    font-weight: 700
}

.work-section h3 {
    width: 100%;
    /* font-family: Nova-three; */
    font-size: 3vw;
    margin-bottom: 3vw;
    color: var(--cyan);
    font-family: 'Nova-eight';
}

.mail-section .primary a,
.right-hobby-caption h3 {
    font-size: 1.5vw;
    font-family: Nova-two;
    color: var(--cyan)
}

.work-grid {
    display: grid;
    grid-gap: 3vw
}

.inner-hobbies img,
.work-item img {
    width: 100%;
    display: block;
    transition: var(--trans)
}

.work-item {
    width: 100%;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, .4) 0 6px 12px -2px, rgba(0, 0, 0, .4) 0 3px 7px -3px;
    cursor: pointer
}

.work-section {
    padding: 0 10vw;
    margin-bottom: 15vw
}

.primary:hover a,
.work-item:hover img {
    transform: scale(1.1)
}

.hobbies {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.hoby-left {
    width: 40%;
}

.hoby-right {
    padding-left: 1vw;
    width: 60%;
}

.hobbies-image {
    border-radius: 7px
}

.hoby-items {
    display: flex;
    align-items: center;
    grid-gap: 2vw;
    margin-bottom: 20px
}

.inner-hobbies {
    width: 20%;
    padding: 20px;
    border-radius: 4px;
    background: #00000014;
    transition: var(--trans)
}

.right-hobby-caption {
    width: 90%
}

.hobbies-content:before {
    position: absolute;
    top: -15.5vw;
    left: 184px;
    height: 58vh;
    width: 3px;
    background: #000
}

.hoby-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #000;
    border-radius: 20px
}

.hoby-items:hover .inner-hobbies img {
    transform: scale(1.5)
}

.hoby-items:hover .inner-hobbies {
    background: #fff
}

.right-hobby-caption h3 {
    margin-bottom: 5px;
    text-transform: capitalize
}

.hobbies-wrapper h2 {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 3vw;
    /* font-family: Nova-three; */
    color: var(--cyan);
    font-family: 'Nova-eight';
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--cyan);
    padding: 5vw 0 1vw
}

.not-found-caption .blue_btn a:hover:before,
.titlebg {
    background-color: #008b8b
}

.contact h2 {
    font-size: 4vw;
    font-family: Nova-six;
    color: #fff;
    margin-bottom: 3vw
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 5vw;
    width: 25%
}

.icons img {
    width: 100%;
    display: block;
    transition: .4s;
    border-radius: 7px
}

.icons {
    width: 14%
}

.mail-section {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 2vw 3vw 1vw;
    border-radius: 13px;
    margin-bottom: 5vw;
    box-shadow: rgb(0 0 0 / 34%) 0 3px 8px
}

.mail-section .primary a {
    text-decoration: none;
    margin-bottom: 20px;
    transition: var(--trans);
    display: flex;
    align-items: center;
    grid-gap: 1vw
}

.contact p {
    font-family: Nova-seven;
    color: #fff
}

.icons:hover img {
    transform: translateX(5px) translateY(5px);
    box-shadow: #00000073 0 2px 4px 0, #00000085 0 2px 16px 0
}

.slider {
    width: 100%;
    padding: 5vw 0
}

.slide-track {
    display: flex;
    width: max-content;
    animation: 25s linear infinite scroll
}

.slide {
    flex-shrink: 0;
    margin: 0 86px;
    display: inline-block
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.running-slider {
    margin-bottom: 5vw
}

.slide h2 {
    font-family: Nova-one;
    font-weight: 700;
    font-size: 5.5vw;
    word-spacing: -8px;
    letter-spacing: -5px
}

.slide h2 span {
    background: var(--cyan);
    padding: 5px 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 4.5vw;
    letter-spacing: -1px
}

.mail-section .primary a img {
    width: 8%
}

.menu-btn {
    display: none
}


.copytext,
.titlebg {
    position: fixed;
    height: 108%;
    width: 100%;
    display: flex
}


.titlebg {
    z-index: 99999;
    justify-content: space-around;
    align-items: center;
    left: 0;
    top: -5%;
    box-shadow: 0 0 19px 4px #fff
}


.titletext {
    animation: 1.3s cubic-bezier(.56, .17, .68, 1) forwards comeIn
}

.copytext {
    z-index: 99996;
    justify-content: space-around;
    align-items: center;
    left: 0;
    top: -2%;
    background-color: #008b8b;
    box-shadow: 0 0 19px 4px #008b8b;
    line-height:3px;
}

.copytext.copyanim {
    animation: 0.9s cubic-bezier(.56, .17, .68, 1) 2s forwards slideUp
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    10% {
        transform: translateY(1.8%)
    }
    100% {
        transform: translateY(-110%)
    }
}

@keyframes comeIn {
    0% {
        transform: translateY(110%)
    }
    100% {
        transform: translateY(0)
    }
}

.copytext h2 span {
    font-size: 7vw;
    letter-spacing: 0.3px;
    color: #fff;
    z-index: 99999;
    width: 100%;
    line-height:1.1;
    float: left;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    opacity: 0
}

.svglogo {
    animation-delay: 0.6s;
    color: #fff;
    font-size: 6vw
}

.copytext h2 span {
    animation-delay: 1s
}

.copytext h2 span:nth-child(2) {
    animation-delay: 1.1s
}

.copytext h2 span:nth-child(3) {
    animation-delay: 1.2s
}

.copytext h2 span:nth-child(4) {
    animation-delay: 1.3s
}


.copytext.noplay,
.titlebg.noplay,
h2 span.noplay,
svg.noplay {
    animation-play-state: paused
}

body.elementor-editor-active .copytext,
body.elementor-editor-active .titlebg {
    display: none !important
}

.company-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 0 10vw;
    grid-gap: 2vw;
    font-family: 'Nova-seven';
    margin-bottom: 15vw;
    font-weight: 100;
}

.company-left {
    width: 40%;
    position: relative
}

.company-right {
    width: 60%
}

.left-card-one {
    border-radius: 7px;
}

.inner-text-card {
    width: 100%;
    z-index: 1;
    background: #000;
    height: 50%
}

.company-right h2 {
    font-size: 3vw;
    margin-bottom: 4px;
    color: #008b8b;
    font-family: Nova-three
}

.company-right h3 {
    /* margin-bottom: 1vw; */
    /* font-size: 1.5vw; */
    /* display: flex; */
    /* align-items: flex-start; */
    /* gap: 7px; */
    /* font-family: Nova-one; */
    /* letter-spacing: .5px; */
}

.company-right p {
    font-size: 1.3vw;
    margin-bottom: 1vw;
    font-family: Nova-seven;
    font-weight: 700
}

.creative-btn-wrapper a {
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 53px;
    color: #fff;
    background: #008b8b;
    font-size: 1.1vw;
    font-family: Nova-two;
    font-weight: 100;
    transition: .3s ease-in;
    display: inline-block
}

.creative-btn-wrapper a:hover {
    transform: scale(.9);
    background: #451593
}

.creative-btn-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 2vw;
}

.blue_btn {
    display: flex;
    justify-content: flex-start
}

.blue_btn a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #451593;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 25px 5px 5px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative
}

.blue_btn a .arrow {
    margin-right: 25px
}

.blue_btn a:before {
    content: "";
    width: 30px;
    height: 30px;
    top: 7px;
    left: 7px;
    z-index: 1;
    position: absolute;
    background: #fff;
    border-radius: 15px;
    transition: .8s ease-in-out;
    transform: scale(1)
}

.blue_btn a:hover:before {
    transform: scale(20);
    background: #008b8b
}

.blue_btn a .arrow svg {
    position: relative;
    z-index: 2;
    transition: .6s ease-in-out;
    width: 20px;
    top: 1px;
    left: 7px;
    margin: 0
}

.blue_btn a .arrow svg path {
    stroke: #451593;
    transition: .6s ease-in-out
}

.blue_btn a:hover .arrow svg path {
    stroke: #fff
}

.blue_btn a .infos {
    z-index: 1
}

.company-right p a {
    /* color: #451593; */
    /* text-decoration: none; */
    /* font-family: Nova-three; */
    /* letter-spacing: 0; */
    /* display: flex; */
    /* align-items: center; */
    /* gap: .5vw; */
}

.company-right h3 img {
    width: 15px
}

.left-card-one img {
    width: 100%;
    /* height: 100%; */
    /* transition: .3s; */
}

.company-right h3 a:hover img {
    transform: translateX(5px);
    animation: .6s ease-in-out infinite alternate span
}

@keyframes span {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(5px)
    }
}

.not-found-container {
    width: 100%;
    height: 100%;
    position: relative
}

.not-found-image {
    width: 18%
}

.not-found-caption .blue_btn a:hover {
    color: #000
}

.not-found-caption .blue_btn a {
    background-color: #00000036;
    border: 1px solid #fff;
    font-family: Nova-two;
    font-weight: 100
}

.not-found-caption .blue_btn a:hover .arrow svg path {
    stroke: #000
}

.not-found-caption .blue_btn a .arrow svg path {
    stroke: #008b8b;
    transition: .6s ease-in-out
}

.not-found-caption h3 {
    color: #fff;
    font-family: Nova-three;
    font-size: 4vw;
    margin-bottom: 1vw
}

.not-found-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.not-found-caption p {
    font-size: 1.5vw;
    color: #ffff;
    font-family: Nova-seven;
    margin-bottom: 1.5vw
}

.banner-not-found img {
    width: 100%;
    display: block;
    height: 100%
}

.banner-not-found {
    width: 100%;
    height: 100vh;
    position: relative
}

.banner-not-found::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 139, 139, .884) 0, rgba(5, 17, 17, .815) 100%)
}

.about-right {
    width: 60%;
}

.about {
    padding: 0 10vw;
}