/*!
Theme Name: velmut
Theme URI: http://underscores.me/
Author: Velmut Web Software
Author URI: https://velmut.com/
Description: Velmut kurumsal web site
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: velmut

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

velmut is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
* {
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html{
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    /* overflow-x: hidden !important; */
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}
a:hover{
    transition: all 0.4s ease;
}

p {
    margin-bottom: 0;
    font-size: 14px;
}

li {
    list-style: none;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

header{
    transition: all 0.3s ease;
}



.atilim-header {
    position: absolute;
    top: 0;
    z-index: 99999;
    width: 100%;
}

.atilim-header .nav-main-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}

.atilim-header .nav-main-page .atilim-logo {
}

.atilim-header .nav-main-page .atilim-logo img {
    width: 100%;
}

.atilim-header .nav-main-page .nav-menu-a {
    position: relative;
    z-index: 999999999999999;
}

.atilim-header .nav-main-page .nav-menu-a ul:first-child {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.atilim-header .nav-main-page .nav-menu-a ul .navbar-menu-list {position: relative;}

.atilim-header .nav-main-page .nav-menu-a ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0px;
    cursor: pointer;
}

.atilim-header .nav-main-page .nav-menu-a ul li a span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li a:hover span {
    color: #fff;
    transition: all 0.4s ease;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav {
    column-gap: 10px;
    display: flex;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 7px 15px;
    height: 40px;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li a:hover {
    background-color: #3556ff;
    transition: all 0.4s ease;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li .lang-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 11px;
    width: 128px;
    justify-content: center;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav .other-language {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    /* margin-top: 10px; */
    display: none;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav .other-language a {
    padding: 0;
    justify-content: center;
    opacity: 0.7;
    margin-top: 10px;
    background-color: #3556ff;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav .other-language a:hover {
    opacity: 1;
    background-color: transparent;
    transition: all 0.4s ease;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav .other-language a span {
    font-size: 11px;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li .lang-item i {
    font-size: 18px !important;
    line-height: 0.4;
    color: #fff;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li a:hover i {
    color: #fff;
    transition: all 0.4s ease;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li .lang-item span {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.atilim-header
.nav-main-page
.nav-menu-a
ul.right-nav
li
.lang-item:hover
span {
    color: #fff;
    transition: all 0.4s ease;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li .search-button {
    width: 40px;
    justify-content: center;
}

.atilim-header .nav-main-page .nav-menu-a ul.right-nav li .search-button img {
    width: 17px;
    height: 17px;
    max-width: max-content;
}

/* atilim slides */
.atilim-slides {
    position: relative;
    height: 590px;
    padding: 130px 0px 0px 0px;
}

.atilim-slides:before {
    content: "";
    width: 100%;
    height: 555px;
    background-color: #201161;
    position: absolute;
    left: 0;
    top: -50px;
}

.atilim-slides .container,
.row {
    height: 100% !important;
}

/* atilim-slides section slider */
.firsMainSlides {
    width: 100%;
    height: 100%;
}

.firsMainSlides .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    flex-direction: column;
    margin-bottom: 25px;
}

.firsMainSlides .swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.firsMainSlides .swiper-slide .slides-texting {
    font-size: 60px;
    color: #fff;
    opacity: 0.4;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 23px;
    text-align: left;
}

.firsMainSlides .swiper-slide .slides-texting .modal-aa {
    display: block;
    font-weight: 300;
}

.firsMainSlides .swiper-slide .in-slide {
    padding: 40px 0 0px 25px;
}

.firsMainSlides .swiper-slide .slides-linkss {
    display: flex;
    color: #fff;
    opacity: 0.6;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 3px;
}

.firsMainSlides .swiper-slide img {
    display: block;
    width: 242px;
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: -48px;
}

/*  */
.atilim-slides .slides-left {
    position: relative;
}

.atilim-slides .slides-still-text {
    height: 100%;
    padding: 45px 0 0 0;
}

.atilim-slides .slides-still-text h1 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.atilim-slides .slides-still-text p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
}

.custom-links {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
}

.custom-links a {
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 7px 30px;
}

.custom-links a:hover {
    color: #201161;
    background-color: #fff;
    transition: all 0.4s ease;
}

.custom-links a.custom-even-link {
    background: #fff;
    color: #201161;
}

.custom-links a.custom-even-link:hover {
    background-color: transparent;
    color: #fff;
    transition: all 0.4s ease;
}

.atilim-slides .navigation-first {
    position: absolute;
    bottom: 178px;
    right: 10px;
}

.atilim-slides .navigation-first .nav-item {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    justify-content: center;
}

.atilim-slides .navigation-first .nav-item a {
}

.atilim-slides .navigation-first .nav-item a i {
}

.atilim-slides .column-item-16 {
    background: #3556ff;
    height: 85px;
    width: 526px;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 20px;
}

.atilim-slides .column-item-16 .item-a {
    height: 100%;
}

.atilim-slides .column-item-16 .item-a ul {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 35px;
}

.atilim-slides .column-item-16 .item-a ul li {
}

.atilim-slides .column-item-16 .item-a ul li a {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.atilim-slides .column-item-16 .item-a ul li a img {
}

.atilim-slides .column-item-16 .item-a ul li a span {
    color: #fff;
    font-size: 16px;
}

.open-page-social {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    height: auto;
}

.open-page-social .page-item ul li a i {
    color: #fff;
    font-size: 19px;
}

.atilim-who-we {
    margin: 75px 0 0 0;
}

.atilim-who-we .about-item {
}

.atilim-who-we .about-item p {
    font-size: 14px;
    font-weight: 600;
}

.atilim-who-we .about-item p:not(:first-child) {
    margin-top: 20px;
}

.atilim-who-we .about-item p span {
    font-size: 22px;
    color: #3556ff;
}

.atilim-who-we .about-logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.atilim-who-we .about-logo img {
    width: 150px;
}

/* galery slides */
.galery-slide {
    width: 100%;
    height: 100%;
}

.galery-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galery-slide .swiper-slide img {
    border-radius: 11px;
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.atilim-gallery {
    margin: 55px 0 0 0;
}

/* product-part */

.atilim-product-parts {
    margin: 75px 0 0 0;
}

.custom-title-parts {
    width: 100%;
    text-align: center;
}

.custom-title-parts h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    color: #424242;
    letter-spacing: 7px;
    margin-bottom: 5px;
}

.custom-title-parts h3 {
    color: #3556ff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px;
}

.atilim-product-parts .product-inc {
    margin-top: 17px;
}

.atilim-product-parts .product-inc ul {
    display: flex;
    justify-content: space-between;
    column-gap: 45px;
}

.atilim-product-parts .product-inc ul li {
    position: relative;
}

.atilim-product-parts .product-inc ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.atilim-product-parts .product-inc ul li .shape-aa {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #3556ff;
    transform: rotate(180deg) translate(50%, 0);
    position: absolute;
    left: 50%;
    display: none;
}

/* product slides */

.product-atilim-slide {
    width: 100%;
    height: 100%;
}

.product-atilim-slide .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 15px 0px;
    margin-bottom: 35px;
    height: 259px;
    object-fit: cover;
}

.product-atilim-slide .swiper-slide:hover{
    transition: all .5s cubic-bezier(0.1, 0.1, 0.1, 0.1);
    background-color: #f1f1f1;
}

.product-atilim-slide .swiper-slide:hover .product-modal{
    transition: all .5s cubic-bezier(0.1, 0.1, 0.1, 0.1);
    background-color: #f1f1f1;
}


.product-atilim-slide .swiper-slide:hover .product-image img{
    transform: scale(1.2);
    transition: all .5s cubic-bezier(0.1, 0.1, 0.1, 0.1);
}

.product-atilim-slide .swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
}

.product-atilim-slide .swiper-slide .product-image {width: 100%;height: 100%;display: flex;align-items: center;overflow: v;justify-content: center;}

.product-atilim-slide .swiper-slide .product-image img {
    display: block;
    width: 200px;
    object-fit: cover;
    height: auto;
}

.product-atilim-slide .swiper-slide .product-modal {
    font-size: 14px;
    color: #000;
    position: absolute;
    bottom: 14px;
    font-weight: 300;
    transform: translate(-50%, 0);
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

.atilim-product-parts .product-slides {
    margin: 40px 0 0 0;
}

.navigation-bottom {
    margin-top: 25px;
}

.navigation-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.navigation-bottom ul li a {
    display: block !important;
}

.navigation-bottom ul li a img {
    width: 100%;
}

/* atilim-promotion-part */

.atilim-promotion-part {
    margin: 75px 0 0 0;
}

.atilim-promotion-part .part-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.atilim-promotion-part .part-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.atilim-promotion-part .part-image .border-shape {
    width: 100%;
    height: 100%;
    border: 1px solid #201161;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    border-radius: 25px;
}

.atilim-promotion-part .part-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 45px;
}

.atilim-promotion-part .part-text h2 {
    color: #3556ff;
    font-weight: 600;
    font-size: 25px;
    font-weight: 600;
}

.atilim-promotion-part .part-text h3 {
    font-size: 25px;
    font-weight: 600;
}

.atilim-promotion-part .part-text p {
    font-weight: 400;
    line-height: 22px;
}

.atilim-promotion-part .part-text a {
    color: #fff;
    background: #3556ff;
    border: 1px solid #3556ff;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.atilim-promotion-part .part-text a:hover {
    background-color: #201161;
    border-color: #201161;
    transition: all 0.4s ease;
}

/* blog-part */

.atilim-blog-part {
    margin: 75px 0 0 0;
    background: #f9f9f9;
    padding: 30px 0px;
    overflow-x: hidden !important;
    max-width: 100% !important;
}

.atilim-blog-part .blog-part-title {
    text-align: center;
}

.atilim-blog-part .blog-part-title h2 {
    font-size: 20px;
    color: #3556ff;
    font-weight: 600;
}

.atilim-blog-part .blog-main-page {
    margin: 30px 0 0 0;
}

.blog-slides {
    width: 100%;
    overflow-x: hidden !important;
    height: 100%;
    max-width: 100% !important;
}

.blog-slides .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.blog-slides .swiper-slide:before {
    content: "";
    width: 98%;
    height: 75%;
    background-color: #fff;
    position: absolute;
    left: 1%;
    bottom: 17px;
    z-index: -1;
    box-shadow: 0px 0px 45px 0px rgba(128, 128, 128, 1);
    -webkit-box-shadow: 0px 0px 17px -8px rgb(128 128 128);
    -moz-box-shadow: 0px 0px 45px 0px rgba(128, 128, 128, 1);
    border-radius: 20px;
}

.blog-slides .swiper-slide .blog-slide-body {padding: 0 20px;height: 395px;width: 100%;}

.blog-slides .swiper-slide .blog-slide-body img {width: 100%;max-width: 100%;border-radius: 20px;     max-height: 169px;
    object-fit: cover; }

.blog-slides .swiper-slide .blog-slide-body h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 0;
}

.blog-slides .swiper-slide .blog-slide-body p {
    font-weight: 400;
    padding: 0 15px;
    font-size: 13px;
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
}

.blog-slides .swiper-slide .blog-slide-body a {
    color: #fff;
    background: #3556ff;
    border: 1px solid #3556ff;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.blog-slides .swiper-slide .blog-slide-body a:hover {
    background-color: #201161;
    border-color: #201161;
    transition: all 0.4s ease;
}

.blog-slides .swiper-slide .blog-slide-body .custom-links {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

/* brand slide */
.brands-slide {
    width: 100%;
    height: 100%;
}

.brands-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
}

.brands-slide-2 {
    width: 100%;
    height: 100%;
}

.brands-slide-2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
}

.atilim-brands-we {
    margin: 60px 0 0 0;
    overflow: hidden;
}

.atilim-brands-we .texting-brand {
}

.atilim-brands-we .texting-brand h2 {
    font-size: 24px;
    font-weight: 600;
}

.atilim-brands-we .texting-brand h2 span {
    color: #3556ff;
}

.atilim-brands-we .texting-brand .text-b {
}

.atilim-brands-we .texting-brand .text-b p {
    margin-top: 10px;
    font-weight: 400;
}

.atilim-brands-we .texting-brand .navigation-bottom {
    justify-content: flex-start;
    display: flex;
    margin-top: 10px;
}

/* form part */

.atilim-form-main-page {
    margin-top: 50px;
}

.atilim-form-main-page .form-part-title {
    text-align: center;
}

.atilim-form-main-page .form-part-title h2 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 0;
}

.atilim-form-main-page .form-view-page {
    background-color: #3556ff;
    height: 150px;
    border-radius: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.atilim-form-main-page .form-view-page form {
}

.atilim-form-main-page .form-view-page form .form-page {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    column-gap: 18px;
    padding: 20px 15px 0px 15px;
}

.atilim-form-main-page .form-view-page form .form-page-item {
    width: 21%;
}

.atilim-form-main-page .form-view-page form .form-page-item.sends-form {
    width: 15%;
}

.atilim-form-main-page .form-view-page form .form-page-item input[type=submit] {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 13px;
    border: 1px solid #201161;
    background-color: #201161;
    color: #fff;
}

.atilim-form-main-page .form-view-page form .form-page-item input[type=submit]:hover {
    background-color: #3556ff;
    border: 1px solid #fff;
    transition: all 0.4s ease;
}

.atilim-form-main-page .form-view-page form .form-page-item button span {
    font-size: 14px;
}

.atilim-form-main-page .form-view-page form .form-page-item button img {
}

.atilim-form-main-page .form-view-page form .form-page-item input {
    background-color: #fff;
    border: none;
    padding: 0 15px;
    color: #201161;
}

.atilim-form-main-page .form-view-page form .form-page-item input::placeholder {
    font-size: 13px;
    color: #989898;
}

.atilim-form-main-page
.form-view-page
form
.form-page-item
input:focus-visible {
    outline: 0px !important;
}

.atilim-form-main-page .form-view-page form .form-page-item input {
    width: 100%;
    height: 40px;
    border-radius: 50px;
}

/* footer */

.atilim-footer-view {
    background-color: #201161;
    padding: 50px 0px;
    position: relative;
}

.atilim-footer-view::before {
    content: "";
    width: 100%;
    height: 100px;
    background-color: #201161;
    position: absolute;
    left: 0;
    top: -68px;
    z-index: -1;
}

.atilim-footer-view .footer-column-8 {
}

.atilim-footer-view .footer-column-8 .footer-logo {
    width: 220px;
}

.atilim-footer-view .footer-column-8 ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.atilim-footer-view .footer-column-8 ul li {
}

.atilim-footer-view .footer-column-8 ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.atilim-footer-view .footer-column-8 ul li a:hover {
    color: #3456ff;
    transition: all 0.4s ease;
}

.atilim-footer-view .footer-column-8 ul.atilim-contact-column {
    row-gap: 8px;
}

.atilim-footer-view .footer-column-8 ul.atilim-contact-column a {
    font-size: 16px;
    font-weight: 600;
}

.atilim-footer-view .footer-column-8 ul.atilim-contact-column a span {
    font-weight: 300;
    font-size: 18px;
}

.atilim-footer-view .footer-column-8 ul.atilim-contact-column li ul {
    flex-direction: row;
    column-gap: 8px;
    margin-top: 7px;
}

.atilim-footer-view .footer-column-8 ul.atilim-contact-column li ul a {
    font-weight: 100;
}

.atilim-footer-view .footer-column-8 ul.atilim-contact-column li ul a i {
    font-size: 20px;
}

.atilim-header .menu-phone {
    display: none;
}

.search-open-page {
    position: fixed;
    top: 0;
    background: RGBA(32, 17, 97, 0.9);
    height: 100vh;
    width: 100%;
    z-index: 999999;
    display: none;
}

.search-open-page .search-text-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search-open-page .search-text {
}

.search-open-page .search-text h2 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
}

.search-open-page .search-text .search-item {
    position: relative;
    margin-top: 30px;
}

.search-open-page .search-text input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
}

.search-open-page .search-text input:focus-visible {
    outline: 0px;
}

.search-open-page .search-text input::placeholder {
    font-size: 20px;
    color: #7f7f7f;
    font-weight: 300;
}

.search-open-page .search-text img {
    position: absolute;
    right: 0;
    top: 13px;
    width: 15px;
}

.search-open-page .close-search-page {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px;
}

.search-open-page .close-search-page:hover {
    background-color: #fff;
    transition: all 0.4s ease;
}

.search-open-page .close-search-page:hover span {
    background-color: #201161;
    transition: all 0.4s ease;
}

.search-open-page .close-search-page span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
}

.search-open-page .close-search-page span:nth-child(1) {
    transform: rotate(45deg);
}

.search-open-page .close-search-page span:nth-child(2) {
    transform: rotate(-45deg);
    top: -1px;
    position: relative;
}

.search-open-page .search-button {
    border: 1px solid #fff;
    width: 100%;
    height: 50px;
    font-size: 20px;
    background: transparent;
    border-radius: 50px;
    margin-top: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.search-open-page .search-button:hover {
    background-color: #fff;
    color: #201161;
    transition: all 0.4s ease;
}

.product-slides {
    display: none;
}

.copy-parts {
    background-color: #2d1a83;
    padding: 15px 0px;
}

.copy-parts .copy-item {
    display: flex;
    justify-content: space-between;
}

.copy-parts .copy-item .right-by {
    display: flex;
    align-items: center;
}

.copy-parts .copy-item p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.copy-parts .copy-item p span {
    font-weight: 600;
}

.copy-parts .copy-item a {
    color: #fff;
    font-size: 13px;
    padding-left: 5px;
    font-weight: 600;
}

.top-info-parts {
    background-color: #201161;
    /* padding: 85px 0 0 0; */
    position: relative;
    height: 420px;
}

.top-info-parts .info-item {
    max-width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}

.top-info-parts .info-item h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    z-index: 99;
}

.top-info-parts .info-item h1 span {
    font-weight: 300;
}

.top-info-parts .info-item p {
    color: #fff;
    font-weight: 400;
}

.top-info-parts .detail-info h1 {
    font-size: 31px;
    line-height: 38px;
}

.top-info-parts .top-image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    width: 50%;
    height: 100%;
}

