@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

@font-face {
  font-family: Britannic;
  src: url('../fonts/Britannic.ttf');
}

@font-face {
  font-family: sf-ui-display-light;
  src: url('../fonts/sf-ui-display-light.otf');
}
p{
    font-family: sf-ui-display-light;
}

.COMING_SOON {
  font-size: 0.643px;
  font-family: "Britannic Bold";
  color: rgb(0, 0, 0);
  line-height: 0.855;
  text-align: left;
  
  position: absolute;
  left: 651.89px;
  top: 285.725px;
  z-index: 36;
}
section.cooming-soon {
    padding: 15px 30px;
    position: relative;
    height: 100vh;
}

.global-text h1 {
    font-size: 100px;
    font-family: Britannic;
    color: rgb(0, 0, 0);
    font-weight: 900;
    margin: 0;
    position: relative;
    text-shadow: 0 0 80px #f9fafb69;
    background: url(../images/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    height: 105px;
    background-size: cover;
    text-transform: uppercase;
}

.global-text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    margin: 12px 0;
    font-style: italic;
    display: flex;
    align-items: center;
}

.logos img {
    width: 22%;
    margin-right: 15px;
}

.global-text span {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-top: 22px;
    font-family: sf-ui-display-light;
    display: block;
}

.global-text span img {
    width: 25%;
}



section.cooming-soon h1:before {
    content: '';
    position: absolute;
    left: -80px;
    bottom: -5px;
    height: 2px;
    width: 58%;
    background-image: linear-gradient(to right, #2d2d2d , #52525230);
}
.global-text > img {
    width: 10%;
}

.global-text ul {
    display: flex;
    align-items: center;
    padding: 0;
}

.global-text ul li {
    /* background-image: linear-gradient(to right, #2d2d2d , #4e4e4e); */
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: 0.5s;
}

.global-text ul li i {
    color: #fff;
    font-size: 16px;
}
li.whats {
    background: none !important;
}

li.whats i {
    color: #00eb78 !important;
    font-size: 35px !important;
}
img.connect1 {
    width: 15%;
    height: 60px;
    padding-left: 20px;
}
.coomimg-img img {
    width: 85%;
    /* height: 450px; */
    object-fit: cover;
    animation: rotat 70s linear infinite;
}



.global-text ul li:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
section.cooming-soon .row {
    align-items: center;
}

.global-text p span {
    display: initial;
    margin-right: 15px;
}
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.coomimg-img {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

/*.coomimg-img:before {
    content: '';
    position: absolute;
    top: -100px;
    left: -39px;
    width: 116%;
    height: 152%;
    background-image: url(../images/banner1.png);
    background-size: cover;
    z-index: -1;
}*/


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

    }
    to {
        transform: rotate(360deg);
    }
    
}
.coomimg-img img:nth-child(2) {
    position: absolute;
    left: -75px;
    top: -76px;
    width: 130%;
    z-index: -1;
    height: 138%;
    animation: inherit;
}

.global-text p a {
    color: #000;
    text-decoration: none;
    margin-left: 10px;
}
img.connect {
    width: 50%;
    margin: 0;
}
li.f1 {
    background: #0A66C2;
}
li.f2 {
    background: #4267B2;
}

li.f3 {
    background: #00acee;
}

li.f4 {
    background: #FF0000;
}

li.f5 {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}

