.hide-at-loading{
	display: none!important;
}
/*HERO SHOT SECTION*/

#hero-section{
	overflow: hidden;
    color: var(--color-whites-1);
    background: linear-gradient(to bottom, var(--color-blacks-1) 0%, var(--color-blacks-alpha-025)  27%, var(--color-blacks-alpha-000) 50%),
			linear-gradient(to right, var(--color-blacks-1) 0%, var(--color-blacks-alpha-025)  27%, var(--color-blacks-alpha-000) 50%),
			linear-gradient(to top, var(--color-blacks-1) 0%, var(--color-blacks-alpha-025)  27%, var(--color-blacks-alpha-000) 50%),
			linear-gradient(to left, var(--color-blacks-1) 0%, var(--color-blacks-alpha-025)  27%, var(--color-blacks-alpha-000) 50%),
			url(/images/hero/hero_lr.webp);
	background-size: cover!important;
	background-position: top center !important;
    padding-bottom:25px;
	min-height:70vh;
}

#hero-section>#hero-main-wrapper{
	padding-top:80px;
	z-index: 1;
	position: relative;
}

#hero-section > div {
	padding-top:0px
}

#hero-section img{
    max-width: 60%;
    margin: auto;
}
.hero-img{
    text-align: center;
}


#cta-container > .col-special > div{
	margin-left:3rem;
}

#animation-wrapper{
	min-height:75vh;
	z-index: 0;
	right:0;
	left:0;
}

#hero-section h2{
	font-size: var(--text-xl)!important
}

#animation-wrapper .container-fluid .row{
	max-height:300px;
	overflow: hidden;
	margin-top: 25vh;

}

#animation-wrapper #trees{
	min-height: calc(75vh - 50px);
	max-height: calc(75vh - 50px);

}

#animation-wrapper #trees, #animation-wrapper #logos-container{
	max-width:100%;
	min-width: 450px;
	margin: auto;
	text-align: center;
}

#hero-main-wrapper{
	min-height:75vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#hero-section img.lang-tree{
	position: absolute;
	min-width: 800px;
	max-width: 130%;
}

#logos-container img{
	max-height: 30px;
	height:100%;
	margin-right: 40px;
	margin-bottom: 20px;
	opacity: .5
}

.language-support.lang-java{
	max-height: 40px!important
}

.language-support.lang-swift{
	max-height: 40px!important
}

.language-support.lang-elixir{
	max-height:34px!important
}

.language-support.lang-perl, .language-support.lang-clojure{
	max-height: 34px!important
}

.language-support.lang-cpp, .language-support.lang-rust, .language-support.lang-r{
	max-height: 35px;
}




/*CUSTOMERS*/
#customers {
	width: 100%!important;
}

#customers > div{
	margin-top: 8px;
	margin-bottom: 8px;
	min-height: 60px;
	text-align: center;
	z-index:100;
}
#customers img{
	display:inline;
	height: 56px;
}

.tns-outer > *:not(#customers-carousel-mw){
	display: none
}

#customers > #customers-carousel > div{
	display: inline;
}

.logo-bcremit{
	height: 3em;
	margin-top:-4px!important
}

/*STATS*/

#daily-counts{
	min-height: 80px;
	background-color: var(--color-greys-5);
	/* box-shadow: -3px 6px 12px 4px var(--color-whites-alpha-025), 3px 6px 12px 4px var(--color-whites-alpha-025); */
	padding: 20px 0px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#daily-counts a{
	color: inherit
}
#daily-counts .title-colored{
	margin: 0px!important;
	margin-bottom:12px!important;
}

#general-counts h3{
	margin: 0px!important;
	margin-bottom:8px!important;
}

#language-counts{
	max-height: 80px;
	min-height:80px;
}
@media (max-width: 1199px){
	#language-counts{
		padding-top:25px
	}
}
.language-count{
	transition: transform .5s ease, height .5s ease, margin-top .5s ease;
	height:0px;
	margin-top:-50px;
	transform: rotate3d(1, 0, 0, -90deg);
}
.language-count img{
	max-height: 40px;
    max-width: 74px;
	margin-right: 10px;
}
.language-count.hidden-box{
	height:0px;
	margin-top:-50px;
	transform: rotate3d(1, 0, 0, -90deg);
}
.language-count.display-box{
	height:80px;
	margin-top:0px;
	transform: rotate3d(1, 0, 0, 0deg);
}
.language-count.hiding-box{
	transform-origin: 0% 100% 100px;
	height:0px;
	margin-top:-50px;
	transform: rotate3d(1, 0, 0, 90deg);
}
.language-count.hide-box{
	display: none
}

