.firstSectionArtist {
  background-color: #eb5805;
  height: 100vh;
  background-size: cover;
}

.artistBio {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 0 50px;
  margin: auto;
  gap: 10%;
}

.artistNameL{
  font-size: 100px !important;
  line-height: 80px;
  font-weight: 900;
}

.contactAllDetails a{
text-decoration: none;
color: white;
}

.artistNameR{
  font-size: 100px !important;
  margin-left: 20%;
  font-weight: 900;
}

.artistDescription {
  width: 40%;
  color: white;
}

.artistDescription p {
  font-size: 24px;
  font-family: Josefin Sans;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
}

.marquee {
  display: flex;
  justify-content: space-between;
  animation: animate_text 10s linear infinite;
  white-space: nowrap;
}

.artistName {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  WIDTH: 75%;
  color: white;
  font-family: Oswald;
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 100.85px;
  text-align: left;
  /* padding-left: 165px; */
  MARGIN: auto;
}

.firstTimerImg img{
  width: 100%;
  height: 100%;
}
.artistName:hover{
  filter: blur(1);
}

.firstTImer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 40px 30px;
}

.firstTimerImg {
  width: 400px;
  height: 600px;
}



@keyframes animate_text {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.artistSeconSection {
  display: flex;
  background-color: #222222;
  align-items: center;
  justify-content: space-around;
  padding: 70px 50px;
}

.aboutArtist {
  width: 40%;
}

.titleArtist {
  color: #eb5805;
  font-family: Oswald;
  font-size: 36px;
  font-weight: 400;
  line-height: 53.35px;
  text-align: left;
}

.aboutDescription {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 300;
    line-height: 31.57px;
    text-align: left;
    color: white;
}

.artthirdSection {
  padding: 70px 00px;
}

/* .artthirdSection {
  padding: 70px 50px;
} */

/* .artSection {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 30px 0;
} */

.artSection {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  height: 625px;
}

/* .artContent {
  width: 40%;
  padding: 80px 20px 40px;
  background-color: #eb5805;
  color: white;
  text-align: left;
  margin-top: 8%;
} */

.artContent {
  width: 40%;
  padding: 80px 20px 40px;
  background-color: #eb5805;
  color: white;
  text-align: left;
  margin-top: 16%;
  height: 300px;
}

/* .artImage {
  width: 500px;
  height: 300px;
} */

.artImage {
  width: 750px;
  height: 450px;
}

/* .tattooContent .artImage {
  width: 500px;
  height: 300px;
  margin-top: 8%;
} */

.tattooContent .artImage {
  width: 750px;
  height: 450px;
  margin-top: 8%;
}

.artContent .title {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 500;
  line-height: 53.35px;
  text-align: left;
  text-transform: uppercase;
}

.artContent .description {
  font-family: Oswald;
  font-size: 24px;
  font-weight: 400;
  line-height: 25.57px;
  text-align: left;
  color: white;
}

.tattooContent {
  display: flex;
  justify-content: space-between;
  /* justify-content: space-around; */
  width: 100%;
  /* float: left; */
  padding: 30px 0;
}
/* .tattooContentArt {
  width: 40%;
  padding: 80px 20px 40px;
  background-color: #eb5805;
  color: white;
  text-align: left;
  max-height: 325px;
  /* margin-top: 8%; 
} */

.tattooContentArt {
  width: 40%;
  padding: 80px 20px 40px;
  background-color: #eb5805;
  color: white;
  text-align: left;
  max-height: 300px;
  /* margin-top: 8%; */
}

.tattooContentArt .title {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 500;
  line-height: 53.35px;
  text-align: left;
  text-transform: uppercase;
}

.tattooContentArt .description {
  font-family: Oswald;
  font-size: 24px;
  font-weight: 400;
  line-height: 35.57px;
  text-align: left;
  color: white;
}

.contactArtist {
  display: flex;
  background-color: #eb5805;
  justify-content: center;
  padding: 10px;
  width: fit-content;
  align-items: center;
  box-shadow: 0 0 0 10px #eb580580;
  margin: 3% auto;
}

.contactButton {
  background-color: #222222;
  padding: 5px 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 24px;
  font-family: Oswald;
  margin: 10px;
}
.contactButton img {
  width: 30px;
  height: 30px;
}

.more {
  display: none;
}

.artistImg{
  width: 450px;
  height: 650px;
}

.artistQuote{
  margin-top: 50px;
}

.aboutImgDesc {
  width: 400px;
  height: 600px;
}

@media (max-width: 580px) {
  *{
      /*overflow-x: hidden;*/
  }
  .artistNameR {
    font-size: 40px !important;

}

  .artistNameL {
    font-size: 30px !important;
    line-height:30px
}
  .firstSectionArtist {
    height: 105vh;
  }

  .artistName {
    font-size: 40px;
    line-height: 65px;
  }

  .artistBio {
    gap: 24px;
    flex-direction: column;
    padding: 0 40px;
  }

  .artistQuote{
    line-height: 25px;
    text-align: center;
    margin-top: 0px;
  }

      .artistImg {
        width: 100%;
        height: auto;
    }


  .artistDescription {
    width: 100%;
  }

  .artistSeconSection {
    padding: 40px 30px;
    gap: 50px;
    flex-direction: column;
  }

  .aboutArtist {
    width: 100%;
  }

  .titleArtist {
    text-align: center;
  }

  .aboutDescription {
    text-align: center;
    font-size: 17px;
    line-height: 28.57px;
  }

  .artthirdSection {
    padding: 40px 30px;
  }
  .artImage {
    width: 100%;
    /* width: 300px; */
    height: 200px;
  }
  .artSection {
    flex-direction: column;
    height: 100%;
  }
  .artContent {
    width: 100%;
    padding: 35px 20px 40px;
    margin-top: 0;
    height: 100%;
  }
  .artContent .title {
    font-size: 30px;
  }
  .artContent .description {
    font-size: 17px;
    line-height: 26.57px;
  }
  .tattooContentArt .title {
    font-size: 30px;
  }
  .tattooContentArt .description {
    font-size: 17px;
    line-height: 26.57px;
  }

  .tattooContent {
    flex-direction: column-reverse;
  }

  .tattooContent .artImage {
    /* width: 300px; */
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .tattooContentArt {
    width: 100%;
    padding: 35px 20px 40px;
    max-height: 430px;
  }

  .contactArtist {
    flex-direction: column;
  }

  .contactAllDetails {
    display: flex;
  }
  .contactButton img {
    width: 18px;
    height: 18px;
  }
  .contactButton2 img {
    width: 20px;
    height: 20px;
  }
  .contactButton {
    padding: 10px;
    font-size: 17px;
    margin: 10px 5px;
  }

  .orbs {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 900;
    display: block;
    font-size: 25px !important;
    letter-spacing: 14px !important;
    width: 80%;
    margin: auto auto;
    line-height: 35px !important;

}

.aboutImgDesc {
    width: 100%;
    height: 100%;
}
.firstTimerImg {
    width: 100%;
    height: 100%;
}
}
@media (min-width: 581px) and (max-width: 820px) {
  .artistNameR {
    font-size: 50px !important;
}

.firstTimerImg {
    width: 100%;
    height: 100%;
}

.artistImg {
  width: 350px;
  height: 550px;
}

  .artistNameL {
    font-size: 50px !important;
}
  .firstSectionArtist {
    height: 85vh;
  }

  .tattooContentArt {
    width: 50%;
  }

  .artContent {
    width: 50%;
  }

  .artImage {
    width: 450px;
    height: 250px;
  }
  .tattooContent .artImage {
    width: 450px;
    height: 250px;
    margin-top: 16%;
  }

  .artSection {
    height: 525px;
  }
  .artContent .description {
    font-size: 20px;
    line-height: 28.57px;
  }

  .tattooContentArt .description {
    font-size: 20px;
    line-height: 29.57px;
  }
  .artistBio {
    gap: 20px;
  }
  .orbs {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 900;
    display: block;
    font-size: 54px !important;
    width: 80%;
    margin: auto auto;
    line-height: 66px !important;
    letter-spacing: 9px !important;

}
}
@media (min-width: 821px) and (max-width: 1200px) {
  .artistNameR {
    font-size: 60px !important;
}

  .artistNameL {
    font-size: 60px !important;
}
  .orbs {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 900;
    display: block;
    font-size: 80px !important;
    width: 80%;
    margin: auto auto;
    line-height: 80px !important;
    letter-spacing: 5px;
}
  .firstSectionArtist {
    height: 60vh;
  }

  .tattooContentArt {
    width: 50%;
  }

  .artContent {
    width: 50%;
  }

  .artImage {
    width: 450px;
    height: 250px;
  }
  .tattooContent .artImage {
    width: 450px;
    height: 250px;
  }
}



/* heading animation  */
.end-left {
  margin-left: -235px;
}

.end-right {
  margin-right: -117.5px;
}
.outline {
  position: absolute;
  top: 20px;
}

.outline {
  color: black;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: red;
  font-size: 64px;
  font-family: "Arvo", serif;
}

.orbs {
  /* font-family: "Raleway", sans-serif; */
  font-weight: 900;
  display: block;
  font-size: 100px;
  letter-spacing: 5px;
 width: 80%;
 margin: auto auto ;
 line-height: 80px;
     text-align: center;
  span {
    color: red;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
text-transform: uppercase;
    position: static;
    left: 00%;

    &:first-child {
      margin-left: 0px;
    }

    &:not(:first-child) {
      margin-left: -35px;
    }
  }
}

.glow {
  opacity: 0;
  font-family: "Arvo", serif;
  font-weight: 300;
  color: red;
  margin-left: -222.5px;
  font-size: 105px;
  position: absolute;
  top: 200px;
  left: 50%;
}

@media (min-width:1201px) and (max-width:1300px) {
  .artistImg {
    width: 340px;
    height: 430px;
}

.orbs {
  /* font-family: "Raleway", sans-serif; */
  font-size: 85px;
  line-height: 60px;
}
.firstTimerImg {
  width: 250px;
  height: 450px;
}

.firstSectionArtist{
  height: 110vh;
}

}

@media (min-width:1800px) {
.artistImg{
  width: 450px;
  height: 650px;
}
.orbs {
  font-size: 120px;
  width: 85%;
  line-height: 104px;
}
}