html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100px 1fr 1fr 40px;
    width: 1280px;
    margin: auto;
    background-color: white;
}
header {
    background-color: #ffffff;
 

}

body {
    background-image: url(images/BG-Gradient-1.png);
}

.title {
    width: 11%;
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 0;
}

@font-face {
	font-family: azo-sans-black;
	src: url(font/AzoSans-Black.ttf);
  }
  
  @font-face {
	font-family: azo-sans-reg;
	src: url(font/AzoSans-Regular.ttf);
  }

  @font-face {
	font-family: azo-sans-bold;
	src: url(font/AzoSans-Bold.ttf);
  }


h1 {
    font-size: 48px;
    text-align: center;
    font-family: azo-sans-black;
	color: #0E2937;
	margin-top: 200px;

	
}
h2 {
    font-size: 48px;
    text-align: center;
    font-family: azo-sans-black;
	color: #ffffff;
	margin-top: 200px;

	
}
.blue {
	color: #187abf;
}
p {
    color: #506690;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin: auto;
    max-width: 650px;
    text-align: center;
    font-family: azo-sans-reg;

	
}

.stars {
    display: block;
    background-image: url(images/bts_2024_bg.png);
    background-size: cover;
    height: 200%;
    width: 100%;
    position: relative;
    
}
.reach {
    margin-left: auto;
    margin-right: auto;

    display: block;
    max-width: 50%;
    width: 100%;
}
.starhead {
    margin-left: auto;
    margin-right: auto;
	
    display: block;
    background-image: url(images/bts_2024_bg.png);
    background-size: 100%;
    max-width: 50;
    width: 100%;
}


.b1 {
    background-color: #0db78e;
    color: #ffffff;
    border-color: #0db78e;
    border-style: solid;
    border-radius: 6px;
    font-size: 18px;
    font-family: azo-sans-black;
    padding: 16px 20px 12px;
    text-transform: uppercase;
}

.b2 {
    background-color: #187abf;
    color: #ffffff;
    border-color: #187abf;
    border-style: solid;
    border-radius: 6px;
    margin: 20px;
    font-size: 18px;
    font-family: azo-sans-black;
    padding: 16px 20px 12px;
    text-transform: uppercase;

}

.buttons {


    display: flex;
    justify-content: center;
    align-items: center;
}
.grid {
    display: grid;
    grid-template-columns: auto auto auto ;
}
.nin {
    width: 300px;
    grid-column: 1;
    grid-row: 1;

}

.nin2 {
    width: 300px;
    grid-column: 4;
    grid-row: 1;
}

.hwa {
    grid-column: 2;
    grid-row: 1;
}

.mwa {
    grid-column: 2;
    grid-row: 2;
}

.abc {
    grid-column: 2;
    grid-row: 3;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.word {
    grid-column: 2;
    grid-row: 5;
    font-family: azo-sans-bold;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
    max-width: 340px;
    text-align: center;
}

.vid {
    grid-column: 2;
    grid-row: 6;
    margin: auto;
    margin-top: 20px;
    height: 100%;

    width: 100%;
    

}
.video__frame {
    grid-column: 2;
    grid-row: 8;
    background: #0e2937 0 0 no-repeat padding-box;
    border-radius: 24px;
    box-shadow: 0 24px 40px #187abf38;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.thumb {
    width: 100%;
}

.play {
    background: #7e8c94;
    border-radius: 50%;
    height: 76px;
    justify-content: center;
    left: calc(50% - 38px);
    position: absolute;
    top: 35%;
    width: 76px;
    z-index: 2;
}
.play, .ready-visit {
    align-items: center;
    display: flex;
}

.play:after {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/icon-play.png) no-repeat 50%;
    background-size: 22px;
    content: "";
    display: flex;
    height: 26px;
    margin-left: 5px;
    width: 21px;
}

.heh {
    grid-column: 2;
    grid-row: 20;
}

.video__frame .play {
    top: calc(50% - 38px);
}

.gwa {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: #187abf;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
 
    opacity: 1;
    opacity: .6;
    text-transform: uppercase;
    font-family: azo-sans-reg;
    grid-column: 2;
    grid-row: 9;
    margin-top: 140px;
    margin-bottom: 0;
}

.qwa {
    text-transform: uppercase;
    grid-column: 2;
    grid-row: 10;
    margin-top: 0;
}

.lazy {
    width: 100%;
}



.imp {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 50%;
    width: 344px;
}

.part {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 50%;
    width: 344px;
    margin-bottom: 20px;
}
.gwa2 {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: #187abf;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
 
    opacity: 1;
    opacity: .6;
    text-transform: uppercase;
    font-family: azo-sans-reg;

    margin-top: 0;
    margin-bottom: 0;
}

.mwa2 p {
    color: #506690;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 552px;
    text-align: center;

}

.button {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 8px 24px #0e293740;
    color: #fff !important;
    font-family: azo-sans-black !important;
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 16px 20px 12px;
    text-transform: uppercase;
    transition: .1s ease;
    background: #0db88f;
    margin-left: auto;
    margin-right: auto;
    width: 159px;
    margin-top: 40px;
    margin-bottom: 60px;
    

}
.button3 {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 8px 24px #0e293740;
    color: #fff !important;
    font-family: azo-sans-black !important;
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 16px 20px 12px;
    text-transform: uppercase;
    transition: .1s ease;
    background: #0db88f;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    margin-top: 40px;
    margin-bottom: 60px;
    

}
.break {
    margin-bottom: 50px;
}
.qwa2 {
    text-transform: uppercase;

    margin-top: 100px;
}

.lil {
    font-size: 32px;
}

.find {
    display: flex;
    height: 56px;
    justify-content: center;
    margin: auto auto 20px;
    position: relative;
    width: 356px;
    margin-top: 20px;

}

.zip {
    background: #fff 0 0 no-repeat padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 8px 16px #00447d3f;
    color: #000;
    font-family: azo-sans-reg;
    font-size: 16px;
    height: 100%;
    letter-spacing: 0;
    line-height: 16px;
    outline: 0;
    padding: 5px 90px 0 30px;
    width: 159px;
    height: 56px;
    
}

.search {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 8px 24px #0e293740;
    color: #fff !important;
    font-family: azo-sans-black !important;
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 16px 20px 12px;
    text-transform: uppercase;
    transition: .1s ease;
    background: #0db88f;
    margin-left: auto;
    margin-right: auto;
    width: 70px;

    height: 56px;
}

section.find-center-hero {
    align-items: center;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Group%20380@2x.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 609px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
}

footer {
    background-color: #04325a;
    color: #acbac8;
}

.pain {
    width: 30%;
    margin-left: 20px;
    margin-bottom: -3px;
}