body,html{ height: 100% }
html{ scroll-behavior: smooth; }
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	background: #fff;
	line-height: 1.8;
	font-weight: normal;
}

*,p,h1,h2,h3,h4,h5,h6,ul{ margin: 0 }

ul{
	padding: 0;
	list-style-type: none;
}

a,a:hover{ text-decoration: none; }

a{
	color: inherit;
	text-decoration: none;
}

.td{ text-decoration: none !important; }

.fw1{ font-weight: 200; }
.fw2{ font-weight: 400; }
.fw3{ font-weight: 500; }
.fw4{ font-weight: 600; }

.inline{ display: inline-block; }

h1,h2,h3,h4,h5,h6{font-weight: bold;line-height: 1.7;}

.trans{
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.flex{ display: flex; }
.jc{ justify-content: center; }
.jcb{ justify-content: space-between; }
.ai{ align-items: center; }

.pointer{ cursor: pointer; }

.rel{ position: relative; }
.abs{ position: absolute; }

.fs11{ font-size: 11px !important}
.fs12{ font-size: 12px !important}
.fs13{ font-size: 13px !important}
.fs14{ font-size: 14px !important}
.fs15{ font-size: 15px !important}
.fs16{ font-size: 16px !important}
.fs17{ font-size: 17px !important}
.fs18{ font-size: 18px !important}
.fs19{ font-size: 19px !important}
.fs20{ font-size: 20px !important}

.fs22{ font-size: 22px !important}
.fs24{ font-size: 24px !important}
.fs26{ font-size: 26px !important}
.fs28{ font-size: 28px !important}

.fs30{ font-size: 30px !important}
.fs35{ font-size: 35px !important}
.fs40{font-size: 40px !important;}
.fs50{ font-size: 50px !important}

.br100{ border-radius: 100px }
.br8{ border-radius: 8px }
.br5{ border-radius: 5px }

.m0{ margin: 0 !important }

.m10{margin: 10px 0;}
.m15{ margin: 15px 0; }
.m20{margin: 20px 0;}

.mt5{ margin-top: 5px }
.mt10{ margin-top: 10px }
.mt15{ margin-top: 15px }
.mt20{ margin-top: 20px }

.mb5{ margin-bottom: 5px }
.mb10{ margin-bottom: 10px }
.mb15{ margin-bottom: 15px }
.mb20{ margin-bottom: 20px }

.mr5{ margin-right: 5px }
.mr10{ margin-right: 10px }
.mr20{ margin-right: 20px }

.ml5{ margin-left: 5px }
.ml10{ margin-left: 10px }
.ml20{ margin-left: 20px }

.cgray{color: rgb(158 158 158);}


:root{

--first: #0A183D;

--second: #FF2554;

--third: #08192D;

--forth: #393A70;
}


.fwrap{ flex-wrap: wrap; }

.header{

background: var(--third);

padding: 24px 0;

border-bottom: 1px solid rgb(255 255 255 / 7%);
}

.logo-main{

width: 140px;
}

.mainUl{

}
.mainUl li{ display: inline-block; }


.main-link{transition: color 0.2s ease;text-decoration: none !important;color: #6d82a0 !important;margin: 0 17px;}

.main-link:hover,
.main-link:focus{
	color: var(--second) !important
}

.topRightBtn{
	color: white !important;
	background: var(--second);
	padding: 9px 17px;
	border-radius: 4px;
}


.sliderHome{
	
padding: 115px 0;
	
background: rgba(8,25,45,1);
	
background: -moz-linear-gradient(top, rgba(8,25,45,1) 0%, rgba(10,24,61,1) 66%, rgba(10,24,61,1) 100%);
	
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,25,45,1)), color-stop(66%, rgba(10,24,61,1)), color-stop(100%, rgba(10,24,61,1)));
	
background: -webkit-linear-gradient(top, rgba(8,25,45,1) 0%, rgba(10,24,61,1) 66%, rgba(10,24,61,1) 100%);
	
background: -o-linear-gradient(top, rgba(8,25,45,1) 0%, rgba(10,24,61,1) 66%, rgba(10,24,61,1) 100%);
	
background: -ms-linear-gradient(top, rgba(8,25,45,1) 0%, rgba(10,24,61,1) 66%, rgba(10,24,61,1) 100%);
	
