@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap');

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
    font-family: "Space Grotesk", sans-serif;
  width: 100%;
}

@-ms-viewport {
  width: device-width;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
  color: #00234C;
}


button {
  border: none;
}

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

a {
  text-decoration: none;
}

:root {
  --bg-color: #F4BC44;
  --second-color: #940808;
}

/* menu section css */

.main-menu-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #000;
}
.BG-Transparent .main-menu-wrap.scrolled {
  background: #000;
  transition: background-color 0.3s ease;
}

.top-section {
  text-align: center;
  padding: 10px 0px 14px 0px;
  /* background: rgba(30, 29, 35, 0.51); */
  background: rgb(244 188 68);
  backdrop-filter: blur(17.430713653564453px);
}

.top-section h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  /* color: #F6F6F6; */
  color: #001834;
}

.header {
  height: 70px;
  position: relative;
  z-index: 9;
  background: #0000004F;
  line-height: 70px;
}
.logo {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}

.logo img {
  height: 100%;
  width: 100%;
  max-width: 200px;
  max-height: 24px;
  padding-bottom: 2px;
}
/* .menu ul {
  display: flex;
  justify-content: space-between;
  width:100%;
} */

.menu ul{
  display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
}
.menu {
  height: auto;
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  justify-content: end;
  align-items: center;
}
.header .container .search-menu-wrp .menu > ul > li > a.menubtn {
  height: 40px;
  line-height: 24px;
  color: var(--bg-color) !important;
  background: transparent;
  border: 1px solid  var(--bg-color);
  padding: 8px 20px;
  position: relative;
  top: 15px;
}
.header .container .search-menu-wrp .menu > ul > li:hover > div.sub-menu {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
.header .container .search-menu-wrp .menu > ul > li > a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 8px;
  line-height: 73px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .container .search-menu-wrp .menu > ul > li > a i {
  font-size: 13px;
  padding-left: 2px;
}
.header .container .search-menu-wrp .menu > ul > li .sub-menu {
  position: absolute;
  height: auto;
  display: block;
  left: 0;
  padding: 0;
  pointer-events: none;
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  overflow: hidden;
  max-width: 100%;
  left: -82px;
  right: 0;
  border-radius: 25px;
  padding: 0px 30px 30px 30px;
  background: #000;
  z-index: 9;
}
.BG-Transparent .header .container .search-menu-wrp .menu > ul > li .sub-menu {
  background: rgb(10 9 28 / 45%);
  backdrop-filter: blur(20px);
}

.BG-Transparent .main-menu-wrap {
  background: transparent;
}
.sunmenu-section {
  width: 100%;
  height: auto;
  padding-right: 10px;
}

.sunmenu-section h4 {
  font-size: 17px;
  color: #F6F6F6;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0px 10px 0px;
}

.sunmenu-section ul li a {
  display: flex;
}

.sunmenu-section ul li a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.sunmenu-section ul li a p {font-size: 16px;color: #F6F6F6;margin: 0; line-height: 2;}

.sunmenu-section ul li a p span {
  display: block;
  font-size: 14px;
}
.menubtn {
  background: var(--bg-color);
  border-radius: 30px;
  padding: 8px 25px;
  color: #00234C !important;
  font-weight: 500;
}
.sunmenu-section ul {
  display: block;
  width: 100%;
  max-height: 482px;
  overflow-y: auto;
  padding-right: 10px;
}
.sunmenu-section ul::-webkit-scrollbar-track
{
	border-radius: 50px;
	background-color: #F5F5F5;
}

.sunmenu-section ul::-webkit-scrollbar
{
	width: 4px;
  height: 4px;
	background-color: #F5F5F5;
  border-radius: 50px;

}

.sunmenu-section ul::-webkit-scrollbar-thumb
{
	border-radius: 50px;
	background-color: var(--bg-color);
}

.sunmenu-section ul li {
  margin-bottom: 15px;
}

.sunmenu-section ul li a p:hover {
  color: #F4BC44;
}

.sunmenu-section ul li:last-of-type {
  margin-bottom: 0;
}
.sunmenu-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sunmenu-section .box {
  min-height: auto;
  margin: 0;
  padding-top: 0;
}

.sunmenu-section .box:before {
  background: transparent;
  border: 0.55px solid #F6F6F6;
  width: calc(100% - 40px);
  left: 20px;
}

.sunmenu-section .box .box-btn a:last-of-type img {
  top: 0;
  max-width: 20px;
  max-height: 20px;
}
.sunmenu-section .box .box-btn a{
  line-height: 42px;
  height: 42px;
  font-size: 16px;
}
.sunmenu-section .box .box-btn a:nth-child(2) {
  height: 42px;
  line-height: 40px;
  margin-left: 4px;
}
.sunmenu-section .box-text {
  color: #F6F6F6;
  padding: 0px 15px;
}
.sunmenu-section .box-text h3 {
  font-size: 16px;
  font-weight: 600;
}
.sunmenu-section .box-text h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  color: var(--bg-color);
}
.sunmenu-section .box-btn {
  margin-top: 15px;
  padding: 0px 15px;
}
.three-icon-wrap {
  width: 14%;
  padding-left: 30px;
}
.three-icon-wrap ul {
  width: 100%;
}

.three-icon-wrap ul li a {
  color: #fff;
}

/* search section css */
.search-menu-wrp{
  position: relative;
}
.header-search-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 200%;
  height: 70px;
  background-color: #000000;
  transition: .5s;
  z-index: 9;
}
.BG-Transparent .header-search-wrapper{
  background-color: #001834;
}
.header-search-wrapper.active{
  left: 0;
  transition: .5s;
}
.search-bar-component {
  display: flex;
  align-items: center;
}
.search-bar-input-wrapper input {
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  color: #fff;
  height: 55px;
  padding: 0px 20px;
  outline: none;
}
.search-bar-input-wrapper {
  width: 100%;
  height: auto;
}
.search-bar-icon-wrapper span, button.close-icon-wrapper {
  color: #fff;
  width: 50px;
  text-align: center;
}
button.close-icon-wrapper {
  height: 50px;
  line-height: 50px;
  background: transparent;
  min-width: 50px;
}
.scrolled .header-search-wrapper {
  background: #000000;
}


/* search section css */

/* menu section css */

/* mobile menu css */
.centerLogo{
  height: auto;
  width: 100%;
}
button.toggle-bar {
  position: absolute;
  left: 25px;
  top: 25px;
  background: transparent;
  color: #F6F6F6;
  font-size: 20px;
  border: 0.4px solid #E3DBDB;
  line-height: 48px;
  display: none;
  z-index: 9;
}
.mobile-logo button.toggle-bar {
  right: 0;
  left: inherit;
  top: -3px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: none;
}
.mobile-menu.new {
  left: 0;
}

.mobile-menu {
  position: fixed;
  z-index: 9;
  background: rgba(0, 0, 0, 0.31);
  backdrop-filter: blur(20px);
  top: 0;
  max-width: 400px;
  height: 100%;
  padding: 25px;
  left: -400px;
  overflow-y: auto;
  transition: .5s;
}

.mobile-logo {
  height: auto;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.mobile-logo img {
  max-width: 130px;
  max-height: 24px;
  height: 100%;
  width: 100%;
}

.M-image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 170px;
}

.M-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.M-image-text {
  position: absolute;
  z-index: 9;
  top: 50%;
  color: #FFFFFF;
  padding-left: 20px;
  height: auto;
  left: 0%;
  transform: translate(0%, -50%);
}

.M-image-text span i {
  font-size: 12px;
  color: var(--bg-color);
  padding-right: 2px;
}

.M-image-text h5 {
  font-size: 14px;
  max-width: 85%;
  line-height: 18px;
}

.M-image-text h5 span {
  display: block;
  color: var(--bg-color);
}

.M-image-text a.menubtn {
  color: var(--bg-color) !important;
  background: var(--second-color);
  font-size: 12px;
  padding: 4px 15px;
}

.M-image-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.M-image-wrap .M-image {
  height: auto;
  width: 100%;
}

