/* 

    Fonts

*/
@font-face {
    font-family: "Poppins";
    src: local("Poppins Regular"),
    local("Poppins-Regular"),
    url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins Medium";
    src: local("Poppins Medium"),
    local("Poppins-Medium"), 
    url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins Bold";
    src: local("Poppins Bold"),
    local("Poppins-Bold"),
    url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins Black";
    src: local("Poppins Black"),
    local("Poppins-Black"),
    url("../fonts/Poppins-Black.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins SemiBold";
    src: local("Poppins SemiBold"),
    local("Poppins-SemiBold"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

/* 

    Normalize Css

*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* 

    Grid

*/

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


/* 

- Grid System

*/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.col {
    max-width: 100%;
    flex-grow: 1;
}

.col-1 {
    width: 8.333333%;
    flex: 0 0 auto;
}

.col-2 {
    width: 16.666666%;
    flex: 0 0 auto;
}

.col-3 {
    width: 25%;
    flex: 0 0 auto;
}

.col-4 {
    width: 33.333333%;
    flex: 0 0 auto;
}

.col-5 {
    width: 41.666666%;
    flex: 0 0 auto;
}

.col-6 {
    width: 50%;
    flex: 0 0 auto;
}

.col-7 {
    width: 58.333333%;
    flex: 0 0 auto;
}

.col-8 {
    width: 66.666666%;
    flex: 0 0 auto;
}

.col-9 {
    width: 75%;
    flex: 0 0 auto;
}

.col-10 {
    width: 83.333333%;
    flex: 0 0 auto;
}

.col-11 {
    width: 91.666666%;
    flex: 0 0 auto;
}

.col-12 {
    width: 100%;
    flex: 0 0 auto;
}

/* sm */

@media (min-width: 576px) {

    .container {
        width: 540px;
    }
    .col-sm-1 {
        width: 8.333333%;
        flex: 0 0 auto;
    }
    .col-sm-2 {
        width: 16.666666%;
        flex: 0 0 auto;
    }
    .col-sm-3 {
        width: 25%;
        flex: 0 0 auto;
    }
    .col-sm-4 {
        width: 33.333333%;
        flex: 0 0 auto;
    }
    .col-sm-5 {
        width: 41.666666%;
        flex: 0 0 auto;
    }
    .col-sm-6 {
        width: 50%;
        flex: 0 0 auto;
    }
    .col-sm-7 {
        width: 58.333333%;
        flex: 0 0 auto;
    }
    .col-sm-8 {
        width: 66.666666%;
        flex: 0 0 auto;
    }
    .col-sm-9 {
        width: 75%;
        flex: 0 0 auto;
    }
    .col-sm-10 {
        width: 83.333333%;
        flex: 0 0 auto;
    }
    .col-sm-11 {
        width: 91.666666%;
        flex: 0 0 auto;
    }
    .col-sm-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}


/* md */

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
    .col-md-1 {
        width: 8.333333%;
        flex: 0 0 auto;
    }
    .col-md-2 {
        width: 16.666666%;
        flex: 0 0 auto;
    }
    .col-md-3 {
        width: 25%;
        flex: 0 0 auto;
    }
    .col-md-4 {
        width: 33.333333%;
        flex: 0 0 auto;
    }
    .col-md-5 {
        width: 41.666666%;
        flex: 0 0 auto;
    }
    .col-md-6 {
        width: 50%;
        flex: 0 0 auto;
    }
    .col-md-7 {
        width: 58.333333%;
        flex: 0 0 auto;
    }
    .col-md-8 {
        width: 66.666666%;
        flex: 0 0 auto;
    }
    .col-md-9 {
        width: 75%;
        flex: 0 0 auto;
    }
    .col-md-10 {
        width: 83.333333%;
        flex: 0 0 auto;
    }
    .col-md-11 {
        width: 91.666666%;
        flex: 0 0 auto;
    }
    .col-md-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}


/* lg */

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
    .col-lg-1 {
        width: 8.333333%;
        flex: 0 0 auto;
    }
    .col-lg-2 {
        width: 16.666666%;
        flex: 0 0 auto;
    }
    .col-lg-3 {
        width: 25%;
        flex: 0 0 auto;
    }
    .col-lg-4 {
        width: 33.333333%;
        flex: 0 0 auto;
    }
    .col-lg-5 {
        width: 41.666666%;
        flex: 0 0 auto;
    }
    .col-lg-6 {
        width: 50%;
        flex: 0 0 auto;
    }
    .col-lg-7 {
        width: 58.333333%;
        flex: 0 0 auto;
    }
    .col-lg-8 {
        width: 66.666666%;
        flex: 0 0 auto;
    }
    .col-lg-9 {
        width: 75%;
        flex: 0 0 auto;
    }
    .col-lg-10 {
        width: 83.333333%;
        flex: 0 0 auto;
    }
    .col-lg-11 {
        width: 91.666666%;
        flex: 0 0 auto;
    }
    .col-lg-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}


/* xl */

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
    .col-xl-1 {
        width: 8.333333%;
        flex: 0 0 auto;
    }
    .col-xl-2 {
        width: 16.666666%;
        flex: 0 0 auto;
    }
    .col-xl-3 {
        width: 25%;
        flex: 0 0 auto;
    }
    .col-xl-4 {
        width: 33.333333%;
        flex: 0 0 auto;
    }
    .col-xl-5 {
        width: 41.666666%;
        flex: 0 0 auto;
    }
    .col-xl-6 {
        width: 50%;
        flex: 0 0 auto;
    }
    .col-xl-7 {
        width: 58.333333%;
        flex: 0 0 auto;
    }
    .col-xl-8 {
        width: 66.666666%;
        flex: 0 0 auto;
    }
    .col-xl-9 {
        width: 75%;
        flex: 0 0 auto;
    }
    .col-xl-10 {
        width: 83.333333%;
        flex: 0 0 auto;
    }
    .col-xl-11 {
        width: 91.666666%;
        flex: 0 0 auto;
    }
    .col-xl-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}


