/* Universe */
:root {
    --blue1: #d1e1ff;
    --blue2: #81a4e9;
    --blue3: #2b3e63;
    --purple1: #c3abdb;
    --purple2: #83679f;
}
@font-face {
    font-family: "outfit";
    font-weight: 300;
    src: url("./webfonts/Outfit-Light.ttf");
}
@font-face {
    font-family: "outfit";
    font-weight: 400;
    src: url("./webfonts/Outfit-Regular.ttf");
}
@font-face {
    font-family: "outfit";
    font-weight: 600;
    src: url("./webfonts/Outfit-Bold.ttf");
}
@font-face {
    font-family: "outfit";
    font-weight: 900;
    src: url("./webfonts/Outfit-Black.ttf");
}
@font-face {
    font-family: "barlow-con";
    font-weight: 900;
    src: url("./webfonts/BarlowCondensed-Black.ttf");
}
body {
    background-color: var(--blue3);
    color: #ffffff;
    font-family: "outfit", sans-serif;
    font-size: 16px !important;
    font-weight: 300;
    letter-spacing: 1px;
    outline: none;
    text-decoration: none;
}
.jay-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}
a {
    color: unset;
    text-decoration: none;
}

/* Header */
.navbar-brand:focus,
.navbar-brand:hover {
    color: #ffffff;
}
a.navbar-brand {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}
a.navbar-brand > span {
    background-color: #ffffff;
    border-radius: 50px;
    color: var(--blue2);
    margin-right: 10px;
    padding: 10px 40px;
}
nav.navbar {
    background-color: #2b3e63ad;
    border: 1px solid #ffffff;
    padding: 0 10px;
}
ul.navbar-nav {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 20px 15px;
}
ul.navbar-nav li a {
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}
ul.navbar-nav li a:hover {
    color: var(--blue2);
}
nav .whatsapp-btn {
    background-color: var(--blue2);
    max-width: 200px;
    width: 100%;
}
nav .whatsapp-btn a {
    height: 100%;
    text-align: center;
    width: 100%;
}
nav .whatsapp-btn a button {
    background-color: transparent;
    border: unset;
    color: #ffffff;
    font-weight: 900;
    height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-toggler {
    border: unset;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
.navbar-toggler svg {
    color: #ffffff;
    height: 30px;
    width: 30px;
}
.offcanvas {
    background-color: var(--blue3);
}
.offcanvas-header > h5 {
    color: var(--blue2);
    font-weight: 900;
    text-transform: uppercase;
}
.offcanvas-header > h5 span {
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    margin-right: 5px;
    padding: 5px 15px;
}

/* Home Banner */
.banner {
    margin: 80px auto auto;
    padding: 1rem;
    position: relative;
}
.banner > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 800px;
    position: relative;
    transition: 0.3s;
    width: 100%;
}
.banner > div:before {
    background-color: #00000059;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.banner > div:after {
    bottom: 10%;
    color: #ffffff;
    content: "We Develop Website";
    font-family: "barlow-con", sans-serif;
    font-size: 100px;
    font-weight: 900;
    left: 7%;
    line-height: 100px;
    position: absolute;
    text-transform: uppercase;
    transition: 0.3s;
    width: 43%;
}

/* About */
.about-content {
    padding: 1rem;
}
.about-content .site-name h1 {
    color: var(--blue3);
    font-family: "barlow-con", sans-serif;
    font-size: 130px;
    font-weight: 900;
    margin-bottom: 2rem;
    opacity: 0.5;
    text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        1px 1px 0 white,
        -1px 1px 0 white;
    text-transform: uppercase;
}
.about-content h4 {
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.about-content p {
    font-size: 18px;
}

/* Work */
.work-content {
    padding: 1rem;
}
.work-content .work-bg {
    background-color: #3e5a90;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5px;
    padding: 15px;
}
.work-content .work-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 100%;
    margin: 0 0 10px;
    min-height: 300px;
}
.work-content .work-desc {
    height: 100%;
    min-height: 150px;
}
.work-content .work-title h5 {
    font-weight: 900;
    text-transform: uppercase;
}
.work-carousel {
    margin: auto auto 2rem;
}
.explore-btn {
    background-color: var(--purple1);
    border: unset;
    color: #ffffff;
    font-weight: 900;
    margin: 2rem auto 4rem;
    max-width: 250px;
    padding: 15px 15px;
    text-transform: uppercase;
    transition: 0.2s;
    width: 100%;
}
.explore-btn:hover {
    background-color: var(--purple2);
}

/* Work Page */
.work-page {
    margin: 80px auto 80px auto;
    padding: 1rem;
    position: relative;
}
.work-page .site-name h1 {
    color: var(--blue3);
    font-family: "barlow-con", sans-serif;
    font-size: 130px;
    font-weight: 900;
    margin-bottom: 2rem;
    opacity: 0.5;
    text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        1px 1px 0 white,
        -1px 1px 0 white;
    text-transform: uppercase;
}
.work-page .site-short-desc {
    margin-bottom: 2rem;
}
.work-page .site-item {
    background-color: #3e5a90;
    border-radius: 20px;
    padding: 20px 15px;
    margin: 0 0 20px;
}
.work-page .site-item .site-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 250px;
    margin-bottom: 1rem;
}
.work-page .site-item .site-desc {
    min-height: 150px;
}
.work-page .site-item .site-title h5 {
    font-weight: 900;
    text-transform: uppercase;
}

