@font-face {
    font-family: manrope-regular;
    src: url(manrope-regular-6.otf);
}

@font-face {
    font-family: manrope-bold;
    src: url(manrope-bold-2.otf);
}

@font-face {
    font-family: Galano;
    src: url(Galano_Grotesque_Alt_DEMO_Bold.otf);
}

/* Custom bounce animation */
@keyframes bounce-hover {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.bounce-hover:hover {
    animation: bounce-hover 0.6s ease-in-out infinite;
}

html,
body {
    font-family: manrope-regular !important;
}

.ibanner .swiper-pagination {
    bottom: 45px
}

.ibanner .swiper-pagination-bullet {
    background: #ffffff;
    width: 40px;
    height: 4px;
    border-radius: 0;
    opacity: 0.6;
}

.ibanner .swiper-pagination-bullet-active {
    opacity: 1;
}

.products-swiper-container-pagination .swiper-pagination-bullet {
    background: #DAE4EC;
    width: 40px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
}

.addswiper-pagination .swiper-pagination-bullet {
    background: #DAE4EC;
    width: 40px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
}

.addswiper-pagination .swiper-pagination-bullet-active {
    background: #298CEF;
}

.swiper-pagination2 .swiper-pagination-bullet {
    background: #DAE4EC;
    width: 40px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    margin: 0 4px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background: #298CEF;
}

.products-swiper-container-pagination .swiper-pagination-bullet-active {
    background: #298CEF;
}

.line_odd {
    width: 5976px;
    animation: scrollToRight 40s linear infinite;
}

.line_even {
    width: 5976px;
    animation: scrollToRight 34s linear infinite;
}

@keyframes scrollToRight {
    0% {
        transform: translate3d(-50%, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.news-swiper-container .swiper-slide {
    height: auto !important;
}

@media (max-width: 870px) {
    .ibanner .swiper-pagination {
        bottom: 5px
    }

    .ibanner .swiper-pagination-bullet,
    .products-swiper-container-pagination .swiper-pagination-bullet,
    .addswiper-pagination .swiper-pagination-bullet,
    .swiper-pagination2 .swiper-pagination-bullet {
        width: 25px;
        height: 2px;
    }

    .line_odd,
    .line_even {
        width: 2300px;
    }

    .addcss3:hover .addcss3-div {
        transform: translateX(-30px);
        opacity: 1;
    }
}

.addcss1 img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(2731%) hue-rotate(198deg) brightness(95%) contrast(94%);
}

.addcss1:hover img {
    filter: brightness(0) invert(100%);
}

.addcss2:hover>img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(56%) saturate(27321%) hue-rotate(198deg) brightness(95%) contrast(94%);
}

@media (min-width:870px) {
    .addcss3:hover .ico {
        filter: brightness(0) invert(100%);
    }
}
.gradient-text {
  color: #F6F6F7; /* Base color */
  background: linear-gradient(to bottom, rgb(246, 246, 247), rgb(246, 246, 247,0));
  -webkit-background-clip: text;
  color: transparent;
}

.autoWrapper3 .swiper-slide-active>p{color:#298CEF !important}
.autoWrapper3 .swiper-slide-active>div>div{border-color: #298CEF !important;}
.autoWrapper3 .swiper-slide-active>div>div>div{background: #298CEF !important;}

.db1100{display: none;}
@media (max-width:1100px) {
    .db1100{display: block !important;}
}

.pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination,
.pagination li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination li {
    width: 40px;
    height: 40px;
    background: #F0F1F3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3px 6px
}

.pagination li a,
.pagination li span {
    color: #666;
    font-size: 16px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.pagination .active {
    background: #298CEF;
    color: #fff
}

.pagination .active a,
.pagination .active span {
    color: #fff
}

.theCeramicsExpoBangl img{max-width: 100% !important;}