body {
    font-family: 'Raleway', sans-serif;
    font-family: 'Bebas Neue', cursive;
    position: relative;
}


/* navbar css start */
.wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-top-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.wrapper-body-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wrapper-body-bg-urun {
    height: auto;
}

.wrapper-bottom-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.header {
    padding: 0 100px;
}


.navbar {
    position: relative;
    z-index: 99;
}

    .navbar .dropdown-menu {
        font-family: 'Raleway', sans-serif;
    }

        .navbar .dropdown-menu a {
            color: #000;
        }

.navbar-brand {
    position: relative;
}

    .navbar-brand img {
        position: absolute;
        top: -38px;
    }

.navbar-nav {
    margin-left: 23%;
    align-items: end;
}

.navbar-collapse {
    margin-top: 33px;
}

.navbar-nav .nav-item {
    margin-right: 56px;
    padding-bottom: 20px;
}

.search-button {
    border: none;
    background: none;
}

.navbar .nav-item:hover {
    background-image: url(/content/images/bg-images/hover.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 65vh;
    padding-left: 8vh;
}

.heroSwiper .desktop {
    display: flex!important;
}

.heroSwiper .mobile {
    display: none!important;
}

.swiper-item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

    .swiper-item-left a {
        padding-left: 30px;
    }

.swiper-item-title {
    width: fit-content;
}

.swiper-item-right img {
    width: 100%;
}

.swiper-item-left ul {
    display: flex;
    list-style: none;
    padding-left: 50px;
}

    .swiper-item-left ul li {
        margin-right: 10px;
    }

.swiper-item-left p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
/* navbar css end */


/* section css start */
.section {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-img-top {
    position: absolute;
    width: 15%;
    right: 0;
    top: -22%;
}

.section-img-mid {
    position: absolute;
    width: 10%;
    left: 0;
    top: 6%;
}

.section-img-bottom {
    position: absolute;
    width: 10%;
    left: 0;
    bottom: -18%;
    z-index: 3;
}

.section .section-top {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 70px;
}

    .section .section-top img {
        padding-bottom: 60px;
    }

    .section .section-top p {
        font-family: 'Raleway', sans-serif;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        width: 40%;
    }

    .section .section-top img {
        width: fit-content;
    }

.section .bg-img {
    height: 700px;
    object-fit: cover;
}

.section-bottom {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 70px;
    top: 20px;
}

.section-bottom img{
    width: 13%;
}

    .section-bottom .sectionSwiper {
        margin-top: 50px;
    }


        .section-bottom .sectionSwiper a {
            text-decoration: none;
            padding: 20px;
            transition: 0.5s;
        }

            .section-bottom .sectionSwiper a .slider-plus {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -26px;
                margin-bottom: -26px;
                transition: 0.5s;
                width: 50px;
            }

            .section-bottom .sectionSwiper a:hover {
                transform: translateY(-20px);
            }

                .section-bottom .sectionSwiper a:hover > .slider-title {
                    color: #D20600;
                }

                .section-bottom .sectionSwiper a:hover > .slider-plus {
                    opacity: 0;
                    visibility: visible;
                    bottom: 50%;
                }

            .section-bottom .sectionSwiper a .slider-title {
                color: #000;
                font-size: 20px;
            }

            .section-bottom .sectionSwiper a .slider-desc {
                color: #ACACAC;
                font-size: 18px;
            }

            .section-bottom .sectionSwiper a p {
                margin: 0;
            }

            .section-bottom .sectionSwiper a img {
                margin-bottom: 26px;
                width: 470px;
            }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet-active {
    background-color: #E30613;
}

.swiper-pagination-bullet {
    border: 1px solid #E30613;
    width: 10px;
    height: 10px;
}

.swiper-button-next, .swiper-button-prev {
    color: #E30613;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 60px;
    }
/* section css end */
/* section2 css start */
.section2 {
    position: relative;
}

    .section2 img {
        position: relative;
        width: 100%;
    }

.section2Swiper {
    position: absolute;
    top: 0;
}

    .section2Swiper .swiper-wrapper {
        margin-left: 15%;
    }

    .section2Swiper p {
        font-family: 'Raleway', sans-serif;
    }

.slider2-text {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 20px;
}

.slider2-desc {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .slider2-desc img {
        width: auto;
        margin-right: 5px;
    }

.section2Swiper .swiper-slide a {
    text-decoration: none;
}

.section2 .swiper-slide a {
    transition: 1s;
}

    .section2 .swiper-slide a .img-class {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: 0.5s;
    }

        .section2 .swiper-slide a .img-class .img-play-btn {
            position: absolute;
            width: auto;
            z-index: 2;
            transition: 0.5s;
        }

        .section2 .swiper-slide a .img-class .img-play-btn2 {
            position: absolute;
            width: auto;
            z-index: 2;
            opacity: 0;
            transition: 0.5s;
        }

    .section2 .swiper-slide a:hover > .img-class .img-play-btn {
        opacity: 0;
    }

    .section2 .swiper-slide a:hover > .img-class .img-play-btn2 {
        opacity: 1;
        z-index: 2;
    }

    .section2 .swiper-slide a .img-class .img-play-bg {
        transition: 0.5s;
    }

    .section2 .swiper-slide a:hover > .img-class .img-play-bg {
        transform: scale(1.1);
    }

.section2 .slider2-desc span {
    color: #D20600;
    margin-left: 10px;
    font-weight: 700;
}
/* section2 css end */

/* urunlrt css start */


/* sectionsertifika css  */

.sertifika-img img {
    width: 70%;
}

.sertifika-img {
    display: flex;
    justify-content: center;
    padding-top: 45px;
    position: relative;
}

.sertifika img {
    position: relative;
}

.sertifika .kalite-bg {
    position: absolute;
    width: 100%;
}

.sertifika .kalite-tittle {
    padding-top: 26px;
}

.certificate-logo img {
    width: 65% !important;
    margin-top: 30px;
}

.kalite-section {
    padding: 20px 130px;
}
/* sertifika end */
.desc-body {
    position: absolute;
    top: 15%;
    transition: 0.5s;
}

.desc-body-title {
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    align-items: center;
}

    .desc-body-title img {
        width: auto;
    }

.desc-body-items {
    height: auto;
}

    .desc-body-items a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.5s;
    }

        .desc-body-items a .slider-plus {
            display: none;
            position: absolute;
            opacity: 0;
            transition: 0.5s;
            width: 50px;
        }

        .desc-body-items a:hover {
            transform: translateY(-30px);
            transition: 0.5s;
        }

            .desc-body-items a:hover > .slider-plus {
                display: none;
                opacity: 1;
                transition: 0.5s;
            }

            .desc-body-items a:hover > .desc-box-title {
                color: #D20600;
            }

.desc-box {
    margin-bottom: 20px;
}

    .desc-box img {
        margin-bottom: 26px;
        width: 330px;
    }

.desc-box-title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    color: #000;
    transition: 0.5s;
}

.desc-box-text {
    font-size: 20px;
    color: #acacac;
    letter-spacing: 1px;
}
/* urunlrt css end */

/* section3 css start */
.section3 {
    height: 65%;
    z-index: 2;
    display: flex;
    align-items: center;
}

    .section3 .nav-pills {
        display: flex;
        align-items: center;
    }

        .section3 .nav-pills button {
            width: fit-content;
            background-color: #fff;
            padding: 5px;
            margin-bottom: 20px;
        }

            .section3 .nav-pills button img {
                width: 64px;
            }

        .section3 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            background-color: #fff;
            border: 1px solid #000;
        }

    .section3 .tab-content .tab-pane-box {
        display: flex;
    }

        .section3 .tab-content .tab-pane-box img {
            width: 50%;
        }

    .section3 .tab-content .tab-pane .tab-pane-text {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

        .section3 .tab-content .tab-pane .tab-pane-text h2 {
            letter-spacing: 2px;
            font-size: 2.8rem;
        }

        .section3 .tab-content .tab-pane .tab-pane-text h4 {
            font-size: 18px;
            color: #ACACAC;
        }

        .section3 .tab-content .tab-pane .tab-pane-text p {
            font-family: 'Raleway', sans-serif;
            font-size: 16px;
        }

        .section3 .tab-content .tab-pane .tab-pane-text button {
            padding: 10px 44px;
            background-color: #D20600;
            color: #fff;
            border: none;
            font-size: 20px;
            letter-spacing: 2px;
            font-weight: 200;
            width: fit-content;
            transition: 0.5s;
        }

            .section3 .tab-content .tab-pane .tab-pane-text button:hover {
                background-color: #b30600;
            }

            .section3 .tab-content .tab-pane .tab-pane-text button img {
                margin-right: 10px;
                width: 20px;
            }
/* section3 css end */

/* section4 css start */
.section4 {
    position: relative;
    margin-top: 100px;
    width: 100%;
}

    .section4 .section4-bg {
        position: absolute;
        width: -webkit-fill-available;
        height: 100%;
        object-fit: cover;
    }

    .section4 .section-img-top {
        top: -360px;
    }

    .section4 .section-img-bottom {
        bottom: 15%;
        width: 12%;
    }

    .section4 .section4-box {
        padding: 0 100px;
        position: relative;
    }



    .section4 .desc-body-title h1 {
        font-size: 42px;
        letter-spacing: 2px;
    }

    .section4 .desc-body-title h4 {
        font-size: 20px;
        font-weight: bolder;
        margin-top: 40px;
        font-family: 'Raleway', sans-serif;
    }

    .section4 .section4-text-box p {
        font-family: 'Raleway', sans-serif;
        width: 90%;
        font-size: 16px;
        line-height: 32px;
    }

    .section4 .section4-text-box h4 {
        font-size: 20px;
        font-weight: bolder;
        margin-top: 40px;
        font-family: 'Raleway', sans-serif;
    }

    .section4 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-image: url(/content/images/bg-images/hover.svg);
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: bottom;
        background-color: transparent;
    }

    .section4 .nav-pills {
        display: flex;
        align-items: end;
        justify-content: center;
    }

        .section4 .nav-pills img {
            margin-bottom: 40px;
            width: 55%;
        }

    .section4 .tab-content {
        text-align: center;
    }

    .section4 .desc-box {
        display: inline-block;
        text-align: center;
    }

    .section4 .product-items-tittle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .section4 .section4-product {
        margin-top: 50px;
    }

    .section4 .contact-box {
        display: flex;
        justify-content: space-between;
    }

    .section4-form-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section4 .desc-body-title {
        margin-bottom: 50px;
    }

        .section4 .desc-body-title p {
            margin-bottom: 50px;
            font-family: 'Raleway', sans-serif;
            text-align: start;
            margin-top: 30px;
        }

    .section4 .contact-list {
        display: flex;
        align-items: baseline;
        margin-bottom: 100px;
    }

        .section4 .contact-list h4 {
            margin: 0;
        }

        .section4 .contact-list p {
            margin: 5px 0 10px;
        }

        .section4 .contact-list a {
            text-decoration: none;
            color: #000;
            transition: 0.5s;
            display: flex;
            flex-direction: row;

        }

    .section4 .desc-body-title1 {
        text-align: center;
        margin-bottom: 40px;
    }

    .section4 .desc-body-title2 {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 150px;
    }

        .section4 .desc-body-title2 p {
            font-family: 'Raleway', sans-serif;
            text-align: start;
            margin-top: 30px;
        }


    .section4 .contact-list a:hover {
        text-decoration: underline;
        transition: 0.5s;
    }

    .section4 .contact-list img {
        width: 5%;
    }

