:root {
  --primary-bg-color: #FAFAFA;
  --primary-color: #101010;
  --accent: #ff9800;
  --secondary-color: #707070;
  --terciary-color: #FFFFFF;
  --primary-font: "Poppins Bold", sans-serif;
  --secondary-font: "Roboto Condensed Bold", sans-serif;
  --terciary-font: "Roboto Condensed Light", sans-serif;

}
body, html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    overflow-y: hidden;
}
body {
    color: var(--primary-color);
    font-family: var(--terciary-font);
    font-size: 18px;
    background-color: var(--primary-bg-color);
}
@media only screen and (max-width: 991px) {
    .overline, p {
        font-size: 16px;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
}
h1 {    
    font-size: 72px;
    line-height: 1.2;
    margin: 20px 0;
    color: var(--terciary-color);
}
h2 {
    font-size: 56px;
}
.bolder {
    font-family: var(--secondary-font);
}
a:hover, a:hover:hover {
    color: var(--accent);
}
.line.pr__hr__primary {
    width: 70px;
    border-top: 3px solid var(--accent);
    opacity: 1;
}
.pr__hr__secondary {
    width: 40px;
    border-top: 2px solid var(--accent);
    opacity: 1;
}
.pr__icon__large {
    font-size: 48px;
}
@media only screen and (max-width: 991px) {
    .pr__icon__large {
        font-size: 40px;
    }
    .desktop {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .mobile {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .ipad {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .desktop-large {
        display: none;
    }
    #projects .overline {
        margin-bottom: 32px;
        width: 100%;
    }
}
.pr__vr__section.first_pr {
    margin-top: 203px;
    margin-bottom: -100px;
}
.pr__vr__section {
    position: relative;
    margin-top: 152px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-left: 2px solid;
    border-color: var(--accent);
    width: 2px;
    height: 60px !important;
    z-index: 10;
    opacity: 1;
}
@media only screen and (max-width: 991px) {
    .pr__vr__section-2 {
        margin-top: 0;
    }
}
.overline {
    text-transform: uppercase;
    font-family: var(--secondary-font);
    color: var(--accent);
    margin-bottom: 56px;
}
@media only screen and (max-width: 991px) {
    .overline {
       margin-bottom: 32px;
       width: 100%;
    }
}
/**************************
HEADER SECTION
**************************/
header input[type=checkbox] {
    opacity: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}
header .icon-bars {
    margin-left: auto;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
header .icon-bars .icon-bar {
    width: 40px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    backface-visibility: hidden;
    background-color: var(--primary-color);
    transition: all .3s ease;
}
header .icon-bars .bar-top {
    margin-top: -12px;
}
header .icon-bars .bar-bottom {
    margin-top: 12px;
}
header input[type="checkbox"]:checked, 
header input[type="checkbox"]:hover:checked, 
header input[type="checkbox"]:focus:checked {
   box-shadow: none;
}
header .menu-toggle:checked+.icon-bars .bar-top {
    margin-top: 0!important;
    transform: rotate(45deg);
    background-color: var(--terciary-color);
}
header .menu-toggle:checked+.icon-bars .bar-middle {
    opacity: 0;
}
header .menu-toggle:checked+.icon-bars .bar-bottom {
    margin-top: 0!important;
    transform: rotate(-45deg);
    background-color: var(--terciary-color);
}
@media only screen and (max-width: 991px) {
    header .navbar {
        position: fixed;
        z-index: 999999999;
        width: 100%;
        background-color: var(--terciary-color);
    }
    header ul {
        margin: 0 auto;
    }
    header div.overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: rgb(255, 152, 0, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
header .content-type-menu {
    padding: 24px;
    text-align: center;
}
}
@media only screen and (min-width: 992px) {
    .icon-bars {
        display: none;
    }
}
header .menu-toggle:checked+.icon-bars+div.overlay {
    z-index: 1900;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
}
header .menu-toggle:checked+.icon-bars+div.overlay .nav-link {
    color: var(--terciary-color);
}
header .navbar {
    color: var(--primary-color);
}
header .navbar-brand {
    font-family: var(--primary-font);
    color: var(--primary-color);
    max-width: 145px;
}
header ul {
    margin-left: auto;
    min-width: 630px;
    justify-content: space-between;
}
header .navbar-nav .nav-link {
    font-family: var(--primary-font);
    color: var(--primary-color);
    padding-bottom: 0;
    position: relative;
}
header .navbar-nav .nav-link.active, header .navbar-nav .show>.nav-link{
    color: var(--accent);
}
header .navbar-nav .nav-link:after {
        content: "";
        position: absolute;
        left: 0.5rem;
        bottom: -4px;
        width: 0;
        height: 1px;
        border-bottom: 2px solid;
        display: inline-block;
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        color: var(--accent);
}
header .navbar-nav .nav-link:hover:after, header .navbar-nav .nav-link.active:after,
header .navbar-nav .show>.nav-link:after {
    width: 20px;    
}
@media (min-width: 992px) {
    header .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 32px;
        z-index: 9999;
    }
}
/**************************
HERO SECTION
**************************/
div#home {
    position: relative;
}
div#home:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 8;
    background-image: linear-gradient(rgba(0, 0, 0, .5) 0%, transparent 100%);
    background-color: transparent;
}
.hero-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 170px);
    display: flex;
    align-items: center;
    background-color: var(--primary-bg-color);
    padding-bottom: 70px;
    padding-top: 284px;
    max-height: calc(100vh - 32px);
}
@media only screen and (max-width: 991px) {
    .hero-container {
        min-height: calc(100vh - 114px);
    }
    .hero-container > div {
        z-index: 99;
        text-align: right;
        padding-top: 84px;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 40px;
    }
}
.hero-container > div {
    z-index: 99;
    text-align: right;
    margin-top: 170px;
}
.hero-container .row:not(.cards-main-container) > div {
    justify-content: flex-end;
}
.hero-container .row > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.hero-container .row:not(.cards-main-container) a,
#confirmation a {
    border: 2px solid var(--accent);
    color: var(--terciary-color);
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 1rem;
    height: 60px;
    padding: 0 40px;
    display: flex;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Bold';
    margin-top: 32px;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
}
.hero-container a:after, #confirmation a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--accent);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.hero-container a:hover, #confirmation a:hover {
    color: var(--terciary-color);
}
.hero-container a:hover:after, #confirmation a:hover:after {
    width: 100%;
}
.hero-container .cards-main-container {
    padding-top: 140px;    
    position: relative;
    z-index: 9999;
}
@media only screen and (max-width: 991px) {
    .hero-container .cards-main-container {
        padding-top: 64px;
    }
    .hero-container .cards-main-container .card-container {
        margin-bottom: 16px !important;
        padding: 24px !important;
    }
    .hero-container .cards-main-container .title {
            margin: 24px 0 5px 0 !important;
    }
    p.description {
        margin-bottom: 0;
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .hero-container p.description {
        min-height: 108px;
    }
}
.hero-container .cards-main-container .card-container {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    position: relative;
    background-color: var(--terciary-color);
    padding: 60px 40px;
    box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.hero-container .cards-main-container .card-container:hover,
.hero-container .cards-main-container .card-container.first-card {
    background-color: var(--accent);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);    
}
.hero-container .cards-main-container .card-container:hover *,
.hero-container .cards-main-container .card-container.first-card * {
    color: var(--terciary-color);
}
.hero-container .cards-main-container .card-container.first-card .pr__hr__secondary,
.hero-container .cards-main-container .card-container:hover .pr__hr__secondary {
    border-top-color: var(--terciary-color);
}
.hero-container .cards-main-container .card-container .pr__hr__secondary {
    margin-top: 0;
}
.hero-container .cards-main-container .icon {
    color: var(--accent);
}
.hero-container .cards-main-container .title {
    font-size: 24px;
    margin: 60px 0 5px 0;
}
.hero-container .description {
    color: var(--secondary-color);
}
.hero-container .cards-main-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 960px) {
    .hero-container .cards-main-container > div:last-child:before {
        content: "";
        background-color: var(--accent);
        height: 70px;
        width: calc(100% - 10px);
        position: absolute;
        bottom: -20px;
        z-index: 0;
    }
}
/**************************
SERVICES SECTION
**************************/
#services {
    margin-top: 278px;
    margin-bottom: 70px;
}
#services .inner {    
    position: relative;
    background-color: #F3F3F3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden;
    margin-bottom: 30px;
}
#services .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#services .icon {
    font-size: 48px;
    width: 48px;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    color: #747474;
    margin-bottom: 16px;
}
#services h5.title {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    #services .icon {
        font-size: 32px;
        width: 32px;
    }
    #services .inner {
        padding: 16px;
        margin-bottom: 15px;
    }
    #services h5.title {
        font-size: 18px;
    }
}
/**************************
PROJECTS SECTION
**************************/
#projects {
    margin-top: 140px;
}
@media only screen and (max-width: 991px) {
    #projects {
        margin-top: 100px;
        margin-bottom: 70px;
    }
}
.grid {
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}
#projects .element-item {
  width: calc(100% / 3);
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 15px solid #FFFFFF;
  border-left: 7.5px solid #FFFFFF;
  border-right: 7.5px solid #FFFFFF;
}
#projects .element-item video {
    object-fit: cover;
    min-width: 100%;
}
#projects .element-item:not(.hidden) {
    display: block;
}
.grid-item--width2 { width: 800px !important; }
.grid-item--width3 { width: 720px !important; }
.grid-item--height2 { height: 500px !important; }
.grid-item--height3 { height: 640px !important; }
#projects .title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
#projects h2 {
    flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
    #filters {
        text-align: center;
        margin-bottom: 24px;
    }
    #projects .title-container {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    #projects #filters {
        margin-left: 24px;
        margin-right: 0;
        text-align: right;
    }
}
#projects .title-container .btn-check:focus+.btn, #projects .title-container .btn:focus {
    box-shadow: none;
}
#projects .title-container .btn {
    text-transform: uppercase;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    position: relative;
    padding-bottom: 0;
}
#projects .title-container .btn:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -2px;
    border-bottom: 2px solid var(--accent);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