.top-info-parts .product-detail-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    z-index: 1;
}

.top-info-parts .product-detail-image img.main-product-slide {
    /* width: 240px !important; */
    height: auto !important;
    margin-top: 370px;
    margin-right: 250px;
}

.top-info-parts .top-image img {
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contact-page-atilim {
    margin: 75px 0px 0px;
}

.contact-page-atilim .contact-information {
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-page-atilim .contact-information ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.contact-page-atilim .contact-information ul li {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 20px 0;
    display: flex;
    align-items: center;
}

.contact-page-atilim .contact-information ul li span {
    font-size: 13px;
    font-weight: 600;
    color: #201161;
    position: absolute;
    left: 0;
}

.contact-page-atilim .contact-information ul li p {
    font-weight: 400;
    padding: 0px 0px 0px 70px;
}

.contact-page-atilim .maps-atilim {
    border: 1px solid #efefef;
    border-radius: 30px;
    padding: 20px;
    margin-left: 40px;
}

.contact-page-atilim .maps-atilim iframe {
    border-radius: 30px;
}

.contact-form-page {
    margin: 75px 0 0 0;
}

.contact-form-page .form-image {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

.contact-form-page .form-parts {position: relative;}

.contact-form-page .form-parts h2 {
    font-size: 21px;
    font-weight: 600;
    color: #201161;
}

.contact-form-page .form-parts h2 span {
    color: #3556ff;
}

.contact-form-page .form-parts p {
    font-weight: 300;
}

.contact-form-page .form-parts form {
    margin-top: 15px;
}

.contact-form-page .form-parts form input {
    width: 100%;
    border: none;
    height: 40px;
    box-shadow: 0px 8px 12px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 9px 16px -12px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 12px -5px rgba(0, 0, 0, 0.75);
    margin: 12px 0;
    padding: 0 0 0 15px;
    border-radius: 20px;
    color: #201161;
}

.contact-form-page .form-parts form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #9d9d9d;
}

.contact-form-page .form-parts form textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #989898;
}

.contact-form-page .form-parts form input,
textarea:focus-visible {
    outline: 0px !important;
}

.contact-form-page .form-parts form textarea {
    border: none;
    width: 100%;
    box-shadow: 0px 8px 12px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 9px 16px -12px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 12px -5px rgba(0, 0, 0, 0.75);
    height: 100px;
    border-radius: 20px;
    padding: 15px;
    color: #201161;
}

.contact-form-page .form-parts input[type=submit] {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 13px;
    border: 1px solid #201161;
    background-color: #201161;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 15px;
}

.contact-form-page .form-parts .contact-form-send span {
    font-size: 13px;
}

.contact-form-page .form-parts input[type=submit]:hover {
    background-color: #3556ff;
    border: 1px solid #fff;
    transition: all 0.4s ease;
}

.contact-form-page .form-parts .wpcf7-not-valid-tip{
    position:relative !important;
}

.contact-form-page .form-parts .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    width: 50% !important;
    right: 0 !important;
    left: auto !important;
    transform: translate(0, 0) !important;
    border-radius: 30px !important;
    bottom: -12px !important;
}

