/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Oi&family=Oswald:wght@200;300;400;500;600;700&family=Pacifico&family=Press+Start+2P&family=Rubik+Glitch&family=Rubik+Iso&family=Rubik+Mono+One&display=swap');
/* css_reset */
body{
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #010d38;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  margin:0;
  padding:0;
}
*{
  box-sizing: border-box;
}
/* root */
:root{
  --color1:white;
  --color2:black;
  --color3:#f07810;
  --color4:rgb(138, 11, 138);
  --color5:rgb(7, 7, 185);
  --title1:90px;
  --title2:75px;
  --title3:60px;
  --text1:16px;
  --text2:20px;
  --text3:25px;
                                            
}

.section{
  width: 100%;
  padding-left: 5%;
  padding-right:5%;
}
.container{
  width: 100%;
  display: flex;
  padding-left: 3%;
  padding-right: 3%;
}
a{
  text-decoration: none;
  color: var(--color2);
  font-weight: 500;
}
a:hover{
  margin-top: 5px;
  transition: 0.2s;
}
a:active{
  margin-top: 7px;
  transition: 0.2s;
}
.text{
  margin: 0;
}
/* section_menu */
.container_menu{
  background:var(--color1) ;
  margin-top: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-top-left-radius: 15px;
  border-top-right-radius:15px ;
}
.menu_link{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  border-top:2px solid var(--color2) ;
  border-bottom: 2px solid var(--color2);
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: var(--text2);
}
.text_menu{
  font-weight: 800;
  font-size: var(--text2);
}
.text_menu:nth-last-child(1){
  font-size: var(--text2);
}
/* section_gagarin */
.container_gagarin{
  height: 100vh;
  background: var(--color1);
  padding-left: 3%;
  justify-content: space-between;
  padding-bottom: 2%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius:15px ;
}
.wrap_gagarin{
  width: 50%;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.wrap_gagarin:nth-last-child(2){
  background-image: url('../img/gagarin.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius:5%;
}
.wrap_gagarin:nth-last-child(1){
  display: flex;
  justify-content:center;
  flex-direction: column;
}

.inner_gagarin{
  width:100%;
  height: 25%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.inner_gagarin:nth-last-child(2){
  background: #010d38;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  color: var(--color1);
  padding-left: 3%;
  padding-right: 3%;
}

.h2_gagarin{
  font-size: var(--title1);
  background: linear-gradient(45deg, #7e05ad 33%, #1604b6 66%, #0086f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
.h2_gagarin_midle{
  font-size: var(--title2);
  background: linear-gradient(45deg, #ffffff 33%, #ffffff 66%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
.text_gagarin{
  text-align: center;
  font-size: var(--text2);
}
.text_gagarin:nth-last-child(2){
  background: linear-gradient(45deg, #f07c10 33%, #ffbc05 66%, #f3ef00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
/* section_stage */
.section_stage{
  margin-top: 5%;
}
.container_stage{
  height: 60vh;
  padding-left: 3%;
  padding-right: 3%;
  justify-content: space-between;
}
.inner_stage{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
}
.inner_stage:nth-last-child(1){
  background: var(--color1);
  padding-left: 2%;
}
.inner_stage:nth-last-child(2){
  padding-right: 2%;
}
.text_stage{
  font-size: var(--text2);
  color: var(--color2);
  margin-top: 6%;
}
.h2_stage{
  font-size: var(--title3);
  color: var(--color1);
}
.span_stage{
  padding-left: 3%;
  padding-right:3% ;
  padding-top: 2%;
  padding-bottom:2% ;
  font-size: var(--text2);
  color: var(--color2);
  margin-right: 2%;
  border-radius: 50%;
  border: 2px solid var(--color2);
}
.span_stage:hover{
  color: var(--color1);
  background: #010d38;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");;
  transition: 0.5s;
  border: 2px solid var(--color1);
}
.span_stage:active{
  color: var(--color1);
  background: #010d38;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  transition: 0.5s;
  border: 2px solid var(--color1);
}
.span_h2_stage{
  background: linear-gradient(45deg, #f07c10 33%, #ffbc05 66%, #f3ef00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
/* section_detailed */
.section_detailed{
  margin-top: 5%;
}
.container_detailed{
  padding-left: 3%;
  padding-right: 3%;
  flex-direction: column;
  justify-content: space-between;
}
.wrap_detailed{
  width: 100%;
  margin-top: 2%;
  background: var(--color1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2%;
}
.inner_detailed{
  width: 40%;
  padding: 0.5%;
  padding-left: 0%;
  padding-right: 0%;
  border-top: 2px solid var(--color5);
  border-bottom: 2px solid var(--color5);
}
.inner_detailed:nth-last-child(1){
  width: 60%;
}
.ul_detailed{
  border-left: 1px solid var(--color4);
}
.text_detailed{
  font-size: var(--text1);
  line-height: 25px;
}
.h2_detailed1{
  width: 100%;
  text-align: center;
  font-size: var(--title3);
  background: linear-gradient(45deg, #f07c10 33%, #ffbc05 66%, #f3ef00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
.h2_detailed{
  font-size: var(--text3);
  background: linear-gradient(45deg, #7e05ad 33%, #1604b6 66%, #0086f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
/* section_slider */
.D_sviper{
  height: 70vh;
  display: flex;
  flex-direction: row;
}
.section_swiper{
  margin-top: 5%;
}
.slider_slide{
  border: 3px solid var(--color4);
  border-radius: 15px;
  background-image: url('../img/gagarin3.jpg');
  background-size: cover;
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: calc(100% - 50px);
}
.slider_slide:nth-last-child(5){
  background-image: url('../img/sputnik1.jpg');
  color: var(--color1);
}
.slider_slide:nth-last-child(4){
  background-image: url('../img/pioner10.jpg');
  color: var(--color1);
}
.slider_slide:nth-last-child(3){
  background-image: url('../img/apolon11.jpg')
}
.slider_slide:nth-last-child(2){
  background-image: url('../img/kolumbia.jpg')
}
.slider_slide:nth-last-child(1){
  background-image: url('../img/world.jpg');
  color: var(--color1);
}
.text_slider{
  margin-top: 2%;
  font-size: var(--text2);
}
.swiper-pagination1 .swiper-pagination-bullet{
  background: var(--color3);
  width: 12px;
  height: 12px;
}
.swiper-pagination1{
  margin-top: 100px;
}
/* section_biography*/
.section_biography{
  margin-top: 5%;
}
.container_biography{
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: row;
  padding-left: 3%;
  padding-right: 3%;
}
.inner_biography{
  width: 50%;
  height: 100%;
  padding: 2%;
}
.inner_biography:nth-last-child(2){
  background-image: url('../img/gagarin4.jpg');
  background-size: cover;
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 15px;
  border-top-left-radius:15px ;
}
.inner_biography:nth-last-child(1){
  border-top: 2px solid var(--color1);
  border-bottom: 2px solid var(--color3);
  padding: 1%;
}
.text_biography{
  color: var(--color1);
  margin-top: 1%;
  line-height: 25px;
  font-size: var(--text2);
}
.textbiography2{
  font-size: var(--text3);
  background: linear-gradient(45deg, #f07c10 33%, #ffbc05 66%, #f3ef00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
  margin-top: 1%;
  
}
.textbiography2:nth-last-child(3){
  margin-top: 0%;
  
}
.ul_biography{
  border-left: 2px solid var(--color4);
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* section_suit */
.section_suit{
  margin-top: 3%;
}
.container_suit{
  width: 100%;
  padding:2%;
  padding-top: 0%;
  justify-content: space-around;
  flex-direction: column;
}
.h2_suit{
  width: 100%;
  text-align: center;
  font-size: var(--title3);
  background: linear-gradient(45deg, #f07c10 33%, #ffbc05 66%, #f3ef00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
.inner_suit{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.card_suit{
  width: 25%;
  min-height: 200px;
  border-top: 2px solid var(--color4);
  border-bottom: 2px solid var(--color4);
  border-right: 2px solid var(--color4);
  padding: 4%;
  display: flex;
  flex-direction: column;
}

.text_suit1{
  text-align: start;
  color: var(--color1);
  font-size: var(--text3);
  margin: 0%;
  padding-bottom: 1%;
  border-bottom: 2px solid var(--color5);
  background: linear-gradient(45deg, #f07c10 33%, #ffbc05 66%, #f3ef00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
}
.text_suit{
  font-size: var(--text2);
  text-align: start;
  color: var(--color1);
  border-left: 2px solid var(--color5);
  padding-left: 5%;
  padding-top: 5%;
}
/* section_footer */
.section_footer{
  margin-top: 5%;
  margin-bottom: 2%;
}
.container_footer{
  height: 12vh;
  width: 100%;
  justify-content: space-between;
  border:2px solid var(--color1) ;
}
.inner_footer{
  width: 7.2%;
  height: 100%;
  background-image: url("../img/moon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner_footer:nth-last-child(1){
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  background: none;
  font-size: var(--text2);
  color: var(--color1);
  border-bottom:none ;
}
/* media */
@media(max-width:1150px){
/* section_gagarin */
  .h2_gagarin{
    font-size: var(--title3);
  }
  /* section_stage */
  .inner_stage{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
  }
  .inner_stage:nth-last-child(1){
    width: 60%;
  }
  /* section_biography */
  .text_biography{
    color: var(--color1);
    margin-top: 1%;
    line-height: 25px;
    font-size: var(--text1);
  }
  .textbiography2{
    font-size: var(--text3);
    background: linear-gradient(45deg, #f07c10 33%, #ffbc05 66%, #f3ef00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
    margin-top: 1%;
    
  }
}