/*
//  ===== IMPORT GOOGLE FONTS =====  //
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@font-face {
    font-family: masiku;
    src: url(../fonts/masiku-font/Masiku-DOz70.ttf);
}

@font-face {
    font-family: antihero;
    src: url(../fonts/antihero_2/Antihero.ttf);
}

/*
//  ===== SCROLLBAR SETTINGS =====  //
*/
::-webkit-scrollbar {
    width: 8px;
    height: max-content;

}

::-webkit-scrollbar-thumb {
    background: orangered;
    border-radius: 16px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #434343, #434343 1px, #1E1E28 0, #1E1E28);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: orange;
}

/*
//  ===== BODY SETTINGS =====  //
*/
*,
*::before,
*::after,
html,
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.container{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


@keyframes ethic_active {
    from {opacity: 0;
    left: -100px;
    width: 300px;
    }
    to {opacity:1;}
  }

.ethic_container{
    position: fixed;
    left: 10px;
    bottom: 15px;
    background-color: #90909075;
    width: 650px;
    height: 150px;
    border-radius: 20px;
    transition: ease-in-out width 400ms;
    animation-name: ethic_active;
  animation-duration: 2s;
  backdrop-filter:blur(5px);
  z-index: 20;
  overflow: visible;
  display: none;
}

.dwn_ethic{
    text-decoration: none;
    color: orange;
    border: dashed 0.5px orange;
    margin-left: 10px;
    padding: 10px;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    overflow: visible;
}
.dwn_ethic:hover{
    cursor: pointer;
    scale: 1.1;
}

.ethic_wrap_btn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: ease-in-out right 400ms;
    z-index: 10;
}

.ethic_activate{
    width: 100px;
}
.ethic_wrap_btn_active{
    right: -20px;
}
.ethic_wrap_btn:hover{
    cursor: pointer;
    color: orangered;
}

.ethic_data_container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.ethic_icons{
    width: 100px;
    min-width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;

}
.ethic_icon{
    width: auto;
    height: auto;
}
@keyframes example {
    from {opacity: 0;}
    to {opacity:1;}
  }

.ethic_content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
    transition: ease-in-out display 400ms;
    animation-name: example;
    animation-duration: 10s;
}
.ethic_content_active{
    display: none;
    opacity: 0;
}


.ethics_download{
    margin-left: 5px;
width: 90%;
height: 50px;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
color: white;
font-family: "Alexandria", "Verdana";
font-size: 18px;
overflow: visible;
}
.downloadEth{
    margin-left: 10px;
    display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
font-style: italic;
gap: 10px;
color: orange;
}
.downloadEth:hover{
    border: 0.5px dashed orange;
    padding: 5px;
    cursor: pointer;
}
.ethics_contact{
    margin-left: 5px;
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
color: white;
font-family: "Alexandria", "Verdana";
font-size: 18px;
overflow: visible;

}

.eth_contact_holder{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow: visible;

}

.eth_cont_text{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
}
.eth_cont_row{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;

}
.eth_cont_ico{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;

}

.eth_btn_holder{
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}



/* STANSARD */
.std_icon{
    font-size: 30px;
}

.round_button{
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    background-color: #434343;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
}

.round_button:hover{
    cursor: pointer;
    background-color: #696969;
}

