@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@100;200;300;400;500;600&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Fira Sans Condensed', sans-serif!important;
}

body {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.7063200280112045) 23%, rgba(241,241,241,1) 79%);
    transition: 1s!important;
}

.shadow-eff img {
    border-radius: 50%;
    box-shadow: #fff 0px 3px 6px, #fff 0px 3px 6px;
    transition: .5s;
}

.shadow-eff img:hover {
    border-radius: 50%;
    box-shadow: #fff 0px 7px 15px, #fff 0px 7px 15px;
    transition: .5s;
}


header {
    position: sticky;
    top: 0px;
    z-index: 999999;
}

a {
    text-decoration: none;
}

.info {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-bottom: 15px;
    gap: 150px;
}

.info > div {
    padding-top: 15px;
    height: 55px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.1s;
}

.info > div a {
    text-decoration: none;
    color: black;
}

.info > .adr:hover {
    transform: scale(1.1);
}

.menu {
    height: 120px;
    /* background: radial-gradient(circle, rgba(198,195,195,1) 23%, rgba(221,221,221,1) 79%)!important; */
    padding: 10px 5% 10px 5%;
}
.menu-text {
    width: 100%;
    display: flex;
    justify-content: center;
}


.menu-text .nav-item:not(:last-child) {
    transition: .2s;
}

.menu-text .nav-item:not(:last-child) a:hover {
    color: #fff!important;
    background-color: rgb(100, 96, 96);
}


.menu-text .nav-item:not(:last-child) a {
    font-size: 20px;
    text-align: center;
}

.menu-cell {
    color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    z-index: 5000;
    transition: .5s;
}

.links {
    width: 90%;
    height: 80px;
    overflow: hidden;
    margin: 25px auto;
}

.slider {
    margin: 35px auto;
    width: 30%;
}

.about_us h3 {
    text-align: center;
}

.contact_form {
    width: 40%;
    margin: 25px auto;
}

.contact_form textarea {
    resize: none;
    height: 150px;
}

.sertificate a {
    color: black;
}

.sertificate_logo,
.sertificate_img {
    text-align: center;
}

.sertificate_logo {
    height: 250px;
}


.sertificate_img img {
    width: 100%;
    margin: 15px;
}

.target_img {
    margin-top: 25px;
}

.target_title {
    padding-top: 20px;
    overflow: auto;
}

.target_title h2 {
    font-size: 35px;
}

.target_title h3 {
    color: rgb(179, 39, 39);
    font-size: 30px;
}

.target_list {
    list-style-type: none;
}

details > p {
    padding: 0px!important;
    margin-top: 15px!important;
    font-size: 20px!important;
}

.target_list li {
    cursor: pointer;
    transition: 0.5s;
}

.target_list strong {
    font-weight: lighter;
    transition: 0.5s;
}

.target_list strong {
    font-weight: bold;
}

.target_list li {
    margin-top: 15px;
}

.black_part {
    text-align: center;
    vertical-align: top;
}

.black_part div {
    box-sizing: border-box;
    padding-top: 20px;
    margin-top: 50px;
    display: inline-block;
    margin-right: 10%;
    width: 13%;
    height: 70px;
    font-weight: bold;
    vertical-align: top;
}

#no_result_of_search {
    padding: 0px!important;
    text-align: center;
    overflow: hidden;
}

.footer_menu {
    display: flex;
    justify-content: space-around;
    align-items: top;
    padding-top: 25px;
    flex-wrap: wrap;
}

.footer_menu ul li {
    list-style-type: none;
}

.terms_info {
    line-height: 35px;
}

.terms_info h2 {
    margin-top: 25px;
    cursor: pointer;
    transition: 0.5s;
}

.terms_info h2:hover {
    letter-spacing: 4px;
    color: rgb(82, 32, 32);
}

.terms_info ul li {
    transition: 0.5s;
    cursor: pointer;
}

.terms_info ul li:hover {
    font-size: 17px;
    line-height: 37px;
}

.footer_logo ul li {
    margin-top: 10px;
    color: rgb(104, 104, 104);
    cursor: pointer;
}

.cnt {
    position: relative;
}

.cart_shop {
    cursor: pointer;
}

.total_count {
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: rgb(204, 125, 125);
    border-radius: 50%;
    top: 23px;
    left: 64%;
}

