.logo{
    width:200px;
    /*height: 30px;*/
}

.navbar{
    position: absolute;
    width: 100vw;
    height: 83px;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    /*position: fixed;*/
    line-height: 12px;
    font-family: Raleway;
    background-color: transparent;
    margin-top: 2rem;
}

.navbar div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.menu-left {
    display: flex;
    flex-direction:column;
    height: auto;
    justify-content: flex-start;
}

.service-menu{
    display: flex;
    flex-direction:column;
    height: 60%;
    justify-content: flex-start;
}

.navbar div h1{
    width: 58px;
    height: 29px;
    font: normal normal 500 24px Raleway;
    margin-left: 30px;
}

.menu-wrap-desk{
    display: none !important;
}

.menu-wrap-mobile{
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
    /*margin-right: 30px;*/
    margin-right: 10%;
}
.menu-wrap-mobile .toggler{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
    margin-left: 3.5rem;
}

.menu-wrap-mobile .hamburger{
    z-index: 1;
    width: 40px;
    height: 34px;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 10%;
}

/* Hamburger line */
.menu-wrap-mobile .hamburger > div{
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #57C1DB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
/*Top and bottom lines  */
.menu-wrap-mobile .hamburger > div::before,
.menu-wrap-mobile .hamburger > div::after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -12px;
    width: 100%;
    height: 4px;
    background: inherit;
}
/* move line down */
.menu-wrap-mobile .hamburger > div::after{
    top:12px
}
/* Toogler animate */
.menu-wrap-mobile .toggler:checked + .hamburger > div{
    transform: rotate(135deg);
}
/* lines into X */
.menu-wrap-mobile .toggler:checked + .hamburger > div::before,
.menu-wrap-mobile .toggler:checked + .hamburger > div::after{
    top:0;
    transform: rotate(90deg);
}
/* Show menu */

.menu-wrap-mobile .toggler:checked ~ .menu{
    visibility: visible;
}
.menu-wrap-mobile .toggler:checked ~ .menu > div{
    transform: scale(0.8);
    transition-duration: 0.75s;
}
.menu-wrap-mobile .toggler:checked ~ .menu > div > div{
    opacity: 1;
    transition: opacity 0.4s ease;
}

