@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;

}

body {
    font-family: "Poppins", sans-serif;
}

.main {
    background-color: rgb(100, 231, 231);
    align-items: center;
    justify-content: center;
    padding: 3rem;
    display: flex;
    margin: auto;
    height: 90vh;
    gap: 2rem;



}
.teeth0{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35rem;
    background-color: blue;
    padding: 1rem;
}

.teeth0 svg{
    height: 1rem;
    width: 1.5rem;
}
.teeth1{
    display: flex;
    gap: 3rem;
}
.navbar1{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10rem;
    margin: auto;
   
   
}


.list li {
    display: flex;
    gap: 2.5rem;
}
.logodental{
    display: flex;
}

.logodental img{
    width: 3rem;
    height: 3rem;
    display: flex;
}

.logodental p{
    margin-top: 0.8rem;
    font-weight: 800;
}
.book{
    margin-bottom: 1.5rem;
}

.first {

    align-content: center;
    column-gap: 2rem;



}

.second {
    display: flex;
    align-items: center;



}

.second img {
    height: 600px;
    width: 600px;
    padding-top: 6rem;
    object-fit: contain;

}

.overline {
    background-color: #fff;
    font-weight: 600;
    color: #000;
    padding: 0.5rem;
    max-width: 320px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 1rem;

}

.blue {
    color: blue;
}

.loremtext {
    margin-top: 2rem;
    margin-bottom: 2rem;
}





.playbuton {
    display: flex;
    align-items: center;
    gap: 20px;
    /* Space between button and link */
    flex-wrap: wrap;
    /* Wraps on smaller screens */
}

.explore {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-direction: row;
}

.explore:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.secondary img {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    /* Prevents icon from shrinking */
}

.secondary:hover {
    color: #007bff;
}




/* --secondpart-- */


.mainsecond {
    background-color: floralwhite;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    display: flex;
    margin: auto;
    height: 90vh;
    gap: 2rem;
}

ol {
    list-style: none;
    padding: 0;
}

ol li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}



.part1 {
    display: flex;
    align-items: center;
}

.part2 {
    align-content: center;
    column-gap: 2rem;



}

.part1 img {
    height: 600px;
    width: 600px;
    padding-top: 6rem;
    object-fit: contain;

}

.paradental{
    margin-top: 2rem;
}
 .features {
            list-style: none;
            margin-bottom: 40px;
            margin-top: 4rem;
        }

        .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 16px;
            color: #475569;
        }

        .feature-icon {
            width: 28px;
            height: 28px;
            background: #2563eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .feature-icon::after {
            content: '✓';
            color: white;
            font-weight: bold;
            font-size: 14px;
        }






.morebutton {
    background-color: blue;
    margin-top: 2rem;
    color: #fff;
    border-radius: 50px;
    padding: 0.7rem;
    border: #fff
}


/* --Thirdpart-- */

.teeth {
    margin: auto;
    display: flex;
    background-color: blue;
    text-align: center;
    justify-content: center;
    gap: 4rem;
    color: white;
    padding: 1rem;
}

.teeth img {
    height: 2rem;
    width: 2rem;
    color: blue;
    background-color: blue;

    object-fit: contain;

}

.parateeth {
    font-size: 1.2rem;

}



/* --Fourthpart-- */


.one {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
    gap: 30rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

.two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}




.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    display: grid;
    margin: 1rem;
    max-width: 300px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 2rem;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.card h3 {
    margin-top: 0.5rem;
    color: #333;
    font-size: 1.2rem;
}

.card p {
    color: #666;
    font-size: 0.9rem;
}

.icondental {
    display: flex;
    margin-top: -3rem;
    margin-left: 1rem;
}

.icondental img {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: blue;
    border: 2px solid white;
    margin-bottom: 5rem;
    position: absolute;


}

.textdental {

    margin-top: 5rem;
    margin-left: 1rem;
    margin-bottom: 1rem;


}

.textdental a {
    text-decoration: none;
}
@media (min-width: 480px) {
  
 
}

/*----Fiftpart----(sameas thirdpart)- */ 
