﻿body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    overflow-x: hidden;
}

.row {
    --bs-gutter-x: 30px;
}

.btn-primary {
    background-color: #25256a;
    padding: 15px 25px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border: none !important;
    outline: none !important;
    border-radius: 0;
}

    .btn-primary:hover, .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
        background-color: #333;
        box-shadow: none;
        border: none;
        outline: none;
    }

.btn-secondary {
    background-color: #fff;
    padding: 15px 25px;
    font-size: 20px;
    text-transform: uppercase;
    color: #25256a;
    border: none !important;
    outline: none !important;
    border-radius: 0;
}

    .btn-secondary:hover, .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        background-color: #333;
        box-shadow: none;
        border: none;
        outline: none;
    }

h1 {
    margin: 0;
}

h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
}

h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.text-primary {
    color: #25256a !important;
}

.text-secondary {
    color: #fff !important;
}

@media all and (min-width: 1430px) {
    .container {
        width: 1398px;
        max-width: 1398px;
    }
}

.navbar {
    padding: 20px 0;
}

.nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-item a {
    text-transform: uppercase;
    padding: 15px !important;
    font-weight: 500;
}

    .navbar-nav .nav-item a:hover, .navbar-nav .nav-item a.active {
        background-color: #25256a;
        border-radius: 15px;
        color: white !important;
    }


.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:active, .navbar-nav  .dropdown-item.active {
    border-radius: 0 !important;
}

.carousel {
    margin-bottom: 100px;
}

.carousel-caption {
    bottom: 30% !important;
}

.carousel-caption {
    padding: 40px;
    background-color: rgba(37, 37, 106, 0.9);
}

    .carousel-caption h5 {
        font-size: 48px;
        margin: 0;
    }

.about-unipa-panel {
    align-items: center;
    margin-bottom: 100px;
}

.about-unipa-img-panel {
    position: relative;
}

.about-link-panel {
    width: 200px;
    height: 200px;
    border: 5px solid #fff;
    background-color: #25256a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 70px;
    flex-direction: column;
    text-transform: uppercase;
    text-decoration: none;
}

    .about-link-panel span {
        color: #fff;
        padding: 5px 0;
        font-size: 24px;
        font-weight: 500;
    }

.strategy-panel {
    padding: 100px 0 90px 0;
    background-color: #25256a;
    margin-bottom: 92px;
}

.featured-products-panel {
    margin-bottom: 100px;
}

    .featured-products-panel h4 {
        margin-top: 15px;
        margin-bottom: 0;
    }

.featured-products {
    margin-top: 13px;
    margin-bottom: 34px;
}

.featured-products-panel h4 a {
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}

    .featured-products-panel h4 a:hover {
        color: #25256a;
    }


footer {
    padding: 15px;
    background-color: #25256a;
}

    footer p {
        margin-bottom: 0;
    }

    footer .social-links p {
        text-align: right;
    }

        footer .social-links p img {
            margin-left: 15px;
        }

            footer .social-links p img:hover {
                opacity: 0.5;
            }

