* {

    /*overflow-x: hidden;*/
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /* border: 1px solid red; */
}

a {
    text-decoration: none;
}



.hero-section {
    /* background: rgb(255, 255, 255); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(238, 238, 238) 69%);
    /* padding-top: 80px; */
    width: 100%;
    display: flex;
    align-items: top;
    border-radius: 0 0 5rem 5rem;
    display: flex;
    flex-direction: column;
    min-height: 750px;
    padding: 10vh 0 5vh 0;
    justify-content: center;
}

.down-arrow-div {
    display: flex;
    margin: 150px 0 0 0;
    height: 100px;
    /* width: 130px; */
    cursor: pointer;
    /* justify-content: center; */
 

}

.hero-content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 75vw;
    /* background: #2acd6b; */
}


.hero-right {
    display: flex;
    flex-direction: column;
    flex: 2;
    justify-content: center;
}

.hero-left {
    padding-top: 3vh;
    display: flex;
    flex-direction: column;
    flex: 3;
    /* background-color: blue */
}

.button-container{
    display: flex;
    flex-direction: row;
    gap:30px;
    position: relative;
}

.hero-title {

    font-family: "Syne", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: start;

}

.hero-subtitle {
    /* font-size: 1.4em; */
    font-style: normal;
    font-weight: 400;
    text-align: start;
    width: 35vw;
    line-height: 1.3;


}

.slide-right-hover {
    position: relative;
    transition: transform 0.6s ease;
}

.slide-right-hover:hover {
    transform: translateX(0.7vw);
}


/* get started section */



.start-section {

    margin: 0 auto;
    width: 1300px;
    padding: 18vh 0 15vh 0;
    /* height:90vh; */


}

.start-section-title {
    font-family: "Syne", sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 50px;
}

.start-section-content {
    /* margin: 50px 0 50px 100px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.start-img {
    width: 100%;
    /* padding-left: 100px; */
}

.start-section-left {
    display: flex;
    width: 100%;
    padding: 10px;
    /* flex-direction: column; */
    /* background: #b67a9f; */
}

/* img */
.start-section-right {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-top: 20px;
    height: 600px;
    justify-content: space-evenly;
    /* margin-left: 50px; */

}

.bullet-list {
    /* width: 800px; */
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-around;
}

.bullet-item {
    display: flex;
    flex:1;
    align-items: flex-start;
    gap: 20px;
}

.bullet-item:hover .bullet {
    background-color: transparent;
    border: 2px solid #FF0083;
    transition: 0.3s;
}

.bullet {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-color: #FF0083;
    border-radius: 50%;
    border: 2px solid #FF0083;

}



.bullet-title-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}


