@font-face {
  font-family: "light";
  src: url(../Fonts/tajawal/Tajawal-Light.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/cairo/Cairo-Regular.ttf);
}

@font-face {
  font-family: "medium";
  src: url(../Fonts/cairo/Cairo-SemiBold.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/cairo/Cairo-Bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'light';
}

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

*::selection {
  background-color: #000;
  color: #fff;
}

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

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 8px;
}

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

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: "bold";
}

h4, h5, h6 {
  font-family: "medium";
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*start section header*/
header {
  background: url(../images/header1.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

header .navbar {
  padding: 30px 0;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  width: 83%;
}

header .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  position: relative;
}

header .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
  background: #fff;
}

header .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .navbar .navbar-toggler .navbar-toggler-icon::after, header .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

header .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

header .navbar .navbar-brand img {
  width: 70%;
}

header .navbar .navbar-nav {
  padding-left: 30px;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: capitalize;
  padding-left: 30px;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff7364;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

header .navbar .record .sign-in {
  background-color: transparent;
  border: none;
  border-radius: 30px;
  padding: 8px 50px;
  font-size: 15px;
}

header .navbar .record .sign-in:hover {
  background-color: #ff7364;
  color: #fff;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

header .navbar .record .sign-in:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar .record .sign-up {
  background-color: transparent;
  border-radius: 30px;
  padding: 8px 35px;
  font-size: 15px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .navbar .record .sign-up i {
  font-size: 13px;
}

header .navbar .record .sign-up:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar .record .sign-up:hover {
  background-color: #ff7364;
  color: #fff;
  border: 1px solid #ff7364;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

header .header-info {
  padding: 100px 0;
}

header .header-info .header-content {
  padding: 100px 0px;
}

header .header-info .header-content .title {
  color: #fff;
  font-size: 37px;
  padding-bottom: 35px;
  font-family: "bold";
}

header .header-info .header-content .text {
  font-size: 16px;
  color: #fff;
  padding-bottom: 35px;
  font-family: "light";
}

header .header-info .header-content .free {
  background-color: #ff7364 !important;
  border-radius: 30px;
  padding: 12px 36px;
  font-size: 18px;
  border: 1px solid #ff7364 !important;
}

header .header-info .header-content .free:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header .header-info .header-content .free:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

header .header-info .header-content .watch {
  background-color: transparent !important;
  border-radius: 30px;
  padding: 12px 26px;
  font-size: 18px;
  border: 1px solid #fff !important;
}

header .header-info .header-content .watch:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

header .header-info .header-content .watch img {
  width: 13px;
  position: relative;
  right: 8px;
}

header .header-info .header-content .watch:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header .header-info .header-images {
  background: url(../images/header2.png);
  background-size: cover;
  height: 87%;
}

header .header-info .header-images img {
  width: 80%;
  margin-top: 100px;
}

/*end section header*/
/*start section feauters*/
.feauters {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.feauters .shape {
  position: absolute;
  right: 0;
  top: 50px;
  width: 100px;
}

.feauters .feauters-heading {
  text-align: center;
  padding: 50PX 0 40px 0;
}

.feauters .feauters-heading .title {
  color: #1D2A3B;
  font-size: 30px;
}

.feauters .feauters-heading .text {
  color: #9198A2;
  font-size: 20px;
  list-style: 30px;
}

.feauters .card {
  color: #1D2A3B;
  width: 374px;
  height: 320px;
  background-color: transparent;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e8ebf2;
  padding: 30px 32px 30px 32px;
}

.feauters .card:hover {
  -webkit-box-shadow: 0px 0px 13px 0px #eeeef3;
          box-shadow: 0px 0px 13px 0px #eeeef3;
}

.feauters .card:hover img {
  animation: rotate-out-hor 0.5s ease-in-out alternate-reverse both;
}

.feauters .card:hover .card-link {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.feauters .card img {
  width: 19%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feauters .card .card-title {
  padding-top: 25px;
  font-family: "bold";
}

.feauters .card .card-text {
  padding-top: 12px;
  font-family: "light";
}

.feauters .card .card-link {
  color: #1d2a3b;
}

.feauters .card .card-link i {
  font-size: 10px;
}

.feauters .active {
  background-color: #fff;
  border-left: 1px solid #e8ebf2;
  border-right: 1px solid #e8ebf2;
}

.feauters .border {
  border-left: 1px solid #e8ebf2 !important;
  border-right: 1px solid #e8ebf2 !important;
}

/*end section featueres*/
/*start section services*/
.services {
  position: relative;
  overflow: hidden;
}

.services .shape3 {
  position: absolute;
  width: 100px;
  top: -70px;
  width: 100px;
}

.services .shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}

.services .services-heading {
  text-align: center;
  padding-top: 70px;
}

.services .services-heading .title {
  color: #1d2a3b;
  font-size: 35px;
  padding-bottom: 20px;
}

.services .services-heading .text {
  color: #747e8c;
  padding-bottom: 60px;
  font-size: 16px;
}

.services .services-content {
  text-align: center;
}

.services .services-content .services-images {
  background: url(../images/services.png);
  background-size: contain;
  padding-right: 60px;
}

.services .services-content .services-icon {
  width: 140px;
  height: 140px;
  -webkit-box-shadow: 0px 0px 13px 0px #eeeef3;
          box-shadow: 0px 0px 13px 0px #eeeef3;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.services .services-content .services-icon .icon-content {
  padding: 30px 30px 0 0;
}

.services .services-content .services-icon .icon-content h6 {
  color: #1d2a3b;
  padding-top: 20px;
  font-family: "bold";
}

.services .services-content .content .heading {
  color: #1d2a3b;
  font-size: 21px;
  font-family: "bold";
}

.services .services-content .content .text {
  color: #747e8c;
  font-family: "light";
}

/*end section services*/
/*start section faeuters-unique*/
.unique-featuers {
  padding-top: 100px;
  overflow: hidden;
}

.unique-featuers .feauters-info .heading {
  color: #1d2a3b;
  font-size: 35px;
  padding-bottom: 20px;
}

.unique-featuers .feauters-info .text {
  color: #747e8c;
  font-size: 18px;
  padding-bottom: 30px;
  font-family: "light";
}

.unique-featuers .feauters-info .icon-content .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 45px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px #eeeef3;
          box-shadow: 0px 0px 13px 0px #eeeef3;
}

.unique-featuers .feauters-info .icon-content .icon img {
  margin-left: 9px;
  font-size: 26px;
}

.unique-featuers .feauters-info .icon-content .heading {
  color: #1d2a3b;
  font-size: 21px;
  padding-top: 25px;
  font-family: "bold";
}

.unique-featuers .feauters-info .icon-content .title {
  color: #747e8c;
  font-size: 17px;
}

.unique-featuers .feauters-info .icon-content a {
  color: #1d2a3b;
  font-family: "bold";
  font-size: 21px;
}

.unique-featuers .feauters-info .icon-content a img {
  padding-left: 10px;
}

.unique-featuers .feauters-info .unique-featuers-images {
  background: url(../images/Background-uniqye-feauter.png);
  background-size: cover !important;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.unique-featuers .feauters-info .unique-featuers-images .box-content .box {
  height: 150px;
  width: 170px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px #eeeef3;
          box-shadow: 0px 0px 13px 0px #eeeef3;
}

.unique-featuers .feauters-info .unique-featuers-images .box-content .box .box-info {
  padding: 25px;
}

.unique-featuers .feauters-info .unique-featuers-images .box-content .box .box-info img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.unique-featuers .feauters-info .unique-featuers-images .box-content .box .box-info h6 {
  color: #7d8794;
  font-size: 10px;
  font-family: "light";
  padding-top: 20px;
}

.unique-featuers .feauters-info .unique-featuers-images .box-content .box .box-info span {
  color: #1d2a3b;
  font-family: "bold";
  font-size: 26px;
}

.unique-featuers .feauters-info .unique-featuers-images .box-content .first {
  margin-top: 21px !important;
}

/*end section  feautersp-inique*/
/*start section product*/
.product {
  height: 95vh;
  position: relative;
  padding: 100px 0;
}

.product .line-content .secound {
  position: absolute;
  top: 50px !important;
}

.product .line-content .third {
  position: absolute;
  top: 100px;
}

.product .line-content .fourth {
  position: absolute;
  top: 114px;
}

.product .line-content .line-info {
  text-align: center;
  position: absolute;
  z-index: 1;
}

.product .line-content .line-info .line-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 45px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px #eeeef3;
          box-shadow: 0px 0px 13px 0px #eeeef3;
  z-index: 1;
}

.product .line-content .line-info .line-icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 10px;
}

.product .line-content .line-info h5 {
  font-family: "bold";
  padding: 10px 0;
}

.product .line-content .line-info p {
  font-family: "light";
}

.product .ocean {
  height: 359px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.product .ocean .wave-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: #fff;
}

.product .ocean .wave-content .title {
  padding-bottom: 10px;
}

.product .ocean .wave-content .text {
  color: #fff;
  padding-bottom: 10px;
}

.product .ocean .wave-content .free {
  background-color: #ff7364 !important;
  border-radius: 30px;
  padding: 12px 36px;
  font-size: 18px;
  border: 1px solid #ff7364 !important;
}

.product .ocean .wave-content .free:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.product .ocean .wave-content .watch {
  background-color: transparent !important;
  border-radius: 30px;
  padding: 12px 26px;
  font-size: 18px;
  border: 1px solid #fff !important;
}

.product .ocean .wave-content .watch img {
  width: 13px;
  position: relative;
  right: 8px;
}

.product .ocean .wave-content .watch:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.product .ocean .wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  -webkit-animation: wave 10s -3s linear infinite;
          animation: wave 10s -3s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0.8;
  background-repeat: no-repeat;
}

.product .ocean .wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
  z-index: -999;
}

.product .ocean .wave:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: wave 20s -1s linear infinite;
          animation: wave 20s -1s linear infinite;
  opacity: 0.5;
  z-index: -999;
}

/*end section product*/
/*start section blog*/
.blog {
  padding: 150px 0;
  overflow: hidden;
}

.blog .blog-heading {
  text-align: center;
  padding: 50PX 0 40px 0;
}

.blog .blog-heading .title {
  color: #1D2A3B;
  font-size: 30px;
  font-family: "bold";
  padding-bottom: 20px;
}

.blog .blog-heading .text {
  color: #747e8c;
  font-size: 17px;
  font-family: "light";
}

.blog .swiper-container {
  width: 100%;
  height: 100%;
}

.blog .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
  width: 452.5px !important;
}

.blog .card {
  position: relative;
}

.blog .card .date {
  background-color: #3639a4;
  width: 100px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  padding-top: 3px;
}

.blog .card img {
  width: 100%;
  margin: 14px;
}

.blog .card .card-body {
  text-align: left;
  padding-left: 40px;
}

.blog .card .card-body .card-text .text-muted {
  color: #b5b5b5 !important;
  font-size: 14px;
}

.blog .card .card-body .card-text .text-muted span {
  padding-left: 10px;
  font-family: "light";
}

.blog .card .card-body .card-title {
  color: #252525;
  padding-bottom: 5px;
  font-family: "bold";
}

.blog .card .card-body .card-text {
  color: #747e8c;
  font-family: "light";
}

.blog .card .card-body .card-link {
  color: #7c7d94;
  overflow: hidden;
  font-family: "light";
}

.blog .card:hover .card-link {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.blog .card:hover .date {
  -webkit-animation: blink-1 0.6s both;
          animation: blink-1 0.6s both;
}

.blog .swiper-pagination {
  display: none;
}

/*end section blog*/
/*start section chat*/
.chat {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.chat .chat-content {
  text-align: center;
  position: relative;
}

.chat .chat-content .title {
  color: #1d2a3b;
  font-size: 37px;
  padding-bottom: 20px;
  font-family: "bold";
}

.chat .chat-content .text {
  color: #747e8c;
  font-size: 17px;
  font-family: "light";
  font-weight: 600;
}

.chat .chat-content span {
  color: #99a0ab;
  font-family: "light";
  font-weight: 600;
}

.chat .chat-content .chat-form {
  padding-bottom: 40px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chat .chat-content .chat-form .form-group .email {
  padding: 12px 29px;
  border-radius: 30px;
  border: 1px solid #000;
  background-color: #fff;
}

.chat .chat-content .chat-form .form-group .email:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.chat .chat-content .chat-form .trial {
  background-color: #ff7364 !important;
  padding: 12px 29px;
  border-radius: 30px;
  color: #fff;
  margin-left: 30px;
  border: none;
}

.chat .chat-content .chat-form .trial:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*end section chat*/
/*start footer*/
footer {
  position: relative;
  background-size: cover;
  background-color: #3639a4;
  overflow: hidden;
}

footer .shape1 {
  position: absolute;
  right: 0;
  width: 154px;
  top: -60px;
}

footer .shape2 {
  position: absolute;
  left: 0;
  width: 84px;
  bottom: 0;
}

footer .footer-heading {
  text-align: center;
  padding-top: 50px;
}

footer .footer-heading .title {
  color: #fff;
  font-size: 30px;
  font-family: "bold";
}

footer .footer-heading .text {
  color: #fff;
  font-size: 12px;
  font-family: "light";
  padding-bottom: 20px;
}

footer .footer-heading .groub-icon {
  padding-bottom: 20px;
}

footer .footer-heading .groub-icon a i {
  color: #fff;
  font-size: 19px;
  padding-left: 22px;
}

footer .footer-heading .groub-icon a i:hover {
  color: #eb6d6a;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

footer .footer-heading .groub-icon .active i {
  color: #eb6d6a;
}

footer .footer-info {
  padding-bottom: 30px;
  padding-top: 20px;
}

footer .footer-info a {
  color: #fff;
  font-family: "bold";
}

footer .footer-info a i {
  margin-right: 10px;
}

footer .footer-links {
  padding-bottom: 10px;
  padding-top: 25px;
}

footer .footer-links .title-links {
  color: #fff;
  font-size: 18px;
  font-family: "bold";
}

footer .footer-links a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-family: "light";
  padding-bottom: 5px;
}

footer hr {
  background-color: #9b9cd2;
}

footer .footer-bootom {
  padding-top: 10px;
  padding-bottom: 15px;
}

footer .footer-bootom p {
  color: #fff;
  font-size: 14px;
}

footer .footer-bootom .scroll-top-btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6dd3e5;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 15px;
  left: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  float: right;
}

footer .footer-bootom .scroll-top-btn:hover {
  background-color: #eb6d6a;
  color: #fff;
}

/*end footer*/
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes rotate-out-hor {
  0% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
  }
}

@keyframes rotate-out-hor {
  0% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */