@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
webkit-viewport {
    width: device-width
}
@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "Open Sans", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #ffffff;
    color: #1E1E1E;
	font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
}

a{
	text-decoration:none;
}
a:hover{
	color:#fff;
}
a,.btn{
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 40px;
}
h2::after {
    background-color: #FFA500;
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}
h3 {
    font-size: 32px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 15px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 15px;
}
/*** Global ***/
.btn-default {
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    min-width: 230px;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 30px;
    text-align: center;
    padding: 15px 30px;
}
.btn-default:hover, .btn-default:focus {
    background: #000;
    color: #FFFFFF;
}
.btn-default:hover img {
    filter: brightness(0) invert(1);
}
.btn-default img {
    margin-left: 5px;
}
.btn-orange {
    background: #FFA500;
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    border: 0;
    padding: 10px 30px;
    margin-top: 20px;
}
.btn-orange:hover,
.btn-orange:focus {
	outline: none;
	background: #000;
	color: #fff;
}

/*** Header ***/
.logo {
    position: relative;
}
.logo img {
    max-width: 289px;
}
.main-header {
    position: relative;
    background: #242424;
    padding: 15px 0;
    z-index: 999;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    height: inherit;
    line-height: inherit;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FFA500;
    transition: width .3s;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::after {
    width: 100%;
}
.language-switcher h5 {
    display: none;
}
.language-switcher .wpm-switcher-select {
    position: relative;
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 30px;
    padding: 10px 40px 10px 20px;
    margin: 0;
}
/*** Heading ***/
.heading-div {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #1E1E1E;
    text-align: center;
    margin-bottom: 40px;
}
/*** Banner ***/
.banner-area {
    background: url(../images/banner-bg.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    min-height: 626px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.banner-logo {
    display: block;
    margin-bottom: 25px;
}
.banner-caption {
	position: relative;
	padding: 100px 0;
	z-index: 1;
}
.banner-caption h1 {
    font-size: 32px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 15px;
}
.banner-caption p {
    display: block;
    margin-bottom: 30px;
}
.banner-btn {
    display: block;
}
.button-arrow {
    display: inline-block;
    vertical-align: top;
    margin-top: -40px;
    margin-left: 30px;
}
.banner-img {
    position: relative;
    margin-bottom: -256px;
}
/*** Scroll Section ***/
.scroll-down {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(36, 36, 36, 1);
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
}
.scroll-down a {
    color: rgba(36, 36, 36, 1);
}
.scroll-down span {
    display: block;
}
/*** Slider Section ***/
.slides-section {
    position: relative;
    display: block;
    padding: 50px 0;
}
.slide-box {
    background: url(../images/3d-printer-bg01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    border-radius: 80px;
    padding: 80px;
}
.slide-row {
    position: relative;
    z-index: 1;
}
.slide-text {
    display: inline-block;
    vertical-align: top;
    max-width: 390px;
    min-height: 500px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(36, 36, 36, 1);
    margin-right: 90px;
}
.slide-text h3 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(24, 24, 24, 1);
}
.slide-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(36, 36, 36, 1);
}
.slick-slide .btn-default img {
    display: inline-block;
}
.slide-box-white .slide-text {
    color: rgba(255, 255, 255, 1);
}
.slide-box-white .slide-text h3 {
    color: rgba(255, 255, 255, 1);
}
.slide-box-white .slide-text h4 {
    color: rgba(255, 255, 255, 1);
}
.orange-btn .btn-default {
    background: #FFA500;
    color: #FFFFFF;
}
.orange-btn .btn-default:hover, .orange-btn .btn-default:focus {
    background: #FFFFFF;
    color: #242424;
}
.orange-btn .btn-default img {
    filter: brightness(0) invert(1);
}
.orange-btn .btn-default:hover img {
    filter: inherit;
}
.slider-div .slick-prev, .slider-div .slick-next {
    background-color:  transparent !important;
    font-size: 0;
    top:  50% !important;
    translate: 0 -50%;
}
.slider-div .slick-arrow {
    position: absolute;
    width: 48px;
    height: 49px;
    border: 0 !important;
    padding: 0;
    z-index: 1;
}
.slider-div .slick-prev {
    background: url(../images/prev-arrow.png) no-repeat;
    left: -60px;
}
.slider-div .slick-next {
    background: url(../images/next-arrow.png) no-repeat;
    right: -60px;
}
.slider-div .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    line-height: 0;
    padding: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    z-index: 99;
}
.slider-div .slick-dots li {
    padding: 0 5px;
    line-height: 0;
}
.slider-div .slick-dots li button {
    background-color: rgba(217, 217, 217, 1) !important;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 0 !important;
    border-radius: 50px;
    padding: 0;
}
.slider-div .slick-dots li.slick-active button {
    background-color: rgba(255, 165, 0, 1) !important;
    width: 15px;
    height: 15px;
}
.inner-slide-box {
    display: inline-block;
    vertical-align: top;
    max-width: 646px;
    min-height: 422px;
}
.product-img {
    display: block;
    text-align: center;
}
.product-img img {
    display: block;
    margin: 0 auto;
}
.slider-div .inner-slide-box .slick-arrow {
    width: 36px;
    height: 36px;
}

.slider-div .inner-slide-box .slick-prev {
    background: url(../images/prev-arrow-white.png) no-repeat;
    left: 20px;
}
.slider-div .inner-slide-box .slick-next {
    background: url(../images/next-arrow-white.png) no-repeat;
    right: 20px;
}
/*** Global Map ***/
.global-area {
    background: linear-gradient(180deg, rgba(255, 250, 240, 0) 0%, #FFFAF0 114.06%);
    position: relative;
    padding: 60px 0px 80px;
}
.global-map {
    background: url(https://bulunmaz.codexia.tech/wp-content/uploads/2025/08/map-bg.png) no-repeat center center;
    background-size: contain;
    position: relative;
    width: 100%;
    min-height: 564px;
}
.global-map #block-13 .location {
    position: absolute;
    top: 258px;
    left: 285px;
}
.global-map #block-14 .location {
    position: absolute;
    top: 203px;
    left: 702px;
}
.global-map #block-15 .location {
    position: absolute;
    top: 252px;
    left: 772px;
}
.global-map #block-16 .location {
    position: absolute;
    top: 282px;
    left: 910px;
}
.global-map #block-17 .location {
    position: absolute;
    top: 350px;
    left: 942px;
}
.location .map-tooltip {
    background-color: #242424;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: none;
    padding: 10px;
    max-width: 150px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.location:hover .map-tooltip {
    display: block;
}
.location .map-tooltip p {
    margin-bottom: 0;
}
.location h5 {
    margin-bottom: 0;
}
.map-icon {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}
/*** Contact ***/
.contact-area {
    position: relative;
    padding: 60px 0px 150px;
}
.contact-div {
    position: relative;
    border: 1px solid #F4F3F3; 
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 8px 0px;
    padding: 40px;
}
.contact-image img {
    border-radius: 24px;
}
.contact-div .country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}
.contact-form .form-control {
    background: #fff;
    border-radius: 50px;
    font-size: 15px;
    color: #989898;
    border: 1px solid #DCDCDC;
    padding: 15px 20px;
}
.contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.contact-form .form-control::placeholder {
    color: #989898;
    opacity: 1; /* Firefox */
}
.contact-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #989898;
}
.contact-form p {
    margin-bottom: 0;
}
.contact-form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
}
input[type=submit] {
    background: #FFA500 !important;
    position: relative;
    width: 100%;
    display: block;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    border: 0;
    padding: 18px 30px;
    margin-top: 20px;
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit]:focus-visible {
	outline: none;
	background: #000 !important;
	color: #fff !important;
}
/*** Pum Popup ***/
.pum-theme-138 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 30px !important;
    border-radius: 24px !important;
    border: 0 !important;
    box-shadow: none !important;
}
.pum-content h3 {
    text-align: center;
}
.pum-title {
    display: none !important;
}
.pum-container ul {
    margin-left: 20px;
    padding-left: 0;
}
.pum-container ul li {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    padding-bottom: 4px;
}
.pum-theme-138 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    height: 32px;
    width: 32px;
    right: -10px;
    top: -10px;
    color: #959595 !important;
    background-color: #fff !important;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
}
.n2-thumbnail-dot img {
    object-fit: contain !important;
}
.gallery-columns-4 .gallery-item {
    max-width: 20%;
}
.gallery-item {
    background-color: #fff;
    width: auto;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-right: 24px;
    margin-bottom: 30px;
}
.gallery-item img {
    border-radius: 12px;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item {
    width: 20% !important;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-right: 20px;
}
/*** Footer ***/
.footer {
	background-color: #242424;
    color: #DBDBDB;
    padding: 50px 0;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #6D6D6D;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.f-social ul {
    padding: 0;
    margin: 0;
}
.f-social ul li {
    display: inline-block;
    margin-left: 40px;
}
.footer-info {
    display: flex;
    justify-content: space-around;
}
.footer-info h4 {
    color: #DBDBDB;
}
.f-about {
    max-width: 400px;
    font-size: 20px;
    margin-right: auto;
}
.f-contact {
    max-width: 250px;
    margin-right: auto;
}
.f-support {
    margin-right: auto;
}
.footer-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-info ul li {
    display: flex;
    line-height: 25px;
    margin-bottom: 15px;
}
.footer-info ul li i {
    display: inline-block;
    margin-right: 15px;
}
.footer-info ul li i img {
    max-width: 14px;
}
.footer-info ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #DBDBDB;
    text-decoration: none;
}
.footer-info ul li a:hover, .footer-info ul li a:focus {
    color: #FFA500;
}
.copyright {
    margin-top: -40px;
}
.envira-gallery-wrap .envira-gallery-public {
    display: flex;
    height: auto !important;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item {
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
}
#envirabox-loading {
    width: 44px;
}

