@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai+Looped:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');

:root{
  --accent-color: #85CDFD;
  --extra-color: #da3175;
  --hover-color: #ff0066;
  --white: #fff;
  --black: #060606;
  --transition: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --accent: #ff0066;
  --white: #fff;
  --pulse: #962121;
  --orange-gr: linear-gradient(90deg, #f96933 0%, #fad470 100%);
  --blue-gr: linear-gradient(90deg, #53f8a2 0%, #03cffc 100%);
  --purple-gr: linear-gradient(220deg, #db2ca0 0%, #e43c3c 100%);
  --green-gr: linear-gradient(220deg, #07b787 0%, #7ed500 100%);
}

body{
  direction: ltr;
  font-family: 'Noto Sans Thai Looped', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
}

a{
  text-decoration: none;
  color: var(--extra-bg);
  transition: var(--transition);
}

a:hover,
a:focus{
  color: var(--accent-color);
}

img{
  display: block;
  max-width: 100%;
}

  .row-box-lg,
  .row-box{
    flex-direction: column;
  }

.section{
  padding:  50px 0;
}

.title{
  color: var(--hover-color);
  font-weight: 500;
  margin-bottom: 25px;
  text-align: start;
}

.slider{
  direction: ltr !important;
}

.header-wrapper{
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  justify-content: center;
}

.header-logo-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo-img > img{
  width: 50px;
  height: 50px;
}

.header-logo-title{
  transition: var(--transition);
  text-transform: uppercase;
  font-size: 26px;
}

.header-wrapper:hover .header-logo-title,
.header-wrapper:focus .header-logo-title{
  color: var(--accent-color);
}

.container-fluid{
  gap: 15px;
}

.navbar{
  background-color: var(--white);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}

.catalog{
  position: relative;
}

.dropdown-toggle{
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
}

.navbar-nav{
  gap:  16px;
}

.nav-item{
  color: var(--black);
  transition: var(--transition);
}

.dropdown-item{
  display: inline-block;
  cursor: pointer;
}

.dropdown-item > a{
  transition: var(--transition);
  color: var(--black);
}

.dropdown-item:hover > a,
.dropdown-item:focus > a,
.nav-item:hover .nav-link,
.nav-item:focus .nav-link{
  transform: scale(1.01);
  color: var(--hover-color);
  background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus{
  background-color: transparent;
}

.ofc-btn-close{
  background: transparent;
  border: none;
  margin-left: auto;
  color: var(--extra-color);
  transition: var(--transition);
}

.ofc-btn-close:hover,
.ofc-btn-close:focus{
  color: var(--hover-color);
}

.dropdown-toggle{
  margin: 0 auto;
}

.dropdown-item > a{
    white-space: normal;
}

  .dropdown-menu{
    width: 282px;
  }

.hero-wr{
    position: relative;
    overflow: hidden;
    height: 642px;
    box-shadow: 0px 33px 25px -25px rgba(0, 0, 0, 0.15);
}

.bg-box{
    position: absolute;
    top: 0;
    left: 0;
    fill: var(--accent-color);
    width: 50vmax;
    z-index: -1;
    animation: move 20s ease-in-out infinite;
    transform-origin: 50% 50%;
}

.hero-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.hero-store,
.site-title{
  font-weight: 500;
  color: var(--black);
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  word-break: break-all;
}

.site-title{
  font-size: 34px;
  font-size: 41px;
  text-align: center;
  text-transform: uppercase;
}

.modal-body{
    padding: 4px;
    background: black;
    border-radius: 4px;
}

.video-container{
  width: 100%;
  height: 642px;
  border-radius: 4px;
  overflow: hidden;
}

.video-player{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 25px;
}

.btn-play{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 58px;
    height: 58px;
    background-color: var(--extra-color);
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: none;
    outline: none;
}

.btn-play::before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--extra-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: .6;
  z-index: -1;
  animation-delay: .9s;
}

.btn-play::after{
    content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--extra-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: .6;
  z-index: -1;
  animation-delay: .3s;
}

.modal-cls{
  background: transparent;
  border: none;
  outline: none;
  color: aliceblue;
  cursor: pointer;
  display: block;
  transition: var(--transition);
  margin-left: auto;
  margin-right: 15px;
}

.modal-cls:hover,
.modal-cls:focus{
  color: var(--extra-color);
}

.modal-cls > svg{
  width: 25px;
  height: 25px;
}

.au-container{
  position: relative;
}

.au-img-box{
  display: none;
}


.au-wr{
  min-height: 445px;
  background-color: #fafafa;
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 15px 0 rgba(0, 0, 0, .18);
}

.au-title{
  margin-bottom: 21px;
}

.progress{
  margin-bottom: 16px;
}

.progress-1{
  background-color: transparent;
  background-image: linear-gradient(220deg, #07b787 0%, #7ed500 100%);
  border-radius:  15px  15px  15px  15px;
}

.progress-2{
  background-color: transparent;
  background-image: linear-gradient(90deg, #f96933 0%, #fad470 100%);
  border-radius:  15px  15px  15px  15px;
}

.progress-3{
  background-color: transparent;
  background-image: linear-gradient(90deg, #53f8a2 0%, #03cffc 100%);
  border-radius:  15px  15px  15px  15px;
}

.progress-4{
  background-color: transparent;
  background-image: linear-gradient(220deg, #db2ca0 0%, #e43c3c 100%);
  border-radius:  15px  15px  15px  15px;
}

.product-img{
  width: 100%;
  height: 225px;
  display: block;
}

.product-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--transition);
}

.page-img-wrapper:hover > img,
.page-img-wrapper:focus > img,
.product-img:hover > img,
.product-img:focus > img{
  transform: scale(1.05) rotate(2deg);
  opacity: .8;
}

.boxa-dlya-good{
  background-color: #fafafa;
  justify-content: space-around;
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 15px 0 rgba(0, 0, 0, .18);
  height: 100%;
}

.product-title{
  color: var(--black);
  font-weight: 500;
  transition: var(--transition);
  text-align: center;
}

.product-title:hover,
.product-title:focus{
  color: var(--hover-color);
}

.boxa-dlya-opisani{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

}

.product-code > span{
  font-weight: 500;
}

.product-price > span{
  font-weight: 500;
  color: var(--extra-color);
}

.product-row{
  flex-direction: column;
}

.boxa-dlya-good > div{
  flex: 1;
}

.boxa-dlya-info{
  text-align: center;
}

.gallery-item{
  width: 100%;
  height: 282px;
}

.gallery-item > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-item:hover > img,
.gallery-item:focus > img{
  transform: scale(1.05) rotate(2deg);
  opacity: .8;
}

.comments-item{
  padding:  23px;
}

.comments-box{
  border-radius:  15px  15px  15px  15px;
  box-shadow: 9px 11px 14px 0 rgba(0,0,0,.1);
  padding: 16px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.rating{
  color: #fec42d;
}

.author-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.author-img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.author-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots li.slick-active button:before {
  color: var(--hover-color);
}

.form{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reach-us-page-form-box > input,
.reach-us-page-form-box > textarea,
.input-input_section__part,
.textarea-input_section__part{
  width: 100%;
  background: linear-gradient(90deg, #f96933 0%, #fad470 100%);
  color: var(--white);
  border: none;
  padding: 16px;
}


.reach-us-page-form-box > input:focus-visible,
.reach-us-page-form-box > textarea:focus-visible,
.input-input_section__part:focus-visible,
.textarea-input_section__part:focus-visible{
  outline: none;
  border: none;
  background: linear-gradient(90deg, #f968337b 0%, #fad3708c 100%);
}


.reach-us-page-form-box > input::placeholder,
.reach-us-page-form-box > textarea::placeholder,
.input-input_section__part::placeholder,
.textarea-input_section__part::placeholder{
  color: var(--black);
}

.footer{
  padding: 50px 0;
  border-top: 1px solid #ccc;
}

.footer-wrapper{
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.footer-logo{
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.footer-logo-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-img > img{
  width: 74px;
  height: 74px;
}

.footer-logo-title{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 34px;
  color: var(--black);
  transition: var(--transition);
}

.footer-wrapper:hover .footer-logo-title,
.footer-wrapper:focus .footer-logo-title{
  color: var(--hover-color);
}

.footer-privacy-box{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.footer-politik-privacy{
  text-align: center;
}

.footer-politik-privacy > a{
  transition: var(--transition);
  color: var(--black);
}

.footer-politik-privacy:hover > a,
.footer-politik-privacy:focus > a{
  color: var(--hover-color)
}

.rating > span{
  color: var(--black);
}

.page-img{
  padding: 16px;
}

.page-img > img{
  margin: 0 auto;
  height: auto;
  width: 100%;
  object-fit: contain;
}

@media (min-width: 576px){
  .page-img > img{
    height: 214px;
  }
}

@media (min-width: 768px){
  .page-img > img{
    height: 282px;
  }
}

@media (min-width: 576px){
  .page-img > img{
    height: 393px;
  }
}

.page-description{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.page-main-box-description{
  padding: 16px;
}

.page-img-wrapper{
  width: 100%;
  height: 282px;
}

.page-img-wrapper > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--transition);
}

.linked-item-box{
  background-color: #fafafa;
  justify-content: space-around;
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 15px 0 rgba(0, 0, 0, .18);
  height: 100%;
}

.linked-box-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.linked-box-title{
  transition: var(--transition);
  font-weight: 500;
  color: var(--extra-color);
  font-size: 21px;
}

.linked-box-title:hover,
.linked-box-title:focus{
  color: var(--hover-color);
}

.dop-item > span{
  font-weight: 500;
}

.reach-us{
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}

.reach-us-page-item{
  background-color: #fafafa;
  justify-content: space-around;
  text-align: center;
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 15px 0 rgba(0, 0, 0, .18);
}

.reach-us-page-item a{
  word-break: break-all;
}

.reach-us-page-form-check{
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.map{
  height: 100%;
}

.map > iframe{
  height: 100%;
}

.delimeter{
  margin: 16px auto;
  width: 80%;
}

.latest-news-box{
  background-color: rgba(255,255,255,0);
  box-shadow: 0px 15px 33px 0px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
  padding:  16px;
}

.latest-news-img{
  width: 100%;
  height: 245px;
}

.latest-news-img > img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.latest-news-box:hover > .latest-news-img > img,
.latest-news-box:focus > .latest-news-img > img{
  transform: scale(1.05) rotate(2deg);
  opacity: .8;
}

@media (min-width: 768px){
  .row-box{
    flex-direction: row;
  }

  .author-box{
    flex-direction: row;
  }

}

@media (max-width: 991px){
.boxa-dlya-good{
  flex-direction: column !important;
}
}

@media (min-width: 992px){
  .section{
    padding:  116px 0;
  }

  .row-box-lg{
    flex-direction: row;
  }

   .au-img-box{
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    top: 45px;
    z-index: -1;
  }

  .au-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .au-col{
    padding-left: 0;
    padding-right: 0;
  }

  .product-row{
    flex-direction: row;
  }

  .delimeter{
    display: none;
  }
}


@media(min-width: 1200px){
  .modal-dialog{
    max-width: 866px;
  }

  .form{
    width: 80%;
    margin: 0 auto;
  }
}

@keyframes move {
  0%   { transform: scale(1)   translate(10px, -30px); }
  38%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  100% { transform: scale(1)   translate(10px, -30px); }
}

@keyframes button-ripple {
  70% {
  -webkit-box-shadow: 0 0 0 15px currentColor;
  box-shadow: 0 0 0 15px currentColor;
  opacity: 0;
}

100% {
  -webkit-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  opacity: 0;
}
}



.button-1 {
  display: inline-flex;
  text-align: center;
  background: var(--orange-gr);
  color: var(--white);
  border-radius: 162px;
  font-weight: 500;
  padding: 16px 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--orange-gr);
  box-shadow: 0 0 0 0 var(--orange-gr);
}
.button-1:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 var(--accent);
}
.button-1:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 var(--accent);
}

.button-2 {
  padding: 16px 25px;
  border: none;
  outline: none;
  color: #000000;
  background: var(--blue-gr);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button-2:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 15px;
}

.button-2:hover,
.button-2:focus {
  color: inherit;
}
.button-2:active {
  color: var(--blue-gr);
}

.button-2:active:after {
  background: transparent;
}

.button-2:hover:before {
  opacity: 1;
}

.button-2:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--blue-gr);
  left: 0;
  top: 0;
  border-radius: 15px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-3 {
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(151, 81, 222, 0.497);
  border-radius: 4px;
  box-shadow: rgba(122, 49, 190, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.4;
  margin: 0;
  min-height: 45px;
  padding: 15px 16px;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-3:hover,
.button-3:focus {
  border-color: rgba(183, 22, 148, 0.15);
  box-shadow: rgba(117, 15, 128, 0.1) 0 4px 15px;
  color: rgba(154, 24, 161, 0.65);
  transform: translateY(-1px);
}

.button-4 {
  align-items: center;
  background: var(--green-gr);
  border: 0;
  border-radius: 116px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.4;
  max-width: 461px;
  min-height: 41px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-4:hover,
.button-4:focus {
  color: #ffffff;
  transform: rotate(4deg);
  box-shadow: 2px 2px 2px rgba(255, 255, 0, 0.726);
}

.button-5 {
  appearance: none;
  background: var(--purple-gr);
  border: 2px solid var(--purple-gr);
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  min-height: 58px;
  min-width: 0;
  outline: none;
  padding: 16px 15px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button-5:disabled {
  pointer-events: none;
}

.button-5:hover {
  box-shadow: var(--accent) 0 8px 16px;
  transform: translateY(-2px);
}

.button-5:active {
  box-shadow: none;
  transform: translateY(0);
}

.map iframe{
  border: none;
}

.cont-col{
  flex-grow: 1;
}