@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Exo 2", sans-serif;
  overflow-x: hidden !important;
  font-size: 17px;
  color: #1e293b !important
}

h1,
h2,
h3 {
  font-family: "Exo 2", sans-serif;
  line-height: 1.5;
  font-weight: 600 !important
}
h2 {
  line-height: 1;
}

::selection {
  background: #27354c;
  color: #fff
}

a {
  text-decoration: none !important
}

p {
  line-height: 1.5
}

.section {
  padding: 100px 0;
  position: relative
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0
  }
}

.text-gradient-primary {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%) !important;
  /* background: linear-gradient(to bottom, #3123dc 0%, #3123dc 100%) !important; */
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important
}

.typed-heading {
  min-height: 120px !important;
  display: inline-block;
}

.title-heading {
  line-height: 26px
}

.title-heading .heading {
  font-size: 64px !important;
  letter-spacing: 1px
}

@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 40px !important
  }
}

.title-heading .para-desc {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px
}

@media (max-width: 768px) {
  .title-heading .para-desc {
    font-size: 16px !important
  }
}

.para-desc {
  max-width: 600px
}

.mt-100 {
  margin-top: 100px
}

@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important
  }
}

.row>* {
  position: relative
}

h1 {
  font-size: 48px !important
}

h2 {
  font-size: 40px !important
}

h3 {
  font-size: 30px !important
}

.text-danger {
  color: #dc2626 !important
}

.rounded-pill {
  border-radius: 100%;
}

.btn-primary {
  background-color: #3123dc !important;
  border: 1px solid #3123dc !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(234, 88, 12, 0.1)
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #3123dc;
  border-color: #3123dc;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(234, 88, 12, 0.1)
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1)
}

.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #16a34a;
  border-color: #16a34a;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(22, 163, 74, 0.1)
}

.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f59e0b;
  border-color: #f59e0b;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(245, 158, 11, 0.1)
}

.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #22d3ee;
  border-color: #22d3ee;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(34, 211, 238, 0.1)
}

.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #dc2626;
  border-color: #dc2626;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(220, 38, 38, 0.1)
}

.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #1e293b;
  border-color: #1e293b;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(30, 41, 59, 0.1)
}

.btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #94a3b8;
  border-color: #94a3b8;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(148, 163, 184, 0.1)
}

.btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1)
}

.btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #202942;
  border-color: #202942;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1)
}

.btn {
  padding: 10px 30px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600
}

.btn:focus {
  box-shadow: none !important
}

.btn.btn-pills {
  border-radius: 30px
}

button:not(:disabled) {
  outline: none
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px !important;
}

.avatar.avatar-ex-sm {
  max-width: 190px;
  max-height: 66px;
}

@media (max-width: 1025px) {
  .avatar.avatar-ex-sm {
    max-width: 120px;
  }
}

.form-control {
  border: 1px solid #f1f5f9;
  font-size: 15px;
  line-height: 26px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 500 !important;
  color: #1e293b !important
}

.form-control:focus {
  border-color: #3123dc;
  box-shadow: none
}

.form-control:disabled {
  background-color: #f1f5f9
}

.form-label {
  font-size: 16px !important
}

.fea {
  stroke-width: 1.5
}

.fea.icon-ex-md {
  height: 24px;
  width: 24px
}

.fea.icon-lg {
  height: 62px;
  width: 62px;
  stroke-width: 1;
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%) !important;
  /* background: linear-gradient(to bottom, #3123dc 0%, #3123dc 100%) !important; */
  -webkit-text-fill-color: transparent !important
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  transition: all .5s ease
}

