@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');


/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authorsfbody
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
html {
    font-family: 'Poppins', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figure, footer, header, main, nav, section {
    display: block
}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    position: relative;
}
body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(https://d380y02apj9h5j.cloudfront.net/images/cloud-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .08;
    z-index: -1
}
h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
address {
    font-style: normal;
    line-height: inherit
}
address, ul {
    margin-bottom: 1rem
}
ul {
    margin-top: 0
}
ul ul {
    margin-bottom: 0
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
a {
    color: #007bff;
    background-color: transparent
}
a:hover {
    color: #0056b3
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}
figure {
    margin: 0 0 1rem
}
img {
    border-style: none
}
img, svg {
    vertical-align: middle
}
svg {
    overflow: hidden
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button, input {
    overflow: visible
}
button {
    text-transform: none
}
[type=button], [type=submit], button {
    -webkit-appearance: button;
    appearance: button;
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}
[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
input[type=time] {
    -webkit-appearance: listbox;
    appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
[hidden] {
    display: none !important
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
.h1, h1 {
    font-size: 2.5rem
}
.h2, h2 {
    font-size: 2rem
}
.h3, h3 {
    font-size: 1.75rem
}
.h4, h4 {
    font-size: 1.5rem
}
.h5, h5 {
    font-size: 1.25rem
}
.small, small {
    font-size: 80%;
    font-weight: 400
}
.figure {
    display: inline-block
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}
a>code {
    color: inherit
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col, .col-12, .col-lg-2, .col-lg-6, .col-lg-10, .col-md-6, .col-md-12, .col-sm {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    flex-basis: 0;
    flex-grow: 1
}
.col, .col-12 {
    max-width: 100%
}
.col-12 {
    flex: 0 0 100%
}
.order-1 {
    order: 1
}
.order-2 {
    order: 2
}
@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}
@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
}
@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}
textarea.form-control {
    height: auto
}
.form-group {
    margin-bottom: 1rem
}
.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn:disabled {
    opacity: .65
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}
.alert, .card {
    position: relative
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -moz-appearance: none;
    appearance: none
}
.mt-2 {
    margin-top: .5rem !important
}
.mt-3 {
    margin-top: 1rem !important
}
.mt-4 {
    margin-top: 1.5rem !important;
    padding: 0 15px
}
.pb-0 {
    padding-bottom: 0 !important
}
.pb-2 {
    padding-bottom: .5rem !important
}
@media (min-width:576px) {
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
}
@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img {
        page-break-inside: avoid
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container, body {
        min-width: 992px !important
    }
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.96ffcafb.woff) format("woff"), url(../fonts/icomoon.a5060554.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
*, :after, :before {
    background-repeat: no-repeat;
    box-sizing: border-box
}
html {
    font-size: 1rem;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}
body, html {
    -webkit-text-size-adjust: 100%
}
body {
    background: linear-gradient(145.44deg, #f2f4fa, #fafbfc);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #5e6e80;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased
}
@media only screen and (max-width:580px) {
    body {
        line-height: 1.6
    }
}
h1, h2, h3, h4, h5 {
    color: #3b4b5e;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.3
}
.title--h1 {
    font-size: 2rem;
    margin-bottom: 1.3rem
}
@media only screen and (max-width:580px) {
    .title--h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem
    }
}
.title--h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem
}
@media only screen and (max-width:580px) {
    .title--h3 {
        font-size: 1.125rem
    }
}
.title--h4 {
    font-size: 1.125rem
}
@media only screen and (max-width:580px) {
    .title--h4 {
        font-size: 1rem
    }
}
.title--h5 {
    font-size: 1rem
}
@media only screen and (max-width:580px) {
    .title--h5 {
        font-size: .875rem
    }
}
.title-icon {
    margin-right: .5rem;
    margin-top: -.25rem;
    height: 1.875rem;
    width: 1.875rem
}
@media only screen and (max-width:580px) {
    .title-icon {
        height: 1.5625rem;
        width: 1.875rem
    }
}
.title__separate {
    margin-bottom: 2.3125rem;
    position: relative
}
.title__separate:after, .title__separate:before {
    content: "";
    background-color: #304cfd;
    border-radius: .5rem;
    height: 5px;
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 3.125rem;
    z-index: 1
}
.title__separate:after {
    background-color: #ff965d;
    width: 1rem
}
@media only screen and (max-width:580px) {
    .title__separate {
        margin-bottom: 1.5625rem
    }
    .title__separate:after, .title__separate:before {
        height: .1875rem;
        bottom: -.625rem
    }
    .title__separate:before {
        width: 3rem
    }
    .title__separate:after {
        width: 1rem
    }
}
.weight--400 {
    font-weight: 400
}
a {
    cursor: pointer;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: color .3s cubic-bezier(.72, .16, .345, .875)
}
a, a:hover {
    color: #304cfd
}
a:hover {
    outline: none;
    text-decoration: underline
}
img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
::-moz-selection {
    background: transparent;
    color: #304cfd
}
::selection {
    background: transparent;
    color: #304cfd
}
.form-control, .textarea {
    background-color: #f7f9fa;
    border: 2px solid #f7f9fa;
    border-radius: 1.25rem;
    box-shadow: none;
    color: #5e6e80;
    font-size: inherit;
    height: auto;
    padding: .875rem 1.375rem .8125rem;
    position: relative;
    width: 100%;
    -moz-appearance: none;
    appearance: none
}
@media only screen and (max-width:580px) {
    .form-control, .textarea {
        padding: .8125rem 1.375rem .75rem
    }
}
.form-control:focus, .textarea:focus {
    background-color: #fff;
    border: 2px solid rgba(141, 153, 166, .2);
    color: #5e6e80;
    box-shadow: none;
    outline: none
}
.form-control {
    line-height: inherit
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .form-control {
        line-height: 0
    }
}
.textarea {
    border-radius: 1.25rem;
    display: block;
    padding: .8125rem 1.1875rem;
    resize: none
}
.form-group {
    margin-bottom: 2rem;
    position: relative
}
@media only screen and (max-width:580px) {
    .form-group {
        margin-bottom: 1.6875rem
    }
}
.form-control::placeholder {
    color: #8d99a6
}
input:invalid, textarea:invalid {
    outline: none !important
}
.btn {
    background: #1e57b6;
    border-radius: 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    height: 3.5rem;
    padding: 0 1.5rem;
    position: relative;
    transition: .1s ease-in-out;
    white-space: nowrap
}
.btn:hover {
    color: #fff;
    box-shadow: none;
    opacity: .9;
    background-color: #0d86ff;
}
button:focus {
    outline: none
}
.header {
    display: flex;
    margin-bottom: 1.875rem
}
.header>* {
    min-width: 0
}
@media only screen and (max-width:991px) {
    .header {
        flex-direction: column
    }
}
@media only screen and (max-width:580px) {
    .header {
        margin-bottom: .9375rem
    }
}
.header__left {
    display: flex;
    flex: 0 0 50%;
    padding-right: 1.875rem;
    position: relative
}
.header__left>* {
    min-width: 0
}
.header__left:before {
    content: "";
    background-color: #ebf0f2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 1px
}
@media only screen and (max-width:991px) {
    .header__left {
        align-items: center;
        flex-direction: column;
        padding-right: 0;
        padding-bottom: 8px;
        text-align: center
    }
    .header__left:before {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%
    }
}
.header__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2rem;
    color: #fff
}
.header__info {
    align-items: flex-start;
    padding: 0 6px 0 1rem
}
.header__downloads, .header__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px
}
.header__downloads {
    align-items: flex-end;
    padding: 0
}
.header__contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}
.header__contact li {
    display: flex;
    align-items: center
}
.header__contact a {
    color: #fff;
    text-decoration: none;
    padding: 7px
}
.header__contact a:hover {
    color: #0d86ff
}
.email{
    margin: -7px 0 7px 0;
}
.location {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 0 0 0 8px
}
.location i {
    margin-right: 8px
}
.hire-me-button {
    background: #1e57b6;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    margin-left: 7px
}
.hire-me-button:hover {
    background: #0d86ff
}
@media (min-width:1024px) {
    .header__right {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .header__info {
        align-items: flex-start
    }
    .header__downloads {
        align-items: flex-end
    }
}
@media (max-width:1023px) {
    .header__right {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem
    }
    .header__info {
        width: 50%;
        align-items: flex-start;
        padding: 0
    }
    .header__downloads {
        width: 50%;
        align-items: flex-end;
        padding: 0
    }
}
@media (max-width:767px) {
    .header__right {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1rem
    }
    .header__contact, .header__downloads, .header__info {
        width: 100%;
        align-items: center
    }
    .header__contact .location {
        justify-content: center;
        width: 100%;
        text-align: center
    }
}
@media (max-width:425px) {
    .header__contact .location {
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 0 0 7px
    }
    .email{
        margin: 0;
    }
}
.note {
    font-weight: 700;
    color: #fc0;
    background-color: #222;
    padding: 8px;
    border-radius: 5px;
    display: inline-block
}
.header__photo {
    background-color: #fff;
    border: .375rem solid #fff;
    border-radius: 2.9375rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .05);
    margin-top: -4.125rem;
    height: 10.125rem;
    overflow: hidden;
    width: 10.125rem
}
@media only screen and (max-width:991px) {
    .header__photo {
        margin-top: -4rem;
        margin-bottom: 1.25rem
    }
}
.header__photo-img {
    height: auto;
    width: 100%
}
.header__base-info {
    margin-left: 1.5rem
}
@media only screen and (max-width:991px) {
    .header__base-info {
        margin-left: 0
    }
}
.header__base-info .title {
    margin-bottom: .125rem
}
.header__social {
    display: flex;
    align-items: center;
    font-size: 1rem;
    list-style: none;
    margin-top: .5rem;
    margin-bottom: 0;
    padding: 0
}
.header__social>* {
    min-width: 0
}
.header__social li {
    margin-right: 1rem
}
.header__social li:last-child {
    margin-right: 0
}
.header__social a {
    color: #5e6e80;
    text-decoration: none
}
.header__social a:hover {
    color: #304cfd
}
@media only screen and (max-width:991px) {
    .header__social {
        justify-content: center
    }
}
.status {
    font-size: .875rem;
    display: inline-flex;
    align-items: center
}
.status>* {
    min-width: 0
}
.box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(103, 118, 128, .03);
    padding: 1.875rem;
    transition: box-shadow .3s ease-in-out
}
@media only screen and (max-width:580px) {
    .box {
        padding: 1rem
    }
}
.box-gallery-grid__item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(103, 118, 128, .03);
    padding: .75rem;
    position: relative;
    transition: box-shadow .3s ease-in-out
}
@media only screen and (max-width:580px) {
    .box-gallery-grid__item {
        padding: .5rem
    }
}
.box__border {
    border: 2px solid #ebf0f2;
    border-radius: 20px
}
@media only screen and (max-width:580px) {
    .box__border {
        border-radius: 13.3333333333px;
        padding: 1rem
    }
}
@media only screen and (max-width:991px) {
    .box-content {
        border-radius: 0 0 20px 20px
    }
}
@media only screen and (max-width:580px) {
    .box-content {
        border-radius: 13.3333333333px
    }
}
.gutter-top {
    padding-top: 6rem
}
@media only screen and (max-width:580px) {
    .gutter-top {
        padding-top: 8.125rem
    }
}
.social {
    line-height: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.375rem
}
.sidebar {
    transition: all .3s ease-in-out
}
@media only screen and (max-width:1200px) {
    .sidebar {
        padding: 1.5rem
    }
}
@media only screen and (max-width:991px) {
    .sidebar {
        border-bottom: 1px solid #ebf0f2;
        border-radius: 20px 20px 0 0;
        padding: 1.875rem
    }
}
@media only screen and (max-width:580px) {
    .sidebar {
        border-bottom: 0;
        border-radius: 0;
        box-shadow: 0 20px 40px rgba(103, 118, 128, .2);
        padding: .5rem .9375rem;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10
    }
}
@media only screen and (max-width:991px) {
    .nav {
        justify-content: space-between
    }
}
@media only screen and (max-width:580px) {
    .nav {
        justify-content: center;
        gap: 10px
    }
}
.nav__item {
    display: block;
    height: 6.25rem;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}
