@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}



.popup button {
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 24px;
  border: none;
}
.overlay1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  backdrop-filter: blur(5px);
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 20px 50px 20px 20px;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
}

.inptcbx{
  padding-left: 0px !important;
 }
 .checkbox-wrapper-12 {
   position: relative;
 }
 .checkbox-wrapper-12 > svg {
   position: absolute;
   top: -130%;
   left: -170%;
   width: 50px;
   pointer-events: none;
 }
 .checkbox-wrapper-12 * {
   box-sizing: border-box;
 }
 .checkbox-wrapper-12 input[type="checkbox"] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-tap-highlight-color: transparent;
   cursor: pointer;
   margin: 0;
 }
 .checkbox-wrapper-12 input[type="checkbox"]:focus {
   outline: 0;
 }
 .checkbox-wrapper-12 .cbx {
   width: 24px;
   height: 24px;
   top: calc(50vh - 12px);
   left: calc(50vw - 12px);
 }
 .checkbox-wrapper-12 .cbx input {
   position: absolute;
   top: 0;
   left: 0;
   width: 24px;
   height: 24px;
   border: 2px solid #bfbfc0;
   border-radius: 50%;
 }
 .checkbox-wrapper-12 .cbx label {
   width: 24px;
   height: 24px;
   background: none;
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-filter: url("#goo-12");
   filter: url("#goo-12");
   transform: trasnlate3d(0, 0, 0);
   pointer-events: none;
 }
 .checkbox-wrapper-12 .cbx svg {
   position: absolute;
   top: 5px;
   left: 4px;
   z-index: 1;
   pointer-events: none;
 }
 .checkbox-wrapper-12 .cbx svg path {
   stroke: #fff;
   stroke-width: 3;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke-dasharray: 19;
   stroke-dashoffset: 19;
   transition: stroke-dashoffset 0.3s ease;
   transition-delay: 0.2s;
 }
 .checkbox-wrapper-12 .cbx input:checked + label {
   animation: splash-12 0.6s ease forwards;
 }
 .checkbox-wrapper-12 .cbx input:checked + label + svg path {
   stroke-dashoffset: 0;
 }
 @-moz-keyframes splash-12 {
   40% {
   background: #34b234;
   box-shadow: 0 -18px 0 -8px #34b234, 16px -8px 0 -8px #34b234, 16px 8px 0 -8px #34b234, 0 18px 0 -8px #34b234, -16px 8px 0 -8px #34b234, -16px -8px 0 -8px #34b234;
   }
   100% {
   background: #34b234;
   box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
   }
 }
 @-webkit-keyframes splash-12 {
   40% {
   background: #34b234;
   box-shadow: 0 -18px 0 -8px #34b234, 16px -8px 0 -8px #34b234, 16px 8px 0 -8px #34b234, 0 18px 0 -8px #34b234, -16px 8px 0 -8px #34b234, -16px -8px 0 -8px #34b234;
   }
   100% {
   background: #34b234;
   box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
   }
 }
 @-o-keyframes splash-12 {
   40% {
   background: #34b234;
   box-shadow: 0 -18px 0 -8px #34b234, 16px -8px 0 -8px #34b234, 16px 8px 0 -8px #34b234, 0 18px 0 -8px #34b234, -16px 8px 0 -8px #34b234, -16px -8px 0 -8px #34b234;
   }
   100% {
   background: #34b234;
   box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
   }
 }
 @keyframes splash-12 {
   40% {
   background: #34b234;
   box-shadow: 0 -18px 0 -8px #34b234, 16px -8px 0 -8px #34b234, 16px 8px 0 -8px #34b234, 0 18px 0 -8px #34b234, -16px 8px 0 -8px #34b234, -16px -8px 0 -8px #34b234;
   }
   100% {
   background: #34b234;
   box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
   }
 }
 /* checkbox */
 

.form-control:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.05rem rgb(255 0 0);
}

.form-control {
    border-radius:15px;
    padding: 15px 15px 15px 20px;
    border: 1px solid black;
}
.form-control::placeholder{
  color: #333333;
}
  .d-none {
    display: none !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-flex {
    display: flex !important;
  }
  
  .d-inline-flex {
    display: inline-flex !important;
  }

  .justify-content-center {
    justify-content: center !important;
  }
  
  .justify-content-between {
    justify-content: space-between !important;
  }
  
  .align-items-center {
    align-items: center !important;
  }
  
  .btnturk{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
  }
 .btnturk .btn{
    background-color: #dd0d15;
    border-radius: 40px;
 }
  .btnturk .btn:hover{
    background-color: #000;
 }
   .btnturk2{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
  }
 .btnturk2 .btn{
    background-color: #dd0d15;
    border-radius: 40px;
 }
  .btnturk2 .btn:hover{
    background-color: #000;
 }
 .workbutton2{
     padding:20px 50px;
     border:none;
 }
  .workbutton2 span{
    color:#ffffff;
 }
 
 .contact-link{border:none;}
 
 .quote-text{
  background-color: rgb(243, 246, 247);
  padding: 80px;
 }
 .continf{
  margin: 45px;
 }
.continf1, .continf2 {
  padding: 0px 35px;
 }
 .continf a{
  color: #dd0d15;
 }
  .continf a:hover{
  color: #000;
 }
.continf h4, .continf h5{
  margin: 10px 0px;
 }
 .txtarea1{
  margin:0px 5px 15px 5px;
 }
.txtarea2{
  margin:0px 5px 10px 5px;
 }
 .tukilaclogo{
  width: 50%;
  margin: 60px 0px;
 }
 .nav-link {
    color: grey;
    text-decoration: none;
}
 .nav-link:hover {
    color: black;
}
.nav-link.active-locale {
    color: red;
}
.langc{
  gap:10px; justify-content: center; align-items: center; padding-top: 25px;
}