body {
    font-family: "Space Grotesk", sans-serif;
    margin: 0px;
}

#appBar {
    position: fixed;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#appBarBtn {
    width: 1120px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bodyFold {
    position: absolute;
    width: 100%;
}

.contentView {
    position: relative;
    width: 1120px;
    left: calc((100vw - 1120px)/2);
}

.foldTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    padding-top: 48px;
    margin-bottom: 48px;
}

#intro {
    position: relative;
    width: 100%;
    height: 711px;
    background-image:
        radial-gradient(farthest-corner at 70% 0px,
            rgba(255, 46, 33, 0.12) 0%,
            rgba(255, 255, 255, 0) 115%);
}

#ctnIntro {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
}

#textDescription {
    font-weight: 700;
    font-size: 90px;
    color: rgba(51, 56, 63, 1);
    aspect-ratio: 482/466;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#robotname {
    display: block;
    margin-top: 0px;

}

#priceCtn {
    font-size: 22px;
}

#imgDescription {
    width: 56.9%;
}

#feature {
    background-color: rgba(239, 231, 253, 1);
    width: 100%;
    height: 856px;
}

#gridFeature {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 2.8%;
    row-gap: 3.8%;
}

.grid-item {
    width: 354px;
    aspect-ratio: 354/320;
    display: flex;
    flex-direction: column;
    margin-right: inherit;
}

.ftImg {
    width: 100%;
    aspect-ratio: 352/220;
    object-fit: contain;
    /* height: fit-content; */
    margin-right: unset;

}

h3 {
    font-weight: 700;
    font-size: 20px;
    color: rgba(39, 43, 48, 1);
    margin: 0;
    line-height: 2;
}

h4 {
    font-weight: 500;
    font-size: 16px;
    color: rgba(51, 56, 63, 1);
    line-height: 1.5;
    margin: 0;
}

#project {
    width: 100%;
    height: 548px;
}

#projectList {
    height: 350px;
    width: 100%;
    display: flex;
    /* overflow-x: scroll; */
    margin-right: 32px;
    padding-bottom: 10px;
}

.prj-item {
    margin-left: 10px;
    width: 354px;
    aspect-ratio: 354/320;
    display: flex;
    flex-direction: column;
    margin-right: inherit;
}

.prjVideo {
    width: 100%;
    aspect-ratio: 352/220;
}

#robotSpecs {
    background-color: #F9F9F9;
    width: 100%;
    height: 1047px;
}

table {
    font-size: unset;
    margin-top: 6%;
    width: 100%;
    aspect-ratio: 1220/244;
    border: 1px solid #6F767E;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #6F767E;
    border-collapse: collapse;
    padding-left: 20px;
    text-align: left;
}

th {
    background-color: #F4F4F4;
}

#codingpage {
    background-color: #FFFFFF;
}

#blocklyIntro {
    background-color: #578BF2;
    width: 100%;
    aspect-ratio: 1120/576;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

#blocklyIntroTxt {
    width: 48%;
    color: white;
    font-size: 16px;
    text-align: center;
}

#blocklyIntroImg {
    width: 64%;
}

#spBtn {
    display: flex;
    justify-content: center;
}

#footer {
    width: 100%;
    height: 72px;
    color: #595959;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}

#formView {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

#formDialog {
    position: relative;
    background-color: #fffffF;
    background-image: linear-gradient(to bottom, rgba(250, 137, 137, .2), rgba(233, 189, 189, .2));
    width: 393px;
    height: 386px;
    padding: 25px;
    border-radius: 23px;
    border: 1px solid black;
    box-shadow: 0px 9px 16.2px -1px rgba(0, 0, 0, .25);
    font-size: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

input {
    height: 53px;
    width: -webkit-fill-available;
    border-radius: 10px;
    border-color: transparent;
    margin-bottom: 25px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .25);
    font-size: inherit;
    padding-inline: 10px;
}

#buttonRow {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    width: 100%
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50ch;
    cursor: pointer;
    font-weight: 700;
}

#btn0 {
    height: 48px;
    aspect-ratio: 173/48;
    background-color: rgba(251, 103, 93, 1);
    color: white;
    font-size: 16px;

}

#btn1 {
    width: 43%;
    aspect-ratio: 205/48;
    background-color: rgba(251, 103, 93, 1);
    color: white;
}

#btn2 {
    margin-left: 3%;
    width: 50%;
    aspect-ratio: 205/48;
    background-color: #E5F7FF;
    color: rgba(87, 139, 242, 1);

}

#btn3 {
    width: 18%;
    aspect-ratio: 205/48;
    background-color: #FFFFFF;
    color: #1A1D1F;
    margin-top: 15px;
    margin-bottom: 32px;
}

#btn4,
#btn5 {
    width: 31.43%;
    aspect-ratio: 352/192;
    margin-left: 4%;
    margin-left: 4%;
    cursor: pointer;
}

#btn6 {
    width: 40%;
    aspect-ratio: 149/48;
    border-radius: 24px;
    background-color: #F78430;
    margin-top: 20px;
    margin-bottom: 40px;
}

#FAQ {
    background-color: #fffffF;
    border-radius: 12px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .05);
    margin-bottom: 56px;
    width: 100%;
    border: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.qBtn {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #333333;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E7E7E7;
    cursor: pointer;
}

.qBtn:hover {
    background-color: rgba(0, 0, 0, .05);
}

.ansField {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}

#loaderBtn {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}