* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*,
*::before,
*::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 300px) {
  .container {
    min-width: 290px;
  }
}

@media (min-width: 375px) {
  .container {
    min-width: 365px;
  }
}

@media (min-width: 425px) {
  .container {
    min-width: 425px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 954px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1370px;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: 2460px;
  }
}

*::-moz-selection {
  background: #19a99f;
  color: #fff;
}

*::selection {
  background: #19a99f;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

html body {
  position: relative;
  background: #fff;
  min-height: 100vh;
}

html body::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #19a99f;
}

.btn-fixed-lang {
  position: fixed;
  bottom: 10%;
  left: 5%;
  overflow: hidden;
  padding: 2px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #19a99f;
  color: #fff;
  z-index: 99999;
  border-width: 0;
  border-radius: 50%;
  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;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btn-fixed-lang > img {
  margin-right: 4px;
  margin-left: 4px;
}

.btn-fixed-lang:hover {
  width: 85px;
  border-radius: 5px;
  padding-right: 50px;
}

header {
  width: 100%;
}

header .container {
  position: relative;
}

header .container .group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 15px;
  margin-top: -50px;
  padding-right: 10px;
}

header .container .group-btn .btn-login,
header .container .group-btn .btn-signup {
  background: #19a99f;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #19a99f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header .container .group-btn .btn-login img,
header .container .group-btn .btn-signup img {
  max-width: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .container .group-btn .btn-login:hover img,
header .container .group-btn .btn-signup:hover img {
  -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
          transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
}

header .container .group-btn .btn-login:hover,
header .container .group-btn .btn-signup:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

header .container .group-btn .btn-login {
  background: #fff;
  color: #19a99f;
  border: 1px solid #19a99f;
}

header .container > img {
  max-width: 90px;
  margin-top: 20px;
}

header .container .btn-langoug {
  position: absolute;
  top: 3px;
  right: 0;
  background-color: #19a99f;
  border: none;
  padding: 5px 10px;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 99999;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

header .container .btn-langoug img {
  padding-right: 5px;
  max-width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .container .btn-langoug:hover {
  text-decoration: underline;
  -webkit-filter: saturate(1.9);
          filter: saturate(1.9);
}

header .container .btn-langoug:hover img {
  -webkit-transform: rotateX(0deg) rotateY(-360deg) rotateZ(0deg);
          transform: rotateX(0deg) rotateY(-360deg) rotateZ(0deg);
}

nav {
  width: 100%;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #19a99f;
  padding-top: 15px;
}

nav .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav .container .nav-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav .container .nav-links .noor-icon {
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  border-color: #19a99f;
  padding-right: 20px;
  margin-right: 20px;
  display: none;
}

nav .container .nav-links .noor-icon img {
  width: 40px;
}

nav .container .nav-links ul {
  list-style: none;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

nav .container .nav-links ul li {
  background-color: #f1f3f6;
  padding: 2px 10px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

nav .container .nav-links ul li a {
  text-decoration: none;
  color: #444;
}

nav .container .nav-links ul li:hover {
  background-color: #19a99f;
}

nav .container .nav-links ul li:hover a {
  color: #fff;
}

nav .container .nav-links ul li.active-link {
  background-color: #19a99f;
}

nav .container .nav-links ul li.active-link > a {
  background-color: #19a99f;
  color: #fff;
}

nav .container .nav-links input {
  position: relative;
  min-width: 200px;
  max-width: 400px;
  padding: 2px;
  margin-left: 15px;
  border: none;
  text-indent: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #fff;
}

nav .container .nav-links input:active {
  border: none;
  outline: none;
}

nav .container .nav-links input:focus {
  outline: none;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #19a99f;
}

nav .container .nav-links input::-webkit-input-placeholder {
  background: url("../image/svg/search.svg") left center no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav .container .nav-links input:-ms-input-placeholder {
  background: url("../image/svg/search.svg") left center no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav .container .nav-links input::-ms-input-placeholder {
  background: url("../image/svg/search.svg") left center no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav .container .nav-links input::placeholder {
  background: url("../image/svg/search.svg") left center no-repeat;
  background-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav .container .nav-links input:hover {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
  border-color: #19a99f;
}

nav .container .nav-links input:hover::-webkit-input-placeholder {
  opacity: 0;
}

nav .container .nav-links input:hover:-ms-input-placeholder {
  opacity: 0;
}

nav .container .nav-links input:hover::-ms-input-placeholder {
  opacity: 0;
}

nav .container .nav-links input:hover::placeholder {
  opacity: 0;
}

nav .container .group-btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: none;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

nav .container .group-btn button {
  background: #19a99f;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #19a99f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav .container .group-btn button img {
  max-width: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav .container .group-btn button:hover img {
  -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
          transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
}

nav .container .group-btn button:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

nav .container .group-btn .btn-login {
  background: #fff;
  color: #19a99f;
  border: 1px solid #19a99f;
}

.landing {
  padding-top: 250px;
  padding-bottom: 200px;
  width: 100%;
  margin-top: 20px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#19a99f), to(#fff));
  background: linear-gradient(360deg, #19a99f, #fff 100%);
}

.landing .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing .container h1 {
  font-size: 2.2em;
  font-weight: 600;
  color: #19a99f;
  background-color: #fff;
  padding: 2px 10px;
}

.landing .container p {
  text-align: center;
  color: #fff;
  font-size: 1em;
  margin: 2vh 0;
  background-color: #19a99f;
  padding: 2px 10px;
}

.landing .container form {
  border-radius: 90px;
  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;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  min-width: 40%;
  padding: 2px;
}

.landing .container form > img {
  cursor: pointer;
  margin: 2px 10px;
  min-width: 20px;
}

.landing .container form input[type="search"] {
  width: 100%;
}

.landing .container form input[type="search"], .landing .container form input[type="search"]:focus, .landing .container form input[type="search"]:active {
  border: none;
  outline: none;
}

.landing .container form input[type="submit"] {
  background: #19a99f;
  border-radius: 30px;
  border-style: none;
  font-size: 0.9em;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}

.landing .container form input[type="submit"]:hover {
  background: #f1f3f6;
  color: #19a99f;
}

.landing .container .btn-group {
  margin-top: 50px;
  min-width: 200px;
  max-width: 500px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.landing .container .btn-group button {
  background: transparent;
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
}

.landing .container .btn-group button:hover {
  background-color: #f1f3f6;
  color: #19a99f;
}

.landing .container .btn-group button a {
  color: inherit;
  text-decoration: none;
}

.landing svg {
  position: absolute;
  top: 99.5%;
  left: 0;
}

.content-card {
  min-height: 100vh;
  padding-top: 220px;
  padding-bottom: 25vh;
  position: relative;
  background-image: url("../image/svg/bg.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: animationBackground 5s ease both infinite;
          animation: animationBackground 5s ease both infinite;
}

.content-card h1 {
  position: absolute;
  left: 50%;
  top: 40px;
  max-width: 250px;
  color: #444;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.content-card h1::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  background-color: #4ae4d9;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-card h1 span {
  color: #4ae4d9;
}

.content-card .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px 50px;
  position: relative;
  z-index: 999;
}

.content-card .container .card {
  position: relative;
  background: #fff;
  border-radius: 25px;
  min-width: 200px;
  max-width: 250px;
  border: 1px solid #19a99f;
  text-align: center;
}

.content-card .container .card:hover .image img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.content-card .container .card > .image-author {
  border-radius: 15px;
  overflow: hidden;
  height: 50px;
  width: 50px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  top: 25px;
  left: 25px;
  z-index: 99;
}

.content-card .container .card > .image-author img {
  width: 150%;
  background: #f1f3f6;
}

.content-card .container .card > .image-author:hover {
  width: 80px;
  height: 80px;
}

.content-card .container .card > .image-author:hover img {
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}

.content-card .container .card .image {
  margin: 15px;
  overflow: hidden;
  border: 1px solid #19a99f;
  border-radius: 25px;
  max-width: 270px;
  max-height: 280px;
}

.content-card .container .card .image > img {
  width: 100%;
  -webkit-filter: grayscale(0.6);
          filter: grayscale(0.6);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.content-card .container .card .control {
  min-width: 100%;
  padding: 5px 0;
  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;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content-card .container .card .control .next,
.content-card .container .card .control .back {
  display: inline-block;
  padding: 10px 15px;
  background: #f1f3f6;
  cursor: pointer;
}

.content-card .container .card .control .next:hover,
.content-card .container .card .control .back:hover {
  padding: 10px 20px;
}

.content-card .container .card .control .back img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.content-card .container .card h3 {
  position: relative;
  width: auto;
  line-height: 2;
}

.content-card .container .card h3::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 2px;
  background: #19a99f;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-card .container .card .author {
  font-size: 0.9em;
  margin: 10px 0;
}

.content-card .container .card::after {
  position: absolute;
  content: "";
  right: -25px;
  bottom: -25px;
  background: #f1f3f6;
  width: 95%;
  height: 100%;
  z-index: -99;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-card .container .card:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media (min-width: 200px) {
  header .container .group-btn {
    margin-top: 0;
  }
  nav .container .nav-links {
    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;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav .container .nav-links ul {
    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;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 375px) {
  .content-card {
    padding-top: 160px;
  }
}

@media (max-width: 537px) {
  nav .container .nav-links ul {
    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;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 10px;
  }
  nav .container .nav-links input {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  header .container .btn-langoug {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .container .nav-links .noor-icon {
    display: inline-block;
  }
  .landing .container form {
    min-width: 60%;
  }
  .landing .container form input[type="search"] {
    max-width: 90%;
  }
  .landing .container form input[type="submit"] {
    font-size: 1.2em !important;
  }
  .landing .container .btn-group {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content-card {
    padding-top: 200px;
  }
  .content-card h1 {
    top: 70px;
  }
}

@media (min-width: 1024px) {
  nav .container .group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .container .group-btn {
    display: none;
  }
  .content-card {
    padding-top: 220px;
  }
  .content-card h1 {
    top: 90px;
  }
}

@media (min-width: 1440px) {
  .content-card {
    padding-top: 300px;
  }
  .content-card h1 {
    top: 150px;
  }
}

@media (min-width: 2560px) {
  .content-card {
    padding-top: 300px;
  }
  .content-card h1 {
    top: 180px;
  }
}

@-webkit-keyframes animationBackground {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 15% 10%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes animationBackground {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 15% 10%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.copyRight {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  background-color: #fff;
  z-index: 999999999;
  top: 0;
  left: 0;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.copyRight h1 {
  font-size: 2em;
  max-width: 400px;
}

.copyRight h1 span {
  background-color: #19a99f;
  color: #fff;
}

.copyRight p {
  font-size: 1.2em;
  font-weight: 500;
}

.copyRight a {
  text-decoration: none;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 2.5px;
  color: #19a99f;
}

.copyRight hr {
  border: 0.5px solid #f1f3f6;
  min-width: 5%;
  margin: 5px;
}
/*# sourceMappingURL=main.css.map */