body {
    margin: 0;
    padding: 0;
    color: #707070;
    background: rgba(255, 255, 255, 0.04);
}

body,
html {
    height: 100%;
}

.img-area {
    padding: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.img-area img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer
}

.img-area img:hover {
    -webkit-transition: all 0.6s !important;
    -moz-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -webkit-transform: scale(1.06) !important;
    -moz-transform: scale(1.04) !important;
    -o-transform: scale(1.06) !important;
    transform: scale(1.06) !important;
    transition: all 0.6s !important;
}

.t5 {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sub-wrapper,
.main-wrapper {
    min-height: 100%;
}

* {

    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
}

.o-header {
    background: #fff;
    padding-top: 15px;
}

.logo {
    position: relative;
    z-index: 9999;
}

.o-header__lang {
    text-align: end;
}

.o-header__lang a {
    font-size: 12px;
    padding-left: 20px;
}

.o-header__lang a.active {
    color: #8C3693;
    font-weight: bold;
}

.o-header__menu {
    padding-top: 17px;
}

.o-header__menu a {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.o-header__menu a:hover {
    color: #8C3693 !important;
    text-decoration: none !important;
}

.o-header__menu a:hover::after {
    width: 100%;
}

.o-header__menu a:after {
    content: "";
    background: #8C3693;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 0;
}

.o-header__menu ul {
    gap: 40px;
}


.c-slider-main {
    padding-top: 90px;
}

.c-slider-main__text h1 {
    font-size: 65px;
    font-weight: 400;
    margin: 0;
}

@media(max-width:1000px) {
    .c-slider-main__text h1 {
        font-size: 50px;
    }
}

.c-slider-main__text span {
    color: #5C9037;
    font-size: 18px;
    font-weight: bold;
}

.c-slider-main .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px !important;
}

.c-slider-main__title {
    font-size: 14px;
    margin-top: 90px;
    text-align: center;
    letter-spacing: 5px;
    color: #8C3693;
}

.c-slider-main__wrapper {
    position: relative;

}

@media (min-width:1100px) {
    .c-slider-main__wrapper {
        min-height: 350px;
    }
}

.c-slider-main__wrapper::after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url('../images/ellipse.png') no-repeat;
}

/*Normalize css*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

a {
    color: #707070;
}

a:hover {
    color: #8C3693 !important;
    text-decoration: none !important;
}

.margin-no {
    margin: 0;
}

.mt-100 {
    margin-top: 100px;
}

.m-200 {
    margin: 200px 0;
}

/*Normalize css end*/

.c-flex {
    display: flex;
    flex-wrap: wrap;
}

.owl-theme .owl-dots .owl-dot span {
    width: 36px;
    height: 12px;
    border: 2px solid #707070 !important;
    background: #fff !important;
    margin: 0 !important;
    margin-left: 50px !important;
    border-radius: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 68px !important;
    height: 20px !important;
    position: relative;
    border-radius: 8px !important;
    border: 1px solid #8C3693 !important;
}

.owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 3.3px;
    background: #8C3693 !important;
    width: 58px;
    height: 12px;
    border-radius: 8px;
}


/*mobil buton*/
/*Hamburger */

.hamburger {
    width: 40px;
    z-index: 999;
    padding-top: 40px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    position: absolute;
    right: 15px;
    top: 35px;
    display: none
}

.hamburger-box {
    position: absolute;
    display: block;
    width: 34px;
    height: 24px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -17px;
    margin-top: -12px
}

.hamburger--spring .hamburger-inner {
    top: 22px;
    -webkit-transition: background-color 0s linear .13s;
    -o-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #030840;
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    -webkit-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 34px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #8c3693;
}

.hamburger--spring .hamburger-inner:after {
    top: 17px;
    -webkit-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #8c3693;
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent !important
}

#mobileMenu {
    display: none
}

#mobileMenu .nav {
    flex-direction: column;
}

.mobileSide {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    opacity: 1;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 7%;
    background: #fff;
}

.bartitles {
    padding-top: 110px;
}

.mobileSide .bartitles .active {
    color: #fff;
    width: 100%;
}

