/*Bebas =========================================*/
@font-face {
    font-family: "Bebas";
    src: url("../includes/fonts/Bebas-Regular.ttf");
}

@font-face {
    font-family: "Bebas Neue Regular";
    src: url("../includes/fonts/BebasNeue-Regular.ttf");
}

/*Myriad =========================================*/
@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../includes/fonts/MYRIADPRO-REGULAR.woff");
}

/*Frutiger =========================================*/
@font-face {
    font-family: "Frutiger LT47";
    src: url("../includes/fonts/FRUTIGER LT 47 LIGHT CONDENSED.TTF");
}

@font-face {
    font-family: "Frutiger LT55";
    src: url("../includes/fonts/FRUTIGER LT 55 ROMAN.TTF");
}

@font-face {
    font-family: "Frutiger Bold";
    src: url("../includes/fonts/FRUTIGER-BOLD.TTF");
}

:root {
    --darkBlue: #191b1f;
    --yellow: #f9cc35;
    --lightBlue: #3dbe90;
    --transCent: translate(-50%, -50%);
    --transCentY: translateY(-50%);
    --transCentX: translateX(-50%);
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    width: 100vw !important;
    overflow-x: hidden;
}

body {
    position: relative;
    width: 100vw !important;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

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

/* Header =======================================================*/
#header {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 90px;
    z-index: 1000;

    background-color: var(--darkBlue);
}

#siteLogo {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: var(--transCentY);
    height: 55px;
    padding-left: 10px;

    border-left: 3px solid var(--yellow);

    font-family: "Bebas";
    text-decoration: none;
    font-size: 1.6em;
    line-height: 1em;
    color: #fff;
}

.navbar {
    position: relative;
    width: 100%;
    height: 100%;
}

#menu {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: var(--transCentY);
}

#cartLink {
    position: absolute;
    top: 50%;
    right: 90px;
    transform: var(--transCentY);
    color: #fff;
    text-decoration: none;
}

#cart svg {
    fill: #fff;
    width: 26px;
    height: 26px;
}

#cartCountCont {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    margin-left: 5px;

    background-color: var(--yellow);
    border-radius: 50%;
}

#cartCountNum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);

    font-size: 1.2em;
}

#cart_count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);
    text-align: center;

    font-size: 0.8em;
}

#burgerIcon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: var(--transCentY);
    cursor: pointer;
}

#burgerIcon svg {
    width: 32px;
    height: 32px;

    stroke: #fff;
}

#exitIcon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: var(--transCentY);
    cursor: pointer;
}

#exitIcon svg {
    display: none;
    width: 32px;
    height: 32px;

    stroke: #fff;
}

#menuPage {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;

    background-color: var(--darkBlue);
}

#menuLinksCont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);
    text-align: center;

    list-style: none;
}

#menuLinksCont li {
    margin-bottom: 20px;
}

.menuItem {
    white-space: nowrap;
    color: #fff;
    font-family: "Bebas Neue Regular";
    font-size: 1.6em;
    letter-spacing: 8px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.4s;
}

.menuItem:hover {
    color: #fff;
    text-decoration: none;
}

#socialIcons {
    position: absolute;
    top: 88%;
    left: 60px;
}

.icon {
    margin-right: 4px;

    text-decoration: none;
    border: none;
    outline: none;
}

#ppLink {
    position: absolute;
    bottom: 20px;
    right: 40px;

    font-size: 0.8em;
    color: var(--yellow);
    font-family: "Frutiger LT55";
}

/*Landing ===============================================================================*/

#whatsappLink {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 500;
}

#whatsappLink svg {
    width: 50px;
    height: 50px;
}

#landing {
    position: relative;
    width: 100vw;
    height: 100vh;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--darkBlue);
}

#landingLogo {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: var(--transCent);
}

#mobileLandingLogo {
    display: none;
}

#summaryText {
    position: absolute;
    top: 64%;
    left: 15%;
    line-height: 1.2em;
}

#summaryTextMobile {
    display: none;
}

#summaryText p {
    font-family: "Myriad Pro Regular";
    font-size: 0.75em;
    color: #fff;
}

#landingSlogan {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);

    color: #fff;
    font-family: "Bebas";
    font-size: 2.3em;
    white-space: nowrap;
    font-weight: 200;
    letter-spacing: 2px;
}

#getStarted {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    padding: 8px 0;
    transition: 0.4s;
    cursor: pointer;
    text-align: center;

    text-decoration: none;
    font-family: "Myriad Pro Regular";
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 3px;
    color: #fff;
    background: transparent;
    outline: none;
    border: 2px solid #fff;
}

