html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: "Open Sans", sans-serif;
}

/* Colors

076b53
d02d1b
039242
f7f7f7

/* end Colors

/* Buttons */

.btn-primary {
    background-color: #d02d1b;
    border-color: #d02d1b;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.btn-success {
    background-color: #076b53;
    border-color: #076b53;
    margin-bottom: 15px;
    padding: 10px 25px;
}

.btn-warning {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 15px;
    padding: 10px 25px;
}

.img-thumbnail {
    margin-bottom: 20px
}

/* Header */

header {
  margin: 0px 0px 20px 0px;
}

.header_top {
  background-color: #f5f5f5;
  color: #111;
  margin-bottom: 15px;
  padding: 7px 0px
}

/* Logo */

.logo img {
  width: 100%;
  max-height: 80px;
}

.contact_top a {
    color: #111;
    text-decoration: none;
    margin: 0px 5px;
  }

.contact_top i {
  color: #076b53;
  margin: 0px 5px
}

.info_top {
    display: inline-flex;
    justify-content: start;
}

.social_media_top, .contact_top, .language {
    align-items: center;
    display: flex;
    justify-content: end;
}

.social_media_top {
    margin-right: 15px;
}

.social_media_top i {
  color: #d02d1b;
  margin: 0px 7px
}

.social_media_top i:hover {
    color: #039242;
}

.contact_top i.fa-solid.fa-envelope {
    margin-left: 20px;
}

.language img {
    max-width: 25px;
    margin-left: 20px;
}

.menu_contact {
    display: inline-flex;
}

.request_offer_top {
    background-color: #d02d1b;
    border-radius: 30px;
    font-size: 1rem;
    margin-right: 30px;
    padding: 0.5em 1.5em;
}

.request_offer_top:hover {
    background-color: #039242;
}

.request_offer_top a {
    color: #fff;
    text-decoration: none;
}

.request_offer_top i {
    margin-right: 5px;
}

/* Team */

.team {
    transition: all 500ms ease;
    transition-duration: 4s;
    transition-delay: 2s;
}

.team:hover .card-body.team_member {
    padding-bottom: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team_member img {
    width: 100%;
    object-fit: fill;
}

.team_member span {
    color: #9ce5bc;
}

.card-img, .card-img-bottom, .card-img-top {
    height: auto;
}

.card-body.team_member {
    background-color: #076b53;
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100px;
}

.social_team, .team_contact{
    visibility: hidden;
}

.team:hover .social_team{
    visibility: visible;
}

.team:hover .card-body.team_member {
    height: auto;
}

.team:hover .social_team{
    visibility: visible;
}

.team_contact {
    visibility: hidden;
}

.team_member h3 {
    font-size: 1.3rem;
}

.team_contact i {
    color: #039242;
    margin-right: 7px;
}

.team:hover .team_contact {
    visibility: visible;
}

.social_team a {
    color: #fff;
    font-size: 1.2rem;
    margin: 0px 5px;
    text-decoration: none;
}

.social_team a:hover {
    color: #039242;
}

/* Profile image */

#showImage {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Menu */

.container.menu {
  padding: 0;
}

#closeNavbar {
    background-color: transparent;
    border: 0;
    color: #d02d1b;
    display: none;
    font-size: 1.5rem;
    right: 15px;
    top: 10px;
    position: absolute;
    z-index: 999;
  }

.menu figure {
  margin: 0;
}

.dropdown-menu img {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.dropdown-menu img:hover {
    -webkit-filter: brightness(70%);
}

.navbar-brand {
  margin: 0;
}

a.nav-link {
  color: #111;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0px 5px;
  padding: 7px 25px;
  font-size: 1.15rem;
  font-weight: 500;
  transition: all 350ms ease-out;
}

a.nav-link:hover {
  color: #076b53;
  border-top: 1px solid #039242;
  border-bottom: 1px solid #039242;
}

.navbar-nav.me-auto.mb-2.mb-lg-0 {
  margin-left: 50px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

/* Offcanvas nav */

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    background-color: #111;
    bottom: 0;
    left: 100%;
    overflow-y: auto;
    padding: 25px 1rem;
    position: fixed;
    text-align: center;
    top: 0px; /* Height of navbar */
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

/* Nav top */
.nav_top_content {
    background-color: #111;
    color: #fff;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 25px;
    overflow-x: hidden;
    transition: width 0.5s ease, visibility 0s 0.5s, opacity 0.5s ease;
    visibility: hidden;
    opacity: 0;
}

.nav_top_content.open {
    width: 350px;
    visibility: visible;
    opacity: 1;
    transition: width 0.5s ease, opacity 0.5s ease;
}

.nav_top_content img {
    max-width: 200px;
    height: 100%;
    margin-bottom: 30px;
}

.nav_top_content strong {
    color: #039242;
}

.nav_top_content a {
    color: #fff;
    text-decoration: none;
}

.social_media_top_content {
    margin-top: 20px;
}

.social_media_top_content i {
    color: #d02d1b;
    margin: 0px 7px
}

.social_media_top_content i:hover {
    color: #fff;
}

#close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

#close-icon i {
    font-size: 1.5rem;
    color: #076b53;
}

.nav_top i {
    color: #111;
    font-size: 2rem;
    margin-top: 3px;
}

/* Account box */

.sign-box .btn{
  color: #076b53;
}

.sign-box .btn:hover{
  background-color: #d02d1b;
  color: #F8F5E4;
}

.sign-box i {
  margin-right: 5px;
}

/* Slider */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

#slider img {
    max-height: 650px;
}

