.mycarousel-cap {
    text-align: left;
    top: 0%;
    width: 80%;
    left: 10%;
    bottom: 0;
}
.mycarousel-subtitle {
    font-weight: 600;
}
.mycarousel-title {
    font-weight: 800;
    font-size: 3rem;
}
.mycarousel-price-info {
    font-size: 2rem;
    font-weight: 700;
}
.mycarousel-img
{
    height: 460px;
}
.mycarousel-hds {
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    height: 100%;
}
.mycarousel-andi {
    border-radius: 25%;
    width: 20px !important;
    height: 10px !important;
    background: transparent !important;
    border: 1px solid #b5b5bd !important;
}
.mycarousel-andi.active {
    background: #5353d57a !important;
}
.slide-right-2 {
  animation: 2s slide-right-2;
  width: 100%;
}
@keyframes slide-right-2 {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}
.slide-right-3 {
  animation: 3s slide-right-3;
  width: 100%;
}
@keyframes slide-right-3 {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}
.slide-right-4 {
  animation: 4s slide-right-4;
  width: 100%;
}
@keyframes slide-right-4 {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}




.category-classic {
    border: 1px solid #eee;
    position: relative;
    font-size: 1rem;
    color: #666;
}
.category-classic:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.category-content {
    bottom: 1.3rem ;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.category-name {
    transform: translateY(0);
    margin-bottom: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn-underline {
    background-color: transparent !important;
    color: #0165D5;
    border-color: #0165D5;
    position: absolute;
    top: 100% !important;
    transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    width: 55%;
    height: 72px;
}
.btn-underline::after {
    display: block;
    margin-top: 0px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top: 3px solid;
    transform: scaleX(0);
    transition: transform 0.3s, -webkit-transform 0.3s;
    content: "";
}
.overlay-zoom:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.category-classic:hover .category-name {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.category-classic:hover .btn-underline {
    top: 125% !important;
    transform: translate(-50%, -50%) !important;
}
.btn-underline:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}




.bwp-image-sale
{
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.bwp-image-sale a img
{
    backface-visibility: hidden;
filter: alpha(opacity=100);
-webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
transition: opacity 1s ease 0s,transform 1s ease 0s;
}
.bwp-image-sale:hover a img {
filter: alpha(opacity=80);
transform: scale3d(1.1,1.1,1);
}
.banner-wrapper-infor {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 80px;
}
.bwp-image-subtitle {
font-size: 16px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
}
.title-image-banner {
margin: 0 0 20px;
color: #fff;
font-size: 40px;
}
/* .main-bnr-mrgn
{
margin-bottom: -190px;
} */





.globe-electric
{
    background-image: url(https://wpbingosite.com/wordpress/digic/wp-content/uploads/2021/03/img11-5.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
margin-top: 0;
margin-bottom: 75px;
padding: 280px 15px 150px;
}
.globe-banner
{
margin: 0 auto;
width: 80%;
color: white;
text-align: center;
}
.globe-title-banner
{
color: #fff;
margin: 0 0 -5px;
text-transform: uppercase;
font-size: 24px;
}
.globe-product-title a {
font-size: 50px;
font-weight: 500;
color: #fff;
}
.globe-product-title a:hover {
text-decoration: none;
color: red;
}
.globe-amount {
font-size: 23px;
margin-left: 10px;
text-decoration: none;
font-weight: 700;
}


@media (max-width: 800px)
{
    .mycarousel-title {
    font-weight: 700;
    font-size: 2rem;
    }
    .mycarousel-price-info {
    font-size: 1rem;
    font-weight: 700;
    }
    .mycarousel-img {
    height: 300px;
    }
}
@media (max-width: 500px)
{
    .carousel-caption.mycarousel-cap.d-none.d-md-block {
        display: block !important;
    }
   .mycarousel-img-sec {
    display: none;
}
.mycarousel-img {
    height: 190px;
}
}
