﻿@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {


    
	body {
		/**
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        **/
		padding: 0px 0px 0px 0px !important;
		overflow-x: hidden !important;
		text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
		overflow: overlay;
		background-color: #fff !important;
		font-family: "Google Sans Flex", sans-serif !important;
		outline: none !important;
		color: #1e004d !important;
		-webkit-transition: all 0.2s ease-in-out;
		text-decoration: none;
		margin: 0px !important;
		direction: ltr;
		position: relative;
		text-rendering: optimizeLegibility;
		font-feature-settings: "liga" 0;
		-webkit-font-smoothing: antialiased;
		font-optical-sizing: auto !important;
		font-feature-settings: "ss01" !important;
	}

	body {
		overflow-y: scroll !important;
		scrollbar-width: none !important;
	}

	body::-webkit-scrollbar {
		display: none !important;
	}

	.header-frame {
		width: 100%;
		height: auto;
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		z-index: 995;
		background: transparent;
		transition: background 0.3s ease;
	}

	.header-content {
		width: 100%;
		max-width: 1300px;
		margin: auto;
		height: auto;
		padding: 20px;
	}

	.banner {
		width: 95%;
		border-radius: 30px 30px 0px 0px;
		overflow: hidden;
		height: 80vh;
		margin: 115px auto;
		position: relative;
	}

	.banner-slide::after {
		content: '';
		position: absolute;
		inset: -30px;
		background: inherit;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 0;
		will-change: transform, filter;
	}

	.banner-slide>* {
		position: relative;
		z-index: 1;
	}

	.banner-slider {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.banner-slide {
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0;
		transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
		pointer-events: none;
	}

	.banner-slide.active {
		opacity: 1;
		pointer-events: all;
	}

	.banner-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 80;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.15);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		border: 1px solid rgba(255, 255, 255, 0.25);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background 0.2s ease, transform 0.2s ease;
		margin-top: -60px;
	}

	.banner-arrow:active {
		transform: translateY(-50%) scale(0.93);
		background: rgba(255, 255, 255, 0.25);
	}

	.banner-arrow--prev {
		left: 16px;
	}

	.banner-arrow--next {
		right: 16px;
	}

	.banner-pagination {
		position: absolute;
		bottom: 130px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 8px;
		z-index: 80;
	}

	.banner-dot {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.4);
		cursor: pointer;
		transition: all 0.3s ease;
		overflow: hidden;
		position: relative;
	}

	.banner-dot.active {
		width: 60px;
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.3);
	}

	.banner-dot-fill {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 0%;
		background: #fff;
		border-radius: 4px;
		transition: none;
	}

	.banner-bottom {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-image: url(../images/banner-bottom.svg);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100%;
		width: 100%;
		height: 107px;
		z-index: 90;
	}

	.dew-slide-content {
		position: absolute;
		top: 50%;
		left: 6%;
		transform: translateY(-50%);
		width: 38%;
		z-index: 70;
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.dew-slide-tag {
		display: inline-block;
		background: rgba(255, 255, 255, 0.18);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		border: 1px solid rgba(255, 255, 255, 0.3);
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		padding: 5px 14px;
		border-radius: 50px;
		width: fit-content;
		letter-spacing: 0.5px;
	}



	.dew-slide-title {
		color: #fff;
		font-size: 72px;
		font-weight: 700;
		line-height: 77px;
		margin: 0;
		text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
	}

	h5{
		color: #fff !important;
		font-size: 52px !important;
		font-weight: 700 !important;
		line-height: 57px !important;
		margin: 0 !important;
		text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
	}

	.dew-slide-desc {
		color: rgba(255, 255, 255, 0.85) !important;
		font-size: 15px !important;
		line-height: 1.6 !important;
		margin: 0 !important;
		text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2) !important;
	}


	@media (max-width: 768px) {
		.dew-slide-content {
			top: auto;
			bottom: 130px;
			left: 50%;
			transform: translateX(-50%);
			width: 85%;
			text-align: center;
			align-items: center;
		}

		.dew-slide-title {
			font-size: 22px;
		}

		.dew-slide-desc {
			font-size: 13px;
		}
	}

	.banner-down {
		position: absolute;
		z-index: 91;
		width: 130px;
		height: 130px;
		border-radius: 150px;
		background-color: #f06;
		left: 0px;
		right: 0px;
		margin: auto;
		bottom: -30px;
	}

	.dew-banner-cta-wrap {
		display: flex;
		justify-content: center;
		margin-top: -166px;
		position: relative;
		z-index: 100;
	}

	.logo {
		width: 150px;
		height: 64px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		background-image: url(../images/neo-logo.svg);
		transition: 0.1s ease-in-out;
		cursor: pointer;
	}

	.logo:active {
		transform: scale(0.97);
		transition: 0.01s ease-in-out;
	}

	.logo.active {
		width: 120px;
		height: 51px;
		transition: 0.1s ease-in-out;
	}

	.dew-menu-btn {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		background: #f5f5f5;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		position: relative;
	}

	.dew-menu-btn span {
		display: block;
		width: 22px;
		height: 2px;
		background: #333;
		border-radius: 2px;
		transition: all 0.3s ease;
	}

	.dew-menu-btn.active span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.dew-menu-btn.active span:nth-child(2) {
		opacity: 0;
	}

	.dew-menu-btn.active span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.dew-menu-overlay {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0);
		z-index: 998;
		pointer-events: none;
		transition: background 0.4s ease;
	}

	.dew-menu-overlay.active {
		background: rgba(0, 0, 0, 0.4);
		pointer-events: all;
	}

	.dew-menu-panel {
		position: fixed;
		top: 0;
		right: -720px;
		width: 700px;
		height: 100vh;
		background: #fff;
		z-index: 999;
		transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		display: flex;
		flex-direction: column;
		box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}


	.dew-menu-panel.active {
		right: 0;
	}

	.dew-menu-head {
		padding: 24px 24px 16px;
		border-bottom: 0.5px solid #eee;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-shrink: 0;
	}

	.dew-menu-logo {
		font-size: 18px;
		font-weight: 700;
		color: #111;
	}

	.dew-menu-close {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #f5f5f5;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #555;
	}

	.dew-menu-screen {
		flex: 1;
		overflow-y: auto;
		overflow-x: hidden;
		position: relative;
		scrollbar-width: none;
	}

	.dew-menu-screen::-webkit-scrollbar {
		display: none;
	}

	.dew-menu-main,
	.dew-menu-sub {
		position: absolute;
		inset: 0;
		padding: 25px;
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
	}

	.dew-menu-sub {
		transform: translateX(100%);
		opacity: 0;
		pointer-events: none;
	}

	.dew-menu-sub.active {
		transform: translateX(0);
		opacity: 1;
		pointer-events: all;
	}

	.dew-menu-main.hidden {
		transform: translateX(-60px);
		opacity: 0;
		pointer-events: none;
	}

	.dew-menu-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 24px;
		font-weight: 600;
		font-size: 25px;
		border-radius: 20px;
		color: #111;
		cursor: pointer;
		transition: background 0.15s ease;
	}

	.dew-menu-item:hover {
		background: #f9f9f9;
	}

	.dew-menu-item-arrow {
		color: #aaa;
		font-size: 28px;
	}

	.dew-menu-back {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 12px 24px 16px;
		font-size: 13px;
		color: #888;
		cursor: pointer;
		margin-bottom: 8px;
		transition: color 0.15s ease;
	}

	.dew-menu-back:hover {
		color: #333;
	}

	.dew-menu-sub-title {
		padding: 0 24px 8px;
		font-size: 12px;
		color: #aaa;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.dew-menu-foot {
		padding: 16px 24px;
		border-top: 0.5px solid #eee;
		font-size: 12px;
		color: #aaa;
		flex-shrink: 0;
	}

	.main-menu-item {
		font-size: 15px;
		font-weight: 500;
		color: #000;
		display: inline-block;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main-menu-item:hover {
		opacity: 0.7;
	}


	.dew-lightbox-overlay {
		position: fixed;
		inset: 0;
		z-index: 998;
		background: rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.35s ease;
	}

	.dew-lightbox-overlay.active {
		opacity: 1;
		pointer-events: all;
	}

	.dew-lightbox {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -48%) scale(0.97);
		z-index: 999;
		background: #fff;
		border-radius: 24px;
		width: 90%;
		max-width: 850px;
		max-height: 85vh;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.dew-lightbox.active {
		opacity: 1;
		pointer-events: all;
		transform: translate(-50%, -50%) scale(1);
	}

	.dew-lightbox-header {
		display: flex;
		padding: 35px 35px 0px 35px;
		flex-shrink: 0;
		position: relative;
	}

	.dew-lightbox-close {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #f5f5f5;
		border: none;
		cursor: pointer;
		right: 10px;
		top: 10px;
		position: absolute;
		font-size: 16px;
		color: #555;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.dew-lightbox-body {
		padding: 24px 40px 40px;
		overflow-y: auto;
		scrollbar-width: none;
		flex: 1;
	}

	.dew-lightbox-body::-webkit-scrollbar {
		display: none;
	}

	.dew-arc-btn {
		width: 90px;
		height: 90px;
		border-radius: 50%;
		background: #f5931e;
		border: none;
		outline: none;
		cursor: pointer;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.2s ease, filter 0.2s ease;
	}

	.dew-arc-btn:hover {
		filter: brightness(1.08);
	}

	.dew-arc-btn:active {
		transform: scale(0.96);
	}

	.dew-arc-btn-text {
		position: absolute;
		inset: 0;
		animation: dewArcSpin 8s linear infinite;
		pointer-events: none;
	}

	.dew-arc-btn-text svg {
		width: 100%;
		height: 100%;
	}

	.dew-arc-btn-img {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}


	@keyframes dewArcSpin {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}


	#dewLottieIcon {
		width: 60px;
		height: 60px;
		transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}

	.lightbox-title {
		font-size: 18px;
		font-weight: 600;
		color: #000;
		display: block;
		line-height: 20px;
	}

	.product-lightbox {
		cursor: pointer;
		width: 100%;
		height: auto;
		padding: 15px;
		border-radius: 15px;
		background-color: rgba(0, 0, 0, .05);
		transition: 0.1s ease-in-out;
	}

	.product-lightbox:hover {
		background-color: rgba(0, 0, 0, .08);
		transition: 0.1s ease-in-out;
	}

	.product-light-img {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		background-color: #fff;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-light-img img {
		width: 60%;
	}

	.product-name {
		font-size: 19px;
		font-weight: 500;
		color: #000;
		display: block;
		line-height: 20px;
	}

	.product-sub {
		margin-top: 5px;
		font-size: 13px;
		font-weight: 400;
		color: rgba(0, 0, 0, .5);
		display: block;
		line-height: 18px;
	}

	.dewspace {
		width: 100%;
		height: 100px;
	}

	.dewspace2 {
		width: 100%;
		height: 60px;
	}

	.dews-reveal {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 0.6s ease, transform 0.6s ease;
		transform: scale(0.93);
	}

	.dews-reveal--visible {
		opacity: 1;
		transform: translateY(0);
		transform: scale(1);
	}

	.menu-subtitle {
		font-size: 23px;
		font-weight: 400;
		color: #000;
		display: block;
	}

	.social-box {
		margin-top: 10px;
		margin-right: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		border-radius: 10px;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, .1);
		outline: 2px solid rgba(0, 0, 0, .05);
		transition: 0.1s ease-in-out;
	}

	.social-box img {
		width: 45%;
		opacity: 0.6;
		transition: 0.1s ease-in-out;
	}

	.social-box:hover {
		border: 1px solid rgba(0, 0, 0, .3);
		transition: 0.1s ease-in-out;
	}

	.social-box:hover img {
		opacity: 1;
		transition: 0.1s ease-in-out;
	}

	.dewcontainer {
		width: 100%;
		height: auto;
		max-width: 1300px;
		margin: 20px auto;
	}


	

	h4 {
		width: auto !important;
		display: inline-block !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		color: #000 !important;
		letter-spacing: 5px !important;
		background-image: url(../images/icons/dot.svg) !important;
		background-repeat: no-repeat !important;
		background-position: left center !important;
		background-size: 8px !important;
		padding-left: 30px !important;
	}

	h6 {
		width: auto !important;
		display: inline-block !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		color: #fff !important;
		letter-spacing: 5px !important;
		background-image: url(../images/icons/dot2.svg) !important;
		background-repeat: no-repeat !important;
		background-position: left center !important;
		background-size: 8px !important;
		padding-left: 30px !important;
	}

	h2{
		font-size: 25px !important;
		font-weight: 400 !important;
		color: #000 !important;
		display: block !important;
	}

	h3{
		font-size: 35px !important;
		font-weight: 400 !important;
		color: #fff !important;
		display: block !important;
	}

	h1 {
		font-size: 40px !important;
		font-weight: 500 !important;
		color: #000 !important;
		display: block !important;
		line-height: 40px !important;
	}

	p {
		font-size: 16px !important;
		font-weight: 400 !important;
		color: rgba(0, 0, 0, .76) !important;
		display: block !important;
		line-height: 30px !important;
	}

	.left-line {
		width: 100px;
		height: 3px;
		background-color: #14509b;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.dew-video-wrap {
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 30px;
	}

	.dew-video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		pointer-events: none;
	}

	.owl-dots {
		text-align: center;
		margin-top: 35px;
	}

	.owl-dot {
		width: 15px;
		height: 15px;
		background: #14509b !important;
		display: inline-block;
		border-radius: 50%;
		border: none;
		margin: 0 10px;
		transition: all 0.53s ease;
	}

	.owl-dot.active {
		background: #14141c !important;
		/* senin ana rengin neyse onunla değiştir */
		transform: scale(1.2);
	}

	.owl-stage {
		display: flex;
	}

	.owl-item {
		display: flex;
	}

	.quality-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.35;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}