table {
    font-family: 'Raleway', sans-serif;
    border-collapse: collapse;
    width: 90%;
    margin-top: 20px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #fdfdfd;
}

.lang-btn {
    font-size: 20px;
    margin-right: 15px;
}

/* section4 css end */


/* footer css start */
.footer {
    font-family: 'Raleway', sans-serif;
}
.footer-wrapper {
    position: relative;
    width: 100%;

}

.footer-wrapper-img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-img {
    position: relative;
}

    .footer-img img {
        position: absolute;
        width: 100%;
        z-index: -3;
    }

.footer {
    padding: 80px 100px 20px;
}

.footer-top {
    position: relative;
    z-index: 5;
    margin-top:90px;
}

.footer-top-right ul h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-top-right ul li {
    margin-bottom: 18px;
    font-size: 14px;
}

    .footer-top-right ul li a {
        text-decoration: none;
        color: rgb(17, 17, 17);
        font-weight: 500;
    }

.footer-bottom {
    z-index: 9;
    position: relative;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

    .footer-bottom-left a img {
        width: 20%;
    }

    .footer-bottom-left p {
        margin: 0;
        width: 68%;
    }

.footer-bottom-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-bottom-right p {
    font-size: 14px;
}

    .footer-bottom-right ul {
        display: flex;
        flex-direction: row;
        margin: 0;
        font-size: 14px;
    }

        .footer-bottom-right ul li {
            margin-left: 20px;
        }

            .footer-bottom-right ul li a {
                text-decoration: none;
                color: #000;
            }


footer ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    position: relative;
    width: 50%;
    font-family: 'Raleway', sans-serif;
}

    footer ul .footer-text {
        margin-top: 21%;
        margin-left: 15%;
    }

    footer ul li p {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 30px;
    }