a.mail {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.click-wrap a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.click-wrap {
    margin: 12px 0;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1661px) and (max-width: 1920px){
    .coomimg-img img:nth-child(2) {
   
    left: -82px;
    top: -94px;
    
}
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .coomimg-img img:nth-child(2) {
    
    left: -61px;
    top: -62px;
   
}
.global-text p {
    font-size: 15px;
    
    margin: 5px 0;
    
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .global-text h1 {
    font-size: 72px;
    
    height: 85px;
   
}
.coomimg-img img:nth-child(2) {
    left: -62px;
    top: -70px;
}
.global-text p {
    font-size: 14px;
    
    
    
    margin: 5px 0;
   
   
}
.coomimg-img {
    width: 100%;
}
}
.coomimg-img-mobile{
    display:none;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
        a.an-logo {
    display: block;
    text-align: center;
}
a.an-logo img {
    width: 240px;
}
.global-text h1 {
    font-size: 56px;
    height: auto;
    text-align: center;
}
.logos img {
    width:30%;
    margin-right: 0;
}
.global-text p {
    font-size: 14px;
    line-height: 23px;
}
.coomimg-img{
    width:45% !important;
}
.coomimg-img.coomimg-img-mobile {
    display: block;
    margin-top: 70px;
    margin-bottom: 40px;
}
.coomimg-img{
    display:none;
}
.coomimg-img.coomimg-img-mobile img:nth-child(2) {
    left: 48%;
    top: 45%;
    width: 130%;
    height: 140%;
    transform: translate(-50%,-50%);
}
.click-wrap a {
    width: 50%;
}
.click-wrap p {
    width: 50%;
}
.coomimg-img {
    width: 85%;
}
.global-text ul li{
    height:auto;
    width:auto;
}
.global-text ul li i {
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.power_by a {
    width: 50%;
}
p.power_by a img{
    width:100%;
}
p.power_by span {
    width: 50%;
    margin-top:0;
}
section.cooming-soon {
    padding: 15px 10px;
    position: relative;
    height: auto;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
        a.an-logo {
    display: block;
    text-align: center;
}
.global-text h1 {
    font-size: 36px;
    height: auto;
    text-align: center;
}
.logos img {
    width: 60%;
    margin-right: 0;
}
.global-text p {
    font-size: 14px;
    line-height: 23px;
}
.coomimg-img.coomimg-img-mobile {
    display: block;
    margin-top: 70px;
    margin-bottom: 40px;
}
.coomimg-img{
    display:none;
}
.coomimg-img.coomimg-img-mobile img:nth-child(2) {
    left: 48%;
    top: 45%;
    width: 130%;
    height: 140%;
    transform: translate(-50%,-50%);
}
.click-wrap a {
    width: 50%;
}
.click-wrap p {
    width: 50%;
}
.coomimg-img {
    width: 85%;
}
.global-text ul li{
    height:auto;
    width:auto;
}
.global-text ul li i {
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.power_by a {
    width: 50%;
}
p.power_by a img{
    width:100%;
}
p.power_by span {
    width: 50%;
    margin-top:0;
}
section.cooming-soon {
    padding: 15px 10px;
    position: relative;
    height: auto;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    a.an-logo {
    display: block;
    text-align: center;
}
.global-text h1 {
    font-size: 36px;
    height: auto;
    text-align: center;
}
.logos img {
    width: 60%;
    margin-right: 0;
}
.global-text p {
    font-size: 14px;
    line-height: 23px;
}
.coomimg-img.coomimg-img-mobile {
    display: block;
    margin-top: 70px;
    margin-bottom: 40px;
}
.coomimg-img{
    display:none;
}
.coomimg-img.coomimg-img-mobile img:nth-child(2) {
    left: 48%;
    top: 45%;
    width: 130%;
    height: 140%;
    transform: translate(-50%,-50%);
}
.click-wrap a {
    width: 50%;
}
.click-wrap p {
    width: 50%;
}
.coomimg-img {
    width: 85%;
}
.global-text ul li{
    height:auto;
    width:auto;
}
.global-text ul li i {
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.power_by a {
    width: 50%;
}
p.power_by a img{
    width:100%;
}
p.power_by span {
    width: 50%;
    margin-top:0;
}
section.cooming-soon {
    padding: 15px 10px;
    position: relative;
    height: auto;
}
}

.global-text > video {
    width: 20%;
    height: 45px;
    object-fit: cover;
}
.click-wrap video {
    width: 25%;
    object-fit: cover;
}

/*.click-wrap p {*/
/*    width: 100%;*/
/*}*/
video.life {
    width: 20%;
}

a.an-logo img {
    width: 160px;
}
.click-wrap a img {
    width: 175px;
}
a.pwd-logo img {
    width: 180px;
}