/*==== About Us ===*/
.inner-banner {
    padding: 50px 0;
    background-image: url("../images/inner-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 92px;
}

.foundation-story-img-panel {
    margin-top: 43px;
    margin-bottom: 100px;
}

.vision {
    margin-top: 50px;
}

.fundamental-principles-panel {
    margin-bottom:61px;
}

    .fundamental-principles-panel ul, .certificate-list {
        /*align-items:center;*/
        margin-left: 0;
        list-style: none;
        padding: 0;
    }

    .fundamental-principles-panel li {
        margin-bottom: 30px;
        text-align: center;
        height: 104px;
    }

    .fundamental-principles-panel li span {
        padding: 25px 15px;
        background-color: #e7e7e7;
        color: #25256a;
        font-size: 18px;
        text-transform: uppercase;
        width: 100%;
        display: block;
        height: 100%;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.leader-team-panel {
    margin-bottom:82px;
}

.team-member img {
    margin-bottom:20px;
}

.team-member {
    margin-top:30px;
}

.team-member p {
    font-size: 18px;
    font-style: italic;
}

/*==== Products ===*/
.products-panel {
    margin-bottom: 70px;
    margin-top: 42px;
}

.product-item {
    margin-bottom:30px;
}

.product-item img {
    margin-bottom: 11px;
}

.product-item  h5 {
    margin-bottom:0;
}

    .product-item h5 a {
        text-decoration:none;
        color:#25256a;
        font-size:18px;
    }

    .product-item h5 a:hover {
        color:#333;
    }

.contact-info-panel ul {
    padding-left: 0;
    list-style: none;
}

.contact-info-panel ul li {
    display:flex;
    margin-top:26px;
}

    .contact-info-panel ul li img {
        margin-right:15px;
    }

.contact-info-panel {
    margin-top: 37px;
    margin-bottom:100px;
}

hr {
    height: 1px;
    width: 100%;
    background-color: #d1d1d1;
    margin:100px 0;
}

.modal-dialog {
    max-width: 75% !important;
}

.modal-content {
    padding: 30px 30px 0 30px;
}

/*=== Product details ===*/
.inner-banner-product-detail {
    margin-bottom: 100px !important;
}

.product-info {
    margin-bottom: 100px;
}

.product-info h3 span {
    font-size: 24px;
}

.product-info .row {
    align-items:center;
}

.common-uses-panel {
    width: 100%;
    padding: 92px 0 82px 0;
    background-image: url("../images/common-uses.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 92px;
}

.standard-panel {
    margin-bottom:70px !important;
}

.standard-panel ul {
    margin-top: 28px !important;
}

.standard-panel li {
    height: 75px !important;
}

/*=== Values ===*/

.foundation-values-img-panel {
    margin-bottom:92px !important;
}

.sustainability-panel {
    margin-bottom: 100px;
}

.sustainability-body p {
    margin-bottom:0;
}

.SDG-image-panel {
    margin-top: 16px;
    margin-bottom: 62px;
}

.SDG-image-panel img {
    margin-bottom:30px;
}

@media all and (max-width:1429px) {
    .about-unipa-img-panel img {
        max-width:100% !important;
    }
}

@media all and (max-width:991px) {
    .carousel {
        margin-bottom: 90px;
    }

    .carousel-caption h5 {
        font-size: 24px;
    }

    .about-unipa-panel .col-md-12:first-child {
        order:2;
    }

    .about-unipa-img-panel img, .strategy-panel img {
        margin-top: 30px;
    }

    .featured-products h4 {
        margin-bottom:30px;
    }

    .featured-products-panel .btn {
        margin-top:-10px;
    }

    .foundation-story-img-panel img:first-child {
        margin-bottom:30px;
    }

    .product-first-panel img {
        margin-bottom:30px;
    }

    .product-info {
        margin-bottom: 82px;
    }

    .foundation-values-img-panel {
        margin-bottom: 61px !important;
    }

    .contact-info-panel .row:last-child h4 {
        margin-top:30px;
    }

    .contact-info-panel .row:first-child ul {
        margin-bottom: 30px;
    }

    .pefc-btn {
        margin-bottom:30px;
    }
}

@media all and (max-width:767px) {
    .about-link-panel {
        width: 150px;
        height: 150px;
        bottom: -20px;
    }

        .about-link-panel span {
            font-size:20px;
        }

        .about-link-panel span img {
            margin-top: 0px !important;
        }

    .modal-dialog {
        max-width: 80% !important;
    }

    footer, footer .social-links p {
        text-align: center !important;
    }
        footer .social-links p {
            margin-top:20px;
        }
}

@media all and (max-width:575px) {
    .modal-dialog {
        max-width: 100% !important;
    }
}

.packiging-ul li {
    margin-top:20px;
}

.mt-70 {
    margin-top:70px;
}

.mb-100 {
    margin-bottom:100px;
}

.certificate-list {
    margin-top: 47px !important;
    margin-bottom: 70px;
}

.certificate-list li div {
    margin-bottom: 30px;
    text-align: center;
    min-height: 212px;
    height:auto;
    padding: 46px 17px;
    background-color: #e7e7e7;
    text-align: center;
}

.turkish-certificate-list li div {
    min-height: 245px !important;
}

.certificate-list li h3 {
    color: #25256a;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-weight: 600;
}

    .certificate-list li p {
        margin-bottom: 0;
    }

.pefc-btn {
    margin-top:27px;
}

@media all and (max-width:1199px) and (min-width:992px) {
    .navbar-nav .nav-item a {
        padding: 10px !important;
        font-size: 16px;
    }
}

@media all and (max-width:1199px) {
    .certificate-list li div {
        min-height: 272px;
    }

        .certificate-list li div h3 > br {
            display: none;
        }
}

@media all and (max-width:991px) {
    .certificate-list li div, .turkish-certificate-list li div {
        min-height: 1px !important;
    }
}

@media all and (max-width:575px) {
    .inner-banner h2 {
        font-size:32px;
    }
}
