@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
  --primary-font: "Rubik", serif;
  --secondary-font: ;
  --logo-color: #0f3c42;
}
html {
  scroll-behavior: smooth;
  
}
html, body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
iframe {
    margin: 0 auto !important;
    text-align: center;
}
.glass-effect {
  backdrop-filter: blur(10px);
}
.navbar {
  margin: 0px auto;
  text-align: center;
  padding: 0px 0px 0px 0px;
  /* background-color: antiquewhite; */
  width: 100vw;
  /* background-color: #F3F3F3; */
  /* position: fixed; */
}
.navbarLogo {
  width: 50%;
  max-width: 300px;
}

.hero {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), white);
}
.hero h1 {
  font-size: 1.1rem;
}
.heroText {
  padding: 1rem;
  text-align: center;
  /* margin-top: 4rem; */
  font-family: var(--primary-font);
  font-size: 0.9rem;
}
.heroSubtext {
  padding: 0px;
  margin-bottom: 0px;
}
.heroImg {
  /* max-width: 350px; */
  width: 100%;
  overflow-x: hidden;
}
/* CSS */
.button-54 {
  font-family: var(--primary-font);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}


/* MARQUEE */
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.marquee {
  display: inline-flex;
  animation: marquee 90s linear infinite;
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 0;
}

.marquee-container::before,
.marquee-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px; /* Adjust for the size of the fade effect */
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 2;
  pointer-events: none;
}

.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.marquee img {
  margin: 0 30px;
  height: auto; /* Adjust height as needed */
  opacity: 0.8; /* Slight fade for styling */
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Duplicate the logos for a seamless scroll */
.marquee-container .marquee:last-child {
  animation-delay: -15s;
}

.heading {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  padding: 0 1rem;
  text-align: center !important;
  margin-top: 2rem;
}
.coloredElement {
  color: var(--logo-color);
}
.strokeElement {
  background: url('Images/brushstroke.png') no-repeat center;
  color: white;
  padding: 0 1rem 1rem 1rem;
  background-size: cover;
}

.featuresSection {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), white);
  overflow: hidden;
}
.macBookFeature {
  width: 100%;
  height: auto;
  max-width: 340px;
  padding-left: 9rem;
  overflow: hidden;
  /* rotate: x(90deg); */
}

.macBookFeature2 {
  width: 100%;
  height: auto;
  max-width: 340px;
  padding-right: 10rem;
  margin-top: 0.7rem;
  position: relative;
  left: -70px;
  /* overflow: hidden; */
  /* transform: scaleX(-1); */
  /* overflow: hidden; */
}

.LTBadges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem 1rem 0rem 1rem;
  justify-content: center;
  
}
.trust, .loyalty {
  display: flex;
  flex-direction: row;
  margin: 0.2rem auto;
  /* align-items: center; */
  justify-content: space-around;
  width: 80%;
  /* padding: 0 2rem; */

}

.BadgeHeadOne, .BadgeHeadTwo , .BadgeHeadThree  {
  font-family: var(--primary-font);
  color: var(--primary-color);
  text-align: center;
  font-size: 1.5rem;
  padding: 0 0 0 1rem;
}
.BadgeHeadOne {
  padding: 0 0 0 1rem;
}
.BadgeHeadTwo {
  padding: 0 0 0 1rem;
}
.BadgeHeadThree:first-of-type {
  padding: 0 0 0 1.1rem;
}
.BadgeBox {
  direction: flex;
  flex-direction: column;
  justify-content: space-around !important;
  padding-top: 0rem;
}
/* .BadgeContent {
  text-align: center;
  width: 13rem;
  font-family: "Palatino Linotype";
  font-style: italic;
  font-variant: normal;
  margin-top: 0rem;
  font-size: 1rem;
} */


.productShowcase {
  overflow: hidden;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), white);
  /* margin: 0 auto; */
}
/* video {
  width: 100%;
  height: auto;
  outline: none;
  max-width: 800px; */

.video-container {
    max-width: 800px;
    width: 95%;
    /* border-radius: 30px; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
    /* box-sizing: border-box; */
}

.prodVid {
    width: 100%;
    padding: 1.2rem;
    height: auto;
    outline: none;
}

