@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
    box-shadow: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
    color: #333333;
}

.only-web {
    display: block;
}

.only-mobile {
    display: none;
}

.my-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.dropdown-toggle::after {
    border: 0;
}

section#about-us .dropdown-toggle::after {
    border: 0;
}

.linkf .img {
    padding: 10px 0 0;
}

.linkf,
.links,
.linkt {
    position: relative;
}

.linkf .img,
.links .img,
.linkt .img {
    border: 0;
}

#boxf,
#boxs,
#boxt {
    display: none;
    border: 0;
    padding: 50px;
    background: #fff;
    width: 450px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.15px;
    color: #333333;
    position: absolute;
    top: -60px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -225px;
    z-index: 999;

}

#boxf img,
#boxs img,
#boxt img {
    width: 65%;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
}

#boxf a,
#boxs a,
#boxt a {
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0.15px;
    color: #333333;
    display: block;
    position: relative;
    width: 100%;
}

#boxf a::before,
#boxs a::before,
#boxt a::before {
    content: "";
    width: 65%;
    height: 1px;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
}

.dropdown-menu.show {
    display: block;
    top: 53px;
    left: 15px;
    padding: 10px 0px;
    border-radius: 0;
}

.dropdown-menu.show::before {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0px;
    content: "";
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
    color: #fff;
    position: absolute;
    left: 20%;
    right: 50%;
    width: 20px;
    margin: 0px 0 0 -10px;
    transform: rotate(180deg);
    top: -11px;
}

section#about-us .dropdown-menu.show::before,
section#human-resources .dropdown-menu.show::before,
section#management .dropdown-menu.show::before,
section#quality-policy .dropdown-menu.show::before,
section#production .dropdown-menu.show::before,
section#contact .dropdown-menu.show::before,
section#modaferraro .dropdown-menu.show::before,
section#ferraro .dropdown-menu.show::before,
section#veliyasar .dropdown-menu.show::before {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0px;
    content: "";
    border-top: .6em solid;
    border-right: .6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent;
    color: rgba(247, 247, 247, 1);
    position: absolute;
    left: 20%;
    right: 50%;
    width: 20px;
    margin: 0px 0 0 -10px;
    transform: rotate(180deg);
    top: -9px;
}

.carousel-item {
    height: 85vh;
    min-height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0px;
}

.dropdown.language button {
    background: transparent;
    border: 0;
}

.dropdown.language.show .dropdown-menu {
    background: transparent;
    border: 0;
}

.dropdown.language.show .dropdown-menu.show {
    display: block;
    top: 20px;
    left: -14px;
    padding: 20px 0px;
}

.dropdown.language.show .dropdown-menu.show a span {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
}

section#about-us .dropdown.language.show .dropdown-menu.show a span,
section#human-resources .dropdown.language.show .dropdown-menu.show a span,
section#management .dropdown.language.show .dropdown-menu.show a span,
section#quality-policy .dropdown.language.show .dropdown-menu.show a span,
section#production .dropdown.language.show .dropdown-menu.show a span,
section#contact .dropdown.language.show .dropdown-menu.show a span,
section#modaferraro .dropdown.language.show .dropdown-menu.show a span,
section#ferraro .dropdown.language.show .dropdown-menu.show a span,
section#veliyasar .dropdown.language.show .dropdown-menu.show a span {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background: transparent;
    border: 2px solid #333;
    color: #333;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
}

section#about-us .dropdown.language button span,
section#human-resources .dropdown.language button span,
section#management .dropdown.language button span,
section#quality-policy .dropdown.language button span,
section#production .dropdown.language button span,
section#contact .dropdown.language button span,
section#modaferraro .dropdown.language button span,
section#ferraro .dropdown.language button span,
section#veliyasar .dropdown.language button span {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background: transparent;
    border: 2px solid #333;
    color: #333;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
}


.dropdown.language.show .dropdown-menu.show a.dropdown-item:hover,
dropdown.language.show .dropdown-menu.show a.dropdown-item:focus {
    background: transparent;
    border: 0;
}

.dropdown.language.show .dropdown-menu::before {
    border: 0;
    padding: 0;
    margin: 0;
}

section#about-us .dropdown.language.show .dropdown-menu::before,
section#human-resources .dropdown.language.show .dropdown-menu::before,
section#management .dropdown.language.show .dropdown-menu::before,
section#quality-policy .dropdown.language.show .dropdown-menu::before,
section#production .dropdown.language.show .dropdown-menu::before,
section#contact .dropdown.language.show .dropdown-menu::before,
section#modaferraro .dropdown.language.show .dropdown-menu::before,
section#ferraro .dropdown.language.show .dropdown-menu::before,
section#veliyasar .dropdown.language.show .dropdown-menu::before {
    border: 0;
    padding: 0;
    margin: 0;
}

