* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #120d21;
  font-family: 'Poppins', sans-serif;
  outline: none;
  border: none;
  list-style: none;
}

* span {
  font-weight: bold;
  color: #ff9900;
}

* button:hover,
* a:hover {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #211c30;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  width: 100%;
}

section,
nav,
footer {
  width: 100%;
}

section .container,
nav .container,
footer .container {
  max-width: 90%;
  margin: auto;
  padding: 20px 1em;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@-webkit-keyframes scrollx {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(-1400px);
            transform: translateX(-1400px);
  }
}

@keyframes scrollx {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(-1400px);
            transform: translateX(-1400px);
  }
}

@-webkit-keyframes scrollx_2 {
  0% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  100% {
    -webkit-transform: translateX(-1900px);
            transform: translateX(-1900px);
  }
}

@keyframes scrollx_2 {
  0% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  100% {
    -webkit-transform: translateX(-1900px);
            transform: translateX(-1900px);
  }
}

@-webkit-keyframes scrollx_3 {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(-2400px);
            transform: translateX(-2400px);
  }
}

@keyframes scrollx_3 {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(-2400px);
            transform: translateX(-2400px);
  }
}

@font-face {
  font-family: war;
  src: url("../fonts/war.otf");
}

.rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background-color: #ff9900;
  color: #120d21;
  padding: 15px 12px;
  display: none;
}

.career {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0a0713c5;
  z-index: 999;
}

