*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'inter',sans-serif;
}
html {
    scroll-behavior: smooth;
}

#about , #services , #reviews , #faq , #contact{
    scroll-margin-top: 81px;
}
body{
    width:100%;
    display : flex;
    flex-direction:column;
    background-color: #090909;
    gap : 40px;
    align-items: center;
    overflow-x: hidden;
}

/* NAVBAR */
.nav-bar{
    backdrop-filter: blur(6px);
    padding:20px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    z-index:10;
}
.nav-links{
    display: flex;
    justify-content: center;
    width :86%;
}

.logo{
    position: relative;
}

.logo .nav-logo{
    display: block;
    transition: opacity 320ms ease;
}

.logo .nav-logo-black{
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.nav-bar.use-dark-logo .nav-logo-white{
    opacity: 0;
}

.nav-bar.use-dark-logo .nav-logo-black{
    opacity: 1;
}

.nav-bar a{
    color:white;
    text-decoration:none;
    position:relative;
    display:inline-block;
    padding-bottom:4px;
    transition:color 0.2s ;
}

.nav-bar a:hover{
    color:#FF410D;
}

.nav-bar a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background-color:#FF410D;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 260ms ease;
}

.nav-bar a:hover::after{
    transform:scaleX(1);
}

.nav-links{
    display:flex;
    gap:20px;
}

/* HERO */
.hero-section{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100vh;
    overflow:hidden;
    background:#181818;
}
.hero-section span{
    color : #FF410D
}

/* CANVAS */
#wave-canvas{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:0;
}

/* OVERLAY */
.hero-section::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
    z-index:1;
}