.quality-box::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 35px;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 40%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.quality-box-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 35px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;
    z-index: 0;
}

.quality-box:hover .quality-box-bg {
    transform: scale(1.06);
    filter: brightness(0.55);
}

	.quality-icon{
		transition: 0.1s ease-in-out;
		position: absolute;
		left: 15px;
		top: 15px;
		width: 55px;
		height: 55px;
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
	}

	.quality-icon span{
		transition: 0.1s ease-in-out;
		color: #14509b;
		font-size: 30px;
		font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.quality-content{
		width: 85%;
		height: auto;
		position: absolute;
		left: 0px;
		right: 0px;
		margin: auto;
		bottom: 30px;
    	z-index: 10;
	}

	.quality-title{
		font-size: 20px;
		font-weight: 600;
		color: #fff;
		display: block;
		line-height: 25px;
	}

	.quality-content p{
		font-size: 14px !important;
		font-weight: 400 !important;
		color: rgba(255,255,255,0.85) !important;
		display: block !important;
		line-height: 20px !important;
		margin-top: 10px !important;
	}

	.dew-deco-wrap {
		position: fixed;
		inset: 0;
		pointer-events: none;
		z-index: 0;
		overflow: hidden;
	}

	.dew-deco-wrap {
		position: fixed;
		inset: 0;
		pointer-events: none;
		z-index: 0;
		overflow: hidden;
	}

	.dew-deco {
		position: absolute;
		width: 450px;
		height: 450px;
		opacity: 0.1;
		will-change: transform;
	}

	.dew-deco:nth-child(1) {
		top: 40%;
		left: -120px;
	}

	.dew-deco:nth-child(2) {
		top: 40%;
		left: -120px;
	}

	.dew-deco:nth-child(3) {
		bottom: -80px;
		right: 15%;
	}

	.header-cta{
		width: auto;
		height: auto;
		padding: 10px 30px;
		cursor: pointer;
		border-radius: 30px;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		background-color: #14509b;
		transition: 0.1s ease-in-out;
	}

	.header-cta:hover{
		background-color: #80ba26;
		transition: 0.1s ease-in-out;
	}

	.vision_area{
		width: 100%;
		height: auto;
		background-image: url(../images/visio_bg.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		padding: 300px 100px 40px 100px;
		background-color: #020304;
		color: #fff;
		border-radius: 35px;
	}

	.nc-wrap {
		position: relative;
		overflow: hidden;
	}

	.nc-track {
		display: flex;
		transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.nc-slide {
		min-width: 100%;
		display: flex;
		gap: 32px;
		align-items: center;
		padding: 8px 0;
	}

	.nc-img {
		width: 45%;
		aspect-ratio: 4 / 3;
		border-radius: 16px;
		overflow: hidden;
		flex-shrink: 0;
	}

	.nc-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.nc-body {
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.nc-tag {
		font-size: 11px !important;
		font-weight: 600 !important;
		color: #6ca1e2 !important;
		text-transform: uppercase !important;
		letter-spacing: 1px !important;
	}

	.nc-title {
		font-size: 22px !important;
		font-weight: 600 !important;
		color: #fff !important;
		line-height: 1.3 !important;
		margin: 0 !important;
	}

	.nc-desc {
		font-size: 14px !important; 
		color: #fff !important;
		line-height: 1.6 !important;
		margin: 0 !important;
	}

	.nc-date {
		font-size: 12px;
		color: rgba(255,255,255,0.5);
	}

	.nc-footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}

	.nc-dots {
		display: flex;
		gap: 6px;
	}

	.nc-dot {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: rgba(255,255,255,0.2);
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.nc-dot.active {
		width: 24px;
		border-radius: 4px;
		background: #fff;
	}

	.nc-arrows {
		display: flex;
		gap: 8px;
	}

	.nc-arrow {
		width: 38px;
		height: 38px;
		border-radius: 50%;
		border: 1px solid #eee;
		background: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background 0.15s ease;
	}

	.nc-arrow:hover {
		background: #f5f5f5;
	}

	.nc-arrow svg {
		width: 16px;
		height: 16px;
		color: #333;
	}

	@media (max-width: 768px) {
		.nc-slide {
			flex-direction: column;
			gap: 16px;
		}

		.nc-img {
			width: 100%;
		}

		.nc-title {
			font-size: 18px;
		}
	}

	.dew-marquee-wrap {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.dew-marquee-wrap::before,
	.dew-marquee-wrap::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 120px;
		z-index: 1;
		pointer-events: none;
	}

	.dew-marquee-wrap::before {
		left: 0;
		background: linear-gradient(to right, #020304 0%, transparent 100%);
	}

	.dew-marquee-wrap::after {
		right: 0;
		background: linear-gradient(to left, #020304 0%, transparent 100%);
	}

	.dew-marquee-track {
		display: flex;
		width: max-content;
		animation: dewMarquee 25s linear infinite;
	}

	.dew-marquee-track:hover {
		animation-play-state: paused;
	}

	.dew-marquee-group {
		display: flex;
		align-items: center;
		gap: 60px;
		padding: 20px 30px;
	}

	.dew-marquee-item {
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0.6;
		transition: opacity 0.2s ease;
		filter: grayscale(100%);
	}

	.dew-marquee-item:hover {
		opacity: 1;
		filter: grayscale(0%);
	}

	.dew-marquee-item img {
		height: 70px;
		width: auto;
		display: block;
		object-fit: contain;
	}

	@keyframes dewMarquee {
		from { transform: translateX(0); }
		to { transform: translateX(-50%); }
	}

	.home-field{
		width: 100%;
		height: auto;
		padding: 15px 25px;
		border-radius: 15px;
		border: 1px solid rgba(255,255,255,0.1);
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		background: rgba(0, 0, 0, 0.15);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		outline: 3px solid rgba(255,255,255,0);
	}

	.home-field:hover{
		border: 1px solid rgba(255,255,255,0.3);
		outline: 3px solid rgba(255,255,255,0);
	}

	.home-field:focus{
		border: 1px solid rgba(255,255,255,0.3);
		outline: 3px solid rgba(255,255,255,1);
	}

	.home-phone-field{
		width: 100%;
		height: auto;
		padding: 15px 25px 15px 25px;
		border-radius: 15px;
		border: 1px solid rgba(255,255,255,0.1);
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		background: rgba(0, 0, 0, 0.15);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		outline: 3px solid rgba(255,255,255,0);
	}

	.home-phone-field:hover{
		border: 1px solid rgba(255,255,255,0.3);
		outline: 3px solid rgba(255,255,255,0);
	}

	.home-phone-field:focus{
		border: 1px solid rgba(255,255,255,0.3);
		outline: 3px solid rgba(255,255,255,1);
	}

	.dew-form-group {
		position: relative;
		margin-bottom: 16px;
	}

	.home-field.error {
		border-color: #e74c3c;
	}

	.home-field.success {
		border-color: #2ecc71;
	}

	.dew-error {
		font-size: 12px;
		color: #e74c3c;
		margin-top: 4px;
		display: block;
		min-height: 16px;
	}

	.dew-submit {
		width: 100%;
		padding: 14px;
		background: #14509b;
		color: #fff;
		border: none;
		border-radius: 12px;
		font-size: 15px;
		font-weight: 600;
		cursor: pointer;
		transition: background 0.2s ease;
	}

	.dew-submit:hover {
		background: #0f3d7a;
	}

	.iti {
    width: 100%;
    display: block;
}

.iti__flag-container {
    z-index: 999;
}

.iti input,
.iti input[type=tel] {
    width: 100%;
    padding-left: 92px !important;
}

.iti__country-list {
    position: fixed !important;
    z-index: 99999 !important;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
}

.iti__country {
    padding: 8px 12px;
    font-size: 14px;
    color: #111;
}

.iti__country.iti__highlight {
    background: #f5f5f5;
}

.dew-phone-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.dew-phone-code {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(255,255,255,0.15);
    z-index: 2;
}

.dew-phone-flag {
    font-size: 18px;
    line-height: 1;
}

.dew-phone-dial {
    font-size: 13px;
}

.dew-phone-input {
    padding-left: 100px !important;
    width: 100%;
}

.dew-phone-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #1a1a2e;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    z-index: 9999;
    display: none;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.dew-phone-dropdown.open {
    display: block;
}

.dew-phone-search {
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
}

.dew-phone-search::placeholder {
    color: rgba(255,255,255,0.4);
}

.dew-phone-list {
    max-height: 220px;
    overflow-y: auto;
    scrollbar-width: none;
}

.dew-phone-list::-webkit-scrollbar {
    display: none;
}

.dew-phone-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    transition: background 0.15s ease;
}

.dew-phone-option:hover {
    background: rgba(255,255,255,0.08);
}

.dew-phone-group {
    position: relative;
}

.dew-kvkk-wrap {
    margin-bottom: 16px;
}

.dew-switch-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.dew-switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 31px;
    flex-shrink: 0;
}

.dew-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dew-switch-track {
    position: absolute;
    inset: 0;
    border-radius: 31px;
    background: rgba(255,255,255,0.15);
    transition: background 0.22s ease;
    cursor: pointer;
}

.dew-switch-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.22s ease;
    pointer-events: none;
}

.dew-switch input:checked + .dew-switch-track {
    background: #34c759;
}

.dew-switch input:checked ~ .dew-switch-thumb {
    transform: translateX(20px);
}

.dew-kvkk-text {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

.dew-kvkk-link {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}


.footer {
		width: 100%;
		height: auto;
		max-width: 1300px;
		margin: 50px auto;
		border-radius: 30px;
		border: 1px solid rgba(0,0,0,.1);
		padding: 60px;
	}

	.footer-logo{
		width: 150px;
		height: 64px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		background-image: url(../images/neo-logo.svg);
		transition: 0.1s ease-in-out;
		cursor: pointer;
	}

	.copyright-text{
		font-size: 13px;
		font-weight: 300;
		color: rgba(0,0,0,.5);
		display: block;
		margin-top: 30px;
	}


	.footer-title{
		font-size: 13px;
		font-weight: 600;
		color: #000;
		display: block;
		margin-bottom: 20px;
		letter-spacing: 3px;
	}

	.footer-link{
		font-size: 15px;
		cursor: pointer;
		font-weight: 400;
		letter-spacing: 0.3px;
		color: #000;
		display: block;
		margin-bottom: 10px;
		opacity: 0.6;
	}

	.footer-link:Hover{
		opacity: 1;
	}

	.cs-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.cs-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.cs-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff;
    overflow-y: auto;
    scrollbar-width: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4,0,0.2,1);
}

.cs-lightbox::-webkit-scrollbar {
    display: none;
}

.cs-lightbox.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.cs-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 32px 80px;
}

.cs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cs-title {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.cs-close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #555;
    transition: background 0.15s ease;
}

.cs-close-btn:hover {
    background: #eee;
}

.cs-search-wrap {
    position: relative;
    margin-bottom: 20px;
}

.cs-search {
    width: 100%;
    padding: 10px 14px 10px 36px;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    font-size: 14px;
    background: #f8f8f8;
    color: #111;
    outline: none;
    box-sizing: border-box;
    transition: border 0.2s ease, background 0.2s ease;
}

.cs-search:focus {
    border-color: #14509b;
    background: #fff;
}

.cs-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #aaa;
}

