html,
body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.pad-120 {
    padding: 120px 0;
}

.pad-top-120 {
    padding-top: 120px;
}

.pad-bottom-120 {
    padding-bottom: 120px;
}

.text-orange {
    color: #F73A49 !important;
}

.section-title {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 4rem;
    color: #000;
    margin-bottom: 30px;
}

.section-subline {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgba(53, 53, 53, 1);
}

@media (min-width: 1521px) {
    .container {
        max-width: 1400px;
        margin: 0 auto;
    }

    .hero-desc {
        margin-right: 8%;
    }
}

@media (min-width: 1640px) {
    .container {
        max-width: 1440px;
        margin: 0 auto;
    }

    .hero-desc {
        margin-right: 10%;
    }
}

header {
    padding: 9px clamp(2rem, 5vw, 4.4rem);
    transition: all 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}



/* header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s ease;
} */

.btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 60px 12px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    position: relative;

    img {
        margin-left: 10px;
    }
}



.btn .arrow-ico {
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
}

.btn span {
    display: inline-block;
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
}

.btn .arrow-ico {
    position: absolute;
    top: 15px;
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
}

.btn .arrow-ico.arrow-before {
    transform-origin: right center;
}

.btn .arrow-ico.arrow-after {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);
    transform-origin: left center;
}

.btn:hover .arrow-ico.arrow-before {
    opacity: 0;
    transform: translateX(75%) scaleX(0.1);
}

.btn:hover .arrow-ico.arrow-after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}

.btn-primary {
    background-color: #F73A49;
    color: white;
}

.btn-primary:hover {
    background-color: #e22232;
    color: white;
}

.btn-outline-primary {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-outline-primary:hover {
    background-color: #ffffff25;
    color: #fff;
    border: 1px solid #fff;
}

#navbarSupportedContent {
    position: relative;
}

.nav-right {
    position: absolute;
    right: 0;
}

.navbar-nav .nav-item .nav-link {
    color: rgba(108, 108, 108, 1);
    padding: 8px 12px 8px 18px !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #F73A49;
    font-weight: 600;
    position: relative;
}

.navbar-nav .nav-item .nav-link.active {
    color: #F73A49;
    font-weight: 600;
    position: relative;
}

.navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: #F73A49;
    border-radius: 50%;
}

.hero-section {
    height: 100vh;
    max-height: 874px;
    background-image: url(../images/hero-bg-vector.svg);
    background-color: rgba(0, 0, 0, 1);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    filter: blur(827px);
    background: rgba(247, 58, 73, 1);
    position: absolute;
    width: 486px;
    height: 546px;
    border-radius: 50%;
    left: -111px;
    top: 486px;
}

.hero-section::after {
    content: '';
    filter: blur(827px);
    background: rgba(247, 58, 73, 1);
    position: absolute;
    width: 483px;
    height: 483px;
    border-radius: 50%;
    right: 0px;
    top: -89px;
}

.hero-desc .blink-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    position: relative;
    box-shadow: 2px 2px 2px 3px rgba(52, 27, 27, 1);
}





.hero-desc .blink-box label {
    width: 12px;
    height: 12px;
    background-color: rgb(247, 58, 73);
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse-animation 2s cubic-bezier(.2, 1, .2, 1) infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(247, 58, 73, 0.5);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(247, 58, 73, 0);
    }
}

.hero-desc h1 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 5rem;
    line-height: 94px;
    color: #fff;
    margin-bottom: 30px;
}

.hero-desc h1 span {
    color: #F73A49;
}

.hero-desc p {
    font-weight: 400;
    font-style: Regular;
    font-size: 1.125rem;
    line-height: 28px;
    color: rgba(176, 176, 176, 1);
}

.hero-desc .hero-btn-grp {
    display: flex;
    gap: 30px;
}

.hero-desc .h-box-desc {
    background-color: rgba(255, 255, 255, 0.11);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.21);
}

.hero-desc .h-box-desc p {
    margin-bottom: 0;
}

.request-glass {
    background: rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    padding: 15px;
    margin-left: auto;
    max-width: 550px;
}

.request-form {
    background: #fff;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 20px;

    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);

}

.request-form h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.request-form form {
    margin-top: 20px;
}

.request-form form label {
    line-height: 18px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0;
}

.request-form form label sup {
    color: rgba(246, 64, 64, 1);
    font-size: 0.9rem;
    top: 1px;
    left: 3px;
}

.request-form form small {
    font-size: 0.75rem;
    color: rgba(108, 108, 108, 1);
}

.form-control {
    background-color: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    min-height: 46px;
    border-radius: 10px;
}

/*-------------*/
.mrq-section {
    height: 137px;
    background-color: #F73A49;
    display: flex;
    align-items: center;
}


.mrq-section marquee p {
    font-weight: 700;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 0 25px;
}

.mrq-section marquee p img {
    margin-right: 15px;
}

