
html, body {
    background-color: white;
    color: #441306;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.d1 {
    border: 1px solid red;
   }
.d2 {
    border: 2px solid black;
    border-radius: 10px;
    padding: 50px;
}


/* MENU - SABİTLEME */
.position-fixed {
    backdrop-filter: blur(50px);
    background: rgb(255 237 212, 0.4);
    border-radius: 10px;
}

.navbar-toggler.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l12 12M14 2L2 14' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

/*----------------*/
h1 {
    font-weight: bold;
}
.bld {
    font-weight: bold;
    text-align:end;
    margin-top:50px;
}
.cont {
    margin-left: 100px;
    margin-right: 100px;
}

/* LOGO BOYUT */
.logo-fixed {
    width: 250px; /* Sabit genişlik */
    height: auto; /* Orantılı yükseklik */
}
/*----------------*/

.cb {
    color: black;   
}
/*ARTİCAL İMAGE*/
.art-img {
    width: auto;
    border-radius: 15px;    
}
/*----İCONS ------*/
.icons{
    height: 100px;
    width:100px;
    border-radius:1%;
    margin-left:100px;
}
/*----CONTACT CSS ------*/
.cont-icons {
    height:50px;
    width: 50px;
    border-radius: 1%;
    padding-right:20px;
}
.info-item{
    margin-top:25px;
}
.inpt {
    background-color: #FFF7ED;
}
.btn-dark{

}
/*---CODE YAZMA ALANI*/
.code-container {
    background-color: grey;
    position: relative;
    color: white;
    border-radius: .5rem;
    margin: .5rem;
    padding: .5rem;
}

.copy-btn {
    position: absolute;
    top: .5rem;
    right: .5rem;
}
/*----------------*/
.temp{
   
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
   


}
.wh-63{
    width:600px;
    height:300px;
}
.pt-150{
        padding-top:100px;
}
.ml-6 {
    margin-left: 100px;  
}

.btn-dark{
    color:white;
    background-color:grey;
    border:0px;
}

/*-----------------------------*/
.logo-carousel {
    overflow: hidden;
    white-space: nowrap;
    background: #f8f9fa;
    padding: 20px 0;
    position: relative;

}

.logo-track {
    display: inline-block;
    animation: scroll-left 8s linear infinite;

}

    .logo-track img {
        height: 60px;
        margin: 0 40px;
        vertical-align: middle;
        transition: all 0.9s ease;
    }

/* Tablet uyumu */
@media (max-width: 992px) {
    .logo-track img {
        height: 50px;
        margin: 0 25px;
    }
}

/* Mobil uyumu */
@media (max-width: 576px) {
    .logo-track img {
        height: 40px;
        margin: 0 15px;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



/*
.wall-bg {
   #D1D1D1
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

.floor-bg {
    
    background-repeat: repeat-x;
    background-position: top;
    height: 126px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-left {
    display: flex;
    align-items: left;
    flex-direction: column;
}

.flex-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.full-w {
    width: 100%;
    min-width: 100%;
}

.full-h {
    height: 100%;
    min-height: 100%;
}

.col {
    float: left;
}

.person {
    position: absolute;
    bottom: -50px;
    margin-left: -100px;
    left: 50%;
}

.message-box {
    text-align: center;
    position: relative;
}

.message {

    font-weight: 900;
    font-size: 68px;
    color: #1f3144;
    display: block;
    
}

.message-small {
    display: block;
    margin-right:50px;
    font-weight: 800;
    font-size: 20px;
    color: #1f3144;
    display: block;
}

.note {
    display: block;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #ff6600;
}
.door {
    
    margin-right: -300px;
}
@media only screen and (max-width: 768px) {
   
    .flex-left {
        align-items: center;
    }
    .person {
        display: none;
    }
    .floor-bg {
        display: none;
    }
    .wall-bg {
        margin-top: 0 !important;
        background-image: none;
    }
    .flex {
        background-color: #e6e9ed;
    }
}
*/