/* 
br = border radius
oh = overflow-hidden
*/
@font-face {
    font-family: Urbanist;
    src: url(/font/Urbanist-VariableFont_wght.ttf);
}

@font-face {
    font-family: Karla;
    src: url(/font/Karla-VariableFont_wght.ttf);
}

@font-face {
    font-family: Inter;
    src: url(/font/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: Fraunces;
    src: url(/font/Fraunces-VariableFont_SOFT\,WONK\,opsz\,wght.ttf);
}

* {
    font-family: Urbanist;
}

:root {
    --body-color: #f7f7f7;
    --blue-circle: #5200ff;
    --chat-box: #8f00ff;
    --chat-box-text: #ffffde;
    --chat-box-choose: #d9d9d9;
    --project-box-top: #FFFFDE;
    --project-box-bottom: #E0C7FE;
    --project-high-light: #6E00FF;
    --project-explore-btn-normal: #FEEB89;
    --project-explore-btn-hover: #000;
    --project-explore-btn-text-normal: #000;
    --project-explore-btn-text-hover: #FEEB89;
    --service-box-link-color-normal: #000;
    --service-box-link-color-hover: #F5D400;
    --service-box-link-background-color-normal: #F5D400;
    --service-box-link-background-color-hover: #000;
    --design-box-background-color-one: #F7EFE5;
    --design-box-background-color-two: #FEEB89;
    --design-box-background-color-three: #E27F55;
    --design-box-background-color-four: #6FCF97;
    --design-box-background-color-five: #E4BAC8;
    --design-box-background-color-six: #336CDD;
    --design-box-background-color-seven: #F7F7F7;

    --transition-duration: 0.6s;
}

body {
    background-color: var(--body-color);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

a:visited {
    color: inherit;
}

a:active {
    color: inherit;
}

.logo {
    width: 327px;
    height: 84px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/images/nav-bar-logo.gif);
    /* animation: logo-changer 3s linear infinite alternate; */
}

.br-20 {
    border-radius: 100px;
}

.oh {
    overflow: hidden;
}

.bg-main {
    background-color: var(--body-color);
}

.blue-circle {
    width: 31px;
    height: 31px;
    display: block;
    background-color: var(--blue-circle);
    border-radius: 50%;
    transform: all var(--transition-duration);
    animation: grow-circle var(--transition-duration) ease alternate infinite;
}

.menu-size {
    width: 379px;
    height: 64px;
}

.menu-text {
    font-size: 35px;
    line-height: 70px;
    text-align: center;
}

.btn-size {
    width: 50px;
    height: 50px;
}

.border-none:active {
    border: none;
}

.transition {
    transition: all 1s linear;
}

#dropdown-content {
    transition: opacity var(--transition-duration);
}

.position {
    right: 0;
    top: 105%;
    width: 100%;
    display: none;
    flex-direction: column;
    text-align: center;
    z-index: 1000;
    height: 490px;
    overflow: hidden;
    transition: all var(--transition-duration);
}

.h-0 {
    height: 0;
}

.h-490 {
    height: 490px;
}

.position a {
    color: inherit;
    font-weight: 600;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    width: 400px;
    margin: auto;
    transition: all var(--transition-duration);
}

.position a:hover {
    transition: all var(--transition-duration);
    color: var(--project-high-light);
}

.position hr {
    width: 90%;
    border: 2px solid gainsboro;
}

.footer-social-media {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-media a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 10px;
}

.footer-social-media img {
    width: 100%;
    height: 100%;
}

.footer-contact {
    font-family: Karla;
}

.footer-contact div {
    text-align: center;
}

.emoji {
    width: 50px;
    height: 50px;
}

.footer-text {
    font-weight: 400;
    line-height: 50px;
    font-size: 22px;
}

