body{
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%;
}
.contact-section{
  position: relative;
}
.line-item:not(:first-child) .nice-select:last-child{
  display: none;
}
.bg-image{
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bg-image img{
  mix-blend-mode: lighten;
  opacity: 0.4;
  width: 100%;
  height: auto;
  lighting-color: lightgray;
}
.blur-overlay{
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
}
.blur-overlay img{
  width: 100%;
  height: auto;
  lighting-color: lightgray;
}
.text{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}
.since-text{
  font-size: 1.8vw;
  font-weight: 500;
  margin-left: 8.5vw;
}
.about-text{
  font-size: 8vw;
  font-weight: 500;
  margin-top: -1.5vw;
  text-align: center;
}
.prems-text{
  font-size: 4.2vw;
  font-weight: 500;
  margin-top: -1.5vw;
  color: white;
}
.sponsors-marquee-about{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.marquee.sponsor-m{
  opacity: 0.5;
}
.marquee.sponsor-m img{
  width: 5vw;
  height: 5vw;
  margin: 0 20px;
}
.quality-section{
  position: relative;
}
.info-cards{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--margin-md, 20px);
}
.info-cards .card{
  position: absolute;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.10);
  box-shadow: 0px 59.491px 118.982px 0px rgba(255, 255, 255, 0.15) inset, 0px 5.949px 11.898px 0px rgba(0, 0, 0, 0.05), 0px 17.847px 35.695px 0px rgba(0, 0, 0, 0.05), 0px 35.695px 71.389px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(11.898238182067871px);
  padding: 2.08vw; 
  text-align: center;
  width: 16.77vw;
  height: 14.38vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-35{
  top: 18%;
  left: 15%;
  transform: rotate(-25deg);
}
.card-2000{
  top: 18%;
  right: 15%;
  transform: rotate(25deg);
}
.card-6{
  bottom: 7%;
  left: 48%;
  transform: rotate(25deg);
}

.info-cards h3{
  font-size: 3.9vw;
  color: white;
  font-weight: 700;
  margin-bottom: var(--margin-sm, 20px);
}
.info-cards p{
  font-size: 0.78vw;
  color: white;
  font-weight: 100;
  opacity: 0.75;
}
.quality-text{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: -1;
}
.quality-text h2:nth-child(1){
  font-size: 3.9vw;
  font-weight: 500;
  margin-bottom: var(--margin-sm, 20px);
}
.quality-blur{
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.quality-blur img{
  width: 80%;
  height: auto;
  position: absolute;
  bottom:   -25%;
  right: -25%;
  z-index: -1;
}

/*Contact*/

.contact-content{
  margin-top: 5%;
  margin-bottom: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--margin-md, 20px);
  width: 100%;
  height: 100%;

}
.contact-text h2{
  font-size: 3.9vw;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: var(--margin-sm, 20px);
}
.contact-form{
  border-radius: 9.849px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.10);
  box-shadow: 
  0px calc(clamp(1px, 59.491vw / 46, 59.491px)) calc(clamp(1px, 118.982vw / 46, 118.982px)) 0px rgba(255, 255, 255, 0.15) inset, 
  0px calc(clamp(1px, 5.949vw / 46, 5.949px)) calc(clamp(1px, 11.898vw / 46, 11.898px)) 0px rgba(0, 0, 0, 0.05), 
  0px calc(clamp(1px, 17.847vw / 46, 17.847px)) calc(clamp(1px, 35.695vw / 46, 35.695px)) 0px rgba(0, 0, 0, 0.05), 
  0px calc(clamp(1px, 35.695vw / 46, 35.695px)) calc(clamp(1px, 71.389vw / 46, 71.389px)) 0px rgba(0, 0, 0, 0.10);
  padding: 2vw;
  width: 100%;
}
.form-top, .form-center, .form-bottom{
  display: flex;
  
  gap: 3%;
  margin-bottom: 1.5vw;
}

.form-top div, .form-center div, .form-bottom{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.form-top div label, .form-center div label, .form-bottom label{
  margin-bottom: 1vw;
}
.form-top div input, .form-center div input, .form-bottom textarea{
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.05) 88.89%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
  padding: 0.8vw;
  font-size: 1vw;
  width: 100%;
}
.form-bottom textarea{
  resize:none;
}
.form-action{
  display: flex;
  flex-direction: column;
}
.form-action span{
  font-size: 0.8vw;
  color: white;
  opacity: 0.75;
}

.form-action button{
  width: 200px;
  margin-top: 1vw;
  padding: 15px 10px;
}