/* TEXT */
.header{
    z-index:2;
    font-size:550%;
    font-weight:600;
    width : 100%;
    background:linear-gradient(to right,white,#a7a7a7);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    text-align:center;
    letter-spacing : -7px;
}

.sub-header{
    z-index:2;
    font-size:100%;
    color:#cfcfcf;
    text-align:center;
    width : 40%;
    font-weight : 600;
    letter-spacing : -1px;
}
.know{
    display: flex;
    gap : 10px;
    align-items: center;
    justify-content: center;
    z-index:2;
    margin-top:20px;
    background : linear-gradient(#FF410D,#e53200);
    color: #f4f4f4;
    font-weight:700;
    letter-spacing : -1.5px;
    word-spacing : 2px;
    border-radius:500px;
    font-size : 65%;
    padding : 10px 15px;
    cursor:pointer;
    transition: all 0.5s;
}
.arrow{
    width : 15px;
    height : 15px;
    fill : white;
    overflow: visible;
}
.know:hover{
    box-shadow: 0px 0px 21px #d52f0189;
    transform : scale(106%);

}
.about-us{
    color : white;
    display : flex;
    flex-direction: column;
    justify-content: center;
    gap : 20px;
}
.about-heading{
    padding : 0px 60px;
    font-size : 350%;
    font-weight: 900;
    letter-spacing : -2px;
}
.about-blocks{
    margin-top : 70px;
    display : flex;
    gap : 15px;
    justify-content: center;
    align-content: center;
    padding : 0px 60px;
}
 
.about-subheading{
    padding : 0px 60px;
    width : 40%;
    letter-spacing : -1.1px;
    color :#d94b4b;
    font-weight : 600;
    opacity : 80%;
}
.block{
    display : flex;
    flex-direction : column;
    padding : 30px;
    background-color : #202020;
    border-radius : 15px;
    width :100%;
    justify-content: center;
    gap : 70px;
    transition : all 0.5s;
    cursor: default;
}
.block:hover{
    background-color : white;
    color : rgb(20, 20, 20);
    box-shadow: 0px 0px 41px #ffffff43;
    transform : scale(102%);
    cursor : default;
}
.block-heading{
    font-size : 250%;
    font-weight : 500;
    letter-spacing : -1.4px;
}
.block-paragraph{
    font-size : 110%;
    opacity : 40%;
    font-weight : 500;
}
#left{
    width : 50%;
    justify-content: space-between;
}
.about-blocks .right{
    width : 50%;
    display : flex;
    flex-direction : column;
    gap : 15px;
}
.trust-section{
    display : flex;
    flex-direction : column;
    gap : 20px;
    width : 100%;
    padding : 40px 0px;
    background-image : url("../../images/landing-page-pictures/trusting\ lines..svg");
    background-size : cover;
    background-position : center;
    background-repeat : no-repeat;
    padding-top : 90px;
    align-items: center;
    max-width : 1520px;
}
.trust-title{
    color : white;
    font-size : 300%;
    letter-spacing : -2px;
    font-weight : 700;
    margin-bottom : 0px;
    width : 100%;
    text-align: left;
}
.trust-subtitle{
    color :#d94b4b;
    font-weight : 600;
    opacity : 80%;
    letter-spacing : -1px;
    word-spacing: 2px;

    margin-top : 0px;
}
.trust-grids{
    width : 100%;
    color : white;
    display : grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
    padding : 0px 40px;
}
.upper-grid{
    display: flex;
    align-items: center;
    gap : 15px;
    font-size : 170%;
    font-weight : 600;
    letter-spacing : -2px;
}
.svg-img{
    padding : 13px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius : 13px;
    border-top : solid 1px rgba(255, 255, 255, 0.228);
    border-bottom : solid 1px rgba(255, 255, 255, 0.228);
}
.grid{
    display: flex;
    flex-direction: column;
    gap : 208px;
    background-color: rgba(255, 80, 32, 0.2);
    padding : 28px;
    border-radius: 40px;
    border-top : solid 1px rgba(255, 255, 255, 0.228);
    border-bottom : solid 1px rgba(255, 255, 255, 0.228);
    backdrop-filter: blur(5px);
    opacity: 0;
    filter: blur(10px);
    transform: translateY(28px);
    transition: opacity 1000ms ease var(--reveal-delay, 0ms), transform 1000ms ease var(--reveal-delay, 0ms), filter 1000ms ease var(--reveal-delay, 0ms), box-shadow 300ms ease;
    will-change: opacity, transform, filter;
}
.grid.is-visible{
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
}
.grid:hover{
    box-shadow: 0px 0px 21px #ff4a1822;
    transform : scale(102%);
    cursor : default;
}
.grid-titles-div{
    padding : 0px 40px;
    width : 100%;
}
.grid-paragraph{
    font-weight: 600;
    opacity : 50%;
    font-size : 90%;
}
.tools-used{
    display : flex;
    gap : 20px;
    align-items: center;
    justify-content: space-between;
    width : 100%;
    padding : 0px 50px;
}
.tools-used .left{
    display : flex;
    flex-direction: column;
    align-items: center;
    color : white;
    align-items: flex-start;
}
.tools-header{
    font-size : 300%;
    letter-spacing : -2px;
    font-weight : 700;
    margin-bottom : 0px;
}
.tools-sub-header{
    font-weight : 400;
    letter-spacing : -1px;
    word-spacing : 2px;
    opacity : 54%;
    margin-top : 5px;
    width : 77%;
}
.trust-section .right{
    display : flex;
    gap : 7px;
    align-items: center;
    border-radius : 19px;
    flex-wrap: wrap;
    width : 20.5%;
    padding : 14px 30px;
    background-color: rgba(255, 255, 255, 0.015);
    border-top : solid 1px rgba(255, 255, 255, 0.228);
    border-bottom : solid 1px rgba(255, 255, 255, 0.228);
    backdrop-filter: blur(5px);
}
.portfolio{
    display: flex;
    background: radial-gradient(50% 50% at 50% 50%, #FFEDE4 0%, #FFF 100%);
    border-radius : 20px;
    padding : 120px;
    flex-direction: column;
    gap : 120px;
    margin-bottom : -42px;
}
.portfolio .up{
    display: flex;
    flex-direction: column;
    width : 60%;
    gap : 60px;
    
}
a{
    text-decoration: none;
}
.portfolio-heading{
    font-size : 340%;
    letter-spacing : -2px;
    font-weight : 700;
    letter-spacing: -4.5px;
    word-spacing: 4px;
    background: linear-gradient(90deg, #FF410D 0%, #FF8665 49.41%, #FF724B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.portfolio-subheading{
    color: #1F1F1F;
    font-family: 'inter',sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.16px;
}
.portfolio .reveal-item{
    opacity: 0;
    filter: blur(10px);
    transform: translateY(28px);
    transition: opacity 1000ms ease, transform 1000ms ease, filter 1000ms ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

.portfolio .reveal-item.is-visible{
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
}

.portfolio .down{
    display: flex;
    gap : 90px;
    flex-wrap: wrap;
    justify-content: center;
}
.video-production , .web-development, .vid-prod, .web-dev{
    display: flex;
    width: 434px;
    padding: 43px 19px;
    flex-direction: column;
    gap: 40px;
    border-radius: 6px;
    border: 2px solid rgba(60, 60, 60, 0.75);
    transition: transform 0.5s, border-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    scale: 1;
}

.portfolio .video-production.reveal-item,
.portfolio .web-development.reveal-item,
.portfolio .vid-prod.reveal-item,
.portfolio .web-dev.reveal-item{
    transition:
        opacity 1000ms ease var(--reveal-delay, 0ms),
        filter 1000ms ease var(--reveal-delay, 0ms),
        transform 1000ms ease var(--reveal-delay, 0ms),
        scale 0.5s ease,
        border-color 0.5s ease,
        box-shadow 0.5s ease,
        background-color 0.5s ease;
}

.video-production::before,
.web-development::before,
.vid-prod::before,
.web-dev::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #FF410D 0%, #FF8665 49.41%, #FF724B 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    pointer-events: none;
}

.video-production > *,
.web-development > *,
.vid-prod > *,
.web-dev > *{
    position: relative;
    z-index: 1;
}
.portfolio .video-production:hover,
.portfolio .web-development:hover,
.portfolio .vid-prod:hover,
.portfolio .web-dev:hover{
    border: 2px solid transparent;
    box-shadow: 0px 0px 21px #ff4a1822;
    scale: 1.04;
    cursor : pointer;
}

.video-production:hover::before,
.web-development:hover::before,
.vid-prod:hover::before,
.web-dev:hover::before{
    opacity: 1;
}
.video-production:hover p, .web-development:hover p, .vid-prod:hover p, .web-dev:hover p{
    color : white;
}
.video-production-header , .web-development-header{
    color: #FF6C1D;
    font-family: 'inter',sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.8px;
}
.video-production-subheader , .web-development-subheader{
    color : #1F1F1F;
    font-family: 'inter',sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    word-spacing : 1px;
    font-size: 90%;
    color: #212121;
}
.agencies-trusted{
    display: flex;
    gap : 70px;
    padding : 15px 50px;
    background-color: rgba(255, 80, 32, 0.2);
    border-radius: 20px;
    border-top : solid 1px rgba(255, 255, 255, 0.352);
    border-bottom : solid 1px rgba(255, 255, 255, 0.39);
    backdrop-filter: blur(5px);
    color : white;
    justify-content: center;
    align-items: center;
    transition : all 0.5s;
}
.agencies-trusted:hover{
    box-shadow: 0px 0px 31px #ff37002d;
    background-color: rgba(255, 80, 32, 0.273);
    transform : scale(102%);
    cursor : default;
}
.text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.small-trusted-text{
    font-size : 150%;
    font-weight : 600;
    letter-spacing: -1.5px;
    word-spacing: 3.5px;
}
.big-trusted-text{
    font-size : 200%;
    letter-spacing: -3px;
    font-weight: 600;
}
.line{
    height : 95px;
    width : 4px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.857);
}
.all-agencies-trusted{
    margin-top : -43px;
    background-image: url(../../images/landing-page-pictures/agencies\ trust\ background.svg);
    background-size : cover;
    background-position : center;
    background-repeat: no-repeat;
    padding : 130px;
    width : 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-services{
    display: flex;
    flex-direction: column;
    gap : 60px;
    width : 100%;
    padding : 40px;
}
.text-before-grids{
    display: flex;
    color : white;
    justify-content: space-between;
}
.our-services{
    background-image : url("../../images/landing-page-pictures/squared\ background.svg");
    background-size : cover;
    background-position : center;
    background-repeat : no-repeat;
}
.services-heading{
    font-size : 300%;
    letter-spacing : -2px;
    font-weight : 700;
    width :40%;
}
.services-heading span{
    color :#FF410D;
}
.services-subheading{
    font-weight : 400;
    letter-spacing : -1px;
    word-spacing: 2px;
    opacity : 54%;
    width : 37%;
}
.services {
    display : grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap : 50px;
    width: 100%;
    color : white;
}
.service {
    --service-shift-x: 0px;
    --service-shift-y: 0px;
    --service-hover-scale: 1;
    display: flex;
    flex-direction: column;
    background-color :#FF410D;
    gap : 220px;
    padding : 70px 20px;
    margin: 0;
    width: auto;
    min-width: 0;
    height: 100%;
    border-radius : 40px;
    position: relative;
    overflow: hidden;
    transform: translate(var(--service-shift-x), var(--service-shift-y)) scale(var(--service-hover-scale));
    translate: 0 28px;
    opacity: 0;
    filter: blur(10px);
    transform-origin: center center;
    will-change: opacity, filter, translate, transform;
    transition:
        opacity 1000ms ease var(--reveal-delay, 0ms),
        filter 1000ms ease var(--reveal-delay, 0ms),
        translate 1000ms ease var(--reveal-delay, 0ms),
        transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
        background-color 900ms ease,
        padding 900ms ease;
}
.service.is-visible{
    opacity: 1;
    filter: blur(0px);
    translate: 0 0;
}
.service-number{
    font-size : 1000%;
    letter-spacing : -2px;
    font-weight : 600;
    opacity : 55%;
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.service-name{
    display: flex;
    align-items: center;
    gap : 10px;
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.service-name p{
    font-size : 130%;
    font-weight : 600;
    letter-spacing : -1px;
}
.service-hover-layout{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 70px 20px;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.top-image{
    width : 100%;
    border-radius: 20px;
    opacity :85%;
}
.description{
    font-weight : 400;
    letter-spacing : -1px;
    word-spacing : 2px;
    opacity : 74%;
    width : 100%;
    margin-top : 20px;
}
.service-new-name{
    display: flex;
    align-items: center;
    gap: 10px;
}
.service.is-hovered{
    background-color: #F96F49;
    padding: 70px 20px;
    width: auto;
    height: 100%;
    margin: 0;
    --service-hover-scale: 1.08;
    cursor: default;
    z-index: 3;
}
.service.is-hovered .service-number,
.service.is-hovered .service-name{
    opacity: 0;
    transform: translateY(-14px);
}
.service.is-hovered .service-hover-layout{
    opacity: 1;
    transform: translateY(0);
}
.ser-title {
    font-size : 190%;
    font-weight : 600;
    letter-spacing : -1px;
}
.clients-reviews{
    display: flex;
    flex-direction: column;
    width : 100%;
    background-color: white;
    border-radius: 30px;

}
.reviews-upper-part{
    display: flex;
    justify-content: space-between;
    padding : 40px;
    padding-left: 70px;
    padding-right: 70px;
}
.reviews-upper-part .heading{
    width : 30%;
    font-size: 300%;
    font-weight:900;
    letter-spacing: -2px;
}
.reviews-upper-part .subheading{
    width : 20;
    font-size: 100%;
    width :34%;
    opacity : 70%;
    font-weight : 500;
    letter-spacing : -1px;
}
.reviews-grids{
    width : 100%;
    display: grid;
    grid-template-columns: 29% 29% 29%;
    gap : 30px;
    justify-content: center;
    padding-bottom: 90px;
}
.review{
    display: flex;
    flex-direction: column;
    justify-content : flex-start;
    align-items: center;
    gap : 35px;
    padding : 10px;
    background-color: #787878;
    border-radius: 30px;
    box-shadow: 5px 5px 20px rgb(91, 91, 91);
    opacity: 0;
    filter: blur(10px);
    translate: 0 28px;
    will-change: opacity, filter, translate;
    transition:
        opacity 1000ms ease var(--reveal-delay, 0ms),
        filter 1000ms ease var(--reveal-delay, 0ms),
        translate 1000ms ease var(--reveal-delay, 0ms),
        background-color 0.5s ease,
        box-shadow 0.5s ease,
        transform 0.5s ease;
}
.review.is-visible{
    opacity: 1;
    filter: blur(0px);
    translate: 0 0;
}
.review p{
    font-size:390%;
    font-weight: 600;
    font-size: 300%;
    letter-spacing : -3px;
    word-spacing: 2px;
    color : white;
}
#skin{
    background-color: #EEBF9C;
}
#skin p{
    color : #9F7B60;
}
#blue{
    background-color: #223843;
}
#orange{
    background-color: #FF9500;
}
#red{
    background-color: #D62828;
    justify-content: flex-start;
    gap : 25%;
}
#red .upper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#yellow{
    background-color: #FFBE3C;
    justify-content: flex-start;
    gap : 20%;
}
#yellow .upper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#orange .upper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#blue .upper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#skin .upper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#gray .upper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#red , #gray ,#blue{
    transform : rotate(1deg);
}
#skin , #orange , #yellow{
    transform: rotate(-2deg);
}
#skin:hover{
    background-color: #fed7b9;
    box-shadow: 0px 0px 21px #eea97c8f;
    transform : scale(104%);
    cursor : default;
}
#blue:hover{
    background-color: #2a4d63;
    box-shadow: 0px 0px 21px #2238438f;
    transform : scale(104%);
    cursor : default;
}
#orange:hover{
    background-color: #ffad66;
    box-shadow: 0px 0px 21px #ff95008f;
    transform : scale(104%);
    cursor : default;
}
#red:hover{
    background-color: #d94b4b;
    box-shadow: 0px 0px 21px #d628288f;
    transform : scale(104%);
    cursor : default;
}
#yellow:hover{
    background-color: #ffcd6b;
    box-shadow: 0px 0px 21px #ffbe3c8f;
    transform : scale(104%);
    cursor : default;
}
#gray:hover{
    background-color: #a7a7a7;
    box-shadow: 0px 0px 21px #7878788f;
    transform : scale(104%);
    cursor : default;
}
.quote-transition{
    width : 100%;
    align-items: center;
    display : flex;
    flex-direction : column;
    gap : 20px;
    margin-top : 60px;
    color : white;
    text-align: center;
    padding : 80px;
    background-image : url("../../images/landing-page-pictures/second\ transition\ lines\ svg.svg");
    background-size : cover;
    background-position : center;
    background-repeat : no-repeat;
}
.big-quote{
    font-size : 600%;
    font-weight : 600;
    letter-spacing : -6px;
    width : 84%;
    opacity: 1;
}

