/* CSS footer.css */
@font-face{font-family:Satisfy;
  src:url(../webfonts/Satisfy-Regular.woff) format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap
}
.container.footer-container {
    padding: 0;
}
.hzZnJx,
.input-search:focus button.btn-search i.fa,
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333;
}
#loginModal .nav-tabs .nav-link:focus,
#loginModal .nav-tabs .nav-link:hover,
.styled-icons.icon-sm a,
button.btn-search:focus,
button.btn-search:focus i.fa {
  color: var(--blue-color);
}
.aenor-logos img,
.w-100.pd1 {
  max-width: 100%;
}
html {
  scroll-behavior: auto;
}
 .footer {
    background-color: var(--bg-dark-green);
    background: linear-gradient(135deg, #012f19 0%, var(--bg-dark-green) 100%);
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent) 0%, #3B82F6 50%, var(--accent) 100%);
}
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

.social-link:hover {
    background-color: #000000;
    color: white;
    transform: translateY(-3px);
}
.social-link:hover img {
    border: 2p`x solid white;
    transform: translateY(0px);
}
.footer-container {
    margin: 0 auto;
    padding: 60px 20px 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}
.footer-section h4 {
   font-size: 1.25rem;
   font-weight: 600;
   margin-bottom: 20px;
   position: relative;
   display: inline-block;
}

.footer-section h4::after {
   content: '';
   position: absolute;
   bottom: -8px;
   left: 0;
   width: 40px;
   height: 3px;
   background-color: var(--accent);
   border-radius: 2px;
}   
#cart_right_button > ul > li,
.dropdown,
.hqtxZK,
.w-100.pd1,
.w-50.pd1,
.wishlist-icon,
li.first-child.cart_products {
  position: relative;
}
.icon.nav-wishlist-icon-heart.whiteIcon::before {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: rgb(255 255 255);
  content: "\e87e";
}
.hqtxZK,
.hzZnJx {
  display: flex;
  cursor: pointer;
}
.pt-0 {
  padding-top: 0 !important;
}
.hqtxZK::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: red;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}
.hqtxZK {
  height: 64px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 12px;
  border-radius: 50%;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  user-select: none;
  outline: transparent;
  background-color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  width: 64px;
}
.input-search,
a.social-buttons-button.btn-facebook.btn-round i,
div#emailModal .modal-footer .btn.btn-primary,
li.notbg p.showSearch .material-icons.search:before {
  background-color: var(--blue-color);
}
.hzZnJx {
  box-sizing: border-box;
  font-family: -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-weight: 400;
  line-height: 24px;
  outline: #333 0;
}
.dVYIqU {
  display: inline-block;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  right: 0;
  left: auto;
}
.dropdown.languages-inner-nav:hover > .dropdown-menu,
.hYqWcg,
.mm-panel:not(.mm-hidden),
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
li.categoy-list:hover > ul.dropdown-menu,
main,
nav,
section,
summary {
  display: block;
}
.hYqWcg {
  color: #4fce5d;
}
button.btn-search i.fa {
  font-size: 23px !important;
  color: #fff;
  margin-right: 10px;
}
li.ml-3.aenor-logos.mm-listitem img,
li.ml-3.pay-logos.mm-listitem img {
  max-width: 85%;
}
li.ml-3.aenor-logos.not-border.mm-listitem,
li.ml-3.not-border.last-chil-img.mm-listitem,
li.ml-3.pay-logos.not-border.mm-listitem {
  position: relative;
  padding-top: 15px;
}
.fa {
  font: 14px/1 FontAwesome !important;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.font-12{
  font-size: 12px !important;
}
.header-middle-inner .widget.text-center {
  transition: background-color 0.3s;
  position: relative;
  display: flex;
  align-items: flex-start;
  float: right;
}
.header-middle-inner .menuzord-brand-wrapper,
.header-middle-inner .widget.text-center,
.header-middle-inner .widget.text-center ul {
  height: 70px;
}
.header-middle-inner .widget.text-center ul {
  display: flex;
  align-items: flex-end;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.header-middle-inner .widget.text-center ul li {
  line-height: 70px;
  height: 70px;
  float: left;
  transition: background-color 0.3s;
  position: relative;
  z-index: 11;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
}
.header-middle-inner .widget.text-center ul li a {
  transition: background-color 0.3s;
  position: relative;
  z-index: 11;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  padding: 0;
  display: block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  width: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-middle ul.styled-icons .fa {
  font-size: 25px !important;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.footer-payment-logos {
  width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    gap: 16px;
    background-color: rgb(232 243 215);
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin: 0 1rem;
}
.footer-payment-logos img {
    max-width: 100%;
    object-fit: cover;
    color: transparent;
    width: 100%;
    height: auto;
}
.menuzord-menu > li + li,
.mt-5,
.my-5 {
  margin-top: 0 !important;
}
.fa-user-o:before {
  content: "\f2c0";
}
.widget ul li,
.widget ul.block-one li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
ul.footer.styled-icons.icon-bordered.icon-sm li img {
  max-width: 75%;
}
.social-icons-inner.widget.text-center.mb-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer#footer {
position: relative;
width: 100%;
padding-top: 40px;
flex-direction: column;
justify-content: center;
align-items: center;
display: flex;
}
.footer-bottom.bg-theme-colored-transparent-5 {
  background-color: rgb(32 32 32);
}
ul.contact-list  {
    list-style: none;
    padding-left: 0;
    z-index: 2;
    position: relative;
}
li.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
ul.links-list li a,
li.contact-item a {
    text-decoration: none;
}
.contact-icon {
    width: 20px;
    margin-right: 12px;
    color: var(--bg-light-green);
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 24px;
}
.tripadvisor-logo {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #202836;
    border-radius: 50%;
    border: 2px solid #000;
}
.ph-youtube-logo {
    border-radius: 50%;
    font-size: 25px !important;
    padding: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
}
ul.contact-list .contact-icon {
    width: 24px;
    height: 30px;
}
.styled-icons li.facebook a {
    border: none;
    background-color: rgb(0 147 209);
}
.ph-facebook-logo {
    
    border-radius: 50%;
}
.pt-10 {
  padding-top: 10px !important;
}
.container.footer-inner .widget,
.text-pass-info {
  text-align: left;
}
#footer .widget.dark img.mt-5.mb-20 {
  width: 220px;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgb(85 85 85);
  font-weight: 600;
  font-size: 16px;
}
.footer .widget .widget-title {
  margin-top: 0;
  font-weight: 400;
}
footer#footer .widget.dark {
  padding: 0 10px;
}
footer#footer .widget.dark h4 {
  color: rgb(255 255 255);
  font-size: 20px;
  position: relative;
}
.text-theme-colored2 {
  color: var(--base-txt-orange) !important;
}
.text-theme-color-green{
  color: rgb(133 193 45) !important;
}
.line-bottom:after {
  bottom: -6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.widget .widget-title.line-bottom:after {
  border: 2px solid var(--base-txt-orange);
  background-color: var(--base-txt-orange);
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
ul.list li,
ul.list.usefull-links.hz li {
  margin: 5px 0;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}

.widget ul.block-one li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
ul.footer.styled-icons.icon-bordered.icon-sm {
  margin-top: 10px;
}
.widget .styled-icons li {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.list {
  list-style: none;
  margin-top: 13px;
  padding-left: 0;
}
form.modal-login input#phone,
ul.usefull-links li {
  padding-left: 10px !important;
}
ul.usefull-links li {
  padding-bottom: 0 !important;
  padding-top: 3px !important;
}
.widget .post,
.widget ul.list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
footer#footer ul.list.usefull-links li a {
  text-transform: none;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}
.footer-section .links-list {
    list-style: none;
    padding-left: 0rem;
}

.footer-section .links-list li {
    margin-bottom: 12px;
}
.footer-section .links-list a::before {
    content: '›';
    margin-right: 8px;
    color: var(--bg-light-green);
    font-weight: bold;
    transition: transform 0.3s;
}
.footer-section .links-list a:hover::before {
      transform: translateX(3px);
  }
.mt-5 {
  margin-top: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.aenor-logos {
  display: block;
  width: 100%;
}
.certification {
    text-align: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-top: 10px;
}
.d-table,
footer#footer ul.list.usefull-links.hz {
  display: table;
  margin: 0 auto;
}
ul.list.usefull-links.hz li {
  border-bottom: none;
  float: left;
}
.font-14 {
  font-size: 14px !important;
}
.text-right {
  text-align: right;
  display: block;
}
.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 2px 7px 2px 0;
  width: 30px;
}
ul.styled-icons.icon-sm.text-white a > i {
  font-size: 23px !important;
}
ul.styled-icons.icon-sm.text-white a {
  color: rgb(255 255 255);
}
.widget .styled-icons li a {
  margin-bottom: 0;
  margin: 2px 8px 2px 0;
}
.styled-icons.icon-bordered li.youtube a {
  border: none;
  background-color: red;
}
#footer .styled-icons.icon-sm a {
  font-size: 18px;
  color: rgb(255 255 255);
}
ul.styled-icons.icon-bordered.icon-sm {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav.navbar-nav.list-bordered.language-switcher a {
  font-size: 18px;
}
.wishlist-icon a.wishAction:hover .material-icons:before {
  color: var(--orange-color);
}

#loginModal label.text-left.check-inline {
  display: inline-block;
  float: left;
  width: 90%;
  line-height: 22px;
  margin-left: 10px;
  font-size: 16px;
}
input#phone {
  padding-left: 90px !important;
}
#facebook1,
#google1 {
  width: 15px;
  height: 15px;
  position: relative;
  left: -10%;
  top: 1px;
}
#facebook,
#google {
  width: 140px;
  height: 40px;
  position: relative;
  top: -80px;
  left: 12%;
  border-radius: 5px;
  border-width: 1px;
  border-color: #000;
  font-size: 17px;
  background-color: #fff;
}
#facebook:hover {
  background-color: #2c27bc;
  color: #fff;
  transition: 0.5s;
}
div#loginModal.modal.fade.show {
  z-index: 1001 !important;
  background-color: rgb(51 51 51 / 31%);
}
#footer .widget ul.list-inline .text-theme-colored2 {
  color: rgb(255 255 255) !important;
}
span.material-icons.search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
}
p#smSearch span.material-icons.search {
  right: 50px;
  height: 70px;
  width: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.material-icons.search:before {
  height: 34px !important;
  background-color: var(--blue-color);
  margin-top: unset;
  border-radius: 50%;
  width: 34px;
}
li.notbg .material-icons.search:before {
  background-color: unset;
}
a#otherpages span.material-icons.search {
  left: 40px;
  height: 70px;
  width: 45px;
}
p#smSearch a#otherpages span.material-icons.search {
  left: unset;
  height: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  right: unset;
}
#emailModal .modal-header .close {
  margin-top: 0;
  height: 25px;
  width: 50px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#emailModal input.form-control {
  border-radius: 0;
  box-shadow: unset;
  height: 40px;
  padding: 0 10px;
}
#emailModal label.col-form-label {
  padding-bottom: 0 !important;
}
#emailModal label#shareEmail-error {
  font-size: 14px;
  color: red;
}
div#emailModal.modal.fade.show {
  z-index: 1001 !important;
  background-color: rgb(51 51 51 / 40%);
}
div#emailModal .modal-content .modal-header {
  padding: 0.1rem 0.3rem;
}
div#emailModal .modal-content {
  box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 4px 24px rgb(0 0 0 / 16%);
  box-sizing: border-box;
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.noventa_per {
  width: 90%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.top-footer.eu-funding
 {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
    gap: 25px;
}
.footer .top-footer {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .top-footer .content-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .top-footer img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
 .associated-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 25px 0;
    border-top: 1px solid #334155;
    border-bottom: 1px solid #334155;
    margin-bottom: 30px;
}
.associated-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
    position: relative;
}
.associated-links a:hover {
  color: #d7d7d7;
}
.associated-links a:hover::after {
    width: 100%;
}
.row.payment-icons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.fs-8 {
  font-size: 0.8rem !important;
}
.widget-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.list-inline li {
  padding: 5px 0;
}
.list {
  list-style: none;
  padding-left: 0;
}
.list li {
  padding: 5px 0;
}
.list-border-grey li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}
.styled-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icon-bordered {
  margin-top: 15px;
}
.icon-bordered li a {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.icon-bordered li a:hover {
  background-color: transparent;
  border-color: #00a6eb;
}
.widget.dark .styled-icons.icon-bordered a {
    border: none;
    text-decoration: none;
}
.icon-sm li a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.aenor-logos img,
.footer-logo img {
  max-width: 100%;
  height: auto;
}
.usefull-links a:hover {
  color: #00a6eb;
}
.hz li {
  display: inline-block;
  margin-right: 15px;
}
.top-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}
.min-heigt-220 {
  min-height: 220px;
}
.pt-50 {
  padding: 50px 0px;
}
.border-separator.bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.border-separator.top-border {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
a.logo-turismo {
  background-color: #fff;
  height: 66px;
  display: block;
  border-radius: 11px;
  width: 185px;
}
.mb-20 {
  margin-bottom: 20px !important;
}
img {
  max-width: 100%;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-0,
.my-0,
input#web-to-app-phone {
  margin-bottom: 0 !important;
}
.text-white {
  color: rgb(255 255 255) !important;
}
.line-bottom-double-line-centered {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 20px;
}
.owl-theme.list_carousel .item {
  padding: 10px;
}
.display-table-cell h3.icon-box-title.text-white,
.owl-theme.list_carousel .item .hotel_container,
.owl-theme.list_carousel .item .tour_container {
  margin-bottom: 0;
}
.owl-theme.list_carousel .item .ribbon_3 {
  top: 10px;
}
h2.title.text-white {
  font-size: 26px;
}
.advantages-item p.text-white {
  color: rgb(255 255 255) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p.hero__text.text-white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#listPage {
  padding: 10px 0;
  overflow-x: hidden;
}
div#listPage .slider-for {
  padding: 0 15px;
  height: 100%;
}
section#destacadas .section-title.text-center {
  width: 100%;
  margin-bottom: 0;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#destacadas .line-bottom-double-line-centered {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer#footer {
    margin: 0;
}
.main-footer__top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-grow: 1;
}
.footer-widget__logo {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0px;
}
.footer-widget__logo a {
    display: block;
    text-decoration: none;
    transition: all 400ms ease;
}
.footer-widget__logo a {
    text-decoration: none !important;
}
.footer-widget__logo img {
    width: 100%;
}
.footer-widget__list {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    gap: 53px;
    padding-left: 0;
    list-style: none;
}
.footer-widget__list li {
    display: fle;
    gap: 15px;
}
.footer-widget__list__icon {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:  rgb(232 243 215);
    font-size: 28px;
    color:  #63AB45;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    position: relative;
}
.footer-widget__list__icon::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color:  #F7921E;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    z-index: -1;
}
.footer-widget__list__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 4px;
    padding-bottom: 0;
    display: block;
}
.footer-widget__list a, .footer-widget__list p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    color:  #fff;
}
.footer-widget__list a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.widget-area .widget {
    padding: 0px 0 0px;
}
.widget-area .widget-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 17px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.widget-area p {
    margin-bottom: 21px;
    color:#f1f3f2;
}
.ng-footer-calltextbox {
    background-color: #ffffff0f;
    padding: 27px 25px 4px;
    border-radius: 6px;
    margin-top: 25px;
}
.ng-footer-calltextbox h3 {
    font-size: 24px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Satisfy";
   color: #f44c28;
}
.footer-logo {
    text-align: center;
}
.footer-logo i {
    font-size: 80px;
    color: var(--bg-lighter-green);
}
.footer-widget__title {
    color: #fff;
    position: relative;
    padding-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    text-align: left;
}
.footer-widget__contact-text {
    margin-top: -3px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    opacity: 0.8;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.footer-widget__newsletter .form-group__form {
    background-color: var(--gotur-white, #fff);
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px;
}
.footer-widget__newsletter .form-group__form input[type=email] {
    border-radius: 8px;
    width: 100%;
    border: none;
    outline: none;
    height: 56px;
    display: block;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 70px;
    transition: all 500ms ease;
    color: var(--gotur-black, #1D231F);
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    background-color: var(--gotur-white, #fff);
}
.footer-widget__newsletter .form-group__form button[type=submit] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 5px;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    color: var(--gotur-white, #fff);
    font-size: 16px;
    transition: all 500ms ease;
    padding: 14px 14px;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    background-color: var(--base-txt-orange);
}
.footer-widget__newsletter .form-group__form button[type=submit]::after, 
.footer-widget__newsletter .form-group__form button[type=submit]::before {
    background-color: var(--gotur-base, #63AB45);
}
.footer-widget__newsletter .form-group__check input[type=checkbox] {
    display: none;
}
.footer-widget__newsletter .form-group__check label {
    position: relative;
    line-height: normal;
    display: flex;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
    margin-bottom: 0;
    color: rgba(var(--gotur-white-rgb, 255, 255, 255), 0.6);
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}
.footer-widget__newsletter .form-group__check label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.footer-widget__newsletter .form-group__check label::after {
    content: "\f00c";
    color: var(--gotur-white, #fff);
    position: absolute;
    left: 0;
    bottom: 2px;
    border-radius: 4px;
    right: 0;
    line-height: 20px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    transition: all 0.15s ease-in-out;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gotur-base, #63AB45);
    opacity: 0;
}
.footer-widget__newsletter .form-group__check input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.footer-widget__newsletter a {
    color: var(--bg-lighter-green);
    text-decoration: none;
}
.ico__social{
    color: #fff;
    border: none;
}
.bg-facebook { background-color: #5d82d1;}
.bg-instagram { background: #c22b72; }
.bg-twitter { background-color: #40bff5;}
.bg-linkedin {  background-color: #238cc8;}

@media only screen and (min-width: 991px) {
   footer#footer:before {
       content: '';
       position: absolute;
       width: 380px;
       height: 380px;
       background: rgba(255, 255, 255, 0.1);
       border-radius: 50%;
       top: -100px;
       right: -100px;
   }
   footer#footer:after {
       content: '';
       position: absolute;
       width: 200px;
       height: 200px;
       background: rgba(255, 255, 255, 0.08);
       border-radius: 50%;
       bottom: 50%;
       right: -74px;
   }
}
@media only screen and (max-width: 375px) {
  footer#footer {
    min-width: 100%;
    height: auto !important;
  }
  .container.footer-inner .widget {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer#footer {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
  }
  #footer .ochenta_per,
  .container.footer-inner .widget {
    text-align: center;
  }
  .line-bottom:after {
    left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  footer#footer .widget p {
    color: #fff !important;
    font-size: 13px;
    text-align: justify;
  }
  footer#footer {
    /*height: 830px;*/
    z-index: 1;
  }
  footer#footer .widget.dark h4 {
    color: var(--orange-color);
  }
  footer#footer .row-wrapper.ochenta_per {
    width: 100%;
    max-width: 100% !important;
  }

}
@media only screen and (min-width: 375px) and (max-height: 812px) {
  #footer .container.footer-inner {
    padding-top: 35px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aenor-logos img,
  .widget.dark .aenor-logos img {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer#footer .ochenta_per.footer-inner {
    width: 100%;
  }
  footer#footer .widget.dark {
    padding: 10px 20px;
  }
  footer#footer .ochenta_per .footer-colum-sm {
    padding: 10px 20px !important;
  }
  .aenor-logos img {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #footer .widget.dark img.mt-5.mb-20 {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .d-flex.flex-column.align-items-md-start {
    align-items: center !important;
  }
  .text-left {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  section > .container,
  section > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 414px) {
  h3.title.text-white {
    font-size: 25px !important;
    padding: 0;
  }
}
@media only screen and (max-width: 375px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
  footer#footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100% !important;
    max-height: unset;
  }
  .footer-bottom.bg-theme-colored-transparent-5 {
    padding: 0 20px;
  }
  .widget ul.block-one li {
    justify-content: center;
  }
  footer#footer .widget.dark {
    padding: 5px 10px;
  }
  ul.usefull-links li {
    margin: 0 !important;
  }
}
@media only screen and (max-height: 812px) and (min-width: 375px) {
  h3.title.text-white {
    font-size: 18px !important;
  }
  .only-mobile-dev h3.title.text-white {
    font-size: 25px !important;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  #owl-cat-wrapper .row {
    margin-right: 0;
    margin-left: 0;
  }
  h3.title.text-white {
    font-size: 25px !important;
    padding: 0;
    bottom: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .slick-slide a h3.text-left {
    font-size: 1rem;
  }
  h3.title.text-white {
    font-size: 20px !important;
    padding: 0 0 0 5px;
    bottom: 10px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 360px) and (max-width: 520px) {
  .slick-slide a h3.text-left {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
    .footer-container {
        padding: 40px 15px 20px;
    }
  .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
  .associated-links {
        gap: 15px;
    }
  .eu-funding {
        flex-direction: column;
        text-align: center;
    }
   footer#footer {
     padding-top: 0px;
   }
  .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
  .contact-list {
      padding-left: 1rem!important;
      padding-right: 2rem;
  }
  .footer-section .links-list {
       list-style: none;
       padding-left: 2rem;
       text-align: left;
   }
   .social-links {
       text-align: center;
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;
   }
   .footer-logo {
       display: flex;
       flex-direction: row;
       justify-content: center;
       align-items: center;
   }
   .wd-social p {
       justify-content: flex-start;
       display: flex;
       padding-left: 1rem;
       padding-right: 1rem;
       text-align: justify !important;
   }
}