
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');




.text-light-12{
  color: #fff;
}

@media (max-width:992px) {
  .text-light-12{
    color: #000;
  }
}
.product-detail-container-1 {
  width: 90%;
  max-width: 120rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.product-detail-container-1 > div {
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .product-detail-container-1 > div {
    width: 100%;
  }
}
/* PRODUCT DETAILS SLIDER */

#productCarousel {
  width: 100% !important;
  height: 100%;
}
.carousel-indicators > button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  border: 1px solid #003399 !important;
}
.carousel-indicators [data-bs-target] {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #003399 !important;
}
.carousel-inner {
  min-height: 100% !important;
}
.product-detail-slider > .item > img {
  width: 100%;
  height: 100%;
}

.product-detail-slider{
  height: 55rem;
}

@media (max-width:572px) {
  .product-detail-slider{
    height: 35rem;
  }
}

/* PRODUCT DETAILS DESCRIPTION */

.product-detail-description-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
  text-align: justify;
}
.product-detail-description-1 > h2 {
  color: #003399;
}
.product-detail-description-1 > p {
  color: #000;
  width: 100%;
  max-width: 50rem;
}

.product-detail-description-2 {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}
.product-detail-description-2 > a {
  font-size: 22px;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center !important;
  padding: 5px ;
  background-color: #04163d;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 20px;
  width: 100%;
  max-width: 180px;
}
.product-detail-description-2 > a:hover {
  color: #fff;
}


.product-detail-brand-logo{
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 50rem;
  
}
.product-detail-brand-logo>.hi-res-logo{
  margin-top: 0;
}

/* PRODUCT DETAIL FEATURES */
.product-detail-features {
  margin-top: 100px;
  
}

/* PRODUCT DETAIL NAV */

.product-detail-features-nav-container{
  background-color: #fafafa;
}

.product-detail-features-nav-container-1 {
  margin: 0 auto;
  width: 98%;
  max-width: 120rem;

}

.product-detail-features-nav {
  width: 700px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 10px;
  row-gap: 16px;
}

@media (max-width: 768px) {
    .product-detail-features-nav-container {
        overflow-x: scroll
    }
  .product-detail-features-nav-1 > p {
    padding: 10px 10px;
    font-size: 15px;
  }
}

.product-detail-features-nav-1 {
  cursor: pointer;
}
.product-detail-features-nav-1 > p {
  padding: 10px 40px;
  margin: 0;
  color: #666666;
  font-size: 20px;
}
.product-detail-features-nav-1::after {
  content: "";
  display: block;
  width: 0%;
  height: 5px;
  margin: 0 auto;
  background-color: #003399;
  transition-property: width, height;
  transition-duration: 0.3s, 0.2s;
  transition-timing-function: linear, linear;
}
.product-detail-features-nav-1:hover::after {
  width: 100%;
  height: 5px;
}
.product-detail-features-nav-1:hover.product-detail-features-nav-1 > p {
  color: #003399;
}

.product-detail-features-nav-1.clicked::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin: 0 auto;
  background-color: #003399;
  transition-property: width, height;
  transition-duration: 0.3s, 0.2s;
  transition-timing-function: linear, linear;
}
.product-detail-features-nav-1.clicked > p {
  color: #003399;
}

/* PRODUCT DETAIL FEATURE */

.product-detail-features-content {
  margin-top: 0rem;
}
.product-detail-features-content-1 {
  position: relative;
}
.product-detail-features-content-1 > img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: right;
}

.product-detail-features-content-11 {
  margin: auto 0;
  width: 90%;
  max-width: 550px;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 1;
  text-wrap: wrap;
}

.product-detail-features-content-center>img{
  object-fit: cover !important;
  -o-object-fit: cover !important;
  object-position: center !important;
  -o-object-position: center !important;
}
.product-detail-features-content-center .product-detail-features-content-11 {
  margin: auto 0;
  width: 100%;
  max-width: 100%;
  height: fit-content;
  position: absolute;
  top: 8%;
  left: 0%;
  text-align: center;
  z-index: 1;
  text-wrap: wrap;
}