.M-image-wrap .M-image img {
  height: 100%;
  width: 100%;
}

.M-image-wrap .M-image:first-of-type {
  margin-right: 15px;
}
.mobile-Link {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.mobile-Link ul {
  display: block;
}

.mobile-Link ul li {line-height: 30px;}

.mobile-Link ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #F6F6F6;
  padding: 2px 0px;
  display: block;
  text-transform: uppercase;
}

.mobile-Link a.menubtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--second-color) !important;
  margin-top: 10px;
}

.icons {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
}

.icons a {
  display: block;
  height: 40px;
  width: 40px;
  border: 0.4px solid #E3DBDB;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}

.icons a:last-of-type {
  margin: 0;
}
.M-submenu {
  padding-left: 15px;
  display: none;
}

.M-submenu ul li a {
  font-weight: 600;
}
.mobile-Link ul li a i {
  margin-left: 5px;
}

.inner-wraps {
  display: flex;
  background: #000000;
  justify-content: space-between;
  align-items: center;
  padding:15px 20px;
}

.inner-wraps .menu ul {
  justify-content: right;
}


.inner-wraps img {
  display: block;
  width: 100%;
  max-width: 160px;
  max-height: 24px;
}
.bar {
  height: auto;
  width: 100%;
}
.bar button.toggle-bar {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  border: none;
  padding: 0;
}

.inner-wraps .menu ul li a {
  color: #fff;
  padding: 0px 8px;
}
.mobile-bar {
  display: none;
}

/* mobile menu css */

.switch-on .switch {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 20px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.switch-on .switch::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-on .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

.switch-on input:checked+.switch {
  background: var(--bg-color);
}

.switch-on input:checked+.switch::before {
  left: 28px;
  background: #141414;
}

.switch-on input:checked+.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.switch-on {
  height: auto;
  width: 100%;
}

.switch-on span {
  text-transform: uppercase;
  padding-left: 5px;
}

#seeMoreBtn{
    background-color: #f4bc44;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.faq-main-contant {
  height: auto;
  width: 100%;
  /* max-height: 410px; */
  overflow-x: auto;
  padding-right: 10px;
}
.faq-main-contant::-webkit-scrollbar-track
{
	border-radius: 50px;
	background-color: #FEF9DE;
}

.faq-main-contant::-webkit-scrollbar
{
	width: 8px;
	background-color: #FEF9DE;
  border-radius: 50px;
}

.faq-main-contant::-webkit-scrollbar-thumb
{
	border-radius: 50px;
	background-color: var(--bg-color);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.accordion .accordion-item {
  position: relative;
  transition: .5s;
  border: none;
  margin-bottom: 8px;
}

.accordion .accordion-item .accordion-item-header {
  padding: 10px 18px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  background: #FEF9DE;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
  margin-right: 30px;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: .5s;
  position: absolute;
  right: 14px;
  top: 15px;
}

.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: .5s;
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
  min-height: 0;
}

.accordion-item.open .accordion-item-header {
  background: var(--bg-color);
  transition: .5s;
}

.select-product-wrap {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  margin: 0 10px;
}

.select-product {
  height: auto;
  width: 100%;
  position: relative;
  margin: 10px 5px 0px;
  cursor: pointer;
  width: 31%;
}

.select-product input {
  display: none;
}

.select-product-img {
  height: auto;
  width: 100%;
  border: 1px solid #00000021;
  border-bottom: 0;
  background: #fff;
  padding: 10px;
}

.select-product-img img {
  max-width: 77px;
  max-height: 85px;
}

.select-product-img span {
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}

.select-product-text {
  background: #FEF9DE;
  border: 1px solid #FEF9DE;
  transition: .5s;
  /* height: 100%; */
}
.select-product.selected .select-product-text {
  background: var(--bg-color);
}

.select-product.active .select-product-text {
  background: var(--bg-color);
  transition: .5s;
}

.select-product-text p {
  font-weight: 500;
  padding: 10px;
  margin: 0;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title img {
  max-width: 24px;
  margin-left: 6px;
  opacity: 0;
  transition: .5s;
}

.accordion .accordion-item .accordion-item-header.active span.accordion-item-header-title img {
  opacity: 1;
  transition: .5s;
}

.accordion-item.open .accordion-item-header.active {
  background: #FEF9DE;
}

.build-pc-text {
  height: auto;
  width: 100%;
}

.build-pc-text h1, .build-pc-text h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0px;
  color: #000;
}

.build-pc-text > p {
  color: rgba(0, 0, 0, 0.40);
  font-size: 18px;
}

.cpu-image {
  height: auto;
  width: 100%;
  max-width: 360px;
  max-height: 443px;
  position: relative;
  text-align: center;
  margin: auto;
}

.cpu-image img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  /* max-width: 400px; */
  max-width: 343px;
  margin: auto;
  top: 50px;
}

.cpu-image:before, .product-main .slider.slider-for::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--bg-color);
  border-radius: 50%;
  left: 0;
  top: 0;
}

.build-pc {
  height: auto;
  width: 100%;
  padding: 60px 0px;
}
.total-price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 50px 50px 0px 0px;
  padding: 12px 0px;
  position: relative;
  margin-top: 10px;
}
.total-price-wrap:before {
  content: '';
  position: absolute;
  width: 94%;
  height: 10px;
  flex-shrink: 0;
  background: #00000030;
  filter: blur(8px);
  top: -2px;
  z-index: -1;
  left: 3%;
  border-radius: 50px 50px 0px 0px;
  right: 3%;
}

.total-price-text p {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}

.total-price-btn {padding-left: 15px;}

.total-price-btn .menubtn {
  background: var(--bg-color);
  color: #940808 !important;
}
.total-price-text del {
  color: #00000099;
}
.fotter{
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 60px;
}
.fotter > img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -3;
}
.fotter-strip {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00234C;
  color: #FFFFFF;
  height: 70px;
  /* margin-top: 40px; */
  position: relative;
}

.fotter-strip p {
  margin: 0;
  font-size: 18px;
  padding-right: 20px;
}

button.fotter-btn {
  background: var(--bg-color);
  color: #00234C;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 25px;
}
.fotter-logo {
  height: auto;
  width: 100%;
}

.fotter-logo img {
  width: 100%;
  max-width: 180px;
  object-fit: contain;
}

.fotter-link {
  height: auto;
  width: 100%;
}

.fotter-link h5 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 15px;
}

.fotter-link ul li a {
  color: #171717;
  padding: 5px 0px;
  display: block;
}

.fotter-link-input {
  height: auto;
  width: 100%;
  display: flex;
}

.fotter-link-input input {
  width: 100%;
  background: #940808;
  height: 50px;
  border-radius: 10px;
  border: none;
  padding: 0px 20px;
  color: var(--bg-color);
  outline: none;
}
.fotter-link-input input::placeholder{
  color: var(--bg-color);
}

.fotter-link-input button.fotter-btn {
  color: #940808;
  margin-left: 15px;
}

.fotter-link h3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 12px;
}

.copyRight-wrap {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #00234C;
  padding: 30px 0px 60px 0px;
  margin-top: 60px;
}

.copyRight-left {
  display: flex;
}

.copyRight-left-link ul {
  display: flex;
}

.copyRight-left-link ul li a {
  text-decoration: underline;
  color: #171717;
  margin-left: 15px;
}

.copyRight-right {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.copyRight-right a {
  color: #00234C;
  margin-right: 15px;
  display: block;
  font-size: 20px;
}

.copyRight-right a img {
  max-width: 16px;
  position: relative;
  top: -3px;
}

.copyRight-left p {
  margin: 0;
}
.fotter-link h3 a {
  text-decoration: underline;
  color: #171717;
}
.copyRight-right.hide-destop{
  display: none;
  padding: 10px;
}
.blog-wrap {
  height: auto;
  width: 100%;
  padding: 40px 0px;
}

.comman-text {
  text-align: center;
  height: auto;
  width: 100%;
}

.comman-text h1 {
  font-size: 65px;
  font-weight: 700;
}

.comman-text h1 span {color: var(--bg-color)}

.comman-text > p {
  font-size: 18px;
  max-width: 70%;
  margin: auto;
}

.bolg-input-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
}

