/*header submenu*/
ol,ul{
    padding:0;
}

:root{
       counter-reset: headings 0;
}
.sub-menu {
    position: absolute;
    border-radius: 5px;
    min-width: 150px;
    width: max-content;
    padding: 0.5rem;
    max-height: 0;
    background:#fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background:#fff;
}
.sub-sub-menu {
    position: absolute;
    border-radius: 5px;
    min-width: 150px;
    width: max-content;
    padding: 0.5rem;
    max-height: 0;
    background: #fff;
    z-index: 2;
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    
}
header ul{
    padding:0;
}
header ul li{
    position:relative;
}
.navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    transition: 0.3s ease-in-out;
    overflow: visible;
     
}
.navbar-nav .nav-item a i{
    transition:.3s ease-in-out;
}
.navbar-nav .nav-item:hover a.nav-link  i{
    transform:rotate(-180deg);
}
.sub-menu li  a{
    display:flex;
    align-items:center;
    line-height:30px;
    color:#323232;
    font-weight:400;
    justify-content:space-between;
}
.submenu_item.has-sub:hover .sub-sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    transition: 0.3s ease-in-out;
    overflow: visible;
}
.submenu_item.has-sub:hover a.submenu_link i{
        transform:rotate(-180deg);
}
.mobile-menu{
    padding:30px;
}
.mobile-menu ul::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

.mobile-menu ul::-webkit-scrollbar-thumb {
  width: 3px;
  height: auto;
  background-color: #ddd;
  border-radius: 4px;
}
.mob-sub-menu,.mob-sub-sub-menu{
    display:none;
    opacity:.8;
    height:fit-content !important;
    overflow-y:visible !important;
        padding: 10px 0 10px 10px !important;
        transition:.3s ease-in-out;
    margin:0 !important;
}


.section-bg{
    background:rgb(250, 250, 250);
}
/*blog*/
.section-padding {
  padding: 2.5rem 0;
}
.blog_cat_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);

}
.blog_swiper .swiper-wrapper{
    padding:20px 0;
}
.blog_card {
     border:1px solid rgba(0, 71, 187, 0.15);
  transition: 0.3s ease-in-out;
  overflow:hidden;
  border-radius:10px;
}

.blog_card figure {
  height: 280px;
  width: 100%;
  overflow:hidden;
}
.blog_card figure img {
  width: 100%;
  height: 100%;
  transition:.3s ease-in-out;
  object-fit: cover;
}
.blog_card article {
  padding: 10px;
  display: flex;
  position:relative;
  flex-direction: column;
  row-gap: 20px;
  justify-content: space-between;
}
.blog_card article h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 60px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 1.2;
}
.blog_card article .content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  line-height: 1.2;
}
.blog_card article a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #000;
  font-size: 1.2;
  min-height: 40px;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
  width: fit-content;
}
.blog_card article a:hover {
  background: #000;
  color: #fff;
}
.blog_card:hover figure img{
    transform:scale(1.1);
}
.blog_card:hover article span{
    left: 100%;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
}
.blog_card article span {
    position: absolute;
    left: 10px;
    bottom: -10px;
    height: auto;
    font-size: 75px;
    font-weight: 700;
    color: rgba(48, 48, 48, .1);
    line-height: 1 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition:.3s ease-in-out;
    z-index: -1;
}
.blog_card article span:before {
 counter-increment: headings;
  content: counter(headings, decimal-leading-zero);
    font-weight: bold;
}
.blog_card article span:nth-child(n + 10)::before {
  content: counter(headings);
}
/* blog full */
.blog_full_wrapper {
  display: grid;
        border-radius: 33px;
    background-color: #fff;
    padding: 30px;
    max-width:100%;
  row-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.activity_wrapper{
    background-color:transparent !important;
    padding:0;
}
.blog_full_wrapper figure{
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.blog_full_wrapper figure img {
    border-radius: 25px;
    max-width:100%;
    object-fit: cover;
    max-height: 600px;
    height: 100%;
    width: 100%;
}
.blog_full_wrapper .social_list {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  gap: 10px;
  padding-left:0;
}
.blog_full_wrapper .social_list span {
  color: #000;
  font-size: 1rem;
}
.blog_full_wrapper .social_list li a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
  border: 1px solid #ddd;
  transition: 0.3s ease-in-out;
}
.blog_full_wrapper .social_list li a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.blog_full_wrapper article{
     counter-reset: headings;
     postion:relative;
}
.blog_full_wrapper article .content :is(h2, h3, h4, h5, h6) {
  font-size: 1.5rem;
  margin: 20px 0;
  line-height: 1.2;
}
.blog_full_wrapper article .content {
  font-size: 1rem;
  line-height: 1.3;
}

.blog_full_wrapper article .content ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-left: 10px;
}
.blog_full_wrapper article .content ul li:before,.blog_full_wrapper article .content ol li:before {
  content: "•";
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .blog_cat_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
    .blog_full_wrapper figure img {
        max-height:500px;
    }
    .blog_full_wrapper{
                margin: 0 auto;
        max-width:100%;
    }
  .blog_cat_wrapper {
    grid-template-columns: repeat(3, 1fr);
 
  }
  
}



