@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

:root {
  --main-color: var(--bs-warning);

}
.cartIco{
  color: var(--main-color);
  cursor: pointer;
}

.cartSumma{
  width: 100px;
}
.scaleUpAnimate{

  animation: scaleUp 0.1s linear forwards; /* Анимация при загрузке */
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8); /* Начальный размер */
  }
  50% {
    transform: scale(1.6); /* Конечный размер */
  }
  100% {
    transform: scale(1); /* Конечный размер */
  }
}

.swiper {
  width: 100%;
  height: 350px;
}
.swiper-3d .swiper-slide-shadow{
  background: none;
}
.fade-out {
  height:auto;
  transition: all 2.5s ease-out; /* Длительность и тип анимации */
}

.fade-out.removing {
  height:1px;
}

.carousel-control-prev, .carousel-control-next {
  width: 10%;
}

.mainColor{
  color: var(--main-color);

}
#main{
  overflow: hidden;
  max-height: 900px;

}

#main img{
  width: 100%;
  height: auto;
  object-fit: contain;
  /*object-position: center center;*/
}
.navbar{
  background-color: var(--main-bg-color);
  border-bottom: 1px solid rgba(255, 215, 0, 0.69);
}

.buda{
  background-color: #111111;;
  background-image: url("../images/buda.png") ;
  height: 600px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.navbar:before{
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: 0px;
  background: url("../images/menu.png") repeat-x;
  background-size: auto 100%;
  z-index: 100;
  transform: rotate(180deg); /* Переворачиваем изображение */
  opacity: 0.8;

}




body{
  background: var(--main-bg-color) ;
  color: white;

}
.bg1, .bg2{

  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.bg1{
  background-image: url("../images/fog-2.png");

  background-blend-mode: overlay;
  background-size: cover ;
  animation: animateBg1 12s  infinite alternate linear;
}

@keyframes animateBg1 {
  0% {
    background-position-x: 0px;
  }
  50% {
    background-positon-x: 500px;
  }
  100%{
    background-position-x: 1000px;
  }
}

.bg2{
  background-image: url("../images/fog-1.png");

  background-blend-mode: overlay;
  background-size: cover ;
  animation: animateBg2 4s  infinite alternate  linear;
}


@keyframes animateBg2 {
  0% {
    background-position-y: 0px;
  }
  50% {
    background-position-y: 50px;
  }
  100%{
    background-position-y: 100px;
  }
}

.infoMain{
  padding: 50px 0;
  background: white;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.52);

}
.infoM{
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background: url("../images/infoMain.png");
  background-size: cover;
  color: black;
}

.activeCena{
  color: darkblue;
}
.cenaitem{
  cursor: pointer;
  background: red;
}
.prieTovar{
  font-size:2rem ;
  text-align: center;
}
.main{
  padding: 50px 0;

}
.mainIco{
  font-size: 3rem;
}
.mainIco i{
  transition: all linear .2s;
}

.mainIco i:hover{
   text-shadow: 0 0 40px white;
  transform: scale(1.2);
}
.mainIco div{
  margin: 3px 10px;
}

.mainSlogan{
  font-size: 4rem;
  font-style: italic;

}
.imgMain{
  width: 100%;
  max-width: 500px;
  height: 600px;
  background: url("../images/buda.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;

  /*mask-image: url("../images/maska.png");*/
  /*mask-size:  100% 100%;*/
}

.bg-block{
  /*mask-image: url("../images/maska.png");*/
  color: white;
  mask-size:  100% 100%;
  padding: 15px;
  background-color: var(--main-bg-block-otziv);
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.bg-block2{
  /*mask-image: url("../images/maska.png");*/
  color: white;
  mask-size:  100% 100%;
  padding: 30px 20px;
  background-color: var(--main-bg-block-otziv);
  overflow-y:scroll;

}

.content{

}
.h90{
  height: 80px;
}
.contact-item{

}
.contact-item{
  text-align: center;
  padding: 30px 0;
}

.contact-item img{
  background: #ffffff;
  padding: 4px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.contact-item img:hover{
  box-shadow: 0 0 10px white;
}
.modal-backdrop {
  z-index: 200 !important;
}

.modal {
  z-index: 100001 !important;
}
.mainGood{
  background: var(--main-bg-block-otziv);

  position: relative;
  margin:  0px 0;
  border-bottom: 3px solid rgba(191, 168, 0, 0.43);
  border-top: 3px solid rgba(191, 168, 0, 0.43);
}
/*.mainGood:before{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  background: var(--main-bg-block-otziv);*/
/*  mask-image: url("../images/kray.png");*/
/*  mask-size:   auto auto;*/
/*  mask-repeat: repeat-x;*/
/*  position: absolute;*/
/*  bottom: -90px;*/
/*}*/
/*.mainGood:after{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100px;*/
/*  background: var(--main-bg-block-otziv);*/
/*  mask-image: url("../images/kray.png");*/
/*  mask-size:   auto auto;*/
/*  mask-repeat: repeat-x;*/
/*  position: absolute;*/
/*  transform: scaleY(-1);*/
/*  top: -90px;*/
/*}*/

/*.mainGood:before{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 30px;*/
/*  background: url("../images/menu.png") repeat-x;*/
/*  position: absolute;*/
/*  transform: rotate(180deg); !* Переворачиваем изображение *!*/
/*  bottom: 0px;*/
/*  opacity: 0.5;*/
/*}*/
/*.mainGood:after{*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 30px;*/
/*  background: url("../images/menu.png") repeat-x;*/
/*  position: absolute;*/

/*  top: 0px;*/
/*}*/
.vopros{
  background: var(--main-color);
  color: black;
  border: 2px solid var(--main-color);
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.voprosNiz{
  border: 1px solid var(--main-color);
  border-radius: 0 0 15px 15px ;

}
table{
  min-width: 100%;
  background-color: #333 !important;
  color: white !important;
}
.voprosVerh{
  padding: 5px;
}
.strelka{
  font-size: 1.5rem;
  transition: all linear .2s;
}
.voprosNiz{
  background: #444;
  color: #fff;
  padding: 20px;
}
h2{
  color:var(--main-color);
}
.breadcrumb-item:before{
  color: white !important;
}
.tcard{
  background-color: var(--main-bg-color);
  color: white;
}
.card-img{
  overflow: hidden;
  height: 280px;
}
.card{
  opacity: 1;
  transition: all linear 100ms;
}
.goodsCont:has(.card:hover)   .card:not(:hover) {
  opacity: 0.9;

}

.card img{
  transform: scale(1) rotate(0deg);
  transition: all linear 500ms;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position:50% 50%;
}
.card:hover img{
  transform: scale(1.1) rotate(5deg);
}

.footer:before{
  content: '';
  width: 100%;
  height: 100px;
  background:  var(--main-bg-block-otziv);
  mask-image: url("../images/kray.png");
  mask-size:   auto auto;
  mask-repeat: repeat-x;
  position: absolute;
  transform: scaleY(-1);
  top: -90px;
}
.footer {
  position: relative;
  background:  var(--main-bg-block-otziv);
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;


}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.seti{
  font-size: 2rem;
  color: black;
  padding: 10px 0 20px;
}
.seti img{
  width: 2rem;
}
.seti > div{
  margin: 2px 10px;
}
.seti i{
  color: #e5e5e5;
}
.seti i:hover{
  color: white;
}
.wave {
  position: absolute;
  top: -98px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 2.5s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 2s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 2s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 2s linear infinite;
}

hr{
  border:1px solid #f1d11c;
  box-shadow: 2px 2px 4px #f1d11c;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

.modal-content {
  background-color: var(--main-bg-block-otziv);
}


@media (max-width: 576px) {
  .card-img{
    overflow: hidden;
    height:auto;
  }
}


/*select {*/
/*  -webkit-appearance: none;*/
/*  font-family: 'Custom-Font', sans-serif;*/
/*  font-size:1.5em ;*/
/*  line-height:1em; // optical center background-color: #ccc;*/
/*  color: #333;*/
/*  border: none;*/
/*  padding: 6px 10px 4px 10px;*/
/*}*/
.selectI {
  width: 100px;
  position: relative;

  display: block;
  -webkit-appearance: none; /* Убираем стандартную стрелку на macOS и iOS */
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px; /* Увеличиваем пространство для кастомной стрелки */
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
}

.selectI::after {
  content: ''; /* Unicode символ для стрелки вниз */
  font-size: 1.2em;
  width: 2px;
  height: 4px;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 10px; /* Располагаем стрелку справа */
  transform: translateY(-50%); /* Центрируем по вертикали */
  pointer-events: none; /* Чтобы не мешать кликам по select */
}

.selectI option {
  font-size: 1em;
}
.swiper-pagination-bullet-active{
  background-color: #ab8901;
}
.contact-card {
  color:white;
  max-width: 500px;
  padding: 1rem;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.contact-card__title {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
}

.contact-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-card__item {

  margin-bottom: 0.5rem;
}

.contact-card__label {
  flex: 0 0 80px;
  font-weight: bold;

}

.contact-card__value,
.contact-card__link {
  flex: 1;
  text-decoration: none;
}

.contact-card__link:hover {
  text-decoration: underline;
}

