/*--- page ---*/
body {
	padding: 0;
	margin: 0;
	background: #ffffff; 
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	letter-spacing: 0.7px;
}
.vectr-bg-gradient {
	overflow: hidden;
	background: #01262c;
	background-image: radial-gradient(ellipse 60% 100% at 40% -20%,rgba(24,79,45,1),rgba(2,58,50,0));
}
.vectr-ablout-bg{
	background: url('../../assets/images/Container.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-position: center;
    width: 100%;
}
/* Need help with Vectr? We’re right here.. */
.new-vectr-pad {
	font-weight: 900 !important;
	font-size: 34px !important;
	line-height: 41px !important;
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}
.locale—menu {
	background-color: #fefefe;
    border-radius: 8px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    max-height: 80vh;
    width: 130px;
    position: absolute;
    left: -40px;
    top: 42px;
    z-index: 99;
	padding: 10px;
	color: #000;
	flex-direction: column;
}
.a-color {
	color: rgb(69, 176, 23) !important;
}
.locale-item{
	color: #000 !important;
	margin: 0px !important;
	font-weight: 500 !important;
    font-size: 16px;
    line-height: 21px;
	cursor: pointer;
	padding: 5px;
}
.locale-item:hover {
	background-color: rgba(0, 0, 0, .1);
    color: #000 !important;
    border-radius: 6px;
    opacity: 0.8;
}
.footer-language-box {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 10px;
	column-gap: 14px;
}

.footer-language {
	font-weight: 400;
    padding: 0px;
    color: #B2B4B3;
	font-size: 12px;
	padding: "0";
	cursor: pointer;
	font-size: 0.875rem;
	text-align: center;
}
.footer-language.active {
	color: #45B018;
}
.footer-language:hover {
	color: #45B018;
}

.newhover:hover {
	background-color: #0047AF !important;
	color: #fff !important;
}
h1 {
  font-size: 60px;
  color: #ffffff;
}
h2 {
	font-size: 48px;
	color: #ffffff;
}
h2.sub{
	font-size: 34px;
	color: #ffffff;
	font-weight: 400;;
}
h3 {
	font-size: 24px;
	color: #ffffff;
  }
  h4 {
	font-size: 20px;
	color: #ffffff;
  }
  h5 {
	font-size: 16px;
	color: #ffffff;
  }
  h6 {
	font-size: 14px;
  }
  .h7 {
	font-size: 10px;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
	font-weight: 400;
}
/* 
h1 = 60
h2 = 48
h2.sub = 34
h3 = 24
h4 = 20
h5 = 16
h6 = 14
h7 = 10
*/

.fw-black {
	font-weight: 900 !important;
	letter-spacing: 3px;
}

/*--- BUTTON --*/
.btn {
	font-size: 14px;
	letter-spacing: 0.7px;
}
.btn-primary {
    color: #0047AF;
    background-color: #fff;
    border-color: #fff;
    border-radius: 20px;
    min-width: 200px;
    height: 44px;
}
.btn-primary:hover {
	color: #fff;
	border-color: #0047AF;
	background-color: #0047AF;
}

.btn-try-now {
	color: #fff;
    background-color: #24C1ED;
    border-color: #24C1ED;
    border-radius: 20px;
    width: 180px;
    height: 40px;
	justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
.btn-try-now:hover {
	color: #fff;
	border-color: #0047AF;
	background-color: #0047AF;
}
.btn-try-now.disabled {
	color: #fff;
	border-color: gray;
	background-color: gray;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #e5e5e5;
	border-radius: 20px;
  }
  .btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
  }

.btn-secondary {
    color: #fff;
    background: none;
    border-color: white;
    border-radius: 40px;
    padding: 10px 20px;
}
.btn-icon {
	background-image: url(../../assets/images/icon-globe.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 20px 10px 40px;
}

/*--- LINK ---*/
a {
	color: #24C1ED;
	text-decoration: underline;
  }
a:hover {
opacity: 0.5;
}
a.secondary-link {
	color:#ffffff;
}
/*--- navigation bar ---*/

.navbar {
	background: none;
	padding: 19px 94px ;
}
.navbar-container{
	/* max-width: 1320px; */
	height: 42px;
	font-size: 14px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nav-link,
.navbar-brand {
	color: #fff;
	cursor: pointer;
}
.navbar-brand.logo {
	width: 110px;
    height: 40px;
    display: inline-block;
    background: url(../../assets/images/vectr-logo-white.svg);
    -webkit-background-size: 100px;
    -moz-background-size: 100px;
    background-size: 100px;
    background-repeat: no-repeat;
}
.nav-menu {
	cursor: pointer;
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-link {
	margin-right: 1em !important;
	font-size: 14px;
}
.nav-item{
	height: 42px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}
.nav-item-link {
	display: flex;
	align-items: center;
	gap: 10px;
}
.nav-user {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-menu{
	position: relative;
}
.head-menu-drop{
	background-color: #fefefe;
    border-radius: 8px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    max-height: 80vh;
    min-width: 210px;
    position: absolute;
    left: -80px;
    top: 42px;
    z-index: 99;
}
.nav-user-link {
	min-width: 170px;
	overflow: hidden;
	white-space: nowrap;
}
.head-user-box {
	display: flex;
	gap: 16px;
	align-items: center;

	img {
		border-radius: 50%;
	}
}
.head-user-info {
	margin: 6px 0;

	span {
		font-size: 1rem;
		font-family: "Roboto", "Helvetica", "Arial", sans-serif;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.00938em;
	}
	p {
		margin-bottom: 0;
		color: rgba(0, 0, 0, 0.54);
		font-size: 0.875rem;
		font-family: "Roboto", "Helvetica", "Arial", sans-serif;
		font-weight: 400;
		line-height: 1.43;
		letter-spacing: 0.01071em;
	}
}
.head-user-action-box {
	padding: 10px !important;
    font-size: 16px;
    align-items: center;
    font-weight: 600;
    line-height: 21px;
	display: flex;
	gap: 16px;
	text-decoration: none;
}
.divider {
	margin: 4px 0px 16px;
	border: none;
    height: 1px;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.12);
}
.fallback-avatar {
	color: #fafafa;
    background-color: #bdbdbd;
	width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 1.25rem;
    align-items: center;
    flex-shrink: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 1;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
}

/* .header-menu:hover .head-menu-drop{
	display: block;
} */
.head-menu-content{
	display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 20px;
    width: 100%;
	color: #000;
}
.head-menu-drop a {
    align-items: center;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: row;
	font-size: 16px;
    font-weight: 500;
	padding: 5px;
	gap: 16px;
    transition: all .15s linear;
	margin: 0 !important;
}
.head-menu-drop a:hover{
	background-color: rgba(0, 0, 0, .1);
    color: #000 !important;
	border-radius: 6px;
	opacity: 0.8;
}

.header-container {
	padding: 80px ;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.header-container-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header-container-title span{
	font-weight: 600;
	font-size: 25.6px;
	line-height: 48px;
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
}
.adaptive-h2 {
	font-weight: 900;
	font-size: 96px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-style: normal;
	text-align: center;
}
.header-container-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	max-width:1000px
}
.header-container-content h4{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 48px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
}
.header-container-share{
	display: flex;
	align-items: center;
	gap: 32px;
	color: #fff;
}
.share-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15.5px 41.6187px 15.5px 41px;
	gap: 10.96px;
	color: #fff;
	text-decoration: none;
	min-height: 40px;
	background: rgb(0 0 0 / 22%);
	border: 1px solid rgba(77, 255, 0, 0.1);
	border-radius: 50px;
	cursor: pointer;
	transition: all .15s linear;
}
.share-btn:hover {
	color: #fff;
	background: rgb(0 0 0 / 22%);
	box-shadow: 0 0 5px #14a1ff, -5px 0 20px #39ccbcad, 5px 0 20px #fff200c7;
	opacity: 1;
}
.share-btn:active{
	transform: translateY(2px);
}
.header-container-content span {
	text-align: center;
}
.share-btn{
	display: flex;
	gap: 11px;
}
.header-link {
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header-link-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 34px;
}
.header-link-title span{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 4px 25px 12px;
	height: 40px;
}
.adaptive-h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	text-transform: uppercase;
	color: #FFFFFF;
	word-break: break-word;
	text-align: center;
	letter-spacing: 3px;
}
.header-link-content {	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px;
	gap: 20px;
	width: 100%;
	max-width: 1378px;
}
.header-link-content a:hover {
	box-shadow: 0 0 5px #14a1ff, -5px 0 20px #39ccbcad, 5px 0 20px #fff200c7;
}
.header-link-content a {
	text-decoration: none; 
	display: flex;
	align-items: center;
	padding: 13px 20px 13px 20px;
	min-width: 300px;
	justify-content: center;
	gap: 10px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	opacity: 0.8;
	border-radius: 10px;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}
.nav-link:hover {
	color: #000;
}

.navbar-collapse {
	justify-content: flex-end;
	flex-grow: 0;
}
.testimonials{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0px;
	gap: 49px;
	width: 100%;
	background: radial-gradient(50% 100% at 50% -10%, rgba(0, 169, 159, 0.5) 0%, rgba(119, 138, 232, 0) 100%), #0A0F20;
	z-index: 6;
	overflow: hidden;
}
.testimonials-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 0 96px;
}
.testimonials-title-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.testimonials-title-content span{
	text-transform: uppercase;
	text-align: center;
}
.ai-vector{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 120px 0px;
	gap: 150px;
	background: #FFFFFF;
	color: #000;
	overflow: hidden;
}
.ai-warp-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	color: #000;
	gap: 50px;
}
@media only screen and (min-width: 1640px){
	.ai-warp-container{
		gap: 250px;
	}	
}
.max-h-468{
	max-height: 468px;
}
.max-h-788{
	max-height: 788px;
}
.max-h-845 {
	max-height: 845px;
}
.ai-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 469px;
	padding: 0 96px;
	position: relative;
}
.ai-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	flex: 1;
	max-width: 675px;
	gap: 24px;
	/* height: 230px; */
}
.ai-left span {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #7286FF;
}
.ai-left h2 {
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
}
.ai-left p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.left-titile{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ai-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 469px;
	padding: 0 96px;
	position: relative;
}