.contact-form-page .form-parts .wpcf7 form.sent .wpcf7-response-output{
    width: 50% !important;
    right: 0 !important;
    left: auto !important;
    transform: translate(0, 0) !important;
    border-radius: 30px !important;
    bottom: -12px !important;
}

.product-main-page {
    margin: 75px 0 0 0;
}

.product-main-page .product-sidebar {
    background-color: #f3f3f3;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
}

.product-main-page .product-sidebar .product-menu {
    padding: 25px 20px;
}

.product-main-page .product-sidebar .product-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.product-main-page .product-sidebar .product-menu ul li {
}

.product-main-page .product-sidebar .product-menu ul li a {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-main-page .product-sidebar .product-menu ul li a:hover {
    color: #3556ff;
    transition: all 0.4s ease;
}

.product-main-page
.product-sidebar
.product-menu
ul
li
a:hover
.product-icon
span {
    background-color: #3556ff;
    transition: all 0.4s ease;
}

.product-main-page .product-sidebar .product-menu ul li a span {
    font-size: 14px;
    font-weight: 600;
}

.product-main-page .product-sidebar .product-menu ul li a .product-icon {
    width: 12px;
}

.product-main-page .product-sidebar .product-menu ul li a .product-icon span {
    background-color: #000;
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
}

.product-main-page
.product-sidebar
.product-menu
ul
li
a
.product-icon
span:nth-child(2) {
    transform: rotate(90deg);
    top: -2px;
}

.product-main-page .product-sidebar .product-menu .product-detail-menu {
    margin: 15px 0px;
    padding: 0 0 0 15px;
    display: none;
}

.product-main-page .product-sidebar .product-menu .product-detail-menu ul {
    row-gap: 5px;
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
}

.product-main-page .product-sidebar .product-menu .product-detail-menu ul li {
}

.product-main-page .product-sidebar .product-menu .product-detail-menu ul li a {
    font-size: 13px;
    color: #767676;
    font-weight: 600;
}

.product-main-page
.product-sidebar
.product-menu
.product-detail-menu
ul
li
a:hover {
    color: #000;
    transition: all 0.4s ease;
}

.product-main-page .product-contact {
    background-color: #f3f3f3;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
}

.product-main-page .product-contact .contact-item-b {
    padding: 25px 20px;
}

.product-main-page .product-contact .contact-item-b ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.product-main-page .product-contact .contact-item-b ul li:not(:last-child) {
    border-bottom: 1px solid #cacaca;
    padding: 0 0 2px 0;
}

.product-main-page .product-contact .contact-item-b ul li img {
}

.product-main-page .product-contact .contact-item-b ul li a {
    font-size: 15px;
    color: #000;
    padding: 0 0 0 7px;
}

.product-main-page .product-contact .contact-item-b ul li a:hover {
    color: #3456ff;
    transition: all 0.4s ease;
}

.product-main-page .product-main-column {
}

.product-main-page .product-main-column .product-column-32 {
}

.product-main-page .product-main-column .product-column-32 a {
    position: relative;
}

.product-main-page .product-main-column .product-column-32 a .pr-item-a {
    border: 1px solid #dddddd;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    height: 300px;
    overflow:hidden;
}

.product-main-page .product-main-column .product-column-32 a .pr-item-a:hover {
    background-color: #f9f9f9;
    transition: all .5s ease-in;
}

.product-main-page .product-main-column .product-column-32 a .pr-item-a:hover img{
    transform: scale(1.2);
    transition: all .5s ease-in;
}

.product-main-page .product-main-column .product-column-32 a .pr-item-a img {
    width: auto;
    object-fit: cover;
    height: 70%;
    padding-bottom: 0;
}

.product-main-page .product-main-column .product-column-32 a .pro-name-a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.product-main-page .product-main-column .product-column-32 .product-wrap-a {
    margin-bottom: 60px;
}

.product-main-page .pagination-page {
}

.product-main-page .pagination-page ul {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.product-main-page .pagination-page ul li {
}

.product-main-page .pagination-page ul li a {
    width: 38px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #3556ff;
    background-color: #3456ff;
    color: #fff;
    border-radius: 10px;
}

.product-main-page .pagination-page ul li a.active-pag {
    background-color: #fff;
    color: #3456ff;
    transition: all 0.4s ease;
}

.product-main-page .pagination-page ul li a:hover {
    background-color: #1b35b7;
    transition: all 0.4s ease;
}

.product-main-page .pagination-page ul li a.active-pag:hover {
    background-color: #e8e8e8;
    transition: all 0.4s ease;
}

.product-feature {
    margin-top: -140px;
    z-index: 99999;
    position: relative;
}

.product-feature .feature-page {
    background-color: #3556ff;
    position: relative;
    padding: 45px 0 25px 20px;
    z-index: -1;
}

.product-feature .feature-page h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    background-color: #3556ff;
    z-index: 999999999;
}

.product-feature .feature-page h2::before {
    content: "";
    width: 175px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.product-feature .feature-page h2.bottom-tits::before {
    width: 85px;
}

.product-feature .feature-page ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 0 20px 0 0;
    padding-bottom: 30px;
}

.product-feature .feature-page ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5470ff;
    padding-bottom: 4px;
}