.mobileSide .bartitles a {
    padding: 10px 15px;
    color: #000;
    display: block;
    opacity: 1;
    font-weight: 500;
    margin-bottom: 2%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px
}

.add-style-mobilemenu {
    width: 100% !important;
    display: block !important
}

/*mobil buton End*/

.sub-page-product-title {
    font-size: 150px;
    text-align: center;
    color: #8c3693;

}

.c-product-main {
    position: relative;
}

/* .c-product-main::before {
    content: 'Ürünler';
    font-size: 237px;
    color: #8c3693;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

@media(max-width:1000px) {
    .c-product-main::before {
        font-size: 85px;
    }
}

.c-product-main__ellipse {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #DDDDDD;
    width: 165px;
    height: 165px;
    border-radius: 80px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-product-main__ellipse .icon {
    width: 91px;
    height: 91px;
    display: block;
}

.c-product-main__item {
    width: 15%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* .c-product-main__item:hover .c-product-main__ellipse {
    background: #8C3693;
} */

.c-product-main__item:hover .c-product-main__ellipse .default-icon {
    opacity: 0;
    height: 0;
    visibility: hidden;
    width: 0;
}

.c-product-main__item:hover .c-product-main__ellipse .hover-icon {

    height: 90px;
    width: 90px;
    opacity: 1;
    visibility: visible;
}

.c-product-main__ellipse .hover-icon {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.c-product-main__item h3 {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

.c-ref img {
    width: auto !important;
}

.c-news__title {
    color: #DDDDDD;
    font-size: 30px;
}

.c-news__img {
    margin-top: 10px;
    border-radius: 10px;
}

.c-news__img {
    overflow: hidden;
    height: 130px;
}

.c-news__content {
    padding-top: 63px;
}

.c-news__content h3 {
    font-size: 20px;
}

.c-news__content a {
    color: #8C3693;
    font-size: 12px;
    font-weight: bold;
}

.c-news__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
    transition: 0.4s ease-in-out 0s;
}

.o-footer {
    margin-top: 100px;
    font-size: 10px;
    background: #fff;
    padding: 30px 0;
}

.o-footer__menu {
    list-style: none;
    text-decoration: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.o-footer__menu a {
    margin-left: 40px;
    font-size: 12px;
}

.o-footer__socials {
    text-align: end;
}

.o-footer__socials span {
    margin-bottom: 13px;
    display: block;
}

.o-footer__socials a {
    color: #C9C9C9;
    padding-left: 12px;
    font-size: 16px;
}

.o-footer__socials a:hover {
    color: #8C3693;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.o-footer__socials.text-left a {
    padding-right: 12px;
    padding-left: 0;
}


.c-corporate__img {
    background: #8C3693;
}

.c-corporate-list ul li {
    margin-bottom: 90px;
}

.c-corporate-list ul a {
    font-size: 12px;
    font-weight: 500;
}

.c-corporate-list ul a.active {
    font-size: 35px;
    position: relative;
    color: #8C3693;
}

.c-corporate-list ul a.active::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -50px;
    width: 12px;
    height: 12px;
    background: #8C3693;
    border-radius: 50px;
}

.c-corporate-content {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.c-corporate-content .text {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.16);
    padding: 55px 50px;
    width: 100%;
}

@media(min-width:1024px) {
    .c-corporate-content .text {
        margin-top: 200px;
    }
}

.c-cate {
    padding-top: 70px;
}

.c-cate__item {
    margin-bottom: 100px;
    text-align: center;
}

.c-cate__item .img-area {
    border-radius: 25px;
    border: 2px solid #ddd;
}

.c-cate__content {
    padding-top: 30px;
    position: relative;
}

.c-cate__content::before {
    content: '';
    position: absolute;
    top: -81px;
    width: 100px;
    height: 100px;
    left: 50%;
    border: 1px solid #8C3693;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.c-cate__content h3 {
    font-size: 14px;
    color: #8C3693;
    letter-spacing: 5px;
    margin-top: 10px;
}

.c-cate__content span {
    font-size: 18px;
    font-weight: bold;
}

.c-back-link {
    font-size: 14px;
    color: #ddd;
}

.c-back-link i {
    font-size: 16px;
    padding-right: 20px;
}

.c-inno__title {
    padding-top: 30px;
    font-size: 70px;
    color: #8C3693;
    z-index: 6;
}

@media(min-width:1200px) {
    .c-inno__title {
        font-size: 150px;
    }
}

.c-inno__text {
    width: 78%;
    border-radius: 30px;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.16);
    position: relative;
    top: -95px;
    padding: 90px;
}

