body {
	margin: 0px;
	padding: 0px;
  overflow-x: hidden !important;
  
}
body a:hover{text-decoration:none;}

	#bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #000;
}

#bar::-webkit-scrollbar {
    width: 15px;
    background-color: #000;
}

#bar::-webkit-scrollbar-thumb {
    background-color: #e30613;
}
	.ust{  	margin: 0px auto;
	padding-top: 0px;
	width:100%;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1)); 
	height: 250px;
	text-align: left;
	z-index:999 !important;
	position:absolute;

	}
	.ust2{
	width:100%;
	height: 35px;	
	position:relative;
	z-index:-9;
	}
.mobilmenu {display:none;}
#nav_logo {display:none;}

.sekil{ position:fixed; 	
z-index:999999999999 !important; }
 
.sekil2{ position:fixed;z-index:9999999!important; margin-left:0px; bottom:0px;top:auto;left:0px;width:50px;height:50px;cursor:pointer}

.sekil2:hover{background-position:0px 0px -5px;}
 
.sekil2 p{height:50px; background:#5ed055; bottom:5px; left:10px;   width:50px; border-radius:50px; position:fixed; z-index:9999999 !important; font-family: 'Khand', sans-serif; font-weight:700; font-size:28px; padding-top:5px; color:#2e2d2c; text-align:center; border:1px dashed #2e2d2c;}

.sekil2 p:hover{height:50px; background:#000; bottom:5px; left:10px;   width:50px; border-radius:50px; position:fixed; z-index:9999999 !important; font-family: 'Khand', sans-serif; font-weight:700; font-size:28px; padding-top:5px; color:#5ed055; text-align:center; border:1px dashed #5ed055;}

#taglar, #mobil_menu{display:none;}

.feature-area-1 {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  /* Medium devices */
}

@media (max-width: 991px) {
  .feature-area-1 {
    box-shadow: none;
  }
}

.feature-card-wrap {
  margin: 0;
  margin-top: 50px;
  padding: 0;

  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* Medium devices */
}

.feature-card-wrap .feature-card {
  width: 16.666%;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

.feature-card-wrap .feature-card .feature-card-active-wrap {
  background: #e30613;
  display: -webkit-box;
  display: -webkit-flex; 
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  gap: 30px; 
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_details {
  max-width: none;
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_icon img {
  -webkit-filter: brightness(999);
          filter: brightness(999);
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  font-weight: 700;
  
  line-height: 38px;
  color: white;
  font-family: 'montserrat';
  cursor: pointer;
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title a {
  color: white;
  font-family: 'montserrat';
  font-size: 20px;
}

.feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_text {
  color: white;
  opacity: 1;
  height: auto;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  margin-bottom: 27px;
  font-family: 'montserrat';
}



  .feature-card-wrap .feature-card .feature-card_title {
    font-size: 16px;
  }
  .feature-card-wrap .feature-card .feature-card_icon {
    margin-bottom: 20px;
  }
  .feature-card-wrap .feature-card .feature-card-active-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 479px;
  }
  .feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_text {
    display: none;
  }


@media (max-width: 1399px) {
  .feature-card-wrap .feature-card {
    padding: 30px 25px 37px;
  }
  .feature-card-wrap .feature-card .feature-card-active-wrap {
    width: 451px;
  }
  .feature-card-wrap .feature-card .feature-card-active-wrap .feature-card_title {
    font-size: 20px;
    line-height: initial;
  }
}

@media (max-width: 1299px) {
  .feature-card-wrap .feature-card {
    padding: 30px 25px 25px;
    width: 20%;
  }
  .feature-card-wrap .feature-card .feature-card-active-wrap {
    display: none;
  }
}

@media (max-width: 1199px) {
  .feature-card-wrap .feature-card .feature-card_title {
    font-size: 14px;
    line-height: inherit;
  }
}

@media (max-width: 991px) {
  .feature-card-wrap .feature-card {
    display: inline-block;
    width: 33%;
  }
}

@media (max-width: 767px) {
  .feature-card-wrap .feature-card {
    width: 43%;
  }
  
  
  .header-layout2 .menu-area
  {
	 
	  
  }
}

@media (max-width: 575px) {
  .feature-card-wrap .feature-card {
    width: 90%;
  }
}

.feature-card-wrap .item-active {
  width: 33.333%;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

.feature-card-wrap .item-active.feature-card {
  background: #e30613;
}

.feature-card-wrap .item-active .feature-card-active-wrap {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1299px) {
  .feature-card-wrap .item-active {
    width: 20%;
  }
  .feature-card-wrap .item-active.feature-card {
    background: #e30613;
  }
}

@media (max-width: 991px) {
  .feature-card-wrap .item-active {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .feature-card-wrap .item-active {
    width: 43%;
  }
}

@media (max-width: 575px) {
  .feature-card-wrap .item-active {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .feature-card-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
}

.feature-card {
  padding: 40px 40px 47px;
  background-color: #2986e2;
  border-radius: 0px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  
}

.feature-card .feature-card_details {
  max-width: 234px;
}

.feature-card_icon {
  margin-bottom: 40px;
}

.feature-card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card_title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: -0.2em;
  font-weight: 600;
  line-height: 30px;
  color: white;
}

.feature-card_title a {
  color: var(--title-color);
}

.feature-card_title a:hover {
  color: var(--theme-color);
}

.feature-card_text {
  margin-bottom: -0.45em;
  margin-top: 16px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 0;
  opacity: 0;
  line-height: 26px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.feature-card .btn-wrap {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  --btn-size: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.feature-card .btn-wrap .icon-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card .btn-wrap .link-btn {
  color: var(--white-color);
}

.feature-card .btn-wrap .link-btn:before {
  background: var(--white-color);
}

.feature-card:hover .feature-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}/* Feature 2 ---------------------------------- */
.feature-area-2 {
  background: var(--white-color);
  box-shadow: 0px 10px 30px 0px rgba(7, 36, 95, 0.08);
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.feature-card2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

.feature-card2-text {
  margin-bottom: -0.5em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card2-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card2.item-active, .feature-card2:hover {
  background: var(--theme-color);
}

.feature-card2.item-active .feature-card2-icon img, .feature-card2:hover .feature-card2-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.feature-card2.item-active .box-title a, .feature-card2:hover .box-title a {
  color: var(--white-color);
}

.feature-card2.item-active .feature-card2-text, .feature-card2:hover .feature-card2-text {
  color: var(--white-color);
}

@media (max-width: 1299px) {
  .feature-card2 {
    display: block;
  }
  .feature-card2 .feature-card2-icon {
    margin-bottom: 30px;
  }
  .feature-card2 .feature-card2-text {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .feature-card2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 375px) {
  .feature-card2 {
    display: block;
  }
  .feature-card2 .box-title {
    font-size: 22px;
  }
  .feature-card2 .feature-card2-text {
    font-size: 16px;
  }
}

/* Feature 3 ---------------------------------- */
.feature-box {
  background-color: var(--white-color);
  border: 1px solid #E4E4E4;
  border-top: 5px solid var(--theme-color);
  box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.06);
  border-radius: 10px;
  padding: 35px;
}

.feature-box_icon {
  margin-bottom: 20px;
}

.feature-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-box_title {
  margin-bottom: 10px;
}

.feature-box_text {
  font-size: 14px;
  margin-bottom: -0.5em;
}

.feature-box:hover .feature-box_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Small devices */
@media (max-width: 767px) {
  .feature-box {
    text-align: center;
  }
}

/* Feature 4 ---------------------------------- */
.feature-card3 {
  padding: 50px 40px 65px 40px;
  background-color: var(--theme-color);
  box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 27.5px;
}

.feature-card3:before, .feature-card3:after {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 19px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card3:after {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #FF4C13 0%, rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(180deg, #FF4C13 0%, rgba(255, 255, 255, 0) 80%);
  z-index: -2;
  top: 0;
  left: 0;
}

.feature-card3_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin: 0 auto 29px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.feature-card3_icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: inherit;
  opacity: 0.3;
  z-index: -1;
  border-radius: inherit;
}

.feature-card3_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card3_title {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -0.24em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card3_text {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.header_sosyal{float:left;  color:#ccc; margin-top:50px; margin-left:260px;font-family: 'PT Sans', sans-serif; font-weight:100; font-size:25px; width:150px; position:relative;}
.header_sosyal .fa{color:#ccc;  padding:12px; height:35px; padding-top:20px;}
.header_sosyal .fa:hover{color:#000;  transition:all 500ms;}
.feature-card3 .icon-btn {
  --btn-size: 55px;
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
  position: absolute;
  bottom: -27.5px;
  left: 50%;
  margin-left: -27.5px;
}

.feature-card3:hover::before, .feature-card3:hover:after {
  height: 0;
}

.feature-card3:hover .feature-card3_icon {
  background-color: var(--white-color);
}

.feature-card3:hover .feature-card3_icon img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.feature-card3:hover .feature-card3_title {
  color: var(--white-color);
}

.feature-card3:hover .feature-card3_text {
  color: var(--white-color);
}

.feature-card3:hover .icon-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
  -webkit-animation: jumpIcon 1s linear infinite;
          animation: jumpIcon 1s linear infinite;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-card3 {
    padding: 50px 20px 65px 20px;
  }
}

@-webkit-keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Feature 5 ---------------------------------- */
.feature-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.feature-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 30px;
  box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
  background-color: var(--white-color);
  margin-top: -60px;
  position: relative;
  z-index: 4;
}

.feature-grid:not(:last-child) {
  padding-right: 40px;
}

.feature-grid_icon img {
  min-width: 50px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-grid_title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: -0.24em;
}

.feature-grid_text {
  margin-bottom: -0.5em;
}

.feature-grid:nth-child(even):before {
  content: '';
  height: 100%;
  width: calc(100% + 60px);
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 50%, calc(100% - 60px) 100%, 0 100%, 60px 50%);
          clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 50%, calc(100% - 60px) 100%, 0 100%, 60px 50%);
}

.feature-grid:nth-child(even) .feature-grid_title, .feature-grid:nth-child(even) .feature-grid_text,
.feature-grid:nth-child(even) .feature-grid_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-grid:hover .feature-grid_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .feature-grid_title {
    font-size: 22px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-grid {
    padding: 30px 0;
  }
  .feature-grid:not(:last-child) {
    padding-right: 22px;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 50px);
    left: -44px;
    -webkit-clip-path: polygon(0 0, calc(100% - 55px) 0%, 100% 50%, calc(100% - 55px) 100%, 0 100%, 55px 50%);
            clip-path: polygon(0 0, calc(100% - 55px) 0%, 100% 50%, calc(100% - 55px) 100%, 0 100%, 55px 50%);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-grid:not(:last-child) {
    padding-right: 0;
  }
  .feature-grid:nth-child(even) {
    padding-left: 30px;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 60px);
    left: -30px;
  }
}

@media (max-width: 480px) {
  .feature-grid-wrap {
    padding: 0 15px;
  }
  .feature-grid:nth-child(even) {
    padding-left: 0;
  }
  .feature-grid:nth-child(even):before {
    width: calc(100% + 30px);
    left: -15px;
    -webkit-clip-path: none;
            clip-path: none;
  }
}


#altLinkler {
  width: 90%;
  max-width: 1200px;
  margin: 125px auto 0;
  position: relative;
  z-index: 9;
  height: 700px;
}

#altLinkler h1 {
  text-align: center;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 50px;
}

#altLinkler::after {


  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #e30613; /* Arka plan rengi */
}

#altLinkler ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  height: 350px;
}

#altLinkler ul li {
  position: relative;
  width: calc(33.333% - 30px); /* 3 kart yan yana */
  height: 250px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease, clip-path 0.4s ease;
}

#altLinkler ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff7e5f, #feb47b);
  transition: background 0.4s ease;
}

#altLinkler ul li:hover::before {
  background: linear-gradient(90deg, #feb47b, #ff7e5f);
}

#altLinkler ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  width: 100%;
}

.product-image {
  width: 100%;
  height: 180px; /* Daha kısa yükseklik */
  background-color: #000000;
  overflow: hidden;
  position: relative;
  z-index: 9999999999;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.product-image img {
 
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#altLinkler ul li:hover .product-image img {
  transform: scale(1.1);
}

.product-info {
  padding: 20px;
  text-align: right;
  height: calc(100% - 150px); /* Ürün resminin yüksekliğine göre ayarlandı */
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: background 0.4s ease, color 0.4s ease;
}

.product-info h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px; /* Daha küçük font boyutu */
  margin: 0;
  color: #000;
  transition: color 0.4s ease;
  padding-right: 20px;
  padding-top: 20px; /* Üstten biraz boşluk */
}

#altLinkler ul li:hover .product-info {
  background: #ffffff;
  color: #fff;
}

#altLinkler ul li:hover .product-info h1 {
  color: #eb0e0e;
}

.product-image .small-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  transition: transform 0.4s ease;
  clip-path: circle(50% at 50% 50%);
}

