@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600);
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}
p.c-heading {
    display: none;
}

.clearfix:after {
    clear: both;
}

body {
    background: #fff;
    color: #69606b;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Raleway', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.demo-7 {
    background: #f5f5f5;
}

.demo-5 {
    background: #fff!important;
    color: #5c554c;
}

.demo-6 {
    background: #f1f1f1;
}

.demo-1 {
    background: #43434b;
}

a {
    outline: none;
    color: #cf4a5c;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #69606b;
}

.demo-4 a {
    color: #43939d;
}

.demo-4 a:hover,
.demo-4 a:focus {
    color: #7b8d92;
}

.demo-8 a {
    color: #cf7000;
}

.demo-8 a:hover,
.demo-8 a:focus {
    color: #cf7000;
}
/* To Navigation Style */

.logo-rpm {
    position: fixed;
    top: 3px;
    left: 5px;
}

.logo-rpm img {
    width: 200px;
    margin-top: -2rem;
}
ul.slicknav_nav {
    padding-top: 50px;
}

.codrops-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.6em;
    padding: 0 32px;
    letter-spacing: 1px;
    z-index: 1000;
}

.codrops-top a {
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    text-align: center;
    speak: none;
    margin: 0 0.55em 0 0;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

.codrops-demos {
    padding: 0 0 1em;
    position: relative;
}

.codrops-demos a {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 1px;
    padding: 0.3em 0;
    display: inline-block;
    opacity: 0.7;
    margin: 0;
    color: #cf4a5c;
    line-height: 1.4em;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
    opacity: 1;
    color: #69606b;
}

.codrops-demos a.current-demo {
    border-bottom: 3px solid #69606b;
}

.related {
    padding: 3em 0;
    text-align: center;
    font-size: 1.5em;
    position: relative;
}

.demo-5 .related {
    width: 60%;
    margin-left: 40%;
}

@media screen and (max-width: 40em) {
    .codrops-icon span {
        display: none;
    }
    .related {
        font-size: 80%;
    }
}
/*//SLIDER*/
/*.slide {
    position:absolute;
}*/

.slide:nth-child(1) {
    -webkit-animation: fade 24s 0s infinite;
    -moz-animation: flash 24s 0s infinite;

    z-index: 40;
}

.slide:nth-child(2) {
    -webkit-animation: fade 24s 6s infinite;
    -moz-animation: flash 24s 6s infinite;
  
    z-index: 30;
}

.slide:nth-child(3) {
    -webkit-animation: fade 24s 12s infinite;
    z-index: 20;
    -moz-animation: flash 24s 12s infinite;
   
}

.slide:nth-child(4) {
    -webkit-animation: fade 24s 18s infinite;
    -moz-animation: flash 24s 18s infinite;

    z-index: 10;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.car-image{
    width:100%;
};


ul.sub-nav {
    width: 200px !important;
}

.marquee-container {
      width: 100%;
      overflow: hidden;
      background: #efefef;
      padding: 20px 0;
    
    }

    .marquee {
      display: flex;
      width: fit-content;
      animation: scroll-left 20s linear infinite;
    }

    .marquee span {
      margin: 0 30px;
      font-size: 2rem;
      font-weight: 500;
      white-space: nowrap;
      display: flex;
      align-items: center;
    }

    .marquee span::after {
      content: "•";
      margin-left: 30px;
      color: rgb(255, 0, 0);
      font-size: 1.2rem;
    }

    .marquee span:last-child::after {
      content: "";
      margin-left: 0;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Duplicate content for seamless scroll */
    .marquee-wrapper {
      display: flex;
    }

    .somefact-title h2:before {
    background-color: #e20404 !important;
    display: none !important;
}
@media (max-width: 767px) {
    .intro-effect-sidefixed .content {
        padding: 16em 3em 0 6em !important;
    }
}

.modify .codrops-top a {
    background: rgb(0 0 0 / 0%) !important;
    padding: 5px 15px;
    border-radius: 3px;
}

.logo-main{
    width: 150px !important;
}

#goTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  font-size: 16px;
  background: #e20404;
  display: none;
  color: white;
  border: none;
  border-radius: 50px;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Make sure it's always visible on all screen sizes */
@media (max-width: 767px) {
  #goTopBtn {
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    padding: 8px 12px;
  }
}

.spacer-h{
    height: 1px;
}


@media (width >= 48rem) { 
    .spacer-h{
    height: 50rem;
        }
 }

 .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
  }

  .gallery-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.05);
    cursor: pointer;
  }

  .gallery-container img:hover {
    transform: scale(1.05) rotateZ(1deg);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
  }

  /* Lightbox Styles */
  .lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
    z-index: 999;
  }

  .lightbox.show {
    visibility: visible;
    opacity: 1;
  }

  .lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }

  .lightbox:after {
    content: "×";
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
  }

  .social-icons {
    margin-top: 2rem;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  
  .social-icons a {
    font-size: 28px;
    color: white;
    background: #222;
    padding: 12px;
    border-radius: 50%;
    transition: transform 0.3s, background 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .social-icons a:hover {
    transform: scale(1.1);
  }
  
  .social-icons .whatsapp {
    background-color: #25D366;
  }
  
  .social-icons .instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }