html,
body {
    margin: 0;
    padding: 0;
    font-family: 'ClanProForUBER-Book', sans-serif!important;
    text-rendering: optimizeLegibility;
    color: #222;
    font-size: 1rem;
    overflow-x: hidden;
    line-height: 1.8!important;
    background-color: #f7f7f7!important;
}

#example {
    background-color:#07072e;
    height: 580px;
    width: 100%;
    float: left;
    display: flex;
}


.poppins {
    font-family: 'Poppins', sans-serif!important;
    text-rendering: geometricPrecision;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    max-width: 1025px;
    margin: 0 auto;
    line-height: 3rem!Important;
}



/*
.AvantGardek {
    font-family: 'Arciform'!important;
    text-rendering: geometricPrecision;
    font-weight: 800;
}
*/
/*
.intro-company-title{
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
}
*/


/*midnight*/

.content {
  padding-bottom: 20em;
}

.logo-fixed{
    z-index: 100;
}

.logo-size {
    width: 170px;
    top: 55px!important;
    left: 4%!important;
    z-index: 2;
}

.midnightHeader.default {
  fill: #fff;
    
}

.midnightHeader.default svg .c {
    fill:#fff;
}

.midnightHeader.blue {
 stroke: #141346;
}

.midnightHeader.blue svg .a {
    fill:none;
}
.midnightHeader.blue svg .c {
    fill:#141346;
}

.midnightHeader.blue svg .b {
    stroke: #141346;
    fill: #141346;
}


.midnightHeader.white {
  color: white;
}

.midnightHeader.white svg .c {
    fill:#fff;
}
   position: fixed!important;
    top: 44px!important;
    left: 80px!important;
    font-size: 1.3rem!important;
    z-index: 1!important;
}

a.logo{
    color: white;
}

.midnightHeader.blue svg g path:not(#nochange) {
    stroke: #141346;
}



/*----------------------------------
  header styling
------------------------------------*/

.header {
    overflow: visible;
    position: relative;
}

.header-wrap {
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
}


/*----------------------------------
  Section styling
------------------------------------*/

.col {
    padding-right: 0!important;
    padding-left: 0!important;
}

.text-right-desk {
    text-align: right;
}

.logoNameFooter{
    width: 200px;
    stroke: #ffff;
}

.logoNameFooter{
    width: 170px;
    stroke: #ffff;
}
.logoNameFooter  svg .st0 {
    fill:#fff;
}

.logoNameFooter  svg .c {
    fill:#fff;
}

/*----------------------------------
  Image Background
------------------------------------*/

.backSquare {
    position: relative;
}

.leftShape {
    position: absolute;
    left: 0;
    top: -8%;
    height: 530px;
    width: 520px;
    z-index: 0;
    background-color: #ecebf5;
}

.indexBlue {
    background-color: aqua;
}

.rightShape {
    max-width: 800px;
    height: 415px;
    position: absolute;
    top: -8%;
    transform-origin: right center;
    width: 862px;
    left: calc((80% - (1300px/2)) + 766px - 14px);
}


/*----------------------------------
  Background Grid
------------------------------------*/

.grid {
    position: fixed;
    width: 100%;
}

.grid-line {
    height: 100vh;
    border-left: 1px solid #e5e5e5;
}


/*----------------------------------
  Icon
------------------------------------*/

.icon {
    width: 5rem;
}

.icon-about {
    width: 6rem;
}

.icon-logo {
    width: 7rem;
    opacity: 0.6;
}

.icon-img {
    width: 5rem;
    opacity: 0.6;
}


/*----------------------------------
  Images
------------------------------------*/

.compImg{
    height: 5rem!important;
}

.blueBox {
    width: 417px;
    height: 603px;
    background-color: #141346;
}

.img-team {
    max-width: 65%!important;
}

.img-about img {
    max-width: 614px;
    width: 40.5%;
    position: absolute;
    right: 2%;
    top: -10%;
}

.teamAbove {
    z-index: 9999999;
    overflow: hidden;
    background-color: aqua;
}


/*----------------------------------
  Margin
------------------------------------*/

.m0 {
    margin: 0;
}


/*----------------------------------
  Background color
------------------------------------*/

.bg-blue {
    background-color: #07072e;
}

.bg-light-blue {
    background-color: #222163;
}
.bg-light-grey {
    background-color: #eff0f1;
}
.bg-black {
    background-color: #000000;
}

.bg-turq {
    background-color: #00dae3;
}

.bg-grey {
    background-color: #ecebf5;
}


/*----------------------------------
 Section - replace
------------------------------------*/

.logo-padding {
    padding: 2rem 0rem 2rem 0rem;
}

.map-padding {
    padding: 5rem 0rem 5rem 0rem;
}

.sectionPadd {
    padding: 10rem 0rem 10rem 0rem;
}

.spacing {
    padding: 4rem 0rem 4rem 0rem;
}

.sectionPadd {
    padding: 10rem 0rem 10rem 0rem;
}

.sectionpadd-about-one {
    padding: 8rem 0rem 8rem 0rem;
}

.sectionpadd-about-two {
    padding: 0rem 0rem 10rem 0rem;
}

.sectionMargin-about-company {
    padding: 3rem 0rem 3rem 0rem;
}


