



.gradient-background {
  background: linear-gradient(300deg,#fbfbfc,#f9f9fa,#f5f5f7);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/*--------------------------------------------------
  01. General
---------------------------------------------------*/
::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--accent-color-1);
}

::selection {
  color: white;
  background: var(--accent-color-1);
}

.font-primary{
  font-family: var(--font-primary);
}
.font-secondary{
  font-family: var(--font-secondary);
}
.font-logo{
  font-family: var(--font-logo);
}
.font-tagline{
  font-family: var(--font-tagline);
}

.text-shadow{
  text-shadow: 0px 1px 11px #CACFCC;
}

.display-caps.infinite-list__heading, .infinite-list__wrapper-subheading.subheading{
  font-family: 'Switzer', sans-serif;
  font-weight: 800;
  font-size:8vh;
  color: var(--color-accent);
  text-shadow:  3px 7px 11px rgba(42, 42, 42, .1);
}
.header.opened > .header__bar{background: none !important;}
.bg-menu{
  background: url('../img/menu/bg.jpg') no-repeat center center !important;
  background-size: cover !important;
}

/* hero slider */
.slider-fullpage-backgrounds__wrapper-background, .js-masthead__animation-mask, .img__wrapper{border-radius: 42px;}

.slider-fullpage-backgrounds{
/*  transform: skew(-1deg, -2deg);*/
}

/* hero slider mobile media  */
@media (max-width: 799px) {
/*  .slider-fullpage-backgrounds{transform: none;}*/
  .slider-fullpage-backgrounds__wrapper-background, .js-masthead__animation-mask, .img__wrapper{border-radius: 42px;}
}


.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}
svg:not(.bi){
  stroke: var(--bg-dark-2);
}