@media (max-width: 1399.98px) {
.inner-slide-box {
    max-width: 530px;
}
.slide-text {
    min-height: 470px;
    margin-right: 30px;
}
}
@media (max-width: 1299.98px) {
.slider-div .slick-next {
    right: -30px;
}
.slider-div .slick-prev {
    left: -30px;
}
.slide-text {
    min-height: inherit;
    font-size: 16px;
}
.slide-text h3 {
    font-size: 42px;
}
.slide-text h4 {
    font-size: 22px;
}
}
@media (max-width: 767.98px) {
.main-menu .primary-navigation {
    position: inherit;
}
.main-menu .menu-button-container {
    display: none;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 8px 20px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.get-touch-btn>a.mega-menu-link {
    padding: 8px 20px;
    margin-left: 0px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0px 0px 0px 0px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    line-height: 30px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    width: 30px;
    height: 30px;
    margin: 0 3px 0 0px;
}
h2 {
    font-size: 24px;
}
h2::after {
    width: 98px;
}
.btn-default {
    min-width: inherit;
    font-size: 14px;
    padding: 10px 20px;
}
.button-div .btn-default {
    display: block;
}
.logo img {
    max-width: 200px;
}
.banner-area {
    min-height: inherit;
    font-size: 16px;
    margin-bottom: 90px;
}
.banner-caption {
    position: relative;
    text-align: center;
    padding: 50px 0 20px;
}
.banner-caption h1 {
    font-size: 20px;
}
.banner-logo img {
    max-width: 173px;
}
.banner-btn {
    position: relative;
}
.button-arrow {
    position: absolute;
}
.banner-img {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -70px;
}
.banner-img img {
    max-width: 200px;
}
.heading-div {
    font-size: 16px;
    margin-bottom: 30px;
}
.slide-box {
    border-radius: 24px;
    padding: 40px;
}
.slide-text h3 {
    font-size: 20px;
}
.slide-text h4 {
    font-size: 14px;
}
.slide-text p {
    display: none;
}
.slide-text {
    font-size: 16px;
    max-width: inherit;
    min-height: inherit;
    margin-right: 0;
}
.slide-row {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
}
.inner-slide-box {
    max-width: inherit;
    width: 100%;
    min-height: inherit;
    margin-bottom: 40px;
}
.global-map {
    min-height: 294px;
}
.map-icon img {
    max-width: 16px;
}
.location h5 {
    font-size: 12px;
}
.global-map #block-13 .location {
    top: 130px;
    left: 90px;
}
.global-map #block-14 .location {
    top: 98px;
    left: 278px;
}
.global-map #block-15 .location {
    top: 128px;
    left: 312px;
}
.global-map #block-16 .location {
    top: 142px;
    left: 374px;
}
.global-map #block-17 .location {
    top: 170px;
    left: 396px;
}
.contact-div {
    border-radius: 20px;
    padding: 30px;
}
.contact-div .row {
    flex-direction: column-reverse;
}
.contact-image {
    margin-bottom: 20px;
}
.contact-image img {
    border-radius: 20px;
}
.f-logo img {
    max-width: 200px;
}
.f-social ul li {
    margin-left: 20px;
}
.footer-info {
    display: block;
}
.footer-info h4 {
    font-size: 18px;
}
.f-item {
    display: block;
    margin-bottom: 30px;
}
.f-about, .f-contact {
    max-width: inherit;
}
.copyright {
    display: block;
    text-align: center;
    margin-top: 0;
}
}
@media (max-width: 575.98px) {
.global-map {
    min-height: 230px;
}
.global-map #block-13 .location {
    top: 95px;
    left: 68px;
}
.global-map #block-14 .location {
    top: 76px;
    left: 215px;
}
.global-map #block-15 .location {
    top: 96px;
    left: inherit;
    right: 102px;
}
.global-map #block-16 .location {
    top: 116px;
    left: 291px;
}
.global-map #block-17 .location {
    top: 135px;
    left: inherit;
    right: 0;
}
.envira-gallery-wrap .envira-gallery-public {
    display: flex;
    height: auto !important;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item {
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
}
.slide-box {
    padding: 25px;
    margin: 0 40px;
}
.slider-div .slick-prev {
    left: -10px;
}
.slider-div .slick-next {
    right: -10px;
}
}
