/* @font-face {
    font-family: 'titillium';
    src: url('../fonts/Titillium_Web/TitilliumWeb-Regular.ttf');
    src: url('../fonts/Titillium_Web/TitilliumWeb-Black.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-Bold.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-Italic.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-Italic.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-Light.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf') format('.ttf'),
    url('../fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf') format('.ttf');
    } */
    
    @font-face {
        font-family: 'titillium';
        src: url('../fonts/Titillium_Assets/titilliumweb-regular-webfont.woff2') format('woff2'),
             url('../fonts/Titillium_Assets/titilliumweb-regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    
    }
    
html {
    overflow-x: hidden;
}

* {
    color: white;
    font-family: 'titillium';
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

*::-webkit-scrollbar {
    display: none;
}
  

.page-body {
    margin: 0px;
}

body {
    background: linear-gradient( 180deg, #1a1b1c 0%, #292a2c 100%);
    background-size:cover;
    overflow-x: hidden;
    -moz-overflow-x:hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,h2,h3,h4 {
    color: #d89763;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

.hInverse {
    color: white;
}

.floating-card {
    margin: auto;
    background-color: rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.red-mark {
    color: red;
}

.btn {
    background: #d89763;
    background: linear-gradient(180deg, #d89763 0%, #9c664a 100%);  
    color: white!important;
    padding: 10px 30px;
    text-decoration: none!important;
    border-radius: 15px;
    border: none!important;
}

.load-btn {
    margin: 20px auto;
}

.btn:hover {
    cursor: pointer;
}

.btn:active {
    box-shadow: inset 2px 2px 7px rgba(43, 43, 43, 0.736);
}

.btn-inverse {
    background: #00ce7c;
    background: linear-gradient(180deg, #284C99 0%, #0A1C52 100%);  
}

.text-divider {
    margin: 5px 0px;
    border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
    width: 50%;
    margin: auto;
}

.forward-link-area {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.forward-link {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white
}

.forward-link .forward-link-icon {
    font-size: 25px;
    color: white;
    margin-left: 5px;
}

.back-drop {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
}

.back-drop-nav {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: none;
}

.back-drop-nav-open {
    display: block;
}


@keyframes rotate {
    0% {transform: rotateX(0deg);}
    100% {transform: rotateX(360deg);}
}

/* ---------------------------------------------------------------------- */
/* START NAV BAR SECTION */
/* ---------------------------------------------------------------------- */

.header-texture-right {
    position: absolute;
    height: 75%;
    width: auto;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    visibility: hidden;
}

.nav-bar {
    width: 100%;
    height: 100px;
    z-index: 100;
    position: relative;
}

.desktop-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 5px 20px;
	margin: auto;
	background-color: #232526;
	border-radius: 0px 0px 20px 20px;
	color: #d3d3d3;
    border-bottom: 2px solid #d89763;
}

.logo-area {
	width: 20%;
	height: 60%;
	padding-left: 20px;
}

.logo-area a img {
    width: auto;
    height: 100%;
}

.logo-area a img.white-logo {
    display: none;
}

.mobile-logo-area {
    display: none;
}

.nav-links {
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-text {
    font-size: 20px;
    margin: 0px 20px;
    padding: 5px 0px;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.nav-btn {
    font-size: 20px;
    margin: 0px 20px;
}

.nav-text:hover {
    border-bottom: 1px solid #d89763;
    z-index: 100;
}

.nav-text a {
    padding: 0px 20px;
    padding-bottom: 5px;
    position: relative;
}

.nav-text:hover a {
    z-index: 100;
}

.main-link {
    cursor: pointer;
}

.phone-nav {
    display: none;
    position: relative;
}

.phone-nav i {
    font-size: 30px;
    margin: 10px 0px;
    margin-right: 50px;
}

.phone-nav-area {
    position: fixed;
    left: -100%;
    top: 0;
    width: 60vw;
    min-width: 250px;
    height: 100vh;
    border-radius: 0px 50px 50px 0px;
    border-right: 1px solid;
    background-color: rgb(0 0 0 / 6%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    transition: 0.5s;
}

.phone-nav-area ul {
    margin-top: 50px;
    width: fit-content;
    padding: 0px 30px;
}

.phone-nav-area ul li {
    list-style-type: none;
    font-size: 30px;
    padding: 20px;
    text-align: center;
}

.phone-nav-area-open {
    left: 0px;
}

/* ---------------------------------------------------------------------- */
/* END NAV BAR SECTION */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* START LANDING SECTION */
/* ---------------------------------------------------------------------- */

.landing {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    padding-top: 70px;
    margin: auto;
}

.landing-text {
    width: 60%;
    text-align: center;
}

.title-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px
}

.title-div span {
    color: #d89763;
    font-size: 50px;
    margin-right: 8px;
}

.landing-text h1 {
    color: #d89763!important;
    margin: 0px;
    font-size: 50px;
}

.landing-text p {
    width: 68%;
    margin: auto;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 40px;
    color: white;
}

.landing-img {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.half-landing {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.landing-block {
    width: 230px;
    height: 230px;
    background-color: grey;
    box-shadow: 0px 0px 10px rgb(24, 24, 24);
    margin: 5px;
}

.block1 {
    border-radius: 100% 0px 0px 0px;
    background-image: url(../images/My\ Room.webp);
    background-size: cover;
    background-position-x: -50px;
}

.block2 {
    border-radius: 0px 100% 0px 0px;
    background-image: url(../images/A-PhotoADay-Jan15.webp);
    background-size: cover;
}

.block3 {
    border-radius: 0px 0px 0px 100%;
    background-image: url(../images/Final\ 25-5-24-48.webp);
    background-size: cover;
    background-position-x: -50px;
}

.block4 {
    border-radius: 0px 0px 100% 0px;
    background-image: url(../images/No\ Noise\ Lake-1.webp);
    background-size: cover;
    background-position-x: -100px;
}

.block1:hover {
    border-radius: 20% 0px 0px 0px;
}

.block2:hover {
    border-radius: 0px 20% 0px 0px;
}

.block3:hover {
    border-radius: 0px 0px 0px 20%;
}

.block4:hover {
    border-radius: 0px 0px 20% 0px;
}

.home-landing {
    height: fit-content;
    min-height: 60vh;
    padding: 120px;
    background-image: url(../images/landing.png);
    background-size: cover;
}

.header-blue {
    position: relative;
}


/* ---------------------------------------------------------------------- */
/* END LANDING SECTION */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* START PARTNERS BANNER */
/* ---------------------------------------------------------------------- */

.partners-banner {
    padding: 30px 50px;
    min-height: 20vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #6047470d;
    border-top: 2px solid #d89763;
    border-bottom: 2px solid #d89763;
    border-radius: 20px;
}

.partners-banner h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.partners-banner p {
    margin-top: 0px;
    font-size: 18px;
}

.partners-banner .text-area {
    text-align: center;
    z-index: 100;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    align-items: center;
    z-index: 100;
    margin-top: 50px;
}

.partner-logos img {
    height: 110px;
    width: auto;
    max-width: 100%;
    margin: 15px 45px;
}

.partner-logos a:hover {
    cursor:auto;
}

/* ---------------------------------------------------------------------- */
/* END PARTNERS BANNER */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START SIMPLICITY STEPPERS */
/* ---------------------------------------------------------------------- */

.simplicity-steppers {
    display: flex;
    flex-direction: column;
    max-width: 1500px;
    margin: auto;
    padding: 20px 50px;
}

.simplicity-steppers .text-area {
    text-align: center;
}

.simplicity-steppers .text-area h2 {
    margin-bottom: 5px;
}

.simplicity-steppers .text-area p {
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.simplicity-tag-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.simplicity-tag {
    width: 18vw;
    height: 30vw;
    min-height: 355px;
    margin: 30px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 30px;
    min-width: 215px;
    max-width: 270px;
}

.simplicity-tag-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 0;
}

.number-hole {
    position: relative;
    z-index: 100;
    width: 7vw;
    height: 7vw;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 2px 2px 7px #00000050;
    min-width: 70px;
    min-height: 70px;
}

.number-hole span {
    font-size: 40px;
    color: #0B1B51;
}

.simplicity-tag-area .content {
    position: relative;
    z-index: 100;
    text-align: center;
}

.simplicity-tag-area .content h3 {
    margin-bottom: 5px;
}

.simplicity-tag-area .content p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    margin-top: 25px;
}

/* ---------------------------------------------------------------------- */
/* END SIMPLICITY STEPPERS */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* START TESTIMONIAL */
/* ---------------------------------------------------------------------- */

.testimonial {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 100;
}

.testimonial p {
    color: white;
    text-align: center;
}

.testimonial p:last-of-type {
    align-self: flex-end;
}

.testimonial-area {
    margin-top: 50px;
}

/* ---------------------------------------------------------------------- */
/* END TESTIMONIAL */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START SOLUTIONS */
/* ---------------------------------------------------------------------- */

.solutions-area {
    padding: 50px;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.solutions-area.prints h2 {
    text-align: center;
    margin: auto;
    font-size: 30px;
}

.solutions-area .text-area {
    text-align: center;
    margin-bottom: 30px;
}

.solutions-area .text-area h2 {
    margin-bottom: 5px;
}

.solutions-area .text-area p {
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.solutions-cards-products {
    justify-content: space-around!important;
}

.solutions-box {
    width: 15vw;
    height: 15vw;
    min-width: 250px;
    min-height: 380px;
    background-color: rgb(0 0 0 / 6%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin: 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    border: 1px solid;
    transition: 0.3s;
}

.solutions-box h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.solutions-box.products {
    position: relative;
    padding: 0px;
    overflow: hidden;
    max-width: 270px;
    width: 90%;
    margin: 20px;
    height: fit-content;
    text-align: center;
}

.solutions-box.products.prints {
    min-width: 200px;
    min-height: 440px;
    margin: 40px 10px;
}

.solutions-box.products .icon-title-div {
    padding: 0px 20px;
}

.solutions-box.products .icon-title-div h3{
    font-size: 30px;
}

.solutions-box.products .click-cover{
    opacity: 0;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(18, 18, 18, 0.9);
    transition: 0.5s;
}

.solutions-box.products .click-cover h3{
    font-size: 30px;
    padding: 0px 50px;
    text-align: center;
}

.solutions-box.products .solutions-card-p {
    padding: 0px 20px;
}

.solutions-box img {
    width: 100%;
    height: auto;
}

.solutions-box:hover {
    border-color: #d89763;
    box-shadow: 0px 0px 10px #d89763;
    transform: scale(101%);
    cursor: pointer;
}

.solutions-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.solutions-box.package {
    min-height: 470px;
    height: fit-content;
    padding-bottom: 25px;
}

.solutions-box.package .solutions-card-text-area,
.solutions-box.package h3 {
    padding: 0px 20px;
}

.add-on {
    min-height: 275px;
}

.add-on .solutions-list {
    margin-top: 20px;
}

.real-estate-photography-products h2{
    text-align: center;
}

.solutions-box.package .icon-title-div h3{ 
    text-align: center;
}

.solutions-box.package .solutions-list {
    padding-left: 20px;
}


.solutions-icon {
    font-size: 40px;
    color: white;
}

.solutions-card-text-area {
    height: 100%;
}

.add-on .solutions-card-text-area {
    padding: 0px 15px;
}

.add-on .solutions-list {
    padding-left: 15px;
}

.solutions-card-text-area .solutions-card-p {
    margin-bottom: 40px;
    text-align: center;
}

.solutions-info-area {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: 0.2s ease-in;
}

.solutions-info {
    position: relative;
    width: 100%;
    max-width: 650px;
    height: 100%;
    max-height: 75vh;
    border-radius: 20px;
    overflow-y: auto;
    -moz-overflow-y: hidden;
    padding: 60px 30px;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid white;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.solutions-icon-popup {
    font-size: 70px;
    color: white;
    margin-bottom: 15px;
}

.solutions-info h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.solutions-info p {
    padding: 0px 50px;
    text-align: center;
}

.solutions-info ul {
    width: 100%;
    max-width: 500px;
}

.solutions-info ul li {
    margin-bottom: 10px;
    list-style-type:disclosure-closed;
}

.solutions-list {
    width: fit-content;
    margin: auto;
    list-style-type:circle;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.icon-title-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ---------------------------------------------------------------------- */
/* END SOLUTIONS */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START EMAIL TAB */
/* ---------------------------------------------------------------------- */

.email-tab {
    padding: 50px;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    margin: auto;
}

.email-tab h1 {
    text-align: center;
}

.email-tab .text-area {
    text-align: center;
    margin-bottom: 30px;
}

.email-tab .text-area h2 {
    margin-bottom: 5px;
}

.email-tab .text-area p {
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.email-tab .text-area.thank-you {
    text-align: center;
    margin-bottom: 30px;
    width: 90%;
    max-width: 750px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: -30px;
}

.emailer-card {
    width: 90%;
    max-width: 800px;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    -moz-overflow:hidden;
}

.emailer-card form {
    width: 90%;
    z-index: 100;
}


.input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.email-form {
    display: flex; 
    flex-direction: column;
}

.input-feild {
    width: 45%;
    min-width: 220px;
    margin-top: 15px;
}

.input-feild input {
    width: 80%;
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    margin-top: 10px;
    color: black;
}

.input-feild select {
    width: 92.5%;
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    margin-top: 10px;
    color: black;
    background: white;
}

.input-feild select option{
    color: black;
    font-family: inherit;
}

.add-on .icon-title-div h3 {
    text-align: center;
}

.input-feild select option:disabled{
    color: rgb(131, 131, 131);
    font-family: inherit;
}

.product-package {
    width: 15vw;
    height: 15vw;
    min-width: 250px;
    min-height: 270px;
    background-color: rgb(0 0 0 / 6%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin: 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    transition: 0.3s;
    min-height: 400px;
    padding: 0px;
    padding-bottom: 45px;
    min-width: 270px;
    overflow: hidden;
}

.product-package img {
    border-bottom: 1px solid white;
}

.product-package.add-on {
    min-height: 270px;
    padding-bottom: 30px;
    position: relative;
    height: fit-content;
}

.product-package h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-package:hover {
    border-color: white;
    box-shadow: none;
    transform: scale(100%);
    cursor: inherit;
}

.product-package.sports {
    min-width: 300px;
    height: fit-content;
    padding-bottom: 20px;
}

.product-package.sports .solutions-card-text-area{
    padding: 0px 15px;
}

.product-package.sports h3{
    text-align: center;
}



.add-on-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-on-cover h3 {
    color: rgb(203, 203, 203);
}

.message-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.message-div textarea {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    margin-top: 10px;
    color: black;
}

.message-area, .message-area textarea {
    width: calc(100% - 40px);
}

.required {
    margin-left: 5%;
}

.email-btn-area {
    margin-top: 15px;
    text-align: center;
}

.email-btn {
    margin: 25px 4px;
}

.emailer-map-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.emailer-map-area iframe{
    border: 0;
    max-width: 400px;
    width: 100%;
    min-width: 400px;
}

.email-contact-info {
    width: 100%!important;
    padding-bottom: 40px;
    border-bottom: 1px solid white;
    margin-bottom: 60px;
}

.contact-header {
    margin-top: 0px;
    text-align: center;
}

/* ---------------------------------------------------------------------- */
/* END EMAIL TAB */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START COMPANY STORY */
/* ---------------------------------------------------------------------- */

.comapny-story {
    padding: 50px;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.comapny-story .text-area {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
}

.comapny-story .text-area h2 {
    font-size: 40px;
}

.comapny-story .text-area p {
    line-height: 1.8;
    font-size: 17px;
}

.text-area.our-team-header h2 {
    font-size: 40px;
}

.team-member-info-area h3 {
    font-size: 30px;
}

.team-member-info-area h4 {
    font-size: 25px;
}
/* ---------------------------------------------------------------------- */
/* END COMPANY STORY */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START OUR TEAM */
/* ---------------------------------------------------------------------- */

.our-team {
    padding: 50px;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.our-team .text-area {
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin: auto;
}


.team-member-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid white;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin: 50px 0px;
    border-radius: 222px 50px 50px 222px;
}

.team-member-info-area p {
    padding-right: 100px;
}

.team-member-image {
    width: 30%;
    border-radius: 50%;
    overflow: hidden;
    -moz-overflow:hidden;
}

.team-member-image img {
    width: 100%;
    height: auto;
    margin: 0px;
    display: block;
}

.team-member-info-area {
    width: 65%;
}

.our-team-header p {
    font-size: 25px;
}

/* ---------------------------------------------------------------------- */
/* END OUR TEAM */
/* ---------------------------------------------------------------------- */



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

.print-example-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}

.partners-banner.prints-area {
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.partners-banner.prints-area-category {
    border: none;
    border-radius: 0px;
}

.print-category-header {
    width: 100%;
}

.print-category-header h1{
    margin-top: 30px!important;
    text-align: center;
}

.solutions-area.print-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.solutions-area.print-images img {
    width: 25vw;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.solutions-area.print-images.horizontal img {
    width: 29vw;
    height: auto;
    margin: 10px;
}

.solutions-area.print-images.vertical img {
    width: 20vw;
    height: auto;
    margin: 10px;
    transition: 0.2s;
    min-width: 120px;
}

.solutions-area.print-images img:hover {
    transition: 0.2s;
    transform: scale(101%);
    cursor: pointer;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.667);
}

.full-gallery {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.gallery-header {
    text-align: center;
    font-size: 25px!important;
    margin: 0px auto;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 90px!important;
    margin-bottom: 50px;
    border-bottom: 1px solid #d89763;
    border-top: 1px solid #d89763;
    width: fit-content;

}

.image-preview-banner {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-preview.l {
    width: 65vw;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.image-preview.p {
    width: auto;
    height: 80vh;
    border-radius: 20px;
    overflow: hidden;
}

.print-example-images img {
    width: 48%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

.print-bio h2 {
    text-align: center;
    margin: auto;
}

.print-bio p {
    width: 95%;
    max-width: 700px;
    padding: 10px 20px;
    text-align: center;
    margin: auto;
}

.print-category-header .print-bio {
    padding-top: 30px;
    width: 100%;
}

.return-link-photos {
    font-size: 15px;
}

.return-link-photos i {
    font-size: 15px;
    margin-right: 10px;
}


/* ---------------------------------------------------------------------- */
/* START FOOTER */
/* ---------------------------------------------------------------------- */

.footer-area {
    min-height: 70vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #6047470d;
    border-top: 2px solid #d89763;
    border-radius: 20px 20px 0px 0px;
}

.footer-texture-right {
    position: absolute;
    height: 50%;
    width: auto;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.footer-texture-left {
    position: absolute;
    height: 50%;
    width: auto;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.footer-text-responsive {
    margin-bottom: 10px;
}

.footer-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer-links-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.footer-logo-responsive {
    width: 40%;
    margin: 50px auto;
    display: flex;
}

.footer-logo-responsive img {
    width: 100%;
    height: auto;
    margin: auto;
}

.footer-links-responsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.footer-links-responsive a {
    margin-bottom: 5px;
}

.footer-links-responsive a:hover {
    text-decoration: underline;
}

.copy-right {
    color: #fff;
    position: absolute;
    z-index: 10000;
    left: 30px;
    bottom: 10px;
}

.copy-right b{
    margin-left: 5px;
    font-size: 20px;
    color: white;
}

.footer-contact-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 700px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.footer-contact-info p {
    margin-top: 20px;
}

.footer-contact-info i {
    font-size: 22px;
    color: white;
}

.footer-contact-info b {
    font-size: 18px;
    margin-bottom: 5px;
    color: white;
}

.footer-contact-info a {
    text-decoration: none;
    color: white;
}

/* ---------------------------------------------------------------------- */
/* END FOOTER */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* START JAVA CLASSES */
/* ---------------------------------------------------------------------- */

html.scroll-block, body.scroll-block {
    overflow: hidden;
    -moz-overflow:hidden;
}

.invisible {
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.visible {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------------------------------- */
/* END JAVA CLASSES */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* START RESPONSIVE */
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 1330px) {
    .logo-area {
        width: 15%;
        height: 50%;
    }
    .nav-links {
        width: 90%;
    }
    .nav-text.no-link .main-link {
        font-size: 15px;
    }
}

@media screen and (max-width: 1260px) {
    .our-team {
        align-items: center;
    }
    .team-member-info {
        flex-direction: column!important;
        justify-content: center;
        align-items: center;
        width: fit-content;
        border-radius: 20px!important;
        text-align: center;
        padding: 0px!important;
        max-width: 500px;
        overflow: hidden;
        -moz-overflow:hidden;
        padding-bottom: 20px!important;
    }
    .team-member-info-area {
        width: 90%;
    }
    .team-member-image {
        width: 100%;
        max-width: 500px;
        border-radius: 0px;
    }
}

@media screen and (max-width: 1140px) {

    .partner-logos img {
        margin: 30px 20px;
    }

    .footer-contact-info {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .footer-contact-info p {
        margin: 0px 10px;
        margin-top: 20px;
        min-width: 150px;
    }

}

@media screen and (max-width: 1100px) {
    .nav-links {
        display: none;
    }
    .phone-nav {
        display: block;
    }
    .landing-img {
        display: none;
    }
    .landing {
        justify-content: center;
    }
    .landing-text {
        width: 90%;
        max-width: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .landing-text h1 {
        text-align: center;
    }
    .landing-text p {
        text-align: center;
    }
    .footer-logo-responsive {
        width: 80%;
        max-width: 400px;
    }
    .footer-links-responsive {
        font-size: 20px;
    }
    .email-btn-area .btn-inverse {
        display: none;
    }
    .team-member-card {
        margin: 30px 20px;
    }
}

@media screen and (max-width: 910px) {
    h1 {
        font-size: 30px;
    }
    .solutions-box {
        margin: 20px;
    }

    .home-landing {
        padding: 80px 50px;
    }
}

@media screen and (max-width: 750px) {
    .solutions-area.print-images.horizontal img {
        width: 45%;
        min-width: 250px;
    }
    .print-example-images img:first-child {
        display: none;
    }
    .print-example-images img {
        width: 90%;
    }
    .print-example-images {
        justify-content: center;
    }
    .partner-logos img {
        height: 80px;
        margin: 15px 10px;
    }
    .partners-banner {
        padding: 30px 15px;
    }
    .title-div span {
        font-size: 40px;
    }
    .landing-text h1 {
        font-size: 40px;
    }
    .title-div h1 {
        font-size: 40px;
    }
    .landing-text p {
        font-size: 20px;
    }

    .team-member-info-area p {
        text-align: center;
        padding: 0px;
        margin: auto;
    }
}

@media screen and (max-width: 700px) {
    .team-member-card {
        margin: 30px 0px;
    }
    .title-div {
        flex-direction: column;
    }
    .landing-text p {
        width: 90%;
    }
}

@media screen and (max-width: 550px) {
    .solutions-box.products {
        width: 100%;
    }
    .solutions-box.products .icon-title-div h3 {
        text-align: center;
    }
    .phone-nav-area ul li {
        font-size: 20px;
    }
    .solutions-info {
        overflow-x: hidden;
    }
    .mobile-logo-area {
        display: block;
        width: 50%;
        margin: auto;
        margin-top: auto;
        margin-top: 40px;
    }
    .mobile-logo-area img {
        width: 100%;
        height: auto;
    }
    .home-landing {
        flex-direction: column;
        padding: 10px;
    }
    .desktop-nav {
        justify-content: flex-end;
        height: fit-content;
    }
    nav {
        height: fit-content!important;
    }
    .logo-area {
        display: none;
    }
    .phone-nav i {
        margin-right: 10px;
    }

    .solutions-info p {
        padding: 0px;
    }

    .solutions-info h3 {
        text-align: center;
    }

    .solutions-box {
        height: 100%;
        min-height: 0px;
    }

    .email-tab {
        padding: 20px;
    }

    .email-tab .emailer-card {
        padding: 20px 0px;
        width: 100%;
    }

    .footer-links-responsive {
        display: none;
    }

    .footer-area {
        min-height: 50vh;
    }

    .our-team {
        padding: 15px;
    }
    .image-preview.p {
        width: 90vw;
        height: auto;
    }

    .image-preview.l {
        width: 90vw;
    }

    .solutions-area {
        padding: 15px;
    }
}

@media screen and (max-width: 400px) {
    .mobile-logo-area {
        display: none;
    }
}

/* ---------------------------------------------------------------------- */
/* END RESPONSIVE */
/* ---------------------------------------------------------------------- */