.product-feature .feature-page ul li p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.product-feature .feature-page ul li span {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-transform: lowercase;
}

.product-feature .offer-rows {
    width: 100%;
    display: flex;
}

.product-feature .offer-rows a {
    width: 50%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #243590;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.product-feature .offer-rows a:hover {
    background-color: #201161;
    transition: all 0.4s ease;
}

.product-feature .offer-rows a.offer-number {
    font-size: 16px;
    background-color: #201161;
}

.product-feature .offer-rows a.offer-number:hover {
    background-color: #243590;
    transition: all 0.4s ease;
}

.product-feature .description-product {
    margin-top: 290px;
}

.product-feature .description-product p {
    margin-top: 14px;
}

/* product-same slide */

.same-product-slide {
    width: 100%;
    height: 100%;
    margin-top: 35px;
}

.same-product-slide .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    height: 292px;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 15px 0px;
    margin-bottom: 35px;
}

.same-product-slide .swiper-slide .product-image {
}

.same-product-slide .swiper-slide .product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.same-product-slide .swiper-slide .product-modal {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    bottom: 7px;
    position: absolute;
    transform: translate(-50%, 0);
}

.same-products {
    margin: 50px 0 0 0;
}

.find-yedek-parca {
    margin: 75px 0 0 0;
}

