#yenileme{
    background-image:linear-gradient(330deg, rgb(130, 5, 74), rgb(91, 19, 153));
    padding: 90px 0 0;
    min-height: 100vh;
}
#yenileme h2{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: unset;
}
#yenileme tr:hover{
    color: #434580;
    background-color: #fff;
}
#yenileme th:nth-child(1){
    border-right:1px solid #fff;
}
#yenileme td:nth-child(1){
    border-right:1px solid #fff;
}
#yenileme th:nth-child(3){
    border-left:1px solid #fff;
}
#yenileme td:nth-child(3){
    border-left:1px solid #fff;
}
#yenileme .container{
    background-color: #3a1565;
    border-radius: 16px;
    width: 800px;
}
#yenileme a{
    color:white;
}
#yenileme a:hover{
    color:#fc908d;
}
#yenileme a.position-relative{
    width: 50%;
    padding: 7px 0;
    font-size: 18px;
    background-color: #b6b8f9;
    border: 0px;
    color: #ffffff;
    outline: none;
    border-radius: 6px;
    text-align:center;
}
#yenileme a.position-relative .yenile-button{
    display: inline-block;
    width: 0px;
    height: 100%;
    background-color: #fc908d;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    border-radius: 6px;
}
#yenileme a.position-relative:hover .yenile-button{
    width: 100%;
    transition: 0.3s;
}
#yenileme a.position-relative .yenile-text{
    position: relative;
    z-index: 999999;
}
#yenileme th{
    padding-bottom: 8px;
    font-weight: 500;
}
#yenileme th, #yenileme td{
    width: 33.3333333333333333333333333%;
}
#yenileme td{
    padding: 4px 0;
}
#yenileme .adress-link{
    align-items: center !important;
}
@media (max-width:992px){
    #yenileme .container{
        width: 576px;
    }
    #yenileme .border-danger{
        font-size: 15px !important;
    }
    #yenileme a{
        font-size: 14px !important;
    }

}
@media (max-width:768px){
    #yenileme .container{
        width: 515px;
    }
    #yenileme h2{
        font-size: 24px !important;
    }
    #yenileme .border-danger{
        font-size: 15px !important;
    }
    #yenileme a{
        font-size: 14px;
    }
}
@media (max-width:576px){
    #yenileme .container{
        width: 90%;
    }
    #yenileme h3{
        font-size: 18px !important;
    }
    #yenileme a, #yenileme .border-danger{
        font-size: 13px !important;
    }
    
}
@media (max-width:380px){
    #yenileme .adress{
        white-space: nowrap;
    }
}
@media (max-width:310px){
    #yenileme h2 {
        width: 95%;
        font-size: 19px !important;
    }
    #yenileme h3{
        font-size: 17px !important;
    }
    #yenileme a.position-relative{
        width: 100% !important;
    }
    #yenileme .adress{
        white-space: break-spaces;
        text-align: justify;
    }
    #yenileme .adress-link{
        align-items: start !important;
    }

}
#yenileme footer{
    background-image:none !important;
    border-top: 3px solid #f2f2f2;
    background: #0f0f0f2b;
}