svg.fill{
  fill: var(--bg-dark-2);
}
a.active svg{
  stroke: var(--accent-color-1) !important;
}
.lightsvg svg{
  stroke: #7B7B7D;
}
svg.strokewhite{
  stroke: #FFF;
}
svg.strokeblack{
  stroke: #20211F;
}
svg.fillwhite{
  fill: #FFF;
}
svg.fillblack{
  fill: #20211F;
}
/*--------------------------------------------------
	02. Shine Text Effect
---------------------------------------------------*/
.shinesection {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shinetxt {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 6px;
  overflow: hidden;
  background: linear-gradient(90deg, var( --color-accent), #FFF, var( --color-accent));
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.shinetxt2 {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 6px;
  overflow: hidden;
  background: linear-gradient(90deg, var( --color-accent), #FFF, var( --color-accent));
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 7s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

/*--------------------------------------------------
  03. Snowball Preloader
---------------------------------------------------*/

.pl,
.pl__ball,
.pl__ball-inner-shadow,
.pl__ball-side-shadows,
.pl__ball-texture,
.pl__inner-ring,
.pl__outer-ring,
.pl__track-cover {
  border-radius: 50%;
}
.pl {
  position: relative;
  width: 16em;
  height: 16em;
}
.pl__ball,
.pl__ball-inner-shadow,
.pl__ball-outer-shadow,
.pl__ball-side-shadows,
.pl__ball-texture,
.pl__ball-texture:before,
.pl__inner-ring,
.pl__outer-ring,
.pl__track-cover {
  position: absolute;
}
.pl__ball,
.pl__ball-inner-shadow,
.pl__ball-outer-shadow,
.pl__ball-texture:before,
.pl__track-cover {
  animation: ball 3s linear infinite;
}
.pl__ball {
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
  transform: rotate(0) translateY(-6.5em);
  width: 2.5em;
  height: 2.5em;
}
.pl__ball-inner-shadow {
  animation-name: ballInnerShadow;
  box-shadow:
    0 0.1em 0.2em hsla(0, 0%, 0%, 0.3),
    0 0 0.2em hsla(0, 0%, 0%, 0.1) inset,
    0 -1em 0.5em hsla(0, 0%, 0%, 0.15) inset;
  width: 100%;
  height: 100%;
}
.pl__ball-outer-shadow {
  animation-name: ballOuterShadow;
  background-image: linear-gradient(hsla(0, 0%, 0%, 0.15),hsla(0, 0%, 0%, 0));
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  filter: blur(2px);
  top: 50%;
  left: 0;
  width: 100%;
  height: 250%;
  transform: rotate(20deg);
  transform-origin: 50% 0;
  z-index: -2;
}
.pl__ball-side-shadows {
  background-color: hsla(0, 0%, 0%, 0.1);
  filter: blur(2px);
  width: 100%;
  height: 100%;
  transform: scale(0.75,1.1);
  z-index: -1;
}
.pl__ball-texture {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translate3d(0,0,0);
}
.pl__ball-texture:before {
  animation-name: ballTexture;
  animation-duration: 0.25s;
  background: url(https://assets.codepen.io/416221/snow.jpg) 0 0 / 50% 100%;
  content: "";
  display: block;
  filter: brightness(1.05);
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
}
.pl__inner-ring {
  box-shadow:
    0 -0.25em 0.5em hsla(0, 0%, 100%, 0.4),
    0 0.5em 0.75em hsla(0, 0%, 100%, 0.4) inset,
    0 0.5em 0.375em hsla(0, 0%, 0%, 0.15),
    0 -0.5em 0.75em hsla(0, 0%, 0%, 0.15) inset;
  top: 2.375em;
  left: 2.375em;
  width: calc(100% - 4.75em);
  height: calc(100% - 4.75em);
}
.pl__outer-ring {
  box-shadow:
    0 -0.45em 0.375em hsla(0, 0%, 0%, 0.15),
    0 0.5em 0.75em hsla(0, 0%, 0%, 0.15) inset,
    0 0.25em 0.5em hsla(0, 0%, 100%, 0.4),
    0 -0.5em 0.75em hsla(0, 0%, 100%, 0.4) inset;
  top: 0.75em;
  left: 0.75em;
  width: calc(100% - 1.5em);
  height: calc(100% - 1.5em);
}
.pl__track-cover {
  animation-name: trackCover;
  background-image: conic-gradient(var(--color-light-2) 210deg, hsla(223, 90%, 95%, 0) 270deg);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Animations */
@keyframes ball {
  from {
    transform: rotate(0) translateY(-6.5em);
  }
  50% {
    transform: rotate(180deg) translateY(-6em);
  }
  to {
    transform: rotate(360deg) translateY(-6.5em);
  }
}
@keyframes ballInnerShadow {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes ballOuterShadow {
  from {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-340deg);
  }
}
@keyframes ballTexture {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
@keyframes trackCover {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}




.shadow-sm{box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .025) !important;}
.shadow-lg{box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;}



.myText{
  text-decoration: none;
  font-weight: 900;
}

.myText h1{  
  background-image: url('../img/hero/irbg.jpg');  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-name: fluid;
  background-size: 500%;
  color: black;
}
.myText h1:before{
    text-shadow: 4px 2px 1px #40adff, 2px 2px 10px 
}


@keyframes fluid {
  from {
    background-position: top;
  }

  to {
    background-position: bottom;
  }
}

/* ----------------- */

section .container .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
section .container .card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.825rem;
  border-radius: 0.388rem;
}
section .container .card ul .branding {
  color: #704a31;
}
section .container .card ul .packaging {
  color: #1e3938;
}
section .container .card ul .marketing {
  color: #4d1637;
}
section .container .card .content {
  padding: 0.938rem 0.625rem;
}
section .container .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: var(--color-light-1);
  border-radius: 2.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
section .container .card-inner .box {
  width: 100%;
  height: 100%;
  background: var(--color-light-1);
  border-radius: 1.25rem;
  overflow: hidden;
}
section .container .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}
section .container .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .container .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--color-light-1);
  border-top-left-radius: 50%;
}
section .container .card-inner .box .icon:hover .iconBox {
  transform: scale(1.1);
}
section .container .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--color-light-1);
}
section .container .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--color-light-1);
}
section .container .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: #282828;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
section .container .card-inner .box .icon .iconBox span {
  color: var(--color-light-1);
  font-size: 1.5rem;
}



/*--------------------------------------------------
  05. Pulse
---------------------------------------------------*/
      
@keyframes opacity-animation {
  0% {
    opacity: 0
  }
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: .8
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3)
  }
  to {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0
  }
}

.pulse:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #00e600;
    border-radius: 100%;
    opacity: .5;
    transform: translate(-50%,-50%) scale(3);
    animation: pulse-animation 3s infinite;
}

.pulse {
    position: relative;
    display: inline-block;
    vertical-align: 1px;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #ffdd40;
    color: transparent;
    border-radius: 100%;
    flex: 0 0 auto;
    animation: opacity-animation 1s linear;
  &.red {
    background: #e60000;
  }
  &.orange {
    background: #ff9900;
  }
  &.green {
    background: #00e600;
  }
}



/* ---------------------------------------
glass button 
------------------------------------*/


/* Defs */
@property --angle-1 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -75deg;
}

