/*!
Theme Name: Dageco
Theme URI: https://dagecoauto.ro
Author: Draw
Author URI: https://dagecoauto.ro
Description: Dageco
Version: 1.0.0
Text Domain: dageco.ro
*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --green: #dbd805;
    --blue: #eafbff;
    --white: #fff;
    --accent: #bb875c;
    --bg-sec: #efdfd6;
    --font: "Jost", sans-serif;
    --color-sec: #46504d;
    --transition: 0.4s;
}

html {

    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    font-size: 18px;
    overflow-x: hidden;
}

p{
  margin-top: 0;
}

a {
    text-decoration: none!important;
    color: #000;
}

ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.container-md{
  max-width: 1140px;
  margin: auto;
}

.d-flex{
  display: flex;
  flex-wrap: wrap;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.text-center{
  text-align: center;
}

.container-dg{
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

header{
  padding-top: 20px;
  background-color: #fff;
}

header.active{
  height: 100%;
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

header.active::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

header .header{
  max-width: 1200px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  transition: 0.4s;
  align-items: center;
}

header.active .header{
  max-width: 1140px;
}

header .header-hidden{
  max-width: 1140px;
  margin: auto;
  display: none;
  flex-wrap: wrap;
  position: relative;
  padding-top: 50px;
  padding-bottom: 140px;
}

header.active .header-hidden{
  display: flex;
}


header .header-hidden div{
  /* width: 50%; */
}

header.active .col-menu{
  display: none;
}

header .col-primary-menu{
  width: 60%;
}

header .col-primary-menu ul li{
  font-size: 40px;
  font-weight: 600;
}

header .col-primary-menu ul li a {
  color: #aeaeae;
}

header .col-primary-menu ul li a:hover{
  color: #dbd805;
}

header .header-hidden .col-auto-menu{
  width: 40%;
}

header .header-hidden .col-auto-menu li a{
  color: #fff;
}

header .header-hidden .col-auto-menu  ul.menu-hover svg {
  width: 24px;
  height: 24px;
  top: 6px;
  right: -40px;
}

header .header-hidden .col-auto-menu ul.menu-hover li a:hover svg{
  right: -30px;
}

header .header-hidden .col-auto-menu li{
  font-size: 28px;
  line-height: 50px;
  font-weight: 500;
}

header .header-hidden .col-info-bottom{
  margin-top: 90px;
}

header .header-hidden .col-info-bottom p{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
}

header .header-hidden .col-info-bottom a {
  color: #aeaeae;
}

header .col-logo{
  width: 170px;
  position: relative;
}

header .logo-white{
   display: none;
}

header.active .logo{
   display: none;
}

header.active .logo-white{
   display: block;
}

header .col-logo img{
  display: block;
}

header .col-icon{
  width: 60px;
}

header .col-menu{
  display: flex;
  justify-content: center;
  align-items: end;
  flex: 1;
}

header .col-menu ul{
  list-style: none;
  display: flex;
  column-gap: 30px;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

header .col-menu ul li{
  font-size: 18px;
  line-height: 18px;
  position: relative;
  font-weight: 500;
  padding-bottom: 5px;
}

ul.menu-hover li a{
  position: relative;
}

ul.menu-hover svg{
  width: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: -24px;
  top: 4px;
  transition: 0.4s;
}

ul.menu-hover li a:hover svg{
  opacity: 1;
  right: -18px;
}

ul.menu-hover li a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background: var(--green);
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.4s;
}

ul.menu-hover li a:hover::before{
  opacity: 1;
  transform: translateX(0);
}

