﻿.header {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: relative;*/
    background-image: url('../img/homepage/headerMain.png');
    background-repeat: repeat-x;
    padding-bottom: 5%;
}


.con-video {
    /*display: flex;*/
    width: 60%;
    /*height: 500px;*/
    margin: auto;
    margin-top: 50px;
    align-content: center;
}

.BButtons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    font-family: Switzer-Medium;
    font-size: 18px;
}

.youtube-link {
    color: black;
    border: none;
    text-decoration: none;
}

.request-button2 {
    /*width: 200px;*/
    height: 50px;
    border: none;
    color: white;
    background-color: black;
    cursor: pointer;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 25px;
    padding: 8px 18px;
    border: 2px solid #061E00;
    margin-right: 3%;
    margin-top: 2%;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-link {
    color: white;
    border: none;
    text-decoration: none;
}

.video-button {
    /*width: 200px;*/
    leading-trim: both;
    font-size: 18px;
    height: 50px;
    background-color: transparent;
    cursor: pointer;
    /*-moz-border-radius: 16px;
    -webkit-border-radius: 16px;*/
    padding: 8px 18px; /*padding: 8px 18px;*/
    /*    margin-right: 3%;*/
    margin-top: 2%;
    font-weight: 500;
    border-radius: 140px; /*border-radius: 25px;*/
    border: 1px solid #061E00; /* border: 2px solid #061E00;*/
    justify-content: center;
    align-items: center;
    display: flex;
    border-color: black;
    font-family: Switzer-Medium;
}



@media(max-width:800px) {
    .con-video {
        width: 90%;
    }
}

.plusplanningimgm {
    visibility: hidden;
}

.plusplanningimgd {
    visibility: unset;
}

.header-img {
    width: 100%;
    height: 100%;
    /*display: flex;*/
    border-radius: 4px;
    box-shadow: 0px 8px 24px 0px rgba(21, 78, 96, 0.15);
}

.headertext {
    margin-top: 5%;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    /*position: absolute;*/
}


.plusplanning {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: #E9FBFF;
    display: inline-flex;
    /*padding: 10% 5% 10% 5%;*/
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.plusplanningtext {
    display: flex;
    width: 547px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    /*margin: 10% 20% 5% 0;*/
    padding-top: 5%;
    /* padding-bottom: 8%;*/
    margin-right: 10%;
}

.plusplanningimg {
    /*    display: flex;
    justify-content: center;
    align-items: flex-start;*/
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*box-shadow: 0px 8px 24px 0px rgba(21, 78, 96, 0.15);*/
}

.plusplanningh1 {
    width: 436px;
    color: var(--black, #000);
    font-family: Switzer;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.section3 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.container4 {
    background-color: white;
    display: flex;
    padding: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.box1 {
    width: auto;
    height: 260px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    gap: 15px;
    border-radius: 7.91px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0px 7.90994px 13.84239px 0px rgba(0, 0, 0, 0.06);
}

.img {
    background-image: url('../img/homepage/recycle.svg');
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}

.img1 {
    background-image: url('../img/homepage/gearfine.svg');
}

.img2 {
    background-image: url('../img/homepage/plugs.svg');
}

.img3 {
    background-image: url('../img/homepage/clockcountdown.svg');
}

.img4 {
    background-image: url('../img/homepage/codeblock.svg');
}

.img5 {
    background-image: url('../img/homepage/gauge.svg');
}

.title {
    width: 266px;
    color: #000;
    text-align: center;
    /* leading-trim: both;
  text-edge: cap; */
    font-family: 'Switzer', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.desc {
    width: 266px;
    color: #001903;
    text-align: center;
    font-family: 'Switzer', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 147.059% */
}



/*.header-left {
    width: 100%;
    position: relative;*/
/*background-image: url('../img/homepage/header.png');*/
/*background: no-repeat;*/
/*}*/
/*.header-img {
    z-index: -4;
    position: absolute;
    width: 100%;
    height: 1200px;
    object-fit: cover;*/
/* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;*/
/*}

.header-img-ui {
    border-radius: 4px;
    box-shadow: 0px 8px 24px 0px rgba(21, 78, 96, 0.15);
    width: 1200px;
    height: 630px;
    flex-shrink: 0;
    position: absolute;
}

.header-text {
    z-index: 23;
    position: absolute;*/
/*display: flex;*/
/*width: 100%;*/
/*width: 820px;*/
/*height: 100%;*/
/*   flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;*/
/* margin-top: 30%;
    margin-left: 15%;
    float: left;*/
/*width: 30%;*/
/*height:40%;*/
/*}*/
.header-h6 {
    color: var(--black, #000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Switzer;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.51px;
}

.header-h1 {
    width: 780px;
    color: var(--black, #000);
    text-align: center;
    font-family: Switzer;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px; /* 120% */
}

.header-p {
    color: #000;
    text-align: center;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 140% */
}

.header-button {
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /*margin-top: 50px;*/
    border-radius: 4px;
    background-color: black;
    color: white;
    border: none;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.demovideo {
    background-color: black;
}

.header-button-white {
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: white;
    color: black;
    border: none;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.products {
    display: inline-flex;
    padding: 10% 5% 10% 5%;
    justify-content: flex-end;
    align-items: center;
    gap: 5%;
    background-color: #F6F6F6;
    width: 100%;
}

.products-text {
    display: flex;
    width: 28%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.products-h1 {
    color: black;
    leading-trim: both;
    text-edge: cap;
    font-family: Switzer-Light;
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    align-self: stretch;
}

.products-p {
    color: black;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
}

.logo1 {
    display: flex;
    height: 100px;
    padding: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24.719px;
    border-radius: 7.91px;
    background-color: white;
    box-shadow: 0px 7.90994px 13.84239px 0px rgba(0, 0, 0, 0.06);
}

.products-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.products-icons1 {
    display: flex;
    height: 100px;
    align-items: center;
    gap: 25px;
}

.aboutus {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 5% 10% 5% 10%;
    /*margin-left:5%;*/
}

.aboutus-img {
    width: 50%;
    height: 45%;
    flex-shrink: 0;
    margin-left: 5%;
}

.callyou {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../img/homepage/callyou.png);
    background-blend-mode: color-dodge;
}

.aboutus-content {
    display: flex;
    width: 100%;
    padding: 99px 0px;
}

.aboutus-text {
    display: flex;
    width: 450px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3%;
    margin-left: 3%;
}

.aboutus-h3 {
    color: var(--black, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Switzer-Light;
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.aboutus-p {
    color: var(--black, #000);
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
}

.callyou-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.callyou-h1 {
    color: var(--white, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Switzer;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px; /* 102% */
    letter-spacing: -1px;
    align-self: stretch;
}

.callyou-p {
    width: 450px;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}


.demovideo {
    width: 872.681px;
    height: 740.956px;
    flex-shrink: 0;
    background: var(--white, #FFF);
}

.prods {
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.product-card {
    display: flex;
    width: 400px;
    min-height: 390px;
    height: 425px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 0.999px solid #9EE5C8;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 20px 50px 0px rgba(74, 148, 118, 0.20);
    padding: 35px;
}

@media(max-width:1280px) {
    .prods {
        display: flex;
        flex-wrap: wrap;
    }
}

@media(max-width:1025px) {
    .plusplanning {
        flex-direction: column;
        align-items: center;
    }


    .plusplanningimg{
        display: none;
    }

    .container4 {
        gap: 20px;
    }
}

@media (min-width:750px) and (max-width:850px) {
    .box1 {
        width: 75%;
    }

    .container4 {
        flex-direction: column;
    }
}

@media(max-width:821px) {
    
}

@media (max-width: 766px) {

    .header {
        display: flex;
    }

    .header-right {
        background-image: url('../img/homepage/headermobile.png');
        width: 360px;
        height: 607px;
        flex-shrink: 0;
        /*  height: 80%;
        background: no-repeat;*/
    }

    .header-left {
        margin-top: 625px;
        margin-bottom: 30px;
        width: 15%;
    }

    .header-text {
        display: flex;
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    .header-h4 {
        color: var(--black, #000);
        text-align: center;
        font-family: Switzer;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.6px;
        align-self: stretch;
    }

    .header-p {
        width: 330px;
        color: #000;
        text-align: center;
        font-family: Switzer;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 141.176% */
    }

    .header-h1 {
        text-align: center;
        width: 100%;
        color: var(--black, #000);
        text-align: center;
        font-family: Switzer;
        font-size: 33px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.35px;
        align-self: stretch;
    }

    .header-button {
        display: flex;
        padding: 10px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--white, #FFF);
        font-family: Switzer;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .products {
        display: flex;
        padding: 30px 0px 30px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        background: var(--soft-gray, #F6F6F6);
    }

    .products-text {
        width: 390px;
    }

    .products-h1 {
        color: var(--black, #000);
        leading-trim: both;
        text-edge: cap;
        font-family: Switzer;
        font-size: 35px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .products-icons {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .products-icons1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .logo1 {
        display: flex;
        gap: 20px;
    }
    /*    .products-icons1 {
        display: flex;
        width: 250px;
        height: 100px;
        padding: 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24.719px;
    }*/
    .products-p {
        color: var(--black, #000);
        font-family: Switzer;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 175% */
        letter-spacing: 0.16px;
    }

    .aboutus {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .aboutus-img {
        width: 390px;
        height: 245px;
        border-radius: 4.024px 0px 0px 4.024px;
    }

    .aboutus-h3 {
        color: var(--black, #000);
        leading-trim: both;
        text-edge: cap;
        font-family: Switzer;
        font-size: 35px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .aboutus-p {
        color: var(--black, #000);
        font-family: Switzer;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 175% */
        letter-spacing: 0.16px;
    }

    .aboutus-text {
        display: flex;
        width: 390px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .aboutus-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .callyou {
        display: flex;
        width: 100%;
        height: 400px;
        padding: 83px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .callyou-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        align-self: stretch;
    }

    .callyou-h1 {
        color: var(--white, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Switzer;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 51px; /* 102% */
        letter-spacing: -1px;
    }

    .callyou-p {
        width: 90%;
        color: var(--white, #FFF);
        text-align: center;
        font-family: Switzer;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
    }

    .header-button-white {
        display: flex;
        padding: 10px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        background: var(--white, #FFF);
        color: var(--black, #000);
        font-family: Switzer;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .header-img-ui {
        width: 95%;
        flex-shrink: 0;
    }

    .plusplanningimg {
        width: 90%;
        height: 100%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .plusplanning {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        padding-left: 5%;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .plusplanningtext {
        display: flex;
        width: 90%;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .plusplanningh1 {
        width: 100%;
        color: var(--black, #000);
        text-align: center;
        font-family: Switzer;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .plusplanningimgd {
        display: none;
    }

    .plusplanningimgm {
        display: unset;
    }

    iframe {
        max-height: 230px;
    }

    .con-video {
        margin-top: 10px;
    }

    @media (max-width: 1198px) {
        .header-img-ui {
            width: 100%;
        }
    }

    @media (max-width: 1000px) {
        .section3 {
            display: inline-flex;
            flex-direction: column;
            align-items: flex-start;
            /*        gap: 20px;*/
            max-width: 100%;
        }

        .container4 {
            flex-wrap: wrap;
        }

        .box1 {
            width: 90%;
        }
    }

    @media(max-width:420px) {
        .BButtons {
            flex-wrap: wrap;
        }

        .prods {
            width: 95%;
        }

        .product-card {
            width: 85%;
        }
    }

    @media (max-width: 401px) {
        .header-h1 {
            width: 87%;
            align-items: center;
            display: block;
            margin: auto;
        }

        .header-h6 {
            width: 87%;
        }

        .header-p {
            width: 87%;
        }
    }




    .prod-p {
        color: #000;
        text-align: center;
        font-family: Switzer;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px; /* 144.444% */
    }

    .prod-b {
        display: flex;
        padding: 15px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 140px;
        background: #102C0E;
        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-family: Switzer;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none;
    }

    .prod-h4 {
        color: #000;
        text-align: center;
        font-family: Switzer;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 118.182% */
        align-self: stretch;
    }


    @media only screen and (max-width: 281px) {
        .desc {
            width: 95%;
        }

        .box1 {
            width: 92%;
            height: 255px;
        }
    }
