html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 0px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  font-style: normal;
}

h5,
a {
  font-weight: 500;
  font-style: normal;
}

p {
  font-weight: 400;
  margin: 0;
  font-style: normal;
}

.ani-swan,
.home-swan,
.footer-swan {
  font-weight: 600;
  margin: 0;
  font-style: normal;
}

.image-swan,
.contact-swan {
  font-weight: 700;
  font-style: none;
}

.footer-p,
.albums-p {
  font-weight: 500;
  font-style: none;
}

#logo {
  font-family: "Rancho", cursive;
  font-weight: 400;
  font-size: 2.5rem;
}

.albums-p {
  font-size: 1.8rem;
}

.contact-swan {
  font-size: 8rem;
}

.axel-price-p {
  font-weight: 400;
  font-size: 1.7rem;
}

.footer-p {
  font-size: 3.5rem;
  color: #efefef;
}

p {
  font-size: 2rem;
}

.image-swan {
  font-size: 10rem;
}

.ani-swan {
  font-size: 16rem;
  color: #623b31;
}

.home-swan {
  font-size: 9rem;
  color: #efefef;
}

.footer-swan {
  font-size: 20rem;
  color: transparent;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #623b31;
}

h1 {
  font-size: 10rem;
}

h2 {
  font-size: 7rem;
}

h3 {
  font-size: 4.3rem;
}

h4 {
  font-size: 2.7rem;
}

h5,
a {
  font-size: 1.7rem;
}

a,
a:visited,
a:active {
  text-decoration: none;
  color: #efefef;
}

.see-all-br {
  content: "";
  background-color: #478c88;
  height: 2px;
  width: 100%;
  float: right;
  margin-top: 4px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

main {
  padding-top: 100px;
  background-color: #efefef;
  width: 100%;
}

.color-black {
  color: #030710 !important;
}

.line {
  content: " ";
  height: 1px !important;
  background: white;
  width: 90%;
  margin: 100px auto;
  opacity: 10%;
}

.vr-line {
  content: "";
  background-color: white;
  height: 55px;
  width: 1px;
  opacity: 40%;
}

.hero {
  min-height: 100dvh;
  background: #030710;
  padding: 70px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero__div {
  width: 100%;
  height: 630px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero__div .hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute !important;
  top: -5px;
  z-index: 3;
}
.hero__div .hero__text span {
  margin-top: -15px;
}
.hero__div img {
  padding: 50px 0 50px;
  width: 350px;
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.9);
  z-index: 1;
}
.hero__btn {
  padding: 15px 0;
  width: 160px;
  height: 55px;
  background-color: #478c88;
  position: absolute;
  bottom: -25px;
  text-align: center;
  margin: 50px auto;
  z-index: 10;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.hero__btn span {
  display: block;
  font-size: 1.7rem;
  color: var(--white);
  transition: 0.4s ease;
}
.hero__btn span:hover {
  transform: translateY(-50px);
}
.hero__btn:hover {
  background-color: #623b31;
}
.hero__btn:hover .my-works {
  transform: translateY(-50px);
}
.hero__animation, #contact__animation {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero__animation span, #contact__animation span {
  width: 100%;
  display: block;
  font-size: 15.5rem;
  color: transparent;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #623b31;
}
.hero__animation span:nth-child(2), #contact__animation span:nth-child(2), .hero__animation span:nth-child(3), #contact__animation span:nth-child(3) {
  margin-top: -80px;
}
.hero__animation span:nth-child(1), #contact__animation span:nth-child(1), .hero__animation span:nth-child(3), #contact__animation span:nth-child(3) {
  animation: ani-right 30s linear infinite;
}
.hero__animation span:nth-child(2), #contact__animation span:nth-child(2) {
  animation: ani-left 30s linear infinite;
}

