@font-face {
    font-family: 'BPG Mrgvlovani';
    src: url('../fonts/BPGMrgvlovani.woff2') format('woff2'),
    url('../fonts/BPGMrgvlovani.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --darkBlue: #17181b;
    --darkGray: #1C1E34;
    --Gray: #2A2C4A;
    --lightGray: #C7D0FE;
    --grayBorder: #383B64;
    --Pink: #EE2D87;
    --Violet: #7257C4;
    --btnHoverViolet: #765BC8;
    --line: #4C4380;
    --textGray: #D5DCFF;
    --textViolet: #AE92FF;
    --lightBackground: #EFF2FF;
    --light: #F8F9FF;
    --lightBorder: #C2CAF2;
    --dark: #000000;
    --darkText: #121325;
    --descriptionHover: #E2E7FF;
    --descriptionsBorder: #DADCF6;
    --modalBg: rgba(17, 18, 37, 0.7);
    --checkboxBorder: #7A82AE;
    --checkboxActive: #65DC4F;
}

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

html,body{
    width:100%;
    height:100%;
    position: relative;
    font-family: 'BPG Mrgvlovani';
}

body{
    background-color: var(--darkBlue);
}
input::-webkit-input-placeholder {
    font-family: 'BPG Mrgvlovani', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input:-ms-input-placeholder {
    font-family: 'BPG Mrgvlovani', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input:-moz-placeholder {
    font-family: 'BPG Mrgvlovani', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input::-moz-placeholder {
    font-family: 'BPG Mrgvlovani', Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/* header style*/
.header{
    width: 100%;
    height: 70px;
    background-color: var(--darkGray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 207px;
    padding-right: 33px;
}

#header-right{
    display: flex;
    align-items: center;
}

.search-box{
    width: 370px;
    height: 40px;
    background-color: var(--Gray);
    border-radius: 20px;
    position: relative;
}

.search-box input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
    color: var(--lightGray);
    padding-left: 26px;
    padding-right: 50px;
}
.search-box input::placeholder {
    color: var(--lightGray);
}

.search-box img{
    position: absolute;
    top: 14px;
    right: 26px;
}

.register-btn{
    outline: none;
    padding: 15px 20px;
    display: flex;
    column-gap: 13px;
    align-items: center;
    background-color: var(--Gray);
    border: 2px solid var(--grayBorder);
    border-radius: 27px;
    margin-left: 114px;
    cursor: pointer;
}

.register-btn:hover, .rounded-btn:hover{
    background-color: var(--Violet);
    border-color: var(--Violet);
}

.register-btn:hover a{
    color: white;
}

.register-btn:hover svg path, .rounded-btn:hover svg g path {
    fill: white;
}

.hamburger:hover svg g path{
    stroke: white;
}

.register-btn a{
    text-decoration: none;
    font-size: 13px;
    color: var(--lightGray);
}

.rounded-btn {
    margin-left: 14px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    outline: none;
    border: 2px solid var(--grayBorder);
    position: relative;
    cursor: pointer;
}

.notifications.active svg{
    margin-right: 6px;
}

.notifications.active::after{
    content: '';
    width: 11.9px;
    height: 11.9px;
    border-radius: 50%;
    border: 1px solid var(--darkGray);
    background-color: var(--Pink);
    position: absolute;
    top: 6.5px;
    right: 6px;
}

.notifications.active:hover::after{
    border: 1px solid var(--Violet);
}

/* and header styles*/


/* page container styles*/
#main-container{
    width: 100%;
    margin-top: 21px;
    display: flex;
}

/* menu styles*/
.menu-box{
    width: 320px;
    max-height: 476px;
    padding-top: 21px;
    padding-bottom: 108.5px;
    background-color: var(--Gray);
    border-radius: 20px;
    text-align: center;
    margin-left: 9.79%;
}

.menu-header{
    font-size: 14px;
    color: var(--lightGray);
}

.line{
    width: 100%;
    margin-top: 18px;
    height: 0;
    border: 1px solid var(--line)
}

.services-menu{
    margin-top: 22px;
    padding: 0 26px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.services-menu a{
    width: 100%;
    height: 45px;
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding: 0 24px;
    border-radius: 23px;
    text-decoration: none;
}

.services-menu a span{
    font-size: 13px;
    color: var(--textGray);
}

.menu-right-arrow{
    margin-left: auto;
}

.services-menu a.active,
.services-menu a:hover{
    background-color: var(--Violet);
}

.services-menu a.active svg g g path,
.services-menu a.active svg path
.services-menu a:hover svg g g path,
.services-menu a:hover svg path {
    fill: #fff;
}

.services-menu a.active span,
.services-menu a:hover span{
    color: #fff;
}

.services-menu a.active .menu-right-arrow,
.services-menu a:hover .menu-right-arrow{
    display: none;
}

.diagrams-active{
    display: none;
}

.services-menu a.active .diagrams-active,
.services-menu a:hover .diagrams-active{
    display: block;
}

.services-menu a.active .diagrams,
.services-menu a:hover .diagrams{
    display: none;
}

.services-menu a.active svg g g ,
.services-menu a.active svg g path,
.services-menu a:hover svg g g ,
.services-menu a:hover svg g path {
    stroke: #fff;
}

/* chat section styles*/
#chat{
    width: 320px;
    height: 888px;
    border-radius: 20px;
    background-color: var(--Gray);
    margin-left: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chat-header{
    margin-top: 20px;
    font-size: 14px;
    color: var(--textViolet);
}

.chat-line{
    margin-top: 20px;
}

.filter-header{
    margin-top: 17.56px;
    color: var(--lightGray);
    font-size: 13px;
}

.filter-btns{
    margin-top: 22px;
    padding: 0 26px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10.29px;
    row-gap: 16.38px;
}

.filter-btns button{
    width: 36.09px;
    height: 36.09px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
}

.filter-btn.active svg path,
.filter-btn:hover svg path{
    fill: #fff;
}

.filter-btn.active svg path:first-child,
.filter-btn:hover svg path:first-child{
    fill: var(--Violet);
}

.filter-line{
    margin-top: 3.62px;
}

#chat .astro-logo{
    margin-top: 72.55px;
}

.chat-description{
    font-size: 13px;
    color: var(--lightGray);
    text-align: center;
    padding: 0 22px;
    margin-top: 24.21px;
}

#social-menu{
    margin-top: 29.92px;
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 30px;
}

.social-item svg{
    cursor: pointer;
}

.social-item svg:hover g path,
.social-item svg:hover path{
    stroke: var(--Violet);
}

/* modal popup styles*/
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--modalBg);
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup{
    width: 500px;
    background-color: var(--lightBackground);
    border-radius: 25px;
    box-shadow: 9px 3px 16px #00000026;
}

:root{
    --registerBg: #272845;
    --formBorder: #3E3968;
    --formControlBg: #3B3D6E;
    --inputText: #9C7DF6;
    --inputPlaceholder: #C5CCF1;
    --lightBlood: #FF3A85;
    --questionColor: #2EB8FF;
    --Yellow: #FFBE27;
}

body{
    background-color: var(--registerBg);
    background-image: url(../img/login/top.svg), url(../img/login/bottom.svg);
    background-size: 1162.33px 736.92px, 1162.33px 736.92px;
    background-position: top 15px left 346px, top 248px left 411px;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sign-up{
    width: 485px;
    height: 411px;
    background-color: var(--registerBg);
    border: 4px solid var(--formBorder);
    border-radius: 20px;
    margin-top: 205.63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 55px 0 60px;
}

.form-logo{
    margin-top: -46px;
}

.form-title{
    font-size: 16px;
    color: var(--textGray);
    margin-top: 24px;
}

.input-box{
    width: 100%;
    height: 55px;
    margin-top: 26px;
    background-color: var(--formControlBg);
    border: 2px solid var(--formControlBg);
    border-radius: 28px;
    position: relative;
}

.input-box input{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 28px;
    background-color: transparent;
    padding-left: 55.09px;
    padding-right: 30px;
    color: var(--inputText);
}
.input-box input::placeholder{
    color: var(--inputPlaceholder);
}

.mail-icon{
    position: absolute;
    top: 18.7px;
    left: 21.7px;
}

.controls{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.remember{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--checkboxBorder);
    margin-left: 19.9px;
    cursor: pointer;
}

.remember img{
    display: none;
}

.remember.active{
    background-color: var(--checkboxActive);
    border-color: var(--checkboxActive);
}

.remember.active img{
    display: block;
}

.remember-text{
    font-size: 12px;
    color: var(--lightGray);
    margin-left: 13px;
    cursor: pointer;
}

.recovery{
 font-size: 13px;
 color: var(--lightBlood);
 margin-left: auto;
 margin-right: 15.5px;
 cursor: pointer;
 text-decoration: none;
}

.submit-btn{
    margin-top: 39.5px;
    width: 202px;
    height: 50px;
    border: none;
    outline: none;
    background-color: var(--Violet);
    border-radius: 25px;
    cursor: pointer;
}

.submit-btn a{
    text-decoration: none;
    font-size: 13px;
    color: white;
}

.question{
    font-size: 16px;
    color: var(--questionColor);
    margin-top: 20px;
}

.question-description{
    margin-top: 13px;
    font-size: 13px;
    color: var(--lightGray);
    width: 424px;
    text-align: center;
}

#register-btn{
    margin-top: 26px;
    width: 202px;
    height: 50px;
    border-radius: 25px;
    border: none;
    background-color: var(--questionColor);
    font-size: 13px;
    color: white;
    cursor: pointer;
}

#register-btn a{
    text-decoration: none;
    font-size: 13px;
    color: white;
}

.question-box{
    display: flex;
    align-items: center;
    column-gap: 11.11px;
    margin-top: 30.06px;
    cursor: pointer;
}

.help{
    font-size: 13px;
    color: var(--Yellow);
}
div.lang{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 160px;
    text-align: center;
    margin-top: 20px;
}
div.lang a{
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}
div.lang a img{
    width: 30px;
}
.map-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20.34px;
    padding-left: 51.55px;
}
.close {
    margin-left: auto;
    border: none;
    outline: none;
    margin-top: 21.25px;
    cursor: pointer;
}
.popup-header {
    font-size: 18px;
    color: var(--Pink);
}
.modal-description {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 21.48px;
    margin-bottom: 30px;
}
#modal{
	display:none;
}