.footer-title {
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

.d-1 {
    flex: 1;
}

.d-2 {
    flex: 2;
}

.chat-bot {
    background-color: var(--chat-box);
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    font-family: Inter;
    border-radius: 100px;
    margin-bottom: 50px;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
    color: var(--chat-box-text);
    cursor: pointer;
}

.pre {
    white-space: pre;
}

.pre-line {
    white-space: pre-line;
}

.pre-wrap {
    white-space: pre-wrap;
}

.mt-300 {
    margin-top: 300px;
}

.first-chat {
    width: 100%;
}

.curve-box {
    width: 200px;
    height: 100px;
    position: absolute;
    left: -90px;
    top: 0;
    z-index: 1;
}

.shift-right {
    transform: translateX(50px);
}

.chat-box-shape {
    position: absolute;
    height: 100px;
    left: -51px;
    top: 1px;
}

.chat-box-shape img {
    height: 100%;
}

.pl-10 {
    padding-left: 10px !important;
}

.chat-box-avatar {
    position: absolute;
    top: -100px;
    left: -150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 2;
}

.chat-box-avatar img {
    width: 126.36px;
    height: 126.36px;
    display: block;
}
.chat-box-avatar span {
    width: 126.36px;
    height: 126.36px;
    display: block;
    background-image: url(/images/shape-box-avatar.PNG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.multi-line {
    height: auto;
}

.multi-line p {
    height: auto;
    text-indent: 0;
    transform: translateX(100px);
    width: 90%;
}

.chat-bot-choose {
    background-color: var(--chat-box-choose);
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    font-family: Inter;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    cursor: pointer;
    transition: all var(--transition-duration);
}

.chat-bot-choose:hover {
    transition: all var(--transition-duration);
    color: white;
    background-color: black;
}

.project-part {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    perspective: 10000px;
}

.project-box {
    width: 1143px;
    height: 775px;
    border: 1.23px solid black;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    opacity: 1;
    transition: all var(--transition-duration);
    background-image: linear-gradient(to bottom, var(--project-box-top), var(--project-box-bottom));
}

.project-box-text {
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 73px;
    color: black;
    width: 766px;
    margin: 30px auto 10px;
}

.project-box-high-light {
    color: var(--project-high-light);
}

.project-box-image {
    margin: auto;
    width: 766px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-box-image img {
    display: block;
    margin: auto;
    width: 716px;
    height: 383px;
    border-radius: 40px;
}

.chat-bot-explore {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: var(--project-explore-btn-normal);
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    font-family: Inter;
    height: 100px;
    width: 420px;
    text-decoration: none;
    color: var(--project-explore-btn-text-normal);
    transition: all var(--transition-duration);
}

.chat-bot-explore span {
    display: block;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    padding-left: 20px;
    font-family: Inter;
}

.chat-bot-explore:hover {
    transition: all var(--transition-duration);
    background-color: var(--project-explore-btn-hover);
    color: var(--project-explore-btn-text-hover);
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.mt-400 {
    margin-top: 400px;
}

.service-part {
    width: 100%;
    height: auto;
    margin: auto;
    perspective: 10000px;
}

.service-box {
    width: 1143px;
    height: 775px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid black;
    transition: all var(--transition-duration);
    background-image: linear-gradient(to bottom, var(--project-box-top), var(--project-box-bottom));
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.service-box-left {
    flex: 7;
}

.service-box-right {
    flex: 3;
}

.service-box h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 100px;
    margin-bottom: 30px;
    width: 90%;
}

.service-box p {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 80px;
    width: 90%;
}

.service-box a {
    font-family: Inter;
    font-size: 31px;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
    color: var(--service-box-link-color-normal);
    background-color: var(--service-box-link-background-color-normal);
    transition: all var(--transition-duration);
}

.service-box a:hover {
    color: var(--service-box-link-color-hover);
    background-color: var(--service-box-link-background-color-hover);
    transition: all var(--transition-duration);
}

.check {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 46px;
    background-color: black;
    border-radius: 50%;
    color: white;
    font-size: 30px;
}

.check-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    margin-bottom: 20px;
}

.check-list .text {
    flex: 8;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    margin-left: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.nav-pills .title {
    height: 40px;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin-right: 40px;
}

.nav-pills .nav-item {
    margin-left: 20px;
    border: 1px solid black;
    text-align: center;
    overflow: hidden;
}

.nav-pills .nav-link {
    color: black;
    font-size: 20px;
    font-weight: 400;
}

.nav-pills .nav-link:hover {
    text-align: center;
    background-color: #000 !important;
    color: white;
}

.nav-pills .active {
    text-align: center;
    background-color: #000 !important;
}

.tab-content a {
    text-decoration: none;
    color: inherit;
}

.tab-content .project {
    width: 100%;
    height: auto;
    border: 1px solid black;
    border-radius: 30px;
    padding: 20px;
    background-image: linear-gradient(to bottom, var(--project-box-top), var(--project-box-bottom));
    transition: all var(--transition-duration);
}

.tab-content .project:hover {
    transition: all var(--transition-duration);
    transform: scale(1.05);
}

.tab-content .project h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 30px auto;
    color: black;
}

.tab-content .project span {
    color: var(--project-high-light);
}

.tab-content .project .image-part {
    width: auto;
    height: 250px;
    margin: auto;
    border-radius: 38px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tab-content .project img {
    display: block;
    width: 100%;
}

.tab-content .design {
    width: 100%;
    height: 700px;
    border: 1px solid black;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 30px;
    transition: all var(--transition-duration);
}

.tab-content .design:hover {
    transition: all var(--transition-duration);
    transform: scale(1.05);
}

.tab-content .design .category {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 200px;
}

.tab-content .design .logo-part {
    width: 163px;
    height: 131px;
}

.tab-content .design .logo-part img {
    width: 100%;
    height: 100%;
}

.tab-content .design .type-part {
    width: 73px;
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab-content .design .type-part h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 44px;
}

.tab-content .design .type-part h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-wrap: nowrap;
}

.tab-content .design .title h1 {
    width: 90%;
    height: 133px;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 60px;
}

.tab-content .design .text p {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.bg-design-one {
    background-color: var(--design-box-background-color-one);
}

.bg-design-two {
    background-color: var(--design-box-background-color-two);
}

.bg-design-three {
    background-color: var(--design-box-background-color-three);
}

.bg-design-four {
    background-color: var(--design-box-background-color-four);
}

.bg-design-five {
    background-color: var(--design-box-background-color-five);
}

.bg-design-six {
    background-color: var(--design-box-background-color-six);
}

.bg-design-seven {
    background-color: var(--design-box-background-color-seven);
}

.expertise {
    width: 100%;
    height: 313px;
    margin: 100px auto;
}

.expertise h1 {
    width: 467px;
    height: 90px;
    font-weight: 500;
    font-size: 64px;
    line-height: 90px;
}

.expertise p {
    width: 1190px;
    height: 200px;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
}

.service-profile-box {
    width: 100%;
    height: 773px;
    border-top: 1px solid #E3E3E3;
    padding-top: 101px;
}

.service-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 672px;
    border-radius: 24px;
    background-color: #F7F7F7;
    padding: 20px;
}

.service-profile .left {
    flex: 5;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 66px;
    box-sizing: border-box;
}

.service-profile .left img {
    display: block;
    width: 48px;
    height: 52.11px;
    margin: 44px 0 66px;
}

.service-profile .left p {
    width: 616px;
    height: 288px;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
}

.service-profile .right {
    flex: 5;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-profile .right img {
    display: block;
    width: 674px;
    height: 616px;
}

.service-message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 272px;
    border-top: 1px solid #E3E3E3;
    margin-top: 100px;
}

.service-message h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 128px;
}

.service-message span {
    color: var(--project-high-light);
}

.service-page {
    position: relative;
    width: 1400px;
    height: 650px;
    border-radius: 22px;
    overflow: hidden;
    margin: auto;
}

.service-page .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity var(--transition-duration);
    background-image: linear-gradient(to bottom, var(--project-box-top), var(--project-box-bottom));
}

.service-page:hover .cover {
    opacity: 1;
    transition: opacity var(--transition-duration);
}

.service-page .service-box {
    width: 100%;
    height: 100%;
    background-image: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ml-80 {
    margin-left: 80px;
}

#shape-box {
    transition: all var(--transition-duration);
}

.celever {
    width: 50px;
    height: 50px;
}

.honey {
    width: 50px;
    height: 50px;
}

.last-message {
    width: 100%;
    height: 349px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    transition: all var(--transition-duration);

}

.last-message .chat-bot {
    font-size: 25px;
    text-align: left;
    text-indent: 30px;
}

.last-message .chat-bot-explore {
    font-size: 25px;
    margin-left: 40px;
}

.last-message>.position-relative .chat-box-avatar {
    opacity: 0;
    left: -70px !important;
    top: -80px !important;
    transition: all var(--transition-duration);

}
.last-message>.position-relative .chat-box-avatar, #shape-box {
    transition: opacity var(--transition-duration);
}

.last-message .chat-bot-explore {
    height: 80px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    transition: all var(--transition-duration);
}

.last-message>.position-relative .shape {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 80px;
    clear: both; 
    opacity: 0;
    transition: all var(--transition-duration);

}
.last-message>.position-relative .shape-box {
    float: left;
    height: 100%;
    transform: translateX(7px);
    transition: all var(--transition-duration);

}
.last-message>.position-relative .shape-box img {
    width: 50px;
    height: 100%;
    transition: all var(--transition-duration);

}
.last-message>.position-relative .shape-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    height: 100% !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-family: Inter;
    float: left;
    background-color: var(--chat-box);
    border-radius: 100px 100px 100px 0;
    padding-left: 30px;
    padding-right: 30px;
    transition: all var(--transition-duration);

}