.bolg-input-wrap .fotter-link-input {
  max-width: 45%;
}

.bolg-input-wrap .fotter-link-input input {
  border: 2px solid #c9c9c9;
  background: transparent;
  color: #282828ba;
}

.bolg-input-wrap .fotter-link-input input::placeholder{
  color: #c9c9c9; 
}
.bolg-input-wrap .fotter-link-input button.fotter-btn {
  background: #940808;
  color: #fff;
}

.sort-wrap {
  height: auto;
  width: 100%;
  text-align: right;
  position: relative;
}

.sort-wrap p {
  font-size: 20px;
  color: #726F6F;
  display: inline-block;
  cursor: pointer;
}

.sort-wrap p span {
  font-weight: 600;
  color: #000000;
}

.sort-wrap ul {
  background: #FFFFFF70;
  border: 1px solid #D2CFCF;
  width: 140px;
  margin-left: auto;
  text-align: left;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 38px;
  display: none;
}
ul.sort-wrapNew {
  display: block;
}
.sort-wrap ul li a {
  color: #000000;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0px;
}

.sort-wrap ul li a i {
  font-size: 13px;
  opacity: 0;
  transition: .5s;
}
.sort-wrap p i {
  position: relative;
  top: 3px;
  padding-left: 10px;
  font-size: 24px;
}
.sort-wrap ul li a.selected i {
  opacity: 1;
}

.blog-box {
  height: auto;
  width: 100%;
  padding-bottom: 40px;
}

.blog-images {
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 360px;
}

.blog-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-texts {
  height: auto;
  width: 100%;
  padding-top: 15px;
}

.blog-texts h3 {
  font-size: 15px;
  color: var(--bg-color);
}