.nav__item:last-child {
    margin-bottom: 0
}
@media only screen and (max-width:1200px) {
    .nav__item {
        height: 5.125rem
    }
}
@media only screen and (max-width:991px) {
    .nav__item {
        margin-bottom: 0;
        width: calc(20% - 1rem)
    }
}
@media only screen and (max-width:768px) {
    .nav__item {
        width: calc(20% - .5rem)
    }
}
@media only screen and (max-width:580px) {
    .nav__item {
        height: auto;
        width: 20%
    }
}
.nav__item a {
    background-color: #f7f9fa;
    border-radius: 1.25rem;
    color: #5e6e80;
    font-size: .875rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: all 0s
}
.nav__item a>* {
    min-width: 0
}
.nav__item a:hover {
    color: #304cfd
}
@media only screen and (max-width:1200px) {
    .nav__item a {
        border-radius: 1rem;
        font-size: .75rem
    }
}
@media only screen and (max-width:768px) {
    .nav__item a {
        font-size: .6875rem
    }
}
.nav__item a.router-link-active {
    background-image: linear-gradient(142.17deg, #3054a1 6.66%, #0056b3 91.48%);
    box-shadow: inset -.25rem -.25rem .3125rem rgba(0, 0, 0, .1), inset .25rem .25rem .3125rem hsla(0, 0%, 100%, .23);
    color: #fff
}
.nav__item a.router-link-active:hover {
    color: #fff
}
@media only screen and (max-width:580px) {
    .nav__item a.router-link-active {
        background-image: none;
        box-shadow: none;
        color: #3086ff
    }
    .nav__item a.router-link-active:hover {
        color: #3086ff
    }
    .nav__item a.router-link-active:before {
        content: "";
        background-color: #3086ff;
        height: .125rem;
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%
    }
}
.nav__item [class^=icon-] {
    display: block;
    font-size: 2.25rem;
    margin-top: .25rem;
    margin-bottom: .5rem
}
@media only screen and (max-width:1200px) {
    .nav__item [class^=icon-] {
        font-size: 1.75rem;
        margin-bottom: .25rem
    }
}
@media only screen and (max-width:768px) {
    .nav__item [class^=icon-] {
        font-size: 1.5rem
    }
}
@media only screen and (max-width:580px) {
    .nav__item [class^=icon-] {
        font-size: 1.0625rem;
        margin-top: .375rem
    }
}
.hobbies .interest-item .material-icons { /* Styles for icons in hobbies only */
    color: #2f7cff;
    margin-right: 15px;
    font-size: 20px;
  }
  
  /* Or, if you have an ID on the hobbies section: */
  #hobbies-section .interest-item .material-icons {
    color: #2f7cff;
    margin-right: 15px;
    font-size: 20px;
  }
