/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');

/* Custom Fonts */
@font-face {
    font-family: "Satoshi-Variable";
    src: url("../css/fonts/Satoshi-Variable.woff2") format("woff2"),
        url("../css/fonts/Satoshi-Variable.woff") format("woff");
    /* font-weight: 300 900; */
}

:root {
    --theme-color: #DA252A;
    --theme-color-shade-1: #FFB1B3;
    --body-text-family: "Poppins", sans-serif;
    --heading-font-family: "Satoshi-Variable";
    --fugaz-one-font: "Fugaz One", serif;
    --body-text: 1rem;
    --large-font: 1.75rem;
    --medium-font: 1rem;
    --small-font: 0.875rem;
    --xsmall-font: 0.75rem;
    --white-color: #ffffff;
    --black-color: #000000;
    --light-color: #fff4f0;
    --dark-color: #1A1A1A;
    --grey-color: #767676;
    --light-yellow-color: #FAF6E7;
    --td: all 0.5s ease-in-out;
    --size-24: 1.5rem;
    --size-28: 1.75rem;
    --size-32: 2rem;
    --size-80: 5rem;
    --size-94: 5.875rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    position: relative;
    width: 100%;
    border: 0;
    font-weight: 400;
    font-family: var(--body-text-family);
    font-size: var(--body-text);
    line-height: 1.625rem;
    color: var(--dark-color);
    background-color: var(--body-color);
}

/** GLOBLE STYLE  **/
/* 
H1 = 70px, 
H2 = 42px,
H3 = 30px,
H4 = 28px,
H5 = 25px,
*/

h1,
.h1 {
    font-size: 4.375rem;
    line-height: 5.423rem;
    font-family: var(--fugaz-one-font);
    font-weight: 400;
}

h2,
.h2 {
    font-size: 2.625rem;
    line-height: 3.125rem;
    font-family: var(--fugaz-one-font);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

h2:has(+h3),
h2:has(+h4),
h2:has(+h5),
h2:has(+p) {
    margin-bottom: .5rem;
}

h3,
.h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-family: var(--heading-font-family);
    font-weight: 500;
}

h3 b,
.h3 b,
h3 span,
.h3 span,
h3 strong,
.h3 strong {
    font-weight: 900;
}

h4,
.h4 {
    font-size: 1.75rem;
    line-height: 2.45rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
    font-style: italic;
}

h4 b,
.h4 b,
h4 span,
.h4 span,
h4 strong,
.h4 strong {
    font-weight: 900;
}

h5,
.h5,
.large-text,
.large-text * {
    font-size: 1.5rem;
    line-height: 2.063rem;
    font-weight: 700;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1264px;
    }
}

a:focus,
button:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}

ul,
li {
    margin: 0;
    padding: 0;
}

section,
.section {
    position: relative;
    padding-top: var(--size-80);
}

section:has(+footer),
section:has(+.bg-color) {
    padding-bottom: var(--size-80);
}

/* CUSTOM CLASS */
.border-text {
    color: transparent;
    -webkit-text-stroke: 1px var(--white-color);
}

.border-text-black {
    color: transparent;
    -webkit-text-stroke: 1px var(--black-color);
}

.text-theme {
    color: var(--theme-color) !important;
}

.btn-outline-light {
    position: relative;
    padding: 12px 30px;
    border-radius: 50px;
}

.btn-outline-light img {
    position: relative;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.btn-outline-light img::after,
.btn-outline-light .icon::after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
}

.btn-theme {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 75px;
    padding: .5rem 1rem;
}

