@import url("fonts.css");

img {
    max-width: 100%;
}

.navbar-brand img{
    width:200px;
    height:100px;
    object-fit:contain
}

.scrolling .navbar-brand img { width: 180px; height: 80px; object-fit: contain }

::-moz-selection { color: #FFF; background: #FEF035; }

::selection {
    color: #FFF;
    background: #FEF035;
}

.custom-container {
    position: relative;
    width: 1280px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.nav.nav-tabs {
    margin-bottom: 20px;
    border: 0;
}

    .nav.nav-tabs .nav-item {
        margin-right: 2px;
    }

        .nav.nav-tabs .nav-item .nav-link {
            padding: 12px 20px;
            border-radius: 2px;
            border: 0;
            color: #a3a3a3;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
        }

            .nav.nav-tabs .nav-item .nav-link:hover {
                background-color: #02a5f4;
                color: #FFF;
            }

            .nav.nav-tabs .nav-item .nav-link.active {
                background-color: #02a5f4;
                color: #FFF;
            }

.modal .modal-dialog .modal-content {
    border-radius: 0;
}

.form label {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.form .form-control {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .form .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form .form-control.disabled {
        border-color: #868686;
    }

    .form .form-control:focus {
        outline: 0;
    }

.wpanimation {
    opacity: 0;
}

    .wpanimation.animated {
        opacity: 1;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #FFF;
    background-size: 120px 120px;
}

body {
    font-family: HankenGrotesk-Regular, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    a:hover {
        text-decoration: none;
    }

    a:active, a:focus {
        outline: 0;
    }

.social .nav-item {
    margin: 0 5px;
}

.social .nav-link {
    width: 32px !important;
    height: 32px !important;
    padding: 0;
    background: #FFF;
    border-radius: 50%;
    color: #CE050B !important;
    line-height: 32px;
    text-align: center;
}

    .social .nav-link i {
        vertical-align: middle;
    }

    .social .nav-link.facebook-f:hover {
        color: #FFF !important;
        background: #3b5999 !important;
    }

    .social .nav-link.twitter:hover {
        color: #FFF !important;
        background: #55acee !important;
    }

    .social .nav-link.instagram:hover {
        color: #FFF !important;
        background: #e4405f !important;
    }

    .social .nav-link.youtube:hover {
        color: #FFF !important;
        background: #cd201f !important;
    }

    .social .nav-link.linkedin-in:hover {
        color: #FFF !important;
        background: #0077B5 !important;
    }

.btnPrimary {
    display: inline-block;
    height: auto;
    width: auto;
    min-width: 120px;
    padding: 15px 30px;
    margin: 0 5px;
    background: #CE050B;
    border: 0;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .btnPrimary.gray {
        background: #404040;
    }

    .btnPrimary.red {
        background: #D8232A;
    }

    .btnPrimary img {
        display: block;
        margin: 10px auto;
    }

    .btnPrimary:hover {
        background: #9c0408;
    }

    .btnPrimary:focus, .btnPrimary:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        outline: 0 !important;
    }

    .btnPrimary:disabled {
        background: #9b9b9b;
        cursor: not-allowed;
    }

        .btnPrimary:disabled:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(1, 1, 1, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cookie-disclaimer_content {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

    .cookie-disclaimer_content a {
        text-decoration: underline;
    }

    .cookie-disclaimer_content .btn {
        display: inline-block;
        margin: 0 auto;
        border: 0;
        padding: 10px 40px;
        border-radius: 0;
        background: #CE050B;
        font-size: 14px;
        text-transform: uppercase;
    }

        .cookie-disclaimer_content .btn:hover {
            background: #9c0408;
        }

        .cookie-disclaimer_content .btn:focus, .cookie-disclaimer_content .btn:active {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            background: #9c0408 !important;
            border: 0;
            outline: 0;
        }

.sidenav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #231F20;
    -webkit-box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    z-index: 9999;
    -webkit-transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    transition: all 300ms cubic-bezier(0.43, 0.18, 0, 0.85);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    z-index: 9;
    overflow: scroll;
}

    .sidenav-wrapper.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sidenav-wrapper .center-block {
        position: relative;
        top: 15%;
        width: 100%;
        text-align: left;
    }

    .sidenav-wrapper .nav .nav-item .nav-link {
        color: #FFF;
        text-transform: uppercase;
        font-size: 34px;
        line-height: 48px;
        font-family: HankenGrotesk-Bold;
    }

        .sidenav-wrapper .nav .nav-item .nav-link:hover {
            color: #FFF;
        }

    .sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu {
        position: relative !important;
        margin: 0 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        border-radius: 0;
    }

.sidenavactive {
    overflow-y: hidden;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

    header.scrolling {
        background: #fff;
        border-bottom: 2px solid #fef035
    }

    header .navbar {
        padding: 0;
        min-height: 87px;
    }

    header .navbar-toggler {
        background: none;
        border: 0;
        border-radius: 0;
        z-index: 99999;
    }

        header .navbar-toggler.collapsed .icon:nth-of-type(1), header .navbar-toggler.collapsed .icon:nth-of-type(3) {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        header .navbar-toggler.collapsed .icon:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        header .navbar-toggler:focus {
            outline: 0;
        }

        header .navbar-toggler:hover {
            background: none !important;
        }

        header .navbar-toggler .icon {
            position: relative;
            display: block;
            height: 4px;
            width: 41px;
            margin: 7px 0;
            background: #fff;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

            header .navbar-toggler .icon:nth-of-type(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 10% 10%;
                transform-origin: 10% 10%;
            }

            header .navbar-toggler .icon:nth-of-type(2) {
                opacity: 0;
                filter: alpha(opacity=0);
            }

            header .navbar-toggler .icon:nth-of-type(3) {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 10% 90%;
                transform-origin: 10% 90%;
            }

    header .navbar-nav {
        margin: 0;
        padding: 0;
    }

        header .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
            border: 0;
            display: none;
        }


        header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            visibility: visible;
            opacity: 1;
            top: 98%;
            z-index: 99;
        }

    header.scrolling .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
    header.innerpage .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        top: 58px;
    }

    header .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        top: 125%;
        z-index: -1;
        min-width: 190px;
        padding: 0;
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        background: none;
        border: 0;
        border-radius: 0;
    }

    header.scrolling .navbar-nav .nav-item.dropdown .dropdown-menu,
    header.innerpage .navbar-nav .nav-item.dropdown .dropdown-menu {
        background: #fff;
    }

    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        display: block;
        padding: 6px 8px;
        color: #FFF;
        font-weight: 500;
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item a {
            color: #FFF;
            font-size: 14px;
            line-height: 18px;
        }

    header.scrolling .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item a,
    header.innerpage .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item a {
        color: #000;
    }

    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background: none;
    }

        header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus::before, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover::before {
            width: 12px;
            margin-right: 10px;
            visibility: visible;
        }



    header .navbar-nav .nav-item {
        position: relative;
        margin-right: 20px;
    }

        header .navbar-nav .nav-item.language-nav {
            margin-left: 20px;
        }

        header .navbar-nav .nav-item .nav-link {
            color: #fff;
            font-size: 14px;
            line-height: 18px;
            padding-bottom: .3rem;
        }

    header.scrolling .navbar-nav .nav-item .nav-link,
    header.innerpage .navbar-nav .nav-item .nav-link {
        color: #000;
    }

    header .navbar-nav .nav-item.language-nav .nav-link:after {
        display: none;
    }

    header .navbar-nav .nav-item.language-nav .nav-link {
        padding-top: 4px;
    }

    header .navbar-nav .nav-item .nav-link.search {
        padding-top: 4px;
        cursor: pointer;
    }

    header .navbar-search .nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar-search-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        z-index: 999999;
        opacity: 0;
        padding: 0 15px;
        background: #CE050B;
        overflow: hidden;
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        header .navbar-search-wrapper.active {
            left: 0;
            width: 100%;
            opacity: 1;
        }

        header .navbar-search-wrapper .search-input {
            width: 90%;
            height: 100%;
        }

            header .navbar-search-wrapper .search-input input {
                width: 100%;
                height: 100%;
                background: none;
                border: 0;
                color: #FFF;
                font-size: 24px;
            }

                header .navbar-search-wrapper .search-input input:focus {
                    outline: 0;
                }

                header .navbar-search-wrapper .search-input input::-webkit-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input:-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::-ms-input-placeholder {
                    color: #FFF;
                }

                header .navbar-search-wrapper .search-input input::placeholder {
                    color: #FFF;
                }

        header .navbar-search-wrapper .search-btn {
            height: 100%;
            min-width: 10%;
        }

            header .navbar-search-wrapper .search-btn .btn {
                display: inline-block;
                height: 100%;
                width: 50%;
                border: 0;
                background: none;
                border-radius: 0;
                text-align: center;
            }

                header .navbar-search-wrapper .search-btn .btn:hover {
                    background: #9c0408;
                }

                header .navbar-search-wrapper .search-btn .btn:focus {
                    outline: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                header .navbar-search-wrapper .search-btn .btn img {
                    width: 32px;
                    max-width: 100%;
                }

.gp-main-title {
    color: #373535;
    font-size: 28px;
    font-weight: 500;
}

    .gp-main-title span {
        display: block;
        margin-top: 23px;
        color: #CE050B;
        font-size: 18px;
        font-weight: 400;
    }

    .gp-main-title::after {
        display: block;
        width: 72px;
        height: 2px;
        margin: 30px 0;
        background: #CE050B;
        content: "";
    }

    .gp-main-title.center {
        text-align: center;
    }

        .gp-main-title.center::after {
            margin: 30px auto;
        }



.gp-page-header {
    position: relative;
}

    .gp-page-header img {
        width: 100%;
        max-width: 100%;
        min-height: 200px;
        z-index: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gp-page-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .gp-page-header .page-header-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        z-index: 2;
    }

        .gp-page-header .page-header-content .breadcrumb {
            background: none;
        }

        .gp-page-header .page-header-content .breadcrumb-item::before {
            color: #FFF;
        }

        .gp-page-header .page-header-content .breadcrumb-item:last-child a {
            color: #CE050B;
        }

        .gp-page-header .page-header-content .breadcrumb-item a {
            color: #fff;
        }


footer {
    padding: 36px 0;
    position: relative;
    z-index: 4;
}

    footer .title {
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #D81522;
        font-family: HankenGrotesk-Bold;
        margin-bottom: 0;
    }

    footer .footer-menu {
        margin-top: 15px;
        list-style-type: none;
        padding-left: 0;
    }

        footer .footer-menu li {
            margin-bottom: 8px;
        }

        footer .footer-menu:not(.right) li a {
            font-family: HankenGrotesk-Bold;
            font-size: 14px;
            line-height: 17px;
            color: #231F20;
            margin-bottom: 16px;
            display: block;
        }

        footer .footer-menu.right li a {
            font-size: 16px;
            line-height: 19px;
            color: #000000;
            margin-bottom: 16px;
            display: block;
        }

            footer .footer-menu.right li a strong {
                font-size: 16px;
                line-height: 19px;
                color: #000000;
                font-family: HankenGrotesk-Bold;
            }

        footer .footer-menu.right li p {
        }

    footer .copyright {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 21px;
    }

    footer .footer-logo {
        margin-top: 30px;
        width:290px;
    }



.language-nav .dropdown-menu {
    min-width: 75px;
}

.footer-bottom {
    background: #000;
    padding: 9px 0;
    text-align: center;
    position: relative;
    z-index: 4;
}

.header-container {
    background-size: cover !important;
    padding-bottom: 20px;
}

header .navbar-nav .nav-item.dropdown .nav-link::after {
    background: url('/Content/Site/images/icons/plus-circle.svg');
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
    left: 5px;
    top: 3px;
}

header.scrolling .navbar-nav .nav-item.dropdown .nav-link::after,
header.innerpage .navbar-nav .nav-item.dropdown .nav-link::after {
    background: url('/Content/Site/images/icons/plus-circle-b.svg');
}

header .navbar-nav .nav-item.dropdown:hover > .nav-link::after {
    background: url('/Content/Site/images/icons/minus-circle.svg');
}

header.scrolling .navbar-nav .nav-item.dropdown:hover > .nav-link::after,
header.innerpage .navbar-nav .nav-item.dropdown:hover > .nav-link::after {
    background: url('/Content/Site/images/icons/minus-circle-b.svg');
}

header .navbar-nav .nav-item.dropdown .dropdown-item.dropdown.selected .nav-link::after {
    background: url('/Content/Site/images/icons/minus-circle.svg');
}

header.scrolling .navbar-nav .nav-item.dropdown .dropdown-item.dropdown.selected .nav-link::after,
header.innerpage .navbar-nav .nav-item.dropdown .dropdown-item.dropdown.selected .nav-link::after {
    background: url('/Content/Site/images/icons/minus-circle-b.svg');
}

header .navbar-nav .nav-item.dropdown .nav-link {
    margin-top: -3px;
}

header .navbar-nav .dropdown-toggle {
    color: #CD2933 !important;
}


header .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
    background: none;
}

    header .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff;
        background: none;
        padding: .25rem 10px;
    }

.sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu {
    display: block;
    width: 100%;
    border: 0;
    background: #231F20;
    display: none;
}

    .sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu a {
        color: #fff;
        font-family: HankenGrotesk-Bold;
        font-size: 28px;
        line-height: 36px;
    }

        .sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu a:hover, .sidenav-wrapper .nav .nav-item.dropdown .dropdown-menu a:active {
            background: none !important;
        }

        .sidenav-wrapper .nav .nav-item .nav-link::after {
            display: none;
        }

.sidenav-wrapper .nav .dropdown-menu .dropdown-menu {
    display: block !important;
}

    .sidenav-wrapper .nav .dropdown-menu .dropdown-menu .dropdown-item {
        font-size: 23px !important;
        line-height: 30px !important;
        padding-left: 35px;
    }

.section-slider {
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

    .section-slider .custom-container {
        height: 100%;
    }

    

    .section-slider video {
        width: 100%;
    }

.VideoBg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

@media (min-aspect-ratio: 16/9) {
    video {
        width: 100% !important;
        height: auto !important;
    }
}

header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .nav-link {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}

header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu {
    display: none;
}

/*header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover .dropdown-menu {
    display: block;
    position: relative;
}*/

header.scrolling .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-menu,
header.innerpage .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover .dropdown-menu {
    top: 0 !important;
}

header.scrolling .language-nav .dropdown-menu,
header.innerpage .language-nav .dropdown-menu {
    top: 58px;
    background: #fff !important;
}

    header.scrolling .language-nav .dropdown-menu .dropdown-item,
    header.innerpage .language-nav .dropdown-menu .dropdown-item {
        color: #000;
    }

.navbar-expand-lg .navbar-collapse {
    position: relative;
}

.search-input-content {
    width: 90%;
    position: absolute;
    left: 0;
    z-index: 3;
    display: none;
}

    .search-input-content input, .search-input-content input:focus {
        background: none;
        border: 0;
        border-bottom: 1px solid #FFFFFF;
        border-radius: 0;
        color: #fff !important;
        box-shadow: none;
        padding-right: 45px;
    }

    .search-input-content .input-button {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        padding: 7px;
        font-family: HankenGrotesk-Bold;
        font-size: 18px;
        line-height: 22px;
        color: #FEF035 !important;
    }


    .search-input-content input::-webkit-input-placeholder {
        color: #fff;
    }

    .search-input-content input:-ms-input-placeholder {
        color: #fff;
    }

    .search-input-content input::placeholder {
        color: #fff;
    }

div[class*='fixed-border-'] {
    position: fixed;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eeeeee38;
    z-index: 2;
}

.fixed-border-1 {
    left: 5%;
}

.fixed-border-2 {
    left: 30%;
}

.fixed-border-3 {
    left: 50%;
}

.fixed-border-4 {
    left: 70%;
}

.fixed-border-5 {
    left: 95%;
}

header.scrolling .search-input-content input, header.scrolling .search-input-content input:focus,
header.innerpage .search-input-content input, header.innerpage .search-input-content input:focus {
    border-bottom: 1px solid #000;
    color: #000 !important;
}

header.scrolling .search-input-content .input-button,
header.innerpage .search-input-content .input-button {
    color: #b3a818 !important;
}

header.scrolling .search-input-content input::-webkit-input-placeholder,
header.innerpage .search-input-content input::-webkit-input-placeholder {
    color: #000;
}

header.scrolling .search-input-content input:-ms-input-placeholder,
header.innerpage .search-input-content input:-ms-input-placeholder {
    color: #000;
}

header.scrolling .search-input-content input::placeholder,
header.innerpage .search-input-content input::placeholder {
    color: #000;
}

.section-slider .custom-container {
    height: 100%;
}

.section-slider .slider-text {
    position: absolute;
    width: 600px;
    top: 50%;
    transform: translateY(-50%);
}

    .section-slider .slider-text h1 {
        font-size: 48px;
        line-height: 58px;
        color: #FFFFFF;
        font-family: HankenGrotesk-Bold;
    }

.section-slider .slider-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 24px;
}

    .section-slider .slider-bottom .center img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-slider .slider-bottom .right {
        padding: 0 70px;
    }

.section-slider .social-button-list {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .section-slider .social-button-list .social-button {
        cursor: pointer;
        display: inline-block;
        margin-right: 16px;
    }

.section-slider .content-title {
    color: #fff;
    font-family: HankenGrotesk-SemiBold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
}

    .section-slider .content-title img {
        margin-right: 5px;
    }

.section-slider .description, .section-slider p {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.section-slider .button {
    float: right;
    position: relative;
    cursor: pointer;
}

    .section-slider .button span {
        position: absolute;
        left: 0;
        font-family: HankenGrotesk-Bold;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        top: -12px;
    }

    .section-slider .button img {
    }

.section-slogan {
    padding: 100px 0;
    background: url('/Content/Site/images/slogan-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-slogan h2{
    font-family:HankenGrotesk-SemiBold;
}

.section-category-carousel {
    padding: 60px 0;
}

    .section-category-carousel .right {
        padding: 20px 30px 0 40px;
    }

        .section-category-carousel .right .category-img {
            width: 62px;
            margin-bottom: 24px;
        }

        .section-category-carousel .right .content-title {
            font-size: 36px;
            line-height: 43px;
            color: #000000;
            margin-bottom: 24px;
            font-family: HankenGrotesk-SemiBold;
        }

        .section-category-carousel .right .content {
        }

            .section-category-carousel .right .content * {
                font-size: 16px;
                line-height: 19px;
                color: #000000;
            }

        .section-category-carousel .right .button {
            position: absolute;
            right: 30px;
            bottom: 0;
        }

            .section-category-carousel .right .button img {
                width: auto;
            }

.section-category-list {
    padding: 48px 0;
}

    .section-category-list .section-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 36px;
        text-align: center;
    }

    .section-category-list .category-item {
        text-align: center;
    }

        .section-category-list .category-item a {
            display: block;
        }

        .section-category-list .category-item img {
            margin-bottom: 16px;
        }

        .section-category-list .category-item .content-title {
            font-family: HankenGrotesk-Regular;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
            margin-bottom: 0;
        }

.section-index-photo {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 480px;
    position: relative;
    z-index: 4;
}

.section-product-carousel {
    padding: 60px 0;
}

    .section-product-carousel .section-title {
        text-align: center;
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 24px;
    }


.product-item .img {
    width: 100%;
    height: 210px;
    border: 1px solid #F5F5F5;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size:contain !important;
}

.product-item .content-title {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: HankenGrotesk-Bold;
    font-size: 18px;
    line-height: 22px;
    color: #231F20;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item .button {
    float: right;
    position: relative;
}

    .product-item .button span {
        font-family: HankenGrotesk-Bold;
        font-size: 18px;
        line-height: 22px;
        color: #848484;
        position: absolute;
    }

    .product-item .button img {
        width: auto;
    }

#ProductOwl .owl-nav {
    position: absolute;
    right: 0;
    top: -65px;
}

    #ProductOwl .owl-nav .owl-prev {
        margin-right: 20px;
    }

.section-index-contact {
    background-color: #000;
    background-image: url(/Content/Site/images/iletisim-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 65px 0;
    position: relative;
    z-index: 4;
}

    .section-index-contact h3 {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #FFFFFF;
        float: left;
    }

    .section-index-contact img {
        float: right;
        margin-right: -40px;
        margin-top: 15px
    }

.section-quality {
    padding: 50px 0;
    margin-top: 70px;
}

    .section-quality .section-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 30px;
    }

    .section-quality .content {
    }

        .section-quality .content * {
            font-size: 16px;
            line-height: 19px;
            color: #000000;
        }

    .section-quality iframe {
        width: 100% !important;
        height: 350px !important;
    }

.section-certificate {
    padding: 50px 0;
}

    .section-certificate .section-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 30px;
    }

    .section-certificate .certificate-list {
        list-style-type: none;
        padding-left: 0;
    }

        .section-certificate .certificate-list li {
            margin-bottom: 24px;
        }

            .section-certificate .certificate-list li:before {
                background-image: url('/Content/Site/images/icons/list-icon.svg');
                display: inline-block;
                content: "";
                width: 15px;
                height: 15px;
                background-size: contain;
                background-repeat: no-repeat;
                margin-right: 8px;
            }

            .section-certificate .certificate-list li a {
                font-family: HankenGrotesk-Regular;
                font-style: normal;
                font-weight: normal;
                font-size: 24px;
                line-height: 29px;
                text-decoration-line: underline;
                color: #000000;
                cursor: pointer;
            }

                .section-certificate .certificate-list li a img {
                    height: 24px;
                    margin-left: 12px;
                }

.section-environmental-policy {
    background-size: cover !important;
    background-position: center !important;
    background: url('/Content/Site/images/cevre-politikamiz-bg.png');
    width: 100%;
    padding: 120px 0;
}

    .section-environmental-policy h2 {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #FFFFFF;
        margin-bottom: 0;
    }

        .section-environmental-policy h2 img {
            margin-left: 30px;
        }

.section-blog {
    margin-top: 120px;
}

    .section-blog .section-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        padding: 20px 0;
    }

    .section-blog .blog-item {
    }

        .section-blog .blog-item .img {
            width: 100%;
            height: 210px;
            background-size: cover !important;
            background-position: center !important;
        }

        .section-blog .blog-item .date {
            font-size: 16px;
            line-height: 19px;
            color: #000000;
            padding: 0 12px;
            margin-bottom: 13px;
            margin-top: 16px;
        }

        .section-blog .blog-item .content-title {
            font-family: HankenGrotesk-Bold;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            color: #231F20;
            padding: 0 12px;
        }

        .section-blog .blog-item .button {
            text-align: right;
            margin-top: 30px;
        }

.section-blog-detail {
    margin-top: 120px;
    margin-bottom: 40px;
}

    .section-blog-detail .section-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        padding: 20px 0;
    }

    .section-blog-detail .big {
        margin: 0 auto;
        display: block;
        margin-bottom: 48px;
    }

    .section-blog-detail .content * {
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }

.section-contact {
    background-color: #000 !important;
    background-image: url('/Content/Site/images/contact-img.png');
    background-position: right !important;
    background-repeat: no-repeat !important;
}

    .section-contact .left {
        padding-top: 120px;
    }

        .section-contact .left .content-title {
            font-family: HankenGrotesk-SemiBold;
            font-size: 36px;
            line-height: 43px;
            color: #FFFFFF;
            margin-bottom: 48px;
        }

        .section-contact .left ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

            .section-contact .left ul li {
                display: block;
            }

                .section-contact .left ul li:last-child {
                    margin-top: 20px;
                }

                .section-contact .left ul li * {
                    font-family: HankenGrotesk-SemiBold;
                    font-size: 24px;
                    line-height: 29px;
                    color: #FFFFFF !important;
                    cursor: pointer;
                    margin-bottom: 0;
                }

        .section-contact .left .page-button {
            font-family: HankenGrotesk-SemiBold;
            font-size: 14px;
            line-height: 18px;
            color: #FEF035;
            padding: 12px 45px;
            border: 1px solid #FEF035;
            display: inline-block;
            margin-top: 24px;
        }

        .section-contact .left .form-content {
            margin-top: 100px;
            display: block;
            width: 75%;
            margin-bottom: 160px;
        }

            .section-contact .left .form-content input, .section-contact .left .form-content textarea {
                border: 0;
                border-bottom: 1px solid #FFFFFF;
                border-radius: 0;
                background: none;
                font-family: HankenGrotesk-SemiBold;
                color: #fff;
                resize:none;
            }

                .section-contact .left .form-content input:focus,
                .section-contact .left .form-content textarea:focus {
                    box-shadow: none;
                }

                .section-contact .left .form-content input::-webkit-input-placeholder,
                .section-contact .left .form-content textarea::-webkit-input-placeholder {
                    color: #FFFFFF;
                }

                .section-contact .left .form-content input:-ms-input-placeholder,
                .section-contact .left .form-content textarea:-ms-input-placeholder {
                    color: #FFFFFF;
                }

                .section-contact .left .form-content input::placeholder,
                .section-contact .left .form-content textarea::placeholder {
                    color: #FFFFFF;
                }

        .section-contact .left .button {
            float: right;
            cursor: pointer;
        }

            .section-contact .left .button span {
                position: absolute;
                font-family: HankenGrotesk-Bold;
                font-size: 18px;
                line-height: 22px;
                color: #FEF035;
            }

            .section-contact .left .button img {
                margin-top: 20px;
            }