.c-sub-page-title {
    padding-top: 30px;
    font-size: 40px;
    color: #8C3693;
}

.c-sub-page__text {
    width: 78%;
    border-radius: 30px;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 90px;
}

.c-sustain__card {
    border-radius: 30px;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 40px;
    margin-top: 60px;
    z-index: 1;
}

.c-sustain__title {
    font-size: 35px;
    color: #8c3693;
}

.c-sustain__card h2 {
    font-size: 21px;
    padding-top: 1.5rem;
}

.c-sustain__card a {
    font-size: 18px;
    color: #8C3693;
    font-weight: bold;
}

.c-sustain__card p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
}

.c-sus-product {
    position: relative;
    overflow: hidden;
}

.c-sustainable-product {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 335px;
    transition: all 0.5s !important;

}

.c-sustainable-product::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
}

.c-sustainable-product::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/sus-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;

}

.c-sus-product__img {
    position: relative;
    z-index: 3;
}



.c-info {
    display: flex;
    font-size: 10px;
    color: #939393;
    letter-spacing: 1px;
    margin-bottom: 20px;

}

.c-info i {
    margin-right: 15px;
    font-size: 16px;
}

.c-contact__form label {
    font-size: 12px;
    font-weight: 500;
    color: #939393;
    margin-bottom: 11px;
}

.c-contact__form .form-control {
    border-radius: 8px !important;
    font-size: 14px;
    color: #DDDDDD !important;
    border-color: #DDDDDD;
}

.c-form-group {
    margin-bottom: 7px;
}

.c-contact__form textarea {
    height: 114px;
}

.c-button {
    padding: 14px 57px;
    text-align: center;
    border-radius: 22.5px;
    border: none;
    background: nonde;
}

.c-button--submit {
    color: #fff;
    background: #8C3693;
}

.c-inno__pruduct {
    height: 600px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.c-history {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.c-history::before {
    content: '';
    position: absolute;
    height: 100%;
    background: #8C3693;
    width: 1px;
    left: 51%;
    top: 104px;
}

.c-history__item {
    width: 34%;
    color: #000;
    position: relative;
    margin-top: 80px;
}

.c-history__item:nth-child(odd) {
    text-align: right;
}

.c-history__item:nth-child(even) {
    text-align: left;
    padding-top: 65px;
}

.c-history__date {
    font-size: 35px;
    font-weight: 300;
}

.c-history__text {
    font-size: 14px;
}

.c-history__item:nth-child(odd)::after {
    content: '';
    top: 10px;
    position: absolute;
    right: -50%;
    background: url('../images/history-left.svg') no-repeat;
    height: 32px;
    width: 89px;
}

.c-history__item:nth-child(even)::before {
    content: '';
    top: 74px;
    position: absolute;
    left: -44%;
    background: url('../images/history-right.svg') no-repeat;
    height: 32px;
    width: 89px;
}

.ellips-wrap {
    position: relative;
}

.ellips-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg-border.png) center top no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 7%;
    left: 0;
    background-size: 100%;
    z-index: -1;
}

.c-innovasyon-detail {
    position: absolute;
    left: 0;
    top: 35%;
    text-align: center;
}

.c-innovasyon-detail img {
    display: block;
    margin: 15px auto;
}

.c-innovasyon-detail span {
    font-size: 14px;
    color: #8C3693;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    left: 43%;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #8C3693;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.chevron-container {
    height: 60px;
}

.ik-container {
    padding-left: 120px;
}

