@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.poppins {
    font-family: 'Poppins', sans-serif;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

a:hover,
a:active,
a:focus {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.ana-renk {
    color: #002c57 !important;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

::placeholder {
    font-style: italic;
}

.top1 {
    top: 1px !important;
}

#header .header-logo {
    margin: 0px !important;
}

#header.header-effect-shrink .header-container {
    min-height: 80px !important;
    height: 80px !important;
}

section.section {
    padding: 20px 0;
}

#footer {
    background: #dedede;
    border-top: 4px solid #dedede;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #002c57;
    border-top: 1px solid #002c57;
}

#footer .footer-copyright p {
    color: #fff;
}

#footer a:not(.btn) {
    color: #464646;
}

.footer-copyright ul li a:not(.btn) {
    color: #fff !important;
}

#footer .footer-copyright nav {
    font-size: 0.9em;
    color: #fff !important;
}

#footer a:not(.btn):hover {
    color: #002c57;
}

.fs13 {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #464646;
}

.fs18 {
    font-size: 18px !important;
    line-height: 24px;
    margin: 0 0 10px;
    color: #002c57;
}

.muhendise-sor-form {
    z-index: 1000 !important;
    background-color: #002c57;
    width: 175px;
    height: 30px;
    position: fixed;
    left: -73px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    overflow: hidden;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.muhendise-sor-form .content {
    z-index: 1000 !important;
    height: 30px;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

#header .header-nav-main nav>ul>li>a {
    letter-spacing: 0.5px;
}

.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgb(0 44 87 / 0.8);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.ucsatir {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ikisatir {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

html .bg-color-light-scale-1 {
    background-color: #dedede !important;
}

strong {
    font-weight: 600 !important;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #002c57;
    border-color: #002c57;
    box-shadow: none;
}

.ref-img {
    width: 120px;
    height: 120px;
}

.product-thumb-info {
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    padding: 15px 15px;
    border-radius: 4px;
}

.product-thumb-info .product-thumb-info-content {
    padding: 0;
}

.gray-dark {
    background: #464646 !important;
}

.lh20 {
    line-height: 20px !important;
}

.mfp-wrap {
  z-index: 99999999999999 !important;
}

.chat-button {
  z-index: 1000 !important;
  padding: 25px 16px;
  background: #002c57;
  width: 180px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 15px 15px 10px 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0px 5px rgba(255,255,255, 0.70);
  cursor: pointer;
  bottom:30px;
}
.chat-button span::before {
  content: '';
  height: 14px;
  width: 14px;
  background: #47cf73;
  position: absolute;
  transform: translate(0, -7px);
  border-radius: 15px;
}
.chat-button span::after {
  content:attr(data-text);
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 40px;
  top: 12px;
}

html .scroll-to-top {
    left: 10px;
    right: inherit;
}

@media (max-width: 575.98px) {
    .nav-tabs li .nav-link {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}