.bullet-title {

    /* font-size: 26px; */
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.title-divider {
    width: 80%;
    height: 1px;
    padding-left:65px;
    flex-shrink: 0;
    background-color: #FF0083;
    margin: 5px 0;
}

.bullet-content p {
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-align: justify; */
    /* padding-left: 35px; */
    padding: 0 35px;
}
/* //////search section//// */

.search-sticker {
    position: absolute;
    width: 250px;
    align-items: center;
    /* display: flex; */
    /* justify-content: center; */
    align-content: center;
    right: 44%;
    top: -40px;
}

.search-section {
    position: relative;
    background: rgb(247, 247, 247);
    background: radial-gradient(circle, rgba(247, 247, 247, 1) 22%, rgb(222 222 222 / 48%) 84%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /* background-color: #e7e7e7; */
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 15vh 0;
}


.search-section-content {
    margin: 0 auto;
    width: 70vw;
    display: flex;
    flex-direction: column;
    /* background-color: #00c1ff; */
}


.search-section-title {
    font-family: "Syne", sans-serif;
    text-align: center;
    /* syne2 */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 50px;
}

.serach-tags-container {
    margin: 0 auto;
    width: 50vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.search-bar-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 100px;
}

.search-tags {
    border-radius: 20rem;
    padding: 1em 2.3em;
    border: 1px solid #404040;
    color: #404040;
    margin: 20px 4px;
    transition: 0.3s;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    width: fit-content;
}

.search-tags:hover {
    /* font-weight: 500; */
    color: #FF0083;
    border: 1px solid #FF0083;
    /* background-color: #FF0083 */
    transform: translateY(-4px);
}

/* //////ENDING SECTION///////// */



.create-section {
    background-color: hsla(240, 84%, 8%, 1);
    background-image: radial-gradient(at 27% 22%, rgb(15, 15, 35) 0px, transparent 50%), 
                      radial-gradient(at 70% 18%, rgb(75, 75, 184) 0px, transparent 50%), 
                      radial-gradient(at 49% 79%, rgb(15, 15, 51) 0px, transparent 50%), 
                      radial-gradient(at 0% 100%, rgb(52, 52, 120) 0px, transparent 50%), 
                      radial-gradient(at 95% 79%, hsl(240deg 27.72% 25.78%) 0px, transparent 50%), 
                      radial-gradient(at 0% 0%, rgb(16, 16, 68) 0px, transparent 50%);
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    padding: 10vh 0;
    background-attachment: fixed;
}

/* Floating Button Animation */
.floating-button {
    animation: float 3s infinite ease-in-out;
    /* Additional styling for the button if needed */
}

/* Float Keyframes Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.create-section-content {
    margin: 0 auto;
    width: 70vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}



.create-section-title {
    font-family: "Syne", sans-serif;
    text-align: center;
    /* syne2 */
    /* font-size: 5em; */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 50px;
    /* cursor: url("~/img/Cursor.svg"), auto; */

}

.create-section:hover {

transition: 0.3s;
    cursor: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="120" height="128" viewBox="0 0 100 100"%3E%3Ccircle cx="50" cy="50" r="30" fill="%23ff0083" fill-opacity="1" style="filter: blur(15px);" /%3E%3C/svg%3E'), auto;
}





/* ////// */


.notifications .alert {
    display: inline-block;
    margin-right: 15px;
}

.sticker span {
    background-color: #00c1ff;
    padding: 8px 12px;
    border-radius: 12px;
    font-weight: bold;
    display: inline-block;
}



/* .get-started-section .badge {
    background-color: #ff0066;
} */

.text-pink {}

/* .search-section {
    background: linear-gradient(135deg, #f8f9fa, #dce1e3);
} */

/* .footer-section {
    /* background: linear-gradient(135deg, #1b1e24, #323640); */


.footer-section h5 {
    font-size: 1.4em;
    /* margin-bottom: px; */
}

.footer-section a {}

.footer-section a:hover {
    text-decoration: underline;
}

.footer.row li a:hover {
    text-decoration: none;
}




/* carousal///////////////////////// */
.carousel-container {
    width: 100%;
    margin-top: 100px;

    overflow: hidden;
    position: relative;
}

.carousel-row {
    margin-bottom: 20px;
    display: flex;
    animation: scroll 40s linear infinite;
    animation-play-state: running;
}

.task-item {
    width: 428px;
    height: 300px;
    margin: 0 10px;
    flex-shrink: 0;
}

.task-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframes for infinite scroll without gaps */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-428px * 8));
        /* Adjust for 8 items */
    }
}

/* Second row animation with a delay for the offset */
.row-2 {
    animation: scroll 40s linear infinite;
    animation-delay: -10s;
    /* Apply a delay to create the offset */
}

/* Hover on the entire container to stop the animation for both rows */
.carousel-container:hover .carousel-row {
    animation-play-state: paused;
}

/* .soon section */



/* Section container */
.soon-section {
    padding: 60px 20px 40px 20px;
    width: 100%; /* Allow the section to span full width */
    margin:60px auto;
    max-width: 1400px; /* Set max width for the grid */
}

/* Grid container */
.soon-container {
    margin: 40px 0 40px 0; /* Center the section horizontally */

    display: flex;
    flex-wrap: wrap; /* Wrap boxes to the next row */
    gap: 30px 20px; /* Add spacing between boxes */
    position: relative;
}

/* Individual grid boxes */
.soon-box {
    background-color: #fafafa;
    padding: 40px 20px;
    flex: 1 1 33%; /* Each box takes up 33% of the container width */
    max-width: calc(33% - 20px); /* Adjust for the gap between boxes */
    box-sizing: border-box; /* Include padding and borders in width calculations */
    display: flex;
    align-items: start;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;    position: relative;
    border-radius: 10px;
    transition: 0.3s;
}
.soon-box:hover {
    background-color: #f4f4f4;

}





/* Icon styling */
.soon-icon {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 4px;
}

/* Text container */
.soon-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title styling */

/* Subtitle styling */


/* soon section end */





/* question */

.qa-section {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    padding: 100px 20px;
    /* background-color: white; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
}

/* Header Styling */
.qa-section h2 {
 
    margin-bottom: 60px;
}

/* Question Container */
.dropdown {
    margin-bottom: 10px;
}

.dropbtn {
    background-color: #fafafa;
    color: #606060;  
      width: 100%;
    padding: 16px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    text-align: left;
    border-radius: 12px;
    margin:5px 0;
    border:1px solid #f1f1f1;
    transition:0.3s;
}
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;} */

.dropbtn:hover, .dropbtn:focus {
    background-color: rgb(243, 243, 243);
}

/* Dropdown Content */
.dropdown-content {
    display: none;
    position: relative;
    background-color: #ececec;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px;
    box-sizing: border-box;
    padding:10px;
    transition:0.3s;

}

.dropdown-content p {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    padding:10px;

}

.show {
    display: block;
}


/* question */
