@font-face {
  font-family: IRANSANS;
  src: url("/fonts/IRANSANS(FANUM).TTF");
}
.souvenirs .box .text a, .gallery .box-gl a, .product .link-sm a, .product .pro-box .main-pro a, .stores .stores-box .stores_bnr ._body div a, .news .header-news .title a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #293e37;
  padding: 0 1px;
  transition: ease 0.4s;
}
.souvenirs .box .text a::before, .gallery .box-gl a::before, .product .link-sm a::before, .product .pro-box .main-pro a::before, .stores .stores-box .stores_bnr ._body div a::before, .news .header-news .title a::before, .souvenirs .box .text a::after, .gallery .box-gl a::after, .product .link-sm a::after, .product .pro-box .main-pro a::after, .stores .stores-box .stores_bnr ._body div a::after, .news .header-news .title a::after {
  content: "";
  position: absolute;
  background-color: #fab50e;
  z-index: -1;
  height: 5%;
}
.souvenirs .box .text a::before, .gallery .box-gl a::before, .product .link-sm a::before, .product .pro-box .main-pro a::before, .stores .stores-box .stores_bnr ._body div a::before, .news .header-news .title a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
}
.souvenirs .box .text a::after, .gallery .box-gl a::after, .product .link-sm a::after, .product .pro-box .main-pro a::after, .stores .stores-box .stores_bnr ._body div a::after, .news .header-news .title a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}
.souvenirs .box .text a:hover, .gallery .box-gl a:hover, .product .link-sm a:hover, .product .pro-box .main-pro a:hover, .stores .stores-box .stores_bnr ._body div a:hover, .news .header-news .title a:hover {
  letter-spacing: 1px;
}
.souvenirs .box .text a:hover::before, .gallery .box-gl a:hover::before, .product .link-sm a:hover::before, .product .pro-box .main-pro a:hover::before, .stores .stores-box .stores_bnr ._body div a:hover::before, .news .header-news .title a:hover::before {
  width: 100%;
}
.souvenirs .box .text a:hover::after, .gallery .box-gl a:hover::after, .product .link-sm a:hover::after, .product .pro-box .main-pro a:hover::after, .stores .stores-box .stores_bnr ._body div a:hover::after, .news .header-news .title a:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}

