/*
Theme Name: giordano
Theme URI: https://nicepage.com/wordpress
Author: Nobile
Author URI: https://nicepage.com
Description: Template SitoWeb 
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, blog
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Text Domain: giordano
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Quattrocento:wght@400;700&display=swap");
html, body {
  width: 100%;
  min-height: 100vh;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ededed;
}

h1, h2, h3 {
  font-family: "Quattrocento", serif;
}

h1 {
  color: #025e49;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 66px;
  }
  h1 span {
    font-size: 76px;
  }
}
@media screen and (min-width: 1900px) {
  h1 {
    font-size: 86px;
  }
  h1 span {
    font-size: 96px;
  }
}

h2 {
  color: #fefefe;
  text-shadow: 2px 2px 0px rgba(2, 94, 73, 0.8);
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 65px;
  }
  h2 b {
    font-size: 85px;
  }
}
@media screen and (min-width: 1900px) {
  h2 {
    font-size: 85px;
  }
  h2 b {
    font-size: 105px;
  }
}

h3 {
  color: #025e49;
  font-size: 20px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}

p, label {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  p.ps-100, label.ps-100 {
    padding-left: 120px;
  }
}

h4 {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn {
  position: relative;
  overflow: hidden;
}
.btn .fas {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

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

header {
  background-color: #bba727;
  color: #fff;
}
@media screen and (min-width: 992px) {
  header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    max-width: 1920px;
  }
}
header p {
  margin-bottom: 0;
  font-size: 12px !important;
  line-height: unset;
}
@media screen and (min-width: 992px) {
  header p {
    font-size: 15px !important;
  }
}
header .lang {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .lang li {
  float: left;
  border-right: 1px solid #fff;
}
header .lang li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
header .lang li:last-child {
  border-right: 0;
}

section {
  min-height: 100vh;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  section {
    z-index: 5;
    /*
    &::before {
     width: 110%;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
     height: 100%;
     background-color: rgba($color: #000000, $alpha: 1.0);
     opacity: .5;
     content: "";
     z-index: 0;
    }
    */
  }
}
section.no-full {
  min-height: unset;
}
section.home {
  background-image: url(img/home.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.home {
    background-size: contain;
  }
}
section.home .col-home {
  position: relative;
  overflow: hidden;
}
section.home .col-home .img-fluid {
  transform: translateX(-45%);
  left: 0;
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  section .container-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
section .sotto {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110%;
  height: 80px;
  transform: translate(-50%, 50%) rotate(-1deg);
}

@media screen and (min-width: 992px) {
  .col-line {
    position: relative;
    overflow: hidden;
  }
}
.col-line .titoli {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .col-line .titoli {
    position: unset;
    overflow: unset;
  }
}
.col-line .titoli::after {
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #bba727;
  content: "";
}
@media screen and (min-width: 992px) {
  .col-line .titoli::after {
    left: 50px;
    bottom: 0;
    height: calc(100% - 120px);
    width: 5px;
  }
}

.riga-sotto {
  position: relative;
  overflow: hidden;
}
.riga-sotto::after {
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #bba727;
  content: "";
}
@media screen and (min-width: 992px) {
  .riga-sotto::after {
    width: 90%;
    max-width: 500px;
    left: 120px;
  }
}

.col-relative {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .col-relative .img-content {
    position: absolute;
  }
  .col-relative .img-content.img-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .col-relative .img-content.img-bottom {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.bg-theme-1 {
  background-color: #025e49;
}

.color-1 {
  color: #025e49;
}

.bg-theme-2 {
  background-color: #bba727;
}

.color-2 {
  color: #bba727;
}

.bg-theme-3 {
  background-color: #dbd6c6;
}

.color-3 {
  color: #dbd6c6;
}

.bg-theme-4 {
  background-color: #fafafa;
}

.color-4 {
  color: #fafafa;
}

.bg-theme-5 {
  background-color: #fefefe;
}

.color-5 {
  color: #fefefe;
}

.bg-theme-6 {
  background-color: #d8d8d8;
}

.color-6 {
  color: #d8d8d8;
}

.rounded-50 {
  border-radius: 25px;
}
@media screen and (min-width: 992px) {
  .rounded-50 {
    border-radius: 50px;
  }
}

.swiper {
  width: 100%;
}
.swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-aree {
  height: 100%;
}
.swiper-aree .swiper-pagination {
  bottom: 1rem;
}
.swiper-aree .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-aree .swiper-slide .row {
  margin: 0;
  padding: 0;
}

.swiper-about {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 992px) {
  .swiper-about {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.swiper-about p {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  .swiper-about p {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.swiper-pagination-about {
  position: relative !important;
  bottom: unset;
  margin-top: 30px;
}

.swiper-pagination-aree {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background: #bba727;
  opacity: 1;
  transition: all 1s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #025e49;
  /*
  width: 26px;
  */
}

.avvocatura p {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 992px) {
  .avvocatura p {
    margin-left: 0px;
    margin-right: 0px;
  }
}/*# sourceMappingURL=style.css.map */