.slider_content {
  margin-bottom: 12%;
}

.slider_content span {
  font-size: 3rem;
}

.slider_left {
  text-align: left;
}

.slider_center {
  text-align: center;
}

.slider_right {
  text-align: right;
}

/* Swipper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Testimonials */

.testimonial {
    text-align: center;
}

.swiper-slide .testimonial img {
    border: 5px solid #F8F5E4;
    border-radius: 100%;
    margin: 0px auto 15px;
    max-width: 250px;
}

.testimonial h4 {
    color: #d02d1b;
    font-weight: 500;
}

.testimonial span {
    color: #fff;
}

/* Clients */

.client_details {
    background-color: #F8F5E4;
    bottom: 0;
    color: #d02d1b;
    font-size: 0.8rem;
    padding: 10px 0px;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.clientSwiper .swiper-slide img {
    border: 1px solid #d02d1b;
}

.swiper-slide:hover .client_details {
    visibility: visible;
}

.client_details h4 {
    color: #076b53;
    font-size: 1.4rem;
}

/* Faq */

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    font-size: 1rem;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
}

/* Video */

.video_play {
    cursor: pointer;
    margin-bottom: 30px;
}

/* Package */

.package {
    background-color: #F8F5E4;
    border: 2px solid #F8F5E4;
    margin-bottom: 35px;
    padding-bottom: 50px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.package:hover {
    border: 2px solid #d02d1b;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.08);
}

.package i {
    font-size: 2.4rem;
    color: #d02d1b;
    margin: 40px 0px;
    width: 100%;
}

.package h3 {
    color: #076b53;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.package span {
    background-color: #076b53;
    color: #F8F5E4;
    padding: 5px 15px
}

.package h4 {
    font-size: 2.5rem;
    font-weight: 799;
}

.package ul {
    display: block;
    margin: 0;
    padding: 0;
}

.package li {
    border-bottom: 1px solid #fff;
    display: block;
    margin: 15px 10px;
    padding-bottom: 10px;
}

#label_price {
    background-color: #fff;
    color: #111;
    max-width: 150px;
    font-size: 1rem;
    padding: 5px 15px;
    float: right;
}

/* Portfolio */

.portfolio {
    cursor: pointer;
    margin-bottom: 35px;
    position: relative;
}

.portfolio:hover .portfolio_short_content{
    visibility: visible;
}

.portfolio_short_content {
    background-color: #d02d1b;
    bottom: 0px;
    color: #F8F5E4;
    cursor: help;
    position: absolute;
    padding: 15px;
    visibility: hidden;
}

.portfolio_content, .portfolio_feedback, .portfolio_description {
    padding: 20px;
}

.portfolio_feedback .blockquote {
    font-size: 0.9rem;
    font-style: italic;
}

.portfolio_feedback .blockquote-footer {
    margin-top: 0;
}

.portfolio_details {
    background-color: #F8F5E4;
    padding: 20px;
}


/* Sections */

#intro, #articles {
    margin: 80px 0px;
}

#why_us {
    background-color: #f7f7f7;
    padding: 80px 0px;
}

#intro h1 {
    font-size: 2.3rem;
}

#welcome {
    padding: 0px 0px 80px;
}

#welcome h3 {
    color: #111;
    font-size: 2em;
}

#welcome span {
    color: #d02d1b;
    font-size: 1.4rem;
}

#welcome img {
    margin-top: 20px;
}

#welcome .btn-primary i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#welcome .btn-primary:hover i {
    padding-left: 15px;
}

#services {
    background-color: #f7f7f7;
    padding: 80px 0px;
}

