@charset "UTF-8";
@font-face {
  font-family: "A Jannat LT";
  src: url("../fonts/ajannatlt.eot");
  src: url("../fonts/ajannatlt.eot") format("embedded-opentype"), url("../fonts/ajannatlt.woff2") format("woff2"), url("../fonts/ajannatlt.woff") format("woff"), url("../fonts/ajannatlt.ttf") format("truetype"), url("../fonts/ajannatlt.svg#ajannatlt") format("svg");
}
html {
  scroll-behavior: smooth;
}
[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}
/*************************************************/
/* Variables */
/*************************************************/
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1280px;
  }
}
.flipx {
  transform: scalex(-1);
}

.flipy {
  transform: scaley(-1);
}

.cursor-pointer {
  cursor: pointer;
}

.text-underline {
  text-decoration: underline !important;
}

.rounded6 {
  border-radius: 6px !important;
}

.rounded10 {
  border-radius: 10px !important;
}

.rounded50 {
  border-radius: 50px !important;
}

.text-white {
  color: #fff !important;
}

.text-orange {
  color: #03506f !important;
}

.text-black {
  color: black !important;
}

.text-gray {
  color: #0A0512 !important;
}

.text-dark {
  color: #1a154a !important;
}

.text-blue {
  color: #1a154a !important;
}

a.text-blue:hover {
  color: #03506f !important;
}

.bg-gray {
  background: #0A0512 !important;
}

.bg-red {
  background: #FF5D5D !important;
}

.bg-gray-light {
  background: #7A7A81 !important;
}

.bg-blue {
  background: #4D5AEB !important;
}

.bg-light-blue {
  background: #A5D7FE !important;
}

.bg-orange {
  background: #1a154a !important;
}

.bg-light-orange {
  background: #FFE7B0 !important;
}
.bg-white {
  background-color: #fff !important;
}

@media all and (min-width: 900px) {
  .w-60 {
    width: 60% !important;
  }

  .w-55 {
    width: 55% !important;
  }
}
.fz70 {
  font-size: 70px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz60 {
  font-size: 60px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}
.fw7 {
  font-weight: 700;
}
.fluid-col {
  position: relative;
}
.fluid-col:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50vw;
}

body {
  font-family: "A Jannat LT", sans-seri !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  overflow-x: hidden;
  direction: rtl;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
  font-family: "A Jannat LT", sans-seri;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "A Jannat LT", sans-seri;
}

/* .blue-shadow, .single-top-article:hover, .single-store-wrapper:hover, .single-video-wrapper:hover, .store-template-demo:hover, .btn.hover-blue-shadow:hover, .btn-blue:hover {
  box-shadow: 0px 8px 25px rgba(77, 90, 235, 0.4);
} */

.orange-shadow, .switcher:hover, .btn.hover-orange-shadow:hover {
  box-shadow: 0px 8px 20px rgba(26, 21, 74, 0.1);
}

.btn-light-blue {
  background: #A5D7FE;
  border: 2px solid #A5D7FE;
  font-weight: 500;
  border-radius: 0;
  color: #0A0512;
  padding: 10px 30px;
}
.btn-light-blue i {
  margin-right: 10px;
}
.btn-light-blue:hover {
  background: #4D5AEB;
  color: #fff;
  border: 2px solid #4D5AEB;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.btn-blue {
  background: #03506f;
  border: none;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  padding: 10px 11px;
  transition: 0.5s;
}
.btn-blue:hover {
  background: #1a154a;
  transition: 0.5s;
}
.btn-blue.blue-shadow:hover, .btn-blue.btn.hover-blue-shadow:hover, .btn-blue:hover {
  box-shadow: 0px 0px 0px rgba(77, 90, 235, 0.4);
}
.btn-blue:hover {
  color: white;
}
.btn-blue:hover i {
  color: #4D5AEB !important;
}

.btn-blue-outlined {
  background: white;
  border: 2px solid #4D5AEB;
  font-weight: 500;
  border-radius: 10px;
  color: #4D5AEB;
  padding: 10px 30px;
}
.btn-blue-outlined i {
  margin-right: 10px;
}
.btn-blue-outlined:hover {
  background: #4D5AEB;
  color: white;
}

.btn-color1 {
  background: #4D5AEB;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-color1:hover, .btn-color1:active, .btn-color1:focus {
  background: #1a154a;
  color: white;
}

.btn-light {
  background: #f5f5f5;
  color: #333;
  padding: 10px 30px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background: #4D5AEB;
  color: white;
}

.btn-color2,
.btn-orange {
  background: #1a154a;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 50px;
  border: 0;
  transition: all 0.3s;
}
.btn-color2.orange-shadow:hover, .btn-color2.switcher:hover, .btn-color2.btn.hover-orange-shadow:hover,
.btn-orange.orange-shadow:hover,
.btn-orange.switcher:hover,
.btn-orange.btn.hover-orange-shadow:hover {
  box-shadow: 0px 0px 0px rgba(242, 165, 31, 0.4);
}
.btn-color2:hover, .btn-color2:active, .btn-color2:focus,
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  background: #03506f;
  color: white;
}

