/* @font-face {
    font-family: JupiterMission;
    src: url(../fonts/JupiterMissionItalic.woff);
    font-style: italic;
}
@font-face {
    font-family: JupiterMission;
    src: url(../fonts/JupiterMissionRegular.woff);
} */
@font-face {
    font-family: leddot;
    src: url(../fonts/LED-Dot-Matrix.ttf);
}
@font-face {
    font-family: saga;
    src: url(../fonts/SEGA.TTF);
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
body{
    background-color: #000000;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: url('../image/cursor.png') 1 1, auto;
}
a{
    cursor: url('../image/cursor.png') 1 1, auto;
}
.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
/* .preloader.hide{
    display: none;
}
.preloader .light{
    position: relative;
}
.preloader .light::before{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    transform: scale(2);
    border-radius: 100px;
    background: radial-gradient(#ffffff, #ffffff4c,#ffffff00, #ffffff00);
    animation: light 2s infinite;
    opacity: 0;
}
@keyframes light {
    0%{opacity: 0;}
    60%{opacity: 1;}
    100%{opacity: 0;}
} 
.preloader img{
    width: 100px;
    position: relative;
}
*/
.preloader svg{
    width: 200px;
}
.preloader .preloader-b{
    opacity: 0;
    animation: opacityflicker 3s linear infinite;
    animation-delay: 1s;
}
.preloader .preloader-d{
    opacity: 0;
    animation: opacityflicker 3s linear infinite;
    animation-delay: 1s;
}

@keyframes opacityflicker {
	0%, 19%, 22%, 62%, 64%, 70%, 100% {
		opacity: 0.99;
	}
	20%, 21%, 63%, 65%, 69.9% {
		opacity: 0.4;
		text-shadow: none;
	}
}


.header.sticky{
    height: 110vh;
    position: relative;
    line-height: 0;
    z-index: 1;
}
.header.sticky .logo-wrapper{
    padding-top: calc(100vh - 304px);
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: flex-start;
}
.header.sticky .logo{
    padding: 20px 40px;
    width: 670px;
    position: sticky;
    top: 0;
    color: #fff;
    display: block;
}
.header.sticky img{
    display: inline-block;
    width: 100%;
}
.header.sticky svg{
    width: 100%;
    /* filter: drop-shadow(0 0 10px #fff); */
    animation: flicker 3s linear infinite;
}
.header.sticky .logo.moved svg{
    animation: none;
}
.header.sticky .mobile-menu{
    display: none;
}

body{
    overflow-x: hidden;
}
.header.show-toggler,
.header:not(.sticky){
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}
.header:not(.sticky) .logo{
    display: block;
    width: 140px;
}
.header .mobile-menu{
    position: relative;
    margin-top: 15px;
}
.header .menu-toggler{
    position: relative;
    height: 30px;
    width: 36.5px;
    transform: rotate(0deg);
    transition: .3s;
    z-index: 9;
}
.header .menu-toggler.toggle{
    transform: rotate(90deg);
}
.header .menu-toggler img{
    height: 30px;
    opacity: 1;
    transition: .3s;
}
.header .menu-toggler img.close{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    opacity: 0;

}
.header .menu-toggler.toggle img.close{
    opacity: 1;
}
.header .menu-toggler.toggle img.times{
    opacity: 0;
}
.header .mobile-menu .menu{
    position: absolute;
    right: 0;
    background: #000000;
    margin-top: -65px;
    margin-right: -20px;
    padding: 85px 30px 30px;
    /* transform: translate(100%); */
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    max-width: 100vw;
}
.header .mobile-menu .menu.show-menu{
    transform: translate(0);
    z-index: 9999;
    opacity: 1;
    pointer-events: all;
}
.header .mobile-menu .menu .links a{
    color: #fff;
    font-size: 30px;
    font-family: leddot;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    transition: .3s;
    white-space: nowrap;
    line-height: 1;
}
.header .mobile-menu .menu .link:nth-child(4n+1) a:hover { 
    background-color: #ffce1b; 
}   
.header .mobile-menu .menu .link:nth-child(4n+2) a:hover { 
    background-color: #ff1d0d; 
}   
.header .mobile-menu .menu .link:nth-child(4n+3) a:hover { 
    background-color: #219ae5; 
}  
.header .mobile-menu .menu .link:nth-child(4n+4) a:hover { 
    background-color: #7d67c2; 
}

.header.show-menu-toggler{
    display: flex;
    justify-content: space-between;
}
.header.show-menu-toggler .mobile-menu{
    display: block;
    position: sticky;
    top: 35px;
    height: 30px;
    margin-bottom: 50px;
    margin-right: 40px;
}
.header.show-menu-toggler .logo-wrapper{
    width: 100%;
    margin-right: -80px;
}

@keyframes flicker {
    0%, 19%, 22%, 62%, 64%, 70%, 100% {
        opacity: 0.99;
        filter: 
        /* drop-shadow(-1px -1px 0 rgba(255,255,255, 0.4)) */
        /* drop-shadow(1px -1px 0 rgba(255,255,255, 0.4)) */
        /* drop-shadow(-1px 1px 0 rgba(255,255,255, 0.4)) */
        /* drop-shadow(1px 1px 0 rgba(255,255,255, 0.4)) */
        drop-shadow(0 -2px 5px)
        /* drop-shadow(0 0 2px) */
        /* drop-shadow(0 0 5px #999) */
        drop-shadow(0 0 10px #e9e9e9)
        drop-shadow(0 2px 3px #000)
        ;
	}
	20%, 21%, 63%, 65%, 69.9% {
        opacity: 0.4;
		text-shadow: none;
	}
}

@media screen and (max-width:767px) {
    .header.sticky .logo-wrapper{
        padding-top: calc(100vh - 320px);
    }
    .header.sticky .logo{
        width: 320px;
        padding: 20px 25px 20px;
    }
    .header:not(.sticky){
        padding: 20px 25px;
        /* width: 190px; */
    }
    .header:not(.sticky) .logo{
        width: 140px;
    }
    .header.show-menu-toggler .mobile-menu{
        margin-right: 20px;
    }
    .header .mobile-menu .menu{
        width: 100vw;
    }
}


.about-us{
    padding: 50px 0;
}
.about-us .container{
    padding: 0 40px;
}
.about-us h2{
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: saga;
    font-weight: 400;
}
.about-us p{
    color: #fff;
    font-size: 40px;
    max-width: 600px;
    font-family: saga;
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .about-us .container{
        padding: 0 25px;
    }
    .about-us h2{
        font-size: 25px;
    }
    .about-us p{
        font-size: 25px;
    }
}


.featured-project {
    /* padding: 50vh 0 0; */
    padding: 10vh 0 0;
    background-image: url(../image/featured-projects-section-background-bad-lighting-design.svg);
    background-attachment: fixed;
}
.featured-project .container{
    padding: 0 40px;
}
.featured-project .section-title{
    position: sticky;
    top: 40px;
    margin-bottom: 40px;
}
.featured-project .title{
    font-size: 40px;
    color: #ffffff;
    font-family: saga;
    font-weight: 400;
}
.featured-project .projects{
    padding-top: 100vh;
}
.featured-project .project{
    padding-bottom: 80vh;
    position: relative;
    perspective: 900px;
    position: sticky;
}
.featured-project .project:nth-last-child(2){
    top: 0;
    background-color: #000000;
    z-index: 999;
    padding-bottom: 100vh;
}
.featured-project .project:last-child{
    padding-bottom: 0vh;
}
.featured-project .project a{
    color: #fff;
    font-size: 36px;
    font-family: leddot;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    transform-style: preserve-3d;
    transform: rotateX(90deg) skewX(20deg);
    transform-origin: bottom;
    border-radius: 5px;
}
.featured-project .project:nth-child(4n+1) a:hover { 
    background-color: #ffce1b; 
}   
.featured-project .project:nth-child(4n+2) a:hover { 
    background-color: #ff1d0d; 
}   
.featured-project .project:nth-child(4n+3) a:hover { 
    background-color: #219ae5; 
}  
.featured-project .project:nth-child(4n+4) a:hover { 
    background-color: #7d67c2; 
}
.featured-project .project:nth-child(1){
    top:100px;
}
.featured-project .project:nth-child(2){
    top:150px;
}
.featured-project .project:nth-child(3){
    top:200px;
}
.featured-project .project:nth-child(4){
    top:250px;
}
.featured-project .project:nth-child(5){
    top:300px;
}
.featured-project .project:nth-child(6){
    top:350px;
}
.featured-project .project:nth-child(7){
    top:400px;
}
.featured-project .project:nth-child(8){
    top:450px;
}
.featured-project .project:nth-child(9){
    top:500px;
}
.featured-project .project:nth-child(10){
    top:550px;
}
.featured-project .project.active a{
    animation: sk 3s forwards;
}
@keyframes sk {
    0%{
        transform: rotateX(90deg) skewX(20deg); 
    }
    100%{
        transform: rotateX(0deg) skewX(0deg); 
    }
}

@media screen and (max-width:767px) {
    .featured-project .container{
        padding: 0 25px;
    }
    .featured-project .title{
        font-size: 25px;
    }
    .featured-project .project a{
        color: #fff;
        font-size: 22px;
    }
    .featured-project .project:nth-child(1){
        top:90px;
    }
    .featured-project .project:nth-child(2){
        top:130px;
    }
    .featured-project .project:nth-child(3){
        top:170px;
    }
    .featured-project .project:nth-child(4){
        top:210px;
    }
    .featured-project .project:nth-child(5){
        top:250px;
    }
    .featured-project .project:nth-child(6){
        top:290px;
    }
    .featured-project .project:nth-child(7){
        top:330px;
    }
    .featured-project .project:nth-child(8){
        top:370px;
    }
    .featured-project .project:nth-child(9){
        top:410px;
    }
    .featured-project .project:nth-child(10){
        top:450px;
    }
}



.spaces .container{
    padding: 0 40px;
}
.spaces .section-title{
    margin-bottom: 30px;
}
.spaces .title{
    font-size: 40px;
    color: #ffffff;
    font-family: saga;
    font-weight: 400;
}
.spaces .links{
    padding-bottom: 100px;
}
.spaces .links a{
    color: #fff;
    font-size: 40px;
    font-family: leddot;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    transition: .3s;
}
.spaces .link:nth-child(4n+1) a:hover { 
    background-color: #ffce1b; 
}   
.spaces .link:nth-child(4n+2) a:hover { 
    background-color: #ff1d0d; 
}   
.spaces .link:nth-child(4n+3) a:hover { 
    background-color: #219ae5; 
}  
.spaces .link:nth-child(4n+4) a:hover { 
    background-color: #7d67c2; 
}


@media screen and (max-width:767px) {
    .spaces .container{
        padding: 0 25px;
    }
    .spaces .title{
        font-size: 25px;
    }
    .spaces .links a{
        font-size: 25px;
    }
}


.footer{
    padding: 50px 0;
}
.footer .container{
    padding: 0 40px;
}
.footer .logo-wrap{
    max-width: 90%;
    margin: auto;
    width: 600px;
}
.footer .footer-links{
    display: flex;
    justify-content: center;
    padding: 40px 10px ;
}
.footer .footer-links .link:not(:last-child){
    border-right: 2px solid #ffffff;
}
.footer .footer-links a{
    color: #fff;
    font-size: 15px;
    font-family: leddot;
    text-decoration: none;
    padding: 10px 0;
    display: inline-block;
    padding: 0 20px;
}
.footer .footer-links a:hover{
    color: #ffce1b;
}
.footer .copyright{
    font-size: 14px;
    color: #ffffff;
    font-family: "acumin-variable", sans-serif;
    text-align: center;
}

@media screen and (max-width:767px) {
    .footer .container{
        padding: 0 25px;
    }
    .footer .footer-links{
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .footer .footer-links .link{
        text-align: center;
    }
    .footer .footer-links .link:not(:last-child){
        border-right: 0;
    }
    .footer .footer-links a{
        padding: 5px 0;
        text-align: center;
    }
    .footer .copyright{
        font-size: 12px;
    }
}


.gallery .container{
    padding: 0 40px;
}
.gallery .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
    grid-auto-flow: dense;
}
.gallery .row .col {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.gallery .col:nth-child(10n + 1) { grid-column: 1; grid-row: calc((var(--index) - 0) / 10 * 4 + 1); }
.gallery .col:nth-child(10n + 2) { grid-column: 1; grid-row: calc((var(--index) - 1) / 10 * 4 + 2); }
.gallery .col:nth-child(10n + 3) { grid-column: 2; grid-row: calc((var(--index) - 2) / 10 * 4 + 1); }
.gallery .col:nth-child(10n + 4) { grid-column: 2; grid-row: calc((var(--index) - 3) / 10 * 4 + 2); }
.gallery .col:nth-child(10n + 5) { grid-column: 3 / span 2; grid-row: calc((var(--index) - 7) / 10 * 4 + 2) / span 2; }
.gallery .col:nth-child(10n + 6) { grid-column: 1 / span 2; grid-row: calc((var(--index) - 7) / 10 * 4 + 3) / span 2; }
.gallery .col:nth-child(10n + 7) { grid-column: 3; grid-row: calc((var(--index) - 6) / 10 * 4 + 3); }
.gallery .col:nth-child(10n + 8) { grid-column: 3; grid-row: calc((var(--index) - 7) / 10 * 4 + 4); }
.gallery .col:nth-child(10n + 9) { grid-column: 4; grid-row: calc((var(--index) - 8) / 10 * 4 + 3); }
.gallery .col:nth-child(10n + 10) { grid-column: 4; grid-row: calc((var(--index) - 9) / 10 * 4 + 4); }

.gallery .row .col a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100%;
}
.gallery .row h4{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-family: leddot;
    font-size: 20px;
    opacity: 0;
    transition: .3s;
    z-index: 2;
}
.gallery .row a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    left: 0;top: 0;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}
.gallery .row a:hover::before{
    opacity: 1;
}
.gallery .row a:hover h4{
    opacity: 1;
}
.gallery .row .col a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery .filter .filter-items{
    display: flex;
    list-style: none;
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-flex;
    margin: 20px 0 30px;
    padding: 0 10px;
    position: relative;
}
.gallery .filter .item{
    padding: 10px 15px;
    font-size: 30px;
    font-family: leddot;
    border-radius: 10px;
    transition: .3s;
}
.gallery .filter .item.active{
    color: #ffce1b; 
}
.gallery .filter .item:nth-child(4n+1):hover { 
    color: #ffce1b; 
}   
.gallery .filter .item:nth-child(4n+2):hover { 
    color: #ff1d0d; 
}   
.gallery .filter .item:nth-child(4n+3):hover { 
    color: #219ae5; 
}  
.gallery .filter .item:nth-child(4n+4):hover { 
    color: #7d67c2; 
}
.gallery .filter .borderDesign{
    position: absolute;
    height: calc(100% + 4px);
    width: 58px;
    top:-2px;
    pointer-events: none;
    left: 25px;
    transition: .2s ease;
}
.gallery .filter .borderDesign::after,
.gallery .filter .borderDesign::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgba(255,206,25,0) 0%, rgb(255, 206, 25) 10%, rgba(255,206,25,1) 90%, rgba(255,206,25,0) 100%); 
}
.gallery .filter .borderDesign::after{
    bottom: 0;
}
.gallery .filter .filter-mobile{
    display: none;
}

