@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bree+Serif&family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400..800&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    transition: .3s var(--orbit);
    scroll-behavior: smooth;
}

:root{
    --orng: #E95D00;
    --brwn: #391701;

    --oceanic-noir: #172b36;
    --slightly-noir: #0e1b22;
    --deep-saffron: #ff9932;
    --forsythia: #ffc801;
    --mystic-mint: #d9e8e3;
    --nocturnal-expedition: #114c5a;
    --nocturnal-expedition-lgt: #166174;
    --arctic-powder: #f1f6f4;
    --home-bg-color: #2D677B;
    --cta-btns-1: #0B2552;
    --cta-btns-2: #984E5C;
    --hammer-btn: #8B796F;
    --txt-expansion-hammer: #473D37;
    --txt-expansion-hammer-low-opacity: #473d3780;
    
    --fast-slow: cubic-bezier(0.25, 1.2, 0.25, 0.8);
    --slow-fast: cubic-bezier(0.38, 0.66, 0.8, 0.16);
    --orbit: cubic-bezier(0.77, 0, 0.18, 1);



    --serv_pseudo_strokes: 1px;

    --lgo-margin-horizontal: 20px;

}

@font-face {
    font-family: helios;
    src: url(../fonts/Helios-Retro-Regular-BF6491221261f9d.ttf);
}

@font-face {
    font-family: amagro;
    src: url(../fonts/Amagro-bold.ttf);
}

@font-face {
    font-family: pari2024;
    src: url(../fonts/Paris2024-Variable.ttf);
}

.txt_trans{
    transition: .3s var(--orbit);
}

body > header{
    padding: 0px;
    z-index: 5;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);

    width: 0%;
    height: 5em;
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(0px);
    transition: .5s var(--orbit);
}

.lttrhd{
    width: 12.5%;
    height: 100%;
    display: grid;
    display: -ms-grid;
    place-items: center flex-start;
    padding-left: 15px;
}

body > header + a{
    width: auto;
    height: auto;
}

body > header + a > img{
    position: fixed;
    top: .5rem;
    object-fit: contain;
    width: 100px;
    height: auto;
    z-index: 20;
    mix-blend-mode: difference;
    margin: 18.5px var(--lgo-margin-horizontal);
}

body > header + a > img.norm{
    mix-blend-mode: normal;
}

body > header + a + nav{
    position: fixed;
    top: .5rem;
    right: 0px;
    width: 60px;
    height: 42.5px;
    z-index: 19;
    mix-blend-mode: difference;
    margin: 16px 15px;
}

body > header + a + nav.norm{
    mix-blend-mode: normal;
}

body > header + a + nav + main{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--brwn);
    z-index: 5;
    transform: translateX(-100%);
    transition: .4s var(--fast-slow);
}

.mayne{
    display: flex;
    align-items: center;
    overflow: hidden;

}

.mayne.actv{
    transform: translateX(0%);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% burger icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.burger{
    width: inherit;
    height: 100%;
    padding: 6px 0px;
    display: grid;
    display: -ms-grid;
    place-items: center;
    transition: .3s ease-in;
    z-index: 20;
}

.bar{
    position: relative;
    height: 50%;
    width: 40px;
    transition: .6s var(--slow-fast);
}

.bar.actv{
    transform: rotate(45deg);
}

.bar::before,
.bar::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    left: 50%;
    transition: .6s var(--slow-fast);
}

.bar.actv02::before,
.bar.actv02::after{
    transition: .15s var(--slow-fast);
    /* background: black; */
}

.bar::before{
    top: 0%;
    left: 0%;
}

.bar::after{
    top: 100%;
    transform: translate(-50%,-100%) rotate(0deg);
}

.bar.actv::before{
    top: 50%;
    left: 0%;
    transform: translate(0%) rotate(90deg);

}

