body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
}

  .navbar-brand img {
    height:35px;
    width:auto;
}


img{
    width: 100%;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(77, 186, 47);
}

.text_archivo {
    font-family: 'Archivo', sans-serif;
}

.text_color {
    color: #4DBA2F;
}
 
.button-green {
    background-color: #4DBA2F;
}

.color-blue {
    color: #0D2B4C;
}

.bg_blue {
    background-color: #0D2B4C;
}

.bg {
    background-color: rgb(235, 245, 233);
}

.bg_green {
    background: rgb(219, 241, 213);
}

.navbar .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.navbar .navbar-nav .nav-link.active {
    font-weight: 700;
}

.navbar .navbar-nav .nav-link:hover {
    color: rgb(47, 29, 209);
}

.about_herotext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title {
    font-family: 'Archivo', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
}

.sub_title {
    font-weight: 400;

}

.icon_title {
    font-size: 24px;
    font-weight: 700;
}

.index-button:hover {
    border-radius: 30px;
    color: #0D2B4C;
    background-color: white;
    padding: 0.5rem 1rem;
    font-size: 18px;
}

.index-button {
    border: #4DBA2F;
    border-radius: 30px;
    color: white;
    background-color: #4DBA2F;
    padding: 0.5rem 1rem;
    font-size: 18px;
}

.button {
    border: #4DBA2F;
    border-radius: 30px;
    color: white;
    background-color: #4DBA2F;
    padding: 0.5rem 1rem;
    font-size: 18px;
}

.button:hover {
    border-radius: 30px;
    color: white;
    background-color: black;
    padding: 0.5rem 1rem;
    font-size: 18px;
}

.text-weight {
    font-weight: 500;
    line-height: 1;
    font-size: 1.5rem;
}

.hero_banner {
    display: block;
    position: relative;
    height: 80vh;
    overflow: hidden;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.video_container {
    position: absolute;
    z-index: 2;
    margin: auto;
    right: 0;
    left: 0;
    /* top: 80%; */
}

.dark-mask-absolute {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.h_v {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
}

.home_top_title {
    font-size: 4vw;
    line-height: 1;
    font-weight: 700;
    color: white;
}

.home_top_left_title {
    font-size: 1.5vw;
    font-weight: 400;
    color: white;
}

/*sticky section*/
.index-left {
    position: sticky;
    top: 0;
    bottom: 0px;
    left: 0px;
    width: 40%;
    background: url('../images/food-chemical.jpg');
    background-size: cover !important;
    background-position: center !important;
    height: 100vh;
}

.index-one {
    /* color: white; */
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    /* background: rgba(77, 186, 47, 0.2); */
}

.index-two {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    /* background: #DBF1D5; */

}

.index-three {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;

    /* color: white; */
}

.pan-left {
    position: sticky;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 40%;
    background: url('../images/Rectangle2603.png');
    background-size: cover !important;
    background-position: center !important;
    height: 100vh;
}

.pan-right {
    width: 60%;
}

.fs-c {
    font-size: 9vw;
}
.hero-inside{
    background: url('../images/Rectangle2598.jpg');
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
}
.hero-inside-product{
    background: url('../images/product.jpg');
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
}

.overlay-black-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.text_justify{
    text-align: justify;
}

/* sweetAlert */
.swal-text {
    color: black;
}

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px !important;
    padding: 13px;

}

.swal-button {
    background-color: #4DBA2F !important;
    color: #fff !important;

}

.swal-text:first-child {
    margin-top: 15px !important;
}

.swal-footer {
    text-align: right;
    padding-top: 13px;
    margin-top: 13px !important;
    padding: 13px;

}

.btn-right {
    display: flex;
    justify-content: end;
}

.png-width {
    width: 150px;
}

.horizontal-scroll{
    border-radius: 5px;
    border: 1px solid #c6c6c6; 
    box-shadow: 1px 2px 45px -9px rgba(0,0,0,0.60);
    height: 90%;
}

/* product page */
.filter.form-check-input:checked {
    background-color: #0D2B4C;
    border-color: #0D2B4C;
}

.product .page-item .page-link {
    z-index: 3;
    color: #0D2B4C;
    border-color: #0D2B4C;
}
.product .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0D2B4C;
    border-color: #0D2B4C;
}
.product .page-item .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #0D2B4C;
    border-color: #0D2B4C;
}
 
/* product page */


@media only screen and (max-width: 320px) {
    .hero_banner {
        height: 50vh;
    }
}