.mt-200 {
    margin-top: 200px;
}

.about-title {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    font-family: Fraunces;
    font-weight: 900;
    font-size: 51px;
    line-height: 77px;
}

.about-data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.about-data-left {
    flex: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-data-left img {
    width: 482.43px;
    height: 482.43px;
    border-radius: 50%;
}

.about-data-right {
    flex: 5;
}

.about-data-right p {
    padding: 5px 0;
    margin: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px !important;
}

.about-link {
    width: 100%;
    text-align: center;
    margin: 100px 0;
}

.about-link a {
    background-color: var(--service-box-link-background-color-normal);
    color: var(--service-box-link-color-normal);
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    transition: all var(--transition-duration);
}

.about-link a:hover {
    transition: all var(--transition-duration);
    background-color: var(--service-box-link-background-color-hover);
    color: var(--service-box-link-color-hover);
}

.done-slider {
    width: 100%;
    height: 777px;
    background-color: var(--body-color);
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}

.done-title {
    text-align: center;
    font-family: Fraunces;
    font-weight: 1000;
    font-size: 43px;
    line-height: 65px;
    padding: 50px 0;
}

.done-slider .swipe-slider-list img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    margin: 0 100px;
}

.awards-slider {
    width: 100%;
    height: 685px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.awards-title {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.awards-title img {
    display: block;
    width: 81.7px;
    height: 81.7px;
}

.awards-title h1 {
    font-family: Fraunces;
    font-weight: 900;
    font-size: 38px;
    line-height: 42px;
}

.awards-slider .swipe-slider-list img {
    width: 307px;
    height: 405px;
    border-radius: 10px;
    margin: 0 30px;
}

.press {
    padding-top: 100px;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    background-color: var(--body-color);
}

.press-title {
    width: 100%;
    text-align: center;
    font-family: Fraunces;
    font-weight: 900;
    font-size: 44.77px;
    line-height: 49.17px;
    margin: 20px 0 150px;
}

.press-first-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 50px;
}

.press-first-line>div {
    width: 600px;
    padding-right: 20px;
    /* height: 409px; */
}

.press-first-line img {
    width: 100%;
    /* height: 100%; */
}

.press-middle-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 50px;
}

