.about-desc-title {
    font-weight: 300;
    line-height: 1.5;
    font-size: 32px;
}

.about-count {
    font-weight: 200;
    font-size: 40px;
    color: #000;
    text-wrap-mode: nowrap;
}

.about-count-title {
    font-weight: 200;
    font-size: 15px;
    line-height: 1.5;
    color: #4b4b4b;
    margin-top: 10px;
}

.about-desc-subtitle {
    color: #E30613;
    font-size: 18px;
    font-weight: 400;
}

.contact-tag {
    background-color: transparent;
    border-radius: 0;
    /* padding: 8px 32px; */
    position: relative;
    /* text-align: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E3061369;
    border-radius: 50px;
    width: 100%;
}

.contact-tag:hover {
    box-shadow: 0px 0px 20px #cfcfcf;
}

.contact-tag .contact-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    transition: all ease .5s;
    color: #dadada;
}

.contact-tag:hover .contact-num {
    color: #ffffff;
}

.contact-tag:nth-child(1) {
    background-color: #E30613;
}

.contact-tag:nth-child(2) {
    background-color: #000;
}

.contact-tag:nth-child(3) {
    background-color: #0dc143;
}

.contact-tag:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70%;
    width: 100%;
    background-image: url("../img/icons/email-white.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: 0;

}

.contact-tag:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70%;
    width: 100%;
    background-image: url("../img/icons/iletisim-white.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: 0;

}

.contact-tag:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70%;
    width: 100%;
    background-image: url("../img/icons/whatsapp-white.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    z-index: 0;

}

.fz20 {
    font-size: 20px;
}

.detay-header {
    background-color: #000;
    border-radius: 50px;
    justify-content: center;
}

.description-tab-navigation .nav-tabs .nav-link {
    border: 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    position: relative;
    padding: 20px 0 18px;
    margin: 0 20px;
}

@media only screen and (max-width: 767px) {
    .description-tab-navigation .nav-tabs .nav-link {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 479px) {
    .description-tab-navigation .nav-tabs .nav-link {
        padding-left: 0;
        margin-left: 0;
    }
}

.description-tab-navigation .nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.description-tab-navigation .nav-tabs .nav-link.active,
.description-tab-navigation .nav-tabs .nav-link:hover {
    color: #E30613;
}

.description-tab-navigation .nav-tabs .nav-link.active:after,
.description-tab-navigation .nav-tabs .nav-link:hover:after {
    width: 100%;
}

.description-tab-navigation .nav-tabs .nav-link:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #E30613;
}

.detay-header {
    background-color: #000;
    border-radius: 50px;
    justify-content: center;
}

.detay-header a {
    color: #dededea3 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    width: auto !important;
    padding: 15px 0px 7px 0px !important;
    margin-bottom: 15px !important;
    transition: all ease .5s;
}

.detay-header a:hover,
.detay-header a.active {
    color: #fff !important;
}

.top-110px {
    top: 110px;
}

.additional-info-content {
    background-color: #fff;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
}

.text-limit-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.image-gallery-slider-big__container {
    /* padding-top: 75px; */
}

.image-gallery-slider-big__container-area {
    max-height: 50vh;
}

.image-gallery-slider-big__container-area .image-gallery-slider-big__single-slide {
    max-height: 50vh;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}

.image-gallery-slider-big__container-area .image-gallery-slider-big__single-slide img {
    height: 50vh;
    width: 90%;
    object-fit: contain;
    margin-top: 10px;
    padding-bottom: 70px;
}

.image-gallery-slider-small__container-area {
    margin-top: -50px;
}

.image-gallery-slider-small__wrapper .swiper-slide {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 5px;
}

.image-gallery-slider-small__single-slide {
    padding: 5px;
    background-color: #fff;
    border-radius: 20px;
}

.pakmak-title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
}

.product-button {
    text-align: center;
    border-radius: 30px !important
}

.top-120px {
    top: 120px;
}

.pt-75px {
    padding-top: 75px;
}

.see-more-link {
    display: inline-block;
    position: relative;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #eee;
    color: #666666;
}

.see-more-link:hover {
    color: #000;
}

.see-more-link i {
    margin-left: 5px;
}

.see-more-link:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.see-more-link:after {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #000;
}


.additional-info-content .additional-info-table {
    width: 100%;
    max-width: 550px;
    font-size: 16px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
}

.additional-info-content .additional-info-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.additional-info-content .additional-info-table tbody th {
    color: #071280;
    padding: 2px 10px;
    border-right: 1px solid #eee;

}

.additional-info-content .additional-info-table tbody td {
    padding: 2px 10px;
    border-right: 1px solid #eee;
    color: #444;

}

.additional-info-content .additional-info-table tbody tr {
    border: 1px solid #eee;
}

.bg-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000091 0%, #000 80%);
    opacity: .58;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    inset: 0;
    position: absolute;
    z-index: 3;
}

.bg-overlay2 {
    background-color: transparent;
    background-image: linear-gradient(135deg, #000000e6 0%, #000000e8 22%, #000000 100%);
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    inset: 0;
    position: absolute;
    z-index: 0;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-gradient-red {
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #e30613 0%, #000 100%);
}

.background-gif {
    background-image: url("../mavi.gif");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.blog-post-slider__image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.btn-form-red {
    background-color: #E30613;
    border: 1px solid #e30613;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    transition: all .5s ease;
}

.btn-form-red:hover {
    background-color: #fff;
    border: 1px solid #e30613;
    color: #E30613;
    border-radius: 10px;
    padding: 10px;
}


.brand-card {
    border: 1px solid #000;
    box-shadow: 8px 8px 0px 0px rgba(7.000000000000022, 61.99999999999997, 114, .23);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    --e-column-margin-right: 32px;
    --e-column-margin-left: 0px;
    padding: 32px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.brand-card img {
    display: inline-block;
    /* min-width: fit-content; */
    height: fit-content;
    box-sizing: content-box;
    margin-bottom: 24px;
    width: 177px;
}

.brand-card h2 {
    font-family: "REM", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    margin-bottom: 15px;
}

.brand-card h3 {
    font-family: "REM", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-card h4 {
    font-family: "REM", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-tag {
    border-left: 2px solid #fff;
    color: #fff;
    padding: 12px 15px;
    background-color: #FFFFFF12;
    font-size: 23px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: "REM", sans-serif;
}

.breadcrumb-tag-desc {
    color: #fff;
    padding: 12px 15px;
    background-color: #00000059;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "REM", sans-serif;
    border-radius: 10px;
}

.breadcrumb-tag-desc i {
    color: #e30613;
}

.breadcrumb-container {
    display: inline-block;
    justify-items: center;
}

.breadcrumb-page-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "REM", sans-serif;
    margin: 20px 0px;
}

.breadcrumb-title {
    font-size: 68px;
    line-height: 75px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "REM", sans-serif;
    margin: 20px 0px;
}

.breadcrumb-page-list li.has-children {
    position: relative;
    padding-right: 25px;
}

.breadcrumb-page-list li.has-children:before {
    font-family: Ionicons;
    content: "\f125";
    font-size: 8px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.breadcrumb-page-list li.has-children a {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    font-family: "REM", sans-serif;
}

.breadcrumb-page-list li.has-children a:after {
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    background-color: transparent;
}

.breadcrumb-page-list li {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    font-family: "REM", sans-serif;
}

.breadcrumb-iframe {
    max-width: none;
    width: 100%;
    height: 200%;
    object-fit: cover;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box-shadow-bottom {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
}

.catalog-container {
    height: 160px;
    width: 155px;
    text-align: center;
    position: relative;
    z-index: -1;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background-color: #ffffff26;
    border: 1px solid #a8a8a8;
    transition: all ease .5s;
}

.catalog-container:hover {
    background-color: #E30613;
}

.catalog-container h2 {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
}

.catalog-container img {
    width: 155px;
    margin-top: -50px;
    transition: all ease .5s;
}

.catalog-container:hover img {
    transform: scale(1.05);
}

.containervideo {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.service-container {
    display: flex;
    margin: auto;
    padding: 80px 0px;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service-container .service-item:first-child {
    width: 45%;
}

.service-container .service-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px 16px;
}

.service-container .service-item .service-tag {
    background-color: #FFFFFF17;
    width: fit-content;
    padding: 6px 10px 6px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF17;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.service-container .service-item .contact-item {
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 5px 15px;
    font-family: "REM", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    width: 95%;
    transition: all .5s ease;
}

.service-container .service-item .contact-item:hover {
    scale: 1.1;
}

.service-container .service-item .service-card {
    padding: 25px;
    border: 1px solid #525252;
    border-radius: 15px;
    background-color: #000000BF;
    height: 100%;
}

.service-container .service-item .service-card img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.service-container .service-item .service-card h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 400;
    margin: 20px 0px;
}

.social-breadcrumb {
    border: 2px solid #FFFFFF8C;
    width: fit-content;
    margin-bottom: 10px;
    padding: 8px 14px;
}

.social-breadcrumb i {
    color: #fff;
}

.text-align-justify {
    text-align: justify;
}

.cat-list {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    flex-wrap: wrap;
}

.cat-list .cat-list-banner {
    position: relative;
    padding: 10px;
}

.cat-list .cat-list-banner:first-child {
    padding-left: 0px;
}

.cat-list .cat-list-banner:last-child {
    padding-right: 0px;
}

.cat-list .cat-list-banner .cat-list-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cat-list .cat-list-banner .cat-list-item h2 {
    color: #fff;
    font-size: 21px;
    font-family: "REM", sans-serif;
    position: relative;
    z-index: 4;
    padding: 20px;
    font-weight: 500;
}

.cat-list .cat-list-banner .cat-list-item .cat-list-video {
    z-index: 2;
    filter: brightness(0.5);
    display: none;
}

.cat-list .cat-list-banner .cat-list-item:hover .bg-overlay {
    opacity: .4;
}

.cat-list .cat-list-banner .cat-list-item:hover .cat-list-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cat-list .cat-list-banner .cat-list-item .cat-list-video iframe {
    width: 100% !important;
    height: 100%;
    border-radius: 15px;
}

.contact-container {
    background-color: #00000078;
    border-radius: 16px;
    padding: 16px 32px 32px 32px;
}

.contact-container input,
.contact-container textarea {
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF78;
    font-size: 16px;
    padding: 10px 0;
}

.contact-info-card {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .04);
    margin-bottom: 30px;
    padding: 24px;
}


.contact-info-card ul li {
    font-family: "REM", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px;
    color: #010d7d;
}

.contact-info-card ul li:hover {
    color: #747474;
}

.contact-info-card ul li i {
    color: #89898994
}

.h-100vh {
    height: 100vh;
}


.header-right {
    backdrop-filter: blur(20px);
    padding: 0 15px;
    border-radius: 50px;
    border: 1px solid #eeeeee1c;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li>a {
    padding: 10px 15px !important;
    margin: 10px 0;
}

.header-area.header-sticky.is-sticky.header-area--transparent {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 42%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 42%);
}

.header-area.header-sticky.is-sticky.header-area--transparent .lms-header .language-change-wrapper--style3 .selected-lang {
    color: #000;
}

.header-area.header-sticky.is-sticky.header-area--transparent .lms-header .logo {
    display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .lms-header .sticky-logo {
    display: block;
}

.header-area.header-sticky.header-area--transparent .lms-header .logo {
    display: block;
}

.header-area.header-sticky.header-area--transparent .lms-header .sticky-logo {
    display: none;
}

.lms-header .logo,
.lms-header .sticky-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 8px 0;
}

.lms-header .sticky-logo a img {
    max-width: 95px;
}

.lms-header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lms-header .header-top-wrapper {
    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;
}

.lms-header .get-quote-btn-wrapper {
    padding-left: 15px;
}

.line-bottom-button:hover i {
    margin-left: 10px !important;
}

.line-bottom-button:hover .scale-x-0 {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.h-px {
    height: 1px;
}

.bg-black\/50 {
    background-color: #00000080;
}

.line-bottom-button:hover .scale-x-0 {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.scale-x-0 {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(0) scaleY(0);
}

.origin-left {
    transform-origin: left;
}

.ease-2 {
    transition-timing-function: cubic-bezier(.77, .16, .09, .94);
}

.duration-450 {
    -webkit-transition-duration: .45s;
    -moz-transition-duration: .45s;
    transition-duration: .45s;
}

.page-list-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.megamenu .menu-list li a:hover {
    color: #E30613;
}

.menu-bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.menu-bg-image .page-list-title {
    color: #fff;
}

.menu-bg-image li>a {
    color: #fff;
    transition: all ease .5s;
}

.menu-bg-image li>a:hover {
    color: #fff;
    transform: scale(1.05);
}

.menu-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00000062;

}

.menu-bg-image .menu-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #adadad;
}

.menu-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.menu-list {
    position: relative;
}

.menu-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #e7e7e7;
}

.menu-list li {
    position: relative;
    padding-left: 20px;
    margin: 12px 0;
    font-size: 15px;
    font-weight: 300;
}

.menu-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #E30613;
    transition: all ease .5s;
}

.menu-list li:hover::before {
    height: 100%;
}

.menu-image img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.menu-image img.animate-out {
    transform: translateX(-100%);
    opacity: 0;
}

.menu-image img.animate-in {
    transform: translateX(100%);
    opacity: 0;
}

.menu-image-two {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.menu-image-two .menu-cat-img img {
    width: 100%;
    height: calc((100vh / 2) / 2);
    object-fit: cover;
    transition: all ease .5s;
    position: relative;
}

.menu-image-two .menu-cat-img {
    position: relative;
}

.menu-image-two .menu-cat-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000062;
    transition: all ease .5s;
}

.menu-image-two:hover .menu-cat-img:before {
    background-color: #00000036;
}

.menu-image-two:hover .menu-cat-img img {
    transform: scale(1.05);
}

.menu-image-two .menu-cat-title {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    color: #fff;
    z-index: 1;
}

.justify-items-start {
    justify-items: start !important;
}

.is-sticky.header-area.header-area--transparent.header-sticky.header-area--absolute .logo-light {
    display: none;
}

.is-sticky.header-area.header-area--transparent.header-sticky.header-area--absolute .sticky-logo {
    display: block;
}

.image-gallery-slider-big__container-area {
    position: relative;
}

/* p {
    font-family: "REM", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
} */
.preloader-active .preloader-area-wrap img {
    width: 200px;
}

.page-btn {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.pakmak-container {
    max-width: min(95%, 1440px);
}

/* .pakmak-title {
    font-size: 42px;
    line-height: 46px;
    font-weight: 400;
} */

.pakmak-desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    width: 66%;
    font-family: "REM", sans-serif;
    margin: 40px 0px !important;
}

.product-button.btn-red {
    color: #e30613;
    border-color: #e30613;

}

.product-button.btn-red:hover {
    color: #e30613;
    border-color: #e30613;
    background-color: #fff;
}

.product-button {
    /* background-color: #fff; */
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #010d7d;
    color: #010d7d;
    border-style: solid;
    border-width: 1px;
    border-color: #010d7d;
    border-radius: 0 10px;
    padding: 12px 24px;
}

.product-button:hover {
    background-color: #0b1483;
    color: #fff;
}

.product-video-card {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #AAAAAA38;
    text-align: center;
    transition: all .5s ease;
}

.product-video-card:hover {
    border-color: #000;
}

.product-video-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 15px;
}

.product-video-card h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: rgb(82, 82, 82);
    min-height: 80px;
    max-height: 80px;
}

.product-video-card .video-button-container.video-popup .section-title-video-button .video-play--style2 {
    color: #fff;
    border-color: #fff;
    border-width: 3px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
}

.product-cat-card img {
    border: 1px solid #000;
    border-radius: 20px;
    width: 100%;
}

.product-cat-card h2 {
    padding-top: 20px;
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
    font-family: "REM", sans-serif;
    text-align: center;
}

.row-gap-2 {
    row-gap: .5rem !important;
}

.row-gap-4 {
    row-gap: 2rem !important;
}

.row-gap-5 {
    row-gap: 3rem !important;
}

.sector-card {
    border: 2px solid #d3dedf;
    padding: 26px;
    border-radius: 20px;
    transition: all .5s ease;
    margin-bottom: 25px;
}

.sector-card:hover {
    border: 2px solid #E306134F;
}

.sector-card img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 26px;
}

.sector-card h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    text-align: center;
    font-family: "REM", sans-serif;
}

