﻿@import url('https://fonts.cdnfonts.com/css/open-sauce-one');
body {
    font-family: 'Open Sauce One', sans-serif;
    font-family: 'Open Sauce Two', sans-serif;
    font-family: 'Open Sauce Sans', sans-serif;
}

.yazi-baslik {
    color: #ff4c4c;
    font-size: 50px;
    font-weight: bold;
}

.yazi-altbaslik {
    color: #ff4c4c;
    font-size: 40px;
}

p {
    font-size: 20px;
}

h3 {

    font-weight: bold;
}

h2 {
    font-size: 84px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}
.btn-b2b {
    white-space: nowrap;
    border-radius: 25px;
    padding: 10px 50px;
    position: absolute;
    right: 15%;
    top: 12%;
}

@media only screen and (max-width: 768px) {
    .img-responsive {
      height: 350px;
      object-fit: fill;
    }

    .yazi-baslik {
color: #ff4c4c;
font-size: 40px;
font-weight: bold;
}

    h2{
        font-size:26px
    }

    .btn-b2b {
        white-space: nowrap;
        border-radius: 25px;
        padding: 3px 26px;
        position: absolute;
        left: 9%;
        bottom: -8%;
        right:unset;
        top:unset;
    }
  }


.footer-baslik {
    font-weight: bold;
    font-size: 5.0vh;
}


.text-red {
    color: #ff4c4c;
}


.yazi {
    font-size: 20px;
}

.bg-gray {
    background-color: #262626;
}

img {
    max-width: 100%
}
