/***************************************
Template Name: Green Fair
Author: Md Foysal Ahamed
Created: July 05 2016
Version: 1.2
****************************************/

:root {
    --blue: #4e73df;
    --black:#1e1f25;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #de871d; /* culoare logo*/
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #858796;
    --gray-dark: #5a5c69;
    --primary: #4e73df;
    --secondary: #858796;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #1c1814;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
   /* --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
  }

/*UNIVERSAL CODE*/

* {
    margin: 0;
    padding: 0;
}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.fix {
    overflow: hidden
}
.clear {
    clear: both
}
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 95%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;

}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
html {
    height: 100%
}
body {
    margin: 0;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #1e1f25
  }

  .font-weight-light {
    font-weight: 300 !important;
  }
  
  .font-weight-lighter {
    font-weight: lighter !important;
  }
  
  .font-weight-normal {
    font-weight: 400 !important;
  }
  
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  .font-weight-bolder {
    font-weight: bolder !important;
  }

/*Input focus color removed*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/

.form-control:focus {
    border-color: #fff;
    border: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***************************/

.zero_mp {
    padding: 0;
    margin: 0;
}
.margin_btm {
    margin-bottom: 0px !important;
}
.sections{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/***********************************************/

.btn-primary {
    color: #fff;
    background-color: #1c1814;
    border-color: #de871d;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #de871d;
    border-color: #de871d;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #de871d;
    border-color: #de871d;
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
  }

  .custom_btn {
    padding: 15px;
    text-transform: uppercase;

}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  }
  
  .shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }

  .min-vh-55 {
    min-height: 55vh !important;
  }

  .min-vh-85 {
    min-height: 85vh !important;
  }

  .pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 7rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }

  .pt-6,
  .py-6 {
    padding-top: 7rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-n1 {
    margin: -0.25rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  
  .m-n2 {
    margin: -0.5rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  
  .m-n3 {
    margin: -1rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  
  .m-n4 {
    margin: -1.5rem !important;
  }
  
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  
  .m-n5 {
    margin: -3rem !important;
  }
  
  .mt-n5,
  .my-n5 {
    margin-top: -2.5rem !important;
  }
  
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }

  .font-weight-lighter {
    font-weight: lighter !important;
  }
  
  .font-weight-normal {
    font-weight: 400 !important;
  }
  
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  .font-weight-bolder {
    font-weight: bolder !important;
  }
  
  .font-italic {
    font-style: italic !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-primary {
    color: #de871d !important;
  }
  
  a.text-primary:hover, a.text-primary:focus {
    color: #224abe !important;
  }
  
  .text-secondary {
    color: #858796 !important;
  }
  
  a.text-secondary:hover, a.text-secondary:focus {
    color: #60616f !important;
  }
  
  .text-success {
    color: #1cc88a !important;
  }
  
  a.text-success:hover, a.text-success:focus {
    color: #13855c !important;
  }
  
  .text-info {
    color: #36b9cc !important;
  }
  
  a.text-info:hover, a.text-info:focus {
    color: #258391 !important;
  }
  
  .text-warning {
    color: #f6c23e !important;
  }
  
  a.text-warning:hover, a.text-warning:focus {
    color: #dda20a !important;
  }
  
  .text-danger {
    color: #e74a3b !important;
  }
  
  a.text-danger:hover, a.text-danger:focus {
    color: #be2617 !important;
  }
  
  .text-light {
    color: #f8f9fc !important;
  }
  
  a.text-light:hover, a.text-light:focus {
    color: #c2cbe5 !important;
  }
  
  .text-dark {
    color: #5a5c69 !important;
  }
  
  a.text-dark:hover, a.text-dark:focus {
    color: #373840 !important;
  }
  
  .text-body {
    color: #858796 !important;
  }
  
  .text-muted {
    color: #858796 !important;
  }
  
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }

  .text-gray-100 {
    color: #f8f9fc !important;
  }
  
  .text-gray-200 {
    color: #eaecf4 !important;
  }
  
  .text-gray-300 {
    color: #dddfeb !important;
  }
  
  .text-gray-400 {
    color: #d1d3e2 !important;
  }
  
  .text-gray-500 {
    color: #b7b9cc !important;
  }
  
  .text-gray-600 {
    color: #858796 !important;
  }
  
  .text-gray-700 {
    color: #6e707e !important;
  }
  
  .text-gray-800 {
    color: #5a5c69 !important;
  }
  
  .text-gray-900 {
    color: #3a3b45 !important;
  }

  .overlay-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #de871d;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.808);
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
  }

  .text-left {
    text-align: left !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }

  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1e1f25;
    background-clip: border-box;
    border-radius: 1.65rem;
  }

.wel_header {
    text-align: center;
    color: #ffffff;
    background-color: #1e1f25;
}
.fw-heading.fw-heading-center {
    padding-bottom: 10px;

}
.wel_header h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    color: #ffffff;
}
.wel_header h2 span {
    color: #de871d;
}
.wel_header p {
    font-size: 16px;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  .step-number {
    font-size: 40px;
    font-weight: bold;
    color: #de871d; /* ajustați culoarea după dorință */
    margin-right: 15px;
  }
  
  .step-content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
  }
  
  .step-content p {
    font-size: 14px;
    margin-top: 5px;
  }


