@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");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

.container {
  padding: 0 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 130rem;
}

section {
  padding: 10rem 0;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1390px) {
  html {
    font-size: 9.8px;
  }
}
@media screen and (max-width: 1340px) {
  html {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 1290px) {
  html {
    font-size: 9.4px;
  }
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 9.2px;
  }
}
@media screen and (max-width: 1190px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 468px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 425px) {
  html {
    font-size: 9.75px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 9.25px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 325px) {
  html {
    font-size: 8.75px;
  }
}
main section#about .container #about-interface #about-content p, main section#about .container #about-features p, main section#services .container #services-content article.service p, main section#educations .container #educations-title p, main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-content p, main section#educations .container #educations-content #educations-subpackets .swiper-wrapper .subpacket p, main section#news .container #news-content #news-slides .swiper-wrapper .new .new-content time, main section#news .container #news-content #news-slides .swiper-wrapper .new .new-content p, main section#news .container #news-content #news-slides .swiper-wrapper .new .new-content a, footer .container #footer-content #footer-contact ul li a p, footer .container #footer-copyright p, header nav#header-menu ul li a, header nav#header-menu #header-language #language-button p, header nav#header-menu #header-language #language-content ul#language-options li button {
  font-size: 1.4rem;
  font-weight: 500;
  color: #525252;
  line-height: 1.6;
}

header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 10rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  transition: background-color 0.3s ease;
}
header.scroll {
  background-color: #111;
  border-bottom: 0.35rem solid #bd181a;
}
header.scroll nav#header-menu ul#language-options {
  background-color: #111;
}
header #header-logo img {
  width: 18rem;
}
header #header-mobile {
  display: none;
}
header #header-mobile i {
  font-size: 2.5rem;
  color: #fff;
}
header nav#header-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
header nav#header-menu ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.25rem;
}
header nav#header-menu ul:hover li a {
  opacity: 0.65;
}
header nav#header-menu ul li:hover a {
  opacity: 1;
}
header nav#header-menu ul li a {
  color: #fff;
  transition: opacity 0.3s ease;
}
header nav#header-menu #header-language {
  position: relative;
}
header nav#header-menu #header-language #language-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
header nav#header-menu #header-language #language-button.active i {
  transform: rotate(-180deg);
}
header nav#header-menu #header-language #language-button svg {
  width: 2rem;
}
header nav#header-menu #header-language #language-button p {
  color: #fff;
}
header nav#header-menu #header-language #language-button i {
  font-size: 1rem;
  color: #fff;
  transition: transform 0.3s ease;
}
header nav#header-menu #header-language #language-button i.fa-globe {
  font-size: 1.4rem;
}
header nav#header-menu #header-language #language-content {
  display: none;
  position: absolute;
  top: 3rem;
  left: 1.8rem;
}
header nav#header-menu #header-language #language-content ul#language-options {
  padding: 0.5rem;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
header nav#header-menu #header-language #language-content ul#language-options li button {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.5rem;
  border-radius: 0.6rem;
  color: #fff;
  transition: opacity 0.3s ease;
}
header nav#header-menu #header-language #language-content ul#language-options li button:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  header {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    align-items: center;
    flex-wrap: wrap;
  }
  header #header-mobile {
    display: block;
  }
  header nav#header-menu {
    width: 100%;
    display: none;
  }
  header nav#header-menu ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
  header nav#header-menu #header-language {
    margin-top: 2.25rem;
    display: flex;
    justify-content: flex-end;
  }
  header nav#header-menu #header-language #language-content {
    left: initial;
    right: 0;
  }
}
footer {
  background-color: #111;
}
footer .container {
  display: flex;
  flex-direction: column;
}
footer .container #footer-content {
  padding: 5rem 0;
  display: grid;
  grid-template-columns: 40rem 28rem 28rem;
  align-items: stretch;
}
footer .container #footer-content #footer-logo img {
  width: 18rem;
  filter: brightness(0) invert(1);
}
footer .container #footer-content h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6a6a6a;
  margin-bottom: 2rem;
}
footer .container #footer-content #footer-overview ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .container #footer-content #footer-overview ul li a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6a6a6a;
}
footer .container #footer-content #footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .container #footer-content #footer-contact ul li {
  max-width: 27.5rem;
}
footer .container #footer-content #footer-contact ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
footer .container #footer-content #footer-contact ul li a p {
  color: #6a6a6a;
}
footer .container #footer-content #footer-contact ul li a i {
  font-size: 1.4rem;
  color: #6a6a6a;
}
footer .container #footer-copyright {
  padding: 2rem 0;
  border-top: 0.15rem solid #292929;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
footer .container #footer-copyright ul#footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
footer .container #footer-copyright ul#footer-social li a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.15rem solid #6a6a6a;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container #footer-copyright ul#footer-social li a i {
  font-size: 1.4rem;
  color: #6a6a6a;
}
footer .container #footer-copyright p {
  color: #6a6a6a;
}

@media screen and (max-width: 768px) {
  footer .container #footer-content {
    padding: 5rem 2rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
main section#about .container #about-interface #about-content a, main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-content a, main section#news .container #news-button a {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 1rem 4rem;
  border-radius: 0.4rem;
  background-color: #bd181a;
}
main section#about .container #about-interface #about-content a.secondary, main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-content a.secondary, main section#news .container #news-button a.secondary {
  background-color: #fff;
  color: #bd181a;
}

/*#region Home Codes*/
main {
  overflow: hidden;
}
main section#hero {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100vh;
}
main section#hero #hero-slides .slide {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
main section#hero #hero-slides .slide:first-child {
  display: block;
}
main section#hero #hero-slides .slide .slide-background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section#hero #hero-slides .slide .slide-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 41%);
}
main section#hero #hero-slides .slide .slide-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section#hero #hero-slides .slide .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 67.5rem;
  z-index: 1;
  padding: 5rem 8rem 15rem 8rem;
  background-color: rgba(189, 24, 26, 0.8980392157);
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  border-radius: 0 1rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
main section#hero #hero-slides .slide .slide-content h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}
main section#hero #hero-slides .slide .slide-content p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.75;
  margin-bottom: 2rem;
}
main section#hero #hero-slides .slide .slide-content a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
main section#hero #hero-slides .slide .slide-content a p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  opacity: 1;
  margin: 0;
}
main section#hero #hero-slides .slide .slide-content a i {
  font-size: 1.4rem;
  color: #fff;
  transition: transform 0.3s ease;
}
main section#hero #hero-content {
  z-index: 1;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  max-width: 67.5rem;
  padding: 0 5rem 0 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
main section#hero #hero-content #hero-controls {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
main section#hero #hero-content #hero-controls #hero-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
main section#hero #hero-content #hero-controls #hero-pagination span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
main section#hero #hero-content #hero-controls #hero-pagination span.active {
  opacity: 1;
}
main section#hero #hero-content #hero-controls #hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
main section#hero #hero-content #hero-controls #hero-buttons button {
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#hero #hero-content #hero-controls #hero-buttons button i {
  font-size: 1.8rem;
  color: #bd181a;
}
main section#hero #hero-content #hero-icon img {
  width: 5rem;
  height: 5rem;
  filter: brightness(0) invert(1);
}
main section#about .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3.5rem;
}
main section#about .container #about-interface {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main section#about .container #about-interface #about-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section#about .container #about-interface #about-title h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #bd181a;
}
main section#about .container #about-interface #about-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}
main section#about .container #about-interface #about-content {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
main section#about .container #about-interface #about-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #444444;
}
main section#about .container #about-interface #about-content p {
  max-width: 100rem;
  font-size: 1.6rem;
}
main section#about .container #about-interface #about-content a {
  margin-top: 2rem;
}
main section#about .container #about-images {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
main section#about .container #about-images #about-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
main section#about .container #about-images #about-buttons button {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background-color: #bd181a;
  border: none;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#about .container #about-images #about-buttons button i {
  font-size: 2rem;
  color: #fff;
}
main section#about .container #about-images #about-slides {
  width: 100%;
}
main section#about .container #about-images #about-slides #slides-wrapper .slide {
  overflow: hidden;
  aspect-ratio: 1/1.2;
}
main section#about .container #about-images #about-slides #slides-wrapper .slide img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#about .container #about-features {
  position: relative;
  grid-column: 1/span 2;
  padding: 5rem;
  border-radius: 1.5rem;
  background-image: url(/assets/img/about-counts-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section#about .container #about-features h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
main section#about .container #about-features h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
}
main section#about .container #about-features p {
  max-width: 65rem;
  color: #fff;
  font-weight: 400;
  opacity: 0.75;
}
main section#about .container #about-features ul#features-list {
  max-width: 55rem;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  gap: 2rem;
}
main section#about .container #about-features ul#features-list li {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
main section#about .container #about-features ul#features-list li p {
  opacity: 1;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
main section#about .container #about-features ul#features-list li h4 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
main section#services {
  padding: 10rem 0;
  background-color: #111;
  background-image: url(/assets/img/services-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}
main section#services .container {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
main section#services .container #services-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main section#services .container #services-title h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
main section#services .container #services-title h2 span {
  color: #bd181a;
}
main section#services .container #services-title p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
main section#services .container #services-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 3rem;
}
main section#services .container #services-content article.service {
  padding: 2rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section#services .container #services-content article.service .service-icon {
  width: 6.5rem;
  height: 6.5rem;
  border: 0.2rem solid #bd181a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
