body {
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
:root {
    --main: #47c0ea;
    --secondary: #2d98d1;
    --white: #ffffff;
    --black: #000000;
    --primary: #0275d8;
    --light-grey: #a2a3a3;
    --light-blue: #e4f4fc;
    --grey-shade: #7e8182;
}
img {
    border: none;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-BlackItalic.woff2") format("woff2"), url("../fonts/Barlow-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Black.woff2") format("woff2"), url("../fonts/Barlow-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-ExtraBold.woff2") format("woff2"), url("../fonts/Barlow-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-BoldItalic.woff2") format("woff2"), url("../fonts/Barlow-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Barlow-ExtraBoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Barlow-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-LightItalic.woff2") format("woff2"), url("../fonts/Barlow-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-ExtraLight.woff2") format("woff2"), url("../fonts/Barlow-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Italic.woff2") format("woff2"), url("../fonts/Barlow-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-MediumItalic.woff2") format("woff2"), url("../fonts/Barlow-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-Thin.woff2") format("woff2"), url("../fonts/Barlow-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Barlow-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: Barlow;
    src: url("../fonts/Barlow-ThinItalic.woff2") format("woff2"), url("../fonts/Barlow-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
a.common-btn.btn-light,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Barlow;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
li,
ul {
    list-style: none;
}
.main-header-list a,
a,
a:hover,
a:visited {
    text-decoration: none;
}
.clearfix {
    clear: both;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
.bg-light-yellow {
    background-color: #e6e523;
}
.block-bg,
.menu-item:hover .menu-content,
.menu-link,
.parent-btn-group-item.active,
.right-image-slider img.active,
.right-image-slider img:first-child,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
}
.menu-icon a i,
.prod-time-faq p,
a,
a:hover,
body {
    color: #000;
}
#navbar,
.block-bg,
.right-image-slider img.active,
.search {
    position: relative;
}
.searchbutton,
.searchterm {
    border: 1px solid var(--secondary);
}
.contact-info i a,
p {
    font-weight: 400;
    font-size: 16px;
}
.searchterm,
img,
input:focus,
textarea:focus {
    outline: 0;
}
.logoed-content-img-wrapper img,
img {
    max-width: 100%;
}
*,
.contact-info i a,
.searchterm,
.section1-left p span,
a,
a:hover,
body {
    font-family: Poppins, sans-serif;
}
.block-bg {
    background: #555353;
    background: -webkit-linear-gradient(#555353, #141313);
    background: -moz-linear-gradient(#555353, #141313);
    background: linear-gradient(#555353, #141313);
    background: -ms-linear-gradient(#555353, #141313);
    background: -o-linear-gradient(#555353, #141313);
}
.search {
    width: 100%;
    display: flex;
}
.searchterm:focus {
    color: #535c68;
}
.searchbutton {
    width: 60px;
    height: 40px;
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    color: #fff;
    background: var(--secondary);
    cursor: pointer;
    font-size: 0;
}
.searchbutton i {
    font-size: 20px;
}
.chat-with-us,
.main-header-list a {
    font-size: 15px;
    color: var(--white);
}
.searchbutton:hover {
    background: var(--primary);
    transition: 0.2s linear;
}
.flex-1 {
    flex: 1;
}
.contact-info i a {
    color: #0f0f0f;
    line-height: 28px;
}
.menu-item {
    border-right: 1px solid #47c0ea;
}
.menu-item:first-child {
    border-left: 1px solid #47c0ea;
}
.menu-link {
    color: #fff;
    padding: 10px;
    text-decoration: none !important;
    font-weight: 800;
}
.menu-item:hover .menu-link {
    color: #fff;
    background-color: var(--secondary);
}
.menu-content {
    position: absolute;
    width: 100%;
    background-color: #ebebeb;
    padding: 30px 0;
    left: 0;
    border-bottom: 5px solid var(--main);
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
    animation: 0.3s slideUp;
    display: none;
    z-index: 12;
}
.menu-content .menu-content-link {
    display: block;
    padding: 5px 10px;
    transition: 0.25s;
    text-decoration: none;
    font-size: 15px;
}
.menu-content .menu-content-link:hover {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #2d98d1;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #2997d1;
    color: #000;
    transition: 0.3s;
}
.brand-header-info,
.menu-item .list-group .active {
    background-color: var(--main);
}
.menu-icon .menu-icon-text {
    font-size: 0.75rem;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.form-wrapper-bottom-text,
.logoed-content-title-sm,
.logoed-hero-img-wrapper,
.menu-icon,
.section1-left,
.section2-left {
    text-align: center;
}
.menu-icon a i:hover {
    color: var(--primary);
}
.tab-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
#navbar-mobile {
    position: fixed;
    width: 100%;
    inset: 0;
    margin-top: 60px;
    height: 100vh;
    overflow: auto;
    animation: 0.3s ease-in-out slideUp;
    z-index: 5;
}
#accordion {
    padding: 15px 0;
}
#navbar-mobile .accordion-item .btn {
    padding: 15px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.accordion-item-content {
    background-color: #eee;
}
.accordion-item-content-item {
    padding: 15px 20px;
}
.accordion-content-link {
    display: inline-block;
    padding: 5px 15px;
    transition: 0.25s;
}
.accordion-content-link:hover {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.main-header {
    background-color: var(--main);
    width: 100%;
}
.main-header-sec-bg,
.prod-time-q-bg {
    background: var(--secondary);
}
#navbar .nav-link {
    color: var(--white);
    text-decoration: none;
    transition: background-color 0.3s;
}
#navbar .nav-link:hover {
    color: var(--white) !important;
    background-color: var(--secondary);
}
.home-banner-top {
    color: #000;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.5625rem + 1vw, 1.125rem);
    text-transform: uppercase;
}
.search input[type="text"] {
    padding-left: 15px;
}
.searchterm {
    width: 100%;
    border: 1px solid var(--secondary);
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px;
}
.autosuggest-search {
    width: 100%;
    background: #fff;
    height: 60px;
    position: relative;
    display: flex;
}
.autosuggest-search-note {
    height: 50px;
    width: 80%;
    margin: 5px;
}
.autosuggest-search-pic {
    height: 44px;
    width: 20%;
    margin: 3px 2%;
}
.autosuggest-search img {
    height: 44px;
    padding: 3px;
    position: absolute;
}
.autosuggest-search p {
    font-size: 12px;
}
.top-autosuggest-search-wrapper {
    z-index: 30;
    width: 84%;
    max-height: 600%;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    background-color: #fff;
    font-weight: 500;
}
.copy-right,
.home-footer {
    background: var(--main);
}
.home-footer h6 {
    font-weight: 700;
    font-size: 18px;
}
.home-footer .map {
    height: auto;
    width: 24px;
}
.border-right {
    color: var(--white);
}
.home-footer li a {
    text-decoration: none;
    font-weight: 500;
}
.home-footer li a:hover,
.side-nav-color-filter a:hover {
    text-decoration: underline;
}
.footer-db-notification {
    position: fixed;
    padding-top: 50px;
    bottom: 8px;
    left: 20px;
}
.mobile__link {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}
.mobile__link:hover {
    background-color: var(--primary);
}
.logoed-hero-text-wrapper-3 .hero-text-highlight,
.mobile__link--active {
    color: var(--main);
}
.mobile__icon {
    font-size: 18px;
}
.mobile__link i {
    font-weight: 900;
    font-size: 25px;
    color: #333;
}
.prod-time-banner h4,
.prod-time-q-bg h5 {
    font-size: clamp(1.25rem, 1.1429rem + 0.2976vw, 1.5rem);
}
.commonbanner_btn {
    background-color: #fff;
    color: #000;
}
.prod-time-banner {
    background-image: url(../images/loginpage.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.prod-time-display-text {
    color: var(--white);
    font-weight: 600;
}
.prod-time-banner h4 span {
    color: var(--white);
    font-size: clamp(1.375rem, 1.2679rem + 0.2976vw, 1.625rem);
}
.prod-time-q-bg h5 {
    color: #fff;
}
.design:hover,
.order:hover,
.select:hover {
    font-size: 0;
    background: #000;
}
.design:hover::after,
.order:hover::after,
.select:hover::after {
    content: attr(data-hover);
    font-size: 12px;
    color: #fff;
}
.logoed-rating-sm .logoed-rating-desc span,
.logoed-rating-sm .logoed-rating-stars .fa-star {
    font-size: clamp(0.75rem, 0.65rem + 0.4vw, 1rem);
    font-weight: 700;
}
.logoed-upload-wrapper input[type="file"].d-none,
.parent-btn-group-item,
.right-image-slider-wrapper img,
.showhidefilter {
    display: none;
}
#sidebar {
    transition: 0.3s;
    z-index: 0;
}
#sidebar h5 {
    color: var(--secondary);
    border-bottom: 2px solid #47c0ea;
    font-size: 25px;
}
.sidebar-border {
    border: 1px solid var(--main);
    border-radius: 2px;
}
.sidebar-border-bottom {
    border-bottom: 2px solid #47c0ea;
}
.side-nav-text-color:hover {
    color: var(--secondary);
    font-weight: 700;
}
.side-nav-cat-list li a:hover {
    text-decoration: underline;
    font-weight: 700;
}
.side-nav-color-filter {
    height: 300px;
    width: 165px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.side-nav-color-filter-box {
    background-position: center;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px;
}
.grid-view i:hover,
.list-view i:hover {
    color: #000;
    cursor: pointer;
}
#mob_header_trans {
    margin-top: 60px;
    background-color: #fff;
}
.logoed-hero-text-wrapper h1 {
    color: #fff;
    font-size: clamp(2.5rem, 1.0694rem + 3.2vw, 4.5rem);
    font-weight: 700;
    text-transform: uppercase;
    transform: scaleY(1.6);
    line-height: 1.2;
}
.logoed-mob-hero-text-wrapper h1,
.logoed-mob-hero-text-wrapper h2 {
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: calc(1.075rem + 1.6vw);
    line-height: 1;
    transform: scaleY(1.6);
}
.logoed-mob-hero-text-wrapper h1::after,
.logoed-mob-hero-text-wrapper h1::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}
.logoed-hero-text-wrapper-2 {
    position: relative;
    display: inline-block;
    text-align: center;
    transform: rotate(-5deg) translateY(-5px);
    transform-origin: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.logoed-hero-text-wrapper-2 h1 {
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
    font-size: clamp(1.125rem, -0.125rem + 4vw, 3.375rem);
    font-weight: 900;
    text-transform: uppercase;
    background-color: var(--secondary);
    transform: scaleY(1.6);
    margin-bottom: 1rem;
}
.logoed-content-title-sm span,
.logoed-form-btn {
    background-color: var(--main);
    display: inline-block;
}
.logoed-hero-timer,
.logoed-rating-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.logoed-rating-sm .logoed-rating-stars .fa-star {
    color: #ff0;
    margin-bottom: 0;
}
.logoed-hero-content-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 10px;
}
.logoed-hero-img-wrapper img {
    max-width: 100%;
    max-height: 600px;
}
.logoed-hero-text-wrapper-3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}
.hero-text-gap {
    margin-bottom: 1.5rem;
}
.logoed-hero-text-wrapper-3 .large-text {
    font-size: clamp(1.5rem, 1.2917rem + 0.6667vw, 1.875rem);
    font-weight: 700;
    color: red;
    margin-bottom: 0;
}
.logoed-hero-text-wrapper-3 .mid-text {
    font-size: clamp(1.125rem, 0.8472rem + 0.8889vw, 1.625rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.logoed-hero-text-wrapper-3 .small-text {
    font-size: clamp(0.75rem, 0.6111rem + 0.4444vw, 1rem);
    color: #fff;
    margin-bottom: 0;
}
.logoed-hero-text-wrapper-3 .hero-text-highlight.text-italic {
    font-style: italic;
}
.logoed-hero-text-wrapper-3 .hero-text-highlight.text-big {
    font-size: 32px;
}
.logoed-hero-timer-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.logoed-hero-timer-item-number {
    font-size: clamp(2.625rem, 2.4167rem + 0.6667vw, 3rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.logoed-hero-timer-item-number:first-child {
    margin-right: 0.5rem;
}
.logoed-hero-timer-item-text {
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    margin-bottom: 0;
}
.logoed-hero-timer-item-separator {
    font-size: clamp(2.625rem, 2.4167rem + 0.6667vw, 3rem);
    font-weight: 700;
    color: #fff;
    align-self: flex-start;
    transform: translateY(-3px);
}
.image-arrow,
.image-arrow.left,
.image-arrow.right,
.section9 ul li:nth-child(3),
.section9 ul li:nth-child(4),
.section9 ul li:nth-child(5) {
    transform: translateY(-50%);
}
.logoed-hero-timer-btn {
    text-align: center;
    margin-top: 1rem;
}
.logoed-content-btn,
.logoed-hero-timer-btn a {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--main);
    text-decoration: none;
    text-align: center;
    border-radius: 24px;
}
.logoed-content-btn .content-main-text,
.logoed-hero-timer-btn .timer-main-text {
    display: block;
    color: #fff;
    font-size: clamp(2.5rem, 2.2222rem + 0.8889vw, 3rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.logoed-hero-timer-btn .timer-sub-text {
    display: block;
    color: #000;
    font-size: 12px;
    font-style: italic;
    opacity: 0.8;
    margin-top: 0;
}
.logoed-hero-timer-btn .timer-tag-text {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    opacity: 0.8;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.logoed-hero-reviews {
    margin-bottom: 1rem;
    padding: 10px;
}
.logoed-hero-reviews-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1rem;
}
.logoed-hero-reviews-stars .fa-star {
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
}
.logoed-hero-reviews-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.logoed-content-text-1 p,
.logoed-hero-reviews-text p {
    margin-bottom: 0;
}
.logoed-hero-image-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    overflow-x: auto;
}
.logoed-hero-image-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}
.logoed-content-text-1 {
    text-align: center;
    font-size: clamp(1.125rem, 0.6389rem + 1.5556vw, 2rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}
.logoed-content-img-wrapper {
    text-align: center;
    padding: 20px 10px;
}
.logoed-content-btn .content-sub-text {
    display: block;
    color: #000;
    font-size: clamp(0.75rem, 0.6111rem + 0.4444vw, 1rem);
    font-style: italic;
    opacity: 0.8;
    margin-top: 0;
}
.form-wrapper,
.form-wrapper .form-row {
    display: flex;
    gap: 0.5rem;
}
.logoed-content-title-sm span {
    position: relative;
    color: #fff;
    font-size: clamp(1.125rem, 0.3611rem + 1.4444vw, 1.5rem);
    word-spacing: -2px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 2px 5px;
    transform: rotate(-2deg) translateY(15px) scaleY(1.6);
    transform-origin: bottom left;
    z-index: 2;
}
@media (max-width: 768px) {
    .logoed-content-title-sm span {
        transform: rotate(-3deg) translateY(10px) scaleY(1.6);
        font-size: calc(0.7rem + 0.7vw) !important;
        word-spacing: normal;
    }
}
.logoed-content-title {
    margin-bottom: 4.5rem;
    margin-top: 3.5rem;
    text-align: center;
}
.logoed-content-title h1 {
    font-size: clamp(2.5rem, 1.25rem + 4vw, 4.75rem);
    font-weight: bolder;
    text-transform: uppercase;
    word-spacing: -4px;
    line-height: 0.8;
    transform: scaleY(1.6);
}
.logoed-video-wrap {
    max-width: 600px;
    margin: 0 auto 1rem;
}
.logoed-mock-container {
    padding: 0 !important;
    margin: 0 auto;
    max-width: 100%;
}
.form-wrapper {
    flex-direction: column;
    margin-bottom: 1rem;
}
.form-wrapper .form-row input {
    flex: 1;
    padding: 0.5rem;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}
.form-wrapper .form-row .email-input {
    flex: 0 0 55%;
}
.form-wrapper .form-row textarea {
    margin-bottom: 0.5rem;
    color: #fff;
    background-color: #000;
    border: 1px solid var(--main);
    padding: 0.5rem;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}
.logoed-form-btn {
    margin-bottom: 0.5rem;
    width: 100%;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}
.logoed-form-btn .form-main-text {
    display: block;
    color: #fff;
    font-size: clamp(1.5rem, 1.2222rem + 0.8889vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.logoed-form-btn .form-sub-text {
    display: block;
    color: #fff;
    font-size: clamp(1rem, 0.8056rem + 0.6222vw, 1.35rem);
    font-weight: 700;
    margin-top: 0;
}
.form-wrapper-bottom-text p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}
.form-wrapper-bottom-text p span {
    color: #f9cb00;
    font-size: 1.2rem;
}
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
    }
    .form-wrapper .form-row .email-input,
    .form-wrapper .form-row .phone-input {
        flex: 1 0 100%;
    }
}
.logoed-mock-bordered {
    padding: 5px;
    border: 5px solid #f9cb00;
    text-align: center;
    margin-bottom: 1.2rem;
}
.logoed-mock-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 0.5rem;
}
.logoed-mock-bordered h3,
.logoed-mock-top i {
    color: #f9cb00;
}
.logoed-mock-top i,
.logoed-mock-top p {
    font-size: clamp(1.25rem, 1.0417rem + 0.6667vw, 1.625rem);
}
.logoed-mock-bordered p,
.logoed-mock-top p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.logoed-mock-bordered h3 {
    font-size: clamp(1.75rem, 1.5rem + 0.8vw, 2.2rem);
    margin-bottom: 0.5rem;
}
.logoed-upload-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.logoed-upload-label {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    border: 2px solid #4dd0e1;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.logoed-upload-label.active {
    background: #fff;
    color: #000;
    border: none;
}
.logoed-upload-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logoed-upload-titles h4 {
    color: #fff;
    font-size: 16px !important;
    margin-top: 5px;
}
.logoed-upload-formats {
    color: #b0b0b0;
    font-size: 14px;
    margin-top: 5px;
}
.logoed-upload-label.active .logoed-upload-formats,
.logoed-upload-label.active .logoed-upload-titles h4 {
    color: #000 !important;
}
.logoed-upload-icon img {
    max-width: 40px;
}
.upload-img-preview {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.logoed-upload-preview {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    display: block;
}
.logoed-upload-filename {
    margin-top: 10px;
    color: #ddd;
    font-size: 14px;
    display: none;
}
.logoed-mock-colored-info {
    margin: 1rem;
    color: var(--main);
    font-size: 14px;
    text-align: center;
}
.logoed-mock-colored-info p {
    font-weight: 700;
    margin: 0;
}
.section-padding {
    padding: 80px 0;
}
.section1.section-padding {
    padding: 60px 0;
}
.section1-left h1 {
    font-weight: 800;
    font-size: 54px;
    color: #fff;
    text-shadow: 5px 5px 10px #000000ff;
    line-height: 58px;
}
.section1-left p span {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    font-style: normal;
    line-height: 38px;
    display: block;
}
.parent-btn.active,
.top-btn-group a.active,
.top-btn-group a:hover,
a.common-btn.btn-light:hover,
a.common-btn:hover {
    background: #000;
    box-shadow: none;
    color: #97d2f8;
}
.right-image img {
    width: calc(400px);
    height: 100%;
    object-fit: contain;
}
.banner-point-area {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
    justify-content: center;
}
.banner-bottom-left-area ul {
    text-align: left;
    margin: 0;
    padding: 0;
}
.common-btn.btn-green,
a.common-btn {
    box-shadow: none;
    text-shadow: none;
    text-align: center;
}
.banner-bottom-left-area ul li {
    padding-top: 20px;
    font-weight: 500;
    font-family: Poppins;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.check-icon img {
    width: calc(35px);
    height: 100%;
}
.section1-left p {
    padding: 20px 0;
}
a.common-btn {
    display: inline-block;
    border-style: solid;
    border-radius: calc(100px);
    background: no-repeat red;
    color: #fff;
    border-width: calc(1px);
    border-color: #000;
    font-size: calc(40px);
    line-height: calc(65px);
    font-weight: 800;
    font-style: normal;
    padding: 0 22px;
    margin-bottom: 5px;
}
.hyper-link-text p,
.phone-text {
    font-weight: 400;
    font-style: italic;
    line-height: 18px;
    font-size: 16px;
    font-family: Poppins;
    color: #fff;
}
.phone-text {
    display: block;
    width: 100%;
}
.phone-text,
.section14 .image-block-card p {
    padding: 0;
}
.image-arrow,
.tab-arrow {
    padding: 5px 10px;
}
.section2 .section2-right img {
    width: calc(400px);
    height: 100%;
    float: right;
}
.countdown-part {
    margin-top: 5px;
}
.product-tab-section h3 {
    padding-bottom: 12px;
    font-weight: 500;
    font-family: Poppins;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    display: block;
    text-transform: capitalize;
}
.parent-btn-group a,
.top-btn-group a {
    background: no-repeat #b7b7b7;
    box-shadow: none;
    text-shadow: none;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    padding: 0 12px;
    font-style: normal;
}
.parent-tab-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.parent-btn-group {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    width: 78%;
    margin-bottom: 16px;
    gap: 10px;
}
.right-image-slider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 36px;
}
.right-image-slider img {
    flex-shrink: 0;
    width: 100%;
    transition: opacity 0.4s;
}
.right-image-slider-wrapper img.active {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: auto;
    transform: scale(1);
}
.image-arrow,
.tab-arrow {
    display: none;
    background: 0 0;
    color: #fff;
    font-size: 23px;
    border: none;
    cursor: pointer;
    z-index: 2;
    position: relative;
    top: -9px;
    border-radius: 50%;
}
.right-image-slider-wrapper .image-arrow,
.right-image-slider-wrapper .tab-arrow {
    background: #4d4b4b;
    padding: 4px 10px;
}
.image-arrow.left {
    position: absolute;
    left: -10px;
    top: 50%;
}
.image-arrow.right {
    position: absolute;
    right: 10px;
    top: 50%;
}
.right-image-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.parent-btn-tab.active {
    background: #000;
    color: #97d2f8;
}
.parent-btn-group a {
    flex: 0 0 auto;
    white-space: nowrap;
    border-radius: calc(100px);
    border: 1px solid #000;
    display: inline-block;
}
.top-btn-group a {
    border-radius: calc(100px);
    border: 1px solid #000;
    display: inline-block;
}
.common-btn.btn-green,
.image-block-card h3,
.section-title h2,
.section-title p {
    color: #fff;
    font-style: normal;
}
.countdown-part .logoed-hero-timer-item span {
    font-size: 60px;
}
.countdown-part span.logoed-hero-timer-item-text {
    font-size: 10px;
}
.countdown-part .logoed-hero-timer-item-separator {
    align-self: center;
    transform: translateY(-12px);
}
.countdown-part .logoed-hero-timer {
    margin-bottom: 15px;
}
.gray-bg {
    display: block;
    background: #555353;
    background: -webkit-linear-gradient(#555353, #141313);
    background: -moz-linear-gradient(#555353, #141313);
    background: linear-gradient(#555353, #141313);
    background: -ms-linear-gradient(#555353, #141313);
    background: -o-linear-gradient(#555353, #141313);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(0px * var(--scale, 1));
    border-radius: calc(0px * var(--scale, 1));
    width: 100%;
    position: relative;
}
.section-title h2 {
    font-weight: 800;
    font-family: Barlow;
    font-size: 72px;
    letter-spacing: normal;
    text-shadow: 5px 5px 15px #000000ff;
    line-height: 68px;
}
.section-title p {
    font-weight: 400;
    font-size: 24px;
	color: #FFF;
    font-family: Poppins, sans-serif;
    line-height: 28px;
    display: block;
}
.custom-section-brad h1{
	font-weight: 700;
    font-size: 35px;
	color: #FFF;
    font-family: Poppins, sans-serif;
    line-height: 38px;
	background: linear-gradient(to right, #8C53F5, #FF0049);
	
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
}
.custom-section-brad p{
	font-weight: 400;
	color: #FFF;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    line-height: 28px;
    display: block;
}
.custom-section-brad a {
    background: linear-gradient(to right, #8C53F5, #FF0049);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
	font-size: 24px;
	line-height: 28px;
}
.bannere-gif {
    width: 80%;
    margin: 0 auto;
}
.section2-info {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 27px 0 4px;
}
.image-list,
.shirt-measure-steps li:not(:last-child) {
    margin-bottom: 20px;
}
a.common-btn.btn-light {
    background-color: #47c0ea;
    padding: 0 37px;
    font-size: calc(48px);
    line-height: calc(58px);
}
.section3-image-block {
    display: flex;
    gap: 110px;
    margin-top: 30px;
}
.section3-image-block1 img {
    width: calc(546px);
    height: 100%;
}
.section3-image-block2 img {
    width: calc(500px);
    height: 100%;
}
.arrow {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 10px;
}
.common-btn.btn-green {
    background: no-repeat #3bac73;
    font-size: calc(54px);
    line-height: calc(57px);
    font-weight: 800;
    font-family: Barlow;
    padding: 5px 60px;
}
.common-btn.yellowish-green {
    background: #c5dc73;
    color: #898989;
    font-size: calc(48px);
    line-height: calc(50px);
}
.section3 .section-title h2,
.section5 .section-title h2 {
    text-shadow: 20px 20px 20px #00000040;
}
.section4 .section3-image-block1 img {
    width: calc(591px);
    height: 100%;
}
.section4 .section3-image-block2 img {
    width: calc(622px);
    height: calc(360px);
    margin-top: 70px;
    object-fit: cover;
}
.section-title p:nth-of-type(2),
.section-title p:nth-of-type(4),
.section-title p:nth-of-type(6) {
    padding: 7px 0;
}
.section5 .section-title p strong {
    font-weight: 700;
    color: red;
}
.section5 img.main-image1 {
    width: calc(449px);
    height: 100%;
    z-index: 1;
    position: relative;
}
.section5 img.main-image2 {
    width: calc(430px);
    height: 100%;
    position: relative;
}
.product-tag {
    width: calc(160px);
    height: 100%;
    top: 39%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.section5 .section3-image-block.product-row-3 .product-tag.product-tag2 {
    left: 10%;
}
.image-block-card h3 {
    font-weight: 700;
    font-family: Poppins;
    font-size: 36px;
    line-height: 38px;
}
.image-block-card p,
.shirt-measure-steps li p {
    line-height: 28px;
    color: #fff;
    font-style: normal;
}
.image-block-card p {
    font-weight: 400;
    font-family: Poppins;
    font-size: 22px;
    width: 85%;
    margin: 0 auto;
    padding: 10px 0 3px;
}
.image-block-card span {
    font-weight: 400;
    font-family: Poppins;
    color: #fff;
    font-style: normal;
    width: 49%;
    display: inline-block;
}
.z-1 {
    z-index: 1;
}
.section5 .product-row-3 img.main-image1 {
    width: calc(430px);
    height: 100%;
    z-index: 1;
}
.section5 .product-row-3 img.main-image2 {
    width: calc(469px);
    height: 100%;
}
.image-block-card {
    padding-top: 15px;
}
.section5 a.common-btn.btn-light {
    padding: 0 15px;
    margin-top: 40px;
    line-height: calc(64px);
    margin-bottom: 0;
}
.section5.section6 a.common-btn.btn-light {
    padding: 0 25px;
    line-height: calc(58px);
    font-size: calc(54px);
}
.section5.section6 .product-row-1 img.main-image1 {
    width: calc(364px);
    height: 100%;
}
.section5.section6 .product-row-1 img.main-image2 {
    width: calc(393px);
    height: 100%;
}
.w_50 {
    width: clamp(100%, 50vw, 50%);
}
.section5.section6 .product-row-2 img.main-image1 {
    width: calc(450px);
    height: 100%;
}
.section5.section6 .product-row-2 img.main-image2 {
    width: calc(474px);
    height: 100%;
}
.section5.section6 .section3-image-block.product-row-2 .product-tag {
    left: 13%;
}
.section7 .product-row-1 img.main-image1 {
    width: calc(577px);
    height: 100%;
}
.section14 img.main-image2,
.section7 .product-row-1 img.main-image2 {
    width: calc(623px);
    height: 100%;
}
.section7 .section3-image-block.product-row-1 .product-tag {
    width: calc(70px);
    height: 100%;
    top: -5%;
    left: -20px;
    transform: none;
}
.section7 a.common-btn.btn-light {
    padding: 5px 60px;
    line-height: calc(54px);
    background: #ffcb4c;
    font-size: calc(54px);
}
.section7 a.common-btn.btn-light:hover {
    background: #000;
}
.section8 img.main-image {
    width: calc(501px);
    height: 100%;
    display: inline-block;
}
.section8 .section3-image-block {
    align-items: center;
}
.section8 .owl-carousel .owl-item img {
    width: calc(478px);
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.section8 a.common-btn.btn-light {
    padding: 0 80px;
    line-height: calc(46px);
}
.section8 .owl-carousel .owl-nav button.owl-next,
.section8 .owl-carousel .owl-nav button.owl-prev {
    line-height: 44px;
    font-size: 32px;
    color: #fff;
    opacity: 1;
    background-color: transparent;
}
.section8 .owl-carousel .owl-nav button.owl-prev {
    left: 35px;
}
.section8 .owl-carousel .owl-nav button.owl-next {
    right: 35px;
}
.section-title h3 {
    font-weight: 800;
    font-family: Poppins;
    font-size: 28px;
    color: #fff;
    padding: 20px 0;
}
.section9 ul li,
h3.shift-ttle {
    font-weight: 500;
    font-family: Poppins;
}
.process-block {
    display: inline-block;
    margin-top: 40px;
}
.section9 ul li {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #fff;
}
.section9 ul li:first-child {
    top: 0;
}
.section9 ul li:nth-child(2) {
    top: 25%;
    transform: translateY(-50%);
}
.section9 ul li:nth-child(3) {
    top: 48%;
}
.section9 ul li:nth-child(4) {
    top: 70%;
}
.section9 ul li:nth-child(5) {
    top: 93%;
}
.section11 a.common-btn.btn-light,
.section9 a.common-btn.btn-light {
    padding: 4px 80px;
    line-height: calc(45px);
    font-size: calc(54px);
}
.price-chart-block {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
}
.group-client-image {
    width: 75%;
    margin: 0 auto;
    padding-top: 15px;
}
.client-block-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 57px;
    width: calc(100% + 300px);
    margin-left: -150px;
    margin-right: -150px;
    overflow: hidden;
}
.image-block-card p:nth-of-type(4),
.image-block-card p:nth-of-type(6),
.section14 .image-block-card p:nth-of-type(2) {
    padding: 7px 0;
    width: 100%;
}
.section14 img.main-image1 {
    width: calc(620px);
    height: 100%;
}
.section14 .section3-image-block {
    gap: 35px;
}
.section15 a.common-btn.btn-light {
    padding: 17px 13px;
    line-height: calc(47px);
    font-size: calc(54px);
    margin-top: 30px;
}
.section15 img.main-image {
    width: calc(651px);
    height: 100%;
}
.shirt-measure-steps {
    list-style: decimal;
    padding-left: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.shirt-measure-steps li p {
    font-weight: 400;
    font-size: 22px;
    font-family: Poppins, sans-serif;
    display: block;
    padding-left: 25px;
}
.shirt-measure-steps li strong {
    display: block;
    margin-bottom: 4px;
    font-size: 28px;
    color: #fff;
}
.shirt-measure-steps li:first-child p,
.shirt-measure-steps li:last-child p {
    padding-left: 0;
}
h3.shift-ttle {
    font-size: 36px;
    color: #47c0ea;
    font-style: normal;
    padding-bottom: 10px;
}
.client-partner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.client-partner-list img {
    width: calc(236px);
    height: 100%;
}
section.section3.section8.section11.section13.section-padding.gray-bg {
    overflow: hidden;
}
.right-image-slider img {
    display: none;
    width: clamp(435px, 71vw, 485px);
    height: clamp(435px, 71vw, 676px);
    margin: 0 auto;
}
.top-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
.top-btn-group a.click-hear-link {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
    margin: o;
    background: 0 0;
    border: none;
    color: #47c0ea;
    display: block;
    width: 100%;
    text-align: left;
    z-index: 9;
    font-size: 16px;
    line-height: 22px;
}
.parent-btn-group {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    cursor: grab;
    scrollbar-width: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.parent-btn-group.dragging {
    cursor: grabbing;
    user-select: none;
}
.parent-btn-group::-webkit-scrollbar {
    height: 6px;
    display: none;
}
.parent-btn-group::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
}
.parent-btn-group::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.parent-btn-group-item.active[data-tab="1"] .top-btn-group a.click-hear-link {
    top: 130px;
}
.red-bg {
    background-color: red;
}
.red-bg i {
    color: #ff0;
}
