@font-face {
    font-family: GraublauWeb;
    src: url("font/ClarendonRegular.html") format("opentype");
}

@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url("font/ClarendonRegular.html") format("opentype");
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

#langSel {
    cursor: pointer;
    margin-bottom: .1rem;

    font-size: 20px;
    font-weight: 300;
    border: 1px solid #333;
    border-radius: 3px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 3px 5px;
}

body {
    font-size: 1.6rem;
    background-color: #fff;
    overflow-x: hidden;
}

.all-container {}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/slider1m.jpg');

    background-size: cover;
    background-position: center;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/slider2m.jpg');
    background-size: cover;
    background-position: center;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/slider3m.jpg');
    background-size: cover;
    background-position: bottom;
}



.swiper-button-next,
.swiper-button-prev {
    color: rgba(255, 255, 255, .5);
    transition: .5s all;
}

.swiper-button-next {
    right: 5%;
    top: 90%;
}

.swiper-button-prev {
    left: 5%;
    top: 90%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: rgba(255, 255, 255, 1);
}


/*NAVBAR*/

.navbar {
    transition: .5s all;
    padding: 2rem 2rem;
}

.nav-item a {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 1rem 0rem;
}

.navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler-icon {
    width: 40px;
    height: 40px;
    background-image: none !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.0 !important;
}

.navbar-collapse {
    padding: 4rem 0rem;
}



.index-slider-inner {
    font-family: 'ClarendonRegular';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    /* or 120% */
    width: 275px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}


.navbar-white {
    background-color: white;
    border-bottom: 2px solid black;
}

.navbar-white .navbar-white .nav-link a {
    color: black !important;
}

/*SECTION ITEM*/

.section-item,
.contact-map-content {
    padding: 3rem 3rem;
}

.section-item-for-contact {
    padding: 5rem 0;
}


/*SECTION ITEM HAKKIMIZDA*/

.section-header {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10rem;
}

.img-with-black {
    height: 100%;
}

.img-with-black img {
    width: 100%;
    box-shadow: 30px -30px black;
    -moz-box-shadow: 30px -30px black;
    -webkit-box-shadow: 30px -30px black;
    -khtml-box-shadow: 30px -30px black;
}

.p-10 {
    padding: 10rem;
}

.hakkimizda-col {
    margin: 6rem 0;
    margin-top: 0;
}

.hakkimizda-text,
.urun-text {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    color: #000000;
}

.hakkimizda-link {}

.hakkimizda-link a {
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000000;
    border: 1px solid black;
    padding: 1.5rem 3rem;
}


/* URUNLER */

.urunler {
    background-image: url('images/Rectangle-urunler.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1000px;
}

.urunler-inner .section-header {
    color: white;
}



/*SLICK PRODUCTS*/

.slick-dots {
    display: none !important;
}


.item-inner-index {
    border-radius: 4px;
    background-color: white;
}

.item-inner-index h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height, or 150% */
    margin-bottom: 2rem;

    color: #000000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.item-inner-index p {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */


    color: #000000;
}

.item-inner-index a {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */

    text-align: right;
    text-decoration-line: underline;

    color: #000000;
}

.multiple-items {
    position: relative;
}

.slick-prev {
    position: absolute;
    top: 100%;
    left: 40%;
    background-color: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, .5);
    font-size: 50px;
    transition: .5s all ease;
}

.slick-next {
    position: absolute;
    top: 100%;
    right: 40%;
    background-color: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, .5);
    font-size: 50px;
    transition: .5s all ease;

}

.slick-next:hover,
.slick-prev:hover {
    color: rgba(255, 255, 255, 1);
}


/*FOOTER*/



.footer {
    background-color: black;
    color: white;

}

.footer-logo {
    margin-bottom: 8rem;
}

.footer-logo img {
    width: 100%;
}

.footer-middle {
    margin: 5rem 0;
}

.footer-middle ul {
    text-decoration: none;
    list-style: none;
}



.footer-links li a {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;

    color: #FFFFFF;

}

.footer-social li {
    margin: 0 1rem;
}

.footer-social li a {
    color: #fff;
    font-size: 36px;
}

.footer-social {
    margin-bottom: 5rem;
}

