@import url(https://fonts.googleapis.com/css?family=Archivo:100,200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900,1000);

html {overflow-x: hidden;scroll-behavior: smooth;}
body {   
    font-family:'Poppins','Archivo';
    background: #fcfcfc;}
	a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}
* {position:relative;transition:0.4s;box-sizing: border-box;font-family:'Poppins','Archivo'; padding: 0;
    margin: 0;}

h1 {font-weight: 500;
    color: #252527;
    padding: 0px 20px;
font-size: 24px;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */

.alert {   padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    border-radius: 6px;}
	
.danger {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {background: #cdfabf82;
    color: #46a052;
}	
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: 'Poppins','Archivo';}

a {    text-decoration: unset;
    color: unset;}

header {    z-index: 5;
    background: #040b2e;
    color: #ffffff;
    font-weight: 600;
}	
.head_box {position: relative;
    text-align: left;
    padding: 00px 20px;}
.head_box img,h1{display: inline-block;}
.head_box img{       width: 100px;
    margin: 10px auto;
    border-radius: 66px;
    filter: invert(1);}
.head_box h1{    vertical-align: top;
    margin: 10px auto 18px;
    font-size: 39px;
    font-weight: 600;
    color: #48007b;
    padding: 6px;
    letter-spacing: -3px;}
.sign_in {border: 2px solid;
    color: #3492dc;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 23px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 24px;
    right: 31px;
    cursor: pointer;}
	
.sign_in:hover {background: #074760;
    color: white;
    transition: 0.2s;}

.header_box2 {    display: block;
    background: white;
    color: black;
    text-align: center;}
.header_box2 .head_cont{display: inline-block;
    padding: 21px;
    font-weight: 500;
    cursor: pointer;}
.header_box2 .head_cont:hover {transition: 0.2s;
    background: white;
    color: #07425a;}
	

/*loader */
.loader2 {        background: #ffffff;
    width: -webkit-fill-available;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}
.loader2 h2 {        text-align: center;
    font-family: 'Poppins';
    color: #000000cf;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}
.loader_box {                width: 100px;
    height: 100px;
    border: 0px solid #f2f2f2;
    border-bottom: 6px solid #3f51b5;
    border-top: 6px solid #ff9800;
    border-radius: 100px;
    margin: 100px auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    text-align: center;
    align-items: end;
    -webkit-animation: roundC 1s linear infinite;
    animation: roundC 1s linear infinite;
	}
	



@-webkit-keyframes roundC {
	0% {transform: rotate(0deg);}
 
	
	100% {transform: rotate(360deg);}
}
@keyframes roundC {
	0% {transform: rotate(0deg);}
 
	
	100% {transform: rotate(360deg);}
}




/*loader */

.hero {    position: relative;
    display: block;
    height: auto;background: #040b2e;}
.hero h1{             font-size: 30px;
    text-align: -webkit-right;
    margin: 75px auto 10px;
    position: relative;
    display: block;
    font-weight: 700;
    max-width: 900px;
    color: #ffffff;
    width: 80%;
    z-index: 2;
    padding: 11px 0px;
    text-transform: capitalize;
	
	}
	.hero_dg {       display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    background: #040b2e;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;}
	.hero_dg div{    text-align: center;}
.hero h1 .webtxt {            
               font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #2196f3;display:block;}
.hero h1 .busitxt {       
            font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 50px;
    display: block;
   }
.hero img {    position: relative;
    top: 0px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
	
	}
@keyframes scale{
	0% {transform:scale(1);}
	100% {transform:scale(1.2);}
	
}
	
#desktop_img {display:block;animation:scale 10s linear infinite alternate;}
#mobile_img {display:none}
.hero p{       text-align: right;
    font-weight: 500;
    width: 80%;
    font-size: 12px;
    margin: 25px auto;
    color: white;}

	
	
.clip_path1 {                 position: absolute;
    top: 0;
    background: linear-gradient(45deg, #040d3d, #22094f,#022b4b);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: block;
    width: -webkit-fill-available;
    height: -webkit-fill-available;}
	
.header {             z-index: 5;
    background: #040b2e;
    color: #ffffff;
    font-weight: 600;}
.header .logo{   width: fit-content;
    display: inline-block;
    align-items: center;}
.header .logo img {        position: relative;
    width: 81px;
    height: auto;
    border-radius: 69px;
    margin: 4px 64px;
    top: 0;
    display: inline-block;}
.header .logo h1{font-size: 34px;
    letter-spacing: 0;
    padding: 0px;
    margin: 28px 6px;
    display: inline-block;
    text-align: left;
    vertical-align: top;}
.header .menu{    display: flex;
    width: fit-content;
    float: right;}
.header .menu .menu_cont:hover {}
.header .menu .menu_cont{        padding: 35px 23px;
    font-weight: 400;
    font-size: 15px;}
.header .menu .menu_cont2{         background: linear-gradient(45deg, #ffffff, #ffffff);
    color: black;
    padding: 9px 22px;
    height: fit-content;
    margin: 25px 16px;
    border-radius: 25px;
    font-size: 15px;}
.menu_btn {display:none;}
#menu {display:flex}


.frame_slider3 {display:none}


.btn1 {    width: fit-content;
    margin: 3px  5px 99px;
    background: #2196f3;
    color: #ffffff;
    padding: 13px 33px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    border: 0px solid;
    z-index: 2;
    border-radius: 60px;
    display: inline-block;
    text-transform: capitalize;


}
	.btn1:hover {
		    background: #004074;
    transition: 0.3s;
    color: #ffc107;
	}
.btn2 {
    width: fit-content;
    margin: 28px 18px;
    background: linear-gradient( 
45deg
 , #ffffff61, #ffffff59);
    color: white;
    padding: 21px 25px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #ffffff8c;
    font-weight: 500;
}
	.btn2:hover {
		background: orange;
    transition: 0.3s;
	}
	
	.btn3 {    background: linear-gradient(45deg, #3f51b5, #1b0542);
    color: white;
    width: fit-content;
    margin: 56px 26px;
    padding: 14px 27px;
    border-radius: 61px;}
	
	.btn3:hover {background: orange;
    transition: 0.3s;}
	.wtsp_chat {      width: fit-content;
    position: fixed;
    bottom: 8px;
    left: 4px;
    z-index: 8;}
.wtsp_chat img {width: 57px;
    height: auto;
    margin: 10px;}
	
.wtsp_noti {        position: absolute;
    bottom: 78px;
    width: 300px;
    right: 5px;
    display: block;
    padding: 10px;
    border-radius: 10px;}
.wtsp_noti i{background: green;
    color: white;
    padding: 6px;
    border-radius: 27px;}
.wtsp_noti .dcont{        margin: 4px 0px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: white;
    width: -webkit-fill-available;
    box-shadow: 0px 0px 6px 0px #0000003b;
    border-radius: 4px;}
	
	.wtsp_noti .dcont form {    width: -webkit-fill-available;}
	.wtsp_noti .dcont form input{      width: 85%;
    padding: 10px;
    font-size: 15px;
    border: 0px;
    border-radius: 5px;    outline: none;}
	.wtsp_noti .dcont form button{    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    border: 0px;
    background: transparent;
    color: #136db4;
    margin: 0px 6px;}
.close_wtsp {    padding: 0px 0px 4px;
    position: absolute;cursor: pointer;
    right: 13px;
    font-size: 29px;
    top: -25px;
    color: #303030;
    font-weight: 500;
    border: 0px solid;
    z-index: 2;
    width: 34px;
    text-align: center;
    background: white;
    border-radius: 20px;}
	
.hero2 { text-align: center;
    padding: 0px 0px;
    margin: 0% auto;
    display: grid;
    grid-template-columns: 50% 50%;}
.hero2 img,.side2 {}
.hero2 img {width:100%;}
.hero2 .side2 {  vertical-align: top;
    text-align: center;
    padding: 19px;
    background: #ffffff;}
.hero2 .side2 h1{font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 8% auto;
    text-align: left;}
.hero2 .side2 p{font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin: 0px 24px;
    line-height: 1.7;}
	
.hero3 {           text-align: center;
    padding: 0px 0px;
    margin: 0% auto;
    display: grid;
  
    z-index: 3;
    background: white;
    align-items: center;}
	
	.hero3:hover .side3 img {
		transform: translate(0px, -30%) ;
	}
.hero3 .side3 img{    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: -32%;
    width: 72%;
    border-radius: 455px;}

.hero3 .side3 {       vertical-align: top;
    text-align: left;
    padding: 4% 26px;
    background: #040b2e;
    color: white;
    overflow: hidden;
	}
	
.hero3 .side3 h1{        font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 42px auto;
    display: block;
    
}

.hero3 .side3 h1:before {
       content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    bottom: -10px;
    background: #ffc107;
    transition: 0.3s;
    left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}
.hero3 .side3 h1:hover:before {
	
    width: 200px;
 
	transition:0.3s;
}
.hero3 .side3 h2{
               font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 17px auto;
    white-space: pre-line;
    line-height: 1.8;
    width: fit-content;
    max-width: 70%;
    text-align: center;
    background: linear-gradient(45deg, white, white,#ffffffd1);
    padding: 29px;
    box-shadow: 0px 0px 10px 0px #0000006e;
    border-radius: 10px;
}

.bubbol_d {        width: 400px;
    height: 400px;
    position: absolute;
    background: #02071c;
    border-radius: 300px;
    left: -105px;
    bottom: -126px;}
.bubbol_d2 {      width: 400px;
    height: 400px;
    position: absolute;
    background: #02071c;
    border-radius: 300px;
    right: -105px;
    top: -126px;}
.pricing {          padding: 7px 10%;
    text-align: center;
    background: #040b2e;
    overflow: hidden;}
	.pricing h1 {display:block;}
.price_box {           max-width: 500px;
    background: white;
    margin: 20px 7px;
    display: inline-block;
    vertical-align: text-top;
    justify-content: center;
    position: relative;
    text-align: left;
    border-radius: 5px;
    width: 100%;
    min-height: 332px;
    overflow: hidden;
    font-weight: 500;
    border: 2px solid #ff9800;
    color: #3f3f3f;
    padding: 0px 0px 18px;}
.price_box h1{        text-align: center;
    background: #02071c;
    color: white;
    margin: 0px;
    padding: 15px 15px 11px;}
.price_box h2{          background: #ffffff;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin: 0px;
    padding: 12px 18px;
    text-align: center;}
	
	
.price_box li{               list-style-type: none;
    padding: 5px 19px;
    font-size: 13px;
}


.fa-check-circle {        color: #040b2e;
    font-size: 23px;
    margin: 0px 10px;
    padding: 0px;
    vertical-align: middle;}
.fa-times-circle {color: #f75050; font-size: 17px;
    margin: 0px 10px;}
.price_box li del {color:red}

.demo_project {      padding: 7px 0px 50px;
    text-align: center;
    background: #040b2e;
    color: white;
}


.demo_project h1 {        font-size: 42px;
    padding: 20px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: white;}
.demo_project p {padding: 0px 11px 0px 20px;
    margin: 0px;
    width: -webkit-fill-available;}
.demo_slider {}
.demo_box {              display: inline-block;
    height: 160px;
    padding: 0px;
    margin: 26px 5px;
    vertical-align: top;
    background: white;
    width: 214px;
    box-shadow: 0px 0px 10px 0px #00000054;
    border-radius: 3px;
    overflow: hidden;
}
.demo_box:hover img{
	    transition: 0.5s;
    transform: scale(1.2);
    filter: brightness(0.5);
}
.demo_box a{ display:block;}
.demo_box img{      width: 100%;
    height: 100%;}
.btn_demo {                display: block;
    background: #00000000;
    width: 173px;
    padding: 9px 27px;
    color: #ffffff00;
    border-radius: 70px;
    font-size: 12px;
    position: absolute;
    bottom: 13px;
    border: 2px solid #ffffff00;
    left: 50%;
    transform: translate(-50%);}
	
	.demo_box:hover .btn_demo {
		background: #000000;
		color: #ffffff;
		border: 2px solid #ffffff;
    transition:0.2s;
	}
	



	.beta {background: #ff9800;
    color: white;
    font-size: 10px;
    width: fit-content;
    padding: 5px 10px;
    position: absolute;
    top: -20px;
    right: 0;
    border-radius: 3px;}
	
	.web_box {       width: 250px;
    display: inline-grid;
    text-align: center;
    height: 300px;
    margin: 4px;
    border: 0px solid;
    box-shadow: 0px 0px 10px 0px #7777774a;
    border-radius: 6px;
    vertical-align: top;
    overflow: hidden;
    align-items: center;
    grid-template-rows: 60% 20% 20%;}
	
	
	.web_box img{      max-width: 250px;
    max-height: 180px;
    margin: 0 auto;}
	.web_box h2{    font-size: 18px;
    font-weight: 600;
    height: 44px;
    display: -webkit-box;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
	.visit_btn {    background: #2196f3;
    color: white;
    width: fit-content;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 13px;}
	
	.visit_btn2 {    background: #2196f3;
    color: white;
    width: fit-content;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 13px;display:block;}
	
	footer {       background: #000000;
    text-align: center;
    color: white;}
	.footer_box {      display: inline-block;
    vertical-align: top;
    padding: 31px 31px 0px;
    width: auto;
    max-width: 33%;
    text-align: left;}
	.footer_logo {      width: 98px;
    border-radius: 118px;
    margin: 0 auto;
    display: block;
}
	.footer_box h3{font-weight: 500;
    font-size: 26px;}
	
	.footer_box h3:after {
    content: '';
    width: 50%;
    background: #FF9800;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
}
	
	.footer_box p{       font-size: 12px;
    font-weight: 500;
    margin: 13px auto;}
	
	.footer_box p i {
		       font-size: 20px;
    margin: 7px 4px;
    border: 2px solid;
    padding: 9px;
    width: 42px;
    text-align: center;
    background: #040b2e;
    border-radius: 3px;
	}
	.footer_box p i:hover {
		transform:scale(1.2);
	}
	.foot {text-align: center;
    margin: 0px;
    background: black;
    padding: 10px;
    color: white;
    font-size: 10px;}
	
	.faq {    background: white;text-align: center;
    padding: 10px;}
	.faq h2{    padding: 20px;
    text-align: center;}
	.faq_box {       width: 47%;
    display: inline-block;
    background: white;
    border: 1px dotted #cacaca;
    padding: 20px;
    border-radius: 4px;
    text-align: left;
    vertical-align: text-top;}
	.faq_heading {     display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    align-items: center;}
	.faq i{    background: #cecece;
    color: black;
    padding: 8px;
    margin: 0px 11px;
    border-radius: 53px;
    vertical-align: middle;
    width: 31px;
    text-align: center;}
	.faq h3{}
	.faq p{}
	
	
	.tnc {    width: 90%;
    margin: 0 auto;}
	
	.tnc p {    padding: 10px;
    color: gray;
    font-size: 13px;}
	
	.tnc h2 {    font-size: 20px;
    padding: 9px;
    text-decoration: underline;}