@font-face {
  font-family: 'MainFont';
  src:  url('https://s3.amazonaws.com/icomoon.io/50912/Q4zayo2018ir/q4-icons.eot?sim99p');
  src:  url('https://s3.amazonaws.com/icomoon.io/50912/Q4zayo2018ir/q4-icons.eot?sim99p#iefix') format('embedded-opentype'),
    url('../fonts/BerninaSans-Web-Bold.woff') format('woff2'),
    url('../fonts/BerninaSans-Web-Bold.ttf') format('truetype'),
    url('../fonts/BerninaSans-Web-Bold.woff') format('woff'),
    url('../fonts/BerninaSans-Web-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*==================================
 ------------ RESET CSS -----------
==================================*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html {
    font-size: 10px;
}
nav ol,
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
/*---------- Animations ----------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*====== DEFAULT STYLES ======*/
body {
    overflow-x: hidden;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}
/*---------- TYPOGRAPHY ----------*/
h1 {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 60px;
    line-height: 1;
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 45px;
        font-size: 4.5rem;
    }
}
h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
    h2 {
        font-size: 27px;
    }
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 24px 0 16px 0;
    color: #2296bc;
}
h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
h5 {
    font-size: 12.8px;
    font-size: 1.28rem;
    margin-bottom: 12.8px;
    text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222
}
a {
    text-decoration: none;
    color: #8a8a8a;
}
a:hover {
    color: #dc3545;
}
p {
    line-height: 1.5;
}
i {
    display: inline-block;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
/*------------ COMMON ------------*/
img {
    max-width: 100%;
}
input::-ms-clear {
    display: none;
}
iframe {
    width: 100%;
}
/*------- HACKS AND FIXES -------*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*------------ LISTS ------------*/
.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.list--ordered {
    list-style-type: decimal;
}
.list--alpha {
    list-style-type: lower-alpha;
}
.list--roman {
    list-style-type: lower-roman;
}
.list--inside {
    list-style-position: inside;
}
/*------- BUTTONS / INPUTS -------*/
.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 13px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}
.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}
.submit,
.button,
.upload,
.dropdown {
    cursor: pointer;
}
.submit,
.button {
    text-transform: uppercase;
}
.button:focus {
    outline: none;
}
.button {
    transition: 0.5s ease-in-out;
    border: 3px solid #ffff;
    background: #222;
    color: #ffffff;
    min-width: 165px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}
