.header__logo {
    width: 100px;
}
.header-area.sticky {
    background-color: #fffaf8;
    padding: .75rem 0;
}

.header-area {
    transition: .3s;
    padding: .75rem 0;
}
:focus-visible {
    outline: none;
}
.hero-area .area-bg {
    background: #FDFAF6;
}
.header-area.sticky {
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.white-bg {
    background: #fff;
}
.arrow-img img {
    width: auto;
    margin-top: 2rem;
    opacity: .5;
    transform: rotate(315deg) !important;
}
.font2 {

    font-family: Kanit, sans-serif !important;
    font-weight: 400 !important; 
  
}
.font-prepective {
    perspective: none !important;
}

.hero-area .section-title {
    font-size: 5rem !important;
    margin-top: -2px !important;
    margin-bottom: -14px !important;
    font-weight: 400 !important;
    /* font-family: Kanit, sans-serif !important; */
    line-height: 5rem !important;
}

.hero-area .section-title-2 {
    font-size: 4rem !important;
    margin-top: -2px !important;
    margin-bottom: -14px !important;
    font-weight: 400 !important;
    font-family: Kanit, sans-serif !important;
    line-height: 4rem !important;
    text-align: center;
}

.hero-area .section-content {
    align-items: flex-start !important;
}
.blue {
    color: #229ed7 !important;
}
.pink {
    color:#c02171 !important;
}
.section-spacing-top1 {
    padding-top: 55px;
}
 .header-area.sticky .main-menu ul.dp-menu li a {
    color: #ffffff !important;
}
.header-area.sticky .main-menu li a {
    color: #222 !important;
}

.pink-bg {
    background-color:#c02171 !important;
}

.dark-blue {
    color: #2f1c64;
}
.fnt-30 {
    font-size: 1.5rem;
}

.h-text {
    font-family: fantasy !important;
}
.font-w-light {
    font-weight: 300 !important;
}
.header-area .wc-btn-primary {
    background-color: #c02171 !important;
    border: 2px solid #fff;
}

.about-area .section-content .wc-btn-primary {
    background-color: #c02171 !important;
    color: var(--white);
}
.about-area .section-subtitle {
    font-size: 30px !important;
    font-family: fantasy;
}

.process-box .icon {
    background-color: #c02171 !important;

}

.process-box .title {
    color: #2f1c64;
}
.process-area {
    background-color: #f9f9f9 !important;
}

.process-box .number {
    font-size: 20px !important;
    color: #2f1c64 !important;
    display: inline-block;
    margin-inline-start: 30px;
}
.process-box .title {
    font-size: 16px !important;
    line-height: 1.33;
    padding: 75px 30px 61px;
    border: 1px solid #b7c5c1;
    border-radius: 200px;
    text-align: center;
}
.service-box:hover {
    transform: scale(1.03);
    background: #0a74a5 !important;
}

.service-area .services-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) !important;
}

.work-area .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr 1fr !important; /* 50/50 split */
    align-items: center;
}
.work-area .section-title {
    max-width: 50% !important;
}

.fun-fact-area .counter-box .number {
    font-size: 100px !important;
}
.fun-fact-area .counter-box {
    max-width: 100% !important;
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    gap: 220px;
}

.testimonial-item .text {
    font-size: 16px !important;
    line-height: 1.45 !important;
    color: #361c64 !important;
    font-weight: 400 !important;
    font-family: 'Plus Jakarta Sans' !important;
}
.wc-btn-primary:hover {
    background-color: #c02171 !important;
    color: var(--white);
    border-color: rgba(0, 0, 0, 0);
}
.wc-btn-primary {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    /* background-color: #c02171 !important; */
    border-color: rgba(0, 0, 0, 0);
    color: var(--white);
    padding: 0 42px;
    border-radius: 40px;
}

.footer-area .footer-logo img {
    max-height: 100px !important;
}

.footer-area-inner {
    display: grid;
    gap: 30px 60px !important;
    grid-template-columns: 655px 190px 190px 385px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 34px !important;
}


.hero-area-5 {
    background-color: rgb(1, 0, 1);
    position: relative;
    z-index: 3;
}
.hero-area-5 .area-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.hero-area-5 .area-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}
.main-menu li a {
    color: #ffffff !important;
}

.subtitle-wrapper {
    margin-bottom: 2rem;
}

