
/* font family */

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  

/* Hero Section */
#hero-2 {
    padding: 100px 0; 
    justify-content: center; 
    align-items: center; 
    padding-top: 10%;
}

.bg-hero-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.h2glamour {
    font-family: 'Proxima Nova', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



#about {
    padding: 80px;
    background-color: #f9f9f9;
}

#about .container {
    max-width: 1100px;
    padding-bottom: 2%;
}

#about .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#about .col-md-6 {
    width: 45%; 
}

#about h2 {
    font-size: 3em;
    color: #ff4081;
    font-style: italic;
}

#about-heading
{
    font-size: 2em;
    color: #ff4081;
    margin-bottom: 30px;
}

#about p {
    font-size: 1.1em;
    color: #666;
    line-height: 1.6;
}

#about img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    max-height: 600px;
    margin-right: 30px; 
}


#services {
    text-align: center;
}

#services h2 {
    margin-bottom: 2rem;
}

.nail-art-images {
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-wrap: wrap;
}

.nail-art-images .nail-art-image {
    width: calc(33.33% - 2rem);
    margin: 0.5rem;
}


#testimonials h2 {
    font-size: 1.5rem; 
    font-style: italic;
    text-align: left;
    margin-bottom: 1rem; 
}


/* General styling */
#news-events {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px; 
}

.section-id {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.h2-lg {
    font-size: 36px;
    color: #333;
}

.blog-1-post {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px; 
    /* height: 300px;  */
    overflow: hidden; 
}

.blog-1-post:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.blog-post-img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-post-img img {
    width: 100%;
    height: 200px; 
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.blog-post-txt {
    padding: 20px;
}

.h5-md {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.post-tag {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.p-lg {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.row.row-cols-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row.row-cols-1 > .col {
    flex: 1 0 calc(50% - 15px); 
    max-width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 20px; 
}


.row.row-cols-1 > .col:last-child {
    margin-right: 0;
}

.row.row-cols-1 > .col .blog-1-post {
    display: flex;
    flex-direction: column;
    height: 100%; 
}





.container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
}


@media (max-width: 768px) {
    /* font family */
    @font-face {
        font-family: 'Proxima Nova';
        src: url('/fonts/ProximaNova-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    /* Hero Section */
    #hero-2 {
        padding: 50px 0;
        justify-content: center;
        align-items: center;
    }

    .h2glamour {
        font-size: 2em; 
    }

    #about {
        padding: 40px; 
    }

    #about .col-md-6 {
        width: 100%; 
        margin-bottom: 30px; 
    }

    #about img {
        margin-right: 0;
    }

    #about p {
        font-size: 1em;
    }

    #about-heading {
        font-size: 1.5em; 
        margin-bottom: 20px; 
    }

    #services h2 {
        margin-bottom: 1.5rem; 
    }

    .nail-art-images .nail-art-image {
        width: calc(50% - 1rem);
    }

    #testimonials h2 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem; 
    }

    /* General styling */
    #news-events {
        padding-top: 30px; 
        padding-bottom: 30px; 
    }

    .section-title {
        margin-bottom: 30px;
    }

    .h2-lg {
        font-size: 24px; 
    }

    .blog-1-post {
        margin-bottom: 15px; 
    }

    .row.row-cols-1 > .col {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .row.row-cols-1 > .col .blog-1-post {
        height: auto; 
    }

    .blog-post-img img {
        height: auto;
    }
}

/* login css */
/* paint page */

#paintCanvas {

    z-index: 0; /* Set the z-index to 0 or remove this line */
}

#nailhandimg
{
    border: 8px solid white;
    border-color: #ff4081 ;
    border-radius: 10px 10px 10px 10px;
}

#toolbar
{
    background-color: #ff4081;
    border: 8px solid white;
    border-radius: 10px 10px 10px 10px;
    color: white;
margin-top: 10px;
text-align: center; 
}


#toolbar button {
    background-color: transparent;
    border: none;
    color: white;
    padding: 8px 12px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#toolbar button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}