.banner {
    width: 840px;
    height: 383.23px;
    display: grid;
    grid-column: 1/3;
    grid-row: 1/4;
    margin: auto;
}

.page1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    background-image: url(images/download.jpg);
}

#p1 {
    display: grid;
    grid-column: 1/3;
    grid-row: 4/5;
    text-align: center;
    color: white;
    width: 750px;
    margin: auto;
    padding: 0.4cm;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    border-radius: 5px;
}

.bannerbuttons {
    display: grid;
    grid-row: 5/6;
    grid-column: 1/3;
    display: flex;
    justify-content: space-evenly;
}

.button1 {
    display: grid;
    grid-column: 1/2;
    grid-row: 5/6;
    margin: auto;
}

.button2 {
    display: grid;
    grid-column: 2/3;
    grid-row: 5/6;
    margin: auto;
}

#button1 {
    background-color: #0db88f;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    display: grid;
    grid-column: 1;
    grid-row: 5/6;
    font-weight: bold;
}

#button2 {
    background-color: lightskyblue;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    display: grid;
    grid-column: 2;
    grid-row: 5/6;
    font-weight: bold;
}

.cookieConsent_inner {
    background-color: black;
    border: 1px solid transparent;
    border-radius: .375rem;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    width: 900px;
}

.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;
    font-weight: bold;
}

.button.button-primary {
    background: #0db88f;
}

.cookieConsent_inner p {
    color: #869ab8 !important;
    font-family: Azo sans Regular !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 15px;
}

.cookieConsent_inner p a {
    color: #869ab8 !important;
    font-family: Azo sans Medium !important;
    text-decoration: underline;
}

.cookieConsent.show {
    display: flex;
}

.cookieConsent {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 20;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

h1 {
    text-align: center;
}

#cookie {
    display: flex;
}

section.why-code-ninja {
    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;
    padding: 50px 20px 140px;
    position: relative;
    z-index: 10;
}

section {
    display: block;
    unicode-bidi: isolate;
}

.why-code-ninja--before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Why-codeNinja-Char-2.png);
    background-position: center -95px;
    background-repeat: no-repeat;
    background-size: 378px;
    left: 0;
    top: -42px;
    width: 320px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.why-code-ninja--after, .why-code-ninja--before {
    content: "";
    height: 260px;
    position: absolute;
    z-index: 2;
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

.why-code-ninja--after {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Why-codeNinja-Char-1.png);
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: 285px;
    right: 50px;
    top: -64px;
    width: 285px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)* -.5);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-top: calc(var(--bs-gutter-y)* -1);
}

.why-code-ninja--content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
    width: 100%;
}

.primaryColor {
    color: #187abf !important;
}

section.why-code-ninja h2 span {
    display: block;
}

section.why-code-ninja h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    text-align: center;
}

.why-code-ninja--content .footer-logo-wrapp {
    margin: 60px 0 50px;
    max-width: 691px;
}

.why-code-ninja--content h5 {
    color: #506690;
    font-family: Azo sans Bold;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
    max-width: 340px;
    text-align: center;
}

.why-code-ninja--video {
    display: flex;
    height: 476px;
    margin: 16px 0 0;
    position: relative;
    width: 844px;
}

.why-code-ninja--video__frame {
    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;
}

.why-code-ninja--video__frame img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

img {
    font-size: .583rem;
    word-break: normal;
}

img, svg {
    vertical-align: middle;
}

.why-code-ninja--video__frame .cn-play-button {
    top: calc(50% - 38px);
}

.cn-play-button {
    background: #7e8c94;
    border-radius: 50%;
    height: 76px;
    justify-content: center;
    left: calc(50% - 38px);
    position: absolute;
    top: 35%;
    width: 76px;
    z-index: 2;
}
.cn-play-button, .ready-visit {
    align-items: center;
    display: flex;
}

.cn-play-button: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;
}

*, :after, :before {
    box-sizing: border-box;
}

.why-code-ninja--content .footer-logo-wrapp {
    margin: 60px 0 50px;
    max-width: 691px;
}

.footer-logo-wrapp {
    align-items: center;
    display: flex;
    height: 54px;
    justify-content: space-between;
    margin: auto;
    max-width: 605px;
    width: 100%;
}

section.why-code-ninja .container {
    overflow: hidden;
}

section.why-code-ninja p {
    color: #506690;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin: auto;
    max-width: 650px;
    text-align: center;
}