.data-box {
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.data-box .data-number {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.data-box .data-number span {
    font-weight: 700;
    font-size: 1.875rem;
    background-color: #F73A49;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    display: inline-block;
}

.data-list h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.data-list ul {
    padding-left: 0px;
    margin-bottom: 0;
}

.data-list ul li {
    font-size: 1.125rem;
    line-height: 28px;
    color: rgba(53, 53, 53, 1);
    margin: 5px 0;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.data-list ul li span {
    background-color: #F73A49;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.data-box:hover {
    background: linear-gradient(181.13deg, #FFEEEF 0.97%, #FFD5D8 99.06%);
}

.data-box:hover .data-number {
    border-bottom: 1px solid rgba(255, 204, 208, 1);
}

.data-box:hover .data-list h3 {
    color: #F73A49;
}

.expert-box {
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, #F73A49 0%, #DF2635 100%);
    color: #fff;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expert-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.market-logo {
    background-color: rgba(244, 244, 244, 1);
}

.logo-box {
    background-color: #fff;
    height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(229, 229, 229, 0.5);
    transition: all 0.3s ease;
}

.logo-box:hover {
    background-image: url(../images/hero-bg-vector.svg);
    background-color: rgba(255, 182, 188, 1);
    background-repeat: repeat;
    background-size: 100%;
}

.ecommerce-box {
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(229, 229, 229, 1);
    position: relative;
    height: 100%;
}

.ecommerce-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    background-color: #F73A49;
    height: 2px;
}

.ecom-desc h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.ecom-desc p {
    font-size: 1.125rem;
    line-height: 28px;
    color: rgba(53, 53, 53, 1);
    margin-bottom: 0;
}

.ecom-img {
    background-color: #F73A49;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 50px;
    perspective: 1000px;
}

.ecom-img img {
    transition: transform 0.3s;
    transform-style: preserve-3d;
}

.ecommerce-box:hover {
    background:
        linear-gradient(45deg, rgba(255, 255, 255, 0.9) 13.47%, rgba(138, 138, 138, 0) 69.25%),
        url("../images/hero-bg-vector.svg");

    background-size: 90%;
    background-position: right;
    background-repeat: repeat-y;
}

.ecommerce-box:hover .ecom-desc h3 {
    color: #F73A49;
}

.ecommerce-box:hover .ecom-img img {
    transform: rotateY(180deg);
}

.company-choose {
    background-color: rgba(244, 244, 244, 1);
}

.scrap-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.scrap-img img {
    border-radius: 20px;
}

.scrap-list {
    padding-left: 30px;
}

.scrap-list .scrap-list-item {
    background: #fff;
    padding: 15px;
    display: flex;
    border-radius: 20px;
    gap: 20px;
    align-items: center;
    margin-bottom: 12px;
    border: 1px solid #fff;
}

.scrap-list .scrap-list-item p {
    margin-bottom: 0;
    font-size: 1.35rem;
    font-weight: 600;
}

.scrap-list .scrap-list-item:hover {
    background-color: rgba(255, 237, 238, 1);
    border: 1px solid rgba(255, 210, 213, 1);
}

.work-box {
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 50px;
    text-align: center;
    height: 100%;
}

.col:first-child .work-box {
    border-radius: 20px 0 0 0;
}

.col:last-child .work-box {
    border-radius: 0px 0 20px 0;
}

.work-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
}

.work-box:hover {
    background-image: url(../images/hero-bg-vector.svg);
    background-color: rgba(255, 182, 188, 1);
    background-repeat: repeat;
    background-size: 100%;
}

.bg-offwhite {
    background: rgba(244, 244, 244, 1);
}

section {
    scroll-margin-top: 84px;
}

.how-box {
    padding: 30px;
    text-align: center;
    position: relative;
}

.how-box .h-img {
    background-color: #F73A49;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    text-align: center;
    line-height: 90px;
    margin: auto;
    margin-bottom: 30px;
}

.how-desc h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.h-shape {
    position: absolute;
    top: 60px;
    right: -32%;
}

.h-shape .mobile-shape {
    display: none;
}

.cta-box {
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 100px;
}

.btn-grp {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.faq-accordian .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 20px;
    overflow: hidden;
}

.faq-accordian .accordion-item .accordion-button {
    font-size: 1.25rem;
    font-weight: 600;
    min-height: 70px;
}

.faq-accordian .accordion-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
}

.accordion-button::after {
    background-image: url(../images/plus-circle.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-cirlce.svg);
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

footer {
    background-color: #000;
}

.footer-social {
    padding: 30px 0px;
}

.footer-link-menu {
    border-top: 1px solid #1d1d1d;
    padding-bottom: 50px;
    border-bottom: 1px solid #1d1d1d;
}

.footer-menu h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.footer-menu h3 span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F73A49;
    display: inline-block;
    margin-right: 5px;
}

.footer-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer-menu ul li {
    padding: 5px 0px 0px 20px;
    position: relative;
}

.footer-menu ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.footer-menu ul li a {
    color: rgba(157, 157, 157, 1);
    text-decoration: none;
}

.other-link {
    padding: 5px 0;
}

.other-link a {
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
    color: rgba(157, 157, 157, 1);
}

.address {
    margin-bottom: 10px;
}

.address label {
    display: flex;
    font-size: 0.9rem;
    color: rgba(195, 195, 195, 1);
    font-weight: 600;
    gap: 5px;
    margin-bottom: 5px;
}

.address p {
    color: rgba(157, 157, 157, 1);
    font-size: 0.9rem;
    margin-right: 15px;
}

.footer-copyright {
    background-color: #000;
    padding: 20px 0px;
}

.footer-copyright p {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #fff;
}