#header .header_menu {
    min-height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Asigură-te că meniul este deasupra altor elemente */
    border-bottom: 1px solid #3D3E3D;
    background-color:#1c1814;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Opțional, pentru efect vizual */
 
}
#header .header_menu .navbar {
    border: 0px solid transparent;
    
}
#header .header_menu .custom_navbar-brand {
    padding-left: 0;
}
#header .header_menu .navbar-default {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}
#header .header_menu .navbar-default .navbar-nav>.active>a,
#header .header_menu .navbar-default .navbar-nav>.active>a:focus,
#header .header_menu .navbar-default .navbar-nav>.active>a:hover {
    background-color: rgba(255, 255, 255, 0);
}
#header .header_menu .main_menu {
    padding-top: 20px;
}
#header .header_menu ul.main_menu li a {
    color: #de871d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
#header .header_menu ul.main_menu li a:hover {
    color: #ffffff;
}
#header .header_menu ul.main_menu li.active a {
    color: #ffffff;
}
#header .header_menu ul.main_menu li,
#header .header_menu ul.main_menu li.active a {
    display: inline-block;
    position: relative;
}
#header .header_menu ul.main_menu li:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 6px;
}
#header .header_menu ul.main_menu li:hover:after,
#header .header_menu ul.main_menu li.active:after {
    width: 90%;
    background: #de871d;
}
/*#slider {
  min-height: 490px;
}
#slider .slider_text {
  padding-bottom: 13%;
}
#slider .slider_text h2 {
  font-size: 52px;
  padding: 10px 0;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
#slider .slider_text h3 {
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
#slider .slider_text p {
  font-size: 17px;
  padding-bottom: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#slider .slider_text a.custom_btn {
  font-size: 14px;
  color: #fff;
  padding: 15px 25px;
  background: #43a906;
  border-radius: 2px;
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
#slider .slider_text h2,
#slider .slider_text h3,
#slider .slider_text p,
#slider .slider_text a.custom_btn {
  text-transform: uppercase;
}
#slider .slider_text h3 {
  font-size: 45px;
  padding: 10px 0;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
#slider .slider_overlay {
  position: relative;
}
#slider .slider_overlay:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}*/

#home {
    padding: 20px 0;
}

.button-container_80 {
    position: absolute;
    top: 80%;
    left: 50%;
    display: flex;
    transform: translate(-50%, -50%);
    gap: 10px; /* spațiu între butoane */
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .button-container_80 {
        justify-content: center;
    }
}

#content {
  display: flex;
  flex: 1 0 auto;
  padding-top: 30px;

}

.error {
  color: #5a5c69;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #e74a3b;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #4e73df;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

#home .single_item {
    padding-top: 30px;
    text-align: center;
}
#home .home_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #C4C4C4;
    transition: .7s;
}
#home .home_icon i {
    margin-top: 25%;
    font-size: 50px;
    transition: .7s;
}
#home .item_list h4 {
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    transition: 0.7s;
}
#home .item_list p {
    font-size: 16px;
    cursor: pointer;
}
#home .item_list:hover .home_icon {
    background: #de871d;
    cursor: pointer;
}
#home .item_list:hover .home_icon i {
    color: #fff;
}
#home .item_list:hover h4 {
    color: #de871d;
    cursor: pointer;
}