.find-yedek-parca h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #201161;
}

.find-yedek-parca h2 span {
    color: #3556ff;
}

.find-yedek-parca .yedek-parca-box {
    background-color: #f3f3f3;
    padding: 30px 25px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}

.find-yedek-parca .yedek-parca-box h3 {
    font-size: 16px;
    font-weight: 600;
}

.find-yedek-parca .yedek-parca-box .yedek-parca-search {
    margin: 20px 0px;
}

.find-yedek-parca .yedek-parca-box .yedek-parca-search input {
    border: none;
    height: 40px;
    border-radius: 13px;
    width: 100%;
    padding: 0 5px;
}

.find-yedek-parca .yedek-parca-box .yedek-parca-search input::placeholder {
    font-size: 14px;
    color: #000;
}

.find-yedek-parca .yedek-parca-box .yedek-parca-search input:focus-visible {
    outline: 0px !important;
}

.find-yedek-parca .yedek-parca-box ul.h-top-u {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    overflow: scroll;
    height: 278px;
}

.find-yedek-parca .yedek-parca-box ul li {
}

.find-yedek-parca .yedek-parca-box ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.find-yedek-parca .yedek-parca-box ul .urun-parting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 27px;
}

.find-yedek-parca .yedek-parca-box ul .urun-parting .urun-item-col {
}

.find-yedek-parca .yedek-parca-box ul .urun-parting .urun-item-col .col-list {
    flex-direction: row;
    column-gap: 5px;
}

.find-yedek-parca
.yedek-parca-box
ul
.urun-parting
.urun-item-col
.col-list
li {height: 31px;}

.find-yedek-parca
.yedek-parca-box
ul
.urun-parting
.urun-item-col
.col-list
li
a {
    font-weight: 600;
    color: #3556ff;
    font-weight: 400;
    font-size: 12px;
}

.find-yedek-parca
.yedek-parca-box
ul
.urun-parting
.urun-item-col
.col-list
li
span {
    color: #c8c8c8;
}

.atilim-header.bg-detail {
    background-color: #201161;
}

.yedek-parca-detay-page {
    margin-top: 200px;
}

