@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed&display=swap');

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

html,
body {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}

body {
  display: flex;
  flex-direction: column;
  font-family: 'Fira Sans Extra Condensed', 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
}

.header {
  padding: 20px;
  text-align: center;
}

.container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  border: none;
  /* border-style:solid; */
  /* border-radius: 35px; */
  /* border-color: rgb(255, 0, 0); */
}

.card-body {
  height: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0px 4px 1px #e0e0e0;
}

.category-body {
  height: 20vh;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-body {
  height: 15vh;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-description {
  color: #74016a;
  font-size: clamp(18px,2vw, 20px);
}

.client_name img {
  max-width: 70vh;
}

.client_name {
  font-weight: 600;
  color: #0c0013;
  font-size: calc(24px + 16 * (100vw / 1920));
}

@media (max-width: 767px) {
  .client_name {
    font-size: calc(20px + (16 + 16 * 0.7) * ((100vw - 320px) / 1920));
  }

  .client_name img {
    max-width: 35vh;
  }  
}

.description-index-h1 {
  color: #ffffff;
  font-size: clamp(18px,2vw, 20px);
  text-shadow: 2px 2px 4px #000000;
}

.description-index-h2 {
  color: #eeeeee;
  font-size: clamp(18px,2vw, 20px);
  text-shadow: 3px 3px 4px #000000;
}

.description-h1 {
  color: #000000;
  font-size: clamp(18px,2vw, 20px);
  /* text-shadow: 4px 4px 6px #000000; */
  /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); */
  /* font-weight: bold; */
  text-shadow: 1px 1px 4px #000000;
}

.description-h2 {
  color: #000000;
  font-size: clamp(18px,2vw, 20px);
  text-shadow: 1px 1px 2px #000000;
}

.card-name {
  color: #130011;
  font-size: clamp(14px,2vw, 16px);
  font-weight: 600;
}

.card-description {
  color: #160014;
  font-size: clamp(14px,2vw, 16px);
  height: 320px;
  overflow-y: scroll;
  scroll-behavior: smooth;
    &::-webkit-scrollbar {
    width: 4px; /* ширина скроллбара */
    }
    
    &::-webkit-scrollbar-track {
    background: #ffffff; /* цвет фона скроллбара */
    }
    
    &::-webkit-scrollbar-thumb {
    background: #888; /* цвет ползунка скроллбара */
    }
    
    &::-webkit-scrollbar-thumb:hover {
    background: #555; /* изменение цвета ползунка при наведении */
    }
}

.contact-description {
  color: #110011;
  font-size: clamp(12px,2vw, 16px);
  text-decoration: none;
}

.category-name {
  color: #120174;
  font-size: clamp(19px,2vw, 20px);
  font-weight: 600;
}

.category-button {
  border: 3px solid #dddddd;
  border-radius: 11px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0;
  padding-top: 0;
  display: inline-block;
}

.category-name a,
.description-h1 a {
  text-decoration: none;
  color: #211a63;
}

.category-name a:hover,
.description-h1 a:hover {
  color: #8b0097;
}

.sm-body {
  height: 14vh;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sm-name {
  color: #74016a;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 600;
}
.sm-name a {
  text-decoration: none;
  color: #ff0000;
}

.sm-name a:hover {
  color: #74016a;
}



.row {
  width: 100%;
  height: 100%;
}

.wrapper {  
  background-color: #ffffff;
}

.swiper {
  display: flex;
  height: auto;
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
  /* box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
              -10px -10px 10px -1px rgba(255, 255, 255, 0.70); */
}

.swiper-text {
  text-align: left;
  margin: 25px auto;
  max-width: 450px;
  display: flex;
  padding: 1px;
  padding-left: 10px;
  margin-top: 10px;
  background-color: #ffffff;
}

.swiper-wrapper {
  box-sizing: content-box;
  flex: 1 1 auto;
}

/* .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
} */

/* .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding-top: 140%;
  position: relative;
  overflow: hidden;
  background-color: white;
} */

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1.4;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.swiper-slide.feed {
  height: 68vh;
}
/* 
.contact {
  height: 168vh;
} */

.swiper-slide img,
.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* border-radius: 35px; */
}

.swiper-button-prev {
  background-color: #bb8b5f00;
  left: 20px;
}

.swiper-button-next {
  background-color: #48971b00;
  right: 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #ff8c88;
  font-size: 20px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  width: 9px;
  height: 9px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.swiper-pagination-bullet-active {
  background-color: #ff8c88;
}

/* footer {
  display: flex;
  align-items: center;
  justify-content: center; */
  /* background: linear-gradient(to right, #9c34f1, #7005eb); */
  /* background: linear-gradient(to right, #a72aff, #6c3ce3); */
  /* background: linear-gradient(to right, #8c3af2, #5c1eeb);
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5vh;
  z-index: 100;
}

.footer-text {
  text-align: right;
}

.footer-text a {
  color: white;
  font-size: 16px;
  text-decoration: none;
} */

.scroll-button {
  text-align: left;
  margin: auto;
  max-width: 450px;
  padding-left: 10px;
}

.scroll-btn {
  cursor: pointer;
  text-decoration: none;
}

hr {
  border: none;
  height: 2px;
  background-color: #bb2649;
  margin: 20px 0;
}
