/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : May 25, 2022, 9:42:38 PM
    Author     : sukotyasp
*/

body{
    padding: 0px;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito';
    text-align: justify;
}


body a{
    color: #2e5799;
}
body a:hover{
    color: #2e5799;
    text-decoration: none;
}
.landing-top{
    height: 125vh;
    background: url("../images/home/Main-Poster-Petra-WEB.jpg");
    background-position: center;
    background-size: 100%;
}
.our-programs{
    background: url("../images/programs/Program-Light-Banner-Image.png");
    height: 120vh;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 80px;
    padding-top: 180px;
}
.our-programs h1{
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 20px 40px;
}
.our-programs .our-programs-container{
    width: 482px;
    height: 307px;
    background: url("../images/programs/Program-Text-Box.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px;
    padding-top: 22px;
    color: #a8d9f0;
    font-size: 16px;
}
.our-programs .our-programs-container p{
    margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
    .our-programs{
        background-size: cover;
    }
    .landing-top{
        background-size: 300%;
    }
    .search-group{
        display: none;
    }
    .sign-up,.login{
        margin-top: 30px;
    }
    .what-is,.why-join{
        font-size: 16px;
    }
    .what-is .what-is-big,.why-join .what-is-big, .featured-programs .what-is-big{
        font-size: 20px;
    }
    .what-is .what-is-description{
        height: 300px;
        font-size: 0.84vw;
    }
    .testimony .testimony-title{
        font-size: 16px;
    }
    .testimony .testimony-item{
        height: 380px;
    }
}
@media screen and (min-width: 541px) {
    .our-programs{
        background-size: cover;
    }
    .landing-top{
        background-size: 250%;
    }
    .search-group{
        display: none;
    }
    .sign-up,.login{
        margin-top: 30px;
    }
    .what-is, .why-join{
        font-size: 24px;
    }
    .what-is .what-is-big,.why-join .what-is-big, .featured-programs .what-is-big{
        font-size: 28px;
    }
    .what-is .what-is-description{
        height: 360px;
        font-size: 1.2vw;
        line-height: 1.15;
    }
    .testimony .testimony-title{
        font-size: 48px;
    }
    .testimony .testimony-item{
        height: 300px;
    }
}
@media screen and (min-width: 769px) {
    .our-programs{
        background-size: 100%;
    }
    .landing-top{
        background-size: 175%;
    }
    .search-group{
        display: none;
    }
    .sign-up,.login{
        margin-top: 30px;
    }
    .what-is, .why-join{
        font-size: 28px;
    }
    .what-is .what-is-big,.why-join .what-is-big, .featured-programs .what-is-big{
        font-size: 32px;
    }
    .what-is .what-is-description{
        height: 480px;
        line-height: 1.25;
    }
    .testimony .testimony-item{
        height: 300px;
    }
}
@media screen and (min-width: 992px) {
    .sign-up,.login{
        margin-top: 0px;
    }
    .what-is,.why-join{
        font-size: 36px;
    }
    .what-is .what-is-big,.why-join .what-is-big, .featured-programs .what-is-big{
        font-size: 48px;
    }
    .search-group{
        display: inline-block;
        visibility: visible;
    }
    .landing-top{
        background-size: 123%;
    }
    .what-is .what-is-description{
        height: 548px;
        line-height: 1.25;
    }
    .testimony .testimony-item{
        height: 280px;
    }
}
@media screen and (min-width: 1140px) {
    .search-group{
        visibility: visible;
    }
    .what-is .what-is-description{
        height: 640px;
        line-height: 1.25;
    }
    .testimony .testimony-item{
        height: 520px;
    }
}
.navbar{
    height: 63px;
    background: url("../images/header/Header-Transparant-Bar.png");
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.navbar ul{
    bottom: 4px;
    position: absolute;
}
.navbar li{
    height: 30px;
}
.navbar a.logo{
    padding: 0px;
    margin: 0px;
    margin-top: -15px;
    margin-right: -5px;
    margin-left: 36px;
}
.navbar a.bg-custom:hover{
    background: url("../images/header/Bar-Menu-Single-Hover.png");
    animation: weighter 0.25s;
    animation-iteration-count: 1;
    transform: translate3d(0, 3px, 0);
}
.navbar a.bg-custom{
    background: url("../images/header/Bar-Menu-Single.png");
    background-repeat: no-repeat;
    font-weight: 700;
    width: 144px;
    height: 30px;
    padding: 4px;
    margin-left: -9px;
    text-align: center;
}
.navbar a.bg-custom.active{
    background: url("../images/header/Bar-Menu-Single-Active.png");
    background-repeat: no-repeat;
    color: #fff;
}
.second-navbar{
    right: 36px;
}
.second-navbar .search-group{
    width: 242px;
}
.second-navbar .search-input{
    background: url("../images/header/Search-Box.png");
    border: none;
    outline: none;
    width: 196px;
    height: 30px;
    margin: 0px;
    margin-bottom: 24px;
    padding: 0px 12px;
    top: 0px;
    position: absolute;
}
.second-navbar .search-button{
    background: url("../images/header/Search-Button.png");
    border: none;
    outline: none;
    width: 36px;
    height: 30px;
    margin: 0px;
    margin-left: 190px;
    position: absolute;
    padding: 0px 12px;
}
.second-navbar .sign-up, .second-navbar .login{
    background: url("../images/header/Login.png");
    font-size: 16px;
    height:55px;
    width: 110px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0px;
}
.second-navbar .sign-up:hover, .second-navbar .login:hover{
    animation: zoomhover 0.5s;
    animation-iteration-count: 1;
    transform: scale(110%);
}
.landing{
    text-align: center;
}
.landing .jargon{
    background: url("../images/home/Jargon-Back-Box.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.15;
    font-size: 20px;
    font-weight: 600;
    height: 59px;
    padding: 7px 0px;
}
.landing .orb-logo{
    margin-top: 36vh;
    width: 280px;
}
.btn-join{
    background: url("../images/general/Button-JOIN.png");
    background-repeat: no-repeat;
    width: 198px;
    height: 50px;
    display: inline-block;
    margin-top: 32px;
    padding: 15px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.btn-join:hover{
    color: #fff;
    animation: zoomhover 0.5s;
    animation-iteration-count: 1;
    transform: scale(110%);
}
@keyframes zoomhover{
    0% {
        transform: scale(100%);
    }
    100% {
        transform: scale(110%);
    }
}
@keyframes weighter{
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 3px, 0);
    }
}

.separator-top-1{
    width: 100%;
    background: url("../images/general/Hitech-Frame+White.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: -200px;
}
.separator-top-3{
    width: 100%;
    background: url("../images/general/Hitech-Frame+White.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 300px;
    margin-top: -300px;
}
.separator-top-4{
    width: 100%;
    background: url("../images/home/HiTech-Ornament1.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 300px;
    margin-top: -300px;
}
.separator-top-2{
    width: 100%;
    background: url("../images/home/HiTech-Ornament1.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: -150px;
    margin-bottom: -120px;
}
.what-is, .why-join, .featured-programs{
    text-align: center;
    color: #0c6abf;
    font-weight: 800;
    line-height: 1.05;
    background: none;
}
.what-is .what-is-description{
    font-weight: 600;
    padding-top: 6.5%;
    padding-left: 28%;
    padding-right: 5%;
    text-align: justify;
    width: 80%;
    margin: 10%;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url("../images/home/WhatIsPetraverse.png");
    background-size: 100%;
    background-repeat: no-repeat;
    color: #414042;
}
.why-join{
    background: url("../images/home/Why-Join-BG.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 80px;
    margin-bottom: 150px;
}
.why-join-item .item{
    margin-bottom: 40px;
}
.why-join-item .img-container{
    height: 360px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.why-join-item .img-container.e-learning{
    background: url("../images/home/ELearning-Image.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.why-join-item .img-container.gamification{
    background: url("../images/home/Fun-Gamification-image.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.why-join-item .img-container.education{
    background: url("../images/home/Education-image.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.why-join-item .item{
    color: #595175;
    font-size: 24px;
}
.featured-programs{
    border-bottom: 160px white solid;
}
.featured-programs.programs.our-program{
    padding-top: 80px;
}
.featured-programs.programs{
    border-bottom: none;
}

.featured-programs-bg{
    margin-top: 60px;
    padding: 40px 0px;
    background: url("../images/home/Module-BG.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.featured-programs-bg.programs{
    margin-top: 0px;
    padding: 0px;
    background: url("../images/programs/Featured-Prog-BG.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.featured-programs-bg.programs.ours{
    margin-top: 80px;
    padding: 0px;
    background: url("../images/programs/asset-our-programs.svg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh;
    padding: 80px;
}

.testimony{
    background: url("../images/home/BG-Classroom-biruungu.jpg");
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 60px;
    color: #414042;
    overflow: hidden;
}

.testimony .carousel-multi{
    margin: 80px 8%;
    overflow: hidden;
}

.testimony .testimony-title{
    width: 560px;
    background: rgba(46, 87, 153, 0.6);
    color: #fff;
    margin: auto;
    padding: 0px 40px;
    text-align: center;
    font-weight: 900;
}

.testimony .testimony-item{
    background: url(../images/home/Testimony-Box.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 40px;
    font-weight: 600;
    overflow: hidden;
}

.testimony .testimony-item .testimony-item-person{
    width: 282px;
    height: 100px;
    background: url(../images/home/Testimony-Profile.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.testimony .testimony-item .testimony-item-person .testimony-item-photo{
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
}

.testimony .testimony-item .testimony-item-person .testimony-item-description{
    margin-left: 105px;
    padding-top: 33px;
    color: #fff;
}

.testimony .testimony-item .testimony-item-person .testimony-item-description .testimony-item-name{
    font-size: 18px;
    line-height: 1;
}

.testimony .testimony-item .testimony-item-person .testimony-item-description .testimony-item-organization{
    color: #b3efff;
}

.testimony .carousel-control-prev{
    position: absolute;
    margin-left: -77px;
    margin-top: -90px;
}

.testimony .carousel-control-next{
    position: absolute;
    margin-right: -77px;
    margin-top: -90px;
}

.footer,footer{
    background: #2e5799;
    height: 170px;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
}

footer .footer-logo,
.footer .footer-logo{
    display: inline-block;
    padding-top: 20px;
}
footer .footer-address,
.footer .footer-address{
    display: inline-block;
    position: absolute;
    margin-left: 40px;
    font-weight: 600;
}
footer .footer-address .footer-address-head,
.footer .footer-address .footer-address-head{
    font-size: 20px;
}
footer .footer-address .footer-address-detail,
.footer .footer-address .footer-address-detail{
}
.footer .footer-address .footer-address-contact{
    font-size: 12px;
    color: #abdbf5;
    margin-top: 10px;
    line-height: 1.75;
}
footer .footer-address .footer-address-contact .icon,
.footer .footer-address .footer-address-contact .icon{
    width: 14px;
    height: auto;
}
footer .footer-address .footer-address-contact .icon.email,
.footer .footer-address .footer-address-contact .icon.email{
    margin-left: 20px;
}
footer .footer-partners,
.footer .footer-partners{
    margin-right: 40px;
    margin-top: 25px;
    text-align: right;
}
footer .footer-partners img,
.footer .footer-partners img{
    margin-left: 40px;
}

.gallery-item.vr{
    background: url("../images/home/Module-VR.png");
}
.gallery-item.technopreneur{
    background: url("../images/home/Module-Technopreneur.png");
}
.gallery-item.religion{
    background: url("../images/home/Module-Religion.png");
}
.gallery-item.akuntansi{
    background: url("../images/home/Module-Akuntansi.png");
}

#gallery-previous, #gallery-next{
    border: none;
    background: none;
    width: 47px;
    height: 55px;
}
#gallery-previous{
    position: absolute;
    left: 0px;
    margin-top: 20%;
    margin-left: 5%;
    background: url("../images/general/Slide-Arrow-Prev.png");
}
#gallery-next{
    position: absolute;
    right: 0px;
    margin-top: 20%;
    margin-right: 5%;
    background: url("../images/general/Slide-Arrow-Next.png");
}
.gallery {
    width: 100%;
    overflow: hidden;
}

.gallery-container {
    align-items: center;
    display: flex;
    height: 560px;
    margin: 30px auto;
    max-width: 1000px;
    position: relative;
}

.gallery-item {
    height: 314px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 537px;
    z-index: 0;
}


.gallery-item-1,
.gallery-item-3 {
    height: 314px;
    opacity: 1;
    width: 537px;
    z-index: 1;
    background-size: 537px 314px !important;
}

.gallery-item-1 .gallery-item-text,
.gallery-item-3 .gallery-item-text{
    display: none;
}

.gallery-item-1 {
    left: 20%;
    transform: translateX(-50%);
}

.gallery-item-2 {
    /*box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    */
    height: 482px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 825px;
    background-size: 825px 482px !important;
    z-index: 2;
}

.gallery-item-2 .gallery-item-text{
    width: 40%;
    margin-right: 5%;
    margin-top: 60px;
    float: right;
    text-align: left;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    height: 360px;
}
.gallery-item-2 .gallery-item-text .gallery-item-text-title{
    color: #1c75bc;
    background: #d2e9ff;
    margin: 0px -20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
}
.gallery-item-2 .gallery-item-text .gallery-item-text-title span{
    display: block;
    color: #235796;
    font-size: 28px;
    font-weight: 900;
}
.gallery-item-2 .gallery-item-text .gallery-item-text-content{
    margin: 20px 0px;
    font-weight: 400;
    font-size: 18px;
    hyphens: auto;
    color: #454446;
    text-align: justify;
}
.gallery-item-2 .gallery-item-text .gallery-item-text-person{
    color: #1c75bc;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
}

.gallery-item-3 {
    left: 80%;
    transform: translateX(-50%);
}


.gallery-controls {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.gallery-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    margin: 0 20px;
    padding: 0 12px;
    text-transform: capitalize;
}

.gallery-controls button:focus {
    outline: none;
}

.gallery-controls-previous {
    position: relative;
}

.gallery-controls-previous::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 4px;
    left: -10px;
    padding: 2px;
    position: absolute;
    top: 0;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 4px;
}

.gallery-controls-previous:hover::before {
    left: -18px;
}

.gallery-controls-next {
    position: relative;
}

.gallery-controls-next::before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 4px;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 4px;
}

.gallery-controls-next:hover::before {
    right: -18px;
}

.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
}

.gallery-nav li.gallery-item-selected {
    background: #555;
}


@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-multi .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 541px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-multi .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 541px) {
    .carousel-multi .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-multi .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-multi .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-multi .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-multi .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-multi .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-multi .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-multi .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-multi .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-multi .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-multi .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 992px) {
    /* show 4th item 
    .carousel-multi .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    */
    .carousel-multi .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-multi .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carousel-multi .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-multi .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* ABOUT US PAGE */
.landing-about{
    background: url("../images/about/About-PV-Image-BG.png");
    height: 127vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
}
.why-join-petraverse{
    background: #fff;
    height: 100vh;
    color: #333;
}
.why-join-petraverse h2{
    text-align: center;
    color: #0c6abf;
    font-weight: 900;
    letter-spacing: 2px;
}

.why-join-petraverse .why-join-content{
    background: url("../images/about/Why-Join-Description-Box.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
}

.why-join-petraverse .why-join-content h3{
    font-weight: 900;
    text-transform: uppercase;
    color: #595175;
}

.why-join-petraverse .why-join-content .why-join-description{
    font-weight: 700;
    color: #4b4b4d;
}

.faction-about{
    background: url("../images/about/Faction-BG-BW.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.faction-about h2{
    text-align: center;
    color: #0c6abf;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.faction-about .faction-description{
    background: url("../images/about/PV-Faction.png");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    color: #586571;
    margin: auto;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}


@media screen and (max-width: 540px) {
    .faction-about{
        background-size: cover;
        min-height: 480px;
        margin-top: 0px;
    }
    .why-join-petraverse{
        height: auto;
        padding: 10vh 0px;
    }
    .why-join-petraverse .why-join-content .text-right img{
        height: 70%;
    }
    .why-join-petraverse .why-join-content .why-join-description{
        padding: 30px 0px;
        padding-right: 70px;
        font-size: 1.3vw;
    }
    .landing-about-container{
        background: rgba(0,0,0,0.5);
        padding: 40px !important;
    }
    .landing-about-container h1{
        font-size: 20px;
    }
    .landing-about-container h1 .big{
        font-size: 36px;
    }
    .landing-about-container h1 .tagline{
        font-size: 24px;
    }
    .faction-about .faction-item{
        height: 840px;
        width: 360px !important;
        margin: auto !important;
    }
    .faction-about .faction-item .faction-title{
        font-size: 32px;
    }
    .faction-about .faction-item .faction-item-description{
        font-size: 20px;
    }
}
@media screen and (min-width: 541px){
    .faction-about{
        background-size: cover;
        min-height: 480px;
        margin-top: 40px;
    }
    .why-join-petraverse{
        height: auto;
        padding: 10vh 0px;
    }
    .faction h2{
        font-size: 36px;
    }
    .why-join-petraverse h2{
        font-size: 36px;
    }

    .why-join-petraverse .why-join-content{
        width: 541px;
        height: 237px;
        padding: 15px;
    }

    .why-join-petraverse .why-join-content .text-right img{
        height: 70%;
    }

    .why-join-petraverse .why-join-content h3{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .why-join-petraverse .why-join-content .why-join-description{
        padding: 20px 0px;
        padding-right: 60px;
        font-size: 1.1vh;
    }
    .landing-about-container{
        background: rgba(0,0,0,0.5);
        padding: 40px !important;
    }
    .faction-about .faction-item{
        height: 640px;
    }
    .faction-about .faction-item .faction-title{
        font-size: 32px;
    }
    .faction-about .faction-item .faction-item-description{
        font-size: 20px;
    }
}
@media screen and (min-width: 769px) {
    .faction-about h2{
        font-size: 48px;
    }
    .faction-about .faction-description{
        width: 800px;
        height: 154px;
        padding: 40px;
        font-size: 18px;
    }

    .why-join-petraverse h2{
        font-size: 48px;
    }

    .why-join-petraverse .why-join-content{
        width: 769px;
        height: 338px;
        padding: 20px;
    }

    .why-join-petraverse .why-join-content .text-right img{
        height: 100%;
    }

    .why-join-petraverse .why-join-content h3{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .why-join-petraverse .why-join-content .why-join-description{
        padding: 30px 0px;
        padding-right: 80px;
        font-size: 1.2vw;
    }
    .landing-about-container{
        background: none !important;
        padding: 0px 40px;
    }
    .faction-about .faction-item{
        height: 500px;
    }
    .faction-about .faction-item .faction-title{
        font-size: 14px;
    }
    .faction-about .faction-item .faction-item-description{
        font-size: 10px;
        padding: 0px 0px;
    }
}
@media screen and (min-width: 992px) {
    .faction-about{
        background-size: 100%;
        min-height: 964px;
        margin-top: 80px;
    }
    .faction-about .faction-description{
        width: 910px;
        height: 192px;
        padding: 40px;
        font-size: 22px;
    }
    .why-join-petraverse{
        padding: 10vh 0px;
    }

    .why-join-petraverse .why-join-content{
        width: 992px;
        height: 436px;
        padding: 40px;
    }

    .why-join-petraverse .why-join-content .text-right img{
        height: 100%;
    }

    .why-join-petraverse .why-join-content h3{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .why-join-petraverse .why-join-content .why-join-description{
        padding: 40px 0px;
        padding-right: 120px;
    }
    .faction-about .faction-item{
        height: 500px;
    }
    .faction-about .faction-item .faction-title{
        font-size: 18px;
    }
    .faction-about .faction-item .faction-item-description{
        font-size: 14px;
    }
}
@media screen and (min-width: 1140px) {

    .why-join-petraverse .why-join-content{
        width: 1140px;
        height: 501px;
        padding: 40px;
    }

    .why-join-petraverse .why-join-content h3{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .why-join-petraverse .why-join-content .why-join-description{
        padding: 40px 0px;
        padding-right: 120px;
        font-size: 1.1vw;
    }
    .faction-about .faction-item{
        height: 500px;
    }
    .faction-about .faction-item .faction-title{
        margin-top: 10px;
        font-size: 20px;
    }
    .faction-about .faction-item .faction-item-description{
        margin-top: 10px;
        font-size: 16px;
    }
}

.landing-about-container{
    background: rgba(0,0,0,0.5);
}

.landing-about h1{
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: 0px;
    margin: 0px;
}

.landing-about h1 span{
    display: block;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0px;
}

.landing-about h2{
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0px;
}

.landing-about .name{
    line-height: 1.15;
    margin: 0px;
}

.landing-about p{
    font-size: 18px;
    color: #b8e9ff;
    margin: 25px 0px;
    padding-right: 40px;
    line-height: 1.5;
}

.btn-join-us{
    background: url("../images/general/Button-White.png");
    display: block;
    width: 249px;
    height: 49px;
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.btn-join-us:hover{
    animation: zoomhover 0.5s;
    animation-iteration-count: 1;
    transform: scale(110%);
}
.btn-submit-white{
    background: url("../images/general/Button-White.png");
    display: block;
    width: 249px;
    height: 49px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: none;
    color: #2e5799;
}

.btn-submit-white:hover{
    animation: zoomhover 0.5s;
    animation-iteration-count: 1;
    transform: scale(110%);
}

.vision-mission{
    background: url("../images/about/VISI_MISI-BG.jpg");
    background-size: cover;
    background-position: center;
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.vision-mission .vision-mission-content{
    width: 80%;
    height: auto;
    /*height: 280px;*/
    padding: 26px 10%;
    display: block;
    text-align: center;
    margin: auto;
    background: url("../images/about/visionbox.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.vision-mission .vision-mission-content h2{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vision-mission .vision-mission-content p{
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #b8e9ff;
}

.faction-about .faction-item{
    width: 100%;
    color: #595175;
    padding: 0px 20px;
    padding-top: 125%;
}
.faction-about .faction-item .faction-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.faction-about .faction-item .faction-item-description{
    text-align: center;
    padding: 0px 10px;
    font-weight: 700;
}

.faction-about .faction-item.love{
    background: url("../images/about/Love-Faction.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.faction-about .faction-item.integrity{
    background: url("../images/about/Integrity-Faction.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.faction-about .faction-item.growth{
    background: url("../images/about/Growth-Faction.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.faction-about .faction-item.humility{
    background: url("../images/about/Humility-Faction.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.faction-about .faction-item.truth{
    background: url("../images/about/Truth-Faction.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.faction-about .faction-item.love .faction-title{
    color: #ea2a3d;
}
.faction-about .faction-item.integrity .faction-title{
    color: #f19102;
}
.faction-about .faction-item.growth .faction-title{
    color: #8db70e;
}
.faction-about .faction-item.humility .faction-title{
    color: #a06d44;
}
.faction-about .faction-item.truth .faction-title{
    color: #009ee2;
}
.faction-item.odd{
    margin-top: 60px;
}

.petraverse-team{
    background: url("../images/about/PV-Team-BG.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 240px;
    padding: 80px 0px;
}

.petraverse-team h2{
    width: 480px;
    padding: 10px 10px;
    line-height: 1;
    margin: auto;
    background: rgba(0,0,0,0.2);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 65px;
}

.petraverse-team .team-description{
    background: url("../images/about/description box.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-bottom: -70px;
    padding: 60px 50px;
    min-height: 405px;
    z-index: 100;
    position:relative;
    color: #333;
    font-size: 20px;
}

.petraverse-team .team-member{
    margin: auto;
    min-width: 287px;
    max-width: 343px;
    z-index: 200;
    position:relative;
}

.petraverse-team .team-member .team-photo{
    height: 286px;
    text-align: center;
}

.petraverse-team .team-member .team-name{
    width: 287px;
    height: 70px;
    text-align: center;
    background: url("../images/about/name-container.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 15px;
    font-size: 16px;
}

.petraverse-team .team-member .team-name-lg{
    width: 343px;
    height: 70px;
    text-align: center;
    background: url("../images/about/name-container-lg.png");
    padding: 15px;
    font-size: 16px;
}

.petraverse-team .team-member .team-name .team-position,.petraverse-team .team-member .team-name-lg .team-position{
    font-size: 12px;
    color: #b3efff;
    padding: 0px 30px;
    line-height: 1.15;
}

.cluster{
    background: url("../images/assessment/Assessment-Char-Image.png");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 175vh;
    margin-bottom: -100px;
    text-align: center;
    padding-top: 20vh;
    color: #414042;
    font-size: 16px;
}

.cluster-content-container{
    background: url("../images/general/Hitech-Frame+White.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    color: #414042;
    font-size: 20px;
    margin: 0px -15px;
    padding: 40px;
}

.cluster-content{
    width: 50%;
    margin: auto;
}

.cluster-content h1{
    color: #0c6abf;
    font-size: 40px;
    font-weight: 900;
}
.cluster-content .tagline{
    color: #0c6abf;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.contact{
    background: url("../images/contact/Contact-Us-Image.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 125vh;
    margin-bottom: -10px;
    padding-top: 20vh;
    font-size: 16px;
}

.contact h1{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}

.contact .tagline{
    font-weight: 700;
}

.contact .address{
    color:#acdff8;
    font-size: small;
    margin: 10px 0px;
}