/***** 1. Common - Font Installation *****/
/*Mainfont - NunitoSans*/
@font-face {
    font-family: 'Riesling';
    src: url('../fonts/riesling/riesling.ttf');
    font-weight:400;
    font-style:normal;
}
/*@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-ExtraLight.ttf');
    font-weight:200;
    font-style:normal;
}@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Light.ttf');
    font-weight:300;
    font-style:normal;
}*/@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/playfairdisplay/PlayfairDisplay-Regular.ttf');
    font-weight:400;
    font-style:normal;
}/*@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Medium.ttf');
    font-weight:500;
    font-style:normal;
}@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-SemiBold.ttf');
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Bold.ttf');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-ExtraBold.ttf');
    font-weight:800;
    font-style:normal;
}*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.ttf');
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
    font-weight:700;
    font-style:normal;
}

/****** 2. Common - General Stylings *****/
*{
    --clr-1: #f7f7ee;
    --clr-2: #e3e3c4;
    --clr-3: #E0C5A2;
    --clr-4: #E59535;
    --clr-5: #3A3A3A;
    margin:0;
    padding:0;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    /* transform-style: preserve-3d; */
}
::-webkit-scrollbar {
    width: 8px;
} 
::-webkit-scrollbar-track {
    background:#fff;
} 
::-webkit-scrollbar-thumb {
    /*background-color: #1f1f1f;*/
    outline: 1px solid #fafafa;
    border-radius: 10px;
    background: var(--clr-5);
}
::-moz-selection { 
    background: var(--clr-5); 
        color:var(--clr-1);
}
::selection { 
    background: var(--clr-5); 
    color:var(--clr-1);
}
button:focus, button:active, button:hover{
    outline: 0px;
    /* border:0px; */
}
html{
    /* scroll-behavior: smooth!important; */
}
a{
    text-decoration: none;
}
body{
    position: relative;
    font-family: 'PlayfairDisplay';
    overflow-x: hidden;
    left: 0;
    width: 100vw;
    overflow-y: scroll;
    /* line-height: 1.5; */
    color: var(--clr-5);
    background: var(--clr-1);
    overflow-x: hidden;
}



    

#home {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
} 



.home-bg-event-cover {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    background: url(../images/home/2.jpeg);
    background-position: center;
    background-size: cover;
    filter: blur(4px) grayscale(1);
    opacity: .5;
    top: 0;
    left: 0;
}

.home-main-image {
    width: 50vw;
    height: 400px;
    background: url(../images/home/1.jpeg);
    background-size: cover;
    z-index: 1;
    border-radius: 2rem;
    top: 4rem;
    position: relative;
    transition: all .8s ease 1.5s;
    background-position: center;
}

.vis .home-main-image {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0;
}

.logo-area img {
    width: 200px;
    transition: all .4s ease;
}

#normal-nav {
    position: fixed;
    z-index: 5;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 3rem;
    transition: all .6s ease;
}
#normal-nav:before{
    content:'';
    position:absolute;
    width:100%;
    height: 220%;
    background: var(--clr-1);
    left:0;
    top:0;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to top,transparent,rgba(0,0,0,.013)8.1%,rgba(0,0,0,.049)15.5%,rgba(0,0,0,.104)22.5%,rgba(0,0,0,.175)29%,rgba(0,0,0,.259)35.3%,rgba(0,0,0,.352)41.2%,rgba(0,0,0,.45)47.1%,rgba(0,0,0,.55)52.9%,rgba(0,0,0,.648)58.8%,rgba(0,0,0,.741)64.7%,rgba(0,0,0,.825)71%,rgba(0,0,0,.896)77.5%,rgba(0,0,0,.951)84.5%,rgba(0,0,0,.987)91.9%,#000);
}

.info-content {
    position: relative;
    width: 100vw;
    padding: 200px 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-4);
}

.animated-text {
    max-width: 10em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-size: 80px;
    line-height: 105%;
    letter-spacing: .03em;
    font-family: 'Riesling';
    -webkit-text-stroke: 0.8px;
}

.bg-shape {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
}

.section-separator {
    height: 160px;
    position: relative;
    overflow: hidden;
    display: grid;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
}

