.left-main-section {
    background-color: rgba(255, 255, 255, 0.4);
    border-right: solid 1px rgb(223, 222, 222);
    margin-top: 120px;
    width: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.right-main-section {
    background-color: rgba(255, 255, 255, 0.4);
    border-left: solid 1px rgb(223, 222, 222);
    margin-top: 120px;
    width: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
}

.middle-main-section {
    display: grid;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 120px;
    margin-left: 30px;
    margin-right: 30px;
}

.hero-section {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px rgb(223, 222, 222);
}

.content1,
.content2,
.content3 {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.content1 {
    font-size: 10px;
    margin-top: 0;
    color: rgb(74, 71, 71);
    letter-spacing: 5px;
}

.content2 {
    font-weight: bolder;
    font-size: 60px;
   
}

.content3 {
    color: rgb(139, 135, 135);
    font-size: 18px;
    width: 550px;
    line-height: 30px;
    margin-bottom: 20px;
}

.deploy-button2 {
    color: rgb(245, 245, 245);
    margin-right: 10px;
    background-color: rgb(8, 8, 8);
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
}

.docs-button {
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: 1px solid rgb(139, 135, 135);
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.terminal {
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 500px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(15, 15, 15, 0.2);
}

.terminal-heading {
    display: flex;
    flex-direction: row;
    padding: 8px 0;
    border: solid 1px rgba(170, 169, 169, 0.5);
    background-color: rgb(245, 245, 245);
    align-items: center;
    padding-left: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.terminal-title {
    margin: 0;
    margin-left: 20px;
    font-size: 12px;
    color: rgb(98, 96, 96);
}

.left-part {
    color: rgb(113, 109, 109);
    margin-right: 5px;
}

.directory {
    text-decoration: underline;
}

.button1,
.button2,
.button3 {
    border: none;
    margin-left: 7px;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    background-color: rgb(197, 194, 194);
}

.terminal-body {
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    font-size: 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px rgba(170, 169, 169, 0.5);
}

.trusted-company {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    border-bottom: solid 1px rgb(223, 222, 222);
    padding-bottom: 30px;
}

.trusted-company-heading {
    color: rgb(113, 109, 109);
    font-size: 11px;
    padding-left: 30px;
    letter-spacing: 5px;
}

.trusted-company-body {
    padding-left: 20px;
    padding-right: 20px;
}

.slides {
    display: flex;
    padding-top: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: rgb(131, 127, 127);
}

.features-top-content {
    padding-left: 90px;
    padding-top: 30px;
}

.features-top-title {
    color: rgb(101, 97, 97);
    font-size: 12px;
    letter-spacing: 5px;
}

.features-top-subheading {
    font-size: 35px;
    font-weight: bold;
    margin: 0;

}

.features-top-description {
    width: 600px;
    color: rgb(131, 127, 127);
}

.features {
    display: flex;
    flex-direction: column;
}

.features-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 80px;
    margin-bottom: 60px;
}

.features-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px rgb(235, 235, 235);
    padding: 25px;
    padding-bottom: 0;
}

.features-grid-top-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px rgb(235, 235, 235);
    padding: 25px;
    padding-bottom: 0;
    border-top-left-radius: 20px;
}

.features-grid-top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px rgb(235, 235, 235);
    padding: 25px;
    padding-bottom: 0;
    border-top-right-radius: 20px;
}

.features-grid-bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px rgb(235, 235, 235);
    padding: 25px;
    padding-bottom: 0;
    border-bottom-left-radius: 20px;
}

.features-grid-bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px rgb(235, 235, 235);
    padding: 25px;
    padding-bottom: 5px;
    border-bottom-right-radius: 20px;
}

.icon-button {
    background-color: rgb(245, 245, 245);;
    border: solid 1px rgb(200, 200, 200);
    padding: 10px 13px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    width: 50px;
}

.features-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.features-description {
    line-height: 30px;
    color: rgb(129, 126, 126);
}

.stack-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 90px 90px 90px;
    border-top: solid 1px rgb(223, 222, 222);
}

.stack-left {
    padding-left: 20px;
    padding-right: 20px;
}

.stack-heading {
    color: rgb(108, 102, 102);
    letter-spacing: 5px;
    font-size: 10px;
}

.stack-subheading {
    font-size: 22px;
    font-weight: bold;
}

.stack-right {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.stack {
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 12px;
    border: solid 1px rgba(90, 87, 87, 0.3);
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    color: rgb(107, 106, 106);
    font-weight: bold;
}
