/* headers : made canvas
   articles : baqacents
   footer : myriad pro
 */

:root {
    --swiper-theme-color: white;
    --swiper-navigation-size: 22px;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #d7162f;
    width: 50px;
    height: 50px;
    top: 45%;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

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

body {
    color: #364652;
    font-family: Baqacents;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MADE Canvas';
    font-weight: inherit;
    color: rgb(166, 166, 166);
}

a {
    text-decoration: none;
    color: currentColor;
}

header {
    width: 87%;
    margin: 40px auto 40px auto;
    display: flex;
    justify-content: space-between;
}

header svg {
    width: 180px;
}

.touch {
    width: max-content;
    padding: 5px 10px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: white 1px solid;
    color: white;
    font-family: system-ui;
}

.icon {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='14' viewBox='0 0 26 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8719 1L24.8719 7L18.8719 13' stroke='white'/%3E%3Cpath d='M25 7L0 7' stroke='white'/%3E%3C/svg%3E%0A");
    width: 1.5rem;
    height: 0.75rem;
    margin-left: 15px;
    background-size: contain;
    background-position: center;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.touch:hover .icon {
    margin-left: 20px;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

#breadcrumb {
    font-family: 'Lora';
    padding: 8px 0px;
}

#breadcrumb li {
    display: inline;
    list-style: none;
    font-size: 18px;
}

#breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/";
}

#breadcrumb a:hover {
    text-decoration: underline;
}

.active-bread {
    color: #d7162f;
}

.breadcrumb-frame {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

#dropdown {
    position: absolute;
    width: 15%;
    height: max-content;
    background-color: #d7162f;
    color: white;
    font-family: Abel;
    font-size: 18px;
    left: 13%;
    z-index: 8;
    display: none;
}

.dropdown-item {
    padding: 5px;
    list-style: none;
    border-top: white 1px solid;
}

.dropdown-item:hover {
    transition: all 500ms ease-in-out;
    opacity: 0.8;
}

