@font-face {
  font-family: 'Wondra';
  src: url('../fonts/WondraRegular.woff2') format('woff2'),
    url('../fonts/WondraRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sink';
  src: url('../fonts/SinkRegular.woff2') format('woff2'),
    url('../fonts/SinkRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
  background-color: #585858;
}

html,
body {
  overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sink';
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-family: Helvetica;
}

#home {
  padding-top: 0px;
  position: relative;
  z-index: 0;
}

#home h1 {
  font-size: 90px;
}

#home h1 span {
  font-size: 70px;
  font-family: 'Wondra';
}

section {
  padding: 50px 20px;
  z-index: 1;
  position: relative;
}

#home h1 {
  color: #fff;
  text-shadow: 3px 3px 3px #0004;
  line-height: 60px;
  margin-bottom: 20px;
  ;
}

#home p {
  color: #fff;
  text-shadow: 3px 3px 5px #242424;
  mix-blend-mode: difference;
}

#about-us {
  background-color: #fff;
}

#ebooks {
  background-color: #cecece;
}

#contact {
  background-color: #fff;
}

.margin-video {
  z-index: 1000;
  position: relative;
  padding-top: 50px;
}

#homeVideo {
  width: -webkit-fill-available;
  position: absolute;
  z-index: 0;
  min-height: 100%;
  bottom: 0;
}

.logo-home {
  max-width: 450px;
  margin-bottom: 10px;
  margin-left: -80px;
}

#homeVideoMob {
    width: 150%;
    position: absolute;
    z-index: 0;
    height: auto;
    bottom: 0;
}

button {
  font-family: 'Wondra';
  background-color: #ffff;
  color: #242424;
  border: 0px;
  padding: 10px 25px 10px 25px;
  font-size: 14px;
}

.btn-black {
  font-family: 'Wondra';
  background-color: #242424;
  color: #fff;
  border: 0px;
  padding: 10px 25px 10px 25px
}

.nav-link {
  font-family: 'Wondra';
}

.logo {
  width: 250px;
}

.photosCarousel {
  margin-top: 50px
}

.photosCarousel img {
  filter: grayscale(1);
}

.photosCarousel img:hover {
  filter: grayscale(0);
}

section {
  scroll-margin-top: 100px;
}

#self-defence {
  background-color: #242424
}

#self-defence hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  border-top: 2px solid #fff;
}

#self-defence h1 {
  color: #fff;
}

#bully-prevention {
  background: #2475e1;
  background-size: cover;
  padding-top: 0px;
}

#bully-prevention h1 {
  color: #fff;
}

h1 {
  font-size: 3.5rem;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

#self-defence p {
  color: #fff;
}

#self-defence h2 {
  color: #fff;
}

.nav-link {
  font-size: 14px;
}

#lifestyle .col-md-4 {
  border: 1px solid #000;
  background-color: #fff1;
  backdrop-filter: blur(23px);
  padding: 20px 40px;
}

#kidsEmpowering {
  scroll-margin-top: 100px;
}

#lifestyle h2 {
  margin-top: 20px;
  color: #fff;
  text-shadow: 2px 2px 5px #0008;
  font-size: 27px;
}

#lifestyle {
  background: url('../images/bg-lifestyle.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0% -20%;
  scroll-margin-top: 220px;
}

.cont-woman {
  margin-top: -250px;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
}

#military {
  background: url('../images/bg-militar.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  scroll-margin-top: 80px;
}

#military h1 {

  color: #fff;
  text-shadow: 2px 2px 5px #0008;
}

#womenSelfVideo {
  width: -webkit-fill-available;
  position: absolute;
  z-index: 0;
  min-height: 100%;
  bottom: 0;
}

/* CSS Document */

/******* Common Element CSS Start ******/
* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

.main-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}

.main {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;
}

.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 3px solid #008ec7;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}

.icon-block {
  width: 64px;
  height: 64px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: linear-gradient(180deg, #008ec7 0%, #008ec7 100%);
  -webkit-background-image: linear-gradient(180deg, #008ec7 0%, #008ec7 100%);
  box-shadow: 0 2px 4px 0 #008ec7;
  -webkit-box-shadow: 0 2px 4px 0 #008ec7;
}

.icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 3px solid #008ec7;
  border-radius: 50%;
}

.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
  max-width: 200px;
}

.form-control {
  border-radius: 0px;
  margin-top: 20px;
}

.icon-woman {
  width: 80px;
  margin-bottom: 20px;
  display: inline-block;
  filter: drop-shadow(3px 3px #0003);
}

#woman-selfdef h3 {
  vertical-align: -webkit-baseline-middle;
  margin-left: 10px;
  text-shadow: 3px 3px 3px #0003;
}

#woman-selfdef h1 {

  text-shadow: 3px 3px 3px #0003;
}

#woman-selfdef p {
  font-weight: 900;
  text-shadow: 3px 3px 3px #0003;
}

#woman-selfdef li {
  font-weight: 900;
  text-shadow: 3px 3px 3px #0003;
}
#kidsEmpowering {
  margin-top: -91px;position: relative;z-index: 3;
}
/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }

  to {
    -webkit-transform: rotate(-405deg);
  }
}

@media (max-width: 900px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .logo-home {
    max-width: 450px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .cont-woman {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    position: relative;
  }

  .bg-pink-mob {
    background-color: #fe7dc5;
    color: #fff;
  }

  #lifestyle .col-md-4 {
    border: 1px solid #000;
    background-color: #fff1;
    backdrop-filter: blur(2px);
    padding: 20px 20px;
  }

  #lifestyle h2 {
    margin-top: 0px;
    ;
  }

  #lifestyle .col-md-4 p {
    margin-bottom: 0px;
  }

  h1 {
    font-size: 46px;
  }

  #lifestyle {
    background: url('../images/bg-lifestyleMob.jpg') scroll;
    background-size: contain
  }
  #kidsEmpowering {
    margin-top: 0px;
    background-color: #242424;
  }
}