.footer-social li {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-addresses span {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */


    color: #FFFFFF;
}


.footer-addresses a {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-decoration: none;


    color: #FFFFFF;
}


.footer-end p {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */


    color: rgba(255, 255, 255, 0.5);

}


/**ABOUT PAGE**/


.about-img {
    height: 500px;
}

.about-img img {
    object-fit: cover;
    object-position: center;

}


.about-first-text {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */


    color: #000000;
}




.about-us-second-header {
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    /* or 120% */

    text-align: center;

    color: #000000;

}


.about-us-second-text {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #000000;

}






.about-us-img-text-area {
    margin: 10rem 0;
}


.about-us-img-text-area .img-with-color img {
    box-shadow: -30px -30px #BE270180;
    -moz-box-shadow: -30px -30px #BE270180;
    -webkit-box-shadow: -30px -30px #BE270180;
    -khtml-box-shadow: -30px -30px #BE270180;
    width: 90%;
    object-position: center;
    object-fit: cover;
}

.urunler-img-text-area .img-with-color img {
    width: 90%;
    object-position: center;
    object-fit: cover
}


.about-us-col-2,
.urunler-pl {
    padding-left: 0rem;
}


.urunler-pr {
    padding-right: 0rem;
}

/*MİZYON VİZYON*/

.misyonumuz,
.vizyonumuz {
    margin-bottom: 15rem;
}

.vizyonumuz .ul,
.misyonumuz .ul {
    /* M Body 4 (Bullet) */

    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    /* or 180% */


    color: #000000;


}


/*URUNLER*/

.urunler-description {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */

    text-align: center;

    color: #000000;

}

.urunler-img-text-area {
    margin: 0rem 0;
    padding-bottom: 0rem !important;


}

#prodone {
    padding-top: 0;
}


#prodone .img-with-color img,
#prodthree .img-with-color img,
#prodfive .img-with-color img,
#prodseven .img-with-color img,
#prodnine .img-with-color img,
#prodeleven .img-with-color img {
    box-shadow: -30px -30px #000000;
    -moz-box-shadow: -30px -30px #000000;
    -webkit-box-shadow: -30px -30px #000000;
    -khtml-box-shadow: -30px -30px #000000;

}


#prodtwo .img-with-color img,
#prodfour .img-with-color img,
#prodsix .img-with-color img,
#prodeight .img-with-color img,
#prodten .img-with-color img {
    box-shadow: 30px -30px #000000;
    -moz-box-shadow: 30px -30px #000000;
    -webkit-box-shadow: 30px -30px #000000;
    -khtml-box-shadow: 30px -30px #000000;

}





.urun-bg-grey {
    padding-top: 8rem;
    background-color: #F9F9F9;
}




.urun-header {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height, or 150% */
    color: #000000;
}



/*CONTACT US*/


.contact-map-content h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    color: #000000;
}


.contact-map-content div {
    margin-bottom: 2rem;
}

.contact-map-content p {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-decoration: none;

    color: #000000;
}


.contact-map-content a {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-decoration: none;

    color: #000000;
}


.contact-map-content a:hover {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-decoration: none;

    color: #000000;
}



.social-links-contact ul {
    list-style: none;
}

.social-links-contact ul li {
    margin-right: 2rem;
}

.social-links-contact ul li a i {
    font-size: 32px;
}

/*CONTACT-FORM*/

.contact-form-item input {
    padding: 1rem;
    border: 1px solid #000000;
    margin-bottom: 2rem;
}


.contact-form-item textarea {
    padding: 1rem;
    border: 1px solid #000000;
    margin-bottom: 2rem;

}


.contact-form-item input::placeholder {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* identical to box height, or 150% */


    color: #000000;

    opacity: 0.6;
}

.contact-form-item textarea::placeholder {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* identical to box height, or 150% */


    color: #000000;

    opacity: 0.6;
}


.submit-btn-cont {
    margin-top: 5rem;
}

.submit-btn-cont input {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding: 1.5rem 6rem;
    color: #FFFFFF;
    background-color: black;
}



/*404 PAGE*/

.notfoundpage h1 {

    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 144px;
    line-height: 196px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;

    color: #000000;
}

.notfoundpage p {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    text-align: center;

    color: #000000;
}

.notfoundpage a {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding: 1.5rem 6rem;
    border: 2px solid black;
    color: #000000;
    margin-top: 10rem;
}

.notfoundpage a:hover {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;

    color: #000000;
}




