
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,500;0,600;0,700;1,300;1,500&family=Open+Sans:wght@300&family=Overpass:wght@300&family=Poppins:wght@100;200;300;400;600&family=Roboto:wght@100;300;400;500;700&display=swap');

 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
 }
 html{
    overflow-y: scroll;
    scroll-behavior: smooth
 }
 html::-webkit-scrollbar {
    width: .8rem;
}

html::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5rem;
}
.desktop-main #desktop-navbar-left{
    display: none;
}

 .section-1 {
   height: 100vh;
    background-image: url('/images/first-background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0px;
 }
.section-1 .opaque-bg{
    width: inherit;
    height: 100%;
    background: rgba(7,23,55,.8);
}
.section-1 .opaque-bg header.normal-header {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: space-between;
    padding: 40px 100px;
    margin-bottom: 5rem;
}

 /* .section-1 .opaque-bg header.sticky-header {
    background: #E3872D;
} */
.section-1 .opaque-bg header.normal-header .first-part a picture img{
    cursor: pointer;
}
.section-1 .opaque-bg header.normal-header .second-part img{
    filter: invert(100%);
    cursor: pointer;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right{
    background: #fff;
    width: 35%;
    height: 100%;
    top: 0;
    right: -500px;
    position: fixed;
    z-index: 10;
    transition: 1s;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right div {
    margin: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right div img:first-child {
    filter: invert(100%);
    height:max-content;
    align-self: center;
    cursor: pointer;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right div img:nth-child(2){
    cursor: pointer;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right ul {
    list-style: none;
    padding: 1rem 1.7rem;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right ul li{
    padding: 10px 0;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right ul li a {
    text-decoration: none;
    color: #2e2e2d;
    opacity: 0.7;
    transition: 0.3s;
}
.section-1 .opaque-bg header.normal-header aside.mobile-navbar-right ul li a:hover{
    cursor: pointer;
    color: #E3872D;
}
.section-1 .opaque-bg .section-1-main {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-50px);
}
.section-1 .opaque-bg .section-1-main img {
    border: 10px solid gray;
    border-radius: 100%;
    height: 200px;
    width: 200px;
}
.section-1 .opaque-bg .section-1-main h1 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}
.section-1 .opaque-bg .section-1-main h1 span{
    color: #fd7e14;
    font-weight: 500;
}
.section-1 .opaque-bg .section-1-main p{
    font-size: 25px;
    color: #fff;
}
.section-1 .opaque-bg .section-1-main p span{
    font-size: 28px;
    font-weight: 600;
}
.section-1 .opaque-bg #bounce-arrow {
    width: 40px;
    height: 60px;
    padding: 1.5rem 0;
}
.section-1 .opaque-bg #bounce-arrow i{
    width: 100%;
    font-size: 35px;
    color: #fff;
    transition: 0.3s;
}
.section-2 {
    height: fit-content;
    width: 100%;
    padding: 1.7rem 5rem;
    margin-bottom: 4rem;
    transition: 0.3s;
}
.section-2 .section-2-heading {
    padding: 0 1.5rem;
    margin: 4rem 0;
    border-left: 5px solid #E3872D;
}
.section-2 .section-2-heading h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f2f2d;
    transition: 0.3s;
}
.section-2 .section-2-heading p {
    letter-spacing: 0.8px;
    opacity: 0.8;
}
.section-2 .inner-desktop {
    display: flex;
    flex-direction: column;
}
.section-2 .inner-desktop .man {
    width: 55%;
    height: 75%;
    margin: 7rem auto;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    border: 10px solid #1e1f2a;
    transition: 0.3s;
}
.section-2 .inner-desktop .man img {
    outline-offset: 15px;
    height: 105%;
    width: 110%;
    transform: translate(-30px, -30px);
}
.section-2 .info {
    width: 600px;
    margin: auto;
    display: block;
    transition: 0.3s;
}
.section-2 .info h2 {
    font-weight: 400;
    color: #2e2e2d;
    padding: .5rem 0;
    transition: 0.3s;
}
.section-2 .info span.typewrite_2 {
    color: #E3872D;
}
.section-2 .info p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #2f2f2d;
    opacity: 0.8;
    line-height: 23px;
    padding: .5rem 1rem;
    text-align: left;
    transition: 0.3s;
}
.section-2 .info p span {
    color:#f57106;
    opacity: 1;
    font-weight: 600;
}
.section-2 .section-2-personal {
    display: flex;
    padding: 1rem 0;
    transition: 0.3s;
}
.section-2 .section-2-personal ul {
    
    width: 50%;   
}
.section-2 .section-2-personal ul li {
    margin-bottom: 1rem;
    font-family: 'Open Sans', sans-serif;
}
.section-2 .section-2-personal ul li label {
    color: #1e1f2a;
    font-weight: 700;
    transition: 0.3s;
}
.section-2 .section-2-personal ul li i {
    opacity: 0.8;
    margin-left: 10px;
    transition: 0.3s;
}
.section-2 .section-2-personal ul:first-child li:nth-child(2) i{
    margin-left: 30px;
}
.section-2 .section-2-personal ul:first-child li:nth-child(3) i {
    margin-left: 30px;
}
.section-2 .section-2-personal ul:nth-child(2) li:first-child i {
    margin-left: 30px;
}
.section-2 .section-2-personal ul:nth-child(2) li:nth-child(3) i {
    margin-left: 20px
}
.section-2 .section-2-personal ul li a {
    margin-left: 3px;
    text-decoration: none;
    color: #1e1f2a;
    opacity: 0.8;
    transition: .5s;
}
.section-2 .section-2-personal ul li a:hover {
    color: #f57106;
}
.section-2 .section-2-personal ul:first-child li:last-child a {
    margin-left: 35px;
}
.section-2 .section-2-personal ul:nth-child(2) li:nth-child(4) a {
    margin-left: 3px;
}
.section-2 .info .section-2-btn {
    height: 3.5rem;
    margin-bottom: 5rem;
    transition: 0.3s;
}
.section-2 .info .section-2-btn button {
    height: inherit;
    width: 12rem;
    margin-right: 2rem;
    background-color: #E3872D;
    z-index: 0;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.3s;
}
.section-2 .info .section-2-btn button p {
    padding: 1.1rem 2.3rem;
    color: #fff;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.section-2 .info .section-2-btn button p::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #041230;
    transform: skew(50deg);
    top: 0;
    left: -25%;
    z-index: -1;
    transition: all 1s;
}
.section-2 .info .section-2-btn button p:hover:before {
    width: 200%;
    height: 200%;
}

article {
    background-color: #f6f7fd;
    padding: 1.7rem 5rem;
    transition: 0.3;
}
article h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #041230;
}
article .abilities {
    width: 100%;
} 
article .abilities p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0.7rem 0;
}
article .abilities p span:first-child {
    font-weight: 400;
}
article .abilities p span:last-child {
    float: right;
}
article .abilities .level {
    margin-bottom: 1rem;
    width: 100%;
    height: 5px;
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
    margin-bottom: 2rem;
}
article .abilities .level div {
    width: 0%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    transition: 1s;
    overflow: hidden;
}
article .abilities .level .wordpress {
    width: 70%;
    
}
article .abilities .level .css {
    width: 60%;
}
article .abilities .level .html {
    width: 65%;
}
article .abilities .level .after-effect {
    width: 90%;
}
#databases {
    width: 70%;
}
#monitoring{
    width: 65%;
}
#vers_cont{
    width: 75%;
}
#devops {
    width: 40%;
}
#serverless {
    width: 70%;
}
#os {
    width: 70%;
}
#networking {
    width: 70%;
}
/* .reveal {
    width: 0%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    transition: 1s;
    overflow: hidden;
    transition: all 2s ease;
}
.reveal.active {
    width: 90%;
} */