#getStarted:hover,
#getStarted:focus {
    transform: translateX(-50%) scale(1.05);
}

#landing3 {
    position: relative;
    height: 100vh;
    width: 100vw;

    font-family: "Frutiger LT47";
}

#shopIntro {
    position: relative;
    height: 45%;
}

#shopIntro div {
    position: absolute;
    bottom: 30px;
    left: 80px;
    width: 500px;

    color: #444;
    line-height: 1.5em;
}

#shopIntro div h2 {
    padding: 15px 0 20px;

    font-family: "Bebas";
    letter-spacing: 1px;
    font-size: 3em;
    color: #000;
}

#shopIntro a {
    position: absolute;
    bottom: 30px;
    right: 80px;

    text-decoration: none;
    color: #000;
}

#shopIntro a svg {
    padding-left: 5px;
}

.shopCatLinksMobile {
    display: none;
}

.shopCatLinks {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100%;
    height: 55%;
    width: 100%;
}

.shopCatLinks div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.shopCatLinks div:nth-child(1) {
    background-image: url("../includes/images/camera-computer-contemporary-699459.png");
}

.shopCatLinks div:nth-child(2) {
    background-image: url("../includes/images/20.png");
    background-position: right;
    background-size: 180%;
}

.shopCatLinks div:nth-child(3) {
    background-image: url("../includes/images/19.png");
}

#shopCatLinksOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;

    background-image: linear-gradient(to right,
            var(--lightBlue),
            var(--yellow));
    mix-blend-mode: multiply;
}

.shopCatLinks.text {
    position: absolute;
    bottom: 0;
    left: 0;
}

.shopCatLinks.text div {
    position: relative;
    width: 100%;
    height: 300px;

    background-image: none;
    color: #fff;
}

.linkDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 86%;
    height: 100%;
    padding-left: 60px;
    padding-top: 60px;

    text-decoration: none;
    color: #fff;
}

.linkDiv p {
    margin-bottom: 10px;

    font-family: "Frutiger Bold";
}

.linkDiv p:nth-child(1) {
    font-family: "Frutiger LT47";
}

.linkDiv p:nth-child(2) {
    font-size: 1.6em;
    margin-bottom: 160px;
    font-weight: 600;
}

.linkDiv div {
    height: 25px !important;
    width: 40px !important;
    align-items: center;

    transition: 0.4s;
}

.linkDiv:hover div {
    width: 80px !important;

    background-color: #fff;
}

.linkDiv div svg {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: var(--transCentY);
    fill: #fff;

    transition: 0.4s;
}

.linkDiv:hover div svg {
    fill: #000;
}

/* About Us ================================================================================*/

#aboutHeader {
    margin-top: 120px;
    padding-left: 80px;

    font-family: "Bebas";
    letter-spacing: 1px;
    font-size: 3em;
}

#aboutLanding {
    padding-top: 30px;
    width: 88%;
    margin: 0 auto;
    display: flex;

    font-family: "Frutiger LT55";
    font-size: 0.9em;
    color: #444;
}

#aboutVid {
    width: 60%;
}

#aboutVid video {
    width: 100%;
}

#aboutBertus {
    position: relative;
    width: 40%;
}

#bertusImg {
    position: relative;
    margin: 0;
    padding: 0;
    width: 80%;
    width: 350px;
    margin-left: 6em;
}

#bertusImg img {
    width: 100%;
}

#vidText {
    padding-top: 20px;
    padding-bottom: 60px;
    line-height: 1.5em;
}

.bertusOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-color: var(--lightBlue);
    mix-blend-mode: multiply;
}

#aboutBertus p {
    padding-top: 20px;
    margin-left: 6em;

    line-height: 1.5em;
}

/* Team Uproar ================================================================================*/

#teamCont {
    position: relative;
    width: 100vw;
    display: flex;
    margin-top: 90px;
    background-color: var(--darkBlue);
}

.teamHeadText {
    width: 380px;
    margin-left: 40px;

    font-family: "Bebas";
    font-size: 3em;
    color: var(--darkBlue);
    white-space: nowrap;
}

.teamHeadText.small {
    margin-top: 20px;
    margin-bottom: -10px;

    font-family: "Frutiger LT55";
    font-size: 1.1em;
}

.teamHalf {
    position: relative;
    width: 55%;
    height: auto;
}

