


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
*[hidden] {
    display: none;
}

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

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
    box-shadow: none;
}

:active,:hover,:focus{outline:0;outline-offset:0}


::-webkit-scrollbar {
    /* height: 0px;              */
    /* width: 4px;                */
    /* border: 1px solid #d5d5d5; */
    scrollbar-width: none; 
  }

*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body {
	line-height: 1;
    color: #fff;
    background: var(--background);
}

menu, ol, ul {
	opacity: .7;
    margin-left: 40px;
}

ul li{
    margin-top: 7px;
    line-height: 24px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, h1, h2, h3, h4, h5, h6, span, p{
    font-family: 'Manrope';
}

:root{
    --background: #101010;
    --yellow: #FFC700;
    --gray-light: rgba(255, 255, 255, 0.1);
    --gray-dark: rgba(255, 255, 255, 0.05);
}


.header{
    width: 100%;
    padding: 34px 0;
    /* position: fixed; */
    position: fixed;
    display: flex;
    justify-content: center;
    z-index: 10;
    transition: background .2s;
}

.mobile-menu{
    display: none;
}

.header-background{
    background: rgba(16, 16, 16, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
}

.header__main{
    width: 1170px;
    display: flex;
    justify-content: space-between;
}

#homeVideo{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    /* max-height: 100vh;
    max-width: 100vw; */
}

#preview{
    overflow: hidden;
    position: relative;
}

.header__navigation{
    display: flex;
    align-items: center;
    gap: 48px;
}

.header__burger{
    display: none;
}

.navigation{
    display: flex;
    gap: 32px;
}

.navigation a{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: white;
}

.dropbtn{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    padding-bottom: 8px;
}