.btn-theme:hover,
.btn-theme:active {
    background-color: transparent;
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.check-list,
.double-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list,
.double-check-list li,
.double-check-list p,
.double-check-list a {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: .55rem;
}


.double-check-list li::before,
.double-check-list p::before,
.double-check-list a::before {
    content: "";
    position: absolute;
    left: 2px;
    width: 24px;
    height: 24px;
    background-image: url('../images/double-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.double-check-list li:last-child,
.double-check-list p:last-child,
.double-check-list a:last-child {
    margin-bottom: 0;
}

/* CUSTOM CLASS END */

/* HEADER */
header .container {
    position: relative;
    height: 94px;
}

.logo {
    text-align: center;
    align-content: center;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

/* HEADER END */

/* HERO SECTION */
.hero-sec {
    position: relative;
    width: 100%;
    /* min-height: calc(100vh - 94px); */
    background-color: var(--theme-color);
    padding: var(--size-94) 0;
}

.hero-sec .content {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 5.375rem;
}

.hero-sec h1 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-sec ul {
    margin-top: 3rem;
    display: none;
}

.hero-sec ul li {
    position: relative;
    display: flex;
    list-style: none;
    margin: auto;
    margin-top: 1.5rem;
    text-align: left;
}

.hero-sec ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--white-color);
    border-radius: 75%;
}

.hero-sec ul li span img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    border-radius: 75%;
    background-color: var(--white-color);
}

.hero-sec ul li div {
    flex: 1;
    padding-left: 1rem;
}

.hero-sec ul li p {
    flex: 1;
    font-size: .875rem;
    width: fit-content;
    max-width: 100%;
    background-color: var(--white-color);
    color: var(--dark-color);
    padding: .5rem 1rem;
    line-height: normal;
    border-radius: 12px;
    border-top-left-radius: 0;
    margin-bottom: 0;
    margin-top: 10px;
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 25%);
}

/* HERO SECTION END*/

/* APPROCH SECTION */
.bordered-listing li {
    display: block;
    position: relative;
    border: 1px solid var(--theme-color-shade-1);
    padding: 32px 24px;
    padding-left: 38px;
    margin-bottom: 24px;
    border-radius: 8px;
    max-width: 544px;
}

.bordered-listing li::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black-color);
    position: absolute;
    transform: translateY(10px);
    left: 24px;
}

.approch-sec h2 {
    max-width: 1030px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.approch-sec .row {
    margin-top: 35px;
}

.approch-sec img {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.122);
}

/* APPROCH SECTION END */

/* AGENCY OWNER CMT SEC */

.agency-owner-cmt-sec p {
    font-family: var(--heading-font-family);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.25rem;
    font-style: italic;
}

.agency-owner-cmt-sec p span {
    color: var(--theme-color);
    /* font-weight: 400; */
}

.agency-owner-cmt-sec h4,
.agency-owner-cmt-sec p {
    margin-bottom: 1rem;
}

.agency-owner-cmt-sec p:last-child {
    margin-bottom: 0;
}

.fw-light-box {
    position: relative;
    background-color: var(--light-yellow-color);
    padding: 3.25rem 2.5rem;
    padding-bottom: 2.25rem;
    border-radius: 8px;
    text-align: center;
}

/* /AGENCY OWNER CMT SEC END */

/* DELIVER SECTION  */
.deliver-sec .h4 {
    max-width: 1070px;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
    font-style: normal;
}

.deliver-sec .row {
    row-gap: calc(var(--bs-gutter-x) * 1);
}

.deliver-card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    background-color: var(--light-yellow-color);
}

.deliver-card img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.deliver-card p {
    flex: 1;
    padding-left: 1rem;
    margin-bottom: 0;
}

.deliver-card p span {
    font-weight: 600;
}

/* END DELIVER SECTION  */

/* SMART OFFER SECTION */
.offer-sec .content {
    position: relative;
    padding: 4rem 6.625rem;
    color: var(--white-color);
    background-color: var(--dark-color);
    text-align: center;
    border-radius: 16px;
}

.offer-sec h3 {
    text-transform: capitalize;
}

.offer-sec .btns-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}

.offer-sec .btns-row .btn {
    cursor: inherit;
}

/* SMART OFFER SECTION END */

/* CLIENT REVIEW SECTION  */
.review-sec h2,
.review-sec h2+p {
    margin-bottom: 32px;
}

.review-sec h2:has(+p) {
    margin-bottom: 1rem;
}

.review-sec .row {
    row-gap: 1rem;
    display: block;
    column-count: 2;
    margin: 0;
}

