/* =================================
 css index
 =================================
/*==========================================
    typography
===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
}

.container-miscoo {
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}

/*==========================================
    section title
==========================================*/
.section-title {
  text-align: center;
  margin-bottom: 80px;
}
.section-title.style2 {
  margin-top: 70px;
}
.section-title h2 {
  color: #16087f;
  font-size: 52px;
  line-height: 67px;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
  margin-top: -15px;
}
.section-title h2:after {
  position: absolute;
  content: "";
  left: calc(100% + 30px);
  top: 50%;
  width: 100px;
  height: 3px;
  background: -webkit-linear-gradient(130deg, rgba(255, 66, 110, 0), #546dfc);
  z-index: -1;
}
.section-title h2:before {
  position: absolute;
  content: "";
  right: calc(100% + 30px);
  top: 50%;
  width: 100px;
  height: 3px;
  background: -webkit-linear-gradient(130deg, #546dfc, rgba(255, 75, 43, 0));
  z-index: -1;
}

.c-white {
  color: #fff;
}

.def-btn {
  display: inline-block;
  background: #546dfc;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  padding: 0 35px;
  position: relative;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  border-radius: 50px;
  z-index: 2;
  transition: all 0.3s ease-in;
}

.def-btn i {
  margin-left: 10px;
}

.def-btn.def-small {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

.def-btn:hover {
  color: #fff;
}

.def-btn:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }

  .row.reorder-xs > [class*=col-] {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row.homepage-about-xs {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl;
  }

  .row.homepage-about-xs > [class*=col-] {
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr;
  }
}
/*==========================================
    Preloader
==========================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #09111f;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.preloader img {
  width: 400px;
}

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #052157;
  border: 2px solid #fff;
  text-align: center;
}

.scroll-to-top a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block;
}

.scroll-to-top a i {
  color: #fff;
}

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Heebo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3d5169;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
  line-height: 1.3;
  font-family: "Barlow Condensed", sans-serif;
}
a {
    font-family: "Heebo", sans-serif;
}

p {
  line-height: 1.6;
}

a {
  color: #3d5169;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

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

/*==========================================
    header
==========================================*/
.header {
  position: absolute;
  width: 100%;
  z-index: 55;
  background: #fff;
  box-shadow: 0 7px 27px -9px rgba(58, 58, 58, 0.2);
}
.header .logo {
  height: 40px;
}
.header .logo img {
  height: 100%;
}
.header .buy-button {
  padding: 25px 0;
  text-align: right;
}
.header .buy-button a {
  display: inline-block;
  height: 50px;
  width: 160px;
  background: #b10845;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0px 2px 6px 0px #b10845;
  transition: all 0.3s ease-in;
}
.header .buy-button a:hover {
  background: transparent;
  color: #b10845;
}

/*==========================================
    banner
==========================================*/
.banner {
  background: url("../img/banner2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(22 8 127 / 80%);
  z-index: -1;
}
.banner .logo {
  height: 70px;
  margin-bottom: 48px;
}
.banner .logo img {
  height: 100%;
  width: auto;
  max-width: none;
}
.banner .part-img {
 position: absolute;
 content: '';
 right: 0;
 bottom: 0;
 height: 80%;
}
.banner .part-img img {
  width: auto;
  max-width: none;
  height: 100%;
}
.banner .banner-content {
  padding: 180px 0;
}
.banner .banner-content h1 {
  color: #fff;
  font-size: 58px;
  line-height: 72px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 64px;
}
.banner .banner-content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.banner .banner-content .def-btn {
  margin-right: 10px;
  border: 1px solid #546dfc;
}
.banner .banner-content .def-btn:hover {
  background: transparent;
}
.banner .banner-content .demo-cl-btn {
  background: transparent;
  border: 1px solid #546dfc;
}
.banner .banner-content .demo-cl-btn:hover {
  background: #546dfc;
}
.banner .banner-content .statics {
  margin-top: 120px;
}
.banner .banner-content .statics .single-statics {
  display: flex;
  flex-direction: row;
}
.banner .banner-content .statics .single-statics .part-icon {
  height: 44px;
  margin-right: 20px;
  margin-top: -4px;
  display: none;
}
.banner .banner-content .statics .single-statics .part-icon img {
  height: 100%;
}
.banner .banner-content .statics .single-statics .statics-text span {
  display: block;
}
.banner .banner-content .statics .single-statics .statics-text span.number {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 500;
  line-height: 60px;
  margin-top: -9px;
  margin-bottom: 15px;
}
.banner .banner-content .statics .single-statics .statics-text span.text {
  font-family: "Barlow Condensed", sans-serif;
  color: #ddd;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: -3px;
}

.pages {
  padding: 120px 0 100px;
  /* background: url('../img/banner.jpg') center center no-repeat; */
  background-size: cover;
  position: relative;
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pages:after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(28 23 64 / 80%);
  background: rgb(42 64 113 / 80%);
  z-index: -1;
}
.pages .single-page {
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: center;
}
.pages .single-page .part-img {
  position: relative;
  z-index: 2;
  /* border: 1px solid #fff; */
  border-left: none;
  border-right: none;
  box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
}
.pages .single-page .part-img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.2s;
}
.pages .single-page .part-img img {
  width: 100%;
}
.pages .single-page .part-img .view-butn {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.85);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 5;
}
.pages .single-page .part-text {
  background: #546dfd;
  /* border: 1px solid #fff; */
  padding: 12px 40px;
  margin-top: 30px;
  border-radius: 50px;
  display: inline-block;
}
.pages .single-page .part-text span.page-name {
  display: block;
}
.pages .single-page .part-text span.page-name a {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  text-transform: capitalize;
}
.pages .single-page:hover .part-img:after {
  opacity: 0.7;
}
.pages .single-page:hover .part-img .view-butn {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  visibility: visible;
}

.feature {
  padding: 120px 0 50px;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.feature .single-feature {
  margin-bottom: 60px;
}
.feature .single-feature .part-icon {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.feature .single-feature .part-icon:after {
  position: absolute;
  content: '';
  right: -20px;
  top: -20px;
  width: 60px;
  height: 60px;
  background: #546dfc;
  opacity: .1;
  z-index: -1;
  border-radius: 50%;
}

.feature .single-feature .part-text h3.title {
  font-size: 27px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: -8px;
  color: #16087f;
  letter-spacing: 0;
}
.feature .single-feature .part-text p {
  margin-bottom: -3px;
  color: #666;
  line-height: 28px;
  padding-right: 30px;
}

.credits {
  padding: 80px 0;
  background: url("../img/banner.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  text-align: center;
}
.credits:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(22 8 127 / 80%);
  z-index: -1;
}
.credits h5 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.credits h5:after {
  position: absolute;
  content: "";
  left: calc(100% + 30px);
  top: 50%;
  width: 100px;
  height: 3px;
  background: -webkit-linear-gradient(130deg, rgba(255, 66, 110, 0), #fff);
  z-index: -1;
}
.credits h5:before {
  position: absolute;
  content: "";
  right: calc(100% + 30px);
  top: 50%;
  width: 100px;
  height: 3px;
  background: -webkit-linear-gradient(130deg, #fff, rgba(255, 75, 43, 0));
  z-index: -1;
}
.credits ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.credits ul li {
  margin: 0 12px;
}
.credits ul li img {
  height: 50px;
}

/*==========================================
    suggested web
==========================================*/
.suggested-web {
  padding: 120px 0;
  display: none;
}
.suggested-web .single-web {
  border: 1px solid rgba(2, 29, 83, 0.09);
  padding: 15px;
}
.suggested-web .single-web a {
  text-align: center;
  display: block;
}
.suggested-web .single-web a img {
  margin-bottom: 25px;
  box-shadow: 0 7px 40px -5px rgba(0, 0, 0, 0.16);
}
.suggested-web .single-web a span.web-name {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #021d53;
  margin-bottom: 10px;
}

/*==========================================
    footer
==========================================*/
.footer {
  padding: 20px 0;
  background: #000;
  background-size: contain;
  position: relative;
}
.footer p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer p a {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
}


@media only screen and (min-width: 320px) and (max-width: 991px) {
  .banner .part-img {
      display: none;
  }
}