* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*Body style*/
body {
  /*Font family*/
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  --color1: #80addb;
  --color2: #e6e6e6;
  --subHeadline: #818181;
  --colorCard1: #7a9dff83;
  --colorCard2: #3f3d9d62;
  --colorCard3: #1964b97a;
  /*
  --colorCard1: #80addb91;
  --colorCard2: #80addb48;
  --colorCard3: #80addb5e;
  */
  --backgroundcolor: #171717;
  /*!Test Image for blur check remove before publish*/
  background-color: var(--backgroundcolor);
}

::selection {
  background: var(--color1);
  color: var(--color2);
}
img {
  color: #fff;
  font-size: 1.4rem;
}
a,
a:hover,
a:active,
a:visited {
  color: var(--color2);
}

/*Header 1 and header 2*/
h1,
h2 {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: var(--color2);
  font-size: 7rem;
  margin-bottom: -7%;
  text-align: center;
}

h2 {
  padding-left: 2%;
  font-size: 4.6rem;
}

p {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color2);
  font-size: 1.4rem;
}
/*
#navBar {
 
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -o-backdrop-filter: blur(20px);
  -ms-backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}
*/
.kontaktSVGTxtMobile {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

section {
  background-color: #171717;
}

/*Link*/
a {
  text-decoration: none;
  color: var(--color2);
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*nav bar background*/
header {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  -o-backdrop-filter: blur(20px);
  -ms-backdrop-filter: blur(20px);

  padding-top: 0rem;
  padding-bottom: 0.3rem;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

/*Logo and link style in the nav bar*/
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  width: 60%;
  margin: auto;
  z-index: 99999999;
}

/*Logo*/
.logo {
  width: 250px;
}

/*link style*/
.menu {
  display: flex;
  align-items: center;
}
.menu li {
  padding-left: 30px;
}

.menu li .i {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.15s ease-in-out;
  font-weight: 600;
  font-size: 1.45rem;
  margin-bottom: 0.1rem;
}

/*link underline style*/
.menu li .i::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0.17rem;
  background-color: var(--color1);
  transition: 0.33s ease-in-out;
}

.menu li .i:hover:after {
  width: 100%;
}

/*svg*/
.kontakt {
  max-width: 100%;
}

/*svg transitaion*/
.kontakt text,
.kontakt #Differenzmenge_21,
.kontakt #Gruppe_3 path {
  transition: fill 0.33s ease;
}

.kontakt:hover text {
  fill: var(--color1);
}

.kontakt:hover #outerstoke {
  fill: var(--color1);
}

.kontakt:hover #Differenzmenge_21 {
  fill: white;
}

.kontakt:hover #Gruppe_3 path {
  fill: var(--color1);
}

/*hamburger menu*/
.hamburger {
  display: none;
  cursor: pointer;
  margin: auto;
  position: absolute;
  right: 0;
}

.bar {
  display: block;
  width: 30px;
  height: 4px;
  margin: 5px;
  transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  background-color: white;
  border-radius: 100px;
}

.hamburger .bar:nth-child(2) {
  transform: translateX(25%);
}
/*Hero Section*/

/*Intro*/

.blurEffectBackground {
  backdrop-filter: blur(5px);
}

.backgroundStartsSvg {
  background-image: url(../imgAndSvg/Gruppe\ 3035.svg);
}

.squareSvg {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 10%;
  left: 5%;
}

#Above-Fold {
  padding: 0;
  margin: 0;
  background-color: var(--backgroundcolor);
  background-image: radial-gradient(#e6e6e615 2px, transparent 5px);
  background-size: 70px 70px;

  z-index: -1;
  min-height: 100vh;
  overflow: hidden;
}
/*
#Above-Fold::after {
  -webkit-backdrop-filter: blur(
    5px
  ); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
/*
backdrop-filter: blur(
  5px/*
); /* Supported in Chrome 76 

  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
*/
#Above-Fold h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}
#Above-Fold h3 {
  font-size: 1.4rem;
  margin-top: 4rem;
  font-weight: 400;
  width: 672px;
}