/* xxl */

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    .col-xxl-1 {
        width: 8.333333%;
        flex: 0 0 auto;
    }
    .col-xxl-2 {
        width: 16.666666%;
        flex: 0 0 auto;
    }
    .col-xxl-3 {
        width: 25%;
        flex: 0 0 auto;
    }
    .col-xxl-4 {
        width: 33.333333%;
        flex: 0 0 auto;
    }
    .col-xxl-5 {
        width: 41.666666%;
        flex: 0 0 auto;
    }
    .col-xxl-6 {
        width: 50%;
        flex: 0 0 auto;
    }
    .col-xxl-7 {
        width: 58.333333%;
        flex: 0 0 auto;
    }
    .col-xxl-8 {
        width: 66.666666%;
        flex: 0 0 auto;
    }
    .col-xxl-9 {
        width: 75%;
        flex: 0 0 auto;
    }
    .col-xxl-10 {
        width: 83.333333%;
        flex: 0 0 auto;
    }
    .col-xxl-11 {
        width: 91.666666%;
        flex: 0 0 auto;
    }
    .col-xxl-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}
:root {
    --poppins-regular: "Poppins", Arial, Helvetica, sans-serif;
    --poppins-medium: "Poppins Medium", Arial, Helvetica, sans-serif;
    --poppins-bold: "Poppins Bold", Arial, Helvetica, sans-serif;
    --poppins-black: "Poppins Black", Arial, Helvetica, sans-serif;
    --poppins-semibold: "Poppins SemiBold", Arial, Helvetica, sans-serif;
    --text-color: #333333;
    --shadow-color: rgba(19, 182, 255, 0.24);
    --app-bg-color: #FFFFFF;
    --secion-bg-color: #FFFFFF;
    --primary-color: #0ABEAD;
}
:root.dark-theme {
    --text-color: #95A5C6;
    --app-bg-color: #161D26;
    --secion-bg-color: #1F2935;
}
:root.dark-theme .home{
    background-image: url("../images/shapes/header-shape-dark.svg");
}
:root.dark-theme .resume-content__title {
    color: #F57F17;
}
/*

-- Reset Styles

*/
a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}