.review-sec .row .Col {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    break-inside: avoid;
}

.review-card {
    position: relative;
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: var(--small-font);
    break-inside: avoid;
}

.review-card .user-info {
    position: relative;
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}

.review-card .user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.review-card .user-info .content {
    flex: 1;
}

.review-card .user-info h6 {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0;
}

.review-card .user-info h6 span {
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    color: var(--grey-color);
}

.review-card .user-info h6 span::before {
    content: "•";
    font-size: 100%;
    display: inline-block;
    margin: 0 5px;
}

.review-card .tag {
    display: inline-block;
    padding: 0 .65rem;
    border-radius: 5px;
    background-color: #e8e8e8;
    color: #414141;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.review-card .user-info p {
    color: var(--grey-color);
    line-height: normal;
    margin-bottom: 0;
}

.review-card .dropdown {
    margin-left: 20px;
    margin-bottom: auto;
}

.review-card .dropdown .d-btn img {
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 0.5;
}

.review-card .dropdown .d-btn.show img {
    opacity: 1;
}

.review-card .rating {
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--grey-color);
}


.review-card .rating span {
    font-size: 25px;
    color: #c37d16;
    letter-spacing: -3px;
}

.review-card .rating b {
    display: inline-block;
    margin-left: 10px;
}

.review-card p {
    margin-bottom: 0;
    line-height: normal;
}

.review-card p a {
    text-decoration: none;
    color: var(--grey-color);
}

.review-card p a:hover {
    color: var(--theme-color);
}

/* CLIENT REVIEW SECTION END  */

/* PROJECTS SECTION */
.project-wrapper {
    position: relative;
    /* height: 535px; */
    max-width: 80%;
    margin: 0 auto;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    overflow: hidden !important;
    /* scrollbar-width: none; */
}

.projects-sec h2 {
    position: sticky;
    top: 10px;
}

.projects-sec .pin-spacer {
    margin-bottom: 20px;
}

.project-item {
    position: sticky;
    top: 70px;
    scroll-snap-align: start;
    width: 80%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.project-item .row {
    margin: 0;
    align-items: flex-end;
}

.project-item .Col:first-child {
    padding-left: 3.125rem;
    padding-bottom: 3.125rem;
}

.project-item .Col:last-child {
    padding-right: 0;
    text-align: right;
    margin-top: auto;
}

.project-item .Col:last-child img {
    width: 100%;
}

.project-item .content {
    max-width: 350px;
}

.project-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-item hr {
    opacity: 1;
    border-color: var(--dark-color);
}

.project-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-item ul {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-item ul li {
    font-size: var(--small-font);
    font-weight: 400;
    font-size: 30px;
}

.project-item ul li.active {
    font-size: 1rem;
}

/* PROJECTS END */


/* HOW DO SECTION */
.how-do-sec .content {
    position: relative;
    padding: 2.5rem 2rem;
    color: var(--white-color);
    background-color: var(--dark-color);
    text-align: center;
    border-radius: 16px;
}

.how-do-sec .h3 {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: var(--size-32);
    text-align: center;
}

.how-do-sec .title-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--size-32);
}

.how-do-sec .title-wrapper h3 {
    padding: 0 2rem;
    margin-bottom: 0;
}