.blur-bg-1, .blur-bg-2, .blur-bg-3{
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blur-bg-1 img, .blur-bg-2 img, .blur-bg-3 img{
  width: 50%;
  height: auto;
}

.blur-bg-1{
  top: 0;
  left: -80%;
  transform: rotate(145deg);
}

.blur-bg-2{
  position: absolute;
  top: 0;
  right: -50%;
  bottom: -100%;
  transform: scaleX(-1);
}
.blur-bg-2 img{
  width: 30%;
  position: absolute;
  top: 0;
  right: 25%;
  transform: rotate(25deg);
  bottom: -100%;
}

/**********************************************************************/


.products-select .nice-select{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.05) 88.89%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  font-size: 1vw;
  border: 1px solid rgba(255, 255, 255, 0.10);
}
.products-select .nice-select .list{
  background:rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  font-size: 1vw;
}

.products-select .nice-select .option{
  background: transparent;
  border-radius: 4px;
  font-size: 1vw;
}

.add-btn-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  margin-top: 1vw;
  margin-bottom: 5%;
}
.add-btn-container button{
  padding: 1vw 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1E1E1E;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5vw;
  border: none;
  font-weight: 100;
}
.add-btn-container h5{
  font-size: clamp(14px, 1.1vw, 1.1vw);
  color: white;
  font-weight: 300;
}
.add-btn-container h5 span{
  color: #EE161F;
  font-weight: 500;
}
/***************************/

.fireworks-bg{
  position: absolute;
  left: 0;
  bottom: -25%;
  margin: auto;
  width: 20%;
  height: fit-content;
  z-index: -2;
  &::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
  }
  &::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
  }
}
.fireworks-bg img{
  width: 100%;
  z-index: -1;
  lighting-color: lightgray;
  height: auto;
}
#about-nav-link{
  list-style: disc;
  list-style-position: inside;
}
#about-nav-link a{
  color: white;
}
.form-action span{
  font-size: 1vw;
  color: white;
  opacity: 0.75;
}
.form-action button{
  color: white;
  font-weight: 500;
  padding: 1.5% 2%;
  width: fit-content;
}
.form-container{
  width: 60%;
}
.sec-2{
  margin-top: 8%;
}
.sec-2{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.sec-2 .left{
  width: 30%;
  height: auto;
}
.sec-2 img{
  width: 100%;
  height: auto;
}
.sec-2 .right{
  width: 50%;
  height: auto;
  padding: 0 5%;
}
.sec-2 p{
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  font-weight: 100;
}
.sec-2 span{
  font-weight: bold;
}

.sec-3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 25%;
}
.sec-3 h3{
  font-size: clamp(16px, 1.6vw, 1.6vw);
  color: white;
  font-weight: 300;
  margin-bottom: var(--margin-sm, 20px);
  text-align: center;
  width: 44%;
}

.texts-container{
  width: 80%;
  margin-top: 4%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5%;
}
.texts-container .content{
  text-align: center;
  margin-bottom: 20%;
}
.texts-container h4{
  font-size: clamp(14px, 1.1vw, 1.1vw);
  color: white;
  font-weight: 500;
  margin-bottom: 8px;
}

.mission-vision{
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 10%;
}
.mission-vision .left{
  width: 35%;
  height: auto;
}
.mission-vision .right{
  width: 35%;
  height: auto;
  margin-top: 10%;
}
.mission-vision h2{
  font-size: clamp(24px, 4vw, 5vw);
  color: white;
  font-weight: 500;
  margin-bottom: var(--margin-sm, 20px);
  text-transform: uppercase;
}
.mission-vision p{
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  font-size: clamp(14px, 1.1vw, 1.1vw);
  font-weight: 100;
}
.content p{
  font-weight: 100;
}

.downloads{
  margin-top: 10%;
  padding-inline: 10%;
  display: grid;
  gap: 10%;
  grid-template-columns: repeat(3, 1fr);
}
.downloads .content{
  text-align: center;
  margin-bottom: 20%;
}
.downloads h4{
  font-size: clamp(16px, 1.4vw, 2vw);
  color: white;
  font-weight: 100;
  margin-bottom: 8px;
  margin-bottom: 5%;
}
.downloads p{
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  font-size: clamp(14px, 1vw, 1.1vw);
  font-weight: 100;
}
.downloads p span{
  font-weight: bold;
}
.downloads .link-container a{
  align-items: center;
}
.downloads .link-container a img{
  transform: rotateZ(135deg);
}


