/*
 Theme Name: destiny
 Author:
 Version: 1.0
 */


:root {
  --bs-border-color:  #e4e4e4;
  --color: #060F60;

}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
color: black;
}
.admin-bar {
  padding-top: 32px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700 !important;
  line-height: 1 !important;
}
p, li {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.5;
}
strong {
  font-weight: 600 !important;
}



.top p, .top a {
  font-size: 14px;
  color: black;
  text-decoration: none;
}
.top i {
  color: var(--color);
}

/* lang */

.lang-switch {
  text-transform: uppercase;
padding: 0px;
  font-weight: 600;

}
.lang-switch img {
  border-radius: 100px;
  height: 20px !important;
  width: 20px;
  position: relative;
  top: -2px;
  border: 1px solid var(--color);
  padding: 1px;
  margin-left: 8px;
  margin-right: 3px;
}
.lang-s {
  width: 16px;
  display: inline-block;
}
.lang .dropdown-item:hover {
  text-decoration: none !important;
background-color: transparent;
color: var(--color) !important;
}
.lang .dropdown-item:hover span {
  color: var(--color) !important;
}
.lang-switch:hover {
  color: var(--color);
}
.dropdown-menu.lang-switch.show {

  padding-bottom: 7px;
  background-color: transparent;
  border: 0px;
}
.dropdown-menu.lang-switch .lang-item {

  justify-content: end;
  display: grid;

}
.dropdown-menu.lang-switch .dropdown-item {
  display: flex;
  align-items: center;
  text-decoration: none; 
  padding: 2px 13px;
  background-color: white;
  border-radius: 8px;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 600;
}
.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;
}

/* lang */

.back {
  background-size:cover;
  position: absolute;
  background-position: top;
  width: 100%;
  height: 100%;
  z-index: -1;
  min-height: 900px;
}

.btn1 {
  background-color: var(--color);
  color: white;
  font-weight: 600;
  padding: 10px 23px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #0000000D;
  border: 2px solid var(--color);
  display: block;
  width: fit-content;
  font-size: 16px;
  cursor: pointer;
}
.btn1:hover {
  background-color: white;
  color: black;
}
.btn2 {
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 10px 23px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #0000000D;
  border: 2px solid white;
  display: block;
  width: fit-content;
  font-size: 16px;
}
.btn2:hover {
  background-color: white;
  color: black;
  border: 2px solid var(--color);
}

.nav-link {
  color: black;
  font-weight: 600;
  padding: 6px 17px !important;
  font-size: 16px;
}
.navbar-nav .dropdown-menu {
  background-color: var(--color);
  border: 10px solid var(--color);
  margin-left: -9px;
  border-radius: 10px;
}
.dropdown-menu li a {
  color: white;
  font-weight: 600;
  border-radius: 9px;
}
.navbar-toggler span {
  margin: 0 auto;
    display: block;
    background-color: var(--color);
    height: 3px;
    width: 30px;
    margin-top: 2px;
    margin-bottom: 6px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform-origin: center left;
    border-radius: 100px;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-toggler {
  border: 0px;
}
.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%, 33%) rotate(-45deg);
}
.inner-hero {
  background-color: white;
}
.hero h1 span {
  color: var(--color);
}
.destiny {
  bottom: -40px;
  width: 80%;
  max-width: 595px;
}
.pbig {
  font-size: 19px;
}
.h-left {
  padding-top: 35px;
  padding-bottom: 140px;
}
.sec-light {
  background-color: white;
}
.ic1 h4 {
  color: var(--color);
}
.title h2 span {
  color: var(--color);
}
.sec-back {
  background-size: cover;
  background-position: bottom;
}
.sb2 {
  background-position: top;
}
.sec2 h4 span {
  color: var(--color);
}
.s2 a {
  color: black;
}
.a-black {
  color: black;
}
.overlay1 {
  background-color: rgba(6, 15, 96, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.about-back {
  background-size: cover;
  background-position: center;
  color: white;
}
.sec2 h5 {
  color: var(--color);
}
.point {
  margin-bottom: 10px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  background-color: var(--color);
  border: 4px solid var(--bs-border-color);
  z-index: 3;
  position: relative;
}
.line {
  border-bottom: 1px solid var(--bs-border-color);
  margin-top: -21px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  width: 110%;
}
footer i {
  color: var(--color);
}
footer a {
  text-decoration: none;
  font-size: 14px;
  color: black;
}
footer h5 {
  margin-top: 32px;
  margin-bottom: 15px;
}
.form label {
  width: 100%;
}
.form-control {
  background-color: transparent;
    border: 0px;
    border-bottom: 1px solid var(--bs-border-color);
    border-radius: 0px;
    padding: 10px 0px;
    margin-bottom: 5px;
    font-size: 14px;
}
textarea {
  height: 150px; 
}
::placeholder {
  color: #c2c2c2 !important;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--bs-border-color);
}
.form-check {
  padding-left: 10px;
}
.form-check-input:checked {
  border-color: var(--color);
  background-color: var(--color);
}
.form-check-input:focus {
  box-shadow: none;
}
.wpcf7-response-output {
  margin: 0px !important;
  border-radius: 11px;
  font-size: 13px;
  padding: 10px !important;
}
.copy p, .copy a{
  font-size: 12px;
  color: black;
}
.hero ul {
  padding-left: 16px;
}
.inner-hero {
  padding-bottom: 0px !important;
}
.dkto img {
  height: 70px;
}
.img-st img {
  width: 90%;
  margin-top: -140px;
  border-radius: 42px;
  min-height: 700px;
  object-fit: cover;
}
.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: center;
  min-height: 400px;
  height: 100%;
}
.minh {
  min-height: 500px;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-content {
  border: 0px;
  padding: 30px;
  border-radius: 25px;
}
.lead-form h3 span {
  color: var(--color);
}
.accept2 label {
  font-size: 11px;
}
.wpcf7-spinner {
  position: absolute !important;
}
.accept2 .form-check-input {
  width: 15px;
  height: 15px;
  margin-left: -25px;
  margin-top: 2px;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
}




@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: 50%;
    margin-left: auto;
    width: auto;
 }
}



@media (min-width: 1450px) {
  .dropdown-menu.lang-switch .lang-item {
    justify-content: start;
    margin-left: -15px;
  }
}

@media (max-width: 1200px) {
  .nav-link {
    padding: 6px 10px !important;
  }
  .ovh {
    overflow: hidden;
  }
}

@media (max-width: 992px) {

.navbar-nav {
  padding-top: 15px;
} 
.navbar-nav a {
  color: black !important;
}
.dropdown-menu .navbar-nav  {
  padding-top: 0px !important;
}
.dropdown-menu a {
  color: white !important;
}
  .h-left {
    padding-top: 0px;
    padding-bottom: 30px;
}
  .navbar {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .navbar-nav .dropdown-menu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: fit-content;
  }
  .logo {
    max-width: 220px;
  }
  .line {
    width: 100%;
  }
  .nav-link {
    font-size: 20px;
  }
  .dropdown-menu li a {
    font-size: 20px;
  }

}

@media (max-width: 768px) {
  .inner-hero li {
    text-align: left !important;

}
  .inner-hero {
    text-align: center;
  }
  .inner-hero a {
    margin: 0 auto;
  }
  .inner-hero a:first-child {
    margin-bottom: 15px;
  }
  .seb .col-md-3 {
    border: 0px !important;
  }
  .copy {
    text-align: center;
  }
  .copy .col-md-6:first-child {
    margin-bottom: 10px;
  }
  .copy .col-md-6:first-child a {
    display: block;
  }
}