body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #3D3D3D;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body ::selection {
background: #EBFEFF;
opacity: 90%;
color: black;
background-blend-mode: overlay;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.mr-2 {
   color: #3ec4c9;
}

.mr-3 {
   color: #3C4849;
}
.mr-x {
   color: #3ec4c9;
}
.mr-x-timer {
  font-size: 28px;
  color: #3ec4c9;
}
.text-progetto {
  font-size: 18px;
  color: #a2a6af;
}
.titolo-progetto {
  color: #3ec4c9;
}
a {
  color: #3ec4c9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #3D3D3D;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
}

.btn .fa, a.btn .fa {
  margin-right: 5px;
}

.btn:focus, a.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-cta, a.btn-cta {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 30px;
}

.btn-primary {
  background: #47c2c9;
  border: 1px solid #47c2c9;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover {
  background: #47c2c9;
  color: #fff;
  border: 1px solid #47c2c9;
}

.btn-primary-social1 {
  border: 0px solid #fff;
  color: #47c2c9;
}

.btn-primary-social1:hover {
  border: 0px solid #fff;
  color: #47c2c9;
}
    
.btn-primary-social {
  border: 0px solid #47c2c9;
  color: #93B0CA;
    margin-right: 10px;
    margin-left: 2px;
    padding-top: 20px;
}

.btn-primary-social:hover {
  border: 0px solid #47c2c9;
  color: #ffbf00;
}

.btn-primary-social:focus, .btn-primary-social:active {
  border: 0px solid #47c2c8;
  color: #3ec4c9;
}

.btn-inverse {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  color: #fff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 0.5px solid transparent;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: rgba(192, 192, 192, 0.9);
  border: none;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.carousel-indicators li:hover {
  background-color: rgba(225, 165, 0, 0.5);
  border: none;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.carousel-indicators li.active {
  background-color: #47c2c9;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 8px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 40;
  height: 55px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(245, 255, 250, 1.9);
  -moz-box-shadow: 0 0 4px rgba(245, 255, 250, 1.9);
  box-shadow: 0 0 4px rgba(245, 255, 250, 1.9);
}

.header.header-scrolled a {
  color: #000;
}

.header.header-scrolled .logo {
  color: #fff;
  padding-top: 12px;
}

.header.header-scrolled .logo .logo-icon-wrapper {
  background: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
    
}

.header.header-scrolled .logo .logo-icon {
  width: 35px;
  height: 35px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 0;
    
}

.header.header-scrolled .main-nav .nav .nav-link {
  color: #131313;
}

.header.header-scrolled .main-nav .nav .nav-link:hover {
  color: #47c2c9;
}

.header.header-scrolled .main-nav .nav .nav-link.active {
  color: #4ec3c9;
  border-bottom: 1px solid #4ec2c9;
}

.header a {
  color: #000;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header a:hover {
  text-decoration: none;
}

.header .logo {
  margin: 0;
  display: inline-block;
  opacity: 80%;
  float: left;
  font-size: 28px;
  padding-top: 15px;
}

.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: inline-block;
  display: inline-block;
  top: -3px;
}

.header .logo .logo-icon {
  width: 35px;
  height: 35px;
}

.header .logo .highlight {
  font-weight: 800;
}

.main-nav {
  margin-top: 6px;
}

.main-nav .navbar-toggler {
  margin-right: 0px;
  margin-top: 0px;
  background: none;
  position: absolute;
  padding: 8px 10px;
  right: 10px;
  top: 10px;
  background: rgba(72, 194, 201, 0.8);
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
}

.main-nav .nav .nav-item .nav-link {
  color: rgba(10, 10, 10, 1.65);
  font-weight: 1100;
}

.main-nav .nav .nav-item .nav-link:active {
  position: relative;
  background: none;
  color: #000;
}

.main-nav .nav .nav-item .nav-link:hover {
  color: #3ec4c9;
  background: none;
}

.main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}

.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link {
  padding: 15px;
}

.footer {
  background-color: #030B18;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  margin-bottom:-150px;
  width:100%;
  padding: 15px 0;
}

.footer a {
  color: #47c2c9;
}

.hero-section {
  min-height: 560px;
  background: #fff;
  position: relative;
}

