:root{
  --brand-app: #DB1A2D; 
  --brand-app2: #E73648; 
}
body {
   background-color: "#ffffff";
   font-family:"Dosis",sans-serif;
   position: absolute;
   line-height: 17.5px;
   height: 100%;
   width: 100%;
   margin: 0;
   
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    

}

ul,ol{
    list-style: none;
}

.p20 {
    padding: 20px;

}

.p10 {
    padding: 10px;

}

.mt20 {
    margin-top: 20px;
}



.header-1 {
    width: 100%;
    height: 36px;
    background: var(--brand-app);
    
}

.header-icons {
    list-style-type: none;
    overflow: hidden;
    float: right;
    margin-right: 20px;
}

.header-icons li {
    float: left;
    list-style-type: none;
    margin-right: 5px;


}

.header-icons li a {
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
    transition: color 0.25s ease;

}

.header-icons li a:hover {
    cursor: pointer;
    color: #870443;
}

.header-icons li a:active,
.header-icons li a:focus {
    color: white !important; /* Normal rengi koru */
}


.text {
    margin-left: 15px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.header-2-left a img{
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
   
}


.policy-title {
    font-size: 28px;     /* Ana başlık büyük */
    font-weight: 700;
    margin-bottom: 20px;
}

.policy-section-title {
    font-size: 18px;     /* Alt başlıklar normal büyüklükte ama kalın */
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.policy-text {
    font-size: 16px;     /* Açıklamalar normal yazı */
    font-weight: 400;
    line-height: 1.6;
}

.policy-text ul {
    margin-left: 20px;
}

.policy-text li {
    margin-bottom: 6px;
}



/********** HEADER-2 **********/







.header-2 {
    background-color: var(--brand-app2);
    width: 100%;
    height: 100px;
   
}


.header-2-left {
    height: 100px;
    display: flex;            /* Yanyana diz */
    align-items: center;      /* Dikey ortala */
    justify-content: flex-start; /* Sola yasla */
    gap: 10px;                /* Logo ile yazı arası boşluk */
    width: auto;              /* 100% yapma */
    float: left;
}

.header-2-left #titlwid1,
.header-2-left #titlwid {
    text-align: left !important;  /* Ortalamayı kapat */
}


.header-2-right {
    width: 70%;
    display: inline-block;
    height: 100px;
    line-height: 20px;
    align-content: center;
}

.header-2-left #titlwid1 {
    color: white;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.header-2-left #titlwid {
    color: white;
    width: 80%;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}

.header-2-left a i {
    font-size: 50px;
    vertical-align: middle;
    line-height: 90px;

}


.header-2-right ul {
    float: right;
}


.header-2-right ul li {
    display: inline-block;


}

.header-2-right ul li a {
    text-decoration: none;
    color: white;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    height: 20px;
    width: 100px;
    transition: color 0.3s ease;
}

.header-2-right ul li a:hover {
    color: #870443;
}








/********** MAİN HEAD ***********/



.container_12 .grid_12 {
    width: 780px;
    margin-left: 50px;
    margin-right: 50px;
} 


.grid_12 {
    display: inline;
    float: left;
    margin: 50px;
}

.grid_12 p{
    font-size: 16px;
    line-height: 30px;
    
}

.grid_12 h4{
    font-size: 18px;
    
}





/********** FOOTER *************/

#footer{
    width: 100%;
    background-color: #333;
    border-top: 1px solid rgba(0,0,0,.2);
}

.copyrights{
    width: 100%;
    padding: 40px 20px;
    
}

.col-left{
    width: 100%;
    display: block;
    position: relative;
    color: gray;
    font-size: 14px;
    margin-left: 3%;
    
}

.col-left a{
    text-decoration: none;
    color: cadetblue;
    display: block;
    margin-top: 5px;
}

.col-right{
    width: 60%;
    position: relative;
    display: block;
    clear: right;
    float: right;
   
}

.col-right i{
    width: 50%;
    display: inline-block;
    color: gray;
    text-align: right;
    vertical-align:middle;
   
}

.col-right p{
    width: 50%;
    display: inline-block;
    float: right;
    color: gray;
    font-size: 14px;
    text-align: center left;
    padding-left: 5px;
    
}



  @media (max-width: 800px) {
      

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html, body {
        width: 100%;
        overflow-x: hidden;
    }
      
      
    .grid_12 {
        display: inline;
        float: left;
        margin: 20px;
    }
  
    .col-right{
        width: 80%;
        position: relative;
        margin-top: 10px;
        display: block;
        clear: right;
        float: right;

    }  
      
      .grid_12 p{
        font-size: 16px;
    }

    .grid_12 h4{
        font-size: 19px;
    }

       
      
    .header-2-left #titlwid1 {
        color: white;
        display: inline-block;
        text-decoration: none;
        font-size: 10px;
        width: 30%;
        text-align: center;
        vertical-align: middle;
    }  
      
      
      .header-2-left {
        height: 100px;
        display: inline-block;
        float: left;
        width: 80%;
        margin: 0;
        align-content: center;
    }
      
    .header-2-left #titlwid1,
    .header-2-left #titlwid {
        text-align: left !important;  /* Ortalamayı kapat */
    }

    .header-2-right {
        width: 20%;
        display: inline-block;
        height: 100px;
        line-height: 20px;
        align-content: center;
        font-size: 10px;
    }
      
      .header-2-left #titlwid {
        color: white;
        width: 60%;
        height: 100px;
        align-content: center;
        font-size: 15px;
        text-align: center;
        vertical-align: middle;
    }


}