.blog-texts h4 {
  font-size: 27px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  color: #171717;
  position: relative;
  padding-right: 30px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-texts a {
  position: relative;
}
.blog-texts a i {
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  font-size: 20px;
  color: #171717;
}

.blog-texts p {
  font-size: 16px;
  font-weight: 400;
  color: #171717;
}
.blog-banner {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 40px;
  overflow: hidden;
  max-height: 440px;
}

.blog-banner img {
  height: 100%;
  width: 100%;
}
.breadcrams {
  height: auto;
  width: 100%;
}

.breadcrams ul {
  display: flex;
}

.breadcrams ul li a {
  color: #706E6E;
  padding: 0px 10px;
  margin-right: 5px;
  position: relative;
}

.breadcrams ul li a:before {
  content: '';
  position: absolute;
  height: 80%;
  width: 1.5px;
  background: #706E6E;
  right: -3px;
  top: 3px;
  transform: rotate(24deg);
}

.breadcrams ul li:last-of-type a:before {
  display: none;
}

.main-menu {
  background: #FDFDFD;
}

.blog-details-hadd {
  height: auto;
  width: 100%;
  padding-bottom: 40px;
}

.blog-details-hadd h1 {
  font-size: 40px;
  font-weight: 700;
  max-width: 75%;
  padding: 10px 0px;
}

span.date {
  background: #940808;
  color: var(--bg-color);
  padding: 7px 30px;
  border-radius: 40px;
  font-size: 15px;
}
.blog-details-contant {
  height: auto;
  width: 100%;
}

.details-images {
  height: auto;
  width: 100%;
  max-height: 470px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
  /* max-width: 422px; */
}

.details-images img {
  height: 100%;
  width: 100%;
}

.blog-text-image {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.short-image {
  height: auto;
  width: 100%;
  max-height: 275px;
  min-width: 380px;
  max-width: 380px;
  position: relative;
  margin-left: 20px;
}

.short-image img {
  height: 100%;
  width: 100%;
}

.short-image img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 35px;
}
.blog-detail .box-btn a:last-of-type{
  line-height: 26px;
}
.blog-details-contant p {
  line-height: 30px;
}
.blog-details-contant h4 {
  font-size: 26px;
  font-weight: 700;
  padding-top: 20px;
}

.blog-details-contant ul {
  list-style-type: disc;
  padding-left: 30px;
}

.blog-details-contant ul li {
  line-height: 30px;
}

.blog-details-contant ul li span {
  font-weight: 500;
}
.trending-post {
  height: auto;
  width: 100%;
  border: 1px solid var(--bg-color);
  border-radius: 20px;
  padding: 20px;
}

.trending-post h5 {
  font-size: 24px;
  font-weight: 700;
}

.trending-post h5 span {
  color: #940808;
}

.trending-box {
  display: flex;
  width: 100%;
  padding-top: 20px;
}

.trending-image {
  height: 140px;
  width: 140px;
  min-width: 140px;
  border-radius: 13px;
  overflow: hidden;
}

.trending-image img {
  height: 100%;
  width: 100%;
}

.trending-text {
  padding-left: 10px;
}

.trending-text h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.trending-text span.date {
  background: #F1F0F6;
  color: #870D0E;
  font-size: 14px;
  padding: 5px 18px;
  margin-bottom: 8px;
  display: inline-block;
}

.contact-form {
  height: auto;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
.contact-form .error-message {
  position: absolute;
  font-size: 14px;
  display: block;
  bottom: 10px;
}

.contact-form input, .contact-form textarea {
  border: 1.5px solid #c9c9c9;
  width: 100%;
  margin-bottom: 10px;
  height: 52px;
  border-radius: 10px;
  padding: 0px 15px;
  outline: none;
}
.contact-form textarea{
  height: 150px;
  padding:15px;
}
.contact-form button {
  background: #940808;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  height: 52px;
  line-height: 52px;
}
.get{
  padding: 40px 0px 20px 0px;
}

/* home page css */

.main-banner {
  height: 900px;
  width: 100%;
}
.main-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-banner img.mobile-banner{
  display: none;
}
.main-banner-text {
  height: auto;
  width: 100%;
  text-align: center;
  padding: 140px 0px 0px 0px;
  position: absolute;
  left: 0;
}

.main-banner-text h6 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
}

.main-banner-text h6 i {
  color: var(--bg-color);
}

.main-banner-text h1 {
  font-size: 76px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-banner-text h1 span {
  color: var(--bg-color);
}

.main-banner-text p {
  color: #FFFFFF;
  max-width: 70%;
  margin: auto;
  padding-bottom: 25px;
}

.shop-by-cat {
  height: auto;
  width: 100%;
  padding: 40px 0px;
}

.Category-wrap {
padding-bottom: 40px;
}

.Category-box {
  height: auto;
  width: 100%;
  padding-right: 20px;
  position: relative;
}

.Category-image {
  height: 200px;
  width: 220px;
  margin: auto;
}

.Category-image img {
  height: 100%;
  width: 100%;
}

.Category-box h5 {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.Category-box h5 a {
  color: #00234C;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #00234C;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
}

.Category-wrap .Category-box:last-of-type {
  padding-right: 0;
}

.Category-box:before {
  content: '';
  position: absolute;
  height: 90px;
  width: calc(100% - 20px);
  border: 1px solid var(--bg-color);
  border-radius: 30px;
  z-index: -1;
  bottom: 65px;
}
h2.coman-text {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 30px;
  margin: 0;
}

h2.coman-text span {
  color: var(--second-color);
}

.Precision-img {
  height: 609px;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  /* padding-bottom: 95%; */
}
.Precision-img #precision-image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Precision-img video#myVideo2 {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  object-fit: cover;
}

.Precision-img img {
  height: 100%;
  width: 100%;
}
.Precision-cuunter-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 15px;
}

.counter-section span {
  font-size: 30px;
  font-weight: 800;
}
.Precision-box h2.coman-text {
  text-align: left;
  padding-bottom: 10px;
  font-size: 55.481px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.11px;
    text-transform: capitalize;
    margin-top: 80px;
}
.Precision-count h4 {
  font-weight: 700;
  color: var(--bg-color);
  padding-bottom: 6px;
  line-height: 20px;
}

.Precision-box {
  height: 100%;
  width: 100%;
  padding: 38px 0px;
}
a.menubtn.menubtnnew {
  background: transparent;
  color: #00234C;
  border: 1.5px solid #00234C;
  margin-top: 10px;
  display: inline-block;
}

.main-tab-wrap {
  position: relative;
  z-index: 9;
}

.tab-wrap {
  height: auto;
  width: 100%;
}
.tab-ul-wrap {
  overflow-x: auto;
  max-width: fit-content;
  margin: auto;
}
.tabs{
  list-style: none;
    background: #F5F5F5;
    width: 100%;
    margin: auto;
    border-radius: 50px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
}
.tabs li{
  display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #000000;
    padding: 8px 25px;
}
.tabs li:last-of-type{
  margin-right: 0;
}
.tabs li.current, .tabs li:hover{
  background: #f4bc44;
  color: #000000;
  border: 1px solid #f4bc44;
}
.tab-content{
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.tab-content.current{
  opacity: 1;
  height: 100%;
  overflow: initial;
}
.box-wrap {
  display: flex;
  justify-content: space-between;
}

.box {
  height: auto;
  width: 100%;
  border-radius: 36px;
  padding: 20px;
  margin-right: 30px;
  position: relative;
  /* z-index: 9; */
  min-height: 715px;
}
.box:before{
  content: '';
  position: absolute;
  height: calc(100% - 118px);
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 30px;
  border: 2px solid #00234C14
}
.box::after{
  width: 200px;
  height: 200px;
  left: calc(50% - 100px);
  z-index: 1;
  top: calc(100% - 100px);
  filter: blur(36px);
}

/* .box-image img {
  height: 100%;
  width: 100%;
} */

.box-image img {
  height: 365px;
  width: 100%;
  object-fit: cover;
}


.box-image {
  /* height: 394px; */
  height: auto;
  width: 100%;
  z-index: 1;
  position: relative;
}

.box-wrap .box:last-of-type {
  margin-right: 0px;
}
.box-text {
  height: auto;
  width: 100%;
  z-index: 2;
  position: relative;
  padding-top: 20px;
}

.box-text h3 {
  font-size: 19px;
  font-weight: 700;
}

.box-text h5 {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0px;
  color: var(--second-color);
}

.box-text p {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 6px 0px;
  background-image: url(../images/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: space-between;
}
.box-btn {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
  /* z-index: 9; */
  bottom: 0;
}

.box-btn a {
  background: var(--second-color);
  border-radius: 10px;
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  text-align: center;
  line-height: 50px;
  height: 50px;
}

.box-btn a:nth-child(2) {
  max-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 49px;
  margin-left: 20px;
  background-color: var(--bg-color);
}

.box-btn a:last-of-type img {
  height: 26px;
  width: 26px;
  margin: auto;
      position: relative;
      top: 11px;
}
.box-wrap .slick-list{
  margin: auto;
}

.book-bg {
  height: auto;
  width: 100%;
  background: #00234C;
  border-radius: 40px;
  padding: 0px 40px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.book-img {
  height: 350px;
  min-width: 346px;
  position: relative;
  top: -45px;
}

.book-img img {
  height: 100%;
  width: 100%;
}
.book-bg-text h2 {
  font-size: 52px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-weight: 700;
}

.book-bg-text h2 span {
    color: var(--bg-color);
}
.book-bg-text p{
  color: #fff;
}
  .book-bg-text {
    padding: 40px 0px 0px 60px;
}
/* .brand {
  padding-top: 15px;
} */

.brand-image img {
  height: 65px;
  width: 100px;
  object-fit: contain;
  margin: auto;
}
.Perfect-pc {
  height: auto;
  width: 100%;
  background: #00234C;
  padding: 40px 0px;
  margin: 40px 0px;
}

.Perfect-pc .Precision-box {
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 50px;
}

.Perfect-pc .Precision-box h2.coman-text {
  text-align: center;
}

.Perfect-pc .Precision-box h2.coman-text span {
  color: var(--bg-color);
}

.Perfect-pc .Precision-box p {
  max-width: 80%;
  margin: auto;
  padding-bottom: 25px;
}

.Perfect-image {
  height: auto;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  max-height: 480px;
}

.Perfect-image img {
  height: 100%;
  width: 100%;
}

.Perfect-image span {
  position: absolute;
  top: 20px;
  z-index: 99;
  left: 18px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 11.588px;
  background: #ffffff69;
  backdrop-filter: blur(9.932583808898926px);
}
.Perfect-image-wrap .Perfect-image:last-of-type span{
  background-color: #00234c5e;
}

.Perfect-image span b{
  color: #fff;
  opacity: 1;
}
a.menubtn {
  background: var(--bg-color);
  display: inline-block;
}
.Perfect-image-wrap {
  height: auto;
  width: 100%;
}

.Perfect-image-wrap .Perfect-image {
  height: 228px;
}

.Perfect-image-wrap .Perfect-image:first-of-type {
  margin-bottom: 25px;
}

.video-image {
  height: 658px;
  width: 100%;
  max-height: 541px;
  position: relative;
  border-radius: 40px;
}
.video-image video{
  max-height: 450px;
  border-radius: 40px;
  height: 100%;
  object-fit: cover;
}

.video-image img {
  height: 100%;
  width: 100%;
}

button#close-video, button#close-video2 {
  position: absolute;
  display: block;
  right: 30px;
  top: 30px;
  background: transparent;
  color: #ffff;
  z-index: 20;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.video-image img:last-of-type, .Precision-img img:last-of-type {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 45px;
  max-height: 35px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.customers-box p {font-weight: 500;}

.customers-box {
    height: auto;
    width: 100%;
    padding:0px 30px 60px 0px;
}

.customers-box span {
    color: var(--bg-color);
    padding-bottom: 20px;
    display: block;
}


.customers-d-image img {
    height: 100%;
    width: 100%;
}

.customers-d-text h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.customers-d-text p {
    font-weight: 400;
    margin: 0;
}
ul.slick-dots {
  display: flex;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
}
.home-blog-wrap ul.slick-dots{
  left: 20px;
}
ul.slick-dots li.slick-active button{
  width: 32px;
  border-radius: 20px;
  background-color: var(--second-color);
  transition: .5s;
}
.home-blog-wrap ul.slick-dots li.slick-active button{
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
}

ul.slick-dots li button {
  height: 12px;
  width: 10px;
  background: var(--bg-color);
  font-size: 0;
  border-radius: 50%;
  transition: .5s;
  margin-right: 5px;
}

.faq-main-contant.home {
  max-width: max-content;
  overflow: inherit;
}
.faq-main-contant.home .accordion .accordion-item .accordion-item-header {
  background: transparent;
  padding: 0px 40px 0px 0px !important;
  line-height: 18px;
  font-size: 15px;
}
.faq-main-contant.home .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  margin: 0;
}
.faq-main-contant.home .accordion .accordion-item {
  border: 1.6px dashed var(--bg-color);
  border-radius: 10px;
  padding: 10px 18px;
  background: #F4BC441A;
  margin-bottom: 10px;
}
.faq-main-contant.home p {
  margin: 4px 0px 0px 0px;
  line-height: 22px;
  font-size: 14px;
}
.accordion-item-header label {
  text-align: right;
  float: right;
  position: absolute;
  right: 15px;
  top: 13px;
}

.home .accordion-item .accordion-item-header label i:nth-child(2) {
  display: none;
  transition: .5s;
}
.home .accordion-item.open .accordion-item-header label i:nth-child(2) {
  display: block;
  transition: .5s;
}
.home .accordion-item.open .accordion-item-header label i:nth-child(1) {
  display: none;
  transition: .5s;
}

.home-blog-wrap .blog-box{
  padding: 0px 20px;
}

.home-blog-text {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.home-blog-text h2.coman-text {
padding: 0;
}

.home-blog-text h2.coman-text span {
  color: var(--bg-color);
}

button.fotter-btn a {
  color: #00234C;
}
.home-blog-wrap 
 .blog-texts {
    padding-top: 25px;
    color: #fff;
}

.home-blog-wrap .blog-texts h3 {
    color: #fff;
}

.home-blog-wrap .blog-texts h4 {
    color: #fff;
}

.home-blog-wrap .blog-texts p {
    color: #fff;
    /* padding-bottom: 20px; */
}
.home-blog-wrap .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 7;
  bottom: 0;
  right: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #00234c;
  border: 1px solid #fff;
}

.home-blog-wrap button.slick-prev.slick-arrow {
  right: 90px;
}

.home-blog-wrap .slick-arrow:before {
  content: '';
  position: absolute;
  height: 1.8px;
  width: 26px;
  background: #fff;
  left: 10px;
}

.home-blog-wrap .slick-arrow:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(-42deg);
  right: 12px;
  top: 20px;
}

.home-blog-wrap button.slick-prev.slick-arrow:after {
  left: 11px;
  right: initial;
  transform: rotate(130deg);
}

.home-blog-wrap .box-wrap .slick-arrow{
  border: 1px solid var(--second-color);

}
.home-blog-wrap .box-wrap .slick-arrow:before{
  background-color: var(--second-color);
}
.home-blog-wrap .box-wrap .slick-arrow::after{
  border: 2px solid var(--second-color);
  border-left: 0;
  border-top: 0;
}
.Instagram-wrap {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.Instagram-img {
  height: 365px;
  max-width: 100%;
  
}

.Instagram-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Instagram-wrap .Instagram-img:last-of-type {
  padding: 0;
}
/* home page css */

.features-wrap .box-wrap{
  padding-bottom: 0;
}

.features-wrap h2.coman-text {
  padding: 0;
}
.features-wrap .box-btn a:last-of-type img {
  top: -2px;
}

/* contact css */
.contact{
  height: auto;
  width: 100%;
  background-image: url(../images/contact1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0px 100px 0px;
}
.contact .contact-text {
  max-width: 70%;
  margin: auto;
  text-align: center;
  padding-bottom: 60px;
}
.contact .contact-text p, .contact .contact-text a{
  font-size: 18px;
  color: #282828;
}

.contact .contact-text h2.coman-text {
  font-size: 58px;
  padding-bottom: 15px;
  line-height: 58px;
}
.contact-details-wrap {
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
}

.contact-details {
  display: flex;
  text-align: left;
  color: var(--second-color);
  align-items: center;
}

.contact-email {
  height: 60px;
  width: 60px;
  border: 1px solid var(--second-color);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
}

.email-text {
  padding-left: 12px;
}

.contact-details .email-text > p, .contact-details .email-text > a {
  margin: 0;
  color: var(--second-color);
  font-weight: 500;
  line-height: 22px;
}
.contact-form-wrap {
  height: auto;
  width: 100%;
  box-shadow: 0px 30px 100px 0px #00000026;
  background: #fff;
  padding: 40px 60px;
  border-radius: 40px;
  max-width: 70%;
  margin: auto;
  position: relative;
  top: -80px;
}

.contact-form-wrap h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
}

.inputForm-wrap {
  display: flex;
  width: 100%;
}

.inputForm-wrap .contact-form:first-of-type {
  margin-right: 25px;
}

.inputForm-wrap .contact-form input {
  margin-bottom: 25px;
}

.contact-form-wrap button {
  color: var(--second-color);
  font-weight: 700;
}
.info {
  height: auto;
  width: 100%;
  background-image: url(../images/contact2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.info-wrap {
  height: auto;
  width: 100%;
  max-width: 70%;
  margin: auto;
  color: #fff;
  padding:40px 0px 100px 0px;
}
.info-wrap h2.coman-text span {
  color: var(--bg-color);
}

.info-box-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.info-box h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-box p {
  font-weight: 300;
  margin-bottom: 8px;
}
.info-box p a {
  color: #fff;
}

.info-box i {
  height: 36px;
  width: 36px;
  border: 1.82px solid #FFFFFF;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  color: #fff;
}

.info-box {
  width: 100%;
  padding: 10px 30px 0px 0px;
  position: relative;
}
.info-box:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 38px;
  background: var(--bg-color);
  top: 0px;
  left: 0;
}

/* contact css */

/* about us css */

.about-banner {
  height: auto;
  width: 100%;
  position: relative;
}
.about-banner:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000080;
  left: 0;
  top: 0;
}

.about-banner img {
  height: 384px;
  width: 100%;
  object-fit: cover;
}

.about-banner-text {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 70%;
  margin: auto;
  color: #fff;
  left: 50%;
  top: 67%;
  transform: translate(-50%, -50%);
}
.Hive {
  height: auto;
  width: 100%;
}
.Hive.Hive-home{
  max-height: 400px;
  margin-bottom: 65px;
}

.Hive img {
  height: 100%;
  width: 100%;
  object-fit: cover;
    border-radius: 40px;
}

.about-image {
  max-height: 800px;
  max-width: 650px;
  margin-left: auto;
}

.about-image img {
  height: 100%;
  width: 100%;
}

.about-text {
  height: auto;
  width: 100%;
  text-align: left;
}

.about-text h2.coman-text {
  text-align: left;
  padding-bottom: 20px;
}

.about-text img {
  height: 470px;
  width: 390px;
  margin: auto;
  display: block;
  padding-top: 35px;
}

.shop-by-cat-wrap h2.coman-text {
  color: #fff;
}

.shop-by-cat-wrap h2.coman-text span {
  color: var(--bg-color);
}
p.our-values {
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.value-box {
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 80px 20px;
  border-radius: 30px;
  transition: .5s;
  cursor: pointer;
  border: 1.5px solid #F5F5F5;
}
.value-box:hover{
  box-shadow: 0px 22.95px 76.5px 0px #00000026;
  transition: .5s;
}

.value-box img {
  height: 57px;
  width: 57px;
  object-fit: contain;
  margin-bottom: 10px;
}

.value-box h2.coman-text {
  font-size: 20px;
  padding: 0;
  text-align: left;
}

.value-box p {
  font-size: 14px;
  margin: 0;
}

.Highlight-box {
  height: auto;
  width: 100%;
  text-align: center;
}

.Highlight-box img {
  max-width: 40px;
  margin-bottom: 20px;
}

.Highlight-box h4 {
  font-size: 24px;
}
.about-form {
  height: auto;
  width: 100%;
  position: relative;
}

/* .about-form .contact-form-wrap {
  top: 50px;
} */
.fotter.padd {
  padding-top: 100px;
}

/* about us css */

/* pdp css */

.pdp-icon-wrap {
  display: flex;
  /* justify-content: space-between; */
  background: #F7F7F7;
  border: 0.5px dashed #94080833;
  border-radius: 20px;
  padding: 25px 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.pdp-icon-box {
  text-align: center;
  width: 33.3%;
  padding: 0 8px;
}

/* .product_align {
  display: flex;
  align-items: center;
} */

.pdp-icon {
  background: #F7F7F7;
  width: 80px;
  height: 70px;
  border: 1px dashed #940808;
  border-radius: 10px;
  margin: auto;
  line-height: 64px;
}

.pdp-icon img {height: 35px;width: 35px;}

.pdp-icon-text {
  padding-top: 15px;
  text-align: left;
}

.pdp-icon-text h6 {
  font-size: 13px;
}

.pdp-icon-text p {
  /* font-size: 15px; */
  margin: 0;
  color: var(--Oxford-Blue, #00234C);
leading-trim: both;
text-edge: cap;
font-family: "Space Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height:22.8px; /* 22.8px */
opacity: 0.5;
}

.PDP-price {
  height: auto;
  width: 100%;
  padding: 20px 0px 30px 0px;
}

.PDP-price del {
  color: #0000004D;
  font-weight: 700;
  font-size: 18px;
}

.PDP-price h4 {
  font-size: 36px;
  font-weight: 700;
  color: var(--second-color);
}
.PDP-price h4 span {
  font-size: 14px;
  font-weight: 500;
  background: var(--second-color);
  border-radius: 50px;
  color: var(--bg-color);
  padding: 4px 15px;
  position: relative;
  top: -10px;
}
.PDP-price h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--second-color);
}
.PDP-price h3 span {
  font-size: 14px;
  font-weight: 500;
  background: var(--second-color);
  border-radius: 50px;
  color: var(--bg-color);
  padding: 4px 15px;
  position: relative;
  top: -10px;
}
.add-cart-wrap {
  height: auto;
  width: 100%;
}
.qwantity-add-btn {
  display: flex;
  width: 100%;
  height: auto;
  margin: 30px 0px 20px 0px;
}

.quantity-wrap {
  border: 1.5px solid #00234C;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  height: 50px;
}

.quantity-wrap span{
  font-size: 22px;
}

.quantity-wrap button, .quantity-wrap span {
  height: 30px;
  width: 35px;
  display: block;
  text-align: center;
  line-height: 30px;
  background: transparent;
  font-weight: 600;
}

.qwantity-add-btn > button {
  background: var(--bg-color);
  border-radius: 8px;
  padding: 10px 30px;
  font-weight: 700;
  width: 100%;
  font-size: 20px;
}
.qwantity-add-btn > button:nth-child(2) {
  background: var(--second-color);
  color: #F6F6F6;
  margin-left: 10px;
}
.product-main .slider.slider-for{
  max-height: 450px;
  max-width: 450px;
  position: relative;
  margin: 0px auto 60px auto;
}
.product-main .slider.slider-for img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  top: 10px;
}
.product-main .slider.slider-nav img{
max-height: 100px;
max-width: 100px;
}

.build-pc-text.pdp h5 {
  font-size: 18px;
}

.build-pc-text.pdp h5 span i {
  color: var(--bg-color);
}
.sale-wrap {
  background: #FFF5F5;
  border: 2px dashed #940808;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  text-align: center;
  align-items: center;
}

.sale-left h4 {
  font-size: 20px;
  color: var(--second-color);
  font-weight: 700;
}
.sale-left p {
  margin: 0;
}

.sale-left {
  border-right: 2px dashed#940808;
  width: 50%;
}

.sale-right h4 {
  font-size: 20px;
  font-weight: 500;
}

.sale-right p {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  margin: 0;
  height: 23px;
  background: #FFD1D1;
  border-radius: 5px;
}

.sale-right p span {
  padding: 0px 10px;
}

.sale-right p button {
  background: var(--second-color);
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  font-weight: 500;
  padding: 0px 10px;
  height: 23px;
}
.sale-right {
  text-align: left;
}

/* code copy */

#popup {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%, -50%);
  font-size: 16px;
}
#popup.show {
  visibility: visible;
  animation: fadeInOut 2s ease;
}
@keyframes fadeInOut {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}
/* code copy */
.Experience-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.Experience-image {
  margin-right: 20px;
  height: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 260px;
}

.Experience-image img {
  height: 100%;
  width: 100%;
}
section.shop-by-cat.Dynamic .Hive img {
  border-radius: 0;
  max-width: 700px;
  max-height: 700px;
}

section.shop-by-cat.Dynamic h2.coman-text span {
  font-size: 30px;
}
.pr {
  padding-right: 0;
}

.pl {
  padding-left: 0;
}
.Dynamic-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 50px;
}
.Dynamic-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 50px;
}