/* 

--Components

*/

/* 
**********
    btn
**********
*/
.btn {
    border-radius: 4rem;
    background-color: var(--primary-color);
    color: #ffff;
    width: 17rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1.5rem 3rem rgba(9, 190, 173, 40%);
}


/* 
****************
  section head
****************
*/
.section-head {
    text-align: center;
    margin-bottom: 7rem;
}
.section-head__title {
    margin: 0;
    font-size: 4.5rem;
    font-family: var(--poppins-semibold);
    color: var(--primary-color);
}
.section-head__text {
    color: var(--text-color);
    margin: .5rem 0 2rem 0;
    font-size: 1.6rem;
    letter-spacing: .25rem;
}
.secion-head__line {
    display: block;
    width: 20rem;
    height: .2rem;
    border-radius: 4rem;
    background-color: var(--primary-color);
    margin: 0 auto;
    position: relative;
}
.secion-head__line::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 1rem;
    background-color: var(--primary-color);
    border-radius: 3rem;
    inset: 0;
    margin: auto
}



/* 

--Helper Classes

*/

.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.h-full {
    height: 100%;
}
.skew-rset {
    transform: translateZ(0) skewY(5deg);
}
.btn--orange {
    background-color: #F57F17;
    box-shadow: 0px 1.5rem 3rem rgba(245, 127, 23, 24%);
}
.btn--purple {
    background-color: #8540FF;
    box-shadow: 0 1.5rem 3rem rgba(128, 58, 251, 24%);
}
.btn--pink {
    background-color: #EC407A;
    box-shadow: 0 1.5rem 3rem rgba(245, 39, 108, 24%);
}
.display-none {
    display: none;
}
/* 

--App

*/
html {
    font-size: 10px; /* 62.5% = 10px */
}
body {
    font-family: var(--poppins-regular);
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: var(--app-bg-color);
    padding-top: 12rem;
    color: var(--text-color);
}

/* 
==============
    header
==============
*/