.introFlexWrepper {
  margin: 0 auto;
  width: 1150px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.intro {
  position: relative;
  margin-top: 20%;

  z-index: 5;
}

.intro h1 {
  text-align: left;
}

.btnFlex {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  justify-content: start;
  gap: 3rem;
  margin-top: 0.5rem;
}

.browseBtn {
  background-color: var(--backgroundcolor);
  border: 3px solid var(--color2);
  margin-top: 2%;
  margin-left: -1%;
  position: relative;
  text-align: center;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color2);
  cursor: pointer;
  width: 400px;
  bottom: 5px;
  border-radius: 11px;
}

.browseBtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 500ms ease-in-out;
  background: linear-gradient(
    90deg,
    rgb(122, 157, 255) 0%,
    rgb(58, 57, 139) 49%,
    rgb(25, 100, 185) 100%
  );
  opacity: 0;
}

.browseBtn:hover::after {
  opacity: 1;
}
.browseBtn:active::after {
  opacity: 1;
}

.browseBtnTxt {
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 999;
}

.cntctBtn {
  border-bottom: 4px solid var(--color1);
  transition: 0.15s ease-in-out;
}
.cntctBtn p {
  font-size: 1.5rem;
  font-weight: 600;
  left: 0;
  text-align: left;
  transition: 0.2 s ease-in-out;
}

.cntctBtn p:hover {
  color: var(--color1);
}
.meWorkingDesktop {
  height: 400px;
  width: auto;
  z-index: 99;
  border: solid 3px var(--color2);
  border-radius: 11px;
}

.meWorkingMobile {
  display: none;
  z-index: 9999;
  position: relative;
  border: 2px solid var(--color2);
  border-radius: 11px;
}
.backgroundShapeA {
  position: absolute;
  top: 1%;
  left: 28%;
}
.backgroundShapeB {
  position: absolute;
  top: 30%;
  left: 5%;
}
.backgroundShapeC {
  position: absolute;
  top: 3%;
  right: 30%;
}
.backgroundShapeD {
  position: absolute;
  bottom: 35%;
  right: 4%;
}
.backgroundShapeE {
  position: absolute;
  bottom: 1%;
  right: 27%;
}
.backgroundShapeF {
  position: absolute;
  bottom: 1%;
  left: 20%;
}
.backgroundShapeG {
  position: absolute;
  bottom: 1%;
  left: 10%;
  height: 150px;
}

.shapeSize {
  height: 180px;
}
/*Project Section*/
/*Project Section*/
/*Project Section*/

#Project-Section {
  padding-top: 5rem;
}

.projectWidth {
  width: 60%;
  margin: 10% auto;
}

.ProjectHeadline {
  text-align: center;
}

.project001 {
  border: 3px solid var(--color2);
  overflow: hidden;
  height: 12rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5rem;
  border-radius: 11px;
}

.project001Txt {
  display: flex;
  position: absolute;
  align-items: center;
  z-index: 1;
  gap: 1rem;
  width: 40%;
  left: 1%;
  align-items: flex-start;
}

.project001Txt h3 {
  font-weight: 600;
  font-size: 1.6rem;
}

.project001Txt p {
  font-weight: 200;
  font-size: 1.6rem;
}
.ProjectCardOneBackgroundImg {
  background-image: linear-gradient(
      90deg,
      var(--colorCard1) 0%,
      var(--colorCard2) 49%,
      var(--colorCard3) 100%
    ),
    url(../imgAndSvg/pillars_of_creation_black.jpg);
  height: 100%;
  width: 70%;
  position: absolute;
  right: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: offHover;
  animation-duration: 0.5s;
}

.ProjectCardTwoBackgroundImg {
  background-image: linear-gradient(
      90deg,
      var(--colorCard1) 0%,
      var(--colorCard2) 49%,
      var(--colorCard3) 100%
    ),
    url(/norwayImg/jpg/norwayBackgroundImgBlackAndWhite.jpg);
  height: 100%;
  width: 70%;
  position: absolute;
  right: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: offHover;
  animation-duration: 0.5s;
}

.ProjectCardThreeBackgroundImg {
  background-image: linear-gradient(
      90deg,
      var(--colorCard1) 0%,
      var(--colorCard2) 49%,
      var(--colorCard3) 100%
    ),
    url(../imgAndSvg/home-screen.jpg);
  height: 100%;
  width: 70%;
  position: absolute;
  right: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.project001:hover .ProjectCardOneBackgroundImg,
.project001:active .ProjectCardOneBackgroundImg {
  animation: pulse 750ms ease-in-out;
}

.project001:hover .ProjectCardTwoBackgroundImg,
.project001:active .ProjectCardTwoBackgroundImg {
  animation: pulse 750ms ease-in-out;
}

.project001:hover .ProjectCardThreeBackgroundImg,
.project001:active .ProjectCardThreeBackgroundImg {
  animation: pulse 750ms ease-in-out;
}

@keyframes pulse {
  from,
  to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.1;
    filter: blur(5px);
  }
}