#prez_cont_st {
    min-height: 290px;
    background: #1c1814;
    padding: 20px 0;
}
#prez_cont_st .prez_cont_st_content h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
}
#prez_cont_st .prez_cont_st_content h3 span {
    color: #de871d;
}
#prez_cont_st .prez_cont_st_content p {
    font-size: 24px;
    color: #fff;
}
#prez_cont_st .vol_area {
    padding: 80px 0;
}

@media (max-width: 768px) {
    #prez_cont_st .prez_cont_st_content h3 {
        font-size: 28px;
        text-align: center;
        padding-top: 10px;
    }

    #prez_cont_st .prez_cont_st_content p {
        font-size: 16px;
        text-align: center;
        padding-bottom: 10px;
    }
}

#prez_cont_dr {
    min-height: 290px;
    background: #1c1814;
    padding: 20px 0;
}

#prez_cont_dr .prez_cont_dr_content h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    text-align: right;
}

#prez_cont_dr .prez_cont_dr_content h3 span {
    color: #de871d;
}

#prez_cont_dr .prez_cont_dr_content p {
    font-size: 18px;
    color: #fff;
    text-align: right;
}

.button-container_50 {
    top: 80%;
    left: 50%;
    display: flex;
    gap: 10px; /* spațiu între butoane */
    justify-content: center;
    align-items: center;
}

#prez_cont_dr .vol_area {
    padding: 80px 0;
}

@media (max-width: 768px) {
    #prez_cont_dr .prez_cont_dr_content h3 {
        font-size: 28px;
        text-align: center;
        padding-top: 10px;
    }

    #prez_cont_dr .prez_cont_dr_content p {
        font-size: 16px;
        text-align: center;
    }

    .button-container_50 {
        justify-content: center;
    }
}


#integrari {
    padding: 20px 0;
}

#integrari p {
    font-size: 16px;
    display: flex;
    align-items: center; /* Aliniază textul la mijlocul vertical al imaginii */
    gap: 10px; /* Spațiu între imagine și text */
    color: #fff;
    font-weight: 600;
}

#integrari img {
    margin-left: 5px; /* Margină stânga pentru imagine */
    margin-top: 4px; /* Margină de sus pentru imagine */
}

#preturi {
    padding: 20px 0;
}

#preturi h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 20px;
}

#preturi p {
    font-size: 14px;
    gap: 10px; /* Spațiu între imagine și text */
    color: #fff;
    font-weight: 400;
}

#preturi img {
    margin-left: 5px; /* Margină stânga pentru imagine */
    margin-top: 4px; /* Margină de sus pentru imagine */
}

#preturi .preturi_btn {
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    left: 80%;
    right: 50%;
}

#preturi .card .img_overlay {
    background: rgba(21, 21, 18, 0.897);
    z-index: 1;
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    color: #de871d;
    opacity: 0;
    transition: 0.7s;
    cursor: pointer;
    text-align: center;
    border-radius: 1.65rem;
}

#preturi .card .img_overlay p {
  position: relative;
  top: 20%;
  opacity: 0;
  transition: 0.7s;
  font-size: 16px;
  font-weight: 600;
  padding-left: 3px;
  padding-right: 3px;
}

#preturi .card:hover .img_overlay,
#preturi .card:hover .img_overlay p {
    opacity: 50;
}

#cookie {
  padding: 20px 0;
}

#cookie h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
}

#cookie p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

#footer {
    min-height: 100px;
    background: #1c1814;
    color: #fff;
}
#footer .copyright,
#footer .designer {
    padding-top: 45px;
    font-size: 14px;
}
/*#footer .copyright p {
    text-align: left;
}
#footer .designer p {
    text-align: right;
}*/
#footer .copyright p,
#footer .copyright p span a,
#footer .designer p,
#footer .designer a {
    font-size: 14px;
    color: #ffffff;
    padding-left: 3px;
}


#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(90, 92, 105, 0.5);
    color: #ffffff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
}
#back-to-top:hover {
    color: #fff;
    border-radius: 50%;
}
#back-to-top.show {
    opacity: 1;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    padding-top:0px;
}

.mystyle {
	text-align:center;
  bottom:0;
  position:fixed;
  width: 100%;
  padding: 15px;
  background-color:#FFF;
  color:#000;
  font-size: 15px;
}