.button:hover,
.button:focus {
    border-color: #dc3545;
    color: #222;
    box-shadow: inset 0px -5em 0 0 #dc3545;
}
.button--inverted {
    background: #fff;
    border-color: #222;
    color: #222;
}
.button--hire-me {
    position: relative;
}
.button--hire-me:after {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    position: absolute;
    transition: 0.5s ease-in-out;
    top: -5px;
    right: 30px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.button--hire-me:hover,
.button--hire-me:focus {
    padding-left: 0px;
    padding-right: 30px;
}
.button--hire-me:hover:after,
.button--hire-me:focus:after {
    top: 14px;
    opacity: 1;
    visibility: visible;
}
/*===== TOAST GRID ======*/
.grid {
    list-style: none;
    margin-left: -20px;
}
.grid_col--1-of-1 {
    width: 100%;
}
.grid_col--1-of-2 {
    width: 50%;
}
.grid_col--1-of-3 {
    width: 33.33333%;
}
.grid_col--2-of-3 {
    width: 66.66667%;
}
.grid_col--1-of-4 {
    width: 25%;
}
.grid_col--3-of-4 {
    width: 75%;
}
.grid_col--1-of-5 {
    width: 20%;
}
.grid_col--2-of-5 {
    width: 40%;
}
.grid_col--push-2-of-5 {
    margin-left: 40%;
}
.grid_col--3-of-5 {
    width: 60%;
}
.grid_col--push-3-of-5 {
    margin-left: 60%;
}
.grid_col--4-of-5 {
    width: 80%;
}
.grid_col--1-of-6 {
    width: 16.66667%;
}
.grid_col--5-of-6 {
    width: 83.33333%;
}
.grid_col--1-of-7 {
    width: 14.28571%;
}
.grid_col--2-of-7 {
    width: 28.57143%;
}
.grid_col--3-of-7 {
    width: 42.85714%;
}
.grid_col--4-of-7 {
    width: 57.14286%;
}
.grid_col--5-of-7 {
    width: 71.42857%;
}
.grid_col--6-of-7 {
    width: 85.71429%;
}
.grid_col--1-of-8 {
    width: 12.5%;
}
.grid_col--3-of-8 {
    width: 37.5%;
}
.grid_col--5-of-8 {
    width: 62.5%;
}
.grid_col--7-of-8 {
    width: 87.5%;
}
.grid_col--1-of-12 {
    width: 8.33333%;
}
.grid_col--2-of-12 {
    width: 16.66667%;
}
.grid_col--5-of-12 {
    width: 41.66667%;
}
.grid_col--7-of-12 {
    width: 58.33333%;
}
.grid_col--10-of-12 {
    width: 83.33333%;
}
.grid_col--11-of-12 {
    width: 91.66667%;
}
.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}
@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lg-1-of-2 {
        width: 50%;
    }
    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lc-1-of-2{
        width: 50%;
    }
    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--md-1-of-2 {
        width: 50%;
    }
    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
}
@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--sm-1-of-2, .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
}
.grid--no-gutter {
    margin-left: 0;
}
.grid--no-gutter .grid_col {
    padding-left: 0;
}
.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}
.grid--gutter {
    margin-left: 20px;
}
.grid--gutter .grid_col {
    padding-left: 20px;
}
.grid--gutter-40 {
    margin-left: -40px;
}
.grid--gutter-40 .grid_col {
    padding-left: 40px;
}
.grid--no-space .grid_col {
    margin-right: 0;
}
/*====== UTILITY CLASSES ========*/
.disabled {
    opacity: 0.1;
    border-color: #7e7979;
    color: #7e7979;
    transition: none;
    pointer-events: none;
}
.background--grey {
    background-color: #f7f7f7;
}
.background--success {
    background-color: #23a217;
}
.color--grey {
    color: #f1f1f1;
}
.color--success {
    color: #23a217;
}
.color--error {
    color: #b72121;
}
.dark a {
    color: #ffffff;
}
/* ==== Slider==== */
.module_slick-slider {
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
}
.module_slick-slider .module_item {
    text-align: center;
    margin: 0 30px;
}
.module_slick-slider .module_item a {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    padding-top: 70%;
    -webkit-box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.2);
}
.module_slick-slider .module_item .module_item--coty {
    background-image: url(../assets/photos/COTY-Logo.jpg);
}
.module_slick-slider .module_item .module_item--keysight {
    background-image: url(../assets/photos/Keysight-Logo.jpg);
}
.module_slick-slider .module_item .module_item--zayo {
    background-image: url(../assets/photos/Zayo-Logo.jpg);
}
.module_slick-slider .module_item .module_item--farfetch {
    background-image: url(../assets/photos/Farfetch-Logo.jpg);
}
.module_slick-slider .module_item .module_item--clovis {
    background-image: url(../assets/photos/Clovis-Oncology-Logo.jpg);
}
.module_slick-slider .module_item .module_item--impinj {
    background-image: url(../assets/photos/Impinj-Logo.jpg);
}
.module_slick-slider .module_item .module_item--jeld {
    background-image: url(../assets/photos/JELD-WEN-Logo.jpg);
}
.module_slick-slider .module_item .module_item--yeti {
    background-image: url(../assets/photos/YETY-Holdings-Logo.jpg);
}
.module_slick-slider .module_item a:focus {
    outline: none;
}
.module_slick-slider .module_item .module_item--overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: flex;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    height: 20%;
    padding: 20px;
}
.module_slick-slider .module_item a:hover .module_item--overlay {
    visibility: visible;
    opacity: 1; 
    height: 100%;
}
/* ===== Globals ===== */
@-ms-viewport{
  width: device-width;
}
.pane--content .module_container--outer {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.layout--home,
.layout_footer {
    padding-left: 250px;
    }
.module-html {
    padding: 50px;    
}
/* ==== Navigation ==== */
.pane--navigation {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    bottom: 0;
    width: 250px;
    text-align: center;
}
.pane--navigation__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100vh;
}
.module-pic-profile img {
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    width: 100px;
    height: 100px;
}
.module-name-tile {
    margin: 10px auto;
    padding: 0 10px 20px;
}
.module-name-tile h3 {
    color: #fff;
    font-size: 2rem;
}
/* ===== Animation highlighte ===== */
@-webkit-keyframes status {
    0% {opacity: 0;}
    10% {opacity: 1;}
    50% {color: rgb(54, 173, 54);}
    100% {color:rgb(248, 248, 15); font-size: 17px;}
}
@keyframes status {
    0% {opacity: 0;}
    10% {opacity: 1;}
    50% {color: rgb(54, 173, 54);}
    100% {color:rgb(248, 248, 15); font-size: 17px;}
}
.status {
    -webkit-animation: status 3s infinite;
    animation: status 3s infinite;
    color: #8a8a8a;
}
.module-navigation .level1 > li > a {
    padding: 10px;
    display: block;
    color: #fff;
    transition: 0.5s;
}
.module-navigation .level1 > .active > a,
.module-navigation .level1 > li > a:hover {
    color: #dc3545;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.module-navigation .level1 > .active > a {
    background-color: #fff;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.2);
}
/*===== Header Bander ====*/
.pane--banner {
    position: relative;
    background-image: url(../assets/photos/banner-photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    height: 100vh;
    width: 100%;
    display: table;
}
@-webkit-keyframes bounce {
    0% {bottom: 6vmin; opacity: 0;}
    5% {bottom: 6vmin; }
    15% {bottom: 5vmin;}
    30% {bottom: 5.5vmin; opacity: 0.5;}
    40% {bottom: 5vmin;}
    50% {bottom: 5.3vmin; opacity: 1;}
    70% {bottom: 5vmin; opacity: 0.5;}
    80% {bottom: 4.75vmin;}
    90% {bottom: 5vmin;}
    100% {bottom: 5vmin; opacity: 0;}
}
@keyframes bounce {
    0% {bottom: 6vmin; opacity: 0;}
    5% {bottom: 6vmin; }
    15% {bottom: 5vmin;}
    30% {bottom: 5.5vmin; opacity: 0.5;}
    40% {bottom: 5vmin;}
    50% {bottom: 5.3vmin; opacity: 1;}
    70% {bottom: 5vmin; opacity: 0.5;}
    80% {bottom: 4.75vmin;}
    90% {bottom: 5vmin;}
    100% {bottom: 5vmin; opacity: 0;}
}
.pane--banner:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f13a";
    position: absolute;
    bottom: 5vmin;
    left: 50%;
    transform: translate(-50%);
    color: #dc3545;
    font-size: clamp(20px, 2.5vw, 40px);
    border: clamp(2px, 0.1em, 5px) solid #fff;
    border-radius: 100%;
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

.background--overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.pane--banner .pane_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pane--banner .module-page-title {
    z-index: 1;
    position: relative;
}
.pane--banner .module_name-title h1 {
    font-family: "MainFont";
    font-weight: 700;
    color: #fff;
    margin: 30px 0;
    font-size: 14vmin;
}
.pane--banner .module_title h3 {
    font-family: "MainFont";
    color: #fff;
    margin: 50px 25px;
    font-size: 7vmin;
}
.module_tite-skills ul {
    padding: 0;
}
.module_tite-skills li {
    display: inline-block;
    color: #fff;
    margin: 14px 10px;
    position: relative;
}
.module_tite-skills li:nth-child(2):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #fff;
    left: -14px;
}
.module_tite-skills li:nth-child(2):before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #fff;
    right: -14px;
}
.module .module_title {
    font-weight: 700;
}
.module .module_title-reverse {
    font-family: "MainFOnt";
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}
.module .module_title span {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    color: #8a8a8a;
    font-weight: 200;
}
.module .module_title-reverse span {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    color: #fff;
    font-weight: 200;
    font-family: "Lato";
}
.module-about-me {
    padding-bottom: 80px;
}
/* - About me module - Display: grid; */
.hero_area {
    display: grid;
    grid-template-areas:
        "img title"
        "img text";
    grid-template-columns: min-content minmax(300px, 900px);
    grid-gap: 1vw;
}
.hero_image {
    grid-area: img;
    width: 20vw;
    z-index: 1;
    margin-left: 1vw;
}
.hero_image img {
    border-radius: 20px;
    border: .4em solid #fff;
    transform: rotateY(.5turn);
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.2);
}
.hero_title {
    grid-area: title;
    background-color: #dc3545;
    margin: -1vw 0 0 -22vw;
    padding: 1vw 1vw 1vw 22vw;
    border-radius: 20px;
}
.hero_title h5,
.hero_title h3 {
    color: #fff;
}
.hero_title h5 {
    font-family: "MainFont";
    font-size: clamp(23px, 2vw, 45px);
    text-transform: capitalize;
    margin: 0 0 10px;
}
.hero_title h3 {
    font-family: "FontulMeuu";
    font-size: clamp(30px, 3vw, 45px);
    font-weight: 800;
    line-height: 1.2em;
    margin: 0;
}
.hero_area__intro {
    grid-area: text;
}
.hero_area__intro p {
    margin: 10px 0;
}
.hero_area__intro p:last-child {
    font-family: "MainFont";
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.6px;
}
.module_service .module-service {
    padding: 30px 10px;
    display: block;
    border: 2px solid rgba(214,214,214,.8);
    margin: 0 0 20px;
    background-color: #fff;
}
.module_service .module-service i {
    display: block;
    margin: 0 auto;
    color: #dc3545;
    font-size: 50px;
    text-align: center;
}
.module_service .module-service-text {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.module_service .module-service h3 {
    color: #8a8a8a;
    font-size: 20px;
}
.module-service-js .module-service,
.module-service-ps .module-service {
    margin-right: 0;
}
.module-html.module-hire-me {
    background-image: url(../assets/photos/complete-skills.jpg);
    background-position: 22%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.module-html.module-hire-me:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.module-hire-me .module-hire-me-inner {
    margin: 0 auto;
    position: inherit;
    max-width: 1200px;
}
.module-hire-me-pic,
.module-hire-me-text {
    vertical-align: middle;
}
.module-hire-me-text {
    text-align: right;
}
/*===== Module form ====*/
.module_form-inputs input,
.module_form-inputs textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.5);
    outline: none;
    color: #222;
    font-size: clamp(16px, 18px, 22px);
}
.module_form-inputs textarea {
    padding-bottom: 10%;
    resize: vertical;
}
.module_form-inputs .button {
    margin-left: 20px;
}
/*===== Footer =====*/
.pane--footer {
    text-align: center;
    background-color: #000;
    border-left: 1px solid rgba(220, 53, 69, 0.3);
    padding-bottom: 25px;
}
.pane--footer-inner {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(220, 53, 69, 0.3);
    display: flex;
    justify-content: space-between;
}
.pane--footer a {
    color: #fff;
    font-family: "MainFont";
    font-size: 18px;
    letter-spacing: 0.5px;
}
.pane--footer p {
    font-family: "MainFont";
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}
.pane--footer .icon {
    color: #dc3545;
    padding-bottom: 15px;
    font-size: 30px;
}
.module-credits {
    padding: 25px 25px 0 25px;
}
.error-message:empty {
    display: none;
}
.error-message {
    margin: 0 20px 20px;
    background-color: #fff;
    width: calc(100% - 20px);
    padding: 0 20px;
    border: 1px solid #b72121;
    color: #b72121;
}
/* ======= Media Queries ======= */
@media (max-width: 1024px) {
    .pane--navigation {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background-color: #000;
        text-align: center;
        transition: 0.5s;
        padding: 0;
        bottom: unset;
        width: 100%;
        z-index: 2;
    }
    .pane--navigation__inner {
        height: auto;
    }
    .toggle-active .pane--navigation {
        top: -56px;
    }
    .layout--home,
    .layout_footer {
        padding-left: 0;
    }
    .module-navigation .level1 {
        display: flex;
        justify-content: space-evenly;
    }
/* ====================================  */
    .module-pic-profile,
    .module-name-tile {
        display: none;
    }
    .module-navigation {
        padding: 0 3vw;
    }
    .toggle-active .fa-bars:before {
        content: "\f00d";
    }
/* ===================================== */
    .module_service .module-service h3 {
        font-size: 15px;
    }
    .module-html.module-hire-me {
        background-position: 37%;
    }
}
@media (max-width: 768px) {
    .pane--footer-inner {
        flex-direction: column;
    }
    .module-hire-me-pic,
    .module-hire-me-text {
        text-align: center;
    }
    .module-tel {
        margin: 5vw 0;
        padding: 5vw 0;
        border-top: 1px solid rgba(220, 53, 69, 0.3);
        border-bottom: 1px solid rgba(220, 53, 69, 0.3);
    }
}
@media (max-width: 600px) {
    .module-html {
        padding: 40px 25px 25px;    
    }
/* ================================= */
    .hero_area {
        grid-template-areas:
            "title title"
            "img img"
            "text text";
        grid-template-columns: min-content auto;
    }
    .hero_title {
        margin: 0px -30px 0 -30px;
        padding: 30px 30px 25vw 30px;
        border-radius: 0;
    }
    .hero_title h5 {
        font-size: clamp(20px, 2vw, 45px);
    }
    .hero_image {
        grid-area: img;
        width: 40vw;
        margin: -20vw 0 0 0px;
    }
    .module-about-me {
        padding-bottom: 30px;
    }
    .hero_area__intro p {
        margin: 5px 0;
    }
    /*---Hero button---*/
    .button--hire-me {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .module_tite-skills li {
        display: block;
    }
    .module-navigation .level1 > li > a {
        font-size: 14px;
        padding: 10px 5px;
    }
}