.cs-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.cs-tab {
    padding: 7px 16px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    color: #555;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.cs-tab.active {
    background: #14509b;
    color: #fff;
    border-color: #14509b;
}

.cs-tab:hover:not(.active) {
    border-color: #14509b;
    color: #14509b;
}

.cs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0;
}

.cs-item {
    padding: 14px 10px;
    cursor: pointer;
	text-align: center;
    border-radius: 8px;
    transition: background 0.15s ease;
}

.cs-item:hover {
    background: #f0f5ff;
}

.cs-item-name {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    margin: 0 0 2px;
}

.cs-item-lang {
    display: none !important;
}

.cs-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
	width: auto;
	font-weight: 600;
	height: auto;
	background-color: #0f3d7a;
    font-size: 16px;
    color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 20px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.cs-trigger:hover{
	background-color: #f5931e;
}

.cs-trigger span{
	font-size: 20px;
	color: #fff;
	font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
}


.dewnav{
	display: none;
}


/*PART2*/

.content-space{
	width: 100%;
	height: 150px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 50px;
}

.content-title{
	font-size: 36px;
	font-weight: 600;
	color: #000;
	display: block;
	line-height: 31px;
}

.content-subtitle{
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-top: 20px;
	color: #000;
}

.dew-tab-nav {
	border-bottom: 1px solid rgba(0,0,0,.2);
    display: flex;
    gap: 8px;
	padding-bottom: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.dew-tab-btn {
    padding: 11px 35px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
	letter-spacing: 1px;
    cursor: pointer;
    border: 1.5px solid transparent;
    background: rgba(0,0,0,.05);
    color: #000;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.dew-tab-btn.active {
    background: #fff;
    color: #000;
    border-color: #000;
}

.dew-tab-pane {
	margin-top: 30px;
    display: none;
    animation: dewTabFade 0.25s ease;
}

.dew-tab-pane.active {
    display: block;
}

@keyframes dewTabFade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}