#projects .title-container .btn:hover:before,
#projects .title-container .btn.is-checked:before {
    width: 20px;
}
#projects .title-container .btn:hover,
#projects .title-container .btn.is-checked {
    color: var(--accent);
}
#load-more {
    border: 2px solid var(--accent);
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 1rem;
    height: 60px;
    padding: 0 40px;
    display: flex;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Bold';
    margin: 32px auto 0 auto;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    border-radius: 0;
}
#load-more:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--accent);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
#load-more:hover:after {
    width: 100%;
}
#load-more:hover {
    color: var(--terciary-color);
}
a.glightbox {
    display: inline-block;
    width: calc(100% / 3);
    height: 400px;
}
.glightbox-container {
    z-index: 9999999999 !important;
}
.gslide-image img.zoomable {
    position: relative;
    margin-bottom: 24px;
    display: inline-block;
}
@media only screen and (max-width: 991px) {
    a.glightbox, #projects .element-item {
        width: 100%;
        }
    #projects .element-item {
        border-top: 4px solid var(--terciary-color);
        border-left: 4px solid var(--terciary-color);
        border-right: 4px solid var(--terciary-color);
    }
}
a.glightbox .cover {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--terciary-color);
    width: 100%;
    height: 0;
    background: rgba(255, 152, 0, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.2s ease;
    z-index: 99;
    font-family: var(--secondary-font);
}
a.glightbox .cover p {
    visibility: hidden;
}
a.glightbox:hover .cover {
    height: 385px;
}
a.glightbox:hover .cover p {
    visibility: visible;
}
.glightbox-clean .gdesc-inner {
    padding: 16px;
}
.glightbox-clean .gslide-title {
    font-family: var(--primary-font);
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: var(--primary-color);
    position: relative;
}
.glightbox-clean .gslide-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 20px;
    background-color: var(--accent);
    left: 0;
}
.glightbox-clean .gslide-desc {
    font-family: var(--terciary-font);
    color: var(--primary-color);
}
/**************************
ABOUT SECTION
**************************/
#about {
    margin-top: 140px;
}
@media only screen and (max-width: 991px) {
    #about {
        margin-top: 100px;
    }
    #about .title-container {
        flex-wrap: wrap;
    }
    .about-row > div {
        padding-left: 0;
        padding-right: 0;
    }
}
#about .title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
#about p:not(.overline) {
    color: #747474;
    max-width: 600px;
}
#about h4 {
    margin-top: 40px;
}
.hidden{
    display: none;
  }