.u-icon--separator-main, .u-icon--separator-secondary {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    width: auto;
    height: 100%;
    display: block;
    grid-area: 1/1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.u-icon--separator-main {
    color: var(--clr-4);
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    z-index: 1;
}

.u-icon--separator-secondary {
    color: var(--clr-2);
}

.content-sec {
    padding-top: 160px;
    padding-bottom: 120px;
}

#about {}

.main-text-area {
    line-height: 110%;
    /* letter-spacing: .03em; */
    font-size: 80px;
    text-align: center;
    padding-bottom: 96px;
    font-family: 'Riesling';
    -webkit-text-stroke: 0.8px;
}

.main-frame {
    gap: 20px;
    display: grid;
    grid-template-columns: 45% 1fr;
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    width: 100%;
}

.img-placeholder-2 {
    border-radius: 20px;
    overflow: hidden;
    background: var(--clr-4);
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.img-placeholder-1 {
    border-radius: 20px;
    overflow: hidden;
    background: var(--clr-4);
    width: 100%;
    height: 400px;
}

p.common-text {
    margin-bottom: 1.5rem;
    width: 70%;
    font-size: 14px;
    font-family: 'Poppins';
}

.img-placeholder-3 {
    border-radius: 20px;
    overflow: hidden;
    background: var(--clr-4);
    width: 280px;
    aspect-ratio: 1;
}

.top_separator {
    transform: rotate(180deg);
}

#services {
    background: var(--clr-4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.u-icon--separator-main.sec-2-clr {
    color: var(--clr-4);
}

.sub-info-sec {
    width: 40%;
    text-align: center;
    color: #fcfcfc;
}

.sub-info-sec p.common-text {
    width: 100%;
}

#services .main-text-area {
    padding-bottom: 54px;
}

.service-outer {
    width: 100%;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6rem;
}

.service-inner {
    width: 22.5%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-inner:not(:last-child) {
    margin-right: calc(10% / 3);
}

.service-img-placeholder {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 3/2;
    background: var(--clr-5);
    border-radius: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.service-inner:nth-child(2), .service-inner:nth-child(3) {
    margin-top: 11rem;
}

.sub-title {
    color: #fdfedd;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.service-desc {
    color: #fafafa;
    font-size: 14px;
    font-family: 'Poppins';
}

.up_line_anime {
    transform: translateY(100px);
    opacity: 0;
}

.ttd-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8rem;
    min-height: 600px;
}

.ttd-desc-section {
    width: calc(100vw / 18 * 8);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

h4.ttd-title {
    max-width: 490px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #434b34;
    font-size: 6rem;
    line-height: 110%;
    -webkit-text-stroke: 0.5px;
    font-weight: 400;
    font-family: 'Riesling';
}

.ttd-desc-section p {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    color: #2e3323;
    font-family: 'Poppins';
    font-size: 14px;
}

.ttd-img-sec {
    position: absolute;
    top: 0;
    background: var(--clr-4);
    width: 50vw;
    aspect-ratio: 1.3;
    border-radius: 40px;
    z-index: 2;
    overflow: hidden;
}

.ttd-img-sec.ttd-left {
    left: -5%;
}

.ttd-img-sec.ttd-right {
    right: -5%;
}

body.loading {
    overflow-y: hidden;
}
#loader {
    position: fixed;
    z-index: 250;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--clr-1);
    display: none;
}
.loading #loader{
    animation: bg_change 2s linear 1s forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    display: flex;
}
@keyframes bg_change {
    0%{
        background: var(--clr-1);
    }
    100% {
        background: var(--clr-3);
    }
}

#loader svg {
    width: 400px;
}

#page_transition {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.shape-overlays__path:nth-child(1){
    fill:var(--clr-5);
}
.shape-overlays__path:nth-child(2){
    fill:var(--clr-4);
}
.shape-overlays__path:nth-child(3){
    fill:var(--clr-2);
}
.shape-overlays__path:nth-child(4){
    fill:var(--clr-3);
}

#page_transition.active {
    z-index: 10;
}
.hb-area {
    position: fixed;
    margin-top: 2rem;
    z-index: 15;
    left: 3rem;
    transform:translateY(-200px);
    transition: all 0.8s ease;
    top: 0;
}
.loaded .hb-area{
    animation: flow_in 0.8s linear 2.2s forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.logo-area{
    position: relative;
    transform:translateY(-200px);
}
.loaded .logo-area{
    animation: flow_in 0.8s linear 2.4s forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
@keyframes flow_in {
    0%{
        transform:translateY(-200px);
    }
    100% {
        transform:translateY(0);
    }
}


.thin .logo-area img {
    width: 150px;
}

#normal-nav.thin:before {
    height:100%;
    -webkit-mask-image: none;
    transition: all .5s ease;
}

#normal-nav.thin {
    transform: translateY(-150%);
}

#normal-nav.thin.strigger {
    transform: translateY(0);
    border-bottom: 1px solid #d4d4b9;
} 

.cs-body #normal-nav {}

