:root{
/* #### Colors #### */
/* #### Primary ###### */
    
    --Cyan: hsl(179, 62%, 43%);
    --Cyan-a: hsl(179, 47%, 52%);
    --Bright-Yellow: hsl(71, 73%, 54%);
    
/*###### Neutral ######*/
    --Light-Gray-a: hsla(203, 44%, 93%, 0.785);
    --Light-Gray: hsl(204, 43%, 93%);
    --Grayish-Blue: hsl(218, 22%, 67%);
/* ######### family ############# */

    --Family-Karla:'Karla' ,sans-serif;

}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--Family-Karla);
}
body{
    font-family: var(--Family-Karla);
    background-color: var(--Grayish-Blue);
}
.container{
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;

}
.container .content{
    display: grid;
    grid-template-columns: 420px 3fr;
    grid-template-rows: 250px 270px;
    grid-template-areas:        "a a a a"      "b b c c";
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.418);
    width: 100%;
    max-width: 840px;
    border-radius:10px ;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
}

.container .content .order-join{
    grid-area: a;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.container .content .order-monthly{
    grid-area: b;
    border-radius: 0px 0 0 10px;
    -webkit-border-radius: 0px 0 0 10px;
    -moz-border-radius: 0px 0 0 10px;
    -ms-border-radius: 0px 0 0 10px;
    -o-border-radius: 0px 0 0 10px;
}
.container .content .order-why-us{
    grid-area: c;
    border-radius: 0 0 10px 0px;
    -webkit-border-radius: 0 0 10px 0px;
    -moz-border-radius: 0 0 10px 0px;
    -ms-border-radius: 0 0 10px 0px;
    -o-border-radius: 0 0 10px 0px;
}
/* start order why Us */
.container .content .order-join{
    background-color: var(--Light-Gray);
    padding: 30px ;
}
.container .content .order-join h2{
    font-weight: 700;
    color: var(--Cyan);
    padding: 20px 0;
}
.container .content .order-join h3{
    font-weight: 700;
    color: var(--Bright-Yellow);
    padding: 15px 0;
}
.container .content .order-join p{
    padding: 10px 0;
    color: var(--Grayish-Blue);
    font-weight: 400;
    
}
/* end order why Us */
/* start order monthly */

.container .content .order-monthly{
    background-color: var(--Cyan);
    padding: 30px ;
    color: var(--Light-Gray);
    
}
.container .content .order-monthly h3{
    padding: 20px 0;
}

.container .content .order-monthly .mane{
    display: flex;
    align-items: center;
}
.container .content .order-monthly .mane span{
    padding-left: 10px;
    color: var(--Light-Gray-a);
}

.container .content .order-monthly h2{
    font-size: 30px;
    font-weight: 700;
}

.container .content .order-monthly p{
    padding: 10px 0;
    font-weight: 400;
}

.container .content .order-monthly .button-sing{
    background-color: var(--Bright-Yellow);
    margin: 20px 0;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.227);
    text-align: center;
    padding: 15px;
    cursor: pointer;
    width: 300px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.container .content .order-monthly .button-sing a{
    font-size: 19px;
    font-weight: 900;
    text-decoration: dashed;
    color: var(--Light-Gray);
}
/* start order monthly */

/* order why Us */
.container .content .order-why-us{
    background-color: var(--Cyan-a);
    padding: 30px ;
    color: var(--Light-Gray);
}
.container .content .order-why-us h3{
    font-weight: 700;
    padding: 20px 0;
}
.container .content .order-why-us p {
    line-height: 25px;
}
.container .content .order-monthly .button-sing:hover {
    background-color: hsl(71, 73%, 60%);
    transform: scale(1.02);
    transition: 0.3s ease-in-out;
}

.attribution{
    font-weight: bold;
    font-size: 18px;
    color: var(--Light-Gray);
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.attribution a {
    
    text-decoration: dashed;
}
/* ############################################## */
/* ################ media 767px ################# */
/* ############################################## */

@media screen and (max-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    .container .content {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "a"
            "b"
            "c";
    }
    .container {
        padding: 20px;
    }
    .container .content .order-monthly .button-sing {
        width: 100%;
    }
    .container .content .order-why-us{
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }
    .container .content .order-monthly{
        border-radius: 0px 0 0 0px;
        -webkit-border-radius: 0px 0 0 0px;
        -moz-border-radius: 0px 0 0 0px;
        -ms-border-radius: 0px 0 0 0px;
        -o-border-radius: 0px 0 0 0px;
    }
    .attribution{
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
}
}