.hero-section .figure-holder-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.hero-section .figure-holder {
  position: relative;
  height: 560px;
  width: 100%;
}

.hero-section .figure-holder .figure-image {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 10;
}
.figure-notebook {
    position: relative;
    bottom: 0;
    right: 15px;
	z-index: 11;
	width: 500px;
	height: 287px;
	background-size: 100%;
	background-image: url("../images/rollway-cardano-stake-pool-tutorial.png");
    background-repeat: no-repeat;
}

.figure-notebookX {
  position: relative;
  bottom: 0;
  right: 15px;
z-index: 11;
width: 390px;
height: 280px;
background-size: 80%;
  background-repeat: no-repeat;
}

.figure-notebook2 {
    position: relative;
    bottom: -14px;
    right: -60px;
	z-index: 19;
	margin-top: 351;
    width: 381px;
	height: 243px;
	background-size: cover;
    background-size: contain;
    background-position: center;
    background-image: url("../images/play-stake-pool-tutorial.png");
       -webkit-filter: brightness(100%);
       -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
       -ms-transition: all 1s ease;
       transition: all 1s ease;
}
.figure-notebook2:hover {
    -webkit-filter: blur(7px);
       -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
       -ms-transition: all 1s ease;
       transition: all 1s ease;
    -webkit-filter: brightness(120%);
} 

@media only screen and (max-width: 705px) {
    .figure-notebook2 {
    background-position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 388px;
    bottom: -15px;
    right: -57px;
        }
    } 

@media only screen and (max-width: 600px) {
    .figure-notebook2 {
    background-position: relative;
    background-size: 98%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: -12px;
    right: -79px;
        }
    }
@media only screen and (max-width: 574px) {
    .figure-notebook2 {
    background-position: relative;
    background-size: 84%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: -12px;
    right: -45px;
        }
    }
@media only screen and (max-width: 540px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: -12px;
    right: -81px;
        }
    }
@media only screen and (max-width: 414px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 9px;
    right: -35px;
        }
     }
@media only screen and (max-width: 412px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 9px;
    right: -35px;
        }
     }
    @media only screen and (max-width: 393px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 77%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 25px;
    right: -25px;
        }
         }
    @media only screen and (max-width: 390px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 25px;
    right: -25px;
        }
         }
    @media only screen and (max-width: 384px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 84%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 20px;
    right: -21px;
        }
         }
    @media only screen and (max-width: 375px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 82%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 21px;
    right: -17px;
        }
         }
    @media only screen and (max-width: 361px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 74%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 29px;
    right: -9px;
        }
         }
@media only screen and (max-width: 321px) {
    .figure-notebook2 {
    background-position: center;
    background-size: 74%;
    background-repeat: no-repeat;
    width: 342px;
    bottom: 29px;
    right: 2px;
         }
    
    }  
@media screen and (max-width: 500px) {
    .figure-notebook2 .figure-notebook {
    display: none;
        }
    }  
 
.text-rollway-approfondimento {
    word-spacing: 18px;
}

.hero-carousel {
  height: 560px;
  color: #f7f7f7;
}

.hero-carousel .carousel-inner .carousel-item {
  height: 560px;
  background-position: center center;
}

.hero-carousel .carousel-inner .item-1 {
  background-image: url("../images/riceverai-ricompense-ADA.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-2 {
  background-image: url("../images/perchè-cardano.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-3 {
  background-image: url("../images/mobile-wallet-delegare.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-4 {
  background-image: url("../images/loghi-progetti-cardano/progetti-su-cardano-ADA.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-carousel .carousel-inner .intro {
  font-size: 18px;
}

.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 15px;
}

.about-section {
  padding-top: 90px;
}

.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-section .items-wrapper {
  margin-bottom: 60px;
}

.about-section .items-wrapper .figure-holder {
  margin-bottom: 15px;
  vertical-align: bottom;
}

.about-section .items-wrapper .figure-image {
  max-width: 220px;
}

.about-section .items-wrapper .item-inner {
  padding: 30px;
}

.about-section .items-wrapper .item-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.about-section .items-wrapper .item-desc {
  color: #616670;
}

.technologies {
  margin-bottom: 30px;
}

.technologies .list-inline-item {
  margin-right: 15px;
}

.technologies .list-inline-item:last-child {
  margin-right: 0;
}

.location {
  background: #40babd;
}

.location-inner {
  padding: 60px 30px;
  position: relative;
  max-width: 800px;
}

.location-inner .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}

.location-inner .profile-image {
  display: inline-block;
  margin: 0 auto;
}

.location-inner .quote {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-left: 130px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px;
}

.location-inner .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.1);
}

