@font-face {
     font-family: 'Poppins-Light';
     src: url(fontfamily/Poppins-Light.ttf);
}
 @font-face {
     font-family: 'Poppins-Regular';
     src: url(fontfamily/Poppins-Regular.ttf);
}
 @font-face {
     font-family: 'Poppins-Medium';
     src: url(fontfamily/Poppins-Medium.ttf);
}
 @font-face {
     font-family: 'Poppins-SemiBold';
     src: url(fontfamily/Poppins-SemiBold.ttf);
}
 @font-face {
     font-family: 'Poppins-Bold';
     src: url(fontfamily/Poppins-Bold.ttf);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins-Regular';
    color: white;
   
  
}
img{
    max-width: 100%;
}
 .header{
     padding-top: 15px;
     height:62%;
}
.wow {
    padding: 15px 0px 3px 0px;
}
img.buz {
    width:100%;
}
.bg-image img{max-width: 100%;}


 .d-flex{
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.flip-card {
    perspective: 1000px;
    min-height: 400px;
    margin-bottom: 30px;
    cursor: pointer;
} 
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    top: 0; /* Set the top and left properties to ensure */
    left: 0; /* the front and back cards are overlaid on each other */
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  .flip-card-front,
  .flip-card-back {
    /* ... existing styles ... */
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #8f3c76;
    min-height: 400px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}
  
  .flip-card-front img {
    object-fit: cover; /* This will ensure the image covers the entire container */
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
  .flip-card-back {
    /* ... existing styles ... */
    transform: rotateY(-180deg);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-text {
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
  }
  .flip-card-back img {
    width: 100%;
    padding: 15px;
}
.flip-card-back {
    box-sizing: border-box;
    background-color: #000000;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
}
  .flip-card-back .content-container {
    padding: 15px;
    height: 100%;
    overflow-y: auto;
  }
  
.color-logo1.success-img {
    width: 185px;
}
.content-verify {
    padding: 20px;
    border-radius: 20px;
    background: #bce7f7;
}
.close {
    color: #000;
    opacity: .5;
}
.close:hover {
    color: #000;
    opacity: .8;
}
h1.serial-no {
    font-size: 18px;
    font-weight: 500;
    color: #000!important;
}
#verifyContent h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
img#verifyImg {
    max-width: 85px;
    margin: 19px 0px 0px 15px;
}
.verify-modal {
    width: 400px;
    top: 18%;
    margin: 30px auto;
}
 .header .logo{
     height: 50px;
}
 .header .dropdown .btn-default{
     background: none;
     color: #fff;
     border: 1px solid #fff;
     padding: 10px 20px;
}
img.img-color {
    width: 100%;
}
h2.flw {
    text-align: center;
}
img.image-clr {
    width: 115px;
    position: relative;
    right: 25px;
}
 .header .header-text .color-logo{
     margin:0 auto;
}
 .header .header-text h1{
     color: #000;
     font-size: 40px;
     font-family: 'Poppins-Bold';
     margin-top: 0;
}
 .newsletter .newsletter-form {
     position: relative;
     margin-top: 23px;
     z-index: 999;
}
.main-space {
    margin-left: 15px;
}
.newsletter .newsletter-form input {
    height: 55px;
    width: 100%;
    padding: 5px 20px;
    border-radius: 5px;
    outline: none;
    border: 0;
    background-color: #fff;
    color: #514F4F;
}
.newsletter .newsletter-form button {
    width: 116px;
    height: 36px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background: #000;
}
img.insta {
    width: 35px!important;
    margin: 0px 17px;
}
img.tele {
    width: 35px;
}
.header .header-text h2 {
    color: #fff;
    margin-top: 20px;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    margin-left: 40px;
}
.input-glow.rounded-6 {
    margin-bottom: 25px;
}
a:hover {
    text-decoration: none;
}
 .header .header-text .follow-us{
     list-style-type: none;
     padding-left: 0;
}
 .header .header-text .follow-us li{
     display: inline;
     margin-right: 15px;
}
.product-section{
    background-image: url(../images/Background-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.product-section-2{
    background-image: url(../images/ChaosBackgroundmin.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    margin-top: -17px;
}
.productimg{margin-left: -15px;}

.image-section {
    padding: 0px 0;
}


 .footer{
    padding-top: 50px;
    background: #091028;    
}
.image-section-1 {
    padding: 75px 0px;
}
 .footer .footer-logo{
     height: 35px;
}
 .footer p{
     padding-right: 0px;
     line-height: 26px;
}
.footer h4 {
    font-family: 'Poppins-SemiBold';
    color: white;
    font-size: 20px;
    padding: 5px 0px;
    filter: drop-shadow(2px 2px 2px #8f3c76);
}
 .footer ul{
     list-style-type: none;
     padding-left: 0;
}
 .footer ul li{
     margin-bottom: 10px;
}
 .footer ul li a{
     font-size: 15px;
     color:white;
     filter: drop-shadow(2px 2px 2px #8f3c76);
}
 .footer-contact .media{
     margin-bottom: 10px;
}
 .footer-contact .media a span{
     color: #FBBB32;
     font-size: 18px;
     margin-top: 5px;
}
.gram-area img {
    margin: 0 auto;
    display: flex;
    width: 100%;
}
 .footer-contact .media p a{
     color: white;
     text-decoration: none;
}
 .footer-contact .media p{
     font-size: 15px;
     color: white;
}
 .copyright{
     border-top: 1px solid white;
     padding-top: 15px;
     padding-bottom: 10px;
    
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .copyright p{
     font-size: 16px;
}
 .copyright ul li{
     display: inline;
     margin-right: 20px;
}
 .copyright ul li img{
     height: 18px;
}
 .bg-image{
    background-image: url(../images/buzzbar2.png);
    width: 420px;
    height: 420px;
    margin: 0 auto;
}
/************ Extras ***********/
 .btnStyle {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle:hover {
     transform: scale(0.9) !important;
}
 .btnStyle2 {
     transform: translateZ(0) !important;
     backface-visibility: hidden !important;
     transition: 300ms ease-out !important;
}
 .btnStyle2:hover {
     transform: scale(1.1) !important;
}
 .block{
     display: block;
}
.content-div{
    width:50%;
}
a:hover {
    text-decoration: none;
}

.product-slider img{
    margin: auto;
}
p.mb-4 {
    margin-bottom: 40px;
}
.newsletter {
    margin-bottom: 70px;
}
.product-slider {
    margin-bottom: 110px !important;
}
img.duos-img{width: 50%; margin: auto;}
.product-slider .slick-prev, .product-slider .slick-next{
    width: 30px;
    height: 30px;
}
.product-slider  .slick-prev:before, .product-slider  .slick-next:before {
    content: "" !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-slider  .slick-prev:before{
background: url(../images/arrow-left.png);
}

.product-slider  .slick-next:before{
    background: url(../images/arrow-right.png);
}


.product-slider .slick-prev{
      bottom: -11%;
      top: inherit;
      transform: translate(-50%);
      z-index: 1;
      right: 48%;
      left: auto;
      margin: 0 auto;
}
.product-slider .slick-next{
    bottom: -11%;
    top: inherit;
    right: auto;
    transform: translate(-50%);
    left: 52%;
    
}
.product-slider  .slick-slide{
    padding: 0 12px;
}

.socialicon {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 14px 0 28px;
}
.socialicon ul li img {
    width: 33px;
}
.socialicon ul {
    list-style: none;
    padding: 0;
    margin:0;
    display: flex;
    justify-content: center;
}
.socialicon ul li a {
    padding: 0 6px;
    display: inline-block;
}

@media only screen and (max-width:1170px){
    .header{height: 75%;}
}


@media only screen and (max-width: 991px){
    .header {
       
        height: auto;
    }
    img.image-clr {
        position: relative;
        right: 25px;
    }
    .footer-contact.wow.fadeInUp.animated {
        padding-bottom: 10px;
    }
    .wow {
        padding: 0px;
    }
    img.buz {
        width: 320px;
    }
    .bg-image {
        height: auto;   
    }
    .bg-image {
        width: 345px;
    }
}


 @media only screen and (max-width: 767px){
     .header .logo {
         height: 43px;
    }
     .header{
         /* height: 900px; */
         background-size: cover;
    }
     .header .header-text {
         margin-top: 20px;
         text-align: center;
    }
  
     .block{
         display: inline;
    }
     .header .header-text h1{
         font-size: 30px;
    }
     .image-section{
         margin-top: 0px;
         text-align: center;
    }
     .image-section img{
        
         margin: 10px auto;
    }
     .footer {
         padding-top: 0px;
         text-align: center;
    }
     .copyright{
         display: block;
    }
     .footer .media-left, .footer .media>.pull-left{
         float: none !important;
    }
     .newsletter {
         max-width: 400px;
         margin: auto;
         padding: 0 15px;
    }
    .header {
        height: auto;
    }
    .newsletter .newsletter-form button {
        position: absolute;
        right: 15px;
        bottom: 9px;
    }
    .newsletter .newsletter-form input{
        width: 95%;
    }
  .product-slider .slick-prev, .product-slider .slick-next{
    bottom: -4%;
  }
}

@media only screen and (max-width: 576px){
    img.buz {
        width: 315px;
    }
  
    .image-section {
        margin-top: 3px;
      
    }
    .productimg{
        margin-left: -8px;
    }
    .main-space{margin:0}
    .product-slider {
        margin-bottom: 60px !important;
    }
    .product-slider img{max-width: 100%;}
    .product-slider .slick-prev:before, .product-slider .slick-next:before{
            width: 18px;
            height: 18px;

    }
}



@media only screen and (min-width: 1921px){
.header {
    height: 50%;
}
}


 @media (min-width: 768px) and (max-width: 991px){
     .header .header-text {
         margin-top: 0;
    }
     .header .header-text h1{
         text-align: center;
         font-size: 30px;
    }
     .header .header-text .color-logo {
         height: 200px;
         margin: 20px auto;
    }
     .newsletter {
         max-width: 400px;
         margin: auto;
    }
    
     .image-section {
         padding-bottom: 50px;
         margin-top: 30px;
    }
     .block{
         display: inline;
    }
     .header .header-text h2{
         text-align: center;
    }
     .header .header-text .follow-us{
         text-align: center;
    }
     .footer p {
         padding-right: 0;
         line-height: 22px;
         font-size: 13px;
    }
     .footer ul li a{
         font-size: 14px;
    }
     .footer-contact .media p{
         font-size: 14px;
    }
     .footer-contact .media {
         margin-bottom: 5px;
         margin-top: 0;
    }
     .footer h4{
         font-size: 18px;
    }
}



 @media (min-width: 992px) and (max-width: 1199px){
     .header .header-text {
         margin-top: 50px;
    }
     .header .header-text h1{
         font-size: 40px;
    }
}
 @media (min-width: 1480px) and (max-width: 5120px){
}
@media (min-width: 576px) {
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    .flip-card-front img {
        min-height: 300px;
    }
}
@media only screen and (max-width: 414px){
.verify-modal {
    width: 95%;
}
}
 