/* activity */
.activity_card {
  height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  transition:.3s ease-in-out;
}
.activity_card:hover img{
      filter: brightness(0.5);
      transform:scale(1.1);
}
.activity_card img {
  width: 100%;
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: all 0.3s ease;
  border-radius: 7px;
}

.activity_card article {
  position: relative;
  height: 100%;
  z-index: 2;
  padding: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activity_card article span {
  min-height: 30px;
  padding: 10px 20px;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 10px;
}
.activity_card article h2 {
  text-shadow: 2px 2px black;
  font-size: 1.5rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-transform: capitalize;
  color: white;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
}
.activity_card article ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activity_card article ul li {
  font-size: 1rem;
      gap: 10px;
    display: flex
;
    align-items: center;
  color: #ffff;
}
.activity_card a{
    z-index:3;
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    inset:0;
}
@media screen and (min-width: 992px) {
  activity_card {
    height: 576px;
  }
}
@media screen and (min-width: 992px) {
  .activity_card {
    height: 426px;
  }
}



/* product-cards */
.products-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.product-cards {
  background-color: #f5f5f3;
  border-radius: 1pc;
  overflow: hidden;
  padding: 2pc 2pc 3pc;
  position: relative;
}
.product-cards:hover figure::after {
  -webkit-transform: scale(8);
  transform: scale(8);
}
.product-cards a.full_link {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
  display: inline-block;
}
.product-cards figure {
  position: relative;
  height: 295px;
}
.product-cards figure img {
  height: 100%;
  width: 100%;
  transform: translateY(-40px);
  object-fit:contain;
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply
}

.product-cards figure:after {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 216px;
  left: 50%;
  margin-left: -81pt;
  margin-top: -81pt;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.35s ease-in;
  transition: -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
  transition: transform 0.35s ease-in, -webkit-transform 0.35s ease-in;
  width: 216px;
  z-index: 1;
}
.product-cards article {
  display: flex;
  flex-direction: column;
  position: relative;
      align-items: center;
  z-index: 2;
  row-gap:10px;
}
.product-cards span{
     background-color: #022435;
    border-radius: 3pc;
    max-width:100px;
    margin:0 auto;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content:center;
    font-size: .875rem;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}
.product-cards article h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom:0;
  display: flex;
  font-weight: bold;
  align-items: center;
}
.product-cards article .contents ul{
    display:flex;
    flex-direction:column;
    
    text-align: center;
    row-gap:10px
}
.product-cards article .contents ul li{
     font-size: .875rem;
     color:#201f1c;
    padding: 1pc 0;
}
.product-cards article .contents ul li:not(last-child){
    border-bottom: 1px solid rgba(0, 0, 0, .1);
   
}
.product-cards article a {
  display: flex;
  color: #131313;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}



/* services card */
.services_kate_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
/*xidmetler*/
 .services_card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
  height: 250px;
  border-radius: 4px;
  cursor: pointer; 
      border-radius: 20px;
}
.services_card img {
    transition: .3s;
}

.services_card:hover img {
    transform: scale(1.04);
}
.services_card a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  inset: 0;
  z-index: 4;
}
.services_card:hover h3{
    background:rgb(75, 168, 46);
    color:#fff;
}
 