.ai-left a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 9px 40px 11px 40px;
	width: 124px;
	height: 44px;
	min-height: 40px;
	background: #005838;
	border-radius: 50px;
	color: #fff !important;
	white-space: nowrap;
}
.right-img {
	position: absolute;
	width: 400px;
	height: 400px;
	left: 50px;
	top: -63px;
	filter: drop-shadow(9.2435px 3.6974px 27.7305px rgba(0, 0, 0, 0.4));
	border-radius: 15.64px;
	overflow: hidden;
	z-index: 3;
}
.right-img1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 10.88px;
	position: absolute;
	/* width: 60%; */
	max-width: 761px;
	height: 554px;
	right: -42px;
	bottom: -143px;
	border-radius: 26.1171px;
	flex: none;
	order: 1;
	flex-grow: 0;
	z-index: 2;
	overflow: hidden;

}
.box-hue {
	position: absolute;
	height: 940px;
	width: 1120px;
	left: 1020px;
	top: -75px;
	opacity: 0.8;
	flex: none;
	order: 1;
	flex-grow: 0;
	z-index: 1;
}
.scaleImage{
	animation: scaleAnimation 4s infinite;
	transition: transform 0.5s;
	height: auto; 
	width: 100%;
}
.scalability-photo2 {
	width: 140%;
	transform: translate(15%, 10%);
	z-index: 0;
}
@keyframes scaleAnimation {
	0% {
	  transform: scale(1) translate(0, 0);
	}
	25% {
	  transform: scale(2) translate(0, 0);
	}
	50% {
	  transform: scale(3) translate(120px, -20px);
	}
	75% {
	  transform: scale(1) translate(0, 0);
	}
	100% {
	  transform: scale(1) translate(0, 0);
	}
  }