/*CONTINUOUS PROTECTION*/
.icon-text{
	position: relative
}
.icon-learn-more{
	position: absolute;
	bottom:0
}


/*INTEGRATIONS*/

#section-devsecops{
	color: var(--color-whites-1);
	background: var(--color-gradients-1);
}
.integrations-illustration{
	width:100%
}

.languages{
	width: 100%;
}
.language-support{
	max-height: 32px;
	margin: 14px 10px;

}

#meterian-youtube{
	width:100%!important;
	height: 100%!important;
}

/*SELFREPORTING*/

#section-selfreporting img{
	width:100%
}

/*BUSINESS SECTION*/


.business-img{
    text-align: center;
}

#section-business > .container > .row{
	justify-content: space-between;
}
#section-business .business-img{
	padding: 0px;
	margin: 0px
}
#section-business img{
    max-width: 100%;
    margin: auto;
}




/*CAROUSELS*/

#samples, #testi {
    padding: 70px 0 70px;
}
#samples .message{
	text-align: center;
}
@media (min-width: 1200px){
	#samples .message{
		text-align: left;
	}
}


.sample-text, .testi-text {
    font-size: var(--text-xs);
}
.sample-box, .testi-box {
    margin-bottom: 20px;
}
.samples-item, .testi-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}
.samples-item .box , .testi-item .box {
	margin-right: 14px;
	margin-left: 14px;
}
.samples-item .box h4, .testi-item .box h4{
	text-align: center;
}
.samples-item .box .message ,.testi-item .box .message {
	line-height: 30px;
	font-weight: 200;
	font-size: var(--text-md);
	font-style: italic;
}
.samples-item .client-pic img, .testi-item .client-pic img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	max-width: 100%;
}
.samples-item .client-info .client-name , .testi-item .client-info .client-name {
	margin-top: 10px;
	font-size: var(--text-md);
}
.samples-item .client-info .company, .testi-item .client-info .company {
	font-style: italic;
	color: var(--color-primary-1);
}

.testimonial{
	display: inline-block;
	width: 100%;
}
.testimonial .message{
	text-align: justify;
}

.testimonial div{
	display: inline-block
}
.testimonial .testimonial-logo{
	float:right
}
.testimonial img{
	height: 50px
}
.testimonial.product-madness img{
	height: 75px
}
#testi a{
	color: var(--color-whites-1);
	padding: 0px 20px;
	display: block;
	width:250px;
	margin: auto!important
}
#testi a p{
	margin-right:0px;
}


.arrow{
	filter: saturate(0);
	opacity: .5;
	padding-top: 100px;
	cursor:pointer;
	transition: .3s opacity ease;
}
.arrow:hover{
	opacity:.8
}
.arrow img{
	width: 80px;
}
.arrow-left img{
	transform: rotateZ(90deg);
}
.arrow-right img{
	transform: rotateZ(-90deg);
}

#meterian-youtube-preview{
	/* min-height: 423px; */
	max-width: 100%!important;
	cursor: pointer;
}


/*DIGITAL TRANSFORMATION*/
#digital-transformation img{
	max-width:100%
}

/*API Title*/
#api-title{
	padding-top: 120px
}

#strapline{
	top: 100px;
}

#strapline > div{
	display: inline-flex;
	position: relative;
	min-height: 73px
}

#strapline p{
	right: -50%;
	opacity: 0;
}

#strapline p{
	border-top: 1px solid var(--color-whites-alpha-075);
	border-bottom: 1px solid var(--color-whites-alpha-075);
	margin: auto;
	font-size: var(--text-md);
	color: var(--color-whites-1);
	font-family: "Overpass", sans-serif!important;
	text-align: center;
	padding: 10px 0px;
	position: absolute;
	min-width: 100%;
}
#strapline p.on{
	transition: opacity .5s ease-in-out, right .5s ease-in-out;
}
#strapline p.active{
	right: 0px;
	opacity: 1;
	z-index: 1;
}

#strapline p.active.hiding{
	right: 100%;
	opacity: 0;
}

#strapline p .cta{
	color: var(--color-primary-7);
	text-transform: none;
	font-family: "Overpass", sans-serif!important;
	font-weight: 600;
	font-size: var(--text-md);
	padding: 0px 5px!important
}

#strapline p .cta:hover{
	color: var(--color-primary-1);
	
}
.sample-card{
	border: 1px solid var(--color-greys-5);
	border-radius:3px;
	box-shadow: 1px 5px 10px 2px var(--color-greys-alpha-010), -1px 5px 10px 2px var(--color-greys-alpha-010);
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom:25px;
}
.card-head{
	min-height:100px;
}
.card-head-mobile{
	margin-right: 10px;
}
.card-head-mobile > div {
	margin-right: 5px;
}

