@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-weight: 400;
    font-family: 'Space Grotesk';
    background: #111827 url('../images/desktop-bg.png') center top/cover no-repeat;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
}
.h1 {
    font-size: 64px;
    font-weight: 700;
}
.h2 {
    font-size: 40px;
    font-weight: 700;
}
.h3 {
    font-size: 32px;
}
.p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}
.parentSize {
    font-size: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~
        HEADER
~~~~~~~~~~~~~~~~~~~~~~*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.scrolled {
    background: var(--color-grey);
}
.header-row {
    padding: 1em 0;
    transition: 500ms ease;
}
.hdr-logo {
    width: 148px;
}
.hdr-logo img {
    position: relative;
    top: 4px;
    width: 70px;
}
.navbar {
    width: calc(100% - 296px);
    display: flex;
    justify-content: center;
}
.scrolled .navbar {
    width: calc(100% - 296px);
}
.navbar li {
    margin: 0 1.5em;
    display: inline-block;
}
.navbar li a {
    color: #D1D5DB;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    transition: 0.4s ease;
}
.navbar li a::before {
    content: '';
    position: absolute;
    bottom: -0.2em;
    width: 0;
    height: 0.1em;
    background: #3ef5ff;
    border-radius: 1em;
    right: 0;
    transition: 0.4s ease;
}
.navbar li a:hover::before,
.navbar li a.active::before {
    width: 100%;
    left: 0;
    right: unset;
}
.navbar li a:hover,
.navbar li a.active {
    color: #3ef5ff;
}

/* Contact Btn */
.hdr-contact {
    width: 148px;
}
.hdr-contact a {
    color: #D1D5DB;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}
.hdr-contact img {
    width: 2.4em;
    margin-right: 0.5em;
}
.hdr-contact a:hover {
    color: #3ef5ff;
}
.hdr-contact a:hover img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(84%) saturate(419%) hue-rotate(146deg) brightness(102%) contrast(108%);
}
.scrolled .hdr-contact {
    width: 128px;
}
.scrolled .hdr-contact img {
    width: 2.1em;
    filter: brightness(0);
}

/* Header Sticky Position */
.scrolled .header-row {
    padding: 0.3em 0;
}
.scrolled .hdr-logo {
    width: 3.5em;
    filter: brightness(0);
}
.scrolled .navbar li a, 
.scrolled .hdr-contact a {
    font-size: 18px;
    color: #000;
}
.scrolled .hdr-logo {
    width: 128px;
}
.scrolled .hdr-logo img {
    width: 60px;
}
.scrolled .navbar li a::before {
    background: #000;
}
.scrolled .hdr-contact a:hover img {
    filter: brightness(0);
}
/*~~~~~~~~~~~~~~~~~~~~
      HERO BANNER
~~~~~~~~~~~~~~~~~~~~~~*/
.mainArea {
    margin-top: 109px;
}
.hero-sec {
    padding: 8em 0;
}
.hero-content .h1 {
    color: var(--color-grey);
    line-height: 1.25em;
    margin-bottom: 0.35em;
}
.hero-content .p {
    line-height: 1.5em;
}
/*~~~~~~~~~~~~~~~~~~~~
        MY WORK
~~~~~~~~~~~~~~~~~~~~~~*/
.work-row {
    margin: 0 -1em;
}
.work-description {
    margin-top: 0.4em;
}
.work-description .p {
    transition: 0.3s ease;
    width: calc(100% - 3em);
}
.work-arrow {
    width: 2.4em !important;
    height: 2.4em;
}
.work-content>.p {
    margin: 0.6em 0 1.4em;
}
.work-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 0.6em;
}
.thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.overlay-text {
    height: 6em;
    width: 6em;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9em;
}
.overlay-text i {
    margin-left: 0.3em;
    font-size: 1.2em;
}
.work-carousel .item a:hover .thumb-overlay {
    opacity: 1;
}
.work-carousel .item a:hover .work-description .p {
    color: #3ef5ff;
}
.work-carousel .owl-nav {
    position: absolute;
    top: -4.7em;
    right: 0;
    width: 7.5em;
    display: flex;
    justify-content: space-between;
}
.work-carousel .owl-nav i {
    color: #fff;
    font-size: 1.5em;
    transition: 0.4s ease;
}
.work-carousel .owl-nav button {
    height: 3em;
    width: 3em;
    border: 1px solid #fff !important;
    border-radius: 50%;
    transition: 0.4s ease;
}
.work-carousel .owl-nav button:hover {
    border-color: #3ef5ff !important;
}
.work-carousel .owl-nav button:hover i {
    color: #3ef5ff;
}
.work-carousel .owl-nav button.disabled {
    opacity: 0.3;
}

