body{
    background-color: #000;
}



h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

h1 {
    line-height: 1.2em !important;
}

h2 {
    font-weight: 600;
    color: #000;
}



p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    width: 100%;
    font-family: 'roboto', sans-serif;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 23px;
    border: none;
	background-color: rgba(0,0,0,0.85)!important;
	padding: .0rem 0;
	display:block;
}

.dropdown-item {
	padding: 10px 15px 10px 15px!important;
}

.dropdown-item:hover{
	background-color: rgba(255,255,255,0.15);
}

.drop_icon{
    width: 22px;
    height: 22px;
    padding: 0px 10px 3px 0px;
}

.col-md-12{
    width: 100%;
}

#prev-vid {
    width: 320px;
    margin: auto;
    display: block;
}

#prev-vid video {
    margin-bottom: 50px;
    margin-top: 15px;
}



.playpause {
    margin: auto;
    width: 150px;
    margin: auto;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}

		
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px!important;
    margin-left: 0px!important;
}


.justify-content-start {
	margin-left:0px;
}

.right-play{
	width: 28px;
    height: auto;
	padding-left:10px;
}


.start_btn.fit_btn:hover{
	border: 0px solid rgba(0,0,0,0);
	filter: brightness(1.2);
	color:white;
}


.how_it_works.fit_btn{
	display: block;
	border: 1px solid #fff;
	 padding: 24px 30px 24px 30px;
	width: 220px;
    font-size: 18px;
	margin:auto;
	color:white;
	font-weight:500;
    letter-spacing: 0.5px;
	cursor: pointer;
}


.how_it_works.fit_btn:hover{
	border: 1px solid #fff;
	color:white;
	font-weight:500;
	background-color:rgba(255,255,255,0.15);
}

.appbtn{
    width: 145px;
    cursor:auto;
}



.img-title{
    height: 200px;
    width: 200px;
}

.hold_bg_img{
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
    border-radius: 20px; 
    overflow: hidden;
}

.btt h2{
    color: #fff;
    font-weight: 300;
}

.back_mob_bg{
    position: relative;
    z-index: 0;
    transform: translate(-50%, 0%);
    margin-left: 50%;
}


 .img-arrow {
    width: 39px;
    height: auto;
}

.hiw .navbar-nav.col-lg-6{
	padding-right: 0px!important;
}

 .hiw .navbar-nav a {
    padding: 0px!important;
}
.hiw-main{
	margin:auto;
	margin-top:10%;
}

.sec_3 h2{
    font-size:25px;
    text-align: center;
} 

.pop_video video{
    border: 6px solid #fff;
	margin: auto;
	display:block;
}

.pop_video{
	height: 750px;
	padding-top:150px;
	background-color:#000000;
}

.create_video h1{
    font-size: 90px;
    line-height: 86px !important;
    text-transform:none;
    font-weight: 900;
    color:#000000!important;
    margin: auto;

}

.text-con{
    letter-spacing: 1.5px;
    text-transform: lowercase;
}

.create_video h2{
    color:#000000!important;
    font-weight: 900;
    text-transform:none!important;
    letter-spacing: 1px;
}

.container.text-con{
   max-width: 71%;
}

.ind-black{
    background-color: black;
}

.ind-texture{
    background-image: url(../images/lines_texture.png)!important;
    padding-bottom: 4%!important;

}

.dots{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.ind-in img{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.ind-title{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    
}

.hold-apps-teaser{
    margin: 100px auto;
}

.apps-hold-teaser{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    padding: 0px 100px;
    margin-bottom: -100px;
}

.app_code{
    width: fit-content;
}

.ac_pos_a{
    margin-top: 50%;
    animation: upAppAll 10s ease-out;
}


.ac_pos_b{
    margin-top: 80%;
    animation: upAppAll 15s ease-out;
}

.ac_pos_c{
    margin-top: 0%;
    animation: upAppAll 6s ease-out;
}

.ac_pos_d{
    margin-top: 90%;
    animation: upAppAll 10s ease-out;
}

.ac_pos_e{
    margin-top: 30%;
    animation: upAppAll 12s ease-out;

}

.ac_pos_f{
    margin-top: 10%;
    margin-left: -50%;
    z-index: 2;
    animation: upAppAll 8s ease-out;
}

.ac_pos_g{
    margin-top: 40%;
    animation: upAppAll 17s ease-out;
}



@keyframes upAppAll {
    0% {
      transform: translateY(30%);
    }
    100% {
        transform: translateY(0);
    }
  }






.app_icon_rote_a{
    position: relative;
    max-width: 100%;
    animation: rotateAppA 60s linear infinite;
    z-index: 1;
}

@keyframes rotateAppA {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .app_icon_rote_b{
    position: relative;
    max-width: 100%;
    animation: rotateAppB 100s linear infinite;
    z-index: 1;
}

@keyframes rotateAppB {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }

  .app_icon_rote_c{
    position: relative;
    max-width: 100%;
    animation: rotateAppC 100s linear infinite;
    z-index: 1;
}

@keyframes rotateAppC {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .app_icon_rote_d{
    position: relative;
    max-width: 100%;
    animation: rotateAppD 20s linear infinite;
    z-index: 1;
}

@keyframes rotateAppD {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .app_icon_rote_e{
    position: relative;
    max-width: 100%;
    animation: rotateAppE 120s linear infinite;
    z-index: 1;
}

@keyframes rotateAppE {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }

  
  .app_icon_rote_f{
    position: relative;
    max-width: 100%;
    animation: rotateAppF 500s ease-out infinite;
    z-index: 1;
}

@keyframes rotateAppF {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
      }
  }

  .app_icon_rote_g{
    position: relative;
    max-width: 100%;
    animation: rotateAppG 50s ease-out infinite;
    z-index: 1;
}

@keyframes rotateAppG {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(25deg);
    }
    100% {
        transform: rotate(0deg);
      }
  }




.blue_code_a{
    max-width: 70%;
    z-index: -1;
    margin: -50% auto;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
}

.blue_code_a.bca-min{
    max-width: 60%;
    z-index: -1;
    margin: -20px auto;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);

}

.pink_code_a{
    max-width: 55%;
    z-index: -1;
    margin: -50px auto;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);

}

.blue_code_b{
    max-width: 80%;
    z-index: -1;
    margin: -50% auto;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);

}

.pink_code_a{
    max-width: 50px;
    z-index: -1;
    margin: -50% auto;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);

}

.pink_code_b{
    max-width: 70%;
    z-index: -1;
    margin: -70% auto;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);

}



.ind-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
	top: 355px;
    font-size: 14px;
}

.ind-in-m{
    margin: auto;
    height: 450px;
    position: relative;
}  

.ind{
    background-position: top right;  
    background-repeat: no-repeat;
}

.pub_poster_bg{
    background-image: url(../images/pub_vid_thumn.jpg);
    background-size: cover;
}

.adv_poster_bg{
    background-image: url(../images/adv_vid_thumn.jpg);
    background-size: cover;

}

.desc-ind{
    font-size: 16px;
    line-height: 22px!important;
    font-weight: 400;
}

.pp-in-text ol>li {
    list-style: lower-alpha;
}

.pp-in-text ul {
        list-style: disc;
        margin-left: 20px;
}

.top_white{
    height: 200px;
}

.appbtns{
    display: grid;
    gap:10px
}

.ga_btns p{
    margin-top: 10px;
    width: 100%;
    letter-spacing: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.btt{
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    margin-top: 30px;
}

.bs-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}



.bs-grid p{
    margin-top: 50px;
    font-weight: 500;
}

.gameicons{
    max-width: 420px;
    margin-left: auto;
}



.bottom-start{
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,0.2) 0%, rgba(221,69,199,0.2) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,0.2) 0%, rgba(221,69,199,0.2) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,0.2) 0%, rgba(221,69,199,0.2) 100%);
    padding: 50px;
    border-radius: 20px;
}

.full-grad .bottom-start{
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    padding: 0px 0 50px 50px;
    border-radius: 20px;
}

.singlepage .full-grad h3{
    font-weight: 300;
}



.index .bottom-start{
    padding: 100px;
}

.banner_hold_pub{
    background-size:auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: #0677ff;
}

.hold-mob-left{
    background: rgb(6,119,255);
    background: linear-gradient(90deg, rgba(6,119,255,1) 0%, rgba(146,107,228,1) 100%);
}

.hold-mob-right{
    background: rgb(146,107,228);
    background: linear-gradient(90deg, rgba(146,107,228,1) 0%, rgba(221,69,199,1) 100%);
}

.pink-hold{
    background: #dd45c7;
    border-radius: 30px;
    width: 50%;
    overflow: hidden;
}

.blue-hold{
    background: #0677ff;
    border-radius: 30px;
    width: 50%;
    padding: 50px;
}

.blue-hold h1{
    max-width: 555px;
    margin: auto;
}

.lovepink{
    transform: scale(1);
    color:#f940de;
}

.logos-flex{
    display: flex;
    justify-content: space-between;
}

.splogo-hold{
    text-align: center;
}

.singlepage .splogo-hold p{
    font-size: 14px;
    font-weight: 500;
    color: #0677ff;
    margin: 20px 0;
    text-align: center;
}

.sdkpage .c_v_img{
    display: flex;
    max-width: 100%;
    margin: auto;
}

.apps-hold-teaser-mob{
    padding: 50px 0;
}

.teaser-flex{
    display: flex;
    align-items: center;
}

.banner_hold_adv{
    background-size:auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 6%;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}


.phone_hold{
    position: absolute;
    left: 0;
    right: 0px;
    top: -12px;
    bottom: 0px;
    z-index: 1;
    transform: translateX(-50%);
    margin-left: 50%;

}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #0677ff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button:hover:after {
    background-color: darken(#fff, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0;
    border-left: 30px solid #000;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    margin: auto;
    justify-items: center;
    margin-top: 4px;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  .grad-bord{
    border-bottom: 6px solid;
    border-image: linear-gradient(45deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 70%) 1;
}

.grad-bord a{
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(65deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


.grad-bord a:hover{
    width: 100%;
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
  
  
  .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
  }
  
  .video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
  }
  
  .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
  }
  
  .video-overlay-close:hover {
    color: #fa183d;
  }
  
  .video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
  }

.banner_vid{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: fit-content;
    transform: scale(0.9);
}

.ind{
    background-color: white;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px;
        
}
.container.sec_create_video{
    max-width: 100%;
}

.sec_2 .sec_create_video{
    background-image: url(../images/square_texture.png)!important;
}