.services_card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  object-fit: cover;
      border-radius: 20px;
}
.services_card h2 {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
    margin: 0;
    bottom: -25px;
    transform: translateY(0px);
  background: #fff;
  height: 50px;
  width: 92%;
      border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  transition:.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .services_kate_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .services_kate_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .services_card-kate:hover{
    transform:scale(1.01);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
}


/* services_inside  */
.services_inside_wrapper {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  align-items: stretch;
  gap: 20px;
}
.services_inside_card {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  position: relative;
  background: #fff;
  gap: 10px;
  border-radius: 8px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 7px 0 rgb(27 27 27 / 17%);
}
.services_inside_card a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: block;
}
.services_inside_card:hover {
  box-shadow: 0 5px 19px 0 rgb(0 0 0 / 30%);
  transform: translateY(-10px);
}
.services_inside_card h2{
    font-size:1.2rem;
    text-align:center;
    line-height:1.2;
}
@media screen and (min-width: 768px) {
  .services_inside_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.speedbar span,.speedbar a,.speedbar{
    color:#fff;
    
}



.equipments_wrapper,.equipments_wrapper_category {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.equipments_card {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  height: 300px;
  overflow: hidden;
}
.equipments_card a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:3;
  inset: 0;
}
.equipments_card img {
    display: block;
    width: 50%;
    margin: 0 auto;
    object-fit: contain;
    height: 100%;
    position: absolute;
    inset: 0;
}
.equipments_card .equipments_overlay {
  opacity: 0;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: 0.5s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.equipments_card:hover .equipments_overlay {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .equipments_wrapper_category{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .equipments_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .equipments_wrapper_category {
    grid-template-columns: repeat(3, 1fr);
  }
}


/*equipment full*/

.equipment_full_story {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.equipment_full_head {
  display: flex; 
  gap:20px;
  flex-wrap:wrap;
}

.equipment_full_head figure img {
  height: 100%;
  max-height: 400px;
  width: 100%;
  object-fit:contain;
}
.equipment_full_head figure  .equipmentsFullSwiper .swiper-slide{
    height:unset !important;
}
.equipment_full_head figure{
    width:100%;
}
.equipment_full_head article {
  font-size: 1rem;
  color: #201f1c;
  width:100%;
}
.equipment_full_head article  h4{
    padding:20px 0;
    border-bottom:1px solid #ddd;
    font-size:1.5rem;
    margin-bottom:20px;
}
.equipment_full_head article ul,.equipment_full_about .contents ul {
    padding-left:20px;
}
.equipment_full_head article ul li:before,.equipment_full_about .contents ul li:before{
 content: "•";
    margin-right: 5px;
}
.equipment_full_about .contents {
  line-height: 1.2;
  font-size: 1rem;
}

.equipment_full_similar h3,
.equipment_full_about h3 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #131313;
}

@media screen and (min-width: 768px) {
     .equipment_full_head figure img {
  height: 100%;
  max-height: 400px;
  width: max-content;
  margin:0 auto;
    object-fit:unset;
}
}
@media screen and (min-width: 992px) {
  .equipment_full_head {
    grid-template-columns: repeat(2, 1fr);
  }

  .equipment_full_head figure{
    width:50%;
}
.equipment_full_head article {
  flex:1 1 0%;
}

}

.equipmentsFullSwiper .swiper-wrapper,
.equipmentsTumbs .swiper-wrapper {
  padding: 10px 0;
    max-width:100vw;
}

.equipmentsFullSwiper img {
  border-radius: 27px;
}

.equipmentsTumbs {
  height: auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
.equipmentsTumbs .swiper-slide{
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.equipmentsTumbs img {
  width: 100%;
  opacity: 0.3;
  height:81px !important;
  cursor: pointer;
  border-radius: 10px;
  margin:0;
  transition: opacity 0.3s ease;
}
.equipmentsTumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.equipmentsTumbs img:hover {
  opacity: 1;
}


.order-wrapper{
    margin-top:20px;
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap:20px;
}
.full_contact_info,.info_box{
    padding: 22px 28px 24px;
    border: 1px solid #d7dde3;   
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    background-color: #f2f3f4;
    row-gap: 9px;
}
.full_contact_info h5{
    color: #f99074;
}
.order-wrapper h5{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.order-wrapper a span,.order-wrapper span span{
    display:none;
}
.order-wrapper h5 span{
    display:none;
}
.full_contact_info a.mobile_number{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    color: #111;
}
.full_contact_info span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}
.full_contact_info a.order_now {
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: #f99074;
    box-shadow: 0 20px 30px -18px #f99074;
    width: 100%;
    cursor:pointer;
    border:none;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    transition: all .225s ease 0s;
    padding: 15px 0;
}
.full_order_info  a span{
    display:none;
}
.full_order_info  a.mobile_number {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}
    
.full_order_info a.email_link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
    color: #000;
}
    
.full_order_info a.contact_us {
    color: #7fd958;
    background-color: #fff;
    box-shadow: 0 20px 30px -18px #7fd958;
    font-size: 18px;
    border-radius: 8px;
    transition: all .4s ease 0s;
    padding: 15px 0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.full_order_info a.contact_us:hover{
    color:#fff;
      background-color: #7fd958;
       box-shadow: 0 20px 30px -18px #fff;
}
.similar_wrapper{
    display:grid;
    gap:20px;
    grid-template-columns: repeat(1, 1fr);
}
.masha_index{
    display:none !important;
}
@media screen and (min-width:768px){
   .order-wrapper{
        grid-template-columns: repeat(2, 1fr);
} 
.similar_wrapper{
        grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width:992px){
.similar_wrapper{
        grid-template-columns: repeat(3, 1fr);
}
.order-wrapper{
    margin-top:20%;
}
}


/*advantages*/
.advantages_wrapper {
  display: grid;
  align-items: stretch;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
.advantages_card {
  display: flex;
  flex-direction: column;
  padding-top: 7em;
  position: relative;
}
.advantages_card>p{
    margin-bottom:30px;
}
.advantages_card>p::before {
  color: transparent;
  font-size: clamp(80px, 30vw, 150px);
  left: clamp(1vw, 10vw, 70px);
  line-height: 1;
  position: absolute;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  counter-increment: headings;
  content: counter(headings, decimal-leading-zero);
  font-weight: bold;
  top: 0;
}
.advantages_card>p:nth-child(n + 10)::before {
  content: counter(headings);
}
.advantages_card h3 {
  font-size: clamp(1.3rem, -0.875rem + 8.333vw, 1.5rem);
  letter-spacing: -0.03em;
  color: #131313;
  font-weight: bold;
  min-height:60px;
  line-height: 1.2;
}
.advantages_card .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  min-height: 40px;
  font-size: 1rem;
  color: #201f1c;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 576px) {
  .advantages_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .advantages_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

 .full-news>p{
        margin:auto;
    }
    .full-news{
        display: flex;
       
        justify-content: space-between;
    }
    .full-news p img{
        display:none;
    }
    .full-news img{
        display: inline-block;
        height: 400px;
        object-fit: cover;
    }
    .photos-full{
        margin: 20px -5px 0px;
        align-items: flex-start !important;
        display: flex ;
        flex-wrap: wrap !important;
    }
    .photos-full a {
        width: calc(25% - 10px);
        margin: 5px;
    }
    .photos-full a img {
        width: 100%;
        margin: 0px;
        height: 200px;
        object-fit: cover;
    }
    .full-project li{
        position:relative;
    }
    .full-project li::before{
        content: '';
        position: absolute;
        left: -15px;
        top: 6px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 2px solid rgb(75, 168, 46);
    }
      @media only screen and (max-width: 425px){
       .photos-full a{
           width:100%;
           display:block;
       }
    .photos-full{
        display:block !important;
    }
  
}



/*modal css*/
.register_form_grid{
    display:grid;
    row-gap:10px;
       grid-template-columns: repeat(1, 1fr);
}
.register_input-box input{
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none;
    font-family: 'SourceSansPro';
    position: relative;
    -webkit-appearance: none;
    transition: all .3s ease;
    position: relative;
    height:50px;
    
}
.register_input-box textarea{
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none;
    font-family: 'SourceSansPro';
    position: relative;
    -webkit-appearance: none;
    transition: all .3s ease;
    position: relative;
    height:150px;
    resize:none;
}
.register_input-box input:focus, .register_input-box textarea:focus, select:focus {
    border-color: rgb(75, 168, 46) !important;
}
.register_button button{
    cursor: pointer;
    outline: none;
    border: 1px solid rgb(75, 168, 46);
    font-family: 'SourceSansPro';
    background: rgb(75, 168, 46);
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 500;
}
.register_button button:hover{
    background:transparent;
    color:rgb(75, 168, 46);
}


/*feedback*/
.contact_form{
    margin-top:30px;
    row-gap:20px;
}
.form-feedback-wrapper{
    position:relative;
}
 
.form-feedback-wrapper input{
    font-size: 14px !important;
    background: 0;
    padding: 10px;
    line-height: 44px;
    transition: .3s;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #bab9ba;
    border-radius: 0;
    height: 44px;
}
.form-feedback-wrapper label{
    color: #3f2121;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 10;
    transition: .3s;
}
.form-feedback-wrapper textarea{
    font-size: 14px !important;
    background: 0;
    padding: 10px;
    line-height: 44px;
    transition: .3s;
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #bab9ba;
    border-radius: 0;
    height: 150px;
    max-height: 200px;
    resize: vertical;
}

.form-feedback-wrapper input:focus,
.form-feedback-wrapper input:valid {
    border-color:#44c373;
}

.form-feedback-wrapper textarea:focus ~ label,
.form-feedback-wrapper textarea:valid ~ label {
    top: 0;
    left: 0;
}

.form-feedback-wrapper input:focus  ~ label,
.form-feedback-wrapper input:valid  ~ label {
    top: -15px;
    left: 0
}
.btn-feedback-wrapper{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.btn-feedback-wrapper button{
        color: #ffffff;
    border: 1px solid #44c373;
    margin-top: 20px;
    height: 44px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background: #44c373;
}
.btn-feedback-wrapper button:hover{
    color:#44c373;
    background:transparent;
}
@media screen and (min-width:768px){
    .btn-feedback-wrapper button{
      width: 194px;  
    }
}

.bad-request,.public-error-notice{
    text-align:center;
    color:red;
}
.success-message{
    text-align:center;
    color:green;
}
.product-cards[data-post-id="53"],
.product-cards[data-post-id="54"]{
    display: none;
}
.staticTitle {
    font-size: 2.5rem;
    color: #fff;
}