html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  background-color: #f5f5f5;
  position: relative;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
.color {
  background-color: #fff;
  position: sticky;
  top: 0;
}
#main_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
#main_menu img {
  width: 200px;
}
#main_menu ul {
  display: flex;
  gap: 30px;
  padding: 0;
}
#main_menu ul li {
  list-style: none;
}
#main_menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #1c1c33;
  font-weight: 600;
  padding-bottom: 3px;
}
#main_menu ul li a:hover {
  border-bottom: 2px solid #1c1c33;
}
#main_menu i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
#main_menu i:hover {
  color: green;
}
.color_two {
  background-color: #23233b;
  margin-top: -1px;
  padding: 100px 0;
}
#text_img {
  display: flex;
  justify-content: space-between;
}
#text_img div:nth-child(1) {
  width: 50%;
}
#text_img div:nth-child(2) {
  width: 50%;
}
#text_img p:nth-child(1) {
  display: inline-block;
  text-transform: uppercase;
  color: #b2b2bf;
  font-size: 15px;
  border-bottom: 2px solid #57d9a6;
  padding-bottom: 8px;
}
#text_img h1 {
  color: #f6f6f8;
  font-size: 50px;
  margin: 20px 0;
}
#text_img p:nth-child(3) {
  color: #b2b2bf;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 15px;
}
#text_img img {
  width: 100%;
}
#sums {
  padding: 100px 0;
}
#sums h2 {
  color: #b2b2bf;
}
.courses {
  text-align: center;
}
.courses h2 {
  color: #f6f6f8;
  font-size: 40px;
  margin: 0;
  padding-bottom: 20px;
}
.line {
  border-bottom: 3px solid #57d9a6;
  width: 150px;
  margin-left: 618px;
}
.courses p {
  color: #f6f6f8;
  padding: 0 441px;
  margin: 50px 0;
  line-height: 1.6;
}
.all_imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.education-buttons {
  width: 100%;
}
.cards {
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}
.card {
  padding: 20px;
}
.card-title {
  font-weight: bold;
  font-size: 20px;
  color: #1c1c33;
  margin: 0;
}
.card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.card-info p:nth-child(1) {
  font-weight: 500;
  margin: 0;
  color: #1c1c33;
}
.card-info p:nth-child(2) {
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  color: #9f9faa;
  font-size: small;
}
#workshop {
  padding: 100px 0;
}
#workshop .courses h2 {
  color: #4e4e65;
}
#workshop .cards {
  box-shadow: 2px 9px 15px 0px rgba(34, 60, 80, 0.2);
}
.organization {
  text-align: center;
}
.organization p:nth-child(1) {
  text-transform: uppercase;
  font-weight: 600;
}
.organization p:nth-child(2) {
  color: #4e4e65;
}
#articles {
  padding: 10px 0;
  padding-bottom: 100px;
}
#articles .courses h2 {
  color: #4e4e65;
}
#articles .courses p {
  color: #1c1c33;
}
#articles .cards {
  box-shadow: 2px 9px 15px 0px rgba(34, 60, 80, 0.2);
}
#contact {
  background-color: #1c1c33;
  padding-top: 50px;
}
.color_three {
  background-color: #1c1c33;
}
.contact {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
.contact-left {
  width: 50%;
  height: 100%;
  color: #fff;
}
.contact-right {
  display: flex;
  align-items: center;
  width: 50%;
}
.contact-right img {
  width: 100%;
}
.contact-info {
  width: 600px;
}
.contact-info h2 {
  color: #f6f6f8;
  font-size: 40px;
  margin: 0;
}
.contact-info p {
  color: #f6f6f8;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 50px;
}
.contact-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
}
.contact-links i {
  font-size: 20px;
}
.contact-links div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
#images {
  padding-bottom: 100px;
}
#images .courses h2 {
  color: #4e4e65;
}
.cards-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-img {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 320px;
  height: 200px;
  margin-top: 15px;
  padding: 10px;
  box-shadow: 2px 9px 15px 0px rgba(34, 60, 80, 0.2);
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#images-theoretical {
  padding-bottom: 100px;
}
#images-theoretical .courses h2 {
  color: #4e4e65;
}
button {
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #0073e6;
  cursor: pointer;
}
button:hover {
  background-color: #1677ff;
  color: #fff;
}
/* From Uiverse.io by nathann09 */
.modal-color {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.form {
  background-color: #fff;
  display: block;
  padding: 1rem;
  width: 500px;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.form-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-title p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #000;
  margin: 10px 0;
}
.form-title i {
  color: red;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
}
.modal-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #666;
  margin: 10px 0;
  text-align: center;
}
.modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-body p {
  font-weight: bold;
  color: #4e4e65;
}
.modal-body a {
  text-decoration: none;
  color: #50a5f1;
}
.modal-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-price p:nth-child(1) {
  font-weight: bold;
  color: #4e4e65;
  margin: 10px 0;
}
.modal-price p:nth-child(2) {
  font-weight: bold;
  color: #50cd89;
  margin: 10px 0;
}