#services h2 {
    color: #111;
}

#services h2:after {
    background-color: #076b53;
    content: '';
    margin: 20px 0px 0px 10px;
    position: absolute;
    width: 45px;
    height: 2px;
}

#services span, #why_us span, #articles span {
    color: #076b53;
    font-size: 1.3rem;
}

#services .btn-warning i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#services .btn-warning:hover i {
    padding-left: 15px;
}

.separator {
    color: #f7f7f7
}

.servicesSwiper .swiper-slide{
    background: transparent;
    z-index: 0;
}

.servicesSwiper .card, .servicesSwiper .swiper-slide img {
    border-radius: 0;
}

.servicesSwiper .card-title a {
    color: #111;
    margin: 15px 0px;
    position: relative;
}

.servicesSwiper .card-body {
    min-height: 260px
}

#services .swiper-pagination-bullet-active {
    background: #076b53;
}

#services .swiper-button-next, #services .swiper-button-prev {
    color: #d02d1b;
}

#why_us h4 {
    color: #111;
    font-size: 2.3rem;
}

#why_us h5 {
    color: #111;
    font-size: 2rem;
}

#why_us .btn-primary i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#why_us .btn-primary:hover i {
    padding-left: 15px;
}

.why_us {
    margin-bottom: 5px;
}

.why_us:hover i {
    color: #d02d1b;
}

.why_us i {
    color: #076b53;
    float: left;
    font-size: 2.5rem;
    margin: 10px 15px 10px 0;
    min-height: 80px;
}

.why_us span {
    font-weight: 600;
}
#statistics {
    background: url(../images/statistics.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 350px;
    padding: 90px 0px 0px 0px;
    text-align: center;
}

#statistics i {
    color: #039242;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

span.counter {
    font-size: 2rem;
}

#articles h6 {
    color: #111;
    font-size: 1.5rem;
}

#articles .btn-warning i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#articles .btn-warning:hover i {
    padding-left: 15px;
}

#articles .card {
    margin-bottom: 35px;
}

.prev_article, .next_article {
    background-color: #f8f8f8;
    padding: 10px 20px;
    margin-top: 40px;
}

.next_article {
    text-align: right;
}

.prev_article a, .next_article a {
    color: #111;
}

.prev_article:hover, .next_article:hover {
    background-color: #d02d1b;
}

.prev_article:hover a, .next_article:hover a {
    color: #fff;
}

/* Breadcrumb */

.breadcrumb {
    background: url(../images/breadcrumb.webp);
    background-position: center center;
    background-size: cover;
    color: #fff;
    margin-bottom: 50px;
    padding: 170px 0px;
    text-align: center;
}

.breadcrumb ol, li {
    display: inline-block;
    padding-left: 0;
}

.breadcrumb span {
    color: #fff;
    font-size: 2rem;
    margin: 30px 0px
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/* Page content */

.page_content {
    margin-bottom: 10px;
}

.page_content img {
    float: left;
    margin: 0px 15px 15px 0px;
    max-width: 450px;
    height: 100%;
    object-fit: cover;
}

.page_content .btn-warning i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page_content .btn-warning:hover i {
    padding-left: 15px;
}

.page_content a {
    text-decoration: none;
}

.page_content h1, .page_content h2, .page_content h3 {
    font-size: 1.75rem;
}

.page_content li {
    display: block;
    margin: 15px 0px;
}

h2.page_title, h1.page_title {
    margin: 20px 0;
    text-align: left;
}

/* Contact */

.social_contact a {
    color: #d02d1b;
    text-decoration: none;
}

.social_contact a:hover {
    color: #076b53;
}

/* Contact form */

.contact_form h3 {
    font-size: 1.75rem;
    margin-bottom: 30px;
}

.contact_form input, textarea.form-control {
    background-color: #f8f8f8;
}

.contact_form .form-label {
    color: #d02d1b;
    font-weight: 600;
}

button.btn.btn-primary.btn-lg.send_email {
    background-color: #d02d1b;
    border-color: #d02d1b;
    color: #fff;
}

button.btn.btn-primary.btn-lg.send_email:hover {
    background-color: #076b53;
    color: #fff;
}

/* Featured  */

#featured {
    background-color: #076b53;
    padding: 80px 0px;
}

#featuredwuud {
    background-color: #044c3b;
    padding: 80px 0px;
}

#profil_block {
    background-color: #f7f7f7;
    padding: 80px 0px;
}

.featured_title_block h2, .featured_title_block h3,  .featured_title_block h4 {
    color: #fff;
    font-size: 2.3rem;
}