.Dynamic-box p {
  font-weight: 500;
  font-size: 18px;
  color: #00000080;
}

.Dynamic-box1{
  text-align: right;
}

.Dynamic-box1 h2.coman-text {
  text-align: right;
}
.Related .box-btn {
  position: relative;
  width: 100%;
  bottom: 0;
}
.book-Con .book-bg-text {
  padding: 40px 60px 0px 0px;
}
.book-Con a.menubtn {
  margin-top: 20px;
}
/* pdp css */


/* login css */
section.login-wrapper {
  height: auto;
  width: 100%;
  padding-top: 40px;
  background-color: #000;
}

.login-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.login-wrap img {
  height: 100%;
  width: 100%;
}

.login-contant {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
}

.login-contant h2.coman-text {
  text-align: left;
  padding: 0;
  color: #ffff;
}

.login-contant p {
  color: #ffff;
  padding-bottom: 10px;
}

.login-contant p a {
  color: #f4bc44;
}
.contact-form label {
  font-weight: 500;
  padding-bottom: 10px;
  color: #ffff;
}

.login-contant .contact-form input {
  border-radius: 50px;
  border: 1.2px solid #DDDDDD;
}

.agree-text {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 50px 0px;
}

.checkbox-wrap input {
  margin-right: 10px;
}

.checkbox-wrap span a {color: var(--second-color);text-decoration: underline;}

.agree-text a {
  color: var(--second-color);
}

button.login-btn {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  color: #F4BC44;
  background: var(--second-color);
  font-size: 18px;
}
.login-img-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0px 20px 20px 20px;
  color: #fff;
}

.login-img-text img {
  max-width: 60px;
  position: relative;
  top: 15px;
}

.login-img-text h4 {
  font-size: 34px;
  font-weight: 400;
}

.login-img-text p {
  font-size: 20px;
  margin: 0;
}
.OTP-popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: #0000008F;
  z-index: 9;
  display: none;
}
.OTP-popup-wrap.OTP-toggle {
  display: block;
}

.OTP-contant {
  background: #fff;
  padding: 40px;
  position: relative;
  max-width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  text-align: center;
}
.OTP-contant button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  color: #292D32;
}

.OTP-contant > span {
  background: var(--second-color);
  height: 70px;
  width: 70px;
  display: block;
  text-align: center;
  line-height: 67px;
  border-radius: 50%;
  margin: auto;
}

.OTP-contant h4 {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.OTP-contant p span {
  color: #000000;
  font-size: 17px;
}

.OTP-contant p:nth-child(2) {
  padding-top: 40px;
}

.OTP-contant p:last-of-type {
  margin-top: 25px;
}

.otp-input {
  display: flex;
  justify-content: space-between;
  max-width: 60%;
  margin: auto;
}

.otp-input input {
  border: 1px solid #C5C5C5;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  outline: none;
  text-align: center;
}

.OTP-contant a {
  display: inline-block;
  color: var(--second-color);
  margin: 25px 0px;
  text-decoration: underline;
}
.login-contant .contact-form {
  padding-top: 14px;
}

/* login css */


/* Style the tab */
.tab-wraps {
  width: 100%;
  /* background: var(--second-color);
  border-radius: 20px; */
  border-radius: 18px;
background: #FFF;
  padding: 10px;
  height: 261px;
  display: flex;
  align-items: center;
}
.tab {
 display: block;
}
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 18px;
  transition: 0.3s;
  display: block;
  width: 100%;
  background: transparent;
  /* color: #FFFFFF; */
  color: var(--Oxford-Blue, #00234C);
  text-align: left;
  position: relative;
}
.tab button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 171px;
  background: var(--bg-color);
  left: -10px;
  top: 0;
  border-radius: 0px 5px 5px 0px;
  display: none;
  z-index: 2;
}
.tab button.active::before {
  display: block;
}

.tabcontent {
  display: none;
  border-radius: 18px;
background: #FFF;
padding: 20px;
}
.tabcontent.active {
  display: block;
}

.tabcontent h3 {
  font-size: 30px;
}

.account-info h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.account-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.account-section h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-info, .address-info {
  margin-bottom: 20px;
}

.contact-info h4, .address-info h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-info p, .address-info p {
  margin: 5px 0;
}

.contact-info a, .address-info a {
  color: var(--second-color);
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  margin-left: 8px;
}

.address {
  display: flex;
  justify-content: space-between;
}

.billing-address, .shipping-address {
  width: 48%;
}

