/* ===================================
    Crafto - Web agency
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/* variable */
:root {     
    --base-color: #ff214f;
    --medium-gray:#6F7071;
    --dark-gray:#1C1D1F; 
    --alt-font: "Plus Jakarta Sans", sans-serif;
    --primary-font: 'Inter', sans-serif;
    --ws-font: 'DM Sans', sans-serif;
}
blockquote.base{
	margin: 1rem !important;
    border-left: 4px #ff214f solid !important;
    padding-left: 20px;
}
.text-justify {text-align: justify!important;}
.lh-normal{line-height: normal!important;}
.page-layout {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
/*Header Full*/
.title-full{padding-top: 5vw;}
.first-full {
    margin-top: -18vw;
    z-index: 900;
    background: rgba(255, 255, 255, 0.7);
}
.first-full-port {
    margin-top: -18vw;
    z-index: 900;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}
.bg-midnight-blue {background-color: #1c1c1f;}
.bg-linen {background: #f6f4f3;}
.bg-seashell {background-color: #fff6f3;}
.bk-black{background-color: var(--black);}
.bk-ws{background-color: var(--ws-color);}
.bk-red{background-color: var(--red-2);}
.bk-white{background-color: var(--white);}
.ft-color-black{color: var(--black);}
.ft-color-ws{color: var(--ws-color);}
.ft-color-red{color: var(--red-2);}
.ft-color-white{color: var(--white);}
.text-outline.ft-color-white {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--white);
}
.text-outline.ft-color-black {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--black);
}
.text-outline.ft-color-red {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--red-2);
}
.text-outline.ft-color-ws {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--ws-color);
}
.text-outline-color-ws  {
  -webkit-text-stroke-color: var(--ws-color);
}
ul.defaul li, ul.for-bg-dark li, ul.for-bg-white li, ul.for-bg-fucsia li, ul.for-bg-linen li{padding-left: 10px; line-height: 25px;}
ul.defaul li{color: black;}
ul.defaul li::marker {font-family: feather !important; color: #ff214f; content: "\e911";}
ul.for-bg-dark li{color: white;}
ul.for-bg-dark li::marker {font-family: feather !important; color: #ff214f; content: "\e911";}
ul.for-bg-white li{color: black;}
ul.for-bg-white li::marker {font-family: feather !important; color: #ff214f;content: "\e911";}
ul.for-bg-fucsia li{color: white;}
ul.for-bg-fucsia li::marker {font-family: feather !important; color: #000000;content: "\e911";}
ul.for-bg-linen li{color: black;}
ul.for-bg-linen li::marker {font-family: feather !important; color: #000000;content: "\e911";}

.bk-black p, .bk-black strong{color: white;}
.highlight-separator[data-shadow-animation] span, .highlight-separator[data-shadow-animation] span img {
    height: 29px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span {
    bottom: -13px;
}
body {
    font-size: 17px;
    line-height: 32px;
}
.top-space-margin {
    margin-top: 120px;
}
/* Button */
.btn-md-ws-color{
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 13px;
  padding: 10px 30px;
  background-color: var(--base-color);
  color: var(--white);
}
.btn-lg-ws-color{
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 16px;
  padding: 14px 30px;
  background-color: var(--base-color);
  color: var(--white);
}
.btn-md-ws-color:focus, .btn-lg-ws-color:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-md-ws-color:hover, .btn-md-ws-color:active, .btn-lg-ws-color:hover, .btn-lg-ws-color:active{
  background-color: transparent;
  border-color: var(--base-color);
  color: var(--base-color);
}

.btn-md-white{
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 13px;
  padding: 10px 30px;
  background-color: var(--white);
  color: var(--black);
}

.btn-lg-white{
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 16px;
  padding: 14px 30px;
  background-color: var(--white);
  color: var(--black);
}

.btn-md-white:focus, .btn-lg-white:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-md-white:hover, .btn-md-white:active, .btn-lg-white:hover, .btn-lg-white:active{
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn-md-black{
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 13px;
  padding: 10px 30px;
  background-color: var(--dark-gray);
  color: var(--white);
}

.btn-lg-black{
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 16px;
  padding: 14px 30px;
  background-color: var(--dark-gray);
  color: var(--white);
}

.btn-md-black:focus, .btn-lg-black:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-md-black:hover, .btn-md-black:active, .btn-lg-black:hover, .btn-lg-black:active{
  background-color: transparent;
  border-color: var(--dark-gray);
  color: var(--dark-gray);
}
.required-error{
    border-color: #dc3545 !important;
	background-position: right 20px center !important;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.divider-style-01-form .divider-shadow:after, .divider-style-01-form .divider-shadow:before {
  flex: 1 1 auto;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  content: "";
  height: 10px;
  margin-top: 7px;
  box-shadow: 0 6px 10px -10px #ff214f inset;
}
.divider-style-01-form .divider-border:after, .divider-style-01-form .divider-border:before {
  flex: 1 1 auto;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  content: "";
  height: 10px;
  margin-top: 7px;
  border-top: 1px solid #ff214f;
}
/* header */
header .container-fluid {
    padding-left: 2vw;
    padding-right: 2vw;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
header .navbar-brand img {
    max-height:/*56*/48px;
}
header .btn.btn-switch-text.btn-medium > span {
    padding: 11px 30px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    border-radius: 0;
}
.logo-tit {
    color: #fff;
    font-size: 0.8rem;
    width: 100%;
    display: block;
    max-width: 240px;
    line-height: normal;
    margin: 0;
    text-align: center;
}
header.sticky .logo-tit{color: #000;}
header.sticky .navbar-brand {
    padding: 15px 0;
}

@media (max-width: 1590px) {
header .btn.btn-rounded.btn-small {padding: 10px 15px;}
.navbar .navbar-nav .nav-link {padding: 10px 10px;}
}
@media (max-width: 1455px) {
header .container-fluid {padding-left: 0.5vw; padding-right: 0.5vw;}
.navbar .navbar-nav .nav-link{font-size: 13px;}   
}
@media (max-width: 1280px) {
header .btn.btn-rounded.btn-small {padding: 10px 10px;}
}

.page-title-extra-large.ws-title-header  h2 {font-size: 2.5rem; line-height: 2.5rem;}
/* btn  */
.btn.btn-base-color {
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:active {
    color: var(--dark-gray);   
}
/* letter spacing */
.bg-base-color-transparent {
    background-color: rgba(255, 33, 79,0.8);
}
/*experience title*/
.title-exp span{display: block;}
.title-exp span:nth-child(1){padding-left: 15vw;}
.title-exp span:nth-child(2){padding-left: 30vw;}
.title-exp span:nth-child(3){padding-left: 40vw;}
/* banner title */
.banner-title {
    font-size: /*650*/570px;
    word-break: normal;
    letter-spacing: -40px;
}
/* letter spacing */
.ls-minus-20px {
    letter-spacing: -20px;
}
.ls-minus-13px {
    letter-spacing: -13px;
}
.mt-minus-12 {
    margin-top: -12%;
}
/* word break normal */
.word-break-normal {
    word-break: normal;
}
/* bg color */
.bg-sherpa-blue {
    background-color: #333436;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 5rem;
    line-height: 5rem;
}
.page-title-extra-large h1.h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
.page-title-large h1 {
    font-size: 3rem;
    line-height: 3rem;
}
/* team style */
.team-style-05 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.team-style-05:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
.team-style-08 figure img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.team-style-08:hover figure img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}
.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}
/* blog comment */
.blog-classic .card .blog-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.blog-comment li .btn-reply:hover {
    color: var(--text-dark-gray);
}
/* tag */
.tag-cloud a {
    background-color: var(--white);
}
/* portfolio-image */
.portfolio-simple .grid-item .portfolio-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.portfolio-simple .portfolio-box:hover .portfolio-image img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
/* popular post sidebar */
.popular-post-sidebar li figure {
    width: 190px;
    height: auto;
}
.popular-post-sidebar li .media-body {
    padding-left: 40px;
}
/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
/* footer */
footer .footer-logo img {
    max-height: 56px;
}
footer .nav-link {
    color:  var(--dark-gray);
}
.footer-navbar li a:hover {
    color: var(--dark-gray);
}
/* media query responsive */
@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
        padding: 15px 25px;
    }
}
@media (min-width: 768px) {
    /* heading tag */
    h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
    h2 {
        font-size: 3.75rem;
        line-height: 3.75rem;
    }
    h3 {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }
}
@media (max-width: 1399px) {
    .banner-title {
        font-size: 500px;
    }
    header .btn.btn-switch-text.btn-medium > span {
        padding: 11px 22px;
    }
}
@media (max-width: 1199px) {
    .banner-title {
        font-size: 380px;
        letter-spacing: -25px;
    }
    .ls-minus-20px {
        letter-spacing: -15px;
    }
    header .btn.btn-switch-text.btn-medium > span {
        padding: 6px 11px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
    }
    footer .nav-link {
        padding: 2px 8px;
    }
}
@media (max-width: 991px) {
    .banner-title {
        font-size: 270px;
        letter-spacing: -15px;
    }
    .ls-minus-20px {
        letter-spacing: -10px;
    }
    .top-space-margin {
        margin-top: 100px;
    }
    header .btn.btn-switch-text.btn-medium > span {
        padding: 9px 24px;
    }
}
@media (max-width: 767px) {
    .banner-title {
        font-size: 200px;
        letter-spacing: -15px;
    }
    .process-step-style-10.hover-box:hover .hover-content {
        bottom: 0;
    }
    .ls-minus-20px {
        letter-spacing: -4px;
    }
    .ls-minus-13px {
        letter-spacing: -5px;
    }
}
@media (max-width: 575px) {
    .banner-title {
        font-size: 110px;
        letter-spacing: -3px;
    }
    .popular-post-sidebar li figure {
        width: 100%;
    }
    .popular-post-sidebar li .media-body {
        padding-left: 0;
        padding-top: 25px;
    }
}
/*MIA PERSONALIZZAZIONE*/
blockquote.ws-blockquote-wrapper {display: flex; /*height: 100vh;*/ padding: 0 20px;}
/* Blockquote main style */
blockquote.ws-blockquote {position: relative; max-width: 620px; margin: 80px auto; align-self: center;}
/* Blockquote header */
blockquote.ws-blockquote p {position: relative; color: #ff214f; font-size: 2.5rem; font-weight: normal; line-height: 1; margin: 0; border: 2px solid #fff; border: solid 2px; border-radius:20px; padding: 25px;}
/* Blockquote right double quotes */
blockquote.ws-blockquote p:after {content:""; position: absolute; border: 2px solid #ff214f; border-radius: 0 100% 0 0; width: 60px; height: 60px; bottom: -60px; left: 50px; border-bottom: none; border-left: none; z-index: 3;}
blockquote.ws-blockquote p:before {content:""; position: absolute; width: 80px; border: 6px solid #fff; bottom: -3px; left: 50px; z-index: 2;}
/* increase header size after 600px */
@media all and (min-width: 600px) {
    blockquote.ws-blockquote p {font-size: 2.5rem; line-height: 1.2;}
}
/* Blockquote subheader */
blockquote.ws-blockquote h5 {position: relative; color: #1f232c; font-size: 1.3rem; font-weight: 400; line-height: 1.2; margin: 0; padding-top: 15px; z-index: 1; margin-left:150px; padding-left:12px;}
blockquote.ws-blockquote h5:first-letter {margin-left:-12px;}

.menu-servizi .icon{max-width: 30px; height: auto;}
.menu-servizi .icon svg{width: 100%; height: auto;}
.tit-xxs-fucsia{
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    letter-spacing: 1px !important;
    color: var(--base-color);
    font-size: 15px;
    text-transform: uppercase !important;
    display: block !important;
    line-height: normal;
}
.tit-xxs-black{
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    letter-spacing: 1px !important;
    color: var(--black);
    font-size: 15px;
    text-transform: uppercase !important;
    display: block !important;
    line-height: normal;
}
.tit-xxs-white{
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    letter-spacing: 1px !important;
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase !important;
    display: block !important;
    line-height: normal;
}
.tit-xs-fucsia{
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    letter-spacing: 0px !important;
    color: var(--base-color);
    font-size: 20px;
    text-transform: uppercase !important;
    display: block !important;
    line-height: normal;
}
.tit-xs-black{
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    letter-spacing: 0px !important;
    color: var(--black);
    font-size: 20px;
    text-transform: uppercase !important;
    display: block !important;
    line-height: normal;
}
.tit-xs-white{
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    letter-spacing: 0px !important;
    color: var(--white);
    font-size: 20px;
    text-transform: uppercase !important;
    display: block !important;
    line-height: normal;
}
.tit-md-fucsia{
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: var(--base-color);
	font-size: 2.60rem;
    line-height: 2.60rem;
    display: block !important;
    letter-spacing: -2px;
}
.tit-md-black{
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: var(--black);
	font-size: 2.60rem;
    line-height: 2.60rem;
    display: block !important;
    letter-spacing: -2px;
}
.tit-md-white{
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: var(--white);
	font-size: 2.60rem;
    line-height: 2.60rem;
    display: block !important;
    letter-spacing: -2px;
}
.tit-lg-fucsia{
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: var(--base-color);
    display: block !important;
    letter-spacing: -2px;
}
.tit-lg-black{
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: var(--black);
    display: block !important;
    letter-spacing: -2px;
}
.tit-lg-white{
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    color: var(--white);
    display: block !important;
    letter-spacing: -2px;
}
.my-box-service .link-service {
  width: 100%;
  display: inline-block;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  z-index: 15;
}
.dark-hover.my-box-service p strong{color: var(--ws-color);}
.hover-box.dark-hover.my-box-service:hover .text-light-opacity {opacity: 1;}
.hover-box.dark-hover.my-box-service:hover .text-light-opacity p{color: var(--black)!important;}
.dark-hover.my-box-service.feature-box:hover p strong{color: var(--white);}
.my-box-service .icon {max-width: 68px;}
.my-box-service.contact .icon {width: 64px; height: 64px;}
.my-box-service .icon>svg.fillsvg {width: 100%; height: auto;}
.my-box-service.contact .icon>svg.fillsvg {width: 68px; height: auto; position: absolute; left: 5px;}
.dark-hover.my-box-service .fillsvg {fill: var(--white);}
.my-box-service.contact .fillsvg {fill: var(--black);}
.my-box-service .icon:after {
    content: "";
    background-color: var(--ws-color);
    position: absolute;
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%;
    border-radius: 50%;
    z-index: -1;
}
.dark-hover.my-box-service.feature-box:hover .icon:after{background-color: var(--black);}
.my-box-service.contact.feature-box:hover .fillsvg {fill: var(--white);}

.blend-text {
  mix-blend-mode: difference;
  position: sticky!important;
}
.footer-navbar.nav-ws {display: flex; justify-content: center;}
.footer-navbar.nav-ws .nav-item{text-transform: uppercase;}
.footer-navbar.nav-ws .nav-item a {padding: 10px; color: #ababab;}
.footer-navbar.nav-ws .nav-item span {padding: 10px;}
.footer-navbar.nav-ws .nav-item a:hover {color: #ff214f;}

.footer-ws-link a{font-size: 15px; border-bottom:2px solid transparent; padding-bottom: 3px; color: #fff;}
.footer-ws-link a:hover{border-bottom:2px solid #ff214f; color: #ff214f;}

/* Bollino Rotation */
.cont-circle{position: absolute; right: -65px; top: 50px; z-index: 50;}
.circle {
    position: relative;
    width: 150px;
    height: 150px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    border: 2px solid #ff214f;
    margin: 10px;
}

.icon-cont {
    position: absolute;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
    vertical-align: middle;
    background-color: #000000;
    border-radius: 50%;
    border: 2px solid #fff;
}
.icon-cont .icon {
    width: 100%;
    height: 100%;
}
.icon-cont .icon .fillsvg{fill:#fff; max-width: 50px; max-height: fit-content; position: relative; left: 25%; top: 25%;}
.text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 14s;
     -moz-animation-duration: 14s;
      -ms-animation-duration: 14s;
       -o-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  fill: #fff;
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(0); }
    to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(0); }
    to { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(0); }
    to { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}
@media (max-width: 1240px) {
header.sticky.sticky-active [data-header-hover=light] {
    background-color: var(--ws-color) !important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
    .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0!important;
        text-align: center;
        padding: 0;
        text-transform: uppercase;
    }
   .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 2.4rem !important;
        line-height: 3rem !important;
        padding: 0 !important;
    }
     header .navbar-brand {
        padding: 22px 0;
    }
}


@media (max-width: 1199px) {
    .d-lg-ws-none{display: none;}
}
@media (max-width: 1199px) {
.container-fluid-lg{width: 100%; max-width: 100%}
.cont-circle{position: absolute; right: 20px; top: -20px; z-index: 50;}
.circle {width: 100px; height: 100px;}
.icon-cont .icon .fillsvg{fill:#fff; max-width: 30px; max-height: fit-content; position: relative; left: 25%; top: 25%;}
}
@media (max-width: 991px) {
.md-m-auto{margin: auto!important;}
}
@media (max-width: 767px) {
.d-sm-ws-none{display: none!important;}
}
@media (max-width: 439px) {
header .navbar-brand img {
    max-height: 35px;
}
.navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 1.6rem !important;
        line-height: 2.3rem !important;
        padding: 0 !important;

    }
}
/*head title*/
.ws-testo h2{font-size: 3.0rem; line-height: 3.0rem; margin-bottom: 0px;}
.ws-testo h2.fs-22{font-size: 22px; line-height: inherit; margin-bottom: 0px;}
.ws-testo h2.fs-30{font-size: 30px; line-height: inherit; margin-bottom: 0px;}
.ws-testo h2.fs-35{font-size: 35px; line-height: inherit; margin-bottom: 0px;}
.ws-testo h3{font-size: 2.5rem; line-height: 2.5rem; margin-bottom: 0px;}
.ws-testo h3.fs-22{font-size: 22px; line-height: inherit; margin-bottom: 0px;}
.ws-testo h3.blog-row{font-size: 18px; line-height: 28px; margin-bottom: 0px;}
.grid-item h3.blog-row{font-size: 18px; line-height: 28px; margin-bottom: 0px;}
.ws-testo h4{font-size: 1.8rem; line-height: 1.8rem; margin-bottom: 0px;}

.my-box-service.contact h2{ font-size:2rem; line-height: 2rem; margin-bottom: 0px; text-transform: uppercase;}
.my-box-service.contact h3{ font-size:1.5rem; line-height: 1.5rem; margin-bottom: 0px; text-transform: uppercase;}

.overlay-blur {
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: 40;
    width: 100%;
    padding: 40px 0px;
    filter: blur(7px);
    backdrop-filter: blur(9.1px);
    -webkit-backdrop-filter: blur(9.1px);
  
}
.overlay-blur.bk-white{
    background: rgba(255, 255, 255, 0.18);
}
.overlay-blur.bk-red{
    background: rgba(217, 10, 44, 0.18);
}
.overlay-blur.bk-ws{
    background: rgba(255, 33, 79, 0.18);
}
.overlay-blur.bk-black{
    background: rgba(0, 0, 0, 0.18);
}
/*NO FULL Version*/
.no-full-bk-white{
    background: url(/themes-v1/images/vertical-line-bg-medium-gray.svg), #f6f4f3;
}
.no-full-bk-red{
    background: url(/themes-v1/images/vertical-line-bg-medium-gray.svg), #d20a2c;
}
.no-full-bk-ws{
    background: url(/themes-v1/images/vertical-line-bg-white.svg), #ff214f;
}
.no-full-bk-black{
    background: url(/themes-v1/images/vertical-line-bg-white.svg), #000000;
}


.no-full-bk-white p{color: #000000;}
.no-full-bk-white span{color:#ff214f}
.no-full-bk-white span.fw-600{color:#000000}
.no-full-bk-white .border-color-ws {border-color: #000000 !important;}
.no-full-bk-white a {color: #ff214f;}
.no-full-bk-white a:hover {color: #000000;}

.no-full-bk-red p{color: #ffffff;}
.no-full-bk-red span{color: #ffffff}
.no-full-bk-red span.fw-600{color:#000000}
.no-full-bk-red .border-color-ws {border-color: #000000 !important;}
.no-full-bk-red a {color: #ffffff;}
.no-full-bk-red a:hover {color: #000000;}

.no-full-bk-ws p{color: #ffffff;}
.no-full-bk-ws span{color: #ffffff}
.no-full-bk-ws span.fw-600{color:#000000}
.no-full-bk-ws .border-color-ws {border-color: #000000 !important;}
.no-full-bk-ws a {color: #ffffff;}
.no-full-bk-ws a:hover {color: #000000;}

.no-full-bk-black p{color: #ffffff;}
.no-full-bk-black span{color: #ffffff}
.no-full-bk-black span.fw-600{color:#ff214f}
.no-full-bk-black .border-color-ws {border-color: #7c7c7c !important;}
.no-full-bk-black a {color: #ffffff;}
.no-full-bk-black a:hover {color: #ff214f;}

/*END NO FULL Version*/

.ws-title-header-default .head-h1-ws.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--ws-color);
}
.ws-title-header-default .head-h1-ws.no-line-out{color: var(--ws-color);}
.ws-title-header-default .head-h2-ws{color: var(--white);}

.ws-title-header-bk-black .head-h1-ws.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--white);
}
.ws-title-header-bk-black .head-h1-ws.no-line-out{color: var(--white);}
.ws-title-header-bk-black .head-h2-ws{color: var(--ws-color);}

.ws-title-header-bk-white .head-h1-ws.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--ws-color);
}
.ws-title-header-bk-white .head-h1-ws.no-line-out{color: var(--ws-color);}
.ws-title-header-bk-white .head-h2-ws{color: var(--black);}

.ws-title-header-bk-ws .head-h1-ws.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--white);
}
.ws-title-header-bk-ws .head-h1-ws.no-line-out{color: var(--white);}
.ws-title-header-bk-ws .head-h2-ws{color: var(--black);}

.ws-title-header-bk-red .head-h1-ws.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--white);
}
.ws-title-header-bk-red .head-h1-ws.no-line-out{color: var(--black);}
.ws-title-header-bk-red .head-h2-ws{color: var(--white);}
.bg-gradient-misty-rose {
    background-image: linear-gradient(360deg, rgba(255, 247, 249, 0.5) 0%, #fff6f3 100%);
}
.bg-bright-turquoise {
    background-color: #ffd9e2;
}
.h-430px {
    height: 430px !important;
}
.svg-immagine .icon {max-width: 100%;}
.svg-immagine-no figcaption.w-100{width: 80%!important; margin: 0 auto;}
.svg-immagine-no .bg-base-color-transparent {background-color: rgba(255, 33, 79, 0.7);}
.icone-dark .svg-immagine .bg-base-color-transparent, .icone-dark .svg-immagine-no .bg-base-color-transparent {background-color: rgba(0, 0, 0, 0.4);}
.svg-immagine-no .icon {max-width: 90%; margin: 0 auto;}
.svg-immagine .icon svg, .svg-immagine-no .icon svg {width: 100%; height: auto; fill:#fff;}
.icone-dark .svg-immagine .icon svg {width: 100%; height: auto; fill:#fff;} 
.icone-dark .svg-immagine-no .icon svg {width: 100%; height: auto; fill:#ff214f;}
/*PORTFOLIO*/
.portfolio-creative .portfolio-box.nero .portfolio-title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  font-size: 110px;
  letter-spacing: -6px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

@media (max-width: 767px) {
.md-w-port-img{width: 90%!important; max-width: 765px!important; height: auto; margin: 0 3%!important;}
.align-items-center.ws-mobile-position{align-items: end!important;}
.h-100.ws-mobile-title-height{height: auto!important;}
}

@media (max-width: 575px) {
.align-items-center.swiper-port-ws{align-items: start!important;}
.md-w-port-img{width: 70%!important; max-width: 570px!important; height: auto; margin: 0 1%!important;}
}

.box-port-title-ws{min-width: 230px;}
.box-port-link{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; text-indent: -9999px;}
.my-box-service-port .icon {max-width: 68px;}
.my-box-service-port .icon>svg.fillsvg {width: 100%; height: auto;}
.my-box-service-port .icon:after {
    content: "";
    background-color: #ebe2dd;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 1%;
    top: 8%;
    border-radius: 50%;
    z-index: -1;
}
.blur-portfolio-cliente{
    backdrop-filter: blur(9.1px);
    -webkit-backdrop-filter: blur(9.1px);
}
.icon.landing svg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 35px;
}
.ws-title-port-000000 .head-h1-ws, .ws-title-port-000000 p{color: var(--white);}
.ws-title-port-000000 .head-h2-ws{color: var(--ws-color);}
.ws-title-port-000000 span{color: var(--white);}
.ws-title-port-000000 span.fw-600{color: var(--ws-color);}
.ws-title-port-000000 .border-color-ws {border-color: var(--white) !important;}
.ws-title-port-000000 a{color: var(--white);}
.ws-title-port-000000 a:hover{color: var(--ws-color);}

.ws-title-port-ffffff .head-h1-ws, .ws-title-port-ffffff p{color: var(--black);}
.ws-title-port-ffffff .head-h2-ws{color: var(--ws-color);}
.ws-title-port-ffffff span{color: var(--black);}
.ws-title-port-ffffff span.fw-600{color: var(--ws-color);}
.ws-title-port-ffffff .border-color-ws {border-color: var(--white) !important;}
.ws-title-port-ffffff a{color: var(--black);}
.ws-title-port-ffffff a:hover{color: var(--ws-color);}
.portfolio-box.bg-box-ffffff .portfolio-title:before{color: #000000;}
/*Ciano*/
.ws-title-port-4a8d88 .head-h1-ws, .ws-title-port-4a8d88 p{color: var(--white);}
.ws-title-port-4a8d88 .head-h2-ws{color: #b7dfdc;}
.ws-title-port-4a8d88 span{color: var(--white);}
.ws-title-port-4a8d88 span.fw-600{color: #b7dfdc;}
.ws-title-port-4a8d88 .border-color-ws {border-color: var(--white) !important;}
.ws-title-port-4a8d88 a{color: var(--white);}
.ws-title-port-4a8d88 a:hover{color: var(--black);}
/*Fucsia*/
.ws-title-port-ff214f .head-h1-ws, .ws-title-port-ff214f p{color: var(--white);}
.ws-title-port-ff214f .head-h2-ws{color: var(--black);}
.ws-title-port-ff214f span{color: var(--white);}
.ws-title-port-ff214f span.fw-600{color: var(--black);}
.ws-title-port-ff214f .border-color-ws {border-color: var(--white) !important;}
.ws-title-port-ff214f a{color: var(--white);}
.ws-title-port-ff214f a:hover{color: var(--black);}
/*Rosso*/
.ws-title-port-d90a2c .head-h1-ws, .ws-title-port-d90a2c p{color: var(--white);}
.ws-title-port-d90a2c .head-h2-ws{color: var(--black);}
.ws-title-port-d90a2c span{color: var(--white);}
.ws-title-port-d90a2c span.fw-600{color: var(--black);}
.ws-title-port-d90a2c .border-color-ws {border-color: var(--black) !important;}
.ws-title-port-d90a2c a{color: var(--white);}
.ws-title-port-d90a2c a:hover{color: var(--black);}
/*Tortora*/
.ws-title-port-f6f4f3 .head-h1-ws{color: var(--ws-color);}
.ws-title-port-f6f4f3 p{color: var(--black);}
.ws-title-port-f6f4f3 .head-h2-ws{color: var(--black);}
.ws-title-port-f6f4f3 span{color: var(--black);}
.ws-title-port-f6f4f3 span.fw-600{color: var(--ws-color);}
.ws-title-port-f6f4f3 .border-color-ws {border-color: var(--ws-color) !important;}
.ws-title-port-f6f4f3 a{color: var(--black);}
.ws-title-port-f6f4f3 a:hover{color: var(--ws-color);}
.portfolio-box.bg-box-f6f4f3 .portfolio-title:before{color: #000000;}
/*Grey Blue*/
.ws-title-port-598a96 .head-h1-ws{color: var(--white);}
.ws-title-port-598a96 p{color: var(--white);}
.ws-title-port-598a96 .head-h2-ws{color: var(--black);}
.ws-title-port-598a96 span{color: var(--white);}
.ws-title-port-598a96 span.fw-600{color: #9ee9fb;}
.ws-title-port-598a96 .border-color-ws {border-color: #9ee9fb !important;}
.ws-title-port-598a96 a{color: var(--white);}
.ws-title-port-598a96 a:hover{color: var(--black);}
/*Grey Light*/
.ws-title-port-a8a8a8 .head-h1-ws{color: var(--white);}
.ws-title-port-a8a8a8 p{color: var(--white);}
.ws-title-port-a8a8a8 .head-h2-ws{color: var(--black);}
.ws-title-port-a8a8a8 span{color: var(--white);}
.ws-title-port-a8a8a8 span.fw-600{color: var(--black);}
.ws-title-port-a8a8a8 .border-color-ws {border-color: var(--black) !important;}
.ws-title-port-a8a8a8 a{color: var(--white);}
.ws-title-port-a8a8a8 a:hover{color: var(--black);}
.portfolio-box.bg-box-a8a8a8 .portfolio-title:before{color: #000000;}
/*Green Light*/
.ws-title-port-539868 .head-h1-ws{color: var(--white);}
.ws-title-port-539868 p{color: var(--white);}
.ws-title-port-539868 .head-h2-ws{color: var(--black);}
.ws-title-port-539868 span{color: var(--white);}
.ws-title-port-539868 span.fw-600{color: #01300f;}
.ws-title-port-539868 .border-color-ws {border-color: #01300f !important;}
.ws-title-port-539868 a{color: var(--white);}
.ws-title-port-539868 a:hover{color: var(--black);}
/*Wine*/
.ws-title-port-8e4371 .head-h1-ws{color: var(--white);}
.ws-title-port-8e4371 p{color: var(--white);}
.ws-title-port-8e4371 .head-h2-ws{color: #cd8d9a;}
.ws-title-port-8e4371 span{color: var(--white);}
.ws-title-port-8e4371 span.fw-600{color: #cd8d9a;}
.ws-title-port-8e4371 .border-color-ws {border-color: #cd8d9a !important;}
.ws-title-port-8e4371 a{color: var(--white);}
.ws-title-port-8e4371 a:hover{color: #cd8d9a;}
/*Violet*/
.ws-title-port-463e71 .head-h1-ws{color: var(--white);}
.ws-title-port-463e71 p{color: var(--white);}
.ws-title-port-463e71 .head-h2-ws{color: var(--ws-color);}
.ws-title-port-463e71 span{color: var(--white);}
.ws-title-port-463e71 span.fw-600{color: var(--ws-color);}
.ws-title-port-463e71 .border-color-ws {border-color: var(--ws-color) !important;}
.ws-title-port-463e71 a{color: var(--white);}
.ws-title-port-463e71 a:hover{color: var(--ws-color);}

/* UL LI SERVICE BOX */
.pricing-table-style-05 ul{margin: 0!important; padding: 0!important;}
.pricing-table-style-05 ul li{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: start;
	padding-left: 12% !important;
	padding-bottom: 15px !important;
	padding-right: 12% !important;
	padding-top: 15px !important;
	border-color: var(--extra-medium-gray) !important;
	color: var(--dark-gray);
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.pricing-table-style-05 ul li:before {
    content: "\f26e";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 10px !important;
	height: 20px !important;
	width: 20px !important;
	border-radius: 100% !important;
	background-color: var(--green);
	align-self: center !important;
	justify-content: center !important;
	color: #FFFFFF;
}

/* RESPONSIVE CORREZIONI */
.no-desktop{display: none!important; visibility: hidden!important;}
@media (max-width: 1240px) {
	.no-desktop{display: block!important; visibility: inherit!important;}
	header.sticky .navbar {top:10px;}
}
@media (max-width: 576px) {
	.text-justify {text-align: left!important;}
	.blur-portfolio-cliente{padding-left: 25px!important; padding-right: 25px!important;}
	.page-title-extra-large h1 {font-size: 3.4rem; line-height: 3.4rem;}
	.ws-testo .page-title-extra-large h2 {font-size: 22px; line-height: 22px;}
}