.location-section {
  padding-top: 610px;
  padding-bottom: 130px;
  background: #3ec4c9;
  background-image: url("../images/map.png");
  background-image: url("../images/mappa-location-rollway-cardano-stake-pool.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% cover;
  color: #fff;
    
}

@media only screen and (max-width: 767px) {
    .location-section {
    background-size: 100%;
    padding-top: 290px;
    padding-bottom: 0px;
}
}  

.location-section .section-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

.location-section .item {
  position: relative;
  max-width: 800px;
  padding: 7px;
}

.location-section .item:last-child {
  margin-bottom: 0;
}

.location-section .item.item-reversed .profile-holder {
  left: inherit;
  right: 30px;
}

.location-section .item.item-reversed .quote {
  margin-left: 0;
  margin-right: 105px;
}

.location-section .item.item-reversed .quote:before {
  left: inherit;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  border-right: inherit;
}

.location-section .item .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}

.location-section .item .profile-image {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.location-section .item .quote {
  opacity: 70%;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-left: 105px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 30px;
}

.location-section .item .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

.location-section .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}

.features-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.features-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.features-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.features-section .intro a {
  color: #797f90;
}

.features-section .intro a:hover {
  color: #494d55;
}

.feature-nav {
  text-align: center;
  margin-bottom: 30px;
}

.feature-nav .nav-link {
  position: relative;
  background: none;
  padding: 10px 0;
  color: #616663;
  font-size: 16px;
}

.feature-nav .nav-link:hover {
  background: none;
  color: #47c2c9;
}

.feature-nav .nav-link .svg-inline--fa {
  margin-right: 15px;
  width: 20px;
  font-size: 30px;
  position: relative;
  top: -2px;
}

.feature-nav .nav-link .active {
  color: #47c2c9;
  background: none;
  font-weight: bold;
}

.pricing-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pricing-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.pricing-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.pricing-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-wrapper .item {
  margin-bottom: 30px;
}

.pricing-wrapper .item-inner {
  color: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3ec4c9;
  height: 100%;
}

.pricing-wrapper .item-inner a {
  color: rgba(0, 0, 0, 0.4);
}

.pricing-wrapper .item-1 .item-inner {
  background: #75c181;
}

.pricing-wrapper .item-2 .item-inner {
  background: #58bbee;
}

.pricing-wrapper .item-3 .item-inner {
  background: #F8A13F;
}

.pricing-wrapper .item-heading {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}

.pricing-wrapper .item-heading-desc {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  line-height: 3;
}

.pricing-wrapper .price-figure {
  font-size: 46px;
  margin-bottom: 15px;
}

.pricing-wrapper .price-figure .currency {
  vertical-align: super;
  font-size: 26px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.pricing-wrapper .price-figure .number {
  font-weight: 500;
}

.pricing-wrapper a.btn-inverse {
  color: #fff;
}

.team-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}

.team-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.section-title1 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.team-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.team-section .story {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 800px;
}

.team-section .profile-image {
  width: 120px;
  height: 120px;
}

.team-section .members-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.team-section .item-inner {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}

.team-section .member-name {
  font-size: 18px;
  font-weight: 700;
  color: #3ec4c9;
}

.team-section .member-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #616670;
}

.team-section .social {
  margin-bottom: 30px;
}

.team-section .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  padding-top: 3px;
  color: #fff;
}

.team-section .social a.google {
  background: #dd4b39;
}

.team-section .social a.google:hover {
  background: #d73925;
}

.team-section .social a.twitter {
  background: #55acee;
}

.team-section .social a.twitter:hover {
  background: #3ea1ec;
}

.team-section .social a.facebook {
  background: #3b5998;
}

.team-section .social a.facebook:hover {
  background: #344e86;
}

.team-section .social a.linkedin {
  background: #1E6FBA;
}

.team-section .social a.linkedin:hover {
  background: #1a62a4;
}

