
      :root {
        --container-width-lg: 90%;
        --container-width-sm: 94%;

        /* --Deep-Navy:#060b14;  */

        --primary-hue: 215;
        --color-primary: hsl(var(--primary-hue), 87%, 44%);
        --color-gray-50: hsl(var(--primary-hue), 84%, 100%);
        --color-gray-100: hsl(var(--primary-hue), 84%, 100%, 0.5);
        --color-gray-200: hsl(var(--primary-hue), 84%, 95%, 1);
        --color-gray-300: hsl(var(--primary-hue), 84%, 85%, 0.2);
        --color-gray-400: hsl(var(--primary-hue), 84%, 75%, 0.7);
        --color-gray-500: hsl(var(--primary-hue), 84%, 25%);
        --color-gray-600: hsl(var(--primary-hue), 84%, 20%);
        --color-gray-700: hsl(var(--primary-hue), 84%, 15%);
        --color-gray-800: hsl(var(--primary-hue), 45%, 10%);
        --color-gray-900: hsl(var(--primary-hue), 84%, 5%);
        --color-gray-950: hsl(var(--primary-hue), 84%, 0%);

        /* Accent */

        --color-accent-500: #074396;

        --color-accent-400: #0e57bd;

        --color-accent-300: #1971ec;

        /* ────────────────────────────────────────────────────────────────────── */

        --color-text-100: #e9e9e9;
        --color-text-200: #c0c0c0;
        --color-text-300: #7a7a7a;
        --color-text-400: #515151;
        --color-text-500: #242424;
        --color-text-600: #060606;

        /* ────────────────────────────────────────────────────────────────────── */

        --space-4: 1rem;

        --space-8: 2rem;
        /* Border Radius */
        --radius-none: 0;
        /* 4px  */
        --radius-md: 0.375rem;
        /* 6px  */
        --radius-lg: 0.5rem;
        /* 8px  */
        --radius-xl: 0.75rem;
        /* 12px */
        --radius-2xl: 1rem;
        /* 16px */
        --radius-3xl: 1.5rem;
        /* 24px */
        --radius-full: 9999px;

        /* * BORDERS */
        --border-width-0: 0;
        --border-width-1: 1px;
        --border-width-2: 2px;
        --border-width-4: 4px;

        /* Font Sizes (modular scale 1.25) */
        --text-xs: 0.75rem;
        /* 12px */
        --text-sm: 0.875rem;
        /* 14px */
        --text-base: 1rem;
        /* 16px */
        --text-lg: 1.125rem;
        /* 18px */
        --text-xl: 1.25rem;
        /* 20px */
        --text-2xl: 1.5rem;
        /* 24px */
        --text-3xl: 1.875rem;
        /* 30px */
        --text-4xl: 2.25rem;
        /* 36px */
        --text-5xl: 3rem;
        /* 48px */
        --text-6xl: 3.75rem;
        /* 60px */

        --transition: all 300ms ease;

      }


html {
}

html {
  scroll-behavior: smooth;
  /* background: rgba(199, 203, 209, 0.16); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* line-height: 1.8; */
  font-weight: 600;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.3rem;
}

/* Section Styles */

.notify {
  position: fixed;
  z-index: 99999;
}

.notify button {
  background-color: transparent;
  background-image: none;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.notify svg {
  display: block;
  vertical-align: middle;
}

/* page loader */

/* .loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
} */

/* .loader1 {
  border: 6px solid #f3f3f3; 
  border-top: 6px solid #3498db; 
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite; 
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.banner2 {
  margin: 0;
}

.header2 {
  width: 100%;
  height: 100%;
  display: flex;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper {
  overflow: hidden;
  width: 100%;
  height: 699px;
  position: relative;
  background-position: fixed;
}
.swiper-wrapper {
  height: 100%;
  position: absolute;
}
.swiper-slide {
  /* width: 100%; */
  background-size: cover;
  background-position: center;
  padding: 0px 70px;
}

.sliding-1 {
  width: 100%;

  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url('../images/img4.jpg'); */

  /*background-image:*/
  /*  linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),*/
  /*  url("/images/hero.png");*/
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url('../images/img4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
}
.sliding-2 {
  width: 100%;

   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), url('../images/front3.jpg'); 
  /*background-image:*/
  /*  linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),*/
  /*  url("/images/hero.png");*/

  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
}