.testimonialSection {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  text-align: center;
  margin: 1.4rem 0;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), white);
}
.testimonialSlider {
  display: flex;
  scroll-behavior: smooth;
  scrollbar-color: white;
}
.testesCard1 {
  min-width: 200px ; /* Width of each card */
  width: 20em;
  border-radius: 10px;
  height: auto;
  background-color: rgb(255, 255, 255);
  margin: 1rem 0.5rem;
  padding: 0px;
}
.testesVid {
  max-width: 100%; /* Ensure the video scales down horizontally */
  max-height: 80vh; /* Limit the height to fit in the viewport */
  margin: 0 auto; /* Center the video horizontally */
  display: block; /* Ensures proper centering with margin auto */
  /* padding: 1.2rem; */
  outline: none;
  object-fit: contain; /* Keeps the video aspect ratio intact */
}

.testimonialHeader {
  display: flex;
}
.testesCard {
  display: inline-block;
  background-color: #ffffff;
  /* border: 0.2px solid #000000; */
  border-radius: 5px;
  /* margin: 10px; */
  padding: 20px; 
  min-width: 200px ; /* Width of each card */
  width: 15em;
  margin: 1rem 0.5rem;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.nameAndDesignation {
  margin: 0rem 5rem 0rem 0rem;

}

.testimonialHead {
  font-family: var(--primary-font);
  font-size: 1.6rem;
}

.testimonialDesignation {
  font-family: var(--primary-font);
  font-size: 0.9rem;
}
/* .testimonialHeadAdd {
  font-family: var(--primary-font);
  color: #BFA324;
  font-size: 1.7rem;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.testimonialParagraphLast {
  text-align: center;
  font-size: 1.2rem !important;
} */
.testimonialParagraph {
  min-width: 10px;
  font-family: var(--secondary-font);
  font-style: italic;
  font-variant: normal;
  font-size: 1.2rem;
  text-align: justify;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: whitesmoke;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.about {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), white);
  margin: 0 !important;
}
.aboutContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.aboutCard {
  width: 70%;
  max-width: 350px;
  text-align: center;
  background-color: #ffffff;
  padding: 1rem;
  margin: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.headingTwo {
  font-family: var(--primary-font);
  font-size: 2rem;
}
.aboutPara {
  font-family: var(--secondary-font);
  font-size: 1.4rem;
}


.faqSection {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), white) !important;
  padding: 1rem;
}
.faqSection h1 {
  padding-top: 1.5rem;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
  min-width: 300px;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.accordion__item {
  border-radius: 10px;
  overflow: hidden;
  font-family: var(--secondary-font);
}

.accordion__header {
padding: 20px 25px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-family: var(--primary-font);
}

.accordion__header::after {
  content: '';
  background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
  width: 20px;
  height: 20px;
  transition: .4s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.accordion__header.active {
  background: #ffffff;
}

.accordion__header.active::after {
  transform: rotateX(180deg);
}

.accordion__item .accordion__content {
  padding: 0 25px;
  max-height: 0;
  transition: .5s;
  overflow: hidden;
}



.product {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), white) !important;
  padding-top: 1.3rem;
}
.product h1 {
  margin-top: 0px;
}
.productsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-card {
  min-width: 250px;
  height: auto;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin: 1rem auto;
  background: #fafafa;
  width: 35%;
}

.badge {
  position: absolute;
  font-family: var(--primary-font);
  left: 0;
  top: 20px;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 900;
  background: red;
  color: #fff;
  padding: 3px 10px;
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  padding: 0px;
  background: #f0f0f0;
}

.product-tumb img {
  width: 100%;
  height: auto;
  /* max-width: 100%;
  max-height: 100%; */
}

.product-details {
  padding: 0rem 2rem 1.5rem 2rem;
}

.product-details h4 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.2rem;
  font-family: var(--primary-font);
}

.product-details h4 a:hover {
  color: var(--logo-color);
}

/* .product-details p {
  font-size: 1rem;
  font-family: var(--secondary-font);
  line-height: 22px;
  margin-bottom: 18px;
  color: #3d3c3ce7;
} */

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 0px;
}

.product-bottom-details div {
  float: left;
  width: 50%;
}

.product-price {
  font-size: 2rem;
  color: var(--logo-color);
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
  margin-left: 1rem;
}
.productPara {
  font-family: var(--secondary-font);
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--logo-color);
}
.product-links {
  text-align: right;
}

.product-links a {
  display: inline-block;
  margin-left: 5px;
  color: #ff0000;
  transition: 0.3s;
  font-size: 17px;
  margin-top: 2rem;
}

.product-links a:hover {
  color: var(--logo-color);
}


/* FOOTER */

