*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.style{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*-----------NAVBAR STARTS--------------*/

.navbar{
    background-color: white;
    height: 80px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 0.5rem;
}

.navbar-brand{
    margin-left: 10px;
    font-family: 'calibri';
    text-decoration: none;
    font-size: 30px;
    font-weight: 550;
    color: rgb(109, 73, 171);
    transition: 0.3s color;
    cursor: pointer;
}

.nav-link{
    text-decoration: none;
    color: rgb(202, 177, 244);
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.nav-link:hover, .nav-link:active{
    color: rgb(109, 73, 171);
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    cursor: pointer;
}

@media(min-width: 991px){
    .nav-link::before{
        content: "";
        position: absolute;
        width: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        background-color: rgb(109, 73, 171);
        border-radius: 20px;
        transition: width 0.3s ease;
    }

    .nav-link:hover::before, .nav-link:active::before{
        width: 70%;
    }
}

.navbar-toggler{
    border: none;
    font-size: 1.25rem;
}

/*-----------NAVBAR ENDS--------------*/


/*-----------HERO SECTION BEGINS--------------*/
.hero-section{
    background: linear-gradient(135deg, #F8F3FF 0%, #EDE2FF 45%, #DBCCF5 100%);
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 70px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.myName{
    font-size: 50px;
    font-weight: bold;
    font-family: 'Pacifico';
    color:rgb(109, 73, 171);
}

.typewriterText{
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #6D49AB;
    font-family: 'Courier New', monospace;
}

.notepad{
    margin-top: 6vh;
    background-color: #fff8dc;
    border: 1px solid #cfc4e6;
    box-shadow: 6px 4px 8px rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 60%;
}

.bigNoteText{
    margin-left: 3vh;
    margin-top: 4vh;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: bold;
    color:#6D49AB
}

.noteText{
    margin-left: 3vh;
    margin-right: 3vh;
    margin-top: 4vh;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.makeBold{
    font-weight: bold;
}


/*-----------HERO SECTION ENDS--------------*/



/*-----------CAROUSEL BEGINS--------------*/

.someText{
    margin-top: 4vh;
    margin-left: 7vw;
    font-size: 18px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.projects-carousel{
    --visible-items: 3;
    --gap: 16px;
    margin: 40px 30px 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.projects-viewport{
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
}

.projects-track{
    display: flex;
    gap: var(--gap);
    transition: transform 0.45s ease;
    will-change: transform;
    margin-bottom: 3vh;
}

.project-card{
    flex: 0 0 calc((100% - (var(--gap) * (var(--visible-items) - 1))) / var(--visible-items));
    /* min-height: 100%; */
    border-radius: 18px;
    background-color: #f4e9ff;
    border: 1px solid #7a49c4;
    box-shadow: 0 6px 12px rgba(84, 44, 135, 0.16);
    overflow: hidden;
}

.card-body{
    text-align: center;
}

.card-img-top{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.leftandrightbuttons{
    margin-left: 1vw;
    margin-right: 1vw;
    border: none;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background: #6d49ab;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.leftandrightbuttons:disabled{
    opacity: 0.35;
    cursor: not-allowed;
}


/*-----------CAROUSEL ENDS--------------*/


.pagesDiv{
    display: flex;
    flex-direction: row;
    width: 75%;
    justify-self: center;
    gap: 20px;
    margin-top: 20px;
}

.linkToPagesBody{
    border: 0px solid black;
    border-radius: 20px;
    box-shadow: 0 0 10px #ca94ef;
    padding: 20px;
    height: 100px;
    width: 100%;
    position: relative;
    display: inline-block;

    /*margin-bottom: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: bisque;
    text-shadow: 0 0 5px #9713f0, 0 0 10px #9713f0, 0 0 15px #9713f0;*/
}

.image{
    display: block;
    height: auto;
    width: 100%;
}

.linkToPagesBody img{
    height: 100px;
    width: 200px;
}

.aboutMe {
    background-color: ivory;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: bisque;
    text-shadow: 0 0 5px #9713f0, 0 0 10px #9713f0, 0 0 15px #9713f0;
}

/* .carousel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: honeydew;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 3px 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.carousel-item{
    height: 250px;
    width: 250px;
    border-radius: 20px;
    background-color: #ca94ef;
    border: 1px solid rgb(73, 0, 128);
    padding: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 5px #9713f0, 0 0 10px #9713f0, 0 0 15px #9713f0;
}

.carousel-item:hover {
    background-color: #9d30e6;
    border: 1px solid black;
    box-shadow: 0 0 10px #9d30e6;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.carousel-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
} */

.footer{
    padding: 4vh;
    height: 20vh;
    background-color: rgb(202, 177, 244);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-decor{
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.no-decor li a{
    color: black;
}

/*.container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 5px;
    width: 300px;
    height: 300px;
    margin: 20px auto;
    removed    border: 20px solid #ca94ef;
}

.grid-item-1, .grid-item-2, .grid-item-4, .grid-item-6, 
.grid-item-7, .grid-item-8, .grid-item-9
{
    background-color: rgb(202, 177, 244);
    border: none;
}*/

/*<div class="container">
        <div class="grid-item-1" id="1"></div>
        <div class="grid-item-2" id="2"></div>
        <div class="grid-item-3" id="3"></div>
        <div class="grid-item-4" id="4"></div>
        <div class="grid-item-5" id="5"></div>
        <div class="grid-item-6" id="6"></div>
        <div class="grid-item-7" id="7"></div>
        <div class="grid-item-8" id="8"></div>
        <div class="grid-item-9" id="9"></div>
    </div>*/