/*About Section*/
/*About Section*/
/*About Section*/
#AboutSection {
  padding-top: 2rem;
}

.aboutGrandapaDiv {
  width: 60%;
  margin: 0 auto;
}

/*About + Contact Headline*/
h3,
h4 {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}

h3 {
  color: var(--color2);
}
h4 {
  color: #636363;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.aboutTxtParentDiv {
  margin-top: 2rem;
}

.imgOfMe {
  margin: auto;
  text-align: center;
  margin-top: 3rem;
}

.blueHighlitedTxt {
  font-weight: 600;
  color: var(--color1);
}

.bigText {
  font-weight: 600;
}

.aboutImgDesktop {
  width: 100%;
  margin-top: 1rem;
  border: solid 3px var(--color2);
  border-radius: 11px;
}

.aboutImgMobile {
  width: 100%;
  display: none;
  margin-top: 1rem;
  border: 2px solid var(--color2);
}

/*Contact Section*/
/*Contact Section*/
/*Contact Section*/
#Contact-Section {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.contantGrandpaDiv {
  width: 60%;
  margin: 0 auto;
}

.allHeadlines {
  font-size: 4.7rem;
  line-height: 5.5rem;
  letter-spacing: -2px;
}

.contactSubheadline {
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.Subheadline {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: var(--subHeadline);
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.aboutSubheadline {
  margin-bottom: 1rem;
}

.bothSocialBtn {
  margin-top: 2rem;
}

.emailSVG {
  height: 3rem;
}

.emailSVG path {
  stroke: var(--color2);
  stroke-width: 1.5;
}

.btnStyle {
  border: 3px solid var(--color2);
  margin: 0 auto;
  height: 4rem;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
  border-radius: 11px;
}

.emailBtn p {
  text-align: center;
}

.socialBtnWidth {
  width: 49%;
  margin-top: 2%;
}

.socialBtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.instaIcon {
  height: 2.4rem;
  margin-right: 0.3rem;
}
.twitterIcon {
  height: 2rem;
  margin-right: 0.2rem;
}

.btnStyle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 500ms ease-in-out;
  background: linear-gradient(
    90deg,
    rgb(122, 157, 255) 0%,
    rgb(58, 57, 139) 49%,
    rgb(25, 100, 185) 100%
  );
  opacity: 0;
  z-index: -1;
  border-radius: 8px;
}

.btnStyle:hover::after {
  opacity: 1;
}
.btnStyle:active::after {
  opacity: 1;
}

/*Footer*/
/*Footer*/
/*Footer*/
#footer {
  background-color: #0c0c0c;
  margin-top: 5rem;
}