.teamHalf:nth-child(1) {
    height: 601px;
    width: 45%;

    background-image: url("../includes/images/closeup-diverse-people-joining-their-handsbw.png");
    background-attachment: fixed;
    background-position: -200% -200%;
    background-repeat: no-repeat;
    background-size: 95%;
}

.teamHalf:nth-child(2) {
    background-color: #fff;
}

#teamHalfHeading {
    position: fixed;
    bottom: 280px;
    left: 40px;
}

#teamHalfHeading p {
    font-family: "Frutiger LT47";
    color: #fff;
    width: 400px;
    font-size: 1.5em;
}

#teamHalfHeading p:nth-child(2) {
    font-family: "Frutiger Bold";
    color: #fff;
    font-size: 2.3em;
}

#teamHalfOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: var(--darkBlue);

    /*
    background-image: linear-gradient(to right, var(--lightBlue), var(--yellow));
    mix-blend-mode: multiply;
*/
}

#teamGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
}

.teamMem {
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.teamMem img {
    height: 70%;
}

.teamMem h4 {
    font-family: "Frutiger LT47";
    font-size: 1.2em;
}

.teamMem p {
    font-family: "Frutiger LT47";
    font-size: 0.9em;
}

.borderBtm {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-bottom: 1px solid #777;
}

.borderRight {
    position: absolute;
    top: 50%;
    right: 0;
    transform: var(--transCentY);
    height: 90%;
    border-right: 1px solid #777;
}

/* Services ======================================================*/

#notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40px;
    z-index: 500;

    background-color: #fff;
    font-family: "Frutiger LT55";
    color: #000;
    box-shadow: 0 0 12px hsl(0, 0%, 0%, 0.5);
}

#notice p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#noticeExit {
    position: absolute;
    top: 0;
    right: 60px;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;

    background-color: #fff;
}

#shopHeaderCont {
    width: 100vw;
    height: 80px;
    margin-top: 90px;
}

#shopHeader {
    display: grid;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: space-around;
    align-items: center;

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 100%;

    font-family: "Frutiger LT55";
    font-size: 1.2em;
    color: #fff;
    background-color: var(--darkBlue);
}

#actvClassBG {
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 25%;
    transition: 0.4s ease;

    background-color: var(--yellow);
}

.catShopLinkCont {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.catShopLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);
}

#backToTopBG {
    position: fixed;
    bottom: -50px;
    right: 30px;
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;

    background-color: var(--darkBlue);
}

#backToTop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);
    stroke: #fff;

    background-color: transparent;
}

#servicesMaster {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

.catCont {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw !important;
    height: 100vh;
    overflow-y: hidden;
    transition: 0.6s ease;
}

.catCont.active {
    left: 0;
    height: auto;
    overflow: visible;
    transition: 0.6s ease;
}

#servicesInnerCont {
    position: relative;
    display: flex;
    width: 100vw;
    height: 100vh;

    background-color: var(--darkBlue);
}

.servicesHalf {
    position: relative;
    width: 60%;

    font-family: "Frutiger LT55";
}

.servicesHalf.form {
    position: relative;
    width: 40%;
}

#servicesAbout {
    position: relative;
    width: 100%;
    height: 35%;

    color: #444;
    background-color: #fff;
}

#servicesAbout p {
    width: 60%;
    padding: 70px 0 0;
    margin-left: 60px;
}

#servicesHead {
    position: relative;
    width: 100%;
    height: 65%;

    background-image: url("../includes/images/15.png");
    background-repeat: no-repeat;
    background-position: 0 20%;
    background-size: cover;
}

.Overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: linear-gradient(to right,
            var(--lightBlue),
            var(--yellow));
    mix-blend-mode: multiply;
}

#servicesHead div:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 60%;
    z-index: 2;
}

#servicesHead div p {
    font-family: "Frutiger LT55";
    color: #fff;
    font-size: 1.2em;
}

#servicesBrief {
    font-family: "Frutiger LT55";
    color: #fff;
    font-size: 1.8em !important;
}

/* Services Form */

.servicesForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);
    width: 80%;
    height: 90%;

    font-family: "Frutiger LT55";
    color: #fff;
    overflow: hidden;
}

.servicesForm h2 {
    font-weight: 400;
    font-size: 1.8em;
}

.servicesForm p {
    margin-bottom: 40px;
}

.serviceLabel {
    width: 100%;

    font-family: "Frutiger LT55";
    font-size: 0.8em;
}

.serviceLabel input {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    margin-top: 2px;
    padding-left: 20px;
    box-sizing: border-box;

    color: #fff;
    font-size: 1.2em;
    background-color: transparent;
    outline: none;
    border: 1px solid #fff;
    border-radius: 6px;
}