.eris-logo {
    width: auto !important;
    display: flex;
}

.since-logo {
    margin-left: 20px;
    margin-bottom: 9px;
    width: 13% !important;
}

/* footer css end */

.form-section-button {
    padding: 10px 85px;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

    .form-section-button:hover {
        background-color: #000;
        color: #fff;
    }



/* form */
form {
    margin-bottom: 50px;
}

    form .form-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    form .input-group {
        flex-direction: column;
    }

        form .input-group input {
            border: none;
            border-bottom: 1px solid #d8d8d8;
            width: 330px;
            padding: 16px 0px;
            outline: none;
            margin-right: 30px;
            background-color: transparent;
        }

            form .input-group input:nth-last-child(1) {
                margin-right: 0;
            }

        form .input-group::placeholder {
            color: #343741;
        }

.input-group small {
    color: #343741;
}

form .form-top {
    margin-top: 60px;
}

form .form-bottom {
    margin-top: 60px;
}

form input:focus {
    border-bottom: 1px solid #CB0100;
}

form .input-group-prepend input {
    width: 100%;
    padding: 20px 0;
}

form .input-group .login-btn {
    background: transparent;
    border-color: #CB0100;
    border-radius: 50px;
    display: flex;
    justify-content: end;
}

    form .input-group .login-btn button {
        background-color: transparent;
        border: none;
        border: 1px solid #CB0100;
        border-radius: 50px;
        padding: 12px 40px;
        margin-top: 60px;
    }

        form .input-group .login-btn button:hover {
            background-color: #CB0100;
            border: 1px solid #CB0100;
            color: #fff;
        }

form .form-bottom .input-group-prepend {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.form-bottom input {
    border: none;
    border-bottom: 1px solid #d8d8d8;
}

    .form-bottom input:focus {
        outline: none;
        border-bottom: 1px solid #CB0100;
    }
/* form */

/* RESPONSIVE CSS START */

@media (max-width: 350px) {
    .navbar-brand img {
        width: 110px !important;
    }
}
@media (max-width: 480px) and (orientation: portrait) {
    .row {
        padding: 0;
        margin: 0;
    }

    .wrapper-body-bg-urun {
        height: 90vh !important;
    }
    
    .wrapper-body-bg {
        height: 100vh;
    }

        
        .header {
            padding: 0;
        }

    .navbar-brand img {
        width: 100px;
        display: flex;
        top: -10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 25px;
        right: 0px;
        background-color: #fff;
        width: 100%;
    }

        .navbar-collapse form {
            justify-content: center;
        }

    .navbar-nav {
        margin-left: 0;
        align-items: center;
        justify-content: center;
    }

        .navbar-nav .nav-item {
            margin-right: 0;
        }
    
    .nav-item {
        padding: 20px;
    }

    

    .heroSwiper .swiper-slide {
        flex-direction: column;
        top: 50% !important;
        margin-top: -156px;
        padding: 0;
    }

    .heroSwiper .desktop {
        display: none!important;
    }

    .heroSwiper .mobile {
        display: block!important;
    }

    .swiper-item-left a img {
        width: 100%;
    }

    .swiper-item-right img {
        width: 100%;
    }

    .section-bottom .sectionSwiper a img {
        width: 100%;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 90px;
    }

    .kalite-section {
        padding: 0;
    }

    .kalite-bg {
        display: none;
    }

    .section-bottom img{
        width: 50%;
    }

    .desc-body-title img{
        width: 60%;
    }

    .sertifika {
        margin-bottom: 0 !important;
    }

    .sertifika .swiper-slide {
        height: 270px;
    }

    .sertifika-img {
        display: grid;
        grid-template-columns: auto auto;
    }

        .sertifika-img img {
            margin-bottom: 18px;
        }

    .certificate-logo img {
        width: 46% !important;
    }

    .section3 {
        height: 100%;
        margin-top: 80px;
    }

        .section3 .tab-content .tab-pane-box {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .section3 .tab-content .tab-pane .tab-pane-text {
            margin-top: 20px;
            align-items: center;
        }

        .section3 .tab-content .tab-pane-box img {
            height: fit-content;
            width: 90%;
        }

        .section3 .tab-content .tab-pane .tab-pane-text h2 {
            font-size: 24px;
        }

        .section3 .tab-content .tab-pane .tab-pane-text h4 {
            font-size: 18px;
        }

        .section3 .tab-content .tab-pane .tab-pane-text p {
            font-size: 16px;
        }

        .section3 .tab-content .tab-pane .tab-pane-text button {
            padding: 5px;
            font-size: 16px;
        }

    .section4 .section4-box {
        padding: 0;
    }

    .section4 .contact-box {
        flex-direction: column;
    }

        .section4 .contact-box iframe {
            width: -webkit-fill-available;
        }

    .section4 .contact-list a {
        display: flex;
    }

    .section4 .desc-body-title {
        margin-bottom: 0;
    }

        .section4 .desc-body-title h1 {
            font-size: 28px;
        }

    .section4 .section4-text-box p {
        padding-left: 0%;
        text-align: center;
    }

    .section4 .contact-list-text p {
        text-align: inherit;
    }

    .section4 form {
        margin-top: -50px;
    }

    form .form-bottom {
        margin-top: 0;
    }

    .section4 .desc-body-title2 {
        margin-top: 70px;
    }

    .section4-form-box {
        padding: 0 25px;
    }

    .section4 .row {
        margin: 0;
        padding: 0;
    }

    .section4 .nav-pills .nav-link {
        padding: 0;
    }

    .section4 .nav-pills {
        align-items: center;
        justify-content: center;
    }

    form .form-top {
        display: flex;
        flex-direction: column;
    }

    form .input-group {
        flex-direction: column;
        margin-bottom: 20px;
    }

    form .form-bottom .input-group-prepend {
        width: fit-content;
    }

    form .input-group .login-btn {
        justify-content: flex-start;
    }

    .footer {
        padding: 0;
    }

    .footer-top-right {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-bottom-right ul {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

        .footer-bottom-right ul li {
            margin-top: 10px;
        }
footer-bottom-left a img 
    .footer-bottom-left {
        flex-direction: column;
        text-align: center;
    }

        .footer-bottom-left p {
            margin-left: 76px;
        }

    .footer-bottom-right {
        display: none;
        margin-bottom: 20px;
    }

    footer ul .footer-text {
        margin-top: 49%;
        margin-left: 30%;
    }

    .footer-bottom-left a img {
        width: 46%;
        
    }

    .eris-logo {
        
    }

    .since-logo {
        
        width: 20% !important;
    }
    .footer-logo {
        display: none
    }
}

@media (max-width: 768px) and (orientation: portrait) {

    .footer-top-right {
        margin-top: 25px;
    }

    .swiper-item-title {
        width: 100%;
    }

    .wrapper {
        align-items: inherit;
    }

    .contact-map {
        overflow: hidden;
    }

    .section4 .contact-list img {
        width: 15%;
        margin-right: 5px;
    }

    .form-section-button {
        background: black;
        color: white;
    }

    form .input-group .login-btn button {
        background: black;
        color: white;
    }

    .kalite-bg {
        display: none;
    }

    .since-logo {
        margin-bottom: 11px;
        width: 27%;
    }

    .footer-logo {
        display: none
    }
}

@media (max-width: 820px) and (orientation: portrait) {

    .section-bottom .sectionSwiper {
        margin: 0;
    }

    .swiper-slide {
        padding-left: 0;
        height: 400px;
    }

    .row {
        margin: 0;
        padding: 0;
    }

    .header {
        padding: 0;
    }

    .navbar-brand img {
        top: -14px;
    }

    .navbar-collapse {
        position: absolute;
        top: 45px;
        right: 0px;
        background-color: #fff;
        width: 100%;
    }

        .navbar-collapse form {
            justify-content: center;
        }

    .navbar-nav {
        margin-left: 0;
        text-align: center;
        align-items: center;
    }

    .heroSwiper .swiper-slide {
        flex-direction: column;
        top: 20%;
    }

    .sertifika {
        margin-bottom: 100px;
    }

        .sertifika .kalite-bg {
            height: 200px;
            object-fit: cover;
        }

        .sertifika .kalite-tittle {
            padding-top: 26px;
        }

    .sertifika-img {
        justify-content: space-between;
        padding: 40px 0px;
    }

    .kalite-section {
        padding: 0;
    }

    .section4 .section4-box {
        padding: 0;
    }

    .section3 .tab-content .tab-pane-box img {
        object-fit: contain;
    }

    .section4 .section4-product {
        margin-top: 0;
    }

    .section4 .section4-text-box p {
        padding-left: 0%;
        width: 100%;
    }

    .section4 .contact-box {
        flex-direction: column;
    }

    .section4 .desc-body-title2 {
        margin-top: 230px;
    }

    #contact-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section4 .contact-box .contact-text {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    form .form-top {
        flex-direction: column;
        width: 90%;
    }

        form .form-top input {
            width: 100%;
        }

    form .form-bottom {
        width: 90%;
        margin-top: 0;
    }

    #contact-form .input-group {
        margin-bottom: 20px;
    }

    .desc-body-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .section4 .desc-box {
        display: contents;
    }

    .footer {
        padding: 12px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom-right {
        justify-content: center;
        width: 100%;
        display: none;
    }

        .footer-bottom-right ul {
            width: 100%;
            justify-content: center;
        }

    .footer-bottom-left {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
        .footer-bottom-left p {
            margin-left: 22px;
        }

    footer ul .footer-text {
        margin-top: 42%;
        margin-left: 32%;
    }

    .eris-logo {
        width:112px !important;
    }
}

@media (max-width: 1050px) and (orientation: portrait) {


    .header {
        padding: 0;
    }

    .navbar-brand img {
        width: 160px;
    }

    form {
        margin-bottom: 0;
    }

    .certificate-logo img {
        width: 46% !important;
    }
    
    .kalite-bg {
        display: none;
    }
}

@media (max-width: 1280px) and (orientation: portrait) {
    .section4 .desc-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1270px) and (min-width: 990px) {
    .navbar-nav {
        margin-left: 15%;
        margin-top: 20%;
    }

    nav form {
        margin-left: -10%;
    }
}






/* RESPONSIVE CSS END */