.product-detail-features-content-11 p{
    text-align:justify;
}
@media (min-width: 1600px) {
  .product-detail-features-content-11 {
    width: 90%;
    max-width: 650px;
  }
}
@media (max-width: 1200px) {
  .product-detail-features-content-11 {
    width: 90%;
    max-width: 400px;
  }
}

@media (max-width: 992px) {
  .product-detail-features-content-1 {
    position: unset;
  }
  .product-detail-features-content-11 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  .product-detail-features-content-center .product-detail-features-content-11{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.product-detail-features-content-2 > .product-detail-features-content-11 {
  left: 50%;
}
.product-detail-features-content-2 > img {
  object-position: left !important;
}
@media (max-width: 992px) {
  .product-detail-features-content-2 > .product-detail-features-content-11 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}


/* PRODUCT DETAIL TECH SPECS */
.product-detail-features-tech-specs{
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 4rem;
}
.product-detail-features-tech-specs-1{
    
}
.product-detail-features-tech-specs-1>div{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}
.product-detail-features-tech-specs-1>div>img{
    width: 25px;
    height: 25px;
}
.product-detail-features-tech-specs-1>div>h4{
    font-weight: bolder;
}
.product-detail-features-tech-specs-1>ul{
    margin-left: 50px ;
}
.product-detail-features-tech-specs-1>ul>li{
    list-style: disc;
}


/* PRODUCT DEATIL FEATURE SUPPORT AND DOWNLOADS */
.product-detail-features-support{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 85%;
    margin: 0 auto;
    margin-top: 4rem;
}
.product-detail-features-support p{
    color: #004899;
    font-size: 20px !important;
    font-weight: 500;
}

.product-detail-features-support a{
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}





/* =================================================================
Subwoofer Style 
=========================================================================*/

.carousel-item img{
  object-fit: contain;
}


/* ========================================================================
ABOUT US 2 STYLE 
============================================================================*/

.about-us-2-container{
 background-color: white;
 margin-bottom: 80px;
}

.about-us-2-container h1,
.about-us-2-container h2 {
  font-family: 'Questrial', sans-serif;
  color: black;
  font-weight: 400;
}
.about-us-2-alpine-sound-philosophy{
  margin-top: 80px;
  color: black;
}

.about-us-2-alpine-sound-philosophy h2{
  font-weight: 400;
  margin-top: 20px;
}
.about-us-2-alpine-sound-philosophy>div{
  text-align: justify;
  margin-top: 10px;
}
.about-us-2-alpine-sound-philosophy>div>p{
  font-family: Arial, Helvetica, sans-serif;
}


.about-us-2-alpine-history-container{
  margin-top: 60px;
}
.about-us-2-alpine-history{
  margin-top: 30px;
  position: relative;
}
.about-us-2-alpine-history-slider .owl-item{
  min-height: 350px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.about-us-2-alpine-history-slider .owl-item:nth-child(even){
  background-color: #003399;
  color: white;
}
.about-us-2-alpine-history-slider .owl-item h2{
  font-weight: 400;
  text-align: center;
  height: fit-content;
 
}
.about-us-2-alpine-history-slider .owl-item:nth-child(even) h2{
  color: white;
}
.about-us-2-alpine-history-slider .owl-nav{
  display: none;
}
.about-us-2-alpine-history-slider .owl-dots{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.about-us-2-alpine-history-slider .owl-dot {
  width: 10px;
  height: 10px ;
  border-radius: 50%;
  background-color: rgb(34, 34, 34);
}

.about-us-2-alpine-history-box{
  position: absolute;
  top: 0;
  z-index: 1;
  background: url(../new-images/about-us-2/1967.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width .5s linear;
}
.about-us-2-alpine-history-box>div{
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear .5s;
}
.about-us-2-alpine-history-box p{
  font-size: 20px;
}

.about-us-2-alpine-address{
  margin-top: 70px;
}
.about-us-2-alpine-address>p{
  font-size: 16px;
}
.about-us-2-alpine-map{
  margin-top: 30px;
}

.about-us-2-alpine-map-detail{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.about-us-2-alpine-map-detail>div{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width:572px) {
  .about-us-2-alpine-map-detail{
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.about-us-2-alpine-map-detail>div>p{
  font-size: 17px;
  padding: 0px 8px;
  border-radius: 3px;
  font-weight: 700;
  font-family: 'Questrial', sans-serif;
}
.about-us-2-alpine-map-detail>div:nth-child(1)>p:first-child{
  background-color: #d9534f;
  border: 0px solid #d9534f;
  color: #fff;
  cursor: pointer;
}
.about-us-2-alpine-map-detail>div:nth-child(1)>p:first-child:hover{
  background-color: #de352f;
}
.about-us-2-alpine-map-detail>div:nth-child(2)>p:first-child{
  background-color: #00994c;
  border: 0px solid #00994c;
  color: #fff;
  cursor: pointer;
}
.about-us-2-alpine-map-detail>div:nth-child(2)>p:first-child:hover{
  background-color: #007a3d;
}
.about-us-2-alpine-map-detail>div:nth-child(3)>p:first-child{
  background-color: #004898;
  border: 0px solid #004898;
  color: #fff;
  cursor: pointer;
}
.about-us-2-alpine-map-detail>div:nth-child(3)>p:first-child:hover{
  background-color: #00346f;
}
.about-us-2-alpine-map-detail>div:nth-child(4)>p:first-child{
  background-color: #f08c0c;
  border: 0px solid #f08c0c;
  color: #fff;
  cursor: pointer;
}
.about-us-2-alpine-map-detail>div:nth-child(4)>p:first-child:hover{
  background-color: #d07a0a;
}

.about-us-2-global-network{
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us-2-global-network hr{
  margin-bottom: 0 !important;
}
.about-us-2-global-network-1{

}
.about-us-2-global-network-11{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}
.about-us-2-global-network-11 h2{
  color: #003399;
}

.about-us-2-global-network-11>div>h2{
  font-weight: 900;
}
.about-us-2-global-network-121{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-us-2-global-network-12{
  display: none;
}
/* .about-us-2-global-network-12.clicked{
  display: flex;
  animation: aboutSlideOut 1s linear  1  ;
  height: 100%;
}
@keyframes aboutSlideOut {
  0%{
    height: 0%;
  }
  100%{
    height: 100%;
  }
} */

.about-us-2-global-network-1211{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.about-us-2-global-network-1211>div:first-child{
  width: 95%;
  max-width: 300px;
  min-height: 180px;
}
.about-us-2-global-network-1211>div>img{
  width: 100%;
  height: 100%;
}
.about-us-2-global-network-1211>div>p{
  font-size: 17px;
}

@media (max-width:572px) {
  .about-us-2-global-network-1211>div:first-child{
    max-width: 95%;
    width: 95%;
    min-height: 100%;
  }
  .about-us-2-global-network-1211>div>img{
    object-fit: cover;
  }
}

.about-us-2-last{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.about-us-2-last>div{
  width: 300px;
  /*flex: 1;*/
}
.about-us-2-last img{
  width: 100%;
  height: 100%;
}

@media (max-width:992px) {
  .about-us-2-last>div{
    width: 31%;
    /*flex: none;*/
  }
}

@media (max-width:572px) {
  .about-us-2-last>div{
    width: 80%;
    /*flex: none;*/
  }
}


/*==========================================================================
 PRODUCT PAGE 
 =========================================================================*/

 .product-nav {
	position: relative;
	margin-bottom: 70px;
}
.product-nav-1{
  width: 100%;
  height: 100%;
}

.product-nav-1 img{
	width: 100%;
	height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.product-nav-2>h1{
	position: absolute;
	top: 8%;
	text-align: center;
	color: #fff;
	font-weight: 400;
	width: 100%;
	font-family: 'Questrial', sans-serif;
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width:1048) {
  .product-nav-2>h1{
    font-size: 35px;
  }
}

.product-nav-2>a{
	position: relative;
	color: #fff;
	background-color: #5f7bb9;
	padding: 10px 20px;
	top: 20px;
	margin-left: 10px;
	border-radius: 20px;
	font-size: 17px;
	font-family: 'Questrial', sans-serif;
  font-weight: 500;
}


.product-nav-container{
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

@media (max-width:572px) {
  .product-nav-1{
    height: 200px;
  }
  .product-nav-2>h1{
    font-size: 20px !important; 
  }
  .product-nav-container{
    grid-template-columns: auto;
  }
}