/* © 2023 WEBSITE OPERATIONS ALL RIGHTS RESERVED */

/* MAIN */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
}

body{
    background-color: black;
}

:root{

    /* colors */
    --black-color: black;
    --white-color: white;
    --orange-color: orange;

    /* font size */
    --big-font:2.4rem;
    --h2-font:2.25rem;
    --p-font:0.9rem;

    /* font weight */


    /* padding distance */


    /* margin distance */





    /* @media queries & padding size distant

    @media queries width;
    XXl  -desktop-  =  1600px
    xl   -desktop-  =  1300px
    l    -desktop-  =  992px
    M    -ipad-     =  768px
    S    -mobiel-   =  600px
    xs   -mobiel-   =  360px

    width padding;
    XXl  -desktop- 1600px  =   10%
    xl   -desktop- 1300px  =    8%
    l    -desktop- 992px   =    7%
    M    -ipad-    768px   =  6.5%
    S    -mobiel-  600px   =    6%
    xs   -mobiel-  360px   =    5%

    height padding;
    XXl  -desktop- 1600px  =   70px
    xl   -desktop- 1300px  =   50px
    l    -desktop- 992px   =     px
    M    -ipad-    768px   =   60px
    S    -mobiel-  600px   =     px
    xs   -mobiel-  360px   =     px
    
    */

    --padding-width-desktop-xxl: 10%;
    --padding-width-laptop-xl: 8%;
    --padding-width-laptop-l: 7%;
    --padding-width-ipad-m: 6.5%;
    --padding-width-mobiel-s: 6%;
    --padding-width-mobiel-xs: 4%;

    --padding-height-desktop-xxl: 70px;
    --padding-height-laptop-xl: 50px;
    --padding-height-laptop-l: 60px;
    --padding-height-ipad-m: 6.5%;
    --padding-height-mobiel-s: 6%;
    --padding-height-mobiel-xs: 4%;


    /* grid */
    --grid-gap-desktop: 1.5rem;

    --grid-template-columns-desktop-3-: repeat(3, 1fr);
    --grid-template-columns-ipad-2: repeat(2, 1fr);
    --grid-template-columns-mobiel: 1fr;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background-color: orange;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ff8800;
}

::-webkit-scrollbar-button {
    display: none;
}

section{
    padding: 70px 17%;
}







/* HERO ONDERHOUD SECTION */
.Website-pricing-hero{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 1.5rem;
    width: 100%;
    min-height: 100vh;
    align-items: center;
}

.website-pricing-hero-box-left span{
    color: orange;
    font-weight: 600;
}

.website-pricing-hero-box-left h2{
    color: #fff;
    font-size: var(--h2-font);
}

.website-pricing-hero-box-left p{
    color: #fff;
    margin: 0.8rem 0 1.8rem;
    line-height: 1.7;
}

.website-pricing-hero-box-left a{
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background-color: orange;
    border-radius: 12px;
    transition: .4s;
    cursor: pointer;
}

.hero-tarieven-btn2{
    margin: 0 0 0 1.5rem;
}

.websites-program-language-hero-images{
    padding-top: 2.2rem;
}

.websites-program-language-hero-images img{
    width: 50px;
}

#javaScript-logo{
    width: 50px;
    margin:0 0.8rem 0 0;
}

#css-logo{
    width: 50px;
    height: 50px;
    margin:0 0.8rem 0 0;
}

#html-logo{
    width: 50px;
    height: 50px;
    margin:0 0.8rem 0 0;
}

#php-logo{
    width: 90px;
    height: 50px;
}

.website-pricing-hero-image img{
    max-width: 100%;
    width: 600px;
    height: auto;
}



/* WORDPRESS INFO */
.heading-wordpress-info{
    text-align: left;
}

.heading-wordpress-info span{
    color: orange;
    font-weight: 600;

}

.heading-wordpress-info h2{
    color: #fff;
    font-size: var(--h2-font);
}

.wordpress-info-container P{
    color: #fff;
    margin: 0.8rem 0 1.8rem;
    line-height: 1.7;
}



/* OP MAAT WERK WEBSITE PRICING */
.heading{
    text-align: center;
}

.heading span{
    color: orange;
    font-weight: 600;
}

.heading h2{
    color: #fff;
    font-size: var(--h2-font);
}

.onderhoud-pricing-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    margin-top: 50px;
}

.onderhoud-pricing-box{
    background: rgb(148,148,148);
    background:  rgba(38,38,38,1);
    border-radius: 10px;
    padding: 20px 30px;
}

.onderhoud-pricing-box h3{
    color: orange;
    font-weight: 600;
}

.onderhoud-pricing-box h2{
    color: #fff;
    font-size: var(--h2-font);
}

#onderhoud-pricing-box-span{
    color: grey;
    font-size: 14px;
}

.onderhoud-pricing-box a{
    text-align: center;
}

.onderhoud-pricing-box-btn{
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    background-color: orange;
    border-radius: 12px;
    transition: .4s;
    cursor: pointer;
}

.onderhoud-pricing-box-btn-info{
    color: #178FFF;
    font-weight: 400;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    margin-bottom: 1.2rem;
}

.onderhoud-pricing-box-info{
    padding-bottom: 10px;
}

.onderhoud-pricing-box-info ul li a{
    color: #fff;
    text-align: left;
    margin-left: 0.5rem;
}

.onderhoud-pricing-box-info li{
    border-bottom: 1px solid #fff;
    margin-top: 1rem;
}
/* SALE-CONTENT RESPONSIVE DESIGN */
@media(max-width: 1280px){
    .onderhoud-pricing-container{
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 2.5rem;
        margin-top: 50px;
    }
}

@media (max-width: 720px) {
    .onderhoud-pricing-container{
        grid-template-columns: 1fr;
    }
}

#onderhoud-pricing-box-populair{
    background: radial-gradient(#f9d349,85%, #d57e12);
}

#onderhoud-pricing-box-title-populair{
    color: black;
}

#onderhoud-pricing-box-span-h2{
    color: white;
}

#onderhoud-pricing-box-btn-populair{
    background-color: white;
    color: black;
}












/* MAIN RESPONSIVE DESIGN */
@media (max-width: 1560px) {
    :root{
        --big-font:3rem;
        --h2-font:2rem;
    }
}

@media (max-width: 1143px) {
    section{
        padding: 50px 8%;
    }
}

@media (max-width: 720px) {
    .Website-pricing-hero{
        grid-template-columns: 1fr;
        text-align: left;
    }
    .hero{
        grid-template-columns: 1fr;
        text-align: center;
    }
    .about-us{
        grid-template-columns: 1fr;
        text-align: center;
    }
    .about-us-image{
        order: 2;
    }
    section{
        padding: 60px 6.5%;
    }
}

@media (max-width: 600px) {
    .Website-pricing-hero{
        padding-top: 80px;
    }
}