.section-category {
    margin-top: 120px;
}

    .section-category h1 {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 40px;
    }

        .section-category h1 img {
            margin-right: 50px;
        }

    .section-category .content * {
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }

    .section-category .other-category {
        margin-top: 80px;
    }

        .section-category .other-category h2 {
            font-family: HankenGrotesk-SemiBold;
            font-size: 36px;
            line-height: 43px;
            color: #000000;
        }

        .section-category .other-category .category-item {
            text-align: center;
        }

            .section-category .other-category .category-item a {
                display: block;
            }

            .section-category .other-category .category-item img {
                margin-bottom: 16px;
            }

            .section-category .other-category .category-item .content-title {
                font-family: HankenGrotesk-SemiBold;
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                color: #000000;
                margin-bottom: 0;
            }

.section-product-detail {
    margin-top: 120px;
}

    .section-product-detail .other-category {
        margin-top: 80px;
    }

        .section-product-detail .other-category h2 {
            font-family: HankenGrotesk-SemiBold;
            font-size: 36px;
            line-height: 43px;
            color: #000000;
        }

        .section-product-detail .other-category .category-item {
            text-align: center;
        }

            .section-product-detail .other-category .category-item a {
                display: block;
            }

            .section-product-detail .other-category .category-item img {
                margin-bottom: 16px;
            }

            .section-product-detail .other-category .category-item .content-title {
                font-family: HankenGrotesk-SemiBold;
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                color: #000000;
                margin-bottom: 0;
            }

    .section-product-detail .section-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 40px;
    }

    .section-product-detail .content-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 24px;
    }

    .section-product-detail .content ul {
        list-style-type: none;
        padding-left: 0;
    }

        .section-product-detail .content ul li {
            margin-bottom: 10px;
        }

            .section-product-detail .content ul li:before {
                background-image: url('/Content/Site/images/icons/list-icon.svg');
                display: inline-block;
                content: "";
                width: 15px;
                height: 15px;
                background-size: contain;
                background-repeat: no-repeat;
                margin-right: 8px;
                margin-bottom: -2px;
            }

    .section-product-detail .big-img {
        width: 100%;
        height: 450px;
        background-size: contain !important;
        background-repeat:no-repeat !important;
        background-position:center !important;
        border: 1px solid #F5F5F5;
    }

    .section-product-detail .small-img {
        border: 1px solid #F5F5F5;
        width: 100%;
        height: 120px;
        background-size: contain !important;
        background-position: center !important;
        cursor: pointer;
        background-repeat: no-repeat !important;
    }