.footer {
    color: #8d99a6;
    font-size: .875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center
}
@media only screen and (max-width:580px) {
    .footer {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}
.case-item {
    border: 2px solid #ebf0f2;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 24px);
    margin-bottom: 1.5rem;
    padding: 1.875rem 1.875rem 1.5rem;
    position: relative;
    text-align: center
}
.case-item>* {
    min-width: 0
}
@media only screen and (max-width:991px) {
    .case-item {
        height: calc(100% - 20px)
    }
}
@media only screen and (max-width:580px) {
    .case-item {
        border-radius: 13.3333333333px;
        height: calc(100% - 15px);
        margin-bottom: .9375rem;
        padding: 1rem;
        text-align: center
    }
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .case-item {
        display: block
    }
}
.case-item div {
    flex: 1
}
.case-item__caption {
    line-height: 1.5
}
@media only screen and (max-width:580px) {
    .case-item__caption {
        font-size: .8125rem;
        line-height: 1.4
    }
}
.case-item__caption:last-child {
    margin-bottom: 0
}
@media only screen and (max-width:768px) {
    .contact-form .btn {
        width: 100%
    }
}
.gallery-grid__item {
    margin-bottom: 1.25rem;
    width: calc(33% - 18px)
}
@media only screen and (max-width:991px) {
    .gallery-grid__item {
        width: calc(50% - 16px)
    }
}
@media only screen and (max-width:768px) {
    .gallery-grid__item {
        width: 100%
    }
    .gallery-grid__item:last-child {
        margin-bottom: 0
    }
}
.gallery-grid__image-wrap {
    border-radius: 14px;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}
@media only screen and (max-width:991px) {
    .gallery-grid__image-wrap {
        height: auto
    }
}
@media only screen and (max-width:768px) {
    .gallery-grid__image-wrap {
        height: auto
    }
}
a.link-btn {
    text-decoration: none;
    background: #167cd5;
    color: #f5f2f4;
    vertical-align: middle;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    white-space: nowrap;
    line-height: 1.5;
    margin: 0 .5rem 0 0;
    padding: 0 .75em;
    transition: .2s ease-in
}
.link-btn:hover {
    background: #225b8d
}
.timeline {
    margin-top: 1.75rem;
    padding: .5rem
}
@media only screen and (max-width:580px) {
    .timeline {
        margin-top: 1.5rem
    }
}
.timeline__item {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #ebf0f2;
    padding-bottom: .5625rem;
    padding-left: 1.375rem;
    position: relative
}
.timeline__item:before {
    content: "";
    background-color: #304cfd;
    box-shadow: 0 0 0 .1875rem rgba(48, 76, 253, .25);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -5px;
    height: .625rem;
    width: .625rem
}
.timeline__item:last-child {
    border: 0
}
.timeline__title {
    margin-bottom: 0;
    position: relative;
    top: -.3125rem
}
.timeline__period {
    color: rgba(94, 110, 128, .8);
    font-size: .875rem
}
.timeline__description {
    margin: 0 0 15px
}
@media only screen and (max-width:580px) {
    .timeline__description {
        margin-top: .1875rem
    }
}
.hidden {
    display: none
}
.sticky-column {
    position: sticky;
    top: 10px
}
@media only screen and (max-width:580px) {
    .sticky-column {
        position: fixed;
        top: 0
    }
}
code {
    padding: 3px 4px;
    background-color: #1d1e24;
    color: #ddd;
    border-radius: 4px;
    font-family: Inconsolata, Monaco, Consolas, Andale Mono, Bitstream Vera Sans Mono, Courier New, Courier, monospace
}
.portfolio-item__category {
    background-color: #009688;
    color: #fff;
    border-radius: 15px 0 40px 0;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 2px 8px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 2
}
.portfolio-item__category span {
    font-size: .8125rem;
    font-weight: 400;
    display: block
}
@media only screen and (max-width:580px) {
    .portfolio-item__category {
        font-size: 1.125rem;
        line-height: 1.2;
        padding: .2rem .7rem
    }
    .portfolio-item__category span {
        font-size: .625rem
    }
}
body {
    background: #1d1e24;
    color: #aeb0b8
}
h1, h2, h3, h4, h5 {
    color: #fcfcfc
}
.title__separate:before {
    background-color: #0d86ff
}
.form-control, .textarea {
    background-color: #2e2f36;
    border-color: #2e2f36;
    color: #aeb0b8
}
.form-control:focus, .textarea:focus {
    background-color: #23262b;
    border-color: #33363d;
    color: #aeb0b8
}
.form-control::placeholder {
    color: #93959c
}

.btn, .btn:hover {
    color: #fcfcfc;
    
}
.header__left:before {
    background-color: #33363d
}
.header__photo {
    background-color: #23262b;
    border-color: #23262b
}
.header__social a {
    color: #93959c
}
.header__social a:hover {
    color: #0d86ff
}
.box, .box-gallery-grid__item {
    background-color: #141618;
    box-shadow: -4px 8px 24px rgba(0, 0, 0, .07)
}
.box__border {
    text-align: left
}
.box__border, .case-item {
    border-color: #33363d
}
@media only screen and (max-width:991px) {
    .sidebar {
        border-color: #33363d
    }
}
@media only screen and (max-width:580px) {
    .sidebar {
        box-shadow: 0 20px 40px rgba(103, 118, 128, .2)
    }
}
.nav__item a {
    background-color: #2e2f36;
    color: #aeb0b8
}
.nav__item a:hover {
    color: #0d86ff
}
@media only screen and (max-width:580px) {
    .nav__item a {
        background-color: transparent
    }
}
.nav__item a.active {
    background-image: linear-gradient(142.17deg, #0da2ff 6.66%, #05f 91.48%);
    box-shadow: inset -4px -4px 5px rgba(0, 0, 0, .2), inset 4px 4px 5px hsla(0, 0%, 100%, .23);
    color: #fcfcfc
}
.nav__item a.active:hover {
    color: #fcfcfc
}
@media only screen and (max-width:580px) {
    .nav__item a.active {
        background-image: none;
        box-shadow: none;
        color: #0d86ff
    }
    .nav__item a.active:hover {
        color: #0d86ff
    }
    .nav__item a.active:before {
        background-color: #0d86ff
    }
}
.footer {
    color: #93959c
}
.timeline__item {
    border-color: #33363d
}
.timeline__item:before {
    background-color: #0d86ff;
    box-shadow: 0 0 0 .1875rem rgba(13, 134, 255, .25)
}
.timeline__period {
    color: hsla(228, 7%, 70%, .7)
}

.projects-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    gap: 2.18rem;
    justify-content: center;
}

.project-card {
    background: #222;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border-radius: 16px;
    padding: 20px 15px;
    /* --- Core changes for size and layout --- */
    width: 250px;
    height: 250px;
    cursor: default;
    /* Use flexbox to manage content within the fixed height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-card-header {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.project-title {
    font-weight: bold;
    margin: 0;
    color: white;
    line-height: 22px;
    font-size: 1rem;
}

.project-code {
    font-weight: bold;
    margin-top: 6px;
    color: #797979;
    line-height: 10px;
    font-size: 14px;
}
.project-description {
    margin: 5px 0;
    line-height: 20px;
    flex-grow: 1; 
    overflow: hidden; /* Hide any text that overflows the card height */
}

.view-project-btn {
    display: inline-block;
    /* --- Changes for size and alignment --- */
    padding: 0.25rem 0.6rem;    /* Reduced padding to make it smaller */
    font-size: 0.8rem;         /* Made the font smaller */
    align-self: flex-start;    /* Aligns the button to the left */
    border: 2px solid #0056b3;
    border-radius: 8px;
    color: #0056b3;
    text-decoration: none;
    font-weight: 700;
    transition: background-color .2s, color .2s;
}

.view-project-btn:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width:376px) and (max-width:580px) {
    .header .header__base-info {
        margin-left: 1rem
    }
}
@media only screen and (min-width:320px) and (max-width:375px) {
    .header__photo {
        height: 7.5rem;
        width: 7.5rem
    }
}
@media only screen and (max-width:375px) {
    .header__base-info {
        margin-left: 0;
        padding-left: .75rem
    }
}
@media only screen and (max-width:580px) {
    .header__photo {
        height: auto;
        width: 8.5rem
    }
}
@media only screen and (max-width:580px) {
    .header__left {
        align-items: center;
        flex-direction: row
    }
}
@media screen and (max-width:480px) {
    .title--h4 a {
        font-size: 16px
    }
}

