.birTutamImage
{
    position:relative;
}

.birTutamBox {
    position: absolute;
    top: 10%;
    left: 13%;
    width: 36%;
    border-radius: 20px;
    border: 3px solid #edede4;
    background-color: var(--color-6);
    padding: 28px;
}

    .birTutamBox h1 {
        font-size: 44px;
        font-weight:bold;
        color: #333;
        font-family: "Raleway", Sans-serif;
        margin-bottom:18px;
    }

.hakkinda {
   padding-bottom:32px;
}

    .hakkinda h1 {
        color: var(--color-5);
    }

.buayinMenuleri
{
    padding-top:32px;
}

    .buayinMenuleri h1 {
        color: var(--color-5);
    }

.backgroundArac {
    background-image: url('../img/home-index/uyelikadimlari/arac_background.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 22px;
    min-height: 700px;
}


.uyelikBox
{
   
}

    .uyelikBox h1 {
        font-size: 20px;
        color: black;
        margin-top: 4px;
    }

.uyelikAdimBox {
    border-radius: 20px;
    background-color: white;
    box-shadow: 3px 3px 3px 3px #edede4;
    padding: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE 8 */
    filter: alpha(opacity=85); /* IE 5-7 */
    -moz-opacity: 0.85; /* Netscape */
    -khtml-opacity: 0.85; /* Safari 1.x */
    opacity: 0.85; /* Good browsers */
}

.askidaYemek
{
    color:white;
    font-size:14px;
}

.askidaYemek h1
{
    color:white;
    font-size:36px;
    font-weight:bold;
}

    .askidaYemek h2 {
        color: white;
        font-size: 22px;
    }

.backgroundAskidaYemek {
    background-image: url('../img/home-index/sosyalsorumluluk/askidayemekbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 22px;
    min-height: 470px;
    padding-left:12px;
}

.alinti
{

}

.alinti .text1
{
    font-size:24px;
}

.alinti .text2
{
    font-size:22px;
    font-weight:bold;
}

.alinti .text3
{
    font-size:14px;
}

.iletisimformu {
    background-image: url('../img/home-index/iletisimformu/iletisimformbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 22px;
    min-height: 470px;
    padding-left: 12px;
    position: relative;
    z-index: 1;
  /*  background-color: rgba(255,255,255,0.2);
    background-blend-mode: lighten;*/
}

.iletisimformuinner {
    background-color: white;
    padding: 6px;
    opacity: 0.85;
}





