@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --span-color: #005cb3;
  --bg-color-button: #005cb3;
  --text-color1: #52489f;
  --bg-color-box1: #00478a;
  --bg-color-box2: #6f25df;
  --bg-color-box3: #00478a;
  --review-bg-color: #e7e7e7;
  --star-color1: #ed9c00;
  --star-color2: #ff3d2e;
  --star-color3: #00b77a;
  --border-color: #dad9d9;
  --special-color: #ffb1ff;
  --card-head-color: #50294c;
  --card-head-color2: #4496d2;
  --card-head-color3: #a70900;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #fff !important;
}

/* nav */

li.nav-item.dropdown.service-dropdown-tg ul li {
  width: 220px;
}

/* Home section Start  */

.home {
  /* margin-top: 1%; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 60px 0 40px 0;
}

.home .home-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2% 0 0 0;
}

.home .home-content h1 {
  font-weight: 900;
  font-size: 40px;
  width: 80%;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.home .home-content h1 span {
  color: var(--span-color);
  font-weight: 900;
}

.home .home-content p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  width: 80%;
}

.home-link a {
  background-color: var(--bg-color-button);
  color: var(--color-white);
  padding: 11px 20px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
}

.carousel.slide.package {
  margin-top: 70px;
}

/* price */

.pricing-sec h2.global-title {
  font-weight: bold;
}

/********* Service Section Start ***********/

.services {
  margin: 100px auto;
}

/* Customer Section  */

.customer {
  /* border: 2px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 7% 0 0 0;
}

.customer-align {
  /* border: 2px solid green; */
  width: 80%;
  margin: auto;
}

.customer .customer-content {
  text-align: center;
}

.customer .customer-content h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bolder;
}

.customer .customer-content h2 span {
  color: var(--span-color);
}

.customer .customer-content p {
  font-size: 15px;
  width: 80%;
  margin: auto;
}

.carousel.carousel-testimonial {
  margin: 5% auto;
}

.carousel-testimonial-item {
  padding: 1% 10%;
}

.car-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 2px solid red; */
  padding: 5% 0 0 0;
}

.car-content {
  border: 1px solid grey;
  width: 45%;
  margin-left: 5%;
  padding: 3%;
  border-radius: 15px;
  border-bottom: 22px solid #005cb3;
}

.car-content.amstar {
  border-bottom: 22px solid var(--card-head-color2);
}

.car-content.fero {
  border-bottom: 22px solid var(--card-head-color3);
}

.car-cardImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-star i {
  color: #005cb3;
  font-size: 16px;
}

.car-topImg img {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 15%;
  top: 4%;
  border: 1px solid grey;
  border-radius: 50%;
  object-fit: contain;
}

/* .car-cardCont {
  margin-top: 5%;
} */
.car-cardCont h2 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.car-cardCont h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 10px 0;
}

.car-cardCont.amstar h3 {
  color: var(--card-head-color2);
}

.car-cardCont.fero h3 {
  color: var(--card-head-color3);
}

.car-cardCont p {
  font-size: 15px;
}
.carousel-control-next-icon.test,
.carousel-control-prev-icon.test {
  background-color: #005cb3;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #005cb3;
  padding: 16px;
}
/* Review Section Start  */

.rating {
  background-color: #f7f6ff;
  margin-bottom: 4%;
}

.rating-section {
  /* border: 2px solid blue; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  padding-bottom: 0;
}

.rating-first {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.rating-first img {
  height: 24px;
}
.rating-first:nth-child(2) img {
  margin-bottom: 1%;
}

.rating-first:nth-child(2) p {
  margin-top: 1%;
}

.rating-first:nth-child(3) {
  margin-top: -0.3%;
}

.rating-first p {
  font-weight: bold;
}

.review-star i {
  /* color: #005cb3; */
  color: goldenrod;
  font-size: 12px;
}


/* Live Chat  */

.live-chat {
  width: 78px;
  height: 74px;
}

.callnow-mobile {
  display: none !important;
}