.contact-div-footer {
  background-color: #2758d7;
  position: relative;
  overflow: hidden;
  width: 100%; /* Full width of the screen */
  height: auto; /* Adjust to your desired height */
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

/* Scrolling wrapper that moves */
.scrolling-wrapper {
  display: flex;
  animation: scroll-left 10s linear infinite; /* Animate the entire wrapper */
  white-space: nowrap; /* Prevent line wrapping */
}

/* Content inside the scrolling wrapper */
.scrolling-content {
  display: flex;
  align-items: center;
  margin-right: 25px; /* Space between repeating blocks */
}

/* Text styling */
.scrolling-text {
  font-weight: bold;
  color: white;
}

.scrolling-text-headline {
  text-transform: uppercase;
  padding: 14px 30px; /* Adjust padding around headline */
  font-size: 5rem;
}

.scrolling-text-underline {
  text-decoration: underline;
  padding: 30px; /* Adjust padding around underline */
  font-size: 2rem;
}

/* Pause scrolling on hover */
.contact-div-footer:hover .scrolling-wrapper {
  animation-play-state: paused; /* Stops the animation on hover */
}

/* Keyframes for scrolling */
@keyframes scroll-left {
  0% {
    transform: translateX(0); /* Start at the default position */
  }
  100% {
    transform: translateX(-100%); /* Move completely out of view */
  }
}

.footerFlex h6 {
  font-size: 1.8rem;
  color: var(--color2);
}

.footerFlex p,
.footerFlex a {
  font-size: 1.2rem;
  font-weight: 200;
}

.footerWidth {
  width: 1150px;
  margin: 0 auto;
}

.footerLogo {
  width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footerInformativeTxt {
  width: 70%;
  margin: auto;
}

.footerFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
}

.footerBrowseTxt {
  display: flex;
  flex-direction: column;
}
.footerLegealTxt {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
.footerEMailSvg {
  height: 1.5rem;
}
.footerLocationSvg {
  height: 1.5rem;
}
.footerEmail {
  display: flex;
  align-items: center;
}

.footerEmail p {
  margin-left: 0.3rem;
}
.footerLocation {
  display: flex;
  align-items: center;
}

.footerLocation svg {
  margin-left: 0.45rem;
}
.footerLocation p {
  margin-left: 0.65rem;
}

.footerSocialFLex {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex: 1;
  padding-top: 0.5rem;
}

.footerTwtrIconSvg {
  height: 2rem;
  width: 2rem;
}
.footerInstaIconSvg {
  height: 2rem;
  width: 2rem;
}

.footerTwtrIcon {
  padding: 0.5rem;
  background-color: #1c1c1c;
  border-radius: 5px;
}
.footerInstaIcon {
  padding: 0.5rem;
  background-color: #1c1c1c;
  border-radius: 5px;
  display: block;
}

.footerBlueStroke {
  border-radius: 99px;
  width: 4px;
  height: 22rem;
  background-color: var(--color1);
  position: relative;
  top: -2.2rem;
}

.footerSocial {
  margin-top: 1.7rem;
}
.footerContactMargin {
  margin-top: 1rem;
}
.footerContactMargin div {
  margin: 0.2rem 0;
}

.footerBrowse-legal a:hover,
.footerBrowse-legal a:active {
  text-decoration: underline;
}
/*Trade mark at the bottom of the*/
/*Trade mark at the bottom of the*/
/*Trade mark at the bottom of the*/
.trademark {
  background: linear-gradient(90deg, #6ea9e6 0%, #264f8f 100%);
  text-align: center;
  height: 2rem;
}

.trademark p {
  padding-top: 0px;
  color: var(--color2);
}
/*!Media Querry*/
/*!Media Querry*/
/*!Media Querry*/
/*!Media Querry*/
/*!Media Querry*/

@media (max-width: 1900px) {
  .ProjectCardOneBackgroundImg {
    width: 60%;
  }
  .ProjectCardTwoBackgroundImg {
    width: 60%;
  }
  .ProjectCardThreeBackgroundImg {
    width: 60%;
  }
}
@media (max-width: 1465px) {
  .nav-bar {
    width: 80%;
  }
  /*Project With*/
  .projectWidth {
    width: 80%;
  }
  .ProjectCardOneBackgroundImg {
    width: 65%;
  }
  .ProjectCardTwoBackgroundImg {
    width: 65%;
  }
  .ProjectCardThreeBackgroundImg {
    width: 65%;
  }
  /*About Section Width*/
  .aboutGrandapaDiv {
    width: 80%;
  }
  /*Contact Section Width*/
  .contantGrandpaDiv {
    width: 80%;
  }

  .menu li .i {
    font-weight: 600;
    font-size: 1.4rem;
  }
  .menu li {
    padding-left: 20px;
  }
  .kontakt {
    max-width: 90%;
  }
}

@media (max-width: 1300px) {
  .introFlexWrepper {
    position: relative;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .meWorkingDesktop {
    height: 400px;
    width: auto;
    z-index: 99;
    display: none;
  }
  .meWorkingMobile {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 5rem;
  }
}
@media (max-width: 1180px) {
  .footerFlex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10rem;
  }
  .footerBlueStroke {
    border-radius: 99px;
    width: 100%;
    height: 4px;
    background-color: var(--color1);
    position: relative;
    top: 0;
    margin-top: 0rem;
    margin: 2.2rem 0;
  }
  .footerWidth {
    max-width: 90%;
    margin: 0 auto;
  }
  .footerServices {
    margin-right: auto;
  }
  .footerBrowse-legal {
    margin-right: auto;
  }
  .footer-contact-social {
    margin-right: auto;
    margin-bottom: 5rem;
  }
  .backgroundShapeB {
    position: absolute;
    top: 60%;
    left: 1%;
  }
}

@media (max-width: 1115px) {
  /*Header Width*/
  .nav-bar {
    width: 90%;
  }
  .meWorkingMobile {
    width: 90%;
  }
  .introFlexWrepper {
    width: 90%;
  }
  /*Project With*/
  .projectWidth {
    width: 90%;
  }
  /*About Section Width*/
  .aboutGrandapaDiv {
    width: 90%;
  }
  /*Contact Section Width*/
  .contantGrandpaDiv {
    width: 90%;
  }
  .menu li .i {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .menu li {
    padding-left: 15px;
  }
  .kontakt {
    max-width: 80%;
  }
  .footerInformativeTxt {
    width: 90%;
  }
}

@media (max-width: 888px) {
  .nav-bar {
    width: 90%;
  }
  .hamburger {
    display: block;
  }
  #Project-Section {
    padding-top: 2rem;
  }
  .menu {
    position: fixed;
    right: -100%;
    top: 0;
    gap: 20px;
    flex-direction: column;
    background-color: var(--backgroundcolor);
    width: 100%;
    text-align: center;
    transition: 0.33s;
    height: 100vh;
  }

  .menu li {
    top: 30%;
    padding-left: 0px;
    position: relative;
    display: block;
  }

  .menu li .i {
    font-size: 1.6rem;
    margin-bottom: 0.1rem;
    color: var(--color2);
  }

  .kontakt {
    max-width: 300%;
    height: auto;
  }
  .menu.active {
    right: 0;
  }

  .hamburger.active .bar:nth-child(2) {
    transform: translateX(-25%);
  }

  /*Headline*/
  /*Headline*/
  /*Headline*/
  .allHeadlines {
    font-size: 4.2rem;
    line-height: 4.3rem;
  }
  /*Hero Section*/
  /*Hero Section*/
  /*Hero Section*/

  #Above-Fold h1 {
    margin-top: 10%;
  }

  .blurEffectBackground {
    backdrop-filter: blur(5px);
  }

  .backgroundStartsSvg {
    background-image: url(../imgAndSvg/Gruppe\ 3035.svg);
  }

  .intro h1 {
    text-align: left;
  }

  .btnFlex {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: start;
    gap: 3rem;
    margin-top: 3rem;
  }

  .browseBtn {
    background-color: var(--backgroundcolor);
    border: 3px solid var(--color2);
    margin-top: 0%;
    margin-left: 0%;
    position: relative;
    text-align: center;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color2);
    cursor: pointer;
    cursor: pointer; /* Cursor on hover */
    width: 300px;
    bottom: 5px;
  }

  .browseBtn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 500ms ease-in-out;
    background: linear-gradient(
      90deg,
      rgb(122, 157, 255) 0%,
      rgb(58, 57, 139) 49%,
      rgb(25, 100, 185) 100%
    );
    opacity: 0;
  }

  .browseBtn:hover::after {
    opacity: 1;
  }
  .browseBtn:active::after {
    opacity: 1;
  }
  .backgroundShapeA {
    position: absolute;
    top: 10%;
    left: 10%;
  }
  .backgroundShapeB {
    position: absolute;
    top: 70%;
    left: 1%;
  }
  .backgroundShapeC {
    position: absolute;
    top: 20%;
    right: 14%;
  }
  .backgroundShapeD {
    position: absolute;
    bottom: 35%;
    right: 4%;
  }

  .backgroundShapeE {
    display: none;
  }
  .backgroundShapeF {
    display: none;
  }
  .backgroundShapeG {
    display: none;
  }

  .shapeSize {
    height: 140px;
  }
  /*Project Section*/
  /*Project Section*/
  /*Project Section*/
  .ProjectCardOneBackgroundImg {
    width: 100%;
  }
  .ProjectCardTwoBackgroundImg {
    width: 100%;
  }
  .ProjectCardThreeBackgroundImg {
    width: 100%;
  }

  .project001 {
    border: 2px solid var(--color2);
    overflow: hidden;
    height: 10rem;
    position: relative;
    display: flex;
    align-items: center;
  }
  .btnStyle {
    border: 2px solid var(--color2);
  }
  .project001Txt {
    display: flex;
    position: absolute;
    align-items: center;
    z-index: 1;
    gap: 2rem;
    width: 100%;
    left: 1%;
    align-items: flex-start;
    justify-content: center;
  }

  .project001Txt h3 {
    font-weight: 600;
    font-size: 1.4rem;
  }

  .project001Txt p {
    font-weight: 200;
    font-size: 1.4rem;
  }

  .ProjectHeadline {
    font-size: 6rem;
  }
  .aboutImgDesktop {
    width: 100%;
    display: none;
  }

  .aboutImgMobile {
    width: 100%;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .trademark p {
    padding-top: 5px;
    font-size: 1rem;
  }
  #Contact-Section {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  p {
    font-size: 1.2rem;
  }
  .scrolling-text-headline {
    padding: 10px;
    font-size: 3rem;
  }

  .scrolling-text-underline {
    font-size: 1rem;
    padding: 10px;
  }
}