/* .hero-area-5 .area-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.hero-area-5 .area-bg .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    opacity: 0.06;
    z-index: 99;
}
.lines {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
}

.hero-area-5 .area-bg .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    opacity: 0.74;
}

.hero-area-5 .area-bg .dots img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

.container {
    --bs-gutter-x: 30px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 1919px) {
    .section-spacing {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 1919px) {
    .hero-area-5 .section-content-wrapper {
        grid-template-columns: 55px 1fr auto;
        /* margin-top: 28px; */
    }
}

.hero-area-5 .section-content-wrapper {
    /* margin-top: 68px; */
    /* margin-bottom: 32px; */
    display: grid;
    grid-template-columns: 55px 1fr 285px;
    align-items: flex-start;
    gap: 20px 20px;
}
.hero-area-5 .social-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 171px;
    gap: 34px;
}

.hero-area-5 .social-links a {
    color: #fff;
    font-size: 18px;
    opacity: 0.5;
    position: relative;
    transition: 0.5s;
}

.hero-area-5 .social-links a:hover, .hero-area-5 .social-links a.active {
    opacity: 1;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa-instagram:before {
    content: "\f16d";
}
.hero-area-5 .social-links a:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--white);
    opacity: 0.4;
    left: 50%;
    top: -19px;
    transform: translate(-50%, 0px);
    border-radius: 50%;
}

.fa-behance:before {
    content: "\f1b4";
}
.hero-area-5 .section-content {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1919px) {
    .hero-area-5 .section-subtitle {
        font-size: 34px;
    }
}

.hero-area-5 .section-subtitle {
    font-size: 44px;
    font-style: italic;
    font-weight: 250;
    line-height: 1.18;
    color: var(--white);
    display: inline-block;
}
.hero-area-5 .section-content .title-wrapper {
    margin-top: 4px;
}
.hero-area-5 .section-content .text-wrapper {
    margin-top: 3px;
}

@media only screen and (max-width: 1919px) {
    .hero-area-5 .section-content .btn-wrapper {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 1919px) {
    .section-spacing-top {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 1919px) {
    .hero-area-5 .area-shape-image .shape-1 {
        width: 500px;
    }
}
.hero-area-5 .area-shape-image .shape-1 img {
    animation: 15s ease-in-out 0s infinite normal none running moveOne;
}
.hero-area-5 .area-shape-image .shape-1 {
    position: absolute;
    top: -36px;
    right: 127px;
    transform: rotate(185deg);
    width: 600px;
    max-width: 600px;
    z-index: -1;
}
@media only screen and (max-width: 1919px) {
    .hero-area-5 .section-title {
        font-size: 140px;
    }
}

.hero-area-5 .section-content .t-btn-primary {
    padding: 19px 23px;
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}

.body-marketing-agency .t-btn-primary {
    background-color: #F0F2F4;
}

.hero-area-5 .area-bg .dots img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.1;
}
.hero-area-5 .area-bg .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.06;
}
.hero-area-5 .area-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

img {
    max-width: 100%;
}

#dynamic-word::after {
    content: '|';
    animation: blink 1s step-start infinite;
    margin-left: 2px;
    opacity: 1;
  }

  @keyframes blink {
    50% {
      opacity: 0;
    }
  }

@media only screen and (max-width: 1919px) {
    .hero-area-5 .area-shape-image .shape-1 {
        width: 500px;
    }
}
@media only screen and (max-width: 1440px) {
    .hero-area-5 .area-shape-image .shape-2 {
        right: -100px !important;
    }
}
.hero-area-5 .area-shape-image .shape-2 {
    position: absolute;
    top: -36px;
    right: 27px;
    width: 500px;
    max-width: 500px;
    z-index: -1;
}
.t-btn-primary {
    padding: 13px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
    background-color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 10px;
    white-space: nowrap;
}
.hero-area-5 .section-title {
    font-size: 115px;
    font-weight: 250;
    line-height: 1.07;
    letter-spacing: 0;
    color: var(--white);
    letter-spacing: 0.01em;
    font-family: "Instrument Sans", sans-serif;
}
.hero-area-5 .section-title2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: 0;
    color: var(--white);
    letter-spacing: 0.01em;
    font-family: "Instrument Sans", sans-serif;
    margin-top: 3rem;
}
@media only screen and (max-width: 1919px) {
    .hero-area-5 .section-content .text {
        font-size: 20px;
    }
}
.hero-area-5 .section-title span {
    font-weight: 500;
    background-image: linear-gradient(235.28deg, #FFD7D7 -1.14%, #FF9292 40.74%, #FF48E7 68.06%, #BA1EF5 94.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media only screen and (max-width: 1919px) {
    .service-box .icon {
        margin-top: 30px !important;
    }
}