#skills {
  max-width: 800px;
  margin: 0 auto;
}

/* Ensures spacing between each skill */
.skill {
  padding: 10px 0 15px 0; /* Increased spacing */
}

/* Skill Bar Container */
.skill-bar {
  width: 100%;
  background-color: #333;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 30px; /* Proper height */
}

/* Animated Skill Level */
.skill-level {
  width: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #3669cf, #174085);
  border-radius: 20px;
  white-space: nowrap;
  box-sizing: border-box;
  transition: width 1.5s ease;
}

/* Skill Name & Level Text */
.skill-name {
  font-size: 14px;
  white-space: nowrap;
}

.skill-level-text {
  margin-left: auto;
  white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 768px) {
  #skills {
    padding: 30px 15px;
  }

  .skill {
    margin-bottom: 25px; /* More spacing between skills */
  }

  .skill-bar {
    height: 22px; /* Adjusted for smaller screens */
  }

  .skill-level {
    font-size: 12px;
    padding: 0 8px;
  }

  .skill-name,
  .skill-level-text {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  #skills {
    padding: 20px 10px;
  }

  .skill {
    margin-bottom: 20px; /* Ensures gap for very small screens */
  }

  .skill-bar {
    height: 18px; /* Smaller height */
  }

  .skill-level {
    font-size: 10px;
    padding: 0 6px;
  }

  .skill-name,
  .skill-level-text {
    font-size: 9px;
  }
}



