/*
 Theme Name:   Twenty Nineteen Child
 Author:       DDminds
 Template:     twentynineteen
 Version:      1.0.0
*/



@font-face {
    font-family: "Helvetica Light";
    src: url(/asset/fonts/HelveticaLight.ttf);
}

@font-face {
    font-family: "DM Serif Display Regular";
    src: url(/asset/fonts/DMSerifDisplay-Regular.ttf);
}

@font-face {
    font-family: "Helvetica Thin";
    src: url(/asset/fonts/HelveticaThin.ttf);
}

body, header, footer, main {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Light", sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal;
    color: #ffffff;
}

body { background: #162416;}

header {
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 0 !important;
}

main.site-content {

}

section {
    width: 1440px;
    height: auto;
    margin: auto;
    position: relative;
}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
}

/* -------------- Header --------------- */

.header-container {
    width: 1440px;
    height: 152px;
    margin: auto;
    display: flex;
    padding: 60px;
}

.logo-container {
    width: 50%;
    display: flex;
    align-items: center;
}

.logo, .logoMob {
    width: 110px;
    height: auto;
    opacity: 0;
    transition: 0.3s;
    animation: fadeIn 2s forwards;
}
.logoMob {
    display: none;
    width: 31px;
}

.getstarted-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.getstarted {
    position: relative;
    margin-right: 100px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
    animation: fadeIn 2s 0.3s forwards;
}

.getstarted.ver1 {
    width: 120px;
}