.social-img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    border-radius: 5px;
}

.sss-tag {
    background-color: #E3061326;
    margin: 0 0 20px;
    padding: 5px 10px 4px;
    border-radius: 6px;
    display: inline-block;
}

.sss-tag h6 {
    font-size: 12px;
    font-weight: 400;
    color: #e30613;
    margin-bottom: 0;
    font-family: "REM", sans-serif;
}

.submenu {
    border-radius: 20px;
    overflow: hidden;
}

.footer-title {
    font-size: 21px;
    font-weight: 300;
    color: #E30613;
    line-height: 29px;
    font-family: "REM", sans-serif;
    margin-bottom: 20px;
}
.fw-500 {
    font-weight: 500;
}
.fz-180px {
    font-size: 180px;
}

.fs-18 {
    font-size: 18px;
}

.fs-60 {
    font-size: 60px;
}

.font-weight-700 {
    font-weight: 700;
}

footer ul li {
    margin: 10px 0px;
}

footer ul li a {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    font-family: "REM", sans-serif;
}

footer ul li a:hover {
    color: #E30613;
}

.footer-form {
    background-color: #00000073;
    border-radius: 10px;
    padding: 40px;
    border: 0;
}

.footer-form input,
.footer-form textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px 24px 17px 24px;
    border-radius: 6px;
}

