/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* CSS Reset */

body
{
    color: #425b76;
    font-size: 16px;

    font-family: azo-sans-web, sans-serif;
    font-weight: 400;
}

header
{
    position: sticky;
    top: 0;
    background-color: white;
    width: 100%;
    z-index: 3;
}

.header-content
{
    margin: 0 auto;
    padding: 8px 18px 0 18px;
    width: 100%;
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

nav
{
    display: flex;
    align-items: center;
}

nav section
{
    display: flex;
    align-items: center;
}

nav section a
{
    margin-right: 32px;
    color: #496b84;
    opacity: 0.8;
    text-decoration: none;
    transition: 0.3s ease;

    font-family: azo-sans-web, sans-serif;
    font-weight: 900;
}

nav section a:hover
{
    color: #0067be;
}

button
{
    background-color: #0db88f;
    padding: 17px 20px 12px 20px;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 8px 24px #0e293740;
    color: white;
    font-size: 18px;
    height: 50px;
    margin-left: 64px;
    cursor: pointer;
    transition: 0.1s ease;

    font-family: azo-sans-web, sans-serif;
    font-weight: 900;
}

button:hover
{
    background-color: #07a881;
    box-shadow: 0 8px 32px #0e29372e
}

header::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/header-gradient.svg);
    background-size: 101%;
    height: 28px;
    content: "";
    left: 0;
    margin-bottom: -25px;
    width: 100%;
    position: absolute;
    top: 55px;
    background-repeat: no-repeat;
    z-index: -1;
}

#hero
{
    width: 100%;
    background-image: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/bts_2024_bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 615px;
    text-align: center;
}

#hero::after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 125px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/banner-bottom-shape.png);
    background-size: cover;
    z-index: 1;
}

#hero img
{
    max-width: 840px;
    padding-top: 64px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

#hero p
{
    color: white;
    padding: 12px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: rgba(5, 22, 30, .6);
    border-radius: 8px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 26px;
}

#hero section
{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}

#hero section button
{
    margin: 0 8px;
}

.btn-secondary
{
    background-color: #187abf !important;
}

.btn-secondary:hover
{
    background-color: #0067be !important
}

#why
{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

#why .content
{
    max-width: 650px;
    margin: auto;
    text-align: center;
}

#why #img-1
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Why-codeNinja-Char-2.png);
    background-position: center -95px;
    background-size: 378px;
    left: 0;
    top: 25px;
    width: 320px;
    position: relative;
    height: 260px;
}

#why #img-2
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Why-codeNinja-Char-1.png);
    background-position: center -80px;
    background-size: 285px;
    left: 0;
    margin-right: 50px;
    top: 25px;
    width: 285px;
    position: relative;
    height: 260px;
    justify-self: end;
}

#why h1
{
    font-size: 48px;
    line-height: 48px;
    color: #0e2937;
    font-weight: 900;
    margin-top: 120px;
}

#why h1 span
{
    color: #187abf;
    display: block;
}

#why p
{
    color: #506690;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 650px;
}

#news-links
{
    display: flex;
    height: 54px;
    justify-content: space-between;
    max-width: 691px;
    margin: auto;
    margin: 60px auto 50px;
}

#news-links img
{
    height: 31px;
    cursor: pointer;
}

#main-content
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/BG-Gradient-1.png);
    background-position: top;
    background-size: cover;
    position: relative;
    background-color: white;
    z-index: 1;
}

#main-content h2
{
    color: #506690;
    font-weight: 700;
    text-align: center;
    max-width: 340px;
    margin: auto;
    font-size: 20px;
    letter-spacing: 0;
}

#video
{
    border-radius: 24px;
    box-shadow: 0 24px 40px #187abf38;
    width: 844px;
    height: 467px;
    margin: 16px auto 0;
    content: "";
    position: relative;
}

#video::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Video%20Dots%20-%20Left@2x.png);
    background-size: 136px;
    content: "";
    height: 214px;
    left: -75px;
    position: absolute;
    top: -16px;
    width: 136px;
    z-index: 1;
}

#video::after
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Video%20Dots%20-%20Right.png);
    content: "";
    bottom: -40px;
    height: 214px;
    right: -79px;
    position: absolute;
    width: 158px;
    z-index: 1;
}

#video img
{
    height: 100%;
    object-fit: contain;
    width: 100%;
    border-radius: 24px;
    position: relative;
    z-index: 1;
}

#video a
{
    top: -55%;
    background: #7e8c94;
    border-radius: 50%;
    height: 76px;
    justify-content: center;
    left: calc(50% - 38px);
    position: relative;
    width: 76px;
    z-index: 2;
    display: flex;
    align-items: center;
}

#video a:hover
{
    background: #72bbe4;
}