.sliding-3 {
  width: 100%;

   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)), url('../images/pix1.jpg'); 
  /*background-image:*/
  /*  linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)),*/
  /*  url("/images/download\ \(3\).jpg");*/

  background-position: center;
  background-size: center;
  background-repeat: no-repeat;

  min-height: 100%;
}

.swipe {
  width: 100%;
  margin-top: 4.5rem;
  min-height: 80%;
  padding-top: 100px;
}
.swipe-cont {
  width: 100%;
}
.front-pg {
  display: flex;
  line-height: 28px;
}
.front-pg2 {
  width: 65%;
}

.swipe-cont h1 {
  color: rgb(231, 231, 231);
  /* font-size: 3.1rem; */
  margin-top: 0.5rem;
}
.swipe-cont h2 {
  color: rgb(231, 231, 231);
  /* font-size: 3rem; */
  margin-top: 0.5rem;
}
.swipe-cont2 {
  width: 68%;
  color: rgb(231, 231, 231);
  margin-top: 0.9rem;
  line-height: 28px;
}

.swipe-cont2 p {
    font-size: 1.1rem;
  color: rgb(219, 219, 219);
}

.swipe-cont2 h4 {
  margin-top: 0.9rem;
  line-height: 36px;
  font-size: 18px;
}
.swipe3 h1 {
  width: 70%;
}
.butt {
  margin-top: 2rem;
}
.mid-swipe {
  width: 90%;
  margin: auto;
  text-align: center;
}

.solu {
  width: 100%;
  padding-top: 4.6rem;
}
.solu p {
  font-size: 1.1rem;
  color: rgb(219, 219, 219);
}
.solu2 {
  width: 50%;
  margin: auto;
  text-align: center;
}

.but-2 {
  display: flex;
}
.but2b {
  width: 50%;
  margin: auto;
  margin-top: 2.4rem;
}
.mid-swipe .but-2 > a {
  /* justify-content: space-between; */
  margin-right: 0.6rem;
}

.but2b {
  width: 80%;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: rgb(193, 193, 193);
  right: 20px;
  font-size: 15px;
}
.swiper .swiper-pagination-bullet-active {
  background: white;
}

.banner-anchors a {
}

