/********** common setting **********/
@charset "UTF-8";

/* @font-face {
    font-family: 'Manrope' !important;
    src: local('/fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        local('/fonts/Manrope/static/Manrope-Bold.ttf') format('truetype'),
        local('/fonts/Manrope/static/Manrope-ExtraBold.ttf') format('truetype'),
        local('/fonts/Manrope/static/Manrope-ExtraLight.ttf') format('truetype'),
        local('/fonts/Manrope/static/Manrope-Light.ttf') format('truetype'),
        local('/fonts/Manrope/static/Manrope-Medium.ttf') format('truetype'),
        local('/fonts/Manrope/static/Manrope-Regular.ttf') format('truetype'),
        local('/fonts/Manrope/static/Manrope-SemiBold.ttf') format('truetype');
} */

::-webkit-input-placeholder {
    color: #dedede !important;
}

:-moz-placeholder {
    color: #dedede !important;
}

::-moz-placeholder {
    color: #dedede !important;
}

:-ms-input-placeholder {
    color: #dedede !important;
}

::-ms-input-placeholder {
    color: #dedede !important;
}

::placeholder {
    color: #dedede !important;
}

::-moz-selection {
    background: cyan;
    color: #192440;
}

::selection {
    background: cyan;
    color: #192440;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100px;
}

a,
button {
    cursor: pointer;
}

.my-5 {
    font-size: 24px;
}

.list-unstyled {
    font-size: 24px;
}

.list-unstyled a {
    color: #ffffff !important;
}

a:hover {
    color: #ffffff;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    -webkit-border-radius: 22px !important;
    -moz-border-radius: 22px !important;
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    -moz-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    -webkit-transform: translateY(-5px) !important;
    -moz-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    -o-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #fcc018;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #fcc018;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

/********** present-button **********/
.present-button {
    position: fixed;
    z-index: 1;
    top: 40vh;
    left: -67px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.present-button a {
    background-color: #e30613;
    color: #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    -moz-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
}

.present-button a:hover, a:focus, a:active {
    color: #fff !important;
}

.present-button a:hover {
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

.present-button .fa {
    margin-right: 10px;
}

/********** banner **********/
#banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

.overlay {
    position: relative;
    background-color: rgba(25, 36, 64, 0.9);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    padding: 90px 0;
}

.lead-about {
    font-size: 26px !important;
    -webkit-text-decoration-color: #e30613 !important;
    -moz-text-decoration-color: #e30613 !important;
    text-decoration-color: #e30613 !important;
    -webkit-text-decoration: wavy underline;
    -moz-text-decoration: wavy underline;
    text-decoration: wavy underline;
}

.lead-about:hover {
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    text-decoration: none;
}

/********** skill, feature (skew background) **********/
.skill {
    font-size: 24px;
}

.skill img, #feature-first img {
    margin: 50px 0 30px 0;
    -webkit-filter: invert(45%) sepia(37%) saturate(4863%) hue-rotate(345deg) brightness(96%);
    filter: invert(45%) sepia(37%) saturate(4863%) hue-rotate(345deg) brightness(96%);
}

.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: -webkit-linear-gradient(282deg, #ffffff 55%, #fcc018 0);
    background: -moz-linear-gradient(282deg, #ffffff 55%, #fcc018 0);
    background: -o-linear-gradient(282deg, #ffffff 55%, #fcc018 0);
    background: linear-gradient(168deg, #ffffff 55%, #fcc018 0);
}

#feature-last {
    background: #fcc018;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#price-table__premium a {
    margin-bottom: -100px !important;
}

ul {
    list-style-type: "✅";
    text-align: left;
    font-size: 18px;
}

#price-table__premium ul {
    list-style-type: "⚡";
}

ul li {
    padding: 10px 5px;
}

/********** client, document **********/
.client h2 {
    margin-top: -20px !important;
}

.client img {
    max-width: 120px;
}

.document {
    background-color: rgba(25, 36, 64, 0.9) !important;
}

.document p {
    margin-top: -20px !important;
    font-weight: bold;
}

.document img {
    max-width: 270px;
}

/********** contact **********/
#contact {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #fcc018;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 2px solid #fcc018;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #192440;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 99%;
    -moz-border-radius: 99%;
    border-radius: 99%;
    background: #ffffff;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #fcc018;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }

    .jum p {
        margin: 50px 0 100px 0 !important;
    }

    #price-table__premium {
        color: #192440 !important;
        background: white !important;
    }

    #price-table__premium a {
        margin-top: -60px !important;
    }

    .client h2 {
        margin-top: 10px !important;
    }

    .client img, .document img {
        padding: 25px 0 !important;
    }

    .document p {
        margin-top: 20px !important;
    }
}

.contact__check-label {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 15px;
    margin: 0 auto 60px;
    max-width: 695px;
    font-weight: 400 !important;
    font-size: 20px;
    color: #fff;
    transition: all .5s;
    cursor: pointer
}

.contact__check-label:hover {
    color: #fcc018
}

.contact__check-label-agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 15px;
    margin: 0 auto 60px;
    max-width: 695px;
    font-weight: 300 !important;
    font-size: 24px;
    color: #fff;
    transition: all .5s;
    cursor: pointer
}

.contact__check-label-agreement:hover {
    color: #fcc018
}

.contact__checkbox {
    appearance: none;
    border: 2px solid #fff;
    border-radius: 14px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    transition: all .5s;
    position: relative;
    cursor: pointer
}

.contact__checkbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/check.svg") 50% 50% no-repeat;
    background-size: 28px 38px;
    transition: all .5s;
    opacity: 0
}

.contact__checkbox:hover {
    border: 2px solid #fcc018
}

.contact__checkbox:checked {
    border: 2px solid #fcc018
}

.contact__checkbox:checked::before {
    opacity: 1
}

.modal-agreement {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-agreement-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-agreement-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0;
}

.modal-agreement-header-title {
    font-size: inherit !important;
}
.cookie-consent {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: calc(100% - 365px);
    width: 345px;
    background: linear-gradient(274.45deg, rgba(25, 36, 64, 0.62) -3.6%, rgb(25, 36, 64) 124.92%);
    padding: 20px;
    border-radius: 8px;
    transition: right 0.3s ease;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    display: none;
    color: #fff;
}

.cookie-consent-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}


.cookie-consent button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #fcc018;
    color: black;
    cursor: pointer;
    width: 100%;
}

.cookie-consent button:hover {
    background-color: #fcb900;
}

.cookie-consent button.cookie-consent-buttons-decline {
    background: none;
    color: #ccc;
    width: fit-content;
    padding: 10px 0 0;
}

.cookie-consent button.cookie-consent-buttons-decline:hover {
    color: #fff;
}