.product-box {
    width: 100%;
    height: auto;
	cursor: none;
}

.product-box:hover .product-title {
    transform: translateY(-5px);
    transition: 0.2s ease-in-out;
}

.product-box:hover .product-subtitle {
    transform: translateY(-5px);
    transition: 0.2s ease-in-out;
}

.product-box-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.05;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product-box-img-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-box:hover .product-box-img-bg {
    transform: scale(1.06);
}

.product-box-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.product-box:hover .product-box-img::after {
    opacity: 1;
}

.product-title {
    transition: 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-top: 20px;
}

.product-subtitle {
    transition: 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    display: block;
    margin-top: 10px;
}

.dew-cursor {
    position: fixed;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: opacity 0.2s ease, transform 0.2s ease;
    letter-spacing: 0.5px;
    text-align: center;
}

.dew-cursor.visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


/*PART3*/

.dewtag{
	cursor: pointer;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 400;
	color: rgba(0,0,0,.7);
	border-radius: 20px;
	padding: 5px 15px 5px 0px;
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

.dewtag span{
	font-size: 18px;
	font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
}

.back-button{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(0,0,0,.2);
	cursor: pointer;
	padding: 15px 30px;
	border-radius: 10px;
}

.back-button:hover{
	border: 1px solid rgba(0,0,0,.0);
	background-color: #0f3d7a;
	color: #fff;
}

.back-button:hover span{
	color: #fff;
}

.back-button span{
	font-size: 18px;
	font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
}





.pg-wrap {
    width: 100%;
}

.pg-main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #f5f5f5;
    margin-bottom: 12px;
}

