/* Kaydırma Çaubuğu */

::-webkit-scrollbar {
    width: 8px;
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a5a5a5;
}

::-webkit-scrollbar-thumb:active {
    background-color: #a5a5a5;
}

::placeholder {
    color: #8b8989 !important;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8b8989 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8b8989;
}


@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Thin;
  src: url('../fonts/Poppins/Poppins-Thin.ttf'); 
}

@font-face {
  font-family: Poppins-Black;
  src: url('../fonts/Poppins/Poppins-Black.ttf'); 
}


body {
    background-color: white;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.no-gutters {
    padding: 0;
}

ul {
    padding-left: 0;
}

body
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-image: url(../images/img/banner1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}

.yapim
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yapim .yabox
{
  width: 65%;
  height: 600px;
  background-color: #ffffffbf;
  padding: 50px;
  margin: 0;
  border-radius: 25px;
  position: relative;
}

.yapim .yabox .katre-address
{
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

.yapim .yabox .katre-tel
{
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}

.yapim .yabox .katre-text
{
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.yapim .yabox .ttrlogo
{
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}