.banner_gallery {
    background: url(../images/home-banner-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    max-height: 1200px;
    height: 657px;
}
.gallery .nav-pills .nav-link {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* padding: 58px 0 0 37px; */
    background-color: #007bff;
    color: #fff;
    margin-top: 20px;
    display: flex;
    background-image: radial-gradient(#7c32ffc2, #7c32ffbf ,#1bafceb3, #b336e300);
}
.gallery .nav-pills .nav-link p {
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.gallery_page header{
    box-shadow: none;
}
.gallery_page  #cloud{
    left: 10px;
    right: inherit;
}
.gallery_page .nav_word {
    margin-left: 8px;
    width: 19%!important;
    padding-top: 30px;
}
.gallery .nav-icon span {
    background: #ffffff;
}
.banner_gallery h4{
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}
.banner_gallery_content{
    padding: 50px;
}
/* .gallery .owl-carousel .owl-item img {
    margin: 36px;
} */

.mt--160 {
    /* margin-top: -160px; */
    transform: translateY(-160px);
}

.mt--260 {
    /* margin-top: -260px; */
    transform: translateY(-260px);
}
.gallery p {
    max-width: 300px;
}
.top-text {
    position: absolute;
    top: -30px;
    right: 15px;
    background: #828bb2;
    padding: 8px;
    text-align: center;
    background-image: linear-gradient(to right, #129fdc , #b336e338);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.top-text p {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 8px;
}
div#v-pills-tabContent {
    margin-top: 15%;
}
#v-pills-messages , #v-pills-settings{
    margin-top: 35%;
}
 .text {
    left: 48%;
    top: 68%;
    min-width: 250px;
}
.text h4 {
    margin-bottom: 15px;
}
.primary-btn {
    background: 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.gallery img{
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.75);
}
.mt--360{
    margin-top: -200px;
}
.mt--60{
    margin-bottom: 40px;
}





/* ANIMATED TEXT */

#banner_gallery h1 {
    font-size: 60px;
    color: #ff9d5c;
    padding: 1em;
    /* border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2); */
    position: absolute;
    top: 35%;
}

#banner_gallery h1 span {
	 display: inline-block;
	 max-width: 20px;
	 animation: flows 2s ease-in-out infinite;
}
 @keyframes flows {
	 50% {
		 color: #fff;
		 text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
	}
}
#banner_gallery h1 span:nth-child(1) {
	 animation-delay: 0.2s;
}
#banner_gallery h1 span:nth-child(2) {
	 animation-delay: 0.4s;
}
#banner_gallery h1 span:nth-child(3) {
	 animation-delay: 0.6s;
}
#banner_gallery  h1 span:nth-child(4) {
	 animation-delay: 0.8s;
}
#banner_gallery h1 span:nth-child(5) {
	 animation-delay: 1s;
}
#banner_gallery h1 span:nth-child(6) {
	 animation-delay: 1.2s;
}
#banner_gallery h1 span:nth-child(7) {
	 animation-delay: 1.4s;
}
#banner_gallery h1 span:nth-child(8) {
	 animation-delay: 1.6s;
}
#banner_gallery h1 span:nth-child(9) {
	 animation-delay: 1.8s;
}
#banner_gallery h1 span:nth-child(10) {
	 animation-delay: 2s;
}
#banner_gallery h1 span:nth-child(11) {
	 animation-delay: 2.2s;
}
#banner_gallery h1 span:nth-child(12) {
	 animation-delay: 2.4s;
}
#banner_gallery h1 span:nth-child(13) {
	 animation-delay: 2.6s;
}
#banner_gallery h1 span:nth-child(14) {
	 animation-delay: 2.8s;
}
#banner_gallery h1 span:nth-child(15) {
	 animation-delay: 3s;
}
#banner_gallery h1 span:nth-child(16) {
	 animation-delay: 3.2s;
}
#banner_gallery h1 span:nth-child(17) {
	 animation-delay: 3.4s;
}
#banner_gallery h1 span:nth-child(18) {
	 animation-delay: 3.6s;
}
#banner_gallery h1 span:nth-child(19) {
	 animation-delay: 3.8s;
}
#banner_gallery h1 span:nth-child(20) {
	 animation-delay: 4s;
}
#banner_gallery h1 span:nth-child(21) {
	 animation-delay: 4.2s;
}
#banner_gallery h1 span:nth-child(22) {
	 animation-delay: 4.4s;
}
#banner_gallery h1 span:nth-child(23) {
	 animation-delay: 4.6s;
}
#banner_gallery h1 span:nth-child(24) {
	 animation-delay: 4.8s;
}
#banner_gallery h1 span:nth-child(25) {
	 animation-delay: 5s;
}
#banner_gallery h1 span:nth-child(26) {
	 animation-delay: 5.2s;
}
#banner_gallery h1 span:nth-child(27) {
	 animation-delay: 5.4s;
}
 
.gallery_page footer{
    background: url(../images/footer-bg1.png);
    margin-top: 0;
    padding-top: 25px;
    height: 89vh;
}
.gallery_page .nav-icon span{
    background: #FFF;
}
.gallery_page  footer .row {
    top: 310px;
}


.view_more_gallery{
    background-color: teal;
    padding: 7px 0;
    text-align: center;
    margin: auto;
    width: 17%;
    color: #fff;
    display: block;
    border-radius: 25px;
    background-image: radial-gradient(#7c32ffc2, #7c32ff42 ,#1bafceb3, #b336e300);
}


  
 .banner_gallery h4 {
    position: relative;
    font-family: 'Calistoga', cursive;
    text-transform: uppercase;
    font-size: 4em;
    letter-spacing: 4px;
    overflow: hidden;
    background:linear-gradient(90deg, #9c9a9a, #fff, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  .banner_gallery.teater  h4{
    font-size: 2.5em;
    animation: animate 10s linear infinite;
  }
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }

