html {
  scroll-behavior: smooth;
}

body {

  font-family: 'Barlow';
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  overflow-x: hidden;
  font-weight: 400;

}

::-webkit-scrollbar {
  width: 10px;
  height: 15px;

}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #d09312;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Regular.woff2') format('woff2'),
    url('../font/Barlow-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-SemiBold.woff2') format('woff2'),
    url('../font/Barlow-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-SemiBoldItalic.woff2') format('woff2'),
    url('../font/Barlow-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Thin.woff2') format('woff2'),
    url('../font/Barlow-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-ThinItalic.woff2') format('woff2'),
    url('../font/Barlow-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Black.woff2') format('woff2'),
    url('../font/Barlow-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-BlackItalic.woff2') format('woff2'),
    url('../font/Barlow-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Bold.woff2') format('woff2'),
    url('../font/Barlow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-BoldItalic.woff2') format('woff2'),
    url('../font/Barlow-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-ExtraBold.woff2') format('woff2'),
    url('../font/Barlow-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-ExtraLight.woff2') format('woff2'),
    url('../font/Barlow-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-ExtraBoldItalic.woff2') format('woff2'),
    url('../font/Barlow-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-ExtraLightItalic.woff2') format('woff2'),
    url('../font/Barlow-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Italic.woff2') format('woff2'),
    url('../font/Barlow-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Light.woff2') format('woff2'),
    url('../font/Barlow-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-LightItalic.woff2') format('woff2'),
    url('../font/Barlow-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-Medium.woff2') format('woff2'),
    url('../font/Barlow-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../font/Barlow-MediumItalic.woff2') format('woff2'),
    url('../font/Barlow-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Blair ITC Std';
  src: url('../font/BlairITCStd.woff2') format('woff2'),
    url('../font/BlairITCStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}








textarea,
input,
div,
span,
li,
button {
  font-family: 'Barlow';
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  font-family: 'Barlow';
}

p {
  line-height: 32px;
  font-size: 18px;
  font-weight: 300;
  color: #444444;
  font-family: 'Barlow';
  margin-bottom: 15px;
}

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

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: all 0.8s ease-in-out;
  color: #575555;
  font-family: 'Barlow';
}

a,
span {
  display: inline-block;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Blair ITC Std';
}

::-webkit-input-placeholder {
  /* Edge */
  color: #444;
  font-family: 'Barlow';
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444;
  font-family: 'Barlow';
}

::placeholder {
  color: #444;
  font-family: 'Barlow';
}

@media (min-width: 1366px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }

}

@media (min-width: 1440px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }

}


@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1560px;
  }

}

/*css start*/


/* / ---------------Pop-Up-End-------------- / */


.page-header.is-sticky .navbar-main:after {
  height: 100%;
}

/*css start*/


/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: rgb(255 255 255 / 0%);
  /* / box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); / */
}

.page-header nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0;
  /* position: absolute; */
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.page-header button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  color: white;
  background: #08a6df;
  transition: background 0.3s;
}

.page-header button svg {
  flex-shrink: 0;
  margin-left: 5px;
  fill: currentColor;
}

.page-header button:hover {
  background: #0ab8f6;
}

.page-header.is-sticky a.nav-calling {
  font-size: 27px;
  color: #02246b;
}

/* STICKY STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #000000a3;
  z-index: 9999;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

.page-header.is-sticky .nav-link {
  color: #000;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* .nav-height {
    height: 149px;
} */
.homesec5 {
  padding: 100px 85px;
}


/* / end nav / */
.hifisystem img {
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  width: 100%;
}

.imgtxt-hifi {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.hifisystem {
  position: relative;
  overflow: hidden;
}

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

.imgtxt-hifi h3 {
  font-size: 27px;
  font-family: 'Blair ITC Std';
  color: #fff;
  margin-bottom: 20px;
}

.imgtxt-hifi a {
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 5px;
}

/* home page tabs  */

/* :root {
  --first-color: #2e2e41;
  --second-color: #5b85ff;
  --third-color: #434354;
  --text-color: #fff;
  --box-shadow: 0 5px 25px #020202;
  --text-shadow: 0 5px 25px #020202;
} */



.tab__bar {
  position: relative;
}

.homesec9 {
  padding: 100px 85px;
}

.tab__bar .tab__navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  margin: 0 auto;
}

.tab__bar .tab__menu {
  color: var(--text-color);
  list-style: none;
  max-width: 800px;
  white-space: nowrap;
  scroll-behavior: smooth;
  user-select: none;
  overflow-x: auto;
}

.tab__bar .tab__menu.dragging {
  scroll-behavior: unset;
  cursor: grab;
}

.tab__bar .tab__menu.dragging .tab-btn {
  pointer-events: none;
}

.tab__bar .tab__menu::-webkit-scrollbar {
  display: none;
}

.tab__bar .tab__menu .tab__btn {
  display: inline-block;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 400;
  margin: 0 2px;
  padding: 12px 40px;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  border: 1px solid #000;
  text-transform: uppercase;
}

.card-tabshome h5 {
  text-align: center;
  font-size: 21px;
  font-family: 'Barlow';
  font-weight: bold;
  margin: 30px 0 24px;
}

#team-slid3 a.galler-img::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #5d010117;
}

.card-tabshome {
  text-align: center;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  margin: 40px 0;
  border-radius: 5px;
}

.card-tabshome img {
  transition: 0.5s ease-in-out;
}

.card-tabshome:hover img {
  transform: scale(0.9);
}




/* 2nd  */
#team-slid3 .owl-nav,
#team-slid3 .owl-nav {
  display: flex;
  justify-content: center;
  bottom: -16px;
  position: relative;
  /* right: 82px; */
}

#team-slid3 .owl-prev span {
  width: 50px;
  height: 40px;
  font-size: 0px;
  color: #000;
  position: relative;
  left: -10px;
  text-align: center;
  margin: 5px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/left-arrow.png);

  background-repeat: no-repeat;
}

#team-slid3 .owl-next span {
  width: 50px;
  height: 40px;
  /* border-radius: 50%; */
  color: #000;
  font-size: 0px;
  text-align: center;
  margin: 3px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
}

#team-slid3 .owl-nav {
  display: flex;
  justify-content: center;
  bottom: -25px;
  position: relative;
  /* right: 82px; */
}


/* end here  */
.card-tabshome a.shop-now {
  font-size: 17px;
  border: 1px solid #141414;
  padding: 11px 45px;
  border-radius: 10px;
  margin: auto;
  display: block;
  width: fit-content;
  transition: 0.5s ease-in-out;
}

.secndslide-content h5 {
  font-size: 22px;
  font-family: 'Barlow';
  font-weight: 600;
}

a.galler-img {
  width: 100%;
  position: relative;
}

.product-box {
  position: relative;
}

.product-box h4 {
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  font-family: 'Barlow';
}

.home-viewall:hover {
  background: transparent;
  border: 1px solid #d69a30;
  color: #d69a30;
}

.inner-hsec11 {
  text-align: center;
}

.inner-hsec11 h3 {
  font-size: 48px;
  font-family: 'Blair ITC Std';
  color: #fff;
  margin-bottom: 25px;
}

.inner-testimonials.last p {
  padding: 0;
  margin: 20px 0;
}

.inner-videos::after {
  position: absolute;
  right: 0px;
  background: #d09312;
  height: 88%;
  width: 25%;
  content: '';
  z-index: -9;
  top: -12px;
  border-radius: 10px;
}

.inner-videos {
  position: relative;
}

.videos-sec {
  padding: 90px 85px;
}

.attribution {
  font-size: 11px;
  text-align: center;
  background-color: hsl(240, 5%, 91%);
  padding: 8px 0 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}


.faq-section {
  padding: 65px 0;
}

/* FAQ card */
/*================================================*/

.faq-card {
  background-color: #fff;
  border-radius: 20px;

}

.faq-accordion-title h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow';
}

/* FAQ card: imagenes */
/*================================================*/

.card-wrapper.content-cc {
  max-width: 1250px;
  margin: auto;
}

.faq-ilustrations {
  position: relative;
}

.faq-ilustrations .mobile.ilust {
  position: absolute;
  top: -110px;
  left: -30px;
  right: 0;
}

.mobile {
  display: block;
  margin: 0 auto;
}

.arrow-icon img {
  width: 15px;
  filter: contrast(0.1);
}

.inner-boston {
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.boston-page:hover img {
  transform: scale(1.1);

}

.boston-page {
  padding: 90px 85px;
}

.inner-boston img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}

.inner-boston p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.faq-accordion-content p {
  /* border: 1px solid #000; */
  padding: 10px 0 0;
  margin-bottom: 5px;
}

.faq-content h1 {
  font-size: 32px;
  text-align: center;
  color: var(--primary-dark-color);
}

.faq-accordion {
  padding: 8px 15px;
  border: 1px solid hsl(0deg 0% 81.25%);
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}


/* FAQ card: main title */
/*================================================*/

/* checkbox tgg-title*/
input.tgg-title {
  appearance: unset;
  all: unset;
}

.faq-accordion-title label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-accordion-title h2 {
  font-size: 12px
    /*var(--font-size)*/
  ;
  font-weight: 400;
  color: var(--neutral-dark-color);
}

.faq-accordion-title span {
  margin-left: auto;
  transition: transform .4s ease-in-out;
}


/* FAQ card: main content */
/*================================================*/

.faq-accordion-content {
  color: var(--neutral-soft-color);
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}


/* Effects */
/*================================================*/

/* main title, accordion title effects */

.faq-accordion-title:hover h2 {
  color: var(--primary-soft-color)
}

/* onclick "" */
.faq-accordion .tgg-title:checked+div>label>h2 {
  font-weight: 700;
}

.faq-accordion .tgg-title:checked+div>label>span {
  will-change: transform;
  transform: rotate(180deg);
}

/* main content, acordion text effect */

.faq-accordion .tgg-title:checked~.faq-accordion-content {
  will-change: max-height;
  max-height: 80px;
}


.inner-videos iframe {
  margin-bottom: 65px;
  width: 97%;
  border-radius: 10px;
}

.banner-inners::after {
  background: #000000a3;
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
}


.testimonials-sec {
  padding: 60px 85px;
}

.inner-aboutus1 h3 {
  font-size: 30px;
  color: #000;
}

/* .inner-aboutus1.content:hover {
  background: #000;
  border-radius: 10px;
}

.inner-aboutus1.content:hover p {
  color: #fff;
} */

.about-ussec2 {
  margin: 80px 0;
  position: relative;
}

.inner-aboutsec2 {
  text-align: center;
  position: absolute;
  bottom: 140px;
  z-index: 9;
  max-width: 1070px;
  left: 0;
  right: 0;
  margin: auto;
}

.inner-aboutsec2 p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.inner-aboutsec2 h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.about-ussec2::after {
  position: absolute;
  content: '';
  background: #0009;
  height: 100%;
  top: 0;
  width: 100%;
  right: 0;
}

.inner-aboutsec3:hover {
  background: #000;
}

.inner-aboutsec3 {
  padding: 50px;
  background: #333333;
  text-align: center;
  border-radius: 10px;
  height: 100%;
  transition: 0.5s ease-in-out;
}

.about-ussec3 {
  padding: 10px 85px 90px;
}

.inner-aboutsec3:hover p {
  color: #d69a30;
}

.inner-aboutsec3:hover h5 {
  color: #d69a30;
}

.inner-aboutsec3:hover h3 {
  color: #d69a30;
}

.inner-aboutsec3 h3 {
  color: #fff;
  font-size: 32px;
  margin: 25px 0;
  transition: 0.5s ease-in-out;
}

.inner-aboutsec3 h5 {
  font-size: 24px;
  color: #fff;
  font-family: 'Barlow';
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.inner-aboutsec3 p {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  transition: 0.5s ease-in-out;
  margin: 0;
}

.inner-aboutus1 {
  overflow: hidden;
}

/* .inner-aboutus1.content:hover h3 {
  color: #cd9d48;
} */

.inner-aboutus1.content {
  /* margin-bottom: 30px; */
  /* padding: 30px; */
  transition: 0.5s ease-in-out;
  padding: 20px 20px 20px;
}

.inner-aboutus1 p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding-right: 5%;
  margin: 0;
}

.about-ussec1 {
  padding: 50px 85px;
}

.inner-aboutus1 img {
  border-radius: 10px;
  /* overflow: hidden; */
  transition: 0.5s ease-in-out;
}

.innercontact1 h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #cd9d48;
}

.innercontact1 {
  background-image: url(../images/contactbg.jpg);
  background-size: cover;
  background-blend-mode: darken;
  background-color: #000000b3;
  padding: 75px 40px;
  border-radius: 10px;
}


/* home grid  */

.secndslide-content p {
  font-size: 19px;
  font-family: 'Barlow';
  color: #161616;
  font-weight: 400;
}

.grid-home ul {
  display: flex;
  gap: 30px;
}

.secondd-gridimg.innr-grid-home {
  margin-top: 30px;
}

.secondend-gridimg.innr-grid-home {
  margin-top: 30px;
}

.secondd-gridimg h5 {
  font-size: 16px !important;
  padding: 0;
  margin: 0;
}

.first-gridimg h5 {
  font-size: 16px !important;
  padding: 0;
  margin: 0;
}

.innr-grid-home img {
  width: 100%;
  border-radius: 5px;
}

/* end  */




.social-box {
  padding: 25px 0 0;
}

.social-box i {
  background: #fff;
  color: #000;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  margin-right: 8px;
  transition: 0.5s ease-in-out;
}

.btn-contact input {
  font-size: 18px;
  padding: 10px 50px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
  transition: 0.5s ease-in-out;
}

.btn-contact input:hover {
  background: #cd9d48;
  color: #fff;
  border: 1px solid #cd9d48;
}

.input-box input,
textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #dbd9d9;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}

.inner-contact2.first h5 {
  font-size: 24px;
  color: #fff;
}

.inner-contact2.first p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.inner-contact2.first ul li {
  font-size: 20px;
  color: #fff;
}

.inner-contact2.first h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.inner-contact2 iframe {
  width: 100%;
  height: 686px;
}

.contactsec2 {
  padding: 30px 0 80px;
}

.inner-contact3 p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}

.inner-contact3 h3 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.inner-contact2.first {
  background-image: url(../images/contacteleipseimage.jpg);
  padding: 185px 80px 185px 200px;
  background-blend-mode: darken;
  background-color: #000000a3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-newscard h3:hover {
  color: #d09312;
}

.content-newscard h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.content-newscard .read-news {
  padding: 10px 40px;
  border: 1px solid #000;
  border-radius: 10px;
}

.inner-newsright ul li {
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 500;
}

.inner-newsright {
  max-width: 412px;
  border: 1px solid #d5d2d2;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  margin-left: 10px;
}

.inner-newsright.second {
  padding: 0 0 300px;
  border-radius: 10px;
}


/* news details comment checkbox */


.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
}

.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.checkbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark {
  background: #cd9d48;
  outline: 1px solid rgb(205 157 72);
}

.checkbox input[type="radio"]~.checkmark {
  border-radius: 50%;
}

a.read-news {
  padding: 10px 40px;
  border: 1px solid #000;
  border-radius: 10px;
  width: fit-content;
}

a.read-news:hover {
  background: #d09312;
  color: #fff;
  border: 1px solid;
}

.flex-checbox {
  margin-bottom: 30px;
}

.checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}


/* end here  */



.inner-newsright.second ul li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.inner-newsright.second ul li {
  line-height: 27px;
  margin-bottom: 0px;
  padding-bottom: 14px;
  padding-top: 15px;
  font-weight: 500;
  font-size: 18px;
}

.thankyouu {
  text-align: center;
  padding: 100px 0;
}

.flex-thank h3 {
  font-size: 100px;
  color: #cd9d48;
}

.footer-thank h5 {
  font-size: 30px;
  margin: 15px 0 40px;
}

a.home-back:hover {
  border: 1px solid #000;
  color: #000;
}

.footer-404 h5 {
  font-size: 40px;
}

.flex-404 h3 {
  font-size: 160px;
  color: #cd9d48;
}

.footer-404 p {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.errorpage {
  text-align: center;
  padding: 100px 0;
}

a.home-back {
  font-size: 17px;
  color: #cd9d48;
  border: 1px solid #cd9d48;
  padding: 10px 40px;
  border-radius: 5px;
  width: auto;
}

.inner-comment input {
  width: 100%;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #dbd9d9;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}

.input-comment textarea {
  height: 200px;
}

.leave-reply p {
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.leave {
  margin: 40px 0;
  background: #f7f7f7;
  padding: 34px 40px;
}

.contenrt-newsdetials a {
  font-size: 18px;
  font-weight: bold;
  color: #cd9d48;
}

.contenrt-newsdetials p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.contenrt-newsdetials h3 {
  font-size: 24px;
  font-weight: 400;
}

.contenrt-newsdetials {
  padding: 60px 0 0;
}

.inner-newsright ul li:last-child {
  border: none;
}

.inner-newsright h3 {
  padding: 13px 20px 13px;
  background: #cd9d48;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
}

.inner-newsright ul {
  padding: 0px 20px 21px;
}

.inner-news:hover img {
  transform: scale(1.1);
}

.inner-news {
  border: 1px solid #d5d2d2;
  border-radius: 10px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
}

.inner-news img {
  border-radius: 10px;
  /* border: 1px solid #f6f6f6; */
  filter: brightness(0.9);
  transition: 0.5s ease-in-out;
}

.newspage {
  padding: 70px 85px;
}

.content-newscard .read-news:hover {
  background: #d09312;
  color: #fff;
  border: 1px solid;
}

.content-newscard {
  padding: 35px 20px;
}

.contact-formright {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  left: -60px;
}

.inner-contact3 {
  padding: 30px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  border: 1px solid #d5d2d2;
}

.inner-contact3 b {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.contactsec3 {
  padding: 25px 85px 100px;
}

.inner-contact3 ul li {
  font-size: 20px;
  font-weight: 400;
  list-style: disc;
  margin-left: 20px;
  line-height: 40px;
}

.innercontact1-form textarea {
  height: 217px;
}

.social-box i:hover {
  background: #cd9d48;
  color: #fff;
}

.flex-contactadress h5 {
  color: #fff;
  font-size: 20px;
}

.flex-contactadress a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.flex-contactadress {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 0px;
  border-bottom: 1px solid #848484;
  padding-bottom: 25px;
  align-items: center;
  width: 500px;
}

.flex-contactadress p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.shop-inner-card:hover h3 {
  color: #cd9d48;
}

.contactsec1 {
  padding: 50px 0;
}

.homesec9 .card-tabshome a img {
  border: none !important;
}

.tabshome-content a {
  color: #000;
}

.about-ussec1:hover img {
  transform: scale(1.1);
}

.name-testi h5 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Barlow';
}

.name-testi {
  display: flex;
  align-items: center;
  gap: 12px;
}

.inner-testimonials p {
  margin: 0;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}

.inner-testimonials:hover {
  border: 1px solid #cd9d48;
  /* background: #000; */
}

.inner-testimonials {
  padding: 30px;
  border: 1px solid #cccbca;
  border-radius: 10px;
  height: 100%;
  transition: 0.5s ease-in-out;
}

.banner-inners {
  position: relative;
}

.bread {
  padding: 26px 85px;
  border-bottom: 1px solid #e2e2e2;
}

li.breadcrumb-item a {
  color: #cd9d48;
}

li.breadcrumb-item {
  color: #191919 !important;
}

.breadcrumb {
  margin: 0;
}

.inner-bannerstxt {
  position: absolute;
  bottom: 190px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.inner-bannerstxt h1 {
  font-family: 'Blair ITC Std';
  font-size: 37px;
}

.home-viewall {
  color: #fff;
  padding: 13px 60px;
  background: #d69a30;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  border: 1px solid transparent;
}

.inner-hsec11 p {
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  margin: 35px 0 30px;
}

.testi-home {
  background: #0005;
  padding: 50px;
  height: 100%;
}

.aavik-content.Sennheiser.viola-page h5 {
  color: #cd9d48;
}

a.shop-now.see-productbtn:hover {
  background: #fff;
  color: #000000;
}

.homesec11 .align-txt {
  display: flex;
  align-items: center;
}

.pro-overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.innr-grid-home img {
  width: 100%;
}

.innr-grid-home::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(to top, transparent 0%, rgb(0 0 0 / 170%) 78%);
  z-index: 99;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  height: 50%;
  background-position: bottom;
  transform: rotate(180deg);
  border-radius: 5px;
}

.innr-grid-home.last h5 {
  padding: 0 8%;
}

.innr-grid-home.second {
  padding: 20px 0 0;
}

/* .innr-grid-home.last {
  padding: 50px 0 20px;
} */
.innr-grid-home.small img {
  filter: brightness(0.9);
}

.innr-grid-home.small.secnd {
  padding: 20px 0 0;
}

.homesec12 {
  padding: 0px 0 100px;
}

.input-news {
  position: relative;
}

.newsletter {
  position: relative;
}

.newsletter img {
  position: absolute;
  right: 15px;
  top: 15px;
}

.newsletter p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
}

.input-news input::placeholder {
  color: #cd9d48;
}

.input-news input {
  background: transparent;
  width: 100%;
  padding: 10px;
  border: 1px solid #cd9d48;
  border-radius: 5px;
  color: #fff;
}

.socials-iconfoot h5 {
  color: #d69a30;
  font-size: 22px;
  font-family: 'Blair ITC Std';
  margin-bottom: 10px;
}





a.shop-now.see-productbtn {
  border: 1px solid;
  border-radius: 60px;
  padding: 6px 20px;
}

a.shop-now.see-productbtn {
  margin: 0px 0 13px;
}

/* first slide home page  */


.carousel__text h3 {
  font-size: 27px;
}

.carousel__text p {
  font-size: 24px;
  color: #cd9d48;
  font-weight: 400;
}

.carousel__item::after {
  position: absolute;
  content: '';
  background-image: linear-gradient(to top, transparent 0%, rgb(0 0 0 / 72%) 64%);
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 60%;
  transform: rotate(180deg);
}

.carousel__item {
  position: relative;
  height: 600px;
  width: 600px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, -50%) scale(.1);
  z-index: 0;
  transition: all .2s linear;
}

.carousel__item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.carousel__item--main {
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  cursor: pointer;
}

.carousel__item--left {
  transform: translate(-110%, -50%) scale(.9);
  z-index: 1;
}

.carousel__item--right {
  transform: translate(10%, -50%) scale(.9);
  z-index: 1;
}


/* / -------------------- / */

.inner-full-video::after {
  height: 93%;
}

.shop-price strike {
  color: #848484;
}

.shop-sub-title {
  font-size: 22px;
  color: #050505;
  font-weight: 300;
}

.axxess-button-link {
  text-align: center;
}

.axxess-button-link .shop-btn {
  margin: 0px 10px;
}

.axxess-content {
  margin-top: 30px;
}

.axcess-gallery {
  margin-top: 50px;
}

.o-series-span {
  font-size: 20px;
  font-weight: 400;
  color: #050505;
  font-family: 'Blair ITC Std';
}

.shop-card-title {
  font-size: 30px;
  color: #050505;
  font-weight: 400;
  margin-bottom: 20px;
}

.Aurender h3 {
  text-align: center;
  font-size: 40px;
}

.aavik-content a {
  /* / color: #cd9d48; / */
  font-weight: 600;
}

/* / / home page slider  / / */
#team-slid2 .owl-nav,
#team-slid .owl-nav {
  display: flex;
  justify-content: center;
  bottom: -53px;
  position: relative;
  margin-bottom: 100px;
}

#team-slid2 .owl-prev span {
  width: 50px;
  height: 40px;
  font-size: 0px;
  color: #000;
  position: relative;
  left: -10px;
  text-align: center;
  margin: 5px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/left-arrow.png);

  background-repeat: no-repeat;
}

#team-slid2 .owl-next span {
  width: 50px;
  height: 40px;
  /* / / border-radius: 50%; / / */
  color: #000;
  font-size: 0px;
  text-align: center;
  margin: 3px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
}

.carousel__item--right:hover {
  transform: translate(10%, -50%) scale(1.2);
  z-index: 3;
  cursor: pointer;
}

.carousel__item--left:hover {
  transform: translate(-110%, -50%) scale(1.1);
  z-index: 3;
  cursor: pointer;
}

.carousel__item--main:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

/* .carousel__item:hover > .carousel__text {
  opacity: 1;
} */
.carousel__item:hover img {
  filter: grayscale(0%);
}

.sidemg-head h3 {
  font-size: 48px;
  margin-bottom: 55px;
}

.carousel__text {
  position: absolute;
  bottom: 0;
  z-index: 4;
  /* opacity: 0; */
  transition: opacity .2s;
  width: 100%;
  text-align: center;
  padding: 2rem 1rem;
  color: #fff;
}


.carousel__btns {
  position: absolute;
  transform: translate(-50%, 22rem);
  display: flex;
  gap: 2rem;
  margin-top: -20px;
}

.carousel__btn {
  background-color: transparent;
  border: none;
  margin: 20px 0 0;
}

.carousel__btn svg {
  height: 1.8rem;
  width: 1.8rem;
}

.carousel__btn:hover {
  color: #aaa;
}


/* end here  */






.socials-iconfoot i {

  background: #fff;
  color: #000;
  padding: 9px;
  line-height: 23px;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.adress-phone ul li {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}

.adress-phone ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}

.aavik-content.Linn h5 {
  color: #cd9d48;
}

.Linn2 {
  padding: 40px 0 0 !important;
}

.aavik-content.Linn a {
  color: #cd9d48;
}

.copy-right {
  display: flex;
  justify-content: space-between;
  padding: 90px 0 0;
}

.copy-right p {
  color: #fff;
  margin: 0;
}

.copy-right a:hover {
  color: #c68f2e;
}

.copy-right a {
  color: #fff;
}

.adress-phone ul li a:hover {
  color: #d59930;
}

.adress-phone i {
  padding-right: 10px;
}

.inner-footer ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}

.inner-footer ul li a:hover {
  color: #d59930;
}

.socials-iconfoot i:hover {
  background: #d69a30;
  color: #fff;
}

.footer-main {
  background: #343434;
  padding: 95px 80px 40px;
}

.inner-footer h6 {
  font-size: 24px;
  font-weight: 400;
  color: #d69a30;
  font-family: 'Blair ITC Std';
  margin-bottom: 18px;
}

.innr-grid-home.small h5 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.innr-grid-home.lastsecond h5 {
  padding: 0 10%;
}

.innr-grid-home.lastsecond {
  padding-top: 20px;
}

.innr-grid-home {
  padding: 0px 0 0;
  position: relative;
}

.pro-overlay h5 {
  font-size: 24px;
  font-family: 'Blair ITC Std';
  color: #fff;
  padding: 0 3%;
}

.inner-hsec11 h5 {
  font-size: 24px;
  color: #d69a30;
  font-weight: 400;
  font-family: 'Barlow';
}

.carousel.home-page1 {
  /* position: relative; */
  margin: 300px 0 300px;
  text-align: center;
  display: block;
  margin-left: auto;
  width: 50%;
}

.homesec4 {
  padding: 100px 0 150px 0;
  margin: auto;
  background-color: #f5f5f5;
}

.homesec4 .sidemg-head {
  text-align: center;
}

.firstend-gridimg.innr-grid-home h5 {
  font-size: 24px;
}

.secondend-gridimg.innr-grid-home h5 {
  font-size: 24px;
}

.head-sec12 h3 {
  font-size: 48px;
  font-weight: 400;
  font-family: 'Blair ITC Std';
  text-align: center;
  padding: 0 6%;
  margin-bottom: 55px;
}

.homesec11 {
  padding: 80px 0;
  margin: 90px 0;
  background-image: url(../images/cleint-bghome.jpg);
  height: 100%;
  width: 100%;
  background-blend-mode: darken;
  background-color: #0000009e;
  animation: horizontalMove 20s infinite;
  animation-timing-function: ease;
}

@keyframes horizontalMove {
  0% {
    background-position: 0% 0%;
  }

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

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

.product-box:hover .secndslide-content p {
  color: #fff;
}

.product-box .bg-month-home {
  position: absolute;
  top: 0;
  z-index: 99;
  color: #fff;
  background: #c58e2eeb;
  padding: 15px 25px;
  border-radius: 5px;
}

.product-box span {
  font-size: 18px;
  font-weight: lighter;
  display: block;
}

.product-box:hover .secndslide-content h5 {
  color: #fff;
}

.product-box:hover .secndslide-content {
  background: #cd9d48;
}

.secndslide-content {
  position: relative;
  bottom: 40px;
  transition: 0.5s ease-in-out;
  background: #fff;
  padding: 20px;
  width: 450px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  min-height: 180px;
  border-radius: 5px;
}

.homesec10 {
  padding: 40px 0;
}

.head-home {
  padding: 0px 0 40px;
}

.product-box img {
  border-radius: 10px;
}

.head-home h3 {
  text-align: center;
  font-size: 48px;
  font-family: 'Blair ITC Std';
}









.card-tabshome a.shop-now:hover {
  border: 1px solid #cd9d48;
  color: #ffffff;
  background: #cd9d48;
  border: 1px solid transparent;
}

.card-tabshome h3 {
  text-align: center;
  font-size: 22px;
  font-family: 'Blair ITC Std';
  /* margin: 20px 0 0; */
}

.tab__bar .tab__menu .tab__btn:hover {
  background-color: var(--first-color);
}

.tab__bar .tab__menu .tab__btn.active {
  background-color: #cd9d48;
  color: #fff;
  border: 1px solid transparent;
}

.tab__bar .left__btn,
.tab__bar .right__btn {
  position: absolute;
  color: var(--text-color);
  font-size: 1.8em;
  cursor: pointer;
}

.tab__bar .left__btn svg,
.tab__bar .right__btn svg {
  width: 20px;
  height: 20px;
}

.tab__bar .left__btn svg path,
.tab__bar .right__btn svg path {
  fill: #fff;
}

.tab__bar .left__btn {
  display: none;
  left: -5px;
  background: linear-gradient(to left, transparent, var(--first-color) 60%);
  padding: 10px 30px 10px 0;
}

.tab__bar .right__btn {
  right: -5px;
  background: linear-gradient(to right, transparent, var(--first-color) 60%);
  padding: 10px 0 10px 30px;
}

.tab__content {
  position: relative;
}

.tab__content .tab {
  position: relative;
  width: 100%;
  display: none;
  animation: fadein 0.8s;
}

.tab__content .tab.active {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .tab__content .tab .row {
    flex-direction: column;
  }
}

.tab__content .left-column,
.tab__content .right-column {
  width: 50%;
  max-width: 500px;
}

@media (max-width: 767px) {

  .tab__content .left-column,
  .tab__content .right-column {
    width: 100%;
    max-width: 700px;
  }
}

.tab__content .left-column {
  display: flex;
  align-items: center;
}

.tab__content .left-column .img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
}

.tab__content .left-column .img-card img {
  width: 100%;
}

.tab__content .info .city {
  margin-bottom: 15px;
  font-size: 32px;
}

.tab__content .info .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .tab__content .info .description {
    text-align: justify;
  }
}

.tab__content .info .city,
.tab__content .info .description {
  color: var(--text-color);
}

@media (max-width: 767px) {

  .tab__content .info .city,
  .tab__content .info .description {
    text-align: center;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* end  */


.content6 h3 {
  color: #cd9d48;
  font-size: 27px;
  font-family: 'Blair ITC Std';
  text-align: center;
}

.content6 {
  text-align: center;
  padding: 40px;
}

.hsec6inner:hover {
  border: 1px solid #cd9d48;
  box-shadow: 0px 10px 20px #ffffff29;
}

.hsec6inner {
  background: #424242;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.5s ease-in-out;
  height: 100%;
}

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

.hsec6inner img {
  border-radius: 5px;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.homesec6 .hsec6inner img {
  height: 300px;
  object-fit: cover;
}

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

.hsec6inner a {
  border-radius: 5px;
  width: 100%;
}

.accessories-home ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.txtsec8 h3 {
  font-size: 48px;
  color: #cd9d48;
  font-family: 'Blair ITC Std';
}

.txtsec8 p {
  font-size: 24px;
  color: #fff;
}

.txtsec8 {
  text-align: center;
}

.homesec7 {
  padding: 100px 85px;
}

.homesec7 .bg-accs img {
  transition: 0.5s ease-in-out;
  height: 60px;
  width: 60px;
  object-fit: contain;
  object-position: center;
}



.bg-accs:hover {
  box-shadow: 0px 10px 20px #cd9d4838;
}

.homesec8 {
  background-image: url(https://techrpm.io/wp-content/uploads/2025/04/jkki4-scaled.jpg);
  padding: 85px 0;
  background-blend-mode: darken;
  background-color: #0000009e;
}

.homesec8 .txtsec8 {
  max-width: 1000px;
  margin: 0 auto;
}

.bg-accs {
  background: #fafafa;
  padding: 28px;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  height: 100%;
}

.inner-acceseris h5 {
  font-size: 21px;
  color: #2c2c2c;
  font-family: 'Barlow';
  margin: 18px 0 0 0;
  text-align: center;
}

.inner-acceseris {
  text-align: center;
}

.head-sec7 h3 {
  text-align: center;
  font-size: 48px;
  font-family: 'Blair ITC Std';
  color: #000;
  margin-bottom: 40px;
}

.content6 .shopnow:hover {
  color: #cd9d48;
  border: 1px solid #cd9d48;
}

.content6 .shopnow {
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 5px;
  width: auto;
}

.txtsec8 .shopnow:hover {
  color: #cd9d48;
  border: 1px solid #cd9d48;
}

.txtsec8 a.shopnow {
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 5px;
  width: auto;
}

.bg-accs img {
  transition: 0.5s ease-in-out;
}

.bg-accs:hover img {
  transform: scale(1.1);
}

.content6 p {
  font-size: 19px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.imgtxt-hifi a:hover {
  border: 1px solid #cd9d48;
  color: #cd9d48;
  background: #fff;
}

.homesec6 {
  background: #2c2c2c;
  padding: 75px 85px;
}

.hifisystem::after {
  background-image: linear-gradient(to top, transparent 0%, rgb(0 0 0 / 72%) 94%);
  content: '';
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  /* bottom: 0; */
  width: 100%;
  left: 0;
  transform: rotate(180deg);
  /* right: 0; */
  height: 100%;
  background-position: bottom;
  /* top: 0; */
}

.logolineone ul {
  column-count: 11;
}

.logolineone ul li img {
  transition: 0.5s ease-in-out;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #cd9d48;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.kroma-specials-card {
  padding: 0 !important;
}

.aavik-content.Kroma-Atelier-content i {
  color: #cd9d48;
  font-size: 25px;
  font-weight: 500;
}

.aavik-content.Kroma-Atelier-content a {
  color: #cd9d48;
  font-size: 17px;
}

.aavik-content.Kroma-Atelier-content span {
  font-weight: 600;
  font-size: 19px;
}

.accordion-button:not(.collapsed)::after {

  transform: rotate(-180deg);
  filter: brightness(800);
}

.accordion-body ul li {
  margin-bottom: 15px;
}

.accordion-body ul li i {
  padding-right: 5px;
  display: none;
}

.aavik-content.Illusonic a {
  color: #cd9d48;
}

.aavik-content.Sennheiser a {
  color: #cd9d48;
}

.inner-videos.big-video::after {
  position: absolute;
  right: 19px;
  background: #d09312;
  height: 93%;
  width: 25%;
  content: '';
  z-index: -9;
  top: -12px;
  border-radius: 10px;
}

.inner-videos.big-video {
  position: relative;
}








.logolineone ul li:hover {
  background: #cd9d48;
  border-radius: 5px;
  overflow: hidden;
}

.logolineone ul li {
  line-height: 140px;
  width: 400px;
  display: flex;
  transition: 0.5s ease-in-out;
  justify-content: center;
  align-content: center;
  align-self: center;
  align-items: center;
}

.topbar-nav {
  display: flex;
  /* position: absolute; */
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 20px 85px;
}

.logolineone ul a {
  display: flex;
  justify-content: center;
}

.topbar-nav i {
  color: #cd9d48;
  font-size: 20px;
  margin: 0 10px;
}

.navbar-expand-lg .navbar-collapse {

  flex-basis: auto;
  justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55);
  font-size: 18px;
  font-weight: 200;
  padding: 0 35px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #cd9d48;

}

video#myVideo {
  height: 670px;
  width: 100%;
  object-fit: cover;
  line-height: 0;
}

.videotxt a {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 24px 35px;
  margin: 0 10px;
  /* line-height: 0; */
}

.videotxt a:hover {
  color: #cd9d48;
  border: 1px solid #cd9d48;
}

.videotxt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  text-align: left;
}

.home-banner::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #0009;
  top: 0;
  right: 0;
  left: 0;
}

.home-banner {
  position: relative;
  line-height: 0;
}

.home-banner .banner-image {
  max-height: 85vh;
  min-height: 350px;
  width: 100%;
  object-fit: cover;
}

.home-banner .videotxt * {
  text-align: left;
  color: #fff;
}

.home-banner .videotxt {
  left: 100px;
  max-width: 800px;
}

.home-banner .videotxt p {
  margin: 30px 0;
}

.homesec2 {
  padding: 90px 85px;
}

.welcome1 h3 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  font-family: 'Blair ITC Std';
  margin-bottom: 25px;
}

.inner-hsec2 {
  display: flex;
  gap: 100px;
  max-width: 1540px;
  align-items: center;
}

.welcome2 p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.welcome1 a {
  font-size: 17px;
  font-weight: 400;
  color: #191919;
  padding: 11px 50px;
  border: 1px solid #000;
  border-radius: 5px;
}

.homesec3 {
  padding: 60px 85px;
  background: #000;
}

.welcome1 a:hover {
  color: #cd9d48;
  border: 1px solid #cd9d48;
}

.welcome2 {
  border-left: 2px solid #c7c7c7;
  padding-left: 30px;
}

.welcome1 {
  width: 100%;
}


/* megha css  */



/* / / -------------------------megha-shop-css-------------------------- / / */
.bread-copy {
  padding: 170px 85px 25px 85px;
  position: relative;
}

.bread-copy::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, transparent 28%, rgb(0 0 0 / 90%) 26%);
  z-index: -1;
}

.shop-detail-sec-1 {
  padding: 100px 85px;
}

.shop-detail-title {
  font-size: 30px;
  color: #050505;

}

.shop-detail-price {
  color: #070707;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Barlow';
}

.shop-detail-sub-title {
  font-size: 20px;
  color: #050505;
  font-weight: 600;
  font-family: 'Barlow';
  padding-right: 15px;
}

.shop-detail-sec-2 {
  padding: 0px 85px 100px 85px;
}

.shop-tab-title {
  color: #050505;
  font-size: 27px;
  font-weight: 300;
}

.shop-tab-sub-title {
  font-size: 22px;
  color: #050505;
  font-weight: 300;
  padding-bottom: 15px;
}

.shop-tab-list-title {
  font-size: 19px;
  color: #050505;
  font-weight: 400;
  padding-bottom: 5px;
}

.tab-dimensions {
  padding-bottom: 30px;
}

.dimension-list li {
  font-size: 19px;
  color: #050505;
  font-weight: 400;
  padding-bottom: 2px;
}


.shop-detail-text .input-text {
  border: 1px solid #cac9c8;
  padding: 15px;
  font-size: 19px;
  color: #050505;
  border-radius: 10px;
  width: 50%;
}

.shop-detail-text p {
  font-size: 19px;
  line-height: 30px;
  color: #050505;
  font-weight: 400;
}

.shop-detail-sec-2 p {
  font-size: 19px;
  line-height: 30px;
  color: #050505;
  font-weight: 400;
}

.quant-btn {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}

.quant-btn input[type="number"] {
  border: 1px solid #cac9c8;
  padding: 10px;
  border-radius: 10px;
  width: 15%;
  text-align: center;
}

.shop-detail-sec-3 {
  padding: 0px 85px 100px 85px;
}

.shop-button a {
  font-size: 17px;
  color: #cd9d48;
  border: 1px solid #cd9d48;
  padding: 10px 40px;
  border-radius: 5px;
  margin: 0px 10px 0px 0px;
}

.shop-button a:hover {
  background-color: #cd9d48;
  border: 1px solid #cd9d48;
  color: #fff;
}

.shop-social-links {
  display: flex;
  margin-top: 40px;
}

.shop-social-links i {
  font-size: 23px;
  color: #000;
  padding: 0px 12px;
}


.tab-dimensions-lists {
  /* column-count: 2; */
  width: 60%;
}

.shop-detail-sec-2 .tab__content {
  box-shadow: 0px 0px 20px #ccc;
  padding: 50px;
  margin-top: 20px;
}

.shop-main-title {
  font-size: 48px;
  color: #050505;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}

.shop-detail-sec-3 .card-tabshome {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  height: 100%;
}

.shop-detail-sec-3 .tabshome-content {
  padding: 20px 10px;

}

.card-tabshome img {
  border: 1px solid #cac9c8;
}

.shop-detail-sec-3 .tabshome-content {
  padding: 30px 10px 40px 11px;
}

.shop-section {
  padding: 50px 85px;
}

div#accordionFlushExample {
  box-shadow: 0px 0px 10px #ccc;
  padding: 20px 10px 200px 10px;
  background-color: #fff;
  margin-right: 20px;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  font-size: 22px;
  color: #070707;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  transition: 0.5s ease-in-out;
}

.accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: 100%;

}

.accordion-item {
  border: none;
}

.shop-sort-by select {
  word-wrap: normal;
  width: 30%;
  border: none;
}

.shop-sort-by {
  display: flex;
  justify-content: end;
}


.shop-inner-card img {
  border: 1px solid #ececec;
  border-radius: 5px 5px 0px 0px;
}


.videorega {
  margin: 30px 0 0;
}

.inner-card-content {
  padding: 30px 15px 80px 15px;
}

.shop-img {
  overflow: hidden;
}

.aavik-content.Scansonic {
  margin: 40px 0 0;
}

.aavik-content.Sennheiser span {
  font-size: 25px;
  color: #cd9d48;
  font-style: italic;
}

.aavik-content.Scansonic h5 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.shop-img img {
  transition: 0.5s ease-in-out;
}

.firstheadrega {
  margin: 70px 0 30px !important;
}

a.shop-btn.video-reviewbtn {
  color: #fff !important;
}

a.shop-btn.video-reviewbtn:hover {
  color: #cd9d48 !important;
}

.special-main-title.secondheadrega {
  margin: 30px 0px 20px;
  font-size: 30px;
  color: #000000;
  text-align: left;
  font-family: 'Barlow';
  font-weight: 500;
}

.shop-inner-card:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.aavik-content.rega-content a {
  color: #cd9d48;
}

.aavik-content.rega-content span {
  color: #cd9d48;
}

.owl-dots {
  display: none;
}

.shop-cards {
  margin-top: 45px;
}

.shop-inner-card {
  text-align: center;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  position: relative;
}

.inner-card-content a.shop-btn {
  position: absolute;
  left: 15px;
  bottom: 25px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
}

.shop-inner-card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-in-out;
}

.aavik-content.Illusonic.Ortofon h5 {
  color: #cd9d48;
  margin: 20px 0 4px;
}

.img--radi {
  text-align: center;
}

.raidho_acoustics {
  padding: 0;
}

.special-section.shop-detail-sec-3.raidho_acoustics {
  margin: 50px 0 0;
}

.Les-Davis i {
  color: #cd9d48;
  font-size: 30px;
}

.aavik-content.Les-Davis {
  margin-bottom: 30px;
}

.aavik-content.Les-Davis h5 {
  font-weight: 600;
}

.shop-title {
  font-size: 20px;
  color: #050505;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
}

.shop-price {
  font-size: 24px;
  color: #070707;
  font-weight: 600;
  font-family: 'Barlow';
  margin-bottom: 30px;
}

.shop-btn {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #cd9d48;
  background-color: #cd9d48;
  border-radius: 10px;
  padding: 12px 45px;
  transition: 0.5s ease-in-out;
}


.accordion-flush .accordion-item .accordion-button:hover {
  color: #cd9d48;
  transition: 0.5s ease-in-out;
}

.aavik-shop-cards img {
  background-color: #000;
}

.aavik-content p {
  font-size: 18px;
  color: #070707;
  line-height: 27px;
  font-weight: 500;
}

.shop-inner-sub-title {
  font-size: 24px;
  color: #050505;
  font-weight: 300;
}

.shop-inner-title {
  font-size: 30px;
  color: #050505;
  font-weight: 300;
}

.aavik-list li {
  list-style: disc;
  font-size: 18px;
  color: #070707;
  padding-bottom: 15px;
  font-weight: 500;
}

.aavik-list {
  padding-left: 25px;
}

.aavik-videos {
  padding: 0;
  margin-top: 40px;
}

/* / -------------------special-css---------------- / */
.special-section {
  padding: 100px 85px;
}

.special-main-title {
  font-size: 36px;
  color: #050505;
  font-weight: 400;
  text-align: center;
  margin: 40px 0px;
}

.price-stroke {
  color: #818181;
  text-decoration: line-through;
}

.shop-btn:hover {
  border: 1px solid #cd9d48;
  background-color: #fff;
  transition: 0.5s ease-in-out;
  color: #cd9d48;
}

.elac-shop-cards {
  background-color: #fff;
}

.tab-dimensions-2 {
  padding-top: 35px;
}

/* / end megha css here  / */

/* end megha css here  */




/* / ----------------------blog-listing-css-------------------------- / */

.blog-section {
  padding: 100px 0px;
}

.blog-text {
  padding: 20px;
  box-shadow: 0px 0px 10px #ccc;
}

.blog-search {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  display: flex;
}

.inner-blog-card {
  background: #fff;
  border-radius: 5px;
}

.blog-img a {
  width: 100%;
}

.blog-search .blog-submit {
  position: absolute;
  right: 0px;
  top: 0px;
}

.home-blog-button a {
  margin: 0;
}

.blog-title {
  font-size: 25px;
  color: #000;
  font-weight: 300;
}

.blog-search button {
  background: #cd9d48;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 0px 20px;
  transition: 0.5s ease-in-out;
}

.blog-search button:hover {
  background: #000;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.blog-listing-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.blog-listing-button .book-btn {
  margin: 0;
}

.inner-blog-card-text {
  padding: 30px;
  transition: 0.5s ease-in-out;
  border: 1px dashed #fff;
}

.blog-search-box {
  box-shadow: 0px 0px 20px #ccc;
  background: #ffff !important;
  padding: 20px 25px 140px 25px;

}

.blog-search input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px;
  margin-right: 10px;
}

.blog-search .form-control {
  max-width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
}

.blog-submit {
  border-radius: 10px;
  background-color: #6ccff6;
  padding: 15px 20px;
  font-weight: 600;
}

.categories ul li {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #9f9f9f;
  padding: 15px 0px 15px 0px;
  position: relative;
}

.categories ul li a {
  display: inherit !important;
  transition: 0.5s ease-in-out;
}

.categories a:hover {
  color: #6ccff6;
  transition: 0.5s ease-in-out;
}

.categories ul li i {
  position: absolute;
  left: 0;
  top: 18px;
}

.search-icon {
  right: 10px;
  position: absolute;
  top: 14px;
  font-size: 18px;
}

.blog-main-form textarea {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 10px;
  height: 180px;
}

.blog-main-img a {
  width: 100%;
}

.blog-contact-button .submit-btn {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #cd9d48;
  background-color: #cd9d48;
  border-radius: 10px;
  padding: 12px 45px;
  transition: 0.5s ease-in-out;
}


.blog-contact-button .submit-btn:hover {
  color: #cd9d48;
  border: 1px solid #cd9d48;
  background-color: #fff;
}







/* / -----------------blog-detail-csss------------------- / */

.blog-banner-text {
  margin: 30px 0px;
}

.blog-detail-title {
  color: #000;
  font-size: 26px;
  font-weight: 500;
}

.blog-contact-title {
  color: #000;
  font-size: 26px;
  font-weight: 500;
}

.blog-contact-form .form-check {
  margin: 10px;
}

.blog-contact-form .form-check label {
  font-size: 18px;
}

.blog-contact-form .contact-button {
  text-align: start;
}

.blog-contact-form {
  box-shadow: 0px 0px 20px #ccc;
  padding: 40px 30px;
  height: auto;
  margin: 0;
  position: relative;
}


/* common section css */

.common-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 40px;
}

.common-section h1,
.common-section h2,
.common-section h3,
.common-section h4,
.common-section h5,
.common-section h6 {
  margin-bottom: 25px;
}

.common-section ul,
.common-section ol {
  margin-bottom: 20px;
}

.common-section ul li,
.common-section ol li {
  font-size: 1rem;
  color: #555;
  margin-left: 20px;
}

.common-section ul,
.common-section ul li {
  list-style-type: disc;
  padding-left: 0;
}

.common-section ol,
.common-section ol li {
  list-style-type: decimal;
  padding-left: 0;
}

.common-section .text-left img {
  float: right;
  margin: 0 0 15px 15px;
}

.common-section .text-right img {
  float: left;
  margin: 0px 15px 15px 0;
}




.common-section .text-right ul {
  padding-left: 20px;
}

.common-section .image-center {
  text-align: center;
  padding: 40px 0;
}

.common-section .image-centered {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}




/* / -------------------end---------------------- / */





@media (max-width:1600px) {
  .videos-sec.aavik-videos.Ortofon.warwick {
    padding: 0;
  }

  .topbar-nav {
    padding: 15px 75px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0 30px;
  }

  .videotxt a {
    padding: 22px 33px;
  }

  .logo-site {
    text-align: left;
    width: 300px;
  }

  .homesec2 {
    padding: 50px 75px;
  }

  .welcome1 h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .welcome2 {
    padding-left: 20px;
  }

  .inner-hsec2 {
    gap: 70px;
  }

  .logolineone ul li {
    padding: 5px;
  }

  .homesec3 {
    padding: 50px 75px;
    background: #000;
  }

  .homesec4 {
    padding: 60px 0 120px 0;
  }

  .carousel__item {
    height: 500px;
    width: 500px;
  }

  .sidemg-head h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .carousel.home-page1 {
    margin: 280px 0 280px;
    text-align: center;
    display: block;
    margin-left: auto;
    width: 50%;
  }

  .carousel__btns {
    margin-top: -50px;
  }

  .carousel__text h3 {
    font-size: 25px;
  }

  .carousel__text p {
    font-size: 23px;
    margin: 0;
  }

  .homesec5 {
    padding: 90px 75px;
  }

  .imgtxt-hifi h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .imgtxt-hifi {
    bottom: 60px;
  }

  .imgtxt-hifi a {
    padding: 8px 35px;
  }

  .homesec6 {
    padding: 65px 75px;
  }

  .content6 {
    text-align: center;
    padding: 35px;
  }

  .content6 h3 {
    font-size: 26px;
  }

  .content6 p {
    margin-bottom: 20px;
  }

  .content6 .shopnow {
    padding: 8px 35px;
  }

  .homesec7 {
    padding: 90px 75px;
  }

  .head-sec7 h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .bg-accs {
    padding: 23px 10px;
  }

  .inner-acceseris h5 {
    font-size: 19px;
    margin: 16px 0 0 0;
  }

  .txtsec8 h3 {
    font-size: 45px;
  }

  .txtsec8 p {
    font-size: 23px;
  }

  .txtsec8 a.shopnow {
    padding: 8px 35px;
  }

  .homesec9 {
    padding: 90px 75px;
  }

  .homesec8 {
    padding: 75px 0;
  }

  .tab__bar .tab__menu .tab__btn {
    padding: 10px 35px;
  }

  .card-tabshome {
    padding: 25px;
    margin: 30px 0;
  }

  .card-tabshome h3 {
    font-size: 21px;
  }

  .card-tabshome h5 {
    font-size: 21px;
    margin: 20px 0 20px;
  }

  .card-tabshome a.shop-now {
    padding: 8px 40px;
  }

  .homesec10 {
    padding: 35px 0;
  }

  .head-home h3 {
    font-size: 45px;
  }

  .product-box .bg-month-home {
    padding: 12px 20px;
  }

  .product-box h4 {
    font-size: 36px;
  }

  .product-box span {
    font-size: 17px;
  }

  .secndslide-content {
    bottom: 50px;
    padding: 18px;
    min-height: 170px;
  }

  .secndslide-content p {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .homesec11 {
    padding: 70px 0;
    margin: 70px 0;
  }

  .inner-hsec11 h3 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .testi-home {
    padding: 40px;
  }

  .home-viewall {
    padding: 10px 55px;
    font-size: 19px;
  }

  .inner-hsec11 p {
    font-size: 18px;
    margin: 25px 0 20px;
    line-height: 30px;
  }

  .inner-hsec11 h5 {
    font-size: 23px;
  }

  .homesec12 {
    padding: 0px 0 90px;
  }

  .head-sec12 h3 {
    font-size: 45px;
    padding: 0 4%;
    margin-bottom: 30px;
  }

  .footer-main {
    padding: 85px 70px 30px;
  }

  .inner-footer h6 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .inner-footer ul li a {
    font-size: 17px;
  }

  .copy-right {
    padding: 70px 0 0;
  }

  .boston-page {
    padding: 80px 75px;
  }

  li.breadcrumb-item {
    color: #191919 !important;
    font-size: 17px;
  }

  .inner-bannerstxt h1 {
    font-size: 36px;
  }

  .inner-bannerstxt {
    bottom: 160px;
  }

  .inner-boston p {
    font-size: 19px;
  }

  .about-ussec1 {
    padding: 40px 75px;
  }

  .inner-aboutus1.content {
    padding: 18px 18px 18px;
  }

  .inner-aboutus1 h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .about-ussec2 {
    margin: 70px 0;
  }

  .inner-aboutsec2 {
    bottom: 90px;
  }

  .inner-aboutsec2 h3 {
    margin-bottom: 15px;
  }

  .inner-aboutsec2 p {
    font-size: 18px;
    line-height: 30px;
  }

  .about-ussec3 {
    padding: 10px 75px 80px;
  }

  .inner-aboutsec3 {
    padding: 40px;
  }

  .inner-aboutsec3 h3 {
    font-size: 30px;
    margin: 15px 0;
  }

  .inner-aboutsec3 h5 {
    font-size: 23px;
  }

  .newspage {
    padding: 60px 75px;
  }

  .content-newscard {
    padding: 25px 20px;
  }

  .content-newscard h3 {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .content-newscard {
    padding: 20px 20px;
  }

  .content-newscard .read-news {
    padding: 8px 35px;
  }

  .inner-newsright h3 {
    padding: 10px 20px 10px;
    font-size: 22px;
  }

  .inner-newsright ul li {
    font-size: 19px;
    line-height: 40px;
  }

  .inner-newsright.second ul li {
    line-height: 26px;
    margin-bottom: 0px;
    padding-bottom: 11px;
    padding-top: 11px;
    font-weight: 500;
    font-size: 18px;
  }

  .videos-sec {
    padding: 80px 75px;
  }

  .inner-videos iframe {
    margin-bottom: 60px;
  }

  .testimonials-sec {
    padding: 50px 75px;
  }

  .inner-testimonials p {
    padding: 20px 0;
  }

  .inner-testimonials {
    padding: 25px;
  }

  .name-testi h5 {
    font-size: 21px;
  }

  .bread-copy {
    padding: 170px 85px 25px 85px !important;
  }

  .bread {
    padding: 20px 75px;
    border-bottom: 1px solid #e2e2e2;
  }



  .shop-detail-title {
    font-size: 26px;
  }

  .shop-detail-price {
    font-size: 24px;
  }

  .shop-detail-text p {
    font-size: 18px;
    line-height: 28px;
  }

  .shop-detail-sub-title {
    font-size: 19px;
  }

  .shop-detail-text .input-text {
    padding: 12px;
    font-size: 18px;
  }

  .shop-detail-sec-1 {
    padding: 80px 85px;
  }

  .quant-btn input[type="number"] {
    padding: 6px;
  }

  .shop-button a {
    font-size: 16px;
    padding: 8px 30px;
  }

  .shop-social-links {
    margin-top: 25px;
  }

  .shop-social-links i {
    font-size: 20px;
    padding: 0px 10px;
  }

  .shop-tab-title {
    font-size: 22px;
  }

  .shop-detail-sec-2 p {
    font-size: 18px;
    line-height: 28px;
  }

  .shop-tab-sub-title {
    font-size: 20px;
  }

  .shop-tab-list-title {
    font-size: 18px;
  }

  .dimension-list li {
    font-size: 18px;
  }

  .shop-main-title {
    font-size: 40px;
  }

  .shop-title {
    font-size: 18px
  }

  .card-tabshome h5 {
    margin: 22px 0 20px;
  }

  .shop-price {
    font-size: 22px;
  }

  .shop-detail-sec-3 {
    padding: 0px 85px 80px 85px;
  }

  .shop-detail-sec-2 {
    padding: 0px 85px 80px 85px;
  }

  .shop-section {
    padding: 80px 85px;
  }

  .accordion-flush .accordion-item .accordion-button {
    font-size: 20px;
  }

  .accordion-button {
    padding: 12px;
  }

  .shop-btn {
    font-size: 15px;
    padding: 8px 40px;
  }

  .shop-inner-title {
    font-size: 28px;
  }

  .shop-inner-sub-title {
    font-size: 22px;
  }

  .special-main-title {
    font-size: 32px;
    margin: 30px 0px;
  }

  .special-section {
    padding: 60px 85px 80px;
  }

  .errorpage {
    text-align: center;
    padding: 90px 0;
  }

  .thankyouu {
    text-align: center;
    padding: 90px 0;
  }

  .flex-thank h3 {
    font-size: 95px;
    color: #cd9d48;
  }

  .contact-formright {
    padding: 27px;
  }

  .input-box input,
  textarea {
    padding: 12px;
    font-size: 18px;
    margin-bottom: 13px;
  }

  .innercontact1-form textarea {
    height: 200px;
  }

  .btn-contact input {
    font-size: 18px;
    padding: 8px 45px;
  }

  .innercontact1 {
    padding: 65px 35px;
  }

  .flex-contactadress {
    margin: 20px 0 0px;
    padding-bottom: 20px;
  }

  .innercontact1 h3 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .inner-contact2.first {
    background-position: right;
    padding: 155px 80px 155px 190px;
  }

  .contactsec3 {
    padding: 20px 75px 90px;
  }

  .inner-contact3 {
    padding: 25px;
  }

  .inner-contact3 p {
    font-size: 19px;
  }

  .inner-contact3 h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }


  .blog-title {
    font-size: 22px;
  }

  .blog-section {
    padding: 80px 0px;
  }

  .blog-listing-title {
    font-size: 20px;
  }

  .categories ul li {
    font-size: 17px;
    padding: 10px 0px 10px 0px;
  }

  .blog-search input {
    padding: 10px;
  }

  .blog-contact-form {
    padding: 30px 30px;
  }

  .blog-main-form textarea {
    height: 150px;
  }

  .blog-contact-button .submit-btn {
    padding: 10px 45px;
  }



}








@media (max-width:1440px) {
  .topbar-nav {
    padding: 15px 65px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 0 25px;
    font-size: 17px;
  }

  .logo-site {
    width: 290px;
  }

  .topbar-nav i {
    font-size: 18px;
    margin: 0 9px;
  }

  .videotxt a {
    padding: 21px 31px;
    font-size: 17px;
  }

  .homesec2 {
    padding: 40px 65px;
  }

  .welcome1 h3 {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .inner-hsec2 {
    gap: 50px;
  }

  .welcome1 a {
    padding: 9px 45px;
  }

  .welcome2 p {
    font-size: 17px;
    line-height: 1.4;
  }

  .homesec3 {
    padding: 40px 65px;
  }

  .sidemg-head h3 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .homesec4 {
    padding: 60px 0;
  }

  .carousel.home-page1 {
    margin: 280px 0 250px;
    text-align: center;
    display: block;
    margin-left: auto;
    width: 50%;
  }

  .carousel__btns {
    margin-top: -120px !important;
  }

  .carousel__text h3 {
    font-size: 23px;
  }

  .carousel__text p {
    font-size: 21px;
    margin: 0;
  }

  .homesec5 {
    padding: 80px 65px;
  }

  .imgtxt-hifi a {
    padding: 6px 30px;
  }

  .imgtxt-hifi h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .homesec6 {
    padding: 55px 65px;
  }

  .content6 {
    text-align: center;
    padding: 25px;
  }

  .content6 h3 {
    font-size: 25px;
  }

  .content6 .shopnow {
    padding: 5px 30px;
    font-size: 16px;
  }

  .homesec7 {
    padding: 80px 65px;
  }

  .head-sec7 h3 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .bg-accs {
    padding: 13px 10px;
  }

  .inner-acceseris h5 {
    font-size: 18px;
    margin: 16px 0 0 0;
  }

  .homesec8 {
    padding: 65px 0;
  }

  .txtsec8 h3 {
    font-size: 42px;
  }

  .txtsec8 p {
    font-size: 22px;
    margin: 0px 0 20px;
  }

  .txtsec8 a.shopnow {
    padding: 7px 32px;
  }

  .homesec9 {
    padding: 80px 65px;
  }

  .tab__bar .tab__menu .tab__btn {
    padding: 8px 30px;
    font-size: 16px;
  }

  .card-tabshome h3 {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .card-tabshome h5 {
    font-size: 20px;
    margin: 15px 0 15px;
  }

  .head-home {
    padding: 0px 0 30px;
  }

  .card-tabshome a.shop-now {
    padding: 6px 35px;
  }

  .homesec10 {
    padding: 30px 0;
  }

  .head-home h3 {
    font-size: 42px;
  }

  .secndslide-content {
    bottom: 40px;
    padding: 15px;
    min-height: 160px;
    width: 390px;
  }

  .product-box .bg-month-home {
    padding: 9px 16px;
  }

  .product-box h4 {
    font-size: 34px;
  }

  #team-slid3 .owl-nav {
    bottom: -5px;
  }

  .homesec11 {
    padding: 60px 0;
    margin: 50px 0;
  }

  .secndslide-content h5 {
    font-size: 21px;
  }

  .inner-hsec11 h3 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .home-viewall {
    padding: 7px 50px;
    font-size: 18px;
  }

  .testi-home {
    padding: 30px;
  }

  .inner-hsec11 p {
    font-size: 18px;
    margin: 20px 0 15px;
    line-height: 30px;
  }

  .head-sec12 h3 {
    font-size: 42px;
    padding: 0 3%;
  }

  .homesec12 {
    padding: 0px 0 70px;
  }

  .pro-overlay h5 {
    font-size: 22px;
  }

  li.two h5 {
    font-size: 15px;
  }

  .firstend-gridimg.innr-grid-home h5 {
    font-size: 23px;
  }

  .secondend-gridimg.innr-grid-home h5 {
    font-size: 23px;
  }

  .footer-main {
    padding: 75px 60px 20px;
  }

  .inner-footer h6 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .newsletter p {
    font-size: 17px;
    line-height: 25px;
  }

  .adress-phone i {
    padding-right: 5px;
  }

  .inner-footer ul li a {
    font-size: 16px;
  }

  .copy-right {
    padding: 60px 0 0;
  }

  .copy-right p {
    font-size: 17px;
  }

  .inner-footer ul li a {
    line-height: 33px;
  }

  .input-news input {
    padding: 7px;
  }

  .newsletter img {
    right: 15px;
    top: 77px;
    width: 20px;
  }

  .socials-iconfoot i {
    padding: 8px;
    line-height: 22px;
    font-size: 19px;
    width: 38px;
    height: 38px;
  }

  .boston-page {
    padding: 70px 65px;
  }

  .bread {
    padding: 15px 65px;
    border-bottom: 1px solid #e2e2e2;
  }

  .inner-boston p {
    font-size: 18px;
  }

  .inner-bannerstxt {
    bottom: 150px;
  }

  .inner-bannerstxt h1 {
    font-size: 35px;
  }

  .about-ussec1 {
    padding: 30px 65px;
  }

  .inner-aboutus1 h3 {
    font-size: 27px;
    margin-bottom: 5px;
  }

  .inner-aboutsec3 p {
    font-size: 18px;
    line-height: 28px;
  }

  .inner-aboutsec3 h3 {
    font-size: 29px;
    margin: 13px 0;
  }

  .about-ussec2 {
    margin: 60px 0;
  }

  .inner-aboutsec2 {
    bottom: 80px;
  }

  .inner-aboutsec3 {
    padding: 30px;
  }

  .about-ussec3 {
    padding: 10px 65px 70px;
  }

  .newspage {
    padding: 50px 65px;
  }

  .content-newscard {
    padding: 18px 15px;
  }

  .content-newscard h3 {
    margin-bottom: 19px;
    font-size: 18px;
  }

  .content-newscard .read-news {
    padding: 7px 30px;
    font-size: 17px;
  }

  .inner-newsright h3 {
    padding: 8px 18px 8px;
    font-size: 21px;
  }

  .inner-newsright ul li {
    font-size: 18px;
    line-height: 39px;
  }

  .videos-sec {
    padding: 70px 75px 60px;
  }

  .testimonials-sec {
    padding: 40px 65px;
  }

  .inner-testimonials {
    padding: 20px;
  }

  .inner-testimonials p {
    padding: 15px 0;
  }

  .name-testi h5 {
    font-size: 20px;
  }

  .shop-cards {
    margin-top: 25px;
  }

  .shop-price {
    margin-bottom: 20px;
  }

  .shop-price {
    font-size: 20px;
  }

  .shop-title {
    margin-bottom: 15px;
  }

  .errorpage {
    text-align: center;
    padding: 70px 0;
  }

  .thankyouu {
    text-align: center;
    padding: 70px 0;
  }

  .flex-thank h3 {
    font-size: 90px;
    color: #cd9d48;
  }

  .innercontact1 {
    padding: 55px 30px;
  }

  .innercontact1 h3 {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .flex-contactadress {
    margin: 16px 0 0px;
    padding-bottom: 15px;
    width: 430px;
  }

  .flex-contactadress p {
    font-size: 18px;
  }

  .flex-contactadress a {
    font-size: 18px;
  }

  .flex-contactadress h5 {
    font-size: 19px;
    margin: 0;
  }

  .flex-contactadress img {
    width: 25px;
  }

  .social-box {
    padding: 20px 0 0;
  }

  .social-box i {
    padding: 5px;
    width: 38px;
    height: 38px;
    font-size: 19px;
    line-height: 27px;
    margin-right: 8px;
  }

  .contact-formright {
    padding: 25px;
  }

  .input-box input,
  textarea {
    padding: 10px;
    font-size: 17px;
    margin-bottom: 12px;
  }

  .innercontact1-form textarea {
    height: 190px;
  }

  .btn-contact input {
    font-size: 18px;
    padding: 6px 40px;
  }

  .inner-contact2.first {
    background-position: right;
    padding: 140px 80px 140px 100px;
  }

  .inner-contact2.first h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .inner-contact2.first h5 {
    font-size: 23px;
    color: #fff;
  }

  .inner-contact2.first p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 25px;
    line-height: 30px;
  }

  .inner-contact2.first ul li {
    font-size: 18px;
    color: #fff;
  }

  .inner-contact2 iframe {
    width: 100%;
    height: 596px;
  }

  .contactsec2 {
    padding: 30px 0 55px;
  }

  .inner-contact3 {
    padding: 20px;
  }

  .inner-contact3 p {
    font-size: 18px;
    line-height: 30px;
  }

  .inner-contact3 h3 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .contactsec3 {
    padding: 20px 65px 70px;
  }


}


@media (max-width:1400px) {
  .footer-main {
    padding: 75px 40px 20px;
  }

  .topbar-nav {
    padding: 15px 50px;
  }

  .homesec9 {
    padding: 80px 50px;
  }

  .homesec7 {
    padding: 80px 50px;
  }

  .homesec2 {
    padding: 40px 50px;
  }

  .homesec3 {
    padding: 40px 50px;
  }

  .homesec5 {
    padding: 80px 50px;
  }

  .homesec9 {
    padding: 80px 50px;
  }

  .homesec6 {
    padding: 55px 50px;
  }

  .videos-sec {
    padding: 70px 50px 60px;
  }

  .inner-videos::after {
    height: 89%;
  }

  .innercontact1 {
    padding: 35px 20px;
  }

  .inner-contact2.first {
    background-position: right;
    padding: 125px 80px 125px 100px;
  }

  .innercontact1 h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .contactsec3 {
    padding: 10px 55px 50px;
  }

  .inner-contact3 h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }

}

@media (max-width:1366px) {
  .shop-detail-title {
    font-size: 22px;
  }

  .shop-detail-price {
    font-size: 20px;
  }

  .shop-detail-text .input-text {
    padding: 10px;
    font-size: 16px;
  }

  .quant-btn input[type="number"] {
    padding: 3px;
  }

  .shop-main-title {
    font-size: 32px;
  }

  .tab__bar .tab__menu .tab__btn {
    font-size: 16px;
    padding: 10px 40px;
  }

  .shop-tab-title {
    font-size: 20px;
  }

  .shop-detail-sec-2 p {
    font-size: 17px;
    line-height: 27px;
  }

  .shop-tab-list-title {
    font-size: 17px;
  }

  .shop-tab-sub-title {
    font-size: 19px;
  }

  .shop-detail-sec-2 .tab__content {
    padding: 40px;
  }

  .shop-title {
    font-size: 16px;
  }

  .card-tabshome h5 {
    margin: 20px 0 15px;
  }

  .shop-price {
    font-size: 20px;
  }

  .accordion-flush .accordion-item .accordion-button {
    font-size: 18px;
  }

  .accordion-button {
    padding: 10px;
  }

  .shop-price {
    font-size: 18px;
  }

  .shop-btn {
    padding: 6px 35px;
  }

  .inner-card-content {
    padding: 25px 15px 36px 15px;
  }

  .shop-section {
    padding: 70px 85px;
  }

  .shop-detail-sec-1 {
    padding: 70px 85px;
  }

  .shop-inner-title {
    font-size: 26px;
  }

  .aavik-content p {
    font-size: 17px;
    line-height: 26px;
  }

  .shop-inner-sub-title {
    font-size: 20px;
  }

  .aavik-list li {
    font-size: 17px;
    padding-bottom: 12px;
  }

  .special-section {
    padding: 40px 85px 70px;
  }

  .special-main-title {
    font-size: 30px;
    margin: 20px 0px 30px;
  }



  .blog-section {
    padding: 60px 0px 40px 0px;
  }

  .blog-listing-title {
    font-size: 18px;
  }

  .categories ul li {
    font-size: 15px;
    padding: 8px 0px 8px 0px;
  }

  .blog-search input {
    padding: 8px;
    font-size: 14px;
  }

  .blog-search button {
    font-size: 15px;
  }

  .contact-button input {
    padding: 7px 40px;
    font-size: 15px;
  }

  .blog-contact-form {
    padding: 20px 30px;
  }

  .blog-title {
    font-size: 17px;
  }

  .blog-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-contact-button .submit-btn {
    padding: 8px 45px;
    font-size: 16px;
  }


  .common-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
  }

  .common-section h1,
  .common-section h2,
  .common-section h3,
  .common-section h4,
  .common-section h5,
  .common-section h6 {
    margin-bottom: 25px;
  }

  .common-section ul,
  .common-section ol {
    margin-bottom: 20px;
  }

  .common-section ul li,
  .common-section ol li {
    font-size: 1rem;
    color: #555;
    margin-left: 20px;
  }

  .common-section ul,
  .common-section ul li {
    list-style-type: disc;
    padding-left: 0;
  }

  .common-section ol,
  .common-section ol li {
    list-style-type: decimal;
    padding-left: 0;
  }

  .text-left img {
    float: right;
    margin: 0 0 15px 15px;
  }

  .text-right img {
    float: left;
    margin: 0px 15px 15px 0;
  }




  .common-section .text-right ul {
    padding-left: 20px;
  }

  .common-section .image-center {
    text-align: center;
    padding: 40px 0;
  }

  .common-section .image-centered {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }


}


body,
html {
  overflow-x: inherit;
}

@media (max-width: 1440px) {
    .carousel__btns {
        margin-top: -110px!important;
    }

    .secndslide-content{
      width: 100% !important;
    }
	    .newsletter img {
        right: 15px;
        top: 14px;
        width: 20px;
    }
}

@media (max-width:1100px) {}

@media (max-width:1024px) {}



@media (max-width:820px) {}

@media (max-width:767px) {
  .topbar-nav {
    padding: 0;
    width: calc(100% - 86px);
}
.page-header nav{
  padding: 5px 10px;
  display: flex;
  align-items: center;
  background: #5c5c5c;
}
.navbar-brand img{
  height: 55px;
    width: auto;
}
.search-top {
  display: flex;
}
.topbar-nav i{
  line-height: unset;
}
.home-banner .banner-image{
  height: 85vh;
}
.home-banner .videotxt{
  left: 0;
  padding: 10px;
}
.homesec2,.about-ussec1,.homesec6,.homesec7{
  padding: 40px 0;
}
.inner-hsec2{
  flex-direction: column;
}
.welcome2 {
  border-left: 0;
  border-top: 2px solid #c7c7c7;
  padding-left: 0;
}
.inner-aboutus1.content {
  padding: 0;
}
.carousel__item{
  width: 100%;
}
.homesec6 .row{
  gap: 20px;
}
.accessories-home ul{
  flex-wrap: wrap;
}
.footer-main .row{
  gap: 20px;
}
}