.big-quote .quote-char,
.small-quote .quote-char{
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    will-change: opacity, filter;
    animation: quote-char-blur-reveal 450ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    animation-play-state: paused;
}

.big-quote .quote-char{
    animation-delay: calc(var(--char-index, 0) * 26ms);
}

.small-quote .quote-char{
    animation-delay: calc(var(--char-index, 0) * 10ms);
}

.big-quote.is-visible .quote-char,
.small-quote.is-visible .quote-char{
    animation-play-state: running;
}
.small-quote{
    font-size : 150%;
    width : 60%;
    letter-spacing : -1px;
    opacity : 80%;
    font-weight : 500;
}
.cta{
    display : flex;
    flex-direction : column;
    gap : 60px;
    align-items: center;
    justify-content: center;
    width : 100%;
    padding : 0px 90px;
    background-image : url("../../images/landing-page-pictures/cta\ line\ svg.svg");
    background-size : cover;
    background-position : center;
    background-repeat : no-repeat;
}
.upper-texts{
    display : flex;
    width : 100%;
    justify-content : space-between;
}
.cta-header{
    width : 60%;
    font-size : 260%;
    color : white;
    font-weight : 600;
    letter-spacing : -1.9px;
}
.cta-header span{
    color : #FF410D;
}
.cta-subheader{
    width : 30%;
    font-weight : 400;
    letter-spacing : -1px;
    word-spacing : 2px;
    opacity : 54%;
    color : white;
}
.cta-cards {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0;
    perspective: 1000px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    background-color: #000000;
    border-radius: 30px;
    width: 980px;
    color: white;
    gap : 230px;
    cursor: default;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.4);
    transition: margin 0.85s cubic-bezier(0.25, 1, 0.35, 1), transform 0.85s cubic-bezier(0.25, 1, 0.35, 1), box-shadow 0.75s ease, filter 0.85s cubic-bezier(0.25, 1, 0.35, 1);
    position: relative;
    will-change: transform, margin, filter;
    --push-x: 0px;
    --push-blur: 0px;
    --push-scale: 1;
    transform: translateX(var(--push-x)) scale(var(--push-scale));
    filter: blur(var(--push-blur));
}

