.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.font24{
    font-size: 24px!important;
}
.font30{
    font-size: 30px!important;
}
.font35{
    font-size: 35px!important;
}

.font40{
    font-size: 40px!important;
}

.font60{
    font-size: 60px!important;
}

.font70{
    font-size: 70px!important;
}

.font100{
    font-size: 100px!important;
}

.font200{
    font-weight: 200!important;
}
.font300{
    font-weight: 300!important;
}
.font400{
    font-weight: 400!important;
}

.font600{
    font-weight: 600!important;
}

.home-section {
    width: 100%;
    min-height: 125vh!important;
    /*min-height: auto!important;*/
    position: inherit!important;
    padding: 3% 0 40px 0!important;
    display: flex;
    align-items: center;
    overflow: hidden;
}

img.home-bg {
    height: auto!important;
}

.home-first-head-div{
    padding-top: 25%;
    text-align: left;
}

.home-machine-head{
    line-height: 1em!important;
}
section.about-us-section{
    min-height: 113vh!important;
}



/*About us Section*/
/*.about-us-div-head{*/
/*    margin-top: -30em;*/
/*}*/



.carousel-indicators {
    position: static;
    margin-top: 20px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #666;
    border: none;
    margin: 0 5px;
}
.carousel-indicators .active {
    background-color: #ff69b4;
}

.rounded-35{
    border-radius: 35px!important;
}

/*Why Choose*/
section.why-choose-section{
    min-height: 108vh!important;
}


/*Unlock the benefits*/
.benefits-box{
    padding: 15% 10% 10% 10%;
     border: 1px solid #f10956;
    border-radius: 50px;
    height: 95%;
    overflow: hidden; /* Ensures the image doesn't overflow the container */
}

.benefits-content{
    line-height: 35px;
}

.benefits-box img {
    transition: transform 0.3s ease; /* Smooth transition */
}

.benefits-box:hover img {
    transform: scale(1.1); /* Scales the image to 110% on hover */
}

/*how it works*/
section.how-it-works-section{
    min-height: 140vh!important;
}
.step-circle {
    width: 30px;
    height: 30px;
    background-color: #F10956;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.step-circle2 {
    width: 30px;
    height: 30px;
    background-color: #F10956;
    border-radius: 50%;
    margin: 0 auto 15px;
}


.work1{
    padding-top: 82%;
    position: relative;
    overflow: hidden;
}

.step-circle {
    transition: transform 0.3s ease;
}

.work1:hover .step-circle {
    transform: scale(1.2); /* Adjust the scale as needed */
}

/*.work1 h3,*/
/*.work1 p {*/
/*    transition: opacity 0.5s ease;*/
/*}*/

.work1:hover h3,
.work1:hover p {
    opacity: 1!important;
}


.work2{
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
.step-circle {
    transition: transform 0.3s ease;
}
.work2:hover .step-circle {
    transform: scale(1.2); /* Adjust the scale as needed */
}
.work2:hover h3,
.work2:hover p {
    opacity: 1!important;
}

.work3{
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
.step-circle {
    transition: transform 0.3s ease;
}
.work3:hover .step-circle {
    transform: scale(1.2); /* Adjust the scale as needed */
}
.work3:hover h3,
.work3:hover p {
    opacity: 1!important;
}

.work4{
    padding-top: 87%;
    position: relative;
    overflow: hidden;
}
.step-circle {
    transition: transform 0.3s ease;
}
.work4:hover .step-circle {
    transform: scale(1.2); /* Adjust the scale as needed */
}
.work4:hover h3,
.work4:hover p {
    opacity: 1!important;
}


/*Our Technology*/
.tech-box{
    padding: 15% 10% 10% 10%;
    border: 3px solid #f10956;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    height: 95%;
}

/* First Box */

.box {
    /*padding: 15% 10% 10% 10%;*/
    position: relative;
    border: 3px solid #f10956;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    height: 23em;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0px 0px 14px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -10px rgba(0,0,0,0.75);
}

.box .sub_box {
    width: 100%;
    height: 100%;
    background-color: #F10956;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    clip-path: circle(15% at 100% 0);

}

.box:hover .sub_box {
    animation: slideFromTopRight 0.5s forwards;
    clip-path: circle(165% at 100% -20%);
    background-color: #F10956;
}

.box:hover .sub_box .tech-head h2 {
    color: #fff!important;
}

.box .background-text{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pad-10per{
    padding: 10% !important;
}
/* End of first box */


/*Join Our Community*/
section.join-our-comm-section{
    min-height: 110vh!important;
}

.join-now-btn{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

/*Contact Form*/
.contact-form-input, input.form-control.bg-transparent.contact-form-input:focus{
    border: 1px solid #f10956;
    border-radius: 50px;
    height: 3em;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #f1095630;
}


.contact-form-text-area, .contact-form-text-area:focus{
    border: 1px solid #f10956;
    border-radius: 50px;
    color: #fff!important;
    box-shadow: 0 0 0 .25rem #f1095630;
}


.desktop-how-it-works, .desktop-tech-section{
    display: block;
}

.mobile-how-it-works, .mobile-tech-section{
    display: none;
}


.carousel-height{
    height: 250px!important;
}

.pull-right{
    float: right!important;
}

.pull-left{
    float: left!important;
}


#loader {
    display: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* Add more styling as needed */
}

button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

















/* Laptop Large (lg and xl) - min-width: 992px and max-width: 1399.98px */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .work4 {
        padding-top: 88%;
    }
    .work3 {
        padding-top: 50%;
    }
    .work2 {
        padding-top: 50%;
    }
    .work1 {
        padding-top: 90%;
    }
}

/* 4K (xxl) - min-width: 1400px */
@media (min-width: 1400px) {
    .work4 {
        padding-top: 105%;
    }
    .work3 {
        padding-top: 60%;
    }
    .work2 {
        padding-top: 60%;
    }
    .work1 {
        padding-top: 95%;
    }
}