.home-program-head {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -65px;
    padding-bottom: 15px;
    position: relative;
}

.home-program-head h6 {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: #187abf;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
    margin: 0;
    opacity: 1;
    opacity: .6;
    text-transform: uppercase;
}

.home-program-head h3 {
    color: #0e2937;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

section.program-section.create {
    background: transparent linear-gradient(113deg, #2d8abd, #0067be) 0 0 no-repeat padding-box;
}

.program-section {
    padding: 100px 20px;
    position: relative;
}

.program-section.create:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Create-Bg.webp);
}

.program-section: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;
}

section.program-section.create .pgm-gd {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Color-Fade_2x.webp);
}

.program-section .pgm-gd {
    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;
}

.program-section .container {
    position: relative;
    z-index: 2;
}

.program-details h6 {
    color: #8eecff;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 15px;
    margin: 0 0 22px;
    opacity: 1;
    opacity: .7;
}

.program-details h4 {
    color: #f6f7f8;
    margin: 0;
    text-transform: uppercase;
}

.h4, h4 {
    color: #0e2937;
    font-family: Azo Sans Bold;
    font-size: 24px;
    line-height: 24px;
}

.program-details h2 {
    color: #8eecff;
    font-size: 64px;
    line-height: 78px;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
}

.program-details p {
    color: #f6f7f8;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 361px;
}

.program-details--action {
    align-items: center;
    display: flex;
}

.program-details--action button {
    margin-right: 16px;
}

.button.button-secondary {
    background: #187abf;
}

section.program-section.jr {
    background: transparent linear-gradient(110deg, #92278e, #3c1c6e) 0 0 no-repeat padding-box;
}

.program-section {
    padding: 100px 20px;
    position: relative;
}

.program-section.jr:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/JR-Bg.webp);
}

.program-section: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;
}

section.program-section.jr .pgm-gd {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Color%20Fade-JR-@2x.png);
}

.program-section .pgm-gd {
    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;
}

.program-section .container {
    position: relative;
    z-index: 2;
}

.program-image, .program-row {
    display: flex;
    justify-content: center;
    position: relative;
}

.program-row {
    flex-wrap: wrap;
}

section.program-section.jr .program-row .program-image {
    order: 2;
}

section.program-section.jr .program-image: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% - 275px);
    position: absolute;
    top: -40px;
    width: 550px;
}

section.program-section.jr .program-image img {
    border-radius: 10px;
    max-width: 100%;
    width: 466px;
}

.program-image img {
    border-radius: 10px;
    max-height: 408px;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    width: 528px;
}

section.program-section.jr .program-row .program-details {
    order: 1;
}

.program-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    padding: 0 25px;
    position: relative;
    width: 56%;
}

.program-title-bg, .request-info-form {
    display: flex;
    justify-content: center;
}

section.program-section.jr .program-details h2, section.program-section.jr .program-details h6 {
    color: #deabf7 !important;
}

.program-details h6 {
    color: #8eecff;
    font-size: 14px;
    letter-spacing: .78px;
    line-height: 15px;
    margin: 0 0 22px;
    opacity: 1;
    opacity: .7;
}

.program-details h4 {
    color: #f6f7f8;
    margin: 0;
    text-transform: uppercase;
}

section.program-section.jr .program-details h2, section.program-section.jr .program-details h6 {
    color: #deabf7 !important;
}

.program-details h2 {
    color: #8eecff;
    font-size: 64px;
    line-height: 78px;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
}

.program-details p {
    color: #f6f7f8;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 361px;
}

.program-details--action {
    align-items: center;
    display: flex;
}

.program-details--action {
    align-items: center;
    display: flex;
}

.location-selected .nonLocation, .locationSelected {
    display: none !important;
}

.program-details--action button {
    margin-right: 16px;
}

.header {
    background: #fff !important;
    display: flex;
    left: 0;
    padding: 0 4px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

header {
    display: block;
    unicode-bidi: isolate;
}

.header:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/header-gradient.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 28px;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
}

.header-logo, .header-row {
    display: flex;
}

.header-row {
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 0;
    position: relative;
}