.card * {
    cursor: default;
}

.card-paragraph {
    font-weight: 400;
    letter-spacing: -0.5px;
    opacity: 0.7;
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 0;
}

.card-heading {
    font-size: 250%;
    letter-spacing: -1.5px;
    font-weight: 600;
    width: 100%;
    margin-top: 0;
    line-height: 1.1;
}

#black-card {
    background-color: #000000;
    z-index: 4;
    margin-right: 0;
}

#gray-card {
    background-color: #191919;
    z-index: 3;
    margin-right: -330px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.5);
}

#white-card {
    background-color: white;
    color: #232323;
    z-index: 2;
    margin-right: -330px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1);
}

#red-card {
    background-color: #D62828;
    z-index: 1;
    margin-right: -330px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
}

.card:hover {
    transform: translateX(var(--push-x)) scale(var(--push-scale));
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    z-index: 20;
}

.cta-cards:has(.card:hover) .card {
    --push-x: 0px;
    --push-blur: 0px;
    --push-scale: 1;
}

.cta-cards[data-hovered] .card {
    --push-x: 0px;
    --push-blur: 0px;
    --push-scale: 1;
}

.cta-cards:has(#black-card:hover) #gray-card,
.cta-cards[data-hovered="black-card"] #gray-card,
.cta-cards:has(#gray-card:hover) #black-card,
.cta-cards[data-hovered="gray-card"] #black-card,
.cta-cards:has(#gray-card:hover) #white-card,
.cta-cards[data-hovered="gray-card"] #white-card,
.cta-cards:has(#white-card:hover) #gray-card,
.cta-cards[data-hovered="white-card"] #gray-card,
.cta-cards:has(#white-card:hover) #red-card,
.cta-cards[data-hovered="white-card"] #red-card,
.cta-cards:has(#red-card:hover) #white-card,
.cta-cards[data-hovered="red-card"] #white-card {
    --push-x: 300px;
    --push-blur: 6px;
    --push-scale: 0.9;
}

.cta-cards:has(#black-card:hover) #gray-card,
.cta-cards[data-hovered="black-card"] #gray-card,
.cta-cards:has(#gray-card:hover) #white-card,
.cta-cards[data-hovered="gray-card"] #white-card,
.cta-cards:has(#white-card:hover) #red-card,
.cta-cards[data-hovered="white-card"] #red-card {
    --push-x: -300px;
}

.cta-cards:has(#black-card:hover) #white-card,
.cta-cards[data-hovered="black-card"] #white-card,
.cta-cards:has(#gray-card:hover) #red-card,
.cta-cards[data-hovered="gray-card"] #red-card,
.cta-cards:has(#white-card:hover) #black-card,
.cta-cards[data-hovered="white-card"] #black-card,
.cta-cards:has(#red-card:hover) #gray-card,
.cta-cards[data-hovered="red-card"] #gray-card {
    --push-x: 580px;
    --push-blur: 10px;
    --push-scale: 0.82;
}

.cta-cards:has(#black-card:hover) #white-card,
.cta-cards[data-hovered="black-card"] #white-card,
.cta-cards:has(#gray-card:hover) #red-card,
.cta-cards[data-hovered="gray-card"] #red-card {
    --push-x: -580px;
}

.cta-cards:has(#black-card:hover) #red-card,
.cta-cards[data-hovered="black-card"] #red-card,
.cta-cards:has(#red-card:hover) #black-card,
.cta-cards[data-hovered="red-card"] #black-card {
    --push-x: 860px;
    --push-blur: 16px;
    --push-scale: 0.72;
}

.cta-cards:has(#black-card:hover) #red-card,
.cta-cards[data-hovered="black-card"] #red-card {
    --push-x: -860px;
}

/* FAQ */
.faq-section {
    display : flex;
    flex-direction: column;
    width : 100%;
    padding : 0px 100px;
    color : white;
    background-image : url("../../images/landing-page-pictures/lines\ for\ faq\ section.svg");
    background-size : cover;
    background-position : center;
    background-repeat : no-repeat;
}
.faq-heading {
    font-size : 300%;
    letter-spacing : -2px;
    font-weight : 700;
}
.faq-subheading{
    letter-spacing : -1px;
    word-spacing : 2px;
    color :#d94b4b;
    font-weight : 600;
    opacity : 80%;
    width : 40%;
    font-size : 110%;
}
.all-questions {
    margin-top : 40px;
    display : flex;
    flex-direction : column;
    gap : 20px;
    justify-content: center;
    align-items: center;
    width : 100%;
}
.question {
    display : flex;
    justify-content: space-between;
    align-items: flex-start;
    padding : 20px;
    text-align: left;
    width : 100%;
    background-color: #ff11002a;
    border-top : solid 1px rgba(255, 255, 255, 0.228);
    border-bottom : solid 1px rgba(255, 255, 255, 0.228);
    border-radius : 14px;
    backdrop-filter : blur(5px);
    cursor: pointer;
    transition: background-color 0.6s ease;
}
.question:hover {
    background-color: #ff110038;
}
.question-arrow{
    transform : rotate(180deg);
    width : 20px;
    flex-shrink: 0;
    margin-top: 8px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.question.active .question-arrow {
    transform: rotate(0deg);
}
.q-and-a{
    display : flex;
    flex-direction : column;
    width : 90%;
    text-align: left;
}
.question-text {
    font-size : 200%;
    font-weight : 700;
    letter-spacing : -1.3px;
    padding: 6px 0;
}
.answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.question.active .answer-wrapper {
    max-height: 400px;
}
.answer{
    opacity: 0;
    padding-top: 40px;
    transition: opacity 0.6s ease;
}
.question.active .answer {
    opacity: 0.6;
}
.form{
    display : flex;
    justify-content: space-between;
    align-items: center;
    gap : 20px;
    padding : 50px;
    width : 100%;
    background : linear-gradient(to bottom right , #D62828 , #FFAEAE);
    border-radius : 20px;
    color : white;

}
.form .left{
    width : 50%;
    display : flex;
    flex-direction : column;
    gap : 30px;
}
.form .heading1 , .heading2{
    font-size : 460%;
    letter-spacing : -2px;
    font-weight : 700;
}
.heading2{
    font-weight : 400;
    letter-spacing : -5px;
    width : 80%;
}
.form .heading1{
    margin-bottom : 30px;
}
.form .subheading{
    opacity : 90%;
    letter-spacing : -1px;
    font-weight : 600;
}
.form .right form{
    padding : 30px;
    background-color: rgba(255, 255, 255, 0.147);
    border-radius : 20px;
    border-top : solid 1px rgba(255, 255, 255, 0.349);
    border-bottom : solid 1px rgba(255, 255, 255, 0.342);
    display : flex;
    gap : 20px;
    flex-direction : column;
    
    box-shadow: 0px 0px 11px #0000002d;
}
.para , .budget , .phone , .email , .full-name{
    display : flex;
    flex-direction : column;
}
.email-and-phone{
    display : flex;
    gap : 10px;
}
form input , textarea{
    outline : none;
    border : none;
    padding : 10px;
    border-radius : 6px;
    border-top : solid 1px rgba(255, 255, 255, 0.349);
    border-bottom : solid 1px rgba(255, 255, 255, 0.342);
    background-color: rgba(255, 255, 255, 0.147);
    color : white;
}

.budget-input-wrapper{
    position: relative;
    width: 100%;
}

.budget-input-wrapper input{
    width: 100%;
    padding-right: 3rem;
}

.currency-suffix{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: 600;
    pointer-events: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
    -webkit-text-fill-color: white;
    caret-color: white;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.147) inset;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.147) inset;
    transition: background-color 9999s ease-out, color 9999s ease-out;
}

input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.submit-btn{
    width : 26%;
    padding : 10px;
    color : white;
    font-weight : 600;
    letter-spacing : -1px;
    border-radius : 60px;
    border : none;
    border-top : solid 1px rgba(255, 255, 255, 0.349);
    border-bottom : solid 1px rgba(255, 255, 255, 0.403);
    cursor : pointer;
    transition: background-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
}
.submit-btn:hover{
    background-color: rgba(255, 255, 255, 0.324);
    transform : scale(106%);
}
footer{
    width : 100%;
    padding : 30px;
    display : flex;
    flex-direction : column;
    justify-content : center;
    align-items : center;
    gap : 60px;
    color : white;
}
.ser , .links , .conts{
    display : flex;
    flex-direction : column;
    
}
.upper{
    width : 85%;
    display : flex;
    align-items : flex-start;
    justify-content: space-between;
}
.identity{
   display: flex;
   flex-direction : column;
   gap : 30px;
   width : 18%;
}
.identity p{
    font-size : 90%;
    letter-spacing : -1px;
    opacity : 90%;
}
.identity img{
    width : 130px;
}
.navigation , .contacts {
    color : white;
    display : flex;
    flex-direction : column;
    gap : 30px;
    align-items : flex-start;
    letter-spacing : -1px;
    opacity : 90%;

}
footer .services{
    display : flex;
    flex-direction : column;
    width : fit-content;
}
.contacts-icons{
    display : flex;
    justify-content : space-between;
    width : 65%;
}
.bold{
    font-weight : 700;
}
.navigation a{
    color : white;
    text-decoration : none;
}
.lower p{
    font-size : 120%;
    letter-spacing : -1px;
}
.conts{
    margin-top : 20px;
}

@keyframes quote-char-blur-reveal {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

@media (prefers-reduced-motion: reduce){
    .big-quote .quote-char,
    .small-quote .quote-char{
        opacity: 1;
        filter: blur(0px);
        animation: none;
        animation-play-state: running;
    }
}

@media (max-width : 1060px){
    .sub-header{
        z-index:2;
        font-size:100%;
        color:#cfcfcf;
        text-align:center;
        width : 40%;
        font-weight : 600;
        letter-spacing : -1px;
        width : 80%;
    }
    .header{
        z-index:2;
        font-size:450%;
        font-weight:600;
        width : 100%;
        background:linear-gradient(to right,white,#a7a7a7);
        -webkit-background-clip:text;
        background-clip:text;
        color:transparent;
        text-align:center;
        letter-spacing : -7px;
    }
    .hero-section{
        padding : 15px;
    }
}
@media (max-width : 1200px){
    .trust-section{
        display : flex;
        flex-direction : column;
        gap : 20px;
        width : 100%;
        padding : 40px 0px;
        background-image : url("../../images/landing-page-pictures/trusting\ lines..svg");
        background-size : cover;
        background-position : center;
        background-repeat : no-repeat;
        padding-top : 90px;
        align-items: center;
        max-width : 1520px;
    }
    .trust-title{
        color : white;
        font-size : 300%;
        letter-spacing : -2px;
        font-weight : 700;
        margin-bottom : 0px;
        width : 100%;
        text-align: left;
    }
    .trust-subtitle{
        color :#d94b4b;
        opacity : 80%;
        font-weight : 600;
        letter-spacing : -1px;
        word-spacing: 2px;
        margin-top : 0px;
    }
    .trust-grids{
        width : 100%;
        color : white;
        display : flex;
        flex-direction : column;
        gap : 40px;
        padding : 0px 40px;
    }
    .upper-grid{
        display: flex;
        align-items: center;
        gap : 15px;
        font-size : 170%;
        font-weight : 600;
        letter-spacing : -2px;
    }
    .svg-img{
        padding : 13px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius : 13px;
        border-top : solid 1px rgba(255, 255, 255, 0.228);
        border-bottom : solid 1px rgba(255, 255, 255, 0.228);
    }
    .grid{
        display: flex;
        flex-direction: column;
        gap : 208px;
        background-color: rgba(255, 80, 32, 0.2);
        padding : 28px;
        border-radius: 40px;
        border-top : solid 1px rgba(255, 255, 255, 0.228);
        border-bottom : solid 1px rgba(255, 255, 255, 0.228);
        backdrop-filter: blur(5px);
        opacity: 0;
        filter: blur(10px);
        transform: translateY(28px);
        transition: opacity 1000ms ease var(--reveal-delay, 0ms), transform 1000ms ease var(--reveal-delay, 0ms), filter 1000ms ease var(--reveal-delay, 0ms), box-shadow 300ms ease;
        will-change: opacity, transform, filter;
    }
    .grid.is-visible{
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0px);
    }
    .grid:hover{
        box-shadow: 0px 0px 21px #ff4a1822;
        transform : scale(102%);
        cursor : default;
    }
    .grid-titles-div{
        padding : 0px 40px;
        width : 100%;
    }
    .grid-paragraph{
        font-weight: 600;
        opacity : 50%;
        font-size : 90%;
    }
    .tools-used{
        display : flex;
        flex-direction : column;
        gap : 20px;
        align-items: flex-start;
        justify-content: space-between;
        width : 100%;
        padding : 0px 20px;
    }
    .tools-used .left{
        display : flex;
        flex-direction: column;
        align-items: center;
        color : white;
        align-items: flex-start;
    }
    .tools-header{
        font-size : 300%;
        letter-spacing : -2px;
        font-weight : 700;
        margin-bottom : 0px;
    }
    .tools-sub-header{
        font-weight : 400;
        letter-spacing : -1px;
        word-spacing : 2px;
        opacity : 54%;
        margin-top : 5px;
        width : 77%;
    }
    .trust-section .right{
        display : flex;
        gap : 7px;
        align-items: center;
        border-radius : 19px;
        flex-wrap: wrap;
        width : 260px;
        padding : 14px 30px;
        background-color: rgba(255, 255, 255, 0.015);
        border-top : solid 1px rgba(255, 255, 255, 0.228);
        border-bottom : solid 1px rgba(255, 255, 255, 0.228);
        backdrop-filter: blur(5px);
    }
    .portfolio{
        display: flex;
        background: radial-gradient(50% 50% at 50% 50%, #FFEDE4 0%, #FFF 100%);
        border-radius : 20px;
        padding : 50px;
        flex-direction: column;
        gap : 50px;
        margin-bottom : -42px;
    }
    .portfolio .up{
        display: flex;
        flex-direction: column;
        width : 100%;
        gap : 50px;

    }
    a{
        text-decoration: none;
    }
    .portfolio-heading{
        font-size : 280%;
        letter-spacing : -2px;
        font-weight : 700;
        letter-spacing: -4.5px;
        word-spacing: 4px;
        background: linear-gradient(90deg, #FF410D 0%, #FF8665 49.41%, #FF724B 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .portfolio-subheading{
        color: #1F1F1F;
        font-family: 'inter',sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1px;
        font-size : 95%;
    }
    .portfolio .reveal-item{
        opacity: 0;
        filter: blur(10px);
        transform: translateY(28px);
        transition: opacity 1000ms ease, transform 1000ms ease, filter 1000ms ease;
        transition-delay: var(--reveal-delay, 0ms);
        will-change: opacity, transform, filter;
    }

    .portfolio .reveal-item.is-visible{
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0px);
    }

    .portfolio .down{
        display: flex;
        gap : 90px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .video-production , .web-development, .vid-prod, .web-dev{
        display: flex;
        width: 80%;
        padding: 43px 19px;
        flex-direction: column;
        gap: 40px;
        border-radius: 6px;
        border: 2px solid rgba(60, 60, 60, 0.75);
        transition: transform 0.5s, border-color 0.5s, box-shadow 0.5s, background-color 0.5s;
        background-color: transparent;
        position: relative;
        overflow: hidden;
        scale: 1;
    }

    .portfolio .video-production.reveal-item,
    .portfolio .web-development.reveal-item,
    .portfolio .vid-prod.reveal-item,
    .portfolio .web-dev.reveal-item{
        transition:
            opacity 1000ms ease var(--reveal-delay, 0ms),
            filter 1000ms ease var(--reveal-delay, 0ms),
            transform 1000ms ease var(--reveal-delay, 0ms),
            scale 0.5s ease,
            border-color 0.5s ease,
            box-shadow 0.5s ease,
            background-color 0.5s ease;
    }

    .video-production::before,
    .web-development::before,
    .vid-prod::before,
    .web-dev::before{
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(90deg, #FF410D 0%, #FF8665 49.41%, #FF724B 100%);
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 0;
        pointer-events: none;
    }

    .video-production > *,
    .web-development > *,
    .vid-prod > *,
    .web-dev > *{
        position: relative;
        z-index: 1;
    }
    .portfolio .video-production:hover,
    .portfolio .web-development:hover,
    .portfolio .vid-prod:hover,
    .portfolio .web-dev:hover{
        border: 2px solid transparent;
        box-shadow: 0px 0px 21px #ff4a1822;
        scale: 1.04;
        cursor : pointer;
    }

    .video-production:hover::before,
    .web-development:hover::before,
    .vid-prod:hover::before,
    .web-dev:hover::before{
        opacity: 1;
    }
    .video-production:hover p, .web-development:hover p, .vid-prod:hover p, .web-dev:hover p{
        color : white;
    }
    .video-production-header , .web-development-header{
        color: #FF6C1D;
        font-family: 'inter',sans-serif;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -1.8px;
    }
    .video-production-subheader , .web-development-subheader{
        color : #1F1F1F;
        font-family: 'inter',sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1px;
        word-spacing : 1px;
        font-size: 90%;
        color: #212121;
    }
    
}
@media (max-width : 950px){
    .about-us{
        color : white;
        display : flex;
        flex-direction: column;
        justify-content: center;
        gap : 20px;
        width : 100%;
    }
    .about-heading{
        width : 100%;
        padding : 0px 10px;
        font-size : 260%;
        font-weight: 900;
        letter-spacing : -2px;
    }
    .about-blocks{
        margin-top : 70px;
        display : flex;
        flex-direction : column;
        gap : 15px;
        justify-content: center;
        align-content: center;
        padding : 0px 10px;
    }
    
    .about-subheading{
        padding : 0px 10px;
        width : 100%;
        letter-spacing : -1.1px;
        color :#d94b4b;
        font-weight : 600;
        opacity : 80%;
        font-size : 80%;
    }
    .block{
        display : flex;
        flex-direction : column;
        padding : 30px;
        background-color : #202020;
        border-radius : 15px;
        width :100%;
        justify-content: center;
        gap : 70px;
        transition : all 0.5s;
        cursor: default;
    }
    .block:hover{
        background-color : white;
        color : rgb(20, 20, 20);
        box-shadow: 0px 0px 41px #ffffff43;
        transform : scale(102%);
        cursor : default;
    }
    .block-heading{
        font-size : 180%;
        font-weight : 500;
        letter-spacing : -1.4px;
    }
    .block-paragraph{
        font-size : 90%;
        opacity : 40%;
        font-weight : 500;
    }
    #left{
        width : 100%;
        justify-content: space-between;
    }
    .about-blocks .right{
        width : 100%;
        display : flex;
        flex-direction : column;
        gap : 15px;
    }
    
    
}
@media (max-width : 750px){
    .agencies-trusted{
        display: flex;
        gap : 20px;
        background-color: rgba(255, 80, 32, 0.2);
        border-radius: 20px;
        border-top : solid 1px rgba(255, 255, 255, 0.352);
        border-bottom : solid 1px rgba(255, 255, 255, 0.39);
        backdrop-filter: blur(5px);
        color : white;
        justify-content: center;
        align-items: center;
        transition : all 0.5s;
        width : 480px;
    }
    .agencies-trusted:hover{
        box-shadow: 0px 0px 31px #ff37002d;
        background-color: rgba(255, 80, 32, 0.273);
        transform : scale(102%);
        cursor : default;
    }
    .text{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .small-trusted-text{
        font-size :90%;
        font-weight : 600;
        letter-spacing: -1px;
        word-spacing: 3.5px;
    }
    .big-trusted-text{
        font-size : 200%;
        letter-spacing: -3px;
        font-weight: 600;
    }
    .line{
        height : 95px;
        width : 4px;
        border-radius: 100px;
        background-color: rgba(255, 255, 255, 0.857);
    }
    .all-agencies-trusted{
        margin-top : -43px;
        background-image: url(../../images/landing-page-pictures/agencies\ trust\ background.svg);
        background-size : cover;
        background-position : center;
        background-repeat: no-repeat;
        width : 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .artex-logo , .brainer-x-logo , .az-voyage-logo{
        width : 50px;
    }
    
}
@media (max-width : 950px){
    .form{
        display : flex;
        flex-direction : column;
        justify-content: center;
        align-items: center;
        gap : 20px;
        padding : 20px;
        width : 100%;
        background : linear-gradient(to bottom right , #D62828 , #FFAEAE);
        border-radius : 20px;
        color : white;

    }
    .form .left{
        width : 100%;
        display : flex;
        flex-direction : column;
        gap : 30px;
    }
    .form .heading1 , .heading2{
        font-size : 300%;
        letter-spacing : -2px;
        font-weight : 700;
    }
    .heading2{
        font-weight : 400;
        letter-spacing : -3px;
        width : 80%;
    }
    .form .heading1{
        margin-bottom : 30px;
    }
    .form .subheading{
        opacity : 90%;
        letter-spacing : -1px;
        font-weight : 600;
    }
    .form .right form{
        width : 100%;
        padding : 30px;
        background-color: rgba(255, 255, 255, 0.147);
        border-radius : 20px;
        border-top : solid 1px rgba(255, 255, 255, 0.349);
        border-bottom : solid 1px rgba(255, 255, 255, 0.342);
        display : flex;
        gap : 20px;
        flex-direction : column;

        box-shadow: 0px 0px 11px #0000002d;
    }
    footer{
        width : 100%;
        padding : 10px;
        display : flex;
        flex-direction : column;
        justify-content : center;
        align-items : center;
        gap : 60px;
        color : white;
    }
    .ser , .links , .conts{
        display : flex;
        flex-direction : column;

    }
    .upper{
        width : 85%;
        display : flex;
        align-items : flex-start;
        justify-content: space-between;
    }
    .identity{
       display: flex;
       flex-direction : column;
       gap : 30px;
       width : 18%;
    }
    .identity p{
        font-size : 70%;
        letter-spacing : 0px;
        opacity : 90%;
    }
    .identity img{
        width : 70px;
    }
    .navigation {
        display : none;

    }
    footer .services{
        display : flex;
        flex-direction : column;
        width : fit-content;
    }
    .contacts-icons{
        display : flex;
        justify-content : space-between;
        width : 65%;
    }
    .bold{
        font-weight : 700;
        font-size : 80%;
    }
    .navigation a{
        color : white;
        text-decoration : none;
    }
    .lower p{
        font-size : 100%;
        letter-spacing : -1px;
    }
    .ser{
        font-size : 60%;
    }
    .conts{
        font-size : 70%;
        margin-top : 20px;
    }
}
@media (max-width : 699px){
    .our-services{
        display: flex;
        flex-direction: column;
        gap : 60px;
        width : 100%;
        padding : 40px;
    }
    .text-before-grids{
        display: flex;
        flex-direction : column;
        color : white;
        justify-content: space-between;
    }
    footer .services{
        display : none;
    }
    footer .identity{
        width : 42%;
        font-size : 70%;
    }
    .conts p{
        font-size : 70%;
    }
    .contacts-icons{
        gap : 10px;
    }
    
    .our-services{
        background-image : url("../../images/landing-page-pictures/squared\ background.svg");
        background-size : cover;
        background-position : center;
        background-repeat : no-repeat;
    }
    .services-heading{
        font-size : 280%;
        letter-spacing : -2px;
        font-weight : 700;
        width :100%;
    }
    .services-heading span{
        color :#FF410D;
    }
    .services-subheading{
        font-weight : 400;
        letter-spacing : -0.5px;
        word-spacing: 2px;
        opacity : 54%;
        width : 100%;
        font-size : 80%;
    }
    .services {
        display : flex;
        flex-direction : column;
        gap : 50px;
        width: 100%;
        color : white;
    }
    .service {
        --service-shift-x: 0px;
        --service-shift-y: 0px;
        --service-hover-scale: 1;
        display: flex;
        flex-direction: column;
        background-color :#FF410D;
        gap : 220px;
        padding : 70px 20px;
        margin: 0;
        width: auto;
        min-width: 0;
        height: 100%;
        border-radius : 40px;
        position: relative;
        overflow: hidden;
        transform: translate(var(--service-shift-x), var(--service-shift-y)) scale(var(--service-hover-scale));
        translate: 0 28px;
        opacity: 0;
        filter: blur(10px);
        transform-origin: center center;
        will-change: opacity, filter, translate, transform;
        transition:
            opacity 1000ms ease var(--reveal-delay, 0ms),
            filter 1000ms ease var(--reveal-delay, 0ms),
            translate 1000ms ease var(--reveal-delay, 0ms),
            transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
            background-color 900ms ease,
            padding 900ms ease;
    }
    .service.is-visible{
        opacity: 1;
        filter: blur(0px);
        translate: 0 0;
    }
    .service-number{
        font-size : 1000%;
        letter-spacing : -2px;
        font-weight : 600;
        opacity : 55%;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .service-name{
        display: flex;
        align-items: center;
        gap : 10px;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .service-name p{
        font-size : 130%;
        font-weight : 600;
        letter-spacing : -1px;
    }
    .service-hover-layout{
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 20px 70px 20px;
        opacity: 0;
        transform: translateY(16px);
        pointer-events: none;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .top-image{
        width : 100%;
        border-radius: 20px;
        opacity :85%;
    }
    .description{
        font-weight : 400;
        letter-spacing : -1px;
        word-spacing : 2px;
        opacity : 74%;
        width : 100%;
        margin-top : 20px;
    }
    .service-new-name{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .service.is-hovered{
        background-color: #F96F49;
        padding: 70px 20px;
        width: auto;
        height: 100%;
        margin: 0;
        --service-hover-scale: 1.08;
        cursor: default;
        z-index: 3;
    }
    .service.is-hovered .service-number,
    .service.is-hovered .service-name{
        opacity: 0;
        transform: translateY(-14px);
    }
    .service.is-hovered .service-hover-layout{
        opacity: 1;
        transform: translateY(0);
    }
    .ser-title {
        font-size : 190%;
        font-weight : 600;
        letter-spacing : -1px;
    }
    .nav-links{
        display : none;
    }
    .question{
        display : flex;
        justify-content: space-between;
        align-items: flex-start;
        padding : 14px;
        text-align: left;
        width : 100%;
        background-color: #ff11002a;
        border-top : solid 1px rgba(255, 255, 255, 0.228);
        border-bottom : solid 1px rgba(255, 255, 255, 0.228);
        border-radius : 14px;
        backdrop-filter : blur(5px);
        cursor: pointer;
        transition: background-color 0.6s ease;
        font-size : 70%;
    }
    .question-arrow{
        width : 15px;
    }
    .faq-section {
        display : flex;
        flex-direction: column;
        width : 100%;
        padding : 0px 15px;
        color : white;
        background-image : url("../../images/landing-page-pictures/lines\ for\ faq\ section.svg");
        background-size : cover;
        background-position : center;
        background-repeat : no-repeat;
    }
    .faq-heading{
        font-size : 280%;
    }
    .faq-subheading{
        width : 100%;
        font-size : 80%;
        letter-spacing : -1px;
    }
    .form{
        display : flex;
        flex-direction : column;
        gap : 20px;
        width : 100%;
        padding : 10px;
        background : linear-gradient(to bottom right , #D62828 , #FFAEAE);
        border-radius : 20px;
        color : white;
    }
    .form .right form{
        width : 100%;
        padding : 30px;
        background-color: rgba(255, 255, 255, 0.147);
        border-radius : 20px;
        border-top : solid 1px rgba(255, 255, 255, 0.349);
        border-bottom : solid 1px rgba(255, 255, 255, 0.342);
        display : flex;
        gap : 20px;
        flex-direction : column;

        box-shadow: 0px 0px 11px #0000002d;
    }
    .email-and-phone{
        display : flex;
        flex-direction : column;
        gap : 10px;
    }
}
@media (min-width : 700px ) and (max-width : 999px){
    .our-services{
        display: flex;
        flex-direction: column;
        gap : 60px;
        width : 100%;
        padding : 40px;
    }
    .text-before-grids{
        display: flex;
        flex-direction : column;
        color : white;
        justify-content: space-between;
    }
    .our-services{
        background-image : url("../../images/landing-page-pictures/squared\ background.svg");
        background-size : cover;
        background-position : center;
        background-repeat : no-repeat;
    }
    .services-heading{
        font-size : 280%;
        letter-spacing : -2px;
        font-weight : 700;
        width :100%;
    }
    .services-heading span{
        color :#FF410D;
    }
    .services-subheading{
        font-weight : 400;
        letter-spacing : -0.5px;
        word-spacing: 2px;
        opacity : 54%;
        width : 100%;
        font-size : 80%;
    }
    .services {
        display : flex;
        flex-direction : column;
        gap : 50px;
        width: 100%;
        color : white;
    }
    .service {
        width : 80%;
        --service-shift-x: 0px;
        --service-shift-y: 0px;
        --service-hover-scale: 1;
        display: flex;
        flex-direction: column;
        background-color :#FF410D;
        gap : 220px;
        padding : 70px 20px;
        margin: 0;
        width: auto;
        min-width: 0;
        height: 100%;
        border-radius : 40px;
        position: relative;
        overflow: hidden;
        transform: translate(var(--service-shift-x), var(--service-shift-y)) scale(var(--service-hover-scale));
        translate: 0 28px;
        opacity: 0;
        filter: blur(10px);
        transform-origin: center center;
        will-change: opacity, filter, translate, transform;
        transition:
            opacity 1000ms ease var(--reveal-delay, 0ms),
            filter 1000ms ease var(--reveal-delay, 0ms),
            translate 1000ms ease var(--reveal-delay, 0ms),
            transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
            background-color 900ms ease,
            padding 900ms ease;
    }
    .service.is-visible{
        opacity: 1;
        filter: blur(0px);
        translate: 0 0;
        width : 80%;
    }
    .service-number{
        font-size : 1000%;
        letter-spacing : -2px;
        font-weight : 600;
        opacity : 55%;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .service-name{
        display: flex;
        align-items: center;
        gap : 10px;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .service-name p{
        font-size : 130%;
        font-weight : 600;
        letter-spacing : -1px;
    }
    .service-hover-layout{
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 20px 70px 20px;
        opacity: 0;
        transform: translateY(16px);
        pointer-events: none;
        transition: opacity 0.7s ease, transform 0.7s ease;
        width : 80%;
    }

    .top-image{
        width : 127%;
        border-radius: 20px;
        opacity :85%;
    }
    .description{
        font-weight : 400;
        letter-spacing : -1px;
        word-spacing : 2px;
        opacity : 74%;
        width : 100%;
        margin-top : 20px;
    }
    .service-new-name{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .service.is-hovered{
        background-color: #F96F49;
        padding: 70px 20px;
        width: auto;
        height: 100%;
        margin: 0;
        --service-hover-scale: 1.08;
        cursor: default;
        z-index: 3;
        width : 80%;
    }
    .service.is-hovered .service-number,
    .service.is-hovered .service-name{
        opacity: 0;
        transform: translateY(-14px);
    }
    .service.is-hovered .service-hover-layout{
        opacity: 1;
        transform: translateY(0);
    }
    .ser-title {
        font-size : 190%;
        font-weight : 600;
        letter-spacing : -1px;
    }
    
}
@media (min-width : 1000px){
    .our-services{
        background-image : url("../../images/landing-page-pictures/squared\ background.svg");
        background-size : cover;
        background-position : center;
        background-repeat : no-repeat;
    }
    .services-heading{
        font-size : 300%;
        letter-spacing : -2px;
        font-weight : 700;
        width :40%;
    }
    .services-heading span{
        color :#FF410D;
    }
    .services-subheading{
        font-weight : 400;
        letter-spacing : -1px;
        word-spacing: 2px;
        opacity : 54%;
        width : 37%;
    }
    .services {
        display : grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap : 50px;
        width: 100%;
        color : white;
    }
    .service {
        --service-shift-x: 0px;
        --service-shift-y: 0px;
        --service-hover-scale: 1;
        display: flex;
        flex-direction: column;
        background-color :#FF410D;
        gap : 220px;
        padding : 70px 20px;
        margin: 0;
        width: auto;
        min-width: 0;
        height: 100%;
        border-radius : 40px;
        position: relative;
        overflow: hidden;
        transform: translate(var(--service-shift-x), var(--service-shift-y)) scale(var(--service-hover-scale));
        translate: 0 28px;
        opacity: 0;
        filter: blur(10px);
        transform-origin: center center;
        will-change: opacity, filter, translate, transform;
        transition:
            opacity 1000ms ease var(--reveal-delay, 0ms),
            filter 1000ms ease var(--reveal-delay, 0ms),
            translate 1000ms ease var(--reveal-delay, 0ms),
            transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
            background-color 900ms ease,
            padding 900ms ease;
    }
    .service.is-visible{
        opacity: 1;
        filter: blur(0px);
        translate: 0 0;
    }
    .service-number{
        font-size : 1000%;
        letter-spacing : -2px;
        font-weight : 600;
        opacity : 55%;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .service-name{
        display: flex;
        align-items: center;
        gap : 10px;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .service-name p{
        font-size : 130%;
        font-weight : 600;
        letter-spacing : -1px;
    }
    .service-hover-layout{
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 20px 70px 20px;
        opacity: 0;
        transform: translateY(16px);
        pointer-events: none;
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .top-image{
        width : 100%;
        border-radius: 20px;
        opacity :85%;
    }
    .description{
        font-weight : 400;
        letter-spacing : -1px;
        word-spacing : 2px;
        opacity : 74%;
        width : 100%;
        margin-top : 20px;
    }
    .service-new-name{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .service.is-hovered{
        background-color: #F96F49;
        padding: 70px 20px;
        width: auto;
        height: 100%;
        margin: 0;
        --service-hover-scale: 1.08;
        cursor: default;
        z-index: 3;
    }
    .service.is-hovered .service-number,
    .service.is-hovered .service-name{
        opacity: 0;
        transform: translateY(-14px);
    }
    .service.is-hovered .service-hover-layout{
        opacity: 1;
        transform: translateY(0);
    }
    .ser-title {
        font-size : 190%;
        font-weight : 600;
        letter-spacing : -1px;
    }
    
}
@media (max-width : 1064px){
    .quote-transition{
        display : none;
    }
}
@media (max-width : 1313px){
    .cta{
        display : none;
    }
    .clients-reviews{
        display : none;
    }
    
}
