* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Questrial", sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

.RAASSiteParent {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

.RAASLandingParent {
    width: 100%;
    height: 100vh;
    background-image: url(../Images/RAAS_Background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    padding: 0px;
}

.RAASLandingSubPage {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: 100%;
    display: flex;
    gap: 50px;
    padding: 0px 60px;
}

.RaasLandingConSec {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 30px 0px;
    gap: 0px;
}

.RaasLandingImageSec {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.RaasIntroSec {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.IntroducingText {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 1.6px;
    line-height: normal;
    font-weight: 600;
}

.CleaningRobotText {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 1.4;
    font-weight: bolder;
}

.KeenonImg {
    width: 90%;
}

.KeenonImgMob {
    display: none;
}

.NanosoftLandingCard {
    width: auto;
    height: auto;
    padding: 15px 30px 8px 30px;
    border-radius: 12px;
    background: #fff;
}

.NanosoftLandingImg {
    max-width: 160px;
}

.CubeParentDiv {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
    padding: 0px;
}

.ThynkText {
    font-size: 1.6rem;
    color: #f1f1f1;
    letter-spacing: 1.6px;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
}

/* From Uiverse.io by Juanes200122 */
.cube-loader {
    position: relative;
    /* u can choose any size */
    width: 60px;
    height: 60px;
    transform-style: preserve-3d;
    transform: rotateX(-30deg);
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotateX(-30deg) rotateY(0);
    }

    100% {
        transform: rotateX(-30deg) rotateY(360deg);
    }
}

.cube-loader .cube-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0;
      left: 0; */
    transform-style: preserve-3d;
}

.cube-loader .cube-wrapper .cube-span {
    position: absolute;
    width: 100%;
    height: 100%;
    /* width 60px / 2 = 30px */
    transform: rotateY(calc(90deg * var(--i))) translateZ(29.5px);
    background: linear-gradient(to bottom, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0);
}

.cube-top {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #209fde;
    transform: rotateX(90deg) translateZ(30px);
    transform-style: preserve-3d;
}

.cube-top::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: #7ac4e9;
    transform: translateZ(-90px);
    filter: blur(10px);
    box-shadow: 0 0 10px #323232,
        0 0 20px #7ac4e9,
        0 0 30px #323232,
        0 0 40px #7ac4e9;
}

.RaasVideoParent {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.RaasVideoParent iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.Raas2ndLandingPage {
    width: 100%;
    height: 100vh;
    background-image: url(../Images/SecondBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
}

.RaasOffiaclConParent {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0px 60px;
}

.RaasOffiaclConSec {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.RaasOffiaclConImgSec {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: end;
    align-items: center;
}

.RaasOffiaclText1 {
    font-size: 2.2rem;
    color: #333;
}

.RaasOffiaclText2 {
    font-size: 2rem;
    color: #333;
}

.RaasOffiaclText3 {
    font-size: 2.2rem;
    color: #333;
    font-weight: 600;
    margin: 40px 0px;
}

.RaasOffiaclText4 {
    font-size: 1.3rem;
    color: #4b4b4b;
    font-weight: 400;
}

.KeenonReflectImg {
    height: 80%;
}

.Snagprop3rdPageParent {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
}

.SnagpropLandingSubPage4 {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 60px;
}

.ReviewsHeading {
    width: 100%;
    text-align: left;
    font-size: 3rem;
    letter-spacing: 1px;
    padding: 0px 0px 50px 0px;
    color: #333;
    font-weight: 600;
}

.SnagContactParent {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.SnagContactImgSec {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.SnagContactImageSty {
    width: 80%;
}

.SnagContactDetailsSec {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 30px;
}



.FormSection {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 36px 30px;
    background: rgb(255 255 255 / 8%);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.InputBox {
    display: flex;
    align-items: center;
    border: 2px solid #efefef;
    border-radius: 40px;
    padding: 12px 16px;
    gap: 16px;
    transition: all 0.3s ease;
}

.InputBox:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.InputFields {
    border: none;
    outline: none;
    background: none;
    width: calc(100% - 40px);
    font-size: 1.1rem;
    color: #444;
    font-weight: 500;
}

.InputFields::placeholder {
    color: #a3a3a3;
    font-size: 1.05rem;
}

.SubmitButton {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SubmitButton button {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 1.2rem;
    background: #222;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 6px;
}

.SubmitButton button:hover {
    transform: translateY(-2px);
}

.FormIcon1 {
    width: 20px;
}

.FormIcon2 {
    width: 24px;
}

.FormIcon3 {
    width: 22px;
}


.WithSmartFMmainContainerForFooter3 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #1C1D22;
    position: relative;
    padding: 50px 90px;
}

.FooterParentDiv3 {
    width: 100%;
    min-width: 1024px;
    max-width: 1400px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.OurLogoMainDiv {
    width: 100%;
    display: flex;
}

.OurLogoSubDiv {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.TermsDiv {
    width: 100%;
    display: flex;
    gap: 30px;
}

.Nanosoft2024Text {
    font-size: 1.05rem;
    font-weight: 400;
    color: #fff;
}

.PrivacyPolicyText {
    font-size: 1.05rem;
    text-decoration: none !important;
    font-weight: 400;
    color: #fff;
}

.FooterLogo1 {
    max-width: 200px;
}

.FooterLogo2 {
    max-width: 140px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .WithSmartFMmainContainerForFooter3 {
        padding: 30px 0px;
    }

    .FooterParentDiv3 {
        min-width: 768px;
        max-width: 1024px;
        gap: 24px;
        padding: 0px 30px;
    }

    .OurLogoSubDiv {
        gap: 44px;
    }

    .FooterLogo1 {
        max-width: 160px;
    }

    .FooterLogo2 {
        max-width: 130px;
    }

    .RAASLandingSubPage {
        min-width: 768px;
        max-width: 1024px;
        gap: 20px;
        padding: 0px 40px;
    }

    .RaasLandingConSec {
        padding: 60px 0px;
        gap: 0px;
    }

    .NanosoftLandingCard {
        padding: 15px 24px 8px 24px;
    }

    .NanosoftLandingImg {
        max-width: 130px;
    }

    .IntroducingText {
        font-size: 1.6rem;
    }

    .CleaningRobotText {
        font-size: 2.2rem;
    }

    .RaasIntroSec {
        gap: 14px;
    }

    .KeenonImg {
        width: 100%;
    }

    .KeenonImgMob {
        display: none;
    }

    .RaasOffiaclConParent {
        min-width: 768px;
        max-width: 1024px;
        padding: 0px 40px;
    }

    .RaasOffiaclText1 {
        font-size: 1.8rem;
    }

    .RaasOffiaclText2 {
        font-size: 1.6rem;
    }

    .RaasOffiaclText3 {
        font-size: 1.8rem;
        margin: 30px 0px;
    }

    .RaasOffiaclText4 {
        font-size: 1.1rem;
    }

    .KeenonReflectImg {
        height: 70%;
    }

    .Snagprop3rdPageParent {
        height: auto;
        padding: 30px 0px;
    }

    .SnagpropLandingSubPage4 {
        min-width: 768px;
        max-width: 1024px;
        padding: 0px 30px;
    }

    .ReviewsHeading {
        text-align: center;
        font-size: 2rem;
        padding: 0px 0px 6px 0px;
    }

    .SnagContactParent {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .SnagContactImgSec {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .SnagContactImageSty {
        width: 70%;
    }

    .SnagContactDetailsSec {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 0px;
    }

    .FormSection {
        width: 75%;
        gap: 22px;
        padding: 30px;
    }

}

@media (max-width: 767px) {

    .RAASLandingParent {
        width: 100%;
        height: auto;
        padding: 30px 0px 20px 20px;
    }

    .RAASLandingSubPage {
        width: 100%;
        min-width: 320px;
        max-width: 767px;
        height: 100%;
        display: flex;
        gap: 0px;
        padding: 0px;
    }


    .RaasLandingConSec {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 0px;
        gap: 0px;
    }

    .RaasIntroSec {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 30px 0px;
    }

    .KeenonImg {
        display: none;
    }

    .KeenonImgMob {
        display: block;
        width: 70%;
    }

    .NanosoftLandingCard {
        padding: 14px 30px 8px 30px;
    }

    .NanosoftLandingImg {
        max-width: 120px;
    }

    .IntroducingText {
        font-size: 1.4rem;
        text-align: center;
    }

    .CleaningRobotText {
        font-size: 1.8rem;
        text-align: center;
    }

    .RaasLandingImageSec {
        display: none;
    }

    .CubeParentDiv {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 50px;
        padding: 0px 0px 40px 20px;
    }

    /* From Uiverse.io by Juanes200122 */
    .cube-loader {
        position: relative;
        /* u can choose any size */
        width: 40px;
        height: 40px;
        transform-style: preserve-3d;
        transform: rotateX(-30deg);
        animation: animate 4s linear infinite;
    }

    @keyframes animate {
        0% {
            transform: rotateX(-30deg) rotateY(0);
        }

        100% {
            transform: rotateX(-30deg) rotateY(360deg);
        }
    }

    .cube-loader .cube-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
    }

    .cube-loader .cube-wrapper .cube-span {
        position: absolute;
        width: 100%;
        height: 100%;
        /* width 40px / 2 = 20px */
        transform: rotateY(calc(90deg * var(--i))) translateZ(19.5px);
        background: linear-gradient(to bottom, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0, #19a8f0);
    }

    .cube-top {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #209fde;
        transform: rotateX(90deg) translateZ(20px);
        transform-style: preserve-3d;
    }

    .cube-top::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background: #7ac4e9;
        transform: translateZ(-80px);
        filter: blur(10px);
        box-shadow: 0 0 10px #323232,
            0 0 20px #7ac4e9,
            0 0 15px #323232,
            0 0 40px #7ac4e9;
    }

    .ThynkText {
        font-size: 1.4rem;
        line-height: 1.6;
        padding-top: 20px;
    }

    .Raas2ndLandingPage {
        height: auto;
    }

    .RaasOffiaclConParent {
        width: 100%;
        min-width: 320px;
        max-width: 1024px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 26px 20px 0px 20px;
    }

    .RaasOffiaclConSec {
        width: 100%;
    }

    .RaasOffiaclText1 {
        font-size: 1.6rem;
    }

    .RaasOffiaclText2 {
        font-size: 1.4rem;
    }

    .RaasOffiaclText3 {
        font-size: 1.6rem;
        margin: 24px 0px;
    }

    .RaasOffiaclText4 {
        font-size: 1.1rem;
    }

    .RaasOffiaclConImgSec {
        width: 100%;
    }

    .KeenonReflectImg {
        height: 350px;
    }

    .RaasVideoParent {
        height: 300px;
    }

    .SnagpropLandingSubPage4 {
        min-width: 320px;
        max-width: 768px;
        padding: 0px 20px;
    }

    .ReviewsHeading {
        text-align: center;
        font-size: 2rem;
        padding: 0px 0px 20px 0px;
    }

    .Snagprop3rdPageParent {
        width: 100%;
        height: auto;
        padding: 30px 0px;
    }

    .SnagContactParent {
        flex-direction: column;
        gap: 24px;
    }

    .SnagContactImgSec {
        width: 100%;
        justify-content: center;
    }

    .SnagContactImageSty {
        width: 100%;
    }

    .SnagContactDetailsSec {
        width: 100%;
        height: auto;
        padding: 0px 0px;
    }

    .FormSection {
        gap: 16px;
        width: 100%;
        padding: 20px;
        border-radius: 12px;
    }

    .FormIcon1 {
        width: 16px;
    }

    .FormIcon2 {
        width: 18px;
    }

    .FormIcon3 {
        width: 20px;
    }

    .InputFields {
        font-size: 0.95rem;
    }

    .InputFields::placeholder {
        font-size: 0.9rem;
    }

    .SubmitButton button {
        height: 44px;
        font-size: 1rem;
        margin-top: 4px;
        font-weight: 500;
    }

    .PrivacyPolicyText:hover {
        color: #3873BB;
        cursor: pointer;
    }

    .TermsDiv {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .FooterLogo1 {
        max-width: 150px;
    }

    .FooterLogo2 {
        max-width: 130px;
    }

    .OurLogoSubDiv {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .WithSmartFMmainContainerForFooter3 {
        justify-content: start;
        padding: 6px 14px;
    }

    .FooterParentDiv3 {
        min-width: 320px;
        gap: 30px;
        padding: 30px 20px;
    }

}