@font-face {
    font-family: "HKGrotesk";
    src: url("../assets/font/hk-grotesk/hk-grotesk.regular.ttf");
}

@font-face {
    font-family: "HKGrotesk-Bold";
    src: url("../assets/font/hk-grotesk/hk-grotesk.bold.ttf");
}

@font-face {
    font-family: "OpenSans";
    src: url("../assets/font/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../assets/font/Open_Sans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url("../assets/font/Open_Sans/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: "OpenSans-ExtraBoldItalic";
    src: url("../assets/font/Open_Sans/OpenSans-ExtraBoldItalic.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../assets/font/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Signika";
    src: url("../assets/font/Signika/Signika-Regular.ttf");
}

html,
body {
    font-family: "OpenSans";
    /* background-color: #fff; */
}

.text-dark {
    color: #000 !important;
}

.bg-light-2 {
    background-color: #f3f3f3 !important;
    background-blend-mode: normal;
}

hr {
    border-color: #828282;
}

.container-fluid {
    width: 90%;
}

.navbar {
    padding: 0;
}

.overlay-block {
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
}

.overlay-block a {
    padding: 5px 50px;
    text-decoration: none;
    font-family: "HKGrotesk";
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.015em;
    color: #000;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
}

.overlay-content li {
    margin: 10px 0;
}

.overlay-block a:hover,
.overlay a:focus {
    color: #ca171e;
}

.overlay-block .closebtn {
    position: absolute;
    top: 10px;
    right: 24px;
    font-size: 60px;
    z-index: 999;
    cursor: pointer;
}

.overlay-block .closeSearch {
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 999;
    cursor: pointer;
}

a {
    color: unset;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.navbar-united {
    margin-left: 2rem;
    margin-right: 2rem;
}

.logo-home {
    margin-left: 36px;
    width: 61.54px;
    height: 61.54px;
}

.menu-icon {
    margin-right: 44px !important;
    width: 36px;
    height: 36px;
}

#BANNER-BRIEF {
    width: 100%;
    overflow: hidden;
}

.img-carousel {
    width: 100%;
    max-height: 788px;
    height: auto;
}

.bannerList {
    width: 100% !important;
    height: auto;
    max-height: 788px !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-secondary-2 {
    background-color: #ebebeb !important;
}

.carousel-caption {
    position: absolute;
    font-family: "OpenSans-ExtraBoldItalic";
    font-size: 114px;
    line-height: 97px;
    /* top: 20%; */
    margin: 200px -100px !important;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin-left: -6rem;
}

.logo {
    background: url("/web/20221223082108im_/https://unitedcreative.co.id/css/assets/Logo/logo_white.png");
    position: absolute;
    width: 61.54px;
    height: 61.54px;
    left: 0px;
    top: 9px;
}

.menu {
    width: 37px;
    height: 30px;
}

.signup-sec {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.btn-signup {
    position: static;
    left: 40px;
    top: 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: "HKGrotesk";
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.055em;
    font-feature-settings: "salt" on, "ss04" on, "ss03" on, "ss02" on, "ss01" on;
    color: #ffffff;
}

.btn-signup:hover {
    color: #ffffff;
}

.logo-footer {
    padding-left: 3%;
    top: 10px;
    width: 80px;
    height: 64px;
}

.company-name-footer > p {
    left: 50px;
    bottom: 119px;
    padding-left: 5%;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.005em;
}

.company-address {
    padding-left: 4%;
    font-family: "HKGrotesk";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.002em;
    width: 20vw;
}

.company-address > p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.col-sm-6 ul {
    list-style-type: none;
    padding-top: 10%;
    line-height: 32px;
}

.logo-instagram {
    width: 48px;
    height: 48px;
    right: 0 !important;
    text-align: right !important;
}

.instagram {
    text-align: right;
}

.description-company {
    margin-top: 2rem;
    font-size: 20px;
    line-height: 45px;
    text-align: justify;
    letter-spacing: -0.002em;
}

.subtitle-brief {
    margin-top: 3rem;
}

.company-signature-container {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.company-signature {
    width: 266px;
    height: auto;
}

.subtitle {
    font-family: "HKGrotesk-Bold";
    font-weight: 800;
    font-size: 50px;
}

.sub-text {
    font-family: "HKGrotesk";
    font-size: 24px;
}

.btn-view {
    font-family: "HKGrotesk-Bold";
    color: #ca171e;
    border: 0.2em solid #ca171e;
    text-transform: uppercase;
    font-weight: 800;
}

.btn-view:hover {
    color: #ca171e;
}

.hexagone {
    /* transform: rotate(90deg); */
    content: "";
    display: block;
    padding-left: 10%;
    /* padding-top: 85%; */
    /* clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
         0% 50%
    ) !important; */
}

.img-product {
    width: 330px;
    height: 330px;
    /* max-width: 95%; */
    /* transform: translate(-50%, -50%); */
    /* transform: rotate(-90deg); */
    /* top: -8%; */
    /* left: 0; */
    border-radius: 50%;
}

.hexagone2 {
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    margin-top: -30%;
    margin-left: 75%;
    margin-bottom: 4rem;
    /* transform: rotate(90deg); */
    position: absolute;
    content: "";
    justify-content: center;
    /* padding-top: 5%; */
    /* clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    ) !important; */
    background-size: 32px !important;
}

.product-icon {
    /* transform: rotate(-90deg) !important; */
    width: 50px;
    height: 60px;
    display: block;
    object-fit: contain;
    /* margin-left: 8px !important; */
    padding-left: 16px !important;
}

.img-product-list {
    /* transform: rotate(-90deg); */
    top: -20%;
    left: -10%;
}

.product-title {
    font-family: "Montserrat";
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-size: 21px;
    word-wrap: break-word;
    letter-spacing: 0.08em;
    font-weight: 800;
    text-align: center;
    margin-top: 4rem;
}

.img-carousel-different {
    max-height: 389px;
    min-height: 112px;
    width: 100%;
}

.carousel-img-control {
    width: 44px;
    height: 44px;
}

.subtitle-marquee {
    font-family: "OpenSans-ExtraBoldItalic";
    font-size: 86px;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;
    overflow: hidden;
    height: 135px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 150px;
}

.subtitle-marquee.blog {
    left: 0;
    top: -50px;
}

.our-work-title {
    font-family: "OpenSans-ExtraBoldItalic";
    font-size: 86px;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;
    overflow: hidden;
    height: 135px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 200px;
}

.card-img {
    width: 100%;
    height: auto;
    max-height: 298px;
}

.card-product {
    border-radius: 4px;
}

.card-img-overlay {
    width: 100%;
    height: auto;
    max-height: 298px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 0px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
}

.card-img-overlay:hover {
    background-color: transparent;
    transition: linear;
    transition-duration: 300ms;
}

.col-community {
    margin-top: -8px;
}

.card-services {
    background-color: #ca171e;
    opacity: 0.6;
}

.text-product {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 2px;
    bottom: 0 !important;
}

.text-service {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5vw;
    letter-spacing: 2px;
    bottom: 0 !important;
}

.img-carousel-works {
    width: 100%;
    margin-top: 1rem;
}

.img-slider-client {
    max-width: 150px;
    width: auto;
    height: auto;
    margin-top: 1rem;
}

.column-carousel-different {
    max-height: 389px;
    display: flex;
    align-items: center;
    padding-right: 10rem;
    margin: auto 0;
}

.create-creative-project {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.text-create {
    font-family: "OpenSans-Bold";
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 32px;
}

.text-creative-project {
    font-family: "OpenSans-ExtraBold";
    position: relative;
    font-weight: bold;
}

.text-creative-project:before {
    content: "";
    width: -webkit-fill-available;
    height: 40%;
    background-color: #f1c40f;
    position: absolute;
    bottom: 0;
    z-index: -10;
}

.btn-start-project {
    font-family: "HKGrotesk";
    font-size: 16px;
    color: #ca171e;
    border: 3px solid #ca171e;
    font-weight: 800;
    letter-spacing: 1px;
}

.btn-start-project:hover {
    color: #ca171e;
}

.text-right {
    align-self: center;
}

.img-works {
    width: 33%;
    padding: 0.5rem;
}

.img-works-slider {
    /* max-width: 100%; */
    width: 320px;
    height: 320px;
    object-fit: cover;
}

.text-works {
    font-family: "Montserrat";
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    bottom: 0 !important;
    margin-bottom: 12px;
    margin-left: 3.5rem;
    width: 280px;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.img-client {
    width: 14%;
    padding: 0.5rem;
}

.wmud-slider-title {
    font-family: "OpenSans-ExtraBoldItalic";
    position: absolute;
    top: 20%;
    left: 40%;
    z-index: 2;
    color: #fff;
    font-size: 6.5vw;
    font-style: italic;
    font-weight: 800;
}

.wmud-slider-subtitle {
    font-family: "OpenSans-ExtraBoldItalic";
    position: absolute;
    top: 48%;
    left: 40%;
    z-index: 2;
    font-size: 2.2vw;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.list-product-community {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.products-work-sec {
    margin-top: 2rem;
}

.carousel-indicators > button,
.carousel-indicators [data-bs-target] {
    margin-right: 0.05em;
    border: none;
    width: 1.5rem;
    height: 0.3rem;
    border-radius: 12px;
    background-color: #d6d6d6;
}

.carousel-indicators .active {
    background-color: #ca171e;
    border-radius: 12px;
}

.indicator-home {
    margin-bottom: 10rem;
    margin-left: -65% !important;
}

.product-img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}

.community-picture {
    background: -webkit-linear-gradient(right top, #d9009c 0%, #f4d949 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.community-profile-picture {
    background: #000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 5px 5px;
    box-shadow: 0 0 0 2px #fff;
}

.works-product-banner {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: 0px;
}

.worksClientsLogo {
    /* max-height: 72px; */
    /* max-width: 400px; */
    max-width: 125px;
    height: auto;
}

.worksClientsName {
    font-weight: bold;
}

.worksAchievements {
    padding-right: 5vw;
    line-height: 28px;
}

.container-text-story {
    padding-left: 3vw;
    padding-right: 7vw;
}

.carouselTextStory {
    padding-right: 5rem;
    font-size: 16px;
}

.blockquote-footer {
    color: black;
    font-weight: bold;
    line-height: 28px;
}

.title-achievements {
    font-size: 16px;
    font-weight: bold;
    padding-left: 1rem;
}

.description-achievement {
    font-size: 16px;
    font-weight: 400;
    padding-left: 2.2rem;
}

.bannerWorkDetail {
    max-height: 768px;
    width: 100%;
    height: auto;
}

.sub-description {
    font-size: 16px;
    text-align: justify;
    line-height: 40px;
}

.bannerContactUs {
    width: 100%;
    max-height: 650px;
}

.labelForm {
    padding-top: 1rem;
    text-transform: uppercase;
    font: normal bold 12px HKGrotesk-Bold;
    line-height: 16px;
}

.btn-outline-danger-submit-form {
    font-family: "HKGrotesk";
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.055em;
}

.col-md-1-5 {
    width: 20% !important;
}

.col-sm-1-7 {
    width: 14%;
}

.card-header {
    font-size: 16px;
    text-transform: uppercase;
}

.content-testimonials {
    font-size: 16px;
}

.banner-our-works {
    position: relative;
    object-fit: cover;
    width: 720px;
    height: 768px;
}

.text-banner-ourworks {
    position: absolute;
    top: 25%;
    left: 0;
    width: 393px;
    font-family: "OpenSans-ExtraBoldItalic";
    font-style: italic;
    font-weight: 800;
    font-size: 96px;
    text-transform: uppercase;
    line-height: 114px;
    letter-spacing: -0.085em;
}

.icon-arrow-down {
    width: 16px;
    height: 16px;
    margin: 0.5rem;
}

.works-year {
    color: #ff0f00;
    font-family: "HKGrotesk-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.054em;
    text-transform: uppercase;
}

.works-name {
    font-family: "OpenSans-ExtraBold";
    font-style: normal;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.works-description {
    font-family: "OpenSans";
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
}

.img-carousel-client {
    height: 60px !important;
    width: 120px !important;
}

.badge-works {
    font-family: "HKGrotesk";
    font-style: normal;
    font-size: 14px;
    letter-spacing: -0.002em;
}

.text-overview {
    font-family: "HKGrotesk-Bold";
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.title-service {
    font-family: "HKGrotesk-Bold";
    font-weight: bold;
    font-size: 54px;
    line-height: 72px;
    margin-left: -4px;
}

.subtitle-service > p {
    font-family: "HKGrotesk";
}

.responsive-iframe {
    width: 100%;
    min-height: 480px;
    height: 100%;
    border: none;
    border-radius: 0;
}

.text-prevProject {
    font-family: "HKGrotesk-Bold";
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.054em;
    text-transform: uppercase;
}

.name-project {
    font-family: "HKGrotesk-Bold";
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: -8px;
}

.text-about-project {
    font-family: "HKGrotesk";
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
}

.icon-arrow-red {
    width: 55px;
    height: 55px;
}

.icon-badge-works {
    width: 24px;
    height: 24px;
    /* object-fit: none; */
}

.con-hr {
    margin-top: 6rem;
}

.con-full-width {
    width: 78%;
}

.row-products {
    display: flex;
}
.container-product {
    margin-top: 3rem;
}
.link-works-detail:hover {
    color: unset;
}
.row-worklist {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.col-md-1-7 {
    width: 14.28%;
}

@media (max-width: 1200px) {
    .img-product {
        width: 300px;
        height: 300px;
    }
}

/* tablet */
@media (max-width: 1024px) {
    .img-product {
        width: 200px;
        height: 200px;
    }
    .img-carousel-client {
        height: 40px !important;
        width: 100px !important;
    }
    .navbar-united {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .carousel-caption {
        font-size: 50px;
        line-height: 50px;
        margin-left: -4rem !important;
    }
    .subtitle {
        font-size: 32px;
        margin-bottom: 0;
    }
    .product-title {
        font-size: 18px;
        margin-top: 3rem;
    }
    .sub-text {
        font-size: 18px;
    }
    .our-work-title {
        font-size: 54px;
    }
    .subtitle-marquee {
        font-size: 54px;
        margin-bottom: 0;
    }
    .text-product {
        font-size: 14px;
    }
    .text-service {
        font-size: 12px;
    }
    .text-create {
        font-size: 28px;
    }
    .community-picture {
        width: 75px;
        height: 75px;
    }
    .community-profile-picture {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        margin: 5px 5px;
    }
    .list-product-community {
        padding-top: 0;
        padding-bottom: 0;
    }
    .img-story1 {
        max-width: 492px;
        max-height: 466px;
        z-index: 2;
        position: relative;
    }
    .img-story2 {
        max-width: 492px;
        max-height: 466px;
        z-index: 1;
        position: relative;
        top: -100px;
        left: 43%;
    }
    .con-hr {
        margin-top: 3rem;
    }
    .banner-our-works {
        max-height: 768px;
        height: auto;
    }
    .text-banner-ourworks {
        margin-top: -10%;
        width: 293px;
        font-size: 70px;
        line-height: 90px;
    }
    .works-description {
        font-size: 14px;
    }
    .img-works-slider {
        width: 225px;
        height: 225px;
        /* width: 25vw;
        height: 17vh;*/
        object-fit: cover; 
    }
    .text-works {
        font-size: 12px;
        margin-bottom: 4px;
        margin-left: 2rem;
        width: 220px;
        word-wrap: break-word;
    }
    .worksClientsLogo {
        max-width: 100px;
        height: auto;
    }
    .title-service {
        font-size: 36px;
        line-height: 36px;
        margin-left: unset;
    }
    .carousel-img-control {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 720px) {
    .img-product {
        width: 185px;
        height: 185px;
    }
}

/* smartphone */
@media (max-width: 576px) {
    .img-product {
        width: 155px;
        height: 155px;
    }
    .img-carousel-client {
        height: 40px !important;
        width: 80px !important;
    }
    .navbar-united {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .overlay-content li {
        margin: 20px 0;
    }
    .overlay-content a {
        font-size: 20px;
    }
    .overlay-block .closebtn {
        font-size: 40px;
        top: 15px;
        right: 24px;
    }
    .container-fluid {
        padding: 0;
    }
    .img-carousel {
        height: 600px;
        width: auto !important;
    }
    .btn-signup {
        margin-top: 1rem;
        font-size: 14px;
    }
    .menu {
        width: 26px !important;
        height: 22px !important;
    }
    .logo-home {
        margin-left: 0;
        width: 52px !important;
        height: 52px !important;
    }
    .menu-icon {
        margin-right: 0 !important;
    }
    .col-sm-6 ul {
        padding-top: 0 !important;
        left: 0 !important;
        padding-inline-start: 1rem;
    }
    .col-sm-2 {
        text-align: left !important;
    }
    .logo-instagram {
        width: 64px;
        height: 52px;
        padding-left: 12px !important;
    }
    .pt-4 {
        padding-left: 12px !important;
    }
    .carousel-caption {
        font-size: 44px;
        line-height: 50px;
        top: unset;
        margin-left: -3rem !important;
    }
    .description-company {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .company-signature {
        width: 162px;
        height: auto;
        margin-bottom: 1rem;
    }
    .subtitle {
        font-size: 24px !important;
    }
    .sub-text {
        font-size: 14px !important;
    }
    .btn-view {
        font-size: 12px !important;
        border: none !important;
    }
    .text-right {
        align-self: unset;
    }
    .product-title {
        font-size: 10px;
        margin-top: 2rem;
    }
    .text-product {
        font-size: 9px;
    }
    .text-service {
        font-size: 8px;
    }
    .wmud-slider-description > p {
        font-size: 12px;
        max-height: 100px;
        margin-right: 1rem;
    }
    .text-carousel-different {
        font-size: 12px;
        max-height: 100px;
        margin-right: 1rem;
    }
    .our-work-title {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 50px;
        height: 50px;
    }
    .subtitle-marquee {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 50px;
        height: 50px;
    }
    .makeusdifferent-sec {
        padding: 0 !important;
    }
    .column-carousel-different {
        padding-right: 1rem;
    }
    .img-client {
        padding: 0 !important;
        width: 25%;
        padding: 0.2rem !important;
    }
    .img-works {
        padding: 0 !important;
        width: 100%;
        padding: 0.2rem !important;
    }
    .text-create {
        font-size: 20px;
    }
    .btn-start-project {
        font-size: 12px;
    }
    .carousel-indicators {
        margin-bottom: -1rem;
    }
    .control-product-detail {
        display: none;
    }
    .list-product-community {
        padding-top: 0;
        padding-bottom: 0;
    }
    .community-picture {
        width: 55px;
        height: 56px;
    }
    .community-profile-picture {
        width: 50px;
        height: 50px;
        margin: 3px 3px;
    }
    .works-product-banner {
        width: 100%;
        /* min-height: 350px; */
    }
    .products-work-sec {
        margin-top: 3rem;
    }
    .carouselTextStory {
        padding-right: 0;
    }
    .container-text-story {
        padding-left: 3vw;
        padding-right: 10vw;
    }
    .worksClientsLogo {
        margin-left: 4px;
        max-width: 100px;
        height: auto;
    }
    .title-achievements {
        font-size: 16px;
    }
    .description-achievement {
        font-size: 14px;
    }
    .bannerList {
        width: 100%;
        height: auto;
        /* object-fit: cover; */
        /* object-position: 60% 100%; */
        /* height: 650px; */
        /* margin-bottom: 1rem; */
    }
    .sub-description {
        line-height: 30px;
        font-size: 14px;
    }
    .bannerContactUs {
        object-fit: cover;
        object-position: 20% 100%;
        height: 500px;
    }
    .product-img {
        width: 100%;
        height: 286px;
    }
    .text-banner-ourworks {
        position: relative;
        margin-top: -75%;
        left: 1.5rem;
        width: 343px;
        font-style: italic;
        font-weight: 800;
        font-size: 72px;
        text-transform: uppercase;
        line-height: 88px;
        letter-spacing: -0.045em;
        color: #fff;
    }
    .banner-our-works {
        height: 400px;
        width: 100%;
    }
    .our-works-sec {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .column-img-works {
        margin-top: 1rem;
    }
    .title-testimonials {
        font-size: 14px;
    }
    .content-testimonials {
        font-size: 12px;
    }
    .row-title-service {
        margin-bottom: 0;
    }
    .text-overview {
        font-size: 18px;
        line-height: 28px;
    }
    .bannerWorkDetail {
        object-fit: cover;
        object-position: 50% 100%;
        height: 600px;
    }
    .title-service {
        font-size: 28px;
        line-height: 36px;
        margin-left: unset;
    }
    .responsive-iframe {
        min-height: 200px !important;
    }
    .icon-arrow-red {
        width: 36px;
        height: 36px;
    }
    .text-prevProject {
        display: none;
    }
    .text-about-project {
        /* display: none; */
    }
    .name-project {
        line-height: 24px;
        font-size: 15px;
        align-self: center;
        padding-top: 10%;
        padding-right: 10%;
        margin-right: 0;
        /* margin-left: -0.5rem; */
    }
    .signup-sec {
        margin-top: 3rem;
        margin-bottom: 3rem;
        text-align: left !important;
    }
    .hr-worksClientsName {
        display: none;
    }
    .icon-arrow-down {
        width: 20px;
        height: 20px;
        margin: 0.5rem;
    }
    .indicator-service-detail {
        margin-top: 1rem;
    }
    .control-service-detail {
        display: none;
    }
    .slick-slide {
        /* margin-left: 0 !important; */
        /* margin-right: 0 !important; */
        width: auto;
    }
    .slider-service-detail {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .con-full-width {
        width: 100%;
    }
    .indicator-home {
        margin-bottom: 3rem;
        margin-left: -60% !important;
    }
    .row-products {
        justify-content: unset;
    }
    .col-community {
        margin-top: 4px;
    }
    .container-product {
        margin-top: 2rem;
        margin-bottom: -0.5rem;
    }

    .hexagone2 {
        border-radius: 50%;
        background-color: #fff;
        width: 50px;
        height: 50px;
        /* margin-top: -25%; */
        margin-left: 60%;
        /* margin-bottom: 4rem; */
        /* transform: rotate(90deg); */
        content: "";
        display: block;
        /* padding-top: 5%; */
        /* clip-path: polygon(
            25% 0%,
             75% 0%,
             100% 50%,
             75% 100%,
             25% 100%,
             0% 50%
        ) !important; */
        /* background-size: 16px !important; */
    }
    .product-icon {
        width: 30px;
        height: 50px;
        margin-left: 10px !important;
        padding-left: 0 !important;
    }
    .create-creative-project {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
    .img-works-slider {
        width: 250px;
        height: 250px;
        /* width: 52vw;
        height: 25vh; */
    }
    .col-md-1-5 {
        width: 25% !important;
    }
    .con-hr {
        width: 80%;
        margin-top: 3rem;
    }
    .img-slider-client {
        max-width: 80px;
    }
    .text-works {
        font-size: 10px;
        margin-bottom: 4px;
        margin-left: 3.2rem;
        width: 180px;
        word-wrap: break-word;
    }
    .works-year {
        margin-top: 1rem;
        font-size: 10px;
        line-height: 4px;
    }
    .works-name {
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
    .works-description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0.5rem;
    }

    .badge-works {
        display: none;
    }

    .row-worklist {
        margin-top: unset;
        margin-bottom: unset;
    }
    .company-address {
        width: unset;
    }
    .subtitle-marquee.blog {
        left: 0;
        top: -10px;
    }
}

@media (max-width: 360) {
    .carousel-client {
        width: 50% !important;
    }
    .img-carousel-client {
        height: 40px !important;
        width: 80px !important;
    }
    .text-works {
        font-size: 10px;
        margin-bottom: 4px;
        margin-left: 3rem;
        width: 140px;
        word-wrap: break-word;
    }
}

/*
     FILE ARCHIVED ON 08:21:08 Dec 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:15:52 Jul 13, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 108.531
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.056
  cdx.remote: 0.054
  esindex: 0.014
  LoadShardBlock: 55.462 (3)
  PetaboxLoader3.datanode: 69.462 (5)
  load_resource: 231.746 (2)
  PetaboxLoader3.resolve: 177.517 (2)
*/