.dropdown.language button span {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.navbar {
    background: rgba(0, 0, 0, 0.75);
    padding: 20px 0;
}

.navbar section.menubar-header .nav-link {
    display: block;
    padding: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.navbar li {
    padding: 0 15px;
}

.dropdown-item {
    padding: 10px 20px;
    color: #333333;
    font-size: 17px;
}

.navbar section.menubar-header {
    width: 100%;
    display: inherit;
    position: relative;
}

.navbar section.menubar-header::before {
    width: 100%;
    display: inline-block;
    content: "";
    height: 1px;
    background: #3e3e3e;
    position: absolute;
    bottom: -20px;
}

section#about-us .navbar section.menubar-header::before,
section#human-resources .navbar section.menubar-header::before,
section#management .navbar section.menubar-header::before,
section#quality-policy .navbar section.menubar-header::before,
section#production .navbar section.menubar-header::before,
section#contact .navbar section.menubar-header::before,
section#modaferraro .navbar section.menubar-header::before,
section#ferraro .navbar section.menubar-header::before,
section#veliyasar .navbar section.menubar-header::before {
    width: 100%;
    display: inline-block;
    content: "";
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: -20px;
}

section.menubar-header .dropdown {
    top: 5px;
}

section.menubar-header ul li.dropdown {
    top: 0;
}

/*.nav-link:focus,*/
.nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
}

section#about-us .nav-link:hover,
section#human-resources .nav-link:hover,
section#management .nav-link:hover,
section#quality-policy .nav-link:hover,
section#production .nav-link:hover,
section#contact .nav-link:hover,
section#modaferraro .nav-link:hover,
section#ferraro .nav-link:hover,
section#veliyasar .nav-link:hover {
    color: #444444;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-prev {
    left: auto;
    width: 24px;
    top: -220px;
}

.carousel-control-next {
    left: auto;
    right: auto;
    margin: 0 0 0 50px;
    width: 24px;
    top: -220px;
}

.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.png) !important;
    width: 22px;
    height: 38px;
}

.carousel-control-next-icon {
    background-image: url(../img/arrow-right.png) !important;
    width: 22px;
    height: 38px;
}

.carousel-caption h3 {
    font-weight: 900;
    font-size: 76px;
    line-height: 110%;
    color: #fff;
    text-align: left;
    letter-spacing: 0.03em;
}

.carousel-caption p {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    font-weight: 400;
    width: 43%;
    text-align: left;
    opacity: 0.8;

}

.carousel-caption a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    width: 250px;
    text-align: center;
    border-radius: 3px;
    background: #f7f7f7;
    padding: 10px 20px;
    color: #333333;
    display: inline-block;
    float: left;
    margin: 20px 0 0;

}

.carousel-caption {
    bottom: auto;
    top: 38%;
    width: 100%;
    left: auto;
    right: auto;
    position: sticky;
}

.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 35px;
    left: 20.5%;
    z-index: 15;
    display: flex;

    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: auto;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 13px;
    margin-left: 13px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    border: 0;
    opacity: 1;

}

.carousel-indicators .active {
    opacity: 1;
    background: #F36660;
}

section#about-us .nav-link,
section#human-resources .nav-link,
section#management .nav-link,
section#quality-policy .nav-link,
section#production .nav-link,
section#contact .nav-link,
section#modaferraro .nav-link,
section#ferraro .nav-link,
section#veliyasar .nav-link {

    color: #333333;
    font-weight: 400;
}

section#about-us .dropdown-menu,
section#human-resources .dropdown-menu,
section#management .dropdown-menu,
section#quality-policy .dropdown-menu,
section#production .dropdown-menu,
section#contact .dropdown-menu,
section#modaferraro .dropdown-menu,
section#ferraro .dropdown-menu,
section#veliyasar .dropdown-menu {

    background: #f7f7f7;
    border: 0;
}


section header {
    width: 100%;
    height: 360px;
    background-size: cover;
    position: relative;
    margin: 100px auto 20px;
}

section header span {
    position: absolute;
    bottom: 0;
    font-size: 90px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    height: 98px;
}

section .breadcramp,
section .breadcramp a {
    letter-spacing: 0.05em;
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 300;
}


section#about {
    padding: 90px 0;
}

section#about h1 {
    font-size: 48px;
    text-align: center;
    color: #333333;
    font-weight: 700;
    line-height: 16px;
}

section#about h3 {
    font-size: 96px;
    line-height: 112px;
    text-align: center;
    letter-spacing: -1.5px;
    color: #F0F0F0;
    font-weight: 900;
}

section#about p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #333333;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    font-weight: 400;
}

section#about a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.75px;
    color: #333333;
    display: block;
    width: 26%;
    margin: 50px auto;
    position: relative;
}

section#about a::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 0.5px;
    background: #333333;
    display: block;
    left: 0;
    top: 8px;
}

section#about a::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 0.5px;
    background: #333333;
    display: block;
    right: 0;
    top: 8px;
}

section#banner {
    width: 100%;
    background-size: cover;
    height: 400px;
    padding: 140px 0;
}

section#banner span.text-b {
    display: inline-block;
    color: #fff;
    font-size: 70px;
    letter-spacing: -0.025em;
    font-weight: 700;
}

section#banner span.text-s {
    display: inline-block;
    color: #fff;
    font-size: 23px;
    padding: 0 0 0 10px;
    font-weight: 300;
}

section#banner .box::after {
    content: "";
    height: 100px;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    display: block;
    top: 5px;
}

section#banner .box-end::after {
    content: "";

}

section#brands {
    padding: 80px 0 0;
}

section#brands h1 {
    text-align: center;
    font-size: 36px;
    color: #333333;
    border-bottom: 0.5px solid #333333;
    width: 100%;
    margin: 0 0 120px 0;
    padding: 0 0 10px 0;
}

section#brands .img {
    margin: 10px auto;
    width: 100%;
    height: 60px;
    display: inline-block;
    text-align: center;
}

section#brands .img.first {
    margin: 15px auto;
}

section#brands .img::before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    display: block;
    background: #333;
    top: -40px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -25px;
}

section#brands .img.first {
    padding: 20px 0 0;
}

section#brands .img img {
    width: auto;
    height: 100%;
}

footer {
    background: #F7F7F7;
    padding: 50px 0 10px;
}

footer .f-left h1 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.25px;
    color: #333333;
    margin: 0 0 20px;
}

footer .f-right h1 {
    font-size: 16px;
    color: #7B7B7B;
    letter-spacing: 0.25px;
}

footer .f-right h1::after {
    content: "";
    display: block;
    position: relative;
    bottom: -4px;
    width: 65%;
    height: 1px;
    background: #cecece;
}

footer .f-left .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    text-decoration-line: underline;
    color: #333333;
}

footer .f-left .text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #333333;
    font-weight: 400;
    margin: 5px 0 15px;
}

footer span {
    width: 28%;
    margin: 0 1%;
    display: block;
    float: left;
}

footer .f-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .f-right ul li {
    line-height: 30px;
}

footer .f-right ul li a {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #7B7B7B;
}

footer .sub-footer {
    margin: 40px 0 0;
}

footer .sub-footer::before {
    content: "";
    display: block;
    position: relative;
    top: -20px;
    width: 100%;
    height: 1px;
    background: #cecece;
}

footer .sub-footer img {
    display: block;
    float: left;
}

footer .sub-footer p {
    display: block;
    float: right;
}

footer .f-right span:nth-child(1) {
    width: 22%;
    margin: 0 0 0 10%;
}

footer .f-right span:nth-child(2) {
    width: 17%;
}

footer .f-right span:nth-child(3) {
    width: 17%;
}

footer p.copyright {
    font-size: 11.7px;
    line-height: 40px;
    color: #7B7B7B;
    text-align: right;
}

/*
footer .card .collapse ul {
    padding: 0;
}

footer .card {
    position: relative;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

footer .card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

footer .card-header a.card-link {
    font-size: 18px;
    line-height: 134.77%;
    letter-spacing: 0.09em;
    color: #7B7B7B;
}

footer .card .collapse ul li {
    list-style-type: none;
    padding: 5px 0 0 10px;
}

footer .card .collapse ul li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #7B7B7B;
}

*/
/* -----------  Ortak ------------ */

section#about-us nav,
section#management nav,
section#human-resources nav,
section#quality-policy nav,
section#production nav,
section#contact nav,
section#modaferraro nav,
section#ferraro nav,
section#veliyasar nav {
    background: #fff;
}

.form-control:focus {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #333;
}

/* ------------ About ------------ */


section#about-us header {
    background: url(../img/header-bg.jpg) top center no-repeat;
}

section#about-us section.about-text {
    margin: 100px auto;
}

section#about-us section.about-text .text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #333333;
    font-weight: 400;
}


section#about-us section.about-text .img,
section#about-us section.about-text .img img {
    width: 100%;
}

section#about-us section.about-text .property {
    margin: 40px auto;
}

section#about-us section.about-text .property span.title {
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #333333;
    width: 70%;
    display: block;
    margin: 0 auto;
}

section#about-us section.about-text .property img {
    width: auto;
    margin: 40px 45px 0;
}


/* ------------- MANAGEMENT --------------  */



section#management header {
    background: url(../img/yonetim-main-img.jpg) top center no-repeat;
}

section.management-text-left,
section.management-text-right {
    position: relative;
    width: 100%;
    margin: 150px auto;
}

section.management-text-left::before {
    content: "";
    background: #7B7B7B;
    width: 50%;
    position: absolute;
    top: 80px;
    height: 245px;
    display: inline-block;
}

section.management-text-left .img {
    float: left;
    width: 40%;
}

section.management-text-left .img img,
section.management-text-right .img img {
    width: 100%;
}

section.management-text-left .text {
    float: left;
    width: 50%;
    background: #fff;
    margin: 30px 0 0 -50px;
    border-left: 5px solid #7B7B7B;
    padding: 40px 40px 20px;
    box-shadow: 4px 1px 7px #e6e6e6;
}

section.management-text-left .text .title,
section.management-text-right .text .title {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.25px;
    color: #000000;
    text-align: left;
    margin: 0 0 15px 0;
    font-weight: 700;
}