.chat-img{
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 638px;
	top: -45px;
}
.h-779{
	height: 779px;
	margin-left: -96px;
	justify-content: flex-end;
}


.ai-title{
	color: #000;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.ai-title-content {
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
	gap: 13px;
}
.ai-title-content span{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000000;
	display: flex;

}
.ai-title-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000000;
	max-width: 1270px;
	height: 109px;
}
.ai-title h2{
	font-weight: 900;
	font-size: 48px;
	line-height: 56px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}
.section-container {
	max-width: 1580px
}
.ai-tools {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 42px;
	width: 100%;
	position: relative;
}
.ai-tools-title{
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}
.ai-tools-title span{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: green;
}
.ai-tools-title h2 {
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
	display: flex;
	word-break: break-word;
}
.ai-tools-card-new {
	color: #fff;
	background-color: #45B017;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 4px 10px;
	border-radius: 12px;
	text-align: center;
	font-size: 13px;
}
.scalability-photo {
	min-height: 400px; 
	min-width: 400px; 
	position: relative; 
	flex: 1; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.scalability-photo1 {
	max-width: 500px;
	width: 60%;
	height: auto;
	position: absolute;
	transform: translate(-50%, -18%); 
	z-index: 10;
}
.scalability-photo-dom {
	max-width: 1005px;
	width: 85%;
	height: auto;
	position: absolute;
	transform: translate(25%, 24%); 
	overflow: hidden; 
	border-radius: 20px; 
	z-index: 1;
}
.line-red {
	margin: -10px 0 0 0px;
	position: absolute; 
	left: 0; 
	top: 30px;
}
.line-red img {
	width: 170px;
}
.scalability-photo-margin {
	margin-left: 50px;
}
@media only screen and (max-width: 440px){
	.header-container-share{
		display: flex;
		flex-direction: column;
	}
	.ai-vector{
		gap: 100px;
	}
	.ai-warp-card p {
		width: 360px;
	}
	.ai-warp-right {
		flex-direction: column-reverse !important
	}
	.ai-warp-card-color2 {
		width: 130% !important;
	}
	.ai-warp-card-car-color {
		width: 150% !important;
	}
	.ai-warp-card-cat-color {
		width: 150% !important;
	}
	.scalability-photo1{
		width: 45%;
	}
	.scalability-photo-dom{
		width: 55%;
		max-height: 400px;
	}
	.scalability-photo-margin {
		max-height: 400px;
	}
	.ai-warp-container,.ai-warp-card p, .ai-warp-card, .ai-warp{
		width: 100%;
	}
	.ai-warp{
		display: flex;
		flex-direction: column;
		padding: 0 32px !important;
		gap: 24px;
		max-height: none !important;
	}
	.navbar,.testimonials-title ,.collapse_awus{
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
	.upsell{
		padding: 32px !important;
	}
	.adaptive-h2{
		font-size: 56px;
	}
	.header-container,
	.testimonials-title{
		padding: 0 32px;
	}
	.header-link-content a {
		width: 100%;
	}
	.share-btn {
		width: 100%;
		white-space: nowrap;
	}
}
@media only screen and (max-width: 992px) {
    .header-menu{
		display: block;
	}
}
@media only screen and (max-width: 525px) and (min-width: 440px){
	.header-container-share{
		display: flex;
		flex-direction: column;
	}
	.share-btn {
		width: 100%;
		white-space: nowrap;
	}
	.scalability-photo1{
		width: 50% ;
	}
	.scalability-photo-dom{
		width: 70% ;
	}
	.ai-title{
		padding: 0 32px;
	}
	.ai-warp{
		display: flex;
		flex-direction: column;
		padding: 0 32px !important;
		gap: 24px;
		max-height: none !important;
	}
	.header-link-content a {
		width: 100%;
	}
	.ai-vector{
		gap: 125px;
	}
	.scalability-photo-margin {
		margin-left: 0px;
	}
	.ai-warp-container,.ai-warp-card p, .ai-warp-card, .ai-warp{
		width: 100%;
	}
	.navbar,.testimonials-title ,.collapse_awus{
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
	.upsell{
		padding: 32px !important;
	}
	.adaptive-h2{
		font-size: 56px;
	}
	.header-container,
	.testimonials-title{
		padding: 0 32px;
	}
}
.computer-img{
	width: 140%;
	transform: translate(-10%,-8%);
	z-index: 1;
	position: relative;
	max-width: 1500px;
}
.computer-color {
	position: absolute;
	top: 0;
	width: 120%;
	left: 0;
	z-index: 0;
	transform: translate(-4%, 1%);
}
.ai-warp-card-img3 {
	width: 100%;
	transform: translateX(-20px);
	z-index: 1;
	position: relative;
	max-width: 860px;
}
.ai-warp-card-color3 {
	width: 130%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: translate(-13%, -8%);
}
.ai-warp-card-color2 {
	position: absolute;
	top: 0;
	width: 160%;
	left: 0;
	z-index: 0;
	transform: translate(-17%, -15%);
}
.ai-warp-card-car-color {
	position: absolute;
	top: 0;
	width: 140%;
	left: 0;
	z-index: 0;
	transform: translate(-15%, -5%);
}
.ai-warp-card-cat-color {
	position: absolute;
	top: 0;
	width: 140%;
	left: 0;
	z-index: 0;
	transform: translate(-20%, -5%);
}
.ai-warp-card-img2 {
	width: 120%;
	transform: translateX(-5%);
	z-index: 1;
	position: relative;
	max-width: 1270px;
}
.ai-warp-card-car {
	width: 150%;
	transform: translateX(-32%);
	z-index: 1;
    position: relative;
}
.ai-warp-card-cat {
	width: 150%;
	transform: translateX(-22%);
	z-index: 1;
    position: relative;
}
@media only screen and (max-width: 825px) {
	.ai-warp-card-car{
		width: 160%;
	}
	.ai-warp-card-cat{
		width: 160%;
	}
	.ai-warp-card-img2{
		width: 100%;
	}
	.ai-warp-card-img3{
		transform: translate(0,0);
	}
	.computer-img{
		width: 130%
	}
	.ai-warp-right {
		flex-direction: column-reverse !important
	}
	.ai-warp-card-color2 {
		width: 130% !important;
	}
}

@media only screen and (max-width: 825px) and (min-width: 525px){
	.header-container-share{
		display: flex;
		flex-direction: column;
	}
	.adaptive-h3{
		font-size: 32px;
	}
	.adaptive-h2{
		font-size: 56px;
	}
	.upsell {
		padding: 120px 32px 180px !important;
	}
	.collapse_awus {
		padding: 80px 32px 120px !important;
	}
	.header-container,
	.testimonials-title{
		padding: 0 32px;
	}
	.ai-warp{
		display: flex;
		flex-direction: column;
		padding: 0 32px !important;
		gap: 24px;
		max-height: none !important;
	}
	.scalability-photo1{
		width: 50% ;
	}
	.scalability-photo-dom{
		width: 70% ;
		max-width: 440px;
	}
	.scalability-photo-margin {
		margin-left: 0px;
		max-height: 400px;
	}
	.ai-warp-container,.ai-warp-card p, .ai-warp-card, .ai-warp{
		width: 100%;
	}

}
.text-center {
	align-items: center;
    justify-content: space-between;
}

.ai-tools-content{
	display: flex;
	gap: 24px;
	justify-content: flex-start;
	padding-bottom: 20px;
	position: relative;
	box-sizing: content-box;
	overflow-x: auto;
	cursor: pointer;
}

.reels::-webkit-scrollbar-track {
	background-color: #00000000;
	margin: 2px;
}
.reels::-webkit-scrollbar-thumb {
	background-color: #b82f2f00;
	border-radius: 5px;
}
.reels:hover::-webkit-scrollbar-thumb {
	background-color: rgb(123 122 122 / 13%);
	width: 30px;
}
.ai-tools-content::-webkit-scrollbar-thumb:hover {
	background-color: rgb(123 122 122 / 33%) !important;
}
.reels::-webkit-scrollbar-thumb:hover {
	background-color: #ffffff55;
}
.reels::-webkit-scrollbar {
	background-color: #00000000;
	display: block !important;
	height: 8px;
	transition: all .15s linear;
}
.bg-green:hover{
	background-color: rgba(24,79,45,1) !important;
	border-color: rgba(24,79,45,1) !important;
}

.ai-tools-card:hover {
	opacity: 0.8
}
.ai-tools-card{
	display: flex;
	flex-direction: column;
	gap:24px;
	padding: 24px;
	width: 348px;
	border: 1px solid rgba(33, 33, 33, 0.2);
	border-radius: 16px;
	cursor: pointer;
	box-sizing: border-box;
}
.ai-tools-card-img {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}
.ai-card-title{
	font-weight: 600;
	font-size: 17.6px;
	line-height: 21px;
	color: #000000;
}
.ai-card-content {
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 16px;
}
.color-white {
	color: #fff;
}

.testimonials-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 40px;
	gap: 30px;
	overflow-x: scroll;
	width: 100%;
	cursor: pointer;
}
.box-shine:hover {
	opacity: 0.8;
}
.stars {
    color: #ffffffaa;
    font-size: 1.4rem !important;
    letter-spacing: 4px;
    padding-bottom: 12px;
}
.testimonials-card{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 30px;
	width: 380px;
	/* height: 474px; */
	flex: none;
	order: 0;
	flex-grow: 0;
}
.box-shine{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px 24px;
	gap: 8px;
	width: 380px;
	min-width: 380px;
	max-width: 380px;
	background: linear-gradient(131.65deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 30px;
	font-family: 'Roboto';
}
.box-shine h4{
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.933);
}
.box-shine div{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
}
.box-shine span {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.733);
}
.ai-warp {
	padding: 0 96px;
	display: flex;
	gap: 64px;
	align-items: center
}
.ai-warp-card{
	display: flex; 
	flex-direction: column; 
	gap: 24px; 
	max-width: 675px; 
	flex: 1;
}
.ai-warp-card-text {
	display: flex; 
	flex-direction: column; 
	gap: 8px; 
	flex: 1;
}
.ai-warp-card-text span{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #45B018;
}
.ai-warp-card-text h2 {
	margin: 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 38px;
	line-height: 38px;
	color: #000000;
}
.ai-warp-card p{
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0px;
	color: #000000;
}
.ai-warp-card a:hover {
	box-shadow: 0 0 5px #14a1ff, -5px 0 20px #39ccbcad, 5px 0 20px #fff200c7;
	opacity: 1;
	background-color: #00462D;
}
.ai-warp-card a:active {
	transform: translateY(2px);
}
.ai-warp-card a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 0 32px;
	min-width: 195px;
	height: 44px;
	min-height: 40px;
	background: #005838;
	border-radius: 50px;
	min-height: 40px;
	color: #fff !important;
	cursor: pointer;
	text-decoration: none;
}
.ai-warp-image{
	min-height: 400px; 
	min-width: 400px; 
	position: relative; 
	flex: 1; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}


