/*

color:rgb(77,21,42)
color2:rgb(221,30,54)

*/

@import url("//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Montserrat", sans-serif !important;
}
.noscroll{
  overflow: hidden;
}
.html {
  scroll-behavior: smooth;
}
.section-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-card-bg {
  background: rgb(77, 21, 42);
  background: linear-gradient(
    90deg,
    rgba(77, 21, 42, 1) 0%,
    rgba(221, 30, 54, 1) 100%
  );
}

div#dnld-mob {
  position: absolute;
  bottom: 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  display: none;
}
div#dnld-mob a img {
  width: 150px;
}
.base-card-bg-180 {
  background: rgb(77, 21, 42);
  background: linear-gradient(
    180deg,
    rgba(77, 21, 42, 1) 0%,
    rgba(221, 30, 54, 1) 100%
  );
}

.base-card-bg-270 {
  background: rgb(77, 21, 42);
  background: linear-gradient(
    270deg,
    rgba(77, 21, 42, 1) 0%,
    rgba(221, 30, 54, 1) 100%
  );
}
#mobmenu{
  display: none;
}
#mobmenu{
  transition: .6s;
}
#mobmenu.opened{
  display: block;
}
.slides{
  position: relative;
}
.slider-title-header {
  height: 50%;
  top: 0;
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 25px;
}
.carousel-inner.nospy {
  background: linear-gradient(
      90deg,
      rgba(124, 82, 98, 0.5) 0%,
      rgba(221, 30, 54, 0.5) 100%
    ),
    url(../wp-content/uploads/2019/08/spy-photography-camera-surveillance-ClearanceJobs-720x460.jpg);
  background-size: cover;
  height: 100vh;
}
.carousel-inner.noadd {
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.8) 0%,
      rgba(221, 30, 54, 0.8) 100%
    ),
    url(../images/noadd.jpg);
    background-size: cover;
  height: 100vh;
}
.carousel-inner-no-add {
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.5) 0%,
      rgba(221, 30, 54, 0.5) 100%
    ),
    url(../content/uploads/2021/04/b/f/pexels-andrea-piacquadio-3807738-scaled.jpg);
  background-size: cover;
  height: 100vh;
}
.full {
  width: 100%;
  height: 100vh;
}

.th1 {
  font-weight: 700;
}
.th2 {
  font-weight: 900;
}
.square-dot {
  width: 10px;
  height: 10px;
  background: #fff;
}
.title-header {
  font-size: 5vmax;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.p-relative {
  position: relative;
}
.key-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.the-key-card {
  width: 350px;
}
#persona-desc{
  width:80%;
  text-align:center;
}
.thekeycode {
  color: #fff;
  text-align: center;
  font-size: 25px;
  min-width: 340px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#changethewords:before {
  content: attr(data-before);
  word-break: break-all;
  opacity: 0.8;
}
#changethewords:after {
  content: attr(data-after);
  word-break: break-all;
  opacity: 0.8;
}
.hid {
  overflow: hidden;
}
.the-message {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5vmax;
  font-weight: 700;
}

.anim {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* hide content */
  transition: opacity 2s;
}
.anim.visible {
  opacity: 1;
}

