body::-webkit-scrollbar {
    width: 0.25rem;
}

body::-webkit-scrollbar-track {
    background: #e6f0e9;
}

body::-webkit-scrollbar-thumb {
    background: grey;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.reveal_description {
    position: relative;
    opacity: 0;
    transform: translateY(-150px);
    transition: 2s all ease;
}

.reveal_description.active {
    transform: translateX(0);
    opacity: 1;
}

.reveal_image_and_text {
    position: relative;
    opacity: 0;
    transition: 2s all ease;
}

.reveal_image_and_text.active {
    opacity: 1;
}

.reveal {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: 2s all ease;
}

.reveal.active {
    transform: translateX(0);
    opacity: 1;
}

.reveal1 {
    position: relative;
    opacity: 0;
    transform: translateX(150px);
    transition: 2s all ease;
}

.reveal1.active {
    transform: translateX(0);
    opacity: 1;
}

.reveal2 {
    position: relative;
    opacity: 0;
    transform: translateY(150px);
    transition: 2s all ease;
}

.reveal2.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal3 {
    position: relative;
    opacity: 0;
    transform: translateY(150px);
    transition: 2s 0.8s all ease;
}

.reveal3.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal_skillset_sm {
    position: relative;
    opacity: 0;
    transform: translateY(150px);
    transition: 2s 0.8s all ease;
}

.reveal_skillset_sm.active {
    transform: translateY(0);
    opacity: 1;
}

.reveal_mobile {
    position: relative;
    opacity: 0;
    transform: translateX(-150px);
    transition: 2s all ease;
}

.reveal_mobile.active {
    transform: translateX(0);
    opacity: 1;
}

.reveal_laptop {
    position: relative;
    opacity: 0;
    transform: translateX(150px);
    transition: 2s all ease;
}

.reveal_laptop.active {
    transform: translateX(0);
    opacity: 1;
}

.reveal_customer_sm {
    position: relative;
    opacity: 0;
    transform: translateY(150px);
    transition: 2s 0.8s all ease;
}

.reveal_customer_sm.active {
    transform: translateY(0);
    opacity: 1;
}

.header {
    position: relative;
    background: url('../pics/luca.webp');
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
}

.imageBox {
    height: 100vh;
    width: 100%;
    background-color: #0f0f0f;
    border: 5px solid #0f0f0f;
    border-top-left-radius: 70%;
    border-bottom-left-radius: 300px 0;
    z-index: 10;
}

.imageBox img {
    height: 20rem;
    width: 20rem;
    border-radius: 50%;
    z-index: 10;
}

.imageBox .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    z-index: 10;
}

.imageBox p {
    color: #fff;
    font-size: 25px;
    z-index: 10;
    text-align: center;
    padding-top: 15px;
}

.description p,
h3 {
    color: white;
    display: block;
    text-align: center;
}

.description h3 {
    font-size: 40px;
}

.description p {
    font-size: 25px;
}

.description {
    padding-top: 15%;
    padding-left: 50px;
    z-index: 10;
}

.description button {
    width: 200px;
}

.skill_set {
    height: 100vh;
    width: 100%;
    background-color: #ddd;
}

.motherboxLG {
    display: flex;
}

.large_screen_container {
    width: 100%;
    left: 80px;
    position: relative;
}

.skill_set .card {
    height: 13rem;
    width: 12rem;
    margin-top: 4em;
    margin-left: 6em;
    position: relative;
}

.first_card_img {
    height: 9.4rem;
    transition: height 0.5s;
    transition-timing-function: ease;
}

.second_card_img {
    height: 90px;
    transition: height 0.5s;
    transition-timing-function: ease;
    width: 110px;
    margin: auto;
    margin-top: 30px;
}

.third_card_img {
    height: 100px;
    transition: height 0.5s;
    transition-timing-function: ease;
    width: 150px;
    margin: auto;
    margin-top: 30px;
}

.fourth_card_img {
    height: 115px;
    transition: height 0.5s;
    transition-timing-function: ease;
    width: 160px;
    margin: auto;
    margin-top: 10px;
}

.fifth_card_img {
    height: 120px;
    transition: height 0.5s;
    transition-timing-function: ease;
    width: 110px;
    margin: auto;
    margin-top: 30px
}

.sixth_card_img {
    height: 120px;
    transition: height 0.5s;
    transition-timing-function: ease;
}

.percentage {
    display: none;
    position: relative;
    bottom: 10px;
}

