/* * {
  border-style: solid;
  border-width: 1px;
} */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-content {
  align-content: space-between;
}

.header {
  height: 80px;
}

.header-icon {
  width: 36px;
  height: 36px;
  margin-left: 100px;
}

.nav {
  width: 482px;
  height: 28px;
  list-style: none;
  font-family: IBM Plex Mono;
  font-size: 16px;
  margin-right: 100px;
}

.episodes-option {
  width: 87px;
  height: 28px;
}

.us-option {
  width: 77px;
  height: 28px;
}

.interviews-option {
  width: 106px;
  height: 28px;
}

.topics-option {
  width: 68px;
  height: 28px;
}

a {
  text-decoration: none;
  color: #060a24;
}

ul li a:hover {
  color: #00f3bb;
  text-decoration: line-through;
  font-weight: bold;
}

ul li a:active {
  color: rgba(6, 10, 36, 0.56);
}

.checkbox ~ label {
  display: flex;
  justify-content: flex-end;
}

.nav-menu {
  height: 224px;
  width: 100%;
  margin-top: 30px;
  background: #0000ec;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transform: translateX(100%);
  transition: all 0.4s ease;
}

.nav-menu a {
  padding-left: 16px;
  font-family: IBM Plex Mono;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  cursor: pointer;
}

.burger-icon {
  position: absolute;
  right: 16px;
}

.x {
  position: absolute;
  right: 16px;
}

#burger {
  display: none;
}

.nav-menu a:hover {
  color: #00f3bb;
  text-decoration: line-through;
  font-weight: bold;
}

.nav-menu a:active {
  color: rgba(6, 10, 36, 0.56);
}

.mobile-menu {
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .header-icon {
    margin-left: 20px;
  }

  .nav {
    margin-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .header {
    height: 40px;
  }

  .header-icon {
    width: 24px;
    height: 24px;
    margin-left: 16px;
  }

  .mobile-menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 8px;
    right: 0px;
  }

  .burger-icon {
    display: block;
    cursor: pointer;
  }

  .x {
    display: none;
    cursor: pointer;
  }

  .checkbox:checked ~ label ~ .nav-menu {
    transform: translateX(0%);
  }

  .checkbox:checked ~ label .burger-icon {
    display: none;
  }

  .checkbox:checked ~ label .x {
    display: block;
  }

  .desktop-menu {
    display: none;
  }
}

.main {
  height: 370px;
}

.title {
  width: 750px;
  height: 84px;
  margin-top: 120px;
  margin-bottom: 50px;
  margin-left: 200px;
  font-family: IBM Plex Sans;
  font-size: 64px;
  color: #060a24;
}

.line-through {
  text-decoration: line-through;
}

.dot {
  color: #0000ec;
}

.main-p {
  width: 580px;
  height: 48px;
  margin-top: -45px;
  margin-bottom: 45px;
  margin-left: 200px;
  font-family: IBM Plex Mono;
  font-size: 16px;
  color: #060a24;
  line-height: 24px;
}

.main-button {
  width: 225px;
  height: 55px;
  margin-left: 200px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  font-weight: bold;
  color: #060a24;
  text-align: center;
  line-height: 24px;
  background-color: #00f3bb;
  border-style: none;
  cursor: pointer;
}