@property --angle-2 {
  syntax: "<angle>";
  inherits: false;
  initial-value: -45deg;
}

:root {
  --global--size: clamp(2rem, 4vw, 5rem);
  --anim--hover-time: 400ms;
  --anim--hover-ease: cubic-bezier(0.25, 1, 0.5, 1);
}

/* ========== BUTTON ========== */

/* Button Wrap Container */
.button-wrap {
  position: relative;
  z-index: 2;
  border-radius: 999vw;
  background: transparent;
  pointer-events: none;
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  width: fit-content;
  margin: auto;
}
/* Button Shadow Container */
.button-shadow {
  --shadow-cuttoff-fix: 2em;
  position: absolute;
  width: calc(100% + var(--shadow-cuttoff-fix));
  height: calc(100% + var(--shadow-cuttoff-fix));
  top: calc(0% - var(--shadow-cuttoff-fix) / 2);
  left: calc(0% - var(--shadow-cuttoff-fix) / 2);
  filter: blur(clamp(2px, 0.125em, 12px));
  -webkit-filter: blur(clamp(2px, 0.125em, 12px));
  -moz-filter: blur(clamp(2px, 0.125em, 12px));
  -ms-filter: blur(clamp(2px, 0.125em, 12px));
  overflow: visible;
  pointer-events: none;
}

/* Shadow */
.button-shadow::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 999vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  width: calc(100% - var(--shadow-cuttoff-fix) - 0.25em);
  height: calc(100% - var(--shadow-cuttoff-fix) - 0.25em);
  top: calc(var(--shadow-cuttoff-fix) - 0.5em);
  left: calc(var(--shadow-cuttoff-fix) - 0.875em);
  padding: 0.125em;
  box-sizing: border-box;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  overflow: visible;
  opacity: 1;
}

/* ========== BUTTON BASE STYLES ========== */

button.glassy {
  /* Basic Styling */
  --border-width: clamp(1px, 0.0625em, 4px);
  all: unset;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
  z-index: 3;
  background: linear-gradient(
    -75deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 999vw;
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.25em 0.125em -0.125em rgba(0, 0, 0, 0.2),
    0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
    0 0 0 0 rgba(255, 255, 255, 1);
  backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -webkit-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -moz-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  -ms-backdrop-filter: blur(clamp(1px, 0.125em, 4px));
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  padding: 0px 26px;
}

button.glassy:hover {
  transform: scale(0.975);
  backdrop-filter: blur(0.01em);
  -webkit-backdrop-filter: blur(0.01em);
  -moz-backdrop-filter: blur(0.01em);
  -ms-backdrop-filter: blur(0.01em);
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.15em 0.05em -0.1em rgba(0, 0, 0, 0.25),
    0 0 0.05em 0.1em inset rgba(255, 255, 255, 0.5),
    0 0 0 0 rgba(255, 255, 255, 1);
}

/* Button.glassy Text */
button.glassy span {
  position: relative;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  letter-spacing: -0.05em;
  font-weight: 500;
  font-size: calc(var(--ui-element-max-font-size) * 1.3px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0em 0.1em 0.05em rgba(0, 0, 0, 0.1);
  transition: all var(--anim--hover-time) var(--anim--hover-ease);
  padding-inline: 1.5em;
  padding-block: 0.875em;
}

button.glassy:hover span {
  text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.12);
  color: rgba(42, 42, 42, .75);
}

/* Text */
button.glassy span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% - var(--border-width)); /* Prevent overlapping border */
  height: calc(100% - var(--border-width));
  top: calc(0% + var(--border-width) / 2);
  left: calc(0% + var(--border-width) / 2);
  box-sizing: border-box;
  border-radius: 999vw;
  overflow: clip;
  background: linear-gradient(
    var(--angle-2),
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 40% 50%,
    rgba(255, 255, 255, 0) 55%
  );
  z-index: 3;
  mix-blend-mode: screen;
  pointer-events: none;
  background-size: 200% 200%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  transition: background-position calc(var(--anim--hover-time) * 1.25)
      var(--anim--hover-ease),
    --angle-2 calc(var(--anim--hover-time) * 1.25) var(--anim--hover-ease);
}

button.glassy:hover span::after {
  background-position: 25% 50%;
}

button.glassy:active span::after {
  background-position: 50% 15%;
  --angle-2: -15deg;
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
  button.glassy span::after,
  button.glassy:active span::after {
    --angle-2: -45deg;
  }
}

/* ========== BUTTON.glassy OUTLINE ========== */