.yedek-parca-detay-page .same-yedek-parca {
    background-color: #f3f3f3;
    padding: 30px 25px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.yedek-parca-detay-page .same-yedek-parca h2 {
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 600;
}

.yedek-parca-detay-page .same-yedek-parca .yedek-parca-search {
    margin: 20px 0px;
}

.yedek-parca-detay-page .same-yedek-parca .yedek-parca-search input {
    border: none;
    height: 40px;
    border-radius: 13px;
    width: 100%;
    padding: 0 5px;
}

.yedek-parca-detay-page
.same-yedek-parca
.yedek-parca-search
input::placeholder {
    font-size: 14px;
    color: #000;
}

.yedek-parca-detay-page
.same-yedek-parca
.yedek-parca-search
input:focus-visible {
    outline: 0px !important;
}

.yedek-parca-detay-page .same-yedek-parca ul {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    row-gap: 9px;
    overflow: scroll;
}

.yedek-parca-detay-page .same-yedek-parca ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.yedek-parca-detay-page .same-yedek-parca ul .urun-parting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.yedek-parca-detay-page .same-yedek-parca ul .urun-parting .urun-item-col {
}

.yedek-parca-detay-page
.same-yedek-parca
ul
.urun-parting
.urun-item-col
.col-list {
    flex-direction: row;
    column-gap: 5px;
}

.yedek-parca-detay-page
.same-yedek-parca
ul
.urun-parting
.urun-item-col
.col-list
li {
}

.yedek-parca-detay-page
.same-yedek-parca
ul
.urun-parting
.urun-item-col
.col-list
li
a {
    font-weight: 600;
}

.yedek-parca-detay-page
.same-yedek-parca
ul
.urun-parting
.urun-item-col
.col-list
li
span {
    color: #c8c8c8;
}

.yedek-parca-detay-page .yedek-parca-detay-parts {
    padding: 0 0 0 30px;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .title-detay {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .title-detay h1 {
    font-size: 21px;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .title-detay .nav-detay {
}

.yedek-parca-detay-page .yedek-parca-detay-parts .title-detay .nav-detay ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .title-detay .nav-detay ul li {
}

.yedek-parca-detay-page
.yedek-parca-detay-parts
.title-detay
.nav-detay
ul
li
a {
    color: #3556ff;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #3556ff;
    border-radius: 10px;
    padding: 5px 15px;
}

.yedek-parca-detay-page
.yedek-parca-detay-parts
.title-detay
.nav-detay
ul
li
a:hover {
    background-color: #3456ff;
    color: #fff !important;
    transition: all 0.4s ease;
}

.yedek-parca-detay-page
.yedek-parca-detay-parts
.title-detay
.nav-detay
ul
li:nth-child(even)
a {
    background-color: #3456ff;
    color: #fff;
}

.yedek-parca-detay-page
.yedek-parca-detay-parts
.title-detay
.nav-detay
ul
li:nth-child(even)
a:hover {
    color: #3556ff;
    background-color: #fff;
    transition: all 0.4s ease;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .box-col {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 41px;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .box-col input {
    width: 40%;
    height: 50px;
    box-shadow: 0px 9px 28px -4px rgba(105, 105, 105, 0.89);
    -webkit-box-shadow: 5px 5px 28px -15px rgb(105 105 105 / 73%);
    -moz-box-shadow: 0px 9px 28px -4px rgba(105, 105, 105, 0.89);
    padding-left: 15px;
    border: 1px solid #fdfdfd;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .box-col input:focus-visible {
    outline: 0px !important;
}

.yedek-parca-detay-page .yedek-parca-detay-parts .box-col input::placeholder {
    font-size: 14px;
    color: #c0c0c0;
}

.yedek-parca-detay-page table {
    width: 100%;
    margin-top: 50px;
}

.yedek-parca-detay-page table thead {
}

.yedek-parca-detay-page table thead tr {
    border-bottom: 1px solid #e1e1e1;
}

.yedek-parca-detay-page table thead tr th {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 1.5em 14px;
}

.yedek-parca-detay-page table tbody {
}

.yedek-parca-detay-page table tbody tr {
    border-bottom: 1px solid #e1e1e1;
}

.yedek-parca-detay-page table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    padding: 1.5em 0px 1.5em 15px;
}

.sticky-side {
    /* position: sticky;*/
    top: 131px;
}

header .sub-menu {
    position: absolute;
    left: 0;
    top: 29px;
    min-width: 239px;
    display: none;
}

header .sub-menu  {
    background-color: #fff;
    /* margin-top: 20px; */
    padding: 10px 10px;
    border-bottom-left-radius: 20px;
    margin-top: 15px;
}

header .sub-menu  ul {
    flex-direction: column;
    row-gap: 10px;
    padding-right: 10px;
}

ul li a:hover{
    color: #3556ff !important;
}


header .sub-menu  ul li {
}

header .sub-menu  ul li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 4px;
}

header .sub-menu  ul li .title-urun a {
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer;
    color: #000 !important;
}

header .sub-menu  ul li .open-image-big {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 30px;
    width: 100%;
    display: none;
}

header .sub-menu  ul li .open-image-big .cent-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .sub-menu  ul li .open-image-big img {
    width: 165px;
    height: auto;
}

.chat-box {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999999999;
}

.chat-box .chat-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.chat-box .chat-item a {
    width: 60px;
    height: 60px;
    display: block;
    background: #008001;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.chat-box .chat-item a.phone-column {
    background-color: #3556ff;
    display: none;
}

.chat-box .chat-item a.phone-column:hover {
    background-color: #0f2597;
}

.chat-box .chat-item a:hover {
    background-color: #005901;
    transition: all 0.4s ease;
}

.chat-box .chat-item a img {
    width: 35px;
}

/*  */
.main-product-slide {
    animation: roll-in 3s ease infinite;
}

@keyframes roll-in {
    0% {
        transform: translateX(0px) translateY(0px);
    }

    50% {
        transform: translateX(0px) translateY(-15px);
    }

    100% {
        transform: translateX(0px) translateY(0);
    }
}
.atilim-logo img{
    max-width: 287px;
}
header .sub-menu a{
    color: #000 !important;
}
header .sub-menu li{
    margin-bottom: 8px;
}
.right-nav img{
    width: 16px;
}
.box-item-b{
    margin-bottom: 50px;
}
.box-item-b .blog-item-a{

}
.box-item-b .blog-item-a img{width: 100%;border-radius: 11px; max-height:169px; object-fit:cover;}
.box-item-b .blog-item-a h3{color: #fff;font-size: 26px;}
.box-item-b .blog-item-a p{color: #ffffffe3;font-size: 13px;font-weight: 400;}
.page-b{
    margin: 50px 0;
}
.box-item-b .blog-aa{margin: 0 17px;background: #201161;padding: 14px;margin-top: -88px;z-index: 99999;border-radius: 11px;position: relative;}


.widget-a{background: #f8f8f8;padding: 13px;border-radius: 11px;margin-bottom: 25px}
.widget-a h2{font-size: 20px;font-weight: 500;}
.widget-a ul{margin-top: 20px;}
.widget-a ul li{
    margin-bottom: 10px;
}
.widget-a ul li a{font-size: 14px;color: #000;padding-bottom: 6px;display: block;border-bottom: 1px solid #c6c6c65e;}
.widget-a ul li a:hover{color: #201161}

.widget-a ul li a i{float: right;}

.date-t{
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    margin: 8px 0;
}
.pa-right{
    padding-top: 40px;
}
.contact-information img{
    width: 25px;
}
.contact-page-atilim .contact-information ul li p b{
    display: block;
    color: #201161;
}
.contact-page-atilim .contact-information ul li p a{
    color: #000;
}
.contact-form-send i{
    position: relative;
    top: -1px;
}
.bread-crumb{
    padding-left: 0;
    margin-top: 9px;
}
.bread-crumb  li {
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    font-weight: 300;
}
.bread-crumb  li:first-child {

    margin: 0;

}
.bread-crumb  li a {
    color: #fff;
    font-weight: 600;
}
.bread-crumb  span {
    color: #fff;
    font-size: 11px;
    position: relative;
    top: -2px;
}
.content-blog img{
    width: 100%;
}
.head-2-h{
    font-size: 17px;
    font-weight: 600;
    text-align: start;
    line-height: 25px;
}
.head-cod-a {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 13px;
    color: #3556ff;
}
.alert-danger{
    border-radius: 100px;
}
.product-ar .info-item{
    max-width: 100%;
}
.product-main-page .product-contact .contact-item-b ul i{
    float: right;
}
.woocommerce-breadcrumb{color: #fff !important;margin-bottom: 46px !important;}
.woocommerce-breadcrumb a{color: #fff !important;}


.brand-hidden {
    display: none;
}
.product-item-s i{
    position: absolute;
    right: 20px;
    overflow: hidden;
}
.product-list-s{
    overflow: scroll;
    height: 278px;
}
.product-list-s li{
    display: none !important;
}
.first-on{
    font-size: 14px;
    color: #888;
}
#result li:last-child{
    opacity:0;
}
.shows {
    display: none;
}
.form-spinner {
    position: fixed;
    width: 100%;
    background: #ffffffd6;
    height: 100vh;
    top: 0;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    display: flex;
}
.form-spinner .text-danger {
    color: #3556ff!important;
    width: 60px !important;
    font-size: 29px !important;
    height: 60px !important;
}
.filter-a img{
    width: 107px;
    border: 1px solid #ececec;
}
.h-top-u .active{
    font-weight: 600 !important;
    color: #3556ff !important;
}
.box-2-el {margin-bottom: 20px}
.box-2-el img{object-fit: cover;width: 100%;border-radius: 19px 19px 0 0;height: 255px;}
.box-2-el .box-2-d{background: #3556ff;padding: 12px;border-radius: 0 0 19px 19px;transition: all 0.4s ease;text-align: center;}
.box-2-el h3{font-size: 15px;font-weight: 500;color: #fff;margin-bottom: 1px;}
.box-2-el .d-link{color: #fff;font-weight: 300;font-size: 13px;}
.box-2-el:hover .box-2-d{
    background: #201161;
    transition: all 0.4s ease;
}
.iki-el-page {
    margin-top: 155px;
}
.iki-el-page img{
    border-radius: 25px;
    width: 100%;
    margin-bottom: 20px;
}
.iki-el-page h1{text-align: center;margin-bottom: 59px;font-weight: 600;color: #211060;}
.head-ikinci{
    color: #3556ff;
    font-weight: 600;
    font-size: 22px;
}
.contact-ikinci{display: flex;margin-top: 26px;gap: 10px;}

.contact-ikinci  a{
    font-size: 14px;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 11px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s ease;
}
.contact-ikinci  a:hover{
    background: #000 !important;
    transition: all 0.4s ease;
}
.contact-ikinci  a i{position: relative;top: 2px;right: 2px;}
.contact-ikinci  a:first-child {background: #211060;}
.contact-ikinci a:last-child {background: #3556ff;}



.menu-header-menu-container{

    float: left;
    display: flex;
    align-items: center;
    height: 40px;
    margin-right: 40px;
}


.blog-slide-body .icon-blog{
    width:23px !important;
}

.sertifika-open-page {
    height: auto;
    width: 100%;
}

.sertifika-open-page .sertifika-text-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 75px 0 0;
}

.sertifika-open-page .sertifika-text {
}

.sertifika-open-page .sertifika-text h2 {
    color: #201161;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
}

.sertifika-open-page .sertifika-text .sertifika-item {
    position: relative;
}


.sertifika-open-page  a{
    width: 100%;
    display: block;
    height: 100%;
}
.sertifika-open-page a img{
    width: 100%;
}

.sertifika-open-page .row{
    row-gap:20px;
}






.sertifika-open-page::-webkit-scrollbar {
    width: 7px;
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

.sertifika-open-page::-webkit-scrollbar-thumb {
    background-color: #6e7174;
}

.sertifika-open-page::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

.kariyer-form{
    background-color: #f3f3f3;
}
.kariyer-form .row{
    row-gap:20px;
}

.kariyer-form .kariyer-form-item{
    padding: 80px 0px;
}
.kariyer-form .kariyer-form-item form{
    padding: 0 100px;
}
.kariyer-form .kariyer-form-item form input{
    background-color: #fff;
    border: 1px solid #cfcfcf;
    height: 50px;
    padding: 0 20px;
    border-radius: 50px;
    width: 100%;
    font-size:13px;
}
.kariyer-form .kariyer-form-item form input::placeholder{
    font-size: 14px;
    color: #000;
    opacity: .4;
    font-weight:700;
}
.kariyer-form .kariyer-form-item form textarea::placeholder{
    font-size: 14px;
    color: #000;
    opacity: .4;
    font-weight:700;

}
.kariyer-form .kariyer-form-item form textarea{
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    height: 150px;
    padding: 10px 20px;
    font-size:13px;
}
.kariyer-form .kariyer-form-item form textarea::focus{
    border-color:1px solid #3556ff;
}
.kariyer-form .kariyer-form-item form  button{
    width: 20%;
    height: 50px;
    border-radius: 50px;
    border: #3456ff;
    background-color: #3456ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.kariyer-form .kariyer-form-item form  button:hover{
    background-color:#201161;
    transition:all 1s ease;
}
.kariyer-form .kariyer-title{
    text-align: center;
    margin-bottom: 50px;
}
.kariyer-form .kariyer-title h2{
    font-size: 35px;
    font-weight: 600;
    color: #201161;
}
.kariyer-form .kariyer-title h2 span{
    color: #3456ff;
}

.kariyer-form .kariyer-title p{}


.brands-slide .swiper-slide img{
    max-width:100%;
}
.brands-slide-2 .swiper-slide img{
    max-width:100%;
}

.fixed-menu .fixed-link {
    color: #fff;
    background: #3353f8;
    border-left: 1px solid #3353f8;
    border-right: 1px solid #3353f8;
    border-top: 1px solid #3353f8;
    font-weight: 400;
    width: 139px;
    position: fixed;
    text-align: center;
    top: 39%;
    right: -51px;
    padding: 10px 0;
    transform: rotate(-90deg);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: all .4s ease;
    z-index: 9999;
}

.fixed-menu .fixed-link:hover {
    color: #0094E1 !important;
    background-color: #fff;

}

.fixed-menu .fixed-link:last-child {
    top: 30%;
}

.fixed-menu .fixed-link:last-child:hover {
    color: #fff !important;
    background-color: #201161;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
.g-10{
    color: #fff;
    position: absolute;
    font-size: 16px;
    z-index: 999999999;
    left: 0;
    font-weight: 400;
}
.page-on-img{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 9999;
    text-align: center;
    padding: 24px 18px 11px;
    object-fit: contain !important;
    border-radius: 28px;
    z-index: 9999999;
}
.page-on-img img{

    max-width: 492px;
}
.page-on-img-c::before {
    content: "";
    display: block;
    height: 10000px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: rgb(0 0 0 / 80%);
}
.bg-on-img a{
    color: #fff;
    font-size: 45px;
    display: block;
}
.pr-item-a ul{position: absolute;bottom: 42px;left: 12px;}
.pr-item-a li{font-size: 12px;color: #222;}
.pr-item-a li b{

}


.a-pr2 { padding-bottom: 27px; }
.fixed-header {
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #201161;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    z-index: 99999999;
}
.search-open-page a{border: 1px solid #fff;width: 100%;height: 50px;display: block;padding-top: 10px;font-size: 20px;background: transparent;text-align: center;border-radius: 50px;margin-top: 12px;color: #fff;text-transform: uppercase;font-weight: 600;}
.search-open-page a:hover {
    background-color: #fff;
    color: #201161;
    transition: all 0.4s ease;
}
.sub-page-menu{text-align: center;position: relative;top: -26px;}
.sub-page-menu li {display: inline-block;}
.sub-page-menu li a{
    background: #3353f8;
    padding: 12px;
    border-radius: 34px;
    min-width: 148px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.sub-page-menu li a:hover{
    background: #222222;

    color: #fff !important;
}

.katalog-wrap{
    height: 500px;
}
.box-2-r{
    position: sticky;
    top: 131px;
}
.g-2-el{
    color: #3556ff;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #3556ff;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.g-2-el:hover{
    background-color: #3456ff;
    color: #fff !important;
    transition: all 0.4s ease;
}
.search-side input{
    padding-left: 48px !important;
    background: #f3f3f3 !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
}
.search-side  .dgwt-wcas-sf-wrapp{padding: 0 !important;margin-bottom: 20px;}
.search-side button{/* position: relative !important; */top: 10px !important;/* float: right; */left: 12px !important;}
.search-item{

}
.search-item input{
    color: #000 !important;
}
.search-item  .dgwt-wcas-sf-wrapp{
    background: transparent;
}
.search-item  .dgwt-wcas-sf-wrapp{padding: 0 !important;margin-bottom: 20px;}
.search-item button{/* position: relative !important; */top: 10px !important;/* float: right; */left: 12px !important;}

.search-item input{
    padding-left: 48px !important;
    background: #f3f3f3 !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
}

.mobilefooter-sticky {
    display: none;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #201161;
    position: fixed;
    z-index: 99999999999;
    width: 100%;
    bottom: 0;
    padding: 0 0.5rem .5rem 0.5rem;
    /* border-top-left-radius: 2.15rem; */
    /* border-top-right-radius: 2.15rem; */
    border-top: 6px solid #3353f8;
}
.mobilefooter-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
}
.mobilefooter-sticky .sticky-box .name {
    font-size: 9px;
    color: #c2c2c2;
    text-align: center;
}
.mobilefooter-sticky .sticky-box .icon {
    height: 3rem;
    width: 3rem;
    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;
}
.mobilefooter-sticky .sticky-box .icon i {
    font-size: 24px;
    color: white;
}
.mobilefooter-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-30px);
    position: relative;
}
.mobilefooter-sticky .top-box .name {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.mobilefooter-sticky .top-box .icon {
    background: #3353f8;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.77);
    box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.77);
    border: 1px solid #ffffff42;
}
.mobilefooter-sticky .top-box .icon i {
    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;
    font-size: 1rem;
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
}
.mobilefooter-sticky .top-box .icon::before {
    /* content: ""; */
    position: absolute;
    height: 66px;
    width: 66px;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 0.5;
}
.mobilefooter-sticky .top-box .icon::after {
    /* content: ""; */
    position: absolute;
    height: 56px;
    width: 56px;
    border: 1px solid #ed1c25;
    border-radius: 50%;
    opacity: 0.75;
}
@media (max-width: 991px) {
    .atilim-who-we .about-item p{
        text-align: center;
    }
    .mobilefooter-sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.box-2-r p{
    margin-bottom: 10px;
}
.box-2-r p strong{
    font-weight: 700;
    font-size: 15px;
}
.main-form-send img{
    width: 23px !important;
}
.lan-da img{
    width: 20px;
}
.lang-item span i{
    font-size: 22px !important;
    position: relative;
    top: 4px;
}
.skiptranslate{
    display: none;
}
.single-parcalar{
    position: inherit !important;
}
.single-ikinciel{
    position: inherit !important;
}

.politika-text{padding: 50px 0px;}

.politika-text h2{
    font-size: 25px;
    font-weight: 600;
}
.politika-text h3{
    font-size: 20px;
    font-weight: 500;
}
.politika-text h4{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.politika-text p{}
.politika-text ul, ol{
    padding-left: 15px;
    margin-top: 10px;
}
.politika-text li{
    list-style: disc;
    font-size: 13px;
}
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}

.wpcf7-not-valid-tip {
    color: #ff3333 !important;
    position:absolute !important;
    font-size: 13px !important;
}

.wpcf7-spinner{
    position:absolute !important;

}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb90094;
    font-size: 13px;
    color: #fff;
    border: none;
    padding: 15px 20px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    margin: 0;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green;
    background-color: green;
    font-size: 13px;
    color: #fff;
    border: none;
    padding: 15px 20px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    margin: 0;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.show-product{
    display:block !important;
}
.description-product li{
    list-style:disc !important;
}
.atilim-contact-title {
    font-size:22px;
    font-weight:600;
    color:white;
}