@font-face {
  font-family: "Rufo Thin";
  src: url(/static/fonts/rufo/RFRufo-Thin.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Thin Italic";
  src: url(/static/fonts/rufo/RFRufo-ThinItalic.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Semibold Italic";
  src: url(/static/fonts/rufo/RFRufo-SemiboldItalic.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Semibold";
  src: url(/static/fonts/rufo/RFRufo-Semibold.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Regular";
  src: url(/static/fonts/rufo/RFRufo-Regular.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Light";
  src: url(/static/fonts/rufo/RFRufo-Light.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Italic";
  src: url(/static/fonts/rufo/RFRufo-Italic.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Bold Italic";
  src: url(/static/fonts/rufo/RFRufo-BoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: "Rufo Bold";
  src: url(/static/fonts/rufo/RFRufo-Bold.ttf) format('truetype');
}

p {
  font-family: var(--theme-font2);
}

h1,
h2,
h3,
h4 {
  font-family: "Rufo Regular";
}

.owl-item .banner-item-content h1 {
  font-family: "Rufo Italic" !important;
}

.navbar-area .navbar-nav.menuler>.nav-item>.nav-link {
  font-family: "Rufo Italic" !important;
  text-transform: capitalize;
  font-size: 20px;
}

.navbar-area .navbar-nav.menuler>.nav-item>.nav-link svg {
  font-size: 13px;
}

body {
  background-color: #f6fff0;
  font-family: "Rufo Regular";

}

.page-title-content ul li {
  font-size: 20px;
}

.vitrin3 .owl-nav {
  display: none;
}

/*body,
body p,
body button,
body h5,
body h6 {
  font-weight: 400;
  font-family: "Rufo Regular";
}*/

.menu.bg-color2 {
  background-color: #fff !important;
}

.contentposition {
  right: 0;
  text-align: center;
}

.navbar-brand {
  width: 200px;
}

body .navbar-area .logo {
  display: none;
}

/*.navbar-brand .venaturalogo {
  width: 185px;
  height: 164px;
  background: url(/static/img/logozemin.webp);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -42px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}*/

.navbar-brand img {
  max-width: 170px;
  max-height: 100px;
  padding: 5px 0px;
}

.is-sticky .navbar-brand img {
  max-width: 100px;
  max-height: 45px;
}

.is-sticky.navbar-area .navbar-nav.menuler>.nav-item>.nav-link {
  padding: 10px 13px;
}

.urundetayozel.kids:before {
  background: url(/static/img/kidszemin.webp);
  background-size: cover !important;
  content: "";
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

body .header9 .navbar-collapse {
  flex-grow: inherit;
}

body .header9 .navbar {
  position: inherit;
}

body .header9 .navbar-expand-md {
  justify-content: space-between;
}

.navbar-area .navbar-nav .nav-item a {
  font-size: 22px;
  color: #000;
}

.navbar-area.is-sticky .logo img {
  max-width: 150px;
  max-height: 100px;
}

.navbar-area.is-sticky {
  animation: inherit !important;
}

.search-box .input-search {
  background: transparent !important;
  border-bottom: 1px solid #ccc;
  height: 40px;
  border-radius: 0px;
  color: #000000;
  font-weight: 500;
}

.navbar-area .megamenu {
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
}

/*.navbar-area .megamenu.show {
  display: flex;
}*/
.urunlogom {
  border: 1px solid #e5f1e6;
  padding: 1rem 1.25rem;
}

.navbar-area .megamenu {
  padding: 1rem;
}

ul.megamenu {

  /*-webkit-column-count: 4;
  column-count: 4;
  -webkit-column-width: auto;
  column-width: auto;*/
  flex: auto;
  margin-right: 20px;
}

.owl-dots button {
  width: 7px;
  height: 7px;
}

.owl-carousel .single-products-box {
  margin-bottom: 10px;
}

header {
  position: sticky;
  top: 0px;
  z-index: 99;
}

.sect1 .single-products-box {
  box-shadow: inherit;
}

.overview-box .overview-content .content .features-list li span:hover::before {
  width: 0px;
}

.overview-box .overview-content .content .features-list li span:hover {
  background-color: #a2cd9c;
  -webkit-transition: 0s;
  transition: 0s;
}

.overview-box .overview-content .content .features-list li span {
  border-radius: 0px;
  display: flex;
  align-items: center;
  padding: 15px;
}

.overview-box .overview-content .content .features-list li span i,
.overview-box .overview-content .content .features-list li span svg {
  position: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  left: 0px;
  margin-right: 10px;
}

.section-title h6 {
  letter-spacing: 2px;
  font-weight: 300;
}

p {
  font-size: 22px;
  color: #4f4f4f;
}

@media all and (min-width: 992px) {
  .navbar-area .has-megamenu {
    position: static !important;
  }

  .navbar-area .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 991px) {

  .navbar-area.fixed-top .navbar-collapse,
  .navbar-area.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.dropdown-menu[data-bs-popper] {
  left: inherit;
  right: inherit;
}

.megamenu.dropdown-menu[data-bs-popper] {
  left: 0px;
  right: 0px;
}

body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  border: 0px;
  color: #ccc !important;
}

.anasayfa header.fixed {
  top: 20px;
}

.single-products-box a {
  height: 100%;
}

.single-products-box h4 {
  font-family: "Rufo Semibold";
}

.single-products-box {
  margin: 50px 0px;
}

.single-products-box a:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: var(--theme-color4);
  position: absolute;
  left: -12px;
  top: 0;
  transform: skew(-5deg);
}

.products-area .row>div:nth-child(4n) .single-products-box a::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: var(--theme-color4);
  position: absolute;
  right: -12px;
  top: 0;
  transform: skew(-5deg);
}

/*.products-area .row>div:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--theme-color4);
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0;
}*/

body .owl-carousel .owl-nav .owl-prev:hover,
body .owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent !important;
  color: #000 !important;
}

header .headerzemin {
  border: 3px solid #2a522a;
}

.navbar-area .navbar-nav.menuler>.nav-item>.nav-link {
  padding: 30px 13px;
  font-weight: bold;
}

.navbar-area .navbar-nav .nav-item>.nav-link {
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-area .navbar-nav .nav-item .nav-link:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #e5f1e6 !important;
  border-radius: 0px;
  color: #000 !important;
}

.nav-pills .nav-link {
  color: inherit !important;
}

.accordion-item {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 0px;
  border-radius: 0px !important;
  background-color: transparent;
}

.accordion-body {
  border-left: 1px solid #e5f1e6;
  border-right: 1px solid #e5f1e6;
  border-bottom: 1px solid #e5f1e6;
}

.accordion .accordion-button {
  border-bottom: 1px solid #d7efd8;
  color: #93c08d !important;
  text-transform: uppercase;
  font-weight: 500;
}

.accordion.accordion-card .accordion-button {
  text-transform: inherit;
  padding: 0px 0px 23px 0px;
}

.accordion-button.collapsed {
  color: #212529 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: inherit;
}

.accordion-button:focus {
  border-color: #d7efd8 !important;
}

.blogbox {
  background: #fff !important;
  border: 1px solid #e5f1e6;
  border-radius: 0px;
}

.blogbox .content {
  padding: 20px;
}

.products-details-area .anavitrin .item {
  border: 0px !important;
}

.slider-thumbs2.owl-carousel {
  position: relative !important;
  /*top: -135px;
  width: 476px !important;
  margin-top: -450px !important;*/
}

/*body .slider-thumbs2.owl-carousel .owl-nav {
  top: calc(50% - 19px);
}*/

body .page-title-area h1 {
  display: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/static/img/chevron.svg);
}

.accordion-button::after {
  background-image: url(/static/img/chevron.svg);

}

.accordion-button:focus {
  box-shadow: inherit;
}

.accordion-body .nav-pills {
  border-bottom: 1px solid #e5f1e6;
}

.navbar-area .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px;
}

.navbar-area .navbar-nav .nav-item .megamenu .nav-item a {
  background-color: #f1f1f1;
  margin-bottom: 10px;
  font-weight: bold;
}

.navbar-area .navbar-nav .nav-item .megamenu .nav-item a:hover {
  background-color: #a2cd9c;
}

.navbar-area .navbar-nav .nav-item .megamenu {
  padding: 40px;
  margin-top: -2px !important;
}

.footerurun ul.footer-links-list {
  column-count: 2;
  -webkit-column-count: 2;
}

.services-details-info .download-file ul li a {
  font-weight: inherit;
}

body .single-products-box {
  background-color: transparent !important;
  box-shadow: inherit;
}

body .services-details-info .download-file {
  background-color: transparent !important;
  box-shadow: inherit;
  border-right: 1px solid #e3f3e1;
}

.services-details-info .download-file ul li a,
.services-details-info .download-file ul li:first-child {
  border-top: 0px;
  border-bottom: 0px;
}

.page-title-content {
  display: flex;
  justify-content: space-between;
}

.page-title-area {
  padding: 20px;
}

body .page-title-area h1 {
  font-size: 29px;
  font-weight: 400;
}

.services-details-info .download-file h3 {
  font-weight: 400;
}

.services-details-info .download-file ul li a {
  padding: 10px 20px 10px 17px;
  background-color: #eaf8e8;
  color: #221638;
  margin-bottom: 10px;
}

.services-details-info .download-file ul li a:hover {
  background-color: #a2cd9c;
  color: #221638;
}

.single-products-box .products-content h3 {
  font-size: 16px;
  font-weight: 500;
}

/* .urundetay2 .products-details-desc {
    height: 686px;
    overflow-y: scroll;
} */
.anavitrin .owl-dots {
  position: absolute;
  bottom: -35px;
  width: 100%;
}

body .owl-dots button.active {
  border: 1px solid #6d9467 !important;
  background: #6d9467 !important;
}

body .owl-dots button {
  background: #fff !important;
}

.urunslidik {
  position: sticky !important;
  top: 130px;
  min-height: 476px
}

body .owl-carousel .owl-nav {
  top: calc(50% - 85px);
}

/*.effecttext5 .animation-text-wipe.animate-in {
  text-shadow: 0px 0px 7px #000,
    0px 0px 7px #000,
    0px 0px 7px #000
}*/

.old-price,
.new-price {
  font-family: sans-serif;
}

.products-details-desc .price .old-price {
  top: 0px;
}

body .page-title-area {
  background-color: transparent;
  padding: 5px;
}



.page-title-content ul li::before {
  top: 12px;
  font-size: 10px;
}

.adres .float-end a {
  font-size: 23px;
  font-weight: 600;
}

body .iletdiv {
  background: transparent !important;
}

.vefaborder {
  transform: skew(-4deg);
  border: 2px solid var(--theme-color4);
}

.vefaborder .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.vefaborder .form-group label {
  width: 20%;
  font-size: 18px;
}


.vefaborder .adres {
  border-bottom: 2px solid var(--theme-color4);
  margin-bottom: 0px;
  background: transparent;
}

.vefaborder .adres:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}


.form-floating>textarea.form-control {
  height: inherit;
}

.form-control:focus {

  background: #93c08d2e;
}

.firmaform {
  padding: 0px 30px;
}

.default-btn {
  font-size: 20px;
}

body .form-control {
  border: 0px;
  font-weight: 500;
  border-radius: 0px;
  height: 46px;
  border-bottom: 1px solid #93c08d;
  background: transparent;
}

body textarea.form-control {
  height: inherit;
}

body .iletborder textarea {
  min-height: 169px;
}

.default-btn {
  border-radius: 0px;
}

.form-check-input[type="checkbox"] {
  border-radius: 0px;
}

.overview-box .overview-content .content .features-list li span::before {
  background-color: #a2cd9c;
}

.single-funfacts-box h3,
.overview-box .overview-content .content .features-list .contyazi {
  text-transform: uppercase;
  font-size: 18px;
}

.single-funfacts-box {
  padding: 10px;
  margin-bottom: 15px;
}

.urundetayozel .accordion-item {
  background: transparent;
}

.urundetayozel .slider-thumbs2.owl-carousel .owl-item .slide {
  background-color: transparent;
}

.accordion-header {
  background: transparent;
}

.single-footer-widget h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.ozelkurumsal .container {
  width: 800px;
}


.kurumsalsect1 .sect1bas {
  display: table;
  margin: 30px auto;
}

.kurumsalsect1 .sect1bas h1 {
  font-size: 50px;
  line-height: 55px;
}

.kurumsalsect1 p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.kurumsaldetay .yuvarlak {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 50px;
  font-weight: bold;
  color: #454542;
  background: #e8f1e7;
}

.sayac p {
  font-size: 27px;
  font-weight: 500;
}

.adres p {
  font-size: 17px;
  margin: 0px;
}

.kurumsalsect2 h1 {
  font-size: 65px;
}

.single-footer-widget {
  margin-bottom: 0px;
}

body .footer-area {
  padding: 30px 0px;
}

body .footer-area a {
  font-size: 24px;
}

body .mintlogo img {
  background: transparent;
}

.single-footer-widget .social-link li a {
  background-color: transparent;
  color: #424242;
}

.single-footer-widget .social-link li a i,
.single-footer-widget .social-link li a svg {
  font-size: 22px;
}

.single-footer-widget h3 {
  font-weight: 400;
  font-size: 20px;
}

.single-footer-widget.column-count2 .footer-contact-info {
  column-count: 2;
}

.footer-bottom-area {
  border-top: 1px solid #d6d6d6;
  margin-top: 25px;
}

.footer-contact-info svg {
  font-size: 18px;
}

.single-footer-widget .footer-contact-info li i,
.single-footer-widget .footer-contact-info li svg {
  left: -3px;
  top: 8px;
}

.footer-contact-info h5 {
  font-size: 25px;
}

.footer-contact-info p {
  font-size: 20px;
}

.footerzemin {
  background-image: url(/static/img/footerimg.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-origin: content-box;
}

.navbar-area .navbar-nav .nav-item .megamenu {
  /*background: #93c08d;*/
  background: linear-gradient(to right, #e9e9e9, rgb(255, 255, 255), #e9e9e9, rgb(255, 255, 255)) !important;
}

.card18 .minthizmet2 {
  height: 300px;
}

.mobilsearch {
  position: absolute;
  z-index: 99;
  top: 5px;
  left: 0px;
  right: 0px;
  display: none;
  margin-left: 36%;
}

.mobilsearch .search-box svg {
  font-size: 16px;
}

body .mean-container .mean-nav ul li a {
  border-top: 1px solid #e2e2e2;
}

/*.blogbox .contyazi {
  -webkit-line-clamp: 2;
}*/

@media (max-width: 767px) {
  body .search-box {
    width: inherit;
  }

  .navbar-brand.black-logo {
    display: none;
  }

  body .single-services-item h3 {
    font-size: 13px;
  }

  body .mean-nav>ul {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 60px !important;
    bottom: 0;
  }

  body .mobilsearch {
    display: block;
    right: 50px;
  }

  body .tracer-responsive-nav .tracer-responsive-menu.mean-container .mean-nav ul.menuler {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: inherit;
    height: calc(100vh - 60px);
    background: #fff;
  }

  body .navbar-area .navbar-nav .nav-item .megamenu {
    margin-top: 55px !important;
  }

  body .tracer-responsive-menu.mean-container,
  body.anasayfa header {
    height: 60px;
  }

  body .mean-container a.meanmenu-reveal {
    width: 26px;
  }

  body .mean-container a.meanmenu-reveal span {
    height: 3px;
  }

  body .navbar-area .logo img {
    max-width: 91px;
    padding: 0px;
    margin-left: -10px;
  }

  body .card18 .minthizmet2 {
    height: auto;
  }

  body .venaborder {
    padding: 20px;
  }

  body .sayac p {
    font-size: 16px;
  }

  body .sayac {
    padding: 10px;
  }

  body .iletdiv {
    padding: 0px;
  }

  body .kurumsaldetay .yuvarlak {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .overview-box .overview-content .content {
    padding-right: 0px;
  }

  body .single-footer-widget.footerurun {
    margin-left: 0px;
  }

  body .single-footer-widget {
    margin-bottom: 15px;
  }

  body .urunacikla {
    border-left: 0px !important;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 20px;
  }

  body .section-title {
    padding: 0px 10px;
  }

  /*.slider-thumbs2 {
    display: none !important;
  }*/

  body .urunslidik .anavitrin {
    width: 100%;
    margin-left: 0px;
  }

  body .owl-carousel .owl-nav {
    top: calc(50% - 25px);
  }

  body .owl-carousel .owl-nav .owl-prev {
    left: 0px;
  }

  body .owl-carousel .owl-nav .owl-next {
    right: 0px;
  }

  body .navbar-area .navbar-nav .nav-item .megamenu {
    position: inherit !important;
    transform: inherit !important;
    padding: 0px;
  }

  body ul.megamenu {
    column-count: inherit;
    flex: inherit;
  }

  body .navbar-area .navbar-nav .nav-item .megamenu .nav-item a {
    margin-left: 10px;
  }

  body .navbar-area .navbar-nav.menuler>.nav-item>.nav-link {
    padding: 15px 10px;
  }

  .navbar-area .mean-nav .logo {
    display: none !important;
  }

  .accordion-body .nav-pills {
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  body .dilli {
    position: inherit;
    float: right;
    margin-top: 10px;
  }

  body .userim {
    display: none;
  }

  /*
  body .navbar-area .logo {
    width: 115px;
    height: 164px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
  }*/

  .navbar-brand .venaturalogo {
    width: 160px;
    height: 138px;
  }

  .navbar-brand img {
    max-width: 132px;
  }
}

@media (min-width: 1200px) {
  .urunacikla {
    padding-left: 60px;
    margin-left: 50px;
  }

  .search-box {
    max-width: 277px;
  }
}

@media (max-width: 1200px) {
  .sidezemin {
    width: 30%;
  }

  .icerikzemin {
    width: 70%;
  }

  .icerikzemin.float-end {
    padding-left: 10px;
  }

  .products-details-desc h2 {
    font-size: 18px;
    margin-left: 10px;
  }

  /*.slider-thumbs2.owl-carousel {
    margin-top: -150px !important;
  }*/

  .navbar-area .navbar-nav.menuler>.nav-item>.nav-link {
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .megamenu .row {
    display: block;
  }
}

@media (min-width: 768px) and (max-width:1400px) {
  .cat12.overview-box .overview-content .content .features-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .search-box {
    width: 238px;
  }

  /*.navbar-area .navbar-nav.menuler>.nav-item>.nav-link {
    padding: 40px 10px;
  }*/

  body .dilli {
    display: none;
  }

  body .navbar-area .logo {
    width: 145px;
    height: 164px;
    background: url(/static/img/logozemin.webp);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
  }

  .navbar-area .logo img {
    max-width: 100px;
    margin-top: -34px;
  }
}

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

  body .m1 .card17 .minthizmet1,
  body .m1 .card17 .minthizmet2,
  body .m1 .card18 .minthizmet1,
  body .m1 .card18 .minthizmet2 {
    width: 100%;
    float: inherit;
    height: inherit;
  }

  .navbar-brand .venaturalogo {
    display: none;
  }

  body .navbar-area .logo {
    width: 115px;
    height: 164px;
    background: url(/static/img/logozemin.webp);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
  }

  body .mobilsearch {
    display: block
  }

  .mobilsearch .search-box {
    width: 42%;
    margin-left: 37%;
  }

  .navbar-expand-md .navbar-collapse .menuler {
    display: none !important;

  }

  .navbar-expand-md .navbar-collapse .tyo {
    position: relative;
    bottom: 50px;
    right: 50px;
    z-index: 99999;

  }

  .search-box {
    width: 350px;
  }

  /*.navbar-area .navbar-nav.menuler>.nav-item>.nav-link {
    padding: 40px 10px;
  }*/

  body .userim {
    display: none;
  }

  /*.navbar-brand .venaturalogo {
    display: none;
  }*/

  body .tracer-responsive-menu.mean-container,
  body.anasayfa header {
    height: 60px;
  }



}










#myModal {
  width: 600px;
  /*background: green;*/
  text-align: center;
  box-sizing: border-box;
  /*padding: 10px;*/
  border: 1px solid #333;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}

#myModal .modal-top,
#myModal .modal-bottom {
  width: 100%;
  position: relative;
}

#myModal .modal-top #closeBtn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: 0px;
  padding: 4px 8px;
  color: #333;
  cursor: pointer;
}

#myModal:hover .modal-top #closeBtn {
  background: red;
  color: #fff;
}

#myModal .modal-bottom #startNowBtn {
  position: absolute;
  top: -40px;
  right: 3px;
  background: rgba(0, 0, 0, 0.3);
  border: 0px;
  padding: 7px 15px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 17px;
  border-radius: 8px;
}

#myModal:hover .modal-bottom #startNowBtn {
  background: green;
  color: #fff;
}

#myModal .modal-content img {
  width: 100%;
}

.form-floating {
  margin-bottom: 30px;
}




.firmaform.yatay2form .form-floating:nth-child(13) {
  width: 100%;
}

.profile-authentication-area .form-control {
  background: #fff !important;
  border: 1px solid #d3e7c6 !important;
}

.profile-authentication-area .form-floating>.form-control:focus~label,
.profile-authentication-area .form-floating>.form-control:not(:placeholder-shown)~label,
.profile-authentication-area .form-floating>.form-select~label {
  color: #77a65c;
}

.hide {
  display: none;
}

.box-shadow {
  box-shadow: 0 5px 40px 10px #c5e0b58c !important;
}

body .VIpgJd-ZVi9od-l4eHX-hSRGPd,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
body .VIpgJd-ZVi9od-l4eHX-hSRGPd:active,
body .goog-te-gadget {
  font-size: 0px;
}

.goog-te-gadget img {
  display: none;
}

body .goog-te-gadget .goog-te-combo {
  max-width: 100px;
  display: none;
}

body .goog-te-gadget .goog-te-combo:first-child {
  display: block
}

.explore-learning-video {
  height: 230px;
}

.explore-learning-video iframe {
  height: 230px;
}

.explore-learning-video .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;

}