.footer {
  background-color: #0f3c42;
  margin: 40px auto 0 auto;
  padding: 1rem;
  text-align: center;
}

/* From Uiverse.io by vinodjangid07 */ 
.button {
  width: 180px;
  height: 40px;
  background-image: linear-gradient(rgba(65, 77, 252, 0.402), rgb(158, 129, 254));
  border: none;
  border-radius: 50px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  box-shadow: 1px 3px 0px rgb(139, 113, 255);
  transition-duration: .3s;
  margin: 0 auto;
}

.cartIcon {
  width: 14px;
  height: fit-content;
}

.cartIcon path {
  fill: rgb(0, 0, 0);
}

.button:active {
  transform: translate(2px ,0px);
  box-shadow: 0px 1px 0px rgb(0, 0, 0);
  padding-bottom: 1px;
}

.footer h1 {
  color: white;
  text-align: center;
}

/* FOOTER */
/* From Uiverse.io by PapaUiiss404 */ 
.cardFooter {
  width: 70;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: var(--logo-color) !important;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  gap: 20px;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055); */
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: .3s;
}
/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: .3s;
}
/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: .3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128C7E;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: var(--logo-color);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

footer {
  background-color: var(--theme-color);
  color: white;
  padding: 1rem 0;
  margin: 0px;
  padding-bottom: 0;
  font-family: var(--font-head);
}
.footerProductPage {
  background-color: var(--theme-color);
  color: white;
  padding: 1rem 0;
  padding-bottom: 0;
  font-family: var(--font-head);
  margin-top: 0rem;
  position: relative;
}
footer h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 1rem;
}
.footerList {
  display: flex;
  justify-content: space-evenly;
  margin: 0.5rem auto;
  color: white;
  font-family: var(--font-head);
  max-width: 1000px;
}
.footerList a {
  color: white;
  font-family: var(--font-head);
}
.lastLine {
  background-color: white;
  color: var(--theme-color);
  font-family: var(--font-head);
  text-align: center;
  padding: 0.25rem;
}
a {
  color: white;
}
.button-54 {
  margin-top: 1.2rem;
}

/* CONTACT US */
.contactUs {
    margin: 0px;
    padding: 0px;
}
.addressNumberMail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), white) !important;
  padding: 0rem 0rem;
}
.addressNumberMailCard {
  background-color: white;
  border: 1px solid rgba(0,0,0, 0.3);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0.8rem auto;
  min-height: 130px;
  min-width: 200px;
  max-width: 400px;
  border-radius: 10px;
  width: 80%;
}
.iconAndName {
  display: flex;
  direction: row;
  align-items: center;
  justify-content: center;
}
.iconAndName .headingOne {
  padding-left: 0.9rem;
  display: inline;
}
.addressNumberMailDeatil {
  /*padding: 0.7rem;*/
  font-size: 1rem;
  font-style: italic;
  font-variant: normal;
  font-family: var(--secondary-font);
  color: black !important;
}


/* MEDIA QUERIES */
/* General Laptop View */
@media (min-width: 768px) {
  .navbarLogo {
    max-width: 200px;
  }
  .hero h1 {
      font-size: 2.5rem;
  }
  .heroSubtext {
    padding: 0px 15rem;
  }
  .macBookFeature{
    width: 200%;
    padding-left: 62rem;
  }
  .macBookFeature2 {
    width: 200%;
    position: relative;
  left: -70px;
  }
  .prodVid {
    width: 80%;
}
.product-card {
  min-width: 200px;
  height: auto;
}
.product-details h4 a {
  font-weight: 500;
  display: block;
  font-size: 0.9rem;
  font-family: var(--primary-font);
}

.product-price {
  font-size: 1.1rem;
}

.product-price small {
  font-size: 80%;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
  margin-left: 1rem;
}
.productPara {
  font-family: var(--secondary-font);
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--logo-color);
}
.testestCard1 {
  width: 100px;
  height: auto;
}
.testesCard {
  width: 100px;
  height: auto;
}
.testimonialHead {
  font-family: var(--primary-font);
  font-size: 1.2rem;
}

.testimonialParagraph {
  min-width: 10px;
  font-family: var(--secondary-font);
  font-style: italic;
  font-variant: normal;
  font-size: 0.8rem;
  text-align: justify;
}
.testesVid {
  width: 100%;
  height: cover;
}
.aboutCard {
  width: 25%;
  max-width: 350px;
}
.addressNumberMail {
  padding: 0rem 3rem;
}
}