body, html {
    max-width: 100%;
    overflow-x: hidden;
}

.slider{
    
    background-color: #F6F6F6;
    font-size: 12px;
}

.urunler-ana-baslik{
    margin-top: 2em;
    font-size: 4em;
    font-weight: 800;
    font-family: 'Montserrat';
}


.transform-scale:hover {
    transform: scale(1.050);

}


.slider-sub-text{
    font-size: 22px;
    font-weight: 500;
    font-family: 'Montserrat';

}

.header {
    height: 4.5em;
}

.header-text{
    text-align: right;
}





.display-5 {
    font-family: 'Montserrat';
    font-size: 2em;
    font-weight: 800;
}

.lead {
    font-family: 'Montserrat',;
    font-size: 1.3em;
    font-weight: 700;
}

.teklif-al-button {
    background-color: white !important;
    font-size:20px;
    font-weight: 700;
    color: black;
    border : 3px solid black;
    border-radius: 20px;
    margin: 5px;

}

.teklif-al-button:hover{
    color: black;
    transform: scale(1.050);
}


.fa-circle-check{
    font-size: 1.3em;
    margin-right: 10px;

}


img {
    width: 100%;
     height: auto;
     padding-top: 60px;
}



.responsive-container {
    width: 80%;
    height: 300px;
    border-radius: 21px 21px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    overflow: visible; 

}

.responsive-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;;
}

.berqnet-list 
{
    list-style-type: none;
    font-size: 1.3em;
    text-align: left;
    font-weight: 500;
    
}

.berqnet-background{
    border-radius: 30px;
    box-shadow:0px 2px 14px 0px rgba(0, 0, 0, 0.3)
}


.berqnet-list li {
    margin-bottom: 10px;
    font-size: 0.9em;
    
}

.footer-about-text{
    font-size: 15px;
    font-weight: 600;
}

.footer-shadow{
    box-shadow:1px 2px 14px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    

}

.footer-title{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
}


@media (max-width: 768px) {
    .bg-body-tertiary {
        width: 100%;
        height: auto;
        border-radius: 0; 
    }

    .responsive-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    ul {
        padding: 1rem;
        text-align: center;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
      }
    
      .col-md-6 {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
      }
    
      .berqnet-list {
        margin-bottom: 0;
        padding: 0;
      }
    
      .berqnet-list li {
        margin-bottom: 10px;
        font-size: 15px;
      }

      .urunler-ana-baslik{
        font-size: 30px;
      }

      .slider-sub-text{
        font-size: 17px;
      }

      .berqnet-yetkili-is-ortagi{
        visibility: hidden;
        margin-bottom: -50px;
      }

      .header{
        height: 5.5em;
      }

}