.career .data {
  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;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.career .data .text {
  font-size: 35px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 30px;
}

.career .data .form {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}

.career .data .form button {
  background-color: #ff9900;
  color: #120d21;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 600;
}

.career .data .form a span {
  background-color: #ff9900;
  color: #120d21;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 600;
  margin-left: 5px;
}

.navbar {
  background-color: #120d21;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 99;
}

.navbar .container {
  padding: 58px 1em;
  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;
}

.navbar .container img {
  width: 200px;
  z-index: 999;
}

.navbar .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .container ul li {
  font-size: 15px;
  color: #fff;
  padding: 18px 26px;
  font-weight: 500;
}

.navbar .container ul li i {
  color: #fff;
  margin-left: 2px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .container ul li img {
  width: 22px;
}

.navbar .container ul li .mouse {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 50%;
  font-size: 20px;
}

.navbar .container ul li .grid {
  position: absolute;
  width: 100%;
  overflow-y: scroll;
  left: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 20px;
  background-color: #120d21;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 70vh;
  z-index: 1;
}

.navbar .container ul li .grid .grid ::-webkit-scrollbar {
  width: 2px;
}

.navbar .container ul li .grid .grid ::-webkit-scrollbar-track {
  background: #211c30;
}

.navbar .container ul li .grid .grid ::-webkit-scrollbar-thumb {
  background: #888;
}

.navbar .container ul li .grid .grid ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar .container ul li .grid a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navbar .container ul li .grid .info {
  padding: 60px 30px;
  background-color: #120d21;
}

.navbar .container ul li .grid .info i {
  font-size: 17px;
  margin-bottom: 20px;
}

.navbar .container ul li .grid .info h3 {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
}

.navbar .container ul li .grid .info p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.navbar .container ul li .grid .info:hover i,
.navbar .container ul li .grid .info:hover h3,
.navbar .container ul li .grid .info:hover p {
  color: #120d21;
}

.navbar .container ul li .grid .info:nth-child(1n-0):hover {
  background: #fecbe1;
  background: linear-gradient(173deg, #fecbe1 0%, #accff7 100%);
}

.navbar .container ul li .grid .info:nth-child(2n-0):hover {
  background: #facbfe;
  background: linear-gradient(173deg, #facbfe 0%, #f7acac 100%);
}

.navbar .container ul li .grid .info:nth-child(3n-0):hover {
  background: #cbfefd;
  background: linear-gradient(173deg, #cbfefd 0%, #f7d7ac 100%);
}

.navbar .container ul li .grid .info:nth-child(4n-0):hover {
  background: #cbcbfe;
  background: linear-gradient(173deg, #cbcbfe 0%, #f7f2ac 100%);
}

.navbar .container ul li .grid .info:nth-child(5n-0):hover {
  background: #fecbf7;
  background: linear-gradient(173deg, #fecbf7 0%, #acf7bb 100%);
}

.navbar .container ul li .grid .info:nth-child(6n-0):hover {
  background: #cbcbfe;
  background: linear-gradient(173deg, #cbcbfe 0%, #f7f2ac 100%);
}

.navbar .container ul li .grid .info:nth-child(7n-0):hover {
  background: #fecbe1;
  background: linear-gradient(173deg, #fecbe1 0%, #accff7 100%);
}

.navbar .container ul li .grid .info:nth-child(8n-0):hover {
  background: #facbfe;
  background: linear-gradient(173deg, #facbfe 0%, #f7acac 100%);
}

.navbar .container ul .contact-class {
  background-color: #ff9900;
  color: #fff;
}

.navbar .container ul li:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .container ul li:hover .grid {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

.navbar .container .opennav {
  background-color: #120d21;
  display: none;
}

.navbar .container .opennav li {
  height: 2px;
  width: 40px;
  margin: 5px 0px;
  background-color: #fff;
}

.responsive-nav {
  background-color: #120d21;
  position: fixed;
  top: 120px;
  left: 0px;
  z-index: 99999999;
  display: none;
}

.responsive-nav .container {
  max-width: 800px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  padding: 10px 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.responsive-nav .container .box button {
  width: 100%;
  text-align: start;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px #211c30 solid;
  padding: 10px;
}

.responsive-nav .container .box button i {
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
}

.responsive-nav .container .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.responsive-nav .container .box ul li {
  border-bottom: 1px #211c30 solid;
}

.responsive-nav .container ul li {
  padding: 5px 0px;
}

.responsive-nav .container ul li a {
  color: #fff;
  font-size: 14px;
}

.responsive-nav .container ul li a i {
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

.header {
  background-color: #120d21;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.header .container {
  padding: 10px 1em;
  max-width: 90%;
}

.header .container .box {
  padding: 20px 0px;
  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;
}

.header .container .box h1 {
  color: #fff;
  font-size: 3.7rem;
  line-height: 60px;
}

.header .container .box .details {
  margin-right: 90px;
}

.header .container .box .details h2 {
  color: #d1d0d0;
  line-height: 1.8rem;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.header .container .box .details a {
  display: inline-block;
  background-color: #ff9900;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 23px 23px;
}

.header .container .box .details a i {
  color: #fff;
}

.header .splide {
  background-color: #120d21;
  width: 100%;
  overflow: hidden;
  height: 500px;
}

.header .splide .splide__track {
  -webkit-transform: rotateX(51deg) rotateY(-16deg) rotateZ(28deg) translateY(-100px);
          transform: rotateX(51deg) rotateY(-16deg) rotateZ(28deg) translateY(-100px);
  overflow: visible;
  width: 100%;
}

.header .splide .splide__track .splide__list .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  margin: 30px;
  overflow: visible;
}

.header .splide .splide__track .splide__list .splide__slide img {
  -webkit-box-shadow: 20px 60px 50px rgba(0, 0, 0, 0.9);
          box-shadow: 20px 60px 50px rgba(0, 0, 0, 0.9);
  border-radius: 15px;
  margin: 20px 0px;
}

.header .splide .splide__track .splide__list .splide__slide video {
  margin: 20px 0px;
  border-radius: 15px;
  -webkit-box-shadow: 20px 60px 50px rgba(0, 0, 0, 0.9);
          box-shadow: 20px 60px 50px rgba(0, 0, 0, 0.9);
}

.brands .container {
  padding: 10px 0em;
  max-width: 100%;
  overflow-x: hidden;
}

.brands .container .slider {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: scrollx 60s infinite linear;
          animation: scrollx 60s infinite linear;
  width: 100%;
}

.brands .container .slider img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 80px;
}

.brands .container .slider .brand1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 60px;
}

.brands .container .slider .brand2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 50px;
}

.brands .container .slider img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.lower-service {
  background-color: #f8f8f8;
}

.lower-service .container {
  width: 95%;
  max-width: 95%;
}

.lower-service .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 80px 1em;
}

.lower-service .container h1 {
  font-size: 35px;
}

.lower-service .container h1 span {
  color: #ff9900;
}

.lower-service .container .p1 {
  line-height: 30px;
}

.image {
  padding: 60px 1em;
}

.image .container {
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}

.image .container img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes scrolly_1 {
  0% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
}

@keyframes scrolly_1 {
  0% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
}

@-webkit-keyframes scrolly_2 {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  50% {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}

@keyframes scrolly_2 {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  50% {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}

.highlight {
  background-color: #120d21;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}

.highlight .container {
  padding: 0px;
}

.highlight .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.highlight .container .grid .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: 500px;
}

.highlight .container .grid .box1 .info h2 {
  color: #fff;
  font-size: 38px;
}

.highlight .container .grid .box1 .info p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.highlight .container .grid .box2 .grid {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin: auto;
  gap: 30px;
}

.highlight .container .grid .box2 .grid .out-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.highlight .container .grid .box2 .grid .out-box .box {
  background-color: #f9f9f9;
  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;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.highlight .container .grid .box2 .grid .out-box .box img {
  width: 70px;
}

.highlight .container .grid .box2 .grid .out-box-1 {
  -webkit-animation: scrolly_1 20s infinite linear;
          animation: scrolly_1 20s infinite linear;
}

.highlight .container .grid .box2 .grid .out-box-2 {
  -webkit-animation: scrolly_2 25s infinite linear;
          animation: scrolly_2 25s infinite linear;
}

.highlight .container .grid .box2 .grid .out-box-3 {
  -webkit-animation: scrolly_1 30s infinite linear;
          animation: scrolly_1 30s infinite linear;
}

.services .container {
  padding: 80px 1em;
}

.services .container h1 {
  margin-bottom: 30px;
  font-size: 2.5rem;
}

.services .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.services .container .grid .info {
  padding: 60px 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.services .container .grid .info i {
  font-size: 26px;
  margin-bottom: 20px;
  color: #120d21;
}

.services .container .grid .info h3 {
  color: #120d21;
  font-size: 20px;
  margin-top: 16px;
  font-weight: 600;
}

.services .container .grid .info p {
  margin-top: 16px;
  color: rgba(18, 13, 33, 0.75);
  font-size: 15px;
}

.services .container .grid .info .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  bottom: -70px;
}

.services .container .grid .info:hover i,
.services .container .grid .info:hover h3,
.services .container .grid .info:hover p {
  color: #fff;
}

.services .container .grid .info:hover .arrow {
  bottom: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.services .container .grid .grid-1 {
  background: #ffeaf3;
}

.services .container .grid .grid-2 {
  background: #e0deff;
}

.services .container .grid .grid-3 {
  background: #e2ffff;
}

.services .container .grid .grid-4 {
  background: #ffdbdb;
}

.services .container .grid .grid-5 {
  background: #dfffe2;
}

.services .container .grid .grid-6 {
  background: #fff9dc;
}

.services .container .grid .grid-7 {
  background: #fedbcb;
}

.services .container .grid .grid-8 {
  background: #deedff;
}

.services .container .grid .info:nth-child(1n+0):hover {
  background: #030e21;
  background: linear-gradient(343deg, rgba(11, 46, 105, 0.8) 0%, rgba(49, 112, 255, 0.8) 100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.services .container .grid .info:nth-child(2n+0):hover {
  background: #315085;
  background: linear-gradient(343deg, rgba(49, 80, 133, 0.8) 0%, rgba(72, 198, 97, 0.8) 100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.services .container .grid .info:nth-child(3n+0):hover {
  background: #096ad6;
  background: linear-gradient(343deg, rgba(9, 106, 214, 0.8) 0%, rgba(27, 255, 137, 0.8) 100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.services .container .grid .info:nth-child(4n+0):hover {
  background: #fff800;
  background: linear-gradient(343deg, rgba(255, 248, 0, 0.8) 0%, rgba(46, 180, 106, 0.8) 100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.case {
  background-color: #fafafa;
  overflow: hidden;
}

.case .container {
  padding: 100px 1em;
  margin-left: auto;
  position: relative;
  height: 800px;
}

.case .container h1 {
  margin-bottom: 30px;
  font-size: 2.5rem;
}

.case .container .items {
  position: absolute;
  bottom: 30px;
  left: 0px;
}

.case .container .items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case .container .items ul li {
  width: 50px;
  height: 6px;
  background-color: #757575;
  margin-right: 10px;
}

.case .container .items .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0px;
}

.case .container .items .flex-container .box {
  width: 320px;
  height: 450px;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.case .container .items .flex-container .box a {
  width: 100%;
  height: 100%;
}

.case .container .items .flex-container .box a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.case .container .items .flex-container .box a .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #0056ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 86, 255, 0)), to(rgba(0, 0, 0, 0.835172)));
  background: linear-gradient(180deg, rgba(0, 86, 255, 0) 30%, rgba(0, 0, 0, 0.835172) 100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 2;
}

.case .container .items .flex-container .box a .overlay .data {
  position: relative;
  height: 100%;
}

.case .container .items .flex-container .box a .overlay .data .inner-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.case .container .items .flex-container .box a .overlay .data .inner-box h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.case .container .items .flex-container .box a .overlay .data .inner-box p {
  color: #dbdbdb;
  font-size: 15px;
  margin-bottom: 40px;
  font-weight: 600;
}

.case .container .items .flex-container .box a .overlay .data .inner-box h3 {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.case .container .items .flex-container .box a .overlay .data .inner-box h3 span {
  color: #fff;
  border-bottom: 1px #fff solid;
  padding: 10px 0px;
  margin-right: 10px;
}

.case .container .items .flex-container .box a .overlay .data .inner-box h3 i {
  color: #fff;
}

.case .container .items .flex-container .box a .overlay1:hover {
  background-color: rgba(53, 29, 124, 0.7);
}

.case .container .items .flex-container .box a .overlay2:hover {
  background-color: rgba(117, 31, 94, 0.7);
}

.case .container .items .flex-container .box a .overlay3:hover {
  background-color: rgba(156, 38, 38, 0.7);
}

.case .container .items .flex-container .box a .overlay4:hover {
  background-color: rgba(203, 56, 37, 0.7);
}

.case .container .items .flex-container .box a .overlay5:hover {
  background-color: rgba(79, 196, 64, 0.7);
}

.case .container .items .flex-container .box a .overlay6:hover {
  background-color: rgba(230, 203, 45, 0.7);
}

.case .container .items .flex-container .box a .overlay7:hover {
  background-color: rgba(182, 237, 80, 0.7);
}

.case .container .items .flex-container .box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.case .container .items .flex-container .box:hover .overlay .data .inner-box h3 {
  font-size: 25px;
  margin-bottom: 60px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

.trust .container {
  padding: 0px;
  width: 90%;
  max-width: 90%;
}

.trust .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.trust .container .grid .box {
  padding: 50px 0px;
}

.trust .container .grid .box-1 {
  background-color: #fff;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}

.trust .container .grid .box-1 .btns {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 9px 17px;
  border-radius: 20px;
  z-index: 2;
  position: absolute;
}

.trust .container .grid .box-1 .next {
  right: 0px;
}

.trust .container .grid .box-1 .prev {
  left: 0px;
}

.trust .container .grid .box-1 .box .tab {
  padding: 40px 50px;
  background-color: #efefef;
  border-radius: 10px;
  margin-bottom: 10px;
  display: none;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin: auto;
}

.trust .container .grid .box-1 .box .tab .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.trust .container .grid .box-1 .box .tab .flex .avatar {
  background-color: #120d21;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}

.trust .container .grid .box-1 .box .tab img {
  width: 120px;
}

.trust .container .grid .box-1 .box .tab .review {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.trust .container .grid .box-1 .box .tab a {
  color: #12211b;
  text-decoration: underline;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}

.trust .container .grid .box-1 .box .tab a img {
  width: 120px;
  margin-left: 5px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.trust .container .grid .box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.trust .container .grid .box-2 .info {
  margin: auto;
}

.trust .container .grid .box-2 .info h2 {
  color: #333;
  font-size: 10.5rem;
  font-family: war;
}

.trust .container .grid .box-2 .info img {
  width: 35%;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.tags {
  background-color: #f9f9f9;
}

.tags .container {
  padding: 100px 1em;
}

.tags .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tags .container .grid .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tags .container .grid .cont h2 {
  font-size: 35px;
}

.tags .container .grid .cont h2 span {
  margin-right: 1px;
}

.tags .container .grid .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags .container .grid .flex li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 5px;
  font-size: 18px;
}

.blog .title {
  margin-bottom: 30px;
  font-size: 2.5rem;
}

.blog .container {
  padding: 100px 1em;
}

.blog .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 50px 0px;
}

.blog .container .grid .box {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(49, 46, 66, 0.08);
          box-shadow: 5px 5px 10px rgba(49, 46, 66, 0.08);
}

.blog .container .grid .box .image {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.blog .container .grid .box .image .tag {
  position: absolute;
  left: 10%;
  bottom: -10px;
  font-size: 11px;
  background-color: #ff9900;
  color: #120d21;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
}

.blog .container .grid .box .info {
  padding: 30px;
}

.blog .container .grid .box .info .date {
  color: dimgray;
  font-size: 13px;
  margin-bottom: 20px;
}

.blog .container .grid .box .info .title {
  color: #120d21;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.blog .container .grid .box .info .para {
  font-size: 13px;
  margin-bottom: 10px;
}

.blog .container .grid .box .info a {
  display: inline-block;
  border: 1px #bbbbbb solid;
  background-color: transparent;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 15px;
}

.blog .container .grid .box:hover .image {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  background-size: 130%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.blog .container .grid .box:hover .info .title {
  color: #ff9900;
}

.blog .container .grid .box:hover a {
  color: #120d21;
  background-color: #ff9900;
  border: 1px #ff9900 solid;
}

.faq {
  background-color: #120d21;
}

.faq .container {
  padding: 100px 1em;
}

.faq .container h1 {
  margin-bottom: 30px;
  font-size: 2.3rem;
  color: #fff;
}

.faq .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.faq .container .grid .box {
  width: 100%;
  border-bottom: 1px #ebebeb solid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.faq .container .grid .box .info {
  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;
  margin-bottom: 10px;
  padding: 10px 0px;
}

.faq .container .grid .box .info p {
  color: #ebebeb;
  font-size: 17px;
}

.faq .container .grid .box .info i {
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.faq .container .grid .box .content {
  padding: 20px 0px;
}

.faq .container .grid .box .content p {
  color: #8d8d8d;
}

.faq .container .grid .box .info:hover p {
  color: #ff9900;
}

.footer {
  background-color: #0a0713;
}

.footer .container {
  padding: 150px 1em;
}

.footer .container img {
  width: 200px;
  margin-bottom: 40px;
}

.footer .container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  gap: 60px;
  max-width: 97%;
  margin: auto;
}

.footer .container .grid .links {
  width: 100%;
}

.footer .container .grid .links h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: start;
}

.footer .container .grid .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.footer .container .grid .links ul a {
  color: #8a8a8a;
  font-size: 16px;
  padding: 15px 0px;
}

.footer .container .grid .links ul a i {
  color: #8a8a8a;
  margin-right: 10px;
}

.footer .container .grid .links ul a:hover {
  color: #ff9900;
}

/*===============================================*/
@media screen and (max-width: 1300px) {
  .blog .title {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  .blog .container {
    padding: 100px 1em;
    max-width: 100%;
  }
  .blog .container .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 50px 0px;
  }
  .blog .container .grid .box {
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(49, 46, 66, 0.08);
            box-shadow: 5px 5px 10px rgba(49, 46, 66, 0.08);
  }
  .blog .container .grid .box .image {
    width: 100%;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .blog .container .grid .box .image .tag {
    position: absolute;
    left: 10%;
    bottom: -10px;
    font-size: 11px;
    background-color: #ff9900;
    color: #120d21;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .blog .container .grid .box .info {
    padding: 30px;
  }
  .blog .container .grid .box .info .date {
    color: dimgray;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .blog .container .grid .box .info .title {
    color: #120d21;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .blog .container .grid .box .info .para {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .blog .container .grid .box .info a {
    display: inline-block;
    border: 1px #bbbbbb solid;
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
  }
  .blog .container .grid .box:hover .image {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    background-size: 130%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .blog .container .grid .box:hover .info .title {
    color: #ff9900;
  }
  .blog .container .grid .box:hover a {
    color: #120d21;
    background-color: #ff9900;
    border: 1px #ff9900 solid;
  }
}

@media screen and (max-width: 1040px) {
  .blog .container .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .blog .title {
    font-size: 2rem;
  }
  .blog .container .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

/*==============================================*/
@media screen and (max-width: 1080px) {
  .trust .container {
    width: 100%;
    max-width: 100%;
  }
  .trust .container .grid .box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .trust .container .grid .box-2 .info {
    margin: auto;
  }
  .trust .container .grid .box-2 .info img {
    width: 45%;
  }
}

@media screen and (max-width: 870px) {
  .trust .container {
    width: 100%;
    max-width: 100%;
  }
  .trust .container .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trust .container .grid .box-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .trust .container .grid .box-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 20px 0px;
  }
  .trust .container .grid .box-2 .info {
    margin: auto;
  }
  .trust .container .grid .box-2 .info img {
    width: 45%;
  }
}

@media screen and (max-width: 750px) {
  .trust .container .grid .box-2 .info img {
    width: 35%;
  }
}

@media screen and (max-width: 400px) {
  .trust .container {
    width: 100%;
    max-width: 100%;
  }
  .trust .container .grid .box-1 .box .tab {
    padding: 40px 30px;
  }
  .trust .container .grid .box-1 .box .tab .flex .avatar {
    background-color: #120d21;
    width: 30px;
    height: 30px;
  }
  .trust .container .grid .box-1 .box .tab h3 {
    font-size: 15px;
  }
  .trust .container .grid .box-1 .box .tab img {
    width: 120px;
  }
  .trust .container .grid .box-1 .box .tab .review {
    font-size: 12px;
  }
  .trust .container .grid .box-1 .box .tab a {
    color: #12211b;
    font-size: 12px;
  }
  .trust .container .grid .box-1 .box .tab a img {
    width: 60px;
    margin-left: 5px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .trust .container .grid .box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0px 20px;
  }
  .trust .container .grid .box-2 .info {
    margin: auto;
  }
  .trust .container .grid .box-2 .info img {
    width: 50%;
  }
}

@media screen and (max-width: 895px) {
  .lower-service .container {
    width: 100%;
    max-width: 100%;
  }
  .lower-service .container .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 80px 1em;
  }
  .lower-service .container h1 {
    font-size: 25px;
  }
  .lower-service .container h1 span {
    color: #ff9900;
  }
  .lower-service .container p {
    line-height: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar .container {
    max-width: 100%;
  }
  .navbar .container ul {
    display: none;
  }
  .navbar .container .opennav {
    display: block;
  }
}

/*===================================================================*/
@media screen and (max-width: 1045px) {
  .faq .container h1 {
    font-size: 2.5rem;
  }
  .faq .container .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 800px) {
  .faq .container h1 {
    font-size: 2.5rem;
  }
  .faq .container .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 670px) {
  .faq .container h1 {
    font-size: 1.8rem;
  }
  .faq .container .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 580px) {
  .faq .container h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 530px) {
  .faq .container h1 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 370px) {
  .faq .container h1 {
    font-size: 1.1rem;
  }
}

/*===================================================================*/
@media screen and (max-width: 1045px) {
  .services .container h1 {
    font-size: 2.5rem;
  }
  .services .container .grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 800px) {
  .services .container h1 {
    font-size: 2.5rem;
  }
  .services .container .grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 670px) {
  .services .container h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 530px) {
  .services .container h1 {
    font-size: 1.4rem;
  }
  .services .container .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 370px) {
  .services .container h1 {
    font-size: 1.1rem;
  }
}

/*********************Footer***********************/
@media screen and (max-width: 975px) {
  .footer .container {
    padding: 150px 1em;
  }
  .footer .container img {
    width: 200px;
    margin-bottom: 40px;
  }
  .footer .container .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 1fr;
    gap: 60px;
    max-width: 97%;
    margin: auto;
  }
}

@media screen and (max-width: 605px) {
  .footer .container {
    padding: 150px 1em;
  }
  .footer .container img {
    width: 200px;
    margin-bottom: 40px;
  }
  .footer .container .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
  .footer .container .grid .links h2 {
    margin-bottom: 16px;
  }
  .footer .container .grid .links ul a {
    font-size: 13px;
  }
}

@media screen and (max-width: 550px) {
  .footer .container {
    padding: 150px 1em;
  }
  .footer .container img {
    width: 300px;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .container .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

/*/////////////////////////////////////////*/
@media screen and (max-width: 1090px) {
  .brands .container .slider {
    -webkit-animation: scrollx_2 60s infinite linear;
            animation: scrollx_2 60s infinite linear;
  }
}

@media screen and (max-width: 730px) {
  .brands .container .slider {
    -webkit-animation: scrollx_3 60s infinite linear;
            animation: scrollx_3 60s infinite linear;
  }
}

/*================================*/
@media screen and (max-width: 860px) {
  .header .container {
    max-width: 100%;
  }
  .header .container .box {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .container .box h1 {
    font-size: 6.7vw;
    margin-bottom: 30px;
  }
  .header .container .box .details {
    display: none;
  }
}

@media screen and (max-width: 775px) {
  .highlight {
    min-height: 100%;
    max-height: 100%;
  }
  .highlight .container {
    width: 100%;
    max-width: 100%;
    padding: 50px 0px;
  }
  .highlight .container .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0px 1em;
  }
  .highlight .container .grid .box1 {
    padding: 50px 0px;
  }
  .highlight .container .grid .box2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .highlight .container .grid .box2 .grid {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .header .container .box h1 {
    font-size: 8.7vw;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 440px) {
  .highlight .container {
    width: 100%;
    max-width: 100%;
    padding: 50px 0px;
  }
  .highlight .container .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0px 1em;
    gap: 0px;
  }
  .highlight .container .grid .box1 {
    padding: 0px;
  }
  .highlight .container .grid .box2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .highlight .container .grid .box2 .grid {
    max-width: 100%;
    width: 100%;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .highlight .container .grid .box2 .grid .out-box-1,
  .highlight .container .grid .box2 .grid .out-box-2,
  .highlight .container .grid .box2 .grid .out-box-3 {
    -webkit-animation: none;
            animation: none;
  }
  .highlight .container .grid .box2 .grid .out-box-3 {
    display: none;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

/*=================================*/
@media screen and (max-width: 1070px) {
  .tags .container {
    max-width: 100%;
    padding: 100px 1em;
  }
  .tags .container .grid .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 880px) {
  .tags .container {
    max-width: 100%;
    padding: 50px 1em;
  }
  .tags .container .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .tags .container .grid .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*# sourceMappingURL=index.css.map */