@keyframes ani-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ani-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.testimony {
  background-color: var(--white);
  height: auto;
  padding-top: 80px;
  position: relative;
}
.testimony h3 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.testimony p {
  padding: 0 50px;
  text-align: center;
  margin: 10px auto;
  max-width: 900px;
}
.testimony__div {
  padding: 30px;
  margin-top: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.testimony__div div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background: #478c88;
  border-radius: 50%;
  margin: 20 auto;
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}
.testimony__div div:hover {
  transform: scale(0.8);
  background: #623b31;
  rotate: 360deg;
}
.testimony__div div a {
  color: #efefef;
  font-size: 1.7rem;
  text-decoration: none;
}
.testimony__div img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -40px;
  z-index: 1;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}

.features, .albums {
  padding: 0 50px 100px 50px;
  background-color: #030710;
  position: relative;
  z-index: 1;
}
.features__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.features__top h4 {
  color: #efefef;
}
.features__top div a {
  padding: 5px;
  border: 2px solid transparent;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 5;
}
.features__top div a:hover + .see-all-br {
  background-color: #623b31;
  transform: translateY(-35px);
  width: 130%;
}
.features__grid {
  margin-top: 16px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.features__container {
  overflow: hidden;
  width: 24%;
  height: auto;
  min-width: 230px;
  position: relative;
  flex-grow: 1;
}
.features__container:hover h1 {
  transform: translateY(-20px);
  opacity: 0;
}
.features__container:hover .album-bottom {
  transform: translateY(20px);
  opacity: 0;
}
.features__container:hover img {
  filter: brightness(0.6) grayscale(1);
}
.features__container:hover .ft-album-name {
  transform: translateY(0);
  opacity: 1;
}
.features__container h1 {
  font-size: 8rem;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
  transition: 0.25s ease-in-out;
}
.features__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out;
}
.features__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent, rgba(0, 0, 0, 0.4));
}
.features__overlay span {
  color: #efefef;
  font-size: 2.2rem;
  transition: 0.3s ease-in-out;
  display: block;
  font-size: 2.5rem;
  width: 50%;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
}

.album-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  transition: 0.25s ease-in-out;
}

.navbar {
  height: 80px;
  width: 100%;
  padding: 0 50px;
  background-color: #030710;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.4s ease-in-out;
}
.navbar #logo {
  color: white;
}
.navbar .topnav-open,
.navbar .topnav-close {
  display: none;
}
.navbar ul {
  display: flex;
  list-style: none;
}
.navbar ul li {
  margin-left: 4.5rem;
}
.navbar ul li a {
  color: #efefef;
  transition: 0.3s ease-in-out;
}
.navbar ul li a:hover {
  color: #50c29f;
}
.navbar .btn {
  background: #478c88;
  padding: 10px 18px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.navbar .btn:hover {
  color: #efefef;
  background: #623b31;
}
@media screen and (max-width: 720px) {
  .navbar__div {
    display: flex;
    justify-content: center;
    position: fixed;
    background: #030710;
    inset: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 2;
  }
  .navbar .active {
    transform: translateX(0);
  }
  .navbar ul {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    gap: 40px;
  }
  .navbar ul li {
    margin-left: 0;
  }
  .navbar ul li a {
    font-size: 2.2rem;
  }
  .navbar .topnav-close,
  .navbar .topnav-open {
    display: inline;
    padding: 10px;
    float: right;
    background: transparent;
    height: 60px;
    width: auto;
    aspect-ratio: 1;
    outline: none;
    border: none;
  }
  .navbar .topnav-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .navbar .topnav-close img,
  .navbar .topnav-open img {
    height: 100%;
  }
}

@media screen and (max-width: 720px) {
  .navbar {
    padding: 0 20px;
  }
}
footer {
  padding-top: 100px;
  background: #030710;
  width: 100%;
}

#footer__div p {
  text-align: center;
  margin-top: -70px;
}
#footer__big__text {
  height: auto;
  position: relative;
  text-align: center;
}
#footer__big__text span {
  opacity: 50%;
}
#footer__big__text h2 {
  text-align: center;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  color: #efefef;
  text-align: center;
  width: 100%;
}
#footer__socials {
  display: flex;
  max-width: 1100px;
  padding: 0 50px;
  margin: 130px auto;
  justify-content: space-between;
}
#footer__socials a {
  text-align: center;
  color: #efefef;
  text-decoration: none;
  padding: 20px 0;
  width: 230px;
  border: solid white 1px;
  border-radius: 100px;
}