.portfolio-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.portfolio-desc {
  font-size: 16px;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

  /* Thumbnails Container */

  /* Thumbnail Figure */
  figure {
    text-align: center;
    margin: 0;
  }

  /* Thumbnail Images */
  figure img {
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  figure img.static {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  /* Caption Styling */

  /* Hover effect */
  figure img:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  }

  /* Lightbox Modal */

  @media (max-width: 600px) {
    figure img {
      height: auto;
    }
  }
 
.menu {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}

.menu button {
    margin: 0 10px 0 0;
    padding: 8px 15px;
    border: none;
    background-color: #2e2f36;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.menu button.active {
    background-color: #0056b3;
}

.section {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
    display: none;
    opacity: 0;
    transform: scale(0.8); /* Start slightly zoomed out */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.section.active {
    display: block;
    opacity: 1;
    transform: scale(1); /* Zoom in on active section */
}



/* Lightbox Certifications CSS */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #1d1e24;
}

.lightbox img {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.lightbox .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #b3aeae;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.lightbox .close:hover,
.lightbox .close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.certifications {
  width: 100%; /* Changed from fixed width to percentage */
  max-width: 860px; /* Added max-width to prevent very large screens from over stretching */
  display: grid;
  padding: 0 17px 0 17px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Use auto-fit to dynamically adjust columns */
  gap: 65px; /* Reduced gap for smaller screens */
}
.box-gallery-grid__item {
    flex: 0 1 calc(33.333% - 20px);
    box-sizing: border-box;
}
.gallery-grid__image-wrap {
  position: relative;
  display: inline-block;
}
.gallery-grid__image-wrap:hover .hover-text {
  opacity: 1;
}
.gallery-grid__image-wrap img {
    width: 100%;
    height: auto;
}
.hover-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size:13px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 5px 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.link-btn {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}
.link-btn:hover {
    background-color: #0056b3;
}

.badge-item__category {
    background-color: #c99932;
    color: #fff;
    border-radius: 15px 0 40px 0;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 2px 8px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 2
}
.badge-item__category span {
    font-size: .8125rem;
    font-weight: 400;
    display: block
}