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


:root {
  --color: #0E1522;
}

body {
  background-color: var(--color);
  font-family: "sofia-pro", sans-serif;
  color: white;
  font-weight: 300;
}


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

h1,h2,h3,h4,h5,h6 {
font-weight: 400;
letter-spacing: 1px;
line-height: 1;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
}
p, li, td, th {
  line-height: 1.5;
  font-size: 14px;
  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: 86px;
}
.video-section {
  height: calc(100vh - 104px);
  overflow: hidden;
}

.video-container {
  width: 100%;
  height: 100%;
}

.background-video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.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-primary {
  background: transparent linear-gradient(101deg, #2D7188 0%, #1A223D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px;
  border: 0px;
  font-size: 14px;
  padding: 13px 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
} 
.btn-primary:hover {
  background: white;
  color: #0E1522; 
}
.nav-link {
  padding: 0px 25px !important;
  font-weight: 500;
}
.navbar-nav li:last-child a {
  padding-right: 0px !important;
}


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

.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 */



.partn img {
  max-height: 25px;
}
.list {
  padding-left: 15px;
}
.list li {
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}

.list li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: -15px;
  font-size: 16px;
  display: inline-block;
}
.lb {
  max-width: 200px;
}
.logo-f {
  max-width: 86px;
}
.line {
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.1);
}
.form-back {
  background: transparent linear-gradient(101deg, #2D7188 0%, #1A223D 100%) 0% 0% no-repeat padding-box;
  padding: 30px;
}
.istyle {
  background: transparent linear-gradient(101deg, #2D7188 0%, #1A223D 100%) 0% 0% no-repeat padding-box;
  padding: 10px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
  margin-right: 10px;
}
textarea {
  height: 80px;
}
.form-label {
  width: 100%;
}
.form-control {
  border-radius: 0px;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0px;
  margin-bottom: 5px;
  color: white !important;
  font-size: 14px;
}
.form-control:focus {
  background-color: transparent;
}
::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.form-check {
  padding-left: 10px;
  margin-bottom: 20px;
}
.form-check p {
  font-size: 10px;
}
.form-check a {
  color: white;
}
.btn-primary:active, .btn-primary:first-child:active, :not(.btn-check)+.btn-primary:active {
  background: white !important;
  color: var(--color) !important;
  border: 0px !important;
}
.custom-page a {
  color: white !important;
}


.wpcf7 p {
  margin-bottom: 0px !important;
}
.navbar {
  padding: 0px;
}
.sec2 {
  background-position: center;
  background-size: cover;
}
.wpcf7 .btn-primary {
  background: var(--color);
  color: white;
}
.wpcf7 .btn-primary:hover {
  background: white;
  color: var(--color);
}
.offcanvas {
  background-color: var(--color) !important;
}
.offcanvas .nav-link {
  padding: 0px !important;
  margin-bottom: 20px !important;
  font-size: 18px !important;
}
.btn-close-white {
  opacity: 1 !important;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.8em;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.wpcf7-list-item label, .form-check-label, .form-check-input {
  cursor: pointer !important;
}
.form-check-input:checked {
  background-color: black !important;
    border-color: black !important;
}
.form-check-input:focus {
  box-shadow: none !important;
}

@media (max-width: 1497px) {
  .lang-item {
    display: flex;
        justify-content: end;
  }
}
/* 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) {

}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .video-section {
    height: 80vh;
}
.lang-switch {
  font-size: 16px;
}
}

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

}