.report-button{
	padding-top:8px;
}
.badges-container{
	padding-top:10px;
}
.project-name b{
	font-size: var(--text-md);
	margin-right: 14px;
	transition: color .3s ease;
}
.sample-repository{
	color: var(--color-greys-2)!important;
	transition: color .3s ease
}
.project-name:hover b, .sample-repository:hover{
	color: var(--color-primary-1)!important
}
.project-logo{
	max-width: 45px!important;
}
.samples-logo{
	max-width:55px!important;
	margin-right: 10px
}

#as-seen-in .section-title{
	padding-bottom: 56px;
}
#as-seen-in img{
	height:34px;
	max-height: 34px;
	margin-bottom: 32px;
	margin-right: 32px;
}

@media (max-width: 1400px){
	#api-title{
		padding-top: 95px
	}
}

@media (max-width: 1200px){
	#api-title{
		padding-top: 0px
	}
}

/*MEDIA HERO SHOT*/

@media (max-width: 1400px){
	#logos-container img{
		max-height: 30px;
		margin-right: 30px;
	}

	/* .language-support.lang-java{
		max-height: 38px!important
	}

	.language-support.lang-swift{
		max-height: 38px!important
	}

	.language-support.lang-elixir{
		max-height:32px!important
	}
	.language-support.lang-cpp, .language-support.lang-rust{
		max-height: 30px;
	} */
	
}

@media (max-width: 1060px){
	#logos-container img{
		max-height: 20px;
		margin-right: 20px;
	}

	/* .language-support.lang-java{
		max-height: 28px!important
	}

	.language-support.lang-swift{
		max-height: 28px!important
	}
	.language-support.lang-elixir{
		max-height:24px!important
	}
	.language-support.lang-cpp, .language-support.lang-rust{
		max-height: 22px;
	} */
	
}

@media (max-width: 767px) {
	.samples-logo{
		max-width:40px!important;
		margin-right: 5px;
		margin-top: 14px
	}
}

@media (max-width: 740px){
	#logos-container img{
		max-height: 20px;
		margin-right: 10px;
	}
}


@media (max-width: 1744px){
	#animation-wrapper{
		min-height:75vh
	}

	#animation-wrapper #trees{
		min-height: calc(75vh - 50px);
		max-height: calc(75vh - 50px);
	}

	#logos-container img{
		margin-bottom: 10px
	}

}

@media (max-width: 884px){
	#animation-wrapper #trees *{
		display:none
	}
	.col-special{
		text-align: center;
		width: 100%
	}
	#cta-container > .col-special > div{
		margin-left:0px;
	}

	#logos-container{
		margin: auto;
	}
}

@media (min-width: 767px) {
	.md-plus-hidden{
		display: none;
	}
}

@media (max-width: 767px){
    .main-title{
        text-align: center;
    }
	#section-keys .mb-5{
		margin-bottom: 5px!important;
	}
	#section-keys .title-colored{
		margin-bottom:20px!important
	}
	.keys-icon{
		max-width:150px
	}

	#strapline p{
		font-size: var(--text-md);
	}

	#strapline p .cta{
		font-size: var(--text-md);
	}
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#samples, #testi {
		padding: 20px 0 20px;
	}
	#as-seen-in .section-title {
		padding-bottom: 25px;
	}
	.section-keys-body {
		margin-bottom: 2.5em!important;
	}
	.sm-mt-5 {
		margin-top: 25px!important;
	}
	.sm-mt-6 {
		margin-top: 30px!important;
	}
	.sm-mt-2 {
		margin-top: 10px!important;
	}
	.sm-m-0 {
		margin: 0px!important;
	}
	.sm-pt-0 {
		padding-top: 0px!important;
	}
	.sm-pb-0 {
		padding-bottom: 0px!important;
	}
	.sm-text-start {
		text-align: start!important;
	}
	.sm-mb-2 {
		margin-bottom: 16px;
	}
	.sm-hidden {
		display: none;
	}
	.sm-text-ellipsis {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
	}
	.sm-text-ellipsis:hover {
		display: block;
	}
}

/*MEDIA CAROUSELS*/
@media (max-width:505px){
	.testimonial{
		text-align: center;
	}
	.testimonial>*{
		width:100%
	}
	.testimonial .testimonial-logo{
		float:none;
	}
	.testi-item a p{
		padding: 14px 24px
	}
}


/*MEDIA DIGITAL TRANSFORMATION*/

@media (max-width: 767px){
	.dt-image-wrapper{
		order:-2
	}
}