.cart_data {
    width: 320px;
    height: 350px;
    position: fixed;
    z-index: 1500;
    top: 190px;
    right: 1.5%;
    transform: rotateY(90deg);
    overflow: auto;
    cursor: pointer;
}

.cart_data .order_info {
    padding: 10px;
    text-align: right;
    color: white;
    font-weight: bold;
}

.sum {
    display: inline-block;
}

.orders_list {
    background-color: white;
}

.srch_bt {
    padding: 5px;
    border-radius: 10px;
}

.orders {
    padding: 25px;
}

.sending_btn {
    padding-bottom: 10px;
}
.sending_btn a {
    margin-left: 30%;
}

.count_of_order {
    border-radius: 17px;
    width: 70px;
    text-align: center;
}


.ord {
    margin-top: 20px;
    background: rgb(198,195,195);
    background: radial-gradient(circle, rgba(198,195,195,1) 23%, rgba(221,221,221,1) 79%);
    color: black;
    text-align: center;
    padding: 15px;
    width: 100%;
}

.orders_block {
    width: 90%;
    overflow: auto;
    margin: 25px;
    padding: 25px;
}

.category {
    width: 100%;
    text-align: left;
}

.category h3 {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

/* .category_devider {
    transition: .5s!important;
    color: white;
    background: black!important;
} */

.category_devider li:not(:last-child) {
    border-bottom: 1px solid silver !important;
}

.admin-menu a {
    color: white !important;
}

.executed {
    --bs-table-bg: rgb(114, 226, 114);
    color: black;
}

.not_executed {
    --bs-table-bg: #212529;
}

.our_works {
    width: 100%;
}

.our_works div {
    width: 20%;
    margin: 0px auto;
}

.works_img > div {
    width: 70%;
    margin: 35px auto;
    cursor: pointer;
    transition: 0.7s;
}

.works_img > div:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.our_works_img {
    width: 100%;
    height: 700px;
}

.carousel-text {
    position: relative;
}

@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Open+Sans+Condensed:wght@700&display=swap');
.carousel-rep-text {
    position: absolute;
    width: 40%;
    color: #fff;
    top: 150px;
    left: 5%;
}

.carousel-rep-text h1 {
    font-weight: 400;
    font-family: 'Monoton', cursive;
    font-family: 'Open Sans Condensed', sans-serif;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.sertificate_logo img {
    width: 40%;
    height: 171px;
}

.argos img{
    height: 145px;
}


/*CAROUSEL */

.carousel-container {
    padding: 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
    box-shadow: 0 0 100px -20px lightblue;
    z-index: 0;
  }

  .mySlides {
    display: none;
  }
  .mySlides img {
    display: block;
    width: 100%;
    height: 650px;
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(173, 216, 230, 0.05);
    user-select: none;
  }
  .next {
    right: 0;
    border-radius: 8px 0 0 8px;
  }
  .prev:hover,
  .next:hover {
    background-color: rgba(173, 216, 230, 0.3);
  }

  .text {
    color: #f2f2f2;
    background-color: rgba(0, 0, 5, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
  }

  .number {
    color: #f2f2f2;
    font-size: 16px;
    background-color: rgba(173, 216, 230, 0.3);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
  }

  .dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  .active,
  .dots:hover {
    background-color: rgba(173, 216, 230, 0.8);
  }

  .animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 1s;
  }

  .site_menu {
      font-size: 24px;
  }

  @keyframes animate {
    from {
      transform: scale(1.1);
    }
    to {
      transform: scale(1);
    }
  }


@media screen and (max-width: 1345px) {
    .our_works_img {
        height: 600px;
    }
    .mySlides img {
        height: 550px;
      }
}

@media screen and (max-width: 1271px) {
    .menu-cell {
        font-size: 16px!important;
    }
    .our_works_img {
        height: 500px;
    }
    .mySlides img {
        height: 500px;
      }
}


@media screen and (max-width: 1114px) {

    .about {
        width: 9.5%;
    }

    .our_works_img {
        height: 400px;
    }
    .mySlides img {
        height: 400px;
      }
}

@media screen and (max-width: 995px) {
    .info {
        gap: 100px;
    }
    
    .about {
        width: 10%;
    }

    .our_works_img {
        height: 300px;
    }
    .mySlides img {
        height: 300px;
      }
}


@media screen and (max-width: 991px) {
    .menu-text .nav-item:not(:last-child) {
        width: 100%;
    }
    .menu-text .nav-item {
        padding-left: 10px;
    }
    .menu-text .nav-item:not(:last-child) a {
        text-align: left;
    }
    .menu {
        padding: 0px;
    }

    .droping_menu {
        background: rgb(198,195,195)!important;
        background: radial-gradient(circle, rgba(198,195,195,1) 23%, rgba(221,221,221,1) 79%)!important;
    }

    .target_img {
        border-right: none;
    }

    .sertificate_logo {
        height: 200px;
        height: 171px;
    }

    .contact_form_adaptative {
        width: 70%;
    }

    .total_count {
        left: 45%;
    }

    .logo-right {
        margin-left: 25px;
    }
}



@media screen and (max-width: 1031px) {

}

@media screen and (max-width: 870px) {
    .info {
        gap: 10px;
    }

    .contact_form_adaptative {
        width: 80%;
    }

    .cart_data {
        top: 70px;
    }

}

@media screen and (max-width: 550px) {
    header {
        position: relative;
    }


    .carousel-rep-text {
        top: 50px;
        left: 12%;
    }
    
    .carousel-rep-text h1 {
        font-size: 20px;
    }


    .site_menu {
        font-size: 20px;
    }
    .sertificate_logo {
        height: 120px;
    }

    .contact_form_adaptative {
        width: 90%;
    }

    .info > div {
        font-size: 15px;
    }
    
    .info .adr.tw {
        position: absolute;
        top: 22px;
        left: 17%;
    }

    .black_part div {
        width: 22%;
    }

    .our_works_img {
        height: 250px;
    }

    .total_count {
        left: 50%;
    }

    .button_small {
        width: 70%!important;
    }

    .sertificate_logo img {
        height: 70px;
    }

    .argos img {
        width: 70%;
        height: 70px;
    }

    .about {
        width: 30%;
    }

    .mySlides img {
        height: 200px;
      }
      
      .footer_menu {
        display: block;
        margin: 0px auto;
        width: 51%;
    }
}

@media screen and (max-width: 500px) {
      .footer_menu {
        width: 70%;
    }
}

@media screen and (max-width: 375px) {
    .footer_menu {
    width: 90%;
    }

    .carousel-rep-text {
        top: 50px;
    }

    .sertificate_logo {
        height: 100px;
    }

    .contact_form_adaptative {
        width: 100%;
    }

    .button_small {
        width: 100%!important;
    }

    #recipeCarousel {
        width: 66%!important;
    }
    
    .info {
        gap: 0px;
    }

}

/*SLIDER*/
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.card {
    border: none;
}


/*CUSTOM CARD FROM CODE PEN*/
.shell{
  padding:80px 0;
}
.wsk-cp-product{
  background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin:20px auto;
}
.wsk-cp-img{
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-img img {
    width: 83%;
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
    height: 220px;
    /* margin-bottom: 25px; */
    display: block;
    margin: 0px auto;
}

.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:45px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);

}
.wsk-cp-text .category > span{
  padding: 12px 30px;
  border: 1px solid #313131;
  background:#212121;
  color:#fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;

}
.wsk-cp-product:hover .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:20px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  height:62px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:15px;
}
.card-footer{
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;

}

.card-footer .wcf-right{
  float:right;
}

.price{
  font-size:18px;
  padding: 10px;
  font-weight:bold;
}

a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}
.red{
  color:#F44336;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .wsk-cp-product{
    margin:40px auto;
  }
  .wsk-cp-product .wsk-cp-img{
  top:-40px;
}

    .wsk-cp-img img {
        height: 230px;
    }

  .wsk-cp-product .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product .wsk-cp-text .category{
  margin-top: 0px;
}
a.buy-btn{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
}
}

.card-footer {
    margin-top: 15px;
    display: inline-block;
    border-radius: 15px!important;
    padding: 15px;
    cursor: pointer;
    transition: .5s;
}

.card-footer:hover {
    color: red;
    transform: scale(1.05);
}

.footer_menu a {
    color: white!important;
}

