@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

html,
body {
  background-image: url(../images/background/color-wave.svg);
  background-size: 1424.5px 1654.4px;
  background-position: bottom -14rem right -15rem;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-color: #151418;
  font-family: "Poppins", sans-serif;
  min-height: 100%;
  scroll-behavior: smooth;
}

html {
  height: 100%;
}

ul,
ul li {
  text-decoration: none;
  list-style-type: none;
}

li:not(:last-child) {
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-stretch: normal;
}

h1 {
  font-weight: bold;
  font-size: 80px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
}

h2 {
  font-weight: bold;
  font-size: 63px;
  line-height: 1.54;
  letter-spacing: normal;
  color: #ffffff;
}

h3 {
  font-weight: 600;
  font-size: 58px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #ffffff;
}

h4 {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}

h5 {
  font-weight: 550;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.08px;
  color: #ffffff;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  color: #ffffff;
}

p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ffffff;
}

p.sub-label {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #ffffff;
}

.figcaption {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.07px;
  color: rgba(20, 20, 20, 0.5);
}

.h-90 {
  height: 90% !important;
}

.col-white {
  color: #ffffff;
}

.col-pure-green {
  color: #ff0f0f;
}

.col-bright-pink {
  color: #53bda9;
}

.col-pure-dark-blue {
  color: #5993cc;
}

.col-dark-grey {
  color: #888888 !important;
}

.col-very-dark-grey {
  color: #707070;
}

.col-pure-light-blue {
  color: #69d0e8;
}

.col-pure-light-green {
  color: #50c778;
}

.btn {
  font-weight: 500;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}