#topnav.nav-sticky {
  background: rgba(255, 255, 255, 0.8);
  /* border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  box-shadow: 0 0 3px rgba(30, 41, 59, 0.1)
}

#topnav .logo {
  float: left;
  color: #1e293b !important
}

#topnav .logo .logo-dark-mode {
  display: none
}

#topnav .logo .logo-light-mode {
  display: inline-block
}

#topnav .logo:focus {
  outline: none
}

#topnav #navigation {
  font-family: "Syne", sans-serif
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 30px 0 26px 10px;
  height: 18px
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #1e293b;
  display: block;
  margin-bottom: 5px;
  transition: transform .5s ease
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0
}

#topnav .navbar-toggle.open span {
  position: absolute
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg)
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:focus {
  background-color: transparent
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

#topnav .navigation-menu>li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px
}

#topnav .navigation-menu>li:hover>a {
  color: #3123dc !important
}

#topnav .navigation-menu>li>a {
  display: block;
  color: #1e293b;
  font-size: 16px;
  background-color: transparent !important;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  transition: all 0.5s;
  padding-left: 10px;
  padding-right: 10px
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
  color: #3123dc
}

#topnav .menu-extras {
  float: right
}

.logo {
  font-weight: 600;
  font-size: 24px;
  margin-right: 15px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px
}

.logo img {
  max-width: 155px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  #topnav .navigation-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px
  }

  #topnav .navigation-menu>li:hover>a {
    color: #3123dc !important
  }

  #topnav .navigation-menu.nav-right {
    justify-content: flex-end !important
  }

  #topnav .navigation-menu.nav-right>li:last-child {
    margin-right: 0
  }

  #topnav .navbar-toggle {
    display: none
  }

  #topnav #navigation {
    display: block !important
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(30, 41, 59, 0.15);
    min-height: 74px
  }

  #topnav .container {
    width: auto
  }

  #topnav #navigation {
    max-height: 400px
  }

  #topnav .navigation-menu {
    float: none
  }

  #topnav .navigation-menu>li {
    float: none
  }

  #topnav .navigation-menu>li>a {
    color: #1e293b;
    padding: 10px 20px;
    text-align: center;
  }

  #topnav .navigation-menu>li>a:after {
    position: absolute;
    right: 15px
  }

  #topnav .navigation-menu>li>a:hover {
    color: #3123dc
  }

  #topnav .menu-extras .menu-item {
    border-color: #94a3b8
  }

  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #fff
  }
}

@media (min-width: 768px) {

  .navbar-toggle {
    display: block
  }
}

@media (max-width: 425px) {

  #topnav .navigation-menu>li {
    margin: 0 !important
  }

  #topnav .navigation-menu>li>a {
    padding: 10px 15px
  }
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center
}

@media (max-width: 768px) {
  .bg-half-260 {
    padding: 150px 0;
    height: auto
  }
}

.bg-half {
  padding: 200px 0 100px;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center
}

@media (max-width: 768px) {
  .bg-half {
    padding: 120px 0 60px;
    height: auto
  }
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover !important;
  align-self: center;
  /* position: relative; */
  background-position: center center
}

@media (max-width: 767px) {
  .bg-half-170 {
    padding: 120px 0;
    height: auto
  }
}

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

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

.modern-app-round {
  position: absolute;
  width: 100%;
  height: 133%;
  pointer-events: none;
  z-index: 5;
  background-image: url(../images/bg_v2.png);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

.services {
  transition: all 0.5s ease
}

.services .service-icon {
  transition: all 0.5s ease;
  border-radius: 100px;
  padding: 10px;
  color: #fff;
}

.services .content .title,
.services .content .para {
  transition: all 0.5s ease
}

.services .service-big-icon {
  transition: all 0.5s ease;
  z-index: -1
}

.services:hover .service-big-icon {
  height: 200px;
  width: 200px;
  opacity: 0.05 !important
}

.services p {
  font-weight: 300;
}

.contacts .feature-icon {
  color: #3123dc;
  font-size: 24px;
  margin-top: 33px;
}

.contacts .feature-icon a {
  margin-left: 15px;
  color: #1e293b;
}

.contacts .feature-icon a:hover {
  color: #3123dc;
}

@media (max-width: 767px) {
  .contacts h2 {
    text-align: center;
  }
  .contacts .feature-icon {
    justify-content: center;
  }
  .form-wrapp {
    margin-top: 50px;
  }
}

footer {
  position: relative;
  color: rgb(30 41 59 / 88%);
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

footer a {
  color: #3123dc;
}

.form-message_sent {
  display: block;
  background: #d1e7dd;
  color: #0a3622;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
}

.form-message_error {
  display: block;
  background: #f8d7da;
  color: #58151c;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
}

.form-message_recaptcha {
  display: block;
  background: #fff3cd;
  color: #664d03;
  margin-top: 15px;
  padding: 5px 15px;
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
}

.grecaptcha-badge { 
  visibility: hidden !important;
}