#axel {
  background: #030710;
  padding: 10px 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#axel__animation__div a {
  display: flex;
  align-items: center;
  gap: 5px;
}
#axel__animation__div a p {
  font-size: 2.05rem;
}
#axel__animation__div a p,
#axel__animation__div a span {
  color: #efefef;
}
#axel p {
  color: #efefef;
}

.albums {
  background-color: #efefef;
}
.albums__grid {
  margin-top: 16px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}
.albums__container {
  width: 100%;
  position: relative;
}
.albums__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#singleAlbum h3,
#singleAlbum p {
  text-align: center;
}
#singleAlbum h3 {
  margin-bottom: 5px;
}
#singleAlbum p {
  font-size: 1.8rem;
}
#singleAlbum__grid {
  display: grid;
  margin: 20px auto;
  max-width: 1200px;
  padding: 0 50px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(4, 250px);
  gap: 15px;
}
#singleAlbum__grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -o-object-position: top;
     object-position: top;
}

.img1 {
  grid-row: 1/3;
}

.img3 {
  grid-column: 3/4;
  grid-row: 1/3;
}

.img4 {
  grid-row: 3/5;
}

.img5 {
  grid-row: 2/4;
}

.img7 {
  grid-row: 3/5;
}

#recommend {
  margin-top: 80px;
}
#recommend h4 {
  text-align: center;
}
#recommend__grid {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 50px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#recommend__grid img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#about {
  position: relative;
}
#about__div {
  margin: 30px auto 0;
  padding: 0 50px;
  max-width: 1000px;
  display: flex;
  gap: 50px;
  z-index: 10;
  justify-content: center;
}
#about__div img {
  z-index: 10;
  width: 100%;
  max-width: 450px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
#about__text__div h4 {
  color: #030710;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
}
#about__text__div p {
  width: 100%;
  line-height: 1.7;
  opacity: 0.8;
}
#about__banner {
  margin-top: 30px;
  width: 100%;
  max-width: 350px;
  display: flex;
  background: #1b1b1b;
  padding: 10px 20px;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
}
#about__banner span {
  color: white;
}
#about__img {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -5px;
  z-index: 0;
}
#about__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about__black__div {
  background: #030710;
}

#bts {
  background: #030710;
  padding-top: 100px;
}
#bts h3 {
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
#bts img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#bts__div {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 0 50px;
  gap: 20px;
}
#bts__div > img {
  max-width: 350px;
  height: 520px;
}
#bts__div__div {
  display: flex;
  flex-direction: column;
  height: 520px;
  gap: 20px;
  width: 100%;
}
#bts__div__div img {
  width: 100%;
  height: 250px;
}

#contact {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#contact h2 {
  color: #efefef;
  margin-bottom: 10px;
}
#contact h2 span {
  color: #50c29f;
}
#contact p {
  color: #efefef;
  opacity: 65%;
  letter-spacing: 1px;
}
#contact__main {
  background: #030710 !important;
}
#contact__image__div {
  position: relative;
  margin-top: 30px;
}
#contact__image__div > span {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 3;
  line-height: 7rem;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #efefef;
}
#contact__image__div .fill-swan {
  color: #efefef;
}
#contact__image__div img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0) brightness(0.7) contrast(1.05);
}
#contact__animation {
  margin-top: 50px;
  position: relative;
}
#contact__animation span {
  font-weight: 700;
  font-size: 10rem;
}