.sec_2 .top_desc{
    margin: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.desc{
    font-weight: 300;
    width: 90%;
}


.create_video_sec .icon{
    height: 60px;
    width: 60px;
}

.vertical-center{
   display: flex;
   justify-content: center;
   flex-direction: column; 
}

.m-right{
   padding-left: 10%;
    
}

.m-right .desc{
    width: 100%; 
}

.c_v_img{
    max-width: 100%;
	margin:auto;
}

.create_video_sec .left-text{
    padding-left: 30px;
}


.v_opasity{
	background: rgba(0, 0, 0, 0.8)  !important;
	z-index: 10 !important;
}
.navbar-nav a {
    text-transform: unset;
}
.mb--20{
	margin-bottom: -20px;
}
.mt-13{
    margin-top: 13px;
}
.pb-150{
    padding-bottom: 150px;
}
.pl-40 {
    padding-left: 40px;
}
.section-gap {
    padding: 0px 0;
}

.inner-gap {
   margin-top: 100px;
}

.adv_partn{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.text-norm{
    font-weight: 400;
}
.default-header {
    background: rgba(0,0,0,0.85);
	position: fixed;
    z-index: 99;
}

.hide{
    display: none;
}
.is-sticky .default-header {
	background: #000;
}
.is-sticky .default-header {
    box-shadow: unset !important;
    border-bottom: unset !important;
}

.primary-btn:hover {

    border: 3px solid #fff;
    box-shadow: 0 20px 20px 0 rgba(157,157,157,.0)!important;
}

.black_bg{
	width: 100%;
	height: 100%;
	z-index: 1;
    position: absolute;
	background: rgba(0, 0, 0, 0.2);
}
video {
   background: #000;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
   position: relative;
   border-radius: 35px;
   filter: drop-shadow(20px 10px 13px rgb(0 0 0 / 0.35));
   display: flex;
   margin: 0 auto;

}
#trailer {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
    z-index: -1;
}

#trailer > video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    min-width: 100%; 
    width: auto; height: auto; 
}

@media (min-aspect-ratio: 16/9) {
     #trailer > video { height: 300%; top: -100%; }
 }
 @media (max-aspect-ratio: 16/9) {
     #trailer > video { width: 300%; left: -100%; }
 }
 @supports (object-fit: cover) {
     #trailer > video {
         top: 0; 
         left: 0;
         width: 100%; 
         height: 100%;
         object-fit: cover;
     }
 }
.is-sticky .default-header {
    box-shadow: -0px 0px 10px 0px rgba(158, 158, 158, 0.2);
    border-bottom: 1px solid rgba(256, 256, 256, 0.35)!important;
}

.mk a{
    border: 1px solid #ffffff;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    display: inline-grid;
    margin-top: 8px;
}


.footer-area h5{
	font-weight: 400;
    
}

.footer-area .footer-nav li a {
	font-size: 15px;
	color: rgba(255,255,255,0.85);
    font-family: 'roboto', sans-serif;
}

.footer-area .footer-nav li a:hover {
	color: rgba(255,255,255,1);
}

.navbar-nav a:hover {
    color: rgba(255,255,255,1);
}
	
.navbar-nav a {
    color: rgba(255,255,255,0.85);
    font-weight: 400;
    padding: 12px;
    font-size: 17px;
}
.border{
    border-radius: 0px !important;
    border: 2px solid #ffffff !important;
    padding: 5px 10px !important;
}

.border:hover{
    border: 2px solid #47b7e4 !important;
}


.navbar-nav a{
	color: rgba(255,255,255,0.85)
}

.navbar-nav a:hover {
    color: #ffffff;
}
.navbar-brand img{
    height: 40px;
    width: auto;
}
.novideo{
	width: 450px;
}

.novideo {
    display: none!important;
}

.mainvideo {
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0,.8);
    box-shadow: 5px 5px 0 rgba(0,0,0,.3);
}

.btnplayhov:hover {
	transition: 0.5 ease;
	transform: scale(1.1);
}

.vjs-big-play-button{
	
	background-image: url(../images/play_btn.svg)!important;
    width: 64px;
    height: 64px;
    position: absolute;
	margin-top:20px;
	bottom: 0px!important;

}

.slide {
    transform: scale(.75)!important;
    padding: 30 60px 60px!important;
}


.form_box{
    max-width: 80%;
    margin: auto;
    height: 75%;
    flex-flow: column;
	background: rgba(255, 255, 255, 255);
    z-index: 0;
    padding: 30px;
}

.hiw-in {
    background: rgba(0,0,0,0.8);
}

.hiw-btn{
    width: 200px;
    height: auto;
}

.hiw-btn img{
   cursor: auto; 
}
.hiw-btn:hover{
  filter: brightness(1.2);
  background-color: rgba(255,255,255,0.15);
}


.start-btn:hover{
  filter: brightness(1.5);
}

.start-btn{
    width: 160px;
    height: auto;

}

.hiw-text{
    font-size: 18px;
    font-weight: 400;
    width: 90%;
}


 ::-webkit-input-placeholder{
	color:#000!important;
	font-weight: 500!important;	
    font-size: 14px !important;
    letter-spacing: 0.5px;
	opacity:1;
}

:-ms-input-placeholder{
	color:#000!important;
	font-weight: 500!important;	
    font-size: 14px !important;
    letter-spacing: 0.5px;
	opacity:1;
}

::-moz-placeholder {
	color:#000f!important;
	font-weight: 500!important;	
    font-size: 14px !important;
    letter-spacing: 0.5px;
	opacity:1;
}


.form_box form{
    margin: auto;
}
.form_box form input {
    text-align: center;
    font-size: 16px !important;
    width: 100%;
    height: 40px;
    margin: auto;
    background: transparent;
    color: #000 !important;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}
.form_box form button{
    background: rgba(0,0,0,1);
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
	border:4px solid #000;
}


.form_box form button:hover{
    background: rgba(255,255,255,1);
	border:4px solid #000;
	color: #000;
}

.form_box hr {
    margin: 0;
}
.img_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
}
.img_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
}
.bg_white{
    background: #fff;
    max-width: 280px;
    margin: auto;
}
.bg_white hr{
    width: 85%;
    height: 1px;
    margin: auto;
    background: #5567af;
}
.banner-left{
    max-width:95%;
}


.banner-left h1 {
    font-size: 90px;
    line-height: 86px !important;
    text-transform: uppercase;
    font-weight: 900;
	width:80%;
}


.main-teaser-bott h2 {
    background: rgb(6, 119, 255);
    background: -moz-linear-gradient(65deg, rgba(6, 119, 255, 1) 0%, rgba(221, 69, 199, 1) 75%);
    background: -webkit-linear-gradient(65deg, rgba(6, 119, 255, 1) 0%, rgba(221, 69, 199, 1) 75%);
    background: linear-gradient(65deg, rgba(6, 119, 255, 1) 0%, rgba(221, 69, 199, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.banner-left h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px !important;
    max-width: 660px;
}

.hiw h2 {
    font-weight: 400;
	font-size: 22px;

}
.banner-left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;

}

.banner-right h3 {
    color: #000;
    font-weight: 700;
}


.header-btn{
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 18px;
    color: #e21e26;
    border: 2px solid #fff;
}
.header-btn:hover{
    border: 2px solid #fff;
}
h3 .text-norm{
    color: #4f4f4f;
}


.sep_blue{
    height: 5px;
    width: 70px;
    background: #47b7e4;
    margin-bottom: 70px;
}
.sec_1{
    background: #000;
}

.head .sec_1{
    background: #fff;

}

.head .sec_1 h1{
    font-weight: 600;
    color: #000;
}

.sec_1 h1{
    font-weight: 600;
    color: #fff;
}
.sec_1 h3{
    font-size: 22px;
    line-height: 28px !important;
    font-weight: 500;
    color: #fff;
    width: 90%;
}
.sec_1 p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.timeline_img{
    flex-flow: column;
}
.timeline_box{

    position: relative;
}
.timeline_box .img-fluid{
    width: 120px;
    height: 100px;
    margin: auto;
}
.step_arrow {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 50px;
}


.seperate_line{
    width: 100%;
    background: #006499;
}


.sec_2 h1{
    color: #fff;
}
.sec_2 h2{
    font-size: 28px;
    color: #fff;
    margin-top: 20px;
}
.sec_2 img{
    height: 85px;
    width: 85px;
    margin: auto;
    transform: translate(-50%, -50%);
    margin-left: 50%;
    margin-top: 50px;
    margin-bottom: -20px;
}

h4.text-norm{
    color: #3e68a8;;
}
.sec_2 .col-lg-4 .sep_red{
    width: 25px;
    height: 2px;
}
.single-cat h4 {
    line-height: 22px !important;
    font-size: 16px;
    font-weight: 300;
    max-width: 260px;
}
.fit_box{
    background: rgba(0, 0, 0, 0.88);
    padding: 50px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 100px;
}

.text-black{
    color: #000;
}

.watch-bold{
    color: #fff;
    font-size: 90px;
    font-size: 90px;
    line-height: 86px !important;
    font-weight: 900;
    text-transform: none;
    padding: 0 7% 0 7%;
    padding: 0 7% 0 7%;
}

.watch-thin{
    color: #fff;
    font-size: 90px;
    line-height: 86px !important;
    font-weight: 900;
    text-transform: none;
    font-weight: 400;
}


.btnplayhov {
    height: 100px;
    width: 100px;
    margin-left: 0px;
}

.sec_2 .how-it-works-bg{
    max-width: 100%;
    height: 680px;
    background: url(../images/video_player_bg.jpg)!important;
	background-size: cover!important;
    background-repeat: no-repeat;
    background-attachment: fixed!important;
    background-position: center!important;
	filter: brightness(1.1);
}


.sec_3 hr{
    margin-bottom: 20px;
}
.sep-right {
    border-right: 2px solid #3e68a8;
    height: 116px;
}
.sep-right h2, .sep_new h2{
    height: 120px;
    margin-top: -22px;
}
.sep_new{
    height: 116px;
}
.counter{
    font-size: 100px;
    font-weight: 300;
}
.counter span{
    font-size: 70px;
    position: absolute;
}


.sec_4 img{
    height: 74px;
    width: 74px;
}
.bullets h4{
    font-size: 20px;
    line-height: 29px !important;
}
.bullet_img {
    margin-top: -23px;
    position: relative;
}
.bullet_dots {
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    letter-spacing: 0px;
    top: 77px;
}
.bullet_2{
    margin-top: 34px;
}
.bullet_2 h2 {
    right: -6px;
    top: 108px;
}
.bullet_3{
    margin-top: 95px;
}
.sec_4_txt{
    padding-right: 50px;
}
.sec_4 h2{
    font-size: 22px;
}

.sec_5 .container{
    max-width: 1640px;
}
.sec_5 h2 {
    border-bottom: 1px solid #3e68a8;
    font-size: 27px;
}
.sec_5 img{
    height: 50px;
    width: 50px;
	margin-left: -5px
}



#exitpopup-modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    z-index: -1000;
}
.hide_forever{
    display: none !important;
}
.popupbox_act {
    transform: scale(1) !important;
    transition: all 0.2s ease;
    top: 0 !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}