.billing-address h5, .shipping-address h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.recent-orders h3 {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.recent-orders table {
  width: 100%;
  border-collapse: collapse;
}
.recent-orders th {
  padding: 00px 0px 20px 0px;
}
.recent-orders td a {
  color: var(--second-color);
  font-weight: 700;
}

.account-section h4, .recent-orders h4 {
  font-size: 22px;
  margin: 30px 0px 20px 0px;
  /* border-bottom: 1px solid #A5A5A5; */
  padding-bottom: 8px;
  font-weight: 600;
}

.contact-info h5,
.address-info h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-info p,
.address-info p {
  margin: 5px 0;
}

.address {
  display: flex;
  justify-content: space-between;
}

.billing-address,
.shipping-address {
  width: 48%;
}

.billing-address h6,
.shipping-address h6 {
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 700;
}
.recent-orders h4 a{
  color: var(--second-color);
  font-size: 16px;
  margin-left: 10px;
}

.recent-orders th,
.recent-orders td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.order-header p{
  margin: 0;
}
.order-wrapper {
  border: 1px solid #595959;
  border-radius: 10px;
  padding: 15px;
}

.print-order {
  color: var(--second-color);
  border: none;
  background: transparent;
  font-weight: 600;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.order-table th,
.order-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.order-configuration {
  margin-bottom: 20px;
  background: #EBEBEB;
  padding: 20px;
  border-radius: 10px;
}
.order-configuration ul li {
  font-size: 14px;
  color: #000000;
  margin-bottom: 1px;
}
.order-configuration ul li span {
  font-weight: 700;
}

.order-summary {
  width: 40%;
  margin-left: auto;
}
.order-summary p {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.order-summary p span {
  font-weight: 700;
  min-width: 206px;
  display: block;
}

.order-information {
  display: flex;
  justify-content: space-between;
}

.payment-method {
  width: 30%;
}

.address-book {
  padding: 20px;
}

.default-addresses {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.billing-address h4,
.shipping-address h4, .payment-method h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.billing-address p,
.shipping-address p {
  margin: 5px 0;
}

.billing-address a,
.shipping-address a {
  color: var(--second-color);
  text-decoration: none;
  margin: 14px 0px 0px 0px;
  display: block;
  font-weight: 600;
}

.add-address-btn {
  padding: 12px 20px;
  background-color: var(--second-color);
  color: var(--bg-color);
  border: none;
  border-radius: 50px;
  /* margin-top: 30px; */
}

#updateAddressForm .add-address-btn {
  padding: 12px 20px;
  background-color: var(--second-color);
  color: var(--bg-color);
  border: none;
  border-radius: 50px;
  margin-top: 20px;
}


#cancelEditAddress {
  padding: 12px 20px;
    background-color: var(--second-color);
    color: var(--bg-color);
    border: none;
    border-radius: 50px;
    margin-left: 10px;
}

#cancelAddAddress {
  padding: 12px 20px;
    background-color: var(--second-color);
    color: var(--bg-color);
    border: none;
    border-radius: 50px;
    margin-left: 10px;
}

#cancelAddShippingAddress {
  padding: 12px 20px;
    background-color: var(--second-color);
    color: var(--bg-color);
    border: none;
    border-radius: 50px;
    margin-left: 10px;
}
.order-wrapper .order-table th {
  border-bottom: 1px solid #3F3F3F;
}

.order-wrapper .order-table td {
  border: none;
}
.order-information-wrap {
  height: auto;
  width: 100%;
  padding-top: 30px;
}

.order-information-wrap h3 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 2px solid #CECECE;
  max-width: 50%;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.my_order {
  margin-top: 15px;
}

.my_order .recent-orders th {
  font-size: 22px;
}
.my_order .recent-orders td{
  font-size: 18px;
}

/* .Consultaion-page */

.Consultaion-page {
  max-width: 40%;
  width: 40%;
  left: 40px;
  transform: translate(0%, -50%);
  text-align: left;
  top: calc(50% + 42px);
}

.Consultaion-page h2.coman-text {
  text-align: left;
  font-weight: 500;
}

.Consultaion-page h2.coman-text span {
  color: var(--bg-color);
}

.Consultaion-page a.menubtn {
  background: var(--second-color);
  color: var(--bg-color) !important;
  margin-top: 10px;
  min-width: 185px;
  text-align: center;
}

.Consultaion-page p span i {
  color: var(--bg-color);
  padding-right: 4px;
}
.Consultaion .about-image {
  max-height: 600px;
  max-width: 550px;
  margin: auto;
}
.Consultaion h2.coman-text {
  min-width: 50%;
  text-align: left;
}
.Consultaion .value-box {
  background: transparent;
  color: #fff;
  border: 1px dashed var(--bg-color);
}

.Consultaion .value-box h2.coman-text {
  padding: 24px 0px;
}

.Consultaion .value-box h2.coman-text span {color: var(--bg-color);}
section.Perfect-pc.Consultaion, section.shop-by-cat.Consultaion {
  padding: 80px 0px;
}
/* .Consultaion-page */
.page-wrap {
  padding-top: 84px;
}
.home-blog-mains {
  overflow: hidden;
}

.home-blog-wrap {
  margin: 0px -20px;
}



.product-info h2 {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-info > span {
  display: block;
  padding-bottom: 10px;
}

.EditBuild {
  font-size: 18px;
  font-weight: 400;
  color: #00234C;
  position: relative;
  /* display: block; */
  padding-bottom: 5px;
  float: right;
}
.EditBuild:hover{
  color: #00234C;
}
.EditBuild:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--bg-color);
  bottom: 0;
  left: 0;
}

