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

body{
  font-family: sans-serif;
  background: #000000;

  position: relative;

  transition: 1s ease-in all;

  -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
  width: 0px;
}

.home_header {
  position: fixed;
  top: 0;

  color: red;
  

  z-index: 110;

}

.home_header_inner {
  width: 100vw;
  height: 50px;
  padding-top: 0;


  display: flex;

  background: black;

  transition: 1s ease all;

  /* border: 1px solid white; */
}

.header_left_side {
  position: relative;

  width: 40%;

  /* border: 1px solid red; */
}

.header_middle_side {
  position: relative;

  width: 20%;

  padding: 20px 0px 30px 0px;

  display: flex;
  justify-content: center;

  /* border: 1px solid green; */
  
}

.header_middle_side img {

  height: fit-content;

  /* border: 1px solid yellow; */

 
}

.header_right_side {
  position: relative;

  width: 40%;

  padding: 2px 8% 0px 4%;
  margin-left: 0%;

  display: flex;
  justify-content: space-around;

  align-items: center;



 
}

.header_right_side div{
  margin-right: 4%;
}

.header_right_side a{
  text-decoration: none;
  color: white;

  font-family: "Averta";
  font-weight: bold;
  font-size:13px ;
  letter-spacing: 2px;
  
}



/*------------------------*/

.con_back_link{
  position: absolute;
  top: 100px;
  left: 12%;
  text-decoration: none;
  cursor: pointer;

  z-index: 100;

}

.con_back_link span{
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  border: 1px solid #FFC20E;
  border-right: transparent;
  border-bottom: transparent;
  cursor: pointer;
  transition: 300ms;
  left: -20px;
}

.con_back_link p{
  color: #FFC20E;
  font-family: 'Averta';
  font-size: 16px;
  cursor: pointer;

}

.con {
  position: relative;
  height: 100vh;
  background: black;
  background-size: cover;
  overflow: hidden;
  /* margin-top: 50px; */
}
.con__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;


}




.con__nav {
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.con__nav-list {
  list-style-type: none;
}
.con__nav-item {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;

  cursor: pointer;
}
.con__nav-item:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #e5e5e5;
  transition: 300ms;
  opacity: 0;
  overflow: hidden;
}
.con__nav-item:hover:after {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}
.con__nav-item--1 {
  margin-left: 0;
}
.con__nav-scroll {
  background: url(/img/Polygon\ 1.png) no-repeat;
  position: absolute;


  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 300ms;
}
.con__nav-scroll:hover {
  transform: scale(1.2, 1.2);
}
.con__nav-scroll--goup {
  left: -39vw;
  bottom: 50vh;
}
.con__nav-scroll--godown {
  transform: rotate(-180deg);
  right: -40vw;
  bottom: 50vh;
}
.con__nav-scroll--godown:hover {
  transform: rotate(-180deg) scale(1.2, 1.2);
}

.nav-active:after {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
}


.active .active-slide-right-top {
  transform: translateX(-585px) rotate(-25deg);
  transition: transform 650ms;
}
.active .active-slide-right-bot {
  transform: translateX(-800px) rotate(45deg);
  transition-delay: 350ms;
}
.active .active-slide-right-content {
  /* transform: translate(-95%, -50%); */
  opacity: 1;
  z-index: 10;
  transition: transform 1400ms 1350ms, opacity 1400ms 1350ms, z-index 0s 1s;
}

/*----------------------*/

.con__slide--right-content-bottle{
  position:absolute;
  width: fit-content;

  left: 20vw;
  top: 70px;

  opacity: 0;
  transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;
  z-index: -9999;

}

.con__slide--right-content-text{
  position:absolute;
  width: fit-content;

  left: 55vw;
  top: 150px;

  opacity: 0;
  transition: transform 1400ms 0s, opacity 1400ms 0s, z-index 0s 2.2s;
  z-index: -9999;

}

.con__slide--right-content-image{
  height: 90vh;
}
@media screen and (max-height: 730px) {
  /* .con__slide--right-content-image {
    width: 80%;
  } */
}
@media screen and (max-width: 1366px) {
  /* .con__slide--right-content-image {
    width: 80%;
  } */
}




.line{
  position: absolute;
    width: 1px;
    background-color: #FFC20E;
    display: block;
    top: 150px;
    height: 0vh;
    left: 50vw;
    position: absolute;
    transition: 2s ease all;
}

.line_animation_on{
  height: 77vh;
  transition: 4s  all;
}

.line_animation_off{
  height: 0vh;
}





.block_content_info_icon_span{
    color: white;
    height: 40px;
    width: 90%;

    font-family: 'Averta';
    font-size: 10px;
    display: flex;
    align-items: center;
    margin-left: 20%;
    margin-top: -50px;

}

.block_content_info_icon_img{
    width:50px;
    height: 50px;
    margin-top: 4vh;
}

.block_content_info h1{
  color: white;
  font-size: 40px;
  font-family: "UkranianLazurski";
  font-weight: 'Regular';
  letter-spacing: 8.5px;
  line-height: 20px;
  margin-bottom: 55px;

}