#schedule-inputs {
  display: none;
}
.thankyou {
  padding: 120px 0;
}
.thankyou img {
  width: 150px;
}
.thankyou a {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  background: #005cb3;
  text-decoration: none;
}
.policy-wrap {
  padding: 100px 0;
}

.footer-whatsapp {
  position: fixed;
  left: 16px;
  bottom: 15px;
  z-index: 999999;
  width: 100px;
}
.footer-whatsapp a {
  background: #00947C;
  font-size: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}


/* Form  */

#contact {
  max-width: 600px;
  margin: 0 auto 15px;
  border: 1px solid #ccc;
  padding: 15px;

}
#contact h2{
  color: #00478a;
  padding-bottom: 10px;
}

/* MEDIA QUERY  */
/* Responsive Section Start  */

@media (max-width: 1320px) {
  .div-content2 {
    width: 85%;
    margin: 10% auto auto auto;
    color: var(--color-white);
  }

  .sp-img img {
    width: 80px;
    height: 40px;
    border-radius: 0 0 16px 0;
  }
  .car-content {
    width: 50%;
  }

  .car-topImg img {
    right: 12%;
    top: -0.1%;
  }

}

@media (max-width: 1138px) {
  .div-content2 {
    width: 90%;
    margin: auto;
    color: var(--color-white);
  }

  .sp-img img {
    width: 80px;
    height: 40px;
    border-radius: 0 0 16px 0;
  }
  .package-section {
    width: 25%;
  }
  .car-content {
    width: 60%;
  }

}

@media (max-width: 1198px) {
  div.sixImg {
    display: none;
  }
}

@media (max-width: 1058px) {
  /* Special Section  */

  .steps {
    width: 30%;
  }

  /* Project section  */

  .wrapper ul {
    width: 100%;
    padding: auto;
  }
  .wrapper ul li {
    margin: 20px 10px;
  }

}

