.banner-area{z-index:1;position:relative;min-height:100vh;background-size:cover;background-position:top center;padding:30px 0;}
.banner-owl .owl-dots{margin-top:0!important;margin-bottom:0!important;position:absolute;bottom:-5px;z-index:3;width: 100%;text-align:center;}
.banner-owl .owl-dots .owl-dot span{-webkit-transition:.7s;transition:.7s;margin:0 4px;position:relative;z-index:1;border-radius:50% 50% 0 0;display:block;width:14px;height:10px;}
.banner-owl .owl-dots .owl-dot.active span{background-color:var(--mainColor)!important;opacity:.5}
.banner-owl .owl-dots .owl-dot:hover span{background-color:var(--mainColor)!important;opacity:1;}

.spana{padding:5px 10px;border:1px solid rgba(255,255,255,.8);color:#fff;font-size:16px;text-transform: uppercase;position:relative;transition: all ease-in-out .4s;min-width:150px;}
.spana:hover{color:var(--mainColor);}
.spana::before{content:'';position: absolute;left:0;bottom:0;width:100%;height:0;background:#fff;transition: all ease-in-out .3s;z-index:-1;}
.spana:hover::before{height:100%;}

@media only screen and (min-width:768px) and (max-width:991px) {
.banner-area{overflow:hidden;min-height:90vh;}
}
@media only screen and (max-width:767px) {
.banner-content-holder .container{padding-top:100px;}
.banner-area{overflow:hidden;min-height:80vh;padding:50px 0}
.spana{padding: 9px 15px;min-width: 120px;font-size:16px;}
}
@media only screen and (max-width:575px) {
.banner-area{overflow:hidden;min-height:85vh;padding:30px 0}
.spana{padding:8px 8px;min-width:86px;font-size:16px;}
}
.pateron .ptpt + .ptpt{border-left:2px solid rgba(255,255,255,.05);}

.glowy{position:relative;color:#2d2a32;width:100%;font-weight:bold;text-align:center;-webkit-box-reflect:below 1px linear-gradient(transparent,#0002);outline:none;animation:animate 5s linear infinite;animation-delay:1s}
@keyframes animate {
0%,18.1%,20%,55%,60%,90%,92%{color:#2d2a32;text-shadow:none}
18%,20.1%,55.1%,60.2%,90.1%,92.2%,100%{color:#ffff;text-shadow:0 0 10px #f0cb41,0 0 20px #f0cb41,0 0 40px #212529,0 0 60px #f0cb41,0 0 80px #212529,0 0 140px #f0cb41}
}