.header {
    background-color: var(--secion-bg-color);
    box-shadow: 0 .5rem 4rem rgba(4, 195, 255, 16%);
    z-index: 100;
    position: fixed;
    right: 0;
    left: 0;
    top: 0
}
.nav {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    margin: 0;
    color: var(--primary-color);
    font-size: 6rem;
    font-family: var(--poppins-bold);
}
.menu {
    display: flex;
    gap: 4rem;
    list-style-type: none;
}
.menu__item--active {
    color: var(--primary-color);
}
.menu__link {
    font-family: var(--poppins-medium);
    color: inherit;
}
.menu__toggle-icon {
    display: none;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu__toggle-line {
    position: relative;
    transition: all 100ms ease-in;
} 
.menu__toggle-line,
.menu__toggle-line::before, 
.menu__toggle-line::after {
    content: " ";
    background-color: var(--primary-color);
    width: 4.5rem;
    height: .4rem;
    border-radius: 2rem;
}
.menu__toggle-line::before {
    bottom: 1.2rem;
    position: absolute;
    transition: all 120ms ease-in;
}
.menu__toggle-line::after {
    position: absolute;
    top: 1.2rem;
    transition: all 120ms ease-in;
}
.menu__toggle-icon--open .menu__toggle-line {
    background-color: transparent;
}
.menu__toggle-icon--open .menu__toggle-line::before {
    transform: translateY(1.2rem) rotate(45deg);
}
.menu__toggle-icon--open .menu__toggle-line::after {
    transform: translateY(-1.2rem) rotate(-45deg);
}

/* 
==============
     main
==============
*/
/* 
-----------
    Home
-----------
*/
.home {
    margin-top: 6rem;
    background: url("../images/shapes/header-shape.svg") no-repeat bottom;
    height: 82rem;
}
.person__name {
    color: var(--primary-color);
    font-size: 3rem;
    margin: 0
}
.person__name > span {
    color: #F57F17;
}
.person__skill {
    font-family: var(--poppins-bold);
    font-size: 5rem;
    color: var(--primary-color);
    margin: 0;
}
.name__caption {
    color: var(--text-color);
    opacity: .7;
    margin: 0;
    margin-top: .5rem;
}
.home__links-wrapper {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.home__cover {
    width: 50rem;
    height: 50rem;
    border-radius: 100%;
    background-color: #bbb;
    /* background-image: url("../images/header-avatar.jpg");
    background-repeat: no-repeat;
    background-position: 0 0; */
    background: url("../images/header-avatar.jpg") no-repeat center top; 
    background-size: cover;
    border: 2rem solid var(--secion-bg-color);
    box-shadow: 0 0 5rem rgba(98, 233, 255, 27%);
}
/* 
--------------
   About us
--------------
*/
.about-us {
    margin-top: 8rem;
}
.about-us__wrapper {
    display: flex;
    background-color: var(--section-bg-color);
    box-shadow: 0 0 4rem rgb(96 233 255 / 27%);
    /* box-shadow: 0 0 4rem rgb(96, 233, 255 , 27%); */
    min-height: 60rem;
    border-radius: 2rem;
    overflow: hidden;
}
.about-us__cover {
    flex-basis: 48%;
}
.about-us__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us__content {
    flex-basis: 52%;
    padding: 3rem 4rem 6rem 4rem;
}
.article__title {
    font-size: 2rem;
    font-family: var(--poppins-semibold);
}
.article__caption {
    opacity: .7;
}
.features {
    margin-top: 7rem;
}
.features__title {
    font-size: 1.8rem;
    font-family: var(--poppins-semibold);
    color: var(--primary-color);
}
.feature {
    opacity: .7;
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.feature:last-child {
    margin-bottom: 0;
}
.feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #F57F17;
    border-radius: 100%;
}
.about-us__links-wrapper {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}
.services {
    margin-top: 7rem;
}
.sevice__wrapper {
    padding: 7rem 3rem;
    color: #ffff;
    text-align: center;
    border-radius: 2rem;
    position: relative;
    z-index: 5;
    height: 100%;
    overflow: hidden;
}
.sevice__wrapper--purple {
    background-color: #8540FF;
    box-shadow: 0 0 4rem rgba(118, 13, 255, 35%);
}
.sevice__wrapper--yellow {
    background-color: #FFC50C;
    box-shadow: 0 0 4rem rgba(255, 197, 12, 35%);
}
.sevice__wrapper--pink {
    background-color: #EC407A;
    box-shadow: 0 0 4rem rgba(236, 64, 122, 35%);
}
.sevice__wrapper--orange {
    background-color: #FF6331;
    box-shadow: 0 0 4rem rgba(255, 99, 49, 35%);
}
.sevice__wrapper--blue {
    background-color: #13B6FF;
    box-shadow: 0 0 4rem rgba(19, 182, 255, 35%);
}
.sevice__wrapper--green {
    background-color: #49AF46;
    box-shadow: 0 0 4rem rgba(73, 175, 70, 35%);
}
.sevice__svg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.sevice__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.sevice__caption {
    margin-top: 0;
}
/* 
--------------
    Resume
--------------
*/
.resume, 
.pricing {
    padding: 7rem 0;
    margin-top: 17rem;
    background-color: var(--secion-bg-color);
    box-shadow: 0 0 8rem rgba(9, 182, 255, 24%);
    transform: translateZ(0) skewY(-5deg);
}
.resume-list {
    background-color: var(--app-bg-color);
    box-shadow: 0 0 4rem rgb(96, 233, 255, 27%);
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 42rem;
    border-radius: 2rem;
    overflow: hidden;
}
.resume-list::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    height: 100%;
    width: 4rem;
    z-index: -1;
}
.resume-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    padding: 1rem 0;
    cursor: pointer;
}
.resume-list__item:last-child {
    margin-bottom: 0;
}
.resume-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5.5rem;
    background-color: #0ABEAD;
    border-radius: 3rem;
    z-index: -1;
    max-width: 30rem;
    transition: all 150ms ease-in;
    box-shadow: 0 0 4rem rgba(96, 233, 255, 27%);
}
.resume-list__item--active {
    color: #ffff;
}
.resume-list__item--active::before {
    width: 100%;
}