@media (max-width: 658px) {
  .trademark p {
    font-size: 1rem;
  }

  #Above-Fold h1 {
    font-size: 3rem;
    width: 100%;
    line-height: 3.5rem;
  }
  #Above-Fold h3 {
    font-size: 1.3rem;
    margin-top: 4rem;
    font-weight: 400;
    width: 100%;
  }

  .blurEffectBackground {
    backdrop-filter: blur(5px);
  }

  .backgroundStartsSvg {
    background-image: url(../imgAndSvg/Gruppe\ 3035.svg);
  }

  #Above-Fold {
    padding-top: 5rem;
  }

  .intro {
    position: relative;
    margin-top: 10rem;
    margin-bottom: 3rem;
    z-index: 5;
  }

  .intro h1 {
    text-align: left;
  }

  .btnFlex {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: start;
    gap: 3rem;
    margin-top: 3rem;
  }

  .browseBtn {
    background-color: var(--backgroundcolor);
    border: 2px solid var(--color2);
    margin-top: 0%;
    margin-left: 0%;
    position: relative;
    text-align: center;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color2);
    cursor: pointer;
    cursor: pointer; /* Cursor on hover */
    width: 300px;
    bottom: 5px;
  }

  .browseBtn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 500ms ease-in-out;
    background: linear-gradient(
      90deg,
      rgb(122, 157, 255) 0%,
      rgb(58, 57, 139) 49%,
      rgb(25, 100, 185) 100%
    );
    opacity: 0;
  }

  .browseBtn:hover::after {
    opacity: 1;
  }
  .browseBtn:active::after {
    opacity: 1;
  }

  .browseBtnTxt {
    font-size: 1.3rem;
    font-weight: 600;
    z-index: 999;
  }

  .cntctBtn {
    border-bottom: 3px solid var(--color1);
    transition: 0.15s ease-in-out;
  }
  .cntctBtn p {
    font-size: 1.2rem;
    font-weight: 600;
    left: 0;
    text-align: left;
  }
}