.team-section .social a.github {
  background: #444;
}

.team-section .social a.github:hover {
  background: #373737;
}

.team-section .social a.dribbble {
  background: #EC4D8B;
}

.team-section .social a.dribbble:hover {
  background: #ea367c;
}

.team-section .social a.medium {
  background: #1a1a1a;
}

.team-section .social a.medium:hover {
  background: #000;
}

.contact-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #020A18;
  background-image: url("../images/contatti-ADA-stake-pool.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.contact-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.footer-menu-navigation {
  background-image: url("../images/sfondomenu.svg");
  padding-top: 0px;
  font-size: 15px;
  font-weight: 10;
}

.text-title-footer {
  color: #7CBABC;
  margin-bottom: 15px;
}
.btn-footer {
  border: 0px solid #47c2c9;
  color: #B5D4EF;
}

.btn-footer:hover {
  border: 0px solid #47c2c9;
  color: #ffbf00;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgba(250, 253, 255, 1.95);
    z-index: 40;
  }
        
  .header.header-scrolled .main-nav .nav .nav-link.active {
    color: #47c2c9;
    border: none;
  }
    
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    padding-top: 100px;
  }
  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 0;
    top: inherit;
    right: inherit;
    left: 15px;
    max-width: 320px;
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    height: 660px;
  }
  .hero-section .carousel-inner {
    height: 660px;
  }
  .hero-carousel .carousel-inner .item {
    height: 660px;
  }
  .location-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .location-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .location-section .item.item-reversed .quote {
    margin-right: 85px;
  }
}

@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .hero-section .figure-holder .figure-image {
    width: 360px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .main-nav .nav .nav-item {
    margin-right: 29px;
  }
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 220px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
}
.immagine {
  max-width: 237px;
  background-color: #000;
}
@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 670px;
    bottom: 0;
    top: inherit;
  }
}
@media screen and (min-width: 476px) {
  .img-svg {
  max-height: 400px;
  display: block; 
  text-align: center;
  }
}
@media screen and (min-width: 668px) {
  .img-svg {
   max-height: 400px;
   display: block; 
   text-align: center;
  }

}

@media screen and (min-width: 992px) {
  .img-svg {
   max-height: 385px;
   display: block; 
   text-align: center;
  }

}

@media screen and (min-width: 1200px) {
  .img-svg {
    max-height: 475px;
	display: block; 
    text-align: center;
    margin-bottom: 30px;
  }
	
	}

.icon-svg {
    display: center;
  
  }
    

@media screen and (min-width: 1200px) {
.icon-svg {
    max-width: 155px;
      max-height: 155px;
    display: center; 
    text-align: center;
  }
    
}

@media screen and (max-width: 1200px) {
.icon-svg {
    max-width: 150px;
    max-height: 150px;
    display: center; 
    text-align: center;
  }
    
}

@media screen and (max-width: 992px) {
.icon-svg {
     max-width: 150px;
     max-height: 150px;
     display: center;
     text-align: center;
  
  }
    
    }

@media screen and (max-width: 668px) {
.icon-svg {
	 max-width: 150px;
      max-height: 150px;
    display: center;
    text-align: center;
  
  }
    
    }
@media screen and (max-width: 568px) {
.icon-svg {
    max-width: 75px;
    max-height: 75px;
    display: center;
    text-align: center;
  
  }
    
    }
@media screen and (max-width: 468px) {
.icon-svg {
	max-width: 55px;
    display: center;
    text-align: center;
  
  }
    
    }
    
@media screen and (max-width: 376px) {
.icon-svg {
    max-width: 55px;
    display: center;
    text-align: center;
  
  }
    
    }

.modal-backdrop {
    background-image: url("../images/riceverai-ricompense-ADA.svg");
    background-repeat: no-repeat;
 }

.modal-footer {
    background-color: #020A18;
 }

.modal-header {
    background-color: #020A18;
    text-decoration-color: #3ec4c9;
 }

.modal-body {
   background-color: #fff;
 }


.isafe {
    max-width: 130px;
    display: center;
    text-align: center;
  
  }
   
.access {
    max-width: 190px;
    display: center;
    text-align: center;
  
  }