.formFlex {
    display: flex;
    width: 102.5%;
}

.formFlex .serviceLabel input {
    width: 95%;
}

#contactForm label {
    width: 90%;

}

.servicesForm button {
    width: 35%;
    height: 35px;
    margin-top: 30px;
    transition: 0.4s ease;

    cursor: pointer;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    border-radius: 0;
}

.servicesForm button:hover,
.servicesForm button:focus {
    background-color: var(--lightBlue);
}

/* Shop Section =====================================================*/

.shopRow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    width: 80vw;

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: max-content;
    grid-row-gap: 100px;
    grid-column-gap: 60px;

    padding: 30px 0;
}

.productBox {
    height: 100%;
}

.productBg {
    position: relative;
    text-align: left;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    height: 100%;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #beeada;
}

.gridElement {
    position: relative;
    height: 100%;
    padding: 20px;

    font-family: "Frutiger LT55";
}

.card-title {
    margin-bottom: 10px;

    font-size: 1.2em;
    font-weight: 400;
    color: #000;
}

.card-text {
    list-style-type: none;
    margin-bottom: 30px;

    color: #222;
    font-size: 0.9em;
}

.priceCont {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: auto;
    padding: 4px 12px;
    padding-right: 30px;

    font-size: 1.2em;
    background-color: #3dbf91;
}

.ATCBtn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 20px;
    cursor: pointer;
    white-space: nowrap;

    text-decoration: none;
    background-color: var(--darkBlue);
    border-radius: 15px;
    color: #fff;
    border: none;
    outline: none;
}

/* Cart Page ====================================================*/

#cartCont {
    display: flex;
    margin: 0;
    padding: 20px 10px;
    min-height: 100vh;
    box-sizing: border-box;

    font-family: "Frutiger LT55";
    background-color: var(--darkBlue);
    color: #fff;
}

#cartListCont {
    margin: 110px 40px 0;
    width: 60%;
}

#cartList p {
    font-size: 1em;
}

#cartList p:nth-child(1) {
    padding-bottom: 5px;
    font-size: 1.4em;
    font-weight: 600;
}

.cart-items {
    margin-bottom: 20px;
    padding: 20px;
    width: 70%;

    background-color: rgba(255, 255, 255, 0.1);
}

.info {
    position: relative;
}

.info p:nth-child(1) {
    font-size: 1.2em !important;
    font-weight: 400 !important;
}

.info p:nth-child(2) {
    padding-bottom: 10px;
    margin-left: 15px;
}

.removeBtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: 0.4s;

    stroke: #fff;
    stroke-width: 1;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
}

.removeBtn:hover,
.removeBtn:focus {
    stroke: var(--yellow);
}

#priceBreakdown {
    margin-top: 110px;
    width: 20%;
}

#priceBreakdown p {
    font-size: 1em;
}

#priceBreakdown p:nth-child(1) {
    padding-bottom: 5px;
    font-size: 1.4em;
    font-weight: 400;
}

#shopLink {
    color: var(--yellow);
}

hr {
    margin: 10px 0;
    width: 100%;

    background-color: #fff;
    opacity: 0.2;
}

.firstHR {
    width: 74%;
}

#checkOut {
    width: 100%;
    padding: 5px 0;
    cursor: pointer;

    transition: 0.4s;
    font-family: "bebas";
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    background-color: var(--lightBlue);
    outline: none;
    border: none;
}

#checkOut:hover,
#checkOut:focus {
    background-color: var(--yellow);
}

/* Check Out Page ========================================================*/
#checkoutFormCont {
    position: relative;
    width: 100vw;
    height: 100vh;

    background-color: var(--darkBlue);
    font-family: "Frutiger LT55";
}

#checkOutForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);
    padding: 1.5em 6em 3em;

    background-color: #fff;
    box-shadow: 0 0 3em 0.2em rgba(0, 0, 0, 0.5);
}

.checkOutLabel {
    height: 30px;
    padding-left: 10px;
    padding-top: 12px;
    margin-top: 10px;
    box-sizing: border-box;

    border: none;
    outline: none;
    border-bottom: 1.5px solid var(--darkBlue);
}

.checkOutLabel.left {
    margin-right: 10px;
}

.checkOutLabel.select {
    padding-top: 8px;
    margin-bottom: 20px;
}

#payAmount {
    padding-bottom: 0;
    border-bottom: 1px solid var(--yellow);

    font-weight: 600;
}

#checkouttext {
    margin-bottom: 7px;
}

