
@font-face {
    font-family: 'Butler_Black';
    src: url("../fonts/Butler_Black_Copy.otf") format("opentype");
}
*{
    margin: 0;
}
a{
    color: #FFFFFF;
    text-decoration: none;
}

.hamburger .line{
    display: none;
    width: 40px;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
#hamburger.is-active .line:nth-child(2){
    /* position: relative;
    right: 5px; */
    opacity: 0;
  }
  
#hamburger.is-active .line:nth-child(1){
    /* position: relative;
    right: 5px; */
    -webkit-transform: translateY(10px) rotate(45deg)  ;
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  
#hamburger.is-active .line:nth-child(3){
    /* position: relative;
    right: 5px; */
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

.hamMenu{
    display: none;
}
/* .navLine{
    position: absolute;
    top:44px;
    bottom: 20px;
    height: 2px;
    width: 50px;
    background-color: #FFFFFF;
    transition: all .4s ease-in-out;
} */
.navLine{
    position: absolute;
    top: 45px;
    /* right: 348px; */
    bottom: 20px;
    height: 2px;
    width: 50px;
    background-color: #FFFFFF;
    transition: all .4s ease-in-out;
}
.navbarElements{
    /* padding-top: 50px;
    padding-right: 60px; */
    /* display: flex;
    justify-content: space-between; */
    margin-right: 0px;
    width: 453px;
    height: 23px;
    transition: all .4s ease-in-out;

}
.navbarElements a{
    padding-left: 30px;
    text-decoration: none;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.5;
    display: inline-block;

}

.navbarElements a:nth-child(1){
    opacity: 1;
    padding-left: 0px;
    transition: all .4s ease-in-out;
}
.finish:hover{
    opacity: 1;
    transition: all .4s ease-in-out;
}
.navbarElements a:nth-child(1){
    opacity: 1 !important;
}
.navbarElements a:nth-child(2){
    opacity: 0.5 !important;
}
.navbarElements a:nth-child(3){
    opacity: 0.5 !important;
}
.navbarElements a:nth-child(4){
    opacity: 0.5 !important;
}
.navbarElements a:nth-child(5){
    opacity: 0.5 !important;
}


.navbarElements a:nth-child(2):hover~.navLine{
    transform:translate(81px);
    width: 65px;
    transition: all .4s ease-in-out;
}
.navbarElements a:nth-child(3):hover~.navLine{
    transform:translate(177px);
    width: 105px;
    transition: all .4s ease-in-out;
}
.navbarElements a:nth-child(4):hover~.navLine{
    transform:translate(314px);
    width: 50px;
    transition: all .4s ease-in-out;
}
.navbarElements a:nth-child(5):hover~.navLine{
    transform:translate(395px);
    width: 53px;
    transition: all .4s ease-in-out;
}