/* Footer */
.footer-contact {
    background-color: #38507e;
    padding: 4rem 0;
}
.footer-contact h5 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
}
.footer-contact p {
    font-size: 18px;
    text-align: center;
}
.footer-contact form {
    margin: 2rem auto auto;
}
.footer-contact form p {
    margin: 0 0 5px;
    text-align: left;
    text-transform: uppercase;
}
.footer-contact form label {
    margin: 0 0 25px;
    width: 100%;
}
.footer-contact form label label.error {
    background-color: #d79494;
    border-radius: 5px;
    color: #ffffff;
    margin: 5px 0 0;
    padding: 3px 10px;
}
.footer-contact form label input {
    background-color: transparent;
    border: 1px solid var(--blue2);
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
    width: 100%;
}
.footer-contact form label select {
    background-color: transparent;
    border: 1px solid var(--blue2);
    border-radius: 10px;
    color: #ffffff;
    height: 50px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.footer-contact form label textarea {
    background-color: transparent;
    border: 1px solid var(--blue2);
    border-radius: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.footer-contact .submit button {
    background-color: var(--blue2);
    border: unset;
    color: #ffffff;
    font-weight: 900;
    margin: 2rem auto auto;
    max-width: 250px;
    padding: 15px 15px;
    text-transform: uppercase;
    transition: 0.2s;
    width: 100%;
}
.footer-contact form .successmsg {
    background-color: #9fd197;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 10px;
}
.footer-contact form .failedmsg {
    background-color: #d79494;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 10px;
}
footer {
    padding: 20px 10px;
    text-align: center;
}
footer p {
    font-size: 14px;
    margin: 0;
}
footer p span {
    font-weight: 900;
    text-transform: uppercase;
}

/* Responsive */
@media screen and (max-width: 1199px) {
    /* Header */
    ul.navbar-nav li a,
    nav .whatsapp-btn a button {
        font-size: 14px;
    }

    /* Banner */
    .banner > div {
        height: 600px;
    }
    .banner > div:after {
        font-size: 80px;
        line-height: 80px;
    }

    /* About */
    .about-content .site-name h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .about-content p {
        font-size: 16px;
    }

    /* Work */
    .work-content .work-desc p {
        font-size: 16px;
    }
    .work-page .site-name h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .work-page .site-item .site-title h5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    /* Header */
    nav.navbar {
        padding: 10px !important;
    }
    nav.navbar > .container-fluid {
        padding: 0 12px !important;
    }
    ul.navbar-nav {
        border: unset !important;
        padding: 0 0 15px;
    }
    nav .whatsapp-btn {
        max-width: 100%;
        padding: 15px;
    }

    /* Footer */
    .footer-contact {
        padding: 4rem 1rem;
    }
    .footer-contact p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    /* Work */
    .work-page .site-item .site-image {
        height: 160px;
    }
    .work-page .site-item .site-desc {
        min-height: 180px;
    }
}

@media screen and (max-width: 767px) {
    /* Header */
    a.navbar-brand {
        font-size: 16px;
    }
    a.navbar-brand > span {
        padding: 10px 30px;
    }
    nav.navbar {
        padding: 10px 0 !important;
    }

    /* Banner */
    .banner {
        margin: 60px auto auto;
        padding: 1rem;
    }
    .banner > div {
        height: 400px;
    }
    .banner > div:after {
        font-size: 60px;
        line-height: 60px;
    }

    /* About */
    .about-content .site-name h1 {
        font-size: 70px;
        line-height: 70px;
    }

    /* Work Page */
    .work-page {
        margin: 60px auto auto;
        padding: 1rem;
    }

    /* Work */
    .work-content .work-bg {
        margin: 0;
    }
    .work-content .work-img {
        min-height: 250px;
    }
    .work-page .site-name h1 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media screen and (max-width: 576px) {
    /* Header */
    a.navbar-brand {
        font-size: 14px;
    }
    a.navbar-brand > span {
        margin-right: 5px;
        padding: 5px 15px;
    }

    /* Banner */
    .banner > div:after {
        font-size: 35px;
        line-height: 35px;
        width: auto;
    }
    .banner > div {
        height: 350px;
    }

    /* About */
    .about-content {
        padding: 1rem 12px;
    }
    .about-content .site-name h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
    .about-content h4 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    /* Work */
    .work-page .site-name h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .work-page .site-item .site-desc {
        min-height: 120px;
    }
}