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

:root {
  --color1: #ec91b1;
  --color2: #0068a1;
  --color3: #cdaad1;
  --color4: #ffdd95;
  --color5: #b1ded3;
}
.color-3 {
  color: var(--color3);
}
.color-4 {
  color: var(--color4);
}
.color-5 {
  color: var(--color5);
}
.color1 {
  background-color: var(--color5);
}
.color2 {
  background-color: var(--color1);
}
.color3 {
  background-color: var(--color3);
}
.color4 {
  background-color: var(--color4);
}

body {
  font-family: "Dosis", sans-serif;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  line-height: 1.2;
}
.font-dreamboat {
  font-family: "dreamboat", sans-serif;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 16px;
}
p,
li,
td,
th {
  line-height: 1.5;
  font-size: 16px;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}

/* form */
.form-label {
  width: 100%;
}
textarea {
  height: 80px;
}
.form-control {
  border: 0px;
  border-radius: 0px;
  padding: 5px 0px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 6px;
  color: black;
  background-color: transparent;
  color: white !important;
}
::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
}
.form-check-input {
  border-radius: 0px !important;
  margin-left: -1.9rem !important;
  width: 1.7em !important;
  height: 1.7em !important;
  cursor: pointer !important;
}
.form-check-input:checked {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
.wpcf7-list-item-label {
  cursor: pointer !important;
}
.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accept p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.accept a {
  font-size: 11px !important;
  color: white !important;
}
.accept {
  margin-top: -15px;
  margin-bottom: 30px;
}
.wpcf7-spinner {
  position: absolute !important;
}
/* form */

/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: white;
  height: 2px;
  width: 31px;
  margin-top: 9px;
  border-radius: 2px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2sease-out;
  transform-origin: center left;
  margin-left: auto;
}
.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, -23%) rotate(-45deg);
  width: 100% !important;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar {
  padding: 0px !important;
}

/* ------------------------- MOBILE BURGER ------------------------- */
/* lang */

.lang-switch {
  text-transform: uppercase;
  padding: 0px;
  font-weight: 500;
  font-size: 14px;
  margin-left: 50px;
  color: white;
}
.lang-switch img {
  border-radius: 100px;
  height: 17px !important;
  width: 17px !important;
  position: relative;
  top: -2px;
  border: 2px solid #e5e5e5;
  margin-left: 8px;
  margin-right: 3px;
}
.lang-s {
  width: 14px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.lang .dropdown-item:hover {
  text-decoration: none !important;
  background-color: transparent;
}
.lang .dropdown-item:hover span {
  color: var(--color2) !important;
}

.dropdown-menu.lang-switch.show {
  padding-bottom: 7px;
  background-color: transparent;
  border: 0px;
}
.colors div {
  height: 20px;
  width: 25%;
}

.dropdown-menu.lang-switch .dropdown-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 2px 13px;
  color: white;
  width: 70px;
  border-radius: 7px;
  padding-left: 8px !important;
  padding-bottom: 3px !important;
  padding-top: 5px !important;
  margin-left: -11px;
  font-size: 14px;
}
.dropdown-menu.lang-switch .lang-s {
  margin-right: 3px;
}
.dropdown-menu.lang-switch img {
  width: 20px;
  height: auto;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: 1px solid transparent !important;
}
.menu .lang-item {
  padding-right: 0px !important;
}

/* lang */

/* Custom dropdown icon */
.dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle {
  position: relative;
  padding-right: 1.5rem !important;
}

.dropdown-toggle::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.dropdown-toggle[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}
.nav-link {
  font-weight: 500;
  color: white;
  padding: 0px 20px !important;
  text-transform: uppercase;
  font-size: 14px;
}
.nav-link:hover {
  text-decoration: none !important;
  color: var(--color1) !important;
}
.navbar-nav li:last-child .nav-link {
  padding-right: 0px !important;
}
.navbar-nav .dropdown-toggle {
  padding-right: 27px !important;
}
.social-icon {
  background-color: var(--color1);
  color: white;
  width: 40px;
  height: 40px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  font-size: 14px;
}

header {
  position: relative;
  z-index: 100;
}
.logo {
  max-width: 220px;
}
.offcanvas-title {
  font-size: 20px;
  font-weight: 500;
}

