/* ===== HEADER =====*/
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 5% 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

header .logo {
    font-size: 16px;
    font-weight: 600;
    font-family: GopherMono, monospace;
}

header .logo img {
    width: 100px;
    height: auto;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: GopherMono, monospace;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav ul li {
    margin: 0 4px;
}

header nav ul li a {
    padding: 12px 20px;
    font-family: GopherMono, monospace;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    color: #d1c8d4;
    transition: all .5s;
}

header nav ul li a:hover {
    color: white;
}

header nav ul li a.active {
    color: #fff;
}

header .action {
    padding: 15px 20px;
    background: var(--primary-pink);
    display: flex;
    text-decoration: none;
    color: white;
}

/*PAGE BAMMER*/
div.page-banner {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 250px;
    padding-bottom: 20px;
}

div.page-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.9;
}

div.page-banner .banner-text {
    width: 50%;
    text-align: center;
    margin: 80px auto 100px;
    position: relative;
}

div.page-banner h1 {
    font-family: Noctura, "sans-serif";
    font-size: 150px;
    color: white;
    /*margin-bottom: 10px;*/
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 1;
}

div.page-banner p {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: white;
}


/*HOME PAGE BANNER */
div.home-banner {
    width: 100%;
    /*height: 100vh;*/
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 250px;
    padding-bottom: 80px;
}

div.home-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.8;
}

div.home-banner .banner-text {
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

div.home-banner .banner-text h1 {
    font-family: Noctura, "sans-serif";
    font-size: 12vw;
    /*font-weight: 400;*/
    color: white;
    text-align: center;
    margin: 0;
    line-height: 1;
}

div.home-banner .banner-text #wrapper {
    width: 13%;
    position: absolute;
    top: 0;
    left: 3%;
    transform: rotate(-73.778deg);
}

div.home-banner .banner-text #drum {
    width: 13%;
    position: absolute;
    bottom: 20%;
    right: 20px;
    transform: rotate(30deg);
}


/*====== VIDEO BANNER ====== */
.video-banner {
    width: 100%;
    padding: 100px 0;
    background-color: #0B0C10;
}

.video-banner .video-preview {
    width: 80%;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.video-banner .video-preview video {
    width: 100%;
    max-height: 850px;
    /*height: 100%;*/
}

.video-banner .video-preview .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
}

.video-banner .video-preview .video-icon i {
    font-size: 60px;
    color: white;
}

.divider-bg {
    width: 100%;
    height: 80px;
    background-repeat: repeat-x;
    background-position: bottom;

}

.divider-bg1 {
    background-image: url("../images/divider.png");
}

.divider-bg2 {
    background-image: url("../images/footer-divider.png");
}

/*TITLE CAPTION*/
.title-caption {
    color: #212121;
    font-size: 45px;
    padding: 120px 0;
    font-weight: 800;
    margin-bottom: 80px;
}

.title-caption p {
    margin: 0;
}

.title-caption span {
    color: #C8A2C8;
}

.title-caption-two {
    font-size: 25px;
    font-weight: 400;
    color: #424242;
}

/*Image Sections*/

.image-banner-1 {
    width: 100%;
    overflow: hidden;
    /*height: 650px;*/
    margin: 200px 0;
}

.image-banner-1 img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: top
}

.image-banner-2 {
    width: 50%;
    position: relative;
}

.image-banner-2 img {
    width: 100%;
    height: auto;
}

.image-banner-2 svg {
    position: absolute;
    top: -50px;
    left: -50px;
    height: auto;
    width: 150px;
}

.image-banner-3 {
    width: 100%;
    overflow: hidden;
}

.image-banner-3 img {
    width: 100%;
    object-fit: cover;
    object-position: top
}


.image-banner-4 {
    position: relative;
    margin-top: 200px;
    height: 100%;
}

.image-banner-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-banner-4 svg {
    position: absolute;
    top: -140px;
    left: -100px;
    height: auto;
    width: 200px;
}

#image-columns {
    margin: 200px auto 400px;
}

/*HOMESTATS*/

.stat-image {
    background-image: url("../images/stat-banner.png");
    background-position: top left;
    background-size: 100%;
    background-repeat: repeat;
    background-color: #565656;
    overflow: hidden;
    padding-top: 250px;
}

.stat-image img {
    width: 60%;
    margin: 0 auto;
    display: flex;

}

.stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #090809;
    padding: 20px 40px;
}

.stat {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 5px;
}

.stat:nth-child(2) {
    border: 1px solid #ffffff1a;
    border-left: 0;
    border-right: 0;
}

.stat > * {
    color: white;
    fill: white;
}