.section-about {
}

    .section-about .content {
        width: 100%;
        height: calc(100vh - 150px);
        float: left;
        background-size: cover !important;
        background-position: center !important;
        position: relative;
    }

    .section-about.last .content {
        height: 100vh;
    }

    .section-about .content .custom-container {
        height: 100%;
    }

    .section-about .content .about-content {
        background: #fff;
        width: 480px;
        position: absolute;
        bottom: 0;
        padding: 50px 25px;
    }

    .section-about.right .content .about-content {
        right: 15px;
    }

    .section-about.left .content .about-content {
        left: 15px;
    }

    .section-about .content .about-content .content-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom: 40px;
    }

    .section-about .content .about-content .sub-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        margin-bottom: 24px;
    }

    .section-about .content .about-content .detail {
    }

        .section-about .content .about-content .detail * {
            font-size: 16px;
            line-height: 19px;
            color: #000000;
        }

    .section-about .bottom {
        text-align: center;
        height: 150px;
        position: relative;
        padding-top: 10px;
        float: left;
        width: 100%;
    }

    .section-about .responsive-img {
        width: 100%;
        height: 400px;
        background-size: cover !important;
        background-position: center !important;
        display: none;
    }

.langs {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 180px;
}

    .langs ul {
        display: inline-block;
        list-style-type: none;
    }

        .langs ul li {
            float: left;
            margin-right: 15px;
        }

            .langs ul li:last-child {
                margin-right: 0;
            }

            .langs ul li a {
                font-family: HankenGrotesk-Bold;
                font-size: 28px;
                line-height: 34px;
                color: #fff;
            }

