body{
    font-family:  "Epilogue", serif;
  }
.header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family:  "Epilogue", serif;
    .header-contact-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;

        .left {
            display: flex;
            gap: 15px;
        }

        .logo-contact {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .right {
            .social-div {
                display: flex;
                gap: 10px;
            }
        }
    }

    .header-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 66px;
        position: sticky;
        font-family:  "Epilogue", serif;
        top: 0;
        z-index: 10;
        background-color: rgba(255, 230, 217, 1);
        border-radius: 100px;
        padding: 0 20px;

        .logo {
            font-family: "Epilogue", sans-serif;
            font-size: 36px;
            width: 200px !important;
        }

        .nav-item-wrapper {
            display: flex;
            align-items: center;
            gap: 30px;

            .nav-item{
                display: flex;
                align-items: center;
                gap: 4px;
                cursor: pointer;
            }
        }

        .action-btn-div {
            display: flex;
            align-items: center;
            gap: 18px;

            .auth-div {
                display: flex;
                align-items: center;
                gap: 10px;
            }

        }
    }
}

.circle-div{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: conic-gradient(from 180deg at 50% 50%, #B8D2F1 0deg, #F289AA 60deg, #C68BF0 106.09deg, #D164DA 153.75deg, #C963E8 221.25deg, #BFC2E8 258.75deg, #FFC999 288.75deg, #D0D8C9 315deg, #BAD0F1 334.13deg, #CED8CB 358.97deg, rgba(255, 255, 255, 0) 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:990px){
    .header-wrapper {
    .header-navigation{
        height: 135px;
        flex-wrap: wrap;
        .logo{
            height: 79px !important;
                width: 200px !important;
            
        }
        .action-btn-div{
            padding: 0px 0px 0 581px;
        }
    }
    
}
}
.arrowbook {
    /* height: 10px;
    width: 10px; */
}