/**************************
CONTACT SECTION
**************************/
#contact {
    margin-top: 140px;
    background-color: #1b1b1b;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
    #contact {
        padding-top: 100px;
    }
    .contact p {
        margin-bottom: 0 !important;
    }
    .footer {
        padding: 24px 0 !important;
    }
    small {
        display: inline-block;
        width: 100%;
        font-size: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 1023px) {
    #contact .social-col {
        justify-content: center;
        margin-bottom: 40px;
    }
    #contact .social-col a {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    #contact h2 {
        text-align: center;
        margin-bottom: 40px;
    }
    #contact form {
        margin-right: auto !important;
    }
}
div#contact:before {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    background-color: #FF9800;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
}
#contact .social-col {
    display: flex;
}
#contact .social-col a {
    display: flex;
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin: 0;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--accent);
    border-radius: 50%;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    margin-left: 0.5rem;
    text-decoration: none;
    color: var(--terciary-color);
}
#contact .social-col a:hover, #contact .social-col a:focus {
    transform: translateY(-5px);
    color: var(--accent);
}
#contact * {
    color: var(--terciary-color);
}
#contact .form-control {
    background-color: transparent;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #FFFFFF;
}
textarea#comment {
    min-height: 120px;
}
#contact form {
    max-width: 300px;
    margin-right: 0;
    margin-left: auto;
}
#contact .submit-btn {
    border: 2px solid var(--accent);
    color: var(--terciary-color);
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 1rem;
    height: 60px;
    padding: 0 40px;
    display: flex;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins Bold';
    margin: 32px auto 0 auto;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    border-radius: 0;
}
#contact .submit-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--accent);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
#contact .submit-btn:hover:after {
    width: 100%;
}
.contact {
    background: #161616;
    color: var(--terciary-color);
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact p {
    letter-spacing: 2px;
    margin-bottom: 0;
}
.footer {
    padding: 16px 0;
    background-color: #000000;
    color: #747474;
}
footer span {
    color: var(--terciary-color);
}
/**********************************
CONFIRMATION PAGE
**********************************/
#confirmation {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 59px);
    display: flex;
    align-items: center;
    position: relative;
}
#confirmation:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-image: linear-gradient(rgba(0, 0, 0, .7) 0%, rgba(0,0,0, .7) 80%, transparent 100%);
    background-color: transparent;
}
#confirmation .container {
    z-index: 99;
    margin-bottom: 87px;
}
#confirmation * {
    color: var(--terciary-color);
}
#confirmation .description {
    font-family: var(--secondary-font);
}