section.management-text-left .text .title span,
section.management-text-right .text .title span {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.5px;
    color: #000000;
    display: block;
    width: 100%;
    font-weight: 500;
}

section.management-text-left .text .title span::before,
section.management-text-right .text .title span::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #000;
    position: relative;
    bottom: -5px;
}

section.management-text-left .text p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.5px;
    color: #333333;
}


section.management-text-right::before {
    content: "";
    background: #7B7B7B;
    width: 50%;
    position: absolute;
    top: 80px;
    height: 245px;
    display: inline-block;
    right: 0;
}

section.management-text-right .img {
    float: right;
    width: 40%;
}

section.management-text-right .text {
    float: right;
    width: 50%;
    background: #fff;
    margin: 30px -50px 0 0;
    border-right: 5px solid #7B7B7B;
    padding: 40px 40px 20px;
    box-shadow: -4px 1px 7px #e6e6e6;
}


/* ------------- HUMAN RESOURCES --------------  */


section#human-resources header {
    background: url(../img/human-resources-main-img.jpg) top center no-repeat;
}

section.human-resources-text {
    position: relative;
    width: 78%;
    margin: 100px 0 100px auto;
    right: 0;
}

section.human-resources-text .text {
    float: left;
    width: 46%;
    padding: 20px 0 0;
}

section.human-resources-text .text span {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #333333;
    display: inline-block;
}

section.human-resources-text .text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.15px;
    color: #333333;
    padding: 30px 0 0;
}

section.human-resources-text .img {
    float: right;
    width: 52%;
}

section.human-resources-text .img img {
    width: 100%;
}

/* ------------- QUALİTY POLICY --------------  */

section#quality-policy header {
    background: url(../img/quality-policy-main-img.jpg) top center no-repeat;
}

section.quality-policy-text {
    width: 100%;
    margin: 150px 0 150px auto;
}

section.quality-policy-text .title {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #333333;
    padding: 0 0 50px;
    width: 70%;
    margin: 0 auto;
    font-weight: 700;
}

section.quality-policy-text p {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    padding: 0 0 50px;
    width: 80%;
    margin: 0 auto;
    display: block;
    letter-spacing: 1.5px;
}

section.quality-policy-text .sub-title {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #333333;
    padding: 0 0 50px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 0.25px;
}



/* ------------- PRODUCTION --------------  */

section#production header {
    background: url(../img/quality-policy-main-img.jpg) top center no-repeat;
}

section.production-text {
    width: 100%;
    margin: 150px 0 150px auto;
}

section.production-text h1 {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #333333;
    display: inline-block;
    width: 100%;
}

section.production-text p {
    font-size: 14px;
    line-height: 35px;
    width: 60%;
    text-align: center;
    letter-spacing: 1.5px;
    margin: 30px auto;
    color: #333333;
    display: inline-block;
    font-weight: 400;
}

section.production-text .title {
    font-size: 18px;
    line-height: 134.77%;
    letter-spacing: 0.09em;
    margin: 30px auto 0;
    color: #333333;
    display: inline-block;
    font-weight: 500;
}

section.production-text .desc {
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 1px;
    margin: 30px auto;
    color: #333333;
    display: inline-block;
    font-weight: 400;
}


/* ------------- CONTACT --------------  */

section#contact header {
    background: url(../img/contact-main-img.jpg) top center no-repeat;
}

section.contact-text {
    position: relative;
    width: 78%;
    margin: 130px 0 130px auto;
    right: 0;
}

section.contact-text .text {
    float: left;
    width: 23%;
    padding: 20px 0 0;
}

section.contact-text h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    color: #333333;
    display: block;
    padding: 10px 0 5px;
}

section.contact-text h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    display: block;
    padding: 10px 0 0;
    margin: 0;
}

section.contact-text .text .desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 1.5px;
    color: #333333;
    padding: 15px 0 0;
}

section.contact-text .img {
    float: right;
    width: 70%;
}

section.contact-form {
    width: 100%;
    margin: 150px auto;
}

section.contact-form h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    color: #333333;
    display: block;
    padding: 10px 0 5px;
    display: block;
    text-align: center;
    position: relative;
}

section.contact-form h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background: #f7f7f7;
    display: block;
    bottom: 24px;
    z-index: -1;
}

section.contact-form h1::after {
    content: "";
    clear: both;
}

section.contact-form form {
    position: relative;
    width: 100%;
    margin: 100px auto;
}

section.contact-form form label {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #333333;
    font-weight: 400;
}

section.contact-form form .form-group {
    position: relative;
}

/*section.contact-form form .form-group input.name {
    position: relative;
}*/

section.contact-form form .form-group.name::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 29px;
    background: url(../img/name-icon.png) top left no-repeat;
    display: block;
    bottom: 6px;
    right: 12px;
}

section.contact-form form .form-group.mail::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 21px;
    background: url(../img/mail-icon.png) top left no-repeat;
    display: block;
    bottom: 6px;
    right: 12px;
}

section.contact-form form .form-group.phone::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 31px;
    background: url(../img/phono-icon.png) top left no-repeat;
    display: block;
    bottom: 6px;
    right: 12px;
}