.footer-form input[aria-invalid="true"] {
    border-color: #f00;
}

.footer-form label {
    display: block;
    color: #FFFFFF;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px 0px 7px 0px;
}

.footer-form button {
    background-color: #E30613;
    padding: 17px 28px 16px 28px;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 11px;
    color: #FFFFFF;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.transform-none {
    transform: none !important;
}

.slider-write-wrapper {
    display: flex;
    flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-write-wrapper h1 {
    font-size: 61px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 71px;
    color: #fff;
}

.slider-write-wrapper p {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    letter-spacing: .4px;
    font-family: "REM", sans-serif;
    width: 59%;
    margin: 30px 0px;
    padding-bottom: 10px;
}

.slider-write-wrapper .slider-image-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;

    /* display: grid;
    grid-template-columns: repeat(3,1fr);
    align-content: start;
    align-items: center;
    grid-auto-flow: row;
    grid-template-rows: repeat(1,1fr) */
}

.slider-write-wrapper .slider-img-item {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
}

.slider-write-wrapper .slider-img-item img {
    width: 95px;
    transition: all .5s ease;
}

.slider-write-wrapper .slider-img-item:hover img {
    scale: 1.1;
}

.teklif-form label {
    color: #000;
}

.teklif-form input,
.teklif-form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    font-family: "REM", sans-serif;
}