#exitpopup-modal .underlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    -webkit-animation: fadein .7s;
    animation: fadein .7s;
    z-index: -1;
}
.exitpopup-modal-window {
    max-width: 990px;
    height: auto !important;
    border-radius: 10px;
    background-size: 260%;
    margin: auto;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 14px;
    font-family: roboto;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.3px;
    color: #000000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.singlepage .exitpopup-modal-window p{
    font-family: roboto;
    font-size: 14px!important;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 0px;
}

#exitpopup-modal .modal-title {
    font-size: 20px;
    padding: 10px;
    margin: 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
}

#exitpopup-modal h3 {
    color: #3498db;
    font-size: 22px;
    margin: .5em;
    font-weight: 500;
    line-height: 30px!important;
    margin-top:10px;
    
}

#exitpopup-modal .modal-body {
    font-size: 13px;
    text-align: left;
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    line-height: 20px!important;
    width: 400px;
  }


.modal-body h2{
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: inline;
}





#exitpopup-modal .modal-body u{
   color: #3498db; 
}


.close_btn {
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 35px;
    color: #fff;
    top: -20px;
    right: -25px;
    cursor: pointer;
    border: 0;
    font-weight: inherit;
    font-size: 49px;
    font-family: 'Roboto', sans-serif;
    transform: rotate(46deg);
    line-height: 0px;
    padding-left: 0px;
}
.close_btn:hover {
    color: red !important;
}

.footer-area{
    background: #000;

}
.footer-area .footer-nav li a h5{
    color: #c3c3c3 !important;
}
.single-footer-widget img{
    height: 40px;
}

.single-footer-widget .aib-fo{
    width: 175px;
    height: auto;
    margin-top: 30px;
}

.footer-text {
    font-size: 15px;
    font-weight: normal;
    color: #848484 !important;
}

.footer-area .footer-nav li a h5:hover{
    color: #fff !important;
}
.footer-nav{
    flex-wrap: wrap;
    justify-content: left;
}

/* - - - -  CAPITAL PAGE - - - - */


.goldpage .default-header {
    background: white;
}

.goldpage .navbar-nav a {
    color: #000;
    font-weight: 500;
}

.goldpage .in-main-title{
    padding-top: 72px;
    z-index: 0;
}

.goldpage .in-main-title .container{
    max-width: 100%;
    background: linear-gradient(0deg, #ffffff 0%, #efdd9f 100%);
}

.goldpage .pastel-grad{
    background: linear-gradient(90deg, rgba(6, 119, 255, 0.2) 0%, rgba(221, 69, 199, 0.2) 100%);
    background-color: white;
    padding: 80px;
}

.line-hold-cont-all{
    display: flex;
    flex-direction: column;
    padding: 50px;
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(239, 221, 159, 0.3) 0%, rgba(239, 221, 159, 0.3) 100%);    background-color: white;
} 


.pastel-grad .container.flow{
   padding: 0;
}

.goldpage .pastel-grad-about{
    background: linear-gradient(0deg, rgba(239,221,159, 0.3) 0%, rgba(239,221,159, 0.3) 100%);
    background-color: white;
    padding: 80px;
}

.per-sec{
    background: linear-gradient(0deg, rgba(239,221,159, 0.3) 0%, rgba(239,221,159, 0.3) 100%);
    background-color: white;
}

.top-cont-hold p{
    max-width: 1250px;
    font-size: 25px;
    line-height: 2.2rem;
    margin-top: 30px;
}


.pastel-grad-about .container{
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.top-round-bord{
    border-radius: 100px 100px 0 0;
    overflow: hidden;
}

.sec-a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; 
}

.singlepage .sec-a h2{
    max-width: 850px;
    text-align: center;
    font-weight: 800;
    background: -moz-linear-gradient(65deg, rgba(6, 119, 255, 1) 0%, rgba(221, 69, 199, 1) 75%);
    background: -webkit-linear-gradient(65deg, rgba(6, 119, 255, 1) 0%, rgba(221, 69, 199, 1) 75%);
    background: linear-gradient(65deg, rgba(6, 119, 255, 1) 0%, rgba(221, 69, 199, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px auto 60px;
    position: relative;
    z-index: 1;
}

.sec-b {
    position: relative;
    margin-top: calc(90vh + 2em);
    z-index: 2;
}

.goldpage .sec-b h1{
    color: #000;
    font-weight: 400;
    max-width: 990px;
}

.vidtitlehold{
    margin:80px 20px;
}


#mask-text {
    position: relative;
    font-size: 195px;
    font-weight: 900!important;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    z-index: 1;
    animation: maskshow 0.8s normal forwards ease-in-out;
    animation-delay: 0.1s;
    opacity: 0;
}

@keyframes maskshow {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }   

}


#mask-text {
    animation: maskflowlett ease-in 0.5s;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll)* -2s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    letter-spacing: -18px;
    opacity: 1;
  }
  

  @keyframes maskflowlett {
    to {  
        letter-spacing: 20rem;
    }
  }


  .video-container {
    height: 45vh;
    position: relative;
  }

  .masked-video {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: -80px;
  }

  .mask-svg {
    animation: maskflow ease-in 0.5s;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll)* -2s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    transform: scale(1);
  }
  

  @keyframes maskflow {
    to {  
        transform: translateY(40%) scale(3);
    }
  }


  .masked-video{
    animation: maskvid ease-in 0.5s;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll)* -2s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    transform: scale(1);
  }

  @keyframes maskvid {
    to {  
        transform: scale(0.2);
    }
  }


  .gold-arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5%;
    max-width: 600px;
    transform: rotate(-5%);
    margin: auto;
    z-index: 1;
}



.gold_ic{
    height: 135px;
    max-width: 100%;
    margin-bottom: 30px;
}

.opas-gold-box{
    padding: 50px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.4);
}

.singlepage .opas-gold-box h2{
    max-width: 400px;
    font-weight: 700;
    margin: 20px 0;
}

.bg-white{
    background: white;
}


.goldpage .inner-gap {
    padding-top: 100px;
    margin-top: 0px;
}

.line-hold{
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: -1px;
    padding: 1.7rem 0;
    height: 100.5%
}

.line-hold p{
    margin: 10px 0 0;
}

.con-in-inf .line-hold h3{
    text-align: left;
}

.line-hold-cont{
    height: 100%;
}


.cont-img-hold .con-in-inf{
    align-items: normal;
    gap: 50px;
}


.goldpage .c_v_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gold-cont{
    padding: 150px 100px;
    background-color: #ebd77f;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.gold-cont h2{
    font-weight: 700;
}