main {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.form-top {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 70px;
}

.form-top div {
    color: gray;
    width: 23%;
    margin-right: 20%;
}

.form-top h1 {
    width: 20%;
    line-height: 0.9;
    font-size: 3rem;
}

.form-top span {
    font-size: 1rem;
    font-family: 'Lora';
}

.form-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-left {
    width: 40%;
    margin-right: 5%;
}

form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

form div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.inp{
    position: relative;
}
.inp img{
    border: 0;
    position: absolute;
    top: 5px;
    left: 5px;
}
label {
    opacity: 0.8;
}

input {
    color: #364652;
    width: 100%;
    height: 40px;
    border-radius: unset;
    border: #e6e6e6 solid 1px;
    outline: none;
    padding-left: 10px;
}

.input-top {
    width: 100%;
    display: flex;
    margin-top: 0;
    justify-content: space-between;
}

.input-first, .input-last {
    width: 49%;
}

textarea {
    color: #364652;
    border: #e6e6e6 solid 1px;
    padding: 3px;
    max-width: 100%;
    width: 100%;
    height: 100px;
}

.submit-button {
    width: 28% !important;
    height: 40px!important;
    cursor: pointer!important;
    background-color: #d50f22!important;
    border: none!important;
    outline: none!important;
    display: flex!important;
    margin-left: 75% !important;
}

.submit-button span{
    color: wheat;
    padding: 12px;
    padding-right: 0px;
    font-family: 'Roboto';
    font-size: 14px;
}
input[type=submit]{
    width: max-content!important;
    height: 40px!important;
    color: white!important;
    background-color: inherit!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
    border: none!important;
    outline: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow:    none!important;
    box-shadow:         none!important;
    text-shadow: none!important;
}
.submit-icon {
    transform: rotate(90deg);
    margin-left: 25px;
    margin-right: 10px;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.submit-button:hover .submit-icon {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    margin-left: 35px;
}

.form-right {
    margin-right: 10%;
}

.form-right div {
    margin-top: 30px;
    margin-bottom: 30px;
}

#map {
    width: 98%;
    height: 70vh;
    margin: 10px auto 10px auto;
}

.history-intro {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.history-header {
    font-family: 'Centuria';
    font-weight: bold;
    font-size: 20px;
    width: 25%;
}

.history-content {
    font-family: 'Centuria';
    font-size: 15px;
    width: 30%;
}

.history-main {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.history-photo-frame {
    width: 70%;
    height: 70vh;
    overflow: hidden;
}

.history-photo {
    height: 100%;
}
.history-photo img{
    height: 100%;
    width: unset;
}

.history-photo img {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.history-photo-frame:hover .history-photo img {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.history-photo-intro {
    width: 30%;
    height: 60vh;
    padding: 30px 3% 30px 3%;
    background-color: #5c5550;
    color: white;
}

.history-photo-intro h4 {
    width: 100%;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
    font-family: Centuria;
}

.history-photo-intro p {
    font-family: system-ui;
    width: 100%;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}

article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-block {
    background-color: lightgray;
    color: black;
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
}

.news-photo {
    width: 100%;
    height: 100%;
}

.news-photo-frame {
    width: 50%;
    overflow: hidden;
}

.news-photo img {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.news-photo-frame:hover .news-photo img {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.news-intro {
    width: 50%;
    font-family: Abel;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.news-intro h3 {
    font-family: Centuria;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    color: black;
}

.news-intro p {
    line-height: 1.5;
}

.news-footer {
    background-color: white;
    width: 100%;
    font-family: Abel;
    display: flex;
    justify-content: space-between;
}

.read-more {
    font-weight: bold;
}

.product-main {
    width: 90%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}

#sliding {
    width: 100%;
}

.product-photo-frame {
    width: 70%;
    overflow: hidden;
}

.product-photo {
    width: 100%;

}

.product-photo img {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.product-photo-frame:hover .product-photo img {
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.product-photo-intro {
    width: 30%;
    padding: 30px;
    background-color: #5c5550;
    color: white;
    position: relative;
    z-index: 2;
    right: 3%;
}

.product-photo-intro-dif {
    right: 0;
    left: 3%;
    margin-left: -3%;
}

.product-photo-intro h4 {
    width: 100%;
    color: white;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: Centuria;
}

.product-photo-intro p {
    font-family: Abel;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
}

.product-photo-intro ul li {
    font-family: Abel;
    text-transform: capitalize;
}
.certifiacateon{
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.certificate_contenton{
    height: 150px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 50px;
    flex-direction: column;
    display: flex;
    margin-bottom: 50px;
}
.certificate_contenton a{
    width: 100%;
}
.certificate_contenton img{
    height: 150px;
}
.attached-photo {
    width: 100%;
    height: 500px;
    background-image: url("../img/uretim7.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.photo-content {
    font-family: Centuria;
    font-size: 25px;
    font-weight: 100;
    color: white;
    width: 25%;
    min-width: 355px;
    padding-left: 60px;
    padding-bottom: 60px;
}

.photo-contact {
    color: white;
    padding-right: 60px;
    padding-bottom: 60px;
}

#news-block {
    width: 800px ;
    margin: 70px auto 70px auto;
}

.news-item-block {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#news-block h3, #news-block h4 {
    font-family: made-canvas;
    font-size: 23px;
    font-weight: bold;
    color: #364652;
}

#news-block h4 {
    font-family: Baqacents;
}

#news-block p {
    font-family: 'Lora';
    font-size: 15px;
}

#news-article {
    width: 100%;
    height: 500px;
    margin-top: 200px;
    border-top: #c2c2c2 0.5px solid;
    border-bottom: #c2c2c2 0.5px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.article-contact {
    width: 40%;
    height: 250px;
    font-weight: inherit;
    font-size: 1rem;
    color: gray;
}

.article-content {
    width: 40%;
    height: 250px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.article-content h1 {
    font-size: 2.5rem;
    font-weight: initial;
    color: gray;
}

.article-content p {
    width: 80%;
    font-size: 1rem;
    font-weight: initial;
}

#news-article .touch {
    border: #5c5550 1px solid;
    color: gray;
}

.swiper-content {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.swiper-area {
    width: 100%;
    height: 400px;
    background-color: #e7eaef;
    margin-top: 50px;
    margin-bottom: 50px;
}

.years {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e7eaef;
    z-index: 5;
}

.years-header h5 {
    font-family: 'Centuria';
    font-size: 18px;
    color: #364652;
    text-transform: capitalize;
}

.year span {
    font-family: 'MADE Canvas';
    font-weight: 100;
    font-size: 134px;
    color: #fff;
}

.year-line {
    width: 98%;
    height: 0.5px;
    background-color: #364652;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    z-index: -1;
}

.year-line:before {
    display: block;
    content: "";
    width: 1vw;
    height: 2vh;
    background-color: #364652;
    border-radius: 50%;
    border: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -2%;
}

.years-footer {
    width: 70%;
    position: absolute;
    bottom: 5%;
    z-index: -1;
}

.years-footer span {
    font-family: 'Centuria';
    font-size: 17px;
}

/* responsive area */

@media screen and (max-width: 800px), (orientation: portrait) {
    main {
        width: 90%;
    }

    article {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .news-block, .history-header, .history-content, .history-photo-frame {
        width: 100%;
    }

    #news-block {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    #news-article {
        flex-direction: column;
    }

    #dropdown {
        left: 120px;
        width: 40%;
    }

    .article-contact {
        display: none;
    }

    .article-content {
        width: 95%;
    }

    .submit-button {
        justify-content: center;
        width: 38% !important;
        height: 40px!important;
        cursor: pointer!important;
        background-color: #d50f22!important;
        border: none!important;
        outline: none!important;
        display: flex!important;
        margin-left: 60% !important;
    }

    .history-photo-frame, .history-photo img, .history-photo-intro {
        width: 100%;
        height: 100%;
    }

    .history-intro, .history-main {
        flex-direction: column;
    }

    .history-content {
        margin-top: 30px;
    }

    .form-top {
        flex-direction: column;
    }

    .form-top div {
        width: 100%;
        margin: 0;
    }

    .form-top h1 {
        width: 100%;
    }

    .form-content {
        flex-direction: column;
    }

    .form-right, .form-left {
        margin: 0;
        width: 100%;
    }

    .product-main {
        width: 100%;
        flex-direction: column;
    }

    .product-photo-intro {
        width: 100%;
    }

    .product-photo-intro-dif {
        left: 0;
        margin: 0;
    }

    .product-photo-frame {
        width: 100%;
    }


    .attached-photo {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media screen and (orientation: portrait) , (max-width: 425px) {
    .years-footer span {
        font-size: 11px;
    }
    .div-logo img{
        border-style: none;
        width: 89%;
    }
    .news-intro {
        width: 100%;
    }
    .news-photo-frame {
        width: 100%;
        overflow: hidden;
    }
    .news-photo {
        width: 100%;
        height: unset;
    }
}