.first_card:hover .first_card_img {
    height: 6.5rem;
    transition: height 0.4s;
    transition-timing-function: ease;
}

.first_card:hover .slider_container {
    display: inline-flex;
    transition: display 0.4s;
    transition-timing-function: ease;
}

.first_card:hover .percentage {
    display: block;
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.5s;
}

.second_card:hover .second_card_img {
    height: 4.3rem;
    transition: height 0.4s;
    transition-timing-function: ease;
}

.second_card:hover .slider_container {
    display: inline-flex;
    transition: display 0.4s;
    transition-timing-function: ease;
}

.second_card:hover .percentage {
    display: block;
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.5s;
}

.third_card:hover .third_card_img {
    height: 5rem;
    transition: height 0.4s;
    transition-timing-function: ease;
}

.third_card:hover .slider_container {
    display: inline-flex;
    transition: display 0.4s;
    transition-timing-function: ease;
}

.third_card:hover .percentage {
    display: block;
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.5s;
}

.fourth_card:hover .fourth_card_img {
    height: 5rem;
    transition: height 0.4s;
    transition-timing-function: ease;
}

.fourth_card:hover .slider_container {
    display: inline-flex;
    transition: display 0.4s;
    transition-timing-function: ease;
}

.fourth_card:hover .percentage {
    display: block;
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.5s;
}

.fifth_card:hover .fifth_card_img {
    height: 4.9rem;
    transition: height 0.4s;
    transition-timing-function: ease;
}

.fifth_card:hover .slider_container {
    display: inline-flex;
    transition: display 0.4s;
    transition-timing-function: ease;
}

.fifth_card:hover .percentage {
    display: block;
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.4s;
}

.sixth_card:hover .sixth_card_img {
    height: 5rem;
    transition: height 0.4s;
    transition-timing-function: ease;
}

.sixth_card:hover .slider_container {
    display: inline-flex;
    transition: display 0.4s;
    transition-timing-function: ease;
}

.sixth_card:hover .percentage {
    display: block;
    transition: all 0.5s;
    transition-timing-function: ease;
    transition-delay: 0.4s;
}

.slider_container {
    position: absolute;
    height: 8px;
    width: 95%;
    background-color: #ddd;
    border-radius: 20px;
    bottom: 20px;
    left: 5px;
    display: none;
}

.slider_first {
    height: 8px;
    width: 70%;
    background-color: chocolate;
    border-radius: 20px;
    animation: move_first 0.5s ease 1;
}

.slider_second {
    height: 8px;
    width: 85%;
    background-color: chocolate;
    border-radius: 20px;
    animation: move_second 0.5s ease 1;
}

.slider_third {
    height: 8px;
    width: 75%;
    background-color: chocolate;
    border-radius: 20px;
    animation: move_third 0.5s ease 1;
}

.slider_fourth {
    height: 8px;
    width: 60%;
    background-color: chocolate;
    border-radius: 20px;
    animation: move_fourth 0.5s ease 1;
}

.slider_fifth {
    height: 8px;
    width: 70%;
    background-color: chocolate;
    border-radius: 20px;
    animation: move_fifth 0.5s ease 1;
}

.slider_sixth {
    height: 8px;
    width: 60%;
    background-color: chocolate;
    border-radius: 20px;
    animation: move_sixth 0.5s ease 1;
}

