@charset "UTF-8";
@font-face {
  font-family: "switzer-regular";
  src: url(../fonts/Switzer-Regular.woff2);
}
@font-face {
  font-family: "switzer-bold";
  src: url(../fonts/Switzer-Bold.woff2);
}
@font-face {
  font-family: "switzer-italic";
  src: url(../fonts/Switzer-Italic.woff);
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
  font-family: "switzer-regular", Tahoma, Geneva, Verdana, sans-serif;
  color-scheme: dark;
}

:root {
  --name: radial-gradient(
      at 12.301767042399847% 65.33731710444044%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 1) 0%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 0) 100%
    ),
    radial-gradient(
      at 47.85563595597115% 35.62907383239686%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 1) 0%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 0) 100%
    ),
    radial-gradient(
      at 91.46883984385492% 32.409980805313296%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 1) 0%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 0) 100%
    ),
    radial-gradient(
      at 18.63339504714252% 77.76221122671707%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 1) 0%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 0) 100%
    ),
    radial-gradient(
      at 3.4166047327987448% 32.11962524262473%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 1) 0%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 0) 100%
    ),
    radial-gradient(
      at 55.60759336707153% 65.42694080448577%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 1) 0%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 0) 100%
    ),
    radial-gradient(
      at 33.57474344211979% 7.322168691401676%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 1) 0%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 0) 100%
    ),
    radial-gradient(
      at 86.71115373933999% 83.38445689449576%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 1) 0%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 0) 100%
    ),
    radial-gradient(
      at 67.3899079219457% 62.43942885056821%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 1) 0%,
      hsla(250.75144508670522, 96.64804469273744%, 64.90196078431373%, 0) 100%
    ),
    radial-gradient(
      at 22.348055684246027% 66.96663521188104%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 1) 0%,
      hsla(162.8108108108108, 98.93048128342247%, 63.33333333333333%, 0) 100%
    );
  --bg-color: #121212;
  --second-bg-color: #202020;
  --text-color: #ffffff;
  --other-color: #8b8a91;
  --alt-color: #4b4b51;
  --ann-color: #c7c6d3;
  --h1-font: 6rem;
  --h2-font: 3.8rem;
  --p-font: 1.1rem;
}

body {
  overflow-x: hidden;
  background: var(--bg-color);
  color: var(--text-color);
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #15151e;
  -webkit-animation: animBefore 3.5s ease forwards;
          animation: animBefore 3.5s ease forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
@-webkit-keyframes animBefore {
  to {
    opacity: 0;
  }
}
@keyframes animBefore {
  to {
    opacity: 0;
  }
}

section {
  padding: 110px 14% 90px;
}

footer {
  padding: 110px 14% 50px;
}
@media screen and (max-width: 1600px) {
  footer {
    padding: 110px 5% 50px;
  }
}
@media screen and (max-width: 655px) {
  footer {
    padding: 110px 12% 50px;
  }
}
@media screen and (max-width: 550px) {
  footer {
    padding: 110px 5% 50px;
  }
}

#nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  min-height: 5vh;
  bottom: 1rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* Styles par défaut */
  /* Styles lorsque l'élément doit être visible */
}

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.5vh;
  border-radius: 25px;
  background: rgb(26, 35, 51);
}

ul .active {
  color: var(--text-color);
}
ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  padding: 0.4rem;
  color: var(--other-color);
  margin: 0 15px;
  border-radius: 5rem;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1380px) {
  ul a {
    font-size: 1rem;
  }
}
ul a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  color: hsl(250, 48%, 64%);
}

.activeLink {
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  opacity: 0.8;
  -webkit-box-shadow: 1px 1px 19px hsla(250, 66%, 75%, 0.4);
          box-shadow: 1px 1px 19px hsla(250, 66%, 75%, 0.4);
  border-radius: 5rem;
  color: hsl(219, 15%, 95%);
}

nav {
  position: absolute;
  top: 0px;
  padding: 20px 14%;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  max-height: 18vh;
}
@media screen and (max-width: 1380px) {
  nav {
    padding: 20px 5%;
  }
}
nav a img {
  margin-top: 65px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1380px) {
  nav a img {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 55px;
  }
}