.upsell{
	padding: 120px 96px 180px;
	height: 540px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto';
	font-style: normal;
}
.upsell-bg{
	position: absolute;
	width: 109%;
	height: 690px;
	top: 0px;
	background: url("../../assets/images/coming_soon 2.png");
	transform: matrix(1, 0, 0, -1, 0, 0);
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.upsell-container{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.upsell-container span {
	line-height: 60px;
	text-transform: uppercase;
	font-size: 16px;
}
.upsell-container-centent {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.upsell-container-centent p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	text-align: center;
}
.upsell-container-centent div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 11px 20px;
	width: 250px;
	min-width: 250px;
	height: 46px;
	min-height: 40px;
	background: #000000;
	border-radius: 50px;
	cursor: pointer;
}
.upsell-container-centent div:hover{
	background: #fff;
	color: #0047AF;
    transition: all .15s linear;
}
.collapse_awus {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 96px 120px;
	width: 100%;
	background: linear-gradient(108.93deg, #0D454C 39.63%, #197647 117.17%);
	gap: 50px;
}
.collapse-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}
.collapse-title span{
	line-height: 24px;
	padding: 8px 16px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
/
}

.collapse-item {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.082);
}
.collapse-box {
	width: 100%;
	max-width: 1008px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.collapse-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	letter-spacing: 0px;
	display: none;
}
.toggleCheckbox {
	display: none;
}
.toggle-label div{
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF
}
.toggle-label {
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	line-height: 26px;
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
	user-select: none;
}
.collapse-header {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.toggleCheckbox:checked ~ .collapse-content {
	display: block;
}
.toggleCheckbox:checked + .toggle-label::before {
	width: 20px;
    height: 20px;
    content: '';
    background-repeat: no-repeat;
	background-image: url('../images/close.svg');
	background-position: right;
	text-align: right;

}
.toggle-label::before {
	content: '+';
	background-image: none;
	font-size: 18px;
    font-weight: 200;
}
.new-navbar-collapse ul{
	display: flex;
	flex-direction: row;
	align-items: center;
}


.navbar-collapse ul.navbar-nav {
	align-items: center;
}
.new-nav-link {
	font-weight: 500 !important;
    font-size: 16px;
    line-height: 21px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	font-weight: 500 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,0.7);
}
/*--- header ---*/