#myn-header {
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  opacity: 1;
  transition: all 0.3s ease-in;
  z-index: 16;
}
.menu-list {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.menu-ul {
  list-style-type: none;
  background: #fff;
  padding: 5px;
  margin-bottom: 5px;
}
.menu-ul li {
  display: inline-block;
  border-right: 2px solid;
  color: #000;
  background-color: #fff;
  padding-right: 12px;
  padding-left: 12px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
.menu-ul li:last-child {
  border-right: none;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}
.bg-line {
  width: 35px;
  height: 4px;
  background-color: #fff;
  margin: 6px 0;
}
#no_add_section {
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.5) 0%,
      rgba(221, 30, 54, 0.5) 100%
    ),
    url(../wp-content/uploads/2019/08/spy-photography-camera-surveillance-ClearanceJobs-720x460.jpg);
  background-size: cover;
  height: calc(100vh - 70px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-item {
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.5) 0%,
      rgba(221, 30, 54, 0.5) 100%
    ),
    url(../wp-content/uploads/2019/08/spy-photography-camera-surveillance-ClearanceJobs-720x460.jpg);
  background-size: cover;
  height: calc(100vh - 70px);
  position: relative;
  justify-content: center;
  align-items: center;
}
.slide-item.active {
  display: block !important;
}
#myCarousel {
  height: 100vh;
  width: 100%;
}
.logo-txt {
  margin-left: 20px;
  color: #fff;
  font-size: 3vmax;
  font-weight: 900;
  letter-spacing: 0px;
}
.inline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-1 {
  opacity: 1 !important;
}
#the-envelop {
  position: relative;
  perspective: 1000px;
  overflow: hidden;
  background: black;
}

.item .bannerover{
}
.topflip {
  position: absolute;
  width: 100%;
  height: 50%;
  background: rgba(77, 21, 42, 1);
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px 0px 50% 50%;
  transform-origin: top;
  transition: 5s;
  box-shadow: 0px 11px 12px -3px rgb(0 0 0 / 50%);
}
.topflip.fliped {
  transform: rotateX(360deg);
}
.leftflip {
  position: absolute;
  width: 50%;
  height: 70%;
  background: transparent;
  top: 30%;
  left: 0;
  transform-origin: left;
  transition: 5s;
  background: linear-gradient(
    90deg,
    rgba(77, 21, 42, 1) 0%,
    rgba(148, 24, 47, 1) 100%
  );
}
.leftflip.lose {
  box-shadow: -14px -4px 24px 15px #000;
  border-radius: 0px 27px 0px 0px;
}
.leftflip.fliped {
  transform: rotateY(-360deg);
  transform-style: preserve-3d;
}
.rightflip {
  position: absolute;
  width: 50%;
  height: 70%;
  background: transparent;
  top: 30%;
  right: 0;
  transform-origin: right;
  transition: 5s;
  background: linear-gradient(
    90deg,
    rgba(148, 24, 47, 1) 0%,
    rgba(221, 30, 54, 1) 100%
  );
}
.rightflip.lose {
  box-shadow: 14px -4px 24px 15px #000;
  border-radius: 27px 0px 0px 0px;
}
.rightflip.fliped {
  transform: rotateY(360deg);
  transform-style: preserve-3d;
}
.backcard {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateZ(-400px) scale(0.4);
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.download-app img {
  width: 150px;
  margin: 10px;
}
.download-app {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.backcard.revealed {
  transform: translateZ(0) scale(1);
  z-index: 2;
}
#download{
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  border-radius: 10px;
  z-index: 20;
  opacity: 0;
  transition: all .6s ease-in;
  background-color: rgb(255,255,255,.5);

}
#download-2{
  padding: 20px;
  border-radius: 10px;
  z-index: 20;
  opacity: 1;
  transition: all .6s ease-in;
  background-color: rgb(255,255,255,.9);
  width:450px;
  margin: auto;
  transform: scale(.8);
}
.dnld-btns{
  display: flex;
}

#download.inv{
  opacity: 1;
  transform: scale(0.8);
}
.sticker {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 35px);
  left: calc(50% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #fff;
  border-radius: 50%;
  transition: transform 0.5s ease-in;
  transform-origin: top;
  z-index: 1;
  box-shadow: 0px 13px 27px -3px rgb(0 0 0 / 90%);
  text-shadow: 0px 3px #000;
  cursor: pointer;
}
.sticker:hover {
  transform: rotateX(10deg) scale(1.2);
}
#messages {
  text-align: center;
  color: rgb(100, 100, 100);
  font-size: 1.8vmax;
}
#messages p {
  font-size: 1.4vmax;
  font-weight: 600;
  opacity: 1;
  transition: 0.5s;
}
p{
  margin: 0px !important;
}
#messages p.active {
  color: #fff;
  opacity: 1;
}