main section#services .container #services-content article.service .service-icon img {
  width: 3.5rem;
}
main section#services .container #services-content article.service h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
main section#services .container #services-content article.service p {
  font-weight: 400;
  color: #6a6a6a;
}
main section#educations {
  padding-bottom: 0;
}
main section#educations .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 3rem;
}
main section#educations .container #educations-title {
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main section#educations .container #educations-title h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #bd181a;
}
main section#educations .container #educations-title h2 {
  max-width: 50rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
}
main section#educations .container #educations-title p {
  max-width: 65rem;
}
main section#educations .container #educations-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
main section#educations .container #educations-buttons button {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background-color: #bd181a;
  border: none;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#educations .container #educations-buttons button i {
  font-size: 2rem;
  color: #fff;
}
main section#educations .container #educations-content {
  grid-column: 1/span 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main section#educations .container #educations-content #educations-packets {
  overflow: hidden;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet {
  overflow: hidden;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet.swiper-slide-active .packet-content {
  background-color: #bd181a;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet.swiper-slide-active .packet-content h4,
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet.swiper-slide-active .packet-content p {
  color: #fff;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet.swiper-slide-active .packet-content p {
  opacity: 0.75;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet.swiper-slide-active .packet-content a {
  background-color: #fff;
  color: #bd181a;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-image {
  aspect-ratio: 1/1;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-content {
  padding: 2rem;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-content h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #111;
  transition: color 0.3s ease;
}
main section#educations .container #educations-content #educations-packets .swiper-wrapper .packet .packet-content p {
  font-weight: 400;
  margin-bottom: 3rem;
  transition-property: color, opacity;
  transition: 0.3s ease;
}
main section#educations .container #educations-content #educations-subpackets {
  overflow: hidden;
}
main section#educations .container #educations-content #educations-subpackets .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
main section#educations .container #educations-content #educations-subpackets .swiper-wrapper .subpacket {
  cursor: default;
  min-height: 8.5rem;
  border-radius: 1rem;
  background-color: #f5f5f5;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main section#news .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
main section#news .container #news-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main section#news .container #news-title h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #bd181a;
}
main section#news .container #news-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}
main section#news .container #news-content {
  width: 100%;
}
main section#news .container #news-content #news-slides {
  overflow: hidden;
}
main section#news .container #news-content #news-slides .swiper-wrapper .new {
  display: flex;
  flex-direction: column;
}
main section#news .container #news-content #news-slides .swiper-wrapper .new .new-image {
  width: 100%;
  aspect-ratio: 1/1;
}
main section#news .container #news-content #news-slides .swiper-wrapper .new .new-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section#news .container #news-content #news-slides .swiper-wrapper .new .new-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
}
main section#news .container #news-content #news-slides .swiper-wrapper .new .new-content h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #111;
  transition: color 0.3s ease;
}
main section#news .container #news-content #news-slides .swiper-wrapper .new .new-content p {
  font-weight: 400;
  margin-bottom: 1rem;
  transition-property: color, opacity;
  transition: 0.3s ease;
}
main section#news .container #news-content #news-slides .swiper-wrapper .new .new-content a {
  font-weight: 600;
  color: #bd181a;
}
main section#news .container .news-scrollbar {
  overflow: hidden;
  position: relative;
  background-color: #9c9c9c;
  border-radius: 1rem;
  width: 20rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
}
main section#news .container .news-scrollbar .swiper-scrollbar-drag {
  position: absolute;
  background-color: #111;
}
main section#brands {
  padding: 0 0 15rem 0;
}
main section#brands .container #brands-title {
  border-top: 0.1rem solid #b4b4b4;
  padding: 3rem 0;
}
main section#brands .container #brands-title h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #bd181a;
}
main section#brands .container #brands-slides {
  overflow: hidden;
}
main section#brands .container #brands-slides .swiper-wrapper .brand {
  padding: 0.5rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#brands .container #brands-slides .swiper-wrapper .brand img {
  width: 100%;
  height: 100%;
  max-width: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*#endregion*/
/*#region Home Responsive Codes*/
@media screen and (max-width: 1440px) {
  main section#about .container #about-features ul#features-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  main section#about .container {
    grid-template-columns: 1fr;
  }
  main section#about .container #about-features {
    grid-column: initial;
  }
  main section#services .container #services-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main section#hero #hero-slides .slide .slide-content {
    padding: 3rem 3rem 15rem 3rem;
  }
  main section#hero #hero-slides .slide .slide-content h1 {
    font-size: 2.5rem;
  }
  main section#hero #hero-content {
    padding: 0 3rem;
  }
  main section#about .container #about-features ul#features-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 468px) {
  main section#hero #hero-slides .slide .slide-content {
    border-radius: 1rem 1rem 0 0;
  }
  main section#about .container #about-features {
    padding: 5rem 3rem;
  }
  main section#about .container #about-features ul#features-list {
    grid-template-columns: repeat(2, 1fr);
  }
  main section#services .container #services-content {
    grid-template-columns: 1fr;
  }
  main section#educations .container {
    display: flex;
    flex-direction: column;
    align-items: initial;
  }
  main section#educations .container #educations-buttons {
    justify-content: flex-end;
  }
}
/*#endregion*//*# sourceMappingURL=home.css.map */