@font-face {
    font-family: 'SF Pro Display';
    src: url(../../public/font/SFPRODISPLAYREGULAR.OTF);
}

:root{
    /* primary color */
    --primary500: #426AE0;
    --primary400: #6F92EC;
    --primary300: #8DADF5;
    --primary200: #B4CCFB;
    --primary100: #D9E6FD;

    /* neutral color */
    --neutral500 : #2C3131;
    --neutral400 : #626262;
    --neutral300 : #A9A9A9;
    --neutral200 : #CACACA;
    --neutral100 : #E9E9E9;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SF Pro Display';
}

/* text */
.label{
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.bigTitle{
    color: white;
    font-weight: bold;
    font-size: 64px;
}

.title2{
    font-weight: bold;
    font-size: 48px;
}

.title{
    font-weight: bold;
    font-size: 40px;
}

.subtitle{
    font-weight: bold;
    font-size: 24px;
}

.desc{
    color: white;
    opacity: 0.72;
    font-size: 18px;
}
.desc-neutral{
    color: var(--neutral300);
    font-size: 18px;
}

/* buttons */
.btn{
    padding: 16px 40px;
    border-radius: 8;
}

.btn-transparent-warranty{
    background-color: rgba(255, 255, 255, 0.16);
    color: white;
}

.btn-transparent-warranty:hover{
    background-color: white;
}

.btn-primary-warranty{
    background-color: var(--primary500);
    color: white;
    font: 18px;
}

.btn-primary-warranty:hover{
    background-color: var(--primary400);
    color: white;
}

.btn-outline-warranty{
    background-color: transparent;
    color: white;
    font: 18px;
    border: 1.5px solid white;
}

.btn-outline-warranty:hover{
    background-color: var(--neutral400);
    color: white;
}

/* navbar */
.navbar-warranty{
    padding: 26px 100px;
    background-color: transparent;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: background-color 200ms linear;
}

.navbar-warranty.scrolled{
    background-color: var(--neutral500) !important;
    transition: background-color 200ms linear;
}

.navbar-warranty .menu-list-wrap{
    margin-left: 80px;
}

.navbar-warranty .menu-list-wrap .menu-list{
    list-style-type: none;
}

.navbar-warranty .menu-list-wrap .menu-list .menu-item a{
    text-decoration: none;
    color: white;
    opacity: 0.64;
    margin-right: 48px;
}

.navbar-warranty .menu-list-wrap .menu-list .active a{
    opacity: 1 !important;
}

/* hero section */
.hero-section{
    background-color: var(--neutral500);
    position: relative;
}

.hero-section .left-div{
    padding: 100px;
    padding-right: 0 !important;
}

.hero-section .right-div{
    padding: 100px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: var(--primary500);
}

.hero-section .right-div .left-phone{
    margin-bottom: 50px;
    /* transform: translateY(-50px); */
}

/* .hero-section::after{
    content: '';
    height: 100%;
    width: 48%;
    position: absolute;
        right: 0;
        top: 0;
    background-color: var(--primary500);
} */

.hero-section .label{
    margin-bottom: 24px;
}
.hero-section .bigTitle{
    margin-bottom: 24px;
}
.hero-section .desc{
    width: 80%;
    margin-bottom: 88px;
}

.hero-section .btn-outline-warranty{
    margin-left: 16px;
}

/* features section */
.features-section{
    padding: 100px;
    background-color: white;
    position: relative;
}

.features-section .label-badge{
    color: var(--primary500) !important;
    padding: 8px 24px;
    border-radius: 22px;
    background-color: var(--primary100);
    width: fit-content;
    text-transform: uppercase;
}

.features-section .right-side{
    padding-top:96px ;
}

.features-section .title{
    color: var(--neutral500);
}

.features-section .accordion-item-warranty{
    padding: 24px;
    border-radius: 16px;
    background-color: #FAFAFA;
    margin-bottom: 24px;
}

.features-section .accordion-item-warranty.activeAccor{
    background: rgba(66, 106, 224, 0.08);
}

.features-section .accordion-item-warranty .accordion-button{
    background-color: transparent;
    padding: 0;
}
.features-section .accordion-item-warranty .accordion-button:focus{
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed){
    box-shadow: none !important;
}

.features-section .accordion-item-warranty .label-accordion{
    color: var(--neutral500);
    margin-left: 24px;
}

.features-section .accordion-item-warranty .desc{
    color: var(--neutral300);
    opacity: 1 !important;
    padding-top: 0px;
    padding-left: 72px;
}

/* shipment wrap */
.features-section .shipment-wrap .main-image{
    opacity: 0;
}

.features-section .shipment-wrap .decor-1{
    right: 0;
    top: 0;
    margin-top: -40px ;
    margin-right: 80px ;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    transition:all 0.5s ease-in-out;
    animation-delay: 0.5s;
}

.features-section .shipment-wrap .decor-2{
    left: 0;
    top: 0;
    margin-top: 220px ;
    margin-left: 0 ;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    animation-delay: 1s;
}

.features-section .shipment-wrap .decor-3{
    right: 0;
    bottom: 0;
    margin-bottom: -100px ;
    margin-left: 0 ;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    animation-delay: 1.5s;
}

/* scan wrap */
.features-section .scan-wrap .main-image{
    opacity: 0;
}

.features-section .scan-wrap .decor-1{
    right: 0;
    top: 0;
    margin-top: 120px ;
    margin-right: 0px ;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    transition:all 0.5s ease-in-out;
    animation-delay: 0.5s;
}

.features-section .scan-wrap .decor-2{
    left: 0;
    bottom: 0;
    margin-bottom: -50px ;
    margin-left: 80px ;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    animation-delay: 1s;
}


/* inventory wrap */
.features-section .inventory-wrap .main-image{
    opacity: 0;
}

.features-section .inventory-wrap .decor-1{
    right: 0;
    top: 0;
    margin-top: 180px ;
    margin-right: 100px ;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    transition:all 0.5s ease-in-out;
    animation-delay: 0.5s;
}

.features-section .inventory-wrap .decor-2{
    left: 0;
    top: 0;
    margin-top: 300px ;
    margin-left: 100px ;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    animation-delay: 1s;
}

.features-section .inventory-wrap .decor-3{
    right: 0;
    bottom: 0;
    margin-bottom: 150px ;
    margin-right: 100px ;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    animation-delay: 1.5s;
}

/* warranty wrap */
.features-section .warranty-wrap .main-image{
    opacity: 0;
}

.features-section .warranty-wrap .decor-1{
    left: 0;
    top: 0;
    margin-top: 100px ;
    margin-left: 50px ;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    transition:all 0.5s ease-in-out;
    animation-delay: 0.5s;
}

.features-section .warranty-wrap .decor-2{
    right: 0;
    top: 0;
    margin-top: 300px ;
    margin-right: 20px ;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    animation-delay: 1s;
}

.features-section .warranty-wrap .decor-3{
    left: 0;
    bottom: 0;
    margin-bottom: -150px ;
    margin-left: 0px ;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    animation-delay: 1.5s;
}


/* benefit section */
.benefit-section{
    padding: 100px;
    background-color: var(--neutral500);
}

.benefit-section .label-badge{
    padding: 8px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    width: fit-content;
    text-transform: uppercase;
}

.benefit-section .benefit-card{
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    padding: 40px;
    border-radius: 24px;
}

.benefit-section .benefit-card .icon{
    width: 95px;
    height: 95px;
}


/* Animation */
.pop-in{
    animation: pop-in 0.5s forwards ease-in-out;
}

.pop-out{
    animation: pop-out 0.5s forwards ease-in-out;
    display: none !important;
}

@keyframes pop-in {
    0% { opacity: 0; -webkit-transform: scale(0.5); }
    100% { opacity: 1; -webkit-transform: scale(1); }
}

@keyframes pop-out {
    0% { opacity: 1; -webkit-transform: scale(1); display: inline; }
    100% { opacity: 0; -webkit-transform: scale(0); display: none }
}



/* works section */

.works-section{
    padding: 100px;
    height: 300vh;
    position: relative;
}

.works-section .content-wrap{
    position: sticky;
    top: 0;
}

.works-section .label-badge{
    padding: 8px 24px;
    border-radius: 22px;
    color: var(--primary500);
    background: var(--primary100);
    width: fit-content;
    text-transform: uppercase;
}

.works-section .content{
    margin-top: 100px;
}

.works-section .step-wrap .rounded-number{
    width: 64px;
    height: 64px;
    color: white;
    text-align: center;
    border-radius: 100px;
    position: relative;
    transition: all 0.5s ease-in-out;
    /* Old browsers */
    background: linear-gradient(to right, #D0D5DC 50%, var(--primary500) 50%);
    background-size: 200% 100%;
    background-position:top left;
    margin-left:10px;
    rotate: -90deg;
}

.works-section .step-wrap .rounded-number::after{
    content: attr(data-number);
    color: white;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    rotate: 90deg;
}

.works-section .step-wrap .rounded-number.active{
    /* background-color: var(--primary500); */
    background-position:bottom right;
}

.works-section .step-wrap .rounded-number.done{
    background: var(--neutral500) !important;
}

.works-section .step-wrap .line{
    width: 0px;
    height: 96px;
    border-left: 3px dashed #E8EAEE;
    transition: all 0.5s ease-in-out;
}

.works-section .step-wrap .line.active{
    width: 0px;
    height: 96px;
    border-left: 3px dashed var(--primary500);
}

.works-section .step-wrap .line.done{
    width: 0px;
    height: 96px;
    border-left: 3px dashed var(--neutral500);
}



.works-section .step-wrap .rounded-number p{
    font-size:  18px;
}

/* cta section */
.cta-section{
    padding: 100px;
    overflow: hidden;
    position: relative;
}

.cta-section::after{
    content: '';
    width: 100vw;
    height: 50%;
    background-color: var(--neutral500);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.cta-section .cta-wrapper{
    padding: 60px 80px;
    background-color: var(--primary500);
    border-radius: 16px;
    position: relative;
    z-index: 3;
}

.cta-section .cta-wrapper .title2{
    margin-bottom: 24px;
}

.cta-section .cta-wrapper .desc{
    margin-bottom: 48px;
}

.cta-section .cta-wrapper #cta-image{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 54px;
}

/* footer ewarranty */
.footer-ewarranty{
    background-color: var(--neutral500);
    padding: 100px 100px 40px 100px;
}

.footer-ewarranty .first-section{
    margin-bottom: 100px;
}

.footer-ewarranty .right-side ul{
    margin-left: 80px;
}

.footer-ewarranty .right-side ul li{
    list-style-type: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 24px;
    cursor: pointer;
}

.footer-ewarranty .right-side ul .list-head{
    margin-bottom: 40px;
}

.footer-ewarranty .second-section{
    padding-top: 24px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.24);
    font-size: 18px;
    color: white;
    opacity: 0.5 !important;
}