background: linear-gradient(to bottom, rgba(8,25,45,1) 0%, rgba(10,24,61,1) 66%, rgba(10,24,61,1) 100%);
	
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08192d', endColorstr='#0a183d', GradientType=0 );
}




.cwhite{ color: white !important }

.sliderHead{

font-size: 53px;

line-height: 1.2;

font-weight: 600;
}
.sliderBtn{
	
background: var(--second);
	
padding: 12px 36px;
	
font-size: 11px;
	
font-weight: 600;
}


.sliderMidTxt{
	margin: 20px 0 26px;
}

.sliderBtn2{
    background: var(--forth);
}


.sliderBtn2:hover,
.sliderBtn2:focus{
	background: #252656
}


.cred{ color: var(--second) }


.sliderBottom{
	
margin-top: -180px;
}

.sliderImg{
	
width: 96%;
	
position: absolute;
	
right: -70px;
	
top: -46px;
}



.aboutSec{
	padding: 30px 0 0;
	position: relative;
}

.aboutBox{

text-align: center;

margin: 0 9px;

margin-top: 70px;

/* border: 2px solid #efefef; */

padding: 35px 20px;

border-radius: 8px;

box-shadow: 0 12px 29px #7b7b7b21;

background: white;
}

.aboutHead{

margin: 23px 0;

font-size: 17px;

font-weight: 600;
}
.aboutImg{

height: 64px;
}
.aboutBox p{color: #8a8a8a;font-size: 12px;}


.cgray{ color: #8a8a8a }

.w100{ width: 100% }
.aboutBigBack{
	
padding: 0 47px;
}

.aboutBigCont{
	margin-top: 80px;
}

.strokeBtn{
	display: inline-block;
	border: 1px solid var(--second);
	padding: 11px 47px;
	color: var(--second);
	border-radius: 100px;
	font-weight: 600;
	font-size: 11px;
	transition: 0.25s ease;
}

.strokeBtn:hover,
.strokeBtn:focus{
	background: var(--second);
	color: white
}
.line1{
	background: url(../img/line1.png) no-repeat top;
	background-size: 100% 100%;
	height: 200px;
}

.plansCont{
	padding: 295px 0 30px;
	background: #f2f4fa;
	position: relative;
}


.memBox{

background: white;

padding: 30px 0;

border-radius: 9px;

margin: 0 7px;

margin-top: 43px;

border: 1px solid transparent;

box-shadow: 0 13px 28px rgb(103 103 103 / 9%);
}

.aboutBottomLine{
	position: absolute;
	top: 100%;
	z-index: 1;
}

.planName{

font-weight: 500;

font-size: 18px;

padding-left: 40px;

color: #6b6b6b;

display: flex;

align-items: center;

justify-content: space-between;
}
.planCostCont{
	
}




.planCost .value{
	
font-weight: 600;
	
font-size: 45px;
}
.planCost .currency{
    vertical-align: super;
    font-size: 26px;
    position: relative;
    top: 12px;
    margin-right: 5px;
}

.planCost .time{
	
font-size: 26px;
	
font-weight: 400;
}
.planCost{

background: var(--second);

color: white;

font-size: 60px;

font-weight: 300;

margin-right: 40px;

border-radius: 0 100px 100px 0;

margin-top: 16px;

padding-left: 34px;

transition: 0.25s ease;
}

.memBox:hover .planCost{
	margin-right: 20px
}




.memInner{

text-align: left;

padding: 10px 36px;
}
.memUl{

}
.memUl li{
	
margin: 21px 0;
	
color: #6d6d6d;
	
background: url(../img/tick1.png) no-repeat 0 2px;
	
background-size: 19px;
	
padding-left: 43px;
	
font-size: 12px;
}


.memBtn{
    display: block;
    text-align: center;
    padding: 11px 12px;
    margin-top: 39px;
    background: #ff2554;
    border-radius: 40px;
    color: white !important;
    font-weight: bold;
    font-size: 12px;
    transition: 0.25s ease;
}

.memBtn:hover{
    background: white;
    color: #ff2554 !important;
    box-shadow: 0 0 19px rgb(255 37 84 / 31%);
}



.recTag{
	
background: #FF9800;
	
color: white;
	
font-size: 11px;
	
padding: 4px 12px;
	
border-radius: 6px;
	
margin-right: 14px;
}




.memBox2 .planCost{
	background: #FF9800;
}

.memBox2 .memUl li{
	background-image: url(../img/tick2.png);
}

.memBox2 .memBtn{
	background: #FF9800 
}

.memBox2 .memBtn:hover{
	background: white;
	color: #FF9800 !important;
}




.memBox3 .planCost{
	background: #3F51B5;
}

.memBox3 .memUl li{
	background-image: url(../img/tick3.png);
}

.memBox3 .memBtn{
	background: #3F51B5 
}

.memBox3 .memBtn:hover{
	background: white;
	color: #3F51B5 !important;
}





.memBox4 .planCost{
	background: #009688;
}

.memBox4 .memUl li{
	background-image: url(../img/tick4.png);
}

.memBox4 .memBtn{
	background: #009688 
}

.memBox4 .memBtn:hover{
	background: white;
	color: #009688 !important;
}




.memBox5 .planCost{
	background: #9C27B0;
}

.memBox5 .memUl li{
	background-image: url(../img/tick5.png);
}

.memBox5 .memBtn{
	background: #9C27B0 
}

.memBox5 .memBtn:hover{
	background: white;
	color: #9C27B0 !important;
}



.memBox6 .planCost{
	background: #00BCD4;
}

.memBox6 .memUl li{
	background-image: url(../img/tick6.png);
}

.memBox6 .memBtn{
	background: #00BCD4 
}

.memBox6 .memBtn:hover{
	background: white;
	color: #00BCD4 !important;
}





.memBoxFlex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.memFlexBox{
	
width: 33%;
	
padding: 0 13px;
}



.famousTag{
    border: 1px solid #ff9800;

}

.memBottomSeperator{position: absolute;top: 0;z-index: 1;}

.contactCont{
	background: var(--first);
	padding: 300px 0 100px;
}
.contactImg{
	
margin-top: 20px;
	
width: 630px;
	
margin-left: -100px;
}

.contactInner{

padding: 0 0 0 38px;
}

.input1{
	
width: 100%;
	
padding: 11px 18px;
	
background: none;
	
border: 1px solid transparent;
	
margin-bottom: 22px;
	
transition: 0.25s ease;
	
border-radius: 110px;
	
color: white;
	
outline: none;
	
background: #152552;
	
padding-right: 42px;
}

.contactBtn{

background: var(--second);

border: none;

outline: none;

width: 100%;

padding: 12px 5px;

border-radius: 43px;

font-size: 12px;

font-weight: 600;
}

.textarea1{
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
	border-radius: 21px;
}

.agreeLbl{
	
font-weight: 100;
	
display: flex;
	
align-items: center;
	
color: #a6b2d2;
}

.formContact{
	margin-top: 50px
}
.bheckbox{
    width: 18px;
    height: 17px;
    margin-right: 14px !important;
}

.input1:focus{
    background: transparent;
    border: 1px solid white;
}



.input1::placeholder{
	color: #a6b2d2
}

.redBtnHov:hover,
.redBtnHov:focus
{
	background: #b70027
}

.inpImg{
	
position: absolute;
	
width: 15px;
	
right: 33px;
	
top: 16px;
user-select: none;
}

.footer{

background: #040d23;

padding: 70px 0;

color: #59637b;
}
.footerLogo{

width: 130px;

opacity: 0.5;
}



.footerUl{

}
.footerUl a{

display: inline-block;

margin: 5px 0;

font-size: 12px;
}

.footerUl a:hover{
	color: var(--second)
}

.footerUl{

}
.footerLinkHead{
	
font-weight: 600;
	
color: #66769e;
	
font-size: 14px;
	
margin-bottom: 19px;
}

.socialFootList a{
	display: inline-flex;
	background: #0b1738;
	color: #394e86;
	font-size: 14px;
	transition: 0.25s ease;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin-right: 9px;
}

.socialFootList a:hover{
	background: var(--second);
	color: white
}



.backToTop{
	font-size: 37px;
	position: fixed;
	right: 50px;
	bottom: -100px;
	color: white !important;
	background: var(--second);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
	transition: 0.3s ease;
	text-decoration: none !important;
	border-radius: 100px;
}
.backToTop:hover{
	color: var(--second) !important;
	background: white;
	box-shadow: 0 7px 18px rgb(0 0 0 / 12%);
}


.backToTopShow{
	bottom: 40px;

}
.bar{
	position: absolute;
	top: 0;
	right: 20px;
	display: none;
}
.bar span{
	background: var(--forth);
	display: block;
	margin: 7px 0;
	height: 3px;
	width: 21px;
}


.over{ overflow: hidden; }


.particle{
    position: absolute;
}


.p1{
    right: -60px;
    width: 180px;
    top: 360px;

}

.p2{
	
top: 850px;
	
left: -140px;
}


.p3{
	
z-index: -4;
	
width: 130px;
	
right: -26px;
	
opacity: 0.1;
}




.logSection{

background: var(--first);

min-height: 100%;

flex-direction: column;

padding: 30px 0;
}

.logInner{
	
background: white;
	
width: 830px;
	
border-radius: 8px;
	
padding: 49px 47px;
	
box-shadow: 0 6px 24px #01030acc;
}

.logLabel{
}
.logInp{
	
width: 100%;
	
padding: 9px 15px;
	
margin-bottom: 18px;
	
border: 1px solid #c5d1f3;
	
border-radius: 8px;
	
outline: none;
}

.logInp:focus{
	border-color: var(--second);
}



.checkboxLog{

}

.pointer{ cursor: pointer; }

.us{ user-select: none; }


.logBtnb{
	width: 100%;
	background: var(--second);
	border: none;
	border-radius: 8px;
	padding: 10px 0;
	color: white;
	font-weight: 600;
}



.logSection  .leftCont{
position: relative;
margin-right: 51px;
}

.logSection  .leftCont::before{
	content: '';
	width: 10px;
	background: #ff2554;
	height: 100%;
	position: absolute;
	left: -57px;
}




.logImg{
	width: 390px;
}


.logBottomCont{
	
width: 830px;
	
padding: 30px 0 0;
}

.logBottomCont a{
	color: #6075af !important;
}


.logBottomCont a:hover{
	color: var(--second) !important
}

















@media screen and (max-width: 1200px) {

.sliderBottom, .aboutBottomLine,
.memBottomSeperator
{ display: none; }


.contactCont{
	padding: 70px 0px;
	margin: 0;

}
.contactImg{
	width: 100%;
	position: static;
	margin: 0;
	max-width: 760px;
	padding: 0 20px 50px;
}

.plansCont{
	padding: 70px 0
}
.aboutSec {
    padding: 70px 0;
}












}







@media screen and (max-width: 992px) {

body{
	font-size: 12px
}



.header .flex, .memBoxFlex, .bar,
.main-link, .mainUl li, .topRightBtn,
.logInner
{ display: block !important; }



.sliderBottom, .aboutBottomLine,
.memBottomSeperator, .mainUl, .rightNavCont,
.logSection .leftCont::before, .logImg
{ display: none; }


.main-link{
	background: #091d35;
	border-radius: 8px;
	margin: 10px 0;
	padding: 6px 0;
}

.header{
	text-align: center;
}
.mainUl {padding: 17px 0 0;}
.topRightBtn{
	width: 100%
}
.sliderHead{
	font-size: 30px
}
.sliderBtn{
	width: 100%;
	font-size: 10px;
}
.logSection .leftCont{ margin: 0 }

.sliderImg{
	position: static;
	width: 100%;
	max-width: 640px;
	margin-top: 60px;
}

.sliderHome {
    padding: 75px 20px;
    text-align: center;
}

.abotBigImg{

padding: 0 20px;

margin-bottom: 80px;
}


.contactCont{
	text-align: center;
}
.logSection{
	padding: 30px 30px;
}

.memFlexBox, .logInner,
.logBottomCont
{
	width: 100%
}
h1, h2, h3, h4, h5, h6{ line-height: 1.3 }



.fs35{ font-size: 26px !important }


.aboutBox{
	margin-top: 40px
}
.aboutImg{
	width: 55px
}
.aboutBigBack {
    padding: 0 31px;
}

.strokeBtn{
	width: 100%;
	text-align: center;
}

.memBox{
	margin: 40px 0;
}

.memUl li{
    font-size: 10px;

}
.planCost .value {
    font-size: 36px;
}
.planCost{
	margin-right: 0;
	border-radius: 0;
	text-align: center;
	padding: 0;
}
.memInner {
    padding: 10px 26px;
}

.planCost .time {
    font-size: 20px;
}
.contactInner{
	padding-left: 0
}



.backToTop{

height: 47px;

width: 47px;

right: 22px;

bottom: 29px;

font-size: 28px;

}


.footer{
	text-align: center;
}

.footerUl{margin-top: 50px;}


.logInner{padding: 30px 32px;}


.logBottomCont a{font-size: 10px;}








}