.header {
	/*background-image: url('../../assets/images/demo/header-background.jpg');*/
	background-size: cover;
	background-position: center;
	position: relative;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	/*background: rgba(0, 0, 0, 0.6);*/
}

.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.description h1 {
	color: #6ab446;
}

.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}

.description button {
	border: 1px solid #6ab446;
	background: #6ab446;
	border-radius: 0;
	color: #fff;
}

.description button:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

/*--- feature section ---*/

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
}

.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.features .form-control,
.features input {
	border-radius: 0;
}

.features .btn {
	background-color: #589b37;
	border: 1px solid #589b37;
	color: #fff;
	margin-top: 20px;
}

.features .btn:hover {
	background-color: #333;
	border: 1px solid #333;
}

/*--- team section ---*/

.background {
	background: #dedec8;
	padding: 4em 0;
}

.team {
	color: #5e5e55;
	padding: 0 180px;
}

.team .card-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.team .card {
	background:none;
	border: none;
}

.team .card-title {
	font-size: 1.3rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
/*--- Ads ---*/
.ads {
	background:#1F2324;
	padding: 40px;
}
@media only screen and (max-width:767px) {
	.ads {
		display: none;
	}
}

/*--- footer ---*/
.footer-fluid {
	background: #151B2E;
}

.footer-page {
	color: #ffffff;
	font-weight: 700;
	font-size:14px;
}

.footer-page li {
	list-style-type: none;
    list-style-position: inside;
    margin-left: -32px;
	line-height: 25px;
}
.footer-page li a {
	text-decoration: none;
	color: #B2B4B3;
	font-size: 12px;
	font-weight: 400;
}
.footer-end {
	padding: 20px 30px;
}
.footer-copyright {
	color: #B2B4B3;
	font-size: 12px;
}
 a.footer-class {
	text-decoration: none;
	/* color:red; */
}
.footer-border {
	background: #000;
}
.new-copyright{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	color: #999999;
}
.new-col {
	max-width: 250px;
}
.footer-mobile {
 display: none;
}
.footer-end-mobile {display: none}
.footer-logo {float:left;}

/* @media only screen and (max-width:767px) {
	.footer-end-mobile {display: block;}
	.footer-end-desktop {display: none}
} */


/*--- modal ---*/

#demo-modal .modal-content {
	border-radius: 0;
	padding: 2rem;
}