section.contact-form form .form-group.message::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 31px;
    background: url(../img/message-icon.png) top left no-repeat;
    display: block;
    bottom: 6px;
    right: 12px;
}

section.contact-form form button {
    height: 50px;
    background: #F36660;
    display: block;
    margin: 0 auto;
    border: 0;
    border-radius: 3px;
    padding: 0 60px;

}

section.contact-form form input,
section.contact-form form textarea {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-weight: 400;
    padding: 0 35px 0 0;
}

section.contact-form form .form-control::-webkit-input-placeholder {
    font-weight: 400 !important;
    letter-spacing: 0.4px !important;
    color: #333333 !important;
}

section.contact-form form .form-control:-ms-input-placeholder {
    font-weight: 400 !important;
    letter-spacing: 0.4px;
    color: #333333 !important;
}

section.contact-form form .form-control::placeholder {
    font-weight: 400 !important;
    letter-spacing: 0.4px;
    color: #333333 !important;
}




/* ------------- MODAFERRARO --------------  */


section#modaferraro .modaferraro-text {
    background: url(../img/moda-ferraro-main.jpg) center 88px no-repeat;
    background-size: cover;
    width: auto;
    height: 115vh;
    margin: 88px 0 0;
    background-attachment: fixed;
}

section#modaferraro .modaferraro-text .text {
    padding: 200px 0 0;
}

section#modaferraro .modaferraro-text .logo {
    width: 70%;
}

section#modaferraro .modaferraro-text .logo img {
    width: 100%;
}

section#modaferraro .modaferraro-text h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.25px;
    color: #333333;
    padding: 40px 0;
}

section#modaferraro .modaferraro-text p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.75px;
    color: #333333;
}

section#modaferraro .modaferraro-text .text a {
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
    margin: 20px 0;
    background: #F36660;
    width: 50%;

}





/* ------------- FERRARO --------------  */


section#ferraro .ferraro-text {
    background: url(../img/ferraro-main.jpg) center 88px no-repeat;
    background-size: cover;
    width: auto;
    height: 105vh;
    margin: 88px 0 0;
    background-attachment: fixed;
}

section#ferraro .ferraro-text .text {
    padding: 200px 0 0;
}

section#ferraro .ferraro-text .logo {
    width: 70%;
}

section#modaferraro .modaferraro-text .logo img {
    width: 100%;
}

section#ferraro .ferraro-text h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.25px;
    color: #333333;
    padding: 40px 0;
}

section#ferraro .ferraro-text p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.75px;
    color: #333333;
}

section#ferraro .ferraro-text .text a {
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
    margin: 20px 0;
    background: #F36660;
    width: 50%;

}


/* ------------- VELİ YAŞAR --------------  */


section#veliyasar .veliyasar-text {
    background: url(../img/ferraro-main.jpg) center 88px no-repeat;
    background-size: cover;
    width: auto;
    height: 105vh;
    margin: 88px 0 0;
    background-attachment: fixed;
}

section#veliyasar .veliyasar-text .text {
    padding: 200px 0 0;
}

section#veliyasar .veliyasar-text .logo {
    width: 70%;
}

section#veliyasar .veliyasar-text .logo img {
    width: 100%;
}

section#veliyasar .veliyasar-text h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.25px;
    color: #333333;
    padding: 40px 0;
}

section#veliyasar .veliyasar-text p {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.75px;
    color: #333333;
}

section#veliyasar .veliyasar-text .text a {
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
    margin: 20px 0;
    background: #F36660;
    width: 50%;

}


.tooltip_templates {
    display: none;
}

.tooltip {
    opacity: 1 !important;
}

.parallax-slide {
    height: 66vh;
}

.content-slide {
    height: 50vh;
    background: #fff;
    text-align: center;
}

#parallax1 {
    background: url(../img/banner.jpg) no-repeat center;
    background-attachment: fixed;
    height: 630px !important;
    background-size: cover;
    padding: 140px 0;
    background-position: -1000px 50px;
}


@media only screen and (max-width:1280px) {

    section.human-resources-text,
    section.contact-text {
        width: 93% !important;
    }
}

@media only screen and (max-width:1370px) {
    section.contact-text .text {
        width: 28%;
    }

    section.contact-text .img {
        width: 66%;
    }

    section.human-resources-text,
    section.contact-text {
        width: 90%;
    }

    .carousel-caption h3 {
        font-size: 58px;
    }

    .carousel-caption p {
        font-size: 16px;
        line-height: 30px;
    }

    /*
    .carousel-control-prev {
        left: 9%;
    }

    .carousel-control-next {
        left: 12%;
    }
*/

    .carousel-indicators {
        left: 9%;
    }
}

@media only screen and (min-width:1371px) and (max-width:1440px) {
    section#modaferraro .modaferraro-text {
        height: 89vh;
    }

    section.contact-text .text {
        width: 26%;
    }

    section.human-resources-text,
    section.contact-text {
        width: 88%;
    }

    section.human-resources-text .text span {
        font-size: 36px;
        line-height: 47px;
    }

    /*
    .carousel-control-prev {
        left: 11.5%;
    }

    .carousel-control-next {
        left: 14.5%;
    }
*/

    .carousel-indicators {
        left: 11.5%;
    }
}