#checkOutBtn {
    width: 180px;
    height: 30px;
    cursor: pointer;
    transition: 0.4s;
    margin: 0 auto;

    color: #fff;
    background-color: var(--darkBlue);
    border: none;
    outline: none;
}

#checkOutBtn:hover,
#checkOutBtn:focus {
    background-color: var(--lightBlue);
}

#confimrForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--transCent);
    padding: 3em 6em;

    background-color: #fff;
    box-shadow: 0 0 3em 0.2em rgba(0, 0, 0, 0.5);
}

.confirmLabel {
    width: auto;
    margin-bottom: 10px;
    padding: 2px 5px;

    border: none;
    outline: none;
}

#cancelTransact {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#cancelTransact svg {
    stroke: #000;
    stroke-width: 1;
}

.btn {
    margin-top: 20px;
    width: 180px;
    height: 30px;
    cursor: pointer;
    transition: 0.4s;

    color: #fff;
    background-color: var(--darkBlue);
    border: none;
    outline: none;
}

#confirmSubmit:hover,
#confirmSubmit:focus {
    background-color: var(--lightBlue);
}

/* Our Clients ===========================================================*/

#clientsLanding {
    position: relative;
    display: flex;
    width: 100vw;
    height: 100vh;

    background-color: var(--darkBlue);
}

.clientsLandingHalf {
    position: relative;
    width: 65%;
    height: 100%;
}

.clientsLandingHalf:nth-child(1) {
    width: 35%;

    background-image: url("../includes/images/business-people-handshake-greeting-deal-work bw.png");
    background-repeat: no-repeat;
    background-position: 50% -50%;
    background-size: 240%;
}

#clientsText {
    position: absolute;
    top: 50%;
    left: 80px;
    width: 60%;
    transform: translateY(-40%);

    color: #fff;
    font-family: "Frutiger LT55";
}

#clientsText p {
    margin-bottom: 10px;

    font-size: 1.2em;
}

#clientsText p:nth-child(2) {
    width: 78%;

    font-size: 2.2em;
    font-weight: 200;
    font-family: Bebas;
}

#clientsText p:nth-child(3) {
    margin-bottom: 100px;
}

#clientsText a {
    text-decoration: none;
    color: #fff;
}

.clientsLinkText {
    font-size: 1em !important;
    line-height: 0.8em;
    font-family: "Frutiger LT55";
}

#clientsText>a>p:nth-child(3) {
    margin-bottom: 0;
}

#clientsText a svg {
    margin-top: 5px;
    transform: translateX(-40%);
    transition: 0.4s ease;
}

#toClientGrid p:hover #toClientGrid svg,
#toClientGrid:hover svg {
    transform: translateX(-40%) scaleY(1.4);
}

/* Grid */

#clientGridCont {
    position: relative;
    width: 100vw;
    height: 110vh;
    padding-top: 110px;
    box-sizing: border-box;

    background-color: #fff;
}

#clientGrid {
    position: relative;
    display: grid;
    width: 55%;
    height: 95%;
    margin: 0 auto 0;
    box-sizing: border-box;

    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 15px;
}

.clientBox {
    width: 100%;
    height: 100%;

    border: 1px solid #ccc;
}

/* Testimonials ===========================================================*/

#testimonialsHead {
    position: relative;
    margin-top: 90px;
    margin-left: 60px;
    height: 20vh;
    width: 50vw;
    align-items: center;

    font-family: "Frutiger LT55";
    border-bottom: 2px solid var(--darkBlue);
}

#testimonialsHead h1 {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: var(--transCentY);

    font-weight: 200;
    font-size: 2.2em;
}

#testimonialsCont {
    position: relative;
    width: 100vw;

    font-family: "Frutiger LT55";
    color: #989898;
}

.testimonial {
    display: flex;
    position: relative;
    width: 100%;
    height: 55vh;
}

.testimonialText {
    position: relative;
    width: 58%;
    padding: 60px 80px 0 60px;

    box-sizing: border-box;
}

.testimonialText p {
    text-align: justify;
}

.testName {
    margin: 10px 0;

    color: var(--darkBlue);
    font-size: 1.6em;
    font-weight: 400;
}

.testimonialImage {
    position: relative;
    width: 42%;

    overflow: hidden;
}

.testimonialImage img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-15%, -15%);
    object-fit: cover;
}

/* Contact Us ===========================================================*/

#contactPageCont {
    display: flex;
    position: relative;
    margin-top: 50px;
    width: 100vw;
    height: 100vh;
}