.getstarted span {
    display: inline-block;
    font: 300 16px/0 "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    text-align: center;
    color: #30FFCD;
    margin: 0;
    filter: drop-shadow(0 0 10px #30FFCD);
    position: absolute;
    top: 0;
    left: 0;
    animation: glitch1 2.5s infinite;
}

.getstarted span:nth-child(2) {
    color: #30FFCD;
    filter: none;
    animation: glitch2 2.5s infinite;
}
.getstarted span:nth-child(3) {
    color: #000000;
    filter: none;
    animation: glitch3 2.5s infinite;
}

.close-form {
    display: inline-block;
    font: 300 16px/0 "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    color: #ffffff;
    margin-left: 40px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 10;
}

.close-form:hover {
    color: #FFF;
    filter: drop-shadow(0 0 10px #FFFFFF);
    transition: 0.3s;
}

.hide-element-mob {
    visibility: hidden;
}

.home-container {
    position: relative;
    right: 0;
    transition: right 1s;
}

.move-left {
    right: 1200px;
    transition: right 1s;
}

.noanimation {
    opacity: 1;
    animation: none !important;
}

.hide-element {
    opacity: 0 !important;
    transition: 0.3s;
    pointer-events: none;
}

/* -------------- Section 0 --------------- */

.section0 {
    height: 1px;
}


.section0 .contact {
    width: 200px;
    height: 350px;
    background: url(/asset/img/polygon.svg) center/contain no-repeat;
    opacity: 0;
    position: absolute;
    top: -40px;
    right: -30px;
    transition: all 1s;
    animation: float 4s ease-in-out infinite, fadeIn 2s 0.6s forwards;
}

.scale-up {
    width: 2300px !important;
    height: 4200px !important;
    top: -1600px !important;
    right: -2400px !important;
    transition: all 1s !important;
}


/* -------------- Section 1 --------------- */

.section1 {
    margin-top: 340px;
    margin-bottom: 80px;
    opacity: 1;
    transition: 1s;
}

.section1 .title-text-cont {
    width: 400px;
    height: auto;
    margin: auto;
}

.section1 .title-text-cont .title {
    height: 80px;
    font: 400 60px/60px "DM Serif Display Regular", serif;
    color: #FFFFFF;
    margin-left: -22px;
    position: relative;
    opacity: 1;
    /*animation: fadeIn 2s 1.5s forwards;*/
}
.section1 .title-text-cont .text {
    font: 300 16px/25px "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    margin-left: -22px;
    clear: both;
    opacity: 0;
    animation: fadeInUp 2s 2.5s forwards;
}

.section1 .title-text-cont .title span {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 90px;
}

.section1 .title-text-cont .title span.animationin {
    animation: fadeTitle 0.5s  0s ease-in-out forwards;
}
.section1 .title-text-cont .title span.animationout {
    animation: fadeTitle2 0.5s 0s ease-in-out forwards;
}
.section1 .title-text-cont .title span.animationin.first_animation {
  /*  animation: fadeTitle3 0.5s 3s ease-in-out forwards;*/
    animation: fadeIn 2s 1.5s forwards;
}

.main-text {
    display: inline-block;
    overflow: hidden;
    margin-right: 15px;
    opacity: 0;
    animation: fadeIn 2s 1.5s forwards;
}

.text1 { animation: animate-text1 3s  2s ease-in-out 1 forwards, animate-text1 8s ease-in-out 10s infinite; }
.text2 { animation: animate-text2 3s 2s ease-in-out 1 forwards, animate-text2 8s ease-in-out 10s infinite; }
.text3 { animation: animate-text3 3s 2s ease-in-out 1 forwards, animate-text33 8s ease-in-out 10s infinite; }

.text1, .text2, .text3 {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}

.text1::after, .text2::after, .text3::after {
    content: "|";
    position: absolute;
    right: -5px;
  /*  animation: animate-cursor infinite;
    animation-duration: 1s;
    animation-timing-function: steps(1, end);*/
}


/* -------------- Section 2 --------------- */

.section2 {
    z-index: 1000;
    opacity: 0;
    animation: fadeIn 2s 1.2s forwards;
}

.section2 .box-container {
    width: 1140px;
    height: 944px;
    display: flex;
    align-items: stretch;
}

.section2 .box-container .left {
    width: 30%;
    background: url(/asset/img/box-left.svg) top right/contain no-repeat;
}
.section2 .box-container .right {
    width: 70%;
    background: #17181D;
    background: url(/asset/img/box-right.svg) top left/contain no-repeat;
}

.section2 .ellipse-container {
    width: 600px;
    height: 200px;
    transform: rotate(22.5deg);
    box-shadow: 0 0 100px #5F6379;
    position: absolute;
    top: 150px;
    left: 300px;
    z-index: -1;
    opacity: 0;
    animation: fadeIn 1s 2s forwards;
}

.section2 .ellipse-container2 {
    width: 600px;
    height: 200px;
    transform: rotate(-11.5deg);
    box-shadow: 0 0 100px #5F6379;
    position: absolute;
    bottom: 95px;
    left: 300px;
    z-index: -1;
    opacity: 0;
    animation: fadeIn 1s 2s forwards;
}

.section2 .title-text-cont {
    width: 510px;
    height: auto;
    margin: auto;
    margin-top: 300px;
    margin-left: 155px;
    opacity: 0;
    animation: fadeIn 2s 2.3s forwards;
}

.section2 .title-text-cont .title {
    font: 400 48px/66px "DM Serif Display Regular", serif;
    color: #FFFFFF;
}
.section2 .title-text-cont .text p {
    font: 300 16px/25px "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    color: #FFFFFF;
}

.section2 .box-container-mobile {
    display: none;
    width: 100%;
    height: auto;
    align-items: stretch;
    padding-right: 30px;
}

.section2 .box-container-mobile .right {
    width: 100%;
    height: auto;
    /*background: #17181D;
    background: url(/asset/img/box-mobile.svg) top left/contain no-repeat;
    */
}

.section2 .box-container-mobile .right img {
    width: 100%;
    height: auto;
}

/* -------------- Section 4 --------------- */

.section4 {
    padding-top: 30px;
    padding-bottom: 90px;
    opacity: 0;
    animation: fadeIn 2s 4s forwards;
}

.section4 .title-text-cont {
    width: 400px;
    height: auto;
    margin: auto;
}

.section4 .title-text-cont .title {
    font: 400 36px/49px "DM Serif Display Regular", serif;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;

}

.section4 .getstarted.ver2 {
    width: 155px;
    margin: auto;
}

.scroll-button {
    cursor: pointer;
    position: fixed;
    right: 60px;
    bottom: 60px;
    transform: rotate(90deg);
    transform-origin: right;
    transition: transform 0.5s linear;
    z-index: 100;
    opacity: 0;
    animation: fadeIn 2s 7s forwards;
}

.scroll-button .scroll-down {
    display: inline-block;
    font: 300 16px/16px "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    transition: 0.3s;
}

.scroll-button .scroll-down:hover {
    color: #FFF;
    filter: drop-shadow(0 0 10px #FFFFFF);
    transition: 0.3s;
}

.drop {
    transform: rotate(0deg);
    transition: transform 0.5s cubic-bezier(0,.84,1,.17);
}


/* Contact Form */

.form-container {
    width: 526px;
    height: auto;
    display: none;
    position: relative;
    top: 1900px;
    left: 350px;
    opacity: 0;
    transition: opacity 1s;
}

.form-cont-show {
    display: block;
    opacity: 1;
    transition: opacity 1s;
}

.form-title {
    margin-bottom: 15px;
}
.form-title span:first-child {
    display: block;
    font: normal 24px/33px "DM Serif Display Regular", serif;
    color: #FFFFFF;
    text-align: center;
}
.form-title span:last-child {
    display: block;
    font: normal 36px/49px "DM Serif Display Regular", serif;
    color: #FFFFFF;
    text-align: center;
}

.project-form1 form {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.project-form1 form p {
    width: 50%;
    display: block;
    outline: none;
    margin: 0 0 10px 0;
}

.project-form1 form p label {
    width: 100%;
    display: block;
    outline: none;
    position: relative;
}

.project-form1 form p:nth-child(6),
.project-form1 form p:nth-child(7) { width: 100%; }
.project-form1 form p:nth-child(2),
.project-form1 form p:nth-child(4) { padding-right: 12px; }
.project-form1 form p:nth-child(3),
.project-form1 form p:nth-child(5) { padding-left: 12px; }
.project-form1 form p:nth-child(7) { text-align: center; }

.project-form1 form input, textarea {
    width: 100%;
    height: 40px;
    font: 300 14px/17px "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    color: white;
    background: transparent;
    padding: 5px;
    border-radius: 0;
    border: 0;
    outline: none;
    border-bottom: 1px solid #65778C;
    transition: border 0.3s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*background-color: transparent!important;*/
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset!important;
    transition: background-color 5000s ease-in-out 0s!important;
}
input:-internal-autofill-selected {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark-color( white) !important;
}
.project-form1 textarea {
    resize: none;
    overflow: hidden;
    height: 60px;
}
.project-form1  p:nth-child(6) label .placeholder {
   bottom: -50px;
}
.project-form1  p:nth-child(6) label .placeholder.up {
   bottom: 0;
}

.project-form1 form input:hover, textarea:hover,
.project-form1 form input:focus, textarea:focus,
.project-form1 form input:active, textarea:active {
    background: transparent;
    outline: none;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 8px 8px -11px #ffffff;
    transition: border 0.3s;
}


.project-form1 form input[type='submit'] {
    width: 80px;
    height: 40px;
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    color: #30FFCD;
    box-shadow: none;
    margin-top: 30px;
    transition: 0.3s;
}
.project-form1 form input[type='submit']:hover {
    filter: drop-shadow(0 0 10px #30FFCD);
}

.project-form1 form .placeholder {
    font: 300 14px/17px "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    color: #65778C;
    position: relative;
    bottom: -30px;
    z-index: 100;
    transition: 0.3s;
    pointer-events: none;
}

.project-form1 form .placeholder.up {
    font: 300 12px/12px "Helvetica Light", sans-serif;
    color: rgba(101, 119, 140, 0.5);
    bottom: 0;
    transition: 0.3s;
}

.project-form1 form.sent .placeholder.up {
    bottom: -30px;
}

.project-form1 .wpcf7-response-output {
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    font: 500 16px/16px "Helvetica Light", sans-serif !important;
    clear: both !important;
    text-align: center;
}

.project-form1 .wpcf7-mail-sent-ok {
    color: #30FFCD;
    letter-spacing: 3.2px;
}

.project-form1 .wpcf7-validation-errors {
    color: red;
}

.project-form1 .wpcf7-not-valid-tip {
    font: 300 14px/14px "Helvetica Light", sans-serif !important;
    letter-spacing: 1px;
    padding-top: 7px !important;
    color: red;
}

.project-form1 form .wpcf7-file {
    padding-left: 251px;
}

.project-form1 #file-name {
    font: 300 14px/17px "Helvetica Light", sans-serif;
    letter-spacing: 3.2px;
    color: white;
    position: absolute;
    bottom: 11px;
    left: 5px;
    right: 22px;
}

.project-form1 .ajax-loader {
    width: 1px !important;
    background-image: none !important;
    position: relative;
    top: -14px;
    left: -26px;
}

.project-form1 .ajax-loader:after {
    content: "...";
    color: #30FFCD;
    filter: drop-shadow(0 0 10px #30FFCD);
    padding-left: 3px;
}

.getshadow {
    filter: drop-shadow(0 0 10px #30FFCD);
    transition: 0.3s;
}


.project-form1 form p:nth-child(5) label {
    background: url("/asset/img/upload.svg") right 32px/auto no-repeat;
}
.project-form1 form p:nth-child(5) label.uploaded {
   background-image: none;
}
.project-form1 form p:nth-child(5)  {
    position: relative;
}
.project-form1 form p:nth-child(5)  .remove_file_section.active{
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 999999;
}
.project-form1 form p:nth-child(5)  .remove_file{
    cursor: pointer;
   position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 0;
    bottom: 12px;
    width: 13px;
    height: 13px;
    background: url("/asset/img/close.svg")  no-repeat;
    background-size: 12px;
    transition: all 0.3s;
    z-index: 99999999;
}
.project-form1 form p:nth-child(5)  .remove_file.active{
   opacity: 1;
    visibility: visible;

}

.project-form1 .screen-reader-response {
    display: none;
}

/* end of contact form */

.shape {
    animation: fadeIn 2s 0.9s forwards;
}

.portfolio {
    opacity: 0;
    animation: fadeIn 2s 5s forwards;
}

.fade-section {
    opacity: 0 !important;
    transition: 0.3s !important;
}

.reset-section {
    opacity: 1;
    transition: opacity 1s;
    animation: none !important;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Typing animation */
@keyframes animate-text1 {
    0% { width: 0; }
    10% { width: 181px; }
    23% { width: 181px; }
    33% { width: 0; }
    100% { width: 0; }
}

@keyframes animate-text2 {
    0% { width: 0; }
    33% { width: 0; }
    43% { width: 133px; }
    56% { width: 133px; }
    66% { width: 0; }
    100% { width: 0; }
}

@keyframes animate-text3 {
    0% { width: 0; }
    66% { width: 0; }
    76% { width: 174px; }
    89% { width: 174px; }
    99% { width: 174px; }
    100% { width: 174px; }
}

@keyframes animate-text33 {
    0% { width: 0; }
    66% { width: 0; }
    76% { width: 174px; }
    89% { width: 174px; }
    99% { width: 0; }
    100% { width: 0; }
}

@keyframes animate-cursor {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
/* typing animation end */

/* get started animation */
@keyframes glitch1 {
    0% {
        transform: none;
        opacity: 1;
    }
    7% {
        transform: skew(-0.5deg, -0.9deg);
        opacity: 0.75;
    }
    10% {
        transform: none;
        opacity: 1;
    }
    27% {
        transform: none;
        opacity: 1;
    }
    30% {
        transform: skew(0.8deg, -0.1deg);
        opacity: 0.75;
    }
    35% {
        transform: none;
        opacity: 1;
    }
    52% {
        transform: none;
        opacity: 1;
    }
    55% {
        transform: skew(-1deg, 0.2deg);
        opacity: 0.75;
    }
    50% {
        transform: none;
        opacity: 1;
    }
    72% {
        transform: none;
        opacity: 1;
    }
    75% {
        transform: skew(0.4deg, 1deg);
        opacity: 0.75;
    }
    80% {
        transform: none;
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes glitch2 {
    0% {
        transform: none;
        opacity: 0.25;
    }
    7% {
        transform: translate(-2px, -3px);
        opacity: 0.5;
    }
    10% {
        transform: none;
        opacity: 0.25;
    }
    27% {
        transform: none;
        opacity: 0.25;
    }
    30% {
        transform: translate(-5px, -2px);
        opacity: 0.5;
    }
    35% {
        transform: none;
        opacity: 0.25;
    }
    52% {
        transform: none;
        opacity: 0.25;
    }
    55% {
        transform: translate(-5px, -1px);
        opacity: 0.5;
    }
    50% {
        transform: none;
        opacity: 0.25;
    }
    72% {
        transform: none;
        opacity: 0.25;
    }
    75% {
        transform: translate(-2px, -6px);
        opacity: 0.5;
    }
    80% {
        transform: none;
        opacity: 0.25;
    }
    100% {
        transform: none;
        opacity: 0.25;
    }
}

@keyframes glitch3 {
    0% {
        transform: none;
        opacity: 0.25;
    }
    7% {
        transform: translate(2px, 3px);
        opacity: 0.5;
    }
    10% {
        transform: none;
        opacity: 0.25;
    }
    27% {
        transform: none;
        opacity: 0.25;
    }
    30% {
        transform: translate(5px, 2px);
        opacity: 0.5;
    }
    35% {
        transform: none;
        opacity: 0.25;
    }
    52% {
        transform: none;
        opacity: 0.25;
    }
    55% {
        transform: translate(5px, 1px);
        opacity: 0.5;
    }
    50% {
        transform: none;
        opacity: 0.25;
    }
    72% {
        transform: none;
        opacity: 0.25;
    }
    75% {
        transform: translate(2px, 6px);
        opacity: 0.5;
    }
    80% {
        transform: none;
        opacity: 0.25;
    }
    100% {
        transform: none;
        opacity: 0.25;
    }
}
/* get started animation end */

/* floating animation */

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

/* floating animation end */

/* title animation start */

@keyframes fadeTitle {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /*20% {*/
    /*    opacity: 1;*/
    /*    -webkit-transform: translate3d(0, 0, 0);*/
    /*    transform: translate3d(0, 0, 0);*/
    /*}*/

    /*30% {*/
    /*    opacity: 0;*/
    /*    -webkit-transform: translate3d(0, -50%, 0);*/
    /*    transform: translate3d(0, -50%, 0);*/
    /*}*/
    /*100% {*/
    /*    opacity: 0;*/
    /*    -webkit-transform: translate3d(0, -50%, 0);*/
    /*    transform: translate3d(0, -50%, 0);*/
    /*}*/
}

@keyframes fadeTitle2 {
    /*0% {*/
    /*    opacity: 0;*/
    /*    -webkit-transform: translate3d(0, 50%, 0);*/
    /*    transform: translate3d(0, 50%, 0);*/
    /*}*/
    /*30% {*/
    /*    opacity: 0;*/
    /*    -webkit-transform: translate3d(0, 50%, 0);*/
    /*    transform: translate3d(0, 50%, 0);*/
    /*}*/
    /*40% {*/
    /*    opacity: 1;*/
    /*    -webkit-transform: translate3d(0, 0, 0);*/
    /*    transform: translate3d(0, 0, 0);*/
    /*}*/
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

@keyframes fadeTitle3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    /*60% {*/
    /*    opacity: 0;*/
    /*    -webkit-transform: translate3d(0, 50%, 0);*/
    /*    transform: translate3d(0, 50%, 0);*/
    /*}*/

    /*70% {*/
    /*    opacity: 1;*/
    /*    -webkit-transform: translate3d(0, 0, 0);*/
    /*    transform: translate3d(0, 0, 0);*/
    /*}*/

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /*90% {*/
    /*    opacity: 0;*/
    /*    -webkit-transform: translate3d(0, -50%, 0);*/
    /*    transform: translate3d(0, -50%, 0);*/
    /*}*/
    /*100% {*/
    /*    opacity: 0;*/
    /*    -webkit-transform: translate3d(0, -50%, 0);*/
    /*    transform: translate3d(0, -50%, 0);*/
    /*}*/
}

/* title animation end */


@media screen and (max-width: 1440px) {
    section {
        width: 100%;
    }
    .header-container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .section0 .contact.scale-up {
        top: -1670px !important;
        right: -2510px !important;
    }
    .section1 .title-text-cont .title,
    .section1 .title-text-cont .text {
        margin-left: -54px;
    }
    .section2 .box-container {
        margin-left: -240px;
    }
    .section2 .ellipse-container {
        top: 180px;
        left: 150px;
    }
    .section2 .ellipse-container2 {
        bottom: 105px;
        left: 150px;
    }
}


@media screen and (max-width: 991px) {
    .section1 {
        margin-top: 290px;
    }
    .section1 .title-text-cont .title {
        font: 400 48px/48px "DM Serif Display Regular", serif;
        margin-left: -55px;
    }
    .section2 .box-container {
        width: 980px;
        height: 790px;
    }
    .section2 .title-text-cont {
        width: 480px;
        margin-top: 240px;
        margin-left: 80px;
    }
    .section2 .title-text-cont .title {
        font: 400 36px/49px "DM Serif Display Regular", serif;
    }
    .section2 .ellipse-container {
        top: 150px;
        left: 60px;
    }
    .section2 .ellipse-container2 {
        bottom: 90px;
        left: 60px;
    }
}


@media (max-width: 767px) {
    .section1 .title-text-cont .title {
        font: 400 48px/48px "DM Serif Display Regular", serif;
    }
    .section2 .title-text-cont .title {
        font: 400 36px/48px "DM Serif Display Regular", serif;
    }
    .section1 .title-text-cont .title span {
        left: 75px;
    }

    .logo {
        display: none;
    }
    .logoMob {
        display: block;
    }

    .header-container {
        padding: 25px;
        height: auto;
    }

    .section1 {
        margin-top: 180px;
        margin-bottom: 170px;
        padding: 0 35px;
    }

    .section1 .title-text-cont .title {
        font-size: 48px;
        line-height: 66px;
    }

    .section1 .title-text-cont {
        margin: 0;
        margin-left: 65px;
    }

    .section1 .title-text-cont .title,
    .section1 .title-text-cont .text {
        margin-left: 0;
    }

    .section2 .box-container {
        height: 660px;
    }

    .section2 .ellipse-container {
        width: 500px;
        top: 125px;
    }

    .section2 .ellipse-container2 {
        width: 500px;
        bottom: 65px;
    }

    .section2 .title-text-cont {
        width: 450px;
        margin-top: 180px;
        margin-left: 46px;
    }

    .section0 .contact {
        top: -100px;
    }

    .scroll-button {
        display: none !important;
    }

    .section4 {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .section4 .title-text-cont {
        width: auto;
    }
    .section4 .title-text-cont .title {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .logo-container {
        width: 20%;
    }
    .getstarted-container {
        width: 80%;
        justify-content: flex-end;
    }
    .getstarted.ver1 {
        margin-right: 90px;
    }
    .close-form {
        margin-left: -30px;
    }
    .section0 .contact {
        width: 160px;
        top: -120px;
        right: -50px;
    }
    .section1 .title-text-cont {
        width: 100%;
        margin-left: 0;
    }
    .section2 .box-container {
        display: none;
    }
    .section2 .box-container-mobile {
        display: flex;
    }
    .section2 .ellipse-container {
        width: 320px;
        top: 80px;
        left: 0;
    }
    .section2 .ellipse-container2 {
        width: 320px;
        bottom: 50px;
        left: 0;
    }
    .section2 .title-text-cont {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 55px;
    }
    .section0 .contact.scale-up {
        top: -1730px !important;
        right: -2700px !important;
    }
    .form-container {
        width: 253px;
        top: 1840px;
        left: 465px;
    }
    .project-form1 form p {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .project-form1 form .wpcf7-file {
        padding-left: 255px;
    }
    .project-form1 form input.wpcf7-not-valid,
    .project-form1 form textarea.wpcf7-not-valid {
        border-bottom: 1px solid red;
    }
    .project-form1 .wpcf7-not-valid-tip {
        display: none;
    }
}

@media (max-width: 500px) and (max-height: 750px) {
    .section0 .contact.scale-up {
        top: -1760px !important;
    }
    .form-title {
        margin-bottom: 0;
    }
    .project-form1 form input[type='submit'] {
        margin-top: 15px;
    }
    .project-form1 form p {
        margin: 0;
    }
}
/*
@media (max-width: 375px) and (max-height: 667px) {
    .form-container {
        top: 1800px;
    }
}
*/
@media (max-width: 375px) {
    .form-container {
        left: 485px;
    }
}

@media (max-width: 360px) {
    .section2 .ellipse-container {
        width: 300px;
    }
    .section2 .ellipse-container2 {
        width: 300px;
    }
}