.section-3 {
    width: 100%;
    padding: 1.7rem 5rem;
    margin-bottom: 4rem;
    transition: 0.3s;
}
.section-3 .section-3-heading {
    padding: 0 1.5rem;
    margin: 4rem 0;
    border-left: 5px solid #E3872D;
}
.section-3 .section-3-heading h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f2f2d;
    transition: 0.3s;
}
.section-3 .section-3-heading p {
    letter-spacing: 0.8px;
    opacity: 0.8;
}
.section-3 .professional span {
    display: flex;
    padding: 1rem 1rem;
    justify-content: space-between;
    color: #2f2f2d;
    transition: 0.3s;
}
.section-3 .professional .job-description {
    padding: 1rem 1.5rem;
    transition: 0.3s;
}
.section-3 .professional .job-description ul {
    list-style: disc;
    padding: 1rem 1.5rem;
    transition: 0.3s;
}
.section-3 .professional .job-description ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0.5rem 0;
    transition: 1s;
}
.section-3 .professional .job-description ul li:hover {
    color: #E3872D;
    cursor: pointer;
}
.section-3 .professional .job-description ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
    color: #041230;
}
.section-3 .professional .job-description ul li:hover::marker {
    color: #E3872D;
}
.section-4 {
    width: 100%;
    padding: 1.7rem 3rem;
    margin-bottom: 4rem;
    transition: 0.3s;
}
.section-4 .section-4-heading {
    padding: 0 1.5rem;
    margin: 4rem 0;
    border-left: 5px solid #E3872D;
}
.section-4 .section-4-heading h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f2f2d;
    transition: 0.3s;
}
.section-4 .section-4-heading p {
    letter-spacing: 0.8px;
    opacity: 0.8;
}
.section-4 .my-works nav {
    margin: 2rem 0;
}
.section-4 .my-works nav button {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 40px;
    cursor: pointer;
    border: none;
    background: transparent;
}
.section-4 .my-works nav button:focus{
    color: #E3872D;
}
.section-4 .my-works .cards {
    display: flex;
    padding: 1rem 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.section-4 .my-works .cards .text-card {
    height: 18rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
    flex: 45%;
    align-items: center;
    text-align: center;
    margin: 1rem 1rem;
    padding: 2rem 2rem;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    transform: translateY(10px);
    transition: all .5s;
}
.section-4 .my-works .cards a {
    text-decoration: none;
    width: initial;
}
.section-4 .my-works .cards .text-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    cursor: pointer;
}
.section-4 .my-works .cards .text-card img {
    height: 7rem;
    width: 7rem;
}
.section-4 .my-works .cards .text-card img#ubuea-pic {
    height: 7rem;
    width: 9.5rem;
}
.section-4 .my-works .cards .text-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #041230;
    margin-bottom: 0.5rem;
}
.section-4 .my-works .cards .text-card p {
    font-size: 1rem;
    font-weight: 400;
    color: #041230;
    opacity: 0.8;
    line-height: 1.5rem;
}
.hide-text-card {
    display: none;
}
.section-5 {
    height: 70vh;
    position: relative;
    margin-bottom: 3rem;
    background-image: url("/images/second-background.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.section-5 .wrapper {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(7,23,55,.8);
}
.section-5 .wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}
.carousel::-webkit-scrollbar {
    display: none;
  }

  .carousel .card {
    scroll-snap-align: start;
    list-style: none;
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .carousel .card .img {
    height: inherit;
    width: 100%;
    text-align: center;
  }
  .carousel .card .img nav {
    height: 4rem;
    margin: 1rem 0;
  }
  .carousel .card .img nav i {
    font-size: 4rem;
    color: #E3872D;
  }

 .carousel .card .img p {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
 }
 .carousel .card .img h2 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 1rem 0;
 }
 .section-6 {
    height: fit-content;
    width: 100%;
 }
 .section-6 .map {
    height: inherit;
 }
 .section-6 .map ol {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
 }
 .section-6 .map ol li {
    list-style: none;
    flex: 0%;
    height: calc(100% / 4);
    text-align: center;
    padding: 3rem 0;
 }
 .section-6 .map ol li h1 {
    font-size: 3rem;
    color: #041230;
 }
 .section-6 .map ol li p {
    color: #041230;
    font-weight: 600;
    opacity: 0.7;
 }

 .section-7 {
    width: 100%;
    height: fit-content;
    padding: 1.7rem 5rem;
    margin-bottom: 3rem;
    
}
.section-7 .section-7-heading {
    padding: 0 1.5rem;
    margin: 4rem 0;
    border-left: 5px solid #E3872D;
}
.section-7 .section-7-heading h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f2f2d;
    transition: 0.3s;
}
.section-7 .section-7-heading p {
    font-size: 1.3rem;
    letter-spacing: 0.8px;
    opacity: 0.8;
}
.section-7 div ol h4 {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 1.5rem 0;
}
.section-7 div ol li {
    margin: 1.5rem 0;
}
.section-7 div ol li label {
    font-weight: 600;
    margin-right: .6rem;
    font-family: 'Poppins', sans-serif;
}
.section-7 div ol li span {
    opacity: .8;
    font-family: 'Poppins', sans-serif;
}
.section-7 div:nth-child(2) form {
    height: auto;
}
.section-7 div:nth-child(2) form div {
    display: flex;
    flex-direction: column;
}
.section-7 div:nth-child(2) form input {
    height: 3.5rem;
    width: 90%;
    margin: 0.3rem 0;
    border-radius: 20px;
}
.section-7 div:nth-child(2) form textarea {
    height: 5rem;
    width: 90%;
    margin: 1rem 0;
    border-radius: 8px;
    border-bottom: 1px solid #1e1f2a;
}
.section-7 div:nth-child(2) form .input-slots {
    border: 1px solid #726c6c;
    vertical-align: middle;
    background-color: #eeebeb;
    transition: 0.4s;
}
.section-7 div:nth-child(2) form .input-slots:focus {
    border: 1px solid #E3872D;
    background-color: #fff;
    outline: none;
}
.section-7 div:nth-child(2) form .section-7-btn {
    height: 3.5rem;
    margin-bottom: 5rem;
}
.section-7 div:nth-child(2) form .section-7-btn button {
    height: inherit;
    width: 12rem;
    margin-right: 2rem;
    background-color: #E3872D;
    z-index: 0;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
}
#refresh {
    text-decoration: none;
    color: #041230;
    transition: 0.3s;
}
#refresh:hover {
    color: #E3872D;
}
.section-7 div:nth-child(2) form .section-7-btn button p {
    padding: 1.1rem 2.3rem;
    color: #fff;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.section-7 div:nth-child(2) form .section-7-btn button p::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #041230;
    transform: skew(50deg);
    top: 0;
    left: -25%;
    z-index: -1;
    transition: all 1s;
}
.section-7 div:nth-child(2) form .section-7-btn button p:hover:before {
    width: 200%;
    height: 200%;
}
footer {
    height: 20vh;
    width: 100%;
    background-color: #041230;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
footer p {
    font-family: 'Poppins', sans-serif;
    color: #666;
    text-align: center;
    margin: 1rem 0;
}
footer .first-footer {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
footer .first-footer p {
    margin: 0.7rem 1rem;
}
footer .first-footer .socials {
    display: flex;
    margin: 1rem 0;
    justify-content: center;
    align-items: center;
}
footer .first-footer .socials a {
    text-decoration: none;
    color: #fff;
    font-size: 3rem;
    margin: 0 1rem;
    transition: 0.5s;
}
footer .first-footer .socials a:hover {
    color: #E3872D;
}
footer .footer-btn {
    height: 3rem;
    width: 3rem;
    position: fixed;
    z-index: 11;
    bottom: 2.5rem;
    border-radius: 20%;
    right: 2rem;
}
/* Add a fade effect to the arrow icon when its visibility changes */
#arrowIcon {
    transition: opacity 0.3s ease;
}

footer .footer-btn button {
    height: inherit;
    width: inherit;
    background-color: #E3872D;
    z-index: 0;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
}
footer .footer-btn button:hover{
    border: 1px solid #726c6c;
}
footer .footer-btn button a {
    color: #fff;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    height: 3rem;
    width: 3rem;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footer-btn button p i {
    font-size: 1.5rem;
}
footer .footer-btn button a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #041230;
    transform: skew(50deg);
    top: 0;
    left: -75%;
    z-index: -1;
    transition: all 1s;
}
footer .footer-btn button a:hover:before {
    width: 300%;
}

@media screen and (min-width: 1024px){
        .desktop-main #desktop-navbar-left{
        display: block;
        position: fixed;
        width: 25%;
        float: left;
        height: 100%;
        z-index: 15;
        background-color: #041230;
    }
    .desktop-main #desktop-navbar-left div{
        height: 35%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: .7px solid #726c6c;
    }
    .desktop-main #desktop-navbar-left div img {
        cursor: pointer;
        width: 100%;
    }
    .desktop-main #desktop-navbar-left ul{
        height: 65%;
        width: 15rem;
        margin-top: 1rem;
        padding: 2rem 4rem;
    }
    .desktop-main #desktop-navbar-left ul li {
        height: calc(100% / 6);
        width: 100%;
        list-style: none;
    }
    .desktop-main #desktop-navbar-left ul li a {
        text-decoration: none;
        text-transform: uppercase;
        color:#fff;
        line-height: 2rem;
        margin-right: 5px;
        border-radius: 0;
        font-family: "Montserrat";
        font-size: 16px;
        font-weight: 500;
        position: relative;
        display: inline-block;
        padding-bottom: 19px;
        transition: all .6s ease;
    }
