﻿:root {
  --global-palette1: #3182ce;
  --global-palette2: #2b6cb0;
  --global-palette3: #1a202c;
  --global-palette4: #2d3748;
  --global-palette5: #4a5568;
  --global-palette6: #718096;
  --global-palette7: #edf2f7;
  --global-palette8: #f7fafc;
  --global-palette9: #ffffff;
}

/* fonts Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-100.eot');
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-100.eot?') format('embedded-opentype'),
    url('../font/Montserrat-100.woff2') format('woff2'),
    /* url('../fonts/Montserrat/Montserrat-100.svg#Montserrat') format('svg'); */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-200.eot');
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-200.eot?') format('embedded-opentype'),
    url('../font/Montserrat-200.woff2') format('woff2'),
    /* url('../fonts/Montserrat/Montserrat-200.svg#Montserrat') format('svg'); */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-300.eot');
  /* IE9 */
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-300.eot?') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Montserrat-300.woff2') format('woff2'),
    /* Safari, Android, iOS */
    /* url('../fonts/Montserrat/Montserrat-300.svg#Montserrat') format('svg'); */
    /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/Montserrat-Regular.eot');
  src: url('../font/Montserrat-Regular.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Montserrat-Regular.woff2') format('woff2'),
    /* Safari, Android, iOS */
    /* url('../fonts/Montserrat/Montserrat-Regular.svg#Montserrat') format('svg'); */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-500.eot');
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-500.eot?') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Montserrat-500.woff2') format('woff2'),
    /* Safari, Android, iOS */
    /* url('../fonts/Montserrat/Montserrat-500.svg#Montserrat') format('svg'); */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-600.eot');
  /* IE9 */
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-600.eot?') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Montserrat-600.woff2') format('woff2'),
    /* Safari, Android, iOS */
    /* url('../fonts/Montserrat/Montserrat-600.svg#Montserrat') format('svg'); */
    /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-700.eot');
  /* IE9 */
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-700.eot?') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Montserrat-700.woff2') format('woff2'),
    /* Safari, Android, iOS */
    /* url('../fonts/Montserrat/Montserrat-700.svg#Montserrat') format('svg'); */
    /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-800.eot');
  /* IE9 */
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-800.eot?') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Montserrat-800.woff2') format('woff2'),
    /* Safari, Android, iOS */
    /* url('../fonts/Montserrat/Montserrat-800.svg#Montserrat') format('svg'); */
    /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-900.eot');
  /* IE9 */
  src: url('https://onwavegroup.com/fonts/Montserrat/Montserrat-900.eot?') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Montserrat-900.woff2') format('woff2'),
    /* Safari, Android, iOS */
    /* url('../fonts/Montserrat/Montserrat-900.svg#Montserrat') format('svg'); */
    /* Legacy iOS */
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

.text {
  font-size: 18px !important;
  color: var(--global-palette4);
}

.logo-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.img-fluid {
  width: 100%;
}
.btn-sedondary,
.btn-primary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--global-palette9);
  border: 2px solid var(--global-palette9);
  color: var(--global-palette2);
}

.btn-sedondary {
  background-color: var(--global-palette2);
  border: 2px solid var(--global-palette2);
  color: var(--global-palette9);
}

.btn-primary:hover {
  background-color: transparent;
  color: var(--global-palette9);
}

.btn-sedondary:hover {
  background-color: transparent;
  color: var(--global-palette2);
}

.btn-primary-bg {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  border: 1px solid var(--global-palette1);
  transform: translateY(0px);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn-primary-bg:hover {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
  border: 1px solid var(--global-palette1);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn-primary-outline-bg {
  background-color: var(--global-palette9);
  color: var(--global-palette1);
  border: 1px solid var(--global-palette1);
}

.text-primary {
  color: var(--global-palette1) !important;
}

/* section padding */
.section-pd {
  padding: 100px 0;
}

.section-bg {
  background-color: rgba(1, 110, 204, 0.06);
}

/* Owl Nav */
.owl-nav {
  position: relative;
}

.owl-prev {
  position: absolute;
  left: 0;
  bottom: 0;
}

.owl-prev i,
.owl-next i {
  font-size: 48px;
  line-height: 72px;
}

.owl-next {
  position: absolute;
  right: 0;
  bottom: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--global-palette1);
  text-decoration: none;
  background-color: transparent;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--global-palette1);
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--global-palette3);
}

