@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lb-number {
  display: none !important;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: #105ba8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loading .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.btn-primary {
  background-color: #105ba8;
  border-color: #105ba8;
}

.headroom {
  top: 0;
  position: fixed !important;
  width: 100%;
  padding: 0 80px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  background: #105ba8;
}

@media screen and (max-width: 1060px) {
  .headroom {
    padding: 0 10px;
  }
}

.headroom--unpinned {
  top: -100%;
}

.headroom .hamburger {
  position: absolute;
  right: 0;
  padding: 10px;
  display: none;
  font-size: 30px;
  color: #ffffff;
}

@media screen and (max-width: 1060px) {
  .headroom .hamburger {
    display: block;
  }
}

.headroom .logo {
  width: 200px;
  height: 80px;
  background: url("/assets/frontend/img/logo.svg") no-repeat center left;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-filter: invert(1) brightness(5) grayscale(1);
          filter: invert(1) brightness(5) grayscale(1);
}

@media screen and (max-width: 1060px) {
  .headroom .logo {
    width: 150px;
    height: 60px;
  }
}

.headroom .menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1060px) {
  .headroom .menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    top: 60px;
  }
}

.headroom .menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 1060px) {
  .headroom .menu > ul {
    padding: 20px;
  }
}

.headroom .menu > ul > li {
  padding: 9px 0;
  margin: 0 12px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 1060px) {
  .headroom .menu > ul > li {
    display: block;
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
}

.headroom .menu > ul > li.active, .headroom .menu > ul > li:hover {
  -webkit-box-shadow: inset 0px 5px 0px 0px #ffffff;
          box-shadow: inset 0px 5px 0px 0px #ffffff;
}

.headroom .menu > ul > li > a {
  padding: 10px 0;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .headroom .menu > ul > li > a {
    color: #105ba8;
  }
}

.headroom .menu .top-right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.headroom .menu .top-right-menu .online-payment a {
  background: #f20000;
  color: #ffffff;
  padding: 0 3px;
  font-size: 14px;
}

.headroom .menu .top-right-menu .online-payment a p {
  margin-bottom: 0;
}

.headroom .menu .top-right-menu .phone-area,
.headroom .menu .top-right-menu .mail-area {
  font-size: 14px;
}

.headroom .menu .top-right-menu .language,
.headroom .menu .top-right-menu .search {
  overflow: hidden;
  font-size: 14px;
}

@media screen and (max-width: 1060px) {
  .headroom .menu .top-right-menu .language,
  .headroom .menu .top-right-menu .search {
    width: 50%;
    background: #f9f9f9;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1060px) {
  .headroom .menu .top-right-menu .language a,
  .headroom .menu .top-right-menu .search a {
    height: auto;
    padding: 10px;
  }
}

.headroom .menu .top-right-menu a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .headroom .menu .top-right-menu a {
    text-align: center;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    color: #105ba8;
  }
}

.headroom .menu .top-right-menu a:hover {
  color: #ffffff;
}

@media screen and (max-width: 1060px) {
  .headroom .menu .top-right-menu {
    text-align: center;
    display: block;
    border-bottom: 1px solid #105ba8;
  }
  .headroom .menu .top-right-menu a {
    height: auto;
    margin-top: 5px;
  }
  .headroom .menu .top-right-menu .language {
    width: auto;
  }
}

.headroom .menu .top-right-menu .search-area {
  position: absolute;
  background: #ffffff;
  padding: 20px;
  right: 0;
  top: 80px;
  width: 400px;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 1060px) {
  .headroom .menu .top-right-menu .search-area {
    width: 100%;
    top: 80px;
    bottom: 0;
    background: white;
    padding: 5px;
    z-index: 1;
  }
}

.headroom .menu .top-right-menu .search-area .btn {
  color: #ffffff;
}

.headroom .menu .top-right-menu .search-area.open {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

footer {
  width: 100%;
  position: relative;
  padding: 70px 0 30px 0;
  background: #213038;
  color: #ffffff;
  font-size: 14px;
  margin-top: 85px;
}

@media screen and (max-width: 1060px) {
  footer {
    padding: 30px 0;
  }
}

footer .common-title {
  font-weight: bold;
  margin-bottom: 30px;
}

footer .first-area .logo {
  margin-bottom: 80px;
}

footer .first-area .logo img {
  width: 220px;
  -webkit-filter: invert(1) brightness(5) grayscale(1);
          filter: invert(1) brightness(5) grayscale(1);
  margin-top: -17px;
}

footer .first-area .social {
  width: 100%;
}

@media screen and (max-width: 1060px) {
  footer .first-area .social {
    margin-bottom: 40px;
  }
}

footer .first-area .social a {
  background: #ffffff;
  padding: 5px;
  color: #213038;
  font-size: 22px;
  margin-right: 5px;
}

footer .second-area .detail {
  color: #acc1d0;
  margin-right: 20px;
}

@media screen and (max-width: 1060px) {
  footer .second-area .detail {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1060px) {
  footer .third-area .links {
    margin-bottom: 40px;
  }
}

footer .third-area ul {
  margin: 0;
  padding: 0;
}

footer .third-area ul li {
  list-style-type: none;
  margin-bottom: 13px;
}

footer .third-area ul li a {
  color: #acc1d0;
}

footer .fourth-area .phone-area,
footer .fourth-area .mail-area {
  color: #acc1d0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #344d57;
}

footer .fourth-area .address-area {
  color: #acc1d0;
}

footer .footer-hr {
  width: 100%;
  height: 1px;
  background: #344d57;
  display: block;
  margin-top: 60px;
}

footer .copyright {
  color: #acc1d0;
  text-align: center;
  margin-top: 30px;
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.whatsapp a {
  font-size: 45px;
}

.whatsapp a img {
  width: 70px;
}

[data-ani] {
  position: relative;
  opacity: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

section {
  position: relative;
}

.main-wrapper {
  width: 100%;
  display: block;
  position: relative;
  top: 85px;
}

@media screen and (max-width: 599px) {
  .main-wrapper {
    top: 60px;
  }
}

.main-logo {
  width: 100%;
  text-align: center;
  margin: 30px 0 30px 0;
}

.main-logo img {
  width: 400px;
}

@media screen and (max-width: 599px) {
  .main-logo img {
    width: 300px;
  }
}

.banner-area {
  width: 100%;
  position: relative;
    z-index: 1;
}



.banner-area .search-area {
  position: absolute;
  text-align: center;
  width: 100%;
  top:0px;
}

@media screen and (max-width: 599px) {
  .banner-area .search-area {

  }
}


@media screen and (max-width: 599px) {
  .banner-area .search-area input {
    width: 300px;
  }
}

.banner-area .search-area a {
  position: relative;
  top: -1px;
}

.banner-about {
  width: 100%;
  position: relative;
  background: url(/assets/frontend/img/about-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
}

.banner-about h2 {
  color: #105ba8;
  font-size: 38px;
  margin-bottom: 15px;
}

.banner-about p {
  color: #213038;
}

.home-links {
  margin-top: 50px;
  margin-bottom: 120px;
}

.home-links .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 599px) {
  .home-links .box {
    display: block;
  }
}

.home-links .box a {
  width: 100%;
  display: block;
  background-color: #f20000;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.home-links .box a p {
  margin-bottom: 0;
}

.about-page {
  position: relative;
}

.about-page .top-image {
  height: 113px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-page .about-logo img {
  width: 400px;
}

@media screen and (max-width: 599px) {
  .about-page .about-logo img {
    width: 100%;
  }
}

.about-page .banner {
  padding: 50px 0 600px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-page .content {
  margin-top: 40px;
}

.about-page .content h2 {
  color: #105ba8;
  font-size: 38px;
  margin-bottom: 15px;
}

.about-page .content p {
  color: #213038;
}

.products-page {
  position: relative;
  background-color: #d2d3d5;
}

.products-page .top-image {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.products-page .title {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.products-page .title h1 {
  font-size: 22px;
  color: #ffffff;
  background-color: #b90000;
  text-align: center;
  padding: 10px;
}

.products-page .product-container {
  width: 100%;
  padding-bottom: 100px;
}

.products-page .product-container .search-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-page .product-container .search-area input {
  width: 85%;
}

.products-page .product-container .search-area a {
  width: 15%;
}

.products-page .product-container .product-category a {
  background-color: #105ba8;
  color: #ffffff;
 
box-shadow: 0px -2px 2px rgba(34,34,34,0.6);
  padding: 10px;
  display: block;
  margin-bottom: 7px;
}

@media screen and (max-width: 599px) {
  .products-page .product-container .product-category a {
    padding: 5px;
  }
}

.products-page .product-container .product-category a.active {
  background-color: #b90000;
  color: #ffffff;
}

.products-page .product-container .products-grid .item {
  position: relative;
  margin-bottom: 25px;
  display: block;
}

.products-page .product-container .products-grid .item .image {
  position: relative;
}

.products-page .product-container .products-grid .item .info {
  position: relative;
}

.products-page .product-container .products-grid .item .info .name {
  background-color: #105ba8;
  color: #ffffff;
   
-moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
box-shadow: 1px 2px 3px rgba(0,0,0,.5);
  text-align: center;
  padding: 7px;
}

.products-page .product-detail {
  width: 100%;
  position: relative;
}

.products-page .product-detail .head {
  background-color: #b90000;
  color: #ffffff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.products-page .product-detail .head .detail-title {
  font-size: 22px;
  margin-bottom: 0;
}

.products-page .product-detail .head .icon a i {
  font-size: 22px;
}

.products-page .product-detail .box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  min-height: 100vh;
}

.products-page .product-detail .box .image {
  width: 35%;
}

.products-page .product-detail .box .image img {
  border-right: 15px solid #d2d3d5;
  border-bottom: 15px solid #d2d3d5;
}

.products-page .product-detail .box .content {
  width: 65%;
  padding: 15px;
}

.products-page .product-detail .box .content .product-title {
  font-size: 22px;
  font-weight: 600;
}

.products-page .product-detail .box .content .category {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.default-page {
  position: relative;
}

.default-page .top-image {
  height: 113px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.default-page .main-title {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.default-page .main-title h1 {
  font-size: 22px;
  color: #ffffff;
  background-color: #b90000;
  text-align: center;
  padding: 10px;
}

.default-page .detail {
  width: 100%;
  margin-bottom: 50px;
}

.service-page {
  width: 100%;
}

.service-page .grid-area {
  position: relative;
  margin-bottom: 150px;
}

.service-page .grid-area .item {
  background-color: #f9f9f9;
  color: #b90000;
  border: 2px solid #b90000;
  padding: 20px;
  margin-bottom: 30px;
}

.certificates-page {
  width: 100%;
}

.certificates-page .gallery {
  margin-bottom: 150px;
}

.certificates-page .gallery .item {
  display: block;
  position: relative;
  border: 2px solid #b90000;
}

.certificates-page .gallery .item .title {
  background-color: #b90000;
  color: #ffffff;
  padding: 10px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contact-page {
  width: 100%;
}

.contact-page .contact-form {
  position: relative;
  margin-bottom: 200px;
}

@media screen and (max-width: 1060px) {
  .contact-page .contact-form .contact-btn a {
    margin-bottom: 30px;
  }
}

.cookie-fixed {
  display: none;
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  background-color: rgba(0, 0, 0, 0.93);
  color: #ffffff;
  font-weight: 600;
  padding: 25px 30px;
  line-height: 1.5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.cookie-fixed .cookie-text {
  width: 90%;
}

@media screen and (max-width: 1060px) {
  .cookie-fixed .cookie-text {
    width: 74%;
  }
}

.cookie-fixed .cookie-text a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-fixed .cookie-close {
  width: 10%;
  text-align: center;
  padding-top: 9px;
}

@media screen and (max-width: 1060px) {
  .cookie-fixed .cookie-close {
    width: 26%;
  }
}

@media screen and (max-width: 768px) {
  .boxbutton {
    margin-top:-41px;
    
  }
}

@media screen and (min-width: 768px) {

  .topmargin{
      margin-top:30px;
  }
}

.cookie-fixed .cookie-close a {
  font-size: 12px;
  padding: 9px 20px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  background: #000000;
  text-align: center;
}

/* ARAMA KUTUSU*/


#search {
	display: grid;
	grid-area: search;
	grid-template:
		"search" 60px
		/ 420px;
	justify-content: center;
	align-content: center;
	justify-items: stretch;
	align-items: stretch;
	margin-top: 30px;
    margin-bottom: 30px;
}

#search input {
	display: block;
	grid-area: search;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0 30px 0 60px;
	border: none;
	border-radius: 50px;
	font: 20px/1 system-ui, sans-serif;
	outline-offset: -8px;
}

#search svg {
	grid-area: search;
	overflow: visible;
	color: #105ba8;
	fill: none;
	stroke: currentColor;
}

@media (max-width: 470px) {
  #search {
	grid-template:
		"search" 43px
		/ 265px;
  }
  #search input {
  
       font: 16px / 1 system-ui, sans-serif;
  }
  
     
}

.burst {
	stroke-width: 3;
}

.burst :nth-child(2n) { color: #ff783e }
.burst :nth-child(3n) { color: #ffab00 }
.burst :nth-child(4n) { color: #55e214 }
.burst :nth-child(5n) { color: #82d9f5 }

.circle {
	r: 6;
}

.rect {
	width: 10px;
	height: 10px;
}

.triangle {
	d: path("M0,-6 L7,6 L-7,6 Z");
	stroke-linejoin: round;
}

.plus {
	d: path("M0,-5 L0,5 M-5,0L 5,0");
	stroke-linecap: round;
}

.burst:nth-child(4) {
	transform: translate(30px, 100%) rotate(150deg);
}

.burst:nth-child(5) {
	transform: translate(50%, 0%) rotate(-20deg);
}

.burst:nth-child(6) {
	transform: translate(100%, 50%) rotate(75deg);
}

.burst * {}

@keyframes particle-fade {
	0%, 100% { opacity: 0 }
	5%, 80% { opacity: 1 }
}

.burst :nth-child(1) { animation: particle-fade 600ms 0.95s both, particle-one-move 600ms 0.95s both; }
.burst :nth-child(2) { animation: particle-fade 600ms 0.95s both, particle-two-move 600ms 0.95s both; }
.burst :nth-child(3) { animation: particle-fade 600ms 0.95s both, particle-three-move 600ms 0.95s both; }
.burst :nth-child(4) { animation: particle-fade 600ms 0.95s both, particle-four-move 600ms 0.95s both; }
.burst :nth-child(5) { animation: particle-fade 600ms 0.95s both, particle-five-move 600ms 0.95s both; }
.burst :nth-child(6) { animation: particle-fade 600ms 0.95s both, particle-six-move 600ms 0.95s both; }

@keyframes particle-one-move { 0% { transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001) } 100% { transform: rotate(-20deg) translateX(8%) scale(0.5, 0.5) } }
@keyframes particle-two-move { 0% { transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001) } 100% { transform: rotate(0deg) translateX(8%) scale(0.5, 0.5) } }
@keyframes particle-three-move { 0% { transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001) } 100% { transform: rotate(20deg) translateX(8%) scale(0.5, 0.5) } }
@keyframes particle-four-move { 0% { transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001) } 100% { transform: rotate(-35deg) translateX(12%) } }
@keyframes particle-five-move { 0% { transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001) } 100% { transform: rotate(0deg) translateX(12%) } }
@keyframes particle-six-move { 0% { transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001) } 100% { transform: rotate(35deg) translateX(12%) } }



.bar {
	width: 100%;
	height: 100%;
	ry: 50%;
	stroke-width: 10;
	animation: bar-in 900ms 0.95s both;
}

@keyframes bar-in {
	0% { stroke-dasharray: 0 180 0 226 0 405 0 0 }
	100% { stroke-dasharray: 0 0 181 0 227 0 405 0 }
}

.magnifier {
	animation: magnifier-in 600ms 1.1s both;
	transform-box: fill-box;
}

@keyframes magnifier-in {
	0% { transform: translate(20px, 8px) rotate(-45deg) scale(0.01, 0.01); }
	50% { transform: translate(-4px, 8px) rotate(-45deg); }
	100% { transform: translate(0px, 0px) rotate(0deg); }
}

.magnifier .glass {
	cx: 27;
	cy: 27;
	r: 8;
	stroke-width: 3;
}
.magnifier .handle {
	x1: 32;
	y1: 32;
	x2: 44;
	y2: 44;
	stroke-width: 3;
}

#results {
	grid-area: results;
	background: hsl(0, 0%, 95%);
}

.bg-88{
   background-color: #b82927;
}

.bg-58{
   background-color: #7938a8;
}

.bg-109{
   background-color: #255fbc;
}

/* ARAMA KUTUSU*/

/*# sourceMappingURL=style.css.map */