.navbar {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.navbar.bg-white {
  opacity: 1;
}
.vector {
  position: absolute;
  z-index: 0;

  width: 41%;
  top: 34%;
  left: 24%;
}

.banner_description {
  text-align: justify;
}

.album-page__banner .row {
  padding: 6rem 0;
}

.swiper-pagination {
  bottom: 50% !important;
  left: 0 !important;
  width: auto !important;
  transform: rotate(90deg) !important;
}

@media (max-width: 596px) {
  .swiper-pagination {
    bottom: unset !important;
    top: 40px;
    width: unset !important;
    display: flex;
    flex-direction: column;
    transform: rotate(0) !important;
  }
  .swiper-pagination-bullet {
    margin-top: 12px !important;
  }
}

@media (max-width: 456px) {
  footer {
    margin-bottom: 0 !important;
  }
}

.box,
.blog-box {
  overflow: hidden;
  padding: 30px 0;
}
.box__image--big-size {
  width: 700px !important;
  float: unset !important;
}

.box__image {
  width: 100%;
}
.box__title {
  font-size: var(--font-xlarge);
  font-weight: bold;
  line-height: var(--line-height-normal);
  padding-top: calc(1.5 * var(--margin-normal));
  margin-bottom: 20px;
}
.box__description {
  font-size: var(--font-medium);
  text-align: justify;
  line-height: 2.2;
}

.box--bg-pink {
  background-color: #fee7ef;
}
.blog-box__title {
  font-weight: bold;
  font-size: var(--font-medium);
}
.blog-box__desc {
  font-size: var(--font-medium);
}
.box--bg-yellow {
  background-color: #facb63;
}
.blog-box__image {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-normal);
}

.grid-images__image {
  position: absolute;
}
.grid-images__image3 {
  bottom: 0;
  width: 100px;
}
.grid-images__image2 {
  width: 80px;
  bottom: 119px;
  right: 25px;
}
.grid-images__image1 {
  width: 60px;
  bottom: 110px;
  right: -47px;
}

[dir="ltr"] .grid-images__image2 {
  width: 80px;
  bottom: 119px;
  left: 25px;
}
[dir="ltr"] .grid-images__image1 {
  width: 60px;
  bottom: 110px;
  left: -47px;
}

#up_to_page {
  bottom: 10px !important;
}
.album-page__banner__bg {
  background-image: url("./../../images/album/اسلایدر-آلبوم.webp");
  aspect-ratio: 1500/1000;
  background-size: cover;
  position: relative;
}

.box--bg-blue {
  background-color: #c7f8ff;
}
.button-call {
  position: relative;
  height: 3rem;
  width: 100%;
  background: var(--blue);
}
.button-call__icon {
  position: absolute;
  right: 0;
  background: white;
  width: 57px;
  border-radius: 50%;
  display: flex;
  top: 50%;
  height: 57px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.button-call__image {
  width: 90%;
  margin: 0 !important;
}

.box__description--large-line-height {
  line-height: 3.5;
}

.box__bg-image {
  background-image: url("./../../images/album/آلبوم4.webp");
  background-size: cover;
  background-position: center;
}
.box__description--black {
  color: black;
}
.box__title--black {
  color: black;
}
.box__bg-image2 {
  background-image: url("./../../images/album/مشارکت-آلبوم.webp");
  background-size: cover;
  background-position: center;
}
.header .desc h1 {
  font-weight: bold;
  font-size: var(--font-xlarge) !important;
  transform: translate(0, -20%);
  top: 17%;
  position: absolute;
}

.header .desc p {
  text-align: justify;
  text-align-last: center;
  font-size: 1.25rem !important;
}

@media (max-width: 598px) {
  #up_to_page {
    bottom: 10px !important;
  }

  .header .desc h1 {
    position: relative;
    transform: translate(0, 0);
  }

  .box__image-mobile {
    height: 278px;
    object-fit: cover;
    object-position: right;
  }
}

@media (max-width: 768px) {
  .header {
    background-color: #f1f1f18f;
  }
  .header .desc h1 {
    position: relative;
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  .box__image {
    width: 300px;
  }

  .box__image--left {
    float: left;
  }

  [dir="ltr"] .box__image--left {
    float: right !important;
  }

  .box__description {
    line-height: var(--line-height-normal) !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .box__description {
    line-height: var(--line-height-normal) !important;
  }

  .box__bg-image2,
  .box__bg-image {
    aspect-ratio: unset !important;
  }
}

[dir="ltr"] .album-page__banner__bg {
  background-image: unset;
}

[dir="ltr"] .album-page__banner__bg:after {
  background-image: url("./../../images/album/اسلایدر-آلبوم.webp");
  aspect-ratio: 1500/1000;
  background-size: cover;
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  transform: scaleX(-1);
  z-index: -1;
}

@media (max-width:1200px) {
  .vector {
    display: none;
  }
}