*{
    margin:0;
    padding:0;
    text-decoration:none;
    box-sizing:border-box;

    
}
.customfont {
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
}
body{
    
    font-family: 'poppins', arial;
}
img{max-width:100%;}

.lpheader{
    background:url('../images/bg1.avif') no-repeat right top #000;
    background-size:100% auto;
    color:#fff;
}


.lpheader h1 {
font-size: 50px;
    font-weight: 300;
    line-height: 51px;
    margin: 20px 0 !important;
}

.lpheader h5 span {
    color:#fff;
    font-weight: 500;
    line-height: 28px;
}

.lpheader h5  {
padding-bottom: 0px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
}

section.lpheader p {
    font-size: 13px;
    padding: 5px 0 10px 0;
}




.stamp {
 width: 280px;
    float: right;
    border: 2px dashed #bbb;
    padding: 10px 10px 0 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-evenly;
}
.stamp em {
    font-style: normal;
}
.stamp span {
    font-size: 18px;
    display: block;
}
.stamp h4{
color: #f59425;
    font-size: 46px;
    font-weight: 700;
    margin-top: 0px;

}


.lpbuttons {
    display: block;
    overflow: hidden;
    width: 100%;
padding:20px 0;    clear: both;
}

.lpbuttons a{

    display:inline-block;
    padding:7px 10px;
    margin:0 2px;
    text-decoration:none;
    font-size:15px;
border-radius:4px;}

.lpbuttons .signup{
    padding:5px 20px;
    background:#fff;
    border:1px solid #333;
    color:#333;
    
}
.lpbuttons .arrow i{
    transform:rotate(50deg);
}
.lpbuttons .arrow{
    background:#f59425;
    color:#fff;
    padding:9px 15px;
    border:1px solid #f59425;
}
.topheaderbox {
    width: 100%;
    float: right;
    padding: 0 0 0 40%;
}

.lpbuttons .gfq{
    background:#222;
    color:#fff;
    border:1px solid #222;
    padding:5px 20px;
}

.signup.get-started i.fa.fa-user {
    color: #777;
    margin: 0 10px 0 0;
    position: relative;
}

.signup.get-started i.fa.fa-user:after{
    content:"";
    width:6px;
    height:6px;
    border-radius:10px;
    position:absolute;
    top:0;
    right:-5px;
    background:#00ff14;
}

span.taglinehere {
    display: inline-block;
    background: linear-gradient(
334deg, #f21212, #1a59ae);
    color: #fff;
    padding: 6px 40px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    border-radius: 3px;
    letter-spacing: 1px;
}

/* POST NEW DESIGN RESPONSIVE */
section.lpheader {
    background-size: cover;
}

.lpheader  .col-md-7.hero-lp {
    width: 60%;
    float: left;
    margin: 0;
    float: left !important;
}

.lpheader .col-md-5 {
    float: left;
    width: 40% !important;
}


/* Container must hide the overflow */
.carousel-vertical-up, 
.carousel-vertical-down {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  flex-direction: column;
}

/* Upward Animation */
.carousel-vertical-up .carousel-track {
  animation: scrollUp 20s linear infinite;
}

/* Downward Animation */
.carousel-vertical-down .carousel-track {
  animation: scrollDown 20s linear infinite;
}

@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); } /* Moves up by half the total height */
}

@keyframes scrollDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); } /* Moves down from half-way point */
}

/* Optional: Pause on hover so users can see the books */
.carousel-track:hover {
  animation-play-state: paused;
}


.fixed-social {
    position: absolute;
    top: 30%;
    left:30px;
    text-align:center;
}

.fixed-social a{
    color:#fff;
    font-size:26px;
    margin:0 auto 10px 0;
display:block;
}
.fixed-social span {
    width: 2px;
    height: 100px;
    background: #fff;
    display: block;
    margin: 0 auto 10px;
}
img.tpimg.no-mobile {
    filter: invert(1);
}

