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

@font-face {
  font-family: "Comfortaa";
  src: url(../fonts/Comfortaa-VariableFont_wght.ttf);
}

.body{
  background-image: url(image/kosmos.jpg);
  background-size: cover;
}

.section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 5vw;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 3%;
  padding-right: 3%;
}

.wrap {
  display: flex;
  justify-content: space-between;
}

.wrap_detailed {
  width: 100%;
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2%;
}

.wr{
  height: 38vw;
  border-radius: 5%;
  overflow: hidden;
}



.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2vw;
}

.inner_detailed {
  width: 40%;
  padding: 0.5%;
  padding-left: 0%;
  padding-right: 0%;
  border-top: 2px solid black;
  border-bottom: 2px
}

.image {
  width: 100%;
    height: 40vw;
    object-fit: cover;
    object-position: center;
    margin-top: 5%;
    margin-right: 10%;
    border-radius: 2% 2% 20% 2%;
}

.image1{
  width: 90%;
  height: 50vw;
  object-fit: cover;
  object-position: center;
  border-radius: 5% 0% 0% 5%;
}

.image2{
  width: 125%;
  height: 47vw;
  margin-right: 8vw;
  object-fit: cover;
  object-position: center;
  border-radius: 5% 0% 0% 5%;
}
.image3{
  width: 115%;
  height: 47vw;
  margin-right: 12vw;
  object-fit: cover;
  object-position: center;
  border-radius: 5% 0% 0% 5%;
}

.flex__wrap{
  display: flex;
  flex-wrap: wrap;
}

.w1 {
  width: 100%;
}

.w1_w{
  width: 85%;
}

.w1__w1{
  width: 70%;
}

.w2 {
  width: 50%;
}

.w2_w2{
  width: 45%;
}

.w3 {
  width: 30%;
}

.w4 {
  width: 21.25%;
}

.section__title {
  margin-bottom: 5vw;
}

h1 {
  font-size: 2.8em;
  line-height: 300%;
  font-family: "Comfortaa";
  color: white;
}

h2 {
  font-size: 2.2em;
  font-family: "Comfortaa";
  text-align: center;
  padding-top: 40px;
  margin-top: 2vw;
  color: white;
}

.h2{
  font-size: 2em;
  font-family: "Comfortaa";
  text-align: center;
  padding-top: 40px;
  margin-bottom: 2vw;
  background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 0.5vw dashed rgb(101, 4, 165);
}

h3 {
  font-size: 1.5em;
  font-family: "Comfortaa";
  text-align: center;
  margin-bottom: 1.5vw;
  background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4{
  font-size: 1.35em;
  font-family: "Comfortaa";
  text-align: center;
  background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  font-size: 1.2em;
  text-align: justify;
  font-family: "Comfortaa";
  margin-left: -5vw;
  background: linear-gradient(135deg, #1512bc 20%, #fa0eb6 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p{
  text-indent: 3vw;
}

.coloring{
  background-color: white;
  border-radius: 2%;
}

.top{
  margin-top: 9vw;
}

.color{
  width: 45%;
  margin-right: 5vw;
}

.container_menu {
  width: 100%;
  height: 5vw;
  background: rgb(255, 255, 255);
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 0.5%;
  margin-bottom: -1%;
  position: fixed;
  z-index: 2;
}

.menu_link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 1.3em;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: "Comfortaa";
}
  a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}





html,
body {
  height: 100%;
  margin: 0px;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47vw;
}

.slider {
  width: 85%;
  height: 45vw;
  margin: 20px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.slides {
  height: 45vw;
  display: flex;
  overflow-x: scroll;
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: white;
  transform-origin: center center;
  transform: scale(1);
}

.slide__text {
  font-weight: bold;
  font-family: sans-serif;
}

.slide a {
  background: none;
  border: none;
}

a.slide__prev,
.slider::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 5%;
}

a.slide__next,
.slider::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
  position: absolute;
  top: 48%;
  width: 35px;
  height: 35px;
  border: solid black;
  border-width: 0 4px 4px 0;
  padding: 3px;
  box-sizing: border-box;
}

.slider::before,
.slider::after {
  content: "";
  z-index: 1;
  background: none;
  pointer-events: none;
}

.slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 20%;
  width: 60%;
  text-align: center;
}

.slider__navlink {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: black;
  margin: 0 10px 0 10px;
}

.read-article{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  color: #000;
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: arial;
  text-decoration: none;
  box-shadow: rgb(50 50 93 / 25%) 0 0 100px -20px, rgb(0 0 0 / 30%) 0 0 60px -15px;
}
.read-article:hover{
    background: #d5d5d5;
    box-shadow: rgb(50 50 93 / 25%) 0 0 100px -20px, rgb(0 0 0 / 30%) 0 0 60px 0px;
}
iframe[sandbox] .read-article{
  display: none;
}
.span{
  display: flex;
  justify-content: center;
}

.banner__section {
  height: 100vh;
  background-image: url("mks.jpg");
  background-size: cover;
}

.banner__container {
  height: 100%;
  justify-content: center;
}

.banner__wrap {
  display: flex;
  justify-content: end;
}

.end {
  font-size: 3.2em;
  color: white;
  display: inline-block;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-top: -19vw;
  margin-right: 5vw;
  z-index: 0;
}
