/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.h1-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#hero .fusion-image-element {  
  width: auto;    
  position: absolute;
  bottom: 0;
  right: 0;
}

#hero .fusion-image-element img  {
  height: calc(100vh - 150px);
  width: auto;
  object-fit: contain;
}

.video video {
  max-height: 75vh !important;
  object-fit: contain !important;
}

.text-line {
  position: relative;
  z-index: 1;
}
.text-line:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #9001ee;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.text-line-alt {
  color: #9001ee;
}

.text-line-alt:after {
  background-color: #020202;
}

.text-line-red:after {
  background-color: #b90502;
}

.text {
  position: relative;
  z-index: 2;
}

.dot {
    color:  #9001ee;
    font-size: 80px;
}

.secondary-color {
        color:  #9001ee;
}

#return-diff .hero-element {
  position: absolute;
  left: -8vw;
  bottom: 0;
  height: 90vh;
}

#return-diff .hero-element img {
  width: auto;
  height: 90vh;
}

 .red-glove {
  position: absolute !important;  
  bottom: -5vh !important;
  right: -15vw !important;
  max-width: 800px !important;
}

.red-bell {
    display: inline-block;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.red-bell:hover {
    animation: bell-ring 0.6s ease-in-out;
    transform: scale(1.15);
}

/* Ring animation */
@keyframes bell-ring {
    0%   { transform: scale(1.15) rotate(0deg); }
    15%  { transform: scale(1.15) rotate(-15deg); }
    30%  { transform: scale(1.15) rotate(12deg); }
    45%  { transform: scale(1.15) rotate(-10deg); }
    60%  { transform: scale(1.15) rotate(6deg); }
    75%  { transform: scale(1.15) rotate(-4deg); }
    100% { transform: scale(1.15) rotate(0deg); }
}

.post-card {
  position: relative;
}

.has-line:after {
  content: "";
  width: 10px;
  background: #020202;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  position: absolute;
  right: 5px;
  border-radius: 10px;
}

/* .single-post #content {
  padding-top: 170px;
} */

.editorial {
  font-size: 26px;
  font-weight: 700;
}

.text-big-xl p{
  font-size: 55px !important;
  
}
.text-big p {
  font-size: 42px !important;
}

.title-h2-60 h2 {
  font-size: 60px !important;
}

.single-post #content {
  margin-top: 150px;
}

.link-white {
  color: #fff !important;
}

.link-white:hover {
  color: #9001ee !important;
}

@media (max-width: 767px) {
.bullets-title h2 {
  font-size: 32px !important;
  line-height: 0.5 !important;
  height: auto !important;
}
  .title-h2-60 h2{
  font-size: 35px !important;
}

.text-big-xl p{
  font-size: 35px !important;
}

 .text-big p {
  font-size: 28px !important;
}

  .blog-post-title h3 {
    font-size: 24px !important;
  }
  #hero .fusion-image-element {  
  width: auto;    
  position: relative;
  bottom: 0;
  right: 0;
}

#hero .fusion-image-element img  {
  height: auto;
  width: auto;
  object-fit: contain;
}
.red-glove {
  margin-top: 50px !important;
 width: auto !important;
  width: 100% !important;
   height: auto !important;
  bottom: -50px !important;
  right: 0 !important;
  transform: rotate(45deg);
  position: relative !important;
}

.red-glove img {
  width: 100% !important;
   height: auto !important;
}
#return-diff .hero-element {
  position: relative;
  width: auto !important;
}
#return-diff .hero-element {
    width: 100% !important;
    left: 0 !important;
   height: 50vh  !important;
}
#return-diff .hero-element img {
  width: auto  !important;
  height: 50vh !important;
}
.title-wuy h2 {
  font-size: 36px !important;
}
}