.primary-btn {
  border: solid 2px #ffffff;
  color: #ffffff;
  background: transparent;
  border-radius: 10px;
  -moz-user-select: none;
  padding: 15px 41px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.primary-btn:hover {
  z-index: 2;
  color: #000000;
}

.primary-btn::before {
  color: #000000 !important;
  border: solid 2px #ffffff;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 120%;
  height: 120%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.primary-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
}

.primary-btn:focus,
.primary-btn:checked {
  color: #000000;
  border-color: #b2b2b2;
  background-color: #b2b2b2;
}

.secondary-btn {
  border: solid 2px #ff0f0f;
  color: #ffffff;
  background-color: #ff0f0f;
  border-radius: 10px;
  -moz-user-select: none;
  padding: 15px 25px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.secondary-btn:hover {
  z-index: 2;
  color: #ffffff;
  border: solid 2px #53bda9;
}

.secondary-btn::before {
  color: #ffffff;
  border: solid 2px #53bda9;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 120%;
  height: 120%;
  cursor: pointer;
  background-color: #53bda9;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.secondary-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
}

.secondary-btn:focus,
.secondary-btn:checked {
  color: #ffffff;
  border-color: #53bda9;
  background-color: #53bda9 !important;
}

.submit-btn {
  border: solid 2px #4a7fb4;
  color: #ffffff;
  background-color: #4a7fb4;
  border-radius: 10px;
  -moz-user-select: none;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.submit-btn:hover {
  z-index: 2;
  color: #ffffff;
  border: solid 2px #50b1c7;
}

.submit-btn::before {
  color: #ffffff;
  border: solid 2px #50b1c7;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 120%;
  height: 120%;
  cursor: pointer;
  background-color: #50b1c7;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.submit-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
}

.submit-btn:focus,
.submit-btn:checked {
  color: #ffffff;
  border-color: #50b1c7;
  background-color: #50b1c7 !important;
}

.booking-btn {
  border-radius: 10px;
  -moz-user-select: none;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.booking-btn:hover {
  z-index: 2;
}

.booking-btn::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 120%;
  height: 120%;
  cursor: pointer;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

.booking-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
}

.post-booking-btn {
  border: solid 2px #50b1c7;
  color: #ffffff;
  background-color: #50b1c7;
}

.post-booking-btn:hover {
  color: #ffffff;
  border: solid 2px #4a7fb4;
}

.post-booking-btn::before {
  color: #ffffff;
  border: solid 2px #4a7fb4;
  background-color: #4a7fb4;
}

.post-booking-btn:focus,
.post-booking-btn:checked {
  color: #ffffff;
  border-color: #4a7fb4;
  background-color: #4a7fb4 !important;
}

.studio-booking-btn {
  border: solid 2px #ff0f0f;
  color: #ffffff;
  background-color: #ff0f0f;
}

.studio-booking-btn:hover {
  color: #ffffff;
  border: solid 2px #53bda9;
}

.studio-booking-btn::before {
  color: #ffffff;
  border: solid 2px #53bda9;
  background-color: #53bda9;
}

.studio-booking-btn:focus,
.studio-booking-btn:checked {
  color: #ffffff;
  border-color: #53bda9;
  background-color: #53bda9 !important;
}

.outside-booking-btn {
  border: solid 2px #4a7fb4;
  color: #ffffff;
  background-color: #4a7fb4;
}

.outside-booking-btn:hover {
  color: #ffffff;
  border: solid 2px #50b1c7;
}

.outside-booking-btn::before {
  color: #ffffff;
  border: solid 2px #50b1c7;
  background-color: #50b1c7;
}

.outside-booking-btn:focus,
.outside-booking-btn:checked {
  color: #ffffff;
  border-color: #50b1c7;
  background-color: #50b1c7 !important;
}

.negative-column-margin-15 {
  margin-top: -15%;
}

.negative-column-margin-5 {
  margin-top: -5%;
}

.thumb-grow {
  transition: all 0.2s ease-in-out;
}

.thumb-grow:hover {
  transform: scale(1.07);
  text-decoration: none;
}

.thumb-grow-small {
  transition: all 0.2s ease-in-out;
}

.thumb-grow-small:hover {
  transform: scale(1.02);
  text-decoration: none;
}

/*========== Main menu ==========*/
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 2.5rem;
}

.navbar .navbar-nav a {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

/*========== Mobile menu ==========*/
.navbar-dark .navbar-toggler {
  padding: 0.75rem 0.75rem 0.25rem 0.75rem;
  border-color: rgb(21, 20, 24);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*Soundwave*/
.soundwave {
  z-index: -1;
}

/*========== Hero Section ==========*/
.hero-section {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 45%;
}

.hero-section h1 {
  text-transform: uppercase;
}

/*========== Service Section ==========*/

/*Service Section heading*/
.service-section {
  margin-top: -10rem;
}

.service-section h2 {
  text-transform: uppercase;
}

/*Navigation Tabs*/
.nav-tabs {
  border-bottom: none;
}

.nav-tab-wrap {
  position: relative;
  padding: 6px;
  border-radius: 12px;
  background-color: #1d1c21;
}

.nav-tab-link-btn {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding: 11px 24px;
  text-transform: uppercase;
}

.nav-tabs .nav-tab-link-btn.active:nth-child(1) {
  padding: 11px 24px;
  border-radius: 10px;
  background-color: #ff0f0f;
  color: #ffffff;
}

.nav-tabs .nav-tab-link-btn.active:nth-child(2) {
  padding: 11px 24px;
  border-radius: 10px;
  background-color: #4a7fb4;
  color: #ffffff;
}

.nav-tabs .nav-tab-link-btn.active:nth-child(3) {
  padding: 11px 24px;
  border-radius: 10px;
  background-color: #50b1c7;
  color: #ffffff;
}

.nav-tabs .nav-tab-link-btn.active:nth-child(4) {
  padding: 11px 24px;
  border-radius: 10px;
  background-color: #50c778;
  color: #ffffff;
}

.nav-tab-link-btn:nth-child(1):hover {
  text-decoration: none;
  color: #ff0f0f;
}

.nav-tab-link-btn:nth-child(2):hover {
  text-decoration: none;
  color: #4a7fb4;
}

.nav-tab-link-btn:nth-child(3):hover {
  text-decoration: none;
  color: #50b1c7;
}

.nav-tab-link-btn:nth-child(4):hover {
  text-decoration: none;
  color: #50c778;
}

.nav-tabs .nav-item.show .nav-tab-link-btn,
.nav-tabs .nav-tab-link-btn.active {
  color: none !important;
  background-color: none !important;
  border-color: transparent;
}

/*Tab content*/

.tab-content a.primary-btn {
  margin-top: 36px;
}

.tab-content a.tab-content-card-link:hover {
  text-decoration: none;
}

.tab-content .tab-content-card {
  margin: 15px 0px;
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background-color: #1d1c21;
}

.tab-content .tab-content-card img.ico-info {
  position: absolute;
  top: 30px;
  right: 20px;
}

/*========== About us Section ==========*/
.about-section h2 {
  margin-bottom: 30;
  text-transform: uppercase;
}

.about-section p {
  margin-bottom: 20px;
  padding: 0px 40px;
}

.about-section h4 {
  text-align: center;
}

/*========== World Class Exposure Section ==========*/

.wce-section {
  padding-top: 300px;
  margin-top: -150px;
}

.wce-section h2 {
  line-height: 1.23;
  text-transform: uppercase;
}

/*========== Contact us Section ==========*/
/*Divider*/
.contact-section .divider-banner {
  position: relative;
}

.contact-section .divider-banner .divider-banner-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #151418 16%, rgba(21, 20, 24, 0) 81%);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}

.contact-section .divider-banner .divider-banner-img {
  height: 40rem;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

.divider-banner-img img {
  border-radius: 30px;
  margin-bottom: 14rem;
}

/*Contact Info*/
.contact-section h2 {
  margin-bottom: 45px;
  text-transform: uppercase;
}

.contact-section .contact-info-link {
  border-radius: 18px;
  background-color: #1d1c21;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
}

.contact-section .contact-info-link .ico-80 {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.contact-section .contact-info a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.contact-section .contact-info a:hover {
  text-decoration: none;
}

.contact-section .contact-social {
  margin-top: 45px;
}

.contact-section .contact-social .contact-social-link {
  margin-right: 15px;
  display: inline;
}

.contact-section .contact-social .contact-social-link a svg circle {
  fill: #1d1c21;
}

.contact-section .contact-social .contact-social-link a:hover svg circle {
  border: none;
  fill: #ffffff;
}

.contact-section .contact-social .contact-social-link a svg path {
  fill: #ffffff;
}

.contact-section .contact-social .contact-social-link a:hover svg path {
  fill: #ff0f0f;
}

/*Contact Form*/
.contact-section form {
  padding: 30px;
  border-radius: 30px;
  background-color: #1d1c21;
}

.contact-section form h4 {
  margin-top: 20px;
  margin-bottom: 55px;
}

.contact-section form label {
  color: #ffffff;
}

.contact-section form input {
  border: 2px solid #151418;
  padding: 26px 22px;
  border-radius: 10px;
  background-color: #151418;
}

:focus {
  outline: none !important;
  color: white !important;
}

input:focus {
  background-color: #151418 !important;
  color: white !important;
}

.form-control:focus {
  border-color: #151418;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white !important;
}

.quform-success-message {
  font-size: 18px !important;
  color: #2e7d00 !important;
  background-color: #d2ffb8 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-bottom: 30px;
}

/*Carousel*/
.carousel-container {
  position: absolute;
  right: 0px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  position: relative;
  overflow: hidden;
  opacity: 1;
  width: 270px;
}

.owl-carousel .owl-item img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 30px;
}

.owl-carousel .owl-item h5 {
  margin-bottom: 0;
}

.owl-carousel .owl-nav .owl-prev {
  margin: 20px 10px 0px 0px;
}

/*========== Footer Section ==========*/

.footer-section a.col-pure-green:hover {
  color: #50b1c7;
  text-decoration: none;
}

/*========== Modals ==========*/

.modal-content {
  border-radius: 30px;
  background-color: #1d1c21;
}

.modal-header {
  padding: 16px 16px 10px 16px;
  border-bottom: none;
}

.modal-header .modal-title {
  padding: 7px 10px;
}

.modal-body {
  padding: 10px 16px 16px 16px;
}

.modal-body p.sub-label {
  text-transform: uppercase;
}

.modal-body .modal-counter-card {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #151418;
  border-radius: 30px;
}

.modal-body .modal-counter-card p.sub-label {
  margin-top: -20px;
}

.modal-footer {
  border-top: none;
}

.img-gallery {
  margin-top: -120px;
  padding: 200px 0 100px 0;
  background: url("../images/background/background-web-two.svg");
  background-position: top -5rem right -39rem;
  background-size: 66rem auto;
  background-repeat: no-repeat;
}

.img-gallery img {
  width: 100%;
  height: auto;
  /* max-height: 350px;
  min-height: 350px; */
  border-radius: 30px;
}

.img-gallery .row {
  gap: 30px 0;
}

.team-card {
  border-radius: 30px;
  overflow: hidden;
}

.divider-video {
  width: 100%;
}

.featured-video {
  position: relative;
  text-align: center;
}

.featured-video video {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  /* height: 304px; */
  height: auto;
}

.play-btn {
  border: none;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border-radius: 50rem;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensures the button is above the video */
}

.play-btn img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.video-container {
  margin-bottom: 200px;
}

.negative-column-margin-28 {
  margin-top: -10rem;
}

.ico-card {
  margin-bottom: 1rem;
}

.modal-header img {
  display: block;
  margin: auto 0;
}

.message {
  margin: 10rem 0 14rem 0;
  padding: 30px;
  border-radius: 30px;
  background-color: #1d1c21;
}

/*--- Back To Top Button ------------------------------*/
#button {
  display: inline-block;
  background-color: #ff0f0f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50rem;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "";
  display: block;
  background: url(../images/icons/ico-arrow-right.svg) center/100% no-repeat;
  width: 90%;
  height: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-51.5%, -50%) rotate(-90deg);
}

#button:hover {
  cursor: pointer;
  background-color: #53bda9;
}
#button:active {
  background-color: #53bda9;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* WhatApp button styling */
#WhatsApp {
  display: inline-block;
  background-color: #ff0f0f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50rem;
  position: fixed;
  bottom: 90px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#WhatsApp::after {
  content: "";
  display: block;
  background: url(../images/icons/ico65-whatsapp.svg) center/100% no-repeat;
  width: 70%;
  height: 70%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-51.5%, -50%) rotate(360deg);
}