/* Outline */
button.glassy::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 999vw;
  width: calc(100% + var(--border-width));
  height: calc(100% + var(--border-width));
  top: calc(0% - var(--border-width) / 2);
  left: calc(0% - var(--border-width) / 2);
  padding: var(--border-width);
  box-sizing: border-box;
  background: conic-gradient(
      from var(--angle-1) at 50% 50%,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0) 5% 40%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 60% 95%,
      rgba(0, 0, 0, 0.5)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: all var(--anim--hover-time) var(--anim--hover-ease),
    --angle-1 500ms ease;
  box-shadow: inset 0 0 0 calc(var(--border-width) / 2) rgba(255, 255, 255, 0.5);
}

button.glassy:hover::after {
  --angle-1: -125deg;
}

button.glassy:active::after {
  --angle-1: -75deg;
}

@media (hover: none) and (pointer: coarse) {
  button.glassy::after,
  button.glassy:hover::after,
  button.glassy:active::after {
    --angle-1: -75deg;
  }
}

/* Shadow Hover */
.button-wrap:has(button.glassy:hover) .button-shadow {
  filter: blur(clamp(2px, 0.0625em, 6px));
  -webkit-filter: blur(clamp(2px, 0.0625em, 6px));
  -moz-filter: blur(clamp(2px, 0.0625em, 6px));
  -ms-filter: blur(clamp(2px, 0.0625em, 6px));
  transition: filter var(--anim--hover-time) var(--anim--hover-ease);
}

.button-wrap:has(button.glassy:hover) .button-shadow::after {
  top: calc(var(--shadow-cuttoff-fix) - 0.875em);
  opacity: 1;
}

/* Rotation */
.button-wrap:has(button.glassy:active) {
  transform: rotate3d(1, 0, 0, 25deg);
}

.button-wrap:has(button.glassy:active) button.glassy {
  box-shadow: inset 0 0.125em 0.125em rgba(0, 0, 0, 0.05),
    inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.5),
    0 0.125em 0.125em -0.125em rgba(0, 0, 0, 0.2),
    0 0 0.1em 0.25em inset rgba(255, 255, 255, 0.2),
    0 0.225em 0.05em 0 rgba(0, 0, 0, 0.05),
    0 0.25em 0 0 rgba(255, 255, 255, 0.75),
    inset 0 0.25em 0.05em 0 rgba(0, 0, 0, 0.15);
}

.button-wrap:has(button.glassy:active) .button-shadow {
  filter: blur(clamp(2px, 0.125em, 12px));
  -webkit-filter: blur(clamp(2px, 0.125em, 12px));
  -moz-filter: blur(clamp(2px, 0.125em, 12px));
  -ms-filter: blur(clamp(2px, 0.125em, 12px));
}

.button-wrap:has(button.glassy:active) .button-shadow::after {
  top: calc(var(--shadow-cuttoff-fix) - 0.5em);
  opacity: 0.75;
}

.button-wrap:has(button.glassy:active) span {
  text-shadow: 0.025em 0.25em 0.05em rgba(0, 0, 0, 0.12);
}



/* ---------------------------------
Taipan Card
------------------------------------ */

.tpn-card{
  position: relative;
}
.tpn-card img{
  border-radius: 32px;
}
.bubble-title-wrap{
  position: absolute; 
  top: 23px; 
  left: 20px; 
  z-index: 999;
  transition: all 0.15s ease;
}
.bubble-title-wrap.right{
  position: absolute; 
  top: 23px; 
  left: auto;
  right: 20px; 
  z-index: 999;
}
.bubble-title{
 background: rgba(64, 64, 64, .2); 
 border-radius: 64px; 
 padding: 7px 32px; 
 backdrop-filter: blur(10px);
 transition: all 0.15s ease;
 width: 100%;
}
.bubble-title-img {
    background: rgba(64, 64, 64, .2);
    border-radius: 64px;
    padding: 6px 27px 6px 7px;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    align-items: center;
    justify-items: center;
    display: flex;
    gap: 13px;
}
.bubble-title-img.right {
    background: rgba(64, 64, 64, .2);
    border-radius: 64px;
    padding: 6px 7px 6px 27px;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 13px;
}
.bubble-title-img img{
  width: 60px; 
  height:60px; 
  border-radius: 100%; 
}
.bubble-title-wrap:hover .bubble-title{
  background: rgba(0,0,0, .6); 
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transform: scale(.975);
}
.bubble-title-wrap:hover .bubble-title-img{
  background: rgba(0,0,0, .6); 
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transform: scale(.975);
}