@media screen and (max-width:1200px) {
    .gallery .filter .item{
        padding: 10px;
        font-size: 20px;
    }
    .gallery .filter .filter-items{
        padding: 0 5px;
    }
    .gallery .filter .borderDesign{
        width: 39px;
        left: 15px;
    }
}
@media screen and (max-width:767px) {
    .gallery .container{
        padding: 0 25px;
    }
    .gallery .row {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery .col{
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .gallery .row h4{
        font-size: 16px;
    }
    .gallery .filter {
        position: relative;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .gallery .filter .item{
        padding: 10px;
        font-size: 20px;
    }
    .gallery .filter .item.active{
        color: #ffce19;
    }
    .gallery .filter .filter-items{
        padding: 5px 5px;
        width: 100%;
        margin-top: 0;
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9;
        background: #000;
    }
    .gallery .filter .borderDesign{
        width: 29px;
        left: 15px;
        display: none;
    }
    .gallery .filter .borderDesign::after,
    .gallery .filter .borderDesign::before{
        background: linear-gradient(90deg, rgba(255,206,25,0) 0%, rgba(255,206,25,1) 15%, rgba(255,206,25,1) 85%, rgba(255,206,25,0) 100%); 
    }
    .gallery .filter .filter-mobile{
        display: block;
        font-size: 20px;
        font-family: leddot;  
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 10px;      
        position: relative;
    }
    .gallery .filter .filter-mobile::after{
        content: "";
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #fff;
        right: 15px;
        top: 16px;
    }
}
@media screen and (min-width:768px) {
    .gallery .filter-items{
        display: inline-flex !important;
    }
}



.project-gallery .container{
    padding: 0 40px;
}
.project-gallery .section-title{
    padding: 20px 0 20px;
    display: flex;
    justify-content: space-between;
}
.project-gallery .section-title h1{
    font-size: 40px;
    font-family: leddot;
    color: #219ae5;
}
.project-gallery .section-title h1{
    position: relative;
    z-index: 0;
    top: -2px;
}
.project-gallery .section-title h1 a{
    position: relative;
    z-index: 9;
    top: -2px;
}
.project-gallery .section-title h2{
    font-size: 30px;
    font-family:saga;
    font-weight: 400;
}
.project-gallery .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
    grid-auto-flow: dense;
}
.project-gallery .col:nth-child(6n + 1) { grid-column: 1 / span 2; grid-row: calc((var(--index) - 1) / 6 * 4 + 1) / span 2; }
.project-gallery .col:nth-child(6n + 2) { grid-column: 3; grid-row: calc((var(--index) - 2) / 6 * 4 + 1); }
.project-gallery .col:nth-child(6n + 3) { grid-column: 3; grid-row: calc((var(--index) - 3) / 6 * 4 + 2); }
.project-gallery .col:nth-child(6n + 4) { grid-column: 1; grid-row: calc((var(--index) - 2) / 6 * 4 + 2); }
.project-gallery .col:nth-child(6n + 5) { grid-column: 1; grid-row: calc((var(--index) - 3) / 6 * 4 + 3); }
.project-gallery .col:nth-child(6n + 6) { grid-column: 2 / span 2; grid-row: calc((var(--index) - 1) / 6 * 4) / span 2; }

.project-gallery .row .col {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-top: 100%;
    position: relative;
}
.project-gallery .row .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:767px) {
    .project-gallery .container{
        padding: 0 25px;
    }
    .project-gallery .section-title {
        flex-direction: column;
    }
    .project-gallery .section-title h1{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .project-gallery .section-title h1 img{
        width: 15px;
    }
    .project-gallery .section-title h1 a{
        top: 0;
    }
    .project-gallery .section-title h2{
        font-size: 20px;
    }
    .project-gallery .row {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-gallery .col{
        grid-column: auto !important;
        grid-row: auto !important;
    }
}





/* contact us */

.contact-us{
padding: 0px 0 50px;
}

.contact-us .container{
    padding: 0 40px;
}
.contact-us .section-title{
    padding-top: 40px;
    margin-bottom: 100px;
}
.contact-us .title{
    font-size: 50px;
    color: #FFCE1B;
    font-family: saga;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-us .sub-title{
    font-size: 30px;
    color: #ffffff;
    font-family: "acumin-variable", sans-serif;
    font-weight: 200;
    margin-bottom: 25px;
    max-width: 550px;
}

.contact-us .row{
    display: flex;
    flex-flow: wrap;
}
.contact-us .row .left-column{
    width: 65%;
}
.contact-us .row .right-column{
    width: 35%;
}
.contact-us .locations{
    display: flex;
}
.contact-us .location{
    width: 50%;
    max-width: 410px;
}
.contact-us .location:first-child{
    padding-right: 40px;
}

.contact-us .location img{
    max-width: 150px;
    max-height: 130px;
    display: block;
    margin: auto;
    object-position: contain;
    margin-bottom: 20px;
}
.contact-us .location h2{
    color: #fff;
    font-size: 40px;
    font-family: leddot;
    padding: 20px 10px;
    font-weight: 400;
    text-align: center;
}
.contact-us .location a,
.contact-us .location p{
    font-size: 30px;
    font-family: leddot;
    padding: 10px;
    font-weight: 400;
    color: #FFCE1B;
    line-height: 1.2;
    letter-spacing: .02em;
    max-width: 380px;
    margin: auto;
}
.contact-us .location a{
    text-decoration: none;
    padding: 0;
}
.contact-us .location a:hover{
    color: #fff;
}
.contact-us form{
padding-top: 80px;
}
#formStatus{
    font-size: 18px;
    color: #ff1d0d;
    font-family: "acumin-variable", sans-serif;
    font-weight: 200;
    margin-top: 15px;
}
.contact-us form input{
    display: block;
    width: 100%;
    padding: 35px 20px 32px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #7d67c2;
    outline: 0;
    border: 0 !important;
    font-family: "acumin-variable", sans-serif;
    font-weight: 200;
}
.contact-us form input[name="email"]{
    background-color: #219ae5;
}
.contact-us form textarea{
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #ff1d0d;
    outline: 0;
    border: 0 !important;
    padding: 50px 20px 20px;
    font-family: "acumin-variable", sans-serif;
    font-weight: 200;
}
.contact-us form input::placeholder,
.contact-us form textarea::placeholder{
    font-family: saga;  
    color: #000;
    line-height: 30px;
}
.contact-us form button{
    display: block;
    width: 100%;
    padding: 35px 20px 32px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 35px;
    color: #000;
    background-color: #FFCE1B;
    outline: 0;
    border: 0 !important;
    font-family: saga; 
    margin-top: 40px;
}
@media screen and (max-width:1200px) {
    .contact-us .location {
        max-width: 300px;
    }
    .contact-us .location h2{
        font-size: 30px;
    }
    .contact-us .location a,
    .contact-us .location p{
        font-size: 20px;
    }
}
@media screen and (max-width:991px) {
.contact-us .row .left-column{
    width: 100%;
}
.contact-us .row .right-column{
    width: 100%;
}
}
@media screen and (max-width:767px) {
    .contact-us .container{
        padding: 0 25px;
    }
    .contact-us .section-title{
        margin-bottom: 60px;
    }
    .contact-us .title{
        font-size: 25px;
    }
    .contact-us .sub-title{
        font-size: 20px;
        max-width: 400px;
    }
    .contact-us .locations{
        flex-direction: column;
        align-items: center;
    }
    .contact-us .location{
        width: 100%;
        padding-right: 0 !important;
        max-width: 250px;
    }
    .contact-us .location:first-child{
        margin-bottom: 30px;
    }
    .contact-us .location h2{
        font-size: 22px;
    }
    .contact-us .location a,
    .contact-us .location p{
        font-size: 18px;
    }
    .contact-us form{
        padding-top: 40px;
    }
    .contact-us form input{
        padding: 25px 20px 22px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .contact-us form textarea{
        padding: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        padding: 40px 20px 20px;
    }
    .contact-us form button{
        display: block;
        width: 100%;
        padding: 35px 20px 32px;
        margin-bottom: 30px;
        border-radius: 10px;
        text-align: center;
        font-size: 25px;
        margin-top: 30px;
    }
}

.sub-title-about {
    font-family: "acumin-variable", sans-serif;;
    font-size: 20px;
    color:#fff;
    padding-bottom: 15px;
}

.title-about {
    font-family: leddot;
    color: #219ae5;
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 10px;
}

.title-h1 {
    font-size: 50px;
    color: #FFCE1B;
    font-family: saga;
    font-weight: 400;
    margin-bottom: 40px;
}

.privacy-policy{
    .container{
        padding: 0 40px;
        font-family: "acumin-variable", sans-serif;
    }
    .section-title{
        padding-top: 40px;
        margin-bottom: 100px;
    }
    .title-privacy{
        font-family: leddot;
        color: #219ae5;
        font-size: 50px;
        font-weight: 400;
        padding-bottom: 10px;
    }
    .date{
        padding-bottom: 30px;
    }
    h2{
      font-size: 30px;  
      padding-top: 20px;
      padding-bottom: 15px;
    }
    .point {
        margin-left: 15px;
        padding-bottom: 10px;
    }
    .parragraph{
        margin-left: 36px;
    }
    ul li{
        margin-left: 65px;
    }
    ul{
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
}

.terms-use{
      .container{
        padding: 0 40px;
    }
    .section-title{
        padding-top: 40px;
        margin-bottom: 100px;
    }
    .title-terms{
        font-family: leddot;
        color: #219ae5;
        font-size: 50px;
        font-weight: 400;
        padding-bottom: 20px;
    }
    section{
        font-family: "acumin-variable", sans-serif;;
    }
    .date-terms{
        padding-bottom: 30px;
    }
    h2{
      font-size: 30px;  
      padding-top: 20px;
      padding-bottom: 10px;
    }
    .parragraph-term{
        color: white;
        text-decoration: none;
    }
    .parragraph-terms{
        margin-left: 36px;
    }
    .email-terms{
        color: #fff;
        text-decoration: none;
    }
}
