.robot-lotti {
    margin-left: -90px;
    margin-top: -40px;
}

section:not(:last-of-type) {
    margin-bottom: 102px;
}

.section-intro {
    margin-bottom: 50px;
}

.download-btn {
    font-weight: 500;
    border-radius: 12px;
    background-color: #F07F25;
    color: #fff;
    border: none;
    transition: box-shadow 500ms cubic-bezier(0.77, 0, 0.175, 1)
}

.download-btn:hover {
    box-shadow: inset 0 40px 0 0 #fff !important;
    color: #F07F25 !important;
    /* border-color: #F07F25 !important; */
}

.header-text h1 {
    font-size: 16px;
}

.header-text p,
.header-text .btn {
    font-size: 12px;
}

.robotics-section h3 {
    font-size: 20px;
}

.robotics-section p {
    font-size: 14px;
}

.robotics-section span {
    font-size: 12px;
}

.section-2 {
    background: url(../assets/section-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px;
}

.section-3-title,
.section-4-title {
    margin-bottom: 60px;
}

.section-5 {
    margin-bottom: 80px;
    background: url(../assets/contact-sales-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-3:hover .divider {
    box-shadow: inset 1200px 0 0 0 #F07F25, 1px 1px 2.2px 1px rgb(0 0 0 / 17%) !important;
}

.section-3:hover .divider-2 {
    box-shadow: inset 0 1200px 0 0 #F07F25, 1px 1px 2.2px 1px rgb(0 0 0 / 17%) !important;
}

.divider {
    box-shadow: 1px 1px 2.2px 1px rgb(0 0 0 / 17%);
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}

.divider-2 {
    box-shadow: 1px 1px 2.2px 1px rgb(0 0 0 / 17%);
    padding: 0;
    width: 4px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.section-3 .img-overlay {
    border-radius: 32px;
}

.section-3 .custome-card img {
    border-radius: 32px;
}

.underline {
    width: 140px;
    height: 12px;
    background-color: #F07F25;
    transition: all .5s ease-in-out;
}

.everything-item {
    color: #fff;
    border-radius: 32px;
    background-image: url(../assets/dark-texture-watercolor.png);
}

.device-card {
    border-radius: 32px 32px 0 0;
}

.device-card-text {
    border-radius: 0 0 32px 32px;
}

.section-3-title h2 {
    font-size: 20px;
}

.line-holder:hover .underline {
    width: 350px;
}

.banner-btn:hover {
    background-color: #F07F25;
    color: #fff !important;
}

#intelligent-robotics>img {
    max-width: 600px;
    opacity: .8;
}

#intelligent-robotics>.col-12 {
    z-index: 1;
}

.custome-divider {
    max-width: calc(100% - 4rem);
    margin: auto;
}

.bg-gradient-custom {
    background: rgb(240, 127, 37);
    background: linear-gradient(90deg, rgba(240, 127, 37, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 12px 0 0 12px;
    max-width: 240px;
}

.scenarios-tx {
    top: 10%;
    right: 15%;
}
.scenarios-tx img {border-radius: 28px;}

.contact-info, .contact {
    border-radius: 24px;
}

.z-1 {
    z-index: 1;
    position: relative;
}

#robotics-form .floating-input input, #robotics-form  .floating-input textarea, #robotics-form  .form-select {
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
}

.top-16 {
    top: -10%;
}

.h2-sm-sm h2 {
    font-size: 15px;
}

.scenarios-tx h4 {
    text-shadow: 2px 2px rgb(0 0 0 / 36%);
}

.shadow-custome {
    text-shadow: 0px -1px 2px rgb(0 0 0 / 90%);
}

#scenarios-mob {
    background-image: url(../assets/scenarios-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-robot {
    background-image: url(../assets/robote-bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

.robote-row {
    top: 15%;
} 

.everything-bg {
    background: url(../assets/dark-texture-watercolor.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
}
@media(min-width: 768px) {
    .section-intro {
        margin-bottom: 102px;
    }

    .header-text h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .header-text p,
    .header-text .btn {
        font-size: 16px;
    }

    .header-text {
        padding-left: 25px;
    }

    .section-3-title h2, .h2-sm-sm h2 {
        font-size: calc(1.325rem + .9vw);
    }

    #intelligent-robotics {
        border-radius: 220px;
    }

    .top-16 {
        top: -16%;
    }

    .shadow-custome {
        text-shadow: none;
    }
   
}

@media(min-width: 1024px) {
    .robotics-section #robot {
        min-width: 600px !important;
    }
}

@media(min-width: 992px) {
    #seconde-pra {
        min-width: 169.04px;
    }

    .robotics-section h3 {
        font-size: calc(1.3rem + .6vw);
    }

    .robotics-section span {
        font-size: 14px;
    }
}

@media(min-width: 1200px) {
    .header-text {
        padding-left: 100px;
    }
}

@media(min-width: 1400px) {
    .section-3:hover .divider {
        box-shadow: inset 1400px 0 0 0 #F07F25 !important;
    }
}

@media(min-width: 2000px) {
    .section-3:hover .divider {
        box-shadow: inset 2200px 0 0 0 #F07F25, 1px 1px 2.2px 1px rgb(0 0 0 / 17%) !important;
    }

    .section-3:hover .divider-2 {
        box-shadow: inset 0 2200px 0 0 #F07F25, 1px 1px 2.2px 1px rgb(0 0 0 / 17%) !important;
    }

    .ms-xxlg-auto {
        margin-left: auto !important;
    }

    .ps-xxlg-auto {
        padding-left: auto !important;
    }

    .me-xxlg-auto {
        margin-right: auto !important;
    }

    .pe-xxlg-auto {
        padding-right: auto !important;
    }

    .scenarios-tx {
        top: 15%;
    }

    .justify-content-xxlg-center {
        justify-content: center !important;
    }

    .robote-row {
        top: 5%;
    }
}