/* Add your CSS styles here */

/* Example styles for the section and text */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap'); */
  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800&display=swap');


.body{
    font-family: 'Source Sans 3', sans-serif;
}
#hero-animated {
    padding: 20px;
}

.hero-animated {
    display: flex;
    align-items: center;
    background-color: #373737;
    width: 100%;
    height: 100%;
}

.col-md-4 {
    max-width: 30%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .styled-input-header{
    max-width: 100%;
    width: 100%;
}

.col-md-6 {
    text-align: left;
}


section {
    padding: 30px;
}


.tab-list {
    list-style: none;
    cursor: pointer;
    padding-left: 20px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    font-size: 15px;
    overflow-x: scroll;
}

.tab-item {
    /* margin-right: 20px;
    margin-bottom: 10px; */
    margin: 20px;
    width: 100%;
}

.link {
    text-decoration: none;
    color: #000;
    /* Set your desired link color */
    transition: color 0.3s;
}

.link.active && :hover {
    color: #68ebca;
    text-decoration: underline;
}

/* .link :hover {
    text-decoration: underline;
} */

.tab-content {
    display: none;
}




.col-md-6 {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.composition-item {
    display: flex;
    border: 1px solid #aca6a6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.composition-item img {
    width: 60%;
    height: auto;
    margin: 0 20px;
}

.composition-content h3 {
    font-size: 18px;
}

.composition-button {
    margin-top: auto;
}

.read-more-button {
    background-color: rgb(55, 55, 55);
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.deployment-options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.option {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.option i {
    font-size: 40px;
}

/* Add styling for dropdowns and other sections as needed */


.col-md-6 {
    width: 50%;
}

.pricing-item {
    border: 2px solid #aca6a6;
    border-radius: 5px;
    padding: 20px;
    background-color: #ffff;
    margin-top: 20px;
}

.pricing-header {
    text-align: center;
}

.pricing-header h3 {
    font-size: 20px;
}

.pricing-divider {
    border: 1px solid #000;
    width: 100%;
    margin-left: 10px;
}

.pricing-options {
    margin-top: 20px;
}

.dropdown-container {
    margin-top: 20px;
}

.dropdown-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-header i {
    font-size: 20px;
}

.dropdown-list {
    display: none;
}

.dropdown-list p {
    margin: 5px 0;
}

/* Add JavaScript to toggle the dropdown list display as needed */




.section-divider {
    border: 1px solid #000;
}

.custom-button-cases {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button-cases.selected {
    background-color: #0056b3;
}

.use-case-content {
    border: 2px solid #aca6a6;
    border-radius: 5px;
    padding: 20px;
    background-color: #ffff;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
}

p {
    font-size: 14px;
}

/* Customize styles further as needed */







.section-divider {
    border: 1px solid #000;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
}

.button-demo {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button-demo:hover {
    background-color: #0056b3;
}

video {
    width: 50%;
    height: 50%;
    margin-top: 100px;
    border-radius: 5px;
}






.custom-button-resources {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button-resources.selected {
    background-color: #0056b3;
}

.resource-content {
    border: 1px solid #aca6a6;
    border-radius: 5px;
    padding: 20px;
    background-color: #ffff;
    margin-top: 20px;
    text-align: center;
}

h4 {
    font-size: 18px;
}

p {
    font-size: 19px;
}

.buttondemo {
    background: linear-gradient(to right, #ce1483, #f48620);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buttondemo:hover {
    background-color: #0056b3;
}



.faq-content {
    text-align: center;
}


.custom-button {
    border: none;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #bebdbdbe;
    color: #fff;
    /* Change to your desired hover color */
}

.custom-button-cases {
    border: 1px solid #888;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button-cases:hover {
    background-color: #888;
    color: #fff;
    /* Change to your desired hover color */
}

.custom-button-cases.selected {
    background-color: #000;
    color: #fff;
}

.active-tab {
    text-decoration: none;
    position: relative;
    transition: 0.3s
}

.active-tab::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #ce1483;
    transition: 0.3s forwards;
}
   


.dropdown-container {
    margin-top: 20px;
}

.dropdown-header {
    font-size: 16px;
    cursor: pointer;
}

.dropdown-list {
    display: none;
}

.custom-button {
    border: 1px solid #aca6a6;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    padding: 10px;
}

.active-button {
    background-color: #97C680;
    color: #ffffff;
}

.content-section {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    border-radius: 5px;
    text-align: left;
}

/* Styling for the close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
  
  




