
@media screen and (max-width :580px){
.bg
{
height:230px!important;
}
}
h1:before,
h1:after {
  background-color: #c50000;
}
.div {
    position: relative;
    background: #f8f8f8;
    width: 90%;
    max-width: 500px;
    padding: 2em;
    margin: 1.5em auto;
    border: 3px solid rgba(0, 0, 0, 0.08);
  }
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
  }
  h1 em {
    font-style: normal;
    font-weight: 300;
  }
.twelve h1 {
    font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; 
    width:335px; 
    text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
  }
  .twelve h1:before {
      background-color: #c50000;
      content: '';
      display: block;
      height: 3px;
      width: 75px;
      margin-bottom: 5px;
  }
  .twelve h1:after {
      background-color: #c50000;
      content: '';
      display: block;
    position:absolute; right:0; bottom:0;
      height: 3px;
      width: 75px;
      margin-bottom: 0.25em;
  }
  
.top1 {
	width: 100%;
	height: 40px;
	/* background: linear-gradient(to right,  #FD8112,#0085CA); */
    /*background: linear-gradient(135deg, orange 50%, #0085CA);*/
    background: #fae125;
}

        .preloader {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            z-index: 9999;
            animation-duration: 4s;
        }
        .container-new {
            margin-top: 20px;
        }
        .slick-slide {
            margin: 0 10px; 
        }
        /* .slick-slide1 {
            margin: 0 10px; 
        } */
        .slick-slide .img {
            max-width: 100%;
            max-height: 300px; 
            object-fit: cover; 
        }
        /* .slick-slide1 img {
            max-width: 100%;
            max-height: 300px; 
            object-fit: cover; } */

        .preloader img {
            width: 100px;
            animation: spin 20s infinite linear;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        .content {
            display: none;
            width: 100%;
            height: 100%;
            background-color: #f3f3f3;
        }

        .loaded .preloader {
            display: none;
        }

        .loaded .content {
            display: block;
        }
        /* background: linear-gradient(to right, #8a2387, #e94057, #f27121);
            padding: 20px 0;
            text-align: center;
            color: white;  */
        /* Gradient for welcome text */
/* Gradient for welcome text */
.gradient-text {
    /*background: linear-gradient(to right,  #FD8112,#0085CA);*/
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    font-size: 30px;
    color: #0c0c0c;
}
.special-products .headline{
    padding: 20px;
   
}
.headline1  {
    text-align: center;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 500;
    background-color: #f9f9f9;
    background: linear-gradient(to right, #c0392b, #8e44ad); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;  
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 0;
}
.product-section{
    padding-left: 15px;
    padding-right: 15px;
}

.products-container {
    display: flex;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    align-items: center;
    gap: 20px;
}

.left-products,
.right-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
    margin-bottom: 15px;
}

.product h3 {
    margin: 10px 0;
}

.center-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .products-container {
        flex-direction: column;
        align-items: center;
    }

    .left-products,
    .right-products {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .center-image {
        margin: 20px 0;
    }
}

.container-overlay {
    position: relative;
    width: 50%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
  }
  .cart-icon {
    color: #008CBA; 
    font-size: 24px;
  }
  
  .container-overlay:hover .overlay {
    opacity: 1;
  }
  .price-tag {
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 100px; 
    height: 100px; 
    z-index: 1000; 
} 
.price-tag img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}  
  .text-p {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .container3{
    width: auto;
    position: relative;
    overflow: hidden;
}
  .container3 img{
    width: 220px;
    border-radius: 25px;
    height: auto;
}
.container3:hover .t{
    top: 0;
    border-radius: 25px;
}
.t{
    color: white;
    position: absolute;
    top: -100%;
    height: 100%;
    width: 93%;
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.4s;
    background-color: #1565c0b3; 
    
}

#team {
    background: #fff;
}
section {
    padding: 60px 0;
}

section  {
    margin-bottom: 50px;
}
.section-title{
    text-align: center;
    font-weight: bold;    
    color:#0c0c0c;
    font-size:30px;  
}
#team .card {
    border: none;
}
.gifoverlay{
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('assets/img/fc.gif'); /* Replace with your animated GIF */
    background-size: contain; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;

}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card {
    font-size: 18px;
     background:#0c4f70;
     
   
}

.backside .card .card-title {
    display: flex;
   justify-content: center;
   text-align: center;
   line-height: 300px;
   margin: 0;
   font-size: 1.5em;
   color:white !important;
}

.frontside .card .card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.crack-slide-p {
    position: absolute;
    top: 0%;
    left: 0%;
    pointer-events: none;
}