* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.container-whatsapp {
  z-index: 1000000;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

.container-whatsapp a Img {
  width: 70px;
  height: 70px;
  transition: 0.2s;
}

.container-whatsapp a Img:hover {
  transform: scale(1.1);
}

/* .container {
  max-width: 1600px;
  margin: 0 auto;
} */

/* ---top header---- */
.logo {
  max-width: 260px;
  margin-bottom: -10px;
}

.top-icon {
  font-size: 30px;
  margin-bottom: -8px;
  margin-right: 5px;
}

.top-left-text {
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
}

.number {
  margin-left: 30px;
}

.top-icon-a {
  color: #212121;
}

.top-icon-a:hover {
  background: transparent;
}

/* -----navbar---- */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* .service_drop{
  cursor: pointer;
} */
.toogle_btn_services {
  background-color: none;
  border: none;
  background-color: transparent;
}


.header {
  background-image: linear-gradient(#2947dd, #15246f);
}

.navbar {
  z-index: 1000;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 90px;
  background-image: linear-gradient(#2947dd, #15246f);
}

.nav_item_links {
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

ul li a,
.service_drop {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  transition: 0.2s ease-in;
  padding: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 40px;
  text-decoration: none;
}

ul li a:hover,
.active {
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  color: hsl(0, 0%, 0%);
}

.dropdown-menu li a:hover {
  color: #0900FF;
}

.service_drop:hover,
.active {
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  color: black;
}

.now {
  z-index: 100;
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f99e23;
  color: #ffffff;
  padding: 30px;
  font-size: 20px;
  border: none;
  font-weight: 600;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s ease-in-out;

}

.now-btn {
  position: absolute;
  right: 20px;
}

@media screen and (max-width:992px) {
  .now-btn {
    position: relative;
    margin-bottom: 30px;
    right: 0px;
  }
}

.now a {
  color: #fff;
}

.now a:hover {
  color: #212121;
}

.now:hover {
  transform: scale(0.95);
  color: #2b2b2b;
  background-color: #ffffff;
}

/* ----hero section-- first page---- */
.hero {
  width: 100%;
  height: auto;
  background-image: url(../../Elements/background.webp);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  padding-bottom: 0px;
}

.hero-section {
  padding-top: 80px;
}

.text {
  position: relative;
  padding-top: 20px;
}

.text p {
  color: #ffffff;
  opacity: 1;
  width: 100%;
  font-size: 32px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  white-space: wrap;
  animation-delay: 2s;
  background-color: #f99e23;
  padding: 8px;
  margin-left: 10px;
  display: inline-block;
}

.btn-discover {
  color: #272727;
  cursor: pointer;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 20px;
  background-color: #ffffff;
  padding: 30px;
  font-size: 30px;
  padding-left: 50px;
  padding-right: 60px;
  border: none;
  font-weight: 600;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s ease-in-out;
}

.btn-discover:hover {
  transform: scale(0.95);
  color: #f1f1f1;
  background-color: #f99e23;
}

.title {
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 90px;
}

.left-side-text-hero {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* hero section of image  and animation of images */
.girls_bags {
  margin-left: -90px;
}

.thumb_2 {
  animation: up-down 3s infinite;
}

/* animation for first girl */
@keyframes up-down {
  0% {
    transform: translateY(-140px);
  }

  50% {
    transform: translateY(-90px);
  }

  100% {
    transform: translateY(-140px);
  }
}

.thumb_3 {
  animation: down-up 4s infinite;
}

/* animation for second girl */

@keyframes down-up {
  0% {
    bottom: 200px;
    transform: translateY(-120px);
  }

  50% {
    bottom: 180px;
    transform: translateY(-80px);
    /* transform: rotateY(45deg); */
  }

  100% {
    bottom: 200px;
    transform: translateY(-120px);
  }
}

.thumb_4 {
  animation: flip_thumb4 2s infinite;
  transform: translateY(-40px);
  margin-top: -30px;
}

@keyframes flip_thumb4 {
  0% {
    transform: rotateY(0);
    /* transform: translateY(-40px); */
  }

  20% {
    transform: rotateY(45deg);
    /* transform: translateY(-40px); */
  }

  30% {
    transform: rotateY(90deg);
    /* transform: translateY(-40px); */
  }

  50% {
    transform: rotateY(180deg);
    /* transform: translateY(-40px); */
  }
}

.thumb_5 {
  top: 40px;
  right: 120px;
  animation: size_thumb5 4s infinite;
}

.thumb_6 {
  top: 100px;
  left: 270px;
  animation: size_thumb6 2s infinite;
}

@keyframes size_thumb6 {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes size_thumb5 {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.5);
    transform: rotateY(45deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: scale(1.2);
    transform: rotateY(360deg);
  }
}


/* ---highlight--- */

.best_highlight {
  margin-top: 30px;

  margin-bottom: 10px;
}

.all-headings {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #292929;
  font-size: 57px;
  font-weight: 700;
  padding-bottom: 20px;
}

.mail-about {
  font-size: 40px;
}

.best_highlight p {
  text-align: justify;
  color: #292929;
  background-color: rgb(241, 237, 237);
  padding: 40px;
  font-size: 18px;
  border-radius: 30px;
}

/* ----services--- */

/* ----------------------------service section css ------------------ */

/* ----services--- */

.btn--details {
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  color: rgba(57, 57, 57, 0.9);
  border-radius: 50px;
  background: linear-gradient(-45deg, #FFA286, #FFBE8F, #FFA286, #FE7146);
  transition: 0.3s ease-in;
  background-size: 600%;
}

.btn--details:hover {
  transform: scale(0.9);
  color: rgb(41, 41, 41);
}

.services {
  position: relative;
}

.services .copy_left {
  z-index: -100;
  position: absolute;
  width: 30rem;
  top: -200px;
  margin-left: -10rem;
}

.services .copy_right {
  width: 35rem;
  position: absolute;
  top: 40rem;
  right: -13rem;
  z-index: -1;
  display: none;
}

.services-box {
  margin-top: 100px;
  background: linear-gradient(180deg, #2846d8 0%, #14236c 100%);
  height: auto;
  border-radius: 20px;
  position: relative;
}

.service_section_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.service_selected {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.service__card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el_2 {
  position: absolute;
  bottom: -60px;
  left: -20px;
}

.show_all_services {
  background-color: #000000;
  position: relative;
  width: 90%;
  height: auto;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.services__upper-item_left {
  width: 100%;
  height: 35rem;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}

.services__upper-item_left::-webkit-scrollbar {
  width: 0.3rem;
}

.services__upper-item_left::-webkit-scrollbar-thumb {
  width: 1rem;
  background-color: #a0a0a0;
  border-radius: 20px;
}

.services__upper-item_left::-webkit-scrollbar-track {
  width: 2rem;
  background-color: #d7d5d5;
}

.services__upper-item_left::-webkit-scrollbar-thumb:hover {
  background-color: #919191;
}

.services__upper-item_left_content {
  height: 4rem;
  width: 90%;
  font-size: 20px;
  background-color: #faeeed;
  margin: 1.5rem 1rem;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.services__upper-item_left_content.active {
  background-color: #fe7146;
}

.services__upper-item_left_content.active span {
  color: white;
}

.services__upper-item_left_content.active span img {
  filter: brightness(100%);
}

.services__upper-item_left_content span img {
  filter: brightness(0%);
  margin: 1rem;
  width: 3rem;
}

.services__upper-item_right_content {
  padding: 50px;
  display: none;
}

.services__upper-item_middle_content {
  display: none;
}

#web_service {
  display: inline;
}

#web_img {
  display: inline;
}

.services__upper-item_right_content--img {
  width: 100%;
  z-index: 1000;
}

/* middle section */
.sevice__show {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sevice__show img {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}

.services__upper-item_middle_content h2 {
  color: #fe7146;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: bold;
}

.services__upper-item_middle_content h3 {
  color: #fff;
  font-size: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}

.services__upper-item_middle_content p {
  color: #fff;
  font-size: 1.2rem;
}

.services_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.copy_4 {
  position: absolute;
  width: 150px;
  top: -20px;
  right: 0;
  z-index: 1;
}

.copy_3 {
  position: absolute;
  width: 150px;
  bottom: -10px;
}

.services__upper-item_right_content {
  z-index: 1000;
}

/* ---read more */
.read_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  background-color: rgb(241, 237, 237);
  border-radius: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}

.read_more h3 {
  font-weight: 800;
  margin-left: 20px;
}

.read_more button {
  margin-right: 20px;
}

/* why_us */
.why_us {
  max-width: 1600px;
  margin-top: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why__us-left {
  width: 100%;
}

.why__us-left img {
  width: 100%;
}

.why__us-right {
  width: 100%;
}

.checks_list {
  width: 100%;
}

.check_mark {
  width: 3rem;
  border-radius: 50%;
  padding: 3px;
  margin-right: 1.4rem;
  margin-top: 0.6rem;

  background: linear-gradient(#fda006, #806100);
  background-size: 600%;
}

.why__heading h2 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 57px;
  font-style: normal;
  padding-left: 30px;
}

.why__us-text {
  font-size: 1.2rem;
  color: #707070;
  display: flex;
  align-items: center;
}

.why__us-text p {
  margin: 6px 0 0px;
}

.why__us-right li {
  list-style: none;
}

/* ----check Now---- */
/* Check Now */
.check__now {
  background-color: #536DFD;
}

.check__now .img__left img {
  opacity: 0.3;
  width: 20rem;
}

.heading_quote_ready {
  font-size: 20px;
  color: white;
}

.heading_quote {
  font-size: 40px;
  color: white;
}

.check__now .img__right img {
  opacity: 0.3;
  width: 15rem;
}

.input-form {
  font-size: 20px;
  padding: 8px;
  border-radius: 9px;
  margin-bottom: 20px;
}

select {
  font-size: 20px;
  border-radius: 9px;
  padding: 10px;
}

.send_your_message {
  font-size: 20px;
  padding: 15px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 9px;
  background-color: #00138E;
  color: white;
  border: none;
  transition: 0.2s;
}

.send_your_message:hover {
  transform: scale(0.9);
}


/* ------------------portfolio section----------------- */
.portfolio_section {
  max-width: 1600px;
  margin: 0 auto;
}

.portfolio_section h2 {
  font-size: 57px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}

.portfolio-btn {
  border: none;
  transition: 0.2s ease-in;
  background-color: #ee9843;
  font-size: 20px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}

.portfolio-btn:hover,
.portfolio-btn.active {
  transform: scale(0.9);
  background: rgb(254, 113, 70);
  border: none;
  color: white;
}

.portfolio_section p {
  font-size: 20px;
}

.s_container {
  max-width: 1200px;
  width: 100%;
  padding: 40px 0;
}

.slide-container {
  margin: 0 30px;
  overflow: hidden;
}

.card {
  background: #fff;
  border-radius: 8px;
}

.card .image-box {
  height: 200px;
}

.card .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}

.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}

.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}

.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #e5e5e5;
}

.portfolio_item img {
  width: 350px;
}

.apps {
  display: none;
}

.creative {
  display: none;
}

.marketing {
  display: none;
}

.swiper-navBtn {
  color: #2a2a2a;
  height: 40px;
  width: 40px;
  background: linear-gradient(-45deg, #ffa286, #ffbe8f, #ffa286, #fe7146);
  background-size: 600%;
  -webkit-animation: anime 2s linear infinite;
  animation: anime 2s linear infinite;
  transition: 0.3s linear;
  border-radius: 50%;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #000;
}



/* -----clients section---- */
.details-of-sections {
  font-size: 20px;
}

.card {
  --bs-card-border-width: 0;
}

.card-wrapper {
  width: 100%;
  margin: 0 auto;
}

.swiper-pagination_clients {
  margin: 0 auto;
  margin-bottom: 40px;
}

.clients_cards img {
  width: 100px;

}

/* -----clients about---- */
.clients_aboutus {
  background-color: #f4f6fd;
}

.clients_aboutus_section {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

/* left side */
.clients_about_left {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.heading h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 40px;
}

.slick-dots {
  margin-bottom: -70px;
}

.slick-dots li.slick-active {
  color: #2A23F0;
  margin-bottom: -70px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  transform: scale(3);
  color: #2A23F0;
}

/* ///right side/// */
.clients_about_container {
  max-width: 800px;
}

.container-about-clients {
  padding: 40px 0;
  max-width: 800px;
}

.swiper-pagination-bullet {
  background-color: #5902f0;
}

.swiper-pagination-clients-about {
  margin-top: 20px;
  margin-left: 50%;
}

.card-clients-about {
  background-color: #fff;
  width: 300px;
  border-radius: 10px;
  height: 400px;
}

.header-clients-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.mail-icon {
  font-size: 60px;
  color: #2748DD;
}

.bottom-clients-about {
  padding: 30px;
  font-size: 18px;
  color: #3b3b3b;

}

.header-clients-about h3 {
  font-size: 25px;
}

.header-clients-about span {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #0900FF;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(1.5);
}

.swiper-pagination-clients-about {
  margin-left: 50%;
  margin-top: 20px;
  margin-bottom: 10px;
}


/* ----team section-------- */
.our_team {
  margin-top: 50px;
}

.our_team_section {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.details-of-sections {
  font-size: 20px;
  text-align: center;
  justify-content: center;
}

.heading-of-sections {
  font-size: 57px;
  font-weight: bold;
}

.slide-team-container {
  max-width: 1300px;
  margin: 0 auto;
}

.swiper-team-button-next {
  width: 100px;
  right: 10px;
  left: auto;
}

.swiper-team-button-prev {
  position: absolute;
  top: 260px;
  cursor: pointer;
  z-index: 1000;
}

.swiper-team-button-prev ion-icon {
  font-size: 86px;
  color: #cbcbcb;
  cursor: pointer;
}

.swiper-team-button-next {
  position: absolute;
  top: 260px;
  cursor: pointer;
  z-index: 1000;
}

.swiper-team-button-next ion-icon {
  font-size: 86px;
  color: #cbcbcb;
  cursor: pointer;
}

.team_card {
  background: none;
  display: flex;
  justify-content: center;
}

.team_card h3 {
  font-size: 36px;
}

.team_card p {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
}

.team_card img {
  margin: 0 auto;
  object-fit: scale-down;
}

/* ---contact section ----- */
.contact_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact {
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.7), rgba(28, 28, 28, 0.7)),
    url("../../Elements/contactbackground.webp") no-repeat;
  background-size: cover;
  background-position: 0 90%;

}

.contact_left {
  display: flex;
  position: relative;
  top: -100px;
  align-items: center;

}

.contact_left h3 {
  color: white;
  font-size: 53px;

}

.contact_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_right section form div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;

}

.contact_right section form div input {
  font-size: 20px;
  width: 320px;
  height: 60px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  margin-left: 20px;
}

.contact_right section form textarea {
  margin-left: 20px;
  width: 96%;
  font-size: 20px;
  padding: 20px;
}

.contact_right section form .submit {
  margin-top: 40px;
}

.send__btn {
  text-align: center;
  border: none;
  width: 30rem;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  background-color: #f99e23;
}


/* -----footer section---- */


footer {
  background-color: #3F55D5;
  background-image: url("../../Elements/footerbg.webp");
  background-repeat: none;
  background-position: center;
  color: white;
}

.footer_links a {
  font-size: 20px;
  color: white;
  transition: 0.2s ease-in;
}

.footer_links a:hover {
  transform: scale(0.9);
  color: white;
  background-color: none;
  background-color: transparent;
}

.footer_heading {
  font-size: 30px;
}

.footer_add {
  font-size: 18px;
}

.social-media-links {
  margin-left: -8px;
}

.social-media-links a {
  font-size: 30px;
  color: white;

}

.social-media-links a:hover {
  color: rgb(205, 205, 205);
}




/* ------single pages of services ------  */
.common-section-services {
  background-image: linear-gradient(#2947dd, #15246f);
  color: white;
}

.service-detail-section-single {
  background: linear-gradient(to bottom, rgba(21, 36, 111, 0.9),
      rgba(41, 71, 221, 0.7)),
    url("../../Elements/contactbackground.webp") no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.service-detail-section-single p {
  font-size: 18px;
}

/* /////common///  */
.pages-heading {
  font-size: 40px;
  font-weight: bold;
}

.service-of-type h2 {
  font-weight: bold;
  font-size: 40px;
}

.service-of-type p {
  font-size: 18px;
}

.service-img img {
  border-radius: 18px;
  width: auto;
  height: 350px;
}

.read-more-btn-single-page {
  color: white;
  background-color: rgb(249, 158, 35);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  margin-top: 20px;
  transition: 0.2s;
  font-size: 18px;
}

.read-more-btn-single-page:hover {
  background-color: rgb(248, 168, 64);
  transform: scale(0.9);
  color: white;
}

.double_check {
  width: 30px;
  margin-right: 20px;
}

.accordion-button {
  font-size: 18px;
  font-weight: bold;
}

.accordion-body {
  font-size: 18px;
}

.internal_single_service_heading {
  font-size: 18px;
  font-weight: bold;
}

.check-details img {
  display: inline-block;
  object-fit: scale-down;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-top: 2px;
}

.check-details {
  display: flex;
}

/* ------end ofsingle pages of services ------  */
/* ------single about page---  */

.about-first p {
  font-size: 18px;
}

.assests-text {
  text-align: justify;
}

/* -----single about page end ------  */
/* -----contact page single ---  */
.send_btn_contact_page {
  color: white;
  background-color: rgb(248, 168, 64);
  padding: 10px;
  border: none;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  transition: 0.2s;
}

.send_btn_contact_page:hover {
  transform: scale(0.9);

  background-color: rgb(252, 189, 106);
}
.let-meet-contactpage{
  font-size: 22px;
  font-weight: bold;
}
/* -----end contact page single ---  */
/* -------blog page ----  */
.blog-box img {
  border-radius: 20px;
}
.blog-page ul li{
  list-style:disc;
  font-size: 18px;
}
.blog-title {
  font-size: 22px;
}

.blog-box div img {
  max-height: 300px;
}

.blog-details {
  border: 1px solid black;
  border-radius: 20px;
  padding: 20px;
  padding-top: 70px;
  margin-top: -40px;
}

.blog-details p {
  font-size: 18px;
}

.blog-details a {
  font-weight: bold;
}

.blog-page p {
  font-size: 18px;
}

/* blog page end  */

/* pp -----  */
.privacy_policy ul li {
  list-style: disc;
}

.privacy_policy p {
  font-size: 18px;
}

.pp_heading span {
  color: #0900FF;
}

/* pp page end--  */

/* -------Responsive Css ------- */

@media screen and (max-width:1450px) {
  .hero {
    padding-bottom: 70px;
  }

  .copy_3 {
    display: none;
  }

  .copy_4 {
    display: none;
  }

  /* .container {
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 10000;
  } */

  .girls_bags {
    margin-left: 0px;
  }

  .services__card {
    padding: 50px;
  }

  .show_all_services {
    top: 0;
  }

  .services .copy_right {
    display: none;
  }

  .service_section_grid {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }

  .service_selected {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .services_img {
    grid-row: 1/2;
    padding: 0%;
  }

  .services_img img {
    width: 300px;
  }

  .services__upper-item_right_content {
    padding: 0;
  }

  .show_all_services {
    /* padding: 40px; */
    /* top: -40px; */
    width: 100%;
    height: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services-box {
    margin-bottom: 60px;
  }

  /* ----check now section----  */
  .check_now input {
    width: 300px;
    ;
  }

  /* ---team-- */
  .team_card img {
    width: 300px;
    height: 350px;
  }
}

@media screen and (max-width:1300px) {

  /* hero */
  /* .hero{
  height: 600px;
} */
  .hero {
    padding-bottom: 0px;
  }

  .hero-section {
    padding-top: 20px;
  }

  .title {
    font-size: 60px;
    line-height: 70px;
  }

  .text p {
    font-size: 25px;
  }

  .btn-discover {
    font-size: 25px;
  }

  .right-img {
    padding-top: 40px;
  }

  /* ----check now section---  */
  .check_now input {
    width: 300px;
    font-size: 18px;
    padding: 20px;
    color: rgb(188, 188, 188);
    margin-left: -5px;
  }

  .check_now_in1 {
    border-radius: 40px 0 0 40px;
  }

  .check_now_in2 {
    border-radius: 0 40px 40px 0;
  }

  .check_now button {

    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 40px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width:1200px) {

  /* .all-headings{
    font-size: 2.5rem;
  } */
  .girls_bags {
    margin-left: 0px;
  }

  .best_highlight p {
    padding: 40px;
    font-size: 18px;
    border-radius: 25px;
  }

  .why__us-left {
    display: flex;
    justify-content: center;
  }

  .why__us-left img {
    width: 600px;
  }

  .why__us-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* -------check now------ */

  .check_now input {
    width: 400px;
    margin-left: -5px;
    margin-top: 20px;
  }

  .check_now_in1 {
    border-radius: 40px;
    display: block;
    margin: 0 auto;
  }

  .check_now_in2 {
    border-radius: 40px;
  }

  /* ----contact-form-- */
  .contact_right section form div input {
    width: 250px;
  }

  /* --footer--- */


  .clients_aboutus_section {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:1100px) {

  /* hero */
  /* .hero{
  height: 500px;
} */
  .hero-section {
    padding-top: 40px;
  }

  .title {
    font-size: 45px;
    line-height: 60px;
  }

  .text p {
    font-size: 18px;
  }

  .btn-discover {
    font-size: 20px;
  }

  .right-img {
    padding-top: 10px;
  }

  .service-text {
    text-align: center;
  }

  .services__card {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .copy_4 {
    display: none;
  }

  .copy_3 {
    display: none;
  }

  .services_img {
    margin-top: -80px;
    padding: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
  }

  .service_section_grid {
    grid-template-columns: 1fr;
  }

  .service_selected {
    grid-row: 1/2;

  }

  .show_all_services {
    width: 90%;
    height: 30rem;
  }

  .services__upper-item_left {
    width: 90%;
    height: 28rem;
  }

  .services__upper-item_left_content {
    width: 95%;
  }

  .services__upper-item_right_content {
    padding: 0px;
    display: none;
  }

  .serive_view_btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .services__upper-item_middle_content h2,
  h3 {
    text-align: center;
  }

  .service_detail,
  .service-text {
    text-align: justify;
  }

  .services-box {
    margin-bottom: 80px;
  }

  /* ----check now-----  */
  .check__now .img__right img {
    display: none;
  }

  .check__now .img__left img {
    display: none;
  }

  .check__now-mid-uptext {
    margin-bottom: -10px;
  }

  .check__now-mid-lowtext {
    margin-bottom: -30px;
  }

  .portfolio_item img {
    width: 298px;
  }

}

@media screen and (max-width:1000px) {

  .swiper-team-button-prev {
    top: 400px;
  }

  .swiper-team-button-next {
    top: 400px;
  }

  /* --team-- */
  .team_card img {
    margin: 0 auto;
    width: 350px;
    height: 400px;
  }
}

@media screen and (max-width:992px) {

  /* hero */
  /* .container {
    max-width: 980px;
  } */

  .hero {
    padding-bottom: 120px;
  }

  .hero-section {
    padding-top: 10px;
  }

  .left-side-text-hero {
    margin-top: -0px;
  }

  .title {
    font-size: 60px;
    line-height: 65px;
  }

  .text p {
    font-size: 20px;
  }

  .btn-discover {
    font-size: 22px;
  }

  .right-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width:900px) {
  .hero-left {
    width: 100%;
    margin-top: 100px;
  }

  .hero-right {
    margin-top: -150px;
    width: 100%;
  }

  .top-icon {
    font-size: 25px;
    margin-bottom: -7px;
    margin-right: 5px;

  }

  .top-left-text {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
  }

  .number {
    margin-left: 30px;

  }

  .read_more_to_portfolio {
    margin: 0 auto;
  }

  .top-right {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .mail {
    margin-bottom: -30px;
  }

  /* ---services-- */
  .copy_right {
    right: 10px;
    display: none;
  }

  /* --team-- */
  .team_card img {
    /* margin: 0 auto; */
    margin: auto;
    width: 300px;
    height: 350px;
  }

  /* ---contact-form-- */
  .contact_section {
    grid-template-columns: 1fr;
  }

  .contact_left {
    top: 0px;
    margin-bottom: 40px;
    justify-content: center;
  }

  .portfolio_item img {
    width: 220px;
  }

  .header-clients-about {
    padding: 15px;
  }

  .bottom-clients-about {
    padding: 15px;
    font-size: 18px;
    color: #3b3b3b;
  }

  .card-clients-about {
    background-color: #fff;
    width: 200px;
    border-radius: 10px;
    height: 350px;
  }

  .container-about-clients {
    padding: 40px 0;
    max-width: 600px;
  }

  .mail-icon {
    font-size: 40px;
  }
}

@media screen and (max-width:800px) {
  /* hero */
  /* .hero{
  height: 870px;
} */

}

@media screen and (max-width:768px) {
  .swiper-navBtn {
    display: none;
  }

  /* .container {
    max-width: 720px;
  } */

  .hide-on-768 {
    display: none;
  }

}

@media screen and (max-width:720px) {
  /* hero */
  /* .hero{
      height: 850px;
    } */

}

@media screen and (max-width:600px) {
  .logo {
    max-width: 220px;
  }

  .top-icon {
    font-size: 20px;
    margin-bottom: -5px;
    margin-right: 5px;

  }

  .services-box {
    padding-bottom: 50px;
  }

  .heading_quote_ready {
    font-size: 18px;
  }

  .heading_quote {
    font-size: 30px;
  }

  /* hero */
  /* .hero{
  height: 800px;
} */
  .hero-section {
    padding-top: 10px;
  }

  .left-side-text-hero {
    margin-top: -60px;
  }

  .title {
    font-size: 50px;
    line-height: 65px;
  }

  .text p {
    font-size: 18px;
  }

  .btn-discover {
    font-size: 20px;
  }

  .right-img {
    max-width: 80%;
    margin: 0 auto;
  }

  /* hero section of image  and animation of images */
  .thumb_2 {
    animation: up-down 3s infinite;
  }

  /* animation for first girl */
  @keyframes up-down {
    0% {
      transform: translateY(-90px);
    }

    50% {
      transform: translateY(-60px);
    }

    100% {
      transform: translateY(-90px);
    }
  }

  .thumb_3 {
    animation: down-up 4s infinite;
  }

  /* animation for second girl */

  @keyframes down-up {
    0% {
      bottom: 200px;
      transform: translateY(-80px);
    }

    50% {
      bottom: 180px;
      transform: translateY(-50px);
      /* transform: rotateY(45deg); */
    }

    100% {
      bottom: 200px;
      transform: translateY(-80px);
    }
  }

  /* .all-headings{
    font-size: 2rem;
  } */
  .best_highlight p {
    padding: 25px;
    font-size: 15px;
    border-radius: 25px;
  }

  .container-about-clients {
    padding: 40px 0;
    max-width: 400px;
  }

  .mail {
    margin-bottom: -30px;
  }

  .top svg {
    font-size: 60px;
    margin-right: 6px;
  }

  .logo img {
    max-width: 200px;
    cursor: pointer;
    margin-top: -5px;
  }

  /* ---services----  */
  .why__us-left img {
    width: 300px;
  }

  .services__card {
    padding: 0px;
  }

  /* ----portfolio---- */
  .portfolio-btn {
    font-size: 15px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio_item img {
    width: 100%;
  }

  /* ---contact-- */
  .input-two {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -30px;
  }

  .input-two input {
    margin-bottom: 20px;
    width: 100%;
  }

  .contact_right section form div input {
    width: 100%;
  }

}

@media screen and (max-width:576px) {

  /* hero */
  /* .container {
    max-width: 540px;
  } */

  /* .hero{
  height: 950px;
} */
  .hero-section {
    padding-top: 10px;
  }

  .title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width:500px) {
  .hero {
    padding-bottom: 60px;
  }

  .hero-section {
    padding-top: 10px;
  }

  .title {
    font-size: 40px;
    line-height: 50px;
  }

  .text p {
    font-size: 16px;
  }

  .btn-discover {
    font-size: 18px;
  }

  .right-img {
    padding-top: 10px;
  }

  .best_highlight {
    padding: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .all-headings {
    font-size: 35px;
  }

  .best_highlight p {
    font-size: 18px;
    text-align: justify;
  }


  /* ---services section--- */
  .services {
    margin-top: 30px;
  }

  .sevice__show img {
    display: none;
  }

  .services_img {
    padding: 0px;
  }

  .services__upper-item_middle_content p {
    font-size: 1rem;
  }

  .services__upper-item_left_content {

    font-size: 15px;
    margin: 0.5rem 0.5rem;
    padding: 0.4rem;
  }

  .services__upper-item_left_content span img {
    margin: 0.5rem;
    width: 2rem;
  }

  .services_img img {
    width: 250px;
    margin-bottom: 40px;
  }

  .services__upper-item_middle_content h2 {
    font-size: 2.8rem;
  }

  .services__upper-item_middle_content h3 {
    font-size: 1.7rem;
  }

  .check_mark {
    width: 2rem;
    margin-right: .4rem;
    margin-top: 0.6rem;
  }

  .why__us-right li {
    position: relative;
  }

  .why__us-right li img {
    position: absolute;
    top: 0px;
    left: -39px;
    list-style: none;
  }

  /* ----check now -----  */
  .check__now-mid-uptext {
    margin-bottom: 0px;
  }

  .check__now-mid-lowtext {
    font-size: 2rem;
  }

  .check_now input {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
    margin-left: -5px;
    margin-top: 20px;
  }

  /* ----portfolio---- */
  .heading-of-sections {
    font-size: 2.8rem;
  }

  .details-of-sections {
    font-size: 1rem;
  }

  .portfolio-btn {
    margin-top: 10px;
  }

  /* .swiper-pagination_clients{
    display: block;
    margin: 0 auto;
  } */

  /* ---team---- */
  .team_card img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }

  .swiper-team-button-prev {
    top: 380px;
  }

  .swiper-team-button-next {
    top: 380px;
    right: -10px;
  }

  .container-about-clients {
    padding: 40px 0;
    max-width: 300px;
  }

  .header-clients-about {
    padding-bottom: 0px;
  }

  .header-clients-about h3 {
    font-size: 20px;
  }

  .header-clients-about span {
    font-size: 15px;

  }

  .bottom-clients-about {
    font-size: 15px;
  }

  .card-clients-about {
    height: 340px;
  }

  .footer_links a {
    font-size: 16px;
    color: white;
    transition: 0.2s ease-in;
  }

  .footer_add {
    font-size: 16px;
  }

  .footer_heading {
    font-size: 22px;
  }

  .contact_right section form div input {
    margin-left: 0ps;
  }
}

@media screen and (max-width:490px) {
  .service-detail-section-single p {
    font-size: 16px;
    text-align: justify;
  }

  /* /////common///  */
  .pages-heading {
    font-size: 25px;
  }

  .service-of-type h2 {
    text-align: center;
    font-size: 25px;
  }

  .read-more-btn-single-page {
    display: flex;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .service-of-type p {
    font-size: 16px;
    text-align: justify;

  }

  .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-img img {
    border-radius: 18px;
    width: auto;
    height: 300px;
  }

  .about-first p {
    font-size: 16px;
    text-align: justify;
  }

  .container-whatsapp {
    right: 30px;
    bottom: 30px;
  }

  .container-whatsapp a Img {
    width: 50px;
    height: 50px;
  }

  .blog-details p {
    font-size: 15px;
  }

  .blog-page p {
    font-size: 16px;
  }

  .privacy_policy p {
    font-size: 16px;
  }
}

@media screen and (max-width:400px) {

  /* hero */
  /* .hero{
  height: 700px;
} */
  .hero-section {
    padding-top: 10px;
  }

  .title {
    font-size: 35px;
    line-height: 42px;
  }

  .text p {
    font-size: 15px;
  }

  .btn-discover {
    font-size: 16px;
  }

  .right-img {
    padding-top: 10px;
  }

  .logo img {
    max-width: 150px;
    cursor: pointer;
    margin-top: -10px;
  }

  .top span {
    font-size: 12px;
  }

  .best_highlight h1 {
    font-size: 1.5rem;
  }

  .now {
    padding: 15px;
    font-size: 15px;
    margin-right: 10px;
  }

  .best_highlight p {
    padding: 20px;
    font-size: 14px;
    border-radius: 25px;
  }

  .heading h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: -30px;
  }

  .container-about-clients {
    padding: 40px 0;
    max-width: 250px;
  }

  /* ---services----- */
  .why__us-left img {
    width: 250px;
  }

  .why__us-right li img {
    position: absolute;
    top: 0px;
    left: -40px;
    list-style: none;
  }

  /* ------check now ----- */
  .check__now-mid-lowtext {
    font-size: 1rem;
  }

  .check__now-mid-lowtext {
    font-size: 1.75rem;
  }

  .check__now {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }

  /* ---portfolio--- */
  .heading-of-sections {
    font-size: 2.5rem;
  }

  .details-of-sections {
    font-size: 1rem;
  }

  .portfolio-btn {
    margin-top: 10px;
  }

  /* --team-- */
  .swiper-team-button-prev {
    top: 400px;
  }

  .swiper-team-button-next {
    top: 400px;
    right: -10px;
  }

  .resi_heading {
    font-size: 28px;
  }

  .resi p {
    font-size: 15px;
  }

  .portfolio_item img {
    width: 250px;
  }

  .portfolio_item {
    padding-left: 20px;
  }
}

@media screen and (max-width:375px) {}

@media screen and (max-width:300px) {
  .copy_left {
    display: none;
  }
}

.thumb_6{
    width:35px;
}