@font-face {
    font-family: Staatliches;
    src: url("../fonts/StaatlichesRegular.woff");
    font-weight: normal;
}

@font-face {
    font-family: ChakraRegular;
    src: url("../fonts/ChakraPetchRegular.woff");
    font-weight: normal;
}

@font-face {
    font-family: ChakraSemiBold;
    src: url("../fonts/ChakraPetchSemiBold.woff");
    font-weight: normal;
}

.header-font{
    font-family: Staatliches !important;
}

.chakra-regular{
    font-family: ChakraRegular !important;
}

.chakra-semibold{
    font-family: ChakraSemiBold !important;
}

.text-warning {
    color: #F39200 !important;
}
a.text-warning:hover, a.text-warning:focus {
    color: #ee6527 !important;
}
.bg-warning {
    background-color: #F39200 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ee6527 !important;
}

.logo-outer{
    height: 30px;
    width: auto;
}

.flags-outer{
    height: 26px;
    width: auto;
}

.gray-img{
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.gray-img:hover{
    filter: none;
    -webkit-filter: none;
}

.akildoluisler-logo {
    height: 20px;
    width: auto;
}

.cert-outer {
    height: 70px;
    width: auto;
}

.services-logo {
    height: 50px;
    width: auto;
}

.header-buttons{
    right: 10px !important;
}

.navbar{
    z-index: 10;
}

.slider-text{
    padding-top: 12rem;
}

.kurumsal-header{
    height: 360px;
    background: url(../../../assets/frontend/images/kurumsal-header-riga.jpg) no-repeat center;
}

.urun-resim{
    width: 100%;
    height: auto;
}

.clients-header-outer{
    width: 100%;
}