@media (max-width: 991px) {
  /* .navbar .container a.navbar-brand img {
    width: 150px;
    height: 25px;
  } */

  .sidebar {
    background-color: #fff;
  }
  .sidebar img {
    width: 140px;
  }
  .sidebar a {
    color: #000;
    font-size: 14px;
  }
  .sidebar .navbar-nav {
    justify-content: flex-start !important;
  }
  .callnow-pc {
    display: none !important;
  }
  .callnow-mobile {
    display: block !important;
    padding: 4px 7px;
  }
  .callnow-mobile a {
    font-size: 12px;
  }
  .nav-button a img {
    width: 28px;
    height: 26px;
  }
  .home .home-content a {
    font-size: 14px;
  }
  /* home section  */

  .home .home-content h1 {
    font-size: 30px;
  }

  .home .home-content h2 {
    font-size: 30px;
  }

  .home .home-content p {
    font-size: 13px;
  }

  /* Special Section  */

  .specialization h2 {
    font-size: 24px;
  }

  .sp-btn {
    font-size: 14px;
    border: 1px solid #fff;
  }

  .div-content h3 {
    font-size: 24px;
  }

  .div-content p {
    font-size: 14px;
  }

  .div-content2 h3 {
    font-size: 22px;
  }

  .div-content2 ul li {
    font-size: 14px;
  }

  .sp-img img {
    border: 2px solid white;
    height: 30px;
  }
  .steps span {
    font-size: 18px;
  }
  .steps p {
    font-size: 14px;
  }
  /* Package Section Start  */

  .services {
    margin: 50px auto;
  }

  /* .services h5 {
    font-size: 16px;
  } */

  .services p {
    font-size: 16px;
  }

  .package-section a {
    font-size: 12px;
  }

  .package-section img {
    width: 20px;
    height: 20px;
  }

  .service-content {
    margin-bottom: 40px;
    padding: 0 0 0 50px;
  }

  /* Project Section  */

  .project h2 {
    font-size: 24px;
  }
  div.fifthImg {
    display: none;
  }

  /* Customer Section  */

  .customer-content h2 {
    font-size: 24px;
  }

  .customer-content p {
    font-size: 13px;
    width: 90%;
  }

  .car-content {
    width: 70%;
    border-radius: 10px;
  }

  .car-star i {
    color: var(--star-color1);
    font-size: 16px;
  }

  .car-topImg img {
    width: 80px;
    height: 80px;
  }

  .car-cardCont h3 {
    font-size: 24px;
  }

  .car-cardCont p {
    font-size: 13px;
  }

  /* Rating Section  */

  .rating-section {
    width: 90%;
  }

  .rating-first img {
    width: 80px;
    height: 25px;
  }

  .rating-first i {
    font-size: 14px;
  }

  .rating-first p {
    font-size: 12px;
  }

  .rating-first:nth-child(3) {
    margin-top: 1%;
  }

  .live-chat img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 882px) {
  .steps {
    width: auto;
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  /* .navbar .container a.navbar-brand img {
    width: 125px;
    height: 25px;
  }
  .navbar-toggler-icon {
    width: 18px;
    height: 18px;
  } */
  /* home section  */

  .home {
    /* height: 100%; */
    padding: 30px 0;
  }
  #home .container {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px 5px 15px;
  }

  .home .home-content h1 {
    font-size: 24px;
  }

  .home .home-content h2 {
    font-size: 24px;
  }

  .home .home-content p {
    font-size: 15px;
    width: 90%;
  }
  .home .home-content {
    width: 100%;
    padding: 70px 0 0 15px;
  }
  .home .home-business {
    display: none;
  }

  .home .home-content button {
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 14px;
  }

  .home .feat a {
    font-size: 10px;
  }

  .home .home-business img {
    width: 28px;
    height: 28px;
    left: -10%;
    margin-top: -17%;
  }

  .home .home-creation img {
    width: 28px;
    height: 28px;
    left: -12%;
    margin-top: -20%;
  }
  .home-feature {
    display: none;
  }

  .home .home-call {
    padding: 3px 15px;
  }
  .home .home-call a {
    line-height: 12px;
  }
  .carousel.slide.package {
    margin-top: 40px;
  }

  @media (max-width: 485px) {
    .product-package {
      display: none;
    }
    .carousel-mob.d-none {
      display: block !important;
      margin: 50px auto;
    }
    .carousel-mob.d-none img {
      border-radius: 5px;
    }
  }

  /* Special Section  */

  .blocks {
    height: 100% !important;
    margin-top: 15px;
  }

  .content1 {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .content2 {
    width: 100%;
    height: 100%;
    padding: 0 0 30px 0;
  }

  .sp-steps .steps {
    border-right: 1px solid var(--border-color);
  }

  .div-content h3 {
    font-size: 20px;
  }

  .div-content2 h3 {
    font-size: 20px;
  }
  .div-content2 ul li img {
    width: 16px;
  }
  a.package-btn {
    text-decoration: none;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    display: inline-block;
    margin: 15px 0;
    float: initial;
  }

  .sp-img {
    border-radius: 0 0 13px 0;
  }
  .sp-img img {
    border: 2px solid white;
    height: 40px;
    object-fit: contain;
  }

  /* Package Section Start  */

  .services h5 {
    font-size: 14px;
  }

  .services p {
    font-size: 15px;
  }
  .package-section {
    width: 30%;
    padding: 1% 0;
  }
  .package-section a {
    font-size: 12px;
  }

  .package-section img {
    width: 15px;
    height: 15px;
  }

  /* Project Section  */

  .project h2 {
    font-size: 22px;
  }

  div.fifthImg {
    display: block;
  }
  div.sixImg {
    display: block;
  }

  /* Customer Section  */
  .customer-align {
    width: 90%;
  }
  .customer-content h2 {
    font-size: 24px !important;
  }

  .customer-content p {
    font-size: 15px !important;
    width: 90%;
  }

  .car-content {
    width: 90%;
    border-radius: 10px;
  }

  .car-star i {
    color: var(--star-color1);
    font-size: 14px;
  }

  .car-topImg img {
    width: 70px;
    height: 70px;
    position: relative;
  }

  .car-cardCont h3 {
    font-size: 22px;
  }

  .car-cardCont p {
    font-size: 14px;
  }

  /* Rating Section  */

  .rating-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .rating-first img {
    width: 134px;
    object-fit: contain;
  }

  .rating-first i {
    font-size: 12px;
  }

  .rating-first p {
    font-size: 10px;
  }

  .rating-first:nth-child(3) {
    margin-top: 1.5%;
  }



  .live-chat img {
    width: 60px;
    height: 60px;
  }
  .main-container {
    width: 100%;
    padding: 0 15px;
  }
  .div-content {
    padding: 30px 0;
    margin: 0;
    width: 90%;
  }
  .sp-steps {
    justify-content: flex-start;
  }
  /* .project-flex{
    width: 100%;
  }
  .project-image{
    margin: 5px auto;
    padding: 0;
  }
  .project-image img {
    object-fit: cover;
    width: 110px;
} */
  .project-image {
    margin: 2px;
    padding: 2px;
    width: 48%;
  }
  button.project-btn {
    font-size: 14px;
  }
  .carousel-item {
    padding: 1% 0%;
  }
  .carousel-control-prev {
    left: -25px;
    top: 50%;
  }
  .carousel-control-next {
    right: -25px;
    top: 50%;
  }
  .carousel-control-prev.package {
    left: 0px;
    top: 0%;
  }
  .carousel-control-next.package {
    right: 0px;
    top: 0%;
  }
  .project-image img {
    width: 125px;
  }
  .small-brand-name {
    width: 85px !important;
  }
  .car-cont {
    flex-wrap: wrap;
    padding: 0;
  }
  .car-img img {
    width: 250px !important;
  }
  .review-star {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .rating-first {
    text-align: center;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #b3addd;
    padding: 10px 0;
  }
  .rating-first:last-child {
    border: 0;
  }
  .div-content2 h3 span {
    font-size: 34px;
  }
  .service-sec .title {
    font-size: 22px;
  }
  .project {
    padding: 15px 0;
  }
  .project-flex {
    width: 100%;
  }
}

@media (max-width: 585px) {
  /* home section  */
  /* .nav-button {
    display: none;
  }
  nav#home {
    padding: 0px 0 0 0;
  } */
  .home-link a {
    padding: 9px 20px;
    font-size: 14px;
  }

  .nav-button-mob {
    display: inline-block !important;
    color: white;
    text-align: center;
    padding: 0px 0 0 4px;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    background: linear-gradient(45deg, #462ff3, #e651ff);
  }

  .nav-button-mob a {
    text-decoration: none;
    color: white;
    padding: 8px 7px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
  }
  .togglebtn {
    border: 1px solid #000;
    padding: 1px 5px;
    border-radius: 0;
  }
  button.navbar-toggler.shadow-none.border-2.border-dark {
    /* padding: 0px 5px; */
    margin: 0px 0 0 0;
  }
  .home {
    padding: 0;
  }

  .home .home-content {
    width: 100%;
  }

  .home .home-content h1 {
    font-size: 22px;
    /* line-height: 1.5; */
    width: 100%;
    padding: 0 15px 5px 15px;
    margin: 50px 0 0 0;
  }

  .home .home-content h2 {
    font-size: 22px;
  }

  .home .home-content button {
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 12px;
  }

  .home .feat a {
    font-size: 10px;
  }

  .home .home-business {
    display: none;
  }

  .home .home-creation img {
    width: 28px;
    height: 28px;
    left: -12%;
    margin-top: -20%;
  }
  .home-feature {
    display: none;
  }

  .home .home-call {
    padding: 3px 15px;
  }
  .home .home-call a {
    line-height: 12px;
  }

  /* Special Section  */
  /* .specialization {
    height: 80vh;
  } */
  .specialization h2 {
    font-size: 24px;
  }

  /* .blocks {
    height: 305px;
  } */

  .sp-buttons {
    width: 100%;
    flex-wrap: wrap;
  }
  .sp-buttons button {
    width: 40%;
    margin: 5px;
  }
  .sp-btn {
    font-size: 14px;
    border: 1px solid #fff;
  }

  .diva-con {
    display: block;
  }

  .content1 {
    height: 100%;
    width: 100%;
  }

  .steps:nth-child(3) {
    border-radius: 0 14px 0 0;
  }

  /* a.package-btn1 {
    display: block;
  } */

  /* .content2 {
    display: none;
  } */

  /* Package Section Start  */

  .services h5 {
    font-size: 14px;
  }

  .services p {
    font-size: 15px;
  }
  .package-section {
    width: 35%;
  }
  .package-section a {
    font-size: 12px;
  }

  .package-section img {
    width: 15px;
    height: 15px;
  }

  /* Project Section  */

  .wrapper h2 {
    font-size: 22px;
  }

  .wrapper ul {
    padding: 0 0 0 4%;
    width: 100%;
    margin: auto;
    /* border: 2px solid red; */
  }

  /* Customer Section  */
  .customer-align {
    width: 90%;
  }
  .customer-content h2 {
    font-size: 24px !important;
  }

  .customer-content p {
    font-size: 13px !important;
    width: 90% !important;
  }

  .car-cont {
    display: block;
    padding: 0;
    /* border: 2px solid red; */
  }

  .car-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 4%;
    text-align: center;
    margin: 0 auto 15px auto;
  }

  .car-content {
    width: 90%;
    border-radius: 10px;
  }

  .car-star i {
    color: var(--star-color1);
    font-size: 14px;
  }

  .car-cardCont h3 {
    font-size: 14px;
  }

  /* .car-cardCont p {
    font-size: 11px;
  } */

  /* Rating Section  */

  .rating-first i {
    font-size: 12px;
  }

  .rating-first p {
    font-size: 14px;
  }

  .rating-first:nth-child(3) {
    margin-top: 1.5%;
  }

  label.btn.btn-outline-primary {
    font-size: 14px;
  }

  select.from-select {
    font-size: 12px !important;
  }

  .live-chat {
    width: 100%;
    height: 9vh;
    margin-top: -2%;
  }
  .live-chat img {
    width: 40px;
    height: 40px;
    float: right;
  }
}

@media (max-width: 485px) {
  /* Home Section  */

  .home .home-business {
    display: none;
  }

  .home .home-feature {
    display: none;
  }

  .home .home-content {
    width: 100%;
    margin: auto;
    padding: 20px 0 0 0;
  }

  /* Special Section  */

  .sp-buttons {
    width: 100%;
  }
  .div-content {
    margin: 5% auto auto auto;
  }
  .div-content h3 {
    margin-bottom: 2%;
  }

  a.package-btn1 {
    margin-top: -2%;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 7px;
  }

  /* Package Section  */

  .service-section {
    display: block;
  }
  .service-content {
    margin-bottom: 40px;
    padding: 0 10px 0 20px;
  }

  .package-section {
    width: 50%;
    border-radius: 5px;
    padding: 2% 0;
    margin-top: 2%;
  }

  /* Project Section  */

  /* Customer Section  */

  .customer {
    margin: 7% 0 0 0;
  }

}

@media (max-width: 425px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    background-color: #9e9e9e;
    border-radius: 50%;
    /* font-size: 19px; */
    width: 23px;
    height: 23px;
    padding: 10px;
    /* color: black !important; */
  }
  .home .home-content h1 {
    font-size: 20px;
    padding: 0 15px 5px 15px;
    margin: 50px 0 0 0;
  }
  .home-para-mob {
    display: block !important;
  }
  .home .home-content p {
    display: none;
  }
  .carousel-mob.d-none {
    margin: 35px auto;
  }
  .services {
    margin: 35px auto;
  }
}