.resume-list__icon {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0.8rem;
}
.resume-list__text {
    margin: 0;
    font-size: 2rem;
    font-family: var(--poppins-semibold);
    margin-left: 2.7rem;
    transition: all 150ms ease-in;
}
.resume-content {
    margin-left: 5rem;
    border-left: .2rem solid var(--primary-color);
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 150ms ease-in;
}
.resume-content--show {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 2rem 2.5rem 0 2.5rem;
}
.resume-content__item {
   margin-bottom: 3rem;
}
.resume-content__item:last-child {
    margin-bottom: 0;
}
.resume-content__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.resume-content__title-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3.6rem;
    margin: auto;
    width: 2rem;
    height: 2rem;
    background-color: var(--primary-color);
    border-radius: 100%;
}
.resume-content__title {
    font-size: 2rem;
    font-family: var(--poppins-semibold);
    color: #FF5823;
    margin: 0;
}
.resume-content__date {
    background-color: #F57F17;
    box-shadow: 0 0 4rem rgba(245, 127, 23, 24%);
    padding: .3rem 1.5rem;
    border-radius: 2rem;
    color: #ffff;
}
.resume-content__text {
    margin: .5rem 0;
    font-family: var(--poppins-semibold);
}
.resume-content__caption {
    margin: 0;
}

/* 
--------------
    Resume
--------------
*/

.portfolio {
    margin-top: 10rem;
}
.portfolio-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}
.portfolio-list__item {
    padding: 1.2rem 3rem;
    border-radius: 3rem;
    cursor: pointer;
    transition: all 150ms ease-in;
}
.portfolio-list__item--active {
    background-color: var(--primary-color);
    color: #FFFFFF;
}
.portfolio-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 150ms ease-in;
}
.portfolio-content--show {
    height: auto;
    opacity: 1;
    overflow: visible;
}
.portfolio-content__img {
    width: 100%;
}
.swiper-pagination {
    position: static !important;
    margin-top: 1rem;
}

.swiper-pagination-bullet {
    width: 1.8rem !important;
    height: 1.8rem !important;
    border: .3rem solid #BFBEBE !important;
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    border-color: var(--primary-color) !important;
}

/* 
--------------
    Pricing
--------------
*/
.pricing {
    padding: 7rem 0 13rem 0;
}
.package {
    box-shadow: 0 0 4rem var(--shadow-color);
    border-radius: 2rem;
    overflow: hidden;
}
.package__head {
    padding: 3rem 0;
    color: #fff;
    text-align: center;
}
.package__head--orange {
    background-color: #FF6331;
}
.package__head--purple {
    background-color: #803AFB;
}
.package__head--pink {
    background-color: #F5276C;
}
.package__title {
    margin: 0;
    font-size: 3.5rem;
    font-family: var(--poppins-semibold);
}
.package__amount {
    margin: 0;
    font-size: 2.5rem;
    font-family: var(--poppins-semibold);
}
.package__text {
    margin: .5rem 0 0 0;
}
.package__body {
    padding: 4rem 0;
}
.package-options {
    width: 17rem;
    margin: 0 auto;
}
.package-options__item {
    margin-bottom: 1.5rem;
}
.package-options__item:last-child {
    margin-bottom: 0;
}
.package-options__icon {
    margin-right: 1rem;
}
.package__link {
    margin: 2.5rem auto 0 auto;
    font-family: var(--poppins-semibold);
}