.dilli {
  position: absolute;
  right: 10px;
  top: 0;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

.profilecontent .bg-white {
  background: linear-gradient(to right, #e9e9e9, rgb(255, 255, 255), #e9e9e9, rgb(255, 255, 255)) !important;
}

.venaborder {
  padding: 40px 80px;
  border: 20px solid;
  margin-top: 30px;
  text-align: center;
}

.venaborder h2 {
  background: linear-gradient(to right, #606060, #9b9b9b, #606060, #9b9b9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.textkirpma {
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 12px;
}

/*
#signup_form .form-floating {
  width: calc(50% - 20px);
  margin-right: 20px;
  float: left;
}

#signup_form::after {
  content: "";
  clear: both;
  display: table;
}

#signup_form .errorlist {
  color: red;
  position: absolute;
}*/
.searchbody {
  position: absolute;
  background: #fff;
  padding: 10px;
  overflow-y: scroll;
  max-height: 560px;
}

.searchbody ul li {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.searchbody ul li:last-child {
  border-bottom: 0px;
}

/*.searchbody p {
  font-size: 13px;
  line-height: 15px;

}*/

h5.dosyaeki {
  font-weight: 400;
}

.default-btn {
  padding: 8px 20px 8px 20px !important;
}

.blogbox .contyazi {
  -webkit-line-clamp: 2;
}

::placeholder {
  color: #000;
  font-weight: bold;
}


/*************************************/
.text-color3 {
  color: var(--theme-color3);
}

.text-color4 {
  color: var(--theme-color4);
}

.urunacikla {
  border-left: 1px solid var(--theme-color1) !important;
  transform: skew(-5deg);
  display: flex;
  align-items: center;
  height: 100%;
}

.urunacikla .urunozel1,
.urunacikla h2 {
  font-style: normal;
}

.urunozel1 p {
  font-size: 20px;
}

.urunozel1 p:first-child {
  color: var(--theme-color1);
}

.urunozel1 p:last-child {
  color: var(--theme-color4);
}

.urunacikla h2 {
  font-size: 50px;
}

/*.urunozel1 p {
  margin-left: 9px;
}*/

.urunozel1 p:first-child {
  /*margin-left: 12px;*/
  margin-bottom: 0px;
}

.tablevefa {
  border: 2px solid #6CC24A;
  margin-top: 20px;
}

.tablevefa table tr td:first-child {
  background-color: #C6F58C;
  color: #2D4600;
}

.tablevefa table tr td p {
  padding: 18px;
  font-size: 20px;
}

.tablevefa table tr td:first-child {
  width: 35%;
}

.tablevefa .table tr {
  border-top: 2px solid #6CC24A;
}

.tablevefa .table tr:first-child {
  border-top: 0px;
}

.vitrin3 .owl-dots {
  display: none;
}

.vefablog100 {
  border-bottom: 8px solid var(--theme-color1);
  ;
}

.vefablog100img {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-position: center center !important;
}

.vefablog100yazi {
  transform: skew(-10deg);
  margin-left: -86px;
  border-left: 30px solid var(--theme-color1);
}

.vefablog100yazi>div {
  padding: 0px 100px;
  transform: skew(10deg);
}

.vefablog100yazi p {
  font-size: 20px;
}

.vefablog100 .sect-title {
  font-size: 65px;
}

.sect1 .vefaborder {
  padding: 18px;
  font-size: 30px;
  font-family: "Rufo Semibold";
  text-align: center;
  background-color: var(--theme-color4);
}

.sect-title {
  font-size: 45px;
  color: var(--theme-color1);
  font-family: "Rufo Semibold Italic";
}

.tarihce .minthizmet1:before {
  content: "";
  position: absolute;
  border-top: 4px dotted #e5ecce;
  width: 100px;
  top: 50%;
  left: -100px;
  z-index: 1;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tarihce .minthizmet1:after {
  content: "";
  width: 15px;
  height: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  bottom: 50%;
  left: -100px;
  z-index: 99;
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 50%;
  position: absolute;
  background-color: #e5ecce;
}

.tarihce {
  position: relative;
}

.tarihce:after {
  content: "";
  position: absolute;
  border-left: 4px dotted #e5ecce;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - -6px);
  z-index: 1;
}

.m1 .tarihce .minthizmet1,
.m1 .tarihce .minthizmet2 {
  width: calc(50% - 100px);
}

.m1:nth-child(2n-1) .tarihce .minthizmet1:before {
  right: -100px;
  left: auto;
}

.m1:nth-child(2n-1) .tarihce .minthizmet1::after {
  left: calc(100% - -100px);
}

.tarihce .vefaborder {
  border: 7px solid var(--theme-color4);
}

.ihracaat ul {
  column-count: 5;
}

.ihracaat ul li {
  margin-bottom: 6px;
  border: 1px solid #f0eae2;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
}