.press-middle-line>div {
    width: 400px;
    padding-right: 20px;
    /* height: 500px; */
}

.press-middle-line img {
    width: 100%;
    /* height: 100%; */
}

.press-last-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 50px;
}

.press-last-line>div {
    width: 400px;
    padding-right: 20px;
    /* height: 500px; */
}

.press-last-line img {
    width: 100%;
    /* height: 100%; */
}

.event {
    width: 100%;
    height: 822px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event .left {
    flex: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event .right {
    flex: 5;
    display: flex;
    flex-direction: column;
}

.event .left span {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: url(/images/next-event.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .event .left img {
    width: 580px;
    height: 580px;
} */

.event .right h1 {
    width: auto !important;
    font-family: Fraunces;
    font-weight: 900;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 40px;
}

.event .right p {
    width: auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 80px;
}

.event .right a {
    text-align: center;
    width: 75%;
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 40.53px;
    background-color: var(--service-box-link-background-color-normal);
    color: var(--service-box-link-color-normal);
    transition: all var(--transition-duration);
}

.event .right a:hover {
    background-color: var(--service-box-link-background-color-hover);
    color: var(--service-box-link-color-hover);
    transition: all var(--transition-duration);
}

.value {
    width: 100%;
    height: auto;
    background-color: var(--body-color);
    padding: 100px 0;
}

.value-first {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.value-first .left {
    flex: 5;

}

.value-first .left h1 {
    text-align: center;
    font-family: Fraunces;
    font-weight: 600;
    font-size: 40px;
    line-height: 48.61px;
    margin-bottom: 50px;
}

.value-first .left .check {
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.value-first .left .text {
    font-weight: 400;
    font-size: 29.12px;
    line-height: 39.32px;
}

.value-first .right {
    flex: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-first .right img {
    width: 390px;
    height: 390px;
}

.value-middle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;

}

.value-middle .left {
    flex: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-middle .left img {
    width: 390px;
    height: 390px;
}

.value-middle .right {
    flex: 5;
}

.value-middle .right h1 {
    text-align: center;
    font-family: Fraunces;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 50px;
}

.value-middle .right h2 {
    font-family: Karla;
    font-weight: 400;
    font-size: 20px;
    line-height: 40.4px;
}

.bg-about-value {
    background-color: var(--project-box-bottom);
}

.rounded-17 {
    border-radius: 17px;
}

.value-last {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.value-last .left {
    flex: 5;
}

.value-last .left h1 {
    text-align: center;
    font-family: Fraunces;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 50px;
}

.value-last .left h3 {
    height: 190px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32.5px;
}

.value-last .right {
    flex: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-last .right img {
    width: 390px;
    height: 390px;
}

.rounded-14 {
    border-radius: 14px;
}

.about-end-logo {
    width: 100%;
    height: 116px;
    padding-top: 20px;
}

.about-end-logo .swipe-slider-list img {
    width: 148px;
    margin: 0 50px;
}

.single-project {
    margin-top: 200px;
}

.single-project h1 {
    width: 1100px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    font-size: 88px;
    line-height: 128px;
    margin-bottom: 100px;
}

.single-project h1 span {
    color: var(--project-high-light);
}

.single-project .image-part {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1300px;
    height: 869px;
}

.overview-box {
    background-color: #000;
    border-radius: 43px;
}

.overview {
    border-radius: 40px;
    padding: 100px;
}

.overview .top {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.overview .top h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 90px;
    margin-bottom: 80px;
}

.overview .top p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

.overview .bottom {
    padding-top: 100px;
    border-top: 1px solid #E3E3E3;
}
.overview .bottom .service-profile .left img {
    margin-bottom: 30px;
}

.overview .bottom .service-profile .left p {
    font-size: 26px;
    width: 100%;
    height: auto !important;
    margin-bottom: 30px!important;
}

.overview .bottom .service-profile .left p:last-child {
    margin-bottom: 0 !important;
}

.overview-sub {
    padding: 100px;
}

.overview-sub h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 90px;
}

.overview-sub p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

.overview-sub .keyword {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.overview-sub .keyword p {
    margin-right: 30px;
}

.discovery {
    padding: 100px;
}

.discovery h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 90px;
}

.discovery p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

.br-48 {
    border-radius: 48px;
}

.br-46 {
    border-radius: 46px;
}

.research {
    padding: 100px;
}

.research .research-title {
    font-weight: 500;
    font-size: 64px;
    line-height: 90px;
    margin-bottom: 100px;
}

.research .research-data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--body-color);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 30px;
}

.br-24 {
    border-radius: 24px;
}

.research .research-data>div {
    flex: 5;
}

.research .research-data h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
}

.research .research-data p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

.research .research-data .research-image-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 443.7px;
    border-radius: 24px;
    overflow: hidden;
}

.mr-10 {
    margin-right: 10px;
}

.p-100 {
    padding: 100px;
}

.ideation-image-box {
    width: 100%;
    height: 531px;
    border-radius: 24px;
}

.ideation-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
}

.single-project-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
}

.single-project-paragraph {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

.right-0 {
    right: 0;
}

.top-80 {
    top: 80px;
}

.top-180 {
    top: 180px;
}

.adjoe-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adjoe-4>div {
    width: 500px;
    height: 443px;
}

.adjoe-4 img {
    width: 100%;
}

.h-600 {
    height: 600px;
}

.h-700 {
    height: 700px;
}

.br-10 {
    border-radius: 10px;
}

.brtl-0 {
    border-top-left-radius: 0;
}

.brtr-0 {
    border-top-right-radius: 0;
}

.high-light {
    color: var(--project-high-light);
}

.top-mines {
    top: -120px;
}

.br-bottom-24 {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.translateY-mines-50 {
    transform: translateY(-50px);
}

.translateY-mines-100 {
    transform: translateY(-100px);
}

.translateY-mines-150 {
    transform: translateY(-150px);
}

.h-177 {
    height: 177px;
}

.w-300 {
    width: 300px;
}

.left-50 {
    left: 50%;
}

.Arts2Do-image1 {
    left: 45%;
    top: 5%;
}

.Arts2Do-image2 {
    left: 47%;
    top: 29%;
    height: 200px;
}

.Arts2Do-image3 {
    left: 47%;
    top: 55%;
    height: 200px;
}

.Arts2Do-image4 {
    left: 47%;
    top: 75%;
}

.top-25 {
    top: 30%;
}

.h-300 {
    height: 300px;
}

.right-50 {
    right: 50%;
}

.h-1000 {
    height: 1000px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.br-46 {
    border-radius: 46px;
}

.h-400 {
    height: 400px;
}

.h-200 {
    height: 200px;
}

.mb-200 {
    margin-bottom: 200px;
}

.lock {
    width: 130px;
    height: 130px;
}

.br-t-l-0 {
    border-top-left-radius: 0;
}

.br-b-l-0 {
    border-bottom-left-radius: 0;
}

.smile {
    width: 50px;
    height: 50px;
}

.animation-blink {
    animation: turn-on-off 1s infinite linear alternate;
}

.sticky-top-100 {
    position: sticky;
    top: 0px;
}

#service-part-explore {
    transition: all var(--transition-duration);
    opacity: 0;
}
.mr-auto {
    margin-right: auto !important;
}
#service-part {
    transition: all var(--transition-duration);
    opacity: 0;
    margin-bottom: 100px;
}

#project-part-explore {
    transition: all var(--transition-duration);
    opacity: 0;
}

#project-part {
    transition: all var(--transition-duration);
    opacity: 0;
    margin-bottom: 100px;
}

#offer-different-Services {
    transition: all var(--transition-duration);
    opacity: 0;
}