.stat h3 {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
}

.stat p {
    font-size: 20px;
    font-weight: 600;

}

/*=== === HOME GALLERY === === */
.home-gallery {
    width: 100%;
    background: #090809;
    /*background: #d3a45e;*/
    padding: 120px 0 250px;
}

.home-gallery-title {
    color: #FFF;

    text-align: center;
    font-family: Noctura, sans-serif;
    font-size: 96px;
    font-weight: 400;
}

.gallery-content {
    position: relative;
    padding: 20px;
    margin: 80px auto;
    display: flex;
    height: calc(385px * 3);
    flex-wrap: wrap;
    width: 80%;

}


.gallery-content .photo {
    width: 40%;
    height: 450px;
    border: 20px solid white;
    position: absolute;
    overflow: hidden;
}

.gallery-content .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.gallery-content .photo:nth-child(1) {*/
/*     left: 50%;*/
/*    !*transform: rotate(6deg);*!*/
/*}*/
.gallery-content .photo:nth-child(2) {
    top: 94px;
    right: 83px;
    z-index: 2;
    transform: rotate(6deg);
}

.gallery-content .photo:nth-child(3) {
    top: 382px;
    left: 18%;
    transform: rotate(-6deg);
}

.gallery-content .photo:nth-child(4) {
    top: 522px;
    right: 18px;
    transform: rotate(9deg);
    z-index: 3;
}

.gallery-content .photo:nth-child(5) {
    top: 752px;
    left: 6%;
    transform: rotate(6deg);
}

.gallery-content .photo:nth-child(6) {
    top: 76%;
    right: 16%;
    transform: rotate(-3deg);
    z-index: 3;
}


/*HOME CONTACT SECTION*/

.contact-action {
    padding: 120px 0;
}

.contact-action .title {
    color: #000;

    text-align: center;
    font-family: Noctura, sans-serif;
    font-size: 96px;
    font-weight: 400;
}

.contact-action .desc {
    text-align: center;
    font-size: 18px;
    margin: 40px 0
}

.contact {
    margin: 20px auto;
    border: 3px solid #F5F5F5;
    padding: 70px
}

.form-group {
    margin-bottom: 40px;
}

.form-group label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.form-group .iti {
    width: 100%;
    display: block;
}

.form-group .form-control {
    height: unset;
    padding: 20px;
    background-color: #F5F5F5;
    border: 0;
    width: 100%;
    display: flex;
}

.form-group .form-control-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #F5F5F5;
}

.contact-options label {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.contact-options label input {
    margin-right: 15px;
}

.contact .action {
    width: 100%;
    margin-top: 20px;
}

/* ===== ===== FOOTER  ===== ===== ===*/
footer {
    /*background: #d3a45e;*/
    background: #090809;
    padding: 40px 0;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: white;
}

footer ul.addy li {
    display: flex;
    color: white;
    margin-bottom: 10px;
}

footer ul.addy i {
    font-size: 14px;
}

footer ul.addy p {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 15px;
}

footer ul.addy a {
    color: white;
    text-decoration: none;
}

footer ul.icons {
    display: flex;
    justify-content: end;
    align-items: center;
}

footer ul.icons li {
    margin: 0 10px
}

footer ul.icons li a {
    color: white;
    text-decoration: none;
}

footer ul.icons li svg {
    width: 30px;
    height: 30px;
}


/* === === === ===  ABOUT PAGE === === === ===*/

.program-pipeline {
    margin-top: 140px;
}

.program-pipeline h2 {
    font-size: 110px;
    font-family: Noctura, sans-serif;
}

.meet-our-team {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 40px;
}

.meet-our-team h2 {
    font-size: 110px;
    font-family: Noctura, sans-serif;
    margin-bottom: 40px;
}

.team {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.team-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 5px;
    margin-bottom: 15px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team p {
    font-weight: 800;
    font-size: 18px;
}


/*  ==== === CONTACT === ====*/
.contact-detail {
    margin-bottom: 40px;
}

.contact-detail p {
    color: #A5A2A2;
    font-size: 21px;
    font-weight: 700;
}

.contact-detail h5, .contact-detail h5 * {
    color: #212121;
    font-size: 17px;
    text-decoration: none;
}

.contact-form {
    background-color: #F5F5F5;
    padding: 60px;
}

.contact-form h3 {
    font-family: Noctura, sans-serif;
    font-size: 45px;
    color: #212121;
    margin: 0 0 5px 0;
}

.contact-form p {
    color: #A5A2A2;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.contact-form .form-control {
    background-color: white;
}

.contact-form hr {
    margin: 40px 0;
}