.font-mark{
    background: linear-gradient(65deg, rgba(6, 119, 255, 1) 0%, rgba(221, 69, 199, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ball{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hold-ball{
    position: relative;
    height: 100%;
    z-index: 1;
}

.gold-cont{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gold-cont h2{
    position: relative;
    z-index: 1;
}

.grad-cloud{
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#pitch{
    background-color: rgba(0,0,0,0.08);
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
}

.title-teaser-img{
   max-width: 90%;
   margin: auto;
   display: flex;
   align-items: center;
   vertical-align: middle;
   justify-content: center;
   padding-top: 50px;
}

.gold-arrow-b{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5%;
    max-width: 500px;
    margin: auto;
    z-index: 1;
}



/* - - - -  SIGN UP PAGE - - - - */

.single-input {
    display: block;
    width: 100%;
    line-height: 30px;
    border: none;
    outline: none;
    background: #ffffff;
    padding: 0 0px;
    font-family: roboto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #ffffff;
    padding: 0 10px;
    height: 100px;
    resize: none;
	margin-top:20px;
	border: 1px solid rgba(0,0,0,0.3);
    font-family: roboto;
    height: 100%;
}


.header_txt{
	
	font-size:20px;
	color:#ffffff;
	font-weight:600;
	padding-right:0px;
	width: 90%;
	margin:auto;

}

.check-platforms .col-lg-4, .col-md-4, .col-sm-4{
	    max-width: 31%;
}

.sec_form{
    display: flex;
    align-items: center;
    height: auto;
	margin-top: 3%;
}
.sign_up_page .row{
    margin: 0;
}
.sign_up_page{
    background: #d6eaf8;
}
.sign_up_page .form_header img{
    height: 45px;
    width: 195px;
}
.form_header{
    height: 120px;
    align-items: center;
    padding: 0 0px;
	flex-wrap:wrap;
}
.sec_form .container{
    max-width: 750px;
    padding: 0;
}
.form_content{
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(152, 192, 220, 0.0);
    padding: 20px 25px 40px;
}
form{
    width: 100%;
}

.form-select{
    margin-bottom: 20px;
}
select{
    height: 37px;
    border: 0;
    border-bottom: 1px solid #999;
    width: 100%;
    padding-bottom: 0;
    font-weight: inherit;
    font-size: 14px;
}
select::placeholder{
    padding: 0;
    margin: 0;
}

.audience #form_signup ::-webkit-input-placeholder{
	color:#ffffff!important;
	font-weight: 300!important;	
	opacity:1;
}

.audience #form_signup :-ms-input-placeholder{
	color:#ffffff!important;
	font-weight: 300!important;
	opacity:1;
}

.audience #form_signup ::-moz-placeholder {
	color:#ffffff!important;
	font-weight: 300!important;
	opacity:1;
}
	
.genric-btn.info-border {
    color: #000000;
    border: 2px solid rgba(0,0,0,1);
    background: #ffffff;
    border-radius: 0px;
	font-weight: 700;
}

.genric-btn.info-border:hover {
	color: #000000;
    background: #fff !important;
    border: 2px solid rgba(0,0,0,0.4);
}
.policy_link{
    width: 100%;
    padding-top: 20px;
    font-size: 15px;
    color: #383b3c;
}

.sign_box_title {
    font-weight: 600;
    font-size: 18px;
}

.adv_mt{
    display: flex;
    gap: 50px;
    justify-content: space-between;
}


.shine-bright-a {
    animation: shineBrightness 5s infinite ease-in-out;
    animation-delay: 0.2s;
  }
  
  @keyframes shineBrightness {
    0% {
        filter: brightness(1);
      }
      10% {
        filter: brightness(1.4);
      }
      30% {
        filter: brightness(1);
      }
      70% {
        filter: brightness(1);
      }
      100% {
        filter: brightness(1);
      }
    }


    .shine-bright-b {
        animation: shineBrightness 5s infinite ease-in-out;
        animation-delay: 0.5s;
    }
      
      @keyframes shineBrightness {
        0% {
            filter: brightness(1);
          }
          10% {
            filter: brightness(1.4);
          }
          30% {
            filter: brightness(1);
          }
          70% {
            filter: brightness(1);
          }
          100% {
            filter: brightness(1);
          }
        }
    


        .shine-bright-c {
            animation: shineBrightness 5s infinite ease-in-out;
            animation-delay: 0.8s;
        }
          
          @keyframes shineBrightness {
            0% {
                filter: brightness(1);
              }
              10% {
                filter: brightness(1.4);
              }
              30% {
                filter: brightness(1);
              }
              70% {
                filter: brightness(1);
              }
              100% {
                filter: brightness(1);
              }
            }
        




/* - - - - END SIGN UP PAGE - - - - */



/* - - - -  SOLUTIONS PAGE - - - - */

.navbar .container{
    max-width: 100%;
}

.cube_text{
    position: absolute;
    left: 20px;
    bottom: 12px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
}

.cube_text .sec_title{
    font-weight: 700;
}

.box_back {
    max-width: 100%
}

.cube{
    position: absolute;
    bottom: -13%;
    left: 8%;
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.cube_a{
    background: rgb(252,20,0);
    background: -moz-linear-gradient(35deg, rgba(252,20,0,1) 0%, rgba(255,202,0,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(252,20,0,1) 0%, rgba(255,202,0,1) 100%);
    background: linear-gradient(35deg, rgba(252,20,0,1) 0%, rgba(255,202,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc1400",endColorstr="#ffca00",GradientType=1);
}


.cube_b{
    background: rgb(72,185,217);
    background: -moz-linear-gradient(35deg, rgba(72,185,217,1) 0%, rgba(83,207,108,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(72,185,217,1) 0%, rgba(83,207,108,1) 100%);
    background: linear-gradient(35deg, rgba(72,185,217,1) 0%, rgba(83,207,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#48b9d9",endColorstr="#53cf6c",GradientType=1);
}


.cube_c{
    background: rgb(191,84,244);
    background: -moz-linear-gradient(35deg, rgba(191,84,244,1) 1%, rgba(246,67,176,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(191,84,244,1) 1%, rgba(246,67,176,1) 100%);
    background: linear-gradient(35deg, rgba(191,84,244,1) 1%, rgba(246,67,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf54f4",endColorstr="#f643b0",GradientType=1); 
}




.live_cube{
    bottom: 0;
    top: 440px;
    left: 0;
    right: 0;
    margin: auto;
}

.head_library {
    background: rgb(72,185,217);
    background: -moz-linear-gradient(90deg, rgba(72,185,217,1) 0%, rgba(83,207,108,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(72,185,217,1) 0%, rgba(83,207,108,1) 100%);
    background: linear-gradient(90deg, rgba(72,185,217,1) 0%, rgba(83,207,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#48b9d9",endColorstr="#53cf6c",GradientType=1);
    height: 220px;
}

.head_live{
    background: rgb(252,18,0);
    background: -moz-linear-gradient(90deg, rgba(252,18,0,1) 0%, rgba(255,201,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(252,18,0,1) 0%, rgba(255,201,0,1) 100%);
    background: linear-gradient(90deg, rgba(252,18,0,1) 0%, rgba(255,201,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc1200",endColorstr="#ffc900",GradientType=1);
    height: 220px;
}

.head_outstream{
     background: rgb(191,84,244);
    background: -moz-linear-gradient(35deg, rgba(191,84,244,1) 1%, rgba(246,67,176,1) 100%);
    background: -webkit-linear-gradient(35deg, rgba(191,84,244,1) 1%, rgba(246,67,176,1) 100%);
    background: linear-gradient(35deg, rgba(191,84,244,1) 1%, rgba(246,67,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf54f4",endColorstr="#f643b0",GradientType=1); 
    height: 220px;
}


.title_sep{
    height: 12px;
    width: 45px;
    margin: auto;
}

.box_p p{
    height: 130px;
}

.pc_screen{
    width: 650px;
    height: auto;
    margin-top: 60px;
} 

.box_p{
    margin-top: 15%
}

.ac{
    background-color: #f4f4f4;
}


.sol-box{
   position: relative; 
}

.box_btn {
    padding: 10px 20px 10px 20px;
    border: 2px solid rgba(0,0,0,1);
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 800;
}


.box_btn:hover {
    border: 2px solid rgba(0,0,0,0.4);
	color: #000;
}


.box_hr{
    border-top:1px solid #000000;
    color:#ffffff;
    height: 0px;

}

.teaser_par{
    max-width: 100%;
    height: auto;
}




.pop_pic{
    position: absolute;
    top: 100px;
    left: 120px;
    opacity: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.pop_pic_show {
    top: -45px;
    left: 65px;
    opacity: 1;
    transition: all 1s cubic-bezier(0, 0, 0.6, 1)0.3s;
}



.pop_pic_zoomin{
    position: absolute;
    top: 5%;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    opacity: 0;
    transform: scale(0.6);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    
}

.pop_pic_zoomin_show{
    top: 5%;
    opacity: 1;
    transform: scale(1);
    transition: all 1s cubic-bezier(0, 0, 0.6, 1)0.3s;
}

.ac_cout{
    height: 550px;
    position: relative;
}



.pop_cout_a{
    position: absolute;
    top:0px;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    opacity: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.pop_cout_show_a{
    top:-200px;
    transition: all 0.5s cubic-bezier(0.0, 0, 0.6, 1)0.1s;
    opacity: 1;
}


.pop_cout_b{
    position: absolute;
    top:400px;
    left:-450px;
    right:0;
    bottom:0;
    margin: auto;
    opacity: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}


.pop_cout_show_b{ 
    transition: all 0.5s cubic-bezier(0.0, 0, 0.6, 1)0.3s;
    top: 200px;
    opacity: 1;
}


.pop_cout_c{
    position: absolute;
    top: 400px;
    left:450px;
    right:0;
    bottom:0;
    margin: auto;
    opacity: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}


.pop_cout_show_c{
    top: 200px;
    transition: all 0.5s cubic-bezier(0.0, 0, 0.6, 1)0.6s;
    opacity: 1;
}

.cout_cube{
    position: absolute;
    z-index: -1;    
}

.cout_cube_in{
     margin: auto;
}

.tv_pic {
    position: absolute;
}

.ac{
    height: 520px;
    margin-left: 15px!important;
    margin-right: 15px!important;
}

.ac_text{
    padding-left: 10%;
	margin-top:-60px;
}


.container_slider .slidemob {
		  background-position: right center;
		  background-repeat: no-repeat;
		  background-size: cover;
		  height: 350px;
		  left: 0;
          right: 0;
		  opacity: 0;
		  position: absolute;
		  top: 87px;
		  transition: opacity 1s ease-in;
		  width: 600px;
		  overflow: hidden;
          margin: auto;
    
}


.container_slider .slidemob.show{
  opacity: 1;
  background-color: #ffffff;
}


.container.lib_icons{
    max-width: 80%;
}

.lib_icon{
    max-width: 100%;
    height: auto;
}


.lib_title{
    font-weight: 700;
}

.lib_bottom_teaser{
    background-image: url(../images/bottom_teaser_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.lib_bottom_text{
    background: rgb(252,20,0);
    background: -moz-linear-gradient(35deg, rgba(252,20,0,0.65) 0%, rgba(255,202,0,0.5) 100%);
    background: -webkit-linear-gradient(35deg, rgba(252,20,0,0.65) 0%, rgba(255,202,0,0.5) 100%);
    background: linear-gradient(35deg, rgba(252,20,0,0.65) 0%, rgba(255,202,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc1400",endColorstr="#ffca00",GradientType=1); 
    padding: 7% 5% 7% 5%;
    width: 65%;
    margin: auto;
    margin-top: 13%;
    margin-bottom: 13%;
}



.lib_bottom_text .fit_btn:hover{
    border-color: #ffffff;
    color: #ffffff;
    background-color: rgba(255,255,255,0.3);
}


.bottom_teaser_bg{
   max-width: 100%; 
}
    
.legal_bottom{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.legal_link{
    display: flex;
    gap: 30px;
}

.footer_title_sep{
	width: 20px;
    height: 6px;
	background-color: #ffffff;
}

h5 {
    font-size: 14px;
}

.footer-area .footer-nav li {
    margin-top: 12px;
}

.footer-area p {
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    text-align: right;
    margin-top: 12px;
}

.join-bott {
    background-image: url(../images/med_bottom_right_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 100px;
}


.soon-logo{
    max-width: 250px;
    margin-bottom: 50px;
}

/*-------------------------------MEDIAVERSE-------------------------------*/


.pp a:hover{
    color:#dd45c7;
}

.pp h3{
    font-size: 25px;
    color:#0677ff;
    margin: 20px 0px 5px 0px;
}


td{
    font-family: roboto;
    font-weight: 400;
    color: #000;
}

i{
    color: #dd45c7!important;
}

.h5title{
    margin-top:55px;
    color:#0677ff;

}

.in-doc-title{
    background-color: #000!important;
    background: -moz-linear-gradient(90deg, rgba(6,119,255,0.2) 0%, rgba(221,69,199,0.2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(6,119,255,0.2) 0%, rgba(221,69,199,0.2) 100%);
    background: linear-gradient(90deg, rgba(6,119,255,0.2) 0%, rgba(221,69,199,0.2) 100%);
    padding: 120px 0px 50px 0px;
}

.in-doc-title h2{
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: initial;
}

.sdkpage .top-black-teaser{
    background: radial-gradient(circle, rgba(0,13,88,1) 0%, rgba(0,0,0,1) 50%);
    background-color: #000;
    padding-bottom: 100px;
}

.in-main-title{
    padding-top: 130px;
    background-color: #ffffff;
}

.in-main-title p{
    margin-top: 80px;
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.abo-icon{
    height: 60px;
}

.abo-icon.hands-ic{
    height: 70px;
}

.logos-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 70px;
    justify-content: space-between;
}

.ic-hold{
    height:105px;
}

.count-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 0px;
    justify-content: space-between;
    padding: 20px 0px;
}

.count-grid h2{
    font-weight: 700;
    margin-bottom: 10px;
}

.count-grid p{
    font-weight: 500;
}

.logos-grid-adv{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 80px;
    justify-content: space-between;
}

.part_logos{
    max-width: 100%;
    filter: grayscale(0);
    margin: auto;
}

.part_logos:hover{
    filter: grayscale(0);
}

.l_min_w{
    max-width: 55%;
}

.l_min_w_b{
    width: 100px;
}

.in-main-title h1{
    text-align: center;
    word-spacing: 5px;
    letter-spacing: -1px;
    font-size: 85px;
    font-weight: 800;
    padding-bottom: 15px;
    margin: 0px auto 50px;
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


.in-main-title .bottomtxt h3{
    margin: 30px auto;

}

.singlepage .top-black-teaser p, .singlepage .top-black-teaser h1, .singlepage .top-black-teaser h2, .singlepage .top-black-teaser h3{
    font-weight: 300;
    color: #fff!important;
    text-align: center;
}



.sdkpage .in-main-title h1{
    text-align: center;
    word-spacing: 5px;
    letter-spacing: -1px;
    font-size: 85px;
    font-weight: 800;
    padding-bottom: 15px;
    margin: 0px auto 10px;
    background: rgb(6, 119, 255);
    background: -moz-linear-gradient(65deg, rgba(6, 119, 255, 0) 0%, rgba(221, 69, 199, 0) 75%);
    background: -webkit-linear-gradient(65deg, rgba(6, 119, 255, 0) 0%, rgba(221, 69, 199, 0) 75%);
    background: linear-gradient(65deg, rgba(6, 119, 255, 0) 0%, rgba(221, 69, 199, 0) 75%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}


.sdkpage .in-main-title h1 .gradfont{
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


.con-in-inf b{
    font-weight: 800;
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.in-main-title .adv_mt h2{
    width: 100%;
}

.adv_mt .desc{
    margin-top: auto;
    width: 65%;
    font-weight: 500;
}

.bottom-final h2{
    text-align: center;
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
    font-size: 100px;
    font-weight: 700;
    line-height: 105px!important;
    color: #ffffff;
    word-spacing: 5px;
    letter-spacing: -1px;
}

.logo-m-title{
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 900;
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    text-align: center;
    width: 40%;
    margin: 60px auto;
}

.adv_partner{
    margin-top: 60px;
    padding-bottom: 120px;
}

.adv_partner .logo-m-title{
    width: 100%;
    text-align: left;
    margin: 0px;
}

.adv_par_grid{
    display: grid;
}

.adv_par_grid p{
    margin-top: auto;
    margin-bottom: 0px;
}

.footer-gap{
    background-color: #ffffff;
}





.main_title_art{
    margin-bottom: 170px;
}

.head_art_teaser{
    margin-top: 60px;
}

    .in_art h3{
        margin-top: 40px;
}

.art_small_img{
    overflow: hidden;
    height: 240px;
    width: 100%;
    position: initial;
}

.big_art_img{
    height: auto;
    width: 100%;
    margin-top: -250px;
    border-radius: 12px;
}



.art_small_img img{
    width: 100%;
    height: 240px!important;
    border-radius: 12px;
    object-fit: cover;

}

.in-doc{
    background: #ffffff;
}
.in-doc p{
    color: #000000;
}

.in-doc li {
    font-size: 15px;
    font-family: roboto;
    color: #000000;
    font-weight: 400;
}



.footer-hold{
    display: grid;
    grid-template-columns: 2fr 2fr 4fr;
}

.back_home_btn{
	text-align:center;
	font-weight:800!important;
	font-size:15px!important;
    background: #ffffff!important;
    padding: 20px;
    width: 170px;
    margin: 0 auto;
    color:#9455d9!important;
    border-radius: 50px;
}


h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 85px; 
    color: #fff;   
}

h2{
    font-size: 45px;
    line-height: 1.3em;
}

h3{
    font-family: 'Poppins', sans-serif;
    font-size: 26px; 
    line-height: 1.6em !important;
    font-weight: 500; 
    color: #fff;
}


h4{
    font-family: 'roboto', sans-serif;
    font-size: 26px; 
    line-height: 40px!important;
    font-weight: 400; 
    color: #fff;
}

h5{
    font-family: 'roboto', sans-serif;
    font-size: 38px; 
    letter-spacing: 0.5px;
    line-height: 45px!important;
    font-weight: 700; 
    color: #fff;
}


p{
    color: #fff;
}

.main-sec-title{
    margin-top: 50px;
    margin-bottom: 30px;
}


.main-sec-bott{
    margin-top: 85%;
    margin-bottom: 30px;
}


.fullscreen{
    height: 100vh;
}

#home{
    background-color: #000;
}

.main-teaser{
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
}

.main-teaser-con{
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-around;
    z-index: 10;
}


.main_back_cen{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top:-130px;
    bottom: 0;
    margin: auto;
    opacity: 0.80;
    z-index: -1;
}

.main_back_cen img{
    opacity: 0;
}

#canvas{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    filter: brightness(0.4);

}

.start_btn{
	display: block;
    padding: 20px 25px;
    text-align: center;
    font-size: 18px;
	width: fit-content;
	color:white;
	font-weight:500;
    border-radius: 50px;
    letter-spacing: 0.5px;
	background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0677ff",endColorstr="#dd45c7",GradientType=1);
	cursor: pointer;
   
}

.sdkpage .start_btn{
    margin: 40px auto 0px;
}


.con-in-inf .start_btn{
    background: black;
    margin: 40px 0px 0px;
}


.main-teaser-bott .start_btn {
    margin-top: 30px;
}


.bottom-final .start_btn{
    width: fit-content;
	display: block;
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
	color:#000000;
	font-weight:700;
    border-radius: 50px;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: #ffffff;
    margin: 30px auto 0px;
}

.bottom-white .start_btn{
	display: block;
    padding: 25px;
    text-align: center;
    font-size: 18px;
	width: 200px;
	color:#fff;
	font-weight:500;
    border-radius: 50px;
    letter-spacing: 0.5px;
    cursor: pointer;
    background: #000;
    margin: 30px auto 0px;
}


.goldpage .bottom-white .start_btn{
    background-color: #ebd77f;
    color: #000000;
}

.start_btn:hover{
    filter: brightness(1.2);
}



.singlepage .bottom-start h2{
    color: #000000;
    width: 100%;
}

.ssi-cont{
    display: grid;
    grid-template-columns: 45% 45%;
    margin: 8% auto;
    gap: 100px;
    justify-content: flex-start;
}

.img-right{
    margin-right: 0;
}

.img-left{
    margin-left: 0;
}



.tag-left{
    position: absolute;
    left: -40px;
    top: 17%;
    width: 80px;
}

.tag-right{
    position: absolute;
    right: -40px;
    bottom: 17%;
    width: 80px;
    transform: rotate(180deg);
}

.bottom-final h3 {
    margin-top: 30px;
    font-weight: 500;
    width: 70%;
    color:#fff;
    margin: 0 auto;
}

.bottom-final{
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,12) 0%, rgba(221,69,199,12) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
}

.bottom-white.bottom-final{
    background: #fff;
}

.bottom-white h2{
    margin-top: 50px;
}

.bottom-white{
    padding: 80px 0;
}

.bottom-final{
    padding: 80px 0;
}

.thk{
    display: flex;
    align-items: center;
    margin: auto;
    height: 100vh;
}

.section-gap.thk{
    color:#ffffff;
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);

}

a:hover {
    color: #fff;
}

.dots-teaser .tree-grid{
    gap: 1.5%;
}

.hold-dots-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.dots-bg{
    max-width: 100%;
    opacity: 0.25;
}



.in-main-title h3{
    text-align: center;
    max-width: 700px;
    font-weight: 600;
    margin: 0 auto;
}

.con-in-inf h3{
    margin: 30px 0;
}

/*-----------------------------REDESIGHN-------------------------*/

.storebtn{
    max-width: 90px;
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}


.singlepage p, .singlepage h3{
    color: #000;
}

.singlepage h3 {
    font-weight: 700;
}

.singlepage h2 {
    max-width: 910px;
    margin: 0 auto;
}

.singlepage{
    background-color: #fff;
}


.top-black-teaser .bottom_mob_text p{
    font-size: 35px;
    font-weight: 300;
    line-height: 3rem;
    text-align: center;
    margin-top: 30px;
}

.container.flow{
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}


.marg-top{
    margin-top: 100px;
}

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

.tree-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 50px;
}


.sdkpage .tree-grid h3{
    margin: 30px 0 0;
}

.tree-grid h3{
    margin: 30px 0;
}

.tree-grid .bottom-start p{
    margin-bottom: 60px;
}

.sdkpage .tree-grid .c_v_img{
    margin: 0;
}


.tree-grid .c_v_img{
    display: flex;
    max-width: 100%;
    display: flex;
    margin-top: auto;
}

.tree-grid .bottom-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sdkpage .bottom-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.bottom-final h3{
    margin: 30px auto;
    font-weight: 500;
}

.form-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 30px;
}


#form_contact_iga label {
    margin-top: -0.2rem;
}

label{
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
}

.inp-lab-hold{
    display: flex;
    align-items: start;
    gap: 5px;
    margin-bottom: 2px;
}

.uga-btn{
    justify-content: end;
    display: flex;
}

.exitpopup-modal-window h2{
    font-size: 25px;
    max-width: 100%;
}


.flex-form .single-textarea {
    margin-top: 0px;
}

.hold-full-form{
    display: grid;
}

/*---------------------------------------------------------------*/


@media (min-width: 1921px){

    .video-container {
        width: 1600px;
        margin: 0 auto;
        height: 400px;
    }
    
    .back_mob_bg {
        width: 100%;
        height: 100vh;
    }

    .inner-gap .container.flow {
        max-width: 1920px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 1650px){
.banner-left h1 {
    font-size: 80px;

}
.ind-bottom {
    top: 320px;
}
.sec_3 h2 {
    font-size: 18px;
}
  .box_p p{
    height: 175px;

}
}

@media (max-width: 1550px){

    h1 {
        font-size: 80px;
    }


    .screen_as{
        transform: scale(0.85);
        margin-top: -40px;
    }
    .ac {
    height: 450px;
}
    .cube {
    width: 170px;
    height: 170px;
}
    .cube_text {
    font-size: 26px;
}
}

@media (max-width: 1440px){

	.hiw-btn {
		width: 180px;

	}
	.watch-bold {
		font-size: 70px;
		}
	.watch-thin {
		color: #fff;
		font-size: 70px;
	}
	.cms_title{
		margin-top:-70px;
}
}

@media (max-width: 1366px){

    .vidtitlehold {
        margin: 40px 20px;
    }

    #mask-text {
        font-size: 165px;
    }

    .singlepage .sec-a h2 {
        max-width: 700px;
        font-size: 30px;
        line-height: 40px;
    }
    

    .singlepage .opas-gold-box h2 {
        font-size: 30px;
    }

    .container.flow {
        padding-left: 50px;
        padding-right: 50px;
    }

    h1 {
        font-size: 80px;
    }

    .banner-left h1 {
        font-size: 65px;
        line-height: 100px!important;
        margin-bottom: 0px;
        width: 85%;

}

.start_btn.fit_btn {
    padding: 25px 35px 25px 35px;
    width: 220px;
}

    .banner-left h2 {
		font-size: 28px;
		margin-top: 20px;
		line-height: 38px!important;

}
    .banner-left h3 {
        margin-bottom: 20px;
}
    .hiw-btn {
        width: 180px;
}
  .c_v_img {
    max-width: 100%;
    height: auto;
}  

	#teaser .banner-left h2 {
		max-width: 70%;
	}

	#teaser .banner-left h1 {
		font-size: 130px;
		line-height: 120px!important;
		margin-top: -18%;
	}
	.sec_3 h2 {
		font-size: 18px;
	}
    .box_p p{
        height: 160px;
    } 
    .cube {
        width: 145px;
        height: 145px;
    }
    .cube_text {
        font-size: 22px;

    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
	.container_slider .slidemob {
		height: 350px;
		top: 71px;
		width: 600px;
		transform: scale(0.925);
	}
	.pc_screen {
    width: 600px;
	}
	.ac {
		height: 420px;
	}
	
}

@media (max-width: 1280px){

    .video-container {
        height: 35vh;
    }

    .in-main-title h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .navbar-nav a {
        padding: 10px;
        font-size: 15px;
    }

    .main-sec-bott {
        margin-top: 70%;
    }
    

    .main-sec-bott {
        grid-template-columns: 60% 40%;
    }

    .in-main-title h1 {
        font-size: 70px;
    }

    .cube {
        width: 140px;
        height: 140px;
    }

    .cube_text {
        font-size: 23px;
        left: 13px;
        bottom: 8px;
    }
      .box_p p{
        height: 190px;
    } 

}


@media (max-width: 1024px){



    .big_art_img {
        margin-top: -140px;
    }

    .main-teaser {
        height: 750px;
    }

    h1 {
        font-size: 70px;
    }

    .main-sec-title {
        margin-top: 80%;
    }

	#teaser .banner-left h2 {
		max-width: 70%;
	}

	#teaser .banner-left h1 {
		font-size: 100px;
		line-height: 100px!important;
		margin-top: -10%;
}
	.teaser_logo {
		max-height: 200px;
		padding-bottom:20px;
}
	#teaser .banner-left h2 {
		font-size: 33px;
		line-height:33px;
		max-width: 85%;
	}
}


@media (max-width: 991px){

    .line-hold {
        gap: 15px;

    }

    .line-hold-cont-all{
        padding: 30px;
    }

    #mask-text {
        font-size: 13rem;
    }

    .goldpage .tree-grid {
        gap: 30px;
    }

    .top-round-bord h3{
        max-width: 250px;
    }

    .goldpage .navbar-light .navbar-toggler {
        border: 2px solid #000!important;
    }

    .grad-cloud {
        bottom: -5%;
    }

    .goldpage .bottom-white {
        padding: 50px 0;
    }

    .ball {
        position: relative;
        display: flex;
        max-width: 35%;
    }

    .gold-cont {
        grid-template-columns: repeat(1, 1fr);
        padding: 30px 30px;
    }


    .vidtitlehold{
        padding-top: 30px;
    }

    .goldpage .con-in-inf .c_v_img {
        max-width: 100%;
        margin: auto;
    }

    .goldpage .inner-gap {
        padding-top: 50px;
    }

    .gold_ic {
        height: 100px;
        margin-bottom: 15px;
    }

    .opas-gold-box{
        padding: 30px;
        border-radius: 30px;
        text-align: center;
    }

    .singlepage .opas-gold-box h2 {
        margin: 20px auto;
    }

    .goldpage h1 {
        font-size: 2.2em !important;
    }

    @keyframes maskflowlett {
        to {  
            letter-spacing: -17rem;
        }
      }
    

    .pastel-grad-about p, .pastel-grad-about h3{
        text-align: left;
    }

    .goldpage .pastel-grad-about{
        padding: 30px 15px;
    }

    .goldpage .pastel-grad {
        padding: 30px;
    }

    .top-cont-hold p{
        font-size: 16px;
        line-height: inherit;
    }

    .sec-a {
        position: relative;
    }

    .sec-b {
        margin-top: 0;
    }

    .singlepage.goldpage .sec-a h2{
        font-size: 7vw;
    }

    .vidtitlehold {
        margin: 0px;
    }

    .mask-svg {
        margin-top: 12%;
    }

    .goldpage .in-main-title {
        padding-top: 58px;
        overflow: hidden;
    }

    .top-round-bord {
        border-radius: 30px 30px 0 0;
        overflow: visible;
    }

    .video-container {
        height: 20vh;
    }

    .gold-arrow, .gold-arrow-b {
        width: 50%;
        top: 0%;
        bottom: auto;
    }

    .saf-cont-hold{
        position: relative;
        margin-bottom: 50px;
    }

    .ent{
        display: none;
    }

    .start_btn, .con-in-inf .start_btn{
        transform: scale(0.9);
        margin: 30px auto 0;
    }

    .dots{
        display: none;
    }

    .hold-apps-teaser{
        display: none;
    }

    .sdkpage .top-black-teaser {
        padding-bottom: 50px;
    }

    .blue-hold {
        padding: 30px;
    }

    .sdkpage .full-grad .c_v_img{
        max-width: 50%;
        margin-left: auto;

    }

    .inner-gap .full-grad .bottom-start {
        padding: 0px 0 30px 30px;
    }

    .inner-gap .full-grad .bottom-start h3{
        font-size: 24px;
        width: 80%;
    }

    .sdkpage .con-in-inf .c_v_img {
        max-width: 100%;
        overflow: hidden;
        padding: 0 30px;
        margin: 0;
    }


    .in-main-title .bottomtxt h2{
        font-size: 28px;
    
    }

    .sdkpage .tree-grid h3 {
        font-size: 4vw;
        line-height: 1.5rem !important;
    }

    .pink-hold, .blue-hold {
        width: 100%;
        margin-bottom: 30px;
    }

    .logos-flex{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 0px;
    }

    .logos-flex p{
        font-size: 13px;
    }

    .main-teaser{
        text-align: center;
    }

    .index .bottom-start {
        padding: 30px;
    }

    .in-main-title h3 {
        font-size: 18px;
        line-height: 24px !important;
    }

    .dots-teaser .tree-grid {
        gap: 2.5%;
    }

    .con-in-inf h3 {
        margin: 30px auto;
        width: 80%;
        text-align: center;
    }

    .teaser_desk{
        display: none;
    }

    .con-in-inf .c_v_img {
        max-width: 80%;
        margin: 20px auto 60px;
        text-align: center;
        display: flex;
    }

    .container{
        max-width: 100%;
    }

    .part_logos {
        width: 90px;
    }

    .l_min_w {
        width: 60px;
    }

    .l_min_w_b {
        width: 80px;
    }

    .storebtn {
        margin-bottom: 0px;
    }

    .banner_vid {
        transform: scale(0.8);
    }

    .in-main-title h1 {
        margin: 0px auto 20px;
    }

    .bottom_mob_text h2{
        color: #fff;
    }

    .container.flow {
        padding-left: 15px;
        padding-right: 15px;
    }

   .count-grid h2 {
        font-size: 1.4rem;
    }

    .adv_partner {
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .logos-grid-adv {
        gap: 40px 30px;
        width: 100%;
    }


    .appbtn {
        width: 100%;
    }

    .bottom-final h3 {
        width: 100%;
    }

    .inner-gap .bottom-start {
        padding: 30px;
        margin-top: 0px;
        margin-top: 0px;
    }

    .bs-grid p {
        margin-top: 20px;
    }

    .bottom-start {
        margin-top: 50px;
    }

    .bottom_mob_text{
        filter: drop-shadow(0px 0px 40px rgb(0 0 0 / 0));
    }

    .appbtns {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .in-main-title {
        padding-top: 100px;
    }

    .btt {
        display: block;
        margin-top: 0px;
    }


    .blog-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        column-gap: 30px;
    }

    .main-sec-title {
        margin-top: 6%;
        margin-bottom: 50px;
    }
    .navbar-nav{
        max-height: 100vh!important;
        padding-bottom: 5%;
    }
    .navbar-nav li {
        padding: 10px 0!important;
    }

	.thankoo h3{
		font-size:32px;
		margin-top:0px;
		padding-bottom:3px;
		}
		
		.thankoo h2{
			font-size:24px!important;
			margin-top: 5px;
		}
		

    .thankoo{
        display: block !important;
    }

	.form_logo img{
		width: 100px;
		height: 100px;
	}
	.thanku_page{
		background-size: cover;
	}
    
    .c_v_img.mob{
        width: 100%;
        height: auto;
    }
    .container.mob-con{
        width: 100%;
    } 
   .desk{
        display:none!important;
    }
    
 
  .create_video .sec_2  {
        text-align: left!important;
    }
    
    
    .video_carr{
        width: 100%;
        height:auto;
        background-size: 92%;
    }
    .sec_2 .top_desc {
        margin-top: -50px;
    }
    .m-right {
        padding-left: 6%;
    }
    .desc {
        font-size: 16px;
        line-height: 23px!important;
    }
   

    .banner-left {
    max-width: 100%;
    }
    
    .hiw-btn {
        width: 60%;
    }
    
    .img-arrow {
        transform: rotate(90deg);
        padding-top: 40px;
        padding-bottom: 40px;
        margin: auto;

    }
    .hiw-text {
        width: 85%;
		margin-top:-20px;
    }
    .ind-in-m {
        height: 380px;
        position: relative;
        margin-bottom: 80px;
    }
   
    .container.con-ind{
            max-width: 88%;
    }
    .container.levels{
        max-width: 90%;
    }
    
    .timeline_img{
		width: 100%;
        margin: auto;
        text-align: center;
	}
    .timeline_txt{
		padding-top: 30px !important;
		width: 100%;
	}
    .sec_1 h3 {
		font-size: 20px;
		line-height: 25px !important;
		text-align: center;
        margin: auto;
        width: 90%;
    
    }
    .timeline_box p{
        text-align:center!important;
		margin: auto;
		padding-top: 20px;
    }
    .cor-revers{
        flex-direction: column-reverse;
        margin-top: -50px;
        margin-bottom: -100px;
    }
    #home {
        height: 750px;
    }
    
	 .hiw .navbar-nav{
	   padding: 6px;
	}

	.navbar-light .navbar-toggler {
		border: 3px solid #ffffff !important;
		border-radius: 20px !important;
	}
	.form_box form {
		width: 100%;
	}
	
	.sec_2 .how-it-works-bg {
		background-attachment: scroll!important;
		background-size: auto!important;
	}
	.navbar-nav a{
		padding: 0px;
	}
	
	.footer-nav h5{
		padding-bottom: 0px;
	}
    .pop_dynamic{
        max-width: 55%;
        height: auto;
    }
    .pop_pic {
        top: -70;
        left:0;
        right: 0;
        margin: auto;
    }

    .pop_pic_show {
        top: 0;
        left:0;
        right: 0;
        margin: auto;
    }
    .ac_desk{
        display: none;
    }
    
    .box_p p {
        height: 100%;
    }
   
    .teaser_par_desk{
        display:none!important;
    }
    .par h1{
        width: 80%;
    }
	.single-footer-widget {
		margin-bottom: 40px;
	}

	.box_back {
        width: 100%;
    }

    .exitpopup-modal-window {
        width: 100% !important;
        border-radius: 0px;
    }

    .exitpopup-modal-window.flex-form{
        overflow: scroll;
    }
    

    #exitpopup-modal .modal-body {
        padding: 0px;
        border-radius: 0px;
    }

    #form_contact_iga label {
        margin-top: -0.15rem;
        margin-bottom: 0.7rem;
    }

    .flex-form form {
        overflow: auto;
        height: 100vh;
        padding: 30px;
    }

    .form-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .hold-mob-right {
        background: rgb(146, 107, 228);
        background: linear-gradient(180deg, rgba(146, 107, 228, 1) 0%, rgba(221, 69, 199, 1) 100%);
    }

    .hold-mob-left {
        background: rgb(6, 119, 255);
        background: linear-gradient(180deg, rgba(6, 119, 255, 1) 0%, rgba(146, 107, 228, 1) 100%);
    }

    .bottom-final {
        padding: 50px 0;
    }

    .tree-grid .bottom-start p {
        margin-bottom: 50px;
    }

    .tree-grid h3 {
        margin: 15px 0;
    }

    h1{
        font-size: 2.5em!important; 
    }

    h2{
        font-size: 2em;
        line-height: 1.3em;
        text-align: center;
    }

    .index h2 {
        color: #dd45c7;
    }

    .marg-top {
        margin-top: 30px;
    }

    .inner-gap {
        margin-top: 50px;
    }

    .tree-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .sdkpage .tree-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .sdkpage .tree-grid.full-grad {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .in-main-title p {
        padding-bottom: 20px;
    }

    .count-grid {
        gap: 20px;
        padding: 0px;
    }

    .ic-hold {
        height: 70px;
    }

    .abo-icon {
        height: auto;
        width: 40px;
    }

    .abo-icon.hands-ic {
        height: 45px;
    }

    .in-main-title p{
        margin-top: 30px;
    }

    .ga_btns{
        margin-top: 50px;
    }

    .bottom-start {
        border-radius: 12px;
    }

    .hold_bg_img {
        border-radius: 12px;
    }

    .adv_mt {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        justify-content: space-between;
    }

    .adv_mt .desc {
        margin-top: 0;
        width: 100%;
        font-weight: 500;
    }

    .footer-area p {
        text-align: center;
        margin-top: 30px;
    }

    .legal_bottom {
        margin-top: 0px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .banner_hold_pub {
        padding: 30px;
    }

    .banner_hold_adv {
        padding: 30px;
    }

    .logo-m-title {
        font-size: 25px;
        width: 100%;
        margin: 20px auto 40px;
    }

    .logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin: 50px 20px;
    }

    .bs-grid {
        grid-template-columns: repeat(1, 1fr);
        gap:15px;
    }

    .gameicons {
        max-width: 100%;
    }

    .ga_btns p {
        margin-top: 20px;
    }

    .main_title_art {
        margin-bottom: 50px;
    }

    .section-gap.mt-150{
        margin-top: 50px;
    }

    .footer-hold {
        grid-template-columns: 12fr;
    }

    .close_btn {
        position: relative;
        transform: rotate(46deg);
        line-height: 0px;
        padding-left: 0px;
        color: #000;
        top: 0;
        right: 0;
        font-size: 50px;
        display: flex;
        margin-left: auto;
    }

    #canvas {
        filter: brightness(0.8);
    }

    .col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-teaser-bott {
        grid-template-columns: 100%;
    }

    .ssi-cont {
        grid-template-columns: 100%;
    }
    
    .singlepage h2 {
        color:#000;
    }

    .main-teaser {
        height: 550px;
    }

    .main-teaser-con{
        margin: auto;
        grid-template-columns: 100%;

    }
 
	.pop_video .navbar-nav li {
        text-align:right;
		margin-right: 5%;
    }

	.navbar-nav li {
        text-align:left;
    }

	.single-cat h4{
    line-height: 22px !important;
    } 
	.sep-right h2{
		height: 90px;
        margin-top: -35px;
    }
    .sep_new h2{
        height: 90px!important;
    }
    .counter {
        font-size: 80px!important;
    }
	.pb-150 {
        padding-bottom: 30px;
    }  
	.form_header{
       height: 170px!important;
       align-items: center;
	   flex-wrap:wrap;
	   padding:10px!important;
	   background-repeat: no-repeat!important;
       background-size: cover!important;
       background-position: right!important;
	}
	.sec_form .container {
       max-width: 90%!important;
	}

    .default-header {
	   background-color: #000;

	}

	.footer-nav{
		flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		display: block!important;
	}
	.single-footer-widget{
		 text-align:center!important;
	}
	.cor-revers .single-cat{
		height: 707px;
	}

	.how_btn.ml-50{
		margin-left:20px;
	}
	.start_btn.ml-15{
		margin-left:0px;
	}
	.right-play {
		width: 22px;
    }

}

@media screen and (orientation: landscape) and (max-width: 991px) {

    .video-container {
        height: 100vh;
    }

    .in-main-title h2 {
        font-size: 60px;
        line-height: 70px!important;
    }
    .bottom-final h2 {
        font-size: 60px;
        line-height: 70px!important;
    }
}

@media (max-width: 768px){

    .single-footer-widget .aib-fo {
        width: 50%;
        height: auto;
        margin-top: 50px;
    }

    .in-main-title h2 {
        font-size: 2.5rem;
        line-height: 1.2em !important;
        width: 90%;
        margin-bottom: 0px;
    }

    .bottom-final h2 {
        font-size: 2.5rem;
        line-height: 1.2em !important;
        margin-top: 20px;
    }

    .in-doc-title {
        padding: 100px 0px 50px 0px;
    }

    .path_blog {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
    }

    .in_art h3 {
        margin-top: 20px;
    }

    .big_art_img {
        margin-top: -120px;
        height: 240px;
        border-radius: 12px;
        object-fit: cover;
    }

    .main-sec-title.sec_title {
        padding-bottom: 40px;
    }

    .head_art .main-sec-title {
        padding-right: 0%;
    }

    .mob h4{
        font-size: 17px;
        line-height: 25px!important;
    }
 
    .join-bott{
        background-position: right 100px;
    }

    .main-sec-bott {
        margin-top: 5%;
        margin-bottom: 50px;
    }

    .ssi-cont {
        display: grid;
        margin-top: 15%;
        gap: 25px;
        justify-content: flex-start;
    }

    .bottom-start {
        padding: 20% 5% 15%;
        margin-top: 50px;
    }

    .tag-left {
        left: 5%;
        top: -6%;
        width: 40px;
    }

    .tag-right {
        right: 5%;
        bottom: -6%;
        width: 40px;
    }
    
    h5 {
        font-size: 28px;
    }

    .desc {
        width: 100%;
    }

    .main_back_cen {
        width: 200%;
        opacity: 0.55;
        left: -200px;
        right: 0;
        top: -50px;
        bottom: 0;
    }

    .sep-right {
        border-right: 0;
        height: 116px;
        margin-bottom: 45px;
    }
    .bullets h4{
        padding-bottom: 20px !important;
    }
    .sec_4 {
        max-height: 800px;
    }
    .footer-area div{
        text-align: center;
    }
	
    .mt_-50{
        margin-top: unset;
    }
		#home{
			height: 750px;
	}
	.btnbackground {
		margin-bottom: 10%;
    }
	
	.banner-left h1 {
		font-size: 70px;
		line-height: 80px !important;
	}
	.cor-revers .single-cat{
		height: 700px;
	}
	.pop_video video {
		width: 85%;
		height: auto;
	}
	.pop_video {
		height: 600px;
	}
      .screen_as{
        transform: scale(0.7);
        margin-top: -70px;
    }
    .pc_screen {
        width: 100%;
    }
    .lib_icons .col-md-3{
        width: 50%;
        padding: 0% 10% 0% 10%;
        margin-top: 0px
    }
    .lib_icons{
        margin-top: 10%;
        
    }
        .lib_icon.mt-50{
        margin-top:20px;
    }
    
    .lib_title.mt-30{
        margin-top: 10px;
    }
    .mt-50.inn_title{
        margin-top: 0px;
    }
    .lib_bottom_text {
        width: 100%;
        padding: 10% 0% 15% 0%;
    }
     .lib_bottom_text .mt-80 {
        margin-top: 50px;
    }
    .mb-100.bottom-sec{
        margin-bottom: 0px;
    }
     .mt-100.bottom-sec{
        margin-top: 50px;
    }
     h6 {
        font-size: 25px;
        font-weight: 900;
        width: 95%;
        margin: auto;
    }
    .live_cube {
        top: 300px;
    }	
    .solu.head_library, .solu.head_live, .solu.head_outstream {
        height: 150px;
     }
 
    .par.text-center{
        
        text-align: left!important;
    }
    .par .mt-50{
        margin-top: 20px;
    }
      .par {
        margin-top: -20px;
    }
    
    .title_sep {
        height: 12px;
        width: 45px;
        margin-left: 0;
    }
    .mt-80.teaser_par_mob{
        margin-top: 40px;
    }
    
    .teaser_par_mob{
        margin-top: 20px!important;
    }
    
    .start.mt-150{
        margin-top: 50px;
    }
  
    .ac{
        height: auto;
    }
    .ac_mob_in {
       padding-bottom: 20px; 
    }
    
   .ac_mob_in{
        width: 100%;
        height: auto;
        margin-top: 3%;
        margin-bottom: 5%;
        padding: 3%;
    }
     .ac_text {
        padding-top: 10%;
        padding-left: 3%;
    }
	.footer_title_sep {
		margin: auto;
		margin-bottom: 30px;
	}
		.cms_title{
		margin-top:70px;
    }
    .grid-pub{
        grid-template-columns: repeat(auto-fit, minmax(33%, 1fr))!important;
    }
    .footer-text.pt-90{
        padding-top: 30px;
    }
    .top-sep{
        max-width: 88%!important;
    }

}




@media (max-width: 575px){

    .grad-bord {
        border-bottom: 4px solid;
        padding-bottom: 0px;
    }

    
	#trailer > video {
		min-height: 520px;
        height: 105%;
	}
    .banner-left h1{
		font-size: 50px;
		line-height: 50px!important;
    }
    .sec_4_txt {
        padding-right: 0;
    }
    .sec_2 .single-cat{
        max-width: 80%;
        margin: 0 auto;
    }
    .banner-left h2 {
        font-size: 22px;
        line-height: 27px !important;
        margin-bottom: 0px !important;
    }
    .bullets h4 {
        font-size: 18px;
    }
    .bullets h3 {
        font-size: 18px;
    }
    .banner-left h3 {
        font-size: 22px;
        
    }
  
	.form_box {
		max-width: 98%;
		height: 70%;
		margin-bottom:150px;
	}
   
   .form_box .pb-50 {
		padding-bottom: 0px;
	}
		
    .fit_box {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .sec_2 h2 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .sec_2 .top_desc {
        margin-top: -50px;
    }
    
 
	.btnbackground {
		width: auto;
		height: 100px;
		margin-bottom:10%;
	}
    .sec_2 .how-it-works-bg {
		height: 650px;
	}
    .watch-bold{
        font-size: 36px;
        line-height: 40px!important;
        width: 100%;
    }
	.sec_2 h1 {
        font-size: 36px;
        line-height: 40px!important;
		font-weight:900;
    }

    .white-frame {
        padding: 5%;
    
    }
	.two-btn{
	 margin-top: 0px;
     margin-bottom: 40px;
	 width:95%;
	}
	.hiw {
        max-width: 90%;
        height: 200px;
        margin-top: 10%;
    }
	.hiw-btn {
        width: 95%!important;
    }
	.hiw-text{
		margin-top:-22px!important;
	}
	
	.hiw-text{
		font-size:19px!important;
	}
	

	.mob-con h2{
		 font-size: 20px;
	}
	.cor-revers h2{
		font-size: 20px;
	}
	
	 .create_video{
		 padding-top:60px;
	 }
	

	.cor-revers .single-cat{
		    height: 405px;
	}
	.navbar-brand img{
		height: 32px;
		width: auto;
	}
	#home{
		height: 550px!important;
	}
	.popupbox_try .close_btn {
		top: -20px;
		right: 16px;
	}
	.banner-left h1 {
		width: 100%;
		text-align: center;
	}
	.banner-left h2 {
		width: 100%;
		text-align: center!important;
	}
	.justify-content-start.two-btns{
	    justify-content: center!important;
		margin-top:25px;
		width: 100%;
	}

	.banner-left h2 {
		font-size: 22px;
		margin-bottom: 50px;
		margin-top:10px;
	}
		
	.how_it_works.fit_btn {
		font-size: 15px;
		padding: 15px 0px;
		width: 135px;
	}
	.right-play {
		width: 17px;
		padding-left: 5px;
	}
	.pop_video {
		height: 400px;
		width:auto;
	}
	   .cube {
        width: 120px;
        height: 120px;
    }
	.cube_text {
		font-size: 20px;
    }
	.check-platforms .col-lg-4, .col-md-4, .col-sm-4 {
		max-width: 32%;
		padding-right: 2px;
        padding-left: 2px;
	}
	.sign_box_title {
		 font-size: 14px!important;
		 line-height: 20px;
		 width: 70%;
		 margin-left: auto;
		 margin-right: auto;
	}
}




@media (max-width: 460px){

	_::-webkit-full-page-media, _:future, :root .banner-left h1 {
		margin-top: 25%;
	}
	.thanku_page{
		background: url(../images/thank_you_g_mob4.jpg)!important;
		background-size: cover!important
	}
	.pop_video{
		max-width: 100%;
	}

	.banner-area .fullscreen {
		height: 550px !important;
	}
	h1 {
		font-size: 2.8rem;

	}


    h3 {
        font-size: 22px;
        line-height: 35px!important;
    }
    
	.sep_red {
		margin-bottom: 40px;
	}
	
	
	.face_img img{
		margin-top: -10px;
	}
    .bullet_img img{
        max-width: 60px;
        margin-left: -33px;
    }
	.bullets h4 {
		font-size: 15px;
		line-height: 24px !important;
	}
	.bullets h3 {
		padding-bottom: 0px;
	}
	.bullet_2 h2 {
		right: -13px;
	}
	.bullet_dots {
		right: 13px;
	}
	.sec_4_txt {
		padding-bottom: 40px;
	}

    .sec_5 h2 {
        font-size: 20px;
    }
	

	.mt-13 {
		margin-top: 25px;
	}


	.col-lg-4 .single-footer-widget{
		padding-top: 20px;

	}
    .fit_box{
	    padding: 0px!important;
		padding-bottom:80px!important;
		padding-top:45px!important;

}
    .fit_box .fit_btn {
        bottom: -8%;
		background: #fff;
		color: #47b7e4;
		font-weight: 600;
		box-shadow: -2px 5px 10px rgba(0,0,0,0.2);
}

    .blackbox{
	     max-width: 85%!important;
}
   
	
	.thankoo p{
	    color: #000000 !important;
	    font-size: 22px!important;

	  }
	  #home{
			height: 850px;
		}
		.container.sec_create_video .col-lg-12 {
			padding-right: 10px;
			padding-left: 10px;
}

}

@media (max-width: 330px){
		.start_btn.fit_btn {
		display: block;
		padding: 16px 12px 16px 12px;
		font-size: 13px;
		width: 115px;
	}
	.how_it_works.fit_btn {
		font-size: 13px;
		padding: 15px 0px;
		width: 115px;
	}
}



/* - - - -  CONTACT POPUP - - - - */

#exitpopup-modal .modal-title {
    padding: 20px;
    margin: 0;
    text-align: center;
    border-radius: 0px 0px 0 0!important;
        background: linear-gradient(45deg, rgba(126,1,0,0.80) 0%, rgba(128,108,0,0.85) 25%, rgba(45,105,46,0.85) 50%, rgba(35,93,114,0.85) 75%, rgba(128,32,83,0.85) 100%);
}


#exitpopup-modal .popupbox_act .single-input, .popupbox_act .single-textarea {
    background: #ffffff!important;
}

#exitpopup-modal h3{
	color:#fff!important;
}

#exitpopup-modal  .single-input {
    background: #ffffff!important;
}

#exitpopup-modal .primary-btn {
    line-height: 42px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
    color: #fff!important;
    display: inline-block;
    font-weight: 700;
    font-size:14px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    background: rgb(6,119,255);
    background: -moz-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    background: linear-gradient(65deg, rgba(6,119,255,1) 0%, rgba(221,69,199,1) 100%);
    border: 0px solid #000;
}

#exitpopup-modal .primary-btn:hover {
   opacity: 0.85;
}


/* - - - -  END CONTACT POPUP - - - - */


/* - - - -  POPUP TRY- - - - */




.form_box_try .text-center h3{
	color: #000!important;
}

/* - - - -  Slider - - - - */


#slider_special{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.slider-special-div-class .button-arrow.arrow-left {
    background-image: url(../images/prev_btn.svg);
    border-right: 0 solid rgba(255,255,255,.5);
    left: 10px;
    width: 80px;
    height: 140px;
    margin: auto;
    padding-left: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1000;
}

.slider-special-div-class .button-arrow.arrow-right {
    background-image: url(../images/next_btn.svg);
    border-right: 0 solid rgba(255,255,255,.5);
    right: 10px;
    width: 80px;
    height: 140px;
    margin: auto;
    padding-right: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 1000;
}


.video_carr {
      background: url(../images/video_carousel.jpg) ;
      background-position: center center!important;
      background-repeat: no-repeat;
      height: 580px;
      width: 580px;
	  background-size: contain;
}

  .video_carr .unitin-left {
        background-size: contain;
        background-position: left center!important;
            
}

.unitin-left {
    max-width: 600px;
    height: 450px;
}

.pub-title{
    font-weight: 900;
}

.top-sep{
    padding-top: 5%;
    border-top: 6px solid #f0f0f0;
    max-width: 93%;
}
.pub-logo{
    max-width: 105%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.pub-logo:hover{
    opacity: 0.8;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}


.pub-holder{
    margin: auto;
    padding: 15%;
}


.grid-pub{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16%, 1fr));
}


.head_art_teaser .main_art_img{
    width: 100%;
    border-radius: 12px;
    margin-top: -250px;
}

.main_art_img{
    width: 100%;
}

.path_blog{
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.path_blog a{
    font-size: 15px;
    font-weight: 500;
}

.path_arr{
    height: 15px;
    margin: auto 0;
}


.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0px;
    column-gap: 30px;
}

.blog-holder-text{
margin-bottom: 10px;
}


.blog-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px rgb(0 0 0 / 0%);
    margin-top: -25px;
}

.fa-arrow-right{
    margin-left: 5px;
}

.fa-arrow-right:before {
    font-size: 13px;
}

.blog_cont {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    margin-bottom: 40px;
    width: 100%;
    box-shadow: 0 0 0px rgb(0 0 0 / 0%);
}

.blog_cont h3{
    line-height: 35px!important;
}

.blog-desc{
    font-size: 17px;
}

.btblock-more{
    bottom: 5%;
    color: #0677ff;
    font-family: roboto;
    font-size: 15px;
    font-weight: 400;
    margin-top: auto;
}

.btblock-more:hover{
    color: #33bffa;
    margin-left: 5px;
}

.dots-hold{
    position: relative;
}

.dots-hold h2{
    color: #000;
    font-weight: 800;
    text-align: center;
    width: 350px;
}


/* - - - -  THANK YOU PAGE - - - - */

.thanku_page{
	background-size: cover!important;
}

.thankoo{   
    align-items: center;
}
.thankoo h3{
	color: #47b7e4 !important;
	font-size: 42px;
	font-weight:600;
}


.thankoo p{
	color: #ffffff !important;
	font-size: 25px;
	font-weight:500;
	line-height:30px;
}


.sec_form .container{
    max-width: 750px;
    padding: 0;
}





@media (min-width: 992px){



    .dots-bg{
        opacity: 0;
    }

    .apps-hold-teaser-mob{
        display: none;
    }

    .mobenter{
        display: none; 

    }

    .teaser-txt{
        width: 50%;
        position: relative;
        z-index: 1;
    }

    .in-main-title.top-black-teaser h3{
        max-width: 950px;
    }

    .teaser_mob{
        display: none;
    }

    .con-in-inf h3{
        width: 70%;
    }

    .r-c {
        flex-direction: row-reverse;
    }

    .con-in-inf {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 100px;
    }

    #programmatic-video h2{
       color: #fff; 
    }

    .navbar {
        padding: 0.7rem 1rem;
    }

    .bottom-start h2{
        color: #dd45c7;
        width: 70%;
    }

    .main-teaser-bott {
        max-width: 850px;
    }
    .bottom-white .start_btn{
        margin-bottom: 0px;
    } 

    .sec_1.create_video_sec.mob-con{
       display:none;
    }
    .ga_btns p{
        width: 120px;
    }
}



@media (min-width: 992px){

   #programmatic-video .col-lg-8{
        padding-left: 0px;
    }

    .mob{
        display: none;
    }


    .con-ind .col-lg-2{
        flex: 0 0 19.9%!important;
        max-width: 20%;
    }  
    .container {
        max-width: 90%;
    }
    #slider-special-popup-continer #video-container {
        width: 747px!important;
        height: 420px!important;
    }
    #slider-special-popup-continer.open .close-button {
        right: 60px;
        top: 60px;

    }
    .ac_mob{
        display:none;
    }
    
    .teaser_par_mob{
      display:none!important;
 }
}


@media (min-width: 1400px){
    .container {
        max-width: 1250px;
 }


 .container.publisher-logos {
        max-width: 74%;
}

    .container.con-ind{
        max-width: 72%;
}
   .solu .container {
        max-width: 85%;
}
}




/* - - - -  Teaser Demo - - - - */

.teaser_logo{
	    max-height: 200px;
		padding-bottom:40px;
}

#teaser .banner-left h1 {
    font-size: 150px;
    line-height: 135px!important;
	padding-left:5%;
	padding-right:5%;
}


#teaser .container {
    max-width: 100%;
}

#teaser .banner-left {
    max-width: 100%;
}


#teaser{
    position: relative;
	height: 100vh;

}

#teaser .banner-left h2 {
    font-size: 37px;
    line-height: 49px!important;
    max-width: 50%;
}