@media (max-width: 600px) {
  /*Header Width*/
  .nav-bar {
    width: 92%;
  }
  .meWorkingMobile {
    width: 92%;
  }
  /*Project With*/
  .projectWidth {
    width: 92%;
  }
  /*About Section Width*/
  .aboutGrandapaDiv {
    width: 92%;
  }
  /*Contact Section Width*/
  .contantGrandpaDiv {
    width: 92%;
  }
  .trademark p {
    font-size: 1rem;
  }
  /*Above Fold*/
  #Above-Fold {
    padding-top: 1rem;
  }

  #Above-Fold h1 {
    font-size: 3rem;
    width: 100%;
  }
  #Above-Fold h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    font-weight: 400;
    width: 100%;
  }

  .blurEffectBackground {
    backdrop-filter: blur(5px);
  }

  .backgroundStartsSvg {
    background-image: url(../imgAndSvg/Gruppe\ 3035.svg);
  }

  .intro {
    position: relative;
    margin-top: 20%;
    margin-bottom: 0rem;
    z-index: 5;
  }

  .intro h1 {
    text-align: left;
  }

  .btnFlex {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: start;
    gap: 0.5rem;
    padding-top: 3rem;
  }

  .browseBtn {
    background-color: var(--backgroundcolor);
    border: 2px solid var(--color2);
    margin-top: 0%;
    margin-left: 0%;
    position: relative;
    text-align: center;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color2);
    cursor: pointer;
    cursor: pointer; /* Cursor on hover */
    width: 300px;
    bottom: 5px;
  }

  .browseBtn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 500ms ease-in-out;
    background: linear-gradient(
      90deg,
      rgb(122, 157, 255) 0%,
      rgb(58, 57, 139) 49%,
      rgb(25, 100, 185) 100%
    );
    opacity: 0;
  }

  .browseBtn:hover::after {
    opacity: 1;
  }
  .browseBtn:active::after {
    opacity: 1;
  }

  .browseBtnTxt {
    font-size: 1.3rem;
    font-weight: 600;
    z-index: 999;
  }

  .cntctBtn {
    border-bottom: 3px solid var(--color1);
    transition: 0.15s ease-in-out;
  }
  .cntctBtn p {
    font-size: 1.2rem;
    font-weight: 600;
    left: 0;
    text-align: left;
  }

  .trademark p {
    font-size: 0.8rem;
  }
  .intro h1 {
    font-size: 4.9rem;
  }
  .intro h2 {
    font-size: 3.2rem;
  }

  /*Go Browse button + get attetion text*/
  .takeaction {
    margin-top: 1%;
    padding-left: 0%;
    width: 92%;
    margin: auto;
  }

  /*Browse Button*/
  .action-button {
    padding: 10px;
  }

  .action-button p {
    font-size: 1.4rem;
  }

  .socialBtnWidth {
    width: 47%;
    margin-top: 6%;
  }
  .footerLogo {
    width: 270px;
  }

  .footerFlex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 3rem;
  }

  .footerInformativeTxt {
    width: 100%;
  }
  .footerBlueStroke {
    border-radius: 99px;
    width: 100%;
    height: 4px;
    background-color: var(--color1);
    position: relative;
    top: 0;
    margin-top: 0rem;
    margin: 2.2rem 0;
  }
  .footerWidth {
    max-width: 90%;
    margin: 0 auto;
  }
  .footerServices {
    margin-right: auto;
  }
  .footerBrowse-legal {
    margin-right: auto;
  }
  .footer-contact-social {
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
  .allHeadlines {
    font-size: 3.3rem;
    line-height: 3.7rem;
  }

  .backgroundShapeA {
    position: absolute;
    top: 3%;
    left: 10%;
  }
  .backgroundShapeB {
    position: absolute;
    top: 70%;
    left: 1%;
  }
  .backgroundShapeC {
    position: absolute;
    top: 35%;
    right: 1%;
  }
  .backgroundShapeD {
    display: none;
  }

  .backgroundShapeE {
    display: none;
  }
  .backgroundShapeF {
    display: none;
  }
  .backgroundShapeG {
    display: none;
  }

  .shapeSize {
    height: 120px;
  }
}