.desktop-main #desktop-navbar-left ul li a:hover {
        color: #E3872D;
    }
    .desktop-main #desktop-navbar-left ul li a::before{
        position: absolute;
        display: block;
        content: "";
        height: 2px;
        width: 0px;
        background-color: #E3872D;
        top: 14px;
        transform: translateY(-50%);
        left: 100%;
        margin-left: 10px;
        transition: all .6s ease;
    }
    .desktop-main #desktop-navbar-left ul li a:hover:before {
        width: 35px;
    }
    .desktop-main .main {
        max-width: 75%;
        float: right;
    }
    .section-6 .map ol {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section-6 .map ol li {
        flex: 0%;
        margin: 1rem 0;
    }
    .section-6 .map ol li:first-child,
    .section-6 .map ol li:nth-child(2),
    .section-6 .map ol li:nth-child(3) {
        border-right: 1px solid #726c6c;
    }
    .section-4 .my-works .cards .text-card {
        height: auto;
        width: 40%;
        flex: 45%;
    }
    article {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
    }
    article .ability-descrition{
        flex: 35%;
    }
    article .abilities{
        flex: 65%;
        position: relative;
    }
    .section-7 .contact-desktop {
        display: flex;
        flex-direction: row;
    }
    .section-7 .contact-desktop ol{
        flex: 33%;
        margin-right: 2rem;
    }
    .section-7 .contact-desktop form {
        flex: 63% ;
    }
    .section-1 .opaque-bg header.normal-header {
        visibility: hidden;
    }
    .section-2 {
        padding: 1.5rem 3rem;
        margin-bottom: 3rem;
    }
    .section-2 .inner-desktop {
        flex-direction: row;
    }
    .section-2 .inner-desktop div.man {
    padding: 0;
    margin: 3rem 4rem;
    height: 350px;
    width: 32%;
    flex: 32%;
    object-fit: cover;
    position: relative;
    }
    .section-2 .inner-desktop div.man img {
        position: absolute;
        height: 100%;
        width: 100%;
        transform: translate(-30px, -30px);
        overflow: hidden;
    }
    .section-2 .inner-desktop div.info {
        flex: 63%;
    }
}