#video a::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;
    display: flex;
    height: 26px;
    margin-left: 5px;
    width: 21px;
    content: "";
}

#main-content h3
{
    color: #0e2937;
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    margin-top: 100px;
    padding-bottom: 20px;
}

#main-content h3 span
{
    backdrop-filter: blur(30px);
    color: #187abf;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
    opacity: 0.6;
    display: block;
    font-weight: 400;
}

#main-content h3 section
{
    color: #187abf !important;
    display: inline;
}

#programs .content
{
    padding: 75px 20px;
    position: relative;
}

#programs #create .content
{
    background: transparent linear-gradient(113deg,#2d8abd,#0067be) 0 0 no-repeat padding-box;
}

#programs #create .content::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Create-Bg.webp);
}

.programs .content::before
{
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#programs .container
{
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 18px 0 250px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#programs #create .gradient
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Color-Fade_2x.webp);
}

.gradient
{
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#programs .img
{
    padding-top: 25px;
}

#create .img::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/create%20bg.png);
    background-repeat: no-repeat;
    background-size: 560px;
    content: "";
    height: 482px;
    left: calc(50% - 465px);
    position: absolute;
    top: -43px;
    width: 560px;
}

#create .img img
{
    border-radius: 10px;
    max-height: 375px;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.program-details
{
    margin-top: 40px;
}

#create h2
{
    color: #8eecff;
}

.programs h2
{
    font-size: 14px;
    letter-spacing: 0.78px;
    line-height: 15px;
    margin: 0 0 22px;
    opacity: 0.7;
}

.program-details h1
{
    font-weight: 900;
    font-size: 64px;
    line-height: 78px;
}

.program-details h1 span
{
    color: #f6f7f8;
    font-size: 24px;
    line-height: 24px;
    display: block;
}

#create .program-details h1
{
    color: #8eecff;
}

.program-details p
{
    color: #f6f7f8;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 361px;
    font-size: 16px;
    font-weight: 100;
}

.program-details button
{
    margin-left: 0 !important;
}

#jr .content
{
    background: transparent linear-gradient(110deg,#92278e,#3c1c6e) 0 0 no-repeat padding-box;
}

#jr .content::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/JR-Bg.webp);
}

#jr .gradient
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Color%20Fade-JR-@2x.png)
}

#jr .img::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/jr%20bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 444px;
    left: calc(50% - 50px);
    position: absolute;
    top: -40px;
    width: 550px;
}

#jr .img img
{
    max-height: 408px;
    object-fit: cover;
    position: relative;
    width: 466px;
    right: 125px;
}

#jr .program-details h1
{
    color: #deabf7;
}

#jr h2
{
    color: #deabf7;
}

#camps .content
{
    background: transparent linear-gradient(110deg,#07bc93,#32b1d1) 0 0 no-repeat padding-box;
}

#camps .content::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/CAMP-BG.webp);
}

#camps .gradient
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Color%20Fade-Camp-@2x.png);
}

#camps .img
{
    padding-top: 75px;
}

#camps .img::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/camps%20bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 432px;
    left: calc(50% - 525px);
    position: absolute;
    top: -40px;
    width: 500px;
}

#camps .img img
{
    border-radius: 10px;
    max-width: 100%;
    width: 372px;
    max-height: 408px;
    position: relative;
}

#camps .program-details h1
{
    color: #92f4f5 !important;
}

#camps h2
{
    color: #92f4f5 !important;
}

#impact
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Impact-Bg-1.png);
    background-position: center -300px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px 80px;
    position: relative;
    text-align: center;
    height: 1000px;
}

#impact .container
{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 18px;
}

#impact-characters
{
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    top: 43px;
    left: 0;
    right: 0;
}

#impact-characters::before
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Impact-Char-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 269px;
    position: absolute;
    width: 134px;
    left: 55px;
    top: 189px;
    bottom: 200px;
    right: 1095px;
}

#impact-characters::after
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Impact-Char-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 254px;
    position: absolute;
    width: 254px;
    top: 136px;
    right: 60px;
    bottom: 268px;
    left: 985px;
}

#impact #impact-lala
{
    width: 839px;
    border-radius: 20px;
    height: 478px;
    margin-left: -931px;
    object-fit: cover;
    position: relative;
    flex-shrink: 0;
}

#impact a
{
    top: 221px;
    background: #7e8c94;
    border-radius: 50%;
    height: 76px;
    justify-content: center;
    left: calc(50% - 1000px);
    position: relative;
    width: 76px;
    z-index: 2;
    display: flex;
    align-items: center;
    bottom: 0;
}

#impact a:hover
{
    background: #72bbe4;
}

#impact a::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;
    display: flex;
    height: 26px;
    margin-left: 5px;
    width: 21px;
    content: "";
}