.cs-body #normal-nav {
    display: none;
}

body.cs-body {
    overflow: hidden;
}

#cs {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: var(--clr-3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cs-body .hb-area {
    display: none;
}

.inner-cs {
    width: 70%;
    height: 80vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cs-body .logo-area img {
    width: 300px;
}

.sub-header {
    text-align: center;
    font-size: 2.5rem;
    color: var(--clr-5);
    transform:translateY(100px);
    opacity: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.cs-body.loaded .sub-header{
    animation: show_up 0.8s linear 1.8s forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.cs-body.loaded .logo-area{
    animation:none;
    transform: translateY(0);
}
.cs-body.loaded .logo-area img{
    animation: show_in 0.8s linear 1s forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.cs-body .logo-area img{
    opacity:0;
    transform:translateY(-100px);
}
.cs-body .logo-area{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes show_in {
    0%{
        transform:translateY(-100px);
        opacity: 0;
    }
    100% {
        transform:translateY(0);
        opacity: 1;
    }
}
@keyframes show_up {
    0%{
        transform:translateY(100px);
        opacity: 0;
    }
    100% {
        transform:translateY(0);
        opacity: 1;
    }
}

#mobileNavigationOverlay {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.cs-p {
    width: 60%;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    min-width: 250px;
    margin-top: 1.5rem;
    opacity:0;
    transform:translateY(-100px);
}

.sm-bar {
    display: flex;
    position: relative;
    margin-top: 1rem;
    opacity:0;
    transform:translateY(100px);
}

.sm-icon {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    fill: var(--clr-5);
    transition: all .4s ease;
}

.sm-cs-link:nth-child(2)  .sm-icon{
    width: 29px;
}

.foot-cs {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sm-cs-link:nth-child(4) .sm-icon{
    width: 28px;
}
.loaded .cs-p{
    animation: show_in 0.8s linear 1.4s forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.loaded .sm-bar{
    animation: show_up 0.8s linear 2.2s forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.sub-rvl-heading .char {
    font-size: 3rem;
    line-height: 30%;
}

.sub-rvl-heading {
    font-size: 30px;
    letter-spacing: -0.03em;
}

p.common-text:last-child {
    margin-bottom: 3rem;
}

section#ttd {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    overflow-x: hidden;
}

#ttd .sub-info-sec {
    margin-top: 2rem;
    color: var(--clr-5);
}

.sec-3-clr {
    color: var(--clr-2);
}

.sec-4-clr {
    color: var(--clr-4);
}

#ttd-outer {
    background: var(--clr-2);
    position: relative;
}

.o-container {
    width: 100%;
    position: relative;
    padding: 0 4.1666666667%;
    display: grid;
    grid-template-columns: repeat(22,1fr);
    grid-template-areas:
        "a a a a a a a a a . . . . b b b b b b b b b";
    margin-bottom: 8rem;
}

.ttd-info-img-content {
    grid-area: a;
    aspect-ratio: 1;
    background: var(--clr-5);
    border-radius: 20px;
    overflow: hidden;
}

.ttd-desc-img-content {
    width: 360px;
    grid-area: b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.o-title {
    line-height: 120%;
    /* letter-spacing: -.03em; */
    font-size: 4.3rem;
    padding-bottom: 20px;
    font-family: 'Riesling';
    font-weight: 500;
    -webkit-text-stroke: 0.9px;
}

.o-desc {
    position: relative;
    font-size: 14px;
    font-family: 'Poppins';
}

.btn-z {
    position: relative;
    display: flex;
    background: transparent;
    border: 0px;
    font-size: 26px;
    color: var(--clr-5);
    margin-top: 6rem;
    font-family: 'PlayfairDisplay';
    cursor: pointer;
    width: max-content;
    padding-right: 2rem;
    padding-bottom: 7px;
}

.o-container:nth-child(2n) {
    grid-template-areas:
        "b b b b b b b b b . . . . a a a a a a a a a";
}

.nature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.o-container:nth-child(2n) .ttd-desc-img-content {
    margin-left: auto;
}

.b-home {
    position: relative;
    width: 100vw;
    min-height: 249vh;
    display: flex;
    justify-content: center;
    padding: 35vh 2rem 5rem;
}

.inner-b-home {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ib-img-sec {
    width: 30%;
    background: var(--clr-4);
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 1.5rem;
    overflow: hidden;
}

.sub-area {
    padding-top: 0;
}

.sub-pg #loader {
    background: var(--clr-3);
    animation: none;
}

.sub-pg #loader svg {
    display: none;
}

.sub-pg.loaded .logo-area {
    animation-delay: 1.2s;
}

.sub-pg.loaded .hb-area {
    animation-delay: 1s;
}

.srv-mid-content {
    position: relative;
    width: 100%;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}

.map-section {
    width: 50%;
    background: var(--clr-5);
    aspect-ratio: 4/3;
    border-radius: 40px;
    transform: translateX(10%);
}

.form-section {
    position: relative;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background: #e59535;
    padding: 2rem;
    border-radius: 1.5rem;
    transform: translateX(-10%);
    overflow: hidden;
}

.input-cover-short {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.input-cover-long {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.ip_name {
    color: #fff;
    order: -1;
    font-family: 'Poppins';
    font-size: 13px;
}

.input_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 42px;
    /* height: 42px; */
    line-height: 40px;
    padding: 0 5px 0 10px;
    border: 1px solid #d7d8da;
    border-radius: 4px;
    min-width: 240px;
    background-color: hsl(0, 0%, 100%);
    width: 100%;
    font-size: 15px;
    font-family: 'Poppins';
    color: hsl(218, 4%, 30%);
    outline: 0px;
}

.input-cover-short:nth-child(2n-1) {
    padding-right: .5rem;
}

.input-cover-short:nth-child(2n) {
    padding-left: .5rem;
}

#menu-area {
    position:fixed;
    display:flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    /* background: red; */
    bottom: 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    transition-delay: 0s;
    padding: 10rem;
}

#menu-area.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 1s;
}

.menu-lnk {
    position: relative;
    transform: translateX(100px);
    transition: all .6s ease;
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 25px;
    color: var(--clr-5);
    font=fa: 600;
    font-family: 'PlayfairDisplay';
    -webkit-text-stroke: 1px var(--clr-5);
    font-weight: 600;
    text-transform: uppercase;
}

.active .menu-lnk {
    transform: translateX(0px);
}

.menu-lnk:nth-child(1) {
    /* transition-delay: 1.5s; */
}

.logo-col {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-sec {
    position: relative;
    display: flex;
    width: 40%;
    flex-direction: column;
    border-left: 2px solid var(--clr-5);
    padding-left: 5rem;
}

.logo-col img {
    width: 300px;
    position: relative;
    transform: translateY(200px);
    transition: all 2s ease;
}

.active .logo-col img {
    transform: translateY(0px);
}

.reveal-type {
    position: relative;
}

.sub-text-area {
    font-family: 'Poppins';
    font-size: 14px;
}

svg#footer-logo {
    width: 250px;
}

.footer-logo-stripe {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

footer {
    background: var(--clr-5);
    position: relative;
    padding: 3rem 0;
}

.stx{fill:#ffffff;}
.sty{fill:#ffffff;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:10;}


.footer-upper.content-container {
    display: flex;
    width: 100%;
    padding: 0 3rem;
    margin: 3rem 0;
    position: relative;
}

.footer-col {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: 'Poppins';
    font-size: 13px;
}

.footer-bottom {
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Poppins';
    font-size: 11px;
    position: relative;
}

.c-mail {
    color: var(--clr-1);
    text-align: center;
    transition: all .4s ease;
}

.footer-col label {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1rem;
}
.footer-sm{
    display:flex;
    align-items:center;
    width:100%;
    justify-content:center;
    margin-bottom: 2rem;
}
.footer-sm .sm-icon{
    fill:var(--clr-1);
}

.primary_btn {
    border: 0px;
    margin-top: 2rem;
    width: max-content;
    padding: 1rem 2.5rem;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    color: var(--clr-5);
    border-radius: 0.5rem;
    background: var(--clr-2);
    cursor: pointer;
    transition: all .5s ease;
}
.sub-text-area p {
   margin-bottom:1.5rem; 
}
.content {
    padding: 1em 0 3em;
    max-width: 1080px;
    margin: 0 auto;
}
.grid {
    position: relative;
    margin: 0 auto;
}

.js .grid::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
    background-size: 60px auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.js .grid--loaded::after {
    opacity: 0;
}

.grid__item {
    width: 270px;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
}

.grid__item--current {
    opacity: 0 !important;
}

.img-wrap {
    display: block;
}

.img-wrap:focus,
.img-wrap:hover {
    outline: none;
}

.img-wrap img {
    display: block;
    max-width: 100%;
    border: 2px solid var(--clr-3);
    border-radius: 15px;
}

.preview {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.preview--open {
    pointer-events: auto;
}


/* circle overlay (generated SVG) */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.overlay circle {
    -webkit-transition: fill-opacity 0.3s, -webkit-transform 0s 0.3s;
    transition: fill-opacity 0.3s, transform 0s 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    fill: var(--clr-5);
    fill-opacity: 0;
}

.preview--open .overlay circle {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    fill-opacity: 1;
}

.clone {
    position: fixed;
    z-index: 110;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
    -webkit-backface-visibility: hidden;
}

.original {
    position: relative;
    z-index: 120;
    display: block;
    object-fit: contain;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-backface-visibility: hidden;
}

.preview--open .animate {
    /* open */
    -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
    transition: transform 0.6s, opacity 0.2s;
}

.animate {
    /* close */
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.description {
    color: #fff;
    font-family: 'Poppins';
}

.js .description--grid {
    display: none;
}

.description--preview {
    position: fixed;
    z-index: 140;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em 1em;
    text-align: center;
    opacity: 0;
    background: linear-gradient(180deg, transparent, #1f1d1d);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.preview--open .description--preview {
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Close button */

.action {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    color: var(--clr-2);
    border: none;
    background: none;
}

.action:hover,
.action:focus {
    color: var(--clr-3);
    outline: none;
}

.action--close {
    position: fixed;
    z-index: 150;
    top: 0;
    right: 0;
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
}

.preview--image-loaded .action--close {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.text-hidden {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    color: transparent;
}

.hb-area.strigger {
    top: -8rem;
}

footer:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    background-image: url(../images/fbg.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.sm-area {
    position: absolute;
    margin-top: 2rem;
    z-index: 15;
    right: 1rem;
    display: flex;
}
.sm-area .sm-cs-link{
    position: relative;
    display: inline-flex;
    transform:translateY(-200px);
    transition: all 0.8s ease;
}
.loaded .sm-area .sm-cs-link {
    animation: flow_in 0.8s linear forwards;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.loaded .sm-area .sm-cs-link:nth-child(1){
    animation-delay: 2.4s
}
.loaded .sm-area .sm-cs-link:nth-child(2){
    animation-delay: 2.6s
}
.loaded .sm-area .sm-cs-link:nth-child(3){
    animation-delay: 2.7s
}
.loaded .sm-area .sm-cs-link:nth-child(4){
    animation-delay: 2.8s
}
.sm-area .sm-icon {
    width: 30px;
    height: 30px;
    transition: all .4s ease;
}

.sm-area .sm-cs-link:nth-child(2) .sm-icon {
    width: 22px;
}

.sm-area .sm-cs-link:nth-child(4) .sm-icon {
    width: 23px;
}

.btn-z:before {
    content: '';
    background: var(--clr-5);
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: all .4s ease;
}

.btn-z:hover:before {
    width: 100%;
}

.sm-area .sm-cs-link:hover .sm-icon {
    transform: scale(1.2);
}

.primary_btn:hover {
    background: var(--clr-5);
    color: var(--clr-2);
}

.sm-cs-link:hover .sm-icon {
    fill: var(--clr-3);
}

.c-mail:hover {
    color: var(--clr-3);
}

.createrix {
    position: relative;
    width: 100px;
}

.footer-bottom span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cr-link {
    position: relative;
    margin: 0 5px;
}

.cr-link:before {
    content: '';
    width: 0%;
    position: absolute;
    height: 1px;
    background: var(--clr-1);
    left: 6%;
    bottom: 0;
    transition: all .4s ease;
}

.cr-link:hover:before {
    width: 90%;
    height: 2px;
}
.gooey {
    position: relative;
    /* background: #fff; */
    filter: contrast(20);
    height: 20px;
}
.gooey .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 12px;
    left: 15px;
    /* filter: blur(4px); */
    background: var(--clr-5);
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}
.gooey .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}
.gooey .dots span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 16px;
    /* filter: blur(4px); */
    background: var(--clr-5);
    border-radius: 50%;
}
@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}


#inq-sending {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: hsl(25deg 91% 63% / 90%);
    z-index: 45;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    top: 0;
    left: 0;
    z-index: 200;
}

.inner-inq {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 1rem;
    color: var(--clr-5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    top: 0;
    left: 0;
    background: #e3e3c491;
}

span.ld-title {
    display: block;
}

span.ld-title {text-transform: uppercase;font-weight: 600;color: var(--clr-5);margin-right: 1rem;margin-top: 0.7rem;font-size: 1.3rem;}

span.wrnn-txt {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    color: var(--clr-5);
}

.contact-map {
    position: relative;
    width: 100%;
    height: 80vh;
}

section#cf {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    overflow-x: hidden;
    justify-content: center;
}

section#cf .form-section {
    transform: translate(0);
}