.lp-stats h4 {
    font-family: Poppins, Arial;
    font-weight: 700;
    font-size: 53px;
    color:#000;
    margin-bottom: -10px;
}
.lp-stats{
    background:#fce7ce;
    padding:40px 0;
    text-align: center;
    color: #000;
}
.lp-stats span {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    display: block;
}

.col-md-5.about-img-left img {
    margin: 40px 0 0px;
}

.col-md-6.aboutcontent h1 {
    font-size: 60px;
    font-weight: 800;
    margin: 30px 0 10px 0;
}

a.btn.btn-primary {
    border-radius: 3px;
    font-size: 15px;
    padding: 11px 30px;
    background: linear-gradient(45deg, #1f58ac, #ef1515);
    border: 0;
    text-shadow: 0px 0px 2px #000;
    font-weight: 400;
}
.single-list-item {
    background: #fff;
    margin: 0 0 40px 0;
    padding-bottom:10px;
}


.single-list-item h4 a {
    color: #000;
    text-decoration: none;
    padding: 0 17px;
    font-size: 18px;
}

.single-list-item h6 {
    color: #9d9d9d;
    text-decoration: none;
    padding: 0 17px;
    font-size: 13px;
    font-weight:normal;
}
.single-list-item a.linkbtn {
    display:block;
    margin:20px 0 20px 17px;
    padding:10px 0;
    width:80%;
    border-radius:40px;
    background:#a2cfde;
    text-align:center;
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
.single-list-item span {
    color: #E91E63;
    text-decoration: none;
    padding: 0 17px;
    font-size: 20px;
    display:block;
    font-weight:600;
}

section.product-list {
    background: #f7f7f7;
    padding: 70px 0;
}

.single-list-item{
    position:relative;
}

.single-list-item h4 {
    position: relative;
}

.single-list-item h4 span{
    position:absolute;
    right:17px;
    top:0;
    font-size:20px;
    color:#222;
}

.titlerow {
    margin-bottom:30px;
}
.titlerow h3 {
    font-size: 42px;
    font-family: poppins, Arial;
    font-weight: 700;
    margin-bottom: 0px;
}

a.wishlist {
    color: #e91e64;
    font-size: 23px;
}
.single-list-item a.wishlist{
    position:absolute;
    top:20px;
    z-index:2;
    right:20px;
}
.single-list-item:hover img {

    filter:grayscale(100);
}

.single-list-item{
overflow:hidden;
}
.single-list-item h4 span i{
color:#FFC107;}

footer.text-white.custom-footer-v2 {
    background: #222;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    margin: 0px 0 7px;
    display: block;
}

span.text-white-50.disclaimer {
    font-size: 12px;
    text-align: center;
}


ul.main-menu {
float:right;  
    padding-top:20px;list-style: none;
}

ul.main-menu li{
    display:block;
    float:left;
}

ul.main-menu li a:hover{
    color:#a2cfde;
}
ul.main-menu li a{
    text-decoration:none;
    color:#fff;
    padding:3px;
    margin:0 0 0 30px;
    font-size:16px;
}



   /* Container to hide overflow and set the overall size */
.logo-marquee-container {
    width: 100%;
    overflow: hidden; /* Hides the logos that are off-screen */
    white-space: nowrap;
    padding: 0px 0; /* Add some vertical spacing */
    background-color: #fff; /* Light background similar to the image */
}

/* Style for the logo rows */
.logo-marquee {
    display: inline-block;
    transition: transform 0.1s linear; /* Smooth movement */
    padding: 0px 0;
}

/* Style for individual logos */
.logo-marquee img {
    height: 100px; /* Adjust as needed */
    margin: 0 -2px; /* Spacing between logos */
    display: inline-block;
    vertical-align: middle;
     opacity: 1;
     border:0px solid #ebebeb;
     padding:0px 30px;
    /* Optional: Hover effect for a little polish */
    transition: filter 0.3s, opacity 0.3s;
}

.logo-marquee img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* For the effect similar to the image, where rows have different backgrounds */
.logo-marquee-top {
}

.logo-marquee-bottom {
}

.logo-marquee-container hr {
    height: 0px !important;
    padding: 0 !important;
    margin: 0;
    border: none;
}