#pricing {
  margin-top: 50px;
  padding-bottom: 50px;
}
#pricing h3 {
  text-align: center;
  color: #efefef;
}
#pricing__div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.pricing__container, .inner-body {
  width: -moz-fit-content;
  width: fit-content;
  color: #030710;
  background: #dddfe1;
  padding: 35px;
  border-radius: 10px;
}
.pricing__container > p, .inner-body > p {
  margin-bottom: 50px;
  opacity: 60%;
}
.pricing__container:nth-child(2), .inner-body:nth-child(2) {
  background: linear-gradient(-45deg, #1bfef1, #9ad41f);
  padding: 3px !important;
}
.pricing__small__container {
  margin-bottom: 50px;
}
.pricing__small__container:last-child {
  margin-bottom: 30px;
}
.pricing__small__container h4 {
  margin-bottom: 15px;
}
.pricing__flex__container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.pricing__flex__container img {
  width: 20px;
}

.inner-body {
  padding: 34px;
  border-radius: 8px;
}

@media screen and (max-width: 1020px) {
  #about {
    position: relative;
  }
  #about__div {
    margin: 0 auto 0;
    flex-direction: column-reverse;
    gap: 50px;
    z-index: 10;
    justify-content: center;
  }
  #about__div img {
    max-width: unset;
    border-radius: 10px;
  }
}
@media screen and ((min-width: 820px) and (max-width: 1224px)) {
  .features__container:last-child {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #footer__socials a {
    width: 200px;
  }
  #singleAlbum__grid {
    display: grid;
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(7, 250px);
    gap: 15px;
  }
  #singleAlbum__grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    -o-object-position: top;
       object-position: top;
  }
  .img1 {
    grid-row: 1/3;
  }
  .img2 {
    grid-row: 1/2;
  }
  .img3 {
    grid-column: unset;
    grid-row: 2/4;
  }
  .img4 {
    grid-row: 3/5;
  }
  .img5 {
    grid-row: 4/6;
  }
  .img6 {
    grid-row: 5/7;
  }
  .img7 {
    grid-row: 6/8;
  }
  #recommend {
    margin-top: 30px;
  }
  #recommend h4 {
    text-align: left;
    padding-left: 20px;
  }
  #recommend__grid {
    padding: 0 20px 30px;
    display: grid;
  }
  #recommend__grid img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contact {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 40px;
  }
  #contact h2 {
    color: #efefef;
    margin-bottom: 10px;
  }
  #contact h2 span {
    color: #50c29f;
  }
  #contact p {
    color: #efefef;
    opacity: 65%;
    letter-spacing: 1px;
  }
  #contact__main {
    background: #030710 !important;
  }
  #contact__image__div {
    position: relative;
    margin-top: 30px;
  }
  #contact__image__div > span {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 3;
    line-height: 7rem;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #efefef;
  }
  #contact__image__div .fill-swan {
    color: #efefef;
  }
  #contact__image__div img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    filter: saturate(0) brightness(0.7) contrast(1.05);
  }
  #contact__animation {
    margin-top: 50px;
    position: relative;
  }
  #pricing {
    padding: 0 20px;
  }
  #logo {
    font-family: "Rancho", cursive;
    font-weight: 400;
    font-size: 2.5rem;
  }
  .albums-p {
    font-size: 1.5rem;
  }
  .contact-swan {
    font-size: 7.5rem;
  }
  .axel-price-p {
    font-weight: 400;
    font-size: 1.5rem;
  }
  .footer-p {
    font-size: 3rem;
    color: #efefef;
    position: relative;
    z-index: 3;
  }
  p {
    font-size: 2rem;
  }
  .image-swan {
    font-size: 9.5rem;
  }
  .ani-swan {
    font-size: 15.5rem;
    color: #623b31;
  }
  .home-swan {
    font-size: 8.5rem;
    color: #efefef;
  }
  .footer-swan {
    font-size: 19.5rem;
    position: relative;
    z-index: 0;
    color: transparent;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #623b31;
  }
  h1 {
    font-size: 9.5rem;
  }
  h2 {
    font-size: 5.5rem;
  }
  h3 {
    font-size: 3.8rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5,
  a {
    font-size: 1.7rem;
  }
  #footer__socials a {
    padding: 15px 0;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #axel__animation__div a p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 650px) {
  #logo {
    font-family: "Rancho", cursive;
    font-weight: 400;
    font-size: 2rem;
  }
  .albums-p {
    font-size: 1.5rem;
  }
  .contact-swan {
    font-size: 5rem;
    line-height: 5rem !important;
  }
  .axel-price-p {
    font-weight: 400;
    font-size: 1.5rem;
  }
  .footer-p {
    font-size: 2.5rem;
    color: #efefef;
  }
  p {
    font-size: 2rem;
  }
  .image-swan {
    font-size: 10rem;
  }
  .ani-swan {
    font-size: 16rem;
    color: #623b31;
  }
  .home-swan {
    font-size: 9rem;
    color: #efefef;
  }
  .footer-swan {
    font-size: 13rem;
    color: transparent;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #623b31;
  }
  h1 {
    font-size: 10rem;
  }
  h2 {
    font-size: 4.5rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5,
  a {
    font-size: 1.7rem;
  }
  #footer__socials a {
    padding: 15px 0;
    width: 150px;
  }
  #footer__socials {
    margin: 50px 0;
    height: 300px;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }
  #axel {
    background-color: #efefef;
    padding: 10px 50px;
  }
  #axel__animation__div a span,
  #axel__animation__div a p {
    color: black;
  }
  #axel > a {
    display: none;
  }
  .features, .albums {
    padding: 0 20px 100px 20px;
  }
  #about__div img {
    height: 480px;
  }
  #bts__div {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #bts__div img {
    width: 100%;
    max-width: unset;
    height: 100%;
  }
  #bts__div__div {
    height: auto;
  }
  .testimony__div img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .testimony__div {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  #logo {
    font-family: "Rancho", cursive;
    font-weight: 400;
    font-size: 2rem;
  }
  .albums-p {
    font-size: 1.3rem;
  }
  .contact-swan {
    font-size: 4rem;
    line-height: 4rem !important;
  }
  .axel-price-p {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .footer-p {
    font-size: 2rem;
    color: #efefef;
  }
  p {
    font-size: 1.8rem;
  }
  .image-swan {
    font-size: 10rem;
  }
  .ani-swan {
    font-size: 16rem;
    color: #623b31;
  }
  .home-swan {
    font-size: 9rem;
    color: #efefef;
  }
  .footer-swan {
    font-size: 10.5rem;
    color: transparent;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #623b31;
  }
  h1 {
    font-size: 10rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5,
  a {
    font-size: 1.7rem;
  }
  #footer__socials a {
    padding: 15px 0;
    width: 150px;
  }
  #footer__div p {
    margin-top: -30px;
  }
  #singleAlbum__grid {
    display: grid;
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
  #singleAlbum__grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    -o-object-position: top;
       object-position: top;
  }
  .img1 {
    grid-row: unset;
  }
  .img2 {
    grid-row: unset;
  }
  .img3 {
    grid-column: unset;
    grid-row: unset;
  }
  .img4 {
    grid-row: unset;
  }
  .img5 {
    grid-row: unset;
  }
  .img6 {
    grid-row: unset;
  }
  .img7 {
    grid-row: unset;
  }
  #recommend {
    margin-top: 30px;
  }
  #recommend h4 {
    text-align: left;
    padding-left: 20px;
  }
  #recommend__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #recommend__grid img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contact h2 span {
    display: block;
    margin-top: 10px;
  }
  #contact p {
    font-size: 1.7rem;
  }
  #contact__image__div > span {
    top: 5px;
    left: 10px;
    z-index: 3;
    line-height: 7rem;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #efefef;
  }
  #contact__animation {
    margin-top: 10px;
    position: relative;
  }
  #contact__animation span {
    font-weight: 700;
    font-size: 10rem;
  }
  #pricing {
    margin-top: 20px;
  }
  .testimony h3 {
    text-align: left;
    padding-left: 50px;
  }
  .testimony p {
    text-align: left;
  }
  .features, .albums {
    padding: 50px 20px 50px;
  }
  .albums {
    padding: 0px 20px 20px;
  }
  #axel__animation__div a p {
    font-size: 1.4rem;
  }
}
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
#loader span {
  font-size: 1.8rem;
  color: white;
  opacity: 70%;
}/*# sourceMappingURL=styles.css.map */