@font-face {
    font-family: 'Creolia';
    src: url('./fonts/Creolia.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Book-TR';
    src: url('./fonts/Gotham-Book-TR.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-LightItalic';
    src: url('./fonts/Gotham-LightItalic.otf') format('truetype');
}

@font-face {
    font-family: 'MuseoSans-300';
    src: url('./fonts/MuseoSans-300.otf') format('truetype');
}

@font-face {
    font-family: 'OmnesTRUMedium';
    src: url('./fonts/OmnesTRUMedium.ttf') format('truetype');
}

body {
    overflow-x: hidden;
}

h1 {
    font-family: 'OmnesTRUMedium';
    padding: 0 !important;
    margin: 0 !important;
}

h2, h3, h4, h5, h6 {
    font-family: 'Gotham-Book-TR';
    padding: 0 !important;
    margin: 0 !important;
}

p {
    font-family: 'Gotham-Book-TR';
    padding: 0 !important;
    margin: 0 !important;
}

a {
    font-family: 'Gotham-Book-TR';
}

#topto {
    position: absolute;
    max-width: 10em;
    max-height: auto;
    top: 40%;
    left: 45.5%;
}

#startPage {
    position: relative;
}

img {
    width: 100%;
    height: auto;
    padding: 0;
}

#image:hover {
    -ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari 3-8 */
    transform: scale(1.02);
}

.col-md-6 {
    padding-right: unset;
    padding-left: unset;
}

#slider {
    position: relative;
}

#imgSliderMobile {
    display: none;
}

#sliderTitle {
    position: absolute;
    top: 25%;
    left: 10%;
    font-size: 3.8em;
    display: inline;
    width: 15em;
}

#sliderText {
    position: absolute;
    top: 55%;
    left: 10%;
    display: inline;
    width: 20em;
}

#sliderButton {
    position: absolute;
    top: 74%;
    left: 10%;
    max-width: 9em;
}

#aboutSlider {
    margin-top: -0.7em;
}

#products9, #products10, #products11, #products12 {
    display: none;
}

#homeCizgi {
    margin-top: -0.7em;
}

.form-control {
    border: 2px solid #eb5a25;
}

@media (max-width: 575.98px) {
    #topto {
        top: 44%;
        left: 30%;
    }

    #imgSlider {
        display: none;
    }

    #imgSliderMobile {
        display: inline;
    }

    #sliderTitle {
        top: 25%;
        left: 10%;
        font-size: 1.4em;
    }

    #sliderText {
        top: 40%;
        left: 10%;
        font-size: 0.8em;
    }

    #aboutSlider {
        margin-top: -0.4em;
    }

    #products2, #products4, #products6, #products8 {
        display: none;
    }

    #products9, #products10, #products11, #products12 {
        display: inline;
    }

    #homeCizgi {
        margin-top: 0;
    }
}

@media only screen and (min-width:576px) and (max-width: 767.98px) {
    #topto {
        top: 44%;
        left: 30%;
    }

    #imgSlider {
        display: none;
    }

    #imgSliderMobile {
        display: inline;
    }

    #sliderTitle {
        top: 25%;
        left: 10%;
        font-size: 1.2em;
    }

    #sliderText {
        top: 55%;
        left: 10%;
        font-size: 0.6em;
    }

    #aboutSlider {
        margin-top: -0.4em;
    }

    #products2, #products4, #products6, #products8 {
        display: none;
    }

    #products9, #products10, #products11, #products12 {
        display: inline;
    }

    #homeCizgi {
        margin-top: 0;
    }
}

@media only screen and (min-width:768px) and (max-width: 991.98px) {
    #topto {
        top: 44%;
        left: 42%;
    }

    #sliderTitle {
        top: 21%;
        left: 10%;
        font-size: 2.5em;
    }

    #sliderText {
        top: 54%;
        left: 10%;
        font-size: 1em;
    }

    #sliderButton {
        top: 80%;
    }

    #aboutSlider {
        margin-top: -0.5em;
    }

    #homeCizgi {
        margin-top: -0.2em;
    }
}

@media only screen and (min-width:992px) and (max-width: 1199.98px) {
    #topto {
        top: 44%;
        left: 42%;
    }

    #sliderTitle {
        top: 21%;
        left: 10%;
        font-size: 3em;
    }

    #sliderText {
        top: 55%;
        left: 10%;
        font-size: 1.2em;
    }

    #sliderButton {
        top: 80%;
    }

    #aboutSlider {
        margin-top: -0.5em;
    }

    #homeCizgi {
        margin-top: -0.2em;
    }
}

@media only screen and (min-width:1200px) and (max-width: 1399.98px) {
    #topto {
        top: 44%;
        left: 44%;
    }

    #sliderTitle {
        top: 21%;
        left: 10%;
        font-size: 3em;
    }

    #sliderText {
        top: 50%;
        left: 10%;
        font-size: 1.8em;
    }

    #sliderButton {
        top: 80%;
    }

    #aboutSlider {
        margin-top: -0.5em;
    }

    #homeCizgi {
        margin-top: -0.2em;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
