* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dropdown-menu{min-width:50px !important;width:100% !important;text-align:center;}
.btn{outline:none !important;} 
.show{border:none !important;outline:none !important;}
ul {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 576px){
.container, .container-sm {
    max-width: 90% !important;
}}
@font-face {
  font-family: "poppins-regular";
  src: url("/fonts/Averta-Regular.woff2");
}
section {
  padding: 50px 0;
}
/*mobile*/
    .mobile-menu{display:flex;
justify-content:center;
align-items:center;
    text-align:center;width:100%;
transition:.3s;
height:0;
    opacity:0;
    visibility:hidden;
position:fixed;bottom:0;z-index:999;background:white;}
.mobile-menu li{margin:10px 0;}
.toggle{
    height:88.7% !important;
    opacity:1 !important;
    visibility:visible !important;
}
.mobile-menu a{color:#000;font-size:22px;text-decoration:none;}
.mobile-menu ul{list-style:none;}
/*mobile end*/
.modal{
     --bs-modal-padding: 0 !important; 
     --bs-modal-margin: 0 !important;
}
.modal-dialog{height:100vh;}
.modal-content{position:absolute;top:50%;transform:translateY(-50%);}
.section-advantages {
  padding: 100px 0 50px 0 !important;
}

.section-references {
  padding: 50px 0 100px 0 !important;
}

@font-face {
  font-family: "poppins-bold";
  src: url("/fonts/Averta-Bold.woff2");
}
@font-face {
  font-family: "poppins-light";
  src: url("/fonts/Averta-Light.woff2");
}
body {
  font-family: "poppins-regular" !important;
  
}

h1,
h2,
h3,
h4,
h5,
h6,b {
  font-family: "poppins-bold" !important;
}
      .sidebar-left{
        display:none;
    }
    .sidebar-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.sidebar-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.sidebar-social li a {
    width: 40px;
    height: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #fff;
    border: 2px solid transparent;
        text-decoration:none;
}
.sidebar-social li a i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#332b2b;
    font-size:18px;
}
.sidebar-social li a:hover {
    border: 2px solid #e57b24;
}
.sidebar-social li a:hover i {
    transform: scale(0.8);
    color:#e57b24;
}
.scroll-site {
    cursor:pointer;
    position: relative;
    width: 22px;
    height: 34px;
    border: 2px solid #e94247;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 3;
    transform: translate(0%,0%);
    transition: all 1s ease;
    margin-bottom: 50px;
}
.scroll-site::before {
    position: absolute;
    top: 0px;
    left: 50%;
    content: '';
    width: 2px;
    height: 10px;
    margin-left: -1px;
    background-color: #e94247;
    border-radius: 10px;
    -webkit-animation: sdb10 1.5s infinite;
    animation: sdb10 1.5s infinite;
    box-sizing: border-box;
    transition: all 1s ease;
}
@-webkit-keyframes sdb10{0%{-webkit-transform:translate(0,0);opacity:0}40%{opacity:1}80%{-webkit-transform:translate(0,18px);opacity:0}100%{opacity:0}}
@keyframes sdb10{0%{transform:translate(0,0);opacity:0}40%{opacity:1}80%{transform:translate(0,18px);opacity:0}100%{opacity:0}}
.navbar-brand:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine{100%{left:125%}}
@keyframes shine{100%{left:125%}}
header{padding:8px 0;z-index:40;}
header{top:0;background:white;transition:.4s;}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 !important;
}
header nav .navbar-links {
  display: none;
}
.navbar-logo{text-align:start;}
header nav .navbar-links ul {
  display: flex;
  list-style: none;
  gap: 12px;
}
header nav .navbar-links ul li a {
  color: #000;
  text-decoration: none;
  transition:.3s;
}
header nav .navbar-links ul li a:hover{  color:goldenrod;}
.hvr{transition:.3s}
.hvr{min-width:140px;font-size:15px;}
.hvr:hover{background:goldenrod;border: 1px solid goldenrod;}
.carousel-item {
  height: 88vh;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.carousel-item .header-slider {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  height: 80vh;
}

.carousel-item .header-slider img {
    width:100%;
  max-width: 500px;
  height:100%;
}
.carousel-item .header-slider-left-part{max-width:500px;}
.carousel-item .header-slider-left-part,
.carousel-item .header-slider-right-part {
  margin-bottom: 5px;
}

.header-slider-left-part .btn {
    background: transparent;
    color: #000;
}

.header-slider-left-part .btn:hover {
    background: #000;
    color: #fff;
}

.carousel-item .header-slider .header-slider-left-part p,
.carousel-item .header-slider .header-slider-left-part h5 {
  max-width: 600px;
}

.carousel-item .header-slider .header-slider-left-part p {
  color: gray;
}

.carousel-item .header-slider .header-slider-left-part button {
  font-size: 18px;
}

.carousel-item .header-slider .header-slider-left-part button:hover {
  background: goldenrod;
  color: #000;
  border: 1px solid transparent;
}

.carousel-indicators {
 justify-content: start !important;
 margin-left:4%;
 margin-right:4%;
}
.carousel-indicators button {
    height:10px !important;
    width:40px !important;
  background-color: #000 !important;
}


.section-advantages .all-advantages {
  display: flex;
  justify-content: space-between;
}
.section-advantages .all-advantages hr {
  color: #000 !important;
  background-color: #000;
  height: 3px;
  opacity: 1;
  width: 200px;
}
.section-advantages .all-advantages .advantages-p {
  max-width: 770px;
}
.section-advantages .all-advantages .advantages-img img {
  width: 100%;
  max-width: 450px;
}
.section-advantages .all-advantages .advantages-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 770px;
  gap: 20px;
}
.section-advantages .all-advantages .advantages-cards .advantages-card {
  display: flex;
  align-items: start;
  gap: 10px;
  max-width:350px;
}
.section-advantages .all-advantages .advantages-cards .advantages-card b {
  font-size: 20px;
}
.section-advantages .all-advantages .advantages-cards .advantages-card i {
  font-size: 26px;
}
.section-advantages .all-advantages .advantages-cards .advantages-card p {
  margin: 0 !important;
  font-size:15px;
}
.section-product-collection h2{margin-bottom:3rem;}
.section-product-collection h5 {
  color: goldenrod;
  font-family: "poppins-regular" !important;
  margin-bottom: 1rem;
}
.section-product-collection h2,
.section-product-collection h5 {
  text-align: center;
}
.section-product-collection h2 {
  margin-bottom: 3rem;
}
.section-product-collection .parent {
  display: grid;
  grid-gap: 15px;
}
.section-product-collection .div1 {
  grid-area: 1/2/2/3;
}
.section-product-collection .div2 {
  grid-area: 3/1/4/2;
}
.section-product-collection .div3 {
  grid-area: 1/1/3/2;
}
.section-product-collection .div4 {
  grid-area: 2/2/4/3;
}
.section-product-collection .collection-card:nth-child(3) {
  padding-bottom: 90px;
}
.products-category-page{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(325px,1fr));
    justify-content:center;
    gap:15px;
}
.products-category-page .collection-card{padding:30px;width:100%;}
.collection-card a{color:#000;text-decoration:none;}
 .collection-card {
  background: #f4f4f4;
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding: 45px 0;
  transition:.3s;
}
.collection-card:hover{transform:scale(1.03)}
 .collection-card span {
  color: goldenrod;
}

 .collection-card button {
  border: none;
  outline: none;
  background: none;
  transition: 0.4s;
  color:#000;
}
 .collection-card button:hover {
  opacity: 0.6;
}
 .collection-card .collection-card-img img:first-child{
     max-width:150px;
     height:150px;
 }
 .collection-card .collection-card-img img:not(:first-child) {
  max-width: 220px;
  height:220px;
}
.section-product-collection .more {
  display: block;
  text-align: center;
}
.section-product-collection .more button {
  margin-top: 3rem;
  background: white;
  border: 3px solid #000;
  border-radius: 3px;
  color: #000;
  padding: 12px 80px;
  font-weight: bold;
  transition:.3s;
}
.section-product-collection .more button:hover{background:goldenrod;color:white;border-color:goldenrod;}

.section-products h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.section-products .product-content {
  text-align: center;
}
.section-products .product-content .product-img {
  position: relative;
  border-radius: 30px 0 !important;
  width: 86%;
  margin: auto;
  transition:.3s;
  overflow:hidden;
}
.section-products .product-content .product-img:hover {
  border-radius: 0 !important;
}
.bc a{text-decoration:none;}
.section-products .product-content .product-img img {
  width: 100%;
  transition:.3s;
}
.section-products .product-content .product-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
  content: " ";
}
.section-products .swiper-slide {
  color: #000;
  text-decoration: none;
}
.section-products .product-about {
  font-size: 22px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.section-products .product-price {
  font-size: 18px;
}
.section-products .swiper-button-next, .section-products .swiper-button-prev {
  color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f8f8;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transition: 0.3s;
}
.section-products .swiper-button-next span, .section-products .swiper-button-prev span {
  font-size: 34px;
}
.section-products .swiper-button-next:hover, .section-products .swiper-button-prev:hover {
  color: goldenrod;
}
.section-products .swiper-button-prev {
  left: 2px;
  top: 45%;
  transform: translateY(-70%);
  z-index: 5;
}
.section-products .swiper-button-next {
  right: 2px;
  top: 45%;
  transform: translateY(-70%);
  z-index: 5;
}
.section-products .swiper-button-next::after, .section-products .swiper-button-prev::after {
  content: "";
}
.section-references h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.sec-ref-in img,.section-references img{
    transition:.3s;
}
.section-references img:hover,.sec-ref-in img:hover{
    background:#eee;
}
.section-references .all-references{    
    display:grid;
    gap:30px;
    align-items:center;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}
.sec-ref-in img,
.section-references .all-references img{
    border-radius:15px;
    box-shadow:0 0 5px gray;
}
.sec-ref-in img:last-child,
.all-references img:last-child{
    padding:60px 20px;
}
.ts{background:goldenrod !important;border-color:goldenrod !important;transition:.3s}
.ts:hover{opacity:.8;background:darkgoldenrod !important;}
.section-call-to-action {
  background-color: goldenrod;
}
.section-call-to-action .all-call-to-action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.call-to-action-content{max-width:450px;}
.section-call-to-action .all-call-to-action .call-to-action-form {
  width: 100%;
  max-width: 500px;
}
.section-call-to-action .all-call-to-action .call-to-action-form .input-part {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom:1rem;
}
.section-call-to-action .all-call-to-action .call-to-action-form input {
  width: 100%;
  max-width: 280px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  outline: none;
}
.textarea-part{
    display:inline-block;
      width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  outline: none;
  height:90px;
  border:none;
}.textarea-part textarea{padding:10px;}
.section-call-to-action .all-call-to-action .call-to-action-form button {
  padding: 10px 0;
  width: 100%;
  margin-top: 0.5rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius:10px;
}
.section-blog h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.section-blog .blog-content {
    height:150px;
  padding: 15px 10px 10px 10px;
}
.section-blog .head-blog {
  justify-content: flex-start;
  align-items: center;
  margin-bottom:1rem;
}
.section-blog .main-blog {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 30px;
  overflow:hidden;
}
.section-blog .blog-cards {
    text-decoration:none;
  border-radius: 30px;
}
.section-blog .blog-cards img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition:.3s;
  border-radius: 30px 30px 0 0;
}
.px{width:42px;}
.section-blog .blog-cards:hover img {
    transform:scale(1.04);
}
.section-blog .blog-cards .blog-content .blog-head {
  color: goldenrod;
  font-family: "poppins-bold";
  background-color: rgb(236, 235, 235);
  padding: 5px 12px;
  border-radius: 10px;
}
.section-blog .blog-cards .blog-content .blog-title {
  padding: 10px 0;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  font-size:21px !important;
  height:45px;
}
.section-blog .blog-cards .blog-content .blog-date {
  color: gray;
}
.section-blog .all-blog{row-gap:30px}
.products-inner-page{
    padding:50px 0;
}