.bar.actv::after{
    top: 50%;
    transform: translate(-50%) rotate(-360deg);
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.left{
    background: var(--brwn);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.left ul{
    margin-left: 27.5px;
    padding: 5em 0em;
    width: 100%;
    height: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.left ul li{
    list-style: none;
    overflow: hidden;
}

.left ul li a{
    display: inline-block;
    position: relative;
    text-align: left;
    text-decoration: none;
    color: var(--arctic-powder);
    font: 500 8em 'Barlow Condensed';
    text-transform: uppercase;
    transform: translate(-100%);
    transition: .3s var(--fast-slow);
}

.left ul li a.chng{
    transform: translate(0%);
    /* color: var(--deep-saffron); */
}

.left ul li a::before{
    content: '';
    position: absolute;
    right: calc(100% + 10px);
    width: 30px;
    height: 8px;
    background: var(--orng);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .25s ease-out;
}

.left ul li a:hover::before{
    opacity: 1;
}

.left ul li a:hover{
    color: var(--orng);
}

.right{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* backdrop-filter: blur(10px); */

}

.right > img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.img.ovrlay{
    position: absolute;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
}

.img.ovrlay img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(75%);
}

section{
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    transition: right .3s ease-in;
}

section.on.down,
section.tw.down,
section.fo.down,
section.th.home.down,
footer.foot.down{
    left: 100%;
}

body > header.down{
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    height: 7.5em;
}

/* section.on .career.imge img, */
section.on img.mms,
section.on img.career,
section.on img.bdev{
    width: 100%;
    height: 120%;
    object-fit: cover;
    transform: translateY(-15%);
}

/* 
section.on .career.imge.on{
    background: url('../img/career res/typewriter-2325552_1920-60.webp');
    background-attachment: fixed;
} */
/* 
section.on .digital_evang.imge.on{
    background: url('../img/career res/cross-66700_1920.webp');
    background-attachment: fixed;
} */

section.on{
    position: relative;
}

section.on .overlay{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    /* z-index: 2; */
}

section.on .overlay.home{
    visibility: hidden;
}

section.on .containr{
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 40% 1fr;
    transition: .3s var(--orbit);
    
}

section.on .containr.collapsed{
    grid-template-columns: 0% 1fr;
}

section.on .containr .the_img{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--home-bg-color);
    
}

section.on .the_img img{
    border-radius: 20px;
    object-fit: contain;
    width: 80%;
    height: auto;
    transition: .3s var(--orbit);
}

section.on .the_img img.collapsed{
    border-radius: 0px;
    width: 100%;
}

.cta-wrds{
    width: 100%;
    height: 100%;
    background: var(--home-bg-color);
    display: grid;
    grid-template-rows: 60% 1fr;
    padding-left: 60px;
}

.cta-wrds p{
    color:white;
    font: 100 5em Helios;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: var(--home-bg-color);
    padding: 75px 50px 0px 50px;
    
}

.cta-wrds .buttons{
    padding: 0% 50px 20% 50px;
    background: var(--home-bg-color);
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.cta-wrds .buttons a{
    border-radius: 50px;
    padding: 20px 35px;
    font: 400 1.3em 'Baloo Thambi 2';
    background: var(--cta-btns-1);
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    color: var(--arctic-powder);
    
}

.wrds{
    position: absolute;
    bottom: 7.5%;
    right: 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.on .wrds p{
    font: 100 8em helios;
    color: var(--arctic-powder);
}

section.on .wrds.career{
    width: 50%;
    height: auto;
    bottom: 15%;
    right: 0%;
    left: calc(var(--lgo-margin-horizontal) + 10px);
}

section.on .wrds.career .txt_trans{
    font: 53px "Courier Prime";
    color: black;  
}

section.on .wrds.career span{
    font: 20px "Courier Prime";
    color: black;
    width: 74%;
    margin-top: 30px;  

}

section.on p:nth-child(2){
    text-align: left;
    font-size: 5em;
}

section.tw{
    background: rgba(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--arctic-powder);
    padding: 15% 100px;
    height: auto;
}

section.tw.media{
    height: auto;
    padding: 50px 60px;
}

.mms-photography{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

section.tw.career{
    width: 100%;
    padding: 0px 0px;
}

.career.imge{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background: url('../img/career res/hammer-2617863_1920-qlt75.webp');
}

section.tw.io.career > .career.imge.tw > header{
    /* background: var(--nocturnal-expedition); */
    width: 80%;
    display: grid;
    place-items: center;
    padding: 25px 0px;
}

section.tw.io.career > .career.imge.tw > header > h2{
    font: 900 2em Inter;
    color: black;
    text-align: center;
}

section.tw.io.career > .career.imge.tw > main{
    /* background: var(--deep-saffron); */
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.tw.io.career > .career.imge.tw > main > div.main_txt > div{
    display: flex;
    justify-content: center;    
}

section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln1 > span,
section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln2 > span{
    color: black;
    font: 300 1.7em Inter;
    display: inline-block;
    text-align: center;
    padding: 12.5px 0px;
}

section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln2 > span{
    color: var(--txt-expansion-hammer);
}

body > section.tw.io.career > div > main > div.hammer-btn{
    padding: 25px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

body > section.tw.io.career > div > main > div.hammer-btn button{
    display: inline-block;
    background: var(--hammer-btn);
    font: 300 1.8em Inter;
    color: white;
    padding: 20px 45px;
    border-radius: 50px;
    text-align: center;
    border: none;
    visibility: hidden;
}

body > section.tw.io.career > div > main > div.hammer-btn button:hover{
    cursor: pointer;
}

body > section.tw.io.career > div > main > div.hammer-btn button.flattened{
    width: 100%;
    height: 2px;
    padding: 0px;
    font-size: 0px;
    transform: translateY(25px);
    background: var(--txt-expansion-hammer-low-opacity);
}

section.tw.digital_evangelism{
    height: auto;
}

section.th.biz{
    display: grid;
    grid-template-rows: 130px 1fr;
    padding: 0px 40px 75px 40px;
    height: auto;
    background: white;
    
}    

section.th.biz h1,
section.tw h1{
    width: 75%;
    text-align: left;
    text-transform: capitalize;
    font: 300 2.3em amagro;
}    

section.th.biz h1{
    margin: 30px 0px;
    place-self: center flex-start;
}    

section.th.biz ul{
    width: 100%;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    place-items: center;
    padding: 30px 0px 15px 0px;
}        

section.th.biz ul li{
    width: 300px;
    height: 250px;
    background: linear-gradient(to right, #E95D00 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.075),
    inset 15px 10px 25px rgba(0, 0, 0, 0.055);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 50px;
    
}    

section.th.biz ul li:hover{
    background-position: left bottom;
}    

section.tw p,
section.th.biz p,
.mms-photography li{
    margin-top: 1%;
    width: 90%;
    max-width: 1100px;
    text-align: left;
    font: 100 1.6em Inter;
}

section.th.biz ul li p{
    text-align: center;
    font-weight: 200;
}

section.th.home{
    position: relative;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
}

section.th.home .ryt{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: grid;
    display: -ms-grid;
    place-items: center;
}


section.th.home .ryt img{
    object-fit: cover;
    height: 100%;
    transform: translate(-25%);
}

section.th.home .lft{
    background: black;
    padding: 15% 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.th.home .lft header h2{
    text-align: left;
    text-transform: uppercase;
    font: 100 4em amagro;
    color: var(--arctic-powder);
}

section.th.home .lft main.tw p{
    margin-top: 2%;
    font: 100 1.6em Inter;
    color: var(--arctic-powder);
    z-index: 3;
}

section.th.home .ryt .overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    position: absolute;
    z-index: 2;
}

section.fo{
    display: flex;
    flex-direction: column;
    height: auto;
}

section.fo header{
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 50px 0px 0px 100px;
    background: var(--arctic-powder);
}

section.fo main{
    display: grid;
    display: -ms-grid;
    grid-template-rows: 1fr;
    place-items: center;
    width: 100%;
    height: auto;
    
}

section.fo#services main{
    height: inherit;
    background: var(--arctic-powder);
}

section.fo header h2{
    font: 4em amagro;
    
}

section.fo main .cont{
    width: 100%;
    /* height: 100%; */
    display: grid;
    /**********ADDSERVQUA************/
    grid-template-rows: repeat(6,1fr);
    /**********ADDSERVQUA************/
    place-items: center;
}

section.fo#services main .cont{
    padding: 100px;
    gap: 100px;
    height: auto;
}

.serv{
    background: var(--arctic-powder);
    text-decoration: none;
    width: 50%;
    height: 85%;
    padding: 6% 5% 7% 5%;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 85% 1fr;
    box-shadow: -15px -15px 40px #ffffff,
                10px 10px 80px hsla(217, 72%, 18%, .12);
    transition: .3s ease-in;
}
            
.serv:hover{
    box-shadow: -15px -15px 40px #ffffff,
         inset 15px 15px 60px hsla(217, 72%, 18%, .08),
                10px 10px 80px hsla(217, 72%, 18%, .12);

}

.serv .ryt,
.serv .lft{
    width: 100%;
    /* background: var(--forsythia); */
}

.serv .ryt{
    width: 80%;
    display: grid;
    place-self: center;
    place-items: center;
}

.serv .ryt img{
    object-fit: contain;
    width: 70%;
    height: auto;
}

.serv .lft{
    /* background: var(--mystic-mint); */
    display: grid;
    place-items: center;
    /* padding: 3% 2.5%; */
}

.serv .lft span{
    display: inline-block;
    align-items: flex-end;
    text-align: center;
    font: 100 2.8em Inter;
    width: 75%;
    color: var(--slightly-noir);
}

/*********************************<GALLERY>*****************************************************************/

.gallery.cont{
    padding: 27.5px;
    overflow: hidden;
    background: white;
}

.gallery.cont header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7em;
    background: black;
    border-radius: 10px;
}

.gallery.cont header h2{
    color: white;
    font: clamp(1.3em,2em,3em) pari2024;
    text-transform: uppercase;
}

.gallery.cont main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0px;
}

.gallery.cont main .col{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery.cont main .col .item{
    overflow: hidden;
    border-radius: 15px;
}

.gallery.cont main .col .item > img{
    object-fit: contain;
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1);
    transition: 5s cubic-bezier(0, 0.88, 0.55, 0.99);;
}

.gallery.cont main .col .item > img:hover{
    cursor: pointer;
    transform: rotate(1deg) scale(1.05);
}

.quote.media{
    /*expand width to 190px onhover*/
    /*resting width, without icons on display, to always be 125px*/
    width: 125px;
    height: 3em;
    border-radius: 30px;
    background: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25),
            inset 5px 5px 15px rgba(0, 0, 0, 0.19);
    position: fixed;
    z-index: 19;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0%);

    display: flex;
    align-items: center;
    /*in expanded width, change justification to space-between*/
    /*resting justification to a'ways be "center" */
    justify-content: center;
    padding: 0px 7.5px;
    transition: .4s var(--orbit);
}

.quote.media h3{
    font: 600 1em Poppins;
}

.quote.media.between-space{
    justify-content: space-between;
    width: 190px;
    cursor: pointer;
}

.quote.media:hover{
    cursor: pointer;
}

img.media.quote-icon{
    width: 30px;
    height: 30px;
    overflow: visible;
    /* border: 2px solid var(--nocturnal-expedition); */
    border-radius: 50%;
    opacity: 0;
    transition: .6s var(--orbit);
}

img.media.quote-icon.wa{
    width: 27.5whapx;
    height: 27.5px;
}

img.media.quote-icon.icon-absent{
    display: none;
}

img.media.quote-icon.icon-present{
    display: block;
}

img.media.quote-icon.icon-present-display{
    opacity: .75;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ABOUT  TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT */

.about.imge{
    width: 100%;
    height: 100%;
    background: var(--nocturnal-expedition);
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  ABOUT  TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT */


/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA GALLERY 2ND EDITION TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT */

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

.domains{
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    /* background: rgba(255, 166, 0, .2); */
    /* border-radius: 20px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.domains h1.solo_gallery{
    font: 100 clamp(3em, 8vw ,7em) helios;
    /* font-size: clamp(3em, 8vw ,7em); */
    text-align: center;
    color: white;
    margin-bottom: 30px;
}


.domains .items{
    /* background: rgba(255, 166, 0, .2); */
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2em;
}

.domains .items .filters{
    background: rgba(255, 255, 255, 0.2);
    border: none;
    backdrop-filter: blur(10px);
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 50px;
    transition: .2s ease-in;
    margin: 2.5dvh 0px;
}

.domains .items .filters:hover{
    background: rgba(255, 255, 255, 0.4);
}

.domains .items .filters > span{
    font: 200 clamp(1.4em, 2.12dvw, 1.4em) Inter;
    color: white;
    display: inline-block;
    /* clamp(1.2em, 2.3dvw, 1.4em) */
}

.gallery-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.gallery-wrapper header{
    padding: 2.5% 0%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.gallery-wrapper header h2{
    font: 700 clamp(2em, 5dvw, 3.5em) "Courier Prime", monospace;
    text-align: center;
    transform: translateY(15%);
}

.gallery-container{
    width: 100%;
    height: auto;
    padding: 20px;

    /* The Core Properties */
    column-count: 3;  
    column-gap: 1em;  /* The horizontal space between columns */
    
    /* Optional: Controls how columns fill (balance vs auto) */
    column-fill: balance; 
    margin: 0 auto; /* Centers the gallery */
}

.gallery-container .item-wrapper{
    /* just to prevents the item from getting chopped in half */
    break-inside: avoid; 
    
    /* The vertical space between items */
    margin-bottom: 1em; 
    
    /* common rendering bug fix in some browsers */
    display: inline-block; 
    width: 100%;
}

.gallery-container .item-wrapper img{
    width: 100%;        
    height: auto;       
    display: block;     
    border-radius: 8px; 
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA GALLERY 2ND EDITION TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT */

footer.foot{
    width: 100%;
    background: url(../img/Logo\ Brown\ Artboard\ 3\ copy.webp);
    background-attachment: fixed;
    overflow: hidden;
    padding: 1% 0%;
}

footer.foot .inn{
    width: 100%;
    height: 100%;
    padding: 0% 2.5%;
}

footer.foot .inn .inner.paragraphs{
    width: 100dvw;
    display: grid;
    display: -ms-grid;
}

footer.foot .inn .inner.paragraphs .para{
    padding: 15px;
    width: 100dvw;
}

footer.foot .inn .inner.paragraphs .para header{
    display: grid;
    display: -ms-grid;
    width: 100%;
    padding: 10px;
}

footer.foot .inn .inner.paragraphs .para header span{
    font: 400 1.2em Poppins;
    color: white;
}

footer.foot .inn .inner.paragraphs .para main span,
footer.foot .inn .inner.paragraphs .para main a{
    text-decoration: none;
    font: 200 .9em Poppins;
    color: white;
    
}

footer.foot .inn .inner.paragraphs .para.tw main a{
    color: springgreen;
    font-weight: 300;
}
footer.foot .inn .inner.paragraphs .para.on main a{
    color: rgb(78, 169, 255);
    font-weight: 300;
}

footer.foot .inn .inner.paragraphs .para main{
    padding: 10px;
    display: flex;
    flex-direction: column;
}

footer.foot .inn .inner.paragraphs .para.too .para_one a{
    color: white;
    font-weight: 200;
    padding: 5px;
}

footer.foot .inn .inner.paragraphs .para.too .para_one a::before{
    background: var(--arctic-powder);
}


footer.foot .inn .inner.paragraphs .para.th main .main_inn{
    display: flex;
    flex-direction: column;
}

footer.foot .inn .inner.paragraphs .para.th main .main_inn .soc{
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

footer.foot .inn .inner.paragraphs .para main span{
    padding: 5px;
}

footer.foot .inn .inner.paragraphs .para.th main .main_inn .soc a{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

footer.foot .inn .inner.paragraphs .para.on main a,
footer.foot .inn .inner.paragraphs .para.tw main a{
    position: relative;
}


footer.foot .inn .inner.paragraphs .para.on main a::before,
footer.foot .inn .inner.paragraphs .para.tw main a::before{
    position: absolute;
    content: '';
    background: springgreen;
    width: 0%;
    height: 1px;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    transition: .2s ease-in;
}

footer.foot .inn .inner.paragraphs .para.on main a::before{
    background: rgb(78, 169, 255);
}

footer.foot .inn .inner.paragraphs .para main a:hover{
    &::before{
        width: 17.5px;
    }
    
    transform: translateX(30px);
    
}

footer.foot .inn .inner.paragraphs .para.th main .main_inn .soc a h3{
    color: white;
    font: 200 1.2em Poppins;
    
}

footer.foot .inn .inner.paragraphs .para.th main .main_inn .soc a .ico{
    margin-right: 10px;
    display: grid;
    place-items: center;
    
}

footer.foot .inn .inner.paragraphs .para main .main_inn .soc a .ico img{
    object-fit: contain;
    width: 20px;
    height: auto;
    
}

footer.foot .inn .inner.textography{
    padding: 10px;
}

.copyrights{
    width: 100%;
    padding: 3px 5px;
    display: grid;
    place-items: center;
}

.copyrights span{
    text-align: center;
    font: 0.9em 'Courier New';
    color: var(--arctic-powder);
}

/*************************************Fluidity**************************************/

@media screen and (max-width: 1400px) {
    .serv.on .lft,
    .serv.th .lft{
        transform: translateX(0%);
    }
}

@media screen and (max-width: 1300px) {
    .cta-wrds p{
        font: 100 3em helios;
    }
    
    .bar.actv::before,
    .bar.actv::after{
        background: white;
    }
    
    
    section.th.home{
        grid-template-columns: 65% 1fr;
    }
    
}

@media screen and (max-width: 1200px) {
    .cta-wrds p{
        font: 100 2.5em helios;
    }

    section.on .wrds p{
        font-size: 5em;
    }
    
    section.th.home{
        display: flex;
        
    }
    
    section.th.home .lft{
        background: transparent;
        background-size: contain;
        z-index: 2;
    }
    
    section.th.home .ryt{
        position: absolute;
        top: 0px;
        left: 0px;
        background: black;
    }
    
    section.th.home .ryt img{
        transform: translate(0%);
        object-fit: contain;
        width: 100%;
        height: auto;
    }
    
    section.th.home .ryt .overlay{
        z-index: 1;
        backdrop-filter: blur(5px);
    }
    
    .serv{
        width: 90%;
        display: grid;
        grid-template-columns: none;
        grid-template-rows: 75% 1fr;
        place-items: center;
        border-radius: 20px;
        height: 100%;
    }
       
}

@media screen and (max-width: 1024px) {
    .gallery.cont main{
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    section.on .overlay.home{
        visibility: visible;
    }    
    
    section.on .containr{
        grid-template-rows: 0% 1fr;
        
    }

    
    section.on .containr .the_img{
        height: 100dvh;
        width: 100dvw;
    }

    section.on .containr .the_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 0px;

    }

    .cta-wrds{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background:transparent;
        grid-template-rows: 70% 1fr;
        padding-left: 10px;
    
    }

    .cta-wrds p,
    .cta-wrds .buttons{
        background: inherit;
    }
    
    .cta-wrds .buttons{
        padding: 0% 50px;
    }
    
    .cta-wrds .buttons a{
        background: var(--cta-btns-2);
        transform: translateX(-10%);
    }

    .domains .items{
        flex-direction: column;
    }

    .domains .items a{
        margin-bottom: 30px;
    }

    .gallery-container {
        column-count: 2;
    }
}

@media screen and (max-width: 948px) {
    
    footer.foot .inn .inner.paragraphs .para main{
        align-items: center;
    }
    
    footer.foot .inn .inner.paragraphs .para header{
        place-items: center;
    }

    footer.foot .inn .inner.paragraphs .para.too .para_one a{
        text-align: center;
    }
}

@media screen and (max-width: 940px) {
    section.on .wrds p{
        font-size: 4em;
    }
    
    section.tw h1{
        font-size: 2.5em;
    }

    section.fo#services main .cont{
        gap: 80px;
    }

    .serv .lft span{
        transform: translateY(20%);
        font-size: 2.4em;
    }
}

@media screen and (max-width: 860px) {
    .serv .lft span{
        transform: translateY(-15%);
    }
    
}

@media screen and (max-width: 760px) {
    section.tw h1{
        font-size: 2em;
        width: 90%;
    }

    section.th.home .lft header h2,
    section.fo header h2{
        font-size: 2.6em;
    }

    section.fo#services main .cont{
        padding: 50px;
    }
    
    .serv .lft span{
        font-size: 2em;
    }
    
    section.tw p,
    section.th.home .lft main.tw p{
        font-size:2em;
    }

    .serv .ryt img{
        width: 90%;
    }

    .serv .lft span{
        transform: translateY(0%);
    }

    .gallery-container {
        column-count: 1;
    }
}

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

    section.th.home .lft{
        padding: 60px 40px;
        justify-content: space-evenly;
        position: absolute;
        height: 75%;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
    }

}

@media screen and (max-width: 505px) {
    section.tw{
        overflow: scroll;
    }

    section.tw p{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 440px) {
    section.on .wrds{
        right: 100%;
        transform: translateX(calc(100% + 40px));
    }

    section.on .wrds.career{
        width: 85%;
        right: 100%;
        bottom: 5%;
        transform: translateX(var(--lgo-margin-horizontal));
    }

    section.on .wrds.career .txt_trans{
        width: 65%;
        font-size: 2em;
    }

    section.on .wrds p{
        font-size: 3em;
    }

    section.on .wrds p:nth-child(2){
        margin-top: 20px;
    }

    section.tw{
        padding: 15% 40px;
    }

    section.tw.media{
        height: 125dvh;
    }

    .career.imge{
        background: url('../img/career res/hammer-2617863_1920-qlt75-mobile-2.webp');
    }

    
    section.tw.io.career > .career.imge.tw > header{
        width: 75%;
    }

    section.tw.io.career > .career.imge.tw > header > h2{
        font-size: 1.8em;
    }

    section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln1 > span,
    section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln2 > span{
        font-size: 1.5em;
    }


    section.th.home h1{
        font-size: 2em;
        width: 85%;
    }

    section.th.biz ul li{
        width: 275px;
        height: 250px;
    }
    
    section.tw p,
    section.th.biz p,
    section.th.home .lft main.tw p {
        font-size: 1.5em;
        width: 95%;
    }
    
    section.fo.secondaryImptnt{
        padding: 2.5% 0px;
    }


    section.fo#services main .cont{
        padding: 30px 20px 40px 20px;
        gap: 40px;
    }
 
 
    section.fo header{
        justify-content: center;
        padding: 50px 0px 0px 0px;
    }

    section.fo header h2{
        text-align: center;
        /* transform: translate(0%, 150%); */
    }

    .serv .ryt img{
        width: 75%;
    }

    .serv .lft{
        justify-content: center;
    }

    .serv .lft span {
        width: 90%;
        font-size: 1.5em;
        transform: translateY(-15%);
    }

    .right{
        display: none;
    }

    .left{
        height: 65%;
        margin-left: 0px;
    }

    .left ul{
        align-items: center;
        justify-content: space-between;
        margin-left: 0px;
        padding: 1em 0em;
    }

    .left ul li a{
        font-size: 2.75em;
    }

    footer.foot .inn{
        padding: 0% 0%;
    }

    footer.foot .inn .inner.paragraphs{
        grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
    }


    
}

@media screen and (max-width: 375px) {
    .serv .lft span{
        transform: translateY(0%);
        font-size: 1.3em;
    }

    /***************************************** Career fluidity ****************************************************/

    section.on .wrds.career{
        width: 85%;
        right: 100%;
        bottom: 5%;
        transform: translateX(var(--lgo-margin-horizontal)-5px);
    }
    
    .career.imge{
        background: url('../img/career res/hammer-2617863_1920-qlt75-mobile-2-ip-se.webp');
    }

    
    section.tw.io.career > .career.imge.tw > header > h2{
        font-size: 1.6em;
    }

    section.on .wrds.career .txt_trans{
        width: 65%;
        font-size: 1.8em;
    }

    section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln1 > span,
    section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln2 > span{
        font-size: 1.2em;
    }

    /**********************************************************************************************/

    section.tw.media{
        height: auto;
        padding: 50px 30px;
    }

    section.th.home .lft main.tw p,
    section.tw p {
        font-size: 1.55em;
    }

    footer.foot{
        padding: 5% 0%;
    }


    footer.foot .inn .inner.paragraphs{
        grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    }
    
    
    footer.foot .inn .inner.paragraphs .para header span{
        font-size: 1em;
    }

    
    
    footer.foot .inn .inner.paragraphs .para main span,
    footer.foot .inn .inner.paragraphs .para main a,
    footer.foot .inn .inner.paragraphs .para.th main .main_inn .soc a h3{
        font-size: 1em;
        
    }   
}

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

    section.th.home .lft main.tw p,
    section.tw p {
        font-size: 1.25em;
    }

     /*{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{ Career fluidity {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/ 
    
    .career.imge{
        background: url('../img/career res/hammer-2617863_1920-qlt75-mobile-2-ip-se.webp');
    }


    section.on .wrds.career .txt_trans{
        width: 65%;
        font-size: 1.8em;
    }

    
    section.tw.io.career > .career.imge.tw > header{
        padding: 12.5px 0px;
    }    

    section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln1 > span,
    section.tw.io.career > .career.imge.tw > main > div.main_txt > div.ln2 > span{
        font-size: 1.175em;        
        padding: 9.5px 0px;
    }

    /* }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*/
}

@media screen and (max-height: 932px) {
    section.tw.home {
        justify-content: space-around;
        padding: 30% 40px;
    }

    section.tw.biz {
        justify-content: space-between;
        padding: 15% 40px;
        height: auto;
    }

    section.th.biz h1{
        font-size: 1.75em;
    }
}

@media screen and (min-height: 932px) {
    section.tw.media{
        padding: 100px 60px;
    }
}

@media screen and (max-height: 740px) {
    section.tw.biz {
        /* justify-content: space-between; */
        padding: 5% 40px 15% 40px;
    }

    section.tw h1,
    section.th.biz h1{
        font-size: 1.75em;
    }
    
    section.tw p {
        font-size: 1.3em
    }

    section.th.biz{
        grid-template-rows: 5% 1fr;    
        padding: 30px 40px 75px 40px;

    }

    section.th.biz h1 {
        place-self: center flex-start;
        place-self: center flex-start;
    }
}