#demo-modal .modal-header {
	border-bottom: none;
}

#demo-modal h4 {
    color: #000;
    font-size: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    text-transform: capitalize;
}

#demo-modal .close {
	background: #c0c3c8;
    border-radius: 50%;
	color: #fff;
    font-size: 19px;
	font-weight: normal;
    height: 30px;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 26px;
    width: 30px;
}

#demo-modal .close span {
	position: relative;
	top: -3px;
}

#demo-modal .modal-body p {
	color: #999;
}

#demo-modal .form-control,
#demo-modal .btn {
	min-height: 46px;
}

#demo-modal .btn {
	background-color: #1da098;
	border: none;
	color: #fff;
	min-width: 150px;
	transition: all 0.4s;
}

#demo-modal .btn:hover,
#demo-modal .btn:focus {
	background-color: #12968d;
}

/*--- media queries ---*/

@media (max-width: 991.98px) {

	.team {
		padding: 0 15px;
	}
	
}

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}
	
	.description h1 {
		font-size: 2em;
	}
	
	.description p {
		font-size: 1.2rem;
	}
	
	.features {
		margin: 0;
	}
	
	.team {
		max-width: 60%;
	}
	
	#demo-modal .btn {
		min-width: auto;
	}
	.head-menu-drop {
		left: -150px;
	}

}
/*--- Dropdown ---*/

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	border-radius: 5px;
  }
  .dropdown-item:hover, .dropdown-item:focus {
	color: #24C1ED;
	background-color: #ffffff;
  }
  .dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
  }
  .dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
  }
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
  .dropdown-menu.show {
	display: block;
  }
  
  .dropdown-header {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
  }
  
  .dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #212529;
  }
  
  .dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, 0.15);
  }
  .dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
  }
  .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
  }
  .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
  }
  .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
  }
  .dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15);
  }
  .dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
  }
  .dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
  }

/*--- Select Box Dropdown ---*/
/* .select.select_nav {
    width: 100%;
    font-size: 16px;
	font-weight: 500;
    position: relative;
    border-color: #ffffff;
    border-width: 1px;
    background: #242a2d;
    border-radius: 40px;
	padding: 10px;
}
.select {
    border: 1px solid #ffffff;
} */