header .col-icon{
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

header .col-icon .close-text{
  display: none;
}
header.active .col-icon .close-text{
  display: block;
}

header.active .col-icon .open-text{
  display: none;
}

header .col-icon .icon-menu{
  width: 60px;
  height: 18px;
  position: relative;
  margin-bottom: 5px;
  z-index: 9;
}

header .col-icon .icon-menu span{
  position: absolute;
  width: 51px;
  height: 4px;
  background: #000;
  top: 0;
}
header.active .col-icon span{
  color: #fff;
  position: relative;
  z-index: 1;
}
header.active .col-icon .icon-menu span{
  background: #fff;
  position: absolute;
  z-index: 2
}

header .col-icon .icon-menu span:nth-child(1){
  right: 0;
  transition: 0.3s;
}

header .col-icon .icon-menu span:nth-child(2){
  left: 0;
  width: 60px;
  top: 7px;
  transition: 0.3s;
}


header .col-icon .icon-menu span:nth-child(3){
  left: 0;
  top: 14px;
  transition: 0.3s;
}

/* header .col-icon:hover .icon-menu span:nth-child(1){
  width: 100%;
}

header .col-icon:hover .icon-menu span:nth-child(2){
  width: 51px;
} */

/* header .col-icon:hover .icon-menu span:nth-child(3){
  width: 100%;
} */

header.active .col-icon .icon-menu span:nth-child(2){
  display: none;
}
header.active .col-icon .icon-menu span{
  width: 35px;
  right: 0;
  left: 0;
margin: auto;
}
header.active .col-icon .icon-menu span:nth-child(1){
  transform: rotate(45deg);
  top: 0;
}

header.active .col-icon .icon-menu span:nth-child(3){
  transform: rotate(135deg);
  top: 0;
}

.site-main {
  position: relative;
  z-index: 5;
  background: #fff;
}

footer{
  background-color: #000;
  position: relative;
  color: #fff;
  position: sticky;
  bottom: 0;
}

footer a{
  color: #fff;
}

footer ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

footer a{
  color: #fff;
  transition: 0.3s;
}

footer a:hover{
  color: var(--green);
}

footer .footer-top{
  border-bottom: 1px solid #464646;
}

footer .footer-top ul{
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 1140px;
  margin: auto;
}

footer .footer-top ul li{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  border-left: 1px solid #464646;
  text-align: center;
  width: 25%;
}

footer .footer-top ul li:nth-last-child(1){
  border-right: 1px solid #464646;
}

footer .footer-top ul li a{
  color: #fff;
  transition: 0.3s;
}

footer .footer-top ul li a:hover{
  color: var(--green);
}

footer .footer-center{
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 140px;
}

footer .footer-center .footer-col-menu{
  width: 23%;
}

ul.uppercase{
  text-transform: uppercase;
}

.footer-center ul li{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.footer-col-info{
  width: 31%;
  text-align: right;
  padding-top: 25px;
}

.footer-col-info .logo-footer{
  display: block;
  margin-bottom: 35px;
}

.footer-col-info .footer-info{
  margin-bottom: 10px;
}

.footer-col-info .menu-img{
  display: flex;
  column-gap: 35px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
  border: none;
  padding: 0;
}

.footer-bottom{
  border-top: 1px solid #464646;
}

.footer-bottom .footer-copy{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom .footer-copy .col-copy{
  font-size: 16px;
  font-weight: 200;
}

.footer-bottom .footer-copy .col-copy p{
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  column-gap: 12px;
}

.footer-bottom .col-social ul{
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  justify-content: flex-end;
}
/*
.footer-bottom .col-social ul li a:hover svg path{
  fill: var(--green);
} */


.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #0009;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0009;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 10000;
  border-radius: 8px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.popup.active .popup-content {
  opacity: 1;
  transform: translateY(0);
}


.popup .popup__content {
    width: 450px;
    margin: auto;
    background: #f7f8fb;
    border-radius: 30px;
    padding: 40px 55px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
    transform: translateY(-40px)
}

.popup .popup__content h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px
}

.popup .popup__content h3 span {
    text-decoration: underline
}

.popup .popup__content .desc {
    font-size: 17px;
    color: #2a2a2a;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.2
}

.popup .popup__content .contact-form input,.popup .popup__content .contact-form textarea {
    width: 100%;
    border: 1px solid #c6c6c9;
    border-radius: 25px;
    padding: 14px 26px;
    line-height: 1;
    color: #000;
    text-transform: uppercase
}

.popup .popup__content .contact-form input::placeholder,.popup .popup__content .contact-form textarea::placeholder {
    color: #000
}

.popup .popup__content .wpcf7-acceptance {
    padding-left: 5px
}

.popup .popup__content .wpcf7-acceptance input {
    width: 19px;
    height: 19px;
    margin-right: 8px
}

.popup .popup__content .wpcf7-acceptance label {
    display: flex;
    align-items: center
}

.popup .popup__content .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 10px;
    color: #818181
}

.popup .popup__content .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #818181;
    text-decoration: underline
}

.popup .popup__content .contact-form .wpcf7-submit {
    background: #000;
    color: #fff;
    transition: 0.4s
}

.popup .popup__content .contact-form .wpcf7-submit:hover {
    background: #fff;
    color: #000
}

.popup .close__popup {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 9;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff
}

.popup .close__popup img {
    width: 26px;
    height: 26px;
    display: block
}