@media only screen and (min-width: 320px) and (max-device-width: 480px) {

    /* For mobile devices: 320px to 480px */
    .home_top_left_title {
        font-size: 3.5vw;
    }
    
  
    .hero_banner {
        height: 70vh;
    }

    .video_container {
        top: 53%;
    }

    .home_top_title {
        font-size: 9vw;
    }

    .title {
        font-size: 28px;
        line-height: 43px;
    }

    .desc {
        font-size: 18px;
        line-height: 28px;
    }


    .pan-right {
        width: 100%;
    }

    .fs-c {
        font-size: 20vw;
    }

    .sub_title {
        font-size: 16px;
    }

    .btn-right {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .png-width {
        width: 30%;
    }
    
   

}
@media only screen and (min-width: 481px) and (max-width: 600px) {
    .home_top_left_title {
        font-size: 3vw;
    } 

    .hero_banner {
        height: 70vh;
    }
    
  

    .video_container {
        top: 55%;
    }

    .home_top_title {
        font-size: 7vw;
    }

    .desc {
        font-size: 20px;
        line-height: 40px;
    }

    .title {
        font-size: 40px;
        line-height: 60px;
    }

    .pan-right {
        width: 100%;
    }

    .fs-c {
        font-size: 19vw;
    }

    .sub_title {
        font-size: 18px;
    }

    .btn-right {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .slide-desc {
        font-size: 20px;
    }

    .icon-text {
        font-size: 16px;
    }

    .icon_title {
        font-size: 24px;
        font-weight: 700;
    }

    .png-width {
        width: 100px;
    }

    /* About css */
    .text-weight {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 601px) and (max-device-width: 768px) {
    .home_top_left_title {
        font-size: 2vw;
    } 

    .hero_banner {
        height: 70vh;
    }

    .video_container {
        top: 55%;
    }

    .home_top_title {
        font-size: 6vw;
    }

    .desc {
        font-size: 20px;
        line-height: 40px;
    }

    .title {
        font-size: 40px;
        line-height: 60px;
    }

    .pan-right {
        width: 100%;
    }

    .fs-c {
        font-size: 19vw;
    }

    .sub_title {
        font-size: 18px;
    }

    .btn-right {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .slide-desc {
        font-size: 20px;
    }

    .icon-text {
        font-size: 16px;
    }

    .icon_title {
        font-size: 24px;
        font-weight: 700;
    }

    .png-width {
        width: 100px;
    }

    /* About css */
    .text-weight {
        font-size: 1.3rem;
    }

}

@media only screen and (min-width: 769px) and (max-device-width: 1024px) {

    /* For laptops: 769px to 1024px */
    .home_top_left_title {
        font-size: 1.7vw;
    }

    .video_container {
        top: 65%;
    }

    .home_top_title {
        font-size: 5vw;
    }

    .desc {
        font-size: 25px;
        line-height: 40px;
    }


    .title {
        font-size: 40px;
        line-height: 60px;
    }

    .png-width {
        width: 130px;
    }

    .pan-right {
        width: 100%;
    }

    .fs-c {
        font-size: 12vw;
    }

    .sub_title {
        font-size: 18px;
    }

    .btn-right {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .slide-desc {
        font-size: 18px;
    }

    .icon-text {
        font-size: 16px;
    }

    .icon_title {
        font-size: 24px;
        font-weight: 700;
    }

      /* About css */
      .text-weight {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 1025px) and (max-device-width: 1200px) {

    /* For desktops: 1025px to 1200px */
    .video_container {
        top: 70%;
    }

    .desc {
        font-size: 25px;
        line-height: 40px;
    }


    .title {
        font-size: 50px;
        line-height: 60px;
    }

    .png-width {
        width: 130px;
    }

    .pan-right {
        width: 60%;
    }

    .fs-c {
        font-size: 12vw;
    }

    .sub_title {
        font-size: 20px;
    }


    .slide-desc {
        font-size: 18px;
    }

    .icon-text {
        font-size: 16px;
    }

    .icon_title {
        font-size: 24px;
        font-weight: 700;
    }

    .btn-right {
        display: flex;
        justify-content: end;
        align-items: center;
    }

       /* About css */
       .text-weight {
        font-size: 1.3rem;
    }


}

@media only screen and (min-width: 1200px) {

    /* For desktops: 1025px to 1200px */
    .video_container {
        top: 67%;
    }

    .desc {
        font-size: 25px;
        line-height: 40px;
    }


    .title {
        font-size: 44px;
        line-height: 60px;
    }

    .png-width {
        width: 130px;
    }

    .pan-right {
        width: 60%;
    }

    .fs-c {
        font-size: 6vw;
    }

    .sub_title {
        font-size: 20px;
    }

    .slide-desc {
        font-size: 18px;
    }

    .icon-text {
        font-size: 16px;
    }

    .icon_title {
        font-size: 24px;
        font-weight: 700;
    }

     /* About css */
     .text-weight {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1400px) {

    .video_container {
        top: 60%;
    }

    
     /* About css */
     .text-weight {
        font-size: 2rem;
    }

.content{
position: sticky;
width: 100%;
background: white;
padding: 2vw;
height: 260px;
bottom: 0;

}

}