.bs-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: -1;
}

.bs-shape svg {
  position: relative;
  display: block;
  width: calc(162% + 1.3px);
  transform: rotateY(180deg);
  animation: shape 10s ease-in-out infinite;
}

.home-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.home-shape svg {
  position: relative;
  display: block;
  width: calc(136% + 1.3px);
  height: 218px;
}

.home-shape .shape-fill {
  fill: #FFFFFF;
}

@keyframes shape {
  0% {
    left: 0
  }

  50% {
    left: -50%
  }

  to {
    left: 0
  }
}

.bs-shape .shape-fill {
  fill: var(--global-palette7)
}

/* Header */
header {
  background-color: transparent;
  background-image: linear-gradient(100deg, #016ECC 0%, #19D2FE 100%);
  position: relative;
}

header.homePage {
  height: auto;
}

.hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/CTA-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-title {
  color: var(--global-palette4);
  font-size: 46px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 500;
}

.hero-sub-title {
  color: var(--global-palette4);
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 500;
}

.head-content {
  position: relative;
  z-index: 10;
}

/* menu hover Animation work */
/* nav {
  height: 10vh;
} */

nav .onwave-link a {
  color: var(--global-palette3);
}

.logo {
  width: 80px;
  height: 55px;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.menu-item-hover {
  display: inline-block;
  position: relative;
  color: var(--global-palette3);
  margin: 0 10px;
  transition: all .3s ease;
}

nav .menu-item-hover.active {
  font-weight: 700;
  transform: scale(1.1);
}

/* .menu-item-hover::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--global-palette1);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.menu-item-hover:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */

/* nav .onwave-link .active::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--global-palette1);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(1);
  transform-origin: bottom left;
} */


/* card global code */
.card-items .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.card-items .card:hover {
  transform: translateY(-5px);
}

.card-items .card .card-body i {
  border-radius: 6px;
  font-size: 56px;
  color: var(--global-palette1);
  background-color: var(--global-palette7);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.card-items .card:hover .card-body i {
  color: var(--global-palette7);
  background-color: var(--global-palette1);
}

.card-items .card:hover .card-body {
  background-color: var(--global-palette7);
  box-shadow: 0 2px 18px 0 rgba(255, 255, 255, 0.08);
}

.card-items .card .card-body .card-title {
  margin-bottom: .75rem;
  margin-top: 26px;
  margin-bottom: 15px;
}

/* colaboration-area */
.colaboration-area {
  color: var(--global-palette9);
  background-image: url(../image/colaborate.webp);
  background-attachment: fixed;
}

.service-cola-area {
  color: var(--global-palette9);
  background-image: url(../image/bg-back.webp);
  background-attachment: fixed;
}

.overlay-color {
  background-color: rgba(45, 55, 72, 0.80);
}

/* Footer */
footer {
  /* background-color: var(--global-palette3); */
  color: var(--global-palette3);
}

.footer-top {
  padding: 120px 0 40px 0;
}

.footer-bg {
  background-image: linear-gradient(100deg, #016ECC 0%, #19D2FE 100%);
}

.footer-top-content {
  position: relative;
  z-index: 10;
}

.footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.footer-shape svg {
  position: relative;
  display: block;
  width: calc(119% + 1.3px);
  height: 87px;
}

.footer-shape .shape-fill {
  fill: #FFFFFF;
}

.social-icons a:hover i {
  color: var(--global-palette1);
}

.social-icons-section {
  position: relative;
  z-index: 10;
}

/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-grid:hover .blog-img {
  transform: translate(-5px, -10px);
}

.blog-grid .blog-img .date {
  position: absolute;
  background: var(--global-palette4);
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-grid .blog-img img {
  background-color: var(--global-palette4);
}

.blog-grid:hover .blog-img .date {
  position: absolute;
  background: var(--global-palette9);
  color: var(--global-palette4);
}

.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-grid:hover .blog-info h5 a {
  color: var(--global-palette1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-grid:hover .blog-info {
  transform: translate(-5px, -10px);
}

.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
  color: var(--global-palette4);
}

.blog-grid .blog-info p {
  margin: 0;
}

.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.px-btn-arrow {
  padding: 0 50px 0 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
  color: var(--global-palette1);
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.px-btn-arrow .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  -moz-transition: ease right 0.3s;
  -o-transition: ease right 0.3s;
  -webkit-transition: ease right 0.3s;
  transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* boxes  */
.box-content {
  width: 90%;
  margin: 0 auto;
  background: var(--global-palette9);
  border-radius: 15px;
  text-align: center;
  padding: 20px 40px;
  height: 100%;
}
.box-content-img {
  font-size: 110px;
  display: inline-block;
}
.box-content-img svg{
  width: 1em;
  height: 1em;
}
.box-content-background {
  background-color: rgba(1, 110, 204, 0.06);
}



/* shaper */
.custom-shape-divider-top-1691076491 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1691076491 svg {
  position: relative;
  display: block;
  width: calc(166% + 1.3px);
  height: 107px;
}

.custom-shape-divider-top-1691076491 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-bottom-1691076608 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1691076608 svg {
  position: relative;
  display: block;
  width: calc(133% + 1.3px);
  height: 121px;
}

.custom-shape-divider-bottom-1691076608 .shape-fill {
  fill: #FFFFFF;
}

/* TESTIMONIALS */
.Testimonials-img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  object-fit: cover;
}


/* Media Query */

@media only screen and (min-width: 1024px) {
  .section-pd {
    padding: 100px 0;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  animation: navbar 0.5s ease-in-out;
}

.fixed .menu-item-hover,
.fixed .logo-title {
  color: var(--global-palette3) !important;
}

@keyframes navbar {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media only screen and (max-width: 1399px) {
  .head-content {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 992px) {

  header.homePage {
    height: auto;
  }

  .head-content {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 516px) {
  .logo {
    width: 60px;
    height: auto;
  }

  .hero-title {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-sub-title {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-title {
    font-size: 18px;
  }

  .h2 {
    font-size: 20px !important;
  }

  .btn-sedondary,
  .btn-primary {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }
}

.footer-logo{
  box-shadow: -14px -9px 15px -1px rgba(255, 255, 255, 0.34);
-webkit-box-shadow: -14px -9px 15px -1px rgba(255, 255, 255.34);
-moz-box-shadow: -14px -9px 15px -1px rgba(255, 255, 255.34);
}

.services-card-height{
  height: 22.5rem !important;
  min-height: 22.5rem;
  max-height: 22.5rem;
}

@media screen and (max-width: 1400px) {
  .services-card-height{
    height: 24rem !important;
    min-height: 24rem;
    max-height: 24rem;
  }
}

@media screen and (max-width: 1199px) {
  .services-card-height{
    height: 26rem !important;
    min-height: 26rem;
    max-height: 26rem;
  }
}

@media screen and (max-width: 991px) {
  .services-card-height{
    height: 25rem !important;
    min-height: 25rem;
    max-height: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .services-card-height{
    height: 21rem !important;
    min-height: 21rem;
    max-height: 21rem;
  }
}

@media screen and (max-width: 377px) {
  .services-card-height{
    height: 24rem !important;
    min-height: 24rem;
    max-height: 24rem;
  }
}
@media screen and (max-width: 333px) {
  .services-card-height{
    height: 28rem !important;
    min-height: 28rem;
    max-height: 28rem;
  }
}
@media screen and (max-width: 282px) {
  .services-card-height{
    height: 31rem !important;
    min-height: 31rem;
    max-height: 31rem;
  }
}

.toggle-password {
  position: absolute;
  top: 19px;
  right: 10px;
  /* transform: translateY(-50%); */
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #000;
}
