    html {
        scroll-behavior: smooth;
    }
    
    body {
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    @font-face {
        src: url(../fonts/Flix-Normal.ttf);
        font-family: 'Flix Normal';
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        src: url(../fonts/Flix-Outline.ttf);
        font-family: 'Flix Outline';
        font-weight: normal;
        font-style: normal;
    }
    /* color */
    /* https: //coolors.co/FFCE53-70c1b3-FFCE53-f3ffbd-ff1654 */
    /* ==selection== */
    
     ::-moz-selection {
        /* Code for Firefox */
        color: #fff;
        background: #040b10;
        text-decoration-color: #fff;
    }
    
     ::selection {
        color: #fff;
        background: #040b10;
        text-decoration-color: #fff;
    }
    /* === All Element === */
    
    h3,
    h1,
    h2 {
        font-weight: bold;
        font-family: 'flix', sans-serif;
        color: #040b10;
        text-transform: capitalize;
        letter-spacing: 2px;
    }
    
    h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 0;
    }
    
    h3 {
        font-size: 28px;
        margin-bottom: 0;
    }
    
    h4 {
        font-size: 20px;
        font-weight: 300;
        line-height: 0;
        color: #5e5e5e;
    }
    
    h5 {
        font-size: 17px;
    }
    
    p {
        font-family: 'Lato';
        font-size: 18px;
        font-weight: normal;
        color: #5e5e5e;
        line-height: 28px;
    }
    
    .bg_text {
        color: #040b10;
        background-color: #FFCE53;
        font-family: 'Flix Outline';
    }
    
    .bg_text_white {
        color: #040b10;
        background-color: #fff;
        font-family: 'Flix Outline';
    }
    
    .container {
        width: 85%;
        max-width: 1100px;
        margin: auto;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .clr {
        clear: both;
    }
    
    a {
        text-decoration: none;
    }
    
    section {
        padding: 80px 0;
    }
    /* === BUTTON === */
    
    .btn {
        color: #fff;
        background-color: none;
        border: #040b10;
        font-weight: normal;
        display: inline-block;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        cursor: pointer;
        outline: none;
    }
    
    button {
        outline: none;
    }
    
    .btn {
        padding: 12px 18px;
        /* -webkit-transition: width 1s; */
        /* For Safari 3.1 to 6.0 */
        /* transition: width 1s; */
        text-align: center;
        background: #040b10;
        border-radius: 3px;
    }
    
    .btn:hover {}
    
    .btn a {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    button:hover,
    .btn:hover {
        outline: none;
        box-shadow: none;
    }
    
    .btn_bdr {
        color: #040b10;
        font-weight: bold;
        font-size: 14px;
        border: 1px solid #040b10;
        border-radius: 3px;
        padding: 2px 5px;
        line-height: 0;
    }
    /* === ICON === */
    
    .icons .icon {
        padding: 10px 12px;
        color: #fff;
        font-weight: normal;
        border: 1px solid #fff;
    }
    
    .icons .icon:hover {
        background: #fff;
        color: #FFCE53;
        font-weight: normal;
    }
    
    .icons .linkedin,
    .icons .instagram {
        padding: 10px 13px;
    }
    /* === HEADER === */
    
    header {
        height: 100vh;
        max-height: 750px;
    }
    
    header .container {
        height: 100%;
        position: relative;
    }
    
    .navbar {
        margin-top: 15px;
    }
    
    nav .navLogo {
        font-size: 25px;
        font-family: 'Paytone One', sans-serif;
        color: #040b10;
        margin-top: 0;
    }
    
    nav .navLogo span {
        color: #FFCE53;
        border-bottom: 2px solid;
    }
    
    nav .btnFirst {
        margin-right: 10px;
        background-color: #FF0000;
    }
    
    nav .btnSecond {
        background-color: #040b10;
    }
    /* .navbar-brand {
  width: 200px;
  height: 100%;
} */
    
    .navbar .navBtn {
        float: right;
        margin-top: 8px;
    }
    /* === Showcase === */
    
    .showcase {
        width: 70%;
        max-width: 100%;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 0px;
        text-align: center;
    }
    
    .showcase h1 {
        font-size: 4em;
        font-weight: bold;
        margin-top: 1rem;
    }

    .showcase p {
        font-size: 1.5em;
        font-weight: bold;
        font-family: 'lato';
    }
    
    .showcase img {
        width: 200px;
    }
    
    .showcaseIconBtn {
        position: absolute;
        bottom: 50px;
    }
    
    header .icons .icon,
    header .arrowDown {
        padding: 10px 12px;
        color: #040b10;
        font-weight: normal;
        border: 1px solid #040b10;
    }
    
    header .icons .icon:hover,
    header .arrowDown:hover {
        background: #040b10;
        color: #fff;
        border: 1px solid #040b10;
    }
    
    .showcaseBtn {
        background-color: #040b10;
        border: 1px solid #040b10;
        color: #fff;
        padding: 10px 15px;
    }
    
    .showcaseBtn:hover {
        background: #040b10;
        color: #fff;
        border: 1px solid #040b10;
    }
    
    header .arrowDown {
        position: absolute;
        right: 0;
        bottom: 40px;
    }
    /* === EXPERTICE === */
    
    #expertice {
        width: 100%;
    }
    
    .experticeTop {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 380px));
        justify-content: space-between;
        align-items: end;
        grid-gap: 1.5rem;
    }
    
    #expertice .boxes {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        justify-content: space-between;
        grid-gap: 1.5rem;
    }
    
    #expertice .boxes .box {
        background: #f6f6f6;
        padding: 50px 40px;
        border-radius: 10px;
    }
    
    #expertice .boxes .box img {
        background: #FFCE53;
        width: 40px;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    
    #expertice .boxes .box_inner1,
    #expertice .boxes .box_inner2 {
        margin-top: 50px;
    }
    
    #expertice .boxes .box h4 {
        color: #FFCE53;
    }
    
    #expertice .boxes .box_inner2 ul {
        margin: 0;
        padding: 0;
    }
    
    #expertice .boxes .box_inner2 li {
        list-style-type: none;
        color: #5e5e5e;
        margin-bottom: 10px;
        font-size: 18px;
    }
    /* === SKILLS === */
    
    #mySkills {
        background: #040b10;
        padding: 15px;
        border-radius: 90px;
        max-width: 1400px;
        margin: auto;
    }
    
    #mySkills .mySkillsTop {
        background: #f6f6f6;
        padding: 2.5em 0 6em 0;
        border-radius: 80px;
    }
    
    #mySkills .mySkillsTop .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(415px, auto));
        justify-content: space-between;
        align-items: center;
        grid-gap: 1.5rem;
        padding-bottom: 20px;
    }
    
    .mySkillsTop .left {
        width: 80%;
    }
    
    .mySkillsTop .right .boxes {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: right;
        align-items: center;
        grid-gap: 1.5rem;
        box-sizing: border-box;
    }
    
    .mySkillsTop .right .box {
        background: #fff;
        padding: 35px 42px 15px 42px;
        text-align: center;
        border-radius: 10px;
    }
    
    .mySkillsTop .right .box:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .mySkillsTop .right .box2 {
        margin-top: 100px;
    }
    
    .mySkillsTop .right .box1 {
        margin-top: 0px;
    }
    
    .mySkillsTop .right .box3 {
        margin-top: -100px;
    }
    
    .mySkillsTop .right .box h4 {
        color: #4a4a4a;
    }
    /* PROGRESS BAR */
    
    .rect-auto,
    .c100.p95 .slice,
    .c100.p88 .slice,
    .c100.p78 .slice,
    .c100.p65 .slice {
        clip: rect(auto, auto, auto, auto);
    }
    
    .pie,
    .c100 .bar,
    .c100.p95 .fill,
    .c100.p88 .fill,
    .c100.p78 .fill,
    .c100.p65 .fill {
        position: absolute;
        width: 0.84em;
        height: 0.84em;
        clip: rect(0em, 0.5em, 1em, 0em);
        border-radius: 50%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    .box1 .c100 .bar,
    .c100.p95 .fill {
        border: 0.08em solid #FFCE53;
    }
    
    .pie,
    .box2 .c100 .bar,
    .c100.p88 .fill {
        border: 0.08em solid #040b10;
    }
    
    .pie,
    .box3 .c100 .bar,
    .c100.p78 .fill {
        border: 0.08em solid #808080;
    }
    
    .pie,
    .c100 .bar,
    .c100.p65 .fill {
        border: 0.08em solid #257737;
    }
    
    .pie-fill,
    .c100.p95 .fill,
    .c100.p95 .bar:after,
    .c100.p88 .fill,
    .c100.p88 .bar:after,
    .c100.p78 .fill,
    .c100.p78 .bar:after,
    .c100.p65 .fill,
    .c100.p65 .bar:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .c100 {
        position: relative;
        font-size: 150px;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        float: left;
        background-color: #f1f1f1;
        margin-bottom: 0.13em;
    }
    
    .c100 *,
    .c100 *:before,
    .c100 *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    
    .c100.center {
        float: none;
        margin: 0 auto;
    }
    
    .c100.big {
        font-size: 240px;
    }
    
    .c100.small {
        font-size: 80px;
    }
    
    .c100>span {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        width: 5em;
        line-height: 5em;
        font-size: 0.2em;
        font-weight: bold;
        color: #040b10;
        font-family: 'paytone one', sans-serif;
        display: block;
        text-align: center;
        white-space: nowrap;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    
    .c100:after {
        position: absolute;
        top: 0.08em;
        left: 0.08em;
        display: block;
        content: " ";
        border-radius: 50%;
        background-color: #fff;
        width: 0.84em;
        height: 0.84em;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    
    .c100 .slice {
        position: absolute;
        width: 1em;
        height: 1em;
        clip: rect(0em, 1em, 1em, 0.5em);
    }
    
    .c100.p65 .bar {
        -webkit-transform: rotate(234deg);
        -moz-transform: rotate(234deg);
        -ms-transform: rotate(234deg);
        -o-transform: rotate(234deg);
        transform: rotate(234deg);
    }
    
    .c100.p78 .bar {
        -webkit-transform: rotate(280.8deg);
        -moz-transform: rotate(280.8deg);
        -ms-transform: rotate(280.8deg);
        -o-transform: rotate(280.8deg);
        transform: rotate(280.8deg);
    }
    
    .c100.p88 .bar {
        -webkit-transform: rotate(316.8deg);
        -moz-transform: rotate(316.8deg);
        -ms-transform: rotate(316.8deg);
        -o-transform: rotate(316.8deg);
        transform: rotate(316.8deg);
    }
    
    .c100.p95 .bar {
        -webkit-transform: rotate(342deg);
        -moz-transform: rotate(342deg);
        -ms-transform: rotate(342deg);
        -o-transform: rotate(342deg);
        transform: rotate(342deg);
    }
    
    .c100:hover {
        cursor: default;
    }
    
    .c100:hover>span {
        width: 3.33em;
        line-height: 3.33em;
        font-size: 0.3em;
        color: #040b10;
    }
    
    .c100:hover:after {
        top: 0.04em;
        left: 0.04em;
        width: 0.92em;
        height: 0.92em;
    }
    /* PROGRESS BAR END */
    /* === MY SKILLS BOTTOM === */
    
    .mySkillsBottom {
        padding: 80px 0;
    }
    
    .mySkillsBottom .boxes {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        justify-content: space-between;
        grid-gap: 1.5rem;
        text-align: center;
    }
    
    .mySkillsBottom .boxes .box img {
        background: #FFCE53;
        width: 40px;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 0px;
    }
    
    .mySkillsBottom .boxes .box h3 {
        margin-top: 7px;
        margin-bottom: 3px;
        color: #f6f6f6;
    }
    
    .mySkillsBottom .boxes .box p {
        color: #f6f6f6;
    }
    /* === PORTFOLIO === */
    
    .portfolio .textCaption {
        text-align: center;
        margin: 30px 0;
    }
    
    #anchorWrapper {
        text-align: center;
        height: 40px;
        margin-top: 40px;
        padding: 0;
    }
    
    #anchorWrapper button,
    #anchorWrapper a {
        font-size: 14px;
        background: none;
        color: #c5c5c5;
        border: 1px solid #c5c5c5;
        border-radius: 0;
        padding: 8px 25px;
        cursor: pointer;
        margin: 0;
        font-weight: bold;
    }
    
    #anchorWrapper .btnFirst {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    #anchorWrapper .btnLast {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    #anchorWrapper button:hover {
        color: #fff;
        background-color: #040b10;
        border: 1px solid #040b10;
    }
    
    #anchorWrapper button:focus,
    #anchorWrapper button:active,
    #anchorWrapper button:hover {
        background-color: #040b10;
        color: #fff;
        border: 1px solid #040b10;
    }
    
    .active,
    .anchor:hover {
        background-color: #040b10 !important;
        color: #fff !important;
        border: 1px solid #040b10 !important;
    }
    
    .portfolio {
        width: 100%;
        position: relative;
    }
    
    .portfolio .boxes {
        display: grid;
        grid-gap: 1.5em;
        box-sizing: border-box;
        margin-top: 50px;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        justify-content: start;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .boxes .project.emailsignature {
        position: relative;
        border-radius: 15px;
        height: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    
    .boxes .emailsignature .overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .boxes .emailsignature .overlay:hover {
        background: rgba(0, 0, 0, .1);
    }
    
    .boxes .emailsignature .overlay .text {
        color: white;
        position: absolute;
        bottom: 20px;
        left: 30px;
    }
    
    .boxes .emailsignature .overlay h3 {
        line-height: 0;
        margin-top: 0;
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .boxes .emailsignature .overlay p {
        color: #F6F6F6;
        text-transform: capitalize;
    }
    
    .boxes .emailsignature .overlay:hover h3 {
        color: #040b10;
    }
    
    .boxes .emailsignature .overlay:hover p {
        color: #040b10;
    }
    
    .boxes .emailsignature img {
        width: 100%;
        height: 100%;
    }
    
    .project {
        display: none;
        /* Hide columns by default */
    }
    /* The "show" class is added to the filtered elements */
    
    .show {
        display: block;
    }
    
    .row>.column {
        padding: 0 8px;
    }
    
    .template__item {
        background: #fff;
        border-radius: 12px;
        margin: 0 10px;
        background-color: #F6F6F6;
    }
    
    .template__premium {
        box-shadow: 0 -2px 0 #FFCE53;
        position: relative
    }
    /*     
    .template__premium:before {
        content: "";
        position: absolute;
        width: 32px;
        height: 28px;
        left: 50%;
        top: -15px;
        transform: translateX(-50%);
        background: url(../../img/front/svg/premium-tmpl.svg) no-repeat 50%;
        background-size: cover;
        z-index: 2
    } */
    
    .template__content {
        padding: 22px 30px 30px;
        position: relative;
        z-index: 2
    }
    
    .template__content-link {
        color: #040b10;
        font-size: 22px;
        font-family: 'flix', sans-serif;
        letter-spacing: 1px;
    }
    
    .template__interactive {
        left: 0;
        top: -10px;
        border-radius: 0 5px 5px 0;
        padding: 0 10px 0 30px;
        z-index: 1000
    }
    
    .template__interactive {
        position: absolute;
        background-color: #FFCE53;
        font-family: 'lato', sans-serif;
        font-size: 12px;
        font-weight: 800;
        height: 25px;
        color: #fff;
        text-transform: uppercase;
        line-height: 25px
    }
    
    .template__content a {}
    
    .template__title {
        line-height: 25px;
        padding: 0;
    }
    
    .template__img-holder {
        height: 337px;
        overflow: hidden;
        position: relative;
        border-radius: 12px 12px 0 0;
    }
    
    .template__img-holder .btn-view-details {
        display: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 50%);
        bottom: 50%
    }
    
    .template__img-holder:hover .btn-view-details {
        display: flex
    }
    
    .template__img-holder:hover:after {
        background: transparent;
        z-index: 0
    }
    
    .template__img-holder:before {
        content: "";
        width: 105%;
        height: 100%;
        position: absolute;
        left: -1%;
        right: -1%;
        bottom: 0;
        margin-bottom: -1px;
        z-index: 2;
        background: url(/img/front/wave-line-black-white.svg) 100% 100% no-repeat;
        background-size: 100%
    }
    
    .template__img-holder:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .1);
        z-index: 1
    }
    
    .boxes .template__item {
        opacity: 0;
        transform: scale(0.6);
        -webkit-animation: scaleUp .5s ease-in forwards;
        animation: scaleUp .5s ease-in forwards;
    }
    
    .template__item:hover .template__img {
        position: absolute;
        top: -100%;
        height: auto;
        transition: all 1.5s linear;
        width: 136%;
        left: -18%
    }
    
    .template__item:hover .img-height-4 {
        transition-duration: 2s
    }
    
    .template__item:hover .img-height-5 {
        transition-duration: 3s
    }
    
    .template__item:hover .img-height-6 {
        transition-duration: 4s
    }
    
    .template__item:hover .img-height-7 {
        transition-duration: 5s
    }
    
    .template__item:hover .img-height-8 {
        transition-duration: 5.8s
    }
    
    .template__item:hover .img-height-9 {
        transition-duration: 6.8s
    }
    
    .template__item:hover .img-height-10 {
        transition-duration: 7.8s
    }
    
    .template__item:hover .img-height-11 {
        transition-duration: 8.8s
    }
    
    .template__item:hover .img-height-12 {
        transition-duration: 9.8s
    }
    
    .template__item:hover .img-height-13 {
        transition-duration: 10.8s
    }
    
    .template__item:hover .img-height-14 {
        transition-duration: 11.8s
    }
    
    .template__item:hover .img-height-15 {
        transition-duration: 12.8s
    }
    
    .template__item .template__img {
        position: absolute;
        top: 0;
        height: auto;
        width: 136%;
        left: -18%;
        transition: all .5s linear
    }
    
    @-webkit-keyframes scaleUp {
        to {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    @keyframes scaleUp {
        to {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    .portfolio .allWorks {
        border: 0;
        background-color: #040b10;
        font-size: 15px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer;
    }
    /* === TESTIMONIALS === */
    
    #testimonials {
        width: 100%;
    }
    
    .testimonialsTop {
        text-align: center;
        margin: 30px 0;
    }
    
    #testimonials .boxes {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        justify-content: space-between;
        grid-gap: 2rem;
    }
    
    #testimonials .boxes .box {
        background: #f6f6f6;
        padding: 50px 40px;
        border-radius: 10px;
    }
    
    #testimonials .boxes .box img.apostrophe {
        background: #FFCE53;
        width: 40px;
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    
    #testimonials .boxes .box .leftInner img {
        width: 60px;
        border-radius: 50%;
        padding: 5px;
    }
    
    #testimonials .boxes .box p {
        color: #b9b9b9;
    }
    
    #testimonials .client img {
        width: 40px;
        float: left;
        background: #eee;
        padding: 10px;
        border-radius: 50%;
    }
    
    #testimonials .client .rightInner {
        width: 70%;
        display: inline-block;
        margin-left: 20px;
        margin-top: 0;
    }
    
    #testimonials .client .rightInner h3 {
        margin-top: 15px;
        font-size: 20px;
    }
    
    #testimonials .client .rightInner small {
        color: #b9b9b9;
    }
    /* === CONTACT === */
    
    #contact {
        background: #040b10;
        padding: 15px;
        border-radius: 90px;
        max-width: 1400px;
        margin: auto;
        box-sizing: border-box;
    }
    
    #contact .contactWrapper {
        background: #F6F6F6;
    }
    
    #youtube {
        margin-top: 60px;
        margin-bottom: 120px;
    }
    
    .youtubeTop {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 380px));
        justify-content: space-between;
        align-items: end;
        grid-gap: 1.5rem;
    }
    
    #youtube .boxes {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        justify-content: space-between;
        grid-gap: 1.5rem;
    }
    /* #youtube .boxes .box {
        background: #f6f6f6;
        border-radius: 10px;
        box-sizing: border-box;
        overflow: hidden;
        padding: 10px;
    } */
    
    #youtube .boxes .box iframe {
        background: #FFCE53;
        width: 100%;
        max-height: 100%;
        margin-bottom: 0px;
        box-sizing: border-box;
        border-radius: 10px;
    }
    
    #youtube .youtubeTop h2,
    #youtube .youtubeTop p,
    #youtube .youtubeTop h4,
    #contact .contactBottom h2,
    #contact .contactBottom p {
        color: #fff;
    }
    
    #youtube .boxes .box p {
        color: #b9b9b9;
    }
    
    #youtube .boxes .boxInner {
        padding: 10px 20px 0 20px;
    }
    
    #youtube .boxes .boxInner h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 550;
    }
    
    #youtube .boxes p.date {
        color: #040b10;
    }
    
    #contact .contactTop {
        background: #f6f6f6;
        padding: 100px 0;
        border-radius: 80px;
        box-sizing: border-box;
    }
    
    #contact .contactTop .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        justify-content: space-between;
        align-items: center;
        grid-gap: 1.5rem;
        box-sizing: border-box;
    }
    
    .contactTop .left {
        width: 80%;
    }
    
    .contactTop .right {
        background-color: #fff;
        padding: 20px 40px 50px 40px;
        border-radius: 10px;
        width: 80%;
        justify-self: end;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .5);
        box-sizing: border-box;
        margin: 60px;
    }
    
    .contactTop .right h3 {
        font-size: 18px;
        font-weight: 550;
        margin-bottom: 20px;
    }
    
    .contactTop .right input,
    .contactTop .right textarea,
    .contactTop .right select {
        width: 100%;
        padding: 10px 5px;
        margin-bottom: 12px;
        border: 1px solid #c5c5c5;
        outline: none;
        border-radius: 3px;
        box-sizing: border-box;
        resize: none;
    }
    
    .contactTop .right button {
        width: 100%;
    }
    
    .contactBottom .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .contactBottom .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(370px, auto));
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        grid-gap: 1.5rem;
    }
    
    .contactBottom .right {
        justify-self: end;
    }
    
    .contactBottom .icons a {
        font-size: 2.5em;
        border: 0;
        background-color: #FFCE53;
        margin-left: 10px;
        border-radius: 10px;
        color: #040b10;
    }
    
    .contactBottom .icons a:hover {
        color: #040b10;
    }
    
    .contactBottom .icons .facebook {
        padding: 30px 45px;
    }
    
    .contactBottom .icons .twitter {
        padding: 30px 35px;
    }
    
    .contactBottom .icons .instagram {
        padding: 30px 38px;
    }
    /* === FOOTER === */
    
    #footer {
        padding: 50px 0;
        text-align: center;
    }
    
    #footer .container {
        max-width: 400px;
        width: 100%;
    }
    
    #footer h3 {
        margin-top: 0;
    }
    
    #footer h3 span {
        color: #FFCE53;
        border-bottom: 2px solid;
    }
    /* === This is the end of Home.css === */
    
    @media only screen and (max-width: 1200px) {
        .container {
            width: 95%;
        }
    }
    
    @media only screen and (max-width: 1050px) {
        .showcase {
            width: 100%;
        }
        #mySkills .mySkillsTop .right {
            justify-self: left;
        }
        .contactTop .right,
        .contactTop .left {
            width: 100%;
        }
        .contactBottom .right {
            justify-self: start;
        }
    }
    
    @media only screen and (max-width: 800px) {
        .contactTop .right {
            justify-self: start;
            margin: 0px;
            box-shadow: none;
        }
    }
    
    @media only screen and (max-width: 750px) {
        .showcase {
            width: 100%;
            margin: auto;
            margin-top: 80px;
            margin-bottom: 0px;
            text-align: center;
        }
        .showcase h1 {
            font-size: 3em;
        }
        .c100 {
            font-size: 120px;
        }
        /* .mySkillsTop .right .boxes {
            display: grid;
            grid-template-columns: auto auto;
            justify-content: right;
            align-items: center;
            grid-gap: 1.5rem;
            box-sizing: border-box;
        } */
        .mySkillsTop .right .box {
            background: #fff;
            padding: 15px 20px 10px 20px;
            text-align: center;
            border-radius: 10px;
        }
        #anchorWrapper {
            margin-top: 20px;
            margin-bottom: 4em;
        }
        #anchorWrapper button {
            font-size: 12px;
            border-radius: 10px;
            margin: 5px;
            padding: 6px 18px;
        }
        .contactTop .right,
        .contactTop .left {
            width: 100%;
        }
        .contactTop .right {
            padding: 15px 20px 30px 20px;
            box-shadow: none;
            box-sizing: border-box;
        }
        .contactBottom .container {
            padding-top: 30px;
            padding-bottom: 100px;
            box-sizing: border-box;
        }
    }
    
    @media only screen and (max-width: 500px) {
        .container {
            width: 90%;
            max-width: none;
        }
        h2 {
            font-size: 35px;
            line-height: 43px;
        }
        h3 {
            font-size: 24px;
        }
        h4 {
            font-size: 18px;
        }
        nav .navLogo {
            font-size: 20px;
        }
        .showcase {
            width: 100%;
            margin: auto;
            margin-top: 80px;
            margin-bottom: 0px;
            text-align: center;
        }
        header {
            height: 750px;
        }
        .arrow .arrowDown {
            display: none;
        }
        #mySkills,
        #contact {
            padding: 8px;
        }
        .mySkillsTop .right .boxes {
            grid-gap: .5rem;
        }
        .mySkillsTop .right .box {
            background: #fff;
            padding: 15px 20px 10px 20px;
            text-align: center;
            border-radius: 10px;
        }
        .mySkillsTop .right .box2 {
            margin-top: 0px;
        }
        .mySkillsTop .right .box1 {
            margin-top: 0px;
        }
        .mySkillsTop .right .box3 {
            margin-top: 0px;
        }
        .mySkillsTop .right .box h4 {
            color: #4a4a4a;
        }
        .mySkillsBottom {
            padding: 20px 0 40px 0;
        }
        .contactTop .right,
        .contactTop .left {
            width: 100%;
        }
        .contactBottom .left p {
            max-width: 90%;
        }
        .contactBottom .icons a {
            font-size: 2em;
            margin-left: 5px;
        }
        .contactBottom .icons .facebook {
            padding: 18px 32px;
        }
        .contactBottom .icons .twitter {
            padding: 18px 26px;
        }
        .contactBottom .icons .instagram {
            padding: 18px 28px;
        }
    }
    
    @media only screen and (max-width: 400px) {
        header {
            height: 680px;
        }
        .showcase h1 {
            font-size: 2.5em;
        }
        .c100 {
            font-size: 110px;
        }
        .container {
            width: 95%;
        }
    }