/* 
----------------
   Contact Us
----------------
*/



.contact-us {
    margin-top: 10rem;
}
.contact-us__wrapper {
    background: url("../images/map.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 3rem;
}
.map__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    top: 35%;
    left: 20%;
    background-color: var(--app-bg-color);
}
.contact__form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 4rem;
    background-color: var(--secion-bg-color);
    border-radius: 2rem;
    max-width: 53rem;
    margin-right: 2rem;
    margin-left: auto;
    /* margin-left: 50%; we also can use this and margin-right: auto; for put in center in responsive */
    box-shadow: 0 0 4rem var(--shadow-color);
}
.form__title {
    font-size: 3.5rem;
    font-family: var(--poppins-bold);
    color: var(--primary-color);
    margin-top: 0;
}
.form__input {
    outline: none;
    border: none;
    background-color: var(--app-bg-color);
    border-radius: 1rem;
    box-shadow: 0 0 4rem rgb(96 233 255 / 27%);
    padding: 2rem;
}
.form__input--text-area {
    resize: vertical;
    min-height: 8rem;
    max-height: 18rem;
}
.form__btn {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 1rem;
    background-color: var(--primary-color);
    color: #ffff;
    padding: 1.5rem;
    cursor: pointer;
}


/* 
==============
    footer
==============
*/