.menu{
    display: flex;
    justify-content: space-between;
    height: 120px;
    width: 100%;
    background: linear-gradient(180deg, #000C25 0%, rgba(29, 28, 28, 0) 100%);
}
.notShadow{
    background: none;
}

.navbar{
    /* padding-right: 60px; */
    /* padding-top: 50px; */
    width: 435px;
    margin-right: 60px;
    margin-top: 50px;
}
.network{
    margin-top: 50px;
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 0px;
    text-decoration: none;
}
.network a{
    text-decoration: none;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

header{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 0px;
}
.mainContainerOfText{
    z-index: 10;
    position:absolute;
    bottom: 120px;
    cursor: default;
    font-family: 'Butler_Black';
    font-style: normal;
    font-weight: 900;
    font-size: 11vw;
    line-height: 11vw;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.containerOfShadow{
    /* display: block; */
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    height: 40vh;
    width: 100%;
    background: linear-gradient(0deg, #000C25 0%, rgba(29, 28, 28, 0) 100%);
}
.containerOfShadowMain{
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    height: 40vh;
    width: 100%;
    background: linear-gradient(0deg, #000C25 0%, rgba(29, 28, 28, 0) 100%);
}
.mainBlockOfProject{
    width: 100%;
    height: 100vh;
}
.mainBlockOfProject img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.BlockOfProject{
    width: 100%;
    height: 100vh;
}
.blockOfImg{
    width: 100%;
    height: 100vh;
    overflow: hidden; 

}
.blockOfImg img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.blockOfImg video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.BlockOfProject{
    position: relative;
}
.containerOfText{
    cursor: default;
    position: absolute;
    font-family: 'Butler_Black';
    line-height: 12vw;
    display: flex;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
.containerOfTextSmall{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 80px;
    right: 80px;
    cursor: pointer;
    font-weight: 700; 
    z-index: 989;
}
.containerOfTextSmall::before{
    content: "";
    color: #FFFFFF;
    position: absolute;
    background-color: #FFFFFF;
    height: 2px;
    width: 0%;
    top: -4px;
}
.containerOfTextSmall:hover:before{
    width: 100%;
    transition: 0.5s;
}
#more {
    display: none;
}

.network a{
    position: relative;

}
.network a::before{
    content: "";
    position: absolute;
    background-color: #FFFFFF;
    height: 2px;
    width: 0%;
    top: -4px;
}
.network a:hover:before{
    width: 100%;
    transition: 0.5s;
}


body{
    margin: 0;
}



.shadow{
    width: 100%;
    height: 15vh;
    background: linear-gradient(0deg, #000C25 0%, rgba(29, 28, 28, 0) 100%);
    position: absolute;
    bottom: 0;
    display: none;
}
.shadow-active{
    display: block;
}
footer{
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #1D1C1C;
    padding: 70px;
}
.designwork{
    color: #1D1C1C !important;
    text-decoration-line: underline;
}
.navbarElements a:hover{
    opacity: 0.9 !important;
}
.hide-dots{
    display: none !important; 
}
@media screen and (max-width: 800px) {
    .hamMenuElements a:nth-child(1){
        opacity: 0.9;
    }
    .hamMenuElements a:nth-child(2){
        opacity: 0.5;
    }
    .hamMenuElements a:nth-child(3){
        opacity: 0.5;
    }
    .hamMenuElements a:nth-child(4){
        opacity: 0.5;
    }
    .hamMenuElements a:nth-child(5){
        opacity: 0.5;
    }
    footer{
        font-weight: 200;
        font-size: 13px;
        padding: 10px;
    }
} 
#news{
    cursor: pointer;
}
.pop-up{
    background-color:rgba(0, 0, 0, 0.7);   
    position: fixed;
    z-index: 998;
    top: 0px;
    display: none;
    /* transition:opacity 1s; */
}

.pop-up-window{
    width: 580px;
    height: 411px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

}
.pop-up-active{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition:opacity 1s;
}
.pop-up-window h3{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    
    /* text */
    
    color: #333333;
}
.pop-up-window p{
    font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
text-align: center;

/* text */

color: #333333;
margin-top: 11px;

}
.pop-up-window input{
    border: 1px solid #EEEFF4;
    margin-top: 26px;
    width: 380px !important;
    height: 59px;
    padding: 0;
    color: #48484c;
    font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
padding-left: 20px;
box-sizing: border-box;
}
#mc-embedded-subscribe{
    width: 380px;
    background: #000000;
    color: white;
    border: none;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    height: 59px;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.pop-up-window button{
    width: 380px;
    background: #000000;
    color: white;
    border: none;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    margin-top: 11px;
    height: 59px;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.pop-up-window button:hover{
    opacity: .8;
}

.pop-up-window svg{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.pop-up-window svg:hover > path{
    fill: black;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
    .pop-up-window{
        width: 90vw !important;
        height: 60vw !important;

    }
    .pop-up-window h3{
        font-size: 22px;
    }
    .pop-up-window p{
    font-size: 14px;
    }
    .pop-up-window input{
        width: 70vw !important;
    }
    #mc-embedded-subscribe{
        width: 70vw;
    }
    .pop-up-window svg{
        top: 10px;
        right: 10px;
    }
}
.error {

        font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: red;
    position: absolute;
    bottom: 20px;
    transition: 0.3s ease-in-out;

  }
.good{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: green;
    position: absolute;
    bottom: 20px;
    transition: 0.3s ease-in-out;
    display: none;
}