.hamburger-menu {
    align-items: center;
    background: #fff;
    border: 0;
    display: none;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.hamburger-menu img {
    width: 18px;
}

a {
    color: #0270e0;
    text-decoration: none;
}

a {
    cursor: pointer;
}

.location-button {
    align-items: center;
    background: #fff;
    border: 0;
    display: none;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.location-button img {
    width: 16px;
}

.header-menu, .header-menu-desktop {
    align-items: center;
    display: flex;
}

.header-menu {
    font-family: Azo Sans Black;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu, .header-menu-desktop {
    align-items: center;
    display: flex;
}

.header-menu--list {
    margin-right: 32px;
    position: relative;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.header-menu--link {
    color: #496b84;
    font-family: Azo Sans Black !important;
    font-size: 16px;
    line-height: 12px;
    opacity: .8;
    text-transform: capitalize;
    transition: .3s ease;
    font-weight: bold;
}

.header-submenu.program-menu {
    margin-left: -83px;
    width: 250px;
}

.header-submenu {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 8px;
    box-shadow: 0 16px 24px #0e293773;
    display: flex;
    flex-direction: column;
    left: 0;
    list-style: none;
    margin: 30px 0 0;
    opacity: 0;
    padding: 16px 24px;
    position: absolute;
    top: 100%;
    transition: .2s ease;
    visibility: hidden;
    z-index: 2;
}

ul ul {
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.header-submenu li a {
    align-items: center;
    color: #506690;
    display: flex;
    font-family: Azo Sans Black !important;
    font-size: 14px;
    text-transform: uppercase;
    transition: .2s ease;
}

.header-submenu li a span {
    margin-left: 5px;
}

.color-create {
    color: #0067be !important;
}

.color-jr {
    color: #92278e !important;
}

.color-camps {
    color: #07bc93 !important;
}

.header-submenu.franchising-menu {
    margin-left: -45px;
    width: 180px;
}

.header-submenu li {
    margin: 8px 0;
}

.header-selected-location {
    align-items: center;
    color: #0067be;
    display: flex;
    font-family: Azo sans Black !important;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 48px;
    text-transform: capitalize;
}

.header-selected-location img {
    display: none;
    margin-bottom: 2px;
    margin-right: 5px;
}

.header-action {
    display: flex;
    height: 50px;
}

.header .schedule-tour, .header.location-selected .find-location {
    display: none;
}

.header-menu-mobile {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 6px #00000029;
    left: 7px;
    max-height: calc(100vh - 14px);
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 100%;
    transition: .2s ease;
    visibility: hidden;
    width: calc(100vw - 14px);
    z-index: 21;
}

.header-menu-close {
    align-items: center;
    background: #fff 0 0 no-repeat padding-box;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.header-menu-close img {
    width: 16px;
}

.clients-footer {
    background: #0067be;
    display: flex;
}

.footer-logo-wrapp {
    align-items: center;
    display: flex;
    height: 54px;
    justify-content: space-between;
    margin: auto;
    max-width: 605px;
    width: 100%;
}

.footer {
    padding-bottom: 80px;
}

.footer {
    background: #04325a !important;
    color: #fff;
    padding-bottom: 120px;
}

.footer-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 45px 20px 40px;
}

.footer-franchise-info {
    display: none;
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: -15px;
    text-align: center;
}

.footer-franchise-info h5 {
    color: #fff !important;
    font-family: Azo Sans Bold;
    font-size: 14px;
    margin: 0 0 10px;
}

.footer-franchise-info p {
    color: #f6f7f8 !important;
    font-family: Azo Sans Light;
    font-size: 14px;
    font-style: italic;
    opacity: .4;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-grid--item {
    width: 20%;
}

.footer-grid--item__panel {
    position: relative;
}

.footer-grid--item__panel h6 {
    color: rgba(246, 247, 248, .3);
    font-family: Azo sans Bold;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin: 0;
}

.footer-grid--item__panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-grid--item__panel ul li {
    margin-top: 12px;
}

.footer-grid--item__panel ul li a {
    color: #f6f7f8 !important;
    font-family: Azo Sans Regular !important;
    font-size: 17px;
    opacity: .7;
    text-transform: capitalize;
}

.centerInfoMenu, .ptoMenu {
    display: none;
}

.footer-grid--item.fourty {
    display: flex;
    justify-content: space-evenly;
    width: 40%;
}

.social-icons-grid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 17px;
}

.social-icon {
    display: flex;
    padding: 0 20px;
}

.social-icon img {
    height: 22px;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer img, .footer label, .footer li, .footer p, .footer span {
    color: #425b76;
}

.footer-grid--item.social-media p {
    color: #f6f7f8;
    font-family: Azo sans Light;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 20px;
    max-width: 145px;
    opacity: .7;
    text-transform: capitalize;
}