.button_wrapper{
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.top_navbar{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    /* background-color: #181818; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    z-index: 10;
    overflow: visible;
}
.logo_img{
    width: 150px;
    top: 5px;
    left: 100px;
    position: absolute;

}



.page_1{
    position: relative;
    background-image: url(../images/hd_home_9.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e65d13;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    visibility: visible;
    transition: ease-in 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes new_ethic_animate {
    from {opacity: 0;
            scale: 0.2;
    }
    to {opacity:1;}
  }
@keyframes new_ethic_animate_flow {
    from {top: 60px;
            ;
    }
    to {top: 100px;}
  }
@keyframes new_ethic_animate_flow_init {
0%{
    top: 80px;
}
50%{
    top: 100px;
}
100%{
    top: 80px;
}
  }


.new_ethic_card_container{
    position: absolute;
    top: 100px;
    width: 600px;
    height: 250px;
    background-color: rgba(255, 255, 255, 0.252);
    backdrop-filter:blur(15px);
    border-radius: 15px;
    animation-name: new_ethic_animate, new_ethic_animate_flow, new_ethic_animate_flow_init ;
    animation-duration: 1s, 3s, 3s;
    animation-delay:0s , 0, 3s;
    animation-iteration-count: 1, 1, infinite;
    transition: position ease-in-out 10s ;
    transition-delay: 1s;
    padding-top: 10px;
    animation-timing-function:ease-in-out,ease-in-out
    
    ;
}
.justice_rules_wrapper{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eth_symbol{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pin_wrapper{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 0.5px dashed white;
}



.new_ethic_icon_wrapper{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
}

.new_eth_justice_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new_ethic_container_1{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: 'Alexandria';
    font-style: italic;
    padding: 10px;
}
.new_ethic_container_2{
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
justify-content: center;
overflow: visible;
}


.new_ethic_dwn{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100%;
    color: orange;
    font-family: 'Alexandria';
    text-decoration: none;
    border: 1px dashed orange;
    background-color:rgba(55, 55, 55, 0.72) ;
}
.new_ethic_dwn:hover{
    background-color: #181818;
    cursor: pointer;

}

@keyframes dwn_anim_icon_animate {
    from {
        opacity: 0;
        top: -5px;
            
    }
    to {top: 5px;
    opacity: 1;}
  }
.dwn_anim_icon{
    position: absolute;
    right: 25%;
    color: orange;
    margin-left: 10px;
    font-size: 35px;
    animation-name: dwn_anim_icon_animate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.new_ethic_container_3{
    padding-top: 10px;
    width: 100%;
    height: 100px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    overflow: visible;
}
.ask_for_write{
    height: 40px;
    font-size: 15px;
    font-family: 'Alexandria';
    font-style: italic;
    color: #3d3d3d;
}
.ethic_email_link_container{
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    font-family: 'Alexandria';
    font-style: italic;
    background-color: #18181825;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    color: white;
}

.copy_email_container{
    margin: 3px;
    width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(39, 39, 39, 0.211);
    border: none;
    color: white;
    border-radius: 5px;
    color: orange;
}
.copy_email_container:hover{
    cursor: pointer;
    background-color: #1E1E28;
    color: orange;
}

.jump_button_container{
    scale: 0.85;
    position: fixed;
    left: 10px;
    top: 250px;
    width: 110px;
    height: 500px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.promo_line{
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.427);
    backdrop-filter: blur(5px);
}
.jump_button_holder{
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}

.jump_button_box{
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes jump_radiate_anim {
    from {
        border: 20px solid white;
        opacity: 1;
       scale: 0;
    }
    to {
        border: 0px solid white;
        opacity: 0;
        scale: 1;
    }
  }
.jump_button_wrapper{
    width: 100px;
    height: 100px;
    background-color: transparent;
   
    border-radius: 50%;

}


.jump_button{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
}
.jump_button:hover{
    cursor: pointer;
    background-color: rgba(255, 68, 0, 0.356);

}
.jump_button__wrapper_activation{
    animation-name: jump_radiate_anim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: ease-in-out opacity 400ms;
}
.jump_button_activate{
    background-color: rgba(255, 68, 0, 0.356);
}


@keyframes scroll_fly {
    from {
        bottom: 40px;
    }
    to {}
  }

.scroll_button_wrapper{
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: scroll_fly;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    z-index: 10;
    transition: ease-in bottom 400ms;
}

.scroll_button{
    background-color: #5353537e;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 10;
}
.scroll_button:hover{
    color: orange;
    background-color: #181818;
    cursor: pointer;
}
@keyframes animate_card_container {
    from {opacity: 0;
        right: -200px;
    }
    to {opacity:1;}
  }
.work_cards_container{
    scale: 0.85;
    position: absolute;
    right: 10px;
    top: 130px;
    width: 280px;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    animation-name:animate_card_container ;
    animation-duration: 2s;
    }
    .work_card_container_animate{
        animation-name:animate_card_container ;
        animation-duration: 2s;
    }


    .work_card{
        background-color: rgba(255, 255, 255, 0.252);
        backdrop-filter:blur(15px);
        width: 250px;
        height: 250px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    

@keyframes animate_card_image {
    from {opacity: 0;
        transform: rotateY(60deg);
    }
    to {opacity:1;}
  }

.card_img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    animation-name:animate_card_image ;
    animation-duration: 5s;
    font-family: masiku;
}
.card_info_btn_wrapper{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: grey;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_info_text{
    width: 80%;
    height: 100%;
    font-family: "Calibri";
    font-style: italic;
    font-weight: 100;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
}

@keyframes animate_main_title {
    from {opacity: 0;
        left: -200px;
    }
    to {opacity:1;}
  }


.main_title_container{
    scale: 0.85;
    padding-left: 30px;
    position: absolute;
    left: 40px;
    top: 50px;
    width: 700px;
    height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    animation-name: animate_main_title;
    animation-duration: 2s;
    gap: 3px;
 
}

@keyframes animate_sub_title {
    from {opacity: 0;
        bottom: -60px;
    }
    to {opacity:1;}
  }

.subtitle_wrapper{
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    animation-name: animate_sub_title;
    animation-duration: 3s;

}
.subtitle_text{
    font-family: "Alexandria", "Verdana";
    padding: 10px;
    font-size: 20px;
    font-style: italic;
    color: white;
}
.main_title_text{
    color: rgba(225, 225, 225, 0.801);
    /* font-family: masiku, "Verdana"; */
    /* font-family: antihero, "Verdana"; */
    font-family: 'Russo One', sans-serif;
    font-size: 45px;
    text-align: left;
}




.page_2{
    background-color: rgb(144, 143, 143);
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    visibility: visible;
    transition: ease-in 400ms;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.spec_card_container{
    width: 100%;
    height: 350px;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    overflow: visible;

}
.scene {
    width: 350px;
    min-width: 350px;
    height: 85%;
    perspective: 600px;
    overflow: visible;
  }

  @keyframes animate_rotate_card {
    from {
        transform: rotateY( 60deg );;
    }
    to {}
  }


  .card {

    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    border-radius: 20px;
    overflow: visible;

  }
  .card_rotate_anim{
    animation-name:animate_rotate_card ;
    animation-duration: 3s;
  }


  .card__face {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow: visible;

  }

.card_image_holder{
    width: 100%;
    height: 300px;
    background-color: #49494b7c;
    border-radius: 20px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;

    
}
.image_wrapper {
    width: 280px;
    height: 280px;
    background-color: rgb(83, 82, 82);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.card_image{
    width: 75%;
    height: 75%;
    object-fit: contain;
}
  .card__face--front {
    background-color: rgb(176, 80, 46);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .card__face--back {
    transform: rotateY( 180deg );
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 3px;
  }

.back_face_image_area{
    width: 100%;
    height: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #181818;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
overflow: visible;


}
.back_img{
    width: 100%;
    height: 100%;
  }
  .back_theme_text{
    width: 100%;
    height: 100%;
    font-family: "Alexandria", "Verdana";
    font-size: 18px;
    /* font-style: italic; */

    color: rgb(92, 92, 92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;

overflow: visible;
  }

.back_link_button_wrapper{
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #181818;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.link_me{
    position: absolute;
    top: -20px;
    width: 120px;
    height: 60px;
    background-color:rgba(243, 69, 6, 0.95) ;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    font-family: "Alexandria", "Verdana";
}
.link_a{
    text-decoration: none;
    position: absolute;
    top: -20px;
    width: 120px;
    height: 60px;
    background-color:rgba(243, 69, 6, 0.95) ;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    font-family: "Alexandria", "Verdana";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.link_me:hover{
    cursor: pointer;
    background-color: orange;
}
  .card.is-flipped {
    transform: rotateY(180deg);
  }
  .scene:hover > .card{
    transform: rotateY(180deg);
    cursor: pointer;
  }
@keyframes animate_spec_card {
    from {
        transform: rotate3d(180deg);
    }
    to {}
  }
.spec_card:hover{
    animation-name: animate_spec_card;
    animation-duration: 4s;
    cursor: pointer;
    background-color: rgb(85, 85, 85);

}


.spec_company_info{
    width: 100%;
    height: 100%;
    background-color: #626262;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    
}
.building_card_container{
    position: relative;
    width: 1000px;
    height: 95%;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    overflow: visible;
    background-color: #33333363;    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@keyframes build_logo_anim {
    from {
      opacity: 0;
      bottom: -100px;
    }
    to {opacity: 1;}
  }
.build_logo_img{
    position: absolute;
    bottom: 20px;
    right: 80px;
    scale: 0.95;
    z-index: 10;
    animation-name: build_logo_anim;
    animation-duration: 3s;
}

@keyframes build_banner {
    from {
      opacity: 0;
     scale: 0;
    }
    to {opacity: 1;}
  }
.build_text_banner{
    position: absolute;
    right: 15px;
    top: 60px;
    text-align: justify;
    width: 750px;
    height: 85%;
    padding: 20px;
    padding-left: 200px;
    background-color: #82828243;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    color: white;
    font-style: italic;
    font-family: "Alexandria", "Verdana";

}
.build_text_banner_animate{
    animation-name: build_banner;
    animation-duration: 3s;
}

@keyframes build_edge {
    from {
      opacity: 0;
      left: -800px;
    }
    to {opacity: 1;}
  }
.edge_container{
    position: absolute;
    left: -350px;
    top: -80px;
    width: 850px;
    scale: 0.65;
    height: 550px;
    background-color: rgba(255, 255, 255, 0.085);
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    z-index: 10;
 
}
.edge_container_animate{
    animation-name: build_edge;
    animation-duration: 3s;
}

.build_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-bottom-right-radius: 150px;
    border-top-left-radius: 150px;
}

.page_3{
    background-color: rgb(117, 116, 116);
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    visibility: visible;
    transition: ease-in 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_form_container{
    position: relative;
    width: 80%;
    height: 60%;
    background-color: #1E1E28;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    }

    .reserved_container{
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: "Alexandria", "Verdana";
        font-size: 12px;
        box-shadow: rgba(229, 226, 226, 0.35) 0px 5px 15px;
    }
.contact_holder{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: visible;

}
.contact_icons_column{
    position: relative;
    width: 350px;
    height: 100%;
    background-color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    overflow: visible;

}
.contact_title{
    transform: rotate(-0.03turn);
    position: absolute;
    top: 25px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: rgba(255, 255, 255, 0.23);
    font-family: masiku;
    overflow: visible;
    font-size: 25px;
}
.contact_icon_wrapper{
    width: 250px;
    height: 60px;
    background-color: #434343;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    font-family: "Alexandria", "Verdana";
    font-size: 8;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact_icon_wrapper.active:hover{
    cursor: pointer;
    background-color: #ef4a0e88;
}

.contact_button_action{
    width: 50px;
    height: 50px;
    background-color: #54545d;
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}


.contact_number_column{
    position: relative;
    width: 600px;
    height: 100%;
    background-color: rgb(68, 67, 67);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.number_phone{
    position: relative;
    width: 100%;
    height: 300px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone_row{
    position: absolute;
    bottom: 0px;

    width: 100%;
    height: 160px;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 190px 190px 190px;
    gap: 10px;
    grid-gap: 10px;
 
}
@keyframes phone_row_anim {
    from {
        opacity: 0;
      bottom: -100px;
    }
    to {opacity: 1;
    bottom: 0px;}
  }
  .phone_row_animate{
    animation-name: phone_row_anim ;
    animation-duration: 1.5s;

  }
.phone_item{
    width: 180px;
    min-width: 180px;
    height: 50px;
    min-height: 50px;
    background-color: #4e4d4d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-family: "Alexandria", "Verdana";

}
.number_email{
    width: 100%;
    height: 300px;
}



.show{
    background-color: rgb(71, 71, 71);
}

.link_container{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 15px;
}

.btn_link{
    width: 120px;
    height: 50px;
    background-color: transparent;
    border: none;
    color: white;
    border-radius: 10px;
    font-family: "Alexandria", "Verdana";
}

.btn_link:hover{
    cursor: pointer;
    box-shadow: rgba(221, 221, 221, 0.35) 0px 5px 15px;
    color: white;
}

.profile_wrapper{
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    height: 50px;
    background-color: #3030306f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5;
    flex-direction: row;
}

.photo_wrapper{
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(159, 159, 159, 0.35) 0px 5px 15px;
}
.profile_image{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
    border-radius: 50%;
}

.profile_wrapper:hover{
    cursor: pointer;
    background-color: #626262;
    box-shadow: rgba(221, 221, 221, 0.35) 0px 5px 15px;

}

.UserName{
    color: white;
    font-family: "Alexandria", "Verdana";
}

.signBTN_Cont{
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: transparent;
    border: none;
    color: white;
    border-radius: 10px;
    gap: 5px;
    font-size: 20px;
}

.signBTN_Cont:hover{
    cursor: pointer;
    box-shadow: rgba(221, 221, 221, 0.35) 0px 5px 15px;
    color: white;
}

.lang_wrapper{
    border-radius: 50%;
    background-color: #2b2b2ba9;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: white;
    margin-right: 10px;
    margin-left: 10px;
}
select{
    background-color: transparent;
    outline: none;
    border: none;
    color: white;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
option{
    background-color: rgba(27, 27, 27, 0.801);
    color: white;
    width: 150px;
    height: 30px;
    cursor: pointer;
}
option:hover{
    background-color: #2f2f2f;
    cursor: pointer;
}


/* LEFT MENU SETTINGS */


.left_menu{
    position: fixed;
    left: -300px;
    width: 300px;
    min-width: 300px;
    height: 100%;
    transition: ease-in-out 400ms left;
    background-color: #181818;
    z-index: 5000;
}

.left_menu_active{
    left: 0px;
}

.close_menu_btn_wrapper{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    height: 50px;
}

.left_menu_body{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.left_menu_header{
    width: 100%;
    height: 180px;
    min-height: 180px;
    background-color: rgb(49, 48, 48);
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_menu_items{
    width: 100%;
    height: 100%;
    background-color: #35353a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}
.left_link{
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-family: "Alexandria", "Verdana";
    background-color: #181818;
    border-radius: 15px;
}
.left_link:hover{
    cursor: pointer;
    background-color: #484848;
}

.left_menu_footer{
    width: 100%;
    height: 120px;
    min-height: 120px;
    background-color: rgb(49, 48, 48);
    display: flex;
    align-items: center;
    justify-content: center;
}
.signout{
    width: 60%;
    background-color: #484848;
}
.signout:hover{
    background-color: orange;
}

#language{
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select{
    display: none;
    visibility: hidden;
}

.drapo_EN{
    scale: 0.8;
    background-image: url(../images/drapo_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 45px;
    height: 28px;
    border-radius: 5px;
    background-color: transparent;
    border: none;
    outline: none;
}

.drapo_EN:hover{
    cursor: pointer;
}
.drapo_RU{
    scale: 0.8;
    background-image: url(../images/drapo_ru.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 45px;
    height: 28px;
    border-radius: 5px;
    background-color: transparent;
    border: none;
    outline: none;
}

.drapo_RU:hover{
    cursor: pointer;
}
/* =====================================================
   NEW ACTIVATION CARD — MUST ESCAPE STACKING CONTEXT
===================================================== */


.new_activation_card {
    position: absolute;
    top: 380px;

    width: 520px;
    height: auto;          /* ✅ FIX */
    min-height: 260px;    /* ✅ preserves original design */

    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    border-radius: 15px;

    z-index: 9999;
    animation: fadeInUp 0.8s ease;
}

.new_activation_card {
    animation: fadeInUp 0.8s ease;
}

@keyframes fadeInUp {
    from { opacity: 0; top: 420px; }
    to   { opacity: 1; top: 380px; }
}

/* =========================================
   ACTIVATION CARD VISUAL IMPROVEMENTS
========================================= */

.new_activation_card {
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.35),
        rgba(255,255,255,0.15)
    );
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Body layout */

.activation-body {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 18px;              /* ✅ spacing between button & warning */
    padding: 16px 20px;

    width: 100%;
    height: auto;           /* ✅ allow growth */
    box-sizing: border-box;
}


/* CTA button */
.activation-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 12px 22px;
    border-radius: 30px;

    font-family: "Alexandria", sans-serif;
    font-size: 16px;
    font-weight: 600;

    color: #1e1e1e;
    background: linear-gradient(
        135deg,
        #ff9800,
        #ffc107
    );

    text-decoration: none;
    transition: all 0.25s ease;
}

.activation-link i {
    font-size: 22px;
}

.activation-link:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, #ffb300, #ffd54f);
}

/* Warning box *//* -----------------------------------------
   FIX WARNING HEIGHT & READABILITY
------------------------------------------ */

.activation-warning {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    width: 100%;
    min-height: 64px;          /* ✅ ENSURES HEIGHT */
    padding: 14px 18px;

    border-radius: 12px;
    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.18);
    border-left: 4px solid #ff5252;

    color: #ffffff;
    font-family: "Alexandria", sans-serif;
    font-size: 14px;
    line-height: 1.5;           /* ✅ IMPORTANT */

    white-space: normal;        /* ✅ ALLOW WRAP */
}

.activation-warning span {
    display: block;
    line-height: 1.5;
}

.activation-warning i {
    flex-shrink: 0;
    font-size: 20px;
    color: #ff5252;
    margin-top: 2px;
}

@keyframes cta-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,193,7,0.6); }
    70% { box-shadow: 0 0 0 12px rgba(255,193,7,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,193,7,0); }
}

.activation-link {
    animation: cta-pulse 2.5s infinite;
}

.field-help-text {
    font-size: 0.9rem;
    color: #6b6b6b;
    margin-top: 6px;
    line-height: 1.4;
}
