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


:root {
  --color: #5E3469;
  --color2: #CB98C6;
}

body {
  font-family: futura-pt, sans-serif;
  color: white;
}

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

h1,h2,h3,h4,h5,h6 {
font-weight: 600 !important;
letter-spacing: 1px;
line-height: 1;
font-family: lust-sans, sans-serif;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
}
p, li, td, th {
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.5px;
}


/* ------------------------- 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;
}

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

.logo {
  max-width: 150px;
}



.cky-btn-revisit-wrapper {
  display: none !important;
}
.overlay {
  background: linear-gradient(to top, #0E1522 0%, rgba(14, 21, 34, 0.7) 50%, rgba(14, 21, 34, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  transition: 0s;
}
.btn-primary {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid white;
  font-size: 12px;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
} 
.btn-primary:hover {
  background: white;
  color: #0E1522; 
  border: 1px solid white;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: white !important;
  color: black !important;
}
.nav-link {
  padding: 0px 20px !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-nav li:last-child a {
  padding-right: 0px !important;
}
.wpcf7-not-valid-tip {
  color: #ff8888 !important;
  font-size: 12px !important;
}
.wpcf7-spinner {
  position: absolute !important;
  margin-top: 46px !important;
  margin-right: 0px !important;
}


/* lang */

.lang-switch {
  text-transform: uppercase;
padding: 0px;
  font-weight: 500;
  font-size: 14px;
  margin-left: 38px;
  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;
}
.lang .dropdown-item:hover {
  text-decoration: none !important;
background-color: transparent;

}
.lang .dropdown-item:hover span {
  color: var(--color2) !important;
}
.lang {
  line-height: 1;
}

.dropdown-menu.lang-switch.show {

  padding-bottom: 7px;
  background-color: transparent;
  border: 0px;
}

.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: 10px !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 */

.sec1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.overlay {
  background: linear-gradient(to bottom, var(--color) 0%, transparent 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
header {
  z-index: 100;
}
.h-social a {
  color: var(--color2);
  font-size: 25px;
}
.page-template-home header {
  position: absolute;
  width: 100%;
}
.text-primary {
  color: var(--color) !important;
}
.text-secondary {
  color: var(--color2) !important;
}
.pt-cus {
  padding-top: 250px;
}
.bg-secondary {
  background-color: var(--color2) !important;
}
.img-half {
  background-size: cover;
  background-position: center;
}
.bg-primary {
  background-color: var(--color) !important;
}
.fs-7 {
  font-size: 12px !important;
}
footer p {
  line-height: 1.8 !important;
}
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.page-template-default header {
  background-color: var(--color) !important;
}
.custom-page a {
  color:black;
}
.accept {
  font-size: 11px;
    max-width: 350px;
    margin-left: auto;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
}
.form-control {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid white !important;
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  color: white !important;
  border-radius: 0px;
  padding: 5px 0px;
}
::placeholder {
  color: white !important;
}
.form-control:focus {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-check-input {
  width: 15px;
  height: 15px;
  border-radius: 0px !important;
  background-color: transparent !important;
  border-color: white !important;
}
.form-check-input:checked {
  box-shadow: none !important;
  outline: none !important;
}
.wpcf7-list-item label {
 cursor: pointer !important;
}
.form-check .form-check-input {
  margin-left: -24px !important;
}
.lang-switch {
  text-decoration: none !important;
}
.lang-switch:hover { 
  text-decoration: none !important;
  color: white !important;
}
.nav-link:hover {
  color: var(--color2) !important;
}

@media (min-width: 1400px) {
  .max {
      max-width: 660px !important;
  }
}


@media (max-width: 1497px) {
  .lang-item {
    display: flex;

  }
}
/* 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) {
  .logo {
    max-width: 100px;
  }
  .lang-item {
    display: flex;
    justify-content: end;
}
.nav-link {
  padding: 0px 0px !important;
 margin-bottom: 15px;
  font-size: 16px;
}
.offcanvas-body {
  padding-top: 0px !important;
}
.pt-cus {
  padding-top: 150px;
}
.accept {

  margin: 0 auto !important;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}
.form-control {
  text-align: center !important;
}
}

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


}

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

}