.dropdown-content {
    display: none;
    position: absolute;
    /* min-width: 160px; */
    z-index: 1;
    opacity: 0;
    transition: 2s;
    background:  rgba(16,16,16,.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    padding: 0 10px;
    padding-bottom: 0px;
    border-radius: 0 0 8px 8px;
    width: 92px;

}

.dropdown-content a {
    color: white;
    text-decoration: none;
    display: block;
    display: flex;
    gap: 8px;
    margin: 10px 0;
}

.dropdown-content a:first-child{
    margin-top: 8px;
}

.arrow-down{
    transition: .2s;
}

.contact-button{
    color: #202020;
    background: var(--yellow);
    width: 194px;
    height: 48px;
    transform: skew(-12deg);
    border: none;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    transition: .2s;
    border: 2px solid var(--yellow)
}

.contact-button:hover{
    background: transparent;
    color: var(--yellow);
}

button:hover{
    cursor: pointer;
}

.contact-form{  
    width: 100%;
    height: 100%;
    background: var(--background);
    position: fixed;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-header{
    width: 1170px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-header svg:hover{
    cursor: pointer;
}

.form__main{
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.form{
    margin-top: 48px;
    display:flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

input, textarea{
    padding: 16px 24px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: white;
    /* opacity: .5; */
    outline: none;
    background: var(--background);
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: .2s;
}

textarea{
    height: 238px;
}

input:focus, textarea:focus {
    outline: 0;
    outline-offset: 0;
    border-bottom: 1px solid var(--yellow);
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}
span{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
}

.contact-button *{
    transform: skew(12deg);
}

.privacy__content .privacy-heading{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 80px;
    color: white;
    opacity: 1;
}

.preview{
    width: 100%;
    height: 100vh;
    background: url('images/preview.webp');
    background-size:cover;
    background-repeat: no-repeat;
    display:flex;
    justify-content: center;
}

.preview__main{
    width: 1170px;
    display:flex;
    align-items: end;
    padding: 0px 0px  80px 0px;
    flex-wrap: wrap;
    position:relative;
    z-index: 2;
}

.preview-main__text{
    width: 770px;
}

h1{
    font-size: 72px;
    line-height: 80px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 16px;
}

h2{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
}

h3{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
}

p{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    opacity: .7;
    margin-top: 16px;
}

.heading-subtext{
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    opacity: .7;
}

.project-slider{
    width: 100%;
    /* height: 100vh; */
    /* background: url("images/bg1.jpg"); */
    background-size: 100%;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.works__text{
    width: 1170px;
    margin: 0 auto;
}

.horizontal-snap {
    margin: 0 auto;
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
    height: 520px;
    /* padding: 1rem; */
    max-width: 100%;
    margin-top: 48px;
    overflow-y: auto;
    /* overscroll-behavior-x: contain; */
    scroll-snap-type: x mandatory;
}

.horizontal-snap > .snap-card {
    /* scroll-snap-align: start; */
    scroll-snap-align: center;
}

.snap-card:first-child{
    margin-left: calc((100vw - 1170px) / 2);
    /* width: calc(((100vw - 1170px) / 2) + 470px); */
}

.snap-card:last-child{
    margin-right: calc((100vw - 1170px) / 2);
}
/* .horizontal-snap img {
    width: 180px;
    max-width: none;
    object-fit: contain;
    border-radius: 1rem;
} */

.snap-card{
    width: 470px;
}

.slash{
    color: #202020;
}

.snap-card__photo{
    width: 470px;
    height: 412px;
}


.snap-card__photo:nth-child(n){
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 105% 105%;
    transition: .5s;
    background-color: #1c1c1c;
}

.snap-card__photo:nth-child(n):hover{
    background-position: center center;
    background-size: 120% 120%;
}

.snap-card__photo:first-child{
    /* background: url('/assets/images/ardor-preview.png'); */
    /* background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 105% 105%;
    transition: .5s; */
}

.right-button, .left-button{
    width: 48px;
    height: 48px;
    padding: 12px;
    background: rgba(72, 72, 72, 0.85);
    outline: none;
    border: none;
    position: absolute;
    margin-top: 260px;
}

.right-button svg path, .left-button svg path{
    fill: white;
    opacity: .5;
}

.right-button:hover, .left-button:hover{
    background: rgba(72, 72, 72, 1);
    /* opacity: .7; */
}

.right-button:hover svg path, .left-button:hover svg path{
    /* background: rgba(72, 72, 72, 1); */
    /* opacity: .7; */
    fill: white;
    opacity: 1;
}

.right-button{
    left: calc(100% - 76px);
}

.left-button{
    left: 28px;
}

.card-1{
    background-image: url('/assets/images/ardor-hover.webp');
    background-image: url('/assets/images/ardor-preview.webp');
}

.card-1:hover{
    background-image: url('/assets/images/ardor-hover.webp');
}

.card-2{
    background-image: url('/assets/images/alien-hover.webp');
    background-image: url('/assets/images/alien-preview.webp');
}

.card-2:hover{
    background-image: url('/assets/images/alien-hover.webp');
}

.card-3{
    background-image: url('/assets/images/vio-hover.webp');
    background-image: url('/assets/images/vio-preview.webp');
}

.card-3:hover{
    background-image: url('/assets/images/vio-hover.webp');
}

.card-4{
    background-image: url('/assets/images/rds-hover.webp');
    background-image: url('/assets/images/rds-preview.webp');
}

.card-4:hover{
    background-image: url('/assets/images/rds-hover.webp');
}

.card-5{
    background-image: url('/assets/images/levrana-hover.webp');
    background-image: url('/assets/images/levrana-preview.webp');
}

.card-5:hover{
    background-image: url('/assets/images/levrana-hover.webp');
}

.card-6{
    background-image: url('/assets/images/better-hover.webp');
    background-image: url('/assets/images/better-preview.webp');
}

.card-6:hover{
    background-image: url('/assets/images/better-hover.webp');
}
/* 
.snap-card__photo:first-child:hover{
    background: url('/assets/images/ardor-hover.png');
    background-position: center center;
    background-size: 120% 120%;
} */

.snap-card__photo:nth-child(2){
    background-image: url('/assets/images/alien-preview.webp');
}

.snap-card__photo:nth-child(2):hover{
    background-image: url('/assets/images/alien-hover.webp');
}

@keyframes card{
    from{
        background-size: 100%;
    } to {
        background-size: 115%;
    }
}

.snap-card__heading{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: white;
    margin-top: 12px;
}

.iframe{
    margin-top: 17px;
}

.snap-card__tags{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: rgb(255,255,255, .65);
}


.cards{
    width: 100%;
    /* height: 100vh; */
    background: url('images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 80px 0px;
    background: var(--background);
}

.card-block__text{
    width: 570px;
}

.do-cards{
    display:flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 48px;
}

.do-card{
    background: rgba(255, 255, 255, 0.05);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 240px;
    transition: .2s;
}

.do-card:hover{
    background: rgba(255, 255, 255, 0.1);
}

.do-card:nth-child(1){
    /* width: 370px; */
    width: 540px;
}

.do-card:nth-child(2){
    /* width: 270px; */
    width: 600px;
}

.do-card:nth-child(3){
    /* width: 470px; */
    width: 400px;
}

.do-card:nth-child(4){
    /* width: 540px; */
    width: 300px;
}

.do-card:nth-child(5){
    /* width: 600px; */
    width: 410px;
}

/* .do-card:nth-child(6){
    width: 270px;
    background: transparent;
    justify-content: center;
    text-align: center;
    text-transform: lowercase;
    padding: 0px;
} */

.card-heading{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    margin-top: 16px;
}

.card-text{
    margin-top: 8px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    opacity: .7;
}

.last-card-heading{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: lowercase;
}

.last-card-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    opacity: .7;
}

.arrow-btn{
    margin: 16px auto 0px auto;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.1);
    /* opacity: 0.1; */
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-btn:hover{
    opacity: .3;
    cursor: pointer;
}

.preview-main__text .contact-button{
    display: none;
}

.footer__main{
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

.footer{
    padding: 32px 0px;
    background: var(--background);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.05);
}

.footer-first{
    display: flex;
    justify-content: space-between;
}

.footer-last{
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0px 0px 0px #101010, inset 0px 0px 0px #101010, inset 0px 1px 0px rgba(255, 255, 255, 0.05);
    margin-top: 18px;
}

.footer__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: white;
    opacity: 1;
    margin-top: 0;
}

.footer__text{
    display: flex;
    align-items: center;
}

small{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    opacity: .5;
    margin-top: 17px;
}

.footer__links{
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.social{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    transition: .2s;
}

.social:hover{
    opacity: .7;
}

.privacy{
    display: flex;
    align-items: center;
    gap: 5px;
}

.privacy a{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: white;
    opacity: .65;
}

.privacy span{
    color: #202020;
}

a{
    text-decoration: none;
}

.terms-popup{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: var(--background);
    z-index: 20;
    top: 0;
}

.terms-content{
    width: 1170px;
    margin: 0 auto;
    /* margin-top: 84px; */
}

.privacy-header{
    margin-top: 24px;
    margin-bottom: 24px;
}

/* :target::before{
    content: "";
    position:absolute;
    margin-top: -190px;
    height:190px;
    width: 110px;
    display: block; */
    /* visibility: hidden; */
/* } */

:target{
    scroll-margin-top: 110px;
}

.estimation-block{
    padding: 80px 0px;
}

.estimation-main{
    width: 1170px;
    margin: 0 auto;
}

.form__inputs{
    display: flex;
    gap: 30px;
}

input{
    width: 100%;
}

.form-button{
    width: 280px;
}

.privacy__content a{
    color: white;
    padding-bottom: 1px solid white;
}


.privacy__content{
    height: 90vh;
    overflow: auto;
    padding-bottom: 100px;
    max-width: 100%;
}

.terms-popup{
    display: none;
}

@media screen and (min-width:1200px){
    .dropdown:hover .arrow-down{
        transform: rotate(-180deg);
    }
    
    
    .dropdown:hover{
        background: rgba(16,16,16,.5);
        border-radius: 8px 8px 0 0;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
        opacity: 1;
    }
}

.dropdown{
    width: 92px;
}

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

    .dropbtn{
        border-radius: 8px 8px 0px 0px;
    }

    .dropdown-content{
        opacity: 1;
    }

    .left-button, .right-button{
        display: none;
    }

    .header__burger .dropdown{
        /* margin-right: 32px; */
        margin-right: 20px;
    }

    .preview-main__text .contact-button{
        display: flex;
        margin-top: 48px;
        width: 280px;
    }

    .contact-button{
        width: 280px;
    }


    .contact-button:hover{
        background: var(--yellow);
    }

    .estimation-main{
        width: auto;
        padding: 32px 16px;
    }

    .form__inputs{
        flex-direction: column;
    }

    .snap-card:first-child{
        width: 470px;
        padding: 0;
    }

    .mobile-menu{
        backdrop-filter: blur(5px); /* 8 */
        -webkit-backdrop-filter: blur(5px);
        -moz-backdrop-filter: blur(5px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: rgba(16, 16, 16, 0.95);
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 15;
        transition: margin .5s;
        margin-left: 200%;
    }

    .mobile-menu__links{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 48px;
        padding: 0 20px;
        padding-bottom: 120px;
    }

    .mobile-menu__link{
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        color: white;
    }

    .mobile-menu__header{
        padding: 34px 20px;
        display: flex;
        justify-content: space-between;
    }

    /* .dropdown:hover{
        background: transparent;
    }

    .dropdown-content{
        background: transparent;
    } */
    
    .header{
        align-items: center;
    }

    .mobile-menu__buttons{
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .header__burger{
        display: flex;
        align-items: center;
    }

    .header__navigation{
        display: none;
    }

    .contact-form{
        padding: 0px 16px;
    }

    .form__main{
        width: 100%;
    }

    .form{
        width: 100%;
    }

    .header__main{
        width:100%;
        padding: 0px 16px;
    }

    .do-cards{
        gap: 16px;
    }

    .works__text{
        width: 100%;
    }

    .cards{
        padding: 80px 16px;
    }

    .do-card:nth-child(1){
        width: 59.5%;
    }
    
    .do-card:nth-child(2){
        width: 38.3%;
    }
    
    .do-card:nth-child(3){
        width: 48.7%;
    }
    
    .do-card:nth-child(4){
        width: 49%;
    }
    
    .do-card:nth-child(5){
        width: 99.5%;
    }

    .do-card:nth-child(6){
        width: 38%;
    }

    .preview__main{
        margin-left: 16px;
        margin-right: 16px;
    }

    .project-slider{
        padding: 80px 0px;
    }

    .works__text{
        padding: 0 16px;
    }

    .snap-card:first-child{
        margin-left: 16px;
    }

    .snap-card:last-child{
        margin-right: 16px;
    }

    .preview-main__text{
        padding: 0 16px;
    }

    .works__text:last-child{
        padding: 0;
    }

    .cards{
        height: auto;
    }

    .footer__main{
        width: auto;
        margin: 0px 16px;
    }

    .contact-header{
        width: 100%;
        padding: 34px 16px;
        margin: 0;
    }

    .project-slider{
        height: auto;
    }

    .contact-button span{
        color: #202020;
    }

    h1{
        font-size: 64px;
        line-height: 80px;
    }

    .form .contact-button{
        margin-left: 8px;
    }

    .terms-content{
        width: 100%;
    }

    .privacy__content{
        padding: 0 20px 100px 20px;
        height: calc(100vh - 110px);
    }

    .card-1{
        background-image: url('/assets/images/ardor-hover.webp');
    }
    
    .card-2{
        background-image: url('/assets/images/alien-hover.webp');
    }

    .card-3{
        background-image: url('/assets/images/vio-hover.webp');
    }

    .card-4{
        background-image: url('/assets/images/rds-hover.webp');
    }

    .card-5{
        background-image: url('/assets/images/levrana-hover.webp');
    }
 
    .card-6{
        background-image: url('/assets/images/better-hover.webp');
    }

    .snap-card__photo:nth-child(n){
        background-color: #1c1c1c;
        background-size: cover;
    }

    .snap-card__photo:nth-child(n):hover{
        background-size: cover;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .preview-main__text .contact-button{
        margin-top: 24px;
    }

    .do-card{
        min-height: 240px;
        height: auto;
    }
}


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

    /* .header__burger .dropdown{
        display: none;
    } */

    .snap-card__heading{
        /* height: 40px; */
    }

    .preview-main__text .contact-button{
        width: 100%;
    }

    .privacy__content{
        height: calc(100vh - 72px);
        margin-top: -24px;
    }

    .privacy__content ul li{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .privacy__content h2, h3, h1{
        margin-top: 24px;
    }

    .privacy__content .privacy-heading{
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
    }

    .terms-content{
        width: 100%;
    }

    .terms-popup{
        padding: 0 16px;
    }

    .terms-content{
        margin-top: 24px;
    }

    .form .contact-button{
        margin-left: 0;
    }

    .works__text:last-child{
        padding: 48px 20px;
    }

    .estimation-block{
        padding: 0;
    }

    .estimation-main{
        padding: 48px 20px;
    }

    .snap-card:first-child{
        width: 270px;
    }

    :target{
        scroll-margin-top: 74px;
    }

    .header{
        padding: 20px 0px;
    }

    .logo{
        max-height: 32px;
    }

    .dropbtn{
        padding: 10px;
    }
    
    .mobile-menu__header{
        padding: 20px;
    }

    .mobile-menu__buttons{
        gap: 20px;
    }

    .contact-button span{
        color: #202020;
    }

    .slash{
        font-size: 8px;
    }

    .header__main{
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .header .contact-button{
        display: none;
    }

    .preview__main{
        width: 100%;
    }

    .works__text{
        width: 100%;
    }

    .card-block__text{
        width: 100%;
    }

    h1{
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .heading-subtext{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }

    .contact-button{
        margin-top: 48px;
        width:100%;
        display: flex;
    }

    .preview-main__text{
        padding: 0px 20px 0px 20px;
    }

    .works__text{
        padding: 0px 20px;
    }

    h2{
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
    }

    p{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }

    .do-card:nth-child(n){
        width: 100%;
    }

    .cards{
        padding: 48px 0px;
        height: auto;
    }

    .card-heading{
        font-size: 16px;
        line-height: 100%;   
    }

    .card-text{
        font-weight: 400;
        font-size: 10px;
        line-height: 18px;
    }

    .preview-main__text .contact-button{
        display: flex;
    }

    .footer__main{
        width: auto;
        margin: 0px 20px;
    }

    .form__logo img{
        /* display: none; */
        margin: 0;
        max-height: 32px;
        /* margin-top: 16px; */
    }

    .contact-header{
        width: 100%;
        padding: 20px 0;
        margin:0;
        /* margin-top: 32px; */
    }

    .form__logo {
        max-height: 32px;
    }

    .snap-card{
        width: 270px;
    }

    .snap-card__photo{
        width: 270px;
        height: 200px;
    }

    .project-slider .works__text{
        padding: 0;
    }

    .snap-card__tags{
        font-size: 8px;
        line-height: 100%;
    }

    .snap-card__heading{
        font-size: 20px;
    }

    .horizontal-snap{
        height: 295px;
    }

    .project-slider{
        height: auto;
        padding: 48px 16px;
    }

    .preview__main{
        padding: 0px 0px 120px 0px;
    }

    .project-slider{
        padding: 48px 0px;    
    }

    .project-slider .works__text{
        padding: 0px 20px;
    }

    .snap-card:first-child{
        margin-left: 20px;
    }

    .snap-card:last-child{
        margin-right: 20px;
    }
}

@keyframes closePopup {
    from{
        transform: scale(1);
        opacity: 1;
    } to {
        transform: scale(.5);
        opacity: .5;
    }
}

@keyframes showPopup {
    from{
        transform: scale(.5);
        opacity: .5;
    } to {
        transform: scale(1);
        opacity: 1;
    }
}

#contact{
    display: none;
}