/*
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
*/
.ib2{
  float: left;
  width: 620px;
  height: 680px;
  position: relative;
}

.ib3{
  float: left;
  width: 620px;
  height: 680px;
  position: relative;
}

.ib1{
  float: left;
  width: 620px;
  height: 680px;
  position: relative;
}

.sib2{
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.sib1{
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.sib3{
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.n-web-vid-wrapp{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px;
}
.n-web-vid-wrapp:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(27, 33, 44, 0.8);
}
.n-web-vid-wrapp:hover:before{
  displayx: nonex;
}
.n-web-vid-wrapp .n-web-vid-title{
  margin: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 4px;
}

.n-web-cta-wrapp{
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.n-web-cta-wrapp .n-web-btn{
  min-width: 200px;
  text-align: center;
  padding: 10px 20px;
  background-color: #ff7e00;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
}
.n-web-cta-wrapp .n-web-btn:hover{
  background-color: #fff;
  color: #030303;
}

.automated-wrapp-sec .fusion-builder-row-inner{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.automated-wrapp-sec .fusion-builder-row-inner .automated-btn-wrapp{
  width: auto;
}

.newweb-image-txt-wrapp .title{
  height: auto;
}

.pricing-wrapp .fusion-column-wrapper .price-span > p{
  margin-bottom: 0;
}

/* responsive media */
@media(min-width: 901px){
  .pricing-wrapp .fusion-column-wrapper{
    display: grid !important;
  }
}
@media(max-width: 900px){
  .fusion-tb-header{
    position: relative;
    z-index: 9999;
  }
}
@media(max-width: 500px){
  .vwra iframe{
    height: auto;
    width: 100%;
    aspect-ratio: 1/1.05;
  }
}