.pg-main-img {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.pg-main-img.active {
    opacity: 1;
}

.pg-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background 0.15s ease;
}

.pg-arrow:hover {
    background: rgba(255,255,255,1);
}

.pg-arrow svg {
    width: 14px;
    height: 14px;
    color: #333;
}

.pg-arrow--prev { left: 12px; }
.pg-arrow--next { right: 12px; }

.pg-download {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background 0.15s ease;
}

.pg-download:hover {
    background: rgba(255,255,255,1);
}

.pg-download svg {
    width: 16px;
    height: 16px;
    color: #333;
}

.pg-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.pg-thumbs::-webkit-scrollbar {
    display: none;
}

.pg-thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s ease;
    flex-shrink: 0;
    background: #f5f5f5;
}

.pg-thumb.active {
    border-color: #333;
}

.pg-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.content-detail-product-title{
	font-size: 30px;
	font-weight: 500;
	color: #000;
	display: block;
	line-height: 25px;
	margin-bottom: 20px;
}

.content-detail-product-subtitle{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	display: block;
	line-height: 25px;
	margin-bottom: 10px;
}


.dew-spec-table {
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.dew-spec-row {
    display: flex;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
    align-items: flex-start;
}

.dew-spec-label {
    width: 40%;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    line-height: 1.5;
}

.dew-spec-value {
    flex: 1;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

@media (max-width: 576px) {
    .dew-spec-row {
        flex-direction: column;
        gap: 6px;
    }

    .dew-spec-label {
        width: 100%;
        font-weight: 600;
        color: #111;
    }
}


.document-area{
	cursor: pointer;
	width: 100%;
	height: auto;
	padding: 20px;
	border-radius: 15px;
	background-color: rgba(0,0,0,.03);
}

.document-area:hover{
	background-color: rgba(0,0,0,.06);
}

.document-area-icon{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 11px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.document-area-icon img{
	width: 50%;
}

.document-area-title{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	display: block;
	line-height: 25px;
}

.document-area-sub{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,.7);
	display: block;
	line-height: 20px;
	font-style: italic;
}

.lightimg{
	opacity: 0.8;
	transition: 0.1s ease-in-out;
	transform: scale(1);
}

.lightimg:hover{
	opacity: 1;
	transition: 0.1s ease-in-out;
	transform: scale(1.05);
}


.document2-area{
	cursor: pointer;
	width: 100%;
	height: auto;
	padding: 20px;
	border-radius: 15px;
	background-color: rgba(0,0,0,.03);
}

.document2-area:hover{
	background-color: rgba(0,0,0,.06);
}

.document2-area-icon{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 11px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.document2-area-icon img{
	width: 50%;
}

.document2-area-title{
	font-size: 23px;
	font-weight: 500;
	color: #000;
	display: block;
	line-height: 25px;
}

.document2-area-sub{
	font-size: 13px;
	font-weight: 400;
	color: rgba(0,0,0,.7);
	display: block;
	line-height: 20px;
	margin-top: 10px;
	font-style: italic;
}


.neobox{
	width: 100%;
	height: auto;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(0,0,0,.03);
	transition: 0.1s ease-in-out;
}

.neobox-img{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	transition: 0.1s ease-in-out;
}

.neobox:hover .neobox-img span{
	transition: 0.1s ease-in-out;
	font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
}

.neobox-img span{
	transition: 0.1s ease-in-out;
	font-size: 60px;
	color: #0f3d7a;
	font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
}

.neobox-title{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	display: block;
	line-height: 25px;
	text-align: center;
}

.neobox-text{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
	display: block;
	line-height: 17px;
	margin-top: 10px;
	text-align: center;
}


.contact-box{
	margin-bottom: 15px;
	width: auto;
	height: auto;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: flex;
	align-items: start;
	gap: 10px;
}

.contact-box span{
	color: #0f3d7a;
	font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
}

.mapframe{
	margin-top: 30px;
	width: 100%;
	height: 500px;
	border-radius: 20px;
	outline: 5px solid rgb(15, 61, 122,0.09);
}


}