body{
    background-color: rgba(255, 255, 255, 1) !important;
}
.banner-img{
    object-fit: cover !important;
}
.banner-title{
    position: absolute;
    bottom: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    color: rgba(255, 255, 255, 1);
}
.banner-bg{
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(32, 89, 194, 1);
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
    padding: 17px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: center;
}
.banner-alt{
    border-top: 1px solid rgba(255, 255, 255, 0.32);
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.banner-detay{
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: center;
color: rgba(255, 255, 255, 1);
    height: 64px;
    width: 254px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.banner-img{
    height: 366px;
}
.kvk-detay {
    font-family: Inter;
font-size: 15px;
font-weight: 400;
line-height: 26px;
text-align: left;
color: rgba(92, 92, 92, 1);
}
.sayfa-title{
    margin-bottom: 62px;
    margin-top: 120px;
    font-family: Inter;
font-size: 32px;
font-weight: 600;
line-height: 38.73px;
text-align: left;
color: rgba(31, 31, 31, 1);
}
.form{
    margin-top: 42px;
    font-family: Inter;
font-size: 15px;
font-weight: 600;
line-height: 26px;
text-align: left;
margin-bottom: 12px;
color: rgba(31, 31, 31, 1);
}
.indir {
    cursor: pointer;
    background-color: rgba(32, 89, 194, 1);
    padding: 16px 46px 16px 46px;
    border-radius: 4px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    width: max-content;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
}
.logo-card {
    border: 1px solid rgba(243, 243, 243, 1);
    width: 100%;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.logo-img-card{
    padding: 83px;
}
.logo-img{
    width: 307px;
}
.card-detay{
    padding: 13px;
    background-color: rgba(249, 250, 251, 1);
    border-radius: 0px 0px 9px 9px;
    box-shadow: 14px -5px 80px 0px rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(243, 243, 243, 1)
}
.card-titles{
    margin-bottom: 19px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
       color: rgba(54, 54, 54, 1);
}
.basin-card img {
    border-radius: 10px 10px 0px 0px;
    aspect-ratio: 2/1.25;
    object-fit: cover;
}
.basin-card-detay{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:10px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 30.2px 0px rgba(0, 40, 82, 0.08);
}
.basin-tarih{
    margin-bottom: 16px;
    font-family: Inter;
font-size: 14px;
font-weight: 600;
line-height: 16.94px;
text-align: left;
color: rgba(255, 117, 6, 1);
}
.basin-detail{
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow:hidden;
    font-family: Inter;
font-size: 18px;
font-weight: 700;
line-height: 26px;
text-align: left;
color: rgba(54, 54, 54, 1);
}
.basin-row{
    row-gap: 2rem !important;
}
.daha-fazla {
    border: 1px solid rgba(0, 66, 135, 1);
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    color: rgba(31, 31, 31, 1);
    width: max-content;
    padding: 16px 46px 16px 46px;
    border-radius: 8px;
    margin-top: 38px;
    margin-bottom: 38px;
    background: #fff;
}
.detay-yazi{
    font-family: Inter;
font-size: 15px;
font-weight: 400;
line-height: 26px;
text-align: left;
color: rgba(92, 92, 92, 1);
}
iframe{
    margin-top: 120px;
}
@media only screen and (max-width: 991px){
    .detay-img{
        margin-top: 2rem;
    }
    .sayfa-title {
        margin-bottom: 50px;
        margin-top: 50px;
    }
iframe{
    height: 400px;
    margin-top: 50px;
}
}
@media only screen and (max-width: 1200px){
    .logo-img {
        width: 245px;
    }
}