.products-inner-page img{
    object-fit: contain;
}
.blog-inner img{
    width:100%;
    max-height:420px;
    
}
.blog-inner .blog-around{width:90%;margin:0 auto;padding:20px 40px;box-shadow:0 0 1px gray;
/*transform:translateY(-100px);*/
background:white;margin-bottom:-8%;}
.blog-inner .blog-around span{font-family:"poppins-bold" !important;}
footer {
  background-color: #eee;
  padding: 30px 0;
}
footer .first-footer-card ul {
  color: gray;
}
footer .first-footer-card ul .footer-text {
  gap: 10px;
}
footer .footer-right-text a{color:gray !important;transition:.3s;}
footer .footer-right-text a:hover{color:#000 !important;}
footer .first-footer-card ul i {
  width: 22px;
  font-size: 22px;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin: 15px 0;
}
.first-footer-card ul li{margin:18px 0 !important;}
footer ul li a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  font-size:15px;
}
footer ul li a:hover {
  color:goldenrod;
}
footer .footer-text {
  display: flex;
  align-items: center;
  justify-content: start;
}
footer .all-footer{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
    justify-content:space-between;
    column-gap:35px;
    row-gap:20px;
}
footer .middle-footer h5{text-align:center;}
footer .middle-footer ul{
 display:flex;
 justify-content:center;
 gap:45px;
 align-items:center;
}
footer .middle-footer ul li a i{
    font-size:26px;
    transition:.4s;
}

