/*
Theme Name: 540HZ
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'Aptima';
    src: url('assets/fonts/Aptima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptima';
    src: url('assets/fonts/AptimaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aptima';
    src: url('assets/fonts/AptimaItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body {
    font-size: 20px !important;
}

.nav-left {
    justify-content: center;
    display: flex;
}

main#main {
    background: url(assets/images/site_background.svg);
    background-size: cover;
}

.bannerhome {
    background: unset !important;
}

.top_line_1 {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.top_line_2 {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    gap: 30px;
}

span.text_1,
span.text_3 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 10px;
}

span.text_2,
span.text_4 {
    font-size: 150px;
    font-weight: bold;
    background: linear-gradient(268.9deg, #FFD493 51.81%, #DDAC58 64.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    text-transform: uppercase;
}

span.text_3 {
    margin-top: 10px;
}

span.text_4 {
    background: linear-gradient(89.73deg, #FFE4CC 33.13%, #DDAC58 66.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

span.text-5 {
    font-weight: bold;
    font-size: 54px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(268.9deg, #FFD493 51.81%, #DDAC58 64.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex: none;
    order: 0;
    flex-grow: 0;
}

span.text-6 {
    font-weight: bold;
    font-size: 54px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(93deg, #ffffff 33.13%, #DDAC58 66.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

p.msg-sc {
    float: left;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #4CAF50;
    width: 100%;
    border-radius: 5px;
    color: #4CAF50;
    text-align: center;
}

p.msg-fail {
    float: left;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #b70000;
    width: 100%;
    border-radius: 5px;
    color: #b70000;
    text-align: center;
}

.wrap-text-1 br {
    display: none;
}

.wrap-text-1 {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    gap: 20px;
    margin-bottom: 40px;
}

.mgo p {
    margin-bottom: 5px;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background: #313034;
    border-radius: 8px;
    border: 1px solid #696969;
}

label {
    color: #E5E1E6 !important;
}

a.viewmore-portfolio:hover {
    color: #ffff;
    background: #3750ad;
}

a.viewmore-portfolio {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #3750ad;
    margin-top: 30px;
    font-size: 1.3em;
    color: #3750ad;
}

a.contact-link i {
    font-size: 26px !important;
}

.slider-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.my-experience {
    display: flex;
    align-items: center;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

.my-experience.top .logo-track {
    animation: scroll-left 30s linear infinite;
}

.my-experience.bottom .logo-track {
    animation: scroll-right 30s linear infinite;
}

.logo-track {
    display: flex;
    animation-timing-function: linear;
}

.logo-track img {
    height: 160px;
    margin: 0 10px;
    flex-shrink: 0;
    object-fit: contain;
}

.border20 img {
    display: inline-block;
    padding: 3px;
    background: linear-gradient(249deg, #3A56BB, #4259A800);
    border-radius: 24px;
}

.border20,
.border20 img {
    border-radius: 20px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.project-form {
    max-width: 1400px;
    margin: auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    min-width: 300px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.full-width textarea {
    height: 120px;
}

.smt_home {
    margin: 0;
    background-color: #dca85c;
    color: #000;
    padding: 3px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .form-group {
        width: 100%;
        min-width: unset;
    }
}

@media screen and (max-width: 849px) {
    .nav-left {
        justify-content: flex-start;
        display: flex;
    }

    input[type=email],
    input[type=number],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    textarea {
        background: #313034;
        border-radius: 8px;
        border: 1px solid #696969;
        margin-bottom: 0;
    }

    .logo-track img {
        height: 90px;
        margin: 0 6px;
        flex-shrink: 0;
        object-fit: contain;
    }

    button.smt_home {
        width: 100%;
        margin-top: 30px;
    }
}