.price {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.warranty {
  display: block;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 5px 30px;
  max-width: fit-content;
  margin-left: auto;
}

.specifications {
  list-style: none;
  margin-bottom: 20px;
}

.specifications li span {
  font-size: 14px;
  font-weight: 400;
  min-width: 50%;
  text-align: left;
}
.specifications li {
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  text-align: right;
}
.specifications li:last-of-type{
  border-bottom: none;
}
.Basket-wrap {
  width: 100%;
  text-align: center;
}

.Basket-wrap a {
    width: 100%;
    text-align: center;
}

.Basket-wrap a.EditBuild {
  margin-top: 10px;
  padding-bottom: 0;
}
.product-info {
  padding: 40px;
  background: #f5f5f5;
}
.Basket-wrap span {
  display: inline-flex;
}
.Basket-wrap span i {
  position: absolute;
  top: 6px;
  font-size: 16px;
  margin-left: 10px;
}
.select-procuct {
  height: auto;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.select-procuct img {
  height: 100%;
  width: 100%;
}
.select-procuct-wrap .slick-arrow:before {
  background: #00234C;
}
.select-procuct-wrap ul.slick-dots {
  bottom: -30px;
}
.select-procuct-wrap  .slick-arrow:after{
  border: 2px solid #00234C;
  border-left: 0;
  border-top: 0;
}
.select-procuct-wrap .slick-arrow {
  top: 50%;
  left: 0px;
}
.select-procuct-wrap button.slick-next.slick-arrow {
  right: 0px;
  left: inherit;
}
.select-procuct-wrap .slick-arrow {
  border: 1px solid #00234C;
  background: #fff;
  z-index: 2;
}
p.warranty:before {
  content: '';
  position: absolute;
  background: var(--bg-color);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  z-index: -1;
}













.cart-left {
  width: 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #f5f5f5;
}

.cart-left h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.product-item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.product-image img {
  max-width: 250px;
}

.product-details {
  flex-grow: 1;
}

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

.product-details li {
  margin-bottom: 10px;
}
.product-price {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
.product-quantity-wraps {
  width: 100%;
}

.cart-right {
  width: 100%;
}

.coupon-section, .price-summary {
  background-color: #000;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
}
.coupon-section h3 {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.coupon-section p {
  font-size: 14px;
}

.coupon-section p a {
  color: #fff;
  text-decoration: underline;
}

.coupon-section input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  outline: none;
}
.coupon-section button.menubtn {
  width: 100%;
  border-radius: 0;
}
.price-summary h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.price-summary div {
  margin-bottom: 10px;
}
.price-summary {
  background: var(--bg-color);
  color: #000;
}

.price-summary div span {
  display: block;
}
.price-summary div span:nth-child(2){
  font-weight: 700;
}

.price-summary .total {
  font-size: 18px;
}
.checkout-btn {
  width: 100%;
  padding: 10px;
  text-align: center;
 
    border-radius: 30px;
    padding: 8px 25px;
    color: #00234C !important;
    font-weight: 500;
    background-color: #f5f5f5;
}


.checkout-btn#finalCheckoutBtn {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: var(--bg-color);
    border-radius: 30px;
    padding: 8px 25px;
    color: #00234C !important;
    font-weight: 500;
    
}
.cart-img-wrap-out {
  width: 100%;
  min-width: 70%;
}
.cart-img-wrap {
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
  padding-right: 15px;
}

.product-details h2 {
  font-size: 20px;
  font-weight: 700;
}
h6.cart-text {
  padding-bottom: 15px;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.product-quantity-wraps .quantity-wrap {
  height: 42px;
  margin-left: 10px;
}

.product-quantity-wraps .quantity-wrap span#quantity {
  font-size: 18px;
}
.price-summary p a {
  color: #000;
  margin-top: 15px;
  display: block;
}
.MSHOW {
  display: none;
}

/* checkout page */

.progress-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: row;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

.step {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  position: relative;
  width: 100%;
  align-items: center;
}
.step:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  top: 20px;
  left: calc(100% - 109px);
}
.progress-bar .step:last-of-type::before{
  display: none;
}
.step p {
  color: #000;
  font-size: 14px;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  position: relative;
  z-index: 2;
}

.step.active .circle {
  background-color: #ffcc00;
}

.main-area {
  display: flex;
  justify-content: space-between;
}
.right-section {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  width: 48%;
}
.login-message {
  color: red;
  margin-bottom: 20px;
}

.left-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.add-new {
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
}
.add-new:hover{
  color: #000;
}
.Checkout {
  border: none;
  background: #f5f5f5;
}





.left-section-wrapper {
  padding: 30px;
}
.Checkout .billing-address {
  width: 100%;
}
.saved-address {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 4px;
  align-items: flex-start;
  max-width: 50%;
  position: relative;
}
.saved-address label {
  padding: 0px 10px;
}

.address-details p {
  margin: 0;
}

.saved-address a.edit-link {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
}


.edit-link:hover {
  text-decoration: underline;
}

.address-form {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  margin-top: 30px;
}

.address-form h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.address-form input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.address-form .menubtn {
  width: 100%;
  border-radius: 4px;
}






/* .radio-wraps [type="radio"]:checked,
.radio-wraps [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-wraps [type="radio"]:checked + label,
.radio-wraps [type="radio"]:not(:checked) + label
{
    position: relative;
    top: -10px;
}
.radio-wraps [type="radio"]:checked + label:before,
.radio-wraps [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio-wraps [type="radio"]:checked + label:after,
.radio-wraps [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--bg-color);
    position: absolute;
    top: 7px;
    left: 3px;

    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-wraps [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-wraps [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */





.payment-option .radio-wraps {
  top: 13px;
  position: relative;
}

.payment-option {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  display: flex;
}
.payment-option label {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.payment-option input {
  margin-right: 10px;
}
.details {
  margin-left: 10px;
}
.details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.details ul li {
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
}
.details ul li i {
  font-size: 13px;
  margin-right: 5px;
  position: relative;
    top: 4px;
}
.terms {
  display: flex;
  align-items: center;
}
.terms input {
  margin-right: 10px;
}
.terms a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.details strong {
  padding-bottom: 8px;
  display: block;
}
.green .circle {
  background: green !important;
  color: #fff;
}

.box-wrap .slick-list {
  margin: auto;
  width: 100% !important;
}

.box-wrap .slick-track {
  margin: auto;
  /* width: 100% !important; */
}

span.cart-count {
  position: absolute;
  top: -7px;
  right: -8px;
  background: #000;
  border-radius: 100%;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1;
}
span.cart-count-mobile {
  position: absolute;
  top: -7px;
  right: -8px;
  background: #000;
  border-radius: 100%;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1;
}

.main_section_home_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2% 0% 5% 0px;
}

.main_section_home_img .banner_star p{
  font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

.main_section_home_img .banner_star ul li i {
  color: var(--bg-color);
}
.main_section_heading{
  text-align: center;
}
.main_section_heading h1 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main_section_heading h1 span{
  color: var(--bg-color);
}


.main_section_heading p {
  color: #FFFFFF;
  max-width: 70%;
  margin: auto;
  padding-bottom: 25px;
}

.quotation_botton {
  background: #fff;
    border-radius: 8px;
    border: 2px solid #F4BC44;
    color: #000;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 16px;

}

.quotation_botton:hover{
    color: #000;
}

.change-comp-btn {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #F4BC44;
  color: #000;
  font-weight: 700;
  padding: 5px 8px;
  font-size: 12px;
}

.change-comp-btn:hover{
    color: #000;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  padding: 10px 18px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    background: #FEF9DE;
    color: #00234C;
}

.accordion-item:last-of-type .accordion-button.collapsed:active {

}
.accordion-button:focus {
z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
    color: #00234C;

  }

  .accordion-button:not(.show)  {
    background: var(--bg-color);
    padding: 10px 18px;
   
    font-size: 20px;
    font-weight: 500;
    color: #00234C;
    
  }


  .pc_details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }

  .remove-cart-item-btn:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--bg-color);
    bottom: 0;
    left: 0;
}


.remove-cart-item-btn {
  font-size: 18px;
  font-weight: 400;
  color: #00234C;
  position: relative;
  /* display: block; */
  padding-bottom: 5px;
  background: #f5f5f5;
}

.box-text a {
  color: #00234c;
  font-size: 20px;
}

.brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.brand-image {
  margin: 10px;
}

.brand-image img {
  filter: grayscale(100%);
  /* Apply grayscale */
  transition: filter 0.3s ease-in-out;
  /* Add smooth transition */
}

.brand-image img:hover {
  filter: grayscale(0%);
  /* Remove grayscale on hover */
}


.bg_change {
  background: #F1F3F6;
}

.tablinks span {
  position: relative;
    z-index: 3;
}


.brand .slick-prev {
  left: 0px;
}

.brand .slick-next {
  right: 0px;
}

.brand .slick-prev:after {
  content: '←';
}

.brand .slick-next:before {
  content: '→';
}

.brand .slick-prev:after, .brand .slick-next:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.brand .slick-prev , .brand .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute !important;
  top: 50% !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  cursor: pointer;
  color: #fff;
  border: none !important;
  outline: none !important;
  background: #00234C!important;
  border-radius: 50%;
  z-index: 1;
}



.main_section_heading.none-text {
  width: inherit !important;
}

.none-text-sec {
  padding: 3.6% 0% 4.60% 0px !important;
}


/* 3D button  */

.button-3d {
  display: inline-block;
  position: relative;
  /* border: 0;
  background: #0597ff; */
  /* padding: 1.25em 1.5em;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold; */
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0,0,0.58,1),
    background 0.3s cubic-bezier(0,0,0.58,1);
  cursor: pointer;
}
.button-3d:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4BC44;
  border-radius: inherit;
  transform: translate3d(0, 0.5em, -1em);
  transition: transform 0.3s cubic-bezier(0,0,0.58,1);
}
.button-3d:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  filter: blur(4px);
  border-radius: inherit;
  top: 0;
  left: 0;
  transform: translate3d(0, .7em, -1em);
  transition: transform 0.3s cubic-bezier(0,0,0.58,1);
}
.button-3d:hover {
  transform: translateY(-0.25em);
}
.button-3d:hover:before {
  transform: translate3d(0, 0.75em, -1em);
}
.button-3d:hover:after {
  transform: translate3d(0, 1.05em, -1em);
}
.button-3d:active {
  transform: translate(0, 0.5em);
}
.button-3d:active:before,
.button-3d:active:after {
  transform: translate3d(0,0,-1em);
}