footer .middle-footer ul li a i:hover{
opacity:.7;

}
footer .second-footer {
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .copyright {
  color: gray;
}
footer .okmedia {
  align-items: center;
  color: gray;
}
    .blog-title{font-size:20px}
@media only screen and (min-width: 1200px) {
  .carousel-item .header-slider {
    justify-content: space-between;
  }
  .all-call-to-action {
    justify-content: space-between !important;
  }
}
  @media (min-width: 576px){
.carousel-item .container{
    max-width:94% !important;
}
}
@media only screen and (min-width: 991px) {
    .parent img{max-width:200px !important;height:180px !important;}
    .navbar-logo{text-align:center;}
    .sidebar-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: #fff;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
  header nav .navbar-links {
    display: block;
  }
}

@media (max-width: 768px) {
    .right-menu a{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-right: 0px !important;
    position: relative;
    padding: 0 0 0 0 !important;
    line-height: 48px;
    display: flex;
    transition: .5s all ease;
    cursor:pointer;
}

.hdfh{
    margin-left:0px !important;
}

.dvdx{
    padding:0px !important;
}

.right-menu a:before{
    margin-right:0px !important;
}
}



@media only screen and (max-width: 768px) {
    .products-category-page{
    justify-content:center;
}
  .all-advantages img {
    display: none;
  }
  .div1 { grid-area: 1 / 1 / 2 / 2 !important; }
.div2 { grid-area: 2 / 1 / 3 / 2  !important; }
.div3 { grid-area: 3 / 1 / 4 / 2  !important; }
.div4 { grid-area: 4 / 1 / 5 / 2  !important; }
}

.right-menu a{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-right: 12px;
    position: relative;
    padding: 0 10px 0 55px;
    line-height: 48px;
    display: flex;
    transition: .5s all ease;
    cursor:pointer;
}

.right-menu a span{
    font-weight: 500;
    position: relative;
    z-index: 2
}
.right-menu a:before {
    content:"";
    width: 46px;
    height: 46px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #F2F2F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    position: absolute;
    left:0;
    top:0;
    background-position: 14px center;
    background-repeat: no-repeat;
}
.right-menu a.right-btn.offer-price span{
    color: #e94247;
}
.right-menu .lang:before{
    background-image: url('/img/pt.png');
    background-position: 14px center;
}
.right-menu .offer-price:before{
    background-color:#f9e8e9;
    background-image: url('/img/bolt_#000.svg?=1');
    background-position: 11px center;
    background-size: 24px;
}
.lang-button {
    display: inline-block;
}
.menu-drop{
    padding:20px 0;
}
.lang-drop,.menu-drop {
    position: absolute;
    background: white;
    opacity: 1;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    text-align: left;
    z-index:9;
}
.lang-drop li{list-style:none}
.lang-drop li a,.menu-drop li a {
    text-decoration:none;
    margin-left: 0;
    margin-right: 0;
    display:inline-block;
    padding: 20px 60px;
    line-height: 0;
    text-align: left;
    width: 100%;
}
.lang-drop li a:before,.menu-drop li a:before{
    content:none;
}
@media only screen and (min-width:1100px){.bb{margin-bottom:55px;}}
@media only screen and (min-width:854px){
        .sidebar-left {
    position: absolute;
    top: 0;
    left: 0;
    width:5.7%;
    height: 100%;
    background: #fff;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
}
@media (max-width: 1199.98px) and (min-width: 991.98px){
    .right-menu .lang:before,.right-menu .offer-price:before {
        background-size: 12px;
        width: 25px;
        height: 25px;
    }
       .right-menu .lang:before{
        background-size: 12px;
        background-position: 7px center;
    }
    .right-menu .offer-price:before{
        background-size: 17px;
        background-position: 5px center;
    }
    .right-menu a{
        padding: 0 10px 0 30px;
        line-height: 25px;
    }
    .right-menu a {
        font-size: 12px;
    }
}
@media only screen and (max-width:992px){
    .right-menu a:before{position:static;}
        .right-menu {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 991.98px) {
    .right-menu a:hover {
        padding: 0 20px 0 45px;
    }
    .right-menu a:hover:before {
        width: 100%;
    }
        .lang-drop li a:hover,.menu-drop li a:hover{
        background: #f7f7f7;
        padding:20px 60px;
    }
    .lang-button:hover .lang-drop,.nav-drop:hover .menu-drop{
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.modal-body{align-items:center;}
@media only screen and (max-width:576px){
    .parent{display:flex !important;flex-wrap:wrap;}
    .parent .collection-card{max-width:100% !important;width:100% !important;}
    .section-call-to-action .all-call-to-action .call-to-action-form .input-part{flex-direction:column;}
    .input-part input{max-width:100% !important;}
    .modal-img img{width:250px !important;}
    .modal-img{width:100% !important;}
    .mdl-inputs{width:100% !important;}
    .modal-body{flex-wrap:wrap;}
      .product-price span {
    font-size: 0.8rem;
  }

     .product-box h4 {
    font-size: 1rem;
  }
    .product-box p {
    font-size: 0.8rem;
  }
}
.product-box {
  background: #f7f7f7;
  padding: 30px 20px;
  cursor: pointer;
}
.product-box h4 {
  font-size: 1.2rem;
  max-height: 3rem;
  line-height: 1.2;
}
.product-box p {
  font-size: 1rem;
  max-height: 3rem;
  line-height: 1.5;
  color: rgba(7, 2, 3, 0.5);
}
.pro-img {
  margin: 0 auto;
  height: 250px;
  margin-top: 40px;
}
.pro-img img{height:100%;}
.product-price {
  padding-top: 22px;
}
.product-price span {
  font-size: 1rem;
}
@media only screen and (max-width:576px){
.carousel-control-prev,.carousel-control-next{
  width:40px !important;
  height:40px !important;
}}
@media only screen and (min-width:576px){
    .carousel-control-prev,.carousel-control-next{
  width:50px !important;
  height:50px !important;
}}
.carousel-control-prev{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background:white !important;
position:absolute !important;
left:inherit !important;
top:inherit !important;
z-index:15 !important;
border-radius:50% !important;bottom:2% !important;right:130px !important;opacity:1 !important;transition:.3s;}
.carousel-control-next:hover,.carousel-control-prev:hover{background:goldenrod !important;}
.carousel-control-next{
    transform:rotate(180deg);
    transition:.3s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background:white !important;
position:absolute !important;
z-index:15 !important;
left:inherit !important;
top:inherit !important;
border-radius:50% !important;bottom:2% !important;right:70px !important;opacity:1 !important;}
.carousel-control-prev-icon,
.carousel-control-next-icon{background-image:url("/img/arrow.png?=1")}

.feedback .box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;display:flex;}
.box{
    padding:80px 0 80px 120px ;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
@media (min-width:1200px) and (max-width:1400px){
    .carousel-item .header-slider img {
  max-width: 350px !important;
}
    .elaqe-formu{max-width:450px;}.inner-box{max-width:500px !important;}}
@media only screen and (min-width:1400px){.elaqe-formu{max-width:550px !important;}.inner-box{max-width:500px !important;}}
@media (min-width:991px) and (max-width:1200px){.elaqe-formu{max-width:350px;}.inner-box{max-width:450px;}.box{padding:80px 0 80px 70px;}}
@media only screen and (max-width:991px){.box{padding:80px 20px;justify-content:center !important;gap:40px}}
.elaqe-formu{
    width:100%;
    align-items:center;
    display:flex;
    flex-direction:column;
    gap:45px;
}
@media (max-width:576px){.carousel-control-prev{right:80px !important;}.carousel-control-next{right:20px !important;} .carousel-indicators{display:none;}}
.ad-soyad,.tel,.email{
    border:none;
    border-bottom:2px solid #000;
    outline:none;
    width:100%;
    padding:5px 10px;
    transition:.3s;
}
.ad-soyad:focus,.tel:focus,.email:focus{
    border-bottom:2px solid goldenrod;
}
.elaqe-formu input[type="submit"]{
    margin-top:25px;
    padding:5px;
    letter-spacing:4px;
    background:#000;
    transition:.3s;
    color:white;
    width:100%;
    border:1px solid transparent;
}
.elaqe-formu input[type="submit"]:hover{
    background:goldenrod;
}
.inner-box{
    width:100%;
    color:white;
    background:goldenrod;
    padding:25px 30px 20px 60px;
}
.inner-box ul{list-style:none;}
.inner-box ul li{margin:35px 0;display:flex;align-items:center;gap:15px; }
.inner-box a{text-decoration:none;color:white;transition:.3s;}
.inner-box a:hover{color:#000;}
.inner-box i{font-size:34px;}
.testss{
    display:grid;
    gap:30px;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
}
.sec-ref-in{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    justify-content:space-between;
    row-gap:20px;
    align-items:center;
    column-gap:30px;
}
.all-references img,.sec-ref-in img{width:100%;max-width:220px;height:200px;padding:20px;}

/*about*/
.about-page{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:space-between;
}
.about-page .about-img{
    max-width:550px;
    width:100%;}
.about-page .about-img img{border-radius:10px;}
.img-2{    height:450px;
    width:100%;
}
.about-img img{box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}
.about-page b{font-size:30px;}
.about-page .about-content{max-width:700px;width:100%;padding:20px;}
@media (min-width:1200px) and (max-width:1400px){.about-content{max-width:550px !important;}}
@media (min-width:991px) and (max-width:1200px){.about-content{max-width:470px !important ;}.about-img{max-width:420px !important;}
    }
@media only screen and (max-width:991px){
    .about-page b{font-size:22px;}
    .about-page{justify-content:center !important;}
    .about-content{box-shadow:none !important;}
    .about-img img{height:100%;}}
.clr-tgl{color:goldenrod;}
/*product-full*/
.product-full-page{
    display:grid;
    justify-content:space-between;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:10px;
}
.product-img img{width:100%;}
.product-content{text-align:center;}
/**/
.over a{text-decoration:none !important;color:gray !important;margin:0 5px;}
.over{margin-bottom:3rem;}
.f-carousel{height:350px;}
.f-carousel__slide img{width:100%;height:100%;object-fit:contain}
#myNavigation{height:100px !important;}
.modal-body{justify-content:space-around;}
.modal{
    --bs-modal-width:800px;
}
.mdl-inputs{width:380px;}


.lt{text-decoration:line-through;}
.btn-17,
.btn-17 *,
.btn-17 :after,
.btn-17 :before,
.btn-17:after,
.btn-17:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-17 {
    width:100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.btn-17:disabled {
  cursor: default;
}

.btn-17:-moz-focusring {
  outline: auto;
}

.btn-17 svg {
  display: block;
  vertical-align: middle;
}

.btn-17 [hidden] {
  display: none;
}

.btn-17 {
  border-radius: 99rem;
  border-width: 2px;
  padding: 0.8rem .75rem;
  z-index: 0;
}

.btn-17,
.btn-17 .text-container {
  overflow: hidden;
  position: relative;
}

.btn-17 .text-container {
  display: block;
  mix-blend-mode: difference;
}

.btn-17 .text {
  display: block;
  position: relative;
}

.btn-17:hover .text {
  -webkit-animation: move-up-alternate 0.3s forwards;
  animation: move-up-alternate 0.3s forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

.btn-17:after,
.btn-17:before {
  --skew: 0.2;
  background: #fff;
  content: "";
  display: block;
  height: 102%;
  left: calc(-50% - 50% * var(--skew));
  pointer-events: none;
  position: absolute;
  top: -104%;
  transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
  transition: transform 0.2s ease;
  width: 100%;
}

.btn-17:after {
  --progress: 0%;
  left: calc(50% + 50% * var(--skew));
  top: 102%;
  z-index: -1;
}

.btn-17:hover:before {
  --progress: 100%;
}

.btn-17:hover:after {
  --progress: -102%;
}