.btn-dgc{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 35px;
  background: #000;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.4s;
  display: inline-flex;
  justify-content: center;
}
.btn-dgc:hover{
  background: var(--green);
  color: #fff;
}

/*** Home Page ***/

.home-hero{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 81px;
  padding-bottom: 138px;
  position: relative;
  z-index: 9;
}

.home-hero header {
  margin-top: 0;
}

.home-hero header.active{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 50px;
  z-index: 999;
}

.home-hero header .header{
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  margin-bottom: 80px;
}

.home-hero header.active .header{
  margin-bottom: 50px;
}

.home-hero header .col-menu{
  display: none;
}

.home-hero .hero-content{
  max-width: 1140px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 48px;
  display: flex;
}

.home-hero header .header .logo img{
  width: 160px;
}

.home-hero .hero-content h1{
  font-size: 32px;
}

.home-hero .hero-content .content p{
  font-size: 18px;
  margin-bottom: 45px;
}

.home-hero .hero-content .content-bottom{
  margin-top: 140px;
}

.home-hero .hero-content .content-bottom p{
  font-size: 18px;
  color: #aeaeae;
  margin-bottom: 0;
  font-weight: 500;
}

.home-hero .hero-content .content-bottom p a{
  color: #aeaeae;
}

.home-hero .hero-content .col-img{
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position:relative;
  overflow: hidden;
}

.home-hero .hero-content .col-img:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: radial-gradient(circle at bottom left, transparent 47px, white 48px);
}

.home-hero .hero-content .col-img:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: radial-gradient(circle at top left, transparent 47px, white 48px);
}

.home-hero .hero-content .col-img ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 40px;
  border: none;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  z-index: 99;
}

.home-hero .hero-content .col-info{
  width: 50%;
  background: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 40px;
}

.home-row-1{
  padding-bottom: 120px;
}

.home-row-1 .p-row{
  max-width: 700px;
  margin: auto;
  margin-top: 40px;
}