.w-fit {
    width: fit-content;
}

.w-50px {
    width: 50px;
}

.mb-100px {
    margin-bottom: 100px;
}

.video-btn {
    background-color: #ffffff;
    border-radius: 50%;
    color: #E30613;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.video-image {
    width: 100%;
    border-radius: 20px;
    filter: brightness(0.7);
}

.video-button-container.video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-button-container.video-popup .section-title-video-button .video-play--style2 {
    color: #fff;
    border-color: #fff;
    border-width: 3px;
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
}


.video-container {
    content: "";
    display: block;
    height: max(100%, 100%);
    left: 0;
    position: absolute;
    top: 0;
    width: max(100%, 100%);
    overflow: hidden;
}

.video-container::before {
    content: "";
    display: block;
    height: max(100%, 100%);
    left: 0;
    opacity: .64;
    position: absolute;
    top: 0;
    transition: var(0.3, .3s);
    width: max(100%, 100%);
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #000 0%, #01021d 100%);
    z-index: 1;
}


.video-container video {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.w-25px {
    width: 25px;
}

.z-3 {
    z-index: 3;
}

.z-5 {
    z-index: 5;
}

.object-contain {
    object-fit: contain !important;
}

.menu-dark-overlay{
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;       
  z-index: 900;               
  transition: opacity 180ms ease;
}
.menu-dark-overlay.is-active{
  opacity: .6;                
}

.header-area.header-sticky.is-sticky img.filter-invert {
    filter: invert(1);
}

.header-area.header-sticky.is-sticky li.filter-res:hover img.filter-invert {
    filter: invert(0);
}

a.hover-red h4 {
    transition: all ease .5s;
    color: #E30613; 
}

a.hover-red:hover h4 {
    color: #888;
}

.contact_buttons {
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
    color: #000;
    border-radius: 15px;
    padding: 10px 20px 10px 15px;
    font-family: "REM", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    transition: all .5s ease;
    overflow: hidden;
    z-index: 1;
}
.contact_buttons span {
    position: relative;
    z-index: 2;
    transition: color 0.5s ease;
}

.text-right {
    text-align: right;
}

.right-0 {
    right: 0;
}

.fz15 {
    font-size: 15px;
}

@keyframes bg-gradient {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}


@media (min-width: 768px) {
    .cat-list .cat-list-banner {
        width: 20%;
    }

    .w-50-sm {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .cat-list .cat-list-banner {
        width: 50%;
    }

    .service-container .service-item,
    .service-container .service-item:first-child {
        width: 100%;
    }

    .cat-list .cat-list-banner .cat-list-item {
        padding: 24px;
        height: 170px;
    }

    .cat-list .cat-list-banner .cat-list-item h2 {
        font-size: 14px;
    }

    .slider-write-wrapper {
        bottom: 30px;
        transform: translateY(0);
        top: auto;
    }

    .slider-write-wrapper h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .slider-write-wrapper p {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: .4px;
        width: 100%;
    }

    .slider-write-wrapper .slider-img-item img {
        width: 80px;
    }

    .video-container {
        height: 70vh;
    }

    .h-70vh-sm {
        height: 70vh !important;
    }

    .pakmak-title {
        font-size: 32px;
        line-height: 35px;
    }

    .pakmak-desc {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .single-grid-overlay-blog-post__content .post-title {
        font-size: 16px;
        line-height: 21px;
    }

    .breadcrumb-tag {
        font-size: 22px;
        line-height: 22px;
    }

    .breadcrumb-page-title {
        font-size: 38px;
        line-height: 38px;
    }

    .breadcrumb-title {
        font-size: 38px;
        line-height: 42px;
    }
}

@media (max-width: 1024px) {
    .cat-list .cat-list-banner .cat-list-item h2 {
        font-size: 15px;
    }
}

