body.widget-snippet section.banner::after {
  display:none;
}
body.widget-snippet section.banner .content a.button, body.widget-snippet section.banner {
  z-index: unset;
}
.widget.widget-snippet.home-banner{
  overflow: hidden;
}
section.banner {
  background: url("/resources/4e387312/albums/album-3/banner-pic.jpg?20210505123914358+1000");
  width: 100vw;
  height: 1180px;
  padding: 0 !important;
  text-align: left;
  background-position: center;
	background-size: cover;
  position: relative;
  z-index: 0;
}
section.banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 35%, rgba(0,212,255,0) 100%);
}
section.banner .content-are{
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  height: 100%;
}
section.banner .content {
    max-width: 770px;
  position: absolute;
  content: "";
  bottom: 170px;
}
section.banner .content h1 {
  font-size: 61px;
  font-weight: 800;
  font-family: 'Abhaya Libre';
  line-height: 61px;
  color: #fff;
}
section.banner .content a.button {
  padding: 11px 0;
  background: transparent;
  color: #fff;
  max-width: 250px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 50px;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 30px;
  letter-spacing: 1px;
  transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s;
  z-index: 1;
  position: relative;
}
section.banner .content a.button:hover {
    background:#fff;
    color:#30303c
}
div.go-to-next {
  margin:-140px auto 0;
}
div.go-to-next a{
    margin: 0 auto;
    display: block;
    width: 150px;
    border: 0;
    text-align: center;
    height: 140px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #d0d0d0;
    background-image: url(/template/4e387312/images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 60px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    text-decoration: none;
    position: relative;
}
div.go-to-next a:active, div.go-to-next a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  color: #fff;
}
@media (max-width: 1199px) {
  section.banner {
    width: 100vw;
    height: 768px;
}
section.banner .content-are {
    padding: 40px;
}
section.banner .content h1 {
    font-size: 50px;
    line-height: 50px;
}
section.banner .content a.button  {
    padding: 11px 0;
    max-width: 220px;
    font-size: 20px;
}
section.banner .content {
    max-width: 770px;
    position: absolute;
    content: "";
    bottom: 100px;
}
div.go-to-next {
  margin:-90px auto 0;
}
div.go-to-next a{
  height: 90px;
  font-size: 15px;
  background-size: 50px;
}
}


@media (max-width: 991px) {
  section.banner {
    width: 100vw;
    height: 1024px;
}
section.banner .content {
    bottom: 150px;
}
}

@media (max-width: 767px) {
  section.banner {
    width: 100vw;
    height: 768px;
}
section.banner .content-are {
    padding: 20px;
   text-align: center
}
section.banner .content h1 {
    font-size: 24px;
    line-height: 28px;
}
  section.banner .content h1 br{
    display: none;
  }
section.banner .content a.button  {
    padding: 8px 0;
    max-width: 170px;
    font-size: 15px;
  margin: 20px auto 0;
}
section.banner .content {
    max-width: 90%;
    position: absolute;
    content: "";
    bottom: 140px;
}
div.go-to-next {
  margin:-90px auto 0;
}
div.go-to-next a{
  height: 90px;
  font-size: 14px;
  background-size: 40px;
}
}
