﻿@media only screen and ( min-width: 980px ) /* MASAÜSTÜ */
{
    body {
        background-image: url('../image/bg3.png')!important;
        background-size: 100%!important;
    }

    .urun_grup_div {
        width: 100%;
        float: left;
        height: auto;
    }

    .u_g_left {
        width: 50%;
        float: left;
        height: 250px;
    }

    .u_g_right {
        width: 50%;
        float: left;
        height: auto;
    }

    .karden_logo {
        width: 100%;
        float: left;
        height: 250px;
        background-color: #7bbac4;
        background-image: url('../image/logo3.png');
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sayfa_baslik {
        width: 100%;
        float: left;
        font-family: GothamNarrow-Light;
        font-size: 23px;
        color: #000;
        margin-top: 50px;
        letter-spacing: 5px;
        text-align: center;
        margin-bottom: 20px;
    }

    .u_g_menu_div {
        width: 100%;
        float: left;
        height: 250px;
    }

    .u_g_menu {
        width: 100%;
        float: left;
        height: 50px;
        background-size: cover;
        background-position: center;
    }

    .u_g_bg {
        width: 95%;
        height: 50px;
        line-height: 50px;
        background-color: rgba(0, 0, 0, 0.64);
        float: left;
        text-align: right;
        padding-right: 5%;
        color: #fff;
        font-family: poppins;
        font-size: 17px;
        transition: 200ms;
    }

        .u_g_bg:hover {
            padding-right: 7%;
        }

    .kurumsal_yazi {
        width: 100%;
        float: left;
        height: auto;
        font-family: GothamNarrow-Light;
        font-size: 16px;
        padding-bottom: 80px;
        line-height: 27px;
    }

    .kurumsal_baslik {
        width: 50%;
        margin-top: 30px;
        margin-bottom: 20px;
        float: left;
        line-height: 50px;
        color: #000;
        font-size: 25px;
        border-bottom: 3px solid #7bbac4;
        font-family: GothamNarrow-Light;
    }
}
@media only screen and ( max-width: 979px ) /*  MOBİL*/
{
    body {
        background-image: url('../image/bg3.png')!important;
        background-size: 100%!important;
    }

    .urun_grup_div {
        width: 90%;
        float: left;
        height: auto;
        margin-left: 5%;
    }

    .u_g_left {
        width: 50%;
        float: left;
        height: 250px;
    }

    .u_g_right {
        width: 50%;
        float: left;
        height: auto;
    }

    .karden_logo {
        width: 100%;
        float: left;
        height: 250px;
        background-color: #7bbac4;
        background-image: url('../image/logo3.png');
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sayfa_baslik {
        width: 100%;
        float: left;
        font-family: GothamNarrow-Light;
        font-size: 23px;
        color: #000;
        margin-top: 50px;
        letter-spacing: 5px;
        text-align: center;
        margin-bottom: 20px;
    }

    .u_g_menu_div {
        width: 100%;
        float: left;
        height: 250px;
    }

    .u_g_menu {
        width: 100%;
        float: left;
        height: 50px;
        background-size: cover;
        background-position: center;
    }

    .u_g_bg {
        width: 95%;
        height: 50px;
        line-height: 50px;
        background-color: rgba(0, 0, 0, 0.64);
        float: left;
        text-align: right;
        padding-right: 5%;
        color: #fff;
        font-family: poppins;
        font-size: 17px;
        transition: 200ms;
    }

        .u_g_bg:hover {
            padding-right: 7%;
        }

    .kurumsal_yazi {
        width: 90%;
        margin-left:5%;
        float: left;
        height: auto;
        font-family: GothamNarrow-Light;
        font-size: 16px;
        padding-bottom: 40px;
        line-height: 27px;
    }

    .kurumsal_baslik {
        width: 50%;
        margin-top: 30px;
        margin-bottom: 20px;
        float: left;
        line-height: 50px;
        color: #000;
        margin-left:5%;
        font-size: 25px;
        border-bottom: 3px solid #7bbac4;
        font-family: GothamNarrow-Light;
    }
}