/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {


    .slide1 {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/slider1.jpg');

        background-size: cover;
        background-position: center;
    }

    .slide2 {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/slider2.jpg');
        background-size: cover;
        background-position: center;
    }

    .slide3 {
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/slider3.jpg');
        background-size: cover;
        background-position: bottom;
    }



    .about-us-img-text-area .img-with-color img {
        box-shadow: -30px -30px #BE270180;
        -moz-box-shadow: -30px -30px #BE270180;
        -webkit-box-shadow: -30px -30px #BE270180;
        -khtml-box-shadow: -30px -30px #BE270180;
        width: 488px;
        height: 345px;
        object-position: center;
        object-fit: cover;
    }

    .footer-logo img {
        width: 402px;
    }


    .urunler-img-text-area .img-with-color img {
        width: 488px;
        height: 345px;
        object-position: center;
        object-fit: cover
    }

    .img-with-black img {
        width: 488px;
        height: 345px;
        box-shadow: 30px -30px black;
        -moz-box-shadow: 30px -30px black;
        -webkit-box-shadow: 30px -30px black;
        -khtml-box-shadow: 30px -30px black;
    }

    .urunler {
        background-image: url('images/Rectangle-urunler.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 1050px;
    }

}


/*CONTACT*/



/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {

    .social-links-contact ul li a i {
        font-size: 16px;
    }

    .urunler {
        background-image: url('images/Rectangle-urunler.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 1050px;

    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .navbar {
        transition: .5s all;
        padding: 3rem 8rem;
    }

    .nav-item {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0 1rem;
    }

    .navbar-collapse {
        padding: 0rem 0rem;
    }


    .swiper-button-next {
        right: 5%;
        top: 50%;
    }

    .swiper-button-prev {
        left: 5%;
        top: 50%;
    }

    .index-slider-inner {
        width: 60%;
        font-family: 'ClarendonRegular';
        font-style: normal;
        font-weight: bold;
        font-size: 72px;
        line-height: 86px;
        /* or 120% */
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .section-item {
        padding: 10rem 20rem;
    }

    .section-item-for-contact {
        padding: 5rem 20rem;
    }




    .section-header {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        line-height: 49px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #000000;
    }

    .slick-prev {
        position: absolute;
        top: 50%;
        left: 5%;
        background-color: transparent;
        border: none;
        outline: none;
        color: rgba(255, 255, 255, .5);
        font-size: 50px;
        transition: .5s all ease;
    }

    .slick-next {
        position: absolute;
        top: 50%;
        right: 5%;
        background-color: transparent;
        border: none;
        outline: none;
        color: rgba(255, 255, 255, .5);
        font-size: 50px;
        transition: .5s all ease;

    }


    .vizyonumuz .ul,
    .misyonumuz .ul {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 32px;
        /* or 180% */
        list-style: disc;

        color: #000000;

    }

    .urunler-img-text-area {
        padding-bottom: 0rem !important;
    }

    .urunler {
        background-image: url('images/Rectangle-urunler.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 1000px;

    }


}




/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

    .hakkimizda-text,
    .urun-text {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        /* or 150% */


        color: #000000;
    }

    .hakkimizda-link {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: capitalize;
        color: #000000;
    }



    .footer-logo {
        margin-bottom: 0rem;
    }

    .footer-social li a {
        color: #fff;
        font-size: 24px;
    }

    .footer-links li {
        margin: 0 2rem;
    }

    .footer-links li a {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;

        color: #FFFFFF;

    }





    .footer-social {
        margin-bottom: 0rem;
    }

    .footer-social li {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-first-text {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        /* or 150% */


        color: #000000;

    }

    .about-us-second-header {
        font-family: 'Nunito Sans', sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 48px;
        line-height: 58px;
        /* or 120% */

        text-align: center;

        color: #000000;
    }

    .about-us-second-text {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        /* or 150% */


        color: #000000;

    }

    .about-us-col-2,
    .urunler-pl {
        padding-left: 8rem;
    }



    .urunler-pr {
        padding-right: 8rem;
    }


    .urunler-description {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        /* or 150% */

        text-align: center;

        color: #000000;

    }


    .urun-header {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 54px;
        /* identical to box height, or 150% */


        color: #000000;
    }



    .contact-map-content h4 {
        /* Headline 6 */

        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        /* identical to box height, or 150% */


        color: #000000;
    }



    .contact-map-content p,
    a {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        /* or 150% */


        color: #000000;
    }


    .input-areas {
        padding-right: 5rem !important;
    }

    .urunler {
        background-image: url('images/Rectangle-urunler.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 1050px;
    }


}

@media (min-width: 1461px) {
    .hakkimizda-col {
        margin: 0rem 0;
    }

    .urunler {
        background-image: url('images/Rectangle-urunler.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 1070px;
    }
}

@media (min-width: 1580px) {
    .hakkimizda-col {
        margin: 0rem 0;
    }

    .urunler {
        background-image: url('images/Rectangle-urunler.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 1370px;
    }
}