@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  /*color: black;*/
}
body {
  background-color: #ffffff;
}

:root {
  --primary: #134a70;
  --light: #fffafb;

  --shadow: -20px 30px 30px rgba(0, 0, 0, 0.151);
  --shadow2: -20px 30px 30px rgba(0, 0, 0, 0.151);
  --mainliner: linear-gradient(45deg, #25b2f4, #25b2f4);
  --mainblue: #25b2f4;
  --maingreen: #25b2f4;
}
body {
  -webkit-text-size-adjust: 100%;
}
[class*="grid"] {
  display: grid;
}

html {
  scroll-behavior: smooth;
}



img,
video {
  max-width: 100%;
}



.head-top-button {
  padding: 1.3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #1c2378;
  color: white;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

button.empty {
  border: 1px solid var(--primary);
  background: transparent;
  color: var(--primary);
}

/* header section */



select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}



.flx .links a {
  font-weight: 700;
  color: var(--mainblue);
  text-decoration: none;
}



.menu {
  font-size: 3rem;
  display: none;
}

main {
  background: linear-gradient(45deg, #00eaff81, #0b00004a, #00eaff81),
    url(images/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 10rem 0;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}

.buttons button {
  background: var(--mainliner);
  color: white;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 1.39rem 5rem;
  letter-spacing: 3px;
  box-shadow: none;
}

.home-form {
  background-color: rgb(236, 245, 247);
  padding: 2rem 3rem 1rem 3rem;
  border-radius: 4rem;
  border: 1px solid #007bff;
  width: 80%;
  margin: -9rem auto 0 auto;
  box-shadow: rgba(17, 12, 46, 0.102) 0px 28px 50px 0px;
}

.form__div {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
}

.pashe__form {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.formtooltip i {
  color: #1c2378;
  font-size: 1.5rem;
}

.formtooltip {
  position: relative;
  display: inline-block;
}

.formtooltip .formtooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #1c2378;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 190%;
  opacity: 0;
  transition: opacity 1s;
}

.formtooltip .formtooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -2px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #1c2378 transparent transparent;
}
.formtooltip:hover .formtooltiptext {
  visibility: visible;
  opacity: 1;
}

.from__control {
    width: 100% !important;
    padding: 1rem !important;
    font-size: 1.5rem !important;
    margin: 0.5rem 0;
    border-radius: 2rem !important;
    transition: 0.6s !important;
}

.from__control:hover {
  border: 2px solid #1c2378;
}

.swiperr__start {
  width: 430px;
  padding: 1rem 0;
  margin: 0.1rem 0;
  background-color: rgba(255, 255, 255, 0);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet
  .submit {
  display: none;
}

.brand-name-size{
     font-size: 1.2rem;
  font-weight: 700;
}

.brand__name {
  text-align: center;
}

.swiper-slide {
  border: 1px solid #1c2378;
  cursor: pointer;
}

.brand__images {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand__images img {
  width: 18% !important;
  cursor: pointer;
}

.featurs {
  padding: 2rem 0;
}

.grid-2 {
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.home-card {
  padding: 1rem 2rem;
  background-color: white;
  box-shadow: rgba(120, 127, 135, 0.2) 0px 18px 34px;
  transform: scale(1) !important;
  transition: 0.4s !important;
  border: 1px solid #ccc;
}
.home-card:hover {
  transform: scale(1.05) !important;
  box-shadow: rgba(120, 127, 135, 0.326) 0px 48px 34px;
}

.activated__card {
  background: linear-gradient(45deg, #007bff, #25b2f4);
}

.grid-2 .activated__card i {
  color: white;
  font-size: 4rem;
  padding: 1rem 0;
}

.manageimg {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  align-items: center;
}
.grid-2 .home-card i {
  font-size: 4rem;
}

.manageimg img {
  width: 33% !important;
}
.home-card h2 {
  color: #007bff;
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.4s !important;
  padding-top: 1rem;
}

.activated__card h3 {
  color: white !important;
  font-size: 1.7rem;
  font-weight: 700;
}

.home-card p {
  opacity: 0.6;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.activated__card p {
  color: white;
  opacity: 0.8;
}

.left h1 {
  font-size: 3rem;
  color: #134a70;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}

.head__content {
  text-align: center;
}

.head__content h1 {
  font-size: 6rem;
  color: var(--light);
  font-weight: bold;
}
.head__content p {
  font-size: 2rem;
  color: var(--light);
}
.copy {
  padding: 2rem 0;
  background: #000;
}
.foot-wrap {
  text-align: center;
}

.foot-text {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.foot-text a {
  color: #03a9f4;
}

.protocol,
.protocol a {
  text-align: center;
  padding: 2rem 0 0 0;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
}

.protocol a {
  color: #25b2f4;
}

.faq .accordion .card-header {
    background: #fff;
    padding: 18px;
}
.faq .accordion .card-header {
       background: #fff;
}
.faq .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.faq .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

@media (max-width: 1080px) {
  html {
    font-size: 45%;
  }

}

@media (max-width: 1024px) {


  main {
    height: 70rem;
  }
  header .container,
  .links,
  .auth,
  .flx {
    gap: 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 40%;
  }
  .container {
    width: 90%;
  }
  .devinee {
    display: none;
  }
  .head__content h1 {
    font-size: 4rem;
  }
  .head__content p {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  header .container,
  .links,
  .auth,
  .flx {
    gap: 1rem;
  }
}

@media (max-width: 660px) {
  html {
    font-size: 60%;
  }
 
  .links a button {
    padding: 1rem 2rem;

    font-size: 1rem;
    letter-spacing: 1px;
  }

 
  section {
    padding: 0 0;
  }
  [class*="grid"],
  .form__div {
    grid-template-columns: 1fr !important;
  }
  .form__div {
    gap: 1rem;
  }
  .home-form {
    margin: 7rem auto;
    width: 100%;
  }
  .tube iframe {
    height: 200px;
  }
  .fix {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  main {
    height: 100%;
    padding: 10rem 0;
  }
  .content .title {
    font-size: 3.5rem;
    font-weight: 600;
  }
  .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  main .wraper img {
    display: none;
  }
  .left {
    text-align: center;
  }
  .left button {
    margin: auto;
  }

  .height-fix {
    margin-bottom: -15rem;
  }
  .copy span {
    display: block;
  }
  .auth.pc {
    display: none;
  }
  .auth.mb {
    display: flex;
  }
  .auth.mb i,
  .menu {
    font-size: 3rem;
    color: var(--primary);
  }
 
  .swiperr__start {
    width: 295px;
  }
  .brand__images {
    gap: 0.5rem;
  }
}

@media (max-width: 990px) {
 

  .none {
    display: none;
  }
}



/*Counter section:*/

.qap-counter {
 background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.qap-count-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.qap-count-text {
  font-size: 18px;
   font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
font-size: 35px !important;
  color: #145AE2;
}

.counter-top-row{
    max-width: 100% !important;
    background: #145AE2;
    padding-bottom: 200px;
    padding-top: 100px;
}

.counter-second-row{
        margin-top: -130px;
    margin-bottom: 50px;
max-width: 85% !important;
}
.counter-section{
    padding-bottom: 40px;
    background-color: #fffafb;
}

.faq-section {
    padding-bottom: 40px;
    background-color: #fffafb;
}

.counter-top-title{
  color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.counter-subtitle{
     font-size: 40px;
    line-height: 1.5em;
    color: white;
    font-weight: 700; 
}

@media only screen and (min-width: 200px) and (max-width: 767px)  {
    
    .qap-counter{
        margin: 8px 0px;
    }
}

/*google review:*/

.jgxjWi{
    margin-top: 3rem!important;
}
