
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
  background-color: #0057b8;
  box-sizing: border-box;
  /* margin: auto; */
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.tabbed [type="radio"] {
  display: none;
}

.tabs {
  list-style: none;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.tabs div {
  display: flex;
  max-width: 100%;
  margin: 5px;
}

.tabs .tab {
  width: 200px;
  flex: 1 1 100%;
  text-align: center;
}

.tabs .tab:first-child label {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tabs .tab:nth-child(3) label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tabs .tab:nth-child(4) label {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tabs .tab:last-child label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tab > label:hover {
  background: #FFD700;
}

.tab > label {
  display: block;
  user-select: none;
  padding: 15px 15px;
  border: 1px solid #FFD700;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 2em;
  padding-top: 5px;
}

.tab-content {
  font-size: 25px;
  padding: 0 20px;
  width: 100%;
}

.tabbed
  [type="radio"]:nth-of-type(1):checked
  ~ .tabs
  div:nth-child(1)
  .tab:nth-of-type(1)
  label,
.tabbed
  [type="radio"]:nth-of-type(2):checked
  ~ .tabs
  div:nth-child(1)
  .tab:nth-of-type(2)
  label,
.tabbed
  [type="radio"]:nth-of-type(3):checked
  ~ .tabs
  div:nth-child(1)
  .tab:nth-of-type(3)
  label {
  background: #FFD700;
  /* color: #ffffff; */
}

.tab label span {
  background-color: transparent !important;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3) {
  display: grid;
}

.tabbed
  [type="radio"]:nth-of-type(4):checked
  ~ .tabs
  div:nth-child(2)
  .tab:nth-of-type(1)
  label,
.tabbed
  [type="radio"]:nth-of-type(5):checked
  ~ .tabs
  div:nth-child(2)
  .tab:nth-of-type(2)
  label {
  background: #FFD700;
  /* color: #ffffff; */
}

.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content .en,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content .ua {
  display: block;
  font-size: 18px;
}

.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content .ua,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content .en {
  display: none;
}
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .en,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .ua {
  display: inline;
}
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .ua,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .en {
  display: none;
}

.logo,
.logo2 {
  user-select: none;
  line-height: 0em;
  text-align: center;
  margin: 0;
}

.logo {
  color: #FFD700;
  font-size: 147px;
  padding-bottom: 0.55em;
  padding-top: 40px;
  margin-top: 40px;
  display: block;
}

.logo2 {
  color: #ffffff;
  font-size: 32px;
  padding-bottom: 0em;
}

.tab-content {
  display: none;
  color: #ffffff;
  letter-spacing: 1px;
  /* Index text color */
}

/* Benim eklediklerim */

.tabbed .tab-content h1 {
  text-align: center;
  font-size: 48px !important;
  margin-top: 0px;
  margin-bottom: 30px;
}
.tabbed .tab-content p {
  margin: 5px;
}

.tabbed .tab-content .mig {
  margin-top: 40px;
  width: 7%;
  place-self: start;
}

.tabbed .tab-content .PA3116_ULTRA,
.tabbed .tab-content .smps {
  width: 55%;
  padding: 10px;
}

.tabbed .tab-content {
  padding-bottom: 40px;
}
.tab-content hr {
  width: 100%;
  margin: 50px 0px;
}

#tab-content-2 {
  place-items: center;
  justify-content: center;
}
#tab-content-2 div p {
  font-size: 20px;
}
#tab-content-3 p {
  font-size: 20px;
  padding-bottom: 10px;
}
#tab-content-3 iframe {
  width: 100%;
  height: 400px;
}

iframe {
	filter: invert(100%)
}

@media only screen and (max-width: 1059px) {
  .tabs {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .tabs .tab > label {
    font-size: 3vw;
  }

  .tabbed .tab-content .PA3116_ULTRA,
  .tabbed .tab-content .smps {
    width: 80%;
  }
  .tabbed .tab-content .mig {
    width: 14%;
  }
}
@media only screen and (max-width: 701px) {
  .tabbed .tab-content .mig {
    width: 18%;
  }
  .tabbed .tab-content .PA3116_ULTRA,
  .tabbed .tab-content .smps {
    width: 90%;
  }
}

@media only screen and (max-width: 401px) {
  .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content .en,
  .tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content .ua {
    font-size: 13px;
  }
  .tabbed .tab-content .PA3116_ULTRA,
  .tabbed .tab-content .smps {
    width: 100%;
  }
  .tabbed .tab-content .mig {
    width: 27%;
  }
  .tabbed .tab-content h1 {
    font-size: 40px !important;
  }
  .tab label {
    font-size: 13px;
  }
}