#contactImage {
    position: relative;
    width: 35%;
    height: 145vh;

    background-image: url("../includes/images/bw.png");
    background-repeat: no-repeat;
    background-position: -110%;
    background-attachment: fixed;
    background-size: contain;
}

#contactFormCont {
    position: relative;
    width: 65%;
    height: 145vh;
}

#contactForm {
    position: relative;
    width: 70%;
    margin: 0 auto;

    font-family: "Frutiger LT55";
}

#contactForm form p {
    width: 400px;
    text-align: justify;
    margin-bottom: 0px;

    font-family: "Frutiger LT55";
    font-size: 0.9em;
    color: #444;
}

#contactForm form h2 {
    margin: 10px 0;

    font-family: "Bebas";
    letter-spacing: 1px;
    font-size: 3em;
}

#i-recaptcha>p:nth-child(3) {
    margin-bottom: 30px;
}

.extraMargin {
    margin-bottom: 30px;
}

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

.contactLabel.small {
    font-size: 0.8em;
}

.contactLabel input {
    width: 100%;
    height: 30px;
    padding-top: 12px;
    padding-left: 10px;
    margin-bottom: 4px;
    box-sizing: border-box;

    font-size: 1.2em;
    border: none;
    border-radius: 0;
    border-bottom: 1.5px solid var(--darkBlue);
    outline: none;
}

.lessMargin {
    margin-top: -30px;
}

#subject {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;

    color: #444;
    font-size: 1em;
    line-height: 2em;
    border: none;
    border-radius: 0;
    border-bottom: 1.5px solid var(--darkBlue);
    outline: none;
}

#message {
    width: 100%;
    height: 250px;
    margin-top: 5px;

    font-size: 1.2em;
    border-radius: 0;
    border: 1.5px solid var(--darkBlue);
    outline: none;
}

.formFlex .contactLabel input {
    width: 95%;
}

#contactUsBtn {
    width: 160px;
    height: 40px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.4s;

    outline: none;
    border: none;
    color: #fff;
    font-weight: 400;
    background-color: var(--darkBlue);
}

#contactUsBtn:hover,
#contactUsBtn:focus {
    background-color: var(--lightBlue);
}

/*Privacy Policy ==================================*/

#privacypolicy {
    width: 100vw;
    padding-top: 110px;
    padding-bottom: 80px;

    background-color: var(--darkBlue);
}

#privacypolicy h1,
#privacypolicy h2,
#privacypolicy h3,
#privacypolicy p,
#privacypolicy ul {
    width: 60vw;
    margin: 0 auto;

    color: #fff;
    font-family: "Frutiger LT55";
}

#privacypolicy h1,
#privacypolicy h2,
#privacypolicy h3 {
    margin-top: 8px;
    margin-bottom: 5px;
}

#privacypolicy p,
#privacypolicy ul li p {
    line-height: 1.3em;
    padding-bottom: 4px;
}

#privacypolicy ul {
    padding-left: 40px;
}

#privacypolicy ul li {
    padding-bottom: 2px;
}

#privacypolicy a {
    color: var(--yellow);
}

/* Forms ===================================================*/

.partnerForm {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 90%;
    transition: 0.4s ease-in-out;
}

#RegClientCont,
#updateFormCont {
    left: 200%;
}

.partnerForm form h1 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;

    color: #fff;
    font-family: Bebas;
    letter-spacing: 2px;
}

.partnerForm form input,
.partnerForm form select,
.partnerForm form button {
    width: 300px;
    height: 40px;
    margin-bottom: 5px;
    padding-left: 5px;
    box-sizing: border-box;

    font-family: "Frutiger LT55" !important;
    color: var(--darkBlue);
    background-color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
}

.partnerForm form select option {
    font-family: "Frutiger LT55" !important;
}

#addPartnerForm input[name="copied"],
#addClientForm input[name="recurring"] {
    margin: 5px 0 0;
    width: 16px;
    height: 16px;
}

#addPartnerForm>label[for="copied"],
#addClientForm>label[for="recurring"] {
    margin: 0 0 5px;
    white-space: nowrap;

    font-size: 0.8em;
    font-family: "Frutiger LT55";
    color: #fff;
}

.partnerForm form input[type="submit"],
.partnerForm form button,
#but_read,
#but_read2 {
    margin-top: 5px;
    cursor: pointer;
    transition: 0.4s ease;

    color: var(--darkBlue);
    background-color: var(--yellow);
    outline: none;
    border: none;
}

#amount {
    margin-top: 10px;
}