.btn-gray {
  background: #0A0512;
  color: #000000;
  padding: 10px 30px;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-gray i {
  font-size: 22px;
  color: #000;
  margin-right: 10px;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background: #4D5AEB;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

.btn-gray-light {
  background: #D9D9D9;
  color: #000000;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s;
}
.btn-gray-light i {
  color: #000;
  margin-right: 10px;
  transition: all 0.3s;
}
.btn-gray-light:hover, .btn-gray-light:active, .btn-gray-light:focus {
  background: #4D5AEB;
  color: white;
}
.btn-gray-light:hover i, .btn-gray-light:active i, .btn-gray-light:focus i {
  color: #ffffff;
}

.btn-white {
  background: white;
  color: #4D5AEB;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 8px;
  transition: all 0.3s;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #4D5AEB;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

.hover-blue:hover {
  background: #4D5AEB !important;
}

.hover-orange:hover {
  background: #1a154a !important;
}

.hover-gray:hover {
  background: #0A0512 !important;
}

/****************************
======== Header =========
****************************/
header {
  position: relative;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 10px #ddd;
  z-index: 999999999999999;
}
.navbar-light .navbar-nav {
  margin-bottom: 0;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #03506f;
  padding: 30px 20px 25px;
  position: relative;
}
.navbar-light .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 0;
  top: 0px;
  left: 0px;
  background-color: #1a154a;
  height: 4px;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover::before,
.navbar-light .navbar-nav .nav-item .nav-link:active::before {
  width: 100%;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #1a154a;
  transition: 0.5s;
  background-color: #fafafa;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #1a154a;
  transition: 0.5s;
  background-color: #fafafa;
}

.switchers {
  gap: 8px;
}
.switchers .btn-blue {
  min-height: 30px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px !important;
  padding-left: 24px;
  padding-right: 24px;
}

.switcher {
  /* border: 2px solid #1a154a; */
  border-radius: 6px;
  min-height: 30px;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  transition: 0.5s;
}
.switcher:hover {
  color: #1a154a;
  background-color: #fafafa;
  transition: 0.5s;
}
.switcher:hover a {
  color: #1a154a;
  transition: 0.5s;
}
.language-switcher a {
  display: flex;
  padding: 5px 7px;
  color: #03506f;
}

.nice-select {
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 24px 5px 7px;
  height: unset;
  line-height: unset;
  color: #03506f;
  transition: 0.5s;
}
.nice-select:hover {
  color: #1a154a;
  background-color: #fafafa;
  transition: 0.5s;
}

/****************************
======== Hero header =========
****************************/
.hero-header {
  position: relative;
  overflow-x: clip;
  padding: 85px 0;
  overflow: hidden;
}
.hero-header .hero-content {
  padding: 6em 0 3em;
  position: relative;
  z-index: 1;
}
.hero-header .hero-content .hero-title {
  letter-spacing: -0.02em;
  line-height: 76px;
}
.hero-header .hero-content .hero-description {
  color: #2C2E41;
  font-size: 24px;
}
.hero-header .hero-content .btn-blue {
  padding: 15px 21px;
}
.hero-header .hero-content .btn-orange {
  margin-right: 27px;
  width: 60px;
  height: 60px;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hero-header .hero-content .btn-orange img {
  animation: rotating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: 0 0 0 auto;
}

#videoModal .modal-content {
  overflow: hidden;
  border-radius: 20px;
  background: none;
  border: 0;
}
#videoModal .modal-header {
  padding: 0;
  border: 0;
}
#videoModal .modal-body {
  padding: 0;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}
#videoModal iframe {
  width: 100%;
  height: 50vh;
  display: block;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
div#scene {
  left: -190px;
}
.hero-img-wrapper {
  animation-name: header-image;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes header-image {
  0%,
  100% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(-70px);
  }

}
.hero-img-wrapper img {
  /* position: absolute;
  left: auto !important; */
  width: 100%;
  transform: scaleX(-1);
}
.hero-header .hero-img-wrapper img {
  width: 80%;
}
.hero-header .col-lg-6.col-md-5 {
  text-align: end;
}
.hero-img-cont::after {
  content: '';
  position: absolute;
  background-image: url(../images/earth.png);
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 40%;
  left: -110px;
  animation-name: earth-2;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.hero-img-cont::before {
  content: '';
  position: absolute;
  background-image: url(../images/earth2.png);
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 65%;
  right: -110px;
  animation-name: earth-1;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
@keyframes earth-2 {
  0%,
  100% {
    left: -110px;
  }
  40% {
    left: 100%;
  }
}
@keyframes earth-1 {
  0%,
  100% {
    right: -110px;
  }
  40% {
    right: 100%;
  }
}
.hero-img-wrapper .main-img {
  right: 10vw;
  top: 118px;
  z-index: 2;
}
.hero-img-wrapper .header-icon1 {
  right: 191px;
  top: 23px !important;
}
.hero-img-wrapper .header-icon2 {
  right: 221px;
  top: 239px !important;
}
.hero-img-wrapper .header-icon3 {
  right: 453px;
  top: 137px !important;
}
.hero-img-wrapper .header-icon4 {
  right: 511px;
  top: 446px !important;
}
.hero-img-wrapper .header-icon5 {
  right: 356px;
  top: 205px !important;
}
.hero-img-wrapper .header-shapes {
  right: 15vw;
  top: -2px !important;
}
/****************************
======== Button Ripple =========
****************************/
.button-ripple {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-ripple_content {
  position: relative;
  z-index: 1;
}

.button-ripple_ripples {
  position: absolute;
  top: 0;
  left: 0;
}

.button-ripple_ripple {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  transform: scale(0);
  top: 0;
  left: 0;
  animation: ripple-animation 2s;
}

@keyframes ripple-animation {
  from {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  to {
    transform: scale3d(100, 100, 1);
    opacity: 0;
  }
}
/****************************
======== Why us  =========
****************************/
.why-us-section {
  padding: 4em 0;
  overflow: hidden;
}

.big-title {
  letter-spacing: -0.04em;
  line-height: 58px;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 1em;
}

.small-title {
  font-size: 32px;
  font-weight: bold;
  color: #4D5AEB;
  letter-spacing: -0.02em;
  line-height: 50px;
}

.single-feature {
  text-align: center;
  padding: 0px;
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
  background: #fff;
  margin-top: 30px;
  box-shadow: 0px 20px 36px rgba(32, 43, 83, 0.12);
  transition: 0.5s;
  overflow: hidden;
}
.single-feature:hover {
  transform: translateY(-20px);
  transition: 0.5s;
}
.single-feature .single-feature-image-cont img {
  width: 100%;
  height: 200px;
  position: relative;
  transition: 0.5s;
}
.single-feature .single-feature-image-cont::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255 255 255 / 20%);
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 2;
}
.single-feature:hover .single-feature-image-cont::after {
  animation: flashing 0.7s;
}
@keyframes flashing {
  0%,
  40% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  width: 200%;
  height: 200%;
  }
}
.single-feature:hover .single-feature-image-cont img {
  transform: scale(1.1) rotate(-5deg);
  transition: 0.5s;
}
.single-feature-image-cont {
  position: relative;
  overflow: hidden;
}
.single-feature .title {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 0;
  color: #000;
  margin: 20px 0 0;
  padding: 20px;
}
.single-feature p {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #777;
  padding:0 20px 20px;
  line-height: 1.5;
  text-align: start;
  border-bottom: 1px solid #e6e6e7;
  margin: 0;
  text-align: center;
}
.single-feature svg, .single-feature path {
  transition: 0.3s;
}
.single-feature .icon {
  position: relative;
}
.single-feature .icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/****************************
======== Join us =========
****************************/
.join-us-section {
  background-color: #ececec;
  padding: 5em 0;
  position: relative;
  overflow: hidden;
}
.join-us-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  background-image: linear-gradient(135deg, white 25%, transparent 25%), linear-gradient(225deg, white 25%, transparent 25%);
  background-size: 30px 30px
}
.counters .single-counter {
  margin-bottom: 12px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 3px 14px #03506f59;
  padding: 12px;
  animation-name: scale-animation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  min-width: 185px;
  margin: 20px auto;
}
.counters .single-counter .icon {
  background: #1a154a;
  border-radius: 10px;
  width: 70px;
  height: 63px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.counters .single-counter .title {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #03506f;
  line-height: 32px;
}
.counters .single-counter .counter {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #03506f;
  line-height: 45px;
}

/****************************
======== Pricing =========
****************************/
.pricing-section {
  padding: 6em 0;
  position: relative;
  z-index: 2;
  overflow: hidden;

}
.pricing .pricing-section {
  margin-top: 60px;
}
.pricing-img {
  background-image: url(../images/7.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.pricing-img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.pricing-img1::after {
  position: absolute;
  content: '';
  background-image: url();
}
.pricing-img1::before {
  position: absolute;
  content: '';
  background-image: url(../images/earth2.png);
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 20%;
  left: -110px;
  animation-name: earthltr;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pricing-img:after {
  content: '';
  position: absolute;
  background-image: url(../images/rocket1.png);
  background-size: cover;
  width: 250px;
  height: 250px;
  left: -278px;
  top: 50%;
  animation-name: rocketltr;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pricing-img::before {
  content: '';
  position: absolute;
  background-image: url(../images/earth.png);
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 100px;
  right: -110px;
  animation-name: earthrtl;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes earthrtl {
  from {
    right: -110px;
  }
  to {
    right: 100%;
  }
}
@keyframes earthltr {
  from {
    left: -110px;
  }
  to {
    left: 100%;
  }
}
@keyframes rocketltr {
  from {
    left: -278px;
  }
  to {
    left: 103%;
  }
}
.pricing-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 30px;
  z-index: 9;
  background-image: linear-gradient(135deg, white 25%, transparent 25%), linear-gradient(225deg, white 25%, transparent 25%);
  background-size: 30px 30px;
}
.pricing .pricing-section::before {
  content: unset;
}
.pricing-section .small-title {
  line-height: normal;
}

.section-description {
  font-size: 22px;
  line-height: 39px;
  color: #2c2e41;
}
.pricing-section .nav-pills .nav-link {
  color: #000 !important;
  background-color: #fff !important;
}
.pricing-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #03506f !important;
}
.pricing-section .nav-item button {
  width: 80px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pricing-section .nav-item-1 button {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
/****************************
======== templates =========
****************************/
.templates-section {
  position: relative;
  overflow: hidden;
}
.templates-section .big-title.shaped-title.w-55.mx-auto {
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
  width: fit-content !important;
}
.templates-section .nav-tabs {
  text-align: center;
  border-radius: 25px;
  background: #fff;
  justify-content: center;
  margin: 2em 0;
  gap: 50px;
  border: none;
}
.templates-section .nav-tabs .nav-link {
  font-weight: bold;
  font-size: 21px;
  text-transform: capitalize;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
  padding: 10px 40px;
  cursor: pointer;
  color: #000;
  border: 0 !important;
  transition: 0.5s;
}
.templates-section .nav-tabs .nav-link.active {
  background: #03506f;
  color: #fff;
}
.templates-section .nav-tabs .nav-link:hover {
  background: #03506f;
  color: #fff;
  transition: 0.5s;
}
.store-template-demo {
  width: 100%;
  height: 270px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  transition: 0.3s;
}
.store-template-demo .store-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-template-demo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(3 80 111 / 41%);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: 0.3s;
  border-radius: 50%;
}
.store-template-demo .overlay .expand-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(0);
  transition: 0.3s;
}
.store-template-demo .temp-name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transform: translateY(-70px);
  opacity: 0;
  transition: 0.3s;
}
.store-template-demo .btn {
  font-weight: bold;
  font-size: 18px;
  transform: translateY(70px);
  opacity: 0;
  transition: 0.3s;
  border-radius: 30px !important;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #03506f;
  transition: 0.5s;
  color: #fff !important;
}
.store-template-demo .btn:hover {
  background-color: #1a154a;
  transition: 0.5s;
}
.store-template-demo:hover .overlay {
  transform: scale(1);
  border-radius: 0;
}
.store-template-demo:hover .overlay .expand-icon {
  transform: scale(1);
  transition-delay: 0.2s;
}
.store-template-demo:hover .overlay .temp-name {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.store-template-demo:hover .overlay .btn {
  transform: translateY(0);
  opacity: 1;
}

/****************************
======== testimonials =========
****************************/
.testimonials {
  padding: 4em 0 4em;
  position: relative;
  background-color: #ececec;
  margin-top: 70px;
  overflow: hidden;
}
.testimonials::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  z-index: 1;
  background-image: linear-gradient(135deg, white 25%, transparent 25%), linear-gradient(225deg, white 25%, transparent 25%);
  background-size: 30px 30px;
}
.testimonials .big-title {
  position: relative;
}

#customize-controls {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}
#customize-controls button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4D5AEB;
  border: none;
  padding: 0;
}
#customize-controls button.tns-nav-active {
  background: #1a154a;
}

.testimonials .tns-outer {
  position: relative;
}
.testimonials .tns-outer:before {
  content: "";
  background: url("../images/Path 4230.svg") no-repeat;
  width: 51px;
  height: 51px;
  position: absolute;
  right: -50px;
  top: 0;
}

.testimonial-slider .review-wrapper {
  position: relative;
  box-shadow: 0px 20px 36px rgba(32, 43, 83, 0.12);
  background: #fff;
  border-radius: 30px;
  margin: 45px 0px 30px 35px;
  padding: 45px 20px 20px;
}
.testimonial-slider .review-wrapper .avatar {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-slider .review-wrapper .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-slider .review-wrapper p {
  font-size: 16px;
  color: #0A0512;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.testimonial-slider .review-wrapper .reviewer-name {
  font-weight: bold;
  font-size: 18px;
  color: #0A0512;
  text-align: center;
}
.testimonial-slider .review-wrapper .reviewer-title {
  font-weight: bold;
  font-size: 18px;
  color: #03506f;
  text-align: center;
}
.testimonial-slider .shapes {
  position: relative;
}

/****************************
======== sponsors =========
****************************/
.sponsors {
  overflow: hidden;
}
.sponsors .logo-wrapper {
  padding: 1em 10px;
}
.sponsors .single-sponsor {
  border-radius: 9px;
  background: #fff;
  transition: 0.3s;
  padding: 25px;
  text-align: center;
}
.sponsors .single-sponsor:hover {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}

/****************************
======== Home contact form =========
****************************/
.home-contact {
  margin: 5em 0 8em !important;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.home-contact .bg-wrapper {
  border-radius: 30px;
  padding: 15px;
  background: #03506f;
  position: relative;
  /* background-image: url('../images/contact.jpg'); */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  border: 15px solid #1a154a;
}
.home-contact .bg-wrapper::after {
  position: absolute;
  content: '';
  outline: 40px solid #03506f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
.list-unstyled.contacts-list.m-0.lh-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a154a;
  text-align: center;
  margin-top: -15px !important;
  padding: 15px 10px 0 10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.contact-form-context {
  height: 265px;
  margin-top: 15px;
}
.contact-form-context iframe {
  width: 100%;
  height: 100%;
}
.contact-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -2px;
  border-radius: 30px;
  z-index: -1;
}
.home-contact form {
  margin-top: 15px;
}
.astronaut {
  width: 100%;
}
.home-contact .call-us-text {
  color: #fff;
  font-size: 20px;
}
.home-contact .call-us-text a {
  color: #fff;
  font-weight: bold;
}
.home-contact .call-us-text a:hover {
  color: #1a154a;
}
.home-contact .form-control {
  min-height: 40px;
  background: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: none !important;
  padding-left: 20px;
  padding-right: 20px;
  color: #03506f;
  transition: 0.3s;
}
.home-contact .form-control:focus {
  box-shadow: 0 2px 0 0 #03506f !important;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}
.home-contact textarea.form-control {
  min-height: 150px;
}
.home-contact label {
  font-weight: bold;
  font-size: 15px;
  color: #03506f;
  padding-left: 20px;
  padding-right: 20px;
}
 
.contact-form-context .big-title {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 69px;
  text-align: center;
  color: #2e3789;
  width: 60%;
  margin: 10px auto;
}
.contact-form-context p {
  font-size: 20px;
  color: #7d7bbc;
}
.contact-form-context .btn-link {
  font-weight: bold;
  font-size: 20px;
  color: #4D5AEB;
}
.contact-form-context .btn-link:hover {
  color: #1a154a;
}
.contact-form-context .contacts-list li a:hover {
  color: #1a154a;
}
.home-contact .btn.mt-4.fz18.fw-bold.px-5.button-ripple {
  background-color: #1a154a;
  border-radius: 30px;
  color: #fff;
  transition: 0.5s;
}
.home-contact .btn.mt-4.fz18.fw-bold.px-5.button-ripple:hover {
  color: #fff;
  background-color: #1a154a;
  transition: 0.5s;
}
/****************************
======== Go to top button =========
****************************/
.go-top {
  position: fixed;
  bottom: 2em;
  left: 2em;
  display: none;
  z-index: 9999999;
  transition: all 0.3s;
}
.go-top img {
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
}
.go-top:hover {
  animation: moving-rocket-top 0.5s linear infinite;
}
@keyframes moving-rocket-top {
  100% {
    transform: translateY(-20px);
  }
}
/****************************
======== Footer =========
****************************/
footer {
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}
.footer-logo {
  background-image: url(../images/makkok1.png);
  background-size: cover;
  width: 95%;
  height: 100%;
  position: absolute;
  z-index: 6;
  opacity: 0.05;
  top: -50px;
  left: 50px;
}
.footer-wrapper {
  position: relative;
  z-index: 9;
}
.footer-logo-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #03506f;
  z-index: 5;
}
footer .about-brief {
  line-height: 30px;
}
footer h5 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 15px;
}
footer ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer ul li .footer-rocket {
  width: 0;
  height: 30px;
  transform: rotate(-140deg);
  transition: 0.5s;
}
footer ul li a {
  font-size: 18px;
  line-height: 41px;
  display: block;
  color: #f8f9fa;
  font-weight: normal;
  transition: 0.5s;
}
footer ul li a:hover {
  color: #fff !important;
}
footer ul li:hover .footer-rocket {
  width: 30px;
  transition: 0.5s;
}

.contacts-list li {
  margin-right: unset;
  margin-left: 50px;
}
.contacts-list li:last-child {
  margin-right: 0;
}
.contacts-list li a {
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}
.contacts-list i {
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #1a154a;
  margin-right: 14px;
}

.footer-social i {
  font-size: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s;
}
.footer-social i:hover {
  background-color: #1a154a;
  transform: scale(1.1);
  transition: 0.5s;
}
.copyrights {
  font-weight: bold;
  font-size: 19px;
  position: relative;
  z-index: 888;
}
.copyrights strong {
  color: #1a154a;
}
footer .d-lg-flex.justify-content-between.text-center {
  border-top: 1px solid #ffffff45;
  padding-top: 15px;
}

/****************************
======== Sign in =========
****************************/
.full-screen-stars {
  background-image: url('../images/space1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
}
.full-screen-stars1 {
  background-image: url('../images/5.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 200vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.full-screen-form .container {
  /* margin-top: 2%; */
}
.form-wrapper {
  position: relative;
  background-color: #fff;
  z-index: 99;
  padding: 30px 50px 50px;
  border-radius: 30px;
  margin-top: 10%;
}
.login-img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.full-screen-form .input-group-text i {
  color: #03506f;
}
.input-group-text {
  width: 40px;
}
.pricing-img2 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.pricing-img4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
  overflow: hidden;
}
.pricing-img4::after {
  content: '';
  position: absolute;
  background-image: url(../images/rocket1.png);
  background-size: cover;
  width: 100px;
  height: 100px;
  transform: rotate(-90deg);
  right: 35px;
  bottom: -120px;
  animation-name: rocket-bottom-totop;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes rocket-bottom-totop {
  from {
    bottom: -120px;
  }
  to {
    bottom: 105%;
  }
}
.pricing-img2::before {
    content: "";
    position: absolute;
    background-image: url(../images/earth.png);
    background-size: cover;
    width: 100px;
    height: 100px;
    top: 100px;
    right: -110px;
    animation-name: earthrtl;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.pricing-img2::after {
  content: "";
  position: absolute;
  background-image: url(../images/rocket1.png);
  background-size: cover;
  width: 250px;
  height: 250px;
  left: -278px;
  top: 50%;
  animation-name: rocketltr;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pricing-img3 {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  z-index: 1;
}
.pricing-img3::after {
    position: absolute;
    content: "";
    background-image: url(../images/earth2.png);
    background-size: cover;
    width: 100px;
    height: 100px;
    top: 20%;
    left: -110px;
    animation-name: earthltr;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}



















.stars-1 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-2 {
  position: absolute;
  top: 52%;
  left: 73%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-3 {
  position: absolute;
  top: 7%;
  left: 73%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-4 {
  position: absolute;
  top: 7%;
  left: 53%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-5 {
  position: absolute;
  top: 96%;
  left: 73%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-6 {
  position: absolute;
  bottom: 7%;
  right: 87%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-7 {
  position: absolute;
  top: 44%;
  right: 90%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-8 {
  position: absolute;
  top: 7%;
  left: 25%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 0.9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-9 {
  position: absolute;
  top: 81%;
  right: 74%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-10 {
  position: absolute;
  top: 43%;
  right: 76%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-11 {
  position: absolute;
  top: 43%;
  right: 84%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-12 {
  position: absolute;
  top: 21%;
  left: 72%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-13 {
  position: absolute;
  top: 8%;
  right: 56%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-14 {
  position: absolute;
  top: 23%;
  left: 18px;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stars-15 {
  position: absolute;
  bottom: 18%;
  right: 28%;
  width: 2px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #fff;
  opacity: 0.5;
  animation-name: stars-01;
  animation-duration: 1.7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes stars-01 {
    0%,
    100% {
      opacity: 0.8;
      transform: scale(1);
      box-shadow: 0 0 4px 1px #fff;
    }
    50% {
    opacity: 0.8;
    transform: scale(1.2);
    box-shadow: 0 0 4px 2px #fff;
    }
}
/****************************
======== Stores page =========
****************************/
.stores-page-header.hero-header:before, .videos-page-header.hero-header:before {
  background: url("../images/orange-faded-ellipse.png") center center no-repeat;
}
.stores-page-header.hero-header:after, .videos-page-header.hero-header:after {
  background: url(../images/blue-blob.svg);
}
.stores-page-header.hero-header .hero-content:before, .videos-page-header.hero-header .hero-content:before {
  background: url(../images/q-yellow-shape.svg) left top no-repeat;
  opacity: 0.1;
}
.stores-page-header .hero-img-wrapper .header-icon1, .videos-page-header .hero-img-wrapper .header-icon1 {
  right: 646px;
  top: 93px !important;
}
.stores-page-header .hero-img-wrapper .header-icon3, .videos-page-header .hero-img-wrapper .header-icon3 {
  right: 539px;
  top: 62px !important;
}
.stores-page-header .hero-img-wrapper .header-icon2, .videos-page-header .hero-img-wrapper .header-icon2 {
  right: 215px;
  top: 311px !important;
}
.stores-page-header .hero-img-wrapper .header-icon4, .videos-page-header .hero-img-wrapper .header-icon4 {
  right: 353px;
  top: 446px !important;
}
.stores-page-header .hero-img-wrapper .header-icon5, .videos-page-header .hero-img-wrapper .header-icon5 {
  right: 356px;
  top: 340px !important;
}
.stores-page-header .hero-img-wrapper .header-shapes, .videos-page-header .hero-img-wrapper .header-shapes {
  right: 12vw;
  top: -25px !important;
}

.videos-page-header .hero-img-wrapper .main-img {
  right: 2vw;
}
.videos-page-header .hero-img-wrapper .header-icon1 {
  right: 646px;
  top: 93px !important;
}
.videos-page-header .hero-img-wrapper .header-icon3 {
  right: 539px;
  top: 62px !important;
}
.videos-page-header .hero-img-wrapper .header-icon2 {
  right: 215px;
  top: 311px !important;
}
.videos-page-header .hero-img-wrapper .header-icon4 {
  right: 353px;
  top: 446px !important;
}
.videos-page-header .hero-img-wrapper .header-icon5 {
  right: 356px;
  top: 340px !important;
}
.videos-page-header .hero-img-wrapper .header-shapes {
  right: 14vw;
  top: 61px !important;
}
.videos-page-header img[class^=header-icon] {
  z-index: 1;
}

.single-store-wrapper, .single-video-wrapper {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 24px;
}
.single-store-wrapper .store-thumbnail, .single-store-wrapper .thumbnail, .single-video-wrapper .store-thumbnail, .single-video-wrapper .thumbnail {
  background: #fff;
  position: relative;
  height: 300px;
  overflow: hidden;
  padding: 10px;
}
.single-store-wrapper .store-thumbnail img, .single-store-wrapper .thumbnail img, .single-video-wrapper .store-thumbnail img, .single-video-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  transition: 0.3s;
}
.single-store-wrapper .store-thumbnail.thumbnail img, .single-store-wrapper .thumbnail.thumbnail img, .single-video-wrapper .store-thumbnail.thumbnail img, .single-video-wrapper .thumbnail.thumbnail img {
  opacity: 1;
}
.single-store-wrapper .store-thumbnail.thumbnail i, .single-store-wrapper .thumbnail.thumbnail i, .single-video-wrapper .store-thumbnail.thumbnail i, .single-video-wrapper .thumbnail.thumbnail i {
  width: 64px;
  height: 64px;
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: white;
  box-shadow: inset 0 0 0 50px #03506f;
  padding: 0;
}
.single-store-wrapper .store-thumbnail .brand-logo, .single-store-wrapper .store-thumbnail i, .single-store-wrapper .thumbnail .brand-logo, .single-store-wrapper .thumbnail i, .single-video-wrapper .store-thumbnail .brand-logo, .single-video-wrapper .store-thumbnail i, .single-video-wrapper .thumbnail .brand-logo, .single-video-wrapper .thumbnail i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  padding: 2em;
  transition: 0.3s;
}
.single-store-wrapper .store-thumbnail .brand-logo img, .single-store-wrapper .store-thumbnail i img, .single-store-wrapper .thumbnail .brand-logo img, .single-store-wrapper .thumbnail i img, .single-video-wrapper .store-thumbnail .brand-logo img, .single-video-wrapper .store-thumbnail i img, .single-video-wrapper .thumbnail .brand-logo img, .single-video-wrapper .thumbnail i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}
.single-store-wrapper .btn, .single-video-wrapper .btn {
  margin-top: -30px;
  z-index: 1;
  position: relative;
  font-weight: bold;
  font-size: 19px;
}
.single-store-wrapper .btn:hover, .single-video-wrapper .btn:hover {
  color: white !important;
}
.single-store-wrapper .store-title, .single-store-wrapper .title, .single-video-wrapper .store-title, .single-video-wrapper .title {
  font-weight: bold;
  font-size: 27px;
  color: #0A0512;
  transition: 0.3s;
}
.store-title a {
  color: #03506f !important;
}
.single-store-wrapper .title, .single-video-wrapper .title {
  font-size: 21px;
}
.single-store-wrapper .store-description, .single-store-wrapper .description, .single-video-wrapper .store-description, .single-video-wrapper .description {
  font-size: 18px;
  line-height: 20px;
  transition: 0.3s;
}
.single-store-wrapper:hover, .single-video-wrapper:hover {
  background: #ececec;
  transform: translateY(5px);
}
.single-store-wrapper:hover i, .single-video-wrapper:hover i {
  transform: translateY(-50%) scale(0.9);
  box-shadow: inset 0 0 0 50px #1a154a, 0 0 0 20px rgba(74, 90, 235, 0.44), 0 0 0 40px rgba(74, 90, 235, 0.24) !important;
}
.single-store-wrapper:hover .brand-logo, .single-video-wrapper:hover .brand-logo {
  transform: translateY(-50%) scale(0.9);
}
.single-store-wrapper:hover .store-thumbnail > img, .single-store-wrapper:hover .thumbnail > img, .single-video-wrapper:hover .store-thumbnail > img, .single-video-wrapper:hover .thumbnail > img {
  opacity: 1;
  transform: scale(1.2);
}
.single-store-wrapper:hover .store-description, .single-store-wrapper:hover .store-title, .single-store-wrapper:hover .description, .single-store-wrapper:hover .title, .single-video-wrapper:hover .store-description, .single-video-wrapper:hover .store-title, .single-video-wrapper:hover .description, .single-video-wrapper:hover .title {
  color: #03506f !important;
}

.pagination {
  gap: 8px;
}
.pagination .page-item .page-link {
  border-radius: 50% !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  color: #03506f;
  width: 46px;
  height: 46px;
}
.pagination .page-item .page-link:hover {
  background: #03506f;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background: #03506f;
  color: #fff;
}

/****************************
======== Blog  =========
****************************/
.blog-page-header {
  padding-bottom: 1em;
  background: linear-gradient(90deg, rgba(3,80,111,1) 0%, rgba(4,77,109,1) 29%, rgba(13,55,95,1) 54%, rgba(26,21,74,1) 100%);
}
.blog-page-header:before, .blog-page-header:after, .blog-page-header .hero-content:before {
  display: none;
}

.header-search {
  margin: 40px 0;
  padding: 40px;
  position: relative;
  background: linear-gradient(90deg, rgba(26,21,74,1) 0%, rgba(4,77,109,1) 67%, rgba(13,55,95,1) 100%);
  box-shadow: 0px 3px 6px #03506f;
  border-radius: 30px;
}
.header-search .form-control {
  height: 60px;
  border-radius: 12px;
  border: none;
  padding: 22px;
}
.header-search .form-control::placeholder {
  font-size: 16px;
  color: #03506f;
}
.header-search i {
  position: absolute;
  right: unset;
  left: 5%;
  top: 42%;
  font-size: 20px;
  color: #03506f;
}

.blog-filter ul {
  display: flex;
  text-align: center;
  border-radius: 25px;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 6px #03506f;
  margin: 2em 0;
  list-style: none;
  flex-wrap: wrap;
}
.blog-filter ul li a {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
  padding: 10px 35px;
  cursor: pointer;
  color: #03506f;
  border: 0 !important;
}
.blog-filter ul li a.active,
.blog-filter ul li a:hover {
  background: #1a154a;
  color: #fff;
}

.single-blog-slider-post {
  position: relative;
}
.single-blog-slider-post .thumbnail {
  border-radius: 8px;
  overflow: hidden;
  height: 455px;
}
.single-blog-slider-post .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog-slider-post .content {
  width: 80%;
  margin: -90px auto 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.16);
  padding: 20px 40px 30px;
  z-index: 1;
  position: relative;
}
.single-blog-slider-post .content .btn {
  position: absolute;
  left: calc(50% - 50px);
  bottom: -20px;
}
.single-blog-slider-post .content .btn:hover {
  background: #1a154a;
}
.single-blog-slider-post .post-date {
  font-size: 16px;
  color: #03506f;
}
.single-blog-slider-post .post-title a {
  font-weight: bold;
  font-size: 22px;
  line-height: 49px;
  color: #0A0512;
  display: block;
}
.single-blog-slider-post .post-title a:hover {
  color: #1a154a;
}
#pills-tab {
  display: flex;
  flex-direction: column;
}
.pricing-earth #pills-tab {
  flex-direction: unset;
}
.pricing-earth #pills-tab .nav-link.active, .nav-pills .show>.nav-link {
    border: unset;
}
#pills-tab h5 {
  font-size: 22px;
  line-height: 59px;
  color: #0A0512;
  border-radius: 8px;
  border: 2px solid #03506f;
  padding: 3px 20px;
  cursor: pointer;
  transition: 0.2s;
}
#pills-tab .nav-link.active, .nav-pills .show>.nav-link {
  background: #1a154a;
  color: #fff;
  border: 2px solid #1a154a;
}
#pills-tab h5:hover, #pills-tab h5.tns-nav-active {
  background: #1a154a;
  color: #fff;
  border: 2px solid #1a154a;
}

.single-recent-article {
  display: flex;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.16);
  padding: 10px;
  margin-bottom: 12px;
  transition: 0.3s;
  max-width: 410px;
  flex-direction: column;
  text-align: center;
}
.single-recent-article .content {
  /* padding: 10px 0; */
}
.single-recent-article .thumbnail {
  width: 100%;
  align-self: stretch;
  margin-right: unset;
  margin-left: 25px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.single-recent-article .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-recent-article .post-date {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #03506f;
}
.single-recent-article .post-title a {
  font-weight: bold;
  font-size: 18px;
  color: #0A0512;
}
.single-recent-article p {
  font-size: 16px;
  line-height: 1.3;
  color: #0A0512;
  margin-bottom: 10px;
  overflow: hidden;
}
.single-recent-article .read-more {
  font-size: 16px;
  line-height: 36px;
}
.single-recent-article .read-more span {
  border-bottom: 2px solid #03506f !important;
}
.single-recent-article:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
  background: #F1F2FF;
}
.single-recent-article:hover .post-title a {
  color: #1a154a;
}

.single-top-article {
  display: flex;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.16);
  padding: 10px;
  transition: 0.3s;
  margin-bottom: 12px;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  max-width: 410px;
}
.single-top-article .thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
  overflow: hidden;
  margin-top: -40px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-top-article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-top-article .post-date {
  font-size: 14px;
  margin-bottom: 5px;
  color: #03506f;
  transition: 0.3s;
}
.single-top-article .post-title a {
  font-size: 21px;
  color: #0A0512;
}
.single-top-article:hover {
  background: #1a154a;
}
.single-top-article:hover .post-title a {
  color: white;
}
.single-top-article:hover .post-date {
  color: white;
}

/****************************
======== Single blog page =========
****************************/
.single-blog-details {
  position: relative;
  padding-top: 9em;
}
.single-blog-details .title {
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: 18px;
  margin-bottom: 20px;
}
.breadcrumb .breadcrumb-item {
  color: #4D5AEB;
}
.breadcrumb .breadcrumb-item.active {
  color: #0A0512;
  font-weight: bold;
}

.post-cover-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 600px;
}
.post-cover-img img {
  object-fit: cover;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.post-rating i {
  color: #1a154a;
}

.post-content {
  font-weight: normal;
  font-size: 18px;
  line-height: 38px;
  color: #0A0512;
}

.comments {
  background: #F2F3FF;
  padding: 25px;
  border-radius: 6px;
}
.comments .single-comment {
  border-radius: 6px;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.comments .single-comment .comment-column {
  display: flex;
  align-items: center;
}
.comments .single-comment .comment-date {
  color: #03506f;
  font-size: 15px;
  font-weight: bold;
}
.comments .single-comment .the-comment {
  font-size: 16px;
  color: #6f6f6f;
}
.comments .single-comment .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 15px;
}
.comments .single-comment .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comments .single-comment .name-rate {
  font-weight: bold;
  font-size: 18px;
  color: #0A0512;
  display: flex;
  align-items: center;
}
.comments .single-comment .name-rate .rate {
  color: #1a154a;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 10px;
}

#add-comment {
  border-top: 1px solid #cbceef;
  padding-top: 20px;
  margin-top: 20px;
}
#add-comment .form-control {
  background: #fff;
  border: 1px solid #e0e1f7;
  box-shadow: none;
  padding: 1em;
}

.rating {
  display: inline-block;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 0 1px;
  font-size: 16px;
  color: #1a154a;
  transition: all 0.2s;
}

input.star:checked ~ label.star:before, input.star:hover ~ label.star:before {
  content: "";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #1a154a;
  transition: all 0.25s;
}

label.star:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}

/****************************
======== Pricing page =========
****************************/
.pricing-page-header.hero-header:before {
  background: url("../images/orange-faded-ellipse.png") center center no-repeat;
}
.pricing-page-header.hero-header:after {
  background: url(../images/blue-blob.svg);
}
.pricing-page-header.hero-header .hero-content:before {
  background: url(../images/q-yellow-shape.svg) left top no-repeat;
  opacity: 0.1;
}
.pricing-page-header .hero-img-wrapper .header-icon1 {
  right: 592px;
  top: -15px !important;
}
.pricing-page-header .hero-img-wrapper .header-icon3 {
  right: 316px;
  top: -27px !important;
}
.pricing-page-header .hero-img-wrapper .header-icon2 {
  right: 222px;
  top: 171px !important;
}
.pricing-page-header .hero-img-wrapper .header-icon4 {
  right: 758px;
  top: 180px !important;
}
.pricing-page-header .hero-img-wrapper .header-icon5 {
  right: 454px;
  top: 361px !important;
}
.pricing-page-header .hero-img-wrapper .header-shapes {
  right: 23vw;
  top: 34px !important;
}
.CTA {
  background-image: url('../images/pricing-back.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.cta-overlay {
  background-color: #333864;
  opacity: 0.85;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.CTA .container-fluid {
  position: relative;
  z-index: 3;
}
.cta-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 2em 11vw;
}

.cta-img img {
  max-height: 700px;
  object-fit: cover;
}
.price-compare table {
  color: rgb(3, 80, 111);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.table-hover>tbody>tr:hover>* {
  color: #03506f;

}
.price-compare table tbody > tr:nth-of-type(odd) > * {
  /* --bs-table-accent-bg: #fff; */
  color: #fff;
}
.price-compare table tbody {
  border: 2px solid #03506f !important;
}
.makkok-plus.text-white {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.price-compare table tbody tr th {
  background-color: #03506f;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.price-compare table tr > * {
  padding: 20px 0 ;
  font-size: 20px;
}
.price-compare table thead {
  color: #03506f;
  text-align: center;
}
.makkok-plus {
  background-color: #03506f !important;
}
.price-compare table tbody td .fa-minus {
  color: #03506f;
}
.makkok-plus i,
.makkok-plus .fa-minus {
  color: #fff !important;
}
.price-compare table tbody tr,
.price-compare table tbody tr th,
.price-compare table tbody tr .makkok-plus {
  transition: 0.5s;
}
.price-compare table tbody tr:hover,
.price-compare table tbody tr:hover th,
.price-compare table tbody tr:hover .makkok-plus {
  background-color: #fff !important;
  color: #03506f;
  transition: 0.5s;
}
.price-compare table tbody tr:hover,
.price-compare table tbody tr:hover th,
.price-compare table tbody tr:hover .makkok-plus i {
  color: #03506f !important;
}
.price-compare table thead tr {
  font-size: 26px;
}
.price-compare table thead tr strong {
  /* margin-top: 15px; */
}
.price-compare table thead tr th:first-child {
  border-radius: 20px 0 0 0;
}
.price-compare table thead tr th:last-child {
  border-radius: 0 20px 0 0;
}
.price-compare table tbody th {
  vertical-align: middle;
  font-size: 20px;
  padding-right: 30px;
  font-weight: normal;
  color: #fff;
}
.price-compare table tbody td {
  text-align: center;
  color: #fff;
}
.price-compare .img-fluid {
  max-width: 20% !important;
}
/****************************
======== Responsive styles =========
****************************/
@media all and (min-width: 1600px) {
  div#scene {
    left: -190px;
  }
}
@media (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 30px 18px 25px;
  }
  .switchers .btn-blue {
    font-size: 15px;
  }
  .switcher {
    font-size: 15px;
  }
  .nice-select {
    font-size: 15px;
  }
}
@media all and (max-width: 1200px) {
  .blog-filter ul li a {
    padding: 10px 25px;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 20px 11px;
  }

  .nice-select, .switcher, .btn-blue, .switchers .btn-blue {
    font-size: 14px;
  }

  .fz60, .big-title {
    font-size: 50px !important;
  }

  .single-feature .title {
    font-size: 20px;
  }

  .single-feature p {
    font-size: 16px;
  }

  .pricing-options .plan-price {
    font-size: 25px;
  }

  .templates-section .nav-tabs .nav-link {
    padding: 10px 20px;
  }

  div#scene {
    left: -160px;
  }

  img[class^=header-icon] {
    display: none !important;
  }

  .testimonials .big-title:before {
    left: -28px;
  }

  .testimonials .tns-outer:before {
    right: -6px;
  }
}
@media all and (max-width: 1024px) {
  #blog-controls h5, .single-blog-slider-post .post-title a, .single-top-article .post-title a {
    font-size: 16px;
  }

  .post-date {
    font-size: 12px !important;
  }

  .blog-page-header .hero-content {
    padding: 2em 0 0 !important;
  }

  .blog-filter ul li a {
    font-size: 16px;
  }

  .price-compare table tbody th, .price-compare table thead tr {
    font-size: 16px;
  }

  .price-compare table tbody img {
    width: 25px;
  }

  .price-compare table tr > * {
    padding: 12px;
  }

  .cta-content {
    padding: 2em;
  }

  .single-store-wrapper .btn, .single-store-wrapper .store-description {
    font-size: 14px;
  }

  .single-store-wrapper .store-title {
    font-size: 18px;
  }

  .full-screen-form .form-box, .aside-form-content {
    padding: 2rem;
  }

  .fz36 {
    font-size: 30px !important;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px;
  }

  .nice-select, .switcher, .btn-blue, .switchers .btn-blue {
    font-size: 12px;
    padding: 10px;
    min-height: auto;
  }

  .nice-select {
    padding: 0 20px 0 5px;
    height: auto;
    line-height: inherit;
  }

  .language-switcher a {
    padding: 0;
  }
  .fz60, .big-title {
    font-size: 40px !important;
    line-height: inherit !important;
  }

  .counters .single-counter .icon {
    height: 59px;
  }

  .templates-section .nav-tabs .nav-link {
    font-size: 16px;
  }

  .store-template-demo {
    height: 180px;
  }

  .store-template-demo .overlay .expand-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .store-template-demo .temp-name, .store-template-demo .btn {
    font-size: 14px;
  }

  .templates-section .nav-tabs {
    margin: 1em 0;
  }

  footer .fz21 {
    font-size: 16px !important;
  }
  footer ul li a {
    font-size: 16px !important;
  }

  .footer-contact-info .contacts-list li {
    margin-right: 8px;
  }

  .footer-contact-info .contacts-list li a {
    font-size: 14px;
    font-weight: normal;
  }

  .footer-contact-info .contacts-list i {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .footer-contact-info {
    padding: 10px;
  }

  .copyrights {
    font-weight: normal;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .comments .single-comment {
    display: block;
  }

  .comments .single-comment .comment-date {
    display: none;
  }

  .rating {
    margin-bottom: 30px;
  }

  .comments .single-comment .name-rate {
    font-size: 14px;
  }

  .comments .single-comment .the-comment {
    font-size: 12px;
  }

  .price-compare table tbody img {
    width: 15px;
  }

  .price-compare table tr > * {
    padding: 10px 20px;
  }

  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .price-compare table tbody th {
    display: block;
    text-align: center;
    font-weight: bold;
  }

  .price-compare table tbody td {
    text-align: right;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .post-cover-img {
    height: auto;
  }

  .contact-form-context {
    border-right: 0;
  }

  .cta-content {
    padding: 2em;
    display: block;
    text-align: center;
  }

  .stores-page-header .hero-img-wrapper .main-img {
    right: 25vw;
  }

  .fz60, .big-title {
    font-size: 28px !important;
    line-height: inherit !important;
  }

  .small-title, .big-title:not(.hero-title) {
    text-align: center;
  }

  .pricing-features {
    margin-bottom: 30px;
  }

  img[class^=header-icon] {
    display: block !important;
  }

  img.header-icon1, img.header-icon5, img.header-icon4 {
    display: none !important;
  }

  .fz36 {
    font-size: 26px !important;
  }

  .hero-header {
    margin: 0 !important;
    padding: 0 0 1em;
  }

  .hero-content .fz18 {
    font-size: 15px !important;
  }

  .navbar-brand img {
    width: 105px;
    margin-bottom: 5px;
  }
  .blog-filter ul {
    justify-content: center !important;
  }
  #add-comment .btn.btn-blue.button-ripple.hover-orange {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .single-blog-details .header-search input {
    padding: 20px;
  }
}
@media all and (max-width: 600px) {
  .single-blog-slider-post .thumbnail {
    height: 150px;
  }

  .single-recent-article {
    flex-direction: column;
  }
  .single-recent-article .thumbnail {
    width: 100%;
  }

  .single-blog-slider-post .content {
    width: 90%;
  }

  .single-blog-slider-post .post-title a {
    line-height: normal;
  }

  .full-screen-form .form-box {
    margin: 1em;
  }

  .hero-img-wrapper .main-img {
    display: none;
  }

  .pricing-options .fz26 {
    font-size: 20px !important;
  }
  .pricing-options .fz21 {
    font-size: 16px !important;
  }
  .pricing-options .plan-price {
    font-size: 18px;
  }

  .templates-section {
    padding: 3em 0;
  }

  .contact-form-context .big-title {
    width: 100%;
  }

  img[class^=header-icon] {
    display: none !important;
  }

  .hero-content, .home-contact .call-us-text {
    text-align: center;
  }

  .testimonials {
    overflow: hidden;
  }

  .footer-list {
    margin: 0 0 2em 0;
  }

  .footer-social {
    margin: 1em 0;
    justify-content: center !important;
    gap: 10px;
  }

  footer .footer-wrapper {
    text-align: center;
  }

  .CTA-title {
    font-size: 30px !important;
  }

  .single-video-wrapper .video-poster img {
    height: 250px;
  }

  .slogan {
    padding: 2em 0;
  }

  .slogan-wrapper img {
    width: 100px;
  }
  .slogan-wrapper span {
    width: auto;
    font-size: 20px !important;
    margin-left: 10px;
  }

  .w-50,
.w-75 {
    width: 100% !important;
  }

  footer .copyrights {
    text-align: center;
  }
  footer .social-list {
    margin-top: 1em !important;
  }
}
.tns-visually-hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */




.join-us-section .big-title.text-gray.fw-bold.text-center.aos-init.aos-animate {
  position: relative;
  width: fit-content;
  margin: 20px auto 40px;
}
.join-us-section .big-title.text-gray.fw-bold.text-center.aos-init.aos-animate::after {
  content: "";
  position: absolute;
  top: -15px;
  background-image: url(../images/rocket2.png);
  background-size: cover;
  left: -70px;
  width: 70px;
  height: 70px;
  transform: rotate(-4deg);
}
.join-us-section .big-title.text-gray.fw-bold.text-center.aos-init.aos-animate .text-blue.fz16.aos-init.aos-animate {
  position: absolute;
  top: 10px;
  margin: 0;
  padding: 0;
  line-height: 0;
  transform: rotate(45deg);
  right: -60px;
}
.join-us-section .join-img img {
  height: 500px;
}

@keyframes scale-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.pricing-container-box {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  margin-top: 60px;
  width: 90%;
  transition: 0.5s;
}
.pricing-container-box:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.pricing-container-box::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 0;
  border-style: solid;
  border-width: 0px 0px 135px 412px;
  border-color: transparent transparent #03506f transparent;
  transition: 0.5s;
  z-index: 1;
}
.pricing-container-box::before {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  border-style: solid;
  border-width: 175px 510px 0px 0px;
  border-color: #03506f transparent transparent transparent;
  transition: 0.5s;
  z-index: 1;
}
.pricing-container-box:hover::after {
  border-width: 170px 500px 175px 0;
}
.pricing-container-box:hover::before {
  border-width: 175px 0 0 410px;
  border-color: #03506f transparent transparent transparent;
}
.pricing-header-box {
  margin-top: 70px;
}
.pricing-box {
  position: relative;
  z-index: 9999999;
}
.pricing-box .pricing-box-content {
  min-height: 265px;
  text-align: center;
  border-top: 1px solid #03506f24;
  padding-top: 30px;
}
.pricing-box .pricing-free {
  text-align: center;
  margin-top: 40px !important;
  font-weight: bold;
  font-size: 24px;
  color: #1a154a;
  margin-bottom: 20px;
  border-bottom: 1px solid #03506f24;
  padding-bottom: 20px;
}
.pricing-container-box .btn.btn-blue.rounded6.blue-shadow.button-ripple.fz18.fw-bold.p-3.hover-orange {
  margin: 0 auto 90px;
  display: block;
  position: relative;
  z-index: 999999999999999999;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 30px !important;
  color: #1a154a !important;
  border: 1px solid #1a154a !important;
  background: linear-gradient(to right, #1a154a 50%, white 50%) !important;
  background-size: 200% 500% !important;
  background-position: right bottom !important;
  width: 70%;
}
.pricing-container-box:hover .btn.btn-blue.rounded6.blue-shadow.button-ripple.fz18.fw-bold.p-3.hover-orange {
  background-position: left bottom !important;
  color: white !important;
}
.btn.btn-blue.button-ripple.fz16.fw-bold.rounded6.hover-orange.mt-3.border-30.padding32,
.btn.btn-blue.button-ripple.fz16.fw-bold.rounded6.hover-orange.mt-3.border-30.padding32:hover {
  transition: 0.5s;
}
.btn.btn-orange.button-ripple.orange-shadow.mt-3,
.btn.btn-orange.button-ripple.orange-shadow.mt-3:hover {
  transition: 0.5s;
}
.z-idx {
  position: relative;
  z-index: 99;
}
.pricing-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #0000006b;
  z-index: 2;
}
.auth-img-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #0000006b;
  z-index: 2;
}

.border-30 {
  border-radius: 30px !important;
}
.padding32 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.footer-makkok-logo {
  position: relative;
}
.footer-large-rocket {
  position: absolute;
  z-index: 9999999999;
  width: 80px;
  height: 80px;
  top: -20px;
  transform: scaleX(-1);
  right: unset;
  left: 18px;
}
.testimonial-slider {
  transition: 0.5s;
}
.testimonial-slider:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
@keyframes rockettopright {
  from {
    right: -100px;
    top: -29px;
  }
  to {
    right: 487px;
    top: 97px;
  }
}
@keyframes rockettopleft {
  from {
    left: -100px;
    top: -29px;
  }
  to {
    left: 495px;
    top: 90px;
  }
}

@media (max-width: 1400px) {
  .footer-large-rocket {
    left: unset;
  }
}
@media (max-width: 1200px) {
  .fz60, .big-title {
    font-size: 32px !important;
  }
  .list-unstyled.contacts-list.m-0.lh-lg {
    display: none !important;
  }
  .why-us-section .big-title.shaped-title.w-55.mx-auto.fz32 {
    font-size: 28px !important;
  }
  .small-title {
    font-size: 30px;
  }
  .pricing-header-box {
    margin-top: 10px;
  }
  .pricing-header-box .fz32 {
    font-size: 24px !important;
  }
  .pricing-header-box .fz18 {
    font-size: 16px !important;
  }
  .pricing-box .pricing-box-content {
    padding-top: 20px;
  }
  .pricing-box .pricing-box-content {
    min-height: 240px;
  }
  .pricing-container-box .btn.btn-blue.rounded6.blue-shadow.button-ripple.fz18.fw-bold.p-3.hover-orange {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin: 0px auto 45px;
  }
  .pricing-box .pricing-free {
    font-size: 18px;
  }
  .pricing-container-box:hover::before {
    border-width: 100px 0px 0px 241px;
  }
  .pricing-container-box::after {
    border-width: 0px 0px 92px 278px;
  }
  .testimonial-slider .review-wrapper {
    padding: 45px 20px 30px 20px;
  }
  .testimonial-slider .review-wrapper .avatar img {
    width: 80px;
    height: 80px;
  }
  .testimonial-slider .review-wrapper p {
    line-height: 30px;
  }
  .testimonial-slider .review-wrapper .reviewer-name,
  .testimonial-slider .review-wrapper .reviewer-title {
    font-size: 18px;
  }














  footer h5 {
    font-size: 20px;
  }
  footer ul li a {
    font-size: 16px;
  }
  .contacts-list li a {
    font-size: 16px;
  }
  .about-brief .fz21 {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav {
    text-align: center;
    margin-top: 10px;
  }
  .switchers {
    flex-direction: column;
    gap: 0;
  }
  form .text-end {
    text-align: center !important;
  }
  .switchers .btn-blue {
    padding: 10px 30px;
    margin-bottom: 20px;
  }
  .hero-header {
    padding: 100px 0 20px;
  }
  .hero-header .col-lg-6.col-md-5 {
    margin-top: 0;
  }
  .hero-img-wrapper img {
    width: 130%;
  }
  .fz60, .big-title {
    font-size: 30px !important;
  }
  .d-xl-flex.justify-content-between.align-items-start.mt-5.gap-4.flex-column {
    text-align: center;
  }
  .testimonial-slider .review-wrapper .avatar img {
    width: 80px;
    height: 80px;
  }
  .testimonial-slider .review-wrapper {
    padding: 45px 20px 20px;
  }
  .testimonial-slider .review-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial-slider .review-wrapper .reviewer-name {
    font-size: 18px;
  }
  .testimonial-slider .review-wrapper .reviewer-title {
    font-size: 18px;
  }
  .testimonial-slider .review-wrapper p {
    margin-bottom: 10px;
  }
  .btn.btn-blue.fz18.fw-bold.border-30.button-ripple.hover-orange {
    font-size: 16px !important;
  }







  .footer-makkok-logo img {
    max-width: 80%;
  }
  .footer-large-rocket {
    width: 50px;
    height: 50px;
    top: -9px;
  }
  footer ul li a {
    font-size: 12px !important;
  }
  footer ul li:hover .footer-rocket {
    width: 20px;
    height:20px;
  }
  footer .fz21 {
    font-size: 14px !important;
  }
  .footer-contact-info .contacts-list li {
    margin-right: 0;
  }
  .contacts-list i {
    margin-right: 0;
  }
  .footer-social i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-header {
    text-align: center;
    padding: 50px 0px 50px;
  }
  .join-us-section {
    padding: 3em 0;
  }
  .counters .single-counter .icon {
    width: 40px !important;
    height: 40px !important;
  }
  .counters .single-counter .title {
    font-size: 16px !important;
  }
  .counters .single-counter {
    min-width: 130px;
    border-radius: 12px;
  }
  .counters.row.justify-content-between.pb-5 {
    padding-bottom: unset !important;
  }
  .why-us-section {
    padding: 3em 0;
  }
  .why-us-section .big-title.shaped-title.w-55.mx-auto.fz32 {
    margin-bottom: unset !important;
  }
  .pricing-section {
    padding: 4em 0;
  }
  .hero-img-wrapper img {
    width: 70%;
  }
  .hero-img-cont::before,
  .hero-img-cont::after {
    width: 70px;
    height: 70px;
  }
  .hero-header .hero-content {
    padding: 0;
  }
  .hero-header .container .row {
    flex-direction: column-reverse;
  }
  .markets {
    padding-left: 30px;
    padding-right: 30px;
  } 
  .counters .single-counter .icon {
    height: 55px;
    width: 60px;
  }
  .counters .single-counter .icon .img-fluid {
    max-width: 60%;
  }
  .counters .single-counter .counter {
    font-size: 24px;
  }
  .counters .single-counter .title {
    font-size: 18px;
  }
  .pricing-header-box {
    margin-top: 10px;
  }
  .pricing-container-box .btn.btn-blue.rounded6.blue-shadow.button-ripple.fz18.fw-bold.p-3.hover-orange {
    margin: 0px auto 72px;
  }
  .templates-section .nav-tabs {
    gap: 20px;
  }













  .footer-social i {
    font-size: 12px;
    width: 23px;
    height: 23px;
  }
  .list-inline.contacts-list.m-0 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .home-contact .call-us-text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .fz60, .big-title {
    font-size: 28px !important;
  }
  .join-us-section .big-title.text-gray.fw-bold.text-center.aos-init.aos-animate .text-blue.fz16.aos-init.aos-animate {
    right: -3px;
    font-size: 12px !important;
    top: 6px;
  }
  .join-us-section .big-title.text-gray.fw-bold.text-center.aos-init.aos-animate::after {
    left: 4px;
    width: 30px;
    height: 30px;
    top: -3px;
  }
  .counters .single-counter .icon {
    height: 40px;
    width: 40px;
    margin-bottom: 0;
  }
  .counters .single-counter .title {
    font-size: 14px;
  }
  .counters .single-counter .counter {
    font-size: 18px;
    line-height: 20px;
  }
  .counters .fz32 {
    font-size: 24px !important;
  }
  .padding32 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .pricing-header-box {
    margin-top: 20px;
  }
  .pricing-header-box .fz32 {
    font-size: 30px !important;
  }
  .pricing-header-box .fz18 {
    font-size: 18px;
  }
  .pricing-box .pricing-free {
    font-size: 24px !important;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  .pricing-container-box .btn.btn-blue.rounded6.blue-shadow.button-ripple.fz18.fw-bold.p-3.hover-orange {
    margin: 0px auto 65px;
  }
  .pricing-container-box:hover::before {
    border-width: 110px 0px 0px 300px;
  }
  .templates-section .nav-tabs {
    gap: 0;
  }
  .templates-section .nav-tabs .nav-link {
    font-size: 14px;
  }
  .templates-section .nav-tabs .nav-link {
    padding: 5px 40px;
  }
  .section-description {
    line-height: 27px;
    margin-bottom: 30px;
  }
  .small-title {
    font-size: 22px;
  }
  .testimonial-slider .review-wrapper {
    margin: 45px 0px 30px 0;
    padding: 40px 20px 20px;
  }
  .testimonial-slider .review-wrapper .avatar img {
    width: 70px;
    height: 70px;
  }
  .testimonial-slider .review-wrapper p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .testimonial-slider .review-wrapper .reviewer-name {
    font-size: 18px;
  }
  .testimonial-slider .review-wrapper .reviewer-title {
    font-size: 18px;
  }
  footer h5 {
    text-align: start;
  }
  .go-top img {
    width: 30px;
    height: 30px;
  }
  .go-top {
    bottom: 1em;
    left: 1em;
  }
}








.slick-list.draggable {
  overflow: hidden;
}
.slick-track {
  display: flex;
}


.stores-page {
  /* position: relative; */
  /* z-index: 20; */
  /* background: linear-gradient(90deg, rgba(255,255,255,0.2329306722689075) 0%, rgba(3,80,111,1) 0%, rgba(26,21,74,1) 80%); */
  /* background: radial-gradient(circle, rgba(13,28,69,1) 57%, rgba(3,80,111,1) 100%); */
  margin-top: 100px;
}
.stores-page::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    background-image: linear-gradient(135deg, white 25%, transparent 25%), linear-gradient(225deg, white 26%, transparent 25%);
    background-size: 30px 30px;
}
.video-overflow {
  position: relative;
}
.hero-img-wrapper-video img {
  position: absolute;
  animation-name: videoimg;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  left: 0;
}
@keyframes videoimg {
  /* 0%,
  100% {
    transform: translateY(-500px);
  }
  50% {
    transform: translateY(560px);
  } */
  from {
    transform: translateY(-500px);
  }
  to {
  transform: translateY(560px);
  }
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  direction: rtl;
}


.single-recent-article {
  overflow: hidden;
}
.recent-blogs {
  background-color: #ececec;
}
.blog-slider-wrapper {
  background-color: #ececec;
  padding-top: 5rem;
}
.single-recent-article .read-more img {
  width: 50px;
  transform: rotate(-180deg);
}
.single-recent-article:hover .read-more img {
  animation: moving-arrow 0.7s linear infinite;
}
.recent-blogs .pagination {
  justify-content: center;
}
@keyframes moving-arrow {
  100% {
      transform: rotate(-180deg) translate(65px);

  }
}

.single-blog-details .header-search {
  background: #ececec !important;
  box-shadow: 0px 3px 6px #ececec;
}
.single-blog-details .header-search input {
  padding: 40px;
  position: relative;
  background: #fff !important;
  box-shadow: 0px 3px 6px #03506f;
  border-radius: 30px;
}

.top-articles.mt-5.sliderr.slick-initialized.slick-slider.slick-vertical {
  overflow: hidden;
  margin-right: 65px;
}
.price-compare .table .fa-check {
  color: #03506f;
}
.pricing-compare {
  padding: 20px;
  margin-top: 30px;
}



.fw-bold.fz26.text-gray.mb-4.mt-5.pt-5.shaped-title.text-center {
  margin-right: 100px !important;
}
@media (max-width: 1200px) {
  .blog-filter ul {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .blog-filter ul li a {
    padding: 6px 12px;
    font-size: 14px;
  }
  .header-search i {
    left: 8%;
  }
  .single-blog-slider-post .content .btn {
    left: calc(50% - 38px);
  }
  .recent-articles.row.justify-content-between {
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  .header-search i {
    left: 10%;
  }
  .blog-filter ul li a {
    padding: 6px 8px;
    font-size: 10px;
  }
}
@media (max-width: 1400px) {
  .single-top-article {
    max-width: 365px;
  }
  .single-recent-article {
    max-width: 370px;
  }
  .counters .single-counter .counter {
    font-size: 28px;
  }
  .counters .single-counter {
    min-width: 150px;
  }
}


@media (max-width: 1200px) {
  .single-top-article {
    max-width: 300px;
  }
  .counters .single-counter .counter {
    font-size: 24px;
  }
  .counters .single-counter .icon {
    width: 60px;
    height: 59px;
  }
  .counters .single-counter .title {
    font-size: 18px;
  }
  .counters .single-counter {
    min-width: 135px;
  }
  .single-recent-article {
    max-width: 310px;
  }
  .hero-img-wrapperrr img {
    max-width: 485px;
  }
  .single-top-article .post-date {
    font-size: 12px;
  }
  .single-top-article .post-title a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .single-recent-article {
    margin-left: 13px;
    margin-right: 30px;
  }
  .header-search i {
    top: 45%;
  }
  .hero-img-wrapperrr  img{
    width: 315px;
  }
}
@media (max-width: 768px) {
  .single-recent-article {
    margin-left: 13px;
    margin-right: unset;
    max-width: 255px;
  }
  .single-top-article {
    max-width: 95%;
  }
  .hero-img-wrapperrr img {
    max-width: 100%;
    width: 100%;
    margin-left: -25px;
  }
  .full-screen-form .form-wrapper {
    width: 80%;
    margin: 10% auto;
  }
  .hero-header .hero-content {
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-top: 50px;
  }
  .pricing-page-header.hero-header.mb-5.pb-5 .col-lg-6.col-md-5,
  .hero-header .col-lg-6.col-md-5,
  .hero-img-wrapper {
    display: none;
  }
  .hero-header .hero-content .hero-title {
    font-size: 32px !important;
    text-align: center;
  }
  .hero-header .hero-content .hero-description {
    text-align: center;
  }
  .hero-header .hero-content .btn-blue {
    padding: 11px 25px !important;
    font-size: 12px !important;
  }
  .hero-header .hero-content .btn-orange {
    width: 40px;
    height: 40px;
  }
  .price-compare table tbody > tr:nth-of-type(odd) > *,
  .price-compare table tbody td,
  .price-compare table tbody tr:hover, .price-compare table tbody tr:hover th, .price-compare table tbody tr:hover .makkok-plus {
    --bs-table-accent-bg: #03506f !important;
    background-color: #03506f !important;
  }
  .price-compare table tbody tr:hover, .price-compare table tbody tr:hover th, .price-compare table tbody tr:hover .makkok-plus,
  .price-compare table tbody tr:hover, .price-compare table tbody tr:hover th, .price-compare table tbody tr:hover .makkok-plus i,
  .price-compare .table .fa-check,
  .price-compare table tbody td .fa-minus {
    color: #fff !important;
  }
}
@media (max-width: 576px) {
  .single-recent-article {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blog-page-header.hero-header .text-white.fz48.lh-sm.fw-bold.m-0 {
    font-size: 32px !important;
  }
  .full-screen-form .form-wrapper .fz32 {
    font-size: 24px !important;
  }
  .full-screen-form .form-wrapper .fz21 {
    font-size: 18px !important;
  }
  .header-search {
    padding: 20px;
  }
  .header-search i {
    font-size: 15px;
    top: 43%;
  }
  .home-contact .bg-wrapper {
    border-radius: 0;
  }
  .home-contact .bg-wrapper::after {
    border-radius: 0;
  }
  .login-img {
    width: 90px;
  }
  .full-screen-form .form-box {
    margin: 0 !important;
  }
  .full-screen-form .form-wrapper .fz32 {
    font-size: 18px !important;
  }
  .full-screen-form .form-box, .aside-form-content {
    padding: 0;
  }
  .full-screen-stars {
    height: 100vh;
  }
  .full-screen-form .form-wrapper .text-center.fz18.text-gray.mb-4 {
    font-size: 14px !important;
  }
  .form-wrapper {
    padding: 30px 10px 50px;
  }
  .pricing-header-box {
    padding: 15px !important;
  }
  .pricing-header-box .fz32 {
    font-size: 18px !important;
  }
  .pricing-box-content .mb-4.fz20 {
    font-size: 16px !important;
  }
  .pricing-box .pricing-box-content {
    min-height: 100px !important;
  }
  .pricing-box .pricing-free {
    font-size: 18px;
  }
  .pricing-container-box .btn.btn-blue.rounded6.blue-shadow.button-ripple.fz18.fw-bold.p-3.hover-orange {
    font-size: 16px !important;
  }
  .templates-section {
    padding: 0;
  }
  .small-title {
    font-size: 18px !important;
  }
  .section-description {
    font-size: 18px !important;
  }
  .testimonials {
    margin-top: 20px;
    padding: 3em 0 3em;
  }
  .home-contact {
    margin: 5em 0 5em !important;
  }
  .footer-large-rocket {
    right: -22px !important;
  }
  .footer-contact-info .contacts-list i {
    height: 25px;
    width: 25px;
  }
  .footer-contact-info.mt-3 .row.align-items-center {
    display: flex;
    flex-direction: column;
  }
  .list-inline.contacts-list.m-0 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .contacts-list li {
    margin: 0 !important;
  }
  footer .about-brief {
    font-size: 10px !important;
  }
  .templates-section .nav-tabs .nav-link {
    padding: 5px 15px !important;
  }
}


.slick-initialized .slick-slide {
  margin-right: 30px;
}


.pricing-image {
  width: 80%;
  top: 25px !important;
}
@media (max-width: 1200px) {
  .pricing-image {
    top: 60px !important;
    width: 75%;
  }
}
@media (max-width: 991px) {
  .pricing-image {
    top: 60px !important;
    width: 100%;
  }
  div#scene {
    left: -30px;
  }
}
@media (max-width: 768px) {
  div#scene {
    left: 0;
  }
}

.footer-makkok-logo .img-fluid {
  filter: brightness(0) invert(1);
}
/* .tab-content {
  direction: ltr !important;
} */




.owl-stage {
  width: 100% !important;
  display: flex !important;
}
.owl-item {
  width: 450px !important;
}
.owl-carousel .owl-item img {
  width: unset !important;
}
.owl-item .item {
  width: 450px !important;
}
@media (max-width: 1025px) {
  .owl-item,
  .owl-item .item {
    width: 318px !important;
  }
}
/* @media (max-width: 992px) {
  .owl-item,
  .owl-item .item {
    width: 350px !important;
  }
} */

.ps-rel {
  position: relative;
  width: 100%;
}
.ps-rel input {
  padding-right: 110px;
}
.ps-rel::after {
  content: 'makkok.com.';
  position: absolute;
  top: 6px;
  right: 13px;
  width: 95px;
  color: #212529;
}