/* Scroll Bar */
html::-webkit-scrollbar {
  position: absolute;
  width: 0.5vw;
}

html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #151414;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: var(--main);
}

html::-webkit-scrollbar-track {
  background-color: white;
}

/* Common CSS */

/* Google Fonts (Lato) */
/* @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); */
/* Google Fonts (Catamaran) */

@import url("https://fonts.googleapis.com/css2?family=Catamaran:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap%22");

/* Variable List */
:root {
  --main: #fd6605;
  --lightBlack: #221e1f;
  --lightWhite: white;
  --largeFont: 32px;
  --mediumFont: 16px;
  --normalFont: 14px;
  --textColor: #222;
  --textColor2: #948e8c;
  --textColor3: #777;
  --fontFamily: "Lato", Arial, Helvetica, sans-serif;
  --sectionPadding: 40px 0px;
  --transition: all 0.3s;
}

body {
  background: #f3f4f8 !important;
  font-size: var(--normalFont);
  color: var(--textColor);
  font-family: var(--fontFamily);
  font-weight: 400;
}

.title {
  background: #fd6605;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

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

p {
  margin: 0;
}

a {

  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: var(--textColor);
  transition: var(--transition);
  /* font-weight: bold;
    text-align: start;
    display: flex;
    justify-content: start; */
}

a:hover {
  color: var(--main);
}

.btn-buy {
  padding: 13px 29px;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  /* border: 2px solid var(--main); */
  /* background-image: linear-gradient(30deg, var(--main) 50%, transparent 50%); */
  background: #fd6605;
  /* background-size: 850px; */
  /* background-repeat: no-repeat; */
  /* background-position: 0; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-buy:hover,
.btn-buy:active {
  box-shadow: none;
  outline: 0;
  /* background-position: 100%; */
  color: #000;
  background-color: #fff;
}

.btn-buy.link {
  background: transparent;
  color: var(--main);
  font-weight: 500;
  font-size: var(--normalFont);
}

/*.section-padding {*/
/*    padding: var(--sectionPadding);*/
/*}*/
.section-title {
  margin-bottom: 25px;
  margin-top: 24px;
  /* margin: 15px; */
  /* text-transform: uppercase; */
  text-align: center;
  position: relative;
}

.content-wrapper>.section-title {
  text-align: left;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.75rem;

}

.section-title .line {
  position: relative;
  height: 4px;
  width: 45px;
  background-color: var(--main);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  display: none;
}

.section-title .line:after,
.section-title .line:before {
  position: absolute;
  height: 4px;
  width: 10px;
  content: "";
  background-color: var(--main);
}

.section-title .line:after {
  right: 50px;
}

.section-title .line:before {
  left: 50px;
}

.header-middle-area .header-search-bar .product-search-bar {
  position: relative;
}

.header-logo img {
  width: 200px;
}

.header-middle-area .header-search-bar .product-search-bar input {
  border: none;
  font-size: 13px;
  padding: 20px 20px;
  padding-right: 50px;
  width: 500px;
  border-radius: 0px;
}

.header-middle-area .header-search-bar .product-search-bar .btn.search {
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(17 25 38 / 5%);
  color: var(--lightBlack);
  height: 100%;
  padding: 5px 15px;
  border-radius: 5px 0px 0px 5px;
  box-shadow: -2px 0px 1px 0px #00000054;
}

.header-middle-area .header-search-bar .product-search-bar input:focus {
  box-shadow: 0px 1px 4px #fd6605;
}

.header-middle-area .header-middle-icons ul {
  display: flex;
  gap: 25px;
  justify-content: right;
  align-items: center;
}

.header-middle-area .header-middle-icons ul li .icon-wrapper>i {
  font-size: 22px;
  color: white;
}

.header-middle-area .header-middle-icons ul li .text>a {
  margin: 0;
  padding: 0;
  margin-top: -2px;
  display: inherit;
  font-size: 12px;
  text-transform: uppercase;
}

.header-middle-area .header-middle-icons ul li,
.header-middle-area .header-middle-icons ul li a {
  color: white;
  font-size: 13px;
  transition: 0.3s;
}

.header-middle-area .header-middle-icons ul li a:hover {
  color: var(--lightRed);
}

.header-middle-area {
  position: relative;
  padding: 0px 0;

}

.header-middle-area .header-middle-icons ul li .icon {
  display: flex;
  align-items: center;
  gap: 0px;
  border-radius: 3px !important;
  background: var(--lightBlack);
  padding: 1px;
  padding-right: 18px;
  padding-left: 21px;
  border: 0.5px solid #ffffff1a;
}

.header-middle-area .header-middle-icons ul li .icon-wrapper {
  position: relative;
  display: inline-block;
}

/* Initial state for the pc-builder icon */
.header-middle-area .header-middle-icons ul li .icon.pc-builder {
  background: linear-gradient(55deg, #fe6805, #fe6805, #b34613, #fe6805, #fe6805);
  background-size: 400% 400%;
  /* Ensure the background can move */
  animation: gradientAnimation 5s ease infinite;
  /* Apply animation */
}

/* Keyframes to animate the gradient */
@keyframes gradientAnimation {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.header-middle-icons ul li .icon.pc-builder:hover {
  background: linear-gradient(43deg,
      #fd6605,
      #fd6605,
      #141519,
      #fd6605,
      #fd6605);
  background-size: 400% 400%;
  color: white;
}


.header-middle-area .header-middle-icons ul li .icon:hover .text a {
  color: var(--lightRed);
}

.header-middle-area .header-middle-icons ul li .icon .text p {
  height: 37px;
  padding-top: 9px;
  text-transform: capitalize;
  text-align: left;
  width: 79px;
  color: white;
  font-size: 15px;

}

.header-middle-area .header-middle-icons ul li .icon span {
  font-size: 70%;
  text-align: center;
  display: block;
  opacity: 0.7;
}

.header-middle-area .header-middle-icons ul li .icon:hover i {
  color: var(--lightRed);
}

.header-middle-area .header-middle-icons ul li .icon.pc-builder:hover i,
.header-middle-area .header-middle-icons ul li .icon.pc-builder:hover p {
  color: white;
}

.header-middle-area .header-middle-icons ul li .icon:hover span {
  color: white;
}

.header-bottom-area.sticky {
  position: fixed;
  width: 100%;
  background: black;
  top: 0;
  z-index: 99;
}

.main-menu-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}