@media screen and (max-width: 1247px) {
  .swiper-slide {
    width: 100%;
    padding: 0px 50px;
  }
  
   .front-pg2 {
    /*line-height: 30px;*/
    /*width: 98%;*/
    margin-top: 3rem;

  }
  .swipe3 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 1093px) {
  .front-pg2 {
    width: 70%;
  }
  .front-pg2 {
    width: 74%;
  }

  .swipe-cont2 {
    width: 72%;
  }
  .site-btn {
    padding: 10px 22px;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 989px) {
  .swiper-slide {
    padding: 0px 50px;
  }

  .swipe-cont h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .swipe-cont h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .swiper-slide .mid-swipe {
    padding-top: 4rem;
  }
  
}

@media screen and (max-width: 870px) {
  .swipe {
  padding:0rem 1.5rem;
}
  
  .swiper-slide {
    padding: 0px 10px;
  }
  
  .ppp {
        color: rgb(192, 191, 191);

  }
}

@media screen and (max-width: 799px) {
  .site-btn {
    padding: 8px 10px;
    margin-top: 2rem;
  }
  .swiper-slide .mid-swipe {
    padding-top: 3rem;
  }

  .but2b {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .swipe {
    line-height: 1.5rem;
    /*width: 100%;*/
    padding-left: 10px;
    margin-top: 3rem;
    min-height: 80%;
  }

  .front-pg {
  }
  .front-pg2 {
    line-height: 30px;
    width: 98%;
    margin-top: 3rem;

  }
  .swipe3 {
    margin-top: 3rem;
  }
  .swipe-cont {
    width: 100%;
    line-height: 26px;
  }
  .swipe-cont h1,
  .swipe-cont h2 {
    /* font-size: 3rem; */
  }

  .swipe-cont > h1 {
    font-weight: bold;
    line-height: 36px;
  }

  .swipe-cont > h2 {
    line-height: 36px;
  }
  .swipe-cont2 {
    width: 98%;
    margin-top: 0.9rem;
    line-height: 28px;
  }
  .swipe-cont2 p {
    /* font-size: 20px; */
  }

  .solu2 h4 {
    line-height: 26px;
  }

  .swipe3 h1 {
    width: 98%;
  }

  .butt {
    padding: 0.8rem 1rem;
    /* font-size: 16px; */
  }

  .but2b {
    width: 96%;
    margin: auto;
    margin-top: 2.4rem;
  }

}

@media screen and (max-width: 415px) {
  .swipe {
    line-height: 1.5;
  }
  .swipe-cont {
    line-height: 26px;
  }
  .swipe-cont > h1 {
    /* font-size: 38px; */
    font-weight: bold;
    line-height: 36px;
  }
  .swipe-cont > h2 {
    /* font-size: 28px; */
    line-height: 36px;
  }
  .swipe-cont2 {
    width: 89%;
    line-height: 26px;
  }
  .swipe-cont2 p {
    /* font-size: 20px; */
  }
  /*.butt {*/
  /*  padding: 0.8rem 1.6rem;*/
  /*  font-size:16px;*/
  /*}*/

  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    /* font-size: 13px; */
  }
}

.stock-head {
  width: 92%;
  margin: 0rem auto;
}

.stock-head p {
  margin-bottom: 1rem;
  /* font-size: 18px; */
  color: #1a1919;
}
.stock-head h2 {
  color: #1a1919;
  margin-bottom: 1rem;
}
.stock-stats {
  background-color: rgb(15, 15, 15);
  margin-top: 20px;
  padding: 20px 0 20px 0;
}
.stockss {
  display: flex;
  width: 90%;
  justify-content: space-around;
  margin: auto;
}
.stock1,
.stock2 {
  width: 50%;
  display: block;
}
.sales .sstock,
.sales .sstock {
  text-align: center;
  color: white;
}
.sales h3 {
  margin-bottom: 1.8rem;
  font-weight: bold;
  /* font-size: 25px; */
  text-decoration: underline;
  margin-top: 1rem;
}
.divider {
  height: 50px;
}
.stock1 ul,
.stock2 ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.stock1 ul li,
.stock2 ul li {
  margin-right: 15px;
}
.stock1 ul li span,
.stock2 ul li span {
  color: #fff;
  /* font-size: 15px; */
}
.color1 {
  background-color: #fa8d0c;
}
.color2 {
  background-color: #0eadc9;
}
.color3 {
  background-color: #78c596;
}
.color4 {
  background-color: #4241b8;
}
.color5 {
  background-color: #f17776;
}
.chart-box {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

@media screen and (max-width: 1092px) {
  .stock1 ul li,
  .stock2 ul li {
    margin-right: 9px;
  }
  .stock1 ul li span,
  .stock2 ul li span {
    /* font-size: 13px; */
  }
}

@media screen and (max-width: 990px) {
  .stockss {
    display: block;
    width: 80%;
    margin: auto;
    justify-content: center;
  }
  .stock1,
  .stock2 {
    width: 100%;
    margin-bottom: 4rem;
  }
  .sales img {
    padding-top: 1rem;
  }
  .divider {
    height: 30px;
  }
}

@media screen and (max-width: 650px) {
  .stock-section {
    padding-top: 1rem;
  }
  .stockss {
    width: 90%;
  }
  .stock-head {
    width: 94%;
    margin: auto;
    text-align: center;
  }
  .stock-head p {
    /* font-size: 18px; */
  }
  .stock1 ul li,
  .stock2 ul li {
    margin-right: 6px;
  }
  .stock1 ul li span,
  .stock2 ul li span {
    /* font-size: 12px; */
  }
}
@media screen and (max-width: 550px) {
  .stock-section {
    padding-top: 1rem;
  }
  .stockss {
    width: 90%;
  }
  .stock-head {
    width: 94%;
    margin: auto;
    text-align: center;
  }
  .stock-head p {
    /* font-size: 20px; */
  }
}

@media screen and (max-width: 410px) {
  .sales h3 {
    /* font-size: 20px; */
  }
  .stock1 ul li span,
  .stock2 ul li span {
    /* font-size: 8px; */
  }
}