.explore {
  cursor: pointer;
  width: 200px;
  margin: 28px auto;
  padding: 4px;
  border: 3px solid #fff;
  color: #fff;
  transition: 0.4s;
  font-size: 20px;
}
.explore:hover {
  background: #fff;
  color: rgba(77, 21, 42, 1);
  border: 3px solid rgba(77, 21, 42, 1);
}
.section-container.flex-column {
  flex-direction: column;
}
.item.active {
  position: relative;
}
.item {
  width: 100%;
  height: 100vh !important;
}
a.left.carousel-control {
  display: none;
}
#slides .item{
  position: relative;
}
.bannerover {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom:0;
  /*background: linear-gradient(
    90deg,
    rgba(77, 21, 42, 0.5) 0%,
    rgba(221, 30, 54, 0.5) 100%
  );*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
}
.bannerover-t {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(
    90deg,
    rgba(77, 21, 42, 0.5) 0%,
    rgba(221, 30, 54, 0.5) 100%
  );*/
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
}

#nsp {
  width:100%;
}

.no-add {
  margin: auto;
  width: 350px;
  height: 350px;
  background: linear-gradient(
    90deg,
    rgba(77, 21, 42, 0.9) 0%,
    rgba(221, 30, 54, 0.9) 100%
  );
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  padding: 20px;
  letter-spacing: 1px;
  box-shadow: 0px 8px 23px 1px rgb(0 0 0 / 80%);
  border-radius: 0px 0px 15px 15px;
  margin-top:70px;
}
p.no-add-t1 {
  font-size: 5vmax;
  font-weight: 700;
}
#sufflemessage p {
  font-size: 2vmax;
  font-weight: 800;
}
#sufflemessage {
  min-height: 170px;
}
p.banner-t3 {
  color: #fff;
  font-size: 3vmax;
  font-weight: 700;
  width: 100%;
  margin-top: -12px;
}
p.banner-t2 {
  color: #fff;
  font-size: 3vmax;
  font-weight: 400;
  width: 100%;
}
p.banner-big-text {
  text-align: left;
  font-size: 6vmax;
  font-weight: 700;
  color: #fff;
  width: 100%;
}
.mob-menu {
  position: fixed;
  background-size: cover;
  z-index: 20;
  width: 320px;
  height: 100vh;
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.9) 0%,
      rgba(221, 30, 54, 0.9) 100%
    ),
    url(../images/myn.png);
  background-size: cover;
  top: 70px;
    background-position: 0px -50px;
    right:0px;

}
li.mob-ul-menu-item {
  color: #fff;
  font-size:20px;
  padding: 15px;
  font-weight: 500;
}
li.mob-ul-menu-item a {
  color: #fff;
}
ul.mob-ul {
  list-style: none;
  padding-left: 25px;
}
#whychooseus {
  position: relative;
}
#whychooseus .wcu {
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #000;
  font-size: 2.6vmax;
  font-weight: 700;
  left: 0;
  top: 70px;
  z-index: 2;
  transition: 0.4s;
  opacity: 1;
}
#whychooseus .wcu.visible {
  opacity: 1;
}

.blank.cleared {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3vmax;
  line-height: 1.3;
  font-weight: 600;
  padding: 35px;
  padding-top: 65px;
  margin: 40px;
}


.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}
.like{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;

}
ul.footer-align {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.footer-align li {
  margin: 15px;
}
@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
  #download-2{
    display: none;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}
.col-md-12.social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-dark .social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
.jointext {
  font-size: 2.5vmax !important;
}
/*.jointext span {
  font-weight: 900 !important;
  color: #931a30;
}*/