.menu-wrap-mobile .menu{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: -1;
    background: transparent linear-gradient(
            180deg, #2B0556 0%, #483276 41%, #CDB8E9 100%, #C6F4FF 100%, #2B0556 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    justify-content: space-around;
}


/*.menu-wrap-mobile .menu > div{*/
/*    !*background-color:#fdfdfd;*!*/
/*    border-radius: 100%;*/
/*    width: 200vh;*/
/*    height: 200vh;*/
/*    display: flex;*/
/*    flex: none;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transform: scale(0);*/
/*    transition: all 0.4 ease;*/
/*    overflow:hidden;*/
/*}*/
/*.menu-wrap-mobile .menu > div > div{*/
/*    text-align: center;*/
/*    max-width: 90vh;*/
/*    max-height: 100vh;*/
/*    opacity: 0;*/
/*    transition: all 0.4s ease;*/
/*}*/

/*.menu-wrap-mobile .menu > div > div > ul>li {*/
/*    list-style: none;*/
/*    color: #656565;*/
/*    !* color: #9e9e9e; *!*/
/*    margin-bottom: 1.5rem;*/
/*    min-height: 40px;*/
/*    min-width: 200px;*/
/*    display: flex;*/
/*    !* font-size: 1.5rem; *!*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/
/*.menu-wrap-mobile .menu > div > div > ul > li > a{*/
/*    !* color: inherit; *!*/
/*    font: normal normal 500 1.3rem/1rem Raleway;*/
/*    text-decoration: none;*/
/*    transition: color 0.4s ease;*/
/*}*/
/*.menu-wrap-mobile .menu > div > div > ul > li > a:hover{*/
/*    color: #FBABB2;*/
/*}*/

.navbar p{
    color:white;
    font: normal normal 300 16px/22px Poppins;
    margin-right: 1rem;
}

.quote-nav-button{
    width: 250px;
    height: 65px;
    background: transparent;
    border-radius: 4px;
    border: 0;
    align-self: center;
    /*border: 1px solid #23a9f2;*/
    border: 1px solid #ffffff;
    letter-spacing: 0.32px;
    color: #FFFFFF;
    opacity: 1;
    font: normal normal 300 16px/22px Poppins;
}

.quote-nav-button:hover{
    background: #23a9f2 0% 0% no-repeat padding-box;
    border: 2px solid #23a9f2;


}

.quote-nav-button:hover a {
    color: #5908b5;
}

.quote-nav-button a {
    color: #FFFFFF;
    text-align: center;
    font: normal normal 400 16px Outfit;
}

.wrapper-circle{
    display: flex;
    align-self: center;
    justify-content:space-around;
    gap: 30px;
    margin-top: 1em;
}
.media-circle-nav{
    width: 69px;
    height: 69px;
    background-color:white ;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-top: 10%;
}

.logo-menu {
    margin-left: 10%;
    z-index: 3;
}


ul.mobile-social-nav li {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    font-size: 2rem;
    background-color: white;
    color: #2B0556;
}

/*ul.mobile-social-nav li:hover {*/
/*    background-color: white;*/
/*    color: #FBABB2;*/
/*}*/

.mobile-social-circles{
    display: flex;
    flex-direction: row !important;
    align-items: center;
    width: 100%;
    height: 110px;
}

.mobile-social-nav {
    width: 100%;
    flex-direction: row !important;
    justify-content: space-between;
    display: flex;
}


.menu-left a {
    width: 100%;
    text-align: left;
    font: normal normal bold 48px/72px Poppins;
    letter-spacing: 0.96px;
    color: #FFFFFF;
    opacity: 1;
    /* width: 349px; */
    /* height: 67px; */
    margin-bottom: 3rem;
}
.menu-left a:hover {
    color: rgb(230, 227, 227);
    transition: 0.1s ease-in;
}
.menu-left .sub-menu {
    font: normal normal bold 22px/0px Poppins;
    margin-top: -2.2em;
    margin-left: 2em;
    color: #dad7d7;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

.service-menu:hover .sub-menu {
    transition: 0.5s ease-in-out;
    font: normal normal bold 22px/35px Poppins;
    margin-top: -2em;
    margin-left: 2em;
    color: #dad7d7;
    opacity: 1;
}
 

.menu-left .sub-menu:hover {
    color: deepskyblue;
    transition: 0.1s ease-in;
}


.menu-right-items {
    display: flex;
    flex-direction: column;
    text-align: -webkit-left;
    width: 100%;
    margin-bottom: 3rem;
}

.social {
    margin-bottom: 1rem;
}

.menu-right-items label {
    color: #57C1DB;
    width: 100%;
}

.menu-right-items a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    color: white;
    margin-bottom: 0.5em;
}

.menu-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    font: normal normal normal 16px/20px Outfit;
    letter-spacing: 0px;
    /* color: #57C1DB; */
    opacity: 1;
    /* height: 100%; */
    justify-content: flex-start;
    height: 60%;
}


#bold-text{
    font-weight: bold;
}



@media (max-height: 774px) {
    .sub-menu{
        display: none;
    }
}

@media (max-width: 950px) {
    .nav-left{
        display: none;
    }
    .nav-right{
        display: none;
    }
    .nav-top{
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 950px) {
    .menu-wrap-mobile{
        display: unset;
    }
    .nav-link{
        display: none;
    }
    .nav-middle{
        display: flex;
    }

    .logo-container{
        width: 40%;
    }


}

@media (max-width: 600px) {
    .menu-wrap-mobile .menu{
        flex-direction: column;
        overflow-y: scroll;
    }

    .menu-left{
        margin-top: 12rem;
        width: 200px;
    }

    .menu-right{
        width: 200px;
    }

    .menu-left a {
        width: 100%;
        text-align: left;
        font: normal normal bold 48px/72px Poppins;
        letter-spacing: 0.96px;
        color: #FFFFFF;
        opacity: 1;
        /* width: 349px; */
        /* height: 67px; */
        margin-bottom: 1rem;
    }

    .menu-right-items{
        margin-bottom: 1rem;
    }

    .navbar p {
        display: none;
    }
    .menu-wrap-mobile .toggler {
        margin-left: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        width: 31px;
        height: 25px;
        opacity: 0;
    }
    .menu-wrap-mobile .hamburger {
        z-index: 1;
        width: 23px;
        height: 34px;
        padding: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border-radius: 10%;
    }
    .navbar {
        margin-top: 0;
    }
    .menu-wrap-mobile {
        margin-right: 5%;
    }
    .logo-menu {
        margin-left: 5%;
    }
    .sub-menu{
        display: none;
    }
}