#impact-video
{
    padding: 43px 18px 0;
    display: flex;
    height: 658px;
    justify-content: center;
    padding-top: 43px;
    position: relative;
    width: 100%;
    max-width: 1320px;
    left: -83px;
}

#impact-video::after
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Impact-voideo-frame.png);
    background-size: 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    width: 1320px;
}

#impact-content
{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: -72px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0 18px;
}

#my-headphones-died
{
    width: 344px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#impact-content h2
{
    color: #257cc6;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    opacity: 0.6;
    text-align: center;
}

#impact-content p
{
    color: #506690;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 552px;
    text-align: center;
    margin: 18px 0 1.4rem;
}

#impact-content button
{
    margin-left: 0;
}

#prodigy
{
    position: relative;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Prodigy-bg%20top@2x.png);
    background-size: cover;
    letter-spacing: 1px;
    min-height: 700px;
    text-align: center;
    width: 100%;
}

#prodigy-header, #prodigy-footer
{
    display: block;
    width: 100%;
    position: relative;
}

#prodigy-logo
{
    display: block;
    position: absolute;
    left: calc(50% - 120px);
    top: 0;
    width: 240px;
}

#actual-prodigy-logo
{
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    display: block;
    width: 100%;
}

#prodigy span
{
    color: #51b8ff;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    width: 700px;
}

#prodigy p
{
    color: white;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.4px;
    margin: 10px auto 1.4rem;
    width: 700px;
}

#freaky-ninjas
{
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    display: block;
    width: 100%;
    margin-bottom: -75px;
}

#evil-skull-sect
{
    text-align: center;
}

#EVIL-SKULL
{
    position: absolute;
    margin: auto;
    width: 100px;
    margin-left: -60px;
    margin-top: -40px;
}

#locations
{
    background: rgb(45 138 189/5%);
    padding: 120px 0 0;
}

#locations h1
{
    margin: auto;
    text-align: center;
    max-width: 290px;
    font-weight: 900;
    color: #187abf !important;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 16px;
}

#locations h1 span
{
    color: #424c51;
    font-size: 32px;
    line-height: 32px;
}

#locations h2
{
    text-align: center;
    color: #506690;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 16px
}

#locations-input
{
    display: flex;
    height: 56px;
    justify-content: center;
    margin: auto auto 20px;
    position: relative;
    width: 356px;
}

#locations-input input
{
    background: #fff 0 0 no-repeat padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 8px 16px #00447d3f;
    color: #000;
    font-size: 16px;
    height: 100%;
    letter-spacing: 0;
    line-height: 16px;
    outline: 0;
    padding: 5px 90px 0 30px;
    width: 100%;
    font-family: azo-sans-web, sans-serif;
}

#locations-input button
{
    border-radius: 4px;
    height: 108%;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    margin-left: 0;
}

#locations-input button img
{
    width: 20px;
}

#or
{
    padding: 24px 0;
}

#find-location
{
    display: block;
    margin: auto;
}

#my-sittar
{
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px 20px 0;
    max-width: 316px;
    text-align: center;
    margin: auto;
}

#testimonials
{
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Testimonial-BG.webp);
    color: white;
    padding: 60px 20px;
}

#testimonials .container
{
    max-width: 1320px;
    margin: auto;
    padding: 0 18px;
}

#testimonials h1
{
    font-size: 48px;
    line-height: 65px;
    margin: 0 0 30px;
    text-shadow: 0 3px 6px #00000029;
    color: white;
    font-weight: 900;
    text-align: center;
}

#testimonials h1 span
{
    color: #52b6ff;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
    margin: 0;
    opacity: 0.8;
    font-weight: 400;
    display: block;
}

#thingies
{
    display: flex;
    justify-content: space-between;
    align-items: start;   
}

#thingies section
{
    font-size: 16px;
    line-height: 1.4;
    background: linear-gradient(180deg,#fff,#9ed7ff);
    border: 2px solid #a2d6fb;
    border-radius: 8px;
    box-shadow: 0 8px 24px #075c9859;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 66px;
    padding: 32px 16px 50px;
    text-align: center;
    width: 374.667px;
    position: relative;
}

#thingies section h1
{
    color: #0e2937;
    margin: 0 0 16px;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-shadow: none;
    margin-top: 40px;
}

#thingies section h1 span
{
    color: #187abf !important;
    opacity: 1;
    color: #0e2937;
    margin: 0 0 16px;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-shadow: none;
    display: inline;
}

#thingies section p
{
    color: #506690;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
}

#thingies label
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
}

#thingies label h2
{
    background: #49a8eb 0 0 no-repeat padding-box;
    border-radius: 21px;
    color: #f6f7f8;
    font-weight: 700;
    font-size: 14px;
    height: 42px;
    letter-spacing: 0.78px;
    line-height: 28px;
    padding: 2px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}