#totally {
    transition: all var(--transition-duration);
    opacity: 0;
}

#chooses {
    transition: all var(--transition-duration);
    opacity: 0;
}

#i-can-interest {
    transition: all var(--transition-duration);
    opacity: 0;
}

#i-help-you {
    transition: all var(--transition-duration);
    opacity: 0;
}

#i-design {
    transition: all var(--transition-duration);
    opacity: 0;
}

#see-you-here {
    transition: all var(--transition-duration);
    opacity: 0;
}

#shape-box {
    transition: all var(--transition-duration);
    opacity: 0;
}

#chat-box-avatar {
    transition: all var(--transition-duration);
    opacity: 0;
}
video {
    transition: all var(--transition-duration);
}

.position-relative .shape {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100px;
    clear: both; 
    opacity: 0;
    transition: all var(--transition-duration);
    cursor: pointer;

}
.position-relative .chat-box-avatar {
    left: -70px !important;
    top: -70px !important;

}
/* .position-relative .chat-box-avatar div {
    width: 140px;
    height: 140px;
    background-image: url(/images/shape-box-avatar.PNG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

} */
.position-relative .shape-box {
    float: left;
    height: 100%;
    transform: translateX(7px);
    transition: all var(--transition-duration);

}
.position-relative .shape-box img {
    width: 50px;
    height: 100%;
    transition: all var(--transition-duration);

}
.position-relative .shape-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    height: 100% !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-family: Inter;
    float: left;
    background-color: var(--chat-box);
    border-radius: 100px 100px 100px 0;
    padding-left: 10px;
    padding-right: 50px;
    color: var(--chat-box-text);
    transition: all var(--transition-duration);

}
iframe {
    border-radius: 24px;
    width: 100%;
    height: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@keyframes logo-changer {
    0% {
        background-image: url(/images/Frame_736.png);
    }

    50% {
        background-image: url(/images/Frame_872.png);
    }

    100% {
        background-image: url(/images/Frame_873.png);
    }
}

@keyframes grow-circle {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes turn-on-off {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}