.menu-img{
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display:flex;
  justify-content: center;
  column-gap: 65px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-row-1 .content-bottom{
  padding-top: 70px;
}

.home-row-1 .content-bottom p{
  max-width: 615px;
  margin: auto;
  font-size: 20px;
}

.home-row-1 .content-bottom ul{
  justify-content: center;
  column-gap: 18px;
  margin-top: 70px;
}

.home-row-1 .content-bottom ul li{
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.home-row-1 .content-bottom ul li a{
  padding: 14px 34px;
  position: relative;
  color: #000;
  background: #e8e8e8;
  border-radius: 25px;
  display: inline-block;
}

.home-row-1 .content-bottom ul li a:hover{
  background: var(--green);
}

.home-row-1 .content-bottom ul li svg{
  width: 16px;
  height: 16px;
  position: absolute;
}

.home-row-2{
  background: #f4f4f4;
  padding-bottom: 154px;
}

.home-row-2 .content-top{
  padding-top: 105px;
}

.home-row-2 .content-list{
  align-items: center;
}

.home-row-2 .col-list{
  width: 28%;
}

.home-row-2 .col-list ul li{
  font-size: 17px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
}

.home-row-2 .col-list ul li:nth-last-child(1){
  border: none;
}

.home-row-2 .col-list.text-left li{
  padding-left: 44px;
}

.home-row-2 .col-list.text-right li{
  padding-right: 44px;
}

.home-row-2 .col-img{
  width: 44%;
}

.home-row-2 .col-img img{
  width: 100%;
  max-width: 421px;
  margin: auto;
}

/*** End Home Page ***/

.content-top{
  padding-top: 100px;
  padding-bottom: 70px;
}

.title-row{
  font-size: 44px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}
.title-row span{
  text-transform: uppercase;
}

.subtitle-row{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.p-row{
  font-size: 20px;
  padding-bottom: 14px;
  margin-bottom: 0;
}

.content-top .btn-dgc{
  margin-top: 34px;
}

/*** Contact Page ***/
.contact__page{
  background: #fff;
}

.contact__top{
  padding-top: 135px;
  padding-bottom: 61px;
  position: relative;
}

.contact__top h1{
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.contact__top .col__info p{
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 24px;
}

.contact__items{
  list-style: none;
  padding-top: 39px;
  padding-bottom: 20px;
  border-top: 1px solid #d6dfe8;
  border-bottom: 1px solid #d6dfe8;
  margin-bottom: 27px;
  padding-left: 0;
}

.contact__items li{
  display: flex;
  align-items: center;
  font-size: 17px;
  margin-bottom: 19px;
  column-gap: 4px;
}

.contact__items li a{
  color: #000;
}

.contact__items img, .contact__items svg{
  width: 21px;
  height: 21px;
  margin-right: 18px;
}

.social{
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.social svg{
  width: 30px;
  height: 30px;
}

.contact__page #map{
  height: 600px;
}

.contact__page .col__form form{
  padding-top: 54px;
  padding-bottom: 0px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 20px;
  text-align: center;
}

.contact__page .col__form form h4{
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.contact__page .col__form input, .contact__page .col__form textarea{
  width: 100%;
  max-width: 355px;
  width: 100%;
  margin: auto;
  border: 1px solid #efefef;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-align:center;
  margin-bottom: 11px;
}

.contact__page .col__form input::placeholder, .contact__page .col__form textarea::placeholder{
  color: #6c6c6c;
}

.contact__page .col__form input{
  height: 44px;
}

.contact__page .col__form .wpcf7-submit{
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #000;
    padding: 16px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.4s;
    /* box-shadow: 0px 0px 0px 3px rgba(9, 235, 250, 0.3019607843); */
    height: 54px;
    width: 80%;
}

.sponsor__row {
  align-items: center;
  padding-bottom: 80px;
  margin-bottom: 80px
}

.sponsor__row .item{
  text-align: center;
  margin-bottom: 20px;
}

.sponsor__row .item img{
  height: auto;
  max-width: 80%;
  margin: auto;
  object-fit: contain;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* filter: url(desaturate.svg#greyscale); */
  filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix'values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.sponsor__row .item a:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*** End Contact Page ***/

/*** Showroom slider ***/
.slider-wrapper {
  position: relative;
  width: 1290px;
  margin: 0 auto;
  overflow: hidden;
  height: 400px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 63px;
}

.swiper {
  max-width: 1140px;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  align-items: center;
  height: 100%;
}

.swiper-slide {
  transition: all 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* default pentru toate slide-urile */
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* Slide central */
.swiper-slide.main-slide {
  width: 45.8% !important; /* ~660 / 1440 */
  aspect-ratio: 440 / 380;
}

/* Slide-uri laterale */
.swiper-slide.side-slide {
  width: 25.3% !important; /* ~365 / 1440 */
  aspect-ratio: 300 / 250;
}
/* Arrows */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 10;
}

.custom-arrow svg{
  width: 50px;
  height: 50px;
}

.swiper-button-prev.custom-arrow {
  left: -0px;
}

.swiper-button-next.custom-arrow {
  right: -0px;
}

.swiper-button-next {
  transform: rotate(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}

.room-row-1 .content-top{
  padding-top: 60px;
  padding-bottom:10px;
}

.room-row-1 h2{
  margin-bottom: 30px;
}

.room-row-1 p{
  font-size: 18px;
  margin-bottom: 0;
  max-width: 521px;
  margin: auto;
}

.room-row-1 ul{
  border: none;
  padding-top: 40px;
  padding-bottom: 65px;
  column-gap: 65px;
}

.room-row-1 ul .suzuki, .room-row-1 ul .ds-auto{
	display: none;
}

.room-row-2{
  padding-top: 10px;
  padding-bottom: 10px;
}

.room-row-2 ul {
  display: flex;
  justify-content: center;
  position: relative;
}

.room-row-2 ul:nth-child(1){
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.room-row-2 ul:nth-child(1)::after{
  content: '';
  position: absolute;
  height: 1px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedede;
}

.room-row-2 ul li{
  width: 25%;
  aspect-ratio: 290 / 270;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.room-row-2 ul li:hover{
  background: #f3f3f3;
}

.room-row-2 ul li a{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align:center;
  align-content: center;
  text-transform: uppercase;
}
.room-row-2 ul li a span{
  display: inline-block;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
  position: absolute;
  margin-top: 120px;
  max-width: 100px;
}

.room-row-2 ul li a:hover span{
  color: #000;
}


/*** End Showroom slider ***/

/*** Contact Block ***/

.block-contact{
  padding-top: 63px;
  padding-bottom: 113px;
}

.block-contact h4{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 21px;
}

.block-contact .block-desc{
  font-size: 20px;
  margin-bottom: 65px;
  max-width: 850px;
}

.block-contact .block-desc b{
  font-weight: 600;
}

.block-contact .list-contact{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}

.block-contact .list-contact .block{
  border: 1px solid #d2d2d2;
  border-radius: 24px;
  padding: 38px;
  padding-bottom: 20px;
  width: calc(33.3% - 27px);
  transition: 0.3s;
}

.block-contact .list-contact .block svg{
  height: 50px;
  width: 50px;
}

.block-contact .list-contact .block .block-info{
  margin-top: 70px;
  margin-bottom: 35px;
  padding-bottom: 0;
  color: #aeaeae;
  font-size: 22px;
  font-weight: 600;
}


.block-contact .list-contact .block a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 1px solid #dbd805;
  display: inline-block;
  padding-bottom: 3px;
}
.block-contact .list-contact .block a:hover{
  color: #000;
}

.block-contact .list-contact .block a svg{
  width: 20px;
  height: 20px;
}

.block-contact .list-contact .block:hover{
  background: #dbd805;
}

.block-contact .list-contact .block:hover svg path{
  fill: #fff;
}
.block-contact .list-contact .block:hover p{
  color: #000;
}
.block-contact .list-contact .block:hover a{
  border-color: #fff;
}
/*** End Contact Block ***/

/*** Service Page ***/

.service-row-1{
  margin-bottom: 50px;
}

.service-row-1 .content-top{
  padding-top: 60px;
  padding-bottom: 50px;
}


.service-row-1 .content-top .p-row{
  font-size: 18px;
  max-width: 504px;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 0;
}

.service-row-1 .content-list{
  justify-content: center;
  display: flex;
  column-gap: 40px;
}

.service-row-1 .col-list ul li{
  font-size: 17px;
  line-height: 60px;
  border-bottom: 1px solid #dedede;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  padding-right: 40px;
}

.service-row-1 .col-list ul li:nth-last-child(1){
  border: none;
}

.service-row-1 .menu-img{
  border: none;
  column-gap: 60px;
}

.showroom-bottom{
  margin-bottom: 135px;
  text-align: center;
}

.showroom-bottom .content-top{
  padding-top: 100px;
  position: relative;
}

.showroom-bottom .content-top::after{
  content: '';
  position: absolute;
  height: 1px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  background: #dedede;
}

.showroom-bottom p{
  font-size: 18px;
  max-width: 475px;
  margin: auto;
  margin-top: 10px;
}

.showroom-bottom img{
  max-width: 790px;
  width: 100%;
  margin: auto;
}
/*** End Service Page ***/

/*** Finantare Page ***/

.finance-row-1{
  text-align: center;
}

.finance-row-1 .content-top{
  padding-top: 60px;
}

.finance-row-1 .content-top .p-row{
  font-size: 18px;
  max-width: 513px;
  margin: auto;
}

.finance-row-1 .content-top .menu-img{
  border: none;
  column-gap: 54px;
  padding-bottom: 40px;
}

.finance-row-2{
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.finance-row-2 .finance-list{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 85px;
  border-bottom: 1px solid #dedede;
}

.finance-row-2 .finance-list .item{
  width: 33.3%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.finance-row-2 .finance-list .item p{
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #aeaeae;
  font-weight: 600;
}

/*** End Finantare Page ***/

/*** Flote Page ***/

.flote-row-1 .content-top{
  padding-top: 60px;
  padding-bottom: 50px;
}

.flote-row-1 .content-top p{
  font-size: 20px;
  max-width: 522px;
  margin: auto;
  margin-top: 25px;
}

.flote-row-2{
  position: relative;
  padding-bottom: 52px;
  margin-bottom: 50px;
}

.flote-row-2::after{
  content: '';
  position: absolute;
  height: 1px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dedede;
}

.flote-row-2 .row-dg{
 column-gap: 40px;
 align-items: flex-start;
}

.flote-row-2 .col-img{
  width: calc(50% - 20px);
  position: sticky;
  top: 0;
}

.flote-row-2 .col-img img{
  width: 100%;
  border-radius: 24px;
  max-height: 350px;
  object-fit: cover;
}

.flote-row-2 .col-img ul{
  border: none;
  padding-top: 50px;
  padding-bottom: 50px;
  column-gap: 55px;
}

.flote-row-2 .col-img ul img{
  border-radius: 0px;
}

.flote-row-2 .col-text{
  width: calc(50% - 20px);
}

.flote-row-2 .col-text .item{
  padding: 58px 38px;
  border-radius: 20px;
  background-color: #f3f3f3;
  margin-bottom: 38px;
}

.flote-row-2 .col-text .item h4{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.flote-row-2 .col-text .item p{
  font-size: 20px;
  max-width: 532px;
}

.page-template-flote{
    overflow-x: unset;
}

/*** End Flote Page ***/
@media (max-width: 1290px) {
  .slider-wrapper{
    max-width: 1140px;
    width: 100%;
    height: 300px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .swiper{
    max-width: calc(100% - 100px);
  }
  .swiper-button-prev.custom-arrow{
    left: 30px;
  }
  .swiper-button-next.custom-arrow{
    right: 30px;
  }
  .container-dg{
    padding-left: 15px;
    padding-right: 15px;
  }
   .home-row-1 .content-bottom ul li{
     margin-bottom: 10px;
   }
   .home-hero{
     padding-left: 15px;
     padding-right: 15px;
   }
   footer .footer-center{
     padding-left: 15px;
     padding-right: 15px;
   }

   .footer-bottom .footer-copy{
     padding-left: 15px;
     padding-right: 15px;
   }
   .home-hero header.active{
     padding-left: 15px;
     padding-right: 15px;
   }
   header .header-hidden{
     padding-left: 15px;
     padding-right: 15px;
   }
   header .header{
     padding-left: 15px;
     padding-right: 15px;
   }
}
@media (max-width: 1140px) {

   header .col-menu{
     display: none;
   }
   /* Slide central */
   .swiper-slide.main-slide {
     width: 46.8% !important; /* ~660 / 1440 */
     aspect-ratio: 1
   }
   /* Slide-uri laterale */
   .swiper-slide.side-slide {
     width: 25.4% !important; /* ~365 / 1440 */
     aspect-ratio: 1;
   }
   .slider-wrapper{
     padding-bottom: 0;
   }
   .block-contact .list-contact .block .block-info{
     font-size: 18px;
   }
   .home-hero .hero-content .col-img ul{
     column-gap: 20px;
   }
   .home-hero header .header{
     margin-bottom: 50px;
     padding-left: 0;
     padding-right: 0;
   }
   .home-hero .hero-content .content-bottom{
     margin-top: 80px;
   }
   .home-hero{
     padding-top: 60px;
     padding-bottom: 60px;
   }
   .content-top{
     padding-top: 70px;
   }
   .home-row-1{
     padding-bottom: 80px;
   }
   .home-row-1 .content-bottom{
     padding-top: 50px;
   }
   .home-row-1 .content-bottom ul{
     margin-top: 50px;
   }
   .home-row-1 .content-bottom ul{
     gap: 20px;
   }
   .home-row-1 .content-bottom ul li{
     margin-bottom: 0;
   }
   .flote-row-2 .col-img ul{
     column-gap: 45px;
   }
}

@media (max-width: 768px) {
  header{
    z-index: 9;
    position: relative;
    background: #fff;
  }
  .home-hero header .header {
    margin-bottom: 40px;
  }
  .home-hero .hero-content{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .home-hero .hero-content .col-img{
    width: 100%;
  }
  .home-hero .hero-content .col-info{
    width: 100%;
  }
  .home-hero .hero-content .col-info{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0px;
  }
  .home-hero .hero-content .content-bottom{
    margin-top: 50px;
  }
  .home-hero .hero-content .content-bottom p{
    font-size: 16px;
  }
  .home-hero .hero-content .col-img ul{
    margin-top: 100px;
    column-gap: 40px;
  }
  .home-hero .hero-content .col-img:after{
    top: 0;
    left: 0;
    background: radial-gradient(circle at bottom right, transparent 47px, white 48px);
  }
  .home-row-2 .col-list{
    width: 50%;
  }
  .home-row-2 .col-img{
    width: 100%;
    order: 2;
    margin-top: 50px;
  }
  .home-row-2{
    padding-bottom: 100px;
  }
  .room-row-1 ul{
    column-gap: 35px;
    padding-bottom: 40px;
  }
  .room-row-1 ul li img{
    width: 40px;
  }
  .slider-wrapper{
    height: 260px;
  }
  .swiper-button-next.custom-arrow{
    transform: rotate(180deg) translateY(50%);
  }
  .block-contact .list-contact{
    column-gap: 20px;
  }
  .block-contact .list-contact .block{
    padding: 20px;
    width: calc(33.3% - 15px);
  }
  .block-contact .list-contact .block svg{
    height: 40px;
    height: 40px;
  }
  .block-contact .list-contact .block .block-info{
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .block-contact .list-contact .block .block-info{
    font-size: 16px;
  }
  .flote-row-2 .col-img{
    width: 100%;
    position: inherit;
    padding-bottom: 50px;
  }
  .flote-row-2 .col-text{
    width: 100%;
  }
  .flote-row-2 .col-text .item{
    padding: 35px 25px;
  }
  .flote-row-2 .col-text .item p{
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 0;
  }
  .footer-center ul li{
    font-size: 14px;
  }
  footer .footer-top ul{
    flex-wrap: wrap;
  }
  footer .footer-top ul li{
    width: 50%;
  }
  footer .footer-top ul li:nth-child(1), footer .footer-top ul li:nth-child(2){
    border-bottom: 1px solid #464646;
  }
  footer .footer-center{
    padding-bottom: 100px;
  }
  footer .footer-center .footer-col-menu{
    width: 33%;
  }
  .footer-col-info{
    width: 100%;
    text-align: center;
  }
  .footer-col-info .menu-img{
    justify-content: center;
  }
  .footer-bottom .footer-copy .col-copy{
    width: 100%;
  }
  .footer-bottom .footer-copy .col-copy p{
    font-size: 12px;
    column-gap: 6px;
    justify-content: center;
    text-align: center;
  }
  .footer-bottom .col-social ul{
    justify-content: center;
    margin-top: 20px;
  }
  footer .col-social{
    width: 100%;
  }
  .contact__top{
    padding-top: 80px;
  }
  .contact__top .col__form{
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .btn-dgc{
    font-size: 12px;
    padding: 14px 30px;
  }
  .home-hero header{
    padding-top: 0;
  }
  .home-hero .hero-content .col-info{
    padding: 25px;
  }
  .home-hero .hero-content h1{
    font-size: 24px;
  }
  .home-hero .hero-content .content p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .home-hero .hero-content .content-bottom{
    margin-top: 30px;
  }
  .home-hero .hero-content .content-bottom p{
    font-size: 12px;
  }
  .home-hero .hero-content .col-img ul{
    column-gap: 24px;
    margin-top: 60px;
  }
  .home-hero .hero-content .col-img ul img{
    height: 40px;
  }
  header .col-primary-menu{
    width: 50%;
  }
  header .header-hidden .col-auto-menu{
    width: 50%;
  }
  header .header-hidden{
    padding-top: 0;
  }
  header .col-primary-menu ul li{
    font-size: 18px;
    line-height: 37px;
  }
  header .header-hidden .col-auto-menu li{
    font-size: 18px;
    line-height: 30px;
  }
  ul.menu-hover li a::before{
    bottom: 0;
  }
  header .header-hidden .col-auto-menu ul.menu-hover li a:hover svg{
    right: -24px;
    width: 20px;
    height: 20px;
  }
  header .header-hidden .col-info-bottom p{
    font-size: 14px;
  }
  header.active{
    padding-top: 0;
  }
  header .header-hidden .col-info-bottom{
    position: absolute;
  }
  .menu-img{
    gap: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .menu-img li img{
    height: 40px;
  }
  .title-row{
    font-size: 34px;
  }
  .subtitle-row{
    font-size: 14px;
  }
  .p-row{
    font-size: 16px;
  }
  .home-row-1 .p-row{
    margin-top: 25px;
  }
  .content-top .btn-dgc{
    margin-top: 24px;
  }
  .content-top{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-row-1 .content-bottom{
    padding-top:40px;
  }
  .home-row-1 .content-bottom ul{
    gap: 12px;
    margin-top: 30px;
  }
  .home-row-1 .content-bottom ul li{
    font-size: 14px;
  }
  .home-row-1 .content-bottom ul li a{
    padding: 12px 24px;
  }
  .home-row-1 .content-bottom ul li svg{
    width: 12px;
    height: 12px;
    top: 15px;
    right: 10px;
  }
  .home-row-1{
    padding-bottom: 60px;
  }
  .home-row-1 .content-bottom p{
    font-size: 16px;
  }
  .home-row-2 .content-top{
    padding-top: 50px;
  }
  .home-row-2 .col-list{
    width: 100%;
    text-align: center!important;
  }
  .home-row-2 .col-list.text-right{
    margin-top: 30px;
  }
  .home-row-2 .col-list.text-right li{
    padding-right: 0;
  }
  .home-row-2 .col-list.text-left li{
    padding-left: 0;
  }
  .home-row-2 .col-img{
    order: inherit;
  }
  .home-row-2 .col-list ul li{
    font-size: 15px;
    line-height: 50px;
  }
  footer .footer-center{
    padding-bottom: 40px;
  }
  .footer-col-info .menu-img{
    column-gap: 25px;
    margin-top: 20px;
  }
  .footer-col-info .menu-img img {
    height: 30px;
  }
  .footer-col-info .footer-info{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .footer-col-info .logo-footer{
    margin-bottom: 10px;
  }
  .footer-col-info .logo-footer img{
    width: 120px;
  }
  footer .footer-center .footer-col-menu{
    width: 50%;
  }
  footer .footer-center .footer-col-menu:nth-child(3){
    display: none;
  }
  footer .footer-center{
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .footer-center ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  footer .footer-top ul li{
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
  }
  .footer-bottom .col-social ul li svg{
    height: 20px;
    width: 20px;
  }
  .footer-bottom .col-social ul{
    margin-top: 10px;
    column-gap: 12px;
  }
  .footer-bottom .col-social ul li{
    font-size: 12px;
  }
  .custom-arrow svg{
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev.custom-arrow{
    left: 5px;
    width: 30px;
    height: 30px;
  }
  .swiper-button-next.custom-arrow{
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .slider-wrapper{
    height: 240px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 30px;
  }
  .swiper{
    max-width: 100%;
  }
  .swiper-slide.side-slide{
    width: 100%!important;
  }
  .swiper-slide.main-slide{
    width: 100%!important;
  }
  .room-row-1{
    padding-left: 15px;
    padding-right: 15px;
  }
  .room-row-1 .content-top{
    padding-top: 50px;
  }
  .room-row-1 h2{
    margin-bottom: 20px;
  }
  .room-row-1 p{
    font-size: 16px;
  }
  .room-row-2 ul li img{
    height: 50px;
  }
  .block-contact{
    padding-bottom: 80px;
  }
  .block-contact .list-contact{
    row-gap: 30px;
  }
  .block-contact h4{
    font-size: 22px;
  }
  .block-contact .block-desc{
    font-size: 16px;
    margin-bottom: 45px;
  }
  .block-contact .list-contact .block{
    width: 100%;
  }
  .service-row-1{
    margin-bottom: 0;
  }
  .service-row-1 .content-top{
    padding-top: 50px;
  }
  .service-row-1 .content-top .p-row{
    font-size: 16px;
    margin-top: 20px;
  }
  .service-row-1 .menu-img{
    column-gap: 24px;
  }
  .service-row-1 .col-list ul li{
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-row-1 .col-list ul li:nth-last-child(1){
    border-bottom: 1px solid #dedede;
  }
  .showroom-bottom{
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .showroom-bottom .content-top{
    padding-top: 60px;
  }
  .room-row-2 ul:nth-child(1){
    padding-bottom: 20px;
  }
  .room-row-2 ul li a span{
    margin-top: 80px;
    font-size: 10px;
  }
  .showroom-bottom p{
    font-size: 16px;
  }
  .finance-row-1 .content-top{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .finance-row-1 .content-top .title-row{
    margin-bottom: 20px;
  }
  .finance-row-1 .content-top .menu-img{
    column-gap: 30px;
  }
  .finance-row-2 .finance-list .item{
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .finance-row-2 .finance-list .item.w-100{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .finance-row-2 .finance-list .item.w-100 img{
    width: 100%;
    max-width: 150px;
  }
  .finance-row-2{
    margin-bottom: 0;
  }
  .finance-row-2 .finance-list{
    margin-bottom: 60px;
  }
  .flote-row-1 .content-top p{
    font-size: 16px;
    margin-top: 20px;
  }
  .flote-row-2 .col-img ul{
    column-gap: 30px;
  }
  .flote-row-2 .col-text .item h4{
    font-size: 20px;
  }
  .flote-row-2 .col-text .item p{
    font-size: 18px;
  }
  .flote-row-2{
    margin-bottom: 30px;
  }
  .contact__items li{
    font-size: 15px;
  }
  .contact__items img, .contact__items svg{
    margin-right: 10px;
  }
  .contact__items li a{
    display: inline-block;
    margin-left: 5px;
  }
  .popup .popup__content{
    width: 90%;
    margin: auto;
    padding: 40px;
  }
  .popup .popup__content h3{
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .popup .popup__content .desc{
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .popup .popup__content .contact-form input, .popup .popup__content .contact-form textarea{
    font-size: 16px;
    padding: 10px 16px;
  }
  .popup .close__popup{
    right: 15px;
    top: 15px;
  }
  .popup .popup__content{
    transform: translate(0);
  }
  .popup .popup__content .btn__col p{
      margin-bottom: 0;
  }
}