.partnerForm form button {
    background-color: var(--lightBlue);
}

.partnerForm form input[type="submit"]:hover {
    box-shadow: 0 0 12px hsl(0, 0%, 0%);
}

/* Sign up ===========================================================*/

#partnerPage {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;

    background-color: var(--darkBlue);
}

.partnerPageSection {
    position: relative;
    height: 100%;
    width: 60%;
}

#signUpSection {
    width: 40%;
}

#signUpForm {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: calc(100% - 110px);

    text-align: center;
}

#SignPartnerCont {}

/* Mobile version =================================================================*/

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

    /*Header============================*/
    #header {
        height: 70px;
    }

    #siteLogo {
        height: 45px;
        left: 30px;

        font-size: 1.2em;
    }

    #menu {
        right: 0px;
    }

    #menuLinksCont {
        transform: translate(-50%, -60%);
    }

    .menuItem {
        font-size: 1.5em;
    }

    #socialIcons {
        top: 80% !important;
        left: 50%;
        transform: var(--transCentX);
    }

    #ppLink {
        position: absolute;
        bottom: 80px;
        right: 50%;
        transform: translateX(50%);

        font-size: 0.8em;
        color: var(--yellow);
        font-family: "Frutiger LT55";
    }

    /*Landing============================*/
    #landingLogo {
        display: none;
    }

    #mobileLandingLogo {
        position: absolute;
        display: inline-block;
        margin: 0;
        padding: 0;
        top: 12%;
        left: 50%;
        transform: var(--transCentX);
        width: 60%;
    }

    #summaryText {
        display: none;
    }

    #landingSlogan {
        top: 48%;
        left: 50%;
        transform: var(--transCentX);
        width: 82.5%;
        white-space: normal;

        font-size: 1.62em;
    }

    #summaryTextMobile {
        display: block;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 80%;
        transform: var(--transCentX);

        text-align: justify;
        font-family: "Myriad Pro Regular";
        font-size: 0.75em;
        color: #fff;
    }

    #getStarted {
        bottom: 15%;
    }

    #shopIntro {
        height: 400px;
    }

    #shopIntro div {
        left: 30px;
        bottom: 50px;
        width: 80%;

        text-align: justify;
    }

    #shopIntro a {
        bottom: 20px;
        right: 40px;

        text-decoration: none;
        color: #000;
    }

    .shopCatLinks {
        display: none;
    }

    #shopCatLinksOverlay {
        display: none;
    }

    .shopCatLinksMobile {
        position: relative;
        display: block;
        height: 900px;
    }

    #shopCatLinksOverlayMobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background-image: linear-gradient(to right,
                var(--lightBlue),
                var(--yellow));
        mix-blend-mode: multiply;
    }

    .shopCatLinksMobile div {
        height: 300px;

        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .shopCatLinksMobile div:nth-child(2) {
        background-image: url("../includes/images/camera-computer-contemporary-699459.png");
    }

    .shopCatLinksMobile div:nth-child(3) {
        background-image: url("../includes/images/20.png");
        background-position: right;
        background-size: 180%;
    }

    .shopCatLinksMobile div:nth-child(4) {
        background-image: url("../includes/images/19.png");
    }

    .shopCatLinksMobile.text {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .shopCatLinksMobile.text div {
        position: relative;
        height: 300px;

        background-image: none;
    }

    .linkDiv.mobile p:nth-child(2) {
        margin-bottom: 100px;
    }

    #whatsappLink {
        bottom: 20px;
        right: 20px;
    }

    #whatsappLink svg {
        width: 50px;
        height: 50px;
    }

    /*About Us============================*/
    #aboutHeader {
        width: 90%;
        padding-left: 20px;

        font-size: 1.7em;
    }

    #aboutLanding {
        display: block;
    }

    #aboutVid {
        width: 98%;
        padding: 0;
        margin: 0 auto;
    }

    #vidText {
        text-align: justify;

        font-size: 1em;
    }

    #aboutBertus {
        width: 98%;
    }

    #bertusImg {
        margin: 0 auto;
        padding: 0;
        width: 95%;
    }

    #aboutBertus p {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    /*Team Uproar============================*/
    #teamCont {
        display: block;
        margin-top: 70px;
    }

    .teamHalf {
        position: relative !important;
        display: block;
        width: 100% !important;
    }

    .teamHalf:nth-child(1) {
        margin-top: 70px;
        height: 30% !important;

        background-image: none;
    }

    #teamHalfOverlay {
        mix-blend-mode: none;
    }

    #teamHalfHeading {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 30px 20px;
    }

    .teamHeadText {
        margin-left: 20px;
    }

    .teamHeadText.small {
        padding-top: 20px;
    }

    .teamHeadText.big {
        font-size: 2em;
    }

    #teamHalfHeading p {
        font-size: 1em;
        line-height: 1.5em;
        width: 80%;
    }

    #teamHalfHeading p:nth-child(2) {
        font-size: 1.8em;
    }

    #teamGrid {
        grid-template-columns: 1fr 1fr;
    }

    .teamMem img {
        width: 70%;
    }

    .teamMem h4 {
        padding: 0 10px;
        font-size: 1.1em;
    }

    /* Services =======================================*/

    #notice {
        height: 70px;
    }

    #notice p {
        width: 90%;
    }

    #noticeExit {
        right: 20px;
    }

    #shopHeaderCont {
        margin-top: 70px;
        height: 250px;
    }

    #shopHeader {
        position: relative;
        width: 100vw;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 125px;
    }

    #actvClassBG {
        position: absolute;
        top: 0;
        left: 50%;
        height: 50%;
        width: 50%;
        transition: 0.4s ease;

        background-color: var(--yellow);
    }

    .catShopLinkCont {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .catShopLinkCont:nth-child(3),
    .catShopLinkCont:nth-child(4) {
        transition: 0.4s ease;
        background-color: #222;
    }

    .catShopLink {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: var(--transCent);
        white-space: nowrap;

        font-size: 1em;
    }

    .catCont {
        width: 100vw;
    }

    .shopRow {
        width: 70vw;
        left: 0;
        transform: none;

        grid-template-columns: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 70px;
        transform-origin: top left;
    }

    #servicesInnerCont {
        display: block;
    }

    #servicesHead {
        display: none;
    }

    .servicesHalf {
        width: 100vw;
        height: 210px;
    }

    .servicesHalf:nth-child(2) {
        width: 100vw;
        height: 400px;

        background-color: var(--darkBlue);
    }

    .servicesHalf.form {
        margin-top: 100px;
    }

    #servicesAbout {
        height: 210px;
    }

    #servicesAbout p {
        width: 80%;
        padding: 20px 0 0;
        margin: 0 auto;
        text-align: justify;
    }

    /* Cart ================================*/

    #cartCont {
        display: block;
    }

    #cartListCont {
        width: 90vw;
        margin: 100px auto 0;
        padding: 0;
    }

    .cart-items {
        width: 90%;
        margin: 0 0 10px;
    }

    .removeBtn {
        top: 70%;
    }

    #priceBreakdown {
        margin: 60px auto 0;
        width: 80%;
    }

    /* checkout ============================*/

    #checkOutForm {
        padding: 1.5em 2em 3em;
    }

    #confimrForm {
        padding: 1.5em 2em 3em;
    }

    .formFlex {
        display: block;
    }

    #checkOutForm>div.rowFour>select {
        background-color: transparent;
    }

    #for {
        margin-top: 10px;
    }

    /* Clients ============================*/

    #clientsLanding {
        display: block;
    }

    .clientsLandingHalf:nth-child(1) {
        display: none;
    }

    #clientsText {
        position: relative;
        left: 0;
        width: 100vw;
    }

    #clientsText p {
        width: 70%;
        margin: 0 40px;
        padding: 0;

        font-size: 1em;
    }

    #clientText2 {
        font-size: 1.8em;
        padding: 10px 0;
    }

    #clientsText p:nth-child(3) {
        margin-bottom: 60px;
    }

    #clientsText a {
        margin-left: 40px;
    }

    #clientsText>p:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;

        font-size: 1.7em;
    }

    .clientsLinkText {
        line-height: 1em;
    }

    #clientsText>a>p:nth-child(3) {
        margin-bottom: -20px;
    }

    #clientGrid {
        width: 80%;

        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .clientBox {
        padding: 10px;
        box-sizing: border-box;
    }

    /* Contact Us ==========================*/

    #contactImage {
        display: none;
    }

    #contactFormCont {
        width: 100%;
    }

    form p,
    form h2 {
        width: 90%;
    }

    #i-recaptcha {
        padding-bottom: 80px;
    }

    #i-recaptcha>p:nth-child(3) {
        width: 100%;
    }

    #subject {
        background-color: transparent;
    }

    /* Privacy ==============================*/

    #privacypolicy h1,
    #privacypolicy h2,
    #privacypolicy h3,
    #privacypolicy p,
    #privacypolicy ul {
        width: 80vw;
    }
}