.s-hidden {
    visibility:hidden;
    padding-right:30px;
}
.select {
    cursor:pointer;
    display:inline-block; 
    position:relative;
    font-size: 16px;
	font-weight: 500;
    /* color:black; */
    border: 1px solid #ffffff;
	border-radius: 40px;
	padding: 10px;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /* background-color:yellow; */
	padding: 10px 10px 10px 40px;
    font-weight:bold;
	background-image: url(../../assets/images/icon-globe.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:white transparent transparent transparent;
    position:absolute;
    top:19px;
    right:15px;
}
.styledSelect:active, .styledSelect.active {
    /* background-color:#eee; */
}
.options {
    display:none;
    position:absolute;
    top:-48px;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #e5e5e5;
	border-radius: 5px;
    background-color:#fff;
	line-height: 25px;
	color: black;
    /* -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2); */
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    color:#cfcfcf;
}

/*--- INDEX ---*/
.vectr-index {
	background-color: rgba(255,0,0,0);
    height: 643px;
}
.vectr-sp {
	margin-top: -200px;
}
.vectr-index-lf {
	text-align: left;
}
.vectr-version {

}
@media only screen and (min-width:1200px) and (max-width:1400px) {
	.vectr-version {
		margin-top: 60px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.vectr-version {
		margin-top: 28px;
	}
}
@media only screen and (min-width:768px) and (max-width:1400px) {
	h2.sub{
		font-size: 26px;
	}
}

@media only screen and (max-width:992px) {
	.vectr-index {
		background-color: rgba(255,0,0,0);
		height: 100%;
	}
	.vectr-version {
		display: none;
	}
	.vectr-sp {
		margin-top: 30px;
		text-align: center;
	}
	.vectr-index-lf {
		text-align: center;
	}
	.vectr-sp1, .vectr-sp2, .vectr-sp3 {
		margin-bottom: 30px;
	}
	.vectr-feat {
		margin-bottom: 30px;
	}
	.vectr-avatar {
		display: none;
	}
	.vectr-pro {
		text-align: center;
	}
}
@media only screen and (min-width:768px) and (max-width:992px) {
	.vectr-hero {
		background-color: rgba(255,0,0,0);
		height: 840px;
	}
}
@media only screen and (max-width:768px) {
	.vectr-hero {
		background-color: rgba(255,0,0,0);
		height: 790px;
	}
	.vectr-pad {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important;
	}
}
@media only screen and (max-width:576px) {
	.vectr-pad {
		padding-top: 0rem!important;
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
}

/*--- ABOUT ---*/
.vectr-about {
	background-color: rgba(255,0,0,0);
    height: 326px;
}
.vectr-about .container h4 {
	letter-spacing: normal;
}
.vectr-about-lf {
	text-align: left;
}
@media only screen and (max-width:992px) {
	.vectr-about-lf {
		text-align: center;
	}
}

/*--- CONTACT ---*/
.vectr-contact {
	background-color: rgba(255,0,0,0);
    height: 500px;
}
.vectr-contact-form {
	margin-top: -200px;
}
@media only screen and (max-width:992px) {
	.vectr-contact-form {
		margin-top: -110px;
	}
}
/*--- TUTORIALS ---*/
.vectr-bg-tutorial {
	background: url(../../assets/images/svg-tutorial.svg),linear-gradient(180deg, rgba(16,117,188,1) 0%, rgba(37,141,200,1) 12%, rgba(38,143,201,1) 32%, rgba(137,193,192,1) 44%, rgba(183,208,180,1) 49%, rgba(238,217,154,1) 57%, rgba(252,219,148,1) 100%);
	background-size:contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 1260px;
}
@media only screen and (min-width:1200px) and (max-width:1550px) {
	.vectr-bg-tutorial {
		background: url(../../assets/images/svg-tutorial.svg),linear-gradient(180deg, rgba(16,117,188,1) 0%, rgba(37,141,200,1) 12%, rgba(38,143,201,1) 32%, rgba(137,193,192,1) 44%, rgba(183,208,180,1) 49%, rgba(238,217,154,1) 57%, rgba(252,219,148,1) 100%);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 1000px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.vectr-bg-tutorial {
		background: url(../../assets/images/svg-tutorial.svg), rgba(16,117,188,1);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 1000px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.vectr-bg-tutorial {
		background: url(../../assets/images/svg-tutorial.svg), rgba(16,117,188,1);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 1000px;
	}
}
@media only screen and (min-width:568px) and (max-width:767px) {
	.vectr-bg-tutorial {
		background: url(../../assets/images/svg-tutorial.svg), rgba(16,117,188,1);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 1000px;
	}
}
@media only screen and (max-width:567px) {
	.vectr-bg-tutorial {
		background: url(../../assets/images/svg-tutorial.svg), rgba(16,117,188,1);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 850px;
	}
}

/*--- GUIDE ---*/
.vectr-bg-guide {
	/* background: linear-gradient(180deg, rgba(35,66,129,1) 0%, rgba(12,106,170,1) 35%, rgba(91,182,209,1) 65%, rgba(144,213,220,1) 100%, rgba(163,220,78,1) 100%); */
	background: url(../../assets/images/svg-guide.svg),linear-gradient(180deg, rgba(35,62,125,1) 0%, rgba(3,127,189,1) 25%, rgba(132,206,219,1) 65%, rgba(140,215,222,1) 100%);
	background-size:contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 1260px;
}

@media only screen and (min-width:1200px) and (max-width:1550px) {
	.vectr-bg-guide {
		background: url(../../assets/images/svg-guide.svg),linear-gradient(180deg, rgba(35,62,125,1) 0%, rgba(3,127,189,1) 25%, rgba(132,206,219,1) 65%, rgba(140,215,222,1) 100%);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 1000px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.vectr-bg-guide {
		background: url(../../assets/images/svg-guide.svg), rgba(35,62,125,1);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 980px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.vectr-bg-guide {
		background: url(../../assets/images/svg-guide.svg), rgba(35,62,125,1);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 915px;
	}
}
@media only screen and (max-width:767px) {
	.vectr-bg-guide {
		background: url(../../assets/images/svg-guide.svg), rgba(35,62,125,1);
		background-size:contain;
    	background-repeat: no-repeat;
    	background-position: center bottom;
		height: 850px;
	}
}

/*--- SIGN UP ---*/
.signup label {
	font-size: 14px;
	font-weight: 500;;
}
.signup .note {
	font-size: 12px;
	font-weight: 300;
}
.ui.horizontal.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    line-height: 1;
    text-align: center;
}
.ui.divider {
    margin: 15px 0 !important;
    font-size: 1rem;
}

.ui.divider, .ui.footer-divider {
    user-select: none;
    font-weight: 400;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
    -webkit-tap-highlight-color: transparent;
}
.ui.horizontal.divider:before {
    background-position: right 1em top 50%;
}
.ui.horizontal.divider:after {
    background-position: left 1em top 50%;
}
.ui.horizontal.divider:after, .ui.horizontal.divider:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}
.btn-fb, .btn-twitter, .btn-google, .btn-vectr {
	font-size:16px;
	font-weight: 500;
	padding: 0rem 1rem .5rem;
}
.btn-vectr {
	font-size:16px;
	font-weight: 500;
	padding: 0.5rem 1rem .5rem;
}
.fa-facebook {
	background-image: url(../../assets/images/icon-fb.png);
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
	float: left;
	margin-left:60px;
	margin-top: 7px;
	/* display: inline-block; */
}
.fa-twitter {
	background-image: url(../../assets/images/icon-twitter.png);
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
	float: left;
	margin-left:70px;
	margin-top: 7px;
	/* display: inline-block; */
}
.fa-google {
	background-image: url(../../assets/images/icon-google.png);
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
	float: left;
	margin-left:70px;
	margin-top: 7px;
	/* display: inline-block; */
}
.fa-facebook-2 {
	float: left;
	margin-top: 10px;
}
.fa-twitter-2 {
	float: left;
	margin-top: 10px;
}
.fa-google-2 {
	float: left;
	margin-top: 10px;
}
@media only screen and (max-width:438px) {
	.fa-facebook {
		margin-left:15px;
	}
	.fa-twitter {
		margin-left:20px;
	}
	.fa-google {
		margin-left:20px;
	}
}
/* LEGAL PAGE */
.social_item {
	border: 2px solid #cccccc;padding:15px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	h2.sub.vectr-font-smaller {
		font-size: 24px;
	}
}
.p-0 {
	padding: 0 !important;
}
.new-footer-box {
	background-color: rgb(0, 0, 0);
    color: rgb(153, 153, 153);
}
.new-col li {
	white-space: nowrap;
}
.new-footer-container {
    display: flex;
    padding: 20px 96px;
    justify-content: space-between;
    align-items: center;
}

.footer-bar {
	background: #151B2E;
	width: 100%;
	padding: 48px 96px;
}
.footer-bar-container {
	max-width: 1320px;
	margin: 0 auto;
}
.footer-bar-container li a {
    text-decoration: none;
    color: #B2B4B3;
    font-size: 12px;
    font-weight: 400;
}
.footer-bar-container li {
    list-style-type: none;
    list-style-position: inside;
    margin-left: -32px;
    line-height: 25px;
}

@media only screen and (max-width: 825px) {
	.ai-title,
	.footer-bar,
	.new-footer-container{
		padding-left: 32px;
		padding-right: 32px;
	}
	.share-btn{
		width: 100%;
	}
	.ai-vector {
		padding: 80px 0;
		gap: 80px;
	}
	.upsell{
		padding-top: 80px !important;
		padding-bottom: 120px !important;
	}
	.header-link{
		padding:60px 0 ;
	}
	.navbar-light{
		padding-left: 32px;
		padding-right: 32px;
	}
	.head-menu-drop {
		left: -150px;
	}
}

@media only screen and (max-width: 650px) {
	.new-navbar-collapse{
		display: none;
	}
	.show-nav {
        display: flex !important;
    }
}
.show-nav{
	display: none;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
.show-nav a{
	width: 100%;
}