#WhatsApp:hover {
  cursor: pointer;
  background-color: #53bda9;
}
#WhatsApp:active {
  background-color: #53bda9;
}
#WhatsApp.show {
  opacity: 1;
  visibility: visible;
}

/* Facebook button styling */
#Facebook {
  display: inline-block;
  background-color: #ff0f0f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50rem;
  position: fixed;
  bottom: 150px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#Facebook::after {
  content: "";
  display: block;
  background: url(../images/icons/facebook-circle-white.svg) center/100% no-repeat;
  width: 70%;
  height: 70%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-51.5%, -50%) rotate(360deg);
}

#Facebook:hover {
  cursor: pointer;
  background-color: #53bda9;
}
#Facebook:active {
  background-color: #53bda9;
}
#Facebook.show {
  opacity: 1;
  visibility: visible;
}

/* Other custom styling */

.modal-content ol,
.modal-content ul {
  color: #ffffff;
}

.testimonials .card {
  padding: 30px;
  border-radius: 30px;
  background-color: #1d1c21;
  min-height: 14rem;
  display: flex;
  justify-content: center;
}

.testimonials .card h6 {
  margin: 0;
}

.divider-image {
  margin: 10rem 0 5rem 0;
}

.video-section {
  background-image: url(../images/background/background-web-one.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
}

.process-section .card {
  padding: 30px 20px;
  border-radius: 30px;
  background-color: #1d1c21;
  min-height: 20rem;
}

.process-section {
  margin: 5rem 0 10rem 0;
}

.process-section .card {
  text-align: center;
}

.process-section .card h5 span {
  margin-bottom: 1rem;
  font-size: 4rem;
  display: block;
}

.mobile-image {
  margin: 6rem auto 3rem auto;
  display: none;
}

.jvr-group {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}

.jvr-group a img {
  width: 19rem;
}

.contact-section form select {
  border: 2px solid #151418;
  padding: 13.5px 22px;
  border-radius: 10px;
  background-color: #151418;
  color: #495057;
  display: block;
  width: 100%;
}

.owl-nav {
  width: max-content;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

#packages {
  padding-bottom: 7rem;
}

.package-card {
  position: relative;
}

.package-card img {
  transition: all ease 0.3s;
}

.package-card:hover img {
  filter: grayscale(100%) opacity(50%);
}

.package-card a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease 0.3s;
  width: max-content;
}

.package-card:hover a {
  opacity: 1;
}

.packages {
  text-align: left;
}

.package-carousel .owl-nav {
  width: max-content;
  position: absolute;
  right: 0;
  top: -155px;
  left: auto;
}

@media only screen and (max-width: 47.9375em) {
    .packages {
      text-align: center;
    }
}

.gallery-contain {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.gallery-contain img {
  display: block;
}

.gallery-contain span {
  position: absolute; 
  bottom: 15px; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 30px 30px;
}

.gallery-contain:hover span {
  opacity: 1;
}