a button:hover {
  background-image: linear-gradient(225deg, #0000fe 0%, #00f0b8 100%);
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .main {
    height: 350px;
  }

  .title {
    margin-left: 20px;
  }

  .main-p {
    margin-left: 20px;
    margin-bottom: 35px;
  }

  .main-button {
    margin-left: 20px;
  }
}

@media screen and (max-width: 400px) {
  .main {
    height: 335px;
  }

  .title {
    width: 230px;
    height: 95px;
    margin-top: 29px;
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: 36px;
  }

  .main-p {
    width: 345px;
    height: 85px;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 24px;
    margin-left: 16px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .main-button {
    width: 345px;
    height: 55px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
  }
}

.episodes {
  height: 1000px;
}

.rectangle1 {
  width: 100%;
  height: 1000px;
  background: linear-gradient(225deg, #0000ff 0%, #0000a3 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  z-index: 1;
}

.episodes-title {
  width: 210px;
  height: 62px;
  margin-top: 160px;
  margin-bottom: 20px;
  margin-left: 200px;
  font-family: IBM Plex Sans;
  font-size: 48px;
  color: #ffffff;
  z-index: 2;
}

.podcast-container {
  height: 500px;
  margin-left: 100px;
  margin-right: 100px;
}

@media screen and (max-width: 900px) {
  .episodes {
    height: 750px;
  }

  .rectangle1 {
    height: 750px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }

  .episodes-title {
    margin-top: 110px;
    margin-left: 20px;
  }

  .podcast-container {
    height: 330px;
    margin-left: 10px;
    margin-right: 10px;
  }

  iframe {
    width: 400px;
    height: 160px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 400px) {
  .episodes {
    height: 950px;
  }

  .rectangle1 {
    height: 950px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }

  .episodes-title {
    width: 157px;
    height: 48px;
    margin-top: 64px;
    margin-left: 16px;
    margin-bottom: 21px;
    font-size: 36px;
    z-index: 2;
  }

  .podcast-container {
    height: 685px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  iframe {
    width: 335px;
    height: 160px;
    margin-bottom: 11px;
  }
}

.us {
  height: 500px;
}

.phone {
  width: 455px;
  height: 660px;
  margin-right: 30px;
  position: relative;
  bottom: 180px;
  z-index: 3;
}

.us-container {
  width: 465px;
  height: 320px;
  margin-left: 30px;
}

.us-title {
  width: 410px;
  height: 62px;
  margin-bottom: 20px;
  font-family: IBM Plex Sans;
  font-size: 48px;
  color: #060a24;
  z-index: 3;
}

.us-p {
  width: 464px;
  margin-bottom: 12px;
  font-family: IBM Plex Mono;
  font-size: 16px;
  color: #060a24;
  line-height: 24px;
  text-align: left;
  z-index: 3;
}

@media screen and (max-width: 900px) {
  .us {
    height: 410px;
  }

  .phone {
    width: 350px;
    height: 560px;
    margin-right: 0px;
    position: relative;
    bottom: 150px;
  }

  .us-container {
    margin-left: 0px;
  }
}

@media screen and (max-width: 400px) {
  .us {
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .phone {
    width: 100%;
    height: 570px;
    margin-right: 0px;
    position: relative;
    top: -170px;
  }

  .us-container {
    width: 345px;
    height: 315px;
    margin-left: 0px;
    margin-top: -130px;
  }

  .us-title {
    width: 345px;
    height: 50px;
    font-size: 36px;
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .us-p {
    width: 345px;
    font-size: 14px;
    line-height: 22px;
    margin-top: -25px;
    margin-bottom: 0px;
  }
}

.interviews {
  height: 1042px;
}

.interviews-title {
  width: 481px;
  height: 62px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 200px;
  font-family: IBM Plex Sans;
  font-size: 48px;
  color: #060a24;
}

.gallery-container {
  width: 100%;
  height: 900px;
}

.div-img {
  width: 33.33%;
  height: 50%;
}

.img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .interviews {
    height: 590px;
  }

  .interviews-title {
    margin-left: 20px;
  }

  .gallery-container {
    height: 445px;
  }
}

@media screen and (max-width: 400px) {
  .interviews {
    height: 1600px;
  }

  .interviews-title {
    width: 345px;
    height: 85px;
    margin-left: 16px;
    font-size: 36px;
    line-height: 42px;
  }

  .gallery-container {
    width: 100%;
    height: 1458px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .div-img {
    width: 100%;
    height: 243px;
  }

  .img {
    width: 100%;
    height: 100%;
  }
}

.topics {
  height: 430px;
}

.topics-title {
  width: 590px;
  height: 62px;
  margin-bottom: 20px;
  margin-right: 900px;
  font-family: IBM Plex Sans;
  font-size: 48px;
  color: #060a24;
}

.svg-container {
  width: 80%;
  height: 220px;
  margin-top: 25px;
}

.topics-icons {
  width: 104px;
  height: 104px;
}

.topics-text {
  width: 230px;
  margin-top: 16px;
  font-family: IBM Plex Sans;
  font-size: 24px;
  color: #060a24;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .topics {
    height: 370px;
  }

  .topics-title {
    margin-top: 60px;
    margin-right: 245px;
  }

  .svg-container {
    width: 100%;
    height: 220px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .topics-text {
    width: 205px;
  }
}

@media screen and (max-width: 400px) {
  .topics {
    height: 1100px;
  }

  .topics-title {
    width: 345px;
    height: 85px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 36px;
    line-height: 42px;
  }

  .svg-container {
    width: 100%;
    height: 900px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.latest-news {
  height: 520px;
}

.rectangle2 {
  width: 100%;
  height: 520px;
  background: linear-gradient(225deg, #0000ff 0%, #0000a3 100%);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}

.lastest-news-title {
  width: 700px;
  height: 62px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: IBM Plex Sans;
  font-size: 48px;
  color: #ffffff;
}

.lastest-news-button {
  width: 345px;
  height: 56px;
  font-family: IBM Plex Mono;
  font-size: 18px;
  font-weight: bold;
  color: #060a24;
  text-align: center;
  line-height: 24px;
  background-color: #00f3bb;
  border-style: none;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .latest-news {
    height: 380px;
  }

  .rectangle2 {
    height: 380px;
  }

  .lastest-news-title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .latest-news {
    height: 370px;
  }

  .rectangle2 {
    height: 370px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }

  .lastest-news-title {
    width: 295px;
    height: 126px;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 50px;
  }

  .lastest-news-button {
    width: 328px;
    height: 55px;
    font-size: 16px;
  }
}

.footer {
  height: 100px;
}

.left-footer-container {
  width: 270px;
  height: 28px;
  margin-left: 100px;
}

.copyright-icon {
  width: 15px;
  height: 15px;
}

.copyright-text {
  font-family: IBM Plex Mono;
  font-size: 16px;
  color: #060a24;
}

.right-footer-container {
  width: 232px;
  height: 28px;
  margin-right: 100px;
}

.networks-icons {
  width: 18px;
  height: 20px;
}

a .networks-icons:hover {
  color: #00f3bb;
}

@media screen and (max-width: 900px) {
  .footer {
    height: 80px;
  }

  .left-footer-container {
    margin-left: 20px;
  }

  .right-footer-container {
    margin-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .footer {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .left-footer-container {
    width: 232px;
    height: 22px;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .copyright-icon {
    width: 13px;
    height: 13px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }

  .right-footer-container {
    margin-right: 0px;
    margin-top: 10px;
  }
}