.btn-close {
  opacity: 1;
}
.navbar-nav .dropdown-menu {
  position: static;
  margin-left: 6px;
  margin-top: 7px;
  border: 0px;
  box-shadow: 0px 0px 15px #0000001a;
}
.nav-link:hover {
  color: black;
  text-decoration: underline;
}
.hero {
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      180deg,
      var(--color2) 0%,
      rgba(41, 53, 86, 0) 85%
    ),
    linear-gradient(0deg, var(--color2) 0%, rgba(41, 53, 86, 0) 25%);
}
.hero-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .container-xxl {
  position: relative;
  z-index: 1;
}
.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 100px;
  text-decoration: none;
  width: fit-content;
  transition: 0s !important;
  box-shadow: 0px 0px 15px #00000029;
  border: 0px;
}
.btn-primary {
  background-color: var(--color1);
  color: white;
}
.btn-secondary {
  background-color: white;
  color: black;

  font-size: 16px;
}
.btn-secondary:hover {
  background-color: var(--color1);
}
.bg-dark .btn-primary:hover,
.bg-primary .btn-primary:hover {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.btn-primary:hover {
  background-color: white;
  color: black;
}
.bg-secondary {
  background-color: var(--color2) !important;
}
.btn-primary-outline {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 100px;
  text-decoration: none;
  width: fit-content;
}
.bg-dark .btn-primary-outline:hover {
  background-color: var(--color);
  color: white;
  border: 1px solid var(--color);
}
.btn-primary-outline:hover {
  background-color: var(--color);
  color: white;
  border: 1px solid var(--color);
}
.text-light {
  color: var(--color) !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 14px;
  padding: 20px;
  border-radius: 15px;
}

.box {
  background-color: var(--color2);
  border-radius: 20px;
  display: block;
  border: 1px solid var(--color2);
  padding: 30px;
}

.box:hover {
  border: 1px solid var(--color);
}
.bc1 p {
  border-radius: 100px;
  border: 1px solid #252623;
  padding: 4px 15px;
}
.overlay2 {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 17%,
    rgba(0, 0, 0, 0) 100%
  );
}
.sec2 {
  height: 500px;
}
.sec2 video {
  object-position: center;
}
.bg-light {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(202, 201, 203, 1) 100%
  );
}
.bg-primary {
  background-color: var(--color1) !important;
}
.companies-logos img {
  max-height: 41px;
  max-width: 150px;
  object-fit: contain;
}
.companies-logos i {
  font-size: 30px;
  margin: 0px 15px;
}
footer .logo {
  max-width: 240px;
}
footer .social-icon {
  background-color: var(--color1);
  color: white;
  border: 1px solid var(--color1);
}
.fw-bold {
  font-weight: 600 !important;
}
.nav-link:focus {
  color: white !important;
}
.line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
}
.links a:hover {
  text-decoration: underline !important;
}

.copy p,
.copy a {
  font-size: 10px;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: top;
  min-height: 500px;
  height: 100%;
}
.bg-dark {
  background-color: var(--color) !important;
}
.img-1 {
  z-index: 1;
  position: absolute;
  height: 122%;
  object-fit: cover;
  object-position: center;
}
.overlay3 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to bottom,
      var(--color) 10%,
      rgba(31, 58, 147, 0) 100%
    ),
    linear-gradient(to left, var(--color) 40%, rgba(31, 58, 147, 0) 100%);
}
@media (min-width: 1800px) {
  .img-1 {
    z-index: 1;
    position: absolute;
    height: 200%;
    object-fit: cover;
    object-position: center;
    margin-top: -120px;
  }
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 60%;
    margin-left: auto;
    width: auto;
  }
}

/* Custom list styling with Bootstrap Icons */
.list {
  list-style: none;
  padding-left: 0;
}

.list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list li::before {
  content: "\F26B";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: -4px;
  color: var(--color2);
  font-size: 20px;
}
.text-justify {
  text-align: justify;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa !important;
  color: black !important;
}
.custom-page a {
  color: black !important;
}
.sticky {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  background-color: white;
}
.sticky .logo {
}
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.34);
}

.sticky.visible {
  transform: translateY(0);
}

.home .header-main {
  background-image: none;
}
.wak {
  position: relative;
  top: -6px;
}
.ic-om {
  max-width: 50px;
  float: left;
  position: relative;
  top: 4px;
}
.rbb {
  border-top-left-radius: 30px;
}

.nav-pills .nav-link {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 13px 28px !important;
  border-radius: 100px;
  margin: 5px;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 16px;
  transition: 0s;
  text-transform: initial;
}
.nav-pills .nav-link.active {
  background-color: white;
  color: black !important;
}
.nav-pills .nav-link:hover {
  background-color: white;
  color: black !important;
}
.tab-content {
  max-width: 578px;
  display: block;
  margin: 0 auto;
}

.border-bottom,
.border-end {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.dropdown-header {
  font-weight: 600;
  color: black;
}
.about2 {
  margin-top: -40px;
}
.ob2 .img-1 {
  height: 146%;
}
.tab-content img {
  max-height: 74px;
  height: 100%;
}

:not(.btn-check) + .btn-secondary:active {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
:not(.btn-check) + .btn-primary:active {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: black !important;
}
.bg-dark :not(.btn-check) + .btn-primary:active {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}
.text-primary {
  color: var(--color1) !important;
}
.mt-custom {
  margin-top: 200px;
}
.img-m {
  object-fit: cover;
  max-height: 700px;
}
.page-template-default header {
  background-color: var(--color2);
}
.custom-page {
  padding-top: 150px !important;
}
@media (min-width: 1400px) {
  .max {
    max-width: 660px !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1400px) {
}

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

/* Large devices (desktops) */
@media (max-width: 992px) {
  .mt-custom {
    margin-top: 100px;
  }
  .dropdown-header {
    padding: 0px;
    font-size: 18px;
    padding-bottom: 7px;
  }
  .about,
  .about2 {
    margin-top: 0px;
  }
  .nav-link {
    padding: 0px 0px !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }
  .navbar-nav .dropdown-menu {
    margin-left: 0px;
    margin-bottom: 10px;
    box-shadow: none;
    padding: 0px !important;
  }
  .dropdown-item {
    font-size: 14px;
    padding: 0px !important;
    margin-bottom: 10px !important;
  }
  .hero {
    min-height: 0px;
  }
  .companies-logos img {
    max-height: 41px;
    max-width: 107px;
  }
  .ic-om {
    max-width: 40px;
    float: left;
    position: relative;
    top: 4px;
  }
}

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

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