/*
 Theme Name: delecta
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #b1191d !important;
  --bs-primary-rgb: 177, 25, 29 !important;
  --bs-secondary: #fcd200 !important;
  --bs-secondary-rgb: 252, 210, 0 !important;
}

body {
  color: white;
  font-family: "Poppins", sans-serif;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  font-family: "spirits-neutral", serif;
  letter-spacing: 1px;
  -webkit-text-stroke: 20px var(--bs-primary);
  paint-order: stroke fill;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 15px;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.custom-container {
  max-width: 1920px;
  margin: 0 auto;
}
.header {
  min-height: 193px;
  background-size: cover;
  background-position: bottom center;
  z-index: 99;
  position: relative;
}
.sec1 {
  min-height: 1000px;
  background-size: cover;
  background-position-y: -146px;
  margin-top: -70px;
  overflow: hidden;
  clip-path: ellipse(116% 68% at 96% 31%);
}
.table {
  margin-bottom: -120px;
  min-width: 1500px;
}
.ania {
  max-width: 900px;
  margin-left: 17%;
  position: absolute;
  bottom: 16%;
  z-index: 999;
}
.sec2 {
  margin-top: -90px;
  z-index: 99;
  position: relative;
}
@media (min-width: 1800px) {
  .table {
    margin-bottom: -215px;
  }
}
@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
  .ania {
    max-width: 800px;
  }
  .table {
    left: 0px;
    min-width: 1400px;
  }
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .sec1 {
    clip-path: ellipse(200% 68% at 96% 31%);
    min-height: 850px;
    background-size: cover;
    background-position: 0px;
  }
  .ania {
    max-width: 81%;
    margin-left: 5%;
    bottom: 10%;
  }
  .table {
    left: 0px;
    min-width: 900px;
    margin-bottom: -38px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
