.header {
    height: auto;
    display: block;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header.scroll:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header.scroll .header-wrapper {
    padding: 20px 0;
}

.header .header-left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 81.5%;
    position: relative;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-left:after {
    top: -40px;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    background: rgb(0 0 0 / 20%);
}

.header .header-left .logo {
    margin: 0;
}

.header .header-left .categories {
    display: block;
    margin: 0;
}

.header .header-left .categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-left .information ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-left .information {
    display: block;
    margin: 0;
}

header.gray-bg-header {
    position: fixed;
    background: #fafafa;
}


/*career*/
.career {
    padding: 150px 0 100px;
    position: relative;
}

.career-main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    opacity: .1;
    z-index: -1;
}

.career-main-bg .career-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.career:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    content: "";
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(79.77%, rgba(255, 255, 255, 0.96)), to(rgba(255, 252, 248, 0.01)));
    background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0.96) 79.77%, rgba(255, 252, 248, 0.01) 100%);
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.96) 79.77%, rgba(255, 252, 248, 0.01) 100%);
}

.career .career-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -80px;
    z-index: 2;
    padding: 0 75px;
}

.career .career-wrapper .career-left {
    width: 35%;
    padding: 50px 80px 0;
}

.career .career-wrapper .career-left .img {
    position: relative;
}

.career .career-wrapper .career-left .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22,28,36,.55);
    z-index: 1;
}

.career .career-wrapper .career-left .img img {
    width: 100%;
}

.career .career-main {
    margin-left: auto;
    width: 66%;
    padding: 60px 80px 0;
}

.career .career-wrapper .career-main .form {
    position: relative;
}

.career .career-main .career-title h3 {
    margin-bottom: 20px;
    font-family: Volte;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 35px;
    text-align: center;
    color: #74AF0D;
}

.career .career-main .career-title h3 span {
    display: block;
}

.career .career-main .career-title .cnt p {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    color: #565656;
}

.career .career-main .career-slider {
    display: block;
    position: relative;
    z-index: 1;
}