.product-image .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#altLinkler ul li:hover .product-image .small-image {
  transform: scale(1.1);
}

/* Mobil Uyumluluk için Medya Sorguları */
@media (max-width: 768px) {
  #altLinkler ul li {
      width: calc(50% - 30px); /* 2 kart yan yana */
  }

  .product-image {
      height: 120px;
  }

  .product-image .small-image {
      width: 60px;
      height: 60px;
  }
}

@media (max-width: 480px) {
  #altLinkler ul li {
      width: 100%; /* Tek kart tam genişlik */
  }

  .product-info h1 {
      font-size: 16px; /* Daha küçük font boyutu */
  }

  .product-image {
      height: 100px; /* Daha küçük yükseklik */
  }

  .product-image .small-image {
      width: 50px;
      height: 50px;
  }
}

.slider_kategoriler{width:300px; float:left; text-align:center; padding-top:5px; padding-right:10px; font-family: 'Montserrat', sans-serif; border-right:1px solid #ccc;}

.kategoriler_menu{width:100%; list-style:none; font-family: 'Montserrat', sans-serif; font-size:13px; margin:0px; padding:0px; text-align:left;}
.kategoriler_menu li{ width:100%;  border-bottom:0.5px solid #ececec; color:#333;  transition:all 500ms; font-weight:600; margin:0px; padding:0px; }
.kategoriler_menu li p{  color:#333;  padding:5px;  margin:0px;  padding-top:15px; padding-bottom:15px;}
.kategoriler_menu li:hover{color:#fff; background:#e30613; transition:all 500ms;}
.kategoriler_menu li:hover p{color:#fff; background:#e30613; transition:all 500ms;}


.kategoriler_alt_menu{display:none; background:#e30613; }
.kategoriler_menu li:hover .kategoriler_alt_menu{display:block; position:absolute; margin-left:290px; width:300px; margin-top:-49px;  z-index:9999999; list-style:none; padding:0px; }
.kategoriler_alt_menu  li p{  color:none; padding:5px;  margin:0px;  padding-top:10px; padding-bottom:10px;}

.kategoriler_alt_menu li:hover p{color:#fff;  background:none;  transition:all 500ms;}

.kategoriler_alt_menu li{background:#e30613; transition:all 500ms; padding:0px; font-family: 'Montserrat', sans-serif; font-size:13px; color:#fff;}
.kategoriler_alt_menu li:hover{background:#000; transition:all 500ms; color:#fff; }




.kategoriler_alt_alt_menu{display:none; background:#e30613; }
.kategoriler_alt_menu li:hover .kategoriler_alt_alt_menu{display:block; position:absolute; margin-left:300px; width:300px; margin-top:-39px;  z-index:9999999; list-style:none; padding:0px;}
.kategoriler_alt_alt_menu li{background:#e30613; transition:all 500ms; padding:10px; font-family: 'Jost', sans-serif; font-size:13px; color:#000;}
.kategoriler_alt_alt_menu li:hover{background:#000; transition:all 500ms; color:#fff; }




.arama_kutusu{position:fixed; z-index:99999; width:40px; height:40px; top:11%; right:0px; background-color:rgba(255,234,0,0.9); transition:all 500ms;}
.arama_kutusu i{ color:#000; font-size:25px; margin:7px;}
.arama_kutusu:hover{top:0; width:100%; height:50%; transition:all 500ms; background-color:rgba(255,234,0,0.9);}
.arama_kutusu_ic{display:none;}
.arama_kutusu:hover .arama_kutusu_ic{display:block; color:#000; font-size:48px; font-family: 'Montserrat', sans-serif; font-weight:900; margin-left:auto;
margin-right:auto; margin-top:0%; width:500px;}
#ara{font-size:24px; font-family: 'Montserrat', sans-serif; font-weight:400; color:#000; background-color:rgba(240,240,240,1); width:100%; border:none; padding:15px;}
#buton{font-size:32px; font-family: 'Montserrat', sans-serif; padding:15px; font-weight:900; color:#0066b3; background-color:#000; border:none; width:100%; margin-top:5px;}
#buton:hover{background-color:#fff; color:#000;}
   
   .resim {
margin-left:550px;
	width:100%;
	position:absolute;
	max-width:300px;
	margin-top:0px;


}
   .resim img {
width:300px;


}



#usticerik {
	width:100%;
	height: 550px;
	margin-top:0px;
			background:url(../images/arka.jpg) no-repeat center;
	z-index:-99999999 !important;
	position:relative;
}
.usticerik_ic{ width:1300px;margin-left:auto; margin-right:auto;   padding-left:10px;	padding-right:10px;}
.usticerik_ic p{ margin-top:450px; margin-left:100px; text-align:center; position:absolute; font-size:48px; font-family:'Montserrat'; font-weight:700; color:#fff; z-index:99999999999 !important; border-bottom:1px solid #f0f0f0; width:1100px;}

.arkaresim{position:absolute; z-index:9999999999; right:10%; margin-top:45px;}
#slogan{  float:left; margin-left:50px; margin-top:10px;}





#katalog1 p{
	color:#000;
	font-size:16px;
	}

#katalog1{
	float:left;  
	position:relative; 
	height:150px; 
	width:120px; 
	background-color:#dbdbdb; 
	margin-left:5px; 
	margin-top:5px; 
	z-index:999999;  
	border-radius:10px; 
	padding-top:5px;
	text-align:center;
	font-size:14px;
	}
#katalog1:hover{  background-color:#ff7601;}


#dil_kutusu{  float:right; padding-bottom:0px; width:140px; margin-top:16px;  }
#dil_kutusu ul{list-style-type:none; padding:0px; margin:0px;}
#dil_kutusu ul li{float:left; font-family: 'PT Sans', sans-serif; width: 35px; font-weight:400; font-size:14px; margin-top:6px; padding-left:5px; }
#dil_kutusu ul a{color:#fff; padding:5px; padding-top:7px; padding-bottom:10px; }
#dil_kutusu ul a:hover{color:#bcbdc0; transition:all 500ms;}
#dil_kutusu ul img{width:28px;}




#h_iletisim{float:left;  margin-left:300px; position:absolute; margin-top:-28px; z-index:9999999;}
#h_iletisim spam{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:12px; color:#93a6b0; }
#h_iletisim .fa{font-size:14px; color:#93a6b0;}
#h_iletisim .fa-phone-square{font-size:16px;}

#h_iletisim2{float:left; width:180px; height:52px; padding:5px; margin-top:2px; margin-left:580px; position:absolute;  border-radius:5px;}
#h_iletisim2:hover{padding-left:10px; transition: all 500ms;}
#h_iletisim2 p{font-family: 'Ubuntu', sans-serif; font-weight:400;  font-size:14px; color:#afd456; margin-left:40px;}
#h_iletisim2 .fa{font-size:42px; position:absolute; color:#afd456;}



#h_sosyal{float:left; margin-left:50px; margin-top:10px;}
#h_sosyal a .fa{font-size:20px; color:#fff; padding:10px; }
#h_sosyal a:hover .fa{color:#fff;}


#clear{clear:both;}
#logo {
	text-align: left;
	float:left;
	margin-top:30px;
	margin-left:0px;

	position:static;
	z-index:9999999999999999 !important;
	}
#logo_resim{
	position:absolute;
	width:185px;
	
	
}

a .whatsapp_hatti{float:right; padding-left:10px; width:250px; padding-top:10px; border:1px solid #bebebe; margin-top:50px; margin-right:150px;}
a .whatsapp_hatti i{float:left; font-size:40px; color:#444; }
a .whatsapp_hatti p{float:left; font-size:14px; color:#555; font-weight:500; padding-left:10px;}
a .whatsapp_hatti span{float:left; font-size:16px; color:#555; font-weight:700;  padding-left:10px;}

a .musteri_hizmetleri{float:right; padding-left:10px; padding-right:10px; padding-top:12px; border:1px solid #bebebe; margin-top:15px;}
a .musteri_hizmetleri img{float:left; height:35px; }
a .musteri_hizmetleri p{float:left; font-size:14px; color:#555; font-weight:500; padding-left:10px;}
a .musteri_hizmetleri span{float:left; font-size:16px; color:#555; font-weight:700;  padding-left:10px; margin-top:-3px;}



#cizdirik{width:300px; height:20px; float:left; position:absolute; margin-left:870px; margin-top:-5px; }
#cizgi_ic{width:300px; height:20px; margin-left:20px; float:left; position:absolute;}

#cizgi_ic .fa{color:#fff; font-size:18px; padding:5px; float:left;}
#cizgi_ic b{color:#3c3c3b; font-size:20px; font-family: 'Oswald', sans-serif; font-weight:400;  float:left;}
#cizgi_ic p{color:#3c3c3b; font-size:14px; font-family: 'Oswald', sans-serif; font-weight:400;  float:left;}
#cizgi_ic a{color:#3c3c3b; font-size:14px; font-family: 'Oswald', sans-serif; font-weight:400; float:left;}
#cizgi_ic a:hover .fa {background-image:none; color:#222;}
#cizgi_ic input{ width:300px; height:35px; float:left; border:1px solid #ccc; border-radius:10px; font-size:15px; font-family: 'Montserrat', sans-serif;  font-weight:400; margin-top:8px; color:#303030; padding:5px; }

.menuustde{width: 100%; position:absolute; z-index:100; height:auto; }
.menu {
	float:right;
	height:45px;
	margin-left:auto; margin-right:auto;
	border-radius:5px;
	margin-top:50px;
	position:relative; z-index:99999999;
	

}

#menu{list-style-type:none; list-style-image:none; margin:0px; padding-left:18px; 	float:left !important;}
#menu li{float:left; padding-top:12px; padding-bottom:8px; padding-left:15px; padding-right:15px; font-family: 'Montserrat', sans-serif; font-size:16px; font-weight:500; color:#fff;}
#menu a li p{ font-family: 'Montserrat', sans-serif;  font-size:16px; font-weight:500; color:#fff; padding:0px;  margin:0px; transition: all 700ms;}
#menu a{ font-family: 'Montserrat', sans-serif; font-size:16px; font-weight:500; color:#fff; padding:0px; margin:0px; }
#menu li:hover{background:#e30613; color:#000; transition: all 500ms; border-radius:5px;}
#menu li:hover a{ color:#000; }
#menu #menu_ayrac{ font-size:45px; color:#333; margin-top:0px; font-weight:100; font-family: 'PT Sans', sans-serif; margin-left:8px; margin-right:8px; padding:0px !important; transition:none; height:55px;}

#alt_menu{display:none; background-color:rgba(255,255,255,1)!important; border:1px solid #ccc; width:1200px; margin-left:-780px; left:50%; padding-bottom:10px; 	 	}
	
#alt_menu_ul{
display:none;
background:#e30613;
margin:0px; 
margin-top:4px;
margin-left:-15px;
padding:10px;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
width:300px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
}

#menu li:hover #alt_menu_ul {  display:block !important; position:absolute !important;z-index:999999 !important; color:#000;}	
#alt_menu_ul  a li{ float:none; list-style-type:none;  margin:0px; padding:10px; font-size:14px; font-weight:500; color:#000;}
#alt_menu_ul  a:hover li{background-color:#000;  color:#fff; }
.menu li:hover  #alt_menu {position:absolute !important;z-index:99999 !important; list-style:none; display:block; margin-top:15px; background-color:#fff; }

#alt_menu_2{margin-top:5px; margin-left:5px; margin-right:0px; text-align:left; float:left; min-height:350px; width:24.5%; background:#fff; }
#alt_menu_2:hover{  background: rgba(255,255,255,0.8);  transition: all 500ms; }
#alt_menu_2 p{font-size:15px; border-bottom:2px solid #e30613;   text-align:center; font-weight:600; min-height:30px; color:#000 !important; margin-bottom:0px; margin-top:10px; margin-left:5px; padding-top:0px; font-family: 'Montserrat', sans-serif;}
#alt_menu_2 img{ width:380px; float:left; margin-left:-250px; margin-right:auto; margin-top:10px; border-radius:4px;}

#alt_menu_2 #alt_menu_kategori { float:left; text-align:left; margin-left:0px; list-style-type:none;  padding-top:10px; margin-top:0px;}
#alt_menu_kategori li{float:none; margin-left:-35px; width:285px; font-family: 'Montserrat', sans-serif;  font-size:15px; font-weight:500; color:#333; padding:0px; }
#alt_menu_kategori li:hover {background-color:#e30613; color:#fff;}

#slayt{  margin-left:auto; width:100%;  margin-right:auto; position:relative; margin-top:0px;  z-index:99 !important;}
#slayt_arkaplan_renk{width: 100%; position:relative; padding-top:0px;}


.slidermask {
    width: 100%;
    position: absolute;
top:0;
    left: 0;
    background-image: url(../images/strip1.png);
    background-position: center top;
height:100%; 
    z-index: 99999;
}

.index_orta_dis{width: 100%; position:relative; z-index:100; height:auto; background-color:#fff;}
.index_orta{width:1240px; margin-left:auto; margin-right:auto; height:auto; margin-top:40px; }
.index_kutular{ margin-left:5px; margin-right:5px; height:250px;  border-radius:0px; margin-bottom:10px;}
.index_kutular h2{color:#454545; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:20px; text-align:left; margin:10px;padding-bottom:10px; width:100%;}
.index_kutular i{}
.index_kutular_icerik1{color:#454545; padding:10px; width:700px; font-size:20px;}
.index_kutular_icerik1 p{color:#454545; font-size:14px !important;}
.index_kutular_icerik{color:#454545; padding:20px;}
#duyurular{float:left; width:100%; height:400px; padding-right:20px; margin-bottom:20px; font-family: 'PT Sans', sans-serif; 	border-bottom: 4px solid #dadada;

	-webkit-box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.15), 0px 4px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.15), 0px 4px 3px 0px rgba(0,0,0,0.4);
 z-index:9999999 !important;}
#interaktif{float:left;width:300px; background:-webkit-linear-gradient(left,#e8e8e8,#fff);background:linear-gradient(to left,#e8e8e8,#fff) transition: all 500ms;}
#interaktif2{float:left;width:300px; background:-webkit-linear-gradient(left,#e8e8e8,#fff);background:linear-gradient(to left,#e8e8e8,#fff) transition: all 500ms;}
#interaktif3{float:left;width:300px; background:-webkit-linear-gradient(left,#e8e8e8,#fff);background:linear-gradient(to left,#e8e8e8,#fff) transition: all 500ms;}
#iletisim{ float:left;width:300px; padding-left:20px;background:-webkit-linear-gradient(left,#e8e8e8,#fff);background:linear-gradient(to left,#e8e8e8,#fff) transition: all 500ms;}


.index_kutucuklar{ margin-left:0px; margin-right:0px; height:10px; margin-bottom:10px;}







#fabrika{float:left; padding-left:720px; margin-top:-30px; position:absolute; z-index:999;}

#slayt_yan_menu{width:250px; float:left; }
#kurresim{ position:absolute; margin-left:340px; margin-top:40px;}
#piyasalar_tbl{ width:260px; font-family: 'PT Sans', sans-serif; font-size: 16px;  color:#454545; height:60px; }
#piyasalar_tbl td{border-bottom:1px solid #454545;}


.index_kutular_icerik #marque{width:100%; height:150px;}
.index_kutular_icerik #marque b{font-variant:500; color:000; font-size:12px;}
.index_kutular_icerik #marque spam{font-variant:300; color:000; font-size:10px;}
.index_kutular_icerik #marque i{color:999; font-size:10px;}
.index_kutular:hover i{}
.index_kutular:hover h2{transition: all 1000ms;}

.index_kutular p{font-family: 'PT Sans', sans-serif; font-weight:400; font-size:10px;  color:#000; }

.index_kutular_icerik1 a {width:260px; padding:10px; text-align:center; border:2px solid #fff; border-radius:3px; background-color:#c8c8c8; color:#000; margin-left:auto; margin-right:auto; margin-top:0px; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:14px; position:absolute; z-index:9999999;}
.index_kutular_icerik1 a:hover {background-color:rgb(0,0,0); color:#FFF;}
.kutular_golge{width:100%; height:13px; margin-top:10px; text-align:center;  z-index:500; text-align:center;}
.kutular_golge img{width:100%; height:13px; margin-top:10px; text-align:center;  z-index:500; text-align:center; z-index:99999;}


#kurumsal a, #kurumsal a:hover { color:#CCC;}

#iletisim h5{color:#111; font-weight:700; font-size:15px; padding-bottom:5px; border-bottom:1px dashed #fff; }
#iletisim span{color:#111; font-weight:300; font-size:13px; }
#iletisim span #iii{color:#312b69; font-size:13px; }

.farkimiz{width:100%; height:600px; position:relative; z-index:100; margin-top:55px; z-index:999999999 !important;  }
#farkimiz_ic{width:1200px;  margin-left:auto; margin-right:auto;}

.farkimiz_kutular{float:left; width:200px; height:180px; margin:10px; transition: all 800ms; text-align:center; }
.farkimiz_kutular h2{color:#495159; font-family: 'PT Sans', sans-serif; font-size: 14px; font-weight:400; text-align:center; margin:0px; margin-top:20px; font-variant:100;}
.farkimiz_kutular i{font-size:20px; margin-top:30px; color:#495159; border:1px dashed #495159; padding:22px; border-radius:100px; width:70px; height:70px; transition: all 800ms;}

.farkimiz_kutular:hover i{font-size:20px; margin-top:30px; -webkit-transform: rotate(360deg); transition: all 800ms;}

.buttonlar{height:40px; float:left; position:absolute; margin-left:650px; margin-top:10px; }

.sss {
	float: right;
	margin-right:10px;
	margin-top:-35px;
	background: #e30613;
	width: 150px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.sss a {
	float: right;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-family:Montserrat;
	font-weight: 500;
	color: #000;
	text-align: center;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.sss a:hover {
	float: right;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
color: #000;
	background-color:#b0910c;
	text-align: center;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition:all 500ms; 
}

.ssa {
	float: right;
	margin-right:10px;
	margin-top:-35px;
	background: #F3F3F3;
	width: 100px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.ssa a {
	float: right;
	display: block;
	width: 100px;
	height: 40px;
		font-family:Montserrat;
	line-height: 40px;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-align: center;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.ssa a:hover {
	float: right;
	display: block;

	line-height: 40px;

	color: #ffffff;
	background-color:#969696;
	text-align: center;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition:all 500ms; 
}

.book {
  position: relative;
  display: flex;
  margin: auto;
  width: 40cqmin;
  /*1* let pointer event go trough pages of lower Z than .book */
  pointer-events: none;
  transform-style: preserve-3d;
  transition: translate 1s;
  translate: calc(min(var(--c), 1) * 100%) 0%;
  /* Incline on the X axis for pages preview */
  rotate: 1 0 0 30deg;
}

.page {
  /* PS: Don't go below thickness 0.5 or the pages might transpare */
  --thickness: 4;
  flex: none;
  display: flex;
  width: 100%;
  font-size: 2cqmin;
  /*1* allow pointer events on pages */
  pointer-events: all;
  user-select: none;
  transform-style: preserve-3d;
  transform-origin: left center;
  transition:
    transform 1s,
    rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
  translate: calc(var(--i) * -100%) 0px 0px;
  transform: translateZ( calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
  rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front,
.back {
  position: relative;
  flex: none;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  /* Fix backface visibility Firefox: */
  translate: 0px;
}

.back {
  translate: -100% 0;
  rotate: 0 1 0 180deg;
}


/* That's it. Your FlipBook customization styles: */

.book {
  counter-reset: page -1;
  & a {
    color: inherit;
  }
}

.page {
  box-shadow: 0em .5em 1em -.2em #00000020;
}

.front,
.back {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 2em;
  border: 1px solid #0002;
  
  &:has(img) {
    padding: 0;
  }
  
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  &::after {
    position: absolute;
    bottom: 1em;
    counter-increment: page;
    content: counter(page) ".";
    font-size: 0.8em;
  }
}
.cover {
  &::after {
    content: "";
  }
}
.front {
  &::after {
    right: 1em;
  }
  background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
  border-radius: .1em .5em .5em .1em;
}
.back {
  &::after {
    left: 1em;
  }
  background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
  border-radius: .5em .1em .1em .5em;
}

.cover {
  background: radial-gradient(circle farthest-corner at 80% 20%, hsl(150 80% 20% / .3) 0%, hsl(170 60% 10% / .1) 100%),
    hsl(231, 32%, 29%) url("../public/images/uretim1.jpeg") 50% / cover;
  color: hsl(200 30% 98%);
}


.sari_kutu{width:100%;   height:200px; position:static; z-index:999999; color:#fff; padding-top:0px; padding-bottom:20px; margin-top:-600px;}
.sari_kutu_ic{ font-family: 'Montserrat', sans-serif;  width:1300px; margin-left:auto; margin-right:auto; padding-top:40px; }
.sari_kutu_ic1{ width:350px; float:left;  }
.sayilar-items{ width:100%; float:left; }
.number{ font-family: 'Montserrat', sans-serif; font-size:36px; font-weight:700; float:left; padding-top:20px; }
.text{ font-family: 'Montserrat', sans-serif; font-size:14px; font-weight:400; float:right; position:absolute; padding-top:70px;  border-bottom: 3px solid #e30613; }
.sign{ font-family: 'Montserrat', sans-serif; font-size:12px; font-weight:500; float:left; padding-top:40px; padding-left:5px; }

.sari_kutu_ic1 h2{ font-size:36px;}
.sari_kutu_ic2{  width:250px; float:right; padding-left:100px;}
.sari_kutu_ic2 p{ font-size:36px;  text-shadow: 15px 5px 20px #000;}
.sari_kutu_ic h3{ font-weight:100; font-size:40px; color:#000;  text-shadow: 15px 5px 20px #000;}
.sari_kutu_ic p{font-weight:100; font-size:20px;  color:#000;   text-shadow: 15px 5px 20px #000;}

.p-home__slider-content-button-link{display:flex;font-family: 'Montserrat', sans-serif;justify-content:right;align-items:center;height:50px;position:relative;padding:0 50px;font-size:1em;color:#000;font-weight:900;background-color:#e30613;border-radius:25px;transition:color .2s ease-in-out,background .2s ease-in-out}.p-home__slider-content-button-link::after{content:"";border:1px dashed #e30613;left:-5px;right:-5px;top:-5px;bottom:-5px;position:absolute;border-radius:30px;transition:all .4s ease-in-out}.p-home__slider-content-button-link:hover{background-color:#000;color:#e30613}.p-home__slider-content-button-link:hover::after{opacity:0;top:-45px;left:-45px;right:-45px;bottom:-45px;border-radius:70px}



.anakutular{width:100%;	height:300px;  position:absolute; z-index:100; color:#fff; margin-top:-150px; z-index:99; }
.anakutular_ic{ font-family: 'Montserrat', sans-serif; width:1340px; padding-top:0px; margin-left:auto; margin-right:auto; }
.anakutular_ic p{ font-family: 'Montserrat', sans-serif; font-size:28px;  color:#fff;}
.anakutular_ic a{ font-family: 'Montserrat', sans-serif; font-size:18px;  color:#fff;}
.anakutular_ic a:hover{ font-family: 'Montserrat', sans-serif; font-size:18px;  color:#fff;}

.anakutular1{box-shadow:0px 15px 8px #ccc;  float:left; background:#4d4d4d; background:url(../images/back1.jpg) no-repeat left; width:400px; height:250px; margin:20px; padding:10px; padding-left:40px; padding-top:40px;}
.anakutular1 img{ width:300px; margin-top:-130px; margin-left:90px;}

.anakutular2{box-shadow:0px 15px 8px #ccc;  float:left; background:url(../images/haber.jpg) no-repeat center;  width:400px; height:250px; margin:20px; padding:10px;  padding-left:40px; padding-top:40px;}
.anakutular2 img{ width:300px; margin-top:-130px; margin-left:90px;}

.anakutular3{box-shadow:0px 15px 8px #ccc;  float:left; background:url(../images/haber2.jpg) no-repeat center;   width:400px; height:250px; margin:20px; padding:10px;  padding-left:40px; padding-top:40px;}
.anakutular3 img{ width:200px; margin-top:-230px; margin-left:190px;}

.teklif {
    background-image: url(../images/zemin-odun-berk-metal.jpg);
    padding-top: 100px;
    background-color: rgb(239, 239, 239);
    background-size: 100% 100%;
    min-height: 750px;
}
.ad {
    margin: 0px;
}
.teklif-yuzde {
    background: url(../images/teklifyuzde.png) center center no-repeat;
    padding: 100px 20px;
}

.parallax li img {
    width: 100%;
}
.teklif-yuzde h3 {
    font-size: 60px;
    font-weight: 900;
    color: rgb(87, 86, 86);
}
.teklif-yuzde p {
    font-size: 17px;
    color: rgb(87, 86, 86);
    margin: 20px 0px;
    font-weight: 400;
}
.btn-teklif {
    background: rgb(87, 86, 86);
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px;
    transition: all 1s ease 0s;
    color: rgb(255, 255, 255) !important;
}

.ana_kutu{width:1300px;	background:#fff; height:auto;  position:relative;  margin-left:auto; margin-right:auto; z-index:100; color:#000;  padding-top:100px; padding-bottom:100px;  margin-top:0px; z-index:999;}
.ana_kutu_ic{ font-family: 'Montserrat', sans-serif; width:100%;margin-left:auto; margin-right:auto; }
.ana_kutu_ic1{ width:50%; float:left; }
.ana_kutu_ic2{ width:50%; float:right; padding-left:20px; }
.ana_kutu_ic h2{ font-weight:900; font-size:36px; color:#000;}
.ana_kutu_ic h3{ font-weight:600; font-size:26px; color:#000;}
.ana_kutu_ic p{font-weight:500; font-size:14px;  color:#000; font-family: 'Montserrat';}
.ana_kutu_ic .katalogbuton{float:right; position:relative; padding-left:1050px; margin-top:-120px;}

.ana_kutu_ic img{width:100%;}
.ana_kutu_ic2 img{width:60%;}

.ana_kutu_ic a{width:250px; font-weight:600;  font-size:14px;  }
.parallax {
    width: 100%;
    position: relative;
}

.uretim_kutu{width:100%;	background:#fff; height:500px;  position:relative; z-index:100; padding-top:0px;  padding-bottom:0px; margin-top:0px; z-index:999;}
.uretim_kutu_ic{ font-family: 'Montserrat', sans-serif; width:1300px; padding-top:100px; margin-left:auto; margin-right:auto; }
.uretim_kutu_ic1{ width:45%; float:left; margin-top:150px;}
.uretim_kutu_ic2{ width:55%; float:right; }
.uretim_kutu_ic h1{ font-weight:900; font-size:40px; color:#000;}
.uretim_kutu_ic h2{ font-weight:700; font-size:30px; color:#000;}
.uretim_kutu_ic p{font-weight:400; font-size:14px;  color:#000;}
.uretim_kutu_ic img{width:800px;}

.uretim{width:100%;  background:#fff;  position:relative; z-index:9; color:#000; padding-top:20px;  padding-bottom:0px; margin-top:100px; }
.uretim_ic{ font-family: 'Montserrat', sans-serif; width:1300px; padding-top:0px; margin-left:auto; margin-right:auto; text-align:center; }
.uretim_ic h2{ font-weight:900; font-size:50px; text-align:left; color:#000; border-left:10px solid #ed1651; padding:10px;}
.uretim_ic p{font-weight:400; font-size:14px;  color:#000;}



#promopis2  {
	background-image: url("../images/resim.jpg");  box-shadow:0px 0px 8px rgba(170,170,170,0.1); margin-top:50px; margin-bottom:50px;
}


.parallax-section2 { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height: 550px;
	color: #fff;
	padding-top:200px;
	font-size:18px; 
}
.parallax-section2 img{ 	
position:absolute;
float:left;
}


.uretim3{width:100%;  height:700px;  position:relative; z-index:100; color:#000; padding-top:0px;  padding-bottom:0px; margin-top:100px; z-index:999;}
.uretim_ic3{ font-family: 'Montserrat', sans-serif;  width:1300px; padding-top:0px; margin-left:auto; margin-right:auto; text-align:center; }

.uretim_ic3 h1{ font-weight:900; font-size:40px; color:#000;}
.uretim_ic3 h2{ font-weight:600; font-size:24px; color:#000;}
.uretim_ic3 p{font-weight:400; font-size:14px;  color:#000;}
.uretim_ic3 img{width:auto;}



#footer_mobil{ display:none;}

.footer{width:100%; margin-top:0px;  height:500px; position:relative; background:#000; z-index:100; font-family: 'Montserrat', sans-serif; z-index:99 !important; border-top:10px solid #e30613;}
.footer img{ width:100%;}
.footer hr{ border-color:#e30613 !important;}
.footresim{ width:100%;}

.footer_ic{width:1300px;  margin-left:auto; margin-right:auto; margin-top:0px; color:#fff;  text-align:left;  }
.footer_ic h4{font-size:36px; font-weight:900; margin-left:0px;}
.footer_ic p{margin-left:0px; }
.footer_ic a{margin-left:30px; }
.footer_ic_logolar{width:100%; margin-left:auto;  margin-right:auto; margin-top:0px; height:180px;   text-align:left; border-radius:10px; }
.footer_ic_logolar img{ margin-top:40px; width:170px;}

.footer_ic2{width:25%; float:left; padding-right:20px;}
.footer_ic2 p{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px; padding-left:30px;}
.footer_ic2 h2{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:28px; color:#fff;}
.footer_ic2 h3{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:18px; margin:0px; }

.footer_ic3{width:40%; float:left; padding-right:20px;}
.footer_ic3 p{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px; padding-left:30px;}
.footer_ic3 h2{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:28px; color:#fff;}
.footer_ic3 h3{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:18px; margin:0px; }

.footer_ic4{width:100%; float:left;}
.footer_ic4 p{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px; padding-left:0px; color: #ffff; }
.footer_ic4 h2{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:28px; color:#fff;}
.footer_ic4 h3{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:18px; margin:0px; color: #ffff;}
.footer_ic4 i{float:left !important;font-size:24px; padding:7px 15px 7px 15px; height:40px; width:50px; background:#e30613; color:#fff; border-radius:5px; margin-right:10px;}


.sol_anamenu { 
position:absolute;
z-index:999999999 !important;


}
.sol_anamenu_ul { min-height: 10px;
  padding: 0px 5px;
  margin-left:10px;
  width:400px;
}
.sol_anamenu_ul a li{color:#fff;  padding-top:5px; padding-bottom:5px; font-family: 'Montserrat', sans-serif; font-size:14px; font-weight:600;  list-style-type:none; margin-left:0px; padding-left:10px; border-bottom:1px solid #071c4f; text-decoration:none;}
.sol_anamenu_ul a li::first-letter {    text-transform: uppercase; }
.sol_anamenu_ul a:hover li {color:#fff; margin-left:20px; transition: all 1000ms; text-decoration:none;}
.sol_anamenu_ul i{float:right;}



.footer_sosyal{float:left !important;  color:#979797; margin-top:20px; margin-left:0px;font-family: 'PT Sans', sans-serif; font-weight:400; font-size:22px; width:350px; position:absolute; z-index:9999; }
.footer_sosyal .fa{color:#000;  padding:10px; float:left; margin:5px; height:40px;background:#e30613; border-radius:5px; width:40px;}
.footer_sosyal .fa:hover{background:#000; color:#e30613; transition:all 500ms;}

#ugr_logo{float:left; width:100%; margin-left:-30px; margin-top:10px;}
#ugr_logo img{width:75px;}

a:hover #ugr_logo{width:75px;}




.icerik{min-height:500px; font-family: 'Montserrat', sans-serif;	font-weight:500; }

.orta{width:1300px; margin-left:auto; margin-right:auto; margin-top:100px; min-height:500px; 
 position:relative; z-index:9; padding-left:10px;	padding-right:10px;  font-family: 'Montserrat', sans-serif;    font-size:14px; 

	margin-bottom:30px;}
	.orta_sol{width:100%; float:left; margin-top:0px; font-family: 'Montserrat', sans-serif;}
.orta_sol2{width:100%; float:right; margin-top:0px; font-family: 'Montserrat', sans-serif;}
.orta_sol1{width:30%; float:left; margin-top:0px; font-family: 'Montserrat', sans-serif;}
.orta_sol3{width:70%; float:left; margin-top:0px; font-family: 'Montserrat', sans-serif;}


.orta_sag{width:0%; float:left; padding:10px; }
.orta_sol h3{font-family: 'Montserrat', sans-serif; font-size:28px; font-weight:800; padding-bottom:10px; border-bottom:1px solid #333; margin-top:-1px;}
.etiket{font-family: 'PT Sans', sans-serif; font-size:18px; font-weight:600; padding:10px;

  padding-left: 20px;
  padding-right: 20px;
  background-color: #0e2255;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;

  color: #fff;
    padding-top: 10px;
}
.sol_menu_ul { min-height: 30px;
  padding: 0px 5px;
  margin-left:80px;
  width:250px;
  border-right: 1px solid #b0b0b0;

}
.sol_menu_ul a li{color:#fff; padding-top:25px; padding-bottom:25px; font-family: 'PT Sans', sans-serif; font-size:18px; font-weight:400;  list-style-type:none; margin-left:0px; padding-left:10px; border-bottom:1px solid #b0b0b0;}
.sol_menu_ul a:hover li {color:#fff; background:-webkit-linear-gradient(left,#535353,#3c3c3b);background:linear-gradient(to left,#535353,#3c3c3b) transition: all 500ms; }
.sol_menu_ul i{float:right;}


.iletisim_logo_firma_adi{text-align:center; font-family: 'Montserrat', sans-serif;}
.iletisim_bilgi{float:left; width:50%;}
.iletisim_table{float:left; width:50%;}
.iletisim_sosyal_icon{width:50%; text-align:center;  float:left;}
.iletisim_sosyal_icon a i{width:50px; height:50px; font-size:20px; border:1px dashed #000; border-radius:100px; color:#000; padding:15px; transition: all 1000ms; margin-left:10px; margin-right:10px;}
.iletisim_sosyal_icon a:hover i{color:#ccc; transition: all 1000ms; transform:rotate(360deg); border:1px solid #ccc;}
.iletisim_sosyal_icon h4, .iletisim_table h4, .iletisim_bilgi h4{color:#333; font-weight:600; font-size:24px;  font-family: 'Montserrat', sans-serif;}
.iletisim_table input, .iletisim_table textarea {width:100%; margin-top:5px; margin-bottom:5px; border:1px solid #ccc; background-color:rgba(0,0,0,0); color:#222; font-size:14px; padding:10px; margin-left:10px;}
.iletisim_table label {color:#222; font-size:14px; font-family: 'Montserrat', sans-serif;}
.iletisim_table #btn {color:#fff; background-color:#000; transition: all 500ms;}
.iletisim_table #btn:hover {color:#000; background-color:#c8c8c8; transition: all 500ms;}



#icerik{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Montserrat', sans-serif;
	background-image:url(../images/icerik_dis_bg.png);
	background-repeat:repeat;
	border-bottom-left-radius:15px;
	border-top-right-radius:15px;
	padding:10px;
	padding-top:0px;
	margin-top:200px;
	margin-bottom:20px;
}
#ic_sol{
	width:950px;
	float:left;
	margin-top:20px;
	padding:10px;
}
#ic_sag{
	margin-top:-50px;
	width:220px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-image:url(../images/header_icon_bg.png);
	border:#ccc 1px solid;
}

#urun_div{
	width:30%;
	height:300px;
	float:left;
	background-color:rgba(255,255,255,0.7);
	margin-left:15px;
	margin-right:15px;
	border-radius:10px;
	position:relative;
	z-index:990;
	font-family: 'Montserrat', sans-serif;
		font-size:14px;
	text-align:center;
	font-weight:400;
	border:1px solid #f3f3f3;
	margin-top:15px;
	margin-bottom:15px;
	}
	#urun_div p{font-size:14px; height:50px; margin-top:20px; font-weight:500;}
.urun_div_2{
	width:0%;
	height:0px;	border-radius:10px;
	top:0px;
	background-color:rgba(196,196,196,0.5);
	color:#000;
	position:absolute;
	z-index:999;
	font-size:14px;
	text-align:center;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms;
	}	
	
	#urun_div_logo{
	width:100% !important; 
	margin-left:0px; padding-top:30px; 
	}
	
	
#urun_div img{ margin-top:0px; border-top-left-radius:10px; border-top-right-radius:10px; width:70%; height:auto;   z-index:9999999999999999 !important;}



a #urun_div { color:#000; text-align:center; background-color:#fff; font-size:12px; }

a:hover #urun_div{ height:300px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; transition: all 500ms;}





a #urun_div:hover .urun_div_2{ height:100%; transition: all 500ms;}


#urun_detay_resim{

	float:left; margin:20px; width:400px;
}
#urun_detay_resim .anaresim {
	border-radius:5px; box-shadow:4px 5px 8px rgba(0,0,0,0.1);
	width:450px;
}
#urun_detay_resim .ekresim {
	border-radius:5px;
	 border:1px solid #ccc;
	margin-top:20px;
	position:relative;
	width:300px;
	height:auto;
}

#urun_detay{
float:right;
right:0px !important;
margin-top:10px;
text-align:center;
color:#000;
position:absolute;
width:400px;
font-family:'Montserrat';
height:auto;
	border-radius:5px;

}

#urun_detay p{
	font-size:24px;
	font-family:'Montserrat';
	font-weight:600;
	color: #ED6523;
}

#urun_detay h1{font-size:20px;}
#urun_aciklama{
	float:right;
border-top:1px solid #ccc;
margin-top:0px;
	padding:10px;
color:#000;
width:100%;
	font-family:'Montserrat';
	border-radius:5px;
	font-weight:700;
height:auto;
position:relative;
}
#urun_aciklama h4{
	font-size:14px;
font-family:'Montserrat';
	text-align:center;
	font-weight:400;
}

#siparis{position:relative; margin-top:0px; width:100%; height:100%; font-family:'Montserrat'; }
#siparis_text{
width:100%; margin-top:5px; border-radius:10px; margin-bottom:10px; border:1px solid #ccc; background-color:rgba(0,0,0,0); color:#fff; font-family:'Raleway'; font-size:14px; padding:10px; margin-left:0px; box-shadow: 3px 2px 4px #d8d8d8;-moz-box-shadow: 3px 2px 4px #d8d8d8;-webkit-box-shadow: 3px 2px 4px #d8d8d8;}
#siparis_btn{
margin-bottom:0px;
width:250px;
height:auto;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
margin-left:auto;
margin-right:auto;
background-color:#18183d;
border-radius:35px;
color:#fff;
font-weight:600;
font-family:'Montserrat';
font-size:12px;

margin-top:10px;
transition:all 300ms;}
#siparis_btn:hover{
background-color:#000; color:#fff; transition:all 700ms;
}
#urun_etiket{
width:100%;
padding:20px;
}
#etiket_div a{
	padding:7px;
	margin:5px;
background-color:rgba(205,205,205,0.5);
	color:#000;
	font-weight:600;
	float:left;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,

pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
[multiple],
[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type="checkbox"] {
  border-radius: 0px;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type="checkbox"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type="radio"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type="checkbox"]:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type="file"]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.-bottom-\[2px\] {
  bottom: -2px !important;
}
.end-0 {
  inset-inline-end: 0px !important;
}
.start-0 {
  inset-inline-start: 0px !important;
}
.z-1 {
  z-index: 1 !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-full {
  grid-column: 1 / -1 !important;
}
.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.me-4 {
  -webkit-margin-end: 1rem !important;
  margin-inline-end: 1rem !important;
}
.me-5 {
  -webkit-margin-end: 1.25rem !important;
  margin-inline-end: 1.25rem !important;
}
.ms-1 {
  -webkit-margin-start: 0.25rem !important;
  margin-inline-start: 0.25rem !important;
}
.ms-2 {
  -webkit-margin-start: 0.5rem !important;
  margin-inline-start: 0.5rem !important;
}
.ms-3 {
  -webkit-margin-start: 0.75rem !important;
  margin-inline-start: 0.75rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.grid {
  display: grid !important;
  font-family: 'Montserrat';
}
.size-10 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.size-4 {
  width: 1rem !important;
  height: 1rem !important;
}
.size-8 {
  width: 2rem !important;
  height: 2rem !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-24 {
  height: 6rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-9 {
  height: 2.25rem !important;
}
.h-\[75px\] {
  height: 75px !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.w-28 {
  width: 7rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-9 {
  width: 2.25rem !important;
}
.w-full {
  width: 100% !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-4xl {
  max-width: 56rem !important;
}
.max-w-\[85rem\] {
  max-width: 85rem !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-none {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.origin-top {
  -webkit-transform-origin: top !important;
  transform-origin: top !important;
}
.scale-\[2\.0\] {
  --tw-scale-x: 2 !important;
  --tw-scale-y: 2 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-x-2 {
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}
.gap-x-4 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.gap-y-2 {
  row-gap: 0.5rem !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.border {
  border-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
}
.border-slate-700\/20 {
  border-color: rgb(51 65 85 / 0.2) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(19 23 26 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}
.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 166 2 / var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}
.bg-\[conic-gradient\(at_right\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: conic-gradient(
    at right,
    var(--tw-gradient-stops)
  ) !important;
}
.bg-\[radial-gradient\(ellipse_at_center\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(
    ellipse at center,
    var(--tw-gradient-stops)
  ) !important;
}
.bg-gradient-to-b {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--tw-gradient-stops))
  ) !important;
  background-image: linear-gradient(
    to bottom,
    var(--tw-gradient-stops)
  ) !important;
}
.bg-gradient-to-r {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--tw-gradient-stops))
  ) !important;
  background-image: linear-gradient(
    to right,
    var(--tw-gradient-stops)
  ) !important;
}
.from-gray-700 {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-red-900 {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-teal-200 {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.via-gray-900 {
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from),
    #000000 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-violet-200 {
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from),
    #e30613 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position) !important;
}
.to-lime-200 {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position) !important;
}
.to-orange-500 {
  --tw-gradient-to: #e30613 var(--tw-gradient-to-position) !important;
}
.bg-clip-text {
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.bg-center {
  background-position: center !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.fill-red-500 {
  fill: #e30613!important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-14 {
  padding-top: 3.5rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-7 {
  padding-top: 1.75rem !important;
}
.text-center {
  text-align: center !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl\/relaxed {
  font-size: 3rem !important;
  line-height: 1.625 !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(19 23 26 / var(--tw-text-opacity)) !important;
}
.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(254 166 2 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-transparent {
  color: transparent !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  font-family: 'Montserrat';
}
.shadow {
  --tw-shadow: 0 0 10px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.transition-all {
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
  transition-duration: 150ms !important;
}
.duration-300 {
  -webkit-transition-duration: 300ms !important;
  transition-duration: 300ms !important;
}
.duration-500 {
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/*********************************/
/*             General           */
/*===============================*/
html {
  position: relative;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}

p {
  line-height: 1.625;
  font-family: "Inter", sans-serif;
}

::-moz-selection {
  background-color: rgb(254 166 2 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection {
  background-color: rgb(254 166 2 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*********************************/
/*             Helper            */
/*===============================*/
.container,
.contacinr-fluid {
  position: relative;
}

.text-type-element {
  z-index: 2;
}

.text-type-element::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 0.25rem;
  width: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: red;
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(254 166 2 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 166 2 / var(--tw-border-opacity)) !important;
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 166 2 / var(--tw-ring-opacity)) !important;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none !important;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5 !important;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0px 2px 6px 0px rgba(60, 72, 88, 0.15) !important;
  --tw-shadow-colored: 0px 2px 6px 0px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 640px) {
  .sm\:-bottom-px {
    bottom: -1px !important;
  }
  .sm\:mt-12 {
    margin-top: 3rem !important;
  }
  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .sm\:items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .sm\:justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .sm\:gap-3 {
    gap: 0.75rem !important;
  }
  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }
  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .md\:text-start {
    text-align: start !important;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
 
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:px-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg\:pt-20 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
  }

@media screen and (max-width: 980px) {
	.logo_div{ background-image:none;  padding-right:0; margin-top:50px; height:278px;}
	#logo, .menu, .slayt_golge{display:none;}

	#mobil_menu{display:block; }
	
	.arkaresim { display:none;}
   .resim {display:none;}
.arkaresim2{display:none;}
.slider_kategoriler{display:none;}

.buttonlar{display:none;}


.solkutu2{ float:left; width:100%; height:250px;  margin-right:0px; text-align: left; background-color:#0066b3;}
.solkutu2 img{ margin-top:0px; width:100%;}
.solkutu2 p{font-family: 'PT Sans', sans-serif; font-size:34px; margin-right:10px;}
.sagkutu2{float:left; width:100%; height:250px;  background-color:#252525;}
.sagkutu2 img{ margin-top:0px; width:100%;}
.sagkutu2 p{font-family: 'PT Sans', sans-serif; font-size:34px; margin-left:10px; color:#0066b3;}

#promopis2  {
	background-image: url("../images/resim.jpg");  box-shadow:0px 0px 8px rgba(170,170,170,0.1); margin-top:50px; margin-bottom:50px;
}


.parallax-section2 { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:scroll;
	width: 100%;
	min-height: 550px;
	color: #fff;
	padding-top:200px;
	font-size:18px; 
}
.parallax-section2 img{ 	
position:absolute;
float:left;
}

#orta_menu{
	width:100%;
	margin-top:0px;
}
.orta_menu_ul{
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	
	}
.orta_menu_ul li {
	float:left;
	color:#3c3c3b;
		margin-top:5px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	width:45%;
	font-size:16px;
margin-bottom:50px;
	height:250px;
	margin-right:10px;
	text-align:center;
	box-shadow:4px 5px 8px rgba(0,0,0,.18);
}
.orta_menu_ul li p{
	height:60px;
}

.orta_menu_ul li:hover{

   background-color:#e3e3e3;

}
.orta_menu_ul li a{padding:0px; text-align:center;}
.orta_menu_ul li a:hover{
padding-top:10px;}
.orta_menu_ul li a:hover #orta_menu_resim{
   background-color:#FFF; 
}
#orta_menu_resim{width:90%; height:auto; 	margin-top:0px;}
   
	
#resim{display:none;}
#fabrika{display:none;}


#usticerik {
	width:100%;
	height: 450px;
	margin-top:0px;
			background:url(../images/arka.jpg) no-repeat center;
	z-index:-99999999 !important;
	position:relative;
}
.usticerik_ic{ width:90%;margin-left:auto; margin-right:auto;   padding-left:10px;	padding-right:10px;}
.usticerik_ic p{ margin-top:150px; margin-left:20px; text-align:center; position:absolute; font-size:48px; font-family:'Montserrat'; font-weight:700; color:#fff; z-index:99999999999 !important; border-bottom:1px solid #f0f0f0; width:75%;}


	.ust{  
	margin-top:0px;
	width:100%;

	border-bottom: none;
	height: 100px;
	text-align: left;
	position:relative;
	background:#fff;
	z-index:999999;
	}
	
	.ust2{
display:none;
	}

#siparis_btn{
margin-bottom:0px;
width:250px;
height:auto;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
background-color:#00b5d8;
border-radius:10px;
margin-left:auto;
margin-right:auto;
color:#000;
font-weight:600;
font-family:'Montserrat';
font-size:12px;

margin-top:10px;
transition:all 300ms;}


@media (max-width: 980px) {
  #altLinkler {
    width: 95%;
    margin: 100px auto 500px;
  }

  #altLinkler ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  #altLinkler ul li {
    width: calc(50% - 20px); /* 2 kart yan yana */
    height: 300px; /* Yüksekliği artırdık */
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
  }

  .product-image {
    height: 150px; /* Daha küçük yükseklik */
  }

  .product-info {
    padding: 15px;
    text-align: center;
    height: calc(100% - 150px); /* Ürün resminin yüksekliğine göre ayarlandı */
  }

  .product-info h1 {
    font-size: 16px; /* Daha küçük font boyutu */
    padding-top: 10px; /* Üstten biraz boşluk */
  }

  .product-image .small-image {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  #altLinkler ul li {
    width: calc(50% - 15px); /* 2 kart yan yana */
    height: 220px; /* Daha küçük yükseklik */
  }

  .product-image {
    height: 120px;
  }

  .product-image .small-image {
    width: 50px;
    height: 50px;
  }

  .product-info h1 {
    font-size: 14px; /* Daha küçük font boyutu */
    padding-top: 10px; /* Üstten boşluk */
  }
}
.header_ortala {
	display:none;
}
.header_ortala2 {
	margin-left:0px;
	width:100%;
	position:absolute;
	max-width: 100%;
	height: 35px;
clip-path: none;
	margin-top:5px;
	z-index:9 !important;

}
.header_ortala3 {
	display:none;
}
#dil_kutusu{  float:left; padding-bottom:0px; width:150px; margin-left:0px; position:relative; }
#dil_kutusu ul{list-style-type:none; padding:0px; margin:0px;}
#dil_kutusu ul li{float:left; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:12px; margin-top:12px; padding-left:5px; }
#dil_kutusu ul a{color:#fff; padding:5px; padding-top:7px; padding-bottom:10px; }
#dil_kutusu ul a:hover{color:#bcbdc0; background-color:#fff; transition:all 500ms;}
#dil_kutusu ul img{width:20px;}
@media (max-width: 480px) {
  #altLinkler ul li {
    width: 100%; /* Tek kart tam genişlik */
    height: 200px; /* Daha küçük yükseklik */
  }

  .product-image {
    height: 100px; /* Daha küçük yükseklik */
  }

  .product-image .small-image {
    width: 40px;
    height: 40px;
  }

  .product-info h1 {
    font-size: 12px; /* Daha küçük font boyutu */
    padding-top: 5px; /* Üstten boşluk */
  }
}


.product-info {
  padding: 20px;
  text-align: right;
  height: calc(100% - 125px); /* Ürün resminin yüksekliğine göre ayarlandı */
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: background 0.4s ease, color 0.4s ease;
}

.product-info h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px; /* Daha küçük font boyutu */
  margin: 0;
  color: #000;
  transition: color 0.4s ease;
  padding-right: 20px;
  padding-top: 20px; /* Üstten biraz boşluk */
}

#altLinkler ul li:hover .product-info {
  background: #000;
  color: #fff;
}

#altLinkler ul li:hover .product-info h1 {
  color: #fff;
}

.product-image .small-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  transition: transform 0.4s ease;
  clip-path: circle(50% at 50% 50%);
}

.product-image .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#altLinkler ul li:hover .product-image .small-image {
  transform: scale(1.1);
}

/* Mobil Uyumluluk için Medya Sorguları */
@media (max-width: 980px) {
  #altLinkler ul li {
      width: calc(50% - 30px); /* 2 kart yan yana */
  }

  .product-image {
      height: 120px;
  }

  .product-image .small-image {
      width: 60px;
      height: 60px;
  }
}

@media (max-width: 480px) {
  #altLinkler ul li {
      width: 100%; /* Tek kart tam genişlik */
  }

  .product-info h1 {
      font-size: 16px; /* Daha küçük font boyutu */
  }

  .product-image {
      height: 100px; /* Daha küçük yükseklik */
  }

  .product-image .small-image {
      width: 50px;
      height: 50px;
  }
}
   
   



.anakutular{width:90%;	height:300px;  position:relative; z-index:100; color:#fff; margin-top:-50px; z-index:99; }
.anakutular_ic{ font-family: 'Montserrat', sans-serif; width:100%; padding-top:0px; margin-left:auto; margin-right:auto; }
.anakutular_ic p{ font-family: 'Montserrat', sans-serif; font-size:28px;  color:#fff;}
.anakutular_ic a{ font-family: 'Montserrat', sans-serif; font-size:18px;  color:#fff;}
.anakutular_ic a:hover{ font-family: 'Montserrat', sans-serif; font-size:18px;  color:#fff;}

.anakutular1{box-shadow:0px 15px 8px #ccc;  float:left; background:#4d4d4d; background:url(../images/back1.jpg) no-repeat left; width:400px; height:250px; margin:10px; padding:10px; padding-left:40px; padding-top:40px;}
.anakutular1 img{ width:200px; margin-top:-130px; margin-left:90px;}

.anakutular2{box-shadow:0px 15px 8px #ccc;  float:left; background:url(../images/haber.jpg) no-repeat center;  width:400px; height:250px; margin:10px; padding:10px;  padding-left:40px; padding-top:40px;}
.anakutular2 img{ width:200px; margin-top:-130px; margin-left:90px;}

.anakutular3{box-shadow:0px 15px 8px #ccc;  float:left; background:url(../images/haber2.jpg) no-repeat center;   width:400px; height:250px; margin:10px; padding:10px;  padding-left:40px; padding-top:40px;}
.anakutular3 img{ width:200px; margin-top:-230px; margin-left:190px;}





.ana_kutu{width:100%;	background:#fff; height:auto;  position:relative;  margin-left:auto; margin-right:auto; z-index:100; color:#000;  padding-top:100px; padding-bottom:100px;  margin-top:0px; z-index:999;}
.ana_kutu_ic{ font-family: 'Montserrat', sans-serif; width:100%;margin-left:auto; margin-right:auto; }
.ana_kutu_ic1{ width:100%; float:left; }
.ana_kutu_ic2{ width:100%; float:right; padding-left:20px; }
.ana_kutu_ic h2{ font-weight:900; font-size:36px; color:#000000;}
.ana_kutu_ic h3{ font-weight:600; font-size:26px; color:#000000;}
.ana_kutu_ic p{font-weight:500; font-size:8px;  color:#000000; font-family: 'Montserrat';}
.ana_kutu_ic .katalogbuton{float:right; position:relative; padding-left:120px; margin-top:0px;}

.ana_kutu_ic img{width:100%;}
.ana_kutu_ic2 img{width:100%;}

.ana_kutu_ic a{width:250px; font-weight:600;  font-size:14px;}


.uretim_kutu{width:100%;	background:#fff; height:500px;  position:relative; z-index:100; padding-top:0px;  padding-bottom:0px; margin-top:0px; z-index:999;}
.uretim_kutu_ic{ font-family: 'Montserrat', sans-serif; width:100%; padding:20px; text-align:center; margin-left:auto; margin-right:auto; }
.uretim_kutu_ic1{ width:100%; float:left; margin-top:150px;}
.uretim_kutu_ic2{ width:100%; float:right; }
.uretim_kutu_ic h1{ font-weight:900; font-size:40px; color:#000;}
.uretim_kutu_ic h2{ font-weight:700; font-size:30px; color:#000;}
.uretim_kutu_ic p{font-weight:400; font-size:14px;  color:#000;}
.uretim_kutu_ic img{width:100%;}


.uretim{width:100%;			background:url(../images/icarka3.jpg) no-repeat center; height:1300px;  position:relative; z-index:100; color:#000; padding-top:0px;  padding-bottom:0px; margin-top:0px; z-index:999;}
.uretim_ic{ font-family: 'Montserrat', sans-serif; width:100%; padding-top:100px; margin-left:auto; margin-right:auto; text-align:center; }
.uretim_ic h2{ font-weight:900; font-size:40px; color:#000;}
.uretim_ic p{font-weight:400; font-size:14px;  color:#000;}
.uretim_ic img{width:100%;}

.uretim2{width:100%; background:#ffcf06;  clip-path: polygon(0 21%, 100% 0%, 100% 76%, 0% 100%);
height:250px;  position:relative; z-index:100; color:#fff; padding-top:50px;  padding-bottom:0px; margin-top:0px; z-index:999;}
.uretim_ic2{ font-family: 'Montserrat', sans-serif; width:100%; padding-top:0px; margin-left:auto; margin-right:auto; text-align:center; }
.uretim_ic2 h1{ font-weight:900; font-size:60px; color:#fff;}
.uretim_ic2 p{font-weight:400; font-size:24px;  color:#fff;}
.uretim_ic2 img{width:100%;}

.uretim3{width:100%;  height:auto;  position:relative; z-index:100; color:#000; padding-top:0px;  padding-bottom:0px; margin-top:100px; z-index:999;}
.uretim_ic3{ font-family: 'Montserrat', sans-serif;  width:100%; padding-top:0px; margin-left:auto; margin-right:auto; text-align:center; }

.uretim_ic3 h1{ font-weight:900; font-size:40px; color:#000;}
.uretim_ic3 h2{ font-weight:600; font-size:24px; color:#000;}
.uretim_ic3 p{font-weight:400; font-size:14px;  color:#000;}
.uretim_ic3 img{width:100%;}

#cizdirik{width:90%; height:20px; margin-left:auto; margin-right:auto; float:none; position:absolute; margin-left:0px; margin-top:50px; }
#cizgi_ic{width:90%; height:20px; margin-left:20px; float:none; position:absolute;}

#cizgi_ic .fa{color:#fff; font-size:18px; padding:5px; float:left;}
#cizgi_ic b{color:#3c3c3b; font-size:20px; font-family: 'Oswald', sans-serif; font-weight:400;  float:left;}
#cizgi_ic p{color:#3c3c3b; font-size:14px; font-family: 'Oswald', sans-serif; font-weight:400;  float:left;}
#cizgi_ic a{color:#3c3c3b; font-size:14px; font-family: 'Oswald', sans-serif; font-weight:400; float:left;}
#cizgi_ic a:hover .fa {background-image:none; color:#222;}
#cizgi_ic input{ width:90%; height:35px; float:left; border:1px solid #ccc; border-radius:50px; font-size:15px; font-family: 'Montserrat', sans-serif;  font-weight:400; margin-top:8px; color:#303030; padding:5px;  box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.15), 0px 2px 1px 0px rgba(0,0,0,0.1);
}


#dil_kutusu{  float:left; padding-bottom:0px; width:200px; margin-left:0px; margin-top:5px; position:relative; }
#dil_kutusu ul{list-style-type:none; padding:0px; margin:0px;}
#dil_kutusu ul li{float:left; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:12px; margin-top:8px; padding-left:5px; }
#dil_kutusu ul a{color:#fff; padding:5px; padding-top:7px; padding-bottom:10px; }
#dil_kutusu ul a:hover{color:#bcbdc0; background-color:#e30613; transition:all 500ms;}
#dil_kutusu ul img{width:24px;}

a .whatsapp_hatti{float:left; position:absolute; padding-left:10px; width:250px; padding-top:10px; border:1px solid #bebebe; margin-top:50px; margin-left:0px;}
a .whatsapp_hatti i{float:left; font-size:40px; color:#444; }
a .whatsapp_hatti p{float:left; font-size:14px; color:#555; font-weight:500; padding-left:10px;}
a .whatsapp_hatti span{float:left; font-size:16px; color:#555; font-weight:700;  padding-left:10px;}

a .musteri_hizmetleri{float:left; padding-left:10px; position:absolute; padding-right:10px; padding-top:12px; border:1px solid #bebebe; margin-top:6px; margin-left:300px;}
a .musteri_hizmetleri img{float:left; height:35px; }
a .musteri_hizmetleri p{float:left; font-size:14px; color:#555; font-weight:500; padding-left:10px;}
a .musteri_hizmetleri span{float:left; font-size:16px; color:#555; font-weight:700;  padding-left:10px; margin-top:-3px;}



#h_iletisim{display:none;}


#h_iletisim2{display:none;}



#footer_mobil{ display:none;}

.footer{width:100%; margin-top:0px;  height:600px; position:relative; background:#000; z-index:100; font-family: 'Montserrat', sans-serif; z-index:99 !important;}
.footer img{ width:100%;}
.footer hr{ border-color:#575757 !important;}
.footresim{ width:100%;}

.footer_ic{width:90%;  margin-left:auto; margin-right:auto; margin-top:0px; color:#fff;  text-align:left;  }
.footer_ic h4{font-size:36px; font-weight:900; margin-left:30px;}
.footer_ic p{margin-left:0px; }
.footer_ic a{margin-left:0px; }
.footer_ic_logolar{width:100%; margin-left:auto;  margin-right:auto; margin-top:0px; height:180px;   text-align:left; border-radius:10px; }
.footer_ic_logolar img{ margin-top:40px; width:250px;}

.footer_ic2{width:90%; float:left; padding-left:20px;}
.footer_ic2 p{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px; padding-left:0px;}
.footer_ic2 h2{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:28px; color:#e30613;}
.footer_ic2 h3{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:18px; margin:0px; }

.footer_ic3{width:90%; float:left; padding-left:20px;}
.footer_ic3 p{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:16px; padding-left:0px;}
.footer_ic3 h2{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:28px; color:#e30613;}
.footer_ic3 h3{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:18px; margin:0px; }

.footer_ic4{width:90%; float:left; padding-left:20px;}
.footer_ic4 p{font-family: 'Montserrat', sans-serif; font-weight:400; font-size:12px; padding-left:0px;}
.footer_ic4 h2{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:28px; color:#e30613;}
.footer_ic4 h3{font-family: 'Montserrat', sans-serif; font-weight:700; font-size:18px; margin:0px; }
.footer_ic4 i{float:left !important;font-size:24px; padding:7px 15px 7px 15px; height:40px; width:50px; background:#e30613; color:#fff; border-radius:5px; margin-right:10px;}


.sol_anamenu { 
position:relative;
z-index:999999999 !important;


}
.sol_anamenu_ul { min-height: 10px;
  padding: 0px 5px;
  margin-left:10px;
  width:100%;
}
.sol_anamenu_ul a li{color:#adadad;  padding-top:5px; padding-bottom:5px; font-family: 'Montserrat', sans-serif; font-size:14px; font-weight:600;  list-style-type:none; margin-left:0px; padding-left:10px; border-bottom:1px solid #575757; text-decoration:none;}
.sol_anamenu_ul a li::first-letter {    text-transform: uppercase; }
.sol_anamenu_ul a:hover li {color:#adadad; margin-left:20px; transition: all 1000ms; text-decoration:none;}
.sol_anamenu_ul i{float:right;}



.footer_sosyal{float:left !important;  color:#979797; margin-top:20px; margin-left:0px;font-family: 'PT Sans', sans-serif; font-weight:400; font-size:22px; width:90%; position:relative; z-index:9999; }
.footer_sosyal .fa{color:#000;  padding:10px; float:left; margin:5px; height:40px;background:#e30613; border-radius:5px; width:40px;}
.footer_sosyal .fa:hover{background:#000; color:#e30613; transition:all 500ms;}

#ugr_logo{float:left; width:100%; margin-left:0px; margin-top:10px;}
#ugr_logo img{width:75px;}

a:hover #ugr_logo{width:75px;}


#slayt{  margin-left:auto; width:100%;  margin-right:auto; position:relative; margin-top:0px;  z-index:99 !important;}
#slayt_arkaplan_renk{width: 100%; position:relative; padding-top:0px;}


.slidermask {
    width: 100%;
    position: absolute;

top:0;
    left: 0;
    background-image: url(../images/strip1.png);
    background-position: center top;


height:auto; 

    z-index: 999999999999999;
}



/*
=====
DEPENDENCES
=====
*/

/* The component will reset button browser styles */

.r-button{
  --uirButtonBackgroundColor: var(--rButtonBackgroundColor, transparent);
  --uirButtonPadding: var(--rButtonPadding, var(--rButtonPaddingTop, 0) var(--rButtonPaddingRight, 0) var(--rButtonPaddingBottom, 0) var(--rButtonPaddingLeft, 0));
  --uirButtonBorderWidth: var(--rButtonBorderWidth, 0);
  --uirButtonBorderStyle: var(--rButtonBorderStyle, solid);
  --uirButtonBorderColor: var(--rButtonBorderColor, currentColor);
  --uirButtonFontFamily: var(--rButtonFontFamily, inherit);
  --uirButtonFontSize: var(--rButtonFontSize,  inherit);
  --uirButtonColor: var(--rButtonColor);

  background-color: var(--uirButtonBackgroundColor);
  padding: var(--uirButtonPadding);

  border-width: var(--uirButtonBorderWidth);
  border-style: var(--uirButtonBorderStyle);
  border-color: var(--uirButtonBorderColor);

  cursor: pointer;

  font-family: var(--uirButtonFontFamily);
  font-size: var(--uirButtonFontSize);

}

.r-button::-moz-focus-inner,
.r-button[type="button"]::-moz-focus-inner,
.r-button[type="reset"]::-moz-focus-inner,
.r-button[type="submit"]::-moz-focus-inner {
  
  /* Remove the inner border and padding in Firefox. */
  
  border-style: none;
  padding: 0;
}

/* The component will reset browser's styles of link */

.r-link{
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}

/* The component will reset browser's styles of list */

.r-list{
    --uirListPaddingLeft: var(--rListPaddingLeft, 0);
    --uirListMarginTop: var(--rListMarginTop, 0);
    --uirListMarginBottom: var(--rListMarginBottom, 0);
    --uirListListStyle: var(--rListListStyle, none);

    padding-left: var(--uirListPaddingLeft) !important;
    margin-top: var(--uirListMarginTop) !important;
    margin-bottom: var(--uirListMarginBottom) !important;
    list-style: var(--uirListListStyle) !important;
}

/* Basic styles of the hamburger component */

.m-hamburger{
  --uiHamburgerDisplay: var(--hamburgerDisplay, inline-flex);
  --uiHamburgerWidth: var(--hamburgerWidth, 28px);
  --uiHamburgerHeight: var(--hamburgerHeight, 20px);
  --uiHamburgerThickness: var(--hamburgerThickness, 4px);
  --uiHamburgerBorderRadius: var(--hamburgerBorderRadius, 5px);
  --uiHamburgerBgColor: var(--hamburgerBgColor, currentColor);

  display: var(--uiHamburgerDisplay);
  width: var(--uiHamburgerWidth);
  height: var(--uiHamburgerHeight);

  position: relative;
  text-indent: -9999px;
}

.m-hamburger::before, 
.m-hamburger::after, 
.m-hamburger__label{
  width: 100%;
  height: var(--uiHamburgerThickness);
  border-radius: var(--uiHamburgerBorderRadius);
  background-color: var(--uiHamburgerBgColor);

  position: absolute;
  left: 0;
}

.m-hamburger::before, 
.m-hamburger::after{
  content:"";
}

.m-hamburger::before{
  top: 0;
}

.m-hamburger::after{
  bottom: 0;
}

.m-hamburger__label{
  /* The calculation of middle hamburger button line position */
  
  top: calc(50% - calc(var(--uiHamburgerThickness) / 2));
}

/*
=====
MENU STYLES
=====
*/

.mobilmenu{
  --uiMenuCircleSize: var(--menuCircleSize, 100px);
  --uiMenuCircleOffset: var(--menuCircleOffset, 10px);
  --uiMenuCircleBgColor: var(--menuCircleBgColor, currentColor);

  --hamburgerWidth: var(--menuHamburgerWidth, 28px);
  --hamburgerHeight: var(--menuHamburgerHeight, 20px);
  --hamburgerBgColor: var(--menuHamburgerBgColor, #fff);

  box-sizing: border-box;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;  

  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9998;
}

.mobilmenu__nav{
  box-sizing: border-box;
  width: 100%;
  height: 0;

  transition: opacity .2s ease-out;
  opacity: 0;

  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.mobilmenu__list{
  width: 100%;
  max-height: 100%;
  display: none;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobilmenu__toggle{
  box-sizing: border-box;
  width: var(--uiMenuCircleSize);
  height: calc(var(--uiMenuCircleSize) / 2);
  padding: var(--uiMenuCircleOffset);
  flex: none;

  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mobilmenu__toggle::before{
  /*
  1. The font-size property is used to simplify calculations of the element's sizes and position
  2. The negative value for the bottom property need for hiding half of circle. 
  */

  content: "";
  width: 1em;
  height: 1em;
  font-size: var(--uiMenuCircleSize); /* 1 */

  background-color: var(--uiMenuCircleBgColor);
  border-radius: 50%;
  position: absolute;
  bottom: -.5em; /* 2 */
  left: calc(50% - .5em);

  will-change: width, height;
  transition: transform .25s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    width .25s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    height .25s cubic-bezier(0.04, -0.1, 0.29, 0.98);
}

.mobilmenu__hamburger::before{
  /* Increase of click button area   */

  content: "";
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

/* styles of hamburger's animation */

.m-hamburger::before, 
.m-hamburger::after, 
.m-hamburger__label{
  transition-timing-function: ease;
  transition-duration: .15s;  
}

.m-hamburger::before, 
.m-hamburger::after{
  transition-property: transform;
}

.m-hamburger__label{
  transition-property: transform, opacity;
}

/*
=====
MENU STATES
=====
*/

.mobilmenu__hamburger:focus{
  outline: none; 
}

.mobilmenu_activated{
  height: 100%;

}
.header_ortala {
	display:none;
}
.header_ortala2 {
	margin-left:0px;
	width:100%;
	position:absolute;
	max-width: 100%;
	height: 35px;
clip-path: none;
	margin-top:5px;
	z-index:9 !important;

}
.header_ortala3 {
	display:none;
}
.header{width:100%; height:45px; margin-left:auto; margin-right:auto;}
.header_sosyal{float:right !important;  color:#000; margin-top:5px; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:16px; width:140px; position:relative;}
.header_sosyal .fa{color:#9f9f9f;  padding:6px; }
.header_sosyal .fa:hover{color:#ffffff; background-color:#b12525; transition:all 500ms;}

.mobilmenu_activated .mobilmenu__nav{
  height: 100%;
  opacity: 1;

  will-change: opacity;
  transition-duration: .2s;
  transition-delay: .3s;
}

.mobilmenu_activated .mobilmenu__toggle::before{
  width: 100vmax;
  height: 100vmax;
  transform: translate3d(-50vh, -50vh, 0) scale(5);
  transition-duration: 1s;
}

.mobilmenu_activated .mobilmenu__list{
  display: block;
}
.mobilmenu_activated .mobilmenu__list li:hover{
  background:#000;
  --colorWhite: #e30613; 
}


.mobilmenu_activated .m-hamburger::before{
  top: 50%; background:#000;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.mobilmenu_activated .m-hamburger::after{background:#000;
  transform: translate3d(0, -50%, 0) rotate(135deg);
  top: 50%;
}

.mobilmenu_activated .m-hamburger__label{
  transform: rotate(-45deg) translate3d(-.285em,-.3em, 0);
  opacity: 0;

}

/*
=====
SETTINGS
=====
*/

:root{
  --colorWhite: #000; 
  --colorMain: #e30613;
  --rLinkTextColor: var(--colorMain);
  --menuCircleSize: 100px;
  --menuCircleBgColor: var(--colorMain);
  --menuHamburgerWidth: 28px;
  --menuHamburgerHeight: 20px;
  --menuHamburgerBgColor: var(--colorWhite);
}

/*
=====
DEMO
=====
*/




.page{
  max-width: 380px;
  padding: 10px;
  margin: unset;  
  text-align: center;
}

.page__name{
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

.page__hint{
  display: block;
  line-height: 1.45;
  margin-top: 1rem;
}

.mobilmenu__group{
  --rLinkTextColor: var(--colorWhite);

  padding: .5rem 3rem; 
  text-align:center;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family:'Montserrat';
}

.navbar-default {
        display: block;
 background-color: #000 !important;
		text-align:left;
		font-family:'PT Sans', sans-serif;
		font-size:18px;
		font-weight:600;
		
    }
	#nav_logo {display:block; background:#000;}
			#nav_logo img{width:50%; padding:0px; margin-top:0px;}
        .navbar-default .navbar-nav > li > a {
            color: #252525;
        }

        .navbar-default .navbar-toggle {
            color: #252525 !important;
            border-color: #252525;

        }

            .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
                background-color: #0066b3 !important;
            color: #000 !important;
            }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a {
           background-color: #0066b3 !important;
            color: #fff !important;
			border-bottom:1px solid #fff;
        }
        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
           background-color: #a7a9ac !important;
            color: #fff !important;
        }
		.navbar-nav > li:hover {
         background-color: #a7a9ac !important;
            color: #fff !important;
        }

		


.index_orta{width:100%; margin-left:auto; margin-right:auto; border:none; margin-top:0px;}
.index_kutular_icerik #marque{width:100%; height:150px;}
.index_kutular{ margin-top:0px; width:100% !important; color:#000;}
.index_kutular_icerik1 a{width:50%; padding:15px; text-align:center; border:2px solid #fff; border-radius:3px; background-color:#c8c8c8; color:#000; margin-left:auto; margin-right:auto; margin-top:0px; font-family: 'PT Sans', sans-serif; font-weight:400; font-size:14px; position:absolute; z-index:9999999;}
.index_kutular_icerik1 a:hover{background-color:rgb(0,0,0); color:#FFF;}

.farkimiz{width:100%; height:auto; position:relative; z-index:100; margin-top:5px; z-index:999999999 !important;  box-shadow: 3px 5px 8px #d2d2d2;}
#farkimiz_ic{width:100%;  margin-left:auto; margin-right:auto;}


#duyurular{float:left; width:100%; padding-right:20px; margin-bottom:20px; font-family: 'PT Sans', sans-serif; 	border-bottom: 4px solid #dadada;
height:450px; margin-left:auto: margin-right:auto;
	-webkit-box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.15), 0px 4px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.15), 0px 4px 3px 0px rgba(0,0,0,0.4);
 z-index:9999999 !important;}
#interaktif{float:left;width:300px;  background-color:#eaeaea;}
#interaktif2{float:left;width:300px; background-color:#eaeaea;}
#interaktif3{float:left;width:300px; background-color:#eaeaea;}
#iletisim{ float:left;width:300px; padding-left:20px;background-color:#eaeaea;}


.sari_kutu{width:100%; background-color: #fff;  height:350px; position:relative; z-index:100; color:#203756; padding-top:0px; padding-bottom:20px; margin-top:0px;}
.sari_kutu_ic{ font-family: 'Montserrat', sans-serif; width:90%; margin-left:auto; margin-right:auto; padding-top:20px; }
.sari_kutu_ic1{ width:100%; float:left; }
.sayilar-items{ width:100%; float:left; }
.number{ font-family: 'Montserrat', sans-serif; font-size:30px; font-weight:700; float:left; padding-top:20px; }
.text{ font-family: 'Montserrat', sans-serif; font-size:16px; font-weight:400; float:left; position:absolute; padding-top:55px;}
.sign{ font-family: 'Montserrat', sans-serif; font-size:12px; font-weight:500; float:left; padding-top:35px; padding-left:5px;}

.sari_kutu_ic1 h2{ font-size:24px; padding-left:20px;}
.sari_kutu_ic2{  width:100%; float:left; padding-left:20px;}
.sari_kutu_ic2 p{ font-size:36px;}
.sari_kutu_ic h3{ font-weight:100; font-size:40px; color:#203756;}
.sari_kutu_ic p{font-weight:100; font-size:20px;  color:#203756;}

#resim{ display:none;}


.farkimiz_kutular{float:left; width:90%; height:180px; margin:10px; transition: all 800ms; text-align:center; }
.farkimiz_kutular h2{color:#495159; font-family: 'PT Sans', sans-serif; font-size: 14px; font-weight:400; text-align:center; margin:0px; margin-top:20px; font-variant:100;}
.farkimiz_kutular i{font-size:20px; margin-top:30px; color:#495159; border:1px dashed #495159; padding:22px; border-radius:100px; width:70px; height:70px; transition: all 800ms;}

.farkimiz_kutular:hover i{font-size:20px; margin-top:30px; -webkit-transform: rotate(360deg); transition: all 800ms;}



#kurresim{ display:none; }
#piyasalar_tbl{ width:100%; font-family: 'PT Sans', sans-serif; font-size: 16px;  color:#777; height:60px; }
#piyasalar_tbl td{border-bottom:1px solid #f0f0ef;}


.logo_div{height:154px; padding-left:10px;}

.orta{width:100%;  margin-top:20px; border:none; }
.icerik{width:100%;  padding:0px; border:none;}
#icerik{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Montserrat', sans-serif;
	background-image:url(../images/icerik_dis_bg.png);
	background-repeat:repeat;
	border-bottom-left-radius:15px;
	border-top-right-radius:15px;
	padding:10px;
	padding-top:180px;
	margin-bottom:20px;
}
#ic_sol{
	width:950px;
	float:left;
	margin-top:20px;
	padding:10px;
}
#ic_sag{
	margin-top:-50px;
	width:220px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-image:url(../images/header_icon_bg.png);
	border:#ccc 1px solid;
}
.orta_sag{display:none; border:none;}
	.orta_sol{width:100%; float:left; margin-top:0px; font-family: 'Montserrat', sans-serif;}
.orta_sol2{width:100%; float:right; margin-top:0px; font-family: 'Montserrat', sans-serif;}
.orta_sol1{width:100%; float:left; margin-top:0px; font-family: 'Montserrat', sans-serif;}
.orta_sol1 img{width:100%;}
.orta_sol3{width:100%; float:left; margin-top:0px; font-family: 'Montserrat', sans-serif;}



a:hover #urun_div{ height:auto; background-color:#fff;}

#urun_div{
	width:100%;
	height:auto;
	}	
	
	
	#urun_div_logo{
	width:100px !important; 
	margin-left:50px; padding-top:30px; 
	}


#urun_detay{
float:right;
right:0px !important;
margin-top:10px;
text-align:center;
color:#000;
position:relative;
width:100%;
font-family:'Montserrat';
height:auto;
	border-radius:5px;

}


#urun_detay p{
	font-size:18px;
	font-family:'Montserrat';
	font-weight:600;
	height:80px;
}
#urun_detay_resim{
	width:90%;
}
#urun_detay_resim .anaresim {
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
#urun_detay_resim .ekresim {
	border-radius:5px;
	margin-top:10px;
	width:26%;
	height:auto;
}

#urun_div img{ margin-top:30px; width:300px; }
#urun_aciklama{
	float:left;

margin-top:10px;
	padding:10px;
color:#000;
width:100%;
	font-family:'Montserrat';
	border-radius:5px;
	font-weight:500;
height:auto;
position:relative;
}
#urun_aciklama h4{
	font-size:14px;
	font-family:'PT Sans';
	text-align:center;
	font-weight:400;
}
#urun_div4{
	width:95%;
	height:200px;
	float:left;
	background-color:rgba(255,255,255,0.7);
box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 15px;
	margin-left:15px;
	margin-right:15px;
	position:relative;
	z-index:990;
	font-family: 'Montserrat', sans-serif;
		font-size:16px;
	text-align:center;
	font-weight:600;
	margin-top:15px;
	margin-bottom:15px;
	}
	#urun_div4 p{font-size:18px; height:200px;   display: flex;
  justify-content: center; /* aligns the items horizontally */
  align-items: center; /* aligns the items vertically */}
	a #urun_div4 { color:#fff; text-align:center; background-color:#fff; font-size:12px; }

a:hover #urun_div4{ height:200px; background-color:#e30613; color:#fff;}
.iletisim_logo_firma_adi h2{font-size:20px;}
@media screen and (max-width: 480px) {
.index_kutular i{ display:none;}
#slogan{  float:left; margin-top:12px;}




	.arkaresim { display:none;}



#resim{ position:relative; margin-top:10px;}

#slayt_yan_menu{width:100%; float:left; }
#kurresim{ display:none; }
#piyasalar_tbl{ width:100%; font-family: 'PT Sans', sans-serif; font-size: 16px;  color:#777; height:60px; }
#piyasalar_tbl td{border-bottom:1px solid #f0f0ef;}




.index_orta{width:300px; margin-left:auto; margin-right:auto; border:none; margin-top:200px;}
#duyurular{float:left; width:100%; padding-right:20px; margin-bottom:20px; font-family: 'PT Sans', sans-serif; 	border-bottom: 4px solid #dadada;
height:800px;
	-webkit-box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.15), 0px 4px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px -2px 2px 0px rgba(0,0,0,0.15), 0px 4px 3px 0px rgba(0,0,0,0.4);
 z-index:9999999 !important;}
#interaktif{float:left;width:300px;  background-color:#eaeaea;}
#interaktif2{float:left;width:300px; background-color:#eaeaea;}
#interaktif3{float:left;width:300px; background-color:#eaeaea;}
#iletisim{ float:left;width:300px; padding-left:20px;background-color:#eaeaea;}

.index_kutular_icerik1{color:#000; padding:20px; width:100%;}


a .whatsapp_hatti{float:left; position:absolute; padding-left:10px; width:200px; padding-top:10px; border:1px solid #bebebe; margin-top:50px; margin-left:0px; margin-right:auto; height:auto;}
a .whatsapp_hatti i{float:left; font-size:30px; color:#444; }
a .whatsapp_hatti p{float:left; font-size:10px; color:#555; font-weight:500; padding-left:10px;}
a .whatsapp_hatti span{float:left; font-size:12px; color:#555; font-weight:700;  padding-left:10px;}

a .musteri_hizmetleri{float:left; position:absolute; padding-left:10px; width:200px;  padding-right:10px; padding-top:12px; border:1px solid #bebebe; margin-top:55px; margin-left:0px; height:auto;}
a .musteri_hizmetleri img{float:left; height:25px; }
a .musteri_hizmetleri p{float:left; font-size:10px; color:#555; font-weight:500; padding-left:10px;}
a .musteri_hizmetleri span{float:left; font-size:12px; color:#555; font-weight:700;  padding-left:10px; margin-top:-3px;}




#ust{width:100%; height:0px; padding:0px; margin:0px;}



.orta_sag{width:100%; float:none; padding:0px; margin-left:auto; margin-right:auto;}
#urun_div{
	width:100%;
	height:auto;
	float:none;

	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:990;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:5px;
	}
.urun_div_2{
	width:100%;
	height:0px;
	color:#111;
	position:absolute;
	z-index:999;
	font-size:16px;
	text-align:center;
	font-weight:400;
font-family:'Montserrat';
	transition: all 500ms;
	}	

.iletisim_logo_firma_adi{text-align:center;}
.iletisim_bilgi{float:none; width:300px; margin-left:auto; margin-right:auto;}
.iletisim_table{float:none; width:300px; margin-left:auto; margin-right:auto;}
.iletisim_sosyal_icon{float:none; width:300px; margin-left:auto; margin-right:auto;}