.innerx {
  position: relative;
  left: -30px;
  top: 0px;
  width: 80%;
  height: 100%;
  }
  .innerxd {
    position: relative;
    top: 25px;
    }
.icon-svg-lemon:hover, .icon-svg-lemon:focus, .icon-svg-lemon:active {
	filter: grayscale(70%) sepia(100%) hue-rotate(4deg) saturate(10);
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
       -ms-transition: all 2s ease;
       transition: all 2s ease;
}
.icon-svg-eco:hover, .icon-svg-eco:focus, .icon-svg-eco:active {
	filter: contrast(110%) hue-rotate(110deg) brightness(1);
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
       -ms-transition: all 2s ease;
       transition: all 2s ease;
}
.icon-svg-access:hover, .icon-svg-access:focus, .icon-svg-access:active {
	filter: grayscale(100%) sepia(100%) hue-rotate(205deg) saturate(15);
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
       -ms-transition: all 2s ease;
       transition: all 2s ease;
}
.icon-svg-safe:hover, .icon-svg-safe:focus, .icon-svg-safe:active {
	filter: grayscale(71%)  hue-rotate(700deg) saturate(17)
    brightness(1);
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
       -ms-transition: all 2s ease;
       transition: all 2s ease;
}
.icon-svg-tecnology:hover, .icon-svg-tecnology:focus, .icon-svg-tecnology:active {
	filter: grayscale(22%)  hue-rotate(1477deg) saturate(7)
    brightness(0.9);
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
       -ms-transition: all 2s ease;
       transition: all 2s ease;
}
.icon-svg-comunity:hover, .icon-svg-comunity:focus, .icon-svg-comunity:active {
	filter: grayscale(70%) sepia(50%) hue-rotate(163deg) saturate(5);
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
       -ms-transition: all 2s ease;
       transition: all 2s ease;
}
.icon-svg-standard:hover, .icon-svg:focus, .icon-svg:active {
	filter: grayscale(71%)  hue-rotate(0deg) saturate(5)
    brightness(1);
    -webkit-transition: all 2s ease;
       -moz-transition: all 2s ease;
       -o-transition: all 2s ease;
       -ms-transition: all 2s ease;
       transition: all 2s ease;
}
#button {
  display: inline-block;
  background-color: hsl(181, 100%, 44%);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: rgb(2, 4, 19);
}
#button:active {
  background-color: rgb(89, 182, 196);
}
#button.show {
  opacity: 0.8;
  visibility: visible;
}

.content {
  width: 50%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #ff8dfd;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 33%;
  }
  #button {
    margin: 10px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #ff6cfa;
  }
  .section-50 {
    padding: 50px 0;
}

.m-b-50 {
    margin-bottom: 50px;
}

.dark-link {
    color: #333;
}

.heading-line {
    position: relative;
    padding-bottom: 5px;
}

.heading-line:after {
    content: "";
    height: 4px;
    width: 75px;
    background-color: #820486;
    position: absolute;
    bottom: 0;
    left: 0;
}

.notification-ui_dd-content {
    margin-bottom: 30px;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #c8c8c8;
}

.notification-list .notification-list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notification-list .notification-list_content .notification-list_img img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
    height: 150px;
    width: 150px;
    border-radius: 5px;
    margin-left: 20px;
}
@media screen and (max-width: 668px) {
  .notification-list_feature-img img{
     max-width: 50px;
     max-height: 50px;
    display: center;
    text-align: center;
    }
    @media screen and (max-width: 668px) {
      .notification-list_img img{
         max-width: 0px;
         max-height: 0px;
        display: none;
        }
.carousel-1 {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel-1 .item {
  color: #050828;
  min-height: 325px;
  opacity: 1;
    text-align: center;
  overflow: hidden;
}
.carousel-1 .thumb-wrapper {
  padding: 25px 15px;
  background: rgb(233, 249, 253);
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.thumb-wrapper:hover {
  filter: grayscale(200%) hue-rotate(190deg) saturate(10) brightness(1);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
cursor: pointer;
}
.thumb-wrapper:active {
color: #050828;  
}

.carousel-1 .item .img-box {
  height: 120px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.carousel-1 .item img {	
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}


.star-rating li {
  padding: 0;
}
.star-rating i {
  font-size: 10px;
  color: #3ec4c9;
}