.banner {
  position: relative;
  width: 100vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vh;
}
.banner .landing-box {
  position: absolute;
  top: -175px;
  z-index: 3;
  display: flex;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
}
.banner .landing-box .modall {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 13px -3px #d1d1d1;
  border-radius: 5px;
  color: #333;
  width: 95%;
  max-width: 1440px;
  padding: 2rem 5rem;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
}
.banner .landing-box .modall .bnr-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .landing-box .modall .bnr-box img {
  width: 100px;
  margin-bottom: 1rem;
}
.banner .landing-box .modall .bnr-box h2 {
  color: #dafff2;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 15px;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes example {
  from {
    color: #dafff2;
  }
  to {
    color: #05da8f;
  }
}
@keyframes example {
  from {
    color: #dafff2;
  }
  to {
    color: #05da8f;
  }
}
.banner .landing-box .modall .bnr-box .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .landing-box .modall .bnr-box .text-box span {
  font-size: 15px;
  margin-top: 1rem;
  text-align: center;
}
.banner .landing-box .modall .bnr-box .text-box a {
  font-size: 12px;
  margin-top: 5px;
  color: #fab50e;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .banner .landing-box .modall {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.news {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  flex-direction: column;
}
.news .header-news {
  width: auto;
  margin: 0 1rem;
  height: 5vh;
  display: flex;
  border-bottom: 2px solid #649584;
}
.news .header-news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news .header-news .title h3 {
  color: #fff;
  height: 100%;
  background-color: #649584;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 8px 60px;
}
.news .body-news {
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  overflow: hidden;
}
.news .body-news .news-right {
  width: 100%;
}
.news .body-news .news-right .slideshow-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .body-news .news-right .slideshow-container .mySlides {
  display: none;
  width: 100%;
}
.news .body-news .news-right .slideshow-container .caption {
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.8901960784) 50%, rgba(255, 255, 255, 0));
  color: #fff;
  height: 150px;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .body-news .news-right .slideshow-container img {
  width: 100%;
  max-height: 100%;
  height: 400px;
  margin: auto;
  max-width: 100%;
}
.news .body-news .news-right .slideshow-container .fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.news .body-news .news-right .slideshow-container .dot-box {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: flex-end;
  padding: 10px;
}
.news .body-news .news-right .slideshow-container .dot-box .dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #d1d1d1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.news .body-news .news-right .slideshow-container .dot-box .active {
  background-color: #fab50e;
}
.news .body-news .news-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  height: 400px;
}
.news .body-news .news-left .all-left-item {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .body-news .news-left .all-left-item .caption {
  background: linear-gradient(0deg, rgba(22, 22, 22, 0.968627451) 87%, rgba(255, 255, 255, 0));
  color: #fff;
  height: 50px;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
.news .body-news .news-left .all-left-item img {
  width: 100%;
  max-height: 100%;
  margin: auto;
  height: 100%;
  max-width: 100%;
}
.news .vwrap {
  overflow: hidden;
  background: rgba(100, 149, 132, 0.4784313725);
  height: 30px;
  line-height: 30px;
}
.news .vwrap .vmove {
  -webkit-animation-name: tickerv;
          animation-name: tickerv;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.5, 0);
          animation-timing-function: cubic-bezier(1, 0, 0.5, 0);
  position: relative;
}
.news .vwrap .vmove:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.news .vwrap .vmove .vitem {
  text-align: center;
  display: flex;
  justify-content: space-around;
  height: 30px;
  line-height: 30px;
}
.news .vwrap .vmove .vitem span {
  font-size: 13px;
}
@-webkit-keyframes tickerv {
  0% {
    bottom: 0;
  } /* FIRST ITEM */
  30% {
    bottom: 30px;
  } /* SECOND ITEM */
  60% {
    bottom: 60px;
  } /* THIRD ITEM */
  90% {
    bottom: 90px;
  } /* FORTH ITEM */
  100% {
    bottom: 0;
  } /* BACK TO FIRST */
}
@keyframes tickerv {
  0% {
    bottom: 0;
  } /* FIRST ITEM */
  30% {
    bottom: 30px;
  } /* SECOND ITEM */
  60% {
    bottom: 60px;
  } /* THIRD ITEM */
  90% {
    bottom: 90px;
  } /* FORTH ITEM */
  100% {
    bottom: 0;
  } /* BACK TO FIRST */
}

.stores {
  max-width: 100%;
  width: 100vw;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
  overflow: hidden;
  margin: 4rem 0;
}
.stores .bg-stores {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-image: url("/images/tabarsi-1.jpeg");
  filter: blur(6px);
  -webkit-filter: blur(6px);
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.stores .stores-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
.stores .stores-box .stores_bnr {
  width: 100%;
  height: 90%;
  transition: 2s;
  display: grid;
  position: relative;
  box-shadow: 0 0 30px -20px #293e37;
  grid-template-columns: 1fr;
}
.stores .stores-box .stores_bnr ._image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("/images/tabarsi-1.jpeg");
  background-repeat: repeat-y;
  background-size: cover;
}
.stores .stores-box .stores_bnr ._image .bg img {
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: 22;
  top: -380px;
  position: relative;
  -webkit-animation: myfirst 3s ease-in infinite alternate;
          animation: myfirst 3s ease-in infinite alternate;
  background: linear-gradient(-45deg, #000000, transparent);
}
@-webkit-keyframes myfirst {
  0% {
    top: -400px;
  }
  50% {
    top: -380px;
  }
  100% {
    top: -400px;
  }
}
@keyframes myfirst {
  0% {
    top: -400px;
  }
  50% {
    top: -380px;
  }
  100% {
    top: -400px;
  }
}
.stores .stores-box .stores_bnr ._body {
  position: absolute;
  top: 5%;
  right: 15%;
  width: 450px;
  height: 300px;
  z-index: 24346;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stores .stores-box .stores_bnr ._body h2 {
  font-size: 25px;
  letter-spacing: 2px;
  color: #649584;
}
.stores .stores-box .stores_bnr ._body p {
  text-align: justify;
  margin: 2rem 0;
}
.stores .stores-box .stores_bnr ._body div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.product {
  min-height: 60vh;
  max-width: 100%;
  width: 100vw;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  padding: 2rem 0;
  overflow: hidden;
  margin: 4rem 0;
}
.product .bg-product {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-image: url("/images/bg-product.jpg");
  filter: blur(6px);
  -webkit-filter: blur(6px);
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product .pro-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px -2px #e1e1e1;
}
.product .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.product .title img {
  opacity: 0.2;
  margin: 0 2rem;
  width: 250px;
}
.product .title .text {
  letter-spacing: 2px;
  line-height: 70px;
  color: #191919;
}
.product .pro-box {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr 1fr;
  height: 100%;
  padding: 1rem;
  border-radius: 20px;
}
.product .pro-box .right-pro {
  height: 100%;
  display: grid;
  justify-content: flex-end;
  align-items: center;
}
.product .pro-box .right-pro .txt-pro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
  align-items: flex-end;
  text-align: end;
}
.product .pro-box .right-pro .procategories {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product .pro-box .main-pro {
  height: 100%;
  border: 1px solid #d9d4ce;
  border-radius: 20px;
  overflow: hidden;
  max-height: 60vh;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  justify-content: space-between;
}
.product .pro-box .main-pro p {
  line-height: 35px;
  letter-spacing: 0.7px;
  text-align: justify;
  height: 18em;
  overflow: hidden;
}
.product .pro-box .main-pro a {
  margin: 1rem auto 0;
  z-index: 22;
}
.product .pro-box .left-pro {
  height: 100%;
  display: grid;
  justify-content: flex-start;
  align-items: center;
}
.product .pro-box .left-pro .txt-pro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
  align-items: flex-start;
  text-align: start;
}
.product .pro-box .left-pro .procategories {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .pro-box .img-box {
  width: 90px;
  height: 90px;
  background: #fab50e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .pro-box .img-box img {
  width: 35px;
}
.product .pro-box .txt-pro h3 {
  line-height: 40px;
  color: #191919;
}
.product .pro-box .txt-pro span {
  color: #191919;
  font-size: 13px;
}
.product .link-sm {
  display: none;
}
.gallery {
  width: 100%;
  height: 60vh;
  margin: 1rem auto;
  max-width: 1440px;
  transition: all 0.2s;
  overflow: hidden;
  position: relative;
}
.gallery .box-gl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.gallery .box-gl .heading {
  font-size: 40px;
  font-weight: 600;
  color: #649584;
  letter-spacing: 2px;
  font-family: monospace;
  line-height: 40px;
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: 1s ease;
}
.gallery .box-gl .heading:after {
  content: "";
  width: 90%;
  height: 88%;
  position: absolute;
  top: 24%;
  left: -6%;
  border: 2px solid rgba(250, 181, 14, 0.09);
  z-index: -20;
  transition: 1s ease;
}
.gallery .box-gl .heading:hover {
  letter-spacing: 3px;
}
.gallery .box-gl .heading:hover::after {
  width: 95%;
}
.gallery .box-gl p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.86);
  z-index: 2;
  text-align: justify;
  line-height: 35px;
  letter-spacing: 1px;
}
@-webkit-keyframes move {
  from {
    transform: rotate(-45deg) translate(20px, -120px);
  }
  to {
    transform: rotate(-45deg) translate(20px, 220px);
  }
}
@keyframes move {
  from {
    transform: rotate(-45deg) translate(20px, -120px);
  }
  to {
    transform: rotate(-45deg) translate(20px, 220px);
  }
}
.gallery .container {
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1rem;
  -webkit-animation: move 18s linear infinite alternate;
          animation: move 18s linear infinite alternate;
}
.gallery .container .child-container {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  background-color: #b9b9b9;
  text-align: center;
  overflow: hidden;
}
.gallery .container .child-container img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.gallery .container .child-container img:hover {
  opacity: 0.8;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.active {
  transform: translateY(0);
  opacity: 1;
}

.back-to-top {
  background-color: #649584;
  display: flex !important;
  padding: 16px 5px 5px;
  cursor: pointer;
  border-radius: 50%;
  color: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 25px;
  justify-content: center;
  width: 50px;
  font-size: 20px;
  align-items: center;
  height: 50px;
  z-index: 453454354546456;
}

@media screen and (max-width: 1300px) {
  .stores {
    padding: 2rem;
  }
  .stores .stores-box {
    height: 50vh;
  }
  .stores .stores-box .stores_bnr ._body {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.7882352941);
    justify-content: center;
    align-items: center;
    padding: 4rem;
  }
  .stores .stores-box .stores_bnr ._body h2 {
    color: #dafff2;
  }
  .stores .stores-box .stores_bnr ._body p {
    color: #d1d1d1;
    text-align: center;
  }
  .stores .stores-box .stores_bnr ._body div {
    justify-content: center;
    align-items: center;
  }
  .stores .stores-box .stores_bnr ._body div a {
    color: #dafff2;
  }
}
@media screen and (max-width: 1100px) {
  .product .title .text {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .product .title img {
    width: 200px;
  }
  .product .pro-box {
    padding: 0 10px;
  }
  .product .pro-box .right-pro .procategories {
    flex-direction: column-reverse;
  }
  .product .pro-box .right-pro .procategories .txt-pro {
    align-items: center;
    text-align: center;
    margin: 10px 0 20px;
  }
  .product .pro-box .left-pro .procategories {
    flex-direction: column;
  }
  .product .pro-box .left-pro .procategories .txt-pro {
    align-items: center;
    text-align: center;
    margin: 10px 0 20px;
  }
  .product .pro-box .main-pro {
    padding: 2rem;
  }
  .product .pro-box .main-pro p {
    line-height: 36px;
    letter-spacing: 0;
  }
  .gallery .box-gl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .landing-box {
    top: -150px;
  }
  .banner .landing-box .modall {
    padding: 2rem;
    gap: 1rem;
  }
  .banner .landing-box .modall .bnr-box img {
    width: 80px;
    margin-bottom: 10px;
  }
  .banner .landing-box .modall .bnr-box .text-box {
    align-items: center;
  }
  .banner .landing-box .modall .bnr-box .text-box span {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
  }
  .news .body-news {
    grid-template-columns: 1fr;
  }
  .news .body-news .news-right .slideshow-container img {
    height: 300px;
  }
  .news .body-news .news-left {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    height: auto;
  }
  .news .body-news .news-left .all-left-item .caption {
    padding: 10px;
    font-size: 11px;
    line-height: 17px;
  }
  .news .body-news .news-left .all-left-item:last-child {
    display: none;
  }
  .product .title img {
    display: none;
  }
  .product .pro-box {
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }
  .product .pro-box .main-pro {
    display: none;
  }
  .product .link-sm {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
  .stores {
    padding: 1rem;
  }
  .stores .stores-box {
    height: 40vh;
  }
  .stores .stores-box .stores_bnr ._body {
    padding: 2rem;
  }
  .stores .stores-box .stores_bnr ._body p {
    text-align: justify;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 0;
  }
  .banner .landing-box {
    top: -95px;
  }
  .banner .landing-box .modall {
    padding: 1rem;
  }
  .banner .landing-box .modall .bnr-box img {
    width: 50px;
  }
  .banner .landing-box .modall .bnr-box h2 {
    letter-spacing: 0;
    font-size: 13px;
  }
  .banner .landing-box .modall .bnr-box .text-box {
    align-items: center;
  }
  .banner .landing-box .modall .bnr-box .text-box span {
    display: none;
  }
  .news .body-news .news-left {
    grid-template-columns: repeat(2, 1fr);
  }
  .news .body-news .news-left .all-left-item:nth-last-child(2) {
    display: none;
  }
  .product .pro-box {
    border-radius: 0;
    padding: 2rem 0;
  }
  .product .pro-box .txt-pro h3 {
    font-size: 13px;
  }
  .product .pro-box .txt-pro span {
    font-size: 12px;
  }
  .product .pro-box .img-box {
    width: 80px;
    height: 80px;
  }
  @-webkit-keyframes move {
    from {
      transform: rotate(-45deg) translate(20px, -120px);
    }
    to {
      transform: rotate(-45deg) translate(60px, 220px);
    }
  }
  @keyframes move {
    from {
      transform: rotate(-45deg) translate(20px, -120px);
    }
    to {
      transform: rotate(-45deg) translate(60px, 220px);
    }
  }
  .gallery .container {
    left: -115px;
    top: 110px;
    gap: 15px;
    -webkit-animation: move 10s linear infinite alternate;
            animation: move 10s linear infinite alternate;
  }
  .gallery .container .child-container {
    width: 120px;
    height: 120px;
  }
}
.carousel-container {
  position: relative;
  max-width: 1174px;
  margin: 10rem auto;
}

.souvenirs {
  width: 80vw;
  margin: 3% auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px -3px #e7e6e6;
}
.souvenirs .bgt {
  background-image: url(/images/slimi_bg.png?8b3224925bf57987975219e1bd421e5d);
  background-repeat: repeat;
  background-size: 13px auto;
  width: 180px;
  height: 399px;
  position: absolute;
  bottom: -3px;
  left: -110px;
  transform: rotate(0);
  z-index: -1;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.souvenirs .bg {
  background-image: url(/images/slimi_bg.png?8b3224925bf57987975219e1bd421e5d);
  background-repeat: repeat;
  background-size: 20px auto;
  width: 77vw;
  height: 567px;
  position: absolute;
  bottom: 170px;
  right: -244px;
  transform: rotate(35deg);
  z-index: -1;
}
.souvenirs .box {
  display: flex;
  padding: 3%;
}
.souvenirs .box img {
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.souvenirs .box .text {
  margin-right: 3%;
  position: relative;
  overflow: hidden;
}
.souvenirs .box .text h2 {
  font-size: 25px;
  letter-spacing: 2px;
  color: #649584;
}
.souvenirs .box .text p {
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 3rem 0 1rem 4rem;
}
