/*html,
body {
	overflow-x: auto;
}*/
.header__menu ul li a {
    color: rgba(0, 0, 0, 0.75);
}
#header.sticky{
    position:fixed;
}
#header.sticky .header__menu ul li a {
  color: rgb(255, 255, 255);
}
.ps1-desc p{
    color: #707070;
    text-align: justify;
}
.bg-black{
    background:black;
}
.bg-light-black {
  background: rgba(0, 0, 0, 0.9);
}
.header__logo img{
    margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
.header__logo img {
  margin-bottom: 0;
}
}
.sct-btn {
 background: transparent;
padding: 10px 30px;
color: black !important;
border-radius: 0;
font-size: 14px;
border: 2px solid;
border-image: linear-gradient(to right, #ee9c34 25%, #009ffc 25%, #009ffc 50%,#72b74d 50%, #72b74d 75%, #8c3680 75%) 5;
}
.product-card h2{
    color:rgba(0, 0, 0, 1);/*0.5*/
    font-size:18px;
    text-align: center;
}
.product-card:hover h2{
    color:rgba(0, 0, 0, 1);/*0.75*/
}
.product-card {
    transition: background-color 1s ease;
    padding: 15px;
    background: white;/* rgb(219, 244, 255) */
    border-radius: 15px;
    margin-bottom:30px;
    border: 2px solid;
    border-image: linear-gradient(to right, #009ffc 50%, #8c3680 50%) 5;
}
/*.product-card:hover{
    background: rgba(255, 255, 255, 0.2);
}*/
.extron-section-1 .brand-desc{
    color:black;
    width: 60%;
    margin-left: auto;
}
.extron-product-card{
    transition: background-color 1s ease;
    padding: 15px;
    background: white; /*rgb(219, 232, 255)*/
    border-radius: 15px;
    margin-bottom:30px;
    border: 2px solid;
    border-image: linear-gradient(to right, #009ffc 50%, #8c3680 50%) 5;
    
}
.extron-product-card h2{
    color:rgba(0, 0, 0, 1);/*0.5*/
    font-size:18px;
    text-align: center;
}
.extron-product-card:hover h2{
    color:rgba(0, 0, 0, 1);/*0.75*/
}

.unitek-section-1 .brand-desc{
    color:black;
    width: 60%;
    margin-left: auto;
}
.unitek-product-card{
    transition: background-color 1s ease;
    padding: 15px;
    background: white;/*rgb(255, 209, 211)*/
    border-radius: 15px;
    margin-bottom:30px;
    border: 2px solid;
    border-image: linear-gradient(to right, #009ffc 50%, #8c3680 50%) 5;
}
.unitek-product-card h2{
    color:rgba(0, 0, 0, 1);/*0.5*/
    font-size:18px;
    text-align: center;
}
.unitek-product-card:hover h2{
    color:rgba(0, 0, 0, 1);/*0.75*/
}

.h2-title-white{
    color:white;
    margin-bottom:30px;
    font-size: 24px;
}
.h2-title-black{
    color:black;
    margin-bottom:30px;
    font-size: 24px;
}

/*.a-btn {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    color: black !important;
    border-radius: 25px;
    font-size: 14px;
}*/
.a-btn {
  background: transparent;
  padding: 10px 30px;
  color: black !important;
  border-radius: 0;
  font-size: 14px;
  border: 2px solid;
  border-image: linear-gradient(to right, #ee9c34 25%, #009ffc 25%, #009ffc 50%,#72b74d 50%, #72b74d 75%, #8c3680 75%) 5;
}
@media only screen and (max-width: 575px) {
    .product-card h2, .extron-product-card h2, .unitek-product-card h2, .sct-btn, .a-btn {
      font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .products-section-1 img{
        width:120px;
        margin-bottom:15px;
    }
    .products-section-1 .brand-desc {
        width: 100%;
    }
    .products-section-1 .brand-desc p {
        font-size: 12px;
        text-align: justify;
        margin:0;
    }
}

    .header-transparent {
  background: transparent;
}
.products-section-1{
    padding:220px 0 40px 0;
}
.products-section-1 .brand-desc{
    color: black;
    width: 60%;
    margin-left: auto;
}
.products-section-1 .brand-desc p{
    text-align:justify;
}
.products-section-1 h2{
    color:black;
}
.products-section-2{
    padding:80px 0 80px 0;
}
.products-section-2 .brand-name{
    color: white;
    font-size: 24px;
    margin-bottom:30px;
}

@media only screen and (max-width: 575px) {
.products-section-2 {
  padding: 50px 0 50px 0;
}
}
.ps1-desc{
    width: 60%;
    margin-left: auto;
}
.header-transparent .header__menu ul li a {
  color: #000;
}
.header-transparent .header__menu ul li a {
  font-weight: 400;
}
.header-transparent .header__menu ul li a::after {
  background: transparent;
}
.product-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
.products-section-2 {
  position: relative;
}
.ps2-bg-img{
    border-bottom-right-radius: 100px;
}
/*.products-section-2::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
}*/
.ps2-desc{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 2;
}
.ps2-desc-content {
  width: 35%;
  padding: 50px 50px 50px 0;
}
.ps2-desc-content h2 {
  font-size: 48px;
  margin-bottom: 15px;
  color:white;
}
.ps2-desc-content p {
  font-size: 18px;
  margin-bottom: 50px;
  color:white;
}
.products-section-3 {
    padding: 60px 0;
}
.products-section-3 hr{
    border-top: 1px solid rgb(0, 0, 0);
}
.color-white{
    color:white;
}
.footer h2{
    font-size:16px;
    margin-bottom:10px;
    color: white;
}
.footer p{
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(255 255 255 / 50%);
}
.extron-btn{
    background: #009dfb;
    padding: 10px 15px;
    color: white !important;
    border-radius: 25px;
}
.unitek-btn{
    background: #863380;
    padding: 10px 15px;
    color: white !important;
    border-radius: 25px;
}
.footer p.dangura-digital-text, .footer p.terms-and-conditions-text, .footer p.privacy-policy-text {
  font-size: 12px;
  margin-bottom: 10px;
  color: rgb(255 255 255 / 30%);
}
.footer p.dangura-digital-text{
    font-family:"Titillium Web";
     margin-bottom: 0;
}

.footer p.dangura-digital-text:hover, .footer p.dangura-digital-text:focus, .footer p.dangura-digital-text:active, .footer p.terms-and-conditions-text:hover, .footer p.terms-and-conditions-text:focus, .footer p.terms-and-conditions-text:active, .footer p.privacy-policy-text:hover, .footer p.privacy-policy-text:focus, .footer p.privacy-policy-text:active {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 575px) {
	
.footer p {
  font-size: 12px;
}
}
.footer .copy-right {
  color: rgb(255 255 255 / 30%);
}