.career .career-main .career-form {
    width: 100%;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input {
    display: none;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
    min-height: 336px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 35px 30px;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border-radius: 50px 0 50px 0;
    background: #FAFAFA;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item {
    background: #A2C96F;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item .berrilys-icon svg path {
    fill: #E9FDCE;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .check {
    position: absolute;
    right: 18px;
    top: 23px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item .content h3 {
    color: white;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item .check {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .check span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    line-height: 50px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    text-align: center;
    -webkit-box-shadow: 0 3px 30px 0 rgba(146, 170, 191, .1);
    box-shadow: 0 3px 30px 0 rgba(146, 170, 191, .1);
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .check span path {
    stroke: #5DAF38;
    fill: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .berrilys-icon {
    position: absolute;
    left: 30px;
    top: 30px;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .berrilys-icon svg path {
    fill: #A2C96F;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content h3 {
    margin: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #565656;
    text-transform: uppercase;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content {
    padding-left: 60px;
}

.career-slider .swiper-container .swiper-pagination {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.career-slider .swiper-container {
    padding-bottom: 50px;
    left: -210px;
    width: calc(100% + 210px);
}

.career-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #D5C7B9;
    margin: 0 10px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.career-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #74AF0D;
}

.career-form .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.career-form .form-wrapper .item {
    padding: 0 10px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.career-form .form-wrapper .item.item-6 {
    width: 50%;
}

.career-form .form-wrapper .item.item-8 {
    width: 66.7%;
    padding-right: 4px;
}

.career-form .form-wrapper .item.item-4 {
    width: 33.3%;
    padding-right: 8px;
}

.career-form .form-wrapper .item.item-12 {
    width: 100%;
}

.career-form .form-wrapper .item .form-title h3 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 35px;
    text-align: left;
    color: #74AF0D;
    margin-bottom: 10px;
}

.career-form .form-wrapper .item .form-title .cnt {
    font-size: 19px;
    line-height: 25px;
    text-align: left;
    color: #565656;
}

.career-form .form-wrapper .item .form-title h3 span.value {
    font-weight: bold;
}

.career-form .form-wrapper .item .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    color: #818181;
    cursor: pointer;
    margin-bottom: 45px;
}

.career-form .form-wrapper .item .back-btn span.icon {
    margin-right: 10px;
    top: -2px;
    position: relative;
    fill: #818181;
}

.career-form .form-wrapper .item .form-title {
    margin-bottom: 75px;
}

.career-form .form-wrapper .item .file-input input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.career-form .form-wrapper .item .file-input label {
    height: 75px;
    line-height: 75px;
    border: 3px solid #E2E2E2;
    display: block;
    background: #F7F7F7;
    padding: 0 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 16px;
    color: #B9B0B0;
}

.career-form .form-wrapper .item .file-input .file-btn {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: #E3E3E3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-family: Volte;
    font-weight: 600;
    font-size: 14px;
    color: #A2A2A2;
}

.career-form .form-wrapper .item .file-input input:focus ~ label {
    border-color: #d2cdcd;
    color: #888;
}

.career-form .form-wrapper .item .file-input input:focus ~ .file-btn {
    background: #d2cdcd;
}

.career-form .form-wrapper .item .file-input {
    position: relative;
}

.career-form .form-wrapper .item .file-input .file-btn svg {
    margin-right: 10px;
    fill: #A2A2A2;
}

.career-form .form-wrapper .item .input, .career-form .form-wrapper .item .checkbox {
    margin-bottom: 30px;
}

.career-form .form-wrapper .item .checkbox:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 40%;
    height: 3px;
    background: #F2EAEA;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha .input {
    margin-bottom: 0;
}

.career-form .form-wrapper .item .input input, .career-form .form-wrapper .item .captcha-wrapper .captcha input {
    width: 100%;
    height: 75px;
    padding: 0 30px;
    border: 3px solid #E2E2E2;
    font-weight: bold;
    background: #F7F7F7;
    font-size: 16px;
    line-height: 3px;
    color: #000;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.career-form .form-wrapper .item .input input::-webkit-input-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::-webkit-input-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input::-moz-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::-moz-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input:-ms-input-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input:-ms-input-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input::-ms-input-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::-ms-input-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input::placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input:focus, .career-form .form-wrapper .item .captcha-wrapper .captcha input:focus {
    border-color: #d2cdcd;
}

.career-form .form-wrapper .item .captcha-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 30px;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha {
    width: 50%;
    padding: 0 10px;
    position: relative;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha img {
    width: 100%;
    height: 75px !important;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #e2e2e2;
    display: block;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha a {
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #69a437;
    margin: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.career-form .form-wrapper .item .input input {
    font-weight: 600;
    color: #888;
}

.career-form .form-wrapper .item .button {
    text-align: right;
}

.career-form .form-wrapper .item button {
    padding: 0 65px;
    background: #69A437;
    border: none;
    height: 75px;
    outline: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.career .career-main .career-slider > h3 {
    margin-bottom: 50px;
    max-width: 500px;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #bfb2a6;
    text-transform: uppercase;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .berrilys-icon svg path {
    fill: #A2C96F;
}

.career-form .form-wrapper .item .checkbox label p {
    margin: 0;
    margin-top: 3px;
    font-size: 16px;
    color: #958d8d;
}

.career-form .form-wrapper .item.item-8 .checkbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.career-form .form-wrapper .item .checkbox input {
    /* display: none; */
    position: absolute;
    top: 27px;
    left: 15px;
    opacity: 0;
}

.career-form .form-wrapper .item .checkbox label {
    margin: 0;
    padding-left: 40px;
    font-weight: 500;
    font-size: 17px;
    color: #797979;
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
}

.career-form .form-wrapper .item .checkbox label a {
    color: #958D8D;
    font-weight: 600;
}

.career-form .form-wrapper .item .checkbox label:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 3px solid #EDE2E2;
    background: #fff;
    border-radius: 4px;
}

.career-form .form-wrapper .item .checkbox label:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    width: 12px;
    height: 12px;
    background: #69a437;
    z-index: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 4px;
}

.career-form .form-wrapper .item .checkbox input:checked ~ label:after {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

/*career*/
/*certificates*/
.certificates {
    padding: 240px 0;
}

.certificates .certificates-grid {
    margin-bottom: 80px;
}

.certificates .certificates-grid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.certificates .certificates-grid ul li {
    margin: 0 10px;
    cursor: pointer;
}

.certificates .certificates-grid ul li span {
    display: block;
}

.certificates .certificates-grid ul li span svg {
    stroke: #707070;
    opacity: .5;
    fill: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.certificates .certificates-grid ul li.active span svg {
    opacity: 1;
}

.certificates .certificates-content {
    position: relative;
}

.certificates .certificates-content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.certificates .certificates-content .wrapper.hide-ani {
    opacity: 0;
}

.certificates .certificates-content .wrapper.grid-type .item {
    width: 50%;
}

.certificates .certificates-content .wrapper .item {
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
}

.certificates .certificates-content .wrapper .item .certificates-item {
    border: 1px solid #B8D6D6;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.certificates .certificates-content .wrapper .item .certificates-item .img {
    padding-right: 30px;
    border-right: 1px solid #B8D6D6;
}

.certificates .certificates-content .wrapper .item .certificates-item .img img {
    max-width: 50px;
    width: auto;
}

.certificates .certificates-content .wrapper .item .certificates-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
}

.certificates .certificates-content .wrapper .item .certificates-item .content h3 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    font-size: 18px;
    color: #838383;
    margin: 0;
}

.certificates .certificates-content .wrapper .item .certificates-item .content span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #394d5c;
}

.certificates .certificates-content .wrapper .item .certificates-item .view {
    padding-right: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #838383;
}

.certificates .certificates-content .wrapper .item .certificates-item .view .icon {
    opacity: 0;
    margin-right: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.certificates .certificates-content .wrapper .item .certificates-item .view .icon svg path {
    stroke: none;
    fill: #74AF0D;
}

.certificates .certificates-content .wrapper.grid-type .item .certificates-item .view {
    padding-right: 0;
}

.certificates .certificates-content .wrapper .item {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.certificates .certificates-grid ul li {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
}

/*certificates*/
/*policy*/
.policy {
    padding: 240px 0;
    position: relative;
}

.policy .policy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -30px;
}

.policy .policy-wrapper .policy-links {
    width: 40%;
    padding: 0 30px;
    padding-top: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.policy-content {
    width: 60%;
    padding: 0 30px;
}

.policy-links ul li a {
    font-weight: bold;
    font-size: 33px;
    color: #8b8b8b;
    padding: 15px 0;
    padding-left: 70px;
    position: relative;
    display: block;
}

.policy-links ul li a.active {
    color: #000000;
}

.policy-links ul {
    position: relative;
}

.policy-links ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000;
}

.policy-links ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 7px;
    border-radius: 3px;
    height: 100%;
    background: #000;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.policy-links ul li a.active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.policy-content p, .policy-content strong, .policy-content h2 , .policy-content li {
    font-size: 20px;
    color: #000;
}

.policy-content h2 {
    font-weight: bold;
}

/*policy*/
/*contact*/
.contact {
    padding: 240px 0;
}

.container-lg {
    max-width: 1560px;
    margin: auto;
}

.contact-main {
    border: 5px solid #EFEFEF;
    padding: 100px;
}

.contact-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-information {
    width: 45%;
    padding: 0 30px;
}

.contact-information .info {
    padding: 35px 0;
    position: relative;
}

.contact-information .brdr:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #EFEFEF;
}

.contact-information .time .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #bfbfbf;
}

.contact-information h3 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 35px;
    line-height: 48px;
    color: #74af0d;
    margin-bottom: 15px;
}

.contact-information .phone {
    font-size: 35px;
    line-height: 45px;
    color: #000;
}

.contact-information .address {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-information .address p {
    font-size: 20px;
    color: #000;
}

.contact-form {
    width: 55%;
    padding: 0 30px;
}

/*contact*/
/*ABOUT*/
.vm-container {
    max-width: 1140px;
    margin: 0 auto;
}

.vm-container .vm-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vm-container .vm-menu .menu-item {
    cursor: pointer;
}

.vm-container .vm-menu .menu-item:first-child {
    text-align: right;
}

.vm-container .vm-menu .menu-item.active > span {
    color: #312D2B;
}

.vm-container .vm-menu .menu-item.active h5 {
    color: #69A437;
}

.vm-container .vm-menu .menu-item.active {
    pointer-events: none;
}

.vm-container .vm-menu .menu-item > span {
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #696563;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.vm-container .vm-menu .menu-item > h5 {
    font-family: Oswald;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #bfb2a6;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.vm-container .vm-menu .item-autoplay {
    margin: 0 40px;
    width: 15%;
}

.vm-container .vm-menu .item-autoplay > span {
    width: 100%;
    height: 3px;
    background: #FCF4F4;
    display: block;
    position: relative;
}

.vm-container .vm-menu .item-autoplay > span > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #69A437;
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
}

.vm-container .vm-content {
    margin-top: 50px;
    position: relative;
    background: #f8eae1;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.vm-container .vm-content .content-item {
    padding: 100px 160px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.vm-container .vm-content .content-item.active {
    opacity: 1;
    visibility: visible;
}

.vm-container .vm-content .content-item + .content-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.vm-container .vm-content .content-item h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 28px;
    text-align: center;
    color: #444544;
    margin-bottom: 35px;
}

.vm-container .vm-content .content-item p {
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #676767;
    max-width: 80%;
    margin: auto;
}

/*ABOUT*/
/*PRODUCT-DETAÃƒâ€žÃ‚Â°L*/
.product-detail {
    position: relative;
    padding-top: 250px;
    min-height: 1600px;
}

.product-detail:before {
    background: #FEF1E9;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
}

.product-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    width: 650px;
    height: 430px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #FEF1E9), to(rgba(254, 241, 233, 0)));
    background: -o-linear-gradient(top, #FEF1E9 90%, rgba(254, 241, 233, 0));
    background: linear-gradient(to bottom, #FEF1E9 90%, rgba(254, 241, 233, 0));
    -webkit-filter: 31.287700653076172px;
    filter: 31.287700653076172px;
}

.product-detail-fixed .circle {
    width: 1470px;
    height: 1470px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.13);
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 165px;
    pointer-events: none;
}

.product-features {
    position: fixed;
    top: 220px;
    left: 50%;
    width: 1470px;
    height: 1470px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.product-features .item:first-child {
    top: 5%;
    left: 15%;
}

.product-features .item .icon {
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fef1e9;
    cursor: pointer;
}

.product-features .item .icon svg g {
    fill: rgba(0,0,0,.3);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-features .item .icon svg circle, .product-features .item .icon svg line {
    stroke: rgba(0,0,0,.3);
    fill: rgba(255,255,255,0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-features .item .icon svg circle line {
    fill: rgba(0,0,0,.3);
}

.product-features .item .title {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-features .item {
    position: absolute;
    text-align: center;
}

.product-features .item:nth-child(2) {
    top: 20%;
    left: 3%;
}

.product-features .item:nth-child(3) {
    top: 40%;
    left: -3%;
}

.product-features .item:nth-child(4) {
    top: 5%;
    right: 15%;
}

.product-features .item:nth-child(5) {
    top: 20%;
    right: 3%;
}

.product-features .item:nth-child(6) {
    top: 40%;
    right: -3%;
}

.product-top-information {
    position: fixed;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 400px;
    z-index: 3;
}

body.overflowhidden .product-top-information {
    z-index: 56;
}

.product-title h1 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.52em;
    color: #b5b5b5;
}

.product-title {
    text-align: center;
}

.product-title h2 {
    font-weight: bold;
    font-size: 50px;
    color: #000;
    margin-bottom: 15px;
}

.product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid rgba(0,0,0,.3);
}

.product-info-item:last-child {
    border-right: none;
}

.product-info-item h3 {
    font-weight: 500;
    font-size: 15px;
    color: rgba(0,0,0,.3);
    margin-right: 15px;
}

.product-info span {
    font-weight: 500;
    font-size: 15px;
    color: rgba(0,0,0,.3);
    margin-left: 15px;
}

.product-title .button-area > a {
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    display: inline-block;
    background: #FFC18D;
    height: 65px;
    border-radius: 32px;
    padding: 0 50px;
    line-height: 65px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .button-area > a.active {
    color: #B29D8A;
}

.product-title .button-area .sale-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffc18d;
    border-radius: 32px;
    padding: 5px 0;
}

.product-title .button-area {
    position: relative;
}

.product-title .sale-list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .sale-list .close-list {
    position: absolute;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    border: 4px solid #fef1e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: #ffc18d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .sale-list .close-list svg {
    stroke: white;
    max-width: 15px;
    stroke-width: 2px;
}

.product-title .button-area {
    margin-top: 30px;
}

.product-title .button-area .sale-list ul li a {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    color: white;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .button-area .sale-list ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,.3);
}

.product-title .button-area .sale-list ul li:last-child a:after {
    display: none;
}

.product-scroll-content {
    max-width: 35%;
    margin: auto;
    position: absolute;
    top: 470px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.product-content-info {
    max-width: 450px;
    margin: auto;
    margin-top: 150px;
}

.product-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-tab ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    font-size: 15px;
    color: #c9a99c;
    padding: 0 40px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border: 1px solid #c9a99c;
}

.product-tab ul li:first-child a {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.product-tab ul li:last-child a {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.product-tab ul li a.active {
    background: #c9a99c;
    color: white;
}

.product-tab {
    margin-bottom: 30px;
}

.product-tab-content {
    position: relative;
    height: 200px;
}

.product-tab-content .product-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.product-tab-content .product-content.current {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-tab-content .content h3 {
    font-weight: bold;
    font-size: 15px;
    color: #c9a99c;
    margin-bottom: 30px;
}

.product-tab-content .content p {
    font-weight: 500;
    font-size: 15px;
    color: #c9a99c;
}

.product-content .content {
    text-align: center;
}

.swiper-navigation .prev-btn, .next-btn {
    position: fixed;
    bottom: 10%;
    left: 20%;
    z-index: 2;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}

.swiper-navigation .next-btn {
    right: 20%;
    left: auto;
}

.swiper-navigation .prev-btn svg, .swiper-navigation .next-btn svg {
    fill: none;
    stroke: #bcb4aa;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 6px;
}

.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.product-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
}

.modal-main {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 925px;
    text-align: center;
}

.modal-icon svg g {
    fill: white;
}

.modal-icon svg circle {
    fill: none;
    stroke: white;
}

.modal-icon {
    margin-bottom: 60px;
}

.modal-content {
    background: white;
    padding: 60px 80px;
    border-radius: 43px;
}

.modal-content h3 {
    font-weight: bold;
    font-size: 40px;
    color: #000;
    margin-bottom: 60px;
}

.modal-content p {
    font-size: 20px;
    color: #797979;
}

.modal-main .modal-close {
    margin-top: 24px;
}

.modal-main .modal-close .closeBtn {
    cursor: pointer;
}

.modal-main .modal-close svg {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-image-modal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-img-main {
    max-width: 100%;
    margin: auto;
}

.modal-img-main {
    position: absolute;
    top: 4%;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 33%;
}

.modal-img-main .close-modal {
    text-align: center;
    margin-bottom: 40px;
}

.modal-img-main .close-modal .closeBtn {
    cursor: pointer;
}

.modal-img-main .close-modal .closeBtn svg {
    fill: none;
    stroke: rgba(0,0,0,.3);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.modal-gallery-title {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #000;
}

.product-img-thumb .slick-list {
    max-width: 306px;
    margin: auto;
    padding: 40px 15px;
}

.product-img-thumb .slick-list .slick-slide {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-img-thumb .slick-list .slick-active {
    opacity: 1;
}

.product-img-thumb .img {
    min-height: 90px;
    background: white;
    border-radius: 28px;
    border: 1px solid #74AF0D;
    -webkit-box-shadow: 8px 10px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 8px 10px 20px 0px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-img-thumb .item {
    padding: 0 5px;
}

.product-img-thumb {
    margin: 0 -5px;
}

/*PRODUCT-DETAÃƒâ€žÃ‚Â°L*/
.showcase-product {
    position: relative;
    background: white;
    z-index: 9;
    padding-top: 60px;
    margin-top: 110px;
}

.showcase-product:before {
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 240px;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(254,241,233,0.1)));
    background: -o-linear-gradient(bottom, white, rgba(254,241,233,0.1));
    background: linear-gradient(to top, white, rgba(254,241,233,0.1));
}

footer {
    position: relative;
    z-index: 9;
}

.product-tab-content .product-content .values>.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid #F2EAEA;
    padding-bottom: 25px;
}

.product-tab-content .product-content .values .title h3 {
    font-size: 19px;
    font-weight: 600;
    color: #c9a99c;
    line-height: 22px;
    margin-bottom: 0;
}

.product-tab-content .product-content .values .title span {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #c9a99c;
    text-align: right;
}

.product-tab-content .product-content .values > ul {
    margin-top: 0;
}

.product-tab-content .product-content .values > ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    position: relative;
}

.product-tab-content .product-content .values > ul li span.title {
    font-size: 16px;
    font-weight: 500;
    color: #c9a99c;
}

.product-tab-content .product-content .values > ul span.value {
    font-size: 16px;
    font-weight: 600;
    color: #9A8E85;
}

.product-tab-content .product-content .values > ul li:last-child:after {
    background: none;
}

.product-tab-content .product-content .values > ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #F2EAEA), color-stop(85%, rgba(242, 234, 234,0.1)));
    background: -o-linear-gradient(left, #F2EAEA 40%, rgba(242, 234, 234,0.1) 85%);
    background: linear-gradient(to right, #F2EAEA 40%, rgba(242, 234, 234,0.1) 85%);
}

.product-showcase-container2 .product-page-showing-info .select2-a {
    z-index: 1;
}

.product-showcase-container2 .product-page-showing-info .select2-a .list {
    border-radius: 20px;
}

.blog-header-container .filtering {
    display: none;
}

.header.product-header.scroll:before {
    background: rgba(255,255,255,0);
}

.header.product-header.scroll:before {
    padding: 40px 0;
}

.product-showcase-container2 .product-page-showing-info .select2-a {
    height: 70px;
    background: rgba(255,255,255,0);
    line-height: 70px;
    padding-left: 31px;
    padding-right: 54px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.product-showcase-container2 .product-page-showing-info .select2-a .list {
    border-radius: 5px;
    min-width: auto;
    width: 120%;
    margin-top: 15px;
    border: 1px solid #DBDBDB;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-showcase-container2 .product-page-showing-info .select2-a span.current {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.product-showcase-container2 .product-page-showing-info .select2-a:after {
    border: none;
    width: 10px;
    height: 8px;
    background: url("../img/main/select-arrow.svg") no-repeat center center;
    background-size: contain;
    top: 45%;
    right: 31px;
    margin: 0;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
}

/* gsap animation */
.home-page-container {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

.home-page-container .home-page.for_slick_slider {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.home-page-container .home-page.for_slick_slider .slick-dots li {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.home-page-container .slider-control-media {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.home-page-products .product-categories {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.home-page-products .home-page-product .items .product {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.lead-to-sales .sales-image img {
    opacity: 0;
}

.lead-to-sales .lead-to-sales-left .products-img {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .products-img {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text h1 {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text a {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.lead-to-sales .sales-text h1 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

.lead-to-sales .sales-text a {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-bottom .products-img {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.product-showcase-container .product-showcase .product:nth-child(3n-2) {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.product-showcase-container .product-showcase .product:nth-child(3n-1) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.product-showcase-container .product-showcase .product:nth-child(3n) {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.about-page-container .about-page-center-text h1 {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.about-page-container .about-page-center-text h2 {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.about-page-container .about-bg {
    -webkit-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
}

.about-page-container .about-page-products .about-page-products-content .about-product img {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.about-page-container .about-page-products .table-img {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about-page-container .about-page-products .about-page-parallax img {
    opacity: 0;
}

.about-article-container .about-article h1 {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.about-article-container .about-article h2 {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.about-article-container .about-article .vertical-line {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

.about-article-container .about-article .vertical-line span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about-article-container .about-article h4 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about-article-container .about-article .article .article-left {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.about-article-container .about-article .article .article-right {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.about-video-section .about-video-text h1 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about-video-section .about-video-text h2 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about-video-section .about-video-text .vertical-line {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

.about-video-section .about-video-text .vertical-line span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about-video-section .about-video-episode {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.blog-header-container .blog-header {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.filter-item {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.about-us-tab .tab .tab-item:first-child a {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.about-us-tab .tab .tab-item:last-child a {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.tab-content-main {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.blogs .container .blog-content .blog-news .blog-item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.blog-image {
    overflow: hidden;
}

.container .blog-detail .blog-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.products-container .product-page-showing-info h1 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.products-container .product-page-showing-info .nice-select {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.products-section .product-content {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.product-showcase-container2 .product-page-showing-info h1 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.product-showcase-container2 .product-page-showing-info .nice-select {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.product-showcase-container2 .product-showcase .product-card2 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.career .career-main .career-title h3 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.career .career-main .career-title .cnt p {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.career .career-main .career-slider > h3 {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
    opacity: 0;
}

.career-slider .swiper-container .swiper-pagination {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact-main {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.contact-information .info {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact-information .address {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact .contact-main .contact-main-wrapper .contact-information .social ul li {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact-main .contact-main-wrapper .contact-form h3 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.contact-main .contact-main-wrapper .contact-form .item {
    opacity: 0;
}

.contact-main .contact-main-wrapper .contact-form h4.gizlilik {
    opacity: 0;
}

.product-overlay {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-200px);
    -ms-transform: translateX(-50%) translateY(-200px);
    transform: translateX(-50%) translateY(-200px);
}

.product-features .item .icon {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.product-title h1 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.product-title h2 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.product-info {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.product-title .button-area {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.swiper-navigation .prev-btn {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.swiper-navigation .next-btn {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.product-slider {
    -webkit-transform: scale(.7) translateY(-300px);
    -ms-transform: scale(.7) translateY(-300px);
    transform: scale(.7) translateY(-300px);
    opacity: 0;
}

.product-detail-fixed .circle {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    opacity: 0;
}

.product-content-info {
    opacity: 0;
}

.product-slider .product-img {
    cursor: pointer;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product2-category-select ul li {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.mobileFeatures {
    display: none;
}

/* gsap animation */
@media (hover: hover) {
    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover {
        background: #A2C96F;
    }

    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover .content h3 {
        color: white;
    }

    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover .berrilys-icon svg path {
        stroke: none;
        fill: #E9FDCE;
    }

    .career-form .form-wrapper .item .input input:hover, .career-form .form-wrapper .item .captcha-wrapper .captcha input:hover {
        border-color: #d2cdcd;
    }

    .career-form .form-wrapper .item .file-input input:hover ~ label {
        border-color: #d2cdcd;
        color: #888;
    }

    .career-form .form-wrapper .item .file-input input:hover ~ .file-btn {
        background: #d2cdcd;
    }

    .career-form .form-wrapper .item button:hover {
        background: #311718;
    }

    .career-form .form-wrapper .item .captcha-wrapper .captcha a:hover {
        background: #311718;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover {
        border-color: #91abab;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover .content h3 {
        color: #383838;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover .view .icon {
        opacity: 1;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover .view {
        color: #74AF0D;
    }

    .policy-links ul li a:hover {
        color: #74af0d;
    }

    .policy-links ul li a:hover:before {
        background: #74af0d;
    }

    .product-features .item .icon:hover svg g {
        fill: #000;
    }

    .product-features .item .icon:hover svg circle, .product-features .item .icon:hover svg line {
        stroke: #000;
    }

    .modal-main .modal-close .closeBtn:hover svg {
        stroke: #FFC18D;
    }

    .product-title .button-area:hover .sale-list {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-title .button-area:hover a.has-link {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .product-title .sale-list .close-list:hover {
        background: #74af0d;
    }

    .product-title .button-area .sale-list ul li a:hover {
        color: #a04e09;
    }

    .product-features .item:hover .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .modal-img-main .close-modal .closeBtn:hover svg {
        stroke: #a04e09;
    }
}

@media screen and (max-width: 1700px) {
    .product-features .item:first-child {
        top: 2%;
        left: 19%;
    }

    .product-features .item:nth-child(2) {
        top: 16%;
        left: 5%;
    }

    .product-features .item:nth-child(3) {
        top: 33%;
        left: -2%;
    }

    .product-features .item:nth-child(4) {
        top: 2%;
        right: 19%;
    }

    .product-features .item:nth-child(5) {
        top: 16%;
        right: 5%;
    }

    .product-features .item:nth-child(6) {
        top: 33%;
        right: -2%;
    }
}

@media screen and (max-width: 1530px) {
    .career .career-wrapper .career-left .img {
        height: 700px;
    }

    .career .career-wrapper .career-left .img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-detail-fixed:before {
        width: 1340px;
        height: 1340px;
    }

    .product-features {
        width: 1340px;
        height: 1340px;
    }

    .product-detail-fixed .circle {
        width: 1260px;
        height: 1260px;
    }

    .product-features .item:nth-child(2) {
        top: 13%;
        left: 8%;
    }

    .product-features .item:nth-child(3) {
        top: 27%;
        left: 2%;
    }

    .product-features .item:nth-child(5) {
        top: 13%;
        right: 8%;
    }

    .product-features .item:nth-child(6) {
        top: 27%;
        right: 2%;
    }
}

@media screen and (max-width: 1400px) {
    .product-detail-fixed:before {
        width: 1240px;
        height: 1240px;
    }

    .product-features {
        width: 1240px;
        height: 1240px;
    }

    .product-features .item:first-child {
        top: 2%;
        left: 17%;
    }

    .product-features .item:nth-child(2) {
        top: 10%;
        left: 8%;
    }

    .product-features .item:nth-child(3) {
        top: 21%;
        left: 1%;
    }
}

@media screen and (max-width: 1200px) {
    .career .career-main .career-title h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-title .cnt {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-slider > h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        overflow: visible;
    }

    .career .career-main .career-slider > h3 span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .career-slider .swiper-container .swiper-slide {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .certificates .certificates-content .wrapper .item {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .certificates .certificates-grid ul li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .certificates {
        padding: 70px 0;
    }

    /* gsap animation */
    .home-page-container {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-container .home-page.for_slick_slider {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-container .home-page.for_slick_slider .slick-dots li {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-container .slider-control-media {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-products .product-categories {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .home-page-products .home-page-product .items .product {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .lead-to-sales .sales-image img {
        opacity: 1;
    }

    .lead-to-sales .lead-to-sales-left .products-img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .products-img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .sales-text h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .sales-text a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-bottom .products-img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .product-showcase .product:nth-child(3n-2) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .product-showcase .product:nth-child(3n-1) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .product-showcase .product:nth-child(3n) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .showcase-hood {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page-container .about-page-center-text h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-page-container .about-page-center-text h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-page-container .about-bg {
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product img {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page-container .about-page-products .table-img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page-container .about-page-products .about-page-parallax img {
        opacity: 1;
    }

    .about-article-container .about-article h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-article-container .about-article h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-article-container .about-article .vertical-line {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-article-container .about-article .vertical-line span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-article-container .about-article h4 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-article-container .about-article .article .article-left {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .about-article-container .about-article .article .article-right {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .about-video-section .about-video-text h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-video-section .about-video-text h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-video-section .about-video-text .vertical-line {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-video-section .about-video-text .vertical-line span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .about-video-section .about-video-episode {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .blog-header-container .blog-header {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .filter-item {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .about-us-tab .tab .tab-item:first-child a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .about-us-tab .tab .tab-item:last-child a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .tab-content-main {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .blogs .container .blog-content .blog-news .blog-item {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .container .blog-detail .blog-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .products-container .product-page-showing-info h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .products-container .product-page-showing-info .nice-select {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .products-section .product-content {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container2 .product-page-showing-info h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .product-showcase-container2 .product-page-showing-info .nice-select {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .product-showcase-container2 .product-showcase .product-card2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .career .career-main .career-title h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-title .cnt p {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-slider > h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
        opacity: 1;
    }

    .career-slider .swiper-container .swiper-pagination {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-main {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-information .info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-information .address {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact .contact-main .contact-main-wrapper .contact-information .social ul li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-main .contact-main-wrapper .contact-form h3 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .contact-main .contact-main-wrapper .contact-form .item {
        opacity: 1;
    }

    .contact-main .contact-main-wrapper .contact-form h4.gizlilik {
        opacity: 1;
    }

    .product-overlay {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    .product-features .item .icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .product-title h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-title h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-title .button-area {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .swiper-navigation .prev-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .swiper-navigation .next-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .product-slider {
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1;
    }

    .product-detail-fixed .circle {
        display: none;
    }

    .product-content-info {
        opacity: 1;
    }

    .product2-category-select ul li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    /* gsap animation */
    .header.product-header.scroll:before {
        background: white;
    }

    .header.product-header.scroll:before {
        padding: 20px 0;
    }

    .vm-container {
        max-width: 90%;
    }

    .product-scroll-content {
        max-width: 60%;
    }

    .swiper-navigation .prev-btn, .next-btn {
        top: 36%;
        bottom: auto;
        position: absolute;
        left: 10%;
    }

    .swiper-navigation .next-btn {
        right: 10%;
    }

    .showcase-product {
        margin: 0;
        padding-top: 40px;
    }

    .product-detail {
        padding-top: 150px;
        min-height: auto;
    }

    .product-detail-fixed:before {
        display: none;
    }

    .product-features {
        position: relative;
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: auto;
    }

    .product-features .item {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        bottom: 0;
        right: 0 !important;
        margin: 0 15px;
    }

    .product-content-info {
        display: block;
        margin-top: 0px;
    }

    .product-tab-content {
        min-height: 311px;
    }

    .product-content .content {
        margin-top: 60px;
    }

    .product-tab-content .product-content .values > ul li {
        padding: 5px 15px;
    }

    .product-scroll-content {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow: visible;
    }

    .mobileFeatures {
        margin-top: 40px;
        position: relative;
        z-index: 10;
        display: block;
    }

    .product-detail-fixed .product-features {
        display: none;
    }

    .product-top-information {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: auto;
        margin-bottom: -10px;
    }

    .product-overlay {
        display: none;
    }

    .modal-img-main {
        max-width: 80%;
    }

    .product-features .item .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .blog-header-container .filtering {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .filtering .filter-btn {
        display: block;
        padding: 0 40px;
        color: #000;
        font-size: 18px;
        text-transform: uppercase;
        height: 70px;
        background: rgba(255,255,255,0);
        line-height: 70px;
        border-radius: 5px;
    }

    .filtering .filter-btn .icon svg {
        width: 20px;
        height: 20px;
        fill: #000;
        margin-right: 15px;
    }

    .blog-filter-item .search-form {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .blog-filter-item .search-form input {
        height: 70px;
    }

    .blog-filter-item .search-form button {
        border: none;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border-radius: 20px;
        background: #e1e1e1;
    }

    .blog-filter-item {
        margin-bottom: 50px;
    }

    .filter-header {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter-header .title h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .filter-header .close-filter svg {
        stroke: #000;
    }

    .blog-filter-item .search-form button svg {
        width: 20px;
        height: 20px;
        fill: #74af0d;
    }

    .filtering-window label:before {
        content: "";
        position: absolute;
        top: 47%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #74af0d;
    }

    .filtering-window label:after {
        content: "";
        position: absolute;
        top: 47%;
        -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        left: 3px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #74af0d;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    .filtering-window input:checked ~ label:after {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    .mobile-menu .mobile-nav>ul>li {
        margin-bottom: 0;
    }

    .home-page-container .home-page.for_slick_slider .page-button {
        display: none;
    }

    .mobile-menu .mobile-nav ul li ul {
        background: #ead3c4;
    }

    .mobile-menu .mobile-nav ul li a.sub-item:before, .mobile-menu .mobile-nav ul li a.sub-item:after {
        background: #000;
    }

    .mobile-menu .mobile-nav ul li a.sub-item.active:before, .mobile-menu .mobile-nav ul li a.sub-item.active:after {
        background: #000;
    }
}

@media screen and (max-width: 1023px) {
    .career .career-main .career-title {
        max-width: none;
    }

    .career .career-wrapper {
        margin: 0;
    }

    .career .career-main {
        padding: 100px 30px 0;
    }

    .certificates .certificates-grid {
        display: none;
    }

    .certificates {
        padding: 70px 30px;
    }

    .vm-container .vm-menu .menu-item > h5 {
        font-size: 35px;
    }

    .vm-container .vm-menu .menu-item > span {
        font-size: 15px;
    }

    .vm-container .vm-content .content-item {
        padding: 70px 70px 100px;
    }

    .vm-container .vm-content .content-item h3 {
        font-size: 21px;
    }

    .vm-container .vm-content .content-item p {
        font-size: 18px;
        line-height: 27px;
    }

    .vm-container {
        max-width: initial;
    }

    .product-detail {
        padding-top: 30px;
        min-height: auto;
    }

    .showcase-product .product-page-products.for_slick_slider {
        margin: 0;
        width: 100%;
        padding: 0 60px;
        margin-top: 40px;
    }

    .showcase-product .product-page-products-slider-controller {
        width: 90%;
        left: 5%;
    }

    footer .mobil-footer {
        background: white;
    }

    .modal-main {
        width: 80%;
    }

    .blogs {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .certificates {
        padding: 60px 0 30px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .img {
        padding: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #B8D6D6;
        border-right: none;
        padding-bottom: 20px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .content {
        margin-bottom: 30px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .view .icon {
        opacity: 1;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .view {
        padding: 0;
        font-size: 12px;
        display: none;
    }

    .certificates {
        padding: 60px 0 30px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item {
        padding: 15px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .content h3 {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 15px;
        min-height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .content {
        padding: 0;
        margin-bottom: 0;
    }

    .certificates .certificates-content .wrapper .item {
        width: 50%;
    }

    .vm-container .vm-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vm-container .vm-menu .menu-item:first-child {
        text-align: center;
    }

    .vm-container .vm-menu .menu-item {
        text-align: center;
    }

    .vm-container .vm-menu .item-autoplay {
        margin: 20px 0;
        width: 90%;
    }

    .vm-container .vm-content {
        margin-top: 40px;
    }

    .about-video-section .about-video-text {
        padding-top: 30px;
    }

    .vm-container .vm-content .content-item h3 {
        font-size: 18px;
    }

    .vm-container .vm-content .content-item p {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }

    .vm-container .vm-content .content-item {
        padding: 30px 30px;
    }

    .vm-container .vm-content .content-item svg {
        margin-bottom: 20px;
    }

    .product-features {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
        display: block;
        white-space: nowrap;
    }

    .product-features .item {
        display: inline-block;
    }

    .product-features .item .icon {
        width: 60px;
        height: 60px;
    }

    .home-page-products.b {
        margin-top: 0;
    }

    .product-title h2 {
        font-size: 40px;
    }

    .product-top-information {
        width: 100%;
    }

    .product-scroll-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .product-tab-content {
        min-height: 230px;
    }


    .swiper-navigation .prev-btn, .next-btn {
        left: 0;
    }

    .swiper-navigation .next-btn {
        right: 0px;
    }

    .swiper-navigation .prev-btn, .swiper-navigation .next-btn {
        top: 35%;
        width: 60px;
        height: 60px;display: flex;align-content: center;justify-content: center;
    }

    .silo .swiper-navigation .prev-btn, .silo .swiper-navigation .next-btn {
        top: 35%;
    }

    .kuru .swiper-navigation .prev-btn, .kuru .swiper-navigation 
     .next-btn {
        top: 32%;
    }

    .product-slider .product-img {
        min-height: auto;
        padding: 30px 20px;
        min-height: auto !important;
    }

    .swiper-navigation .prev-btn svg, .swiper-navigation .next-btn svg {width: 15px;}

    .showcase-product h4 {
        font-size: 32px;
    }

    .showcase-product .product-page-products.for_slick_slider .items {
        margin: 0;
    }

    .modal-gallery-title {
        font-size: 30px;
    }

    .modal-main {
        width: 90%;
    }

    .modal-icon {
        margin-bottom: 20px;
    }

    .modal-icon svg {
        max-height: 80px;
    }

    .modal-close {
        margin-top: 30px;
    }

    .modal-content {
        padding: 20px;
    }

    .modal-content h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .modal-content p {
        font-size: 14px;
    }

    .filtering .filter-btn {
        font-size: 16px;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
    }

    .blog-header-container .blog-header h2 {
        font-size: 32px;
    }

    .filtering-window {
        width: 100%;
        left: -105%;
        padding: 30px;
    }

    .filtering-window h3 {
        font-size: 18px;
    }

    .filtering-window label {
        font-size: 16px;
    }

    .filtering-window .option {
        margin-bottom: 15px;
    }

    .filtering-window h4 {
        font-size: 18px;
    }

    .showcase-product {
        margin-top: 10px;
    }

    .showcase-product:before {
        height: 120px;
    }

    .product-title .button-area {
        max-width: 60%;
        margin: auto;
        margin-top: 30px;
        z-index: 6;
    }

    .product-title .button-area a {
        height: 50px;
        line-height: 50px;
        position: relative;
    }

    .product-title .sale-list {
        top: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    .product-title .sale-list.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        pointer-events: auto;
        z-index: 6;
    }

    .product-title .button-area .sale-list ul {
        background: white;
        border-radius: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 12%);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 12%);
    }

    .product-title .button-area .sale-list ul li a {
        font-weight: 500;
        color: #a29f9f;
        height: 45px;
    }

    .product-title .button-area .sale-list ul li {
        width: 100%;
    }

    .product-title .button-area .sale-list ul li:last-child a {
        border: none;
    }

    footer .mobil-footer-top .footer-menu {
        max-width: 100%;
    }

    .lead-to-sales-container {
        margin-top: 0;
    }

    .home-page-footer .footer-top .footer-inner .footer-inner-left {
        text-align: center;
        display: block;
    }

    .product-page-showing-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    main .product-showcase-container2 .product-page-showing-info .select2-a {
        width: 100%;
        margin-top: 20px;
        height: 50px;
        line-height: 50px;
    }

    .product-showcase-container2 .product-page-showing-info .select2-a .list {
        width: 100%;
    }
}

/* * Prefixed by https://autoprefixer.github.io * PostCSS: v7.0.29, * Autoprefixer: v9.7.6 * Browsers: last 4 version */
@media screen and (max-width: 1700px) {
    /* Urunler */ .products-section .product .product-shadow {
        width: 100%;
    }

    /* Urunler */
    /* Urunler 2*/
    .product-showcase-container2 {
        width: 85%;
    }

    /* Urunler2 */
}

@media screen and (max-width: 1500px) {
    /* Anasayfa */ .product-showcase-container .product-showcase .product .product-inner img {
        width: 80%;
    }

    .product-showcase-container .product-showcase .product .product-inner {
        bottom: 0;
        left: auto;
        right: -30px;
    }

    .product-showcase-container .product-showcase .product {
        height: 375px;
    }

    /* Anasayfa */
    /* HakkÄ±mÄ±zda */
    .about-article-container {
        padding: 150px 200px 65px;
    }

    .about-page-container .about-page-products .table-img {
        bottom: 45px;
    }

    .about-article-container:before {
        top: -80px;
    }

    /* HakkÄ±mÄ±zda */
}

@media screen and (max-width: 1400px) {
    /* HakkÄ±mÄ±zda */ .about-page-container .about-page-products .about-page-products-content .about-product.p3 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p2 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        left: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p1 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        left: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p4 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        right: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p5 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content {
        padding-bottom: 70px;
    }

    .about-page-container .about-page-center-text {
        padding-top: 210px;
    }

    .about-page-container .about-page-center-text h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .about-page-container .about-page-center-text h2 {
        font-size: 45px;
        line-height: 45px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-section .product-content {
        padding: 0 50px;
    }

    /* Urunler */
}

@media screen and (max-width: 1100px) {
    /* Anasayfa */ /* Anasayfa */ /* HakkÄ±mÄ±zda */ .about-page-container .about-bg {
        top: 30px;
    }

    .about-page-container {
        height: 60vh;
    }

    .about-article-container {
        padding: 100px 150px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 40px;
    }

    .about-article-container .about-article h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        line-height: 25px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 25px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    }

    /* Urunler2 */
    /* Urunler */
    .products-section .product {
        height: 230px;
    }

    .products-section .product-content {
        padding: 0 30px;
    }

    .products-container {
        padding: 220px 120px 50px;
    }

    .products-section {
        margin-top: 50px;
    }

    /* Urunler */
}

@media screen and (max-width: 1023px) {
    /* HakkÄ±mÄ±zda */ .about-article-container {
        padding-right: 90px;
        padding-left: 90px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-container {
        padding-top: 100px;
    }

    .products-section .product-content {
        width: 50%;
    }

    /* Urunler */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product .product-inner {
        width: 50%;
        right: 0;
        left: auto;
        bottom: 20px;
    }

    .product-showcase-container2 {
        padding-top: 100px;
    }

    /* Urunler 2 */
}

@media screen and (max-width: 767px) {
    /* HakkÄ±mÄ±zda */ .about-article-container .about-article h1 {
        font-size: 20px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 28px;
    }

    .about-article-container .about-article h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .about-article-container {
        padding: 100px 20px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        font-size: 17px;
        line-height: 21px;
    }

    .about-article-container .about-article .article .article-right {
        margin-left: 30px;
    }

    .about-article-container .about-article .article {
        margin-top: 40px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 20px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
        height: 400px;
    }

    .product-showcase-container2 {
        padding: 100px 10px;
    }

    .product-showcase-container2 .product-showcase .product .product-inner {
        bottom: 20px;
    }

    /* Urunler 2 */
    /* Urunler */
    .products-container .product-page-showing-info .select2-a {
        width: 100%;
    }

    .products-container .product-page-showing-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .products-container .product-page-showing-info h1 {
        margin-bottom: 30px;
    }

    .products-container {
        padding: 50px;
    }

    .products-section .product-content {
        width: 100%;
    }

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

    .products-section .product {
        margin-bottom: 50px;
    }

    /* Urunler */
}

/* * Prefixed by https://autoprefixer.github.io * PostCSS: v7.0.29, * Autoprefixer: v9.7.6 * Browsers: last 4 version */
@media screen and (max-width: 1700px) {
    /* Urunler */ /* Urunler */ /* Urunler 2*/ .product-showcase-container2 {
        width: 85%;
    }

    /* Urunler2 */
}

@media screen and (max-width: 1500px) {
    /* Anasayfa */ .product-showcase-container .product-showcase .product .product-inner img {
        width: 80%;
    }

    .product-showcase-container .product-showcase .product .product-inner {
        bottom: 0;
        left: auto;
        right: -30px;
    }

    .product-showcase-container .product-showcase .product {
        height: 375px;
    }

    /* Anasayfa */
    /* HakkÄ±mÄ±zda */
    .about-article-container {
        padding: 150px 200px 65px;
    }

    .about-page-container .about-page-products .table-img {
        bottom: 45px;
    }

    .about-article-container:before {
        top: -80px;
    }

    /* HakkÄ±mÄ±zda */
}

@media screen and (max-width: 1400px) {
    /* HakkÄ±mÄ±zda */ .about-page-container .about-page-products .about-page-products-content .about-product.p3 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p2 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        left: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p1 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        left: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p4 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        right: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p5 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content {
        padding-bottom: 70px;
    }

    .about-page-container .about-page-center-text {
        padding-top: 210px;
    }

    .about-page-container .about-page-center-text h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .about-page-container .about-page-center-text h2 {
        font-size: 45px;
        line-height: 45px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-section .product-content {
        padding: 0 50px;
    }

    /* Urunler */
}

@media screen and (max-width: 1100px) {
    /* Anasayfa */ /* Anasayfa */ /* HakkÄ±mÄ±zda */ .about-page-container .about-bg {
        top: 30px;
    }

    .about-page-container {
        height: 60vh;
    }

    .about-article-container {
        padding: 60px 70px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 40px;
    }

    .about-article-container .about-article h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        line-height: 25px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 25px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    }

    /* Urunler2 */
    /* Urunler */
    .products-section .product {
        height: 230px;
    }

    .products-section .product-content {
        padding: 0 30px;
    }

    .products-container {
        padding: 220px 120px 50px;
    }

    .products-section {
        margin-top: 50px;
    }

    /* Urunler */
}

@media screen and (max-width: 1023px) {
    /* HakkÄ±mÄ±zda */ .about-article-container {
        padding-right: 90px;
        padding-left: 90px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-container {
        padding-top: 100px;
    }

    .products-section .product-content {
        width: 50%;
    }

    /* Urunler */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product .product-inner {
        width: 50%;
        right: 0;
        left: auto;
        bottom: 20px;
    }

    .product-showcase-container2 {
        padding-top: 100px;
    }

    /* Urunler 2 */
}

@media screen and (max-width: 767px) {
    /* HakkÄ±mÄ±zda */ .about-article-container .about-article h1 {
        font-size: 20px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 28px;
    }

    .about-article-container .about-article h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .about-article-container {
        padding: 100px 20px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        font-size: 17px;
        line-height: 21px;
    }

    .about-article-container .about-article .article .article-right {
        margin-left: 30px;
    }

    .about-article-container .about-article .article {
        margin-top: 40px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 20px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
        height: 400px;
    }

    .product-showcase-container2 {
        padding: 100px 10px;
    }

    .product-showcase-container2 .product-showcase .product .product-inner {
        bottom: 20px;
    }

    /* Urunler 2 */
    /* Urunler */
    .products-container .product-page-showing-info .select2-a {
        width: 100%;
    }

    .products-container .product-page-showing-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .products-container .product-page-showing-info h1 {
        margin-bottom: 30px;
    }

    .products-container {
        padding: 50px;
    }

    .products-section .product-content {
        width: 100%;
    }

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

    .products-section .product {
        margin-bottom: 120px;
    }

    /* Urunler */
}

@media screen and (min-width: 1500px) and (max-width: 1550px) {
    .product-slider .product-img {
        min-height: auto;
    }
}

@media screen and (max-width: 1681px) {
    .product-slider .product-img {
        min-height: 440px;
    }
}

.product-card2 .product-about h3 {
    margin-top: 13px;
    margin-left: 0;
}

.header {
    height: auto;
    display: block;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header.scroll:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header.scroll .header-wrapper {
    padding: 20px 0;
}

.header .header-left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 81.5%;
    position: relative;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-left:after {
    top: -40px;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    background: rgb(0 0 0 / 20%);
}

.header .header-left .logo {
    margin: 0;
}
.header .header-left .logo img {
   height:50px;
}


.header .header-left .categories {
    display: block;
    margin: 0;
}

.header .header-left .categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-left .information ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-left .information {
    display: block;
    margin: 0;
}

.header .header-right {
    padding-bottom: 0;
}

header.gray-bg-header {
    position: fixed;
    background: #fafafa;
}



/*career*/
.career {
    padding: 150px 0 100px;
    position: relative;
}

.career-main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    opacity: .1;
    z-index: -1;
}

.career-main-bg .career-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.career:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    content: "";
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(79.77%, rgba(255, 255, 255, 0.96)), to(rgba(255, 252, 248, 0.01)));
    background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0.96) 79.77%, rgba(255, 252, 248, 0.01) 100%);
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.96) 79.77%, rgba(255, 252, 248, 0.01) 100%);
}

.career .career-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -80px;
    z-index: 2;
    padding: 0 75px;
}

.career .career-wrapper .career-left {
    width: 35%;
    padding: 50px 80px 0;
}

.career .career-wrapper .career-left .img {
    position: relative;
}

.career .career-wrapper .career-left .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22,28,36,.55);
    z-index: 1;
}

.career .career-wrapper .career-left .img img {
    width: 100%;
}

.career .career-main {
    margin-left: auto;
    width: 66%;
    padding: 60px 80px 0;
}

.career .career-wrapper .career-main .form {
    position: relative;
}

.career .career-main .career-title {
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}

.career .career-main .career-title h3 {
    margin-bottom: 20px;
    font-family: Volte;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 35px;
    text-align: center;
    color: #74AF0D;
}

.career .career-main .career-title h3 span {
    display: block;
}

.career .career-main .career-title .cnt p {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    color: #565656;
}

.career .career-main .career-slider {
    display: block;
    position: relative;
    z-index: 1;
}

.career .career-main .career-form {
    width: 100%;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input {
    display: none;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
    min-height: 336px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 35px 30px;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border-radius: 50px 0 50px 0;
    background: #FAFAFA;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item {
    background: #A2C96F;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item .berrilys-icon svg path {
    fill: #E9FDCE;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .check {
    position: absolute;
    right: 18px;
    top: 23px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item .content h3 {
    color: white;
}

.career .career-wrapper .career-main .career-slider .swiper-slide input:checked ~ .single-career-item .check {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .check span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    line-height: 50px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    text-align: center;
    -webkit-box-shadow: 0 3px 30px 0 rgba(146, 170, 191, .1);
    box-shadow: 0 3px 30px 0 rgba(146, 170, 191, .1);
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .check span path {
    stroke: #5DAF38;
    fill: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .berrilys-icon {
    position: absolute;
    left: 30px;
    top: 30px;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .berrilys-icon svg path {
    fill: #A2C96F;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content h3 {
    margin: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #565656;
    text-transform: uppercase;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .content {
    padding-left: 60px;
}

.career-slider .swiper-container .swiper-pagination {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.career-slider .swiper-container {
    padding-bottom: 50px;
    left: -210px;
    width: calc(100% + 210px);
}

.career-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #D5C7B9;
    margin: 0 10px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.career-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #74AF0D;
}

.career-form .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.career-form .form-wrapper .item {
    padding: 0 10px;
    opacity: 1;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.career-form .form-wrapper .item.item-6 {
    width: 50%;
}

.career-form .form-wrapper .item.item-8 {
    width: 66.7%;
    padding-right: 4px;
}

.career-form .form-wrapper .item.item-4 {
    width: 33.3%;
    padding-right: 8px;
}

.career-form .form-wrapper .item.item-12 {
    width: 100%;
}

.career-form .form-wrapper .item .form-title h3 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 35px;
    text-align: left;
    color: #74AF0D;
    margin-bottom: 10px;
}

.career-form .form-wrapper .item .form-title .cnt {
    font-size: 19px;
    line-height: 25px;
    text-align: left;
    color: #565656;
}

.career-form .form-wrapper .item .form-title h3 span.value {
    font-weight: bold;
}

.career-form .form-wrapper .item .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    color: #818181;
    cursor: pointer;
    margin-bottom: 45px;
}

.career-form .form-wrapper .item .back-btn span.icon {
    margin-right: 10px;
    top: -2px;
    position: relative;
    fill: #818181;
}

.career-form .form-wrapper .item .form-title {
    margin-bottom: 75px;
}

.career-form .form-wrapper .item .file-input input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.career-form .form-wrapper .item .file-input label {
    height: 75px;
    line-height: 75px;
    border: 3px solid #E2E2E2;
    display: block;
    background: #F7F7F7;
    padding: 0 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 16px;
    color: #B9B0B0;
}

.career-form .form-wrapper .item .file-input .file-btn {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: #E3E3E3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-family: Volte;
    font-weight: 600;
    font-size: 14px;
    color: #A2A2A2;
}

.career-form .form-wrapper .item .file-input input:focus ~ label {
    border-color: #d2cdcd;
    color: #888;
}

.career-form .form-wrapper .item .file-input input:focus ~ .file-btn {
    background: #d2cdcd;
}

.career-form .form-wrapper .item .file-input {
    position: relative;
}

.career-form .form-wrapper .item .file-input .file-btn svg {
    margin-right: 10px;
    fill: #A2A2A2;
}

.career-form .form-wrapper .item .input, .career-form .form-wrapper .item .checkbox {
    margin-bottom: 30px;
}

.career-form .form-wrapper .item .checkbox:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 40%;
    height: 3px;
    background: #F2EAEA;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha .input {
    margin-bottom: 0;
}

.career-form .form-wrapper .item .input input, .career-form .form-wrapper .item .captcha-wrapper .captcha input {
    width: 100%;
    height: 75px;
    padding: 0 30px;
    border: 3px solid #E2E2E2;
    font-weight: bold;
    background: #F7F7F7;
    font-size: 16px;
    line-height: 3px;
    color: #000;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.career-form .form-wrapper .item .input input::-webkit-input-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::-webkit-input-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input::-moz-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::-moz-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input:-ms-input-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input:-ms-input-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input::-ms-input-placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::-ms-input-placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input::placeholder, .career-form .form-wrapper .item .captcha-wrapper .captcha input::placeholder {
    color: #B9B0B0;
    font-weight: normal;
}

.career-form .form-wrapper .item .input input:focus, .career-form .form-wrapper .item .captcha-wrapper .captcha input:focus {
    border-color: #d2cdcd;
}

.career-form .form-wrapper .item .captcha-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 30px;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha {
    width: 50%;
    padding: 0 10px;
    position: relative;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha img {
    width: 100%;
    height: 75px !important;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    border: 3px solid #e2e2e2;
    display: block;
}

.career-form .form-wrapper .item .captcha-wrapper .captcha a {
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #69a437;
    margin: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.career-form .form-wrapper .item .input input {
    font-weight: 600;
    color: #888;
}

.career-form .form-wrapper .item .button {
    text-align: right;
}

.career-form .form-wrapper .item button {
    padding: 0 65px;
    background: #69A437;
    border: none;
    height: 75px;
    outline: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.career .career-main .career-slider > h3 {
    margin-bottom: 50px;
    max-width: 500px;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #bfb2a6;
    text-transform: uppercase;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item .berrilys-icon svg path {
    fill: #A2C96F;
}

.career-form .form-wrapper .item .checkbox label p {
    margin: 0;
    margin-top: 3px;
    font-size: 16px;
    color: #958d8d;
}

.career-form .form-wrapper .item.item-8 .checkbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.career-form .form-wrapper .item .checkbox input {
    /* display: none; */
    position: absolute;
    top: 27px;
    left: 15px;
    opacity: 0;
}

.career-form .form-wrapper .item .checkbox label {
    margin: 0;
    padding-left: 40px;
    font-weight: 500;
    font-size: 17px;
    color: #797979;
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
}

.career-form .form-wrapper .item .checkbox label a {
    color: #958D8D;
    font-weight: 600;
}

.career-form .form-wrapper .item .checkbox label:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 3px solid #EDE2E2;
    background: #fff;
    border-radius: 4px;
}

.career-form .form-wrapper .item .checkbox label:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    width: 12px;
    height: 12px;
    background: #69a437;
    z-index: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 4px;
}

.career-form .form-wrapper .item .checkbox input:checked ~ label:after {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

/*career*/
/*certificates*/
.certificates {
    padding: 240px 0;
}

.certificates .certificates-grid {
    margin-bottom: 80px;
}

.certificates .certificates-grid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.certificates .certificates-grid ul li {
    margin: 0 10px;
    cursor: pointer;
}

.certificates .certificates-grid ul li span {
    display: block;
}

.certificates .certificates-grid ul li span svg {
    stroke: #707070;
    opacity: .5;
    fill: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.certificates .certificates-grid ul li.active span svg {
    opacity: 1;
}

.certificates .certificates-content {
    position: relative;
}

.certificates .certificates-content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.certificates .certificates-content .wrapper.hide-ani {
    opacity: 0;
}

.certificates .certificates-content .wrapper.grid-type .item {
    width: 50%;
}

.certificates .certificates-content .wrapper .item {
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
}

.certificates .certificates-content .wrapper .item .certificates-item {
    border: 1px solid #B8D6D6;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.certificates .certificates-content .wrapper .item .certificates-item .img {
    padding-right: 30px;
    border-right: 1px solid #B8D6D6;
}

.certificates .certificates-content .wrapper .item .certificates-item .img img {
    max-width: 50px;
    width: auto;
}

.certificates .certificates-content .wrapper .item .certificates-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
}

.certificates .certificates-content .wrapper .item .certificates-item .content h3 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    font-size: 18px;
    color: #838383;
    margin: 0;
}

.certificates .certificates-content .wrapper .item .certificates-item .content span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #394d5c;
}

.certificates .certificates-content .wrapper .item .certificates-item .view {
    padding-right: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #838383;
}

.certificates .certificates-content .wrapper .item .certificates-item .view .icon {
    opacity: 0;
    margin-right: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.certificates .certificates-content .wrapper .item .certificates-item .view .icon svg path {
    stroke: none;
    fill: #74AF0D;
}

.certificates .certificates-content .wrapper.grid-type .item .certificates-item .view {
    padding-right: 0;
}

.certificates .certificates-content .wrapper .item {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.certificates .certificates-grid ul li {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
}

/*certificates*/
/*policy*/
.policy {
    padding: 240px 0;
    position: relative;
}

.policy .policy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -30px;
}

.policy .policy-wrapper .policy-links {
    width: 40%;
    padding: 0 30px;
    padding-top: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.policy-content {
    width: 60%;
    padding: 0 30px;
}

.policy-links ul li a {
    font-weight: bold;
    font-size: 33px;
    color: #8b8b8b;
    padding: 15px 0;
    padding-left: 70px;
    position: relative;
    display: block;
}

.policy-links ul li a.active {
    color: #000000;
}

.policy-links ul {
    position: relative;
}

.policy-links ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000;
}

.policy-links ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 7px;
    border-radius: 3px;
    height: 100%;
    background: #000;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.policy-links ul li a.active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.policy-content p, .policy-content strong, .policy-content h2 , .policy-content li {
    font-size: 20px;
    color: #000;
}

.policy-content h2 {
    font-weight: bold;
}

/*policy*/
/*contact*/
.contact {
    padding: 240px 0;
}

.container-lg {
    max-width: 1560px;
    margin: auto;
}

.contact-main {
    border: 5px solid #EFEFEF;
    padding: 100px;
}

.contact-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-information {
    width: 45%;
    padding: 0 30px;
}

.contact-information .info {
    padding: 35px 0;
    position: relative;
}

.contact-information .brdr:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #EFEFEF;
}

.contact-information .time .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #bfbfbf;
}

.contact-information h3 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 35px;
    line-height: 48px;
    color: #31b2fe;
    margin-bottom: 15px;
}

.contact-information .phone {
    font-size: 35px;
    line-height: 45px;
    color: #000;
}

.contact-information .address {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-information .address p {
    font-size: 20px;
    color: #000;
}

.contact-form {
    width: 55%;
    padding: 0 30px;
}

/*contact*/
/*ABOUT*/
.vm-container {
    max-width: 1140px;
    margin: 0 auto;
}

.vm-container .vm-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vm-container .vm-menu .menu-item {
    cursor: pointer;
}

.vm-container .vm-menu .menu-item:first-child {
    text-align: right;
}

.vm-container .vm-menu .menu-item.active > span {
    color: #312D2B;
}

.vm-container .vm-menu .menu-item.active h5 {
    color: #69A437;
}

.vm-container .vm-menu .menu-item.active {
    pointer-events: none;
}

.vm-container .vm-menu .menu-item > span {
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #696563;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.vm-container .vm-menu .menu-item > h5 {
    font-family: Oswald;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #bfb2a6;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.vm-container .vm-menu .item-autoplay {
    margin: 0 40px;
    width: 15%;
}

.vm-container .vm-menu .item-autoplay > span {
    width: 100%;
    height: 3px;
    background: #FCF4F4;
    display: block;
    position: relative;
}

.vm-container .vm-menu .item-autoplay > span > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #69A437;
    -webkit-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
}

.vm-container .vm-content {
    margin-top: 50px;
    position: relative;
    background: #f8eae1;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.vm-container .vm-content .content-item {
    padding: 100px 160px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.vm-container .vm-content .content-item.active {
    opacity: 1;
    visibility: visible;
}

.vm-container .vm-content .content-item + .content-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.vm-container .vm-content .content-item h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 28px;
    text-align: center;
    color: #444544;
    margin-bottom: 35px;
}

.vm-container .vm-content .content-item p {
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #676767;
    max-width: 80%;
    margin: auto;
}

/*ABOUT*/
/*PRODUCT-DETAÃƒâ€žÃ‚Â°L*/
.product-detail {
    position: relative;
    padding-top: 250px;
    min-height: 1600px;
}

.product-detail:before {
    background: #FEF1E9;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
}

.product-overlay {
    position: fixed;
    top: 0;
    left: 50%;
    width: 750px;
    height: 430px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #FEF1E9), to(rgba(254, 241, 233, 0)));
    background: -o-linear-gradient(top, #FEF1E9 90%, rgba(254, 241, 233, 0));
    background: linear-gradient(to bottom, #FEF1E9 90%, rgba(254, 241, 233, 0));
    -webkit-filter: 31.287700653076172px;
    filter: 31.287700653076172px;
}

.product-detail-fixed .circle {
    width: 1470px;
    height: 1470px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.13);
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 165px;
    pointer-events: none;
}

.product-features {
    position: fixed;
    top: 220px;
    left: 50%;
    width: 1470px;
    height: 1470px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.product-features .item:first-child {
    top: 5%;
    left: 15%;
}

.product-features .item .icon {
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fef1e9;
    cursor: pointer;
}

.product-features .item .icon svg g {
    fill: rgba(0,0,0,.3);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-features .item .icon svg circle, .product-features .item .icon svg line {
    stroke: rgba(0,0,0,.3);
    fill: rgba(255,255,255,0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-features .item .icon svg circle line {
    fill: rgba(0,0,0,.3);
}

.product-features .item .title {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-features .item {
    position: absolute;
    text-align: center;
}

.product-features .item:nth-child(2) {
    top: 20%;
    left: 3%;
}

.product-features .item:nth-child(3) {
    top: 40%;
    left: -3%;
}

.product-features .item:nth-child(4) {
    top: 5%;
    right: 15%;
}

.product-features .item:nth-child(5) {
    top: 20%;
    right: 3%;
}

.product-features .item:nth-child(6) {
    top: 40%;
    right: -3%;
}

.product-top-information {
    position: fixed;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 400px;
    z-index: 3;
}

body.overflowhidden .product-top-information {
    z-index: 56;
}

.product-title h1 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.52em;
    color: #b5b5b5;
}

.product-title {
    text-align: center;
}

.product-title h2 {
    font-weight: bold;
    font-size: 50px;
    color: #000;
    margin-bottom: 15px;
}

.product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid rgba(0,0,0,.3);
}

.product-info-item:last-child {
    border-right: none;
}

.product-info-item h3 {
    font-weight: 500;
    font-size: 15px;
    color: rgba(0,0,0,.3);
    margin-right: 15px;
}

.product-info span {
    font-weight: 500;
    font-size: 15px;
    color: rgba(0,0,0,.3);
    margin-left: 15px;
}

.product-title .button-area > a {
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    display: inline-block;
    background: #FFC18D;
    height: 65px;
    border-radius: 32px;
    padding: 0 50px;
    line-height: 65px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .button-area > a.active {
    color: #B29D8A;
}

.product-title .button-area .sale-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffc18d;
    border-radius: 32px;
    padding: 5px 0;
}

.product-title .button-area {
    position: relative;
}

.product-title .sale-list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .sale-list .close-list {
    position: absolute;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    border: 4px solid #fef1e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: #ffc18d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .sale-list .close-list svg {
    stroke: white;
    max-width: 15px;
    stroke-width: 2px;
}

.product-title .button-area {
    margin-top: 30px;
}

.product-title .button-area .sale-list ul li a {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    color: white;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-title .button-area .sale-list ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,.3);
}

.product-title .button-area .sale-list ul li:last-child a:after {
    display: none;
}

.product-scroll-content {
    max-width: 38%;
    margin: auto;
    position: absolute;
    top: 470px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.product-content-info {
    max-width: 450px;
    margin: auto;
    margin-top: 150px;
}

.product-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-tab ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    font-size: 15px;
    color: #c9a99c;
    padding: 0 40px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border: 1px solid #c9a99c;
}

.product-tab ul li:first-child a {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.product-tab ul li:last-child a {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.product-tab ul li a.active {
    background: #c9a99c;
    color: white;
}

.product-tab {
    margin-bottom: 30px;
}

.product-tab-content {
    position: relative;
    height: 200px;
}

.product-tab-content .product-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.product-tab-content .product-content.current {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-tab-content .content h3 {
    font-weight: bold;
    font-size: 15px;
    color: #c9a99c;
    margin-bottom: 30px;
}

.product-tab-content .content p {
    font-weight: 500;
    font-size: 15px;
    color: #c9a99c;
}

.product-content .content {
    text-align: center;
}

.swiper-navigation .prev-btn, .next-btn {
    position: fixed;
    bottom: 10%;
    left: 20%;
    z-index: 2;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}

.swiper-navigation .next-btn {
    right: 20%;
    left: auto;
}

.swiper-navigation .prev-btn svg, .swiper-navigation .next-btn svg {
    fill: none;
    stroke: #bcb4aa;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 6px;
}

.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.product-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
}

.modal-main {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 925px;
    text-align: center;
}

.modal-icon svg g {
    fill: white;
}

.modal-icon svg circle {
    fill: none;
    stroke: white;
}

.modal-icon {
    margin-bottom: 60px;
}

.modal-content {
    background: white;
    padding: 60px 80px;
    border-radius: 43px;
}

.modal-content h3 {
    font-weight: bold;
    font-size: 40px;
    color: #000;
    margin-bottom: 60px;
}

.modal-content p {
    font-size: 20px;
    color: #797979;
}

.modal-main .modal-close {
    margin-top: 24px;
}

.modal-main .modal-close .closeBtn {
    cursor: pointer;
}

.modal-main .modal-close svg {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-image-modal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-img-main {
    max-width: 100%;
    margin: auto;
}

.modal-img-main {
    position: absolute;
    top: 4%;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 33%;
}

.modal-img-main .close-modal {
    text-align: center;
    margin-bottom: 40px;
}

.modal-img-main .close-modal .closeBtn {
    cursor: pointer;
}

.modal-img-main .close-modal .closeBtn svg {
    fill: none;
    stroke: rgba(0,0,0,.3);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.modal-gallery-title {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #000;
}

.product-img-thumb .slick-list {
    max-width: 306px;
    margin: auto;
    padding: 40px 15px;
}

.product-img-thumb .slick-list .slick-slide {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.product-img-thumb .slick-list .slick-active {
    opacity: 1;
}

.product-img-thumb .img {
    min-height: 90px;
    background: white;
    border-radius: 28px;
    border: 1px solid #74AF0D;
    -webkit-box-shadow: 8px 10px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 8px 10px 20px 0px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-img-thumb .item {
    padding: 0 5px;
}

.product-img-thumb {
    margin: 0 -5px;
}

/*PRODUCT-DETAÃƒâ€žÃ‚Â°L*/
.showcase-product {
    position: relative;
    background: white;
    z-index: 9;
    padding-top: 60px;
    margin-top: 110px;
}

.showcase-product:before {
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 240px;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(254,241,233,0.1)));
    background: -o-linear-gradient(bottom, white, rgba(254,241,233,0.1));
    background: linear-gradient(to top, white, rgba(254,241,233,0.1));
}

footer {
    position: relative;
    z-index: 9;
}

.product-tab-content .product-content .values>.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid #F2EAEA;
    padding-bottom: 25px;
}

.product-tab-content .product-content .values .title h3 {
    font-size: 19px;
    font-weight: 600;
    color: #c9a99c;
    line-height: 22px;
    margin-bottom: 0;
}

.product-tab-content .product-content .values .title span {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #c9a99c;
    text-align: right;
}

.product-tab-content .product-content .values > ul {
    margin-top: 0;
}

.product-tab-content .product-content .values > ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    position: relative;
}

.product-tab-content .product-content .values > ul li span.title {
    font-size: 16px;
    font-weight: 500;
    color: #c9a99c;
}

.product-tab-content .product-content .values > ul span.value {
    font-size: 16px;
    font-weight: 600;
    color: #9A8E85;
}

.product-tab-content .product-content .values > ul li:last-child:after {
    background: none;
}

.product-tab-content .product-content .values > ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #F2EAEA), color-stop(85%, rgba(242, 234, 234,0.1)));
    background: -o-linear-gradient(left, #F2EAEA 40%, rgba(242, 234, 234,0.1) 85%);
    background: linear-gradient(to right, #F2EAEA 40%, rgba(242, 234, 234,0.1) 85%);
}

.product-showcase-container2 .product-page-showing-info .select2-a {
    z-index: 1;
}

.product-showcase-container2 .product-page-showing-info .select2-a .list {
    border-radius: 20px;
}

.blog-header-container .filtering {
    display: none;
}

.header.product-header.scroll:before {
    background: rgba(255,255,255,0);
}

.header.product-header.scroll:before {
    padding: 40px 0;
}

.product-showcase-container2 .product-page-showing-info .select2-a {
    height: 70px;
    background: rgba(255,255,255,0);
    line-height: 70px;
    padding-left: 31px;
    padding-right: 54px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

.product-showcase-container2 .product-page-showing-info .select2-a .list {
    border-radius: 5px;
    min-width: auto;
    width: 120%;
    margin-top: 15px;
    border: 1px solid #DBDBDB;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-showcase-container2 .product-page-showing-info .select2-a span.current {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.product-showcase-container2 .product-page-showing-info .select2-a:after {
    border: none;
    width: 10px;
    height: 8px;
    background: url("../img/main/select-arrow.svg") no-repeat center center;
    background-size: contain;
    top: 45%;
    right: 31px;
    margin: 0;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
}

/* gsap animation */
.home-page-container {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

.home-page-container .home-page.for_slick_slider {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.home-page-container .home-page.for_slick_slider .slick-dots li {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.home-page-container .slider-control-media {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.home-page-products .product-categories {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.home-page-products .home-page-product .items .product {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.lead-to-sales .sales-image img {
    opacity: 0;
}

.lead-to-sales .lead-to-sales-left .products-img {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .products-img {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text h1 {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text a {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.lead-to-sales .sales-text h1 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

.lead-to-sales .sales-text a {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

.lead-to-sales .lead-to-sales-right .lead-to-sales-right-bottom .products-img {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.product-showcase-container .product-showcase .product:nth-child(3n-2) {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.product-showcase-container .product-showcase .product:nth-child(3n-1) {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.product-showcase-container .product-showcase .product:nth-child(3n) {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.about-page-container .about-page-center-text h1 {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.about-page-container .about-page-center-text h2 {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.about-page-container .about-bg {
    -webkit-transform: translateX(-50%) scale(0.5);
    -ms-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
}

.about-page-container .about-page-products .about-page-products-content .about-product img {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.about-page-container .about-page-products .table-img {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about-page-container .about-page-products .about-page-parallax img {
    opacity: 0;
}

.about-article-container .about-article h1 {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.about-article-container .about-article h2 {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.about-article-container .about-article .vertical-line {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

.about-article-container .about-article .vertical-line span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about-article-container .about-article h4 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about-article-container .about-article .article .article-left {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.about-article-container .about-article .article .article-right {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.about-video-section .about-video-text h1 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about-video-section .about-video-text h2 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about-video-section .about-video-text .vertical-line {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

.about-video-section .about-video-text .vertical-line span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.about-video-section .about-video-episode {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.blog-header-container .blog-header {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.filter-item {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.about-us-tab .tab .tab-item:first-child a {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.about-us-tab .tab .tab-item:last-child a {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.tab-content-main {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.blogs .container .blog-content .blog-news .blog-item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.blog-image {
    overflow: hidden;
}

.container .blog-detail .blog-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.products-container .product-page-showing-info h1 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1;
}

.products-container .product-page-showing-info .nice-select {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.products-section .product-content {
    opacity: 1;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.product-showcase-container2 .product-page-showing-info h1 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.product-showcase-container2 .product-page-showing-info .nice-select {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.product-showcase-container2 .product-showcase .product-card2 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.career .career-main .career-title h3 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.career .career-main .career-title .cnt p {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.career .career-main .career-slider > h3 {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
    opacity: 0;
}

.career-slider .swiper-container .swiper-pagination {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact-main {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.contact-information .info {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact-information .address {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact .contact-main .contact-main-wrapper .contact-information .social {
    margin-top: 40px;
}

.contact .contact-main .contact-main-wrapper .contact-information .social ul li {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact-main .contact-main-wrapper .contact-form h3 {
    opacity: 1;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    padding-bottom:25px;
}

.contact-main .contact-main-wrapper .contact-form .item {
    opacity: 1;
}

.contact-main .contact-main-wrapper .contact-form h4.gizlilik {
    opacity: 1;
}

.product-overlay {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-200px);
    -ms-transform: translateX(-50%) translateY(-200px);
    transform: translateX(-50%) translateY(-200px);
}

.product-features .item .icon {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
}

.product-title h1 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
}

.product-title h2 {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
}

.product-info {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
}

.product-title .button-area {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
}
.product-slider {
    -webkit-transform: scale(.7) translateY(-300px);
    -ms-transform: scale(.7) translateY(-300px);
    transform: scale(.7) translateY(-300px);
    opacity: 0;
}

.product-detail-fixed .circle {
    -webkit-transform: translateX(-50%) scale(.6);
    -ms-transform: translateX(-50%) scale(.6);
    transform: translateX(-50%) scale(.6);
    opacity: 0;
}

.product-content-info {
    opacity: 0;
}

.product-slider .product-img {
    cursor: pointer;
    min-height: 730px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail.meyve .product-slider .product-img {
    min-height: 360px;
}

.product-detail.meyve .swiper-navigation .prev-btn, .product-detail.meyve .swiper-navigation .next-btn {
    bottom: 29%;
}

.product2-category-select ul li {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.mobileFeatures {
    display: none;
}

.album-slider {
    padding: 0 80px;
}

/* gsap animation */
@media (hover: hover) {
    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover {
        background: #A2C96F;
    }

    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover .content h3 {
        color: white;
    }

    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item:hover .berrilys-icon svg path {
        stroke: none;
        fill: #E9FDCE;
    }

    .career-form .form-wrapper .item .input input:hover, .career-form .form-wrapper .item .captcha-wrapper .captcha input:hover {
        border-color: #d2cdcd;
    }

    .career-form .form-wrapper .item .file-input input:hover ~ label {
        border-color: #d2cdcd;
        color: #888;
    }

    .career-form .form-wrapper .item .file-input input:hover ~ .file-btn {
        background: #d2cdcd;
    }

    .career-form .form-wrapper .item button:hover {
        background: #311718;
    }

    .career-form .form-wrapper .item .captcha-wrapper .captcha a:hover {
        background: #311718;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover {
        border-color: #91abab;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover .content h3 {
        color: #383838;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover .view .icon {
        opacity: 1;
    }

    .certificates .certificates-content .wrapper .item .certificates-item:hover .view {
        color: #74AF0D;
    }

    .policy-links ul li a:hover {
        color: #74af0d;
    }

    .policy-links ul li a:hover:before {
        background: #74af0d;
    }

    .product-features .item .icon:hover svg g {
        fill: #000;
    }

    .product-features .item .icon:hover svg circle, .product-features .item .icon:hover svg line {
        stroke: #000;
    }

    .modal-main .modal-close .closeBtn:hover svg {
        stroke: #FFC18D;
    }

    .product-title .button-area:hover .sale-list {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-title .button-area:hover a.has-link {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .product-title .sale-list .close-list:hover {
        background: #74af0d;
    }

    .product-title .button-area .sale-list ul li a:hover {
        color: #a04e09;
    }

    .product-features .item:hover .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .modal-img-main .close-modal .closeBtn:hover svg {
        stroke: #a04e09;
    }
}

@media screen and (max-width: 1700px) {
    .product-features .item:first-child {
        top: 2%;
        left: 19%;
    }

    .product-features .item:nth-child(2) {
        top: 16%;
        left: 5%;
    }

    .product-features .item:nth-child(3) {
        top: 33%;
        left: -2%;
    }

    .product-features .item:nth-child(4) {
        top: 2%;
        right: 19%;
    }

    .product-features .item:nth-child(5) {
        top: 16%;
        right: 5%;
    }

    .product-features .item:nth-child(6) {
        top: 33%;
        right: -2%;
    }

    .product-overlay {
        width: 600px;
    }
}

@media screen and (max-width: 1530px) {
    .career .career-wrapper .career-left .img {
        height: 700px;
    }

    .career .career-wrapper .career-left .img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-detail-fixed:before {
        width: 1340px;
        height: 1340px;
    }

    .product-features {
        width: 1340px;
        height: 1340px;
    }

    .product-detail-fixed .circle {
        width: 1240px;
        height: 1240px;
    }

    .product-features .item:nth-child(2) {
        top: 13%;
        left: 8%;
    }

    .product-features .item:nth-child(3) {
        top: 27%;
        left: 2%;
    }

    .product-features .item:nth-child(5) {
        top: 13%;
        right: 8%;
    }

    .product-features .item:nth-child(6) {
        top: 27%;
        right: 2%;
    }
    .product-features .item:nth-child(4) {
        top: 0;
    }

    .product-top-information {
        top: 115px;
    }
    
    .product-overlay {
        height: 420px;
    }
    
    .product-scroll-content {
        max-width: 30%;
    }
}

@media screen and (max-width: 1400px) {
    .product-detail-fixed:before {
        width: 1240px;
        height: 1240px;
    }

    .product-features {
        width: 1240px;
        height: 1240px;
    }

    .product-features .item:first-child {
        top: 2%;
        left: 17%;
    }

    .product-features .item:nth-child(2) {
        top: 10%;
        left: 8%;
    }

    .product-features .item:nth-child(3) {
        top: 21%;
        left: 1%;
    }
}

@media screen and (max-width: 1200px) {
    .career .career-main .career-title h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-title .cnt {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-slider > h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        overflow: visible;
    }

    .career .career-main .career-slider > h3 span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .career-slider .swiper-container .swiper-slide {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .certificates .certificates-content .wrapper .item {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .certificates .certificates-grid ul li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .certificates {
        padding: 70px 0;
    }

    /* gsap animation */
    .home-page-container {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-container .home-page.for_slick_slider {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-container .home-page.for_slick_slider .slick-dots li {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-container .slider-control-media {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home-page-products .product-categories {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .home-page-products .home-page-product .items .product {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .lead-to-sales .sales-image img {
        opacity: 1;
    }

    .lead-to-sales .lead-to-sales-left .products-img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .products-img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-top .sales-text a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .sales-text h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .sales-text a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .lead-to-sales .lead-to-sales-right .lead-to-sales-right-bottom .products-img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .product-showcase .product:nth-child(3n-2) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .product-showcase .product:nth-child(3n-1) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .product-showcase .product:nth-child(3n) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container .showcase-hood {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page-container .about-page-center-text h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-page-container .about-page-center-text h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-page-container .about-bg {
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product img {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page-container .about-page-products .table-img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page-container .about-page-products .about-page-parallax img {
        opacity: 1;
    }

    .about-article-container .about-article h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-article-container .about-article h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-article-container .about-article .vertical-line {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-article-container .about-article .vertical-line span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-article-container .about-article h4 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-article-container .about-article .article .article-left {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .about-article-container .about-article .article .article-right {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .about-video-section .about-video-text h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-video-section .about-video-text h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .about-video-section .about-video-text .vertical-line {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-video-section .about-video-text .vertical-line span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .about-video-section .about-video-episode {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .blog-header-container .blog-header {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .filter-item {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .about-us-tab .tab .tab-item:first-child a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .about-us-tab .tab .tab-item:last-child a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .tab-content-main {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .blogs .container .blog-content .blog-news .blog-item {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .container .blog-detail .blog-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .products-container .product-page-showing-info h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .products-container .product-page-showing-info .nice-select {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .products-section .product-content {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-showcase-container2 .product-page-showing-info h1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .product-showcase-container2 .product-page-showing-info .nice-select {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .product-showcase-container2 .product-showcase .product-card2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .career .career-main .career-title h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-title .cnt p {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-main .career-slider > h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .career .career-wrapper .career-main .career-slider .swiper-slide .single-career-item {
        opacity: 1;
    }

    .career-slider .swiper-container .swiper-pagination {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-main {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-information .info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-information .address {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact .contact-main .contact-main-wrapper .contact-information .social ul li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .contact-main .contact-main-wrapper .contact-form h3 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .contact-main .contact-main-wrapper .contact-form .item {
        opacity: 1;
    }

    .contact-main .contact-main-wrapper .contact-form h4.gizlilik {
        opacity: 1;
    }

    .product-overlay {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    .product-features .item .icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .product-title h1 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-title h2 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-title .button-area {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .swiper-navigation .prev-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .swiper-navigation .next-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .product-slider {
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1;
    }

    .product-detail-fixed .circle {
        display: none;
    }

    .product-content-info {
        opacity: 1;
    }

    .product2-category-select ul li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    /* gsap animation */
    .header.product-header.scroll:before {
        background: white;
    }

    .header.product-header.scroll:before {
        padding: 20px 0;
    }

    .vm-container {
        max-width: 90%;
    }

    .product-scroll-content {
        max-width: 60%;
    }

    .swiper-navigation .prev-btn, .next-btn {
        top: 36%;
        bottom: auto;
        position: absolute;
        left: 10%;
    }

    .swiper-navigation .next-btn {
        right: 10%;
    }

    .showcase-product {
        margin: 0;
        padding-top: 40px;
    }

    .product-detail {
        padding-top: 150px;
        min-height: auto;
    }

    .product-detail-fixed:before {
        display: none;
    }

    .product-features {
        position: relative;
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: auto;
    }

    .product-features .item {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        bottom: 0;
        right: 0 !important;
        margin: 0 15px;
    }

    .product-content-info {
        display: block;
        margin-top: 0px;
    }

    .product-tab-content {
        min-height: 311px;
    }

    .product-content .content {
        margin-top: 60px;
    }

    .product-tab-content .product-content .values > ul li {
        padding: 5px 15px;
    }

    .product-scroll-content {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow: visible;
    }

    .mobileFeatures {
        margin-top: 40px;
        position: relative;
        z-index: 10;
        display: block;
    }

    .product-detail-fixed .product-features {
        display: none;
    }

    .product-top-information {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: auto;
        margin-bottom: -10px;
    }

    .product-overlay {
        display: none;
    }

    .modal-img-main {
        max-width: 80%;
    }

    .product-features .item .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .blog-header-container .filtering {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .filtering .filter-btn {
        display: block;
        padding: 0 40px;
        color: #000;
        font-size: 18px;
        text-transform: uppercase;
        height: 70px;
        background: rgba(255,255,255,0);
        line-height: 70px;
        border-radius: 5px;
    }

    .filtering .filter-btn .icon svg {
        width: 20px;
        height: 20px;
        fill: #000;
        margin-right: 15px;
    }

    .blog-filter-item .search-form {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .blog-filter-item .search-form input {
        height: 70px;
    }

    .blog-filter-item .search-form button {
        border: none;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        border-radius: 20px;
        background: #e1e1e1;
    }

    .blog-filter-item {
        margin-bottom: 50px;
    }

    .filter-header {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filter-header .title h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .filter-header .close-filter svg {
        stroke: #000;
    }

    .blog-filter-item .search-form button svg {
        width: 20px;
        height: 20px;
        fill: #74af0d;
    }

    .filtering-window label:before {
        content: "";
        position: absolute;
        top: 47%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #74af0d;
    }

    .filtering-window label:after {
        content: "";
        position: absolute;
        top: 47%;
        -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        left: 3px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #74af0d;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    .filtering-window input:checked ~ label:after {
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    .mobile-menu .mobile-nav>ul>li {
        margin-bottom: 0;
    }

    .home-page-container .home-page.for_slick_slider .page-button {
        display: none;
    }

    .mobile-menu .mobile-nav ul li ul {
        background: #fafafa;
    }

    .mobile-menu .mobile-nav ul li a.sub-item:before, .mobile-menu .mobile-nav ul li a.sub-item:after {
        background: #000;
    }

    .mobile-menu .mobile-nav ul li a.sub-item.active:before, .mobile-menu .mobile-nav ul li a.sub-item.active:after {
        background: #000;
    }
}

@media screen and (max-width: 1023px) {
    .career .career-main .career-title {
        max-width: none;
    }

    .career .career-wrapper {
        margin: 0;
    }

    .career .career-main {
        padding: 100px 30px 0;
    }

    .certificates .certificates-grid {
        display: none;
    }

    .certificates {
        padding: 70px 30px;
    }

    .vm-container .vm-menu .menu-item > h5 {
        font-size: 35px;
    }

    .vm-container .vm-menu .menu-item > span {
        font-size: 15px;
    }

    .vm-container .vm-content .content-item {
        padding: 70px 70px 100px;
    }

    .vm-container .vm-content .content-item h3 {
        font-size: 21px;
    }

    .vm-container .vm-content .content-item p {
        font-size: 18px;
        line-height: 27px;
    }

    .vm-container {
        max-width: initial;
    }

    .product-detail {
        padding-top: 30px;
        min-height: auto;
    }

    .showcase-product .product-page-products.for_slick_slider {
        margin: 0;
        width: 100%;
        padding: 0 60px;
        margin-top: 40px;
    }

    .showcase-product .product-page-products-slider-controller {
        width: 90%;
        left: 5%;
    }

    footer .mobil-footer {
        background: white;
    }

    .modal-main {
        width: 80%;
    }

    .blogs {
        padding-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .certificates {
        padding: 60px 0 30px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .img {
        padding: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #B8D6D6;
        border-right: none;
        padding-bottom: 20px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .content {
        margin-bottom: 30px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .view .icon {
        opacity: 1;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .view {
        padding: 0;
        font-size: 12px;
        display: none;
    }

    .certificates {
        padding: 60px 0 30px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item {
        padding: 15px;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .content h3 {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 15px;
        min-height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .certificates .certificates-content .wrapper .item .certificates-item .content {
        padding: 0;
        margin-bottom: 0;
    }

    .certificates .certificates-content .wrapper .item {
        width: 50%;
    }

    .vm-container .vm-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vm-container .vm-menu .menu-item:first-child {
        text-align: center;
    }

    .vm-container .vm-menu .menu-item {
        text-align: center;
    }

    .vm-container .vm-menu .item-autoplay {
        margin: 20px 0;
        width: 90%;
    }

    .vm-container .vm-content {
        margin-top: 40px;
    }

    .about-video-section .about-video-text {
        padding-top: 30px;
    }

    .vm-container .vm-content .content-item h3 {
        font-size: 18px;
    }

    .vm-container .vm-content .content-item p {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }

    .vm-container .vm-content .content-item {
        padding: 30px 30px;
    }

    .vm-container .vm-content .content-item svg {
        margin-bottom: 20px;
    }

    .product-features {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
        display: block;
        white-space: nowrap;padding-left: 30px;
    }

    .product-features .item {
        display: inline-block;
    }

    .product-features .item .icon {
        width: 60px;
        height: 60px;background: white;
    }

    .home-page-products.b {
        margin-top: 0;
    }

    .product-title h2 {
        font-size: 40px;
    }

    .product-top-information {
        width: 100%;
    }

    .product-scroll-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .product-tab-content {
        min-height: 230px;
    }


    .swiper-navigation .prev-btn, .next-btn {
        left: 0;
    }

    .swiper-navigation .next-btn {
        right: 0px;
    }

    .swiper-navigation .prev-btn, .swiper-navigation .next-btn {
        top: 35%;
        width: 60px;
        height: 60px;display: flex;align-content: center;justify-content: center;
    }

    .silo .swiper-navigation .prev-btn, .silo .swiper-navigation .next-btn {
        top: 35%;
    }

    .kuru .swiper-navigation .prev-btn, .kuru .swiper-navigation 
     .next-btn {
        top: 32%;
    }

    .product-slider .product-img {
        min-height: auto;
        padding: 30px 20px;
        min-height: auto !important;
    }

    .swiper-navigation .prev-btn svg, .swiper-navigation .next-btn svg {width: 15px;}

    .showcase-product h4 {
        font-size: 32px;
    }

    .showcase-product .product-page-products.for_slick_slider .items {
        margin: 0;
    }

    .modal-gallery-title {
        font-size: 30px;
    }

    .modal-main {
        width: 90%;
    }

    .modal-icon {
        margin-bottom: 20px;
    }

    .modal-icon svg {
        max-height: 80px;
    }

    .modal-close {
        margin-top: 30px;
    }

    .modal-content {
        padding: 20px;
    }

    .modal-content h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .modal-content p {
        font-size: 14px;
    }

    .filtering .filter-btn {
        font-size: 16px;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
    }

    .blog-header-container .blog-header h2 {
        font-size: 32px;
    }

    .filtering-window {
        width: 100%;
        left: -105%;
        padding: 30px;
    }

    .filtering-window h3 {
        font-size: 18px;
    }

    .filtering-window label {
        font-size: 16px;
    }

    .filtering-window .option {
        margin-bottom: 15px;
    }

    .filtering-window h4 {
        font-size: 18px;
    }

    .showcase-product {
        margin-top: 10px;
    }

    .showcase-product:before {
        height: 140px;
    }

    .product-title .button-area {
        max-width: 60%;
        margin: auto;
        margin-top: 30px;
        z-index: 6;
    }

    .product-title .button-area a {
        height: 50px;
        line-height: 50px;
        position: relative;
    }

    .product-title .sale-list {
        top: 100%;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    .product-title .sale-list.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        pointer-events: auto;
        z-index: 6;
    }

    .product-title .button-area .sale-list ul {
        background: white;
        border-radius: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 12%);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 12%);
    }

    .product-title .button-area .sale-list ul li a {
        font-weight: 500;
        color: #a29f9f;
        height: 45px;
    }

    .product-title .button-area .sale-list ul li {
        width: 100%;
    }

    .product-title .button-area .sale-list ul li:last-child a {
        border: none;
    }

    footer .mobil-footer-top .footer-menu {
        max-width: 100%;
    }

    .lead-to-sales-container {
        margin-top: 0;
    }

    .home-page-footer .footer-top .footer-inner .footer-inner-left {
        text-align: center;
        display: block;
    }

    .product-page-showing-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    main .product-showcase-container2 .product-page-showing-info .select2-a {
        width: 100%;
        margin-top: 20px;
        height: 50px;
        line-height: 50px;
    }

    .product-showcase-container2 .product-page-showing-info .select2-a .list {
        width: 100%;
    }
}

/* * Prefixed by https://autoprefixer.github.io * PostCSS: v7.0.29, * Autoprefixer: v9.7.6 * Browsers: last 4 version */
@media screen and (max-width: 1700px) {
    /* Urunler */ .products-section .product .product-shadow {
        width: 100%;
    }

    /* Urunler */
    /* Urunler 2*/
    .product-showcase-container2 {
        width: 85%;
    }

    /* Urunler2 */
}

@media screen and (max-width: 1500px) {
    /* Anasayfa */ .product-showcase-container .product-showcase .product .product-inner img {
        width: 80%;
    }

    .product-showcase-container .product-showcase .product .product-inner {
        bottom: 0;
        left: auto;
        right: -30px;
    }

    .product-showcase-container .product-showcase .product {
        height: 375px;
    }

    /* Anasayfa */
    /* HakkÄ±mÄ±zda */
    .about-article-container {
        padding: 150px 200px 65px;
    }

    .about-page-container .about-page-products .table-img {
        bottom: 45px;
    }

    .about-article-container:before {
        top: -80px;
    }

    /* HakkÄ±mÄ±zda */

    .product-features .item:nth-child(6) {
        right: 0;
    }

    .product-features .item:nth-child(5) {
        right: 6%;
    }
}

@media screen and (max-width: 1400px) {
    /* HakkÄ±mÄ±zda */ .about-page-container .about-page-products .about-page-products-content .about-product.p3 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p2 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        left: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p1 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        left: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p4 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        right: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p5 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content {
        padding-bottom: 70px;
    }

    .about-page-container .about-page-center-text {
        padding-top: 210px;
    }

    .about-page-container .about-page-center-text h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .about-page-container .about-page-center-text h2 {
        font-size: 45px;
        line-height: 45px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-section .product-content {
        padding: 0 50px;
    }

    /* Urunler */

    .product-features .item:nth-child(5) {
        top: 9%;
        right: 9%;
    }

    .product-features .item:nth-child(6) {
        top: 21%;
        right: 1%;
    }
}

@media screen and (max-width: 1100px) {
    /* Anasayfa */ /* Anasayfa */ /* HakkÄ±mÄ±zda */ .about-page-container .about-bg {
        top: 30px;
    }

    .about-page-container {
        height: 60vh;
    }

    .about-article-container {
        padding: 100px 150px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 40px;
    }

    .about-article-container .about-article h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        line-height: 25px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 25px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    }

    /* Urunler2 */
    /* Urunler */
    .products-section .product {
        height: 230px;
    }

    .products-section .product-content {
        padding: 0 30px;
    }

    .products-container {
        padding: 220px 120px 50px;
    }

    .products-section {
        margin-top: 50px;
    }

    /* Urunler */
}

@media screen and (max-width: 1023px) {
    /* HakkÄ±mÄ±zda */ .about-article-container {
        padding-right: 90px;
        padding-left: 90px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-container {
        padding-top: 100px;
    }

    .products-section .product-content {
        width: 50%;
    }

    /* Urunler */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product .product-inner {
        width: 50%;
        right: 0;
        left: auto;
        bottom: 20px;
    }

    .product-showcase-container2 {
        padding-top: 100px;
    }

    /* Urunler 2 */
}

@media screen and (max-width: 767px) {
    /* HakkÄ±mÄ±zda */ .about-article-container .about-article h1 {
        font-size: 20px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 28px;
    }

    .about-article-container .about-article h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .about-article-container {
        padding: 100px 20px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        font-size: 17px;
        line-height: 21px;
    }

    .about-article-container .about-article .article .article-right {
        margin-left: 30px;
    }

    .about-article-container .about-article .article {
        margin-top: 40px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 20px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
        height: 400px;
    }

    .product-showcase-container2 {
        padding: 100px 10px;
    }

    .product-showcase-container2 .product-showcase .product .product-inner {
        bottom: 20px;
    }

    /* Urunler 2 */
    /* Urunler */
    .products-container .product-page-showing-info .select2-a {
        width: 100%;
    }

    .products-container .product-page-showing-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .products-container .product-page-showing-info h1 {
        margin-bottom: 30px;
    }

    .products-container {
        padding: 50px;
    }

    .products-section .product-content {
        width: 100%;
    }

    .products-section {
        padding: 0 50px;
    }
    .products-section .product {
        margin-bottom: 50px;
    }

    /* Urunler */
}

/* * Prefixed by https://autoprefixer.github.io * PostCSS: v7.0.29, * Autoprefixer: v9.7.6 * Browsers: last 4 version */
@media screen and (max-width: 1700px) {
    /* Urunler */ /* Urunler */ /* Urunler 2*/ .product-showcase-container2 {
        width: 85%;
    }

    /* Urunler2 */
}

@media screen and (max-width: 1500px) {
    /* Anasayfa */ .product-showcase-container .product-showcase .product .product-inner img {
        width: 80%;
    }

    .product-showcase-container .product-showcase .product .product-inner {
        bottom: 0;
        left: auto;
        right: -30px;
    }

    .product-showcase-container .product-showcase .product {
        height: 375px;
    }

    /* Anasayfa */
    /* HakkÄ±mÄ±zda */
    .about-article-container {
        padding: 150px 200px 65px;
    }

    .about-page-container .about-page-products .table-img {
        bottom: 45px;
    }

    .about-article-container:before {
        top: -80px;
    }
}

@media screen and (max-width: 1400px) {
    /* HakkÄ±mÄ±zda */ .about-page-container .about-page-products .about-page-products-content .about-product.p3 {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p2 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        left: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p1 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        left: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p4 {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        right: 100px;
    }

    .about-page-container .about-page-products .about-page-products-content .about-product.p5 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: 245px;
    }

    .about-page-container .about-page-products .about-page-products-content {
        padding-bottom: 70px;
    }

    .about-page-container .about-page-center-text {
        padding-top: 210px;
    }

    .about-page-container .about-page-center-text h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .about-page-container .about-page-center-text h2 {
        font-size: 45px;
        line-height: 45px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-section .product-content {
        padding: 0 25px;
    }

    /* Urunler */
}

@media screen and (max-width: 1100px) {
    /* Anasayfa */ /* Anasayfa */ /* HakkÄ±mÄ±zda */ .about-page-container .about-bg {
        top: 30px;
    }

    .about-page-container {
        height: 60vh;
    }

    .about-article-container {
        padding: 60px 70px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 40px;
    }

    .about-article-container .about-article h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        line-height: 25px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 25px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    }

    /* Urunler2 */
    /* Urunler */
    .products-section .product {
        height: 300px;
    }

    .products-section .product-content {
        padding: 0 30px;
    }

    .products-container {
        padding: 220px 0 50px 100px;
    }

    .products-section {
        margin-top: 50px;
    }

    /* Urunler */
}

@media screen and (max-width: 1023px) {
    /* HakkÄ±mÄ±zda */ .about-article-container {
        padding-right: 90px;
        padding-left: 90px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler */
    .products-container {
        padding-top: 100px;
    }

    .products-section .product-content {
        width: 50%;
    }

    /* Urunler */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product .product-inner {
        width: 50%;
        right: 0;
        left: auto;
        bottom: 20px;
    }

    .product-showcase-container2 {
        padding-top: 100px;
    }

    .product-showcase-container2 .product-page-showing-info {
        padding: 0;
    }
    /* Urunler 2 */
}

@media screen and (max-width: 767px) {
    /* HakkÄ±mÄ±zda */ .about-article-container .about-article h1 {
        font-size: 20px;
    }

    .about-article-container .about-article h2, .about-video-section .about-video-text h2 {
        font-size: 28px;
    }

    .about-article-container .about-article h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .about-article-container {
        padding: 100px 20px;
    }

    .about-article-container .about-article .article .article-left h5, .about-article-container .about-article .article .article-right h6 {
        font-size: 17px;
        line-height: 21px;
    }

    .about-article-container .about-article .article .article-right {
        margin-left: 30px;
    }

    .about-article-container .about-article .article {
        margin-top: 40px;
    }

    .about-video-section .about-video-text h1 {
        font-size: 20px;
    }

    /* HakkÄ±mÄ±zda */
    /* Urunler 2 */
    .product-showcase-container2 .product-showcase .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
        height: 400px;
    }

    .product-showcase-container2 {
        padding: 100px 10px;
    }

    .product-showcase-container2 .product-showcase .product .product-inner {
        bottom: 20px;
    }

    /* Urunler 2 */
    /* Urunler */
    .products-container .product-page-showing-info .select2-a {
        width: 100%;
    }

    .products-container .product-page-showing-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .products-container .product-page-showing-info h1 {
        margin-bottom: 30px;
    }

    .products-container {
        padding: 50px 0;
    }

    .products-section .product-content {
        width: 100%;
        padding: 0 5px;
    }
    .pagination .page-link {
        padding: 3.5px 10.25px;
    }
    .pagination .page-item + .page-item {
        margin-left: 7px;
    }
    .products-section {
        padding: 0 50px;
    }

    .product-card .product h2 {
        font-family: Oswald;
        font-weight: 500;
        font-size: 24px;
        text-transform: uppercase;
        line-height: 28px;
        text-align: left;
        color: #444544;
        transition: .4s;
    }

    .products-section .product {
        margin-bottom: 60px;
    }

    header.header .search-page {
        width: 90%;
    }
    
    header.header .search-page .search-button .search-categories {
        height: 55px;
        font-size: 16px;
    }
    
    .search-page .search-tab-links .tab-link a {
        font-size: 14px;
    }

    .product-detail.meyve .product-slider .product-img {
        min-height: 380px !important;
    }
    
    .meyve .swiper-navigation .prev-btn, .meyve .swiper-navigation .next-btn {
        top: 33%;
    }

    .meyve .product-content-info .product-tab-content {
        min-height: 270px;
    }

    .mobileFeatures {
        margin-top: 0;
    }
    
    .kuru .mobileFeatures {
        margin-top: 40px;
    }
    .album-slider {
        padding: 0 30px;
    }

    .album-main {
        margin: 0;
        margin-bottom: 50px;
    }
    /* Urunler */
}

@media screen and (min-width: 1500px) and (max-width: 1550px) {
    .product-slider .product-img {
        min-height: auto;
    }
}

@media screen and (max-width: 1681px) {
    .product-slider .product-img {
        min-height: 440px;
    }
}

.product-card2 .product-about h3 {
    margin-top: 13px;
    margin-left: 0;
}

.album-main {
    margin: 50px 0;
}

.album-slider .swiper-slide a img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

@-moz-document url-prefix() {
    .product-image-modal {
        background-color: #fef1e9;
    }
}
.widget-area {
    margin-left: 35px;
    border-left: 1px solid rgba(0,0,0,0.1);
    background: #fafafa;
    padding: 25px;
    border-radius: 50px 0 0 50px;
}
.widget-title{
    font-family:Oswald;
    margin-bottom:25px;
}
.widget_recent_entries ul li{
   margin-bottom:12px;
   position:relative;
}
.widget_recent_entries ul li a {
    font-size: 15px;
    line-height:21px;
    color: #626262;
    padding: 5px;
    position:relative;
}
.popup-overlay .popup,
a.submit {
    border-radius: 5px;
    display: inline-block
}

.popup-overlay,
.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0
}

.popup-overlay {
    display: none;
    top: 0;
    rigth: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    z-index: 9999999
}

    .popup-overlay .popup {
        width: 450px;
        min-height: auto;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 0
    }

.bilgi-cookie .close,
a.submit {
    padding: 7px 1rem;
    float: inherit;
}
.theme-btn {
    background-color: #31b2fe;
    color:#ffffff;
    font-weight:400;
}

a.submit {
    margin-top: 0;
    color: #fff;
    background-color: #4ab747;
    text-decoration: none;
    font-family: sans-serif;
    margin-right: 0;
    font-size: 12px;
    line-height: 20px
}

.bilgi-cookie {
    padding: 0;
    position: relative
}

.popupkapat {
    background-color: #465b70 !important
}

.bilgi-cookie span {
    font-size: 13px
}

.bilgi-cookie p {
    font-size: 12px;
    margin-bottom: 3px
}

.popup-form h4 {
    font-size: 14px;
    line-height: 24px;
    font-family: gothambold
}

.popup-form span {
    display: inline-table;
    text-transform: inherit;
    border-bottom: none;
    font-size: 14px;
    margin: 5px 7px;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px
}

.popup-input input {
    border: 2px solid #e5e5e5;
    padding: 22px 25px;
    background: #fff;
    color: #7a8a9e;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    height: 47px
}

.popup-input .form-group span {
    position: absolute;
    left: 25px;
    top: 9px;
    display: inline-block;
    font-size: 14px
}

.popup-input .form-group:last-child {
    margin-bottom: 15px
}

.popup-input .form-group span i {
    background: linear-gradient(90deg, #4cbcd3 0, #018cc4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border-bottom: none !important
}

.bilgi-cookie a.site-btn {
    position: relative;
    width: 100%;
    text-align: center;
    top: inherit;
    margin-top: -7px
}

.popup-form p {
    font-size: 22px;
    line-height: 27px;
    padding: 0 20px;
    margin: 25px 0 15px;
    color: #465b70
}
.popup-form p a{
    font-weight:600;
    color: #465b70;
}

.popupyonlendirme {
    position: relative !important;
    top: inherit !important;
    right: 0;
    background-color: #1967d2;
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 7px;
    padding: 5px 15px
}
.logo-ozacar img {
    height: 45px;
}
.popup-input{
    padding:15px;
}
.icon-height {
    height: 20px;
    margin-right: 10px;
}
.bilgi-cookie span {
    font-size: 13px;
}
.mobile-banner-slider {
    display: none;
}
@-webkit-keyframes texteffect {
    0% {
        -webkit-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
        opacity: 1;
    }
}

@keyframes texteffect {
    0% {
        -webkit-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
        opacity: 1;
    }
}

@keyframes texteffect {
    0% {
        -webkit-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes show-img-1 {
    0%, 66.6% {
        opacity: 0;
        visibility: hidden;
    }

    100%, 66.7% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes show-img-1 {
    0%, 66.6% {
        opacity: 0;
        visibility: hidden;
    }

    100%, 66.7% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes slide-bg-2 {
    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes slide-bg-2 {
    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
@media only screen and (min-width:1490px){
    .container {
        max-width: 1470px;
    }
}
@media only screen and (max-width:1470px) {
    .main-algeapharma-products .wrap article h5 {
        font-size: 25px;
        margin-bottom: 0;
        color: #ffffff;
        text-transform: uppercase;
    }
    .main-algeapharma-products .wrap article p {
        font-size: 17px;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .main-algeapharma-products .wrap figure {
        height: 230px;
        width: 100%;
        position: relative;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
}
@media only screen and (max-width:991px) {
    .main-algeapharma-products .container {
        max-width: 900px;
        padding: 0 25px;
    }

    .main-algeapharma-products .wrap article h5 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
        color: #ffffff;
        text-transform: uppercase;
    }
    .main-algeapharma-products .wrap article p {
        font-size: 13px;
        line-height:16px;
    }
}
@media only screen and (max-width:767px) {
    .main-algeapharma-products .wrap figure {
        height: 260px;
    }
    .main-algeapharma-products .row > div:nth-child(1) .wrap .figure-bg {
        border-radius: 25px 25px 0 0;
    }
    .main-algeapharma-products .row > div:nth-child(1) .wrap figure {
        border-radius: 25px 25px 0 0;
    }
    .main-algeapharma-products .row > div:nth-child(1) .wrap figure:before {
        border-radius: 25px 25px 0 0;
    }
    .main-algeapharma-products .row > div:nth-child(3) .wrap .figure-bg {
        border-radius: 0 0 25px 25px;
    }
    .main-algeapharma-products .row > div:nth-child(3) .wrap figure {
        border-radius: 0 0 25px 25px;
    }
        .main-algeapharma-products .row > div:nth-child(3) .wrap figure:before {
            border-radius: 0 0 25px 25px;
        }
}
.food-table-main p {
    font-size: 18px;
    color: #3c3a3a;
    line-height: 29px;
    text-align: left;
}
.food-table-main h3 {
    font-size:35px;
    line-height:40px;
    margin:25px 0;
    text-transform:uppercase;
    font-weight:600;
}