@font-face{
    font-family: light;
    src: url(/front_assets/commingsoon/fonts/gl-mkafio-regular.ttf);
}
.mousething {
    position: fixed;
    top: 50px;
    left: 50px;
    width: 250px;
    height: 250px;
    background: black;
    /* background-image: url('/front_assets/commingsoon/images/Ellipse 3.svg'); */
    z-index: 100;
    border-radius: 50%;
    background: radial-gradient(44.85% 44.85% at 50% 50%, rgba(153, 243, 227, 0.289) 0%, rgba(231, 173, 187, 0) 100%);
    background: radial-gradient(34.85% 34.85% at 50% 50%, rgba(153, 243, 227, 0.140) 0%, rgba(231, 173, 187, 0) 140%);
    transform: translate(calc(-50% - 5px), calc(-50% - 5px));
    pointer-events: none;
}
.mousething::before{
    border-radius: 50%;
    border: 1px solid black;
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
*{
    font-family: light;
    color: white;
}
.home{
    position: relative;
    background-color: #082C35;
}
header{
    position: fixed;
    z-index: 11;
    width: 100%;
}
header .wrapper{
    padding: 45px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}
.container{
    max-width: 1120px;
    margin: auto;
}
.burger-btn{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 43px;
    padding: 10px;
    width: 63px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: none!important;
}
.burger-btn.active .line:nth-child(1){
    transform: rotate(45deg) translateX(13px);
}
.burger-btn.active .line:nth-child(2){
    opacity: 0;
}
.burger-btn.active .line:nth-child(3){
    transform: rotate(-45deg) translateX(13px);
}
.burger-btn .line {
    background-color: #FFFFFF;
    height: 3px;
    transition: 0.3s;
}
.burger-btn .line:nth-child(1) {
    width: 43px;
}
.burger-btn .line:nth-child(2) {
    width: 28px;
}
.burger-btn .line:nth-child(3) {
    width: 43px;
}
.menu h1.title,
.home .left .title {
    font-size: 66px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    font-family: light;
}
.menu h1.title.en b,
.home .left .title.en b{
    font-size: 66px;
    top: 0px!important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: light;
}
.menu h1.title b,
.home .left .title b {
    /* font-family: caps;*/
    font-family: "ALK Tall Mtavruli", sans-serif;
    font-weight: normal;
    margin-left: 20px;
    position: relative;
    top: 3px;
    letter-spacing: 6px;
    font-size: 60px;
}
.home .left .text p{
    font-size: 18px;
    color: #B5B5B5;
} 
.home .left{
    width: 500px;
    margin-bottom: 100px;
}
.home{
    display: flex;
    align-items: center;
}
.home .list{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: flex-end;
    width: 620px;
    height: 550px;
}
.home .list .list-item{
    position: relative;
    transition: 0.5s;
}
.home .list .list-item a{
    position: absolute;
    left: 30px;
    top: 25px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    z-index: -1;
    transition:opacity 0.2s;
}
.home .list .list-item:hover a{
    opacity: 1;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}
.home .list .list-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .list .list-item:first-child{
    width: 260px;
    height: 469px;
    max-height: calc(100vh - 130px);
}
.home .list .list-item:nth-child(2){
    height: 550px;
    max-height: calc(100vh - 130px);
    width: 300px;
    left: 190px;
    position: absolute;
}
.home .list .list-item:nth-child(3) {
    height: 500px;
    width: 200px;
    max-height: calc(100vh - 130px);
    position: absolute;
    left: 420px;
} 
.home .list .list-item:hover{
    width: 100%!important;
    z-index: 2!important;
    left: 0!important;
    height: 550px!important;
    max-height: calc(100vh - 130px)!important;
}
.item-slide {
    position: relative;
    width: 100%;
    display: flex;
}
.item-slide .container{
    display: flex;
    align-items: center;
}
.item-slide a{
    color: white;
    margin-top: 40px;
    display: flex;
}
.item-slide a img{
    margin-left: 15px;
    width: fit-content!important;
}
.home .owl-carousel .item,
.item-slide,
.home{
    height: 100vh;
}
.home .owl-carousel .item{
    display: flex;
}
.item-slide .right{
    height: calc(100vh - 130px);
    width: 620px;
    right: 0;
    bottom: 0;
    position: absolute;
}
.item-slide .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-item .inner{
    position: absolute;
    left: 60px;
    bottom: 60px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
}
.list-item .item-title{
    font-size: 50px;
   /* font-family: caps;*/
    font-family: "ALK Tall Mtavruli", sans-serif;
    display: block;
    line-height: 55px;
}
.list-item:hover .inner{
    z-index: 1;
    opacity: 1;
}
.list-item .sm-title{
    font-size: 24px;
}
.home .owl-carousel{
    width: 100%;
}
.all-projects{
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    width: 100%;
}
.all-projects .title{
    width: 500px;
    font-size: 66px;
    /* font-family: caps;*/
    font-family: "ALK Tall Mtavruli", sans-serif;
    margin-top: 180px;
    display: block;
    flex-shrink: 0;
}   
.all-projects .wrapper{
    padding-left: 100px;
    border-left: 1px solid #fff;
    width: 100%;
}
.all-projects .wrapper .project-list{
    max-height: calc(100vh - 230px);
    padding-right: 100px;
    width: 100%;
    overflow-y: auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 130px;
}
.project-item{
    margin: 20px 30px;
}
.project-item .sm-title{
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    color: white;
}
.project-item .sm-title img{
    width: fit-content;
    margin-left: 15px;
}
.all-projects .wrapper .project-list .img{
    width: 260px;
    height: 300px;
    object-fit: cover;
}
.all-projects .wrapper .project-list::-webkit-scrollbar{
    width: 1px;
    background-color: #E5E5E5;
}
.all-projects .wrapper .project-list::-webkit-scrollbar-thumb{
    background-color: white;
}
.socials{
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
}
.socials li:not(:last-child){
    margin-bottom: 5px;
}
.menu{
    position: fixed;
    height: calc(100vh - 130px);
    width: 100%;
    background-color: #082C35;
    display: flex;
    padding: 0px 100px 100px;
    top: -200%;
    transition: 0.7s;
}
.menu.active{
    top: 130px;
}
.menu .left,
.menu .right{
    width: 50%;
}
.menu h1{
    /* font-family: caps;*/
    font-family: "ALK Tall Mtavruli", sans-serif;
    color: white;
    font-size: 66px;
    margin-bottom: 20px;
    margin-top: 80px;
}
.menu .sm-title{
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}
.menu .grey-text{
    color: rgba(255, 255, 255, 0.4);
}
.menu .sm-wrap{
    display: flex;
    align-items: center;
}
.menu .sm-wrap a{
    height: 35px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 17px;
}
.menu .sm-wrap img{
    margin-right: 5px;
}
.menu .bottom-wrap {
    position: absolute;
    bottom: 100px;
    left: 80px;
    width: calc(50% - 180px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu .bottom-wrap .socials{
    display: flex;
    position: unset;
}
.menu .bottom-wrap .socials li{
    margin: 0 5px;
}
.lang.fixed{
    position: fixed;
    bottom: 40px;
    left: calc((100% - 400px) / 2);
    z-index: 90;
}
.lang.fixed.display-none{
    display: none;
}
.lang{
    display: flex;
    align-items: center;
}
.lang a{
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    margin: 0 5px;
}
.lang li,
.lang a.active{
    color: white;
    font-size: 24px;
}
.menu .right{
    padding-right: 100px;
    overflow-y: auto;
    max-height:calc(100vh - 390px);
    padding-left: 70px;
    padding-top: 50px;
}
.menu .right .grey-text{
    margin-bottom: 40px;
    display: block;
}
.menu .right::-webkit-scrollbar{
    width: 1px;
    background-color: #E5E5E5;
}
.menu .right::-webkit-scrollbar-thumb{
    background-color: white;
}
.menu .right li {
    margin-bottom: 25px;
    line-height: 40px;
    position: relative;
    width: fit-content;
    max-width: 100%;
    padding-right: 50px;
}
.menu .right a{
    font-size: 40px;
    color: #fff;
    /* font-family: caps;*/
    font-family: "ALK Tall Mtavruli", sans-serif;
    /*text-transform: uppercase;*/
}
.menu .right li img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    right: -90px;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}
.menu .right li:hover img{
    opacity: 1;
}
.menu::after{
    width: 1px;
    height: 0;
    position: fixed;
    top: 0;
    left: 50%;
    background-color:rgba(255, 255, 255, 0.7);
    content: '';
    transition: 0.5s;
    transition-delay: 0.3s;
}
.menu.active::after{
    height: 100vh;
}
.menu .left{
    padding-right: 80px;
}
@media(max-width: 1550px){
    .menu .right{
        max-height: calc(100vh - 200px);
    }
    .all-projects .wrapper {
        padding-left: 10px;
    }
    .all-projects .wrapper .project-list{
        padding-right: 10px;
    }
}
@media(max-width: 1366px){
    .menu .right a{
        font-size: 30px;
    }
    .menu .right li {
        margin-bottom: 15px;
    }
    .menu .right li img {
        width: 100px;
        height: 100px;
    }
    .item-slide .right{
        width: 410px;
    }
    .container {
        max-width: 100%;
        padding:0 100px;
    }
    .home .left {
        width: 500px;
        margin-bottom: 10px;
    }
    .menu h1.title,
    .home .left .title {
        font-size: 46px;
        margin-bottom: 16px;
    }
    .menu h1.title.en b,
    .home .left .title.en b{
        font-size: 46px;
    }
    .menu h1.title b,
    .home .left .title b {
        top: 1px;
        font-size: 41px;
    }
    .all-projects .title{
        width: 350px;
    }
    .menu h1 {
        font-size: 56px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .menu .bottom-wrap{
        bottom: 50px;
    }
}
.projects-btn{
    display: none;
}
@media(max-width: 1200px){
    .menu .right{
        padding-right: 90px;
    }
    .home .left{
        width: 400px;
    }
    .project-item{
        margin-bottom: 20px;
    }
    .home .list {
        width: 500px;
        height: 550px;
    }
    .home .list .list-item:first-child {
        width: 210px;
        height: 369px;
        max-height: calc(100vh - 130px);
    }
    .home .list .list-item:nth-child(2) {
        height: 450px;
        max-height: calc(100vh - 130px);
        width: 250px;
        left: 140px;
    }
    .home .list .list-item:nth-child(3) {
        height: 400px;
        width: 200px;
        max-height: calc(100vh - 130px);
        position: absolute;
        left: 300px;
    }
}

@media(max-height: 650px){
    .home .list .list-item:first-child,
    .home .list .list-item:nth-child(3){
        height: 440px;
    }
}
@media(max-width: 991px){
    .lang.fixed{
        display: none!important;
    }
    .menu::after{
        display: none;
    }
    .menu.active {
        top: 90px;
    }
    .menu {
        height: calc(100vh - 90px);
        top: -200%;
    }
    .menu .right{
        overflow-x: hidden;
        padding: 30px;
    }
    .menu .left {
        padding-right: 50px;
    }
    .item-slide .right {
        position: unset;
    }
    .item-slide .container {
        display: flex;
        align-items: center;
        padding: 0 100px;
        flex-direction: column;
    }
    .home .left{
        width: auto;
    }
    .home .owl-carousel .item,
    .item-slide,
    .home{  
        height: auto;
    }
    .home{
        padding-top: 130px;
    }
    body{
        overflow: auto;
    }
    header .wrapper{
        padding: 25px 100px;
        background-color: #082C35;
    }
    .item-slide a {
        margin-top: 20px;
    }
    .item-slide .right {
        margin-top: 20px;
    }
    .home .owl-carousel{
        display: block;
    }
    .home .list{
        display: none;
    }
    .projects-btn{
        display: flex;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        border: 1px solid white;
        align-items: center;
        color: white;
        justify-content: center;
        font-size: 12px;
        position: relative;
    }
    .projects-btn img{
        position: absolute;
        bottom: -37px;
        left: 50%;
        width: fit-content!important;
        transform: translateY(-50%);
    }
    .menu h1.title,
    .home .left .title {
        font-size: 36px;
        margin-bottom: 15px;
        text-align: right;
    }
    .menu h1.title.en b,
    .home .left .title.en b {
        font-size: 36px;
    }
    .menu h1.title b,
    .home .left .title b {
        margin-left: 15px;
        font-size: 31px;
        top: 0;
    }
    .home .left .text p{
        text-align: justify;
    }
    .projects-btn {
        display: flex;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        border: 1px solid white;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        position: relative;
        margin: auto;
        margin-top: 60px;
    }
    .home .owl-carousel .item{
        margin-bottom: 90px;
    }
    .home .item-slide .title{
        text-align: left;
    }
    .all-projects .wrapper{
        border-left: none;
    }
    .all-projects .wrapper .project-list{
        max-height: unset;
    }
    .all-projects {
        flex-direction: column;
        align-items: center;
    }
    .all-projects .title{
        margin-top: 20px;
        text-align: center;
    }
    .all-projects .wrapper .project-list{
        margin-top: 20px;
    }
}
@media(max-width: 768px){
    .menu{
        display: block;
        padding-bottom: 30px;
        overflow-y: scroll;
    }
    .menu .left, .menu .right{
        width: 100%;
        padding: 0;
    }
    .menu .bottom-wrap{
        display: none;
    }
    .menu .right .grey-text,
    .menu h1{
        font-size: 36px;
        padding-top: 50px;
        border-top: 0.3px solid rgba(255, 255, 255, 0.7);
        margin-bottom: 20px;
        /* font-family: caps;*/
        font-family: "ALK Tall Mtavruli", sans-serif;
        color: white;
    }
    .menu .right .grey-text{
        margin-top: 30px;
    }
    .menu .right{
        max-height: unset;
        height: auto;
        overflow: hidden;
    }
}
.mob-soc,
.all-projects.mob{
    display: none;
}
@media(max-width: 576px){
    .home{
        display: block;
    }
    .all-projects.mob{
        display: block;
        padding: 0 0 0 25px;
        overflow: hidden;
    }
    .all-projects .wrapper .project-list{
        overflow: hidden;
    }
    .socials{
        display: none;
    }
    .project-item,
    .project-item .img{
        width: 100%;
    }
    .all-projects .title{
        font-size: 36px;
        margin-bottom: 30px;
        text-align: left;
    }
    header .wrapper {
        padding: 30px 25px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .container{
        padding: 0 25px;
    }
    .burger-btn{
        margin-right: -10px;
    }
    header .wrapper a img{
        margin-left: -5px;
    }
    .item-slide .container{
        padding: 0 25px;
    }
    .item-slide .right{
        width: 100%;
        height: 200px;
        width: calc(100% + 50px);
    }
    .all-projects .wrapper{
        padding: 0;
    }
    .project-item{
        margin: 0;
    }
    .all-projects .wrapper .project-list .img{
        width: 100%;
    }
    .menu .right li img{
        display: none;
    }
    .menu .right a{
        font-size: 26px;
        color: rgba(255, 255, 255, 0.5);
    }
    .menu .right li {
        line-height: 25px;
        padding-right: 0;
    }
    .menu{
        padding: 0;
    }
    .menu .right .grey-text, .menu h1{
        padding: 50px 35px 0;
    }
    .menu .sm-wrap,
    .menu .right ul,
    .menu .grey-text,
    .menu .sm-title{
        padding: 0 35px;
    }
    .menu.active {
        top: 104px;
    }
    .menu .right{
        padding-bottom: 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }
    .menu h1{
        margin-top: 100px;
    }
    .menu .bottom-wrap{
        display: block;
        position: unset;
    }
    .menu .lang {
        position: absolute;
        top: 30px;
        left: 28px;
    }
    .menu.active .bottom-wrap .socials {
        display: none;
    }
    .menu .mob-soc .socials{
        display: flex;
        position: unset;
        padding: 0 35px;
        height: 100px;
        align-items: center;
        padding-bottom: 10px;
    }
    .menu .mob-soc .socials li{
        margin-right: 5px;
    }
    .menu .mob-soc .socials li:last-child{
        position: relative;
        top: -2px;
        left: 5px;
    }
}