﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: manrope,sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    font-size: 14px;
}

figure {
    margin: unset;
}

.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */

.tkc-webtop {
    background-image: linear-gradient(#329C3A, #97DAA7);
}

.tkc-webtaskbar {
    position: fixed;
    width: 100%;
    bottom: 37px;
    padding-left: 10px;
    padding-right: 10px;
    height: 1px;
}
.tkc-webbottom {
    background-image: linear-gradient(#329C3A, #97DAA7);
    width: 100%;
    padding: 2px;
}

.tkc-footer {
    position: relative;
    z-index: 2;
    background: #eff2f9;
}

.carousel-section-wrapper{
    padding-top: 87px;
}

.carousel-control-np {
    opacity: 0;
}

.carousel-image{
    max-height: 400px;
}

.tkc-border {
    border-radius: 5px;
    /*border-color: #a5e3ed !important;*/
    border-color: #97DAA7 !important;
}

.tkc-product-item {
    /*Do not delete this item*/
}

.tkc-rounded-lg {
    border-radius: 10px;
}

.tkc-bg-g1 {
    background-image: linear-gradient(#97DAA7, #eff2f9);
}
.tkc-bg-g2 {
    background-image: linear-gradient(#ff6a00, #eff2f9);
}
.tkc-bg-g3 {
    background-image: linear-gradient(#0094ff, #eff2f9);
}
.tkc-bg-g4 {
    background-image: linear-gradient(#d26efd, #eff2f9);
}
.tkc-bg-g5 {
    background-image: linear-gradient(#a35c29, #eff2f9);
}
.tkc-bg-g6 {
    background-image: linear-gradient(#3955f6, #eff2f9);
}