.footer {
    padding: 3rem;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-right__text {
    font-family: "Poppins SemiBold";
    letter-spacing: .4rem;
}
.footer__socials {
    display: flex;
    gap: 1rem;
}
.footer__social {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100%;
    background-color: #1F2935;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 150ms ease-in;
}
.footer__social:hover {
    background-color: var(--primary-color);
}
.footer__svg, 
.dark-theme__icon {
    height: 3rem;
    width: 3rem;
    fill: var(--app-bg-color);
}
.change-theme {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100%;
    background-color: #1F2935;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}
.dark-theme__icon, 
.ligth-theme__icon {
    height: 3rem;
    width: 3rem;
    fill: #fff;
}


/* 

    Media Queries

*/


@media (min-width: 1400px) {
    .container {
        width: 1250px;
    }
    
}

@media screen and (max-width: 1400px) {
    .home {
        height: 76rem;
    }
    .home__cover {
        width: 45rem;
        height: 45rem;
    }
}
@media screen and (max-width: 1200px) {
    .section-head__title {
        font-size: 3.5rem;
    }
    .section-head__text {
        font-size: 1.5rem;
    }
    .person__skill {
        font-size: 4rem;
    }
    .person__name {
        font-size: 2rem;
    }
    .home {
        height: 60rem;
    }
    .home__cover {
        width: 35rem;
        height: 35rem;
    }
    .about-us__cover,
    .about-us__content {
        flex-basis: 50%;
    }
    .sevice__wrapper {
        padding: 7rem 1rem;
    }
}

@media screen and (max-width: 992px) {
    .section-head__title {
        font-size: 3rem;
    }
    .section-head__text {
        font-size: 1.2rem;
    }
    .menu {
        gap: 2rem;
    }
    .header__logo {
        font-size: 5rem;
    }
    .person__name {
        font-size: 1.5rem;
    }
    .person__skill {
        font-size: 3rem;
    }
    .home {
        height: 55rem;
    }
    .name__caption {
        font-size: 1.2rem;
    }
    .home__links-wrapper .btn {
        width: 14rem;
        height: 5rem;
    }
    .home__cover {
        width: 28rem;
        height: 28rem;
        border-width: 1.5rem;
    }
    .about-us__wrapper {
        flex-direction: column;
    }
    .resume, 
    .pricing {
        margin-top: 12rem;
    }
    .about-us__cover,
    .about-us__content {
        flex-basis: auto;
    }
    .resume-list__text {
        margin-left: 2.3rem;
    }
    .resume-list__text, 
    .resume-content__title {
        font-size: 1.5rem;
    }
    .resume-content__text, 
    .resume-contetn__caption, 
    .resume-content__date {
        font-size: 1.3rem;
    }
    .pricing {
        padding: 7rem 0;
    }
    .contact__form {
        margin-left: 40%;
    }
}

@media screen and (max-width: 768px) {
    * {
        cursor: default !important; 
    }
    .menu {
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 100%;
        right: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        background-color: var(--secion-bg-color);
        gap: 1.5rem;
        height: 0;
        overflow: hidden;
        transition: all 150ms ease-in;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }
    .menu--open {
        height: 28.8rem;
    }
    .menu__item:first-child {
        margin-top: 1.5rem;
    }
    .menu__item:last-child {
        margin-bottom: 1.5rem;
    }
    .menu__toggle-icon {
        display: flex;
    }
    .cover {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 15%);
        z-index: -1;
        opacity: 0;
        transition: all 150ms ease-in;
    }
    .cover--active {
        opacity: 1;
        z-index: 99;
    }
    :root.dark-theme .home{
        background-image: none;
    }
    .home {
        background: none;
        height: auto;
    }
    .home .row {
        flex-direction: column-reverse
    }
    .home__content {
        text-align: center;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home__links-wrapper .btn {
        width: 17rem;
        height: 5rem;
    }
    
    .home__cover {
        margin: 0 auto;
        width: 35rem;
        height: 35rem;
    }
    .about-us__content {
        padding: 2rem 4rem 4rem 4rem;
    }
    .features {
        margin-top: 5rem;
    }
    .resume {
        margin-top: 8rem;
    }
    .pricing {
        margin-top: 12rem;
    }
    .resume-list::before, 
    .resume-list__item::before {
        content: none;
    }
    .resume-list {
        justify-content: flex-start;
        background-color: transparent;
        box-shadow: none;
        display: grid;
        grid-template-columns: repeat(5, max-content);
        gap: 2rem;
        min-height: auto;
        overflow-x: auto;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .resume-list__item {
        background-color: var(--primary-color);
        border-radius: 5rem;
        padding: 1rem 2rem;
        gap: 1rem;
    }
    .resume-list__item:last-child {
        margin-bottom: 1rem;
    }
    .resume-list__icon {
        margin: 0;
    }
    .resume-list__item--active .resume-list-svg__path {
        fill: #ffff;
        transition: all 150ms ease-in;
    }
    .resume-list-svg__path {
        fill: var(--text-color);
    }
    :root.dark-theme .resume-list-svg__path {
        fill: #fff;
    }
    :root.dark-theme .resume-list__item {
        color: #fff;
    }
    :root.dark-theme .resume-list__item--active .resume-list-svg__path {
        fill: var(--app-bg-color) !important;
        transition: all 150ms ease-in;
    }
    :root.dark-theme .resume-list__item--active {
        color: var(--app-bg-color);
    } 
    .resume-list__text {
        margin-left: 0;
    }
    .contact-us__wrapper {
        padding: 3rem 1rem;
    }
    .contact__form {
        margin: auto;
    }
    .form__title {
        font-size: 2.5rem;
    }
    .map__icon {
        display: none;
    }
    .footer__wrapper {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 576px) {
    .home__cover {
        width: 30rem;
        height: 30rem;
    }
    .about-us__link {
        width: 100%;
    }
    .about-us__content {
        padding: 2rem 2rem 4rem 2rem;
    }
    .resume-content {
        margin-left: 3rem;
    }
    .contact__form {
        padding: 2rem;
    }
}
@media screen and (max-width: 410px) {
    .home__cover {
        width: 26rem;
        height: 26rem;
        border-width: 1rem;
    }
    .home__links-wrapper {
        width: 100%;
    }
    .home__links-wrapper .btn {
        width: 100%;
    }
    .resume-content {
        border: none;
        margin: 0;
    }
    .resume-content__title-wrapper::before {
        content: none;
    }
}