.c-page-box {
    padding: 90px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.16);

}

.ik-left {
    padding-top: 60px;
}

.sub-page-content h1 {
    font-size: 35px;
    color: #8C3693;
}

.ik-left p {
    font-size: 14px;
    color: #707070;
}

.send-job-page {
    border-radius: 25px;
    border: 1px solid #8C3693;
    padding: 12px 60px;
    color: #8C3693;
}

.ik-wrap {
    position: relative;
}

/* .ik-top{
    min-height: 700px;
} */

.ik-bottom {
    margin-top: 40px;
}

@media (min-width:1000px) {
    .ik-right {
        position: absolute;
        right: 0;
        top: 0;
        width: 47%;
    }

    .ik-bottom-img {
        height: 250px;
        background: transparent;
        object-fit: cover;
    }
}

.c-ik-form .ik-bottom-img {
    height: 450px;
}

.c-ik-form {
    padding-top: 60px;
}

.c-ik-form textarea {
    height: 107px;
}

label {
    font-size: 12px;
    font-weight: 500;
}

.form-control {
    font-size: 14px;
}

.c-ik-form button {
    background: none;
    border: 1px solid #8C3693;
    padding: 10px 56px;
    color: #8C3693;
    border-radius: 35px;
}

.c-page-sustainable {
    position: relative;
}

.c-chevron-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 15;
    background: #ffffffa1;
    padding: 8px;
    border-radius: 12px;
}

.chevron-container {
    cursor: pointer;
}

.c-chevron span {
    color: #8C3693;
    font-size: 14px;
    font-weight: 500;
}

.c-action-close.passive-block {
    display: none;
}

.c-action-open.active-block {
    height: 600px;
}

.c-action-open.active-block .c-sus-product__img {
    height: 100%;
}

.c-action-open.active-block::before {
    opacity: 1;
}

.c-news .col-md-4:hover .c-news__img {
    height: 80px;
    transition: 0.4s ease-in-out 0s;
    margin-top: 40px;
}

.c-news .col-md-4:hover .c-news__icon {
    transform: translate(-50%, -95%) scale(1.2);
}

.c-sustain-lidde-product {
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.c-sustain-screen-1__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sustainable-screen {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s !important;
    position: relative;

}

.sustainable-screen.active {
    height: 90vh;
    overflow: auto;
    opacity: 1;
    visibility: visible;
}

.single-product--bg {
    height: 90vh;
    object-fit: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.single-product--img {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    height: 66%;
}

.text-and-product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-img-sustain {
    position: absolute;
    top: 0;
    width: 30%;
    left: 0;
}

.right-img-sustain {
    position: absolute;
    top: 0;
    width: 30%;
    right: 0;
}

.c-card {
    margin-top: 100px;
    position: relative;
    padding: 30px 0;
}

.c-card__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.c-card__item span {
    font-size: 14px;
    color: #ccc;
}

.c-card__item p {
    margin-top: 10px;
    font-size: 18px;
}

.c-card__item__content {
    padding: 15px 20px;
}

.c-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 20px 90px rgba(0, 0, 0, 0.16);
}

.c-interkap--send-job .job-item {
    border: 1px solid #ccc;
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.c-interkap--send-job .job-item img {
    margin-right: 20px;
}

.modal {
    background: rgba(0, 0, 0, 0.4);
}

.modal.show {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade.in {
    z-index: 999999;
}


.hr-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 310px;
}


.add-product-list-container .c-product-main__item h3 {
    font-size: 14px;
    margin-top: 10px;
}

.add-product-list-container .sub-page-product-parent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around !important;
}

.add-product-list-container .c-product-main__item {
    width: 24%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.add-product-list-container .c-product-main__item:hover .c-product-main__ellipse .default-icon {
    opacity: 1;
    height: 91px;
    visibility: visible;
    width: 91px;
}

.add-product-list-container .c-product-main__ellipse.active,
.add-product-list-container .c-product-main__item:hover .c-product-main__ellipse {
    border: 5px solid #8c3594;
}


.form-control[type="file"] {
    border: none;
    padding-left: 0;
}