@keyframes move_first {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

@keyframes move_second {
    0% {
        width: 0%;
    }

    100% {
        width: 85%;
    }
}

@keyframes move_third {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

@keyframes move_fourth {
    0% {
        width: 0%;
    }

    100% {
        width: 60%;
    }
}

@keyframes move_fifth {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

@keyframes move_sixth {
    0% {
        width: 0%;
    }

    100% {
        width: 60%;
    }
}

.slider_ball {
    height: 16px;
    width: 16px;
    background-color: chocolate;
    border-radius: 16px;
    position: relative;
    bottom: 5px;
    left: -5px;
}

.project {
    height: 100vh;
    width: 100%;
    background-color: #fff;
}

.project h3 {
    left: 58.5%;
    position: relative;
    z-index: 100000;
}

span {
    color: white;
    z-index: 100;
    position: absolute;
}

.mobile_half {
    display: flex;
    justify-content: center;
    left: -5rem;
}

.mobile_text {
    position: absolute;
    transform: translateY(5rem);
    font-size: 1.2rem;
    padding: 15px;
    height: 8rem;
    width: 35rem;
    background-color: #fff;
    filter: drop-shadow(2px 8px 8px #A3A3A3);
    left: -11rem;
}

.top.mobile_text::after {
    border-bottom-color: white;
    border-top: 0;
    top: -20px;
    left: 50%;
    margin-left: -20px;

}

.mobile_text::after {
    content: '';
    border: 20px solid transparent;
    position: absolute;
}

.mobile_case {
    height: 25rem;
    width: 13rem;
    background-color: #0f0f0f;
    border-radius: 15px;
    margin-top: 9rem;
    position: relative;
}

.mobile_screen {
    position: relative;
    height: 24rem;
    width: 12rem;
    border-radius: 15px;
    background-color: #fff7f7;
    margin: auto;
    transform: translateY(7px);
}

.mobile_header {
    height: 0.35rem;
    width: 3rem;
    background-color: #0f0f0f;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    transform: translateX(4.5rem);
    z-index: 1000000000000;
    position: absolute;
    top: -3px;
}

.mobile_content_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column;
    backdrop-filter: blur(15px);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
    transition: all 2s;
    transition-timing-function: ease-out;
}

.mobile_screen:hover .mobile_content_container {
    display: flex;
    transition: all 2s;
}

.mobile_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.mobile_screen img {
    height: 24.2rem;
    width: 12rem;
    background-size: contain;
    transform: translateY(-0.1rem);
    border-radius: 15px;
}

.mobile_screen:hover .image_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 24.2rem;
    width: 12rem;
    bottom: 0;
}

.laptop {
    background-color: #0f0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    perspective: 400px;
}

.laptop_text {
    position: absolute;
    font-size: 1.2rem;
    padding: 15px;
    height: 9rem;
    width: 60%;
    background-color: #fff;
    filter: drop-shadow(2px 8px 8px #A3A3A3);
    transform: translateY(2rem);
    z-index: 10;
    margin-left: 9rem;
}

.bottom.laptop_text::after {
    border-top-color: #fff;
    border-bottom: 0;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
}

.laptop_text::after {
    content: '';
    border: 20px solid transparent;
    position: absolute;
}

.laptop_screen_case {
    height: 9rem;
    width: 17rem;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 35%;
    transition: all 0.5s;
}

.laptop_screen {
    height: 8rem;
    width: 16rem;
    background-color: #0f0f0f;
    border-radius: 5px;
    position: relative;
    margin: auto;
    margin-top: 8px;
    transition: all 0.5s;
}

.laptop_screen img {
    height: 8rem;
    width: 16rem;
    background-size: contain;
    border-radius: 5px;
    transition: all 0.5s;
}

.laptop_screen .time {
    bottom: 0;
    right: 50px;
    color: #fff;
    position: absolute;
}

.laptop_keyboard {
    position: relative;
    height: 9rem;
    width: 20rem;
    background-color: #fff;
    border-radius: 10px;
    transform: rotateX(85deg);
    bottom: 40px;
}

.laptop_keyboard_keys {
    background-color: #0f0f0f;
    height: 5rem;
    width: 19rem;
    margin: auto;
    margin-top: 2px;
}

.mousepad {
    background-color: #0f0f0f;
    height: 2rem;
    width: 6rem;
    margin: auto;
    margin-top: 5px;
}

.laptop_screen_case:hover {
    height: 19rem;
    width: 27rem;
    margin-top: 25%;
}

.laptop~.laptop_text {
    transform: translateY(1em);
    transition: all 1s;
}

.laptop_screen_case:hover .laptop_screen {
    height: 18rem;
    width: 25.5rem;
}

.laptop_screen_case:hover .laptop_screen img {
    height: 17rem;
    width: 24.5rem;
}

.laptop_screen_case:hover~.laptop_keyboard {
    display: none;
    visibility: hidden;
}

.laptop_content_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column;
    backdrop-filter: blur(15px);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
    transition: all 2s;
    transition-timing-function: ease-out;
}

.laptop_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.laptop_screen:hover .laptop_content_container {
    display: flex;
    transition: all 2s;
}

.monitor_hold {
    width: 1em;
    height: 3em;
    background-color: #fff;
    display: none;
    transition: all 0.5s;
}

.monitor_stand {
    width: 6em;
    height: 1em;
    background-color: #fff;
    border-top-right-radius: 3em;
    border-top-left-radius: 3em;
    display: none;
    transition: all 0.5s;
}

.laptop_screen_case:hover~.monitor_hold {
    display: block;
}

.laptop_screen_case:hover~.monitor_stand {
    display: block;
}

.expertise {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    padding-top: 50px;
}

.expertise_description {
    height: 25rem;
    width: 17rem;
    position: relative;
    padding: 2rem;
    border-radius: 10px;
}

.expertise_description_background {
    background: url("../pics/phonepc.webp");
    position: relative;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-3.1rem);
}

.expertise_description h4 {
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: 10px;
    padding-top: 2px;
}

.expertise_description p {
    font-size: 1.2rem;
}

.social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.facebook {
    color: #4267B2;
    margin-right: 10px;
}

.twitter {
    color: #00acee;
    margin-right: 10px;

}

.linkedIn {
    color: #0072b1;
    margin-right: 10px;

}

.github {
    color: #171515;
    margin-right: 10px;

}

.mobileDev_card {
    border-bottom: yellow 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 10rem;
    margin: auto;
}

.webDev_card {
    border-bottom: #D6AD60 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 10rem;
    margin: auto;
}

.Freelancer_card {
    border-bottom: #66D2D6 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 10rem;
    margin: auto;
}

.Problem_solver_card {
    border-bottom: #5E376D 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 10rem;
    margin: auto;
    margin-top: 7rem;
}

.Designer_card {
    border-bottom: #FBC740 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 10rem;
    margin: auto;
    margin-top: 7rem;
}

.svgs {
    position: absolute;
    left: 40%;
    top: 30%;
}

.small_screen {
    display: none;
}

.cv_container {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 5rem;
}

.download_cv {
    position: relative;
    width: 15%;
    height: 45px;
    margin: auto;
}

.customer_reviews {
    height: 100vh;
    background-color: #fff;
    width: 100%;
}

.customer_card {
    height: 32rem;
    border-radius: 10px;
    width: 65%;
    left: 50px;
    margin-top: 50px;
    position: relative;
}

.customer_pic {
    height: 8rem;
    width: 8rem;
    border-radius: 10rem;
    margin: auto;
    margin-top: 3rem;
}

.customer_review_container {
    height: 80%;
    width: 80%;
    background-color: #e3c0ba;
    border-radius: 10px;
    margin: auto;
    margin-top: 2rem;
    display: block;
    justify-content: center;
    padding: 2rem;
    font-size: 1.2rem;
}

.stars {
    margin-left: 5%;
}

.stars svg {
    color: #FDCC0D;
}

.overview_text {
    font-family: "Lobster", cursive;
    font-size: 35px;
    margin-top: 4rem;
}

.customer_small_screen {
    display: none;
}

.CTA {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #0f0f0f;
}

.cta_information_box {
    height: 40rem;
    width: 90%;
    background-color: #171515;
    margin: auto;
    border-radius: 20px;
    color: whitesmoke;
    margin-top: 7rem;
    padding: 4em;
}

.cta_information_box p {
    font-size: 2.8em;
    font-family: "Libre Franklin";
    background: -webkit-linear-gradient(#dd2476, #ff512f);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.cta_form_box {
    height: 46rem;
    width: 90%;
    background-color: #171515;
    margin: auto;
    border-radius: 20px;
    color: whitesmoke;
    margin-top: 4rem;
    padding: 3em;
}

.cta_form_box .row input {
    background-color: #382428;
    border-top-color: #171515;
    border-left-color: #171515;
    border-right-color: #171515;
    border-bottom-color: #171515;
    outline: #171515;
    color: whitesmoke;
    border-radius: 30px;
}

.cta_form_box .row input:focus {
    background-color: #171515;
    outline: #171515;
    color: #ddd;
}

.cta_form_box textarea {
    background-color: #382428;
    border: #A3A3A3;
    border-radius: 15px;
    color: whitesmoke;
}

.cta_form_box textarea:focus {
    background-color: #171515;
    color: #e6d8da;
}

.statistics {
    width: 100%;
    height: 40vh;
    background-color: #0f0f0f;
}

.statistics_container {
    width: 80%;
    border-radius: 7rem;
    height: 60%;
    margin: auto;
    background: linear-gradient(to bottom, #dd2476, #ff512f);
    transform: translateY(40px);
}

.statistics .card {
    width: 80%;
    height: 50%;
    background-color: #fff;
    position: relative;
    margin: 2.2em;
    border-radius: 100px;
}

.statistics .card h4 {
    font-size: 1.8rem;
    text-align: center;
    padding-top: 10px;
    position: relative;
    color: #0f0f0f;
}

.statistics .card p {
    font-size: 1.8rem;
    color: #0f0f0f;
}

.background {
    height: 100vh;
    width: 100%;
    background-color: #0f0f0f;
}

.background_container {
    position: relative;
    width: 95%;
    height: 90%;
    background-color: #edf5f3;
    margin: auto;
}

.background .image {
    position: relative;
    right: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease;
    margin-top: 1.7rem;
}

.background img {
    height: 40rem;
    width: 90%;
}

.background_info {
    position: relative;
    left: -6rem;
    height: 33rem;
    width: 90%;
    background-color: #fff;
    margin-top: 5rem;
    padding: 5rem;
    font-size: 1.1rem;
    transition: 0.5s all ease;
}

.background_info h4 {
    padding-bottom: 40px;
}

.footer {
    height: 100vh;
    width: 100%;
    background-color: #0f0f0f;
    position: relative;
    display: flex;
    align-items: center;
}

.about {
    padding: 4rem;
}

.about h5 {
    font-size: 1.4rem;
}

.about p {
    font-size: 1.1rem;
    padding-top: 40px;
}

.navigation {
    padding: 4rem;
}

.navigation h5 {
    font-size: 1.4rem;
    margin-left: 90px;
}

.navigation ul {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-left: 80px;
}

.navigation li {
    text-decoration: none;
    list-style: none;
    font-size: 1.1rem;
}

.navigation li a {
    text-decoration: none;
}

.newsletter {
    padding: 4rem;
}

.newsletter h5 {
    font-size: 1.4rem;
}

.footer_social {
    padding: 4rem;
}

.footer_social h5 {
    font-size: 2rem;
}

.footer_social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.footer_facebook {
    position: relative;
    right: 60px;
}

.footer_twitter {
    right: 30px;
    position: relative;
}

.footer_github {
    position: relative;
    right: 0;
}

.footer_linkedIn {
    position: relative;
    right: -30px;
}



@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    .reveal1 {
        position: relative;
        opacity: 0;
        transform: translateX(-50px);
        transition: 2s all ease;
    }

    .large_screen {
        display: none;
    }

    .header {
        position: relative;
        background: url('../pics/luca.webp');
        background-size: cover;
        height: 7in;
        width: 100vw;
    }

    .overlay {
        height: 6.95in;
        overflow-x: hidden;
    }

    .description {
        position: relative;
        height: 6in;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: auto;
        margin-left: -5%;
        margin-top: 0.95in;
    }

    .description p {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .description button {
        width: 100px;
    }

    .imageBox {
        height: 7in;
        width: 100%;
        background-color: #0f0f0f;
        border: 5px solid #0f0f0f;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-top: 6em;
    }

    .imageBox img {
        height: 13rem;
        width: 13rem;
    }

    .imageBox p {
        font-size: 25px;
        text-align: center;
        padding: 2em;
    }

    .expertise {
        height: 17in;
        width: 100%;
        padding-top: 40px;
    }

    .expertise_items {
        margin-top: 7in;
    }

    .expertise_description_background {
        height: 25rem;
        width: 100vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
        transform: translateY(40px);
    }

    .expertise_description {
        height: 20rem;
        width: 90%;
        padding: 2rem;
        border-radius: 10px;
    }

    .cv_container {
        margin-top: 2rem;
    }

    .download_cv {
        width: 230px;
        height: 47px;
    }

    .Problem_solver_card {
        margin-top: 0;
    }

    .Designer_card {
        margin-top: 0;
    }


    .skill_set {
        height: 5in;
        width: 100%;
        transform: translateY(350px);
        margin-top: 4in;
    }

    .skill_set h3 {
        padding-top: 15%;
    }

    .skill_set .small_screen {
        display: block;
        position: relative;
        margin-bottom: 1rem;
        margin-left: 1vw;
    }

    .skill_set .carousel {
        margin-top: 50px;
    }

    .skill_set .carousel .card {
        margin: auto;
        margin-top: 40px;
    }

    .prev_button {
        height: 50px;
        width: 50px;
        background-color: #fff;
        border-radius: 50px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .next_button {
        height: 50px;
        width: 50px;
        background-color: #fff;
        border-radius: 50px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .project {
        width: 97vw;
        height: 210vh;
        margin-top: 350px;
    }

    .project h3 {
        left: 80px;
        position: relative;
    }

    .project span {
        color: black;
    }

    .mobile_half {
        height: 8in;
        position: relative;
        left: 0;
    }

    .mobile_text {
        transform: translateY(2rem);
        height: 9rem;
        width: 18rem;
        left: -70px;
    }


    .mobile_case {
        height: 25rem;
        width: 13rem;
        background-color: #0f0f0f;
        border-radius: 15px;
        margin-top: 53%;
        position: relative;
    }

    .laptop {
        margin-top: 30%;
        position: relative;
        height: 5in;
    }

    .laptop_text {
        position: absolute;
        font-size: 1.2rem;
        padding: 15px;
        height: 9rem;
        width: 86%;
        background-color: #fff;
        filter: drop-shadow(2px 3px 5px #A3A3A3);
        transform: translateY(-3rem);
        margin-left: 9rem;
        left: -115px;
    }

    .laptop_screen_case {
        height: 9rem;
        width: 16rem;
    }

    .laptop_screen {
        height: 8rem;
        width: 15rem;
    }

    .laptop_screen img {
        height: 8rem;
        width: 15rem;
    }

    .laptop_keyboard {
        height: 9rem;
        width: 18rem;
    }

    .laptop_keyboard_keys {
        height: 5rem;
        width: 17rem;
    }

    .mousepad {
        width: 4rem;
    }

    .laptop_screen_case:hover {
        height: 19rem;
        width: 23rem;
        margin-top: 25%;
        left: 5px;
        position: relative;
    }

    .laptop_screen_case:hover .laptop_screen {
        height: 18rem;
        width: 22.5rem;
    }

    .laptop_screen_case:hover .laptop_screen img {
        height: 18rem;
        width: 22.5rem;
    }

    .laptop_content_container {
        bottom: 15px;
        width: 22rem;
        height: 17rem;
        z-index: 5;
    }


    .mobile_case {
        left: -35px;
    }

    .customer_reviews {
        position: relative;
        height: 9.5in;
        background-color: #fff;
        width: 100%;
    }

    .customer_card {
        height: 35rem;
        border-radius: 10px;
        width: 70%;
        left: 60px;
        margin-top: 50px;
        position: relative;
    }

    .customer_pic {
        height: 8rem;
        width: 8rem;
        border-radius: 10rem;
        margin-top: 3rem;
        margin-left: 4.4rem;
    }

    .customer_review_container {
        position: relative;
        height: 18.5rem;
        width: 80%;
        background-color: #e3c0ba;
        border-radius: 10px;
        margin: auto;
        margin-top: 0.5rem;
        display: block;
        justify-content: center;
        padding: 2rem;
        font-size: 1rem;
    }

    .customer_review_container .p1 {
        padding-top: 50px;
    }

    .stars {
        display: inline;
        position: relative;
        width: 100%;
        left: 9%;
    }


    .stars span {
        margin-left: 20px;
    }

    .stars svg {
        width: 25px;
        height: 25px;
    }

    .customer_small_screen {
        display: block;
    }

    .overview_text {
        font-size: 1.2rem;
        padding: 0 2em;
    }

    .footer {
        height: 235vh;
    }

    .CTA {
        height: 22in;
    }

    .cta_information_box {
        height: 11in;
        padding: 3em 3em;
    }

    .cta_form_box {
        height: 9in;
    }

    .statistics {
        height: 9in;
    }

    .statistics_container {
        height: 8in;
    }

    .background {
        height: 10in;
        overflow-y: scroll;
    }

    .background .image {
        position: relative;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5rem;
        transition: 0.5s all ease;
    }

    .background_container {
        height: 15in;
    }

    .background_info {
        position: relative;
        left: 1.2rem;
        height: 44rem;
        width: 90%;
        background-color: #fff;
        margin-top: -2rem;
        padding: 2rem;
        font-size: 1.2rem;
        transition: 0.5s all ease;
        padding-top: 20px;
    }

    .background_info h4 {
        padding-top: 20px;
    }

    .background_info .truncate {
        display: -webkit-box !important;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .background_info .show_text_button {
        height: 30px;
        width: 100px;
        border-radius: 5px;
        background-color: grey;
        font-size: 1rem;
        padding: 5px;
        padding-top: 3px;
        margin-top: 3px;
    }

    .show_more_text {
        color: #0f0f0f;
        transform: translateY(-19px);
        display: none;
    }

    .text_show {
        display: block;
    }

    .navigation h5 {
        margin-left: 0;
    }

    .navigation ul {
        position: relative;
        left: -110px;
    }

}