.how-do-sec .title-wrapper button {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0;
    margin-top: 4px;
    background-color: transparent;
    -webkit-mask-image: url('../images/chevron-left.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 15px;
    -webkit-mask-position: center center;
    background-color: var(--white-color);
    /* display: none; */
    pointer-events: none;
}

.how-do-sec .title-wrapper button.next-btn {
    -webkit-mask-image: url('../images/chevron-right.svg');
}

.how-do-sec .title-wrapper button:hover {
    background-color: var(--theme-color);
}

.how-tos-wrapper {
    position: relative;
    padding-right: 3.188rem;
}

.how-tos-wrapper .item-row {
    position: relative;
    height: 8rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.how-tos-wrapper .item-row:last-child {
    margin-bottom: 0;
    height: auto;
}

.item-row .item {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    height: 3.5rem;
    line-height: normal;
    align-content: center;
    padding: 0 1.125rem;
    background-color: var(--dark-color);
    border: 1px solid var(--white-color);
    border-radius: 30px;
    box-shadow: 0px 10px 30px 0px rgb(255 255 255 / 16%);
    z-index: 1;
}

.how-tos-wrapper .item-row:nth-child(even) {
    flex-direction: row-reverse;
}

.how-tos-wrapper .item-row:after {
    content: "";
    position: absolute;
    top: 1.75rem;
    width: 100%;
    height: 1px;
    border-top: 2px solid var(--theme-color);
    z-index: 0;
}

.how-tos-wrapper .item-row:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 1.75rem;
    right: -51px;
    width: 51px;
    height: 100%;
    border-radius: 0 24px 24px 0;
    border: 2px solid var(--theme-color);
    border-left-width: 0;
}

.item-row .item:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    right: -5px;
    border-radius: 30px;
    background-color: var(--theme-color);
}

.item-row:nth-child(even) .item::after {
    left: -5px;
    right: auto;
}

.item-row .item::before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: -9px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('../images/chevron-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.item-row:nth-child(even) .item::before {
    left: auto;
    right: -9px;
    background-image: url('../images/chevron-left.svg');
}

.item-row:nth-child(odd) .item:first-child::before,
.item-row:nth-child(even) .item:last-child:after {
    display: none;
}

/* HOW DO SECTION END */

/* TIMELINE SECTION */
.timeline-table thead th,
.timeline-sec .head {
    background-color: var(--light-yellow-color);
}

.timeline-sec .row {
    margin: auto;
    align-items: center;
    border: 1px solid var(--dark-color);
    border-radius: 16px;
}

.timeline-table th h5,
.timeline-table td p,
.timeline-sec .col {
    position: relative;
}

.timeline-table th h5 span,
.timeline-table td p span,
.timeline-sec .col::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 55%;
    background-color: var(--dark-color);
}

.timeline-table th h5 span,
.timeline-table td p span {
    height: 35px;
    left: -15px;
}

.timeline-sec .Col {
    padding: 1rem;
}

.timeline-table td:first-child p,
.timeline-sec .row .Col:first-child p {
    position: relative;
    padding-left: 35px;
}

.timeline-table td:first-child p::before,
.timeline-sec .row .Col:first-child p::before {
    content: '';
    position: absolute;
    left: 2px;
    width: 24px;
    height: 24px;
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.timeline-sec h5 {
    font-size: var(--size-24);
    margin-bottom: 0;
}

.timeline-sec p {
    margin-bottom: 0;
}

.timeline-table-wrapper {
    overflow-x: auto;
    padding: 20px;
}

.timeline-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
    border: 1px solid var(--dark-color);
}

.timeline-table th,
.timeline-table td {
    padding: 16px;
    border-bottom: 1px solid var(--dark-color);
    vertical-align: top;
}

.timeline-table tbody tr:last-child td {
    border-bottom: none;
}

.timeline-table td:first-child {
    width: 50%;
}

.timeline-table .check {
    color: red;
    margin-right: 8px;
    font-weight: bold;
}

/* TIMELINE SECTION END */

/* WROK WITH ME SEC  */
.work-with-me-sec .row {
    align-items: flex-end;
    justify-content: flex-end;
}

.work-with-me-sec .Col:last-child {
    overflow: hidden;
}

.work-with-me-sec .Col:last-child img {
    margin-bottom: -2px;
}

.work-with-me-sec .Col:first-child {
    padding-bottom: var(--size-32);
}

/* WROK WITH ME SEC END */

/* FOOTER */
footer {
    position: relative;
    padding: 5rem 0;
    color: var(--white-color);
    background-color: var(--dark-color);
}

footer .content {
    text-align: center;
    max-width: 891px;
    margin: 0 auto;
}

footer h2,
footer p {
    margin-bottom: 1rem;
}

footer .h4 {
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal;
}

footer .btn {
    display: block;
    font-size: 1.5rem;
    margin-top: var(--size-32);
}

/* FOOTER END */