/*----------------------------------
  Pre Footer Buttons
------------------------------------*/

.ContantButton-left {
    padding: 60px 120px 60px 100px;
    color: white;
    display: block;
    background: linear-gradient(to right, #03e2eb 50%, #00dae3 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.ContantButton-left:hover {
    background-position: left bottom;
}

.ContantButton-right {
    padding: 60px 120px 60px 100px;
    color: white;
    display: block;
    background: linear-gradient(to right, #3736be 50%, #2b2996 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.ContantButton-right:hover {
    background-position: left bottom;
}


/*----------------------------------
  Pre-Footer
------------------------------------*/

.preFooter {
    display: relative;
}

.talk {
    position: absolute;
    width: 105%;
}

.contact {
    position: absolute;
    width: 105%;
    top: 70px;
}


/*----------------------------------
  Footer
------------------------------------*/

.footerPadd {
    padding: 4rem 0 4rem 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

.social {
    padding: 0px;
}

li img {
    width: 30px;
    margin-right: 0.5rem;
}

.caps {
    text-transform: uppercase;
}


/*----------------------------------
  Padding
------------------------------------*/

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt110 {
    padding-top: 110px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pt160 {
    padding-top: 160px;
}

.pt170 {
    padding-top: 170px;
}

.pt180 {
    padding-top: 180px!important;
}

.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

.pt230 {
    padding-top: 230px;
}

.pt400 {
    padding-top: 400px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: : 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: : 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb160 {
    padding-bottom: 160px;
}

.pb170 {
    padding-bottom: 170px;
}

.pb180 {
    padding-bottom: 180px;
}

.pb190 {
    padding-bottom: 190px;
}

.pb200 {
    padding-bottom: 200px;
}

.pb220 {
    padding-bottom: 220px;
}

.pb230 {
    padding-bottom: 230px;
}

.pb240 {
    padding-bottom: 240px;
}

.pb250 {
    padding-bottom: 250px;
}

.pb260 {
    padding-bottom: 260px;
}

.pb400 {
    padding-bottom: 400px;
}

.pb450 {
    padding-bottom: 450px;
}

.pb480 {
    padding-bottom: 480px;
}

.p50 {
    padding: 50px;
}

.pBlue{
    padding: 30px 50px;
}



/*----------------------------------
  Margins
------------------------------------*/
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}
.mb80 {
    margin-bottom: 80px;
}

/*----------------------------------
  Line
------------------------------------*/


.line {
    width: 100%;
    margin-top: 0.55rem;
    height: 2px;
    position: relative;
    background-color: #4d84ff;
}

.clanlight {
    font-family: 'ClanPro';
}

.bg-black {
    background-color: #000;
}

.bg-drk {
   background-color: #131116; 
}

.button-float-right {
    float: right;
}

.btn {
    display: inline-block!important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 2rem!important;
    font-size: 0.8rem!important;
    line-height: 1.5;
    border-radius: 0.16rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #27247c!important;
    border-color: #2a26d9!important;
}

/*----------------------------------
  Canvas
------------------------------------*/
.canvas-align {
    float: right;
}
#canvasOne {
    width: 55%;
    text-align: center;
    height: auto;
    margin: 0 auto;
    position:absolute; /*it can be fixed too*/
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
     /*this to solve "the content will not be cut when the window is smaller than the content": */
    max-width:100%;
    max-height:100%;
    overflow:auto;
    background-color: #131116;
}


 .star {
            display: block;
    background-color: rgb(7, 7, 46);
    width: 100%!important;
    height: auto!important;
        }

/*----------------------------------
  End Canvas
------------------------------------*/


.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-title {
font-size: 2.2rem!important;
text-align: center;
color: #fff;
}

.main-sub {
    max-width: 900px;
    margin-left: 30px;
    font-family: clanPro!important;
}
/*----------------------------------
Mouse Down
------------------------------------*/

.items {
  width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.item {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.item:nth-child(3n+1) {
  margin-left: 0;
}
.item:nth-child(n+4) {
  margin-top: 30px;
}

.mouse {
    width: 30px;
    height: 52px;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 20px);
}
.mouse:before, .mouse:after {
  content: "";
  display: block;
  position: absolute;
}

.m-2:before {
    width: 1px;
    height: 40px;
    border-radius: 1px;
    top: 10px;
    left: calc(56% - 2px);
    background: #fff;
    -webkit-animation: m-2-ball 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    animation: m-2-ball 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@-webkit-keyframes m-2-ball {
  0%, 50%, 60% {
    -webkit-transform: scaleY(0.118);
            transform: scaleY(0.118);
  }
  30% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  0%, 29.99% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30%, 100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  90%, 100% {
    -webkit-transform: scaleY(0.118) translateY(-255px);
            transform: scaleY(0.118) translateY(-255px);
  }
}

@keyframes m-2-ball {
  0%, 50%, 60% {
    -webkit-transform: scaleY(0.118);
            transform: scaleY(0.118);
  }
  30% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  0%, 29.99% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30%, 100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  90%, 100% {
    -webkit-transform: scaleY(0.118) translateY(-255px);
            transform: scaleY(0.118) translateY(-255px);
  }
}