@charset "utf-8";

html{
  scroll-behavior: smooth;
}


	#intro {
		background: url("../../images/aboutus/smartbrella_l_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}


	#one {
		background: url("../../images/products/smartbrella_sh_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}


	#two {
		background: url("../../images/products/vegetabrella_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}


	#three {
		background: url("../../images/products/miniature_bg.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

	#four {
		background: url("../../images/products/sensu.jpg");
		background-size: 1920px 1100px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

p.cap{
   margin: -20px 0 10px 0;
}

.btn-gradient-radius {
  display: inline-block;
  margin-bottom: 40px;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 100px;
  background: #FFF;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #BCAA6D;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

