/* GLOBAL STYLES
-------------------------------------------------- */

/* GLOBAL STYLES
-------------------------------------------------- */


body {
  background-color: #0b0b0b;
  background-image: url('../image/bg-guffanti.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Figtree', sans-serif;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 24px;
  color: #FDEC1C;
  font-weight: 300;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.blockcontact a {
  text-decoration: underline;
}

a:HOVER {
  color: #FDEC1C;
}

a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

body,
p {
  font-family: 'Figtree', sans-serif;
  color: #ffffff;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.container {
  max-width: 1240px;
  padding: 0 50px;
}

.heightscreen {
  position: relative;
  min-height: 100vh;
}

.logo {
  width: 380px;
  max-width: 100%;
  margin: 10vh 0;
}

.sociallink {
  text-align: right;
  font-size: 24px;
  font-weight: 300;
}
.sociallink p{
  margin-bottom: 0.7rem;
}

.icon-social {
  width: 30px;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.carousel-sliderthree {
  padding: 10px 50px 60px;
}

.sliderthree .slick-slide {
  padding: 20px;
}

.sliderthree .slick-slide .img-carousel {
  width: 100%;
}

@media (max-width: 767px) {
  .sliderthree .slick-slide {
    padding: 20px;
  }

  .carousel-sliderthree {
    padding: 20px 20px;
  }
}

.showroom {
  padding-bottom: 40px;
}

.blockshowroom {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blockshowroom {
    text-align: center;
  }

  h1 {
    text-align: center;
    font-size: 52px;
  }

  .container {
    padding: 0 20px;
  }

  .sociallink {
    text-align: center;
  }
}


.scorri {
  position: absolute;
  bottom: 30px;
  color: #FDEC1C;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-decoration: none;
}

.scorri:HOVER {
  color: #FDEC1C;
}

.scorri i {
  position: relative;
  top: -40px;
  font-size: 70px;
}

@media (max-width: 767px) {
  .scorri {
    position: relative;
    bottom: auto;
    width: 100%;
    text-align: center;
    left: auto;
    margin: 50px auto 0;
  }
}


.slick-next:before
{
    content: '>';
    font-size: 42px;
    color: #fdec1b;
}

.slick-prev:before
{
    content: '<';
    font-size: 42px;
    color: #fdec1b;
}