.persona-holder {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
ul.thepersonas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.li-full{
  width:100%;
  height:100%;
  transition: .5s;
}
li.persona {
  width: 250px;
  height: 300px;
  display: flex;
  justify-content: center;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
li.persona .playicon {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
li.persona:hover,li.persona.active {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0px 0px 10px 4px rgb(0 0 0);
}
.playicon img {
  filter: invert(1);
  width: 45%;
}
li.persona.myown {
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.8) 0%,
      rgba(221, 30, 54, 0.8) 100%
    ),
    url(../images/own.jpg);

  background-size: cover;
  background-position: center;
}
li.persona.mywork {
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.8) 0%,
      rgba(221, 30, 54, 0.8) 100%
    ),
    url(../2018/09/communication2.jpg);

  background-size: cover;
  background-position: center;
}
li.persona.myworld {
  background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.8) 0%,
      rgba(221, 30, 54, 0.8) 100%
    ),
    url(../wp-content/uploads/2014/04/thumb_720_450_dreamstime_xl_26833054-custom.jpg);

  background-size: cover;
  background-position: center;
}

.persona-description-area{
  transition: 3s;
  display: none;
}
.persona-description-area.active{
  display: block;
}

#burgur{
  position: absolute;
  right:25px;
  
}

.persona-title {
  color: #ffff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding:10px;
}
.persona-back {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255,255,255,.95);
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100%;
  overflow: auto;
  padding: 20px;
  opacity: 0;
  transition: .5s;
  transform: rotateY(180deg);
  justify-content: center;
    text-align: center;
    font-size: 2rem;
}

.p-title {
  color: #931a30;
  font-size: 3rem;
  font-weight: 600;
  padding: 10px;
}

.persona-desc {
  margin-top: 70px;
  width: 80%;
  margin: 40px auto;
}
.persona-title-text {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
.persona-description-text {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
}

.downarow {
  animation: MoveUpDown 1.3s ease-in infinite;
  position: absolute;
  bottom: 0;
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}

.reveal-text {
  width: 200px;
  position: absolute;
  font-size: 18px;
  bottom: -45px;
  text-align: center;
}

/*Responssive rules*/

@media (max-width: 600px) {

  div#dnld-mob{
    display: flex;
  }
  .title-header{
    font-size: 7vmax;
  }
  #messages p{
    font-size: 2.5vmax;
  }
  #persona-desc{
    display: none;
  }
  .logo-txt {
    font-size: 6vmax;
  }
  .thepersonas {
    flex-direction: column;
    flex-wrap: wrap;
  }
  li.persona {
    margin-top: 1px;
    width: 100%;
  }
  #nsp {
    top: 29%;
    font-size: 9vmax;
  }
  p.banner-t3,
  p.banner-2 {
    font-size: 4vmax;
  }
  p.no-add-t1 {
    font-size: 9vmax;
  }
  #sufflemessage p {
    font-size: 4vmax;
  }
  .no-add {
    width: 80%;
  }
  .thekeycode {
    font-size: 6vmax;
    min-height: auto;
    min-width: auto;
  }
  .the-message {
    font-size: 3.5vmax;
    font-weight: 600;
  }

  .persona:hover > .persona-back{
    z-index: 1;
    opacity:1;
    transform: rotateY(0deg);
  }
  .persona:hover > .li-full{
    z-index: -1;
  }

  #download.inv {
      opacity: 1;
      transform: scale(1);
      position: relative;
      display: flex;
      background: linear-gradient( 
90deg
, rgba(77, 21, 42, 0.8) 0%, rgba(221, 30, 54, 0.8) 100% ), url(../2018/09/communication2.jpg);
    color: #fff;
    border-radius: 0;
  }

  .sp img{
    filter:drop-shadow(2px 4px 6px rgba(0,0,0,.5))
  }
  #download{
    position: relative;
  }
  .dnld-btns{
    display: flex;
  }

  
}
@media (max-width: 800px) {
  .menu-list {
    display: none;
  }
  #burgur{
   
    z-index: -20;
    cursor:pointer;
}
  }
 
  .no-add {
    width: 95%;
    background: linear-gradient(
      90deg,
      rgba(77, 21, 42, 0.6) 0%,
      rgba(221, 30, 54, 0.6) 100%
    );
  }
}


/*Subpages*/
.content-main{
  display: inline-block;
  margin-top:70px;
  padding: 20px;
}