html, body {
    font-family: 'Poppins', sans-serif;
}

.bg-default {
    background-color: #145DA0 !important;
}
.bg-default-secondary {
    background-color: #0C2D48 !important;
}
.btn-primary {
    background-color: #2E8BC0;
    border-color: #2E8BC0;
}

.text-secondary-white {
    color: #e4e4e4 !important;
}

.default-video-wrapper {
    margin-bottom: -80px;
    height: 650px;
}

.videos {
    margin-bottom: -80px !important;
}

.libre-pop img,
.position-centered,
.default-video-wrapper div.play-icon,
.default-video-wrapper img.thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.default-video-wrapper img.thumb {
    z-index: 2;
}

.play-icon {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 32px;
    background: #fff;
    z-index: 3;
    box-shadow: 1px 1px 10px #0000004d;
    cursor: pointer;
}

.default-section-1 {
    padding-top: 40px;
}

.accordion-button {
    padding: 2rem 2rem 2rem 0;
    background-color: transparent !important;
    font-size: 17px;
    font-weight: 600;
    box-shadow: none !important;
    color: #2e2e2e !important;
}

.accordion-item {
    border: none;
    border-top: 1px solid #ddd;
}

.accordion-button::after {
    filter: grayscale(1);
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.accordion-body {
    font-size: 15px;
    color: #444444 !important;
    padding: 0;
    padding-bottom: 25px;
}

.sub-heading {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
}

.gallery-img {
    height: 240px;
}

.gallery .swiper-slide {
    width: auto;
}

.gallery .container {
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
    left: 50%;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background: black;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

@media screen and (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1248px;
    }
}

.h1-lg {
    font-size: 50px;
}

.review {
    line-height: 30px;
}

@media screen and (max-width: 1000px) {
   .default-video-wrapper {
    margin-bottom: -80px;
    height: 600px;
}
    .play-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: 32% !important;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 10px;
    }

    .ratings {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
}

.libre-pop {
    position: fixed !important;
    background: #fff;
    z-index: 999;
    display: block;
    width: 101%;
    opacity: 0;
    height: 101%;
    -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-ver-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.libre-pop img {
    max-width: 80%;
    height: 80vh;
}

  @keyframes scale-in-ver-center {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-modal.modal-content {
    border-radius: 25px !important;
    overflow: hidden !important;
    border: none !important;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* LUX */
.new-red {
    color: rgb(177, 3, 3);
}
.note {
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.note-sub {
    padding-top: 0;
    padding-bottom: 0;
}
.text-img {
    height: 50%;
    width: 100%;
}
.text-img-50 {
    height: 40%;
    width: 50%;
}
.footer-logo img {
    height: 100%;
    width: 100%;
}
.machine img {
    height: 100%;
    width: 100%;
}

.welcome img {
    height: 80%;
    width:  80%;
    bottom: 0;
  
}
.logo {
    width: 100%;
    height: 100%;
}
.cont-logo {
    margin: auto;
}

@media (max-width: 992px){
    .welcome img {
        height: 90%;
        width: 90%;
        bottom: 0;
    }
    .welcome h3 {
        font-size: 200%;
    }
    .default-video-wrapper {
        height: 450px;
    }
    .machine img {
        height: 90%;
        width: 90%;
    }
    .text-img {
        height: 45%;
        width: 95%;
    }
  
}
@media (max-width: 768px){ 
    .default-video-wrapper {
        height: 500px;
    }
    .welcome img {
       display: none !important;
    }
    .col-wide {
        width: 100%; /*fix for ipad*/
    }
    .col-hide {
        width: 100%;  /*fix for ipad*/
    }
    .welcome h3 {
        font-size: 250%;  
    }
   
    .text-img {
        height: 40%;
        width: 90%;
    }
  
   
}
@media (max-width: 576px){
    .welcome img {
      display: none;
    }
 
    .text-img {
        height: 35%;
        width: 85%;
    }
  
}


@media screen and (max-width: 800px) {
    /* .default-video-wrapper {
        height: 360px;
    } */
    .default-video-wrapper img.thumb {
        margin-top: 0 !important;
        top: 0px;
        left: 0;
        transform: none;
    }
}

@media screen and (max-width: 500px) {
    .default-video-wrapper {
        height: 330px;
    }
}