.featured {
    background-color: #fff;
    text-align: center;
    padding: 55px 20px;
    margin: 35px 5px;
    min-height: 380px;
}

.featured:hover {
    background-color: #039242;
    color: #fff;
}

#featured .swiper-pagination-bullet-active {
    background: #fff;
}

.featured h4 {
    color: #111;
    font-size: 1.3rem;
    font-weight: 500;
}

.featured:hover h4 {
    color: #fff;
}

.featured:hover i {
    color: #F8F5E4;
}

.featured a {
    color: #111;
    text-decoration: none;
}

.featured:hover a {
    color: #fff;
}

.featured i {
  color: #039242;
  font-size: 3.2rem;
  margin-bottom: 20px;
}

/* Featured Wuud */

.featuredwuud {
    background-color: #0a8541;
    border: 2px solid #0a8541;
    color: #fff;
    text-align: center;
    padding: 55px 20px;
    margin: 35px 5px;
    width: 24%;
}

.featuredwuud:hover {
    background-color: #fff;
    color: #111;
}

.featuredwuud img {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 255px;
    height: auto;
}

.featuredwuud:hover img {
    margin-top: -20px;
    margin-bottom: 20px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    transition-duration: 0.9s;
}

.featuredwuud span {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 15px 0px;
    position: relative;
}

.featuredwuud:hover span {
    color: #0a8541;
}

.featuredwuud p {
    margin-top: 20px;
}


/* Blocks */

.about_block {
    background-color: #f7f7f7;
    padding: 80px 0;
    margin-bottom: 50px;
}

.about_block_2 {
     padding: 80px 0;   
}

.about_block_2 h5 {
    color: #d02d1b;
    font-size: 1.7rem;
    margin-bottom: 30px;
}

.request_price_product {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0px;
}

.request_price_product a {
    color: #d02d1b;
}

a#request_price_product_btn  {
    background-color: #039242;
    display: block;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 550px;
}

a#request_price_product_btn:hover {
    background-color: #d02d1b;
}

.product_block {
    background-color: #f7f7f7;
    padding: 80px 0;
}

.product_block_2 {
    background-color: #fff;
    padding: 80px 0;
}

.product_block h3, .product_block_2 h3 {
    color: #d02d1b;
    margin-bottom: 30px;
}

.certificate {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.certificate h6 {
    color: #111;
    font-size: 1.7rem;
    text-align: center;
}

.service_block {
    padding: 80px 0px;
}

/* Profil */

.profil {
    box-shadow: 1px 1px 10px 1px rgba(52,73,61,.1);
    overflow: hidden;
}

.profil:hover img {
    transform: scale(1.05);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    transition-duration: 0.6s;
}

.profil a {
    color: #111;
    padding: 15px;
    text-decoration: none;
}

.profil img {
    box-shadow: none;
    margin: 15px 0px;
}

.profil.swiper-pagination {
    margin-top: 30px;
}

.profil_title {
    font-weight: 700;
}

/* Titles  */

.title_block {
  text-align: center;
  margin-bottom: 30px;
}

.title_block h3 {
    font-size: 2.3rem;
}

.title_block h4 {
    font-size: 2.3rem;
    color: #111;
}

.title_block h5 {
    font-size: 2.3rem;
}

/* Card */

.card {
  margin-bottom: 35px;
  border-radius: 0;
}

.card:hover {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.08);
}

.card-title a {
  color: #111;
  text-decoration: none;
}

.card-title h3 {
    font-size: 1.3rem;
}

.card-date {
    background-color: #076b53;
    color: #F8F5E4;
    font-size: 1rem;
    padding: 10px;
    position: absolute;
}

/* Call to action */

#cta {
  background: url(../images/cta.webp);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 350px;
  padding: 130px 0px;
  text-align: center;
}

#cta h3, #cta h5 {
    color: #fff;
    font-size: 2.3rem;
}

/* Back to top */

