@media (max-width: 932px),
(max-width: 850px),
(max-width: 600px),
(max-width: 412px),
(max-width: 390px),
(max-width: 375px),
(max-width: 360px)  {

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      
      html {
        font-size: 62.5%;
        /* scroll bar */
        /* width */
        ::-webkit-scrollbar {
          width: 0.2vw;
        }
      
        /* Track */
        ::-webkit-scrollbar-track {
          background: black;
        }
        
        /* Handle */
        ::-webkit-scrollbar-thumb {
          background: #ff3131;
        }
      
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
          background: #ff3131;
          width: 0.5vw;
        }
      }
      
      body {
        font-family: "Courier Prime", "Roboto Mono", "Space Grotesk", sans-serif;
      }

      /* POP UP SECTION  */
      .popup {
        height: 95vh;
        width: 95vw;
        margin: auto;
        /*background-color: rgba(247, 247, 247, 0.987);  */
        background: radial-gradient(white, white, rgba(247, 247, 247, 0.987), rgba(247, 247, 247, 0.987), rgba(211, 211, 211, 0.785));
        animation: color 12s ease-in-out infinite;
        z-index: 99;
        position: absolute;
        position: fixed;
        left: 2.5vw;
        top: 2.5vh;
        border-radius: 4vw;
        box-shadow: 2px 2px 20px #004aad;
        border: 1px solid #ababab3f;
        display: inline-block;
      }

      /*
      .popupani {
        animation-name: popupani;
        animation-duration: 4s;
        animation-delay: 0s;
        animation-iteration-count: 5;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
      }

      @keyframes popupani { 
        0% {color: rgb(0, 0, 0)}
        50% {color: rgb(209, 34, 34)}
        75% {color: rgba(0, 0, 0, 0.976)}
        100% {color: rgba(0, 18, 50, 0.79)}
      } 
        */

      .popupwelcome {
        color:white;
        font-family: "Roboto Mono", sans-serif;
        font-weight: 100;
        font-size: 2.6vh;
        text-align: center;
        padding-top: 2vh;
      }

      .popupinner {
        height: 75vh;
        width: 90vw;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        z-index: 2;
        margin-top: 3vh;
      }

      .popupheading {
        font-family: "Courier Prime", serif;
        font-weight: 100;
        width: 70vw;
        color: #757575;
        font-size: 1.7vh;
      }

      .textlogo {
        height: 3.8vh;
        width: 20vw;
      }

      .puheading {
        color: #4d4d4d;
        font-weight: 500;
        font-size: 2.2vh;
      }

      .popupgrid {
        width: 86vw;
        height: 80vh;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 8vh;
        justify-content: space-evenly;
      }

      .gridshape {
        height: 25vh;
        width: 25vw;
        cursor: pointer;
        display: flex;
        margin: 3vw;
      }

      .wip {
        opacity: 0.3;
      }

      .popupoverlay {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59), black);
        transform-style: preserve-3d;
      }

      .popupoverlay:hover {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transition: 0.6s ease-in-out;
      }

      .popup2overlay {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59), black);
        transform-style: preserve-3d;
      }

      .popup2overlay:hover {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transition: 0.6s ease-in-out;
      }

      .popup3overlay {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59), black);
        transform-style: preserve-3d;
      }

      .popup3overlay:hover {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transition: 0.6s ease-in-out;
      }

      .popup4overlay {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59), black);
        transform-style: preserve-3d;
      }

      .popup4overlay:hover {
        height: 25vh;
        width: 25vw;
        margin: auto;
        position: absolute;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transition: 0.6s ease-in-out;
      }

      .pugrid1 {
        transform-style: preserve-3d;
        transform: perspective(8cm) rotateX(-10deg) rotateY(30deg);
        z-index: 0;
        background-image: url("images/IMG_4507.PNG");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 100%;
        background-position-y: 100%;
        background-size: cover;
        background-origin: padding-box;
        height: 25vh;
        width: 25vw;
        object-fit: cover;
        object-position: 100% 100%;
      }

      .pugrid1:hover {
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transform: scale(1.2, 1.2);
        transition: 0.6s ease-in-out;
      }

      .pugrid2 {
        transform-style: preserve-3d;
        transform: perspective(8cm) rotateX(-10deg) rotateY(30deg);
        z-index: 0;
        background-image: url("images/IMG_7259.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 100%;
        background-position-y: 100%;
        background-size: cover;
        background-origin: padding-box;
        height: 25vh;
        width: 25vw;
        object-fit: cover;
        object-position: 100% 100%;
      }

      .pugrid2:hover {
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transform: scale(1.2, 1.2);
        transition: 0.6s ease-in-out;
      }

      .pugrid3 {
        transform-style: preserve-3d;
        transform: perspective(8cm) rotateX(-10deg) rotateY(30deg);
        z-index: 0;
        background-image: url("images/top-view-hands-typing-keyboard.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 10%;
        background-position-y: 100%;
        background-size: cover;
        background-origin: padding-box;
        height: 25vh;
        width: 25vw;
        object-fit: cover;
        object-position: 100% 100%;
      }

      .pugrid3:hover {
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transform: scale(1.2, 1.2);
        transition: 0.6s ease-in-out;
      }

      .pugrid4 {
        transform-style: preserve-3d;
        transform: perspective(8cm) rotateX(-10deg) rotateY(30deg);
        z-index: 0;
        background-image: url("images/@seincollective\ -\ 9.PNG");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 60%;
        background-position-y: 100%;
        background-size: cover;
        background-origin: padding-box;
        height: 25vh;
        width: 25vw;
        object-fit: cover;
        object-position: 100% 100%;
      }

      .pugrid4:hover {
        background-color: rgba(0, 0, 0, 0.494);
        transform-style: preserve-3d;
        transform: scale(1.2, 1.2);
        transition: 0.6s ease-in-out;
        animation-name: popupani;
        animation-duration: 4s;
        animation-delay: 0s;
        animation-iteration-count: 5;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
      }

      @keyframes popupani {
        /*
        0% {left: 5vw; right: 0vw;}
        25% {left: 0vw; right: 5vw;}
        50% {left: 5vw; right: 0vw;}
        75% {left: 0vw; right: 5vw;}
        100% {left: 5vw; right: 0vw;}
        
        0% {bottom: 10; top:20px;}
        25% {bottom: 10px; top:0px;}
        50% {bottom: 0; top:10px;}
        75% {bottom: 10px; top:0px;}
        100% {bottom: 0; top:10px;} */
      }

      .popupsubheading {
        transform: rotate(-90deg);
        font-size: 2.5vh;
        font-family: "Boldonse", system-ui;
        display: inline;
        color: white;
        height: 8vh;
        width: 10vw;
        position: relative;
        letter-spacing: 0.1vw;
        top: 17vh;
        right: -3vw;
        position: absolute;
        z-index: 3;
      }

      .popupsubheading2 {
        transform: rotate(-90deg);
        font-size: 2.5vh;
        font-family: "Boldonse", system-ui;
        display: inline;
        color: white;
        height: 11vh;
        width: 24vw;
        position: relative;
        letter-spacing: 0.1vw;
        top: 12vh;
        right: -6vw;
        line-height: 3.5vh;
        position: absolute;
        z-index: 3;
      }

      a.Alink-vers:link, a.Alink-vers:visited {
        font-family: "Roboto Mono", sans-serif;
        color: white;
        font-size: 1.2vh;
        text-decoration: none;
        position: absolute;
        z-index: 4;
        display: flex;
        border: 1px solid white;
        border-radius: 1vw;
        background-color: black;
        width: 20vw;
        height: 5vh;
        top: 1vh;
        left: 1vw;
        justify-content: center;
        align-items: center;
        cursor: pointer;
      }

      a.Alink-vers:hover, a.Alink-vers:active {
        color: black;
        font-size: 1.4vh;
        left: 5.8vw;
        border: 1px solid black;
        background-color: white;
        transition: 0.8s ease-in-out;
        transform: scale(1.1,1.1);
      }

      .gohome {
        display: flex;
        height: 8vh;
        width: 35vw;
        margin: auto;
        align-items: center;
        justify-content: center;
        margin-top: 20vw;
      } 

      a.Alink-gohome:link, a.Alink-gohome:visited {
        text-decoration: none;
        color: #8e8e8e;
        font-size: 2.2vh;
        padding: 1vw;
      }

      a.Alink-gohome:hover, a.Alink-gohome:active {
        color: #004aad;
      }
      
      .header-background {
        background-color: white;
        background-image: url("images/Marketing\ Portfolio\ and\ Resume\ Website\ in\ Black\ and\ White\ Neon\ Green\ Professional\ Style.png\ \(2\).png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 100%;
        background-position-y: 48%;
        background-size: contain;
        background-origin: padding-box;
        z-index: 0;
        height: 255vh;
        object-fit: cover;
        object-position: 100% 100%;
        width: 100%;
      }
      
      .header-background-inner {
        display: flex;
        justify-content: space-between;
        margin: auto;
        height: 22vh;
        width: 98vw;
        z-index: 2;
      }

    .barsicon {
        display: flex;
      }
      
      .logobox1 {
        display: flex;
        flex-direction: column;
        height: 10vh;
        width: 30vw;
      }
      
      .logobox1a {
        display: inline-block;
        margin-top: 0vh;
        padding-left: 2.5vw;
      }
      
      .logobox1b {
        display: block;
        margin-top: 1.9vh;
      }
      
      .logo1a {
        height: 3vh;
      }
      
      .logo1b {
        height: 5.6vh;
      }
      
      .fa-brands {
        color: black;
        font-size: 3vh;
      }
      
      .navbox {
        height: 21vh;
        margin-top: -1vh;
      }
      
      .navul {
        list-style: none;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin: auto;
      }
      
      .navli {
        font-family: "Roboto Mono", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-decoration: none;
        font-size: 1.5vh;
        font-weight: 300;
        text-align: right;
        line-height: 5vh;
      }
      
      .navlid {
        font-family: "Roboto Mono", serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-decoration: none;
        text-decoration: none;
        font-size: 1.5vh;
        text-align: right;
        line-height: 2vh;
      }
      
      a.Alink-nav:link,
      a.Alink-nav:visited {
        text-decoration: none;
        color: black;
        font-size: 1.5vh;
        font-weight: 400;
      }
      
      a.Alink-nav:hover,
      a.Alink-nav:active {
        color: #ff3131;
        font-size: 1.7vh;
        font-weight: 300;
        transition: 0.5s ease-out;
      }
      
      /*
      .iconsbox {
        display: flex;
        justify-content: space-between;
        width: 6vw;
      }*/
      
      .bagicon {
        display: flex;
      }
      
      .searchicon {
        display: flex;
      }
      
      .barsicon {
        display: none;
      }
      
      .fa-solid {
        color: white;
        size: 2vh;
      }
      
      header {
        height: 48vh;
      }
      
      .headercontainer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      
      .biotextimgbox {
        display: flex;
        justify-content: space-between;
        height: 50vh;
        width: 95vw;
        margin: auto;
      }
      
      .biotb-title {
        display: inline;
        width: 30vw;
        height: 33vh;
        text-align: left;
        padding-top: 3.3vh;
        margin-top: -5vh;
      }
      
      .imgtitles {
        display: flex;
        flex-direction: column;
      }
       
      .biotb-img {
        display: inline;
        margin-top: 0vh;
        position: relative;
        animation-name: myani;
        animation-duration: 4s;
        animation-delay: 2s;
        animation-iteration-count: 5;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
        width: 18vw;
        height: 18vh;
        align-self: flex-end;
      }
      
      .biotb-image {
        width: 18vw;
        height: 18vh;
      }
      
      @keyframes myani {
        0% {right:50px; top:0px;}
        25% {right:0px; top:0px;}
        50% {right:50px; top:0px;}
        75% {right:0px; top:0px;}
        100% {right:50px; top:0px;}
      }
      
      .bioheading {
        color: black;
        font-family: "Courier Prime", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 6vh;
        line-height: 5vh;
        letter-spacing: 0vw;
        font-weight: 100;
        margin-top: 8vh;
      }
      
      .biosup {
        font-size: 2.3vh;
        color: #006aad;
      }
      
      .folio-txt {
        padding-left: 2.2vw;
      }
      
      .biopara {
        color: white;
        font-family: "Roboto Mono", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
        font-size: 1.8vh;
        letter-spacing: 0.3rem;
        line-height: 4vh;
      }
      
      .bannerbkg {
        height: 185vh;
        width: 95vw;
        margin-left: 2vw;
        margin-top: 2vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      
      .logobox2 {
        margin-top: 0vh;
      }
      
      .logo2 {
        height: 35vh;
      }
      
      .logobkg {
        height: 15.5vh;
        position: absolute;
        left: 7.5vw;
        top: 85vh;
        opacity: 1;
      }
      
      .titles {
        display: inline;
        width: 90vw;
        height: 20vh;
        padding-top: 4vh;
        margin-left: -20vw;
        text-align: right;
        margin-top: 8vh;
      }
      
      .titles-txt {
        font-family: "Roboto Mono", serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: right;
        line-height: 3vh;
        display: inline;
        font-size: 1.7vh;
        font-weight: 300;
        color: black;
      }
      
      a.Alink-title:link,
      a.Alink-title:visited {
        font-size: 1.7vh;
        color: black;
        text-decoration: none;
        font-weight: 400;
      }
      
      a.Alink-title:hover,
      a.Alink-title:active {
        color: #ff3131;
        font-size: 1.8vh;
        font-weight: 400;
        letter-spacing: 0.2rem;
        text-shadow: 2px 2px 5px #880000;
        transition: 0.5s ease-out;
      }
      
      .about-section {
        display: flex;
        flex-direction: row;
        width: 90vw;
        height: 30vh;
        justify-content: space-between;
        margin-top: 0vh;
        margin: auto;
      }
      
      .about-sec-img {
        margin-left: 15.3vw;
        margin-top: 0.3vh;
        /*
        background-image: url("images/IMG_6009.DNG");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 100%;
        background-position-y: 77%;
        background-size: 100%;
        background-origin: padding-box;
        height: 20vh;
        object-fit: cover;
        object-position: 100% 100%; */
      }
       /*
      .about-img {
        height: 15vh;
        transition: height 17vh;
       
      }*/
      
      .about-img:hover {
        height: 17vh;
        transition: height 1s;
      }
      
      .about-sec-title {
        display: inline;
        width: 93vw;
        height: 17vh;
        margin-top: 3vh;
        margin-left: 0vw;
        transform: rotate(0deg);
      }
      
      .about-sec-title-txt {
        font-family: "Courier Prime", sans-serif;
        font-weight: 100;
        font-size: 5vh;
        color: black;
        text-align: left;
        line-height: 5vh;
        padding-top: 0vh;
      }
      
      .really {
        font-family: "Courier Prime", serif;
        font-weight: 100;
        font-size: 3vh;
        color: #757575;
        text-align: right;
        text-shadow: 2px 2px 10px black;
      }
      
      .about-sec-txt {
        position: absolute;
        top: 127.7vh;
        left: 5vw;
        width: 70vw;
        height: 5vh;
        line-height: 5vh;
      }
      
      .about-sec-txt-txt {
        font-size: 2.5vh;
        color: #4d4d4d;
        text-align: left;
        font-family: "Roboto Mono", sans-serif;
        font-style: normal;
        letter-spacing: 0.2rem;
        display: inline;
        margin-top: -4vh;
      }
      
      .bio-sect {
        height: 114vh;
        width: 95vw;
        /* background: linear-gradient(
          180deg,
          black,
          #880000 
        );
        background-image: url("images/david\ ero\ bkg.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 100%;
        background-position-y: 77%;
        background-size: cover;
        background-origin: padding-box;
        object-fit: cover;
        object-position: 100% 100%; */
        z-index: 0;
        margin-top: 4vh;
        position: relative;
      }
      
      .bio-sect-overlay {
        height: 114vh;
        width: 95vw;
        background-color: rgba(255, 255, 255, 0.048);
        /*
        background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.954),
          rgba(0, 0, 0, 0.158),
          #d6c09f); */
        position: relative;
        z-index: 1;
      }
      
      .bio-sect-box {
        margin: auto;
        width: 92vw;
        height: 82vh;
        align-self: center;
        padding-top: 4vh;
        z-index: 2;
        position: relative;
        margin-top: -125vh;
      }
      
      .bio-sect-txt {
        font-size: 1.8vh;
        color: black;
        text-align: justify;
        font-family: "Roboto Mono", serif;
        font-optical-sizing: auto;
        font-style: normal;
        line-height: 4.4vh;
        letter-spacing: 0rem;
        display: inline;
        z-index: 3;
      }
      
      .skills-spec {
        background: linear-gradient(
          180deg,
          white,
          white,
          #d6c09f
        );
        height: 140vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      
      .skills-spec-box {
        height: 15vh;
        width: 90vw;
        margin: auto;
        margin-top: 0vh;
        padding-left: 2.2vw;
        padding-top: 0vh;
        display: flex;
        justify-content: space-between;
      }
      
      .skills-spec-txt {
        color: black;
        font-size: 5vh;
        text-align: center;
        line-height: 1vh;
        display: block;
        font-family: "Courier Prime", serif;
        line-height: 6vh;
        font-weight: 200;
        top: 1vh;
        position: sticky;
        z-index: 0;
        padding-top: 4vh;
      }
      
      .certificates {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 25vh;
        margin: auto;
        align-items: center;
        margin-top: 0vh;
      }
      
      .cert1 {
        height: 13vh;
      }
      
      .cert1:hover {
        height: 15vh;
        transition: 1s ease-in-out;
        transform: scale(1.1,1.1)
      }
      
      .cert2 {
        height: 13vh;
      }
      
      .cert2:hover {
        height: 15vh;
        transition: 1s ease-in-out;
        transform: scale(1.1,1.1)
      }
      
      .areas-of-practice {
        display: flex;
        width: 95vw;
        height: 85vh;
        margin: auto;
        justify-content: space-around;
        margin-top: -2vh;
        flex-wrap: wrap;
      }
      
      .area1box, .area2box, .area3box, .area4box {
        width: 36vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 3vh;
      }
      
      .arealine {
        /* border-right: 1.5px solid #be0032;*/
        border: none;
      }
      
      .fa-solid {
        color: #8e8e8e;
        font-size: 2vh;
        padding-bottom: 2vh;
      }
      
      .areaheading {
        font-size: 2vh;
        color: black;
        font-weight: 500;
        font-family: "Roboto Mono", serif;
        font-optical-sizing: auto;
        font-style: normal;
        line-height: 3vh;
        letter-spacing: 0.1rem;
      }
      
      .areaul {
        list-style-type: square;
        padding-top: 2vh;
      }
      
      .areali {
        color: black;
        font-weight: 400;
        font-size: 1.6vh;
        font-family: "Roboto Mono", serif;
        font-optical-sizing: auto;
        font-style: normal;
        line-height: 3vh;
      }
      
      /*
      .todolist {
        background-image: url("images/bkg\ 2.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 100%;
        background-position-y: 77%;
        background-size: 100%;
        background-origin: padding-box;
        height: 100vh;
        object-fit: cover;
        object-position: 100% 100%;
        width: 100%;
      }*/
      
      
      .create {
        background-color: black;
        height: 288vh;
      }
      
      .create-heading {
        height: 30vh;
        width: 95vw;
        margin: auto;
        display: flex;
        flex-direction:column;
        justify-content: space-around;
        padding-top: 0vh;
      }
      
      .create-head {
        width: 90vw;
        height: 19vh;
        margin: auto;
        margin-top: 2vh;
        display: flex;
        flex-direction: column;
      }
      
      .create-head1 {
        font-family: "Courier Prime", serif;
        font-weight: 100;
        font-size: 4vh;
        font-optical-sizing: auto;
        font-style: normal;
        color: white;
        padding-top: 2vh;
        margin-left: 0vw;
        display: block;
        /* transform: rotate(-90deg); */
      }
      
      .create-head2 {
        font-family: "Courier Prime", serif;
        font-weight: 100;
        font-size: 7.2vh;
        color: #9e8461;
        margin-left: 0vw;
        margin-top: 0vh;
        margin-left: 14vh;
        text-align: left;
        display: block;
        /* transform: rotate(-90deg);*/
      }
      
      .create-subhead {
        display: inline-block;
        width: 45vw;
        height: 12vh;
        margin-top: 4vh;
        margin-left: 2vw;
      }
      
      .create-subhead-txt {
        font-family: "Roboto Mono", serif;
        color: white;
        font-size: 2vh;
        font-weight: 200;
        font-optical-sizing: auto;
        font-style: normal;
      }
      
      .create-body {
        height: 240vh;
        margin-top: 5vh;
        display: flex;
        flex-direction: column;
      }
      
      .create-img {
        display: block;
        margin-left: 3vw;
      }
      
      .create-pic {
        height: 28vh;
        margin-left: 2.5vw;
        z-index: 3;
      }
      
      .create-logo {
        display: inline;
        padding-top: 0vh;
        margin-left: 62vw;
        margin-top: -20vh;
      }
      
      .create-logo-img {
        height: 12vh;
      }
      
      .create-contentbox {
        background: linear-gradient(
          180deg,
          #880000,
          black 
        );
        height: 200vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-left:0vw;
        padding-top: 4vh;
        margin: auto;
      }
      
      .create-content1 {
        width: 67vw;
        height: 40vh;
        margin: auto;
        display: flex;
        flex-direction: column;
      }

      .create-content3 {
        width: 67vw;
        height: 50vh;
        margin: auto;
        display: flex;
        flex-direction: column;
      }
      
      .create-content1-img, .create-content3-img {
        height: 30vh;
      }
      
      .create-content2 {
        width: 67vw;
        height: 67vh;
        margin: auto;
      }
      
      .create-content2-img {
        height: 38vh;
        margin: auto;
      }
      
      a.Alink-create-content:link, a.Alink-create-content:visited {
        height: 38vh;
        display: block;
        transition: 0.7s ease-in-out;
      }
      
      a.Alink-create-content:hover, a.Alink-create-content:active {
        height: 38vh;
        transform: scale(1.1, 1.1);
        box-shadow: 2px 2px 10px black;
      }
      
      .create-content-heading {
        font-family: "Roboto Mono", serif;
        font-size: 2vh;
        color: white;
        text-align: left;
        margin-top: 2vh;
        padding-bottom: 1vh;
      }
      
      .create-content-para {
        font-family: "Roboto Mono", serif;
        font-size: 1.6vh;
        font-weight: 300;
        color: white;
        text-align: justify;
        display: inline-block;
      }
      
      .create-link {
        width: 28vw;
        height: 4vh;
        position: relative;
        top: 0vh;
        left: 60vw;
        display: block;
      }
      
      a.Alink-creations:link, a.Alink-creations:visited {
        color: white;
        font-family: "Roboto Mono", sans-serif;
        font-size: 2vh;
        font-weight: 300;
        text-decoration: none;
      }
      
      a.Alink-creations:hover, a.Alink-creations:active {
        font-family: "Roboto Mono", serif;
        font-size: 2.2vh;
        font-weight: 400;
        color: white;
        text-shadow: 2px 2px 5px #be0032;
        transition: .5s ease;
      }
      
      .logos-created {
        background-color: black;
        height: 55vh;
        padding-top: 0vh;
      }
      
      .logos-inner {
        height: 50vh;
        width: 94vw;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding-top: 2vh;
      }
      
      .logos-heading {
        font-family: "Courier Prime", serif;
        color: white;
        font-size: 2.6vh;
        font-weight: 300;
        text-align: center;
      }
      
      .logos-headbold {
        color: #9e8461;
        letter-spacing: 0.02rem;
        font-size: 4vh;
      }
      
      .logos-box {
        display: flex;
        flex-wrap: wrap;
        height: 30vh;
        width: 80vw;
        margin: auto;
        justify-content: space-between;
        margin-top: 7vh;
      }
      
      .logos {
      
      }
      
      .logo-img {
        height: 4vh;
      }
      
      .alonglogo {
        height: 5vh;
      }
      
      .adlogo {
        height: 5vh;
      }
      
      .pairedlogo {
        height: 4vh;
      }
      
      .yatilogo {
        height: 6vh;
      }
      
      .cclogo {
        height: 3.5vh;
      }
      
      .fklogo {
        height: 4vh;
      }
      
      
      
      .collab {
        height: 50vh;
        background-image: url("images/david\ ero.png.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position-x: 50%;
        background-position-y: 100%;
        background-size: cover;
        background-origin: padding-box;
        object-fit: cover;
        object-position: 100% 100%;
      }
      
      .collabbkg {
        height: 40vh;
        width: 100%;
      }
      
      .companiestxt {
        color: #d6c09f;
        position: absolute;
        font-size: 2vh;
        font-weight: 400;
        text-align: center;
        width: 85vw;
        display: block;
        margin: auto;
        left: 7vw;
        padding-top: 4vh;
        text-shadow: 2px 2px 7px black;
      }
      
      .companieslogobox {
        height: 10vh;
        width: 90vw;
        top: 38vh;
        position: relative;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
      }
      
      .companieslogo {
        height: 2vh;
      }
      
      .companieslogo-ps {
        height: 2vh;
      }
      
      .companieslogo-dd {
        height: 4vh;
        margin-top: -1vh;
      }
      
      .companieslogo-glo {
        height: 3vh;
        clip-path: circle(40%);
      }
      
      .projects {
        height: 288.8vh;
        display: flex;
        flex-direction: column;
        background-image: url("images/IMG_2669.JPG");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 60%;
        background-position-y: 100%;
        background-size: cover;
        background-origin: padding-box;
        object-fit: cover;
        object-position: 100% 100%;
      }
      
      .projects1 {
        height: 300vh;
        padding-top: 4vh;
      }
      
      .projects-heading-bold {
        color: black;
        font-size: 5vh;
        font-weight: 200;
        position: relative;
        top: 35vh;
        margin-left: 3vw;
        position: sticky;
        z-index: 0;
        letter-spacing: -0.3vw;
      }
      
      .projects-heading-para {
        color: #be0032;
        font-size: 1.8vh;
        text-align: left;
        position: relative;
        position: sticky;
        top: 40vh;
        margin-left: 4vw;
      }
      
      .projects-logo {
        height: 7vh;
        position: relative;
        margin-top: 10vh;
        position: sticky;
        z-index: 0;
        margin-left: 83vw;
        top: 85vh;
      }
      
      .projects2 {
        height: 260vh;
        z-index: 2;
        background: linear-gradient(rgba(255, 255, 255, 0.108),#d6c09f5f, #d6c09fcd);
        position: relative;
        bottom: 0vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 0vh;
      }
      
      .project1, .project2, .project3, .project4, .project5, .project6, .project7, .project8 {
        width: 70vw;
        height: 15vh;
        margin: auto;
        position: relative;
        box-shadow: 1px 1px 4px black;
      }
      
      .project1:hover, .project2:hover, .project3:hover, .project4:hover, .project5:hover, .project6:hover, .project7:hover, .project8:hover {
        width: 70vw;
        height: 15vh;
        margin: auto;
        position: relative;
        transition: 0.7s ease-in-out;
        transform: scale(1.2,1.2);
      }
      
      /* image */
      .code-grid-i1, .code-grid-i2, .code-grid-i3, .code-grid-i4, .code-grid-i5, .code-grid-i6, .code-grid-i7, .code-grid-i8 {
        opacity: 1;
        display: block;
        width: 70vw;
        height: 15vh;
        transition: .5s ease;
        backface-visibility: hidden;
      }
      
      /* what happens when the div and image are hovered */
      .project1:hover, .code-grid-i1, .project2:hover, .code-grid-i2, .project3:hover, .code-grid-i3, .project4:hover, .code-grid-i4, .project5:hover, .code-grid-i5, .project6:hover, .code-grid-i6, .project7:hover, .code-grid-i7, .project8:hover, .code-grid-i8 {
        opacity: 0.9;
        box-shadow: 5px 10px 10px black;
      }
      
      /* to show the text when the div is hovered */
      .project1:hover .code-grid-img-txt, .project2:hover .code-grid-img-txt, .project3:hover .code-grid-img-txt, .project4:hover .code-grid-img-txt, .project5:hover .code-grid-img-txt, .project6:hover .code-grid-img-txt, .project7:hover .code-grid-img-txt, .project8:hover .code-grid-img-txt {
        opacity: 1;
      }
      
      /*
      a.Alink-grid:link, a.Alink-grid:visited {}
      a.Alink-grid:hover, a.Alink-grid:active {} */
      
      .code-grid-img-txt /* text div*/ {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      }
      
      .cgi-txt {
        font-size: 2vh;
        color: white;
        text-shadow: 2px 2px 10px black;
      }
      
      .fa-brands {
        font-size: 1.2vh;
        color: #be0032;
      }
      
      .shiftright {
        left: 7vw;
      }
      
      .shiftleft {
        right: 7vw;
      }
      
      .moreprojectslink {
        height: 5vh;
        width: 40vw;
        position: relative;
        left: 30vw;
        bottom: 3vh;
      } 
      
      a.Alink-moreprojects:link, a.Alink-moreprojects:visited {
        font-size: 1.8vh;
        text-align: center;
        text-decoration: none;
        color: #be0032;
      }
      
      a.Alink-moreprojects:hover, a.Alink-moreprojects:active {
        font-size: 1.8vh;
        text-decoration: none;
        color: #880000;
      }
      
      .services {
        height: 120vh;
        background: linear-gradient(#d6c09fcd, #d6c09f, #9e8461, #9e8461);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
      }
      
      .serv-heading {
        text-align: center;
        font-size: 2.4vh;
        font-weight: 500;
        color: black;
        padding-top: 3vh;
        width: 85vw;
        margin: auto;
      }
      
      .serv-parting {
        height: 5.1vh;
        width: 90vw;
        margin: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 0vh;
      }
      
      .serv-label {
        font-size: 1.6vh;
        color: black;
        font-weight: 300;
        background-color: white;
        padding-top: 1.2vh;
        border-radius: 2.5vw;
        width: 20vw;
        text-align: center;
        transform: rotate(-5deg);
        animation-name: serv-ani;
        animation-duration: 2s;
        animation-delay: 0s;
        animation-iteration-count: 15;
        animation-direction: normal;
        animation-timing-function: ease-in-out;
        cursor: pointer;
      }
      
      @keyframes serv-ani {
        0% {transform: rotate(-5deg)}
        25% {transform: rotate(0deg)}
        50% {transform: rotate(5deg)}
        75% {transform: rotate(0deg)}
        100% {transform: rotate(-5deg)}
      }
      
      .line {
        color: #be0032;
        size: 1px;
        margin-top: 1.4vh;
      }
      
      .serv-grid {
        height: 77vh;
        width: 93vw;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 6vh;
      }
      
      .serv1, .serv2, .serv3 {
        width: 43vw;
        height: 34vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: black;
        padding: 2vh;
        border-radius: 1.2vh;
        cursor: pointer;
      }
      
      .serv1:hover, .serv2:hover, .serv3:hover {
        width: 43vw;
        height: 34vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: linear-gradient(rgba(0, 0, 0, 0.479), black);
        padding: 2vh;
        border-radius: 1.2vh;
        cursor: pointer;
        transform: scale(1.1, 1.1);
        transition: 0.5s ease-in-out;
      }
      
      .serv-title {
        font-size: 2.4vh;
        color: white;
        font-weight: 700;
      }
      
      .serv-para {
        font-size: 1.8vh;
        color: white;
        text-align: left;
        padding-bottom: 2vh;
        left: 4vh;
        line-height: 2vh;
      }
      
      .fa-solid {
        font-size: 4vh;
        color: #880000;
        padding-top: 1vh;
      }
      
      .connect {
        height: 90vh;
        width: 100%;
        background-color: #9e8461;
        z-index: -1;
        position: relative;
      }
      
      .connect-inner {
        height: 90vh;
        background-image: url("images/IMG_1805.JPG");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 100%;
        background-position-y: 5%;
        background-size: cover;
        background-origin: padding-box;
        object-fit: cover;
        object-position: 100% 100%;
        display: flex;
        flex-direction: column;
        border-top-left-radius: 10vw;
        border-top-right-radius: 10vw;
      }
      
      .connect-overlay {
        height: 90vh;
        width: 99.8vw;
        z-index: 1;
        background: linear-gradient(rgba(0, 0, 0, 0.955), rgba(0, 0, 0, 0.419), rgba(0, 0, 0, 0.583), black);
        position: absolute;
        top: 0;
        left: 0;
        border-top-left-radius: 10vw;
        border-top-right-radius: 10vw;
      }
      
      .connect-inner-cta {
        position: relative;
        height: 40vh;
        width: 70vw;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 3;
        align-items: center;
        margin-top: 15vh;
      }
      
      .solid2 {
        color: white;
        font-size: 6vh;
        padding-left: 3vw;
      }
      
      .cic-heading {
        color: #d6c09f;
        font-size: 4vh;
        text-align: center;
        font-weight: 500;
        line-height: 4vh;
        text-shadow: 2px 2px 6px black;
      }
      
      .cic-buttons {
        height: 10vh;
        width: 70vw;
        display: flex;
        justify-content: space-around;
        z-index: 4;
        position: relative;
      }
      
      a.cic-email:link, a.cic-email:visited {
        height: 5vh;
        width: 25vw;
        text-decoration: none;
        display: flex;
        align-items: center;
        text-align: center;
        background-color: white;
        border-bottom: 1.5px solid black;
        cursor: pointer;
        color: black;
        font-weight: 300;
        font-size: 1.6vh;
        justify-content: center;
        z-index: 4;
      }
      
      a.cic-email:hover, a.cic-email:active {
        background-color: #d6c09f;
        height: 5vh;
        width: 25vw;
        text-decoration: none;
      }
      
      a.cic-WA:link, a.cic-WA:visited {
        background-color: black;
        border-bottom: 1.5px solid white;
        height: 5vh;
        width: 25vw;
        text-decoration: none;
        display: flex;
        align-items: center;
        text-align: center;
        cursor: pointer;
        color: white;
        font-weight: 300;
        font-size: 1.6vh;
        justify-content: center;
      }
      
      a.cic-WA:hover, a.cic-WA:active {
        width: 25vw;
        height: 5vh;
        background-color: green;
      }
      
      .connect-inner-socials {
        width: 90vw;
        height: 4vh;
        margin: auto;
        display: flex;
        justify-content: space-between;
        z-index: 3;
      }
      
      .cis1 {
      
      }
      
      .cis1-para {
        color: white;
        font-size: 1vh;
        font-weight: 200;
      }
      
      .cis2 {
      
      }
      
      a.Alink-socials:link, a.Alink-socials:active {
        font-size: 1vh;
        color: white;
        text-decoration: none;
        cursor: pointer;
      }
      
      a.Alink-socials:hover, a.Alink-socials:visited {
        color: #be0032;
      }
}