/*~~~~~~~~~~~~~~~~~~
        SKills
~~~~~~~~~~~~~~~~~~~~*/
.skills-sec {
    margin-top: 110px;
}
.skillSet {
    margin: 2.5em -0.7em 0;
}
.skillSet .col-oneThird {
    padding: 0 0.7em;
    margin-bottom: 1.4em;
}
.skill-col {
    padding: 2em;
    border-radius: 0.6em;
    height: 100%;
    min-height: 100%;
    text-align: center;
    box-shadow: 0 0 10px -5px #37ffff;
}
.skill-col .h3 {
    font-size: 22px;
    margin: 0.35em 0 0.4em;
}
.skill-col .p {
    font-size: 16px;
    opacity: 0.9;
}
.skill-col img {
    width: 3.3em;
    filter: brightness(0) invert(1);
}
/*~~~~~~~~~~~~~~~~~~
       Reviews
~~~~~~~~~~~~~~~~~~~~*/
.reviews-sec {
    margin-top: 95px;
}
.reviews-hdr .h2 {
    margin-bottom: 12px;
}
.review-block {
    background: rgba(31, 41, 55, 0.4);
    backdrop-filter: blur(10px);
    padding: 2em;
    border-radius: 0.6em;
    width: 49%;
    margin-bottom: 1.5em;
    opacity: 0;
    transform: translateY(10px);
    transition: 400ms ease;
}
.review-block.delayedOne {
    transition-delay: 300ms;
}
.review-block.reveal {
    opacity: 1;
    transform: translateY(0);
}
.reviews-listing {
    margin-top: 2em;
}
.review-block .p {
    margin-bottom: 1.5em;
    opacity: 0.9;
}
.review-block span {
    font-weight: 600;
}
/*~~~~~~~~~~~~~~~~~~
       STATS
~~~~~~~~~~~~~~~~~~~~*/
.stats-sec {
    margin-top: 100px;
}
.stats-content {
    background: #6C4BEF;
    padding: 4em 1em;
    border-radius: 0.6em;
}
.stats-content .col-oneThird:not(:last-child) {
    border-right: 2px solid #adadad59;
}
.stat-value {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.3em;
}
.stat-title {
    font-size: 0.8em;
    text-transform: capitalize;
}
.statCol:last-child {
    border: none;
}

/*~~~~~~~~~~~~~~~~~~~~
        PERSONAL
~~~~~~~~~~~~~~~~~~~~~~*/
.personal-sec {
    margin: 120px 0;
}
.personal-imgWrap {
    height: 10em;
    width: 11em;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2em;
}
.job-title {
    font-size: 0.8em;
    opacity: 0.8;
}
.personal-intro .h3 {
    margin-bottom: 0.1em;
}
.personal-heading {
    width: 20%;
    padding-top: 1em;
}
.personal-heading span {
    margin-left: 2.3em;
}
.personal-details {
    width: 70%;
}
.personal-info .h3 {
    margin-bottom: 0.1em;
}

.personal-copy {
    margin-top: 2em;
    padding-right: 7em;
}
.personal-copy .p:not(:last-child) {
    margin-bottom: 1.2em;
}
.personal-copy .p a {
    color: #3ef5ff;
    opacity: 1;
    text-decoration: underline;
}
.footer-content {
    padding: 20px 0;
    border-top: 1px solid #b1b1b13b;
}
.footer-content span {
    opacity: 0.6;
    letter-spacing: 1px;
    font-size: 14px;
}