@font-face {
    font-family: bwGradualBold;
    src: url(woff2/BwGradual-Bold.woff2);
  }
@font-face {
    font-family: bwGradualLight;
    src: url(woff2/BwGradual-Light.woff2);
  }
@font-face {
    font-family: bwGradualThin;
    src: url(woff2/BwGradual-Thin.woff2);
  }




body {
    background: #000030;
    overflow-x: hidden!important;
    font-family: bwGradualLight;

}

p {
    font-family: bwGradualLight;
    font-size: 1.2rem!important;
}

html {
    scroll-behavior: smooth;
  }

.warp {
    background-image: url(img/main.png);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.container-fluid {
    padding: 0;
}


#bigbang {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.04245448179271705) 60%, rgba(0,0,48,1) 100%);
}

.delayed {
    opacity: 0;
}

#cross {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.h-center {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -60%);
    width: 200px;
        z-index: 3;
}
@keyframes upndown {
    from {bottom: 8%;}
    to {bottom: 10%;}
}

.menu {
    color: #fff;
    outline: none!important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-link  {
    color: #fff;
    font-family: bwGradualLight;
}

.cc {
    z-index: 3;

    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, -60%);
    animation-name: upndown;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    
}

#section-2 {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

@keyframes spin { 100% 
    { -webkit-transform: rotate(360deg); 
    transform:rotate(360deg); } }

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes moveAround {
    to {
        right: 90%;
        top: 58%;
        transition: 2s;
    }
}



.b1 {
    position: absolute;
    top: 30%;
    right: 10%;
    animation:spin 8s linear infinite;
    transition: 2s;
    width: 130px;
    z-index: -1;
}

.b2 {
    position: absolute;
    top: 85%;
    right: 22%;
    transition: 2s;
    width: 150px;
    z-index: -1;
    

    animation: moveAround 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.b3 {
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 54%;
    width: 20%;
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.b5 {
    z-index: -1;
    position: absolute;
    top: 68%;
    right: 20%;
    width: 150px;
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.b6 {
    z-index: -1;
    width: 100px;
    opacity: 0.5;
}

.b7 {
    position: absolute;
    z-index: -1;
    width: 140px;
    opacity: 1;
    left: 50%;
    top: 30%;
    transform: rotate(90deg);

    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.b8 {
    position: absolute;
    z-index: -1;
    width: 200px;
    opacity: 1;
    left: 40%;
    top: 1%;
    transform: rotate(20deg);

    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    
}

#bounce-box {
    background-image: url(img/63.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.b1:hover { 
    right: 10%;
    top: 28%;
    transition: 2s;
}

p {
    color: #fff;
}

.container {
    position: relative;
}

#team {
    min-height: 600px;
    margin-top: 140px;
  
}

#background-cross {
    position: absolute;
    top: -20%;
    right: 0;
    width: 500px;
}

@keyframes zoom {
    from {width: 60%;}
    to {width: 58%;}
}

.card {
    background-color: transparent;
    cursor: pointer;
    opacity: 0;
}
.card-title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 35px;
    color: #3692D0;
    font-weight: 100;
    line-height: 1.2;
}
.card-body {
    padding: 0px;
}
.team-cards {
    margin-top: 0px;
}

.member-icons {
    margin-top: -20px;
}

#capabilities{
    padding-top: 10px;
}

#comet {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
}

.section-header {
    font-size: 5rem;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #3692d0, #ffffff00 );
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: gradientOnText 10s ease ;
    -moz-animation: gradientOnText 10s ease ;
    animation: gradientOnText 10s ease ;
    animation-iteration-count: 1
}

@-webkit-keyframes gradientOnText {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes gradientOnText {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes gradientOnText {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}


#partners {
    color: #fff;
    width: 100%;
    border-color: #fff;
    
}


table {
border-collapse: collapse;
}
table td {
text-align: center; 
vertical-align: middle;
border: 1px solid #fff; 
height: 100px;
align-content: center;
}
table tr:first-child td {
border-top: 0;
border-color: #fff;
}
table tr td:first-child {
border-color: #fff;
border-left: 0;
}
table tr:last-child td {
border-color: #fff;
border-bottom: 0;
}
table tr td:last-child {
border-color: #fff;
border-right: 0;
}
.center {
margin-left: auto;
margin-right: auto;
}

.transition {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 550px;
    background-color: red;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.04245448179271705) 0%, rgba(0,0,48,1) 89%);
}



.owl-nav {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
    height: 40px;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    outline: none!important;
    filter: brightness(0) invert(1);
   
}
.chevron {
    width: 35px;
    margin-right: 50;
    color: #fff;
    transition: 2s;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.chevron1 {
    width: 35px;
    margin-right: 120px;
    color: #fff;
    transition: 2s;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes pulse {
    to {
        width: 30px;
    }
}

.background-cross2 {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    z-index: -1;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.04245448179271705) 0%, rgba(0,0,48,1) 89%);
}


#bounce-box {
    position: relative;
    min-height: 120vh;
}

#footer {
    margin-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-end;
}

.footer-main {
    font-size: 120px;
}

.footer-text {
    margin-top: -30px;
}

.media {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
}

.media img {
    padding-left: 30px;
    align-self: center;
}

.card1 {
    padding-top: 230px;
    
}
.card2 {
    padding-top: 120px;
}

.device-lg {
    display: block;
}
.device-sm {
    display: none;
}

.card {
    width: 90%;
}

@media only screen and (max-width: 500px) {
    .section-header {
        font-size: 35px;
        font-family: bwGradualBold;
    }
    .card1 {
       padding-top: 60px;
        
    }
    .card2 {
        padding-top: 60px;
    }
    .card3 {
        padding-top: 70px;
    }
    #team {
        margin-top: 0px;
    }
    .device-lg {
        display: none;
    }
    .device-sm {
        display: block;
    }
    .footer-main{
        font-size: 5rem;
        line-height: 1;
        padding-bottom: 40px;
        text-align: center;
    }
    .footer-text{
        text-align: center;
    }
    .f-logo, .media {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
    }
    
    .media {
        padding-top: 30px;
    }
    .b8 {
        left: 11%;
        top: -7%;
    }
    .media img {
        padding: 10px;
    }
    #background-cross {
        display: none;
    }
    
    .card {
        width: 100%;
    }
    #bigbang {
        display: none;
    }
    .b3 {
        display: none;
    }
    .b6 {
        display: none;
    }
    #bounce-box {
        background-image: none;
        min-height: 100vh;
    }
    .b1 {
        top:  102%;
    }
    .b2 {
        right: 54%;
        top: 72%;
    }
    .b5 {
        top: 64%;
    }
    .comet {
        max-height: 146px;
    }
    .delayed {
        opacity: 1;
    }
    .transition {
        display: none;
    }
  }
