.series-item:hover {
 transform: translateY(-4px);
}
.series-item > div {
    border: var(--border-button);
    display:grid;
    gap:5px;
    padding:5px;
    grid-template-rows: auto auto;
}
.start-button {
    line-height: 100%;
    cursor: pointer;
    margin-top: 20px;
    color: var(--second-text-color);
    background-color: var(--second-color);
    padding: 10px;
    width: fit-content;
}
.breadcrumb > a {
    text-decoration: none;
    color: var(--third-color);
}
.breadcrumb {
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    display: flex;
    gap: 10px;
    background-color: #ffb3b3;
    align-items: center;
}
.key-takeaways {
        padding: 0px 40px 0px 40px;
    gap: 20px;
    display: grid
;
    grid-auto-flow: row;
}
.series-item > div > span:first-child {
    font-size: 14px;
}
.series-item > div > span:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
}
.series-item > div > span:last-child {
    font-size: 14px;
    font-weight: normal;
}
.marketing-section {
    padding: 40px 40px 0px 40px;
}
.marketing-section > h3 {
    color: var(--third-color);
}
.key-takeaways > div > h3 {
    text-align: center;
    color: var(--third-color);
}
.marketing-section > h4 {
    font-size: 16px;
    font-weight: normal;
}
.series-item:last-child {
    font-weight: normal;
}
.series-item {
    color: var(--main-text-color);
    text-decoration: none;
    transition: var(--transition);
}
.series-container {
   padding: 40px;
    gap: 10px;
    display: grid;
    grid-auto-flow: row;
}
.api-caller-button {
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    color: white;
    background: var(--main-color);
    width: fit-content;
    padding: 10px 20px 10px 20px;
    border-radius: var(--border-radius-value);
}
#product-body {
    display: grid;
    height: 100%;
    margin-top: 63px;
}
.api-caller-header > h2 {
    margin: 0;
    font-weight: bold;
    color: white;
}

.hidden-binding-field {
    display:none;
}

.api-caller-header > h3 {
      font-weight: normal;
    margin: 0;
    color: white;
}

.api-caller-buttons {
    justify-items: center;
    padding: 20px;
}
.drag-and-drop {
    border: 4px dotted var(--second-color);
    display: grid;
}
.drag-and-drop-watermark {
    height: 100%;
    width: 100%;
    grid-area: 1 / 1 / 1 / 1;
}
.drag-and-drop-symbol {
    width: 120px;
    height: 120px;
    opacity: 0.2;
    position-area: center;
}
.api-caller-header {
    background-image: linear-gradient(to right, var(--main-color), #ff8080);
    display: grid;
    gap: 10px;
    padding: 40px;
}
.overview-p2-container {
    gap: 40px;
    display: grid;
    grid-template-columns: auto 70%;
}
.overview-p2-container > img {
    justify-self: center;
    align-self: center;
}
.overview-p1-container {
    gap: 40px;
    display: grid;
    grid-template-columns: 70% auto;
}
.overview-p1-container > img {
    justify-self: center;
    align-self: center;
}
.tag-head {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 20px;
    background: var(--third-text-color);
    border-radius: 100px;
    text-align: center;
    place-self: center;
    place-content: center;
    width: 50px;
    height: 50px;
}
.feature:hover {
     transform: translateY(-4px);
}
.feature {
    cursor: pointer;
    transition: var(--transition);
}
.feature > p {
    padding: 20px;
    background: var(--third-text-color);
    margin: 0;
}
.key-features-container {
    display: grid;
    grid-auto-flow: row;
    gap: 20px;
}
.html {
    scroll-behavior: smooth !important;
}
#features > h3 {
    text-align: center;
}
#live-demos {
    padding: 40px;
}
.a-cut {
        width: 70%;
    place-self: center;
    border-top: 1px solid lightgray;
}
#features {
    display: grid;
    grid-auto-flow: row;
    gap: 10px;
    padding: 0px 40px 40px 40px;
}
#live-demos > h4 {
    margin: 0;
    text-align: center;
    font-weight: normal;
    
    margin-block-end: 1em;
}
#live-demos > h3 {
    margin-block-start: 1em;
    margin:0;
    text-align: center;
}
#overview {
    padding: 40px;
}
.right-menu-items > div {
    height: 20px;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    width: fit-content;
    text-align: center;
}
.right-menu-items {
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.left-menu-items > div {
    cursor: pointer;
}
.left-menu-items {
    align-items: center;
    font-size: 16px;
    text-align: center;
    display: grid;
    grid-auto-flow: column;
}
.product-body {
    background-color: var(--background-color);
}
.product-navigator {
    border-bottom: 1px solid lightgray;
    padding: 10px 40px 10px 40px;
    display: grid;
    grid-template-columns: auto auto;
}
.file-list-remove-button {
    user-select: none;
    cursor: pointer;
}
.drag-and-drop-watermark > div:first-child {
        padding-top: 20px;
}
.drag-and-drop {
    text-align: center;
}
.drag-and-drop-watermark > div {
    font-size: 16px;
}
.drag-and-drop {
    border: 4px dotted var(--second-color);
}
#form {
    grid-area: 1 / 1 / 1 / 1;
}
#list-of-files > div {
    border-bottom: 1px dashed var(--second-color);
    display: grid;
    grid-template-columns: 80% auto;
}
.list-of-files-non-empty {
    padding: 10px;
    gap: 5px;
    display: grid;
    grid-auto-rows: auto;
    border-top: 4px dotted var(--second-color);
}
#file-uploader {
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.parameters-container {
    display: grid;
    grid-template-rows: auto;
    gap: 10px;
    width: 80%;
    justify-self: center;
    padding: 20px;
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid var(--second-color);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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