@media (max-width: 413px) {
  .trademark p {
    font-size: 0.8rem;
  }
  .intro h1 {
    font-size: 4.2rem;
  }
  .intro h2 {
    font-size: 2.7rem;
  }

  .action-button p {
    font-size: 1.5rem;
  }
  .logo {
    width: 200px;
  }
}

@media (max-width: 413px) {
  .trademark p {
    font-size: 0.8rem;
  }
  .intro h1 {
    font-size: 3.8rem;
  }
  .intro h2 {
    font-size: 2.4rem;
  }

  .action-button p {
    font-size: 1.4rem;
  }
  #Above-Fold {
    padding-top: 1rem;
    min-height: 90vh;
  }
}

@media (max-width: 321px) {
  .trademark p {
    font-size: 0.6rem;
  }
  .intro h1 {
    font-size: 3.3rem;
  }
  .intro h2 {
    font-size: 2.2rem;
  }

  .intro {
    top: 25%;
  }

  .action-button p {
    font-size: 1.2rem;
  }
  .emailBtn p {
    font-size: 1rem;
  }
  .btnStyle p {
    font-size: 1rem;
  }

  /*Project Card Style*/
  .project001Txt h3 {
    font-weight: 600;
    font-size: 1.2rem;
  }

  .project001Txt p {
    font-weight: 200;
    font-size: 1.2rem;
  }

  .ProjectHeadline {
    font-size: 5rem;
  }
}