.sidenav-wrapper .search-input-content {
    display: block;
    position: relative;
    margin-top: 25px;
    left: auto;
    padding: 0 15px;
    width: 100%;
}

    .sidenav-wrapper .search-input-content .input-button {
        right: 8px;
    }

.section-slogan img {
    display: none;
}

.section-slogan img {
    display: none;
}

.sidenavactive header.scrolling {
    background: no-repeat;
    border-bottom: 0;
}

.sidenav-wrapper .nav .nav-item .active {
    color: #FEF035 !important;
    background: none !important;
}

.section-search{
    margin-top:120px;
}

    .section-search .section-title {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
    }

    .section-search h2 {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        margin-bottom:24px;
    }

    .section-search .not-item {
        font-family: HankenGrotesk-SemiBold;
        font-size: 36px;
        line-height: 43px;
        text-align: center;
        color: #848484;
    }

.section-cookies {
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

    .section-cookies .left {
        float: left;
        width: calc(100% - 185px);
        background: #FEF035;
        padding:16px;
    }

        .section-cookies .left p {
            margin-bottom: 0;
            font-family: HankenGrotesk-Bold;
            font-size: 18px;
            line-height: 22px;
            color: #000000;
        }

            .section-cookies .left p a {
                font-size: 16px;
                line-height: 19px;
                text-decoration-line: underline;
                color: #000000;
                font-family: HankenGrotesk-Regular;
                display: inline-block;
                margin-left: 12px;
            }

    .section-cookies .right {
        float: left;
        width: 185px;
        background: #231F20;
        padding: 11px 16px;
    }

    .section-cookies .right .button {
        cursor:pointer;
    }

        .section-cookies .right .button span {
            font-family: HankenGrotesk-Bold;
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            position:absolute;
        }

        .section-cookies .right .button img {
            margin-top: 16px;
        }

.top-block {
    display: none;
}

.sidenavactive .top-block {
    height: 90px;
    background: #231f20;
    position: fixed;
    width: 100%;
    top: 0;
    display: block;
    z-index: 10;
}
.video-overlay {
    background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.above-overlay {
    z-index:3;
}