@media screen and (min-width: 720px ) and (max-width: 1024px){
    .section-6 .map ol {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section-6 .map ol li {
        flex: 50%;
        margin: 1rem 0;
    }
    .section-6 .map ol li:first-child,
    .section-6 .map ol li:nth-child(3) {
        border-right: 1px solid #726c6c;
    }
    .section-4 .my-works .cards .text-card {
        height: auto;

    }
}

@media screen and (min-width: 480px ) and (max-width: 720px) {
    .section-1 .opaque-bg header.normal-header {
        display: flex;
        justify-content: space-between;
        padding: 40px 20px;
        margin-bottom: 3rem;
        height: fit-content;
    }
    .section-1 .opaque-bg header.normal-header .first-part {
        width: fit-content;
    }
    .section-1 .opaque-bg header.normal-header .first-part a img{
        width: inherit;
    }
    .section-1 .opaque-bg header.normal-header aside.mobile-navbar-right div {
        margin: 2rem 0.1rem;
        display: flex;
        justify-content: space-between;
    }
    .section-1 .opaque-bg header.normal-header aside.mobile-navbar-right div a {
        display: none;
    }
    .section-1 .opaque-bg .section-1-main {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateY(-50px);
    }
    .section-1 .opaque-bg .section-1-main h1 {
        font-size: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .section-1 .opaque-bg .section-1-main p {
        text-align: center;
    }
    .section-1 .opaque-bg .section-1-main p span{
        font-size: 25px;
        font-weight: 400;
    }
    .section-2 {
        padding: 1.5rem 2rem;
        margin-bottom: 3rem;
    }
    .section-2 .section-2-heading {
        padding: 0 1.5rem;
        margin: 2.5rem 0;
    }
    .section-2 .section-2-heading h1 {
        font-size: 40px;
    }
    .section-2 .inner-desktop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section-2 .inner-desktop .man {
        width: 70%;
        height: 100%;
        margin: 2rem 1rem;
    }
    .section-2 .inner-desktop .man img {
        height: 100%;
        width: 100%;
        transform: translate(-20px, -20px);
    }
    .section-2 .inner-desktop .info {
        width: 100%;
        margin: auto;
        display: block;
        transition: 0.3s;
    }
    .section-2 .inner-desktop .info h2 {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-2 .inner-desktop .info p {
        width: 93vw;
        justify-self: center;
        font-size: medium;
        text-align: center;
        padding: 0 1rem;
    }
    .section-2 .inner-desktop .info .section-2-personal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .section-2 .inner-desktop .info .section-2-personal ul {
        width: 100%;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li {
        margin-bottom: 1rem;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li label {
        font-size: medium;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li i {
        font-size: medium;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li a {
        font-size: medium;
    }
    .section-2 .inner-desktop .info .section-2-btn {
        margin-bottom: 5rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        height: fit-content;
        width: 100%;
    }
    .section-2 .inner-desktop .info .section-2-btn button {
        width: 100%;
        margin-right: 0;
        background-color: #E3872D;
        z-index: 0;
        border-radius: 5px;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.5px;
        position: relative;
    }
    article {
    background-color: #f6f7fd;
    padding: 1.7rem 2rem;
    transition: 0.3;
    }
    .section-3 {
        padding: 1.5rem 2.5rem;
        margin-bottom: 3rem;
    }
    .section-3 .section-3-heading h1 {
        font-size: 35px;
    }
    .section-3 .professional span {
        padding: 1rem 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .section-3 .professional .job-description {
    padding: 1rem 1rem;
    }
.section-3 .professional .job-description ul {
    padding: 1rem 1rem;
    }
    .section-4 .section-4-heading  h1 {
    font-size: 35px;
    }
    .section-4 .my-works .cards .text-card {
        height: auto;
    }
    .section-7 .section-7-heading h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 480px) {
    .section-1 .opaque-bg header.normal-header {
        display: flex;
        justify-content: space-between;
        padding: 40px 20px;
        margin-bottom: 3rem;
        height: fit-content;
    }
    .section-1 .opaque-bg header.normal-header .first-part {
        width: fit-content;
    }
    .section-1 .opaque-bg header.normal-header .first-part a img{
        width: inherit;
    }
    .section-1 .opaque-bg header.normal-header aside.mobile-navbar-right div {
        margin: 2rem 0.1rem;
        display: flex;
        justify-content: space-between;
    }
    .section-1 .opaque-bg header.normal-header aside.mobile-navbar-right div a {
        display: none;
    }
    .section-1 .opaque-bg .section-1-main {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateY(-50px);
    }
    .section-1 .opaque-bg .section-1-main h1 {
        font-size: 31px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .section-1 .opaque-bg .section-1-main p {
        text-align: center;
    }
    .section-1 .opaque-bg .section-1-main p span{
        font-size: 22px;
        font-weight: 400;
    }
    .section-2 {
        padding: 1rem 1rem;
        margin-bottom: 2rem;
    }
    .section-2 .section-2-heading {
        padding: 0 1rem;
        margin: 2.5rem 0;
    }
    .section-2 .section-2-heading h1 {
        font-size: 33px;
    }
    .section-2 .inner-desktop {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section-2 .inner-desktop .man {
        width: 70%;
        height: 120%;
        margin: 1.5rem 0.7rem;
    }
    .section-2 .inner-desktop .man img {
        height: 100%;
        width: 100%;
        transform: translate(-20px, -20px);
    }
    .section-2 .inner-desktop .info {
        width: 100%;
        margin: auto;
        display: block;
        transition: 0.3s;
    }
    .section-2 .inner-desktop .info h2 {
        display: flex;
        flex-direction: column;
        width: 100vw;
        align-items: center;
        font-size: 25px;
    }
    .section-2 .inner-desktop .info p {
        width: 93vw;
        justify-self: center;
        font-size: medium;
        text-align: center;
    }
    .section-2 .inner-desktop .info .section-2-personal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .section-2 .inner-desktop .info .section-2-personal ul {
        width: 100%;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li {
        margin-bottom: 1rem;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li label {
        font-size: medium;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li i {
        font-size: medium;
    }
    .section-2 .inner-desktop .info .section-2-personal ul li a {
        font-size: medium;
    }
    .section-2 .inner-desktop .info .section-2-btn {
        margin-bottom: 5rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        height: fit-content;
        width: 100%;
    }
    .section-2 .inner-desktop .info .section-2-btn button {
        width: 100%;
        margin-right: 0;
        background-color: #E3872D;
        z-index: 0;
        border-radius: 5px;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.5px;
        position: relative;
    }
    article {
    background-color: #f6f7fd;
    padding: 1.7rem 2rem;
    transition: 0.3;
    }
    .section-3 {
        padding: 1.5rem 1.5rem;
        margin-bottom: 3rem;
    }
    .section-3 .section-3-heading h1 {
        font-size: 32px;
    }
    .section-3 .professional span {
        padding: 1rem 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .section-3 .professional .job-description {
    padding: 1rem 1rem;
    }
.section-3 .professional .job-description ul {
    padding: 1rem 1rem;
    }
    .section-4 {
        padding: 1.5rem 1.5rem;
        margin-bottom: 3rem;
    }
    .section-4 .section-4-heading  h1 {
    font-size: 29px;
    }
    .section-4 .my-works .cards .text-card {
        height: auto;
    }
    .section-7 {
        padding: 1.5rem 1.5rem;
        margin-bottom: 3rem;
    }
    .section-7 .section-7-heading h1 {
        font-size: 32px;
    }
    .section-7 .section-7-btn {
        height: 3.5rem;
        width: 100%;
        margin-bottom: 5rem;
        display: flex;
        justify-content: center;
    }
    .section-7 .section-7-btn button {
        height: inherit;
        width: 100%;
        margin-right: 0;
        background-color: #E3872D;
        z-index: 0;
        border-radius: 5px;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.5px;
        position: relative;
    }
    footer p {
        font-family: 'Poppins', sans-serif;
        font-size: 0.5rem;
        color: #666;
        text-align: center;
        margin: 1rem 0;
    }
}