main{
    position: relative;
    display: flex;
    justify-content: center;
    background-image: url('/images/grid.png');
    background-position: center;
    background-size: contain;
}

.home-wrapper{
    max-width: 1600px;
    width: 100%;
}

section.hero-section{
    height: 100vh;
    position: relative;
    display: flex;
    min-height: 800px;
    width: 100%;
    margin-top: 80px;
}

.hero-section-bg{
    z-index: -2;
    height: 100vh;
    width: 100%;
    max-width: 1600px;
    position: absolute;
    background-image: url('/images/hero-bg-grafiti-stripes.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 800px;
}

.hero-section-bg-shadow{
    position: absolute;
    max-width: 1600px;
    z-index: 0;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    -webkit-box-shadow: inset 0px 0px 100px 100px rgba(28, 25, 23, 1);
    -moz-box-shadow: inset 0px 0px 100px 100px rgba(28, 25, 23, 1);
    box-shadow: inset 0px 0px 100px 100px rgba(28, 25, 23, 1);
}

section.hero-section > .hero-content-container{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.hero-section > .hero-content-container > .hero-content-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    max-width: 380px;
}

.hero-content-inner > h1{
    font-size: 45px;
    line-height: 40px;
}

.hero-content-inner > h2{
    font-size: 30px;
}

.hero-content-inner > .content-btns{
    display: flex;
    gap: 30px;
}

.hero-content-inner > .content-btns > button{
    font-size: 18px;
}

section.hero-section > .hero-image-container{
    position: relative;
    width: 50%;
    display: flex;
    align-items: end;
}

section.hero-section > .hero-image-container > img{
    min-width: 900px;
    padding-bottom: 50px;
    width: 150%;
}

section.hero-section > .hero-image-container > .floating-item{
    z-index: 10;
    position: absolute;
    background-color: #000;
    width: 140px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform .3s;
    border-image: linear-gradient(#000, #ff0000) 4/1px;
}


section.hero-section > .hero-image-container > .floating-item:hover{
    transform: scale(110%);
}

section.hero-section > .hero-image-container > .floating-item-a{
    bottom: 280px;
    right: 65%;
}

section.hero-section > .hero-image-container > .floating-item-b{
    bottom: 390px;
    right: 40px;
}

.mobile-hero-spacer{
    display: none;
    width: 50%;
}

section.hero-section > .hero-image-container > .floating-item-c{
    bottom: 140px;
    right: 20px;
}

.hero-image-container-mobile{
    display: none;
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 400px;
}

.hero-image-container-mobile > img{
    position: absolute;
    width: 100%;
    min-width: 700px;
    right: -20%;
    bottom: 0;
    max-width: 800px;
}

.floating-item-mobile{
    z-index: 10;
    position: absolute;
    background-color: #000;
    width: 140px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform .3s;
    border-image: linear-gradient(#000, #ff0000) 4/1px;
}

.floating-item-mobile-a{
    bottom: 45%;
    right: 50%;
}

.floating-item-mobile-b{
    bottom: 60%;
    right: 5%;
}

.floating-item-mobile-c{
    bottom: 10%;
    right: 10%;
}

@media(max-width:970px){
    section.hero-section{
        flex-direction: column;
    }   
    section.hero-section > .hero-content-container{
        width: 100%;
        height: 50vh;
        align-items: end;
        min-height: 400px;
    }
    section.hero-section > .hero-content-container > .hero-content-inner{
        text-align: center;
    }
    section.hero-section > .hero-image-container{
        display: none;
    }
    .hero-image-container-mobile{
        display: block;
    }
}

@media(max-width: 620px){
    .hero-image-container-mobile > img{
        right: 0;
        left: 40px;
    }
}

@media(max-width:420px){
    .hero-content-inner{
        padding: 10px;
    }
    .hero-content-inner > .content-btns{
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
    .hero-content-inner > h2{
        font-size: 25px;
    }
    .hero-image-container-mobile > img{
        min-width: 560px;
    }
    .floating-item-mobile-a{
        bottom: 155px;
        left: 70px;
    }
    
    .floating-item-mobile-b{
        bottom: 260px;
        left: 20px;
    }
    
    .floating-item-mobile-c{
        bottom: 45px;
        left: 20px;
    }
}

/* ------------------------------------------------------------------------------------------- */
section.can-more-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin-top: 20px;
}

section.can-more-section > .can-more-content-container{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.can-more-content-container > .can-more-content-inner{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: start;
    max-width: 380px;
}

.can-more-content-inner > h2{
    font-size: 30px;
}

.can-more-content-inner > button{
    font-size: 18px;
}


section.can-more-section > .can-more-image-container{
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
}

.can-more-image-container > img{
    width: 70%;
    max-width: 890px;
    min-width: 550px;
}

.floating-category-item-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    gap: 50px;
    transform: translate(-290px);
}

.floating-category-item{
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .3s; 
}

.floating-category-item:hover{
    transform: scale(110%);
}

.floating-category-item > img{
    width: 30px;
}

.category-a{
    transform: translate(20px);
}

.category-b{
    transform: translate(60px);
}

.category-c{
    transform: translate(100px);
}

.category-d{
    transform: translate(140px);
}

.floating-category-item-mobile-container{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 70%;
    height: 100px;
    display: none;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 460px;
    align-items: center;
    padding: 10px;
}

.floating-category-mobile-item{
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .3s; 
}

.floating-category-mobile-item > img{
    width: 20px;
}

@media(max-width: 1150px){
    section.can-more-section > .can-more-content-container{
        height: 50vh;
        width: 100%;
    }
    .can-more-content-container > .can-more-content-inner{
        align-items: center;
        text-align: center;
        max-width: 600px;
    }
    section.can-more-section > .can-more-image-container{
        position: relative;
        height: 50vh;
        width: 100%;
        justify-content: center;
    }
    .can-more-image-container > img{
        object-fit: contain;
        height: 100%;
        width: auto;
    }
    .floating-category-item-container{
        display: none;
    }
    .floating-category-item-mobile-container{
        display: flex;
        gap: 10px;
    }
}

@media(max-width:750px){
    .floating-category-item-mobile-container{
        width: 100%;
    }
    .can-more-image-container > img{
        width: 100%;
        height: auto;
        min-width: 0;
        max-width: 550px;
    }
    .can-more-content-container > .can-more-content-inner{
        padding: 10px;
    }
}

@media(max-width: 470px){
    .floating-category-item-mobile-container{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        transform: translate(0);
        min-width: 0;
    }
}

/* ------------------------------------------------------------------------------------------- */

.how-it-works-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    min-height: 920px;
    margin-top: 50px;
}

.how-it-works-section > .how-it-works-image-container{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.how-it-works-section > .how-it-works-content-container{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works-content-container > .how-it-works-content-inner{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    max-width: 450px;
    gap: 20px;
}

.how-it-works-content-inner > button{
    font-size: 18px;
}

.how-it-works-content-inner > h2{
    font-size: 30px;
}

.how-it-works-content-inner > table td{
    padding: 6px;
}

.how-it-works-content-inner > table td > b{
    font-size: 18px;
    line-height: 40px;
}

.how-it-works-image-container > img{
    width: 100%;
    max-width: 890px;
}

.how-it-works-mobile-image-container{
    display: none;
    position: relative;
    z-index: -1;
    height: 30vh;
    width: 100%;
    align-items: end;
    min-width: 276px;
}

.how-it-works-mobile-image-container > img{
    width: 100%;
    min-width: 420px;
    max-width: 550px;
    opacity: 0.3;
}

.how-it-works-steps-mobile{
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.how-it-works-steps-mobile > b{
    font-size: 18px;
}

@media(max-width: 1100px){
    .how-it-works-section > .how-it-works-image-container{
        display: none;
    }
    .how-it-works-section > .how-it-works-content-container{
        width: 100%;
        height: 70vh;
        min-height: 644px;
    }
    .how-it-works-content-container > .how-it-works-content-inner{
        padding: 20px;
    }
    .how-it-works-mobile-image-container{
        display: flex;
    }
}

@media(max-width: 400px){
    .how-it-works-content-inner > table{
        display: none;
    }
    .how-it-works-content-container > .how-it-works-content-inner{
        text-align: center;
        align-items: center;
    }
    .how-it-works-steps-mobile{
        display: flex;
    }
}

/* ------------------------------------------------------------------------------------------- */

.why-trust-section{
    width: 100%;
    /* background-image: url('/images/sect-5-bg.png'); */
    background-size: cover;
    background-position: center;
    min-height: 500px;
    padding: 20px;
}

.why-trust-heading{
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
}

.why-trust-heading > h2{
    font-size: 30px;
    max-width: 400px;
}

.why-trust-heading > p{
    max-width: 400px;
    margin: 15px 0;
    margin-bottom: 30px;
}

.reasons-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    max-width: 1000px;
}

.reasons-grid > .reason-item-border{
    position: relative;
    width: 304px;
    height: 164px;
    border-radius: 5px;
    background: rgb(245,64,72);
    background: linear-gradient(45deg, rgba(245,64,72,1) 0%, #252525 30%, #252525 75%, rgba(245,64,72,1) 100%);
}

.reason-item-border > div{
    position: absolute;
    width: 300px;
    height: 160px;
    border-radius: 5px;
    background-color: #252525;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.reason-item-border > div > b{
    font-size: 18px;
}

.reason-item-border > div > p{
    margin-top: 15px;
}

@media(max-width:1100px){
    .reasons-grid{
        justify-content: center;
    }
    .why-trust-heading{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.reasons-grid-warpper{
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: scroll;
}

.why-trust-heading-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.reasons-grid-warpper::-webkit-scrollbar {
    display: none;
}
  
  /* Hide scrollbar for IE, Edge and Firefox */
.reasons-grid-warpper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.start-now-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 20px;
    gap: 20px;
    text-align: center;
}

.start-now-section > h2{
    font-size: 30px;
}

.start-now-section > p{
    text-align: center;
}

.start-now-section > div{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.start-now-section > div > button{
    font-size: 18px;
}

@media(max-width: 720px){
    .reasons-grid-warpper{
        justify-content: start;
    }
    .reasons-grid{
        justify-content: start;
        width: 1900px;
        flex-wrap: nowrap;
        max-width: 2000px;
    }
}

@media(max-width: 400px){
    section:not(.why-trust-section):not(.start-now-section){
        height: calc(100vh + 150px) !important;
    }
}

/* ------------------------------------------------------------------------------------------- */

section.contact-section{
    display: flex;
    width: 100%;
    height: 100vh;
    margin-top: 80px;
    min-height: 800px;
    padding: 20px;
}

.contact-form-container{
    position: relative;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-form-container > form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    max-width: 500px;
    width: 100%;
}

.contact-form-container > form > select{
    background-color: #252525;
    border: 1px solid #252525;
    color: #cacaca;
    padding: 10px;
    border-radius: 5px;
}

.contact-form-container > form > .red-button-fill{
    align-self: center;
}

.contact-img-container{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-img-container > img{
    width: 80%;
    max-width: 550px;
}

.contact-form-container-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7F8387;
    border-radius: 5px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    text-align: center;
}

.contact-form-container-cover > img{
    width: 60px;
}

@media(max-width: 790px){
    .contact-img-container{
        display: none;
    }
    .contact-form-container{
        width: 100%;
    }
}