header {
  position: relative;
  min-height: 100vh;
  -webkit-box-shadow: black;
          box-shadow: black;
}
header .bg-video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100vh;
  width: 100%;
  z-index: -1;
  right: 0;
}
header .header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
header .header-text h1 {
  font-family: "switzer-bold";
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 240px;
  font-size: 4.5rem;
}
@media screen and (max-width: 810px) {
  header .header-text h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 610px) {
  header .header-text h1 {
    font-size: 2.5rem;
  }
}
header .header-text h2 {
  font-family: "switzer-regular";
  text-transform: uppercase;
}
@media screen and (max-width: 810px) {
  header .header-text h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 610px) {
  header .header-text h2 {
    font-size: 1rem;
  }
}
header .header-text span {
  z-index: 10;
  margin-top: 130px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-text span:hover {
  -webkit-transform: scale(1.17);
          transform: scale(1.17);
}
header .header-text span a {
  border: #fff 1px solid;
  color: #fff;
  font-weight: 100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 1px solid var(--alt-color);
  border-radius: 1.7rem;
  color: var(--ann-color);
  font-size: 18px;
  margin-right: 12px;
  margin-bottom: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 800px) {
  header .header-text span a {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 500px) {
  header .header-text span a {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}
header .header-text span a:hover {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}
header .header-text span a:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
header .box-shadow {
  z-index: 1;
  position: absolute;
  bottom: 0;
  margin-top: -78px;
  width: 100%;
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 25, 29, 0)), to(#121212));
  background-image: linear-gradient(to bottom, rgba(26, 25, 29, 0), #121212);
}

main {
  min-height: 100vh;
}
main .section_1 {
  padding-top: 0;
  background: var(--bg-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1600px) {
  main .section_1 {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 1300px) {
  main .section_1 {
    padding: 20px 1%;
  }
}
@media screen and (max-width: 1170px) {
  main .section_1 {
    display: block;
    padding: 20px 5%;
    text-align: center;
  }
}
main .section_1 .container-photo img {
  width: 100%;
  height: auto;
  max-width: 550px;
  border-radius: 20%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #1c2452;
  background: radial-gradient(at 12.3% 65.3%, hsl(250, 96%, 64%) 0%, hsla(250, 96%, 64%, 0) 100%), radial-gradient(at 47.8% 35.6%, hsl(162, 98%, 63%) 0%, hsla(162, 98%, 63%, 0) 100%), radial-gradient(at 91.4% 32.4%, hsl(250, 96%, 64%) 0%, hsla(250, 96%, 64%, 0) 100%), radial-gradient(at 18.6% 77.7%, hsl(162, 98%, 63%) 0%, hsla(162, 98%, 63%, 0) 100%), radial-gradient(at 3.4% 32.1%, hsl(250, 96%, 64%) 0%, hsla(250, 96%, 64%, 0) 100%), radial-gradient(at 55.6% 65.4%, hsl(162, 98%, 63%) 0%, hsla(162, 98%, 63%, 0) 100%), radial-gradient(at 33.5% 7.3%, hsl(250, 96%, 64%) 0%, hsla(250, 96%, 64%, 0) 100%), radial-gradient(at 86.7% 83.3%, hsl(162, 98%, 63%) 0%, hsla(162, 98%, 63%, 0) 100%), radial-gradient(at 67.3% 62.4%, hsl(250, 96%, 64%) 0%, hsla(250, 96%, 64%, 0) 100%), radial-gradient(at 22.3% 66.9%, hsl(162, 98%, 63%) 0%, hsla(162, 98%, 63%, 0) 100%);
}
@media screen and (max-width: 1170px) {
  main .section_1 .container-photo img {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  main .section_1 .container-photo img {
    max-width: 300px;
    border-radius: 15%;
  }
}
@media screen and (max-width: 700px) {
  main .section_1 .container-photo img {
    display: none;
  }
}
main .section_1 .sec1-text {
  margin-top: 150px;
}
@media screen and (max-width: 1170px) {
  main .section_1 .sec1-text {
    text-align: left;
    margin-top: 120px;
  }
}
main .section_1 .sec1-text .h-line {
  display: inline-block;
  padding: 10px 14px;
  margin-right: 10px;
  background: transparent;
  border: 1px solid var(--alt-color);
  font-size: var(--p-font);
  font-weight: 500;
  color: var(--ann-color);
  border-radius: 1.7rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  main .section_1 .sec1-text .h-line {
    padding: 8px 12px;
  }
}
main .section_1 .sec1-text .h-line:hover {
  -webkit-filter: brightness(250%);
          filter: brightness(250%);
}
main .section_1 .sec1-text .h-line:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
main .section_1 .sec1-text .h-line-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 1px solid var(--alt-color);
  border-radius: 1.7rem;
  color: var(--ann-color);
  font-size: 18px;
  margin-right: 12px;
  margin-bottom: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 0;
  height: 48px;
  width: 48px;
}
@media screen and (max-width: 800px) {
  main .section_1 .sec1-text .h-line-2 {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 500px) {
  main .section_1 .sec1-text .h-line-2 {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}
main .section_1 .sec1-text .h-line-2:hover {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}
main .section_1 .sec1-text .h-line-2:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
main .section_1 .sec1-text .h-line-2:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-filter: brightness(175%);
          filter: brightness(175%);
}
main .section_1 .sec1-text h2 {
  font-size: var(--h2-font);
  margin: 22px 0;
  text-transform: capitalize;
  font-family: "switzer-bold";
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  main .section_1 .sec1-text h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  main .section_1 .sec1-text h2 {
    font-size: 2.8rem;
  }
}
main .section_1 .sec1-text h3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
  line-height: 30px;
}
@media screen and (max-width: 900px) {
  main .section_1 .sec1-text h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  main .section_1 .sec1-text h3 {
    font-size: 1.1rem;
  }
}
main .section_1 .sec1-text h3 span {
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-family: "switzer-regular";
}
main .section_1 .sec1-text p {
  font-size: var(--p-font);
  font-weight: 500;
  line-height: 30px;
  color: var(--ann-color);
  margin-bottom: 35px;
}
@media screen and (max-width: 1170px) {
  main .section_1 .sec1-text p {
    width: 90%;
    font-size: 1rem;
    line-height: 27px;
  }
}
@media screen and (max-width: 550px) {
  main .section_1 .sec1-text p {
    line-height: 24px;
  }
}
main .section_1 .sec1-text .container-btn {
  min-height: 20vh;
}
main .section_1 .sec1-text .container-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
main .section_1 .sec1-text .container-btn button:hover {
  cursor: pointer;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}
main .section_1 .sec1-text .container-btn .btn1 {
  display: inline-block;
  padding: 16px 25px;
  border: 1px solid var(--alt-color);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  font-size: 18px;
  font-weight: 500;
  border-radius: 17px;
  margin-right: 20px;
  color: var(--text-color);
  background: transparent;
}
@media screen and (max-width: 500px) {
  main .section_1 .sec1-text .container-btn .btn1 {
    font-size: 15px;
    padding: 13px 22px;
  }
}
@media screen and (max-width: 800px) {
  main .section_1 .sec1-text .container-btn .btn1 {
    padding: 14px 21px;
  }
}
main .section_1 .sec1-text .container-btn .btn2 {
  display: inline-block;
  padding: 16px 25px;
  border: 1px solid var(--alt-color);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  font-size: 18px;
  font-weight: 500;
  border-radius: 17px;
  color: #fff;
  background: radial-gradient(at 12.3017670424% 65.3373171044%, hsl(250.7514450867, 96.6480446927%, 64.9019607843%) 0%, hsla(250.7514450867, 96.6480446927%, 64.9019607843%, 0) 100%), radial-gradient(at 47.855635956% 35.6290738324%, hsl(162.8108108108, 98.9304812834%, 63.3333333333%) 0%, hsla(162.8108108108, 98.9304812834%, 63.3333333333%, 0) 100%), radial-gradient(at 91.4688398439% 32.4099808053%, hsl(250.7514450867, 96.6480446927%, 64.9019607843%) 0%, hsla(250.7514450867, 96.6480446927%, 64.9019607843%, 0) 100%), radial-gradient(at 18.6333950471% 77.7622112267%, hsl(162.8108108108, 98.9304812834%, 63.3333333333%) 0%, hsla(162.8108108108, 98.9304812834%, 63.3333333333%, 0) 100%), radial-gradient(at 3.4166047328% 32.1196252426%, hsl(250.7514450867, 96.6480446927%, 64.9019607843%) 0%, hsla(250.7514450867, 96.6480446927%, 64.9019607843%, 0) 100%), radial-gradient(at 55.6075933671% 65.4269408045%, hsl(162.8108108108, 98.9304812834%, 63.3333333333%) 0%, hsla(162.8108108108, 98.9304812834%, 63.3333333333%, 0) 100%), radial-gradient(at 33.5747434421% 7.3221686914%, hsl(250.7514450867, 96.6480446927%, 64.9019607843%) 0%, hsla(250.7514450867, 96.6480446927%, 64.9019607843%, 0) 100%), radial-gradient(at 86.7111537393% 83.3844568945%, hsl(162.8108108108, 98.9304812834%, 63.3333333333%) 0%, hsla(162.8108108108, 98.9304812834%, 63.3333333333%, 0) 100%), radial-gradient(at 67.3899079219% 62.4394288506%, hsl(250.7514450867, 96.6480446927%, 64.9019607843%) 0%, hsla(250.7514450867, 96.6480446927%, 64.9019607843%, 0) 100%), radial-gradient(at 22.3480556842% 66.9666352119%, hsl(162.8108108108, 98.9304812834%, 63.3333333333%) 0%, hsla(162.8108108108, 98.9304812834%, 63.3333333333%, 0) 100%);
}
@media screen and (max-width: 500px) {
  main .section_1 .sec1-text .container-btn .btn2 {
    font-size: 15px;
    padding: 13px 22px;
  }
}
@media screen and (max-width: 800px) {
  main .section_1 .sec1-text .container-btn .btn2 {
    padding: 14px 21px;
  }
}

.title-section {
  padding-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .title-section {
    padding: 80px 8% 0px;
  }
}
.title-section h2 {
  margin-top: 22px;
  font-size: var(--h2-font);
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .title-section h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 620px) {
  .title-section h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .title-section h2 {
    font-size: 2.3rem;
  }
}
.title-section h2 span {
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40vh;
  padding: 80px 14% 90px;
}
@media screen and (max-width: 1600px) {
  .section_3 {
    padding: 80px 4% 90px;
  }
}
@media screen and (max-width: 1104px) {
  .section_3 {
    padding: 90px 8% 90px;
  }
}
@media screen and (max-width: 900px) {
  .section_3 {
    padding: 90px 1% 90px;
  }
}
@media screen and (max-width: 755px) {
  .section_3 {
    padding: 90px 14% 90px;
  }
}
@media screen and (max-width: 660px) {
  .section_3 {
    padding: 90px 9% 90px;
  }
}
@media screen and (max-width: 550px) {
  .section_3 {
    padding: 90px 1% 90px;
  }
}
.section_3 .slider-wrapper {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 70px 55px;
}
@media screen and (max-width: 539px) {
  .section_3 .slider-wrapper {
    margin: 0 55px 55px;
  }
}
.section_3 .swiper-pagination-bullet {
  background: #fff;
  height: 7px;
  width: 7px;
}
.section_3 .swiper-slide-button {
  color: #fff;
  margin-top: -50px;
  -webkit-transition: 0.6 ease-in-out;
  transition: 0.6 ease-in-out;
}
.section_3 .card-list .card-item {
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 400px;
  max-height: 37vh;
  min-height: 35vh;
  padding: 25px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .section_3 .card-list .card-item {
    min-height: 25vh;
  }
}
@media screen and (max-width: 770px) {
  .section_3 .card-list .card-item {
    min-height: 30vh;
  }
}
@media screen and (max-width: 500px) {
  .section_3 .card-list .card-item {
    min-height: 32vh;
  }
}
.section_3 .card-list .card-item .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.section_3 .card-list .card-item .top-container a {
  color: #fff;
  padding: 7px 15px;
  border: 1px solid var(--alt-color);
  border-radius: 17px;
  color: var(--text-color);
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  pointer-events: none;
  cursor: default;
}
.section_3 .card-list .card-item .top-container a .bg-color span {
  font-size: 1rem;
  font-weight: 600;
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 500px) {
  .section_3 .card-list .card-item .top-container a .bg-color span {
    padding: 5px 12px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 450px) {
  .section_3 .card-list .card-item .top-container a {
    padding: 5px 12px;
  }
}
.section_3 .card-list .card-item .bot-container {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .section_3 .card-list .card-item .bot-container h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .section_3 .card-list .card-item .bot-container h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  .section_3 .card-list .card-item .bot-container h3 {
    font-size: 1rem;
  }
}
.section_3 .card-list .card-item .bot-container h4 {
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_3 .card-list .card-item .bot-container p {
  font-size: 0.9rem;
  margin-top: 15px;
}
@media screen and (max-width: 1300px) {
  .section_3 .card-list .card-item .bot-container p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .section_3 .card-list .card-item .bot-container p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 450px) {
  .section_3 .card-list .card-item .bot-container p {
    font-size: 0.7rem;
  }
}

.section_4 {
  background: var(--second-bg-color);
  min-height: 100vh;
}
@media screen and (max-width: 1570px) {
  .section_4 {
    padding: 100px 6% 80px;
  }
}
@media screen and (max-width: 1300px) {
  .section_4 {
    padding: 100px 3% 80px;
  }
}
@media screen and (max-width: 1000px) {
  .section_4 {
    padding: 100px 8% 80px;
  }
}
.section_4 .title_section4 .h-line {
  display: inline-block;
  padding: 10px 14px;
  margin-right: 10px;
  background: transparent;
  border: 1px solid var(--alt-color);
  font-size: var(--p-font);
  font-weight: 500;
  color: var(--ann-color);
  border-radius: 1.7rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .section_4 .title_section4 .h-line {
    padding: 8px 12px;
  }
}
.section_4 .title_section4 .h-line:hover {
  -webkit-filter: brightness(250%);
          filter: brightness(250%);
}
.section_4 .title_section4 .h-line:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.section_4 .title_section4 h2 {
  margin-top: 22px;
  font-size: var(--h2-font);
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .section_4 .title_section4 h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 620px) {
  .section_4 .title_section4 h2 {
    font-size: 2.4rem;
  }
}
.section_4 .title_section4 h2 span {
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_4 .part_container {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .section_4 .part_container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media screen and (max-width: 700px) {
  .section_4 .part_container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.section_4 .part_container .conainer {
  background: var(--bg-color);
  border-radius: 1.7rem;
  padding: 0px 0px 10px 0px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  /*Active modal*/
}
.section_4 .part_container .conainer .img_container {
  overflow: hidden;
  border-radius: 1.7rem;
}
.section_4 .part_container .conainer .img_container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  cursor: pointer;
}
.section_4 .part_container .conainer .img_container img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.section_4 .part_container .conainer .text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 25px;
}
.section_4 .part_container .conainer .text_container .part_letf h3 {
  font-size: 25px;
  margin-bottom: 8px;
}
.section_4 .part_container .conainer .text_container .part_letf p {
  font-size: 3rem;
  color: var(--ann-color);
}
@media screen and (max-width: 1320px) {
  .section_4 .part_container .conainer .text_container .part_letf p {
    font-size: 11px;
  }
}
.section_4 .part_container .conainer .text_container .part_right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  color: var(--bg-color);
  border-radius: 1.7rem;
  font-size: 22px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
}
.section_4 .part_container .conainer .text_container .part_right:hover {
  -webkit-transform: scale(1.1) translate3d(11px, 0px, 0px);
          transform: scale(1.1) translate3d(11px, 0px, 0px);
}
.section_4 .part_container .conainer .text_container .part_right span {
  color: hsl(219, 48%, 8%);
}
.section_4 .part_container .conainer .services__modal {
  position: fixed;
  inset: 0;
  background-color: hsla(219, 28%, 16%, 0.7);
  padding: 2rem 1rem;
  display: grid;
  place-items: center;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}
.section_4 .part_container .conainer .services__modal-content {
  background-color: hsl(219, 48%, 8%);
  padding: 4.5rem 1.5rem 2.5rem;
  border-radius: 1.5rem;
  position: relative;
}
.section_4 .part_container .conainer .services__modal-title,
.section_4 .part_container .conainer .services__modal-description {
  text-align: center;
}
.section_4 .part_container .conainer .services__modal-title {
  font-size: 1.25rem;
  color: #695bfc;
  margin-bottom: 1rem;
}
.section_4 .part_container .conainer .services__modal-description {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.section_4 .part_container .conainer .services__modal-list {
  display: grid;
  row-gap: 0.75rem;
}
.section_4 .part_container .conainer .services__modal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.section_4 .part_container .conainer .services__modal-icon {
  font-size: 1.5rem;
  color: #695bfc;
}
.section_4 .part_container .conainer .services__modal-info {
  font-size: 0.875rem;
}
.section_4 .part_container .conainer .bc {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  color: #695bfc;
  cursor: pointer;
  font-size: 0.9rem;
}
.section_4 .part_container .conainer .services__modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: #695bfc;
  cursor: pointer;
}
.section_4 .part_container .conainer .active-modal {
  visibility: visible;
  opacity: 1;
}
.section_4 .part_container .conainer P {
  max-width: 561px;
}

footer .top_footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 90px;
}
@media screen and (max-width: 985px) {
  footer .top_footer {
    display: block;
  }
}
footer .top_footer .foot_left .h-line {
  display: inline-block;
  padding: 10px 14px;
  margin-right: 10px;
  background: transparent;
  border: 1px solid var(--alt-color);
  font-size: var(--p-font);
  font-weight: 500;
  color: var(--ann-color);
  border-radius: 1.7rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  footer .top_footer .foot_left .h-line {
    padding: 8px 12px;
  }
}
footer .top_footer .foot_left .h-line:hover {
  -webkit-filter: brightness(250%);
          filter: brightness(250%);
}
footer .top_footer .foot_left .h-line:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
footer .top_footer .foot_left h2 {
  margin: 32px 0;
  font-size: 3.5rem;
  font-family: "switzer-bold";
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 600;
  letter-spacing: normal;
}
@media screen and (max-width: 1380px) {
  footer .top_footer .foot_left h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  footer .top_footer .foot_left h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1000px) {
  footer .top_footer .foot_left h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 620px) {
  footer .top_footer .foot_left h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  footer .top_footer .foot_left h2 {
    font-size: 1.9rem;
  }
}
footer .top_footer .foot_left h2 span {
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .top_footer .foot_right {
  display: none;
  padding-left: 500px;
}
footer .top_footer .foot_right .email {
  margin-bottom: 22px;
}
footer .top_footer .foot_right .num {
  margin-bottom: 40px;
}
footer .top_footer .foot_right p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--ann-color);
}
footer .top_footer .foot_right h6 {
  font-size: 22px;
  font-weight: 600;
}
footer .top_footer .foot_right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 1px solid var(--alt-color);
  border-radius: 1.7rem;
  color: var(--ann-color);
  font-size: 18px;
  margin-right: 12px;
  margin-bottom: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 800px) {
  footer .top_footer .foot_right a {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 500px) {
  footer .top_footer .foot_right a {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}
footer .top_footer .foot_right a:hover {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}
footer .top_footer .foot_right a:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
footer .mid-footer {
  padding-bottom: 8vh;
  position: relative;
  z-index: 5;
}
footer .mid-footer .is-inview {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 1255px) {
  footer .mid-footer .is-inview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 655px) {
  footer .mid-footer .is-inview {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .mid-footer .is-inview a {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding: 25px 0;
  border-top: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.6s cubic-bezier(0, 0.89, 0.41, 1);
  transition: 0.6s cubic-bezier(0, 0.89, 0.41, 1);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
footer .mid-footer .is-inview a img {
  height: 39px;
  width: 39px;
}
footer .mid-footer .is-inview a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: brightness(1.75);
          filter: brightness(1.75);
}
footer .mid-footer .is-inview a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  content: "";
  background-color: #14cf93;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}
footer .mid-footer .is-inview a h3 {
  font-weight: 500;
}
footer .mid-footer .is-inview a h5 {
  font-weight: 400;
  color: rgb(150, 150, 150);
  margin-top: 1px;
}
footer .bottom_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bottom_footer .copyright {
  font-size: 15px;
  font-weight: 400;
  color: var(--ann-color);
}
@media screen and (max-width: 550px) {
  footer .bottom_footer .copyright {
    font-size: 13px;
  }
}
footer .bottom_footer .scroll-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background: -webkit-linear-gradient(135deg, #45c3fe 0%, #6e4ffc 100%);
  color: var(--bg-color);
  border-radius: 1.7rem;
  font-size: 22px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
footer .bottom_footer .scroll-top:hover {
  -webkit-transform: scale(1.1) translateY(-5px);
          transform: scale(1.1) translateY(-5px);
}/*# sourceMappingURL=index.css.map */