@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../main-page.css");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 13px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1da2b4;
  /* color: white; */
  cursor: pointer;
  padding: 15px;
  border-radius: 11px;
}


nav {
  z-index: 999;
  width: 100%;
  position: fixed;
  height: 65px;
  background-color: #192026;
  display: flex;
  align-items: center;
  padding: 10px 200px;
  justify-content: space-between;
}

nav ul {
  display: flex;
  list-style: none;
}
nav ul li {
  margin: 0 5px;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
nav ul li a:hover,
nav ul li a.active {
  color: #1b1b1b;
  background: #1da2b4;
}
nav .menu-btn i {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
#click {
  display: none;
}
.logo {
  width: 50px;
}

section div {
  color: white;
  padding: 50px 120px;
  letter-spacing: 0.35px;
}
.big-title {
  color: #1da2b4;
  font-size: 30px;
  font-weight: 600;
  text-decoration: underline;
}
.footer {
  width: 100%;
  position: relative;
  background-color: #192026;
  margin-top: -50px;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* padding: 50px 50px 50px 50px; */
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 17px;
  line-height: 40px;
  padding: 20px 0px 5px 0px;
  color: #1da2b4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
}
.social li a {
  text-decoration: none;
  color: #999999;
}
.col li a {
  text-decoration: none;
  color: #999999;
}
.copyright {
  margin-top: 9px;
  font-size: 14px;
  color: #777;
}

.social li a:hover {
  color: white;
}

.col li a:hover {
  color: white;
}
.second-big-title {
  color: #1da2b4;
  font-weight: 700;
}
.footerLogo {
  margin-top: 27px;
  width: 70%;
}

html {
  scroll-behavior: smooth;
}


.update {
  background-color: #203c51;
  border-left: 5px solid #008cff;
  line-height: 1.7;
  margin: 0 0 30px;
  padding: 15px;
}
ol , li{
  margin-top: 0;
  margin-bottom: -10px;
  padding-left: 38px;
  list-style: none;
}
.alpha{
  color: #98f3ff;
  font-weight: 700;
}
.roumain{
  color: #008cff;
  font-weight: 700;
}
@media (max-width: 1200px) {
  nav {
    padding: 0px 20px;
  }
  section div {
    padding: 50px 50px;
  }
}
@media (max-width: 1023px) {
  section div {
    padding: 50px 50px;
  }
  section {
    padding: 80px 20px;
  }
  .logo {
    width: 45px;
  }
  nav .menu-btn i {
    display: block;
  }
  #click:checked ~ .menu-btn i:before {
    content: "\f00d";
  }
  nav ul {
    position: fixed;
    top: 65px;
    left: -100%;
    background: #151b20;
    height: 100vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
  }
  #click:checked ~ ul {
    left: 0%;
  }
  nav ul li {
    margin: 40px 0px;
  }
  nav ul li a {
    font-size: 20px;
    display: block;
  }
  nav ul li a:hover,
  nav ul li a.active {
    color: #6bb1cb;
    background: none;
  }
  nav {
    padding: 0px 20px;
  }
}