.back-to-top {
    color: #fff;
    cursor: pointer;
    background-color: #111;
    bottom: 20px;
    display: none;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.back-to-top:hover {
    background-color: #d02d1b;
    color: #fff;
}

.back-to-top.show {
    display: block;
}

/* Cookies */

.cookie-consent-bar {
    background-color: #076b53;
    bottom: 0;
    color: #F8F5E4;
    display: block;
    left: 0;
    padding: 20px 0px 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.cookie-consent-bar a {
    color: #fff;
}

button.btn.btn-primary.send {
    background-color: #fff;
    border-color: #111;
    color: #d02d1b;
}

/* Bara de scroll */
::-webkit-scrollbar {
    width: 10px;
    /* Lățimea barei de scroll */
}

/* Fundalul barei de scroll */
::-webkit-scrollbar-track {
    background-color: #039242;
}

/* Stilul manerului (thumb) barei de scroll */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    background-color: #d02d1b;
}

/* Photo gallery */

.filter-button {
    background-color: #076b53;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}

.gallery-item {
    display: none;
    transition: opacity 0.3s ease;
}

.show {
    display: block;
}

/* Footer */

footer {
    background-color: #076b53;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer i {
    color: #039242;
}

summary {
    display: list-item;
    cursor: pointer;
    font-size: 1.15rem;
    margin-bottom: 10px;
}

summary::marker {
    color: #039242;
}

#footer {
    padding: 80px 0px;
}

.logo_footer img {
    max-width: 150px;
    height: auto;
}

p#footer_title  {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 25px;
}

p#footer_title::after {
    background-color: #fff;
    content: "";
    display: block;
    margin: 10px 0;
    position: relative;
    width: 20%;
    height: 1px;
}

.newsletter-form input {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 7px 15px;
}

.newsletter-form .form-check-input[type=checkbox] {
    border-radius: 0;
    padding: 5px;
    margin-right: 5px;
}

.newsletter-form button {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    position: absolute;
}

.newsletter-consens {
    display: inline-flex;
    margin: 10px 0;
}

.copyright {
    background-color: #fff;
    color: #111;
    padding: 30px 0px 20px;
}

.development {
    text-align: right;
}

/* Media Query */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 650px;
        border: 1px solid #f1f1f1;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .header_top, .social_media_top, .page_content, .slider_content, #intro, #featured, #footer, .card, #welcome, #why_us, #articles, .copyright, .development, h2.page_title, h1.page_title, .product_block h3 {
        text-align: center;
    }
    .navbar-nav.me-auto.mb-2.mb-lg-0 {
        margin-left: 0px;
    }
    span.navbar-toggler-icon {
        left: 20px;
        position: absolute;
        top: 32px;
    }
    a.nav-link, a.nav-link:hover {
        border: 0;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #039242;
    }
    .nav-link:focus, .nav-link:hover {
        color: #039242;
    }
    .navbar-nav .dropdown-menu {
        background-color: #076b53;
        text-align: center;
    }
    .offcanvas-collapse a {
        color: #F8F5E4;
    }
    .social_media_top, .development {
        margin: 15px 0px;
    }
    #slider img {
        max-height: 400px;
        object-fit: cover;
    }
    .slider_content {
        margin-bottom: 15%;
    }
    #slider p {
        font-size: 17px;
    }
    .slider_content span {
        color: #fff;
        font-size: 1.6rem;
    }
    .btn-primary {
        padding: 10px;
    }
    #closeNavbar {
        display: block;
    }
    #featured, #welcome, #why_us, #articles {
        margin: 10px 0px;
        padding: 40px 0px;
    }
    .featured {
        margin: 7px 5px;
        width: 97%;
    }
    .card-img, .card-img-bottom, .card-img-top {
        object-fit: cover;
        margin-bottom: 20px;
    }
    #welcome h1, #articles h4 {
        margin-top: 20px;
    }
    .page_content img {
        float: none;
        max-width: 100%;
    }
    .why_us i {
        float: none;
    }
    .row.mt-3.gallery {
        margin: 0;
    }
    #footer h6::after {
        margin: 15px auto 0px auto;
    }
    .nav_top i {
        display: none;
    }
    .request_offer_top {
        margin-right: 0px;
    }
    .info_top, .contact_top {
        justify-content: center;
    }
    .featured_title_block h2 {
        font-size: 1.8rem;
        margin: 30px 0px;
    }

    #welcome img {
        margin-bottom: 50px;
    }

    #intro h1, #welcome h3 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    span#email_top  {
        display: none;
    }

    p#footer_title::after {
        margin: 10px auto;
    }

    .contact_form .form-label {
        display: block;
        text-align: left;
    }

    .breadcrumb {
        padding: 40px 0px;
    }

    .about_block_2 {
        padding: 50px 0px;
    }

    .team_member h3 {
        font-size: 1.1rem;
    }

    .team_member span {
        color: #9ce5bc;
        font-size: 0.8rem;
    }

    .service_block img {
        margin-bottom: 30px;
    }

    .product_block, .product_block_2 {
        text-align: center;
    }

    a#request_price_product_btn {
        width: 100%;
    }

    .featuredwuud {
        width: 100%;
    }
    
    #profil_block {
        text-align: center;
    }

}
