@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

:root {
  --primary: #ed1c24;
  --white: #fff;
  --black: #000;
  --theme-color: #fff;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  cursor: none;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background: linear-gradient(180deg, #000000 0%, #00000000 100%);
  padding-top: 10px;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 1.5rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.25rem;
  color: var(--white);
  transition: 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* Banner Css End */

/* Feature Product Sec Css Start */

.featureSec {
  padding-top: 4rem;
}

.secHeading {
  font-size: 3.75rem;
}

.productBox {
  border: 1px solid #d9d9d9;
  border-radius: 1.25rem;
  margin: 0.75rem;
  transition: 0.5s ease-in-out;
}

.productBox:hover {
  border: 1px solid var(--primary);
}

.productBox figure {
  display: grid;
  place-content: center;
  min-height: 370px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.productBox figure img {
  transition: 0.3s ease-in-out;
}

.productBox:hover figure img {
  transform: scale(1.1) rotate3d(1, 1, 1, -3deg);
}

.productContent {
  padding: 0px 2.5rem 0.625rem 2.5rem;
}

.productContent h4 {
  font-size: 1.875rem;
}

.productContent ul {
  display: flex;
  gap: 5px;
}

.productContent ul li i {
  color: #ffd500;
}

.productContent p {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price h6 {
  font-size: 1.875rem;
  color: var(--primary);
}

.price a i {
  background-color: var(--primary);
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 3.125rem;
  color: var(--white);
}

.productSlider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -3rem;
}

.productSlider .slick-dots li button {
  height: 14px;
  width: 14px;
  border: 2px solid #707070;
  border-radius: 3.125rem;
}

.productSlider .slick-dots li.slick-active button {
  background-color: var(--primary);
  border: 2px solid var(--primary);
}

/* Feature Product Sec Css End */

/* Aid Sec Css Start */

.aidSec {
  background: url(../images/aidBg.png) bottom/cover no-repeat;
  padding-top: 23rem;
  margin-top: -5rem;
}

.aidSec h2 {
  margin: 0;
}

.aidSec p {
  font-size: 2.5rem;
  color: var(--white);
}

/* Aid Sec Css End */

/* Product Sec Start */

.productSec {
  padding-top: 2rem;
}

.productSec .themeBtn {
  border: 1px solid var(--black);
  color: var(--black);
}

/* Product Sec End */

/* Oxygen Sec Css Start */

.oxygenSec {
  padding-top: 0;
}

.oxygenBox figure {
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.oxygenBox figure img {
  transition: 0.3s ease-in-out;
}

.oxygenBox:hover figure img {
  transform: scale(1.1);
}

.oxygenSec .content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-bottom: 1rem;
}

.content h4 {
  font-size: 3.75rem;
  color: var(--white);
}

/* Oxygen Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
  padding-top: 0;
}

.testimonialBox {
  text-align: center;
}

.slick-center .testimonialBox {
  border-right: 1px solid rgb(112 112 112 / 50%);
  border-left: 1px solid rgb(112 112 112 / 50%);
}

/* .line {
  border-right: unset;
} */

.testimonialBox h4,
.testimonialBox h4 span,
.testimonialBox p {
  font-family: "Montserrat", sans-serif;
}

.testimonialBox h4 span {
  display: block;
}

.testimonialBox ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0.625rem 0 5px 0;
}

.testimonialBox h4 {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 600;
}

.testimonialBox h4 span {
  font-size: 1.125rem;
  color: #828282;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.testimonialBox ul li i {
  color: #ffc313;
}

.testimonialBox img {
  margin: 0 auto;
}

.testimonialSlider .slick-prev:before,
.testimonialSlider .slick-next:before {
  display: none;
}

.testimonialSlider .slick-prev {
  color: var(--black);
  position: absolute;
  top: 50%;
  font-size: 3rem;
  left: -2rem;
}

.testimonialSlider .slick-next {
  color: var(--black);
  position: absolute;
  top: 50%;
  font-size: 3rem;
  right: -2rem;
}

.testimonialSlider .slick-prev:hover,
.testimonialSlider .slick-next:hover {
  color: rgb(0 0 0 / 30%);
}

/* Testimonial Sec Css End */

/* Insta Sec Css Start */

.instaSec {
  padding: 0;
}

.instaSec .insta {
  text-align: center;
}

.instaImg figure {
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.instaImg figure img {
  transition: 0.3s ease-in-out;
}

.instaImg:hover figure img {
  transform: scale(1.125);
}

/* Insta Sec Css End */

/* Footer Css Start */

footer {
  background: url(../images/footBg.png) top/cover no-repeat;
  padding-top: 10rem;
  margin-top: -10rem;
  z-index: 1;
  position: relative;
}

footer h4 {
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3rem;
}

footer h4:before {
  content: "";
  position: absolute;
  background-color: var(--black);
  width: 20px;
  height: 2px;
  top: 2.375rem;
}

.links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 110px;
}

.links li {
  padding-bottom: 0.75rem;
}

footer ul li a {
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

footer ul li a:hover {
  color: var(--primary);
}

.contInfo li a h6 span {
  display: block;
}

.contInfo li a h6 {
  line-height: 1.9;
  font-family: "Montserrat", sans-serif;
}

.socialIcon {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.socialIcon li a {
  width: 4rem;
  height: 4rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.125rem;
  color: var(--black);
  background: var(--white);
}

.socialIcon li a:hover {
  color: var(--white);
  background: var(--primary);
}

.copyRight p {
  font-size: 1rem;
  color: var(--black);
}

.copyRight {
  border-top: 1px solid #c9c9c9;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

/* Footer Css End */

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -20px;
  margin-top: -20px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
} 

/* Cursor End