@media only screen and (max-width:768px) {
    .only-web {
        display: none;
    }


    .only-mobile {
        display: inline-block;
    }

    .navbar section.menubar-header {
        display: block;
        padding: 10px 0 0;
        height: 65px;
    }

    .navbar {
        background: #fff;
        padding: 0;
        height: auto;
    }

    .navbar .navbar-collapse {
        margin: 20px 0 0;
    }

    .navbar-brand {
        margin: 0 auto;
        width: 40%;
        text-align: center;
        display: block;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-collapse {
        background: #f7f7f7;
        padding: 0 0 20px;
    }

    .navbar li {
        padding: 17px 35px 0;
    }

    .nav-link,
    .navbar section.menubar-header .nav-link {
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0.25px;
        color: #7B7B7B;
        font-weight: 600;
    }

    .dropdown.language .dropdown-toggle::after {
        display: inline;
        margin: 0;
        vertical-align: middle;
        content: "";
        border: 0;
        background: transparent;
        width: auto;
        height: auto;
        background-size: auto;
    }

    .dropdown.language button span,
    .dropdown.language.show .dropdown-menu.show a span {
        width: 28px;
        height: 28px;
        border-radius: 33px;
        background: transparent;
        border: 1px solid #333;
        color: #333;
        font-size: 13px;
        text-align: center;
        display: inline-block;
        line-height: 28px;
    }

    .navbar-toggler {
        position: relative;
        top: 7px;
        width: 32px;
        float: left;
        padding: 7px 0;
    }

    .dropdown.language {
        float: right;
        width: 45px;
    }

    section.menubar-header .dropdown {
        top: -32px;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        content: "";
        border: 0;
        background: url(../img/mobile-menu-arrow.svg) center center no-repeat;
        width: 19px;
        height: 14px;
        background-size: 16px auto;
    }

    li.dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
        margin: 0;

    }

    section#about-us .dropdown-menu.show::before,
    section#human-resources .dropdown-menu.show::before,
    section#management .dropdown-menu.show::before,
    section#quality-policy .dropdown-menu.show::before,
    section#production .dropdown-menu.show::before,
    section#contact .dropdown-menu.show::before,
    section#modaferraro .dropdown-menu.show::before,
    section#ferraro .dropdown-menu.show::before,
    section#veliyasar .dropdown-menu.show::before,
    .dropdown-menu.show::before {
        display: inline;
        border: 0;
        position: inherit;
        left: auto;
        right: auto;
        width: auto;
        margin: 0;
        top: auto;
    }

    section.menubar-header .dropdown.language .dropdown-menu {
        background: transparent !important;
    }

    .navbar li.dropdown.show {
        padding: 17px 35px 0;
    }

    .dropdown-item {
        padding: 10px 0;
        font-size: 15px;
    }

    .dropdown-menu.show {
        display: block;
        top: 0;
        left: 0;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none;
        border: 0;
        outline: 0;
    }

    .nav-link:hover {
        color: #333;
    }

    /*
    header .carousel-item {
        background-position: -340px -10px;
        margin: 0;
    }
*/

    .carousel-caption h3 {
        font-size: 36px;
    }

    .carousel-caption p {
        font-size: 11px;
        letter-spacing: 0.3px;
        width: 100%;
        line-height: 24px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    section#about h1 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.09em;
    }

    section#about h3 {
        font-size: 34px;
        line-height: 24px;
    }

    section#about p {
        font-size: 10px;
        line-height: 23px;
        letter-spacing: 0.25px;
        width: 90%;
    }

    section#about a {
        width: 86%;
    }

    section#banner span.text-b {
        font-size: 47px;
        line-height: 56px;
        letter-spacing: -0.025em;
    }

    section#banner span.text-s {
        font-size: 18px;
        line-height: 21px;
        font-weight: 300;
    }

    section#banner .box::after {
        height: auto;
        width: auto;
        background: transparent;
        right: auto;
        display: inline;
        top: auto;
    }

    section#banner {
        overflow: hidden;
        background: transparent;
        width: 100%;
        background-size: cover;
        height: auto;
        padding: inherit;
    }

    footer .sub-footer img {
        display: block;
        float: none;
        margin: 5px auto;
    }

    footer .sub-footer p {
        display: block;
        float: none;
        text-align: center;
    }

    section#brands h1 {
        font-size: 26px;
        width: 64%;
        margin: 0 auto;
        padding: 0 0 15px;
    }

    section#brands #carouselExampleIndicators .img {
        margin: 80px auto 30px;
        width: 60%;
    }

    section#brands #carouselExampleIndicators p {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
        letter-spacing: 0.25px;
        color: #333333;
        width: 90%;
        margin: 0 auto;
    }

    section#brands .carousel-item {
        height: 45vh;
    }

    section#brands #carouselExampleIndicators .img.first {
        padding: 20px 0 0;
    }

    section#brands #carouselExampleIndicators .img::before {
        content: "";
        width: 40px;
        height: 1px;
        position: absolute;
        display: block;
        background: #333;
        top: 60px;
        left: 50%;
        right: 50%;
        margin: 0 0 0 -20px;
    }

    /*
    section#brands #carouselExampleIndicators .carousel-item {
        height: auto;
        min-height: 340px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 0 0px;
    }
*/

    section#brands #carouselExampleIndicators .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin-right: 13px;
        margin-left: 13px;
        text-indent: -999px;
        cursor: pointer;
        background: #7B7B7B;
        border-radius: 10px;
        border: 0;
        opacity: 1;
    }

    section#brands #carouselExampleIndicators .carousel-indicators .active {
        opacity: 1;
        background: #F36660;
    }

    section#brands #carouselExampleIndicators .carousel-indicators {
        right: 50%;
        bottom: 0;
        left: 50%;
        z-index: 15;
        width: 80%;
        margin: 0 0 0 -40%
    }

    section#banner .box,
    section#banner .box-end {
        margin: 20px 0;
    }

    footer {
        padding: 50px 20px 10px;
    }

    .ui-widget {
        font-family: 'Roboto', sans-serif !important;
        font-size: 14px !important;
    }

    .ui-accordion .ui-accordion-header {
        display: block;
        cursor: pointer;
        position: relative;
        margin: 0;
        padding: .5em .5em .5em .7em;
        font-size: 100%;
        background: transparent;
        border: 0;
    }


    .ui-widget-content {
        border: 0 !important;
        background: transparent !important;
        color: #333333;
        border-radius: 0;
    }

    .ui-accordion .ui-accordion-header:focus {
        outline: none;
        box-shadow: 0;
    }

    .ui-accordion .ui-accordion-header {
        display: block;
        cursor: pointer;
        position: relative;
        margin: 2px 0 0 0;
        padding: 15px 0 0;
        font-size: 100%;
        color: #333;
        font-weight: 700;
        font-size: 17px;
    }

    .ui-accordion .ui-accordion-content {
        padding: 0 20px !important;
        height: auto !important;
    }


    .ui-accordion .ui-accordion-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .ui-accordion .ui-accordion-content ul li {
        margin: 10px 0 5px;
    }

    .ui-accordion .ui-accordion-header::after {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        content: "";
        border: 0;
        background: url(../img/mobile-menu-arrow.svg) center center no-repeat;
        width: 19px;
        height: 14px;
        background-size: 12px auto;
        margin: -2px 0 0 10px;
        -webkit-transition: 0.1s;
        transition: 0.1s;

    }

    #accordion {
        padding: 0 8px;
    }

    .ui-accordion .ui-accordion-header.ui-state-active::after {
        transform: rotate(-90deg)
    }

    .ui-accordion .ui-accordion-header span {
        display: none;
    }

    section header {
        margin: 70px auto 20px;
    }

    section header span {
        position: absolute;
        bottom: 0;
        font-size: 34px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.05em;
        height: 37px;
    }

    section#human-resources header span {
        position: absolute;
        bottom: 0;
        font-size: 37px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.05em;
        height: 95px;
    }

    section#about-us section.about-text {
        margin: 50px auto;
    }

    section .breadcramp,
    section .breadcramp a {
        display: none;
    }

    .dropdown.language.show .dropdown-menu.show {
        left: 7px;
    }

    section.about-text .img {
        margin: 40px auto;
    }

    section#about-us section.about-text .property span.title {
        font-weight: 700;
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        color: #333333;
        width: 85%;
        margin: 0 auto;
    }

    section#about-us section.about-text .property img {
        width: 60px;
        margin: 40px 25px 0;
    }

    .my-15 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    section.human-resources-text {
        width: 90%;
        margin: 60px auto;
    }

    section.human-resources-text .text {
        float: none;
        width: 80%;
        padding: 20px 0 0;
        margin: 0 auto;
    }

    section.human-resources-text .text span {
        font-weight: 700;
        font-size: 18px;
        line-height: 35px;
    }

    section.human-resources-text .img {
        float: none;
        width: 100%;
    }

    section.human-resources-text .text p {
        font-size: 12px;
        line-height: 20px;
    }

    section.management-text-left::before {
        width: 100%;
        top: 50px;
        height: 155px;
    }

    section.management-text-right::before {
        width: 100%;
        top: 50px;
        height: 155px;
    }

    section.management-text-left .img {
        float: none;
        width: 85%;
        margin: 0 0 0 -20px;
    }

    section.management-text-left .text {
        float: none;
        width: 100%;
        margin: 30px 0 0;
        padding: 40px 30px 20px;
    }

    section.management-text-left .text p,
    section.management-text-right .text p {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.4px;
        color: #333333;
    }

    section.management-text-right .text {
        float: none;
        width: 100%;
        background: #fff;
        margin: 30px 0 0 0;
        border-right: 0;
        border-left: 5px solid #7B7B7B;
        padding: 40px 40px 20px;
        box-shadow: -4px 1px 7px #e6e6e6;
    }

    section.management-text-right .img {
        float: none;
        width: 85%;
        margin: 0 auto 0 67px;
    }

    section.quality-policy-text {
        width: 100%;
        margin: 70px 0;
    }

    section.quality-policy-text .title {
        font-size: 22px;
        line-height: 34px;
        text-align: center;
        color: #333333;
        padding: 0 0 50px;
        width: 100%;
        margin: 0 auto;
        font-weight: 500;
    }

    section.quality-policy-text p {
        font-size: 13px;
        line-height: 22px;
        width: 88%;
    }

    section.quality-policy-text .sub-title {
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        color: #333333;
        padding: 0 0 50px;
        width: 100%;
        margin: 0 auto;
        font-weight: 500;
    }

    section.production-text {
        margin: 70px 0;
    }

    section.production-text h1 {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    section.production-text p {
        font-size: 12px;
        line-height: 25px;
        width: 90%;
        text-align: left;
    }

    section.production-text .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-right: 8px;
        margin-left: 8px;
        text-indent: -999px;
        cursor: pointer;
        background: #7b7b7b;
        border-radius: 10px;
        border: 0;
        opacity: 1;
    }

    section.production-text .carousel-indicators .active {
        opacity: 1;
        background: #F36660;
    }

    section.production-text .carousel-item {
        height: 50vh;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 0 0px;
        margin-top: 30px;
    }

    section.production-text #carouselExampleIndicators {
        width: 87%;
        margin: 0 auto;
    }

    section.production-text .carousel-item .icon {
        width: 70px;
    }

    section.production-text .carousel-item .icon img {
        width: 100%;
    }

    section.production-text .title {
        font-size: 24px;
        line-height: 134.77%;
        letter-spacing: 0.09em;
        margin: 20px auto 0;
        color: #333333;
        display: inline-block;
        font-weight: 500;
    }

    section.production-text .desc {
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 1px;
        margin: 10px auto;
        color: #333333;
        display: inline-block;
        font-weight: 400;
    }

    section.production-text .carousel-indicators {
        position: absolute;
        right: auto;
        bottom: 25px;
        left: 0;
        z-index: 15;
        display: flex;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        width: auto;
    }

    section.contact-text {
        position: inherit;
        width: 90%;
        right: 0;
        margin: 70px auto;
    }

    section.contact-text .text {
        float: none;
        width: 100%;
        padding: 0;
    }

    section.contact-text .img {
        float: none;
        width: 100%;
        margin: 50px 0 0;
    }

    section.contact-form form .form-group.mail::after,
    section.contact-form form .form-group.phone::after,
    section.contact-form form .form-group.message::after {
        width: 23px;
        background-size: 22px auto;
    }

    section.contact-form form .form-group.name::after {
        background-size: 22px auto;
    }

    section#modaferraro .modaferraro-text {
        background-size: contain;
        height: auto;
        margin: 68px 0 0;
        position: relative;
    }

    section#modaferraro .modaferraro-text .text {
        padding: 190px 0 0;
        height: auto;
    }

    section#modaferraro .modaferraro-text .logo {
        width: 44%;
        position: absolute;
        right: 5px;
        top: 100px;
    }

    section#ferraro .ferraro-text {
        background-size: contain;
        height: auto;
        margin: 68px 0 0;
    }

    section#ferraro .ferraro-text .logo,
    section#veliyasar .veliyasar-text .logo {
        width: 44%;
        position: absolute;
        right: 5px;
        top: 100px;
    }

    section#ferraro .ferraro-text .logo img,
    section#veliyasar .veliyasar-text .logo img {
        width: 100%;
    }

    section#ferraro .ferraro-text .text,
    section#veliyasar .veliyasar-text .text {
        padding: 190px 20px 0;
    }

    section#veliyasar .veliyasar-text {
        background-size: contain;
        height: auto;
        margin: 68px 0 0;
    }

    section#about-us .navbar section.menubar-header::before,
    section#human-resources .navbar section.menubar-header::before,
    section#management .navbar section.menubar-header::before,
    section#quality-policy .navbar section.menubar-header::before,
    section#production .navbar section.menubar-header::before,
    section#contact .navbar section.menubar-header::before,
    section#modaferraro .navbar section.menubar-header::before,
    section#ferraro .navbar section.menubar-header::before,
    section#veliyasar .navbar section.menubar-header::before {
        width: 100%;
        display: inline;
        content: "";
        height: 1px;
        background: transparent;
        position: absolute;
        bottom: -20px;
    }

    section#about-us .nav-link,
    section#human-resources .nav-link,
    section#management .nav-link,
    section#quality-policy .nav-link,
    section#production .nav-link,
    section#contact .nav-link,
    section#modaferraro .nav-link,
    section#ferraro .nav-link,
    section#veliyasar .nav-link {
        color: #7B7B7B;
        font-weight: 600;
        font-size: 18px;
    }

    section#about-us section.about-text .property {
        text-align: center;
    }

    .navbar section.menubar-header::before {
        background: transparent;
        display: inline;
    }

}