#catalog-nav-link{
  list-style: disc;
  list-style-position: inside;
}
#catalog-nav-link a{
  color: white;
}
.form-action .btn-outline{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.form-message{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.form-message .success{
  color: lawngreen;
}
.form-message .error{
  color: #EE161F;
}
.form-message .error, .form-message .success{
  font-weight: 500;
  display: none;
}
@keyframes l1 {to{transform: rotate(.5turn)}}


@media (width <= 1020px){
  
  .section.hero{
    height: 500px;
  }

  .quality-blur{
    position: absolute;
  }
  .bg-image{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .section.quality-section{
    height: 700px;
    overflow: hidden;
  }
  .contact-section{
    width: 100%;
    overflow: hidden;
  }
  
  .contact-content{
    padding: 20px;
    margin-block: 0;
    margin-bottom: 10%;
  }
  .form-top, .form-center, .form-bottom{
    flex-direction: column;
  }
  .form-container form{
    padding: 20px;
  }
  .info-cards .card{
    padding: 20px;
    width: 250px;
    height: 250px;
  }
  .info-cards h3{
    font-size: 2rem;
  }
  .info-cards p{
    font-size: 1.2rem;
  }
  .card-35{
    top: 10%;
    left: 5%;
  }
  .card-2000{
    top: 10%;
    right: 10%;
  }
  .card-6{
    bottom: 5%;
  }
  .form-top div input, .form-center div input, .form-bottom textarea{
    font-size: 1rem;
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 10px;
  }
  .form-action span{
    font-size: 0.8rem;
  }
  .form-action button{
    width: 100%;
    margin-top: 20px;
  }
  .info-cards h3{
    margin-bottom: 0px;
  }
  .quality-text h2{
    margin-bottom: 10px;
    font-size: 24px;
  }
  .marquee.sponsor-m img{
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .section.contact-section{
    margin-bottom: 100px;
  }
  
  .fireworks-bg{
    bottom: -20%;
    width: 50%;
  }
  .form-container{
    width: 100%;
  }

  .sec-2{
    flex-direction: column;
    gap: 5%;
    padding-inline: 20px;
  }
  .sec-2 .left{
    width: 100%;
  }
  .sec-2 img{
    transform: translateY(0);
  }
  .sec-2 .right{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .sec-3 h3{
    width: 100%;
    padding-inline: 20px;
  }
  .texts-container{
    width: 100%;
    padding-inline: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .texts-container .content{
    margin-bottom: 10%;
  }
  .texts-container h4{
    font-size: 18px;
  }
  
  .mission-vision{
    flex-direction: column;
    gap: 5%;
    padding-inline: 20px;
  }
  .mission-vision .left{
    width: 100%;
  }
  .mission-vision .right{
    width: 100%;
    margin-top: 20px;
  }

  .downloads{
    padding-inline: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .downloads .content{
    margin-bottom: 40px;
  }
  .downloads h4{
    font-size: 18px;
  }
  .downloads p{
    margin-bottom: 10px;
  }


  /******/
  .products-select .nice-select{
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .products-select .nice-select .option{
    font-size: .8rem;
    font-weight: 100;
  }
}
@media(width <= 540px){
  .form-container{
    width: 100%;
  }
  .section.quality-section{
    height: fit-content;
  }
  .info-cards{
    padding: 20px;
  }
  .info-cards .card{
    width: 100%;
    position: relative;
  }
  .quality-text{
    display: none;
  }
  .card-35{
    transform: rotateZ(0deg);
    position: relative;
    left: 0;
  }
  .card-2000{
    transform: rotateZ(0deg);
    left: 0;
    position: relative;
  }
  .card-6{
    transform: rotateZ(0deg);
    position: relative;
    left: 0;
  }
 .since-text{
    font-size: 12px;
    margin-left: 14px;
  }
  .since-text{
    font-size: 1.8vw;
    font-weight: 500;
    margin-left: 8.5vw;
  }
  .about-text{
    font-size: 8vw;
    font-weight: 500;
    margin-top: -1.5vw;
    text-align: center;
  }
  .prems-text{
    font-size: 4.2vw;
    font-weight: 500;
    margin-top: -1.5vw;
    color: white;
  }
  .about-text{
    font-size: 44px;
    font-weight: 500;
    margin-top: -1.5vw;
    text-align: center;
  }
  .prems-text{
    font-size: 4.2vw;
    font-weight: 500;
    margin-top: -1.5vw;
    color: white;
  }
  .section.hero{
    height: 350px;
  }
  .bg-image{
    top: 15%;
  }
  .blur-bg-1{
    top: -50%;
    left: 60%;
    transform: rotate(0);
    width: 100%;
    height: 50%;
    z-index: -1;
  }
  .blur-bg-1 img{
    width: 100%;
    height: 100%;
  }
  .blur-bg-2{
    
    z-index: -1;
  }
  .blur-bg-2 img{
    width: 100%;
    height: 100%;
  }

  .contact-text h2{
    font-size: 24px;
  }
  .fireworks-bg{
    bottom: -20%;
    width: 50%;
    z-index: -10;
    mix-blend-mode: lighten;
  }
}