/*  global css start here */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}


/*  global css end here */
.container {
  max-width: 1700px !important;
  width: 100% !important;
  margin: 0 auto;
  padding: 0px 30px;
}

/*  service section csss start here */
.service-section {
  padding: 40px 0px;
  background-color: #f9f9f9;
}

.service-section .service-section-top {
  display: flex;
  justify-content: space-between;
}

.service-section .service-section-top h3 {
  color: #333;

  font-size: 38px !important;
  font-style: normal;
  /* font-weight: 500; */
  line-height: 50px !important;
  letter-spacing: 0.5px !important;
  max-width: 345px !important;
  width: 100%;
  /* backdrop-filter: blur(5px); */
}

.service-section .service-section-top p {
  color: #13262f;
  text-align: right;

  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  /* backdrop-filter: blur(5px); */
  line-height: 30px;
  letter-spacing: 0.571px;
  max-width: 700px;
  width: 100%;
}

.card-wrapper .slick-list {
  padding-right: 75px !important;
  padding-left: 0 !important;
}

.card-wrapper .recomended-card .card-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 12px 12px 0px 0px;
}


.card-head p {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
  backdrop-filter: blur(5px);
  margin-left: 20px;
}

.recomended-card .card-body {
  padding: 14px 17px;
}

.recomended-card .card-body span {
  color: #13262f;

  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
  /* backdrop-filter: blur(5px); */
  /* margin-bottom: 8px; */
  display: inline-block;
}

.recomended-card .card-body h4 {
  color: #1b1d21;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* backdrop-filter: blur(5px); */
  margin: 10px 0px;
}

.card-body .card-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-body .card-pricing .skills-rating {
  width: 50%;
}

.card-body .card-pricing .skills-rating span {
  margin: 0px;
}

.card-body .card-pricing .skills-rating span i {
  color: #ffbb00;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

.card-body .card-pricing .skills-rating p {
  color: #1f4b3f;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card-pricing .skills-rating .rating-icons {
  padding: 10px 0px 25px 0px;
}

.card-body .card-pricing .skills-rating p span {
  color: #13262f;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.card-body .price-wrapper sup {
  color: #1f4b3f;

  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  /* backdrop-filter: blur(5px); */
  /* 200% */
}

.card-body .price-wrapper sup sub {
  color: #1f4b3f;

  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  /* line-height: 74px; */
  /* backdrop-filter: blur(5px); */
  /* 200% */
}

.card-body .price-wrapper p {
  color: #1b1d21;

  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 28px;
  /* 200% */
  /* backdrop-filter: blur(5px); */
}

.service-section .view-all-btn {
  max-width: 223px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}

.service-section .view-all-btn a img {
  margin: 0px 0px 0px 10px;
}

.service-section .view-all-btn button {
  background-color: #003049;
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  border-radius: 50px;
  padding: 23px 50px;
  cursor: pointer;
  margin: 0 auto;
  display: inline-block;
  border: none;
  outline: none;
}

.service-section .view-all-btn button span i {
  margin-left: 10px;
  display: inline-block;
}

.special-deal {
  /* background-color: #5EAE84; */
  background-color: #5EAE84;
  max-height: 500px;
  min-height: 499px;
  /* padding: 0px 0px 20px 0px; */
  position: relative;
}

.deal-wrapper .deal-img {
  position: absolute;
  top: -30px;
  left: 100px;
}

.special-deal .card-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
}

.special-deal .deal-wrapper {
  max-width: calc(100% - 518px);
  margin-left: auto;
}

.deal-wrapper .deal-top-content {
  display: flex;
  max-width: 1055px;
  /* width: 1055px; */
  align-items: center;
  justify-content: space-between;
  padding: 36px 0px 0px;
  margin-bottom: 50px;
}

.special-deal .deal-wrapper .deal-img {
  width: 350px;
  height: 100%;
}

.special-deal .deal-wrapper .deal-img img {
  width: 100%;
  height: 529px;
}

.deal-top-content .special-deal-content h3 {
  color: black;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  margin: 0px 0px 20px 0px;
}

.deal-top-content .special-deal-content p {
  color: black;

  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.deal-wrapper .special-deal-content h3 {
  color: #222;

  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  margin: 0px 0px 20px 0px;
}

.deal-wrapper .special-deal-content p {
  color: #222;

  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.deal-wrapper .deal-btn button {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  border: none;
  padding: 17px 38px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #1f4b3f;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.special-deal .special-deals-image {
  width: 100%;
  top: -36px;
  position: absolute;
}


.deal-wrapper .deal-btn button span i {
  margin-left: 20px;
}

.special-slider {
  position: relative;
}

.special-slider .slick-next {
  position: absolute;
  left: -140px;
  bottom: 10%;
}

.special-slider .slick-prev {
  position: absolute;
  left: -240px;
  bottom: 10%;
}

.slick-prev,
.slick-next {
  background-color: #fff;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
  height: 60px;
  width: 60px;
  border: none;
  z-index: 3;
  font-size: 30px;
  outline: none;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.32);
}

.card-wrapper.special-slider .recomended-card {
  /* width: 300px !important; */
  margin-right: 30px;
}

.at-shobbi-wrapper .at-shobbi {
  font-size: 37px;
  line-height: 50px;
}

.bottom-bg-image {
  /* width: 100%; */
}

.bottom-bg-image img {
  width: 100%;
  height: 100%;
}

/*respnsiveness of the service section start here */
@media (min-width:1500px) {

  .special-deal .special-deals-image {

    height: 535px;
    object-fit: contain;
  }
}

@media (min-width:1200px) and (max-width:1500) {

  .special-deal .special-deals-image {
    height: 88%;
  }
}

@media only screen and (max-width: 1600px) {
  .container {
    width: 100% !important;
    padding: 0px 30px !important;
  }

  .service-section .card-wrapper {
    gap: 30px;
  }

  .card-wrapper .recomended-card .card-head {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service-section .service-section-top p {
    padding-left: 50px;
  }

  .special-deal .deal-wrapper {
    max-width: calc(100% - 350px);
  }

  .special-deal .special-deals-image {
    height: 95%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100% !important;
    padding: 0px 20px !important;
  }

  .service-section .service-section-top p {
    font-size: 16px;
  }

  .service-section {
    padding: 131px 0px 100px;
  }

  .service-section .service-section-top p {
    padding-left: 0px;
    width: 663px;
  }

  .service-section .service-section-top h3 {
    font-size: 33px !important;
  }

  .service-section .card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .deal-wrapper .deal-img {
    left: 0px;
  }

  .special-deal .deal-wrapper {
    max-width: calc(100% - 286px);
  }

  .deal-wrapper .deal-top-content {
    width: 99%;
  }

  .deal-wrapper .special-deal-content h3 {
    font-size: 27px;
  }

  .deal-wrapper .special-deal-content p {
    font-size: 18px;
  }
}

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

  .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-section {
    padding: 10px 0px 10px;
  }

  .service-section .card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-section .service-section-top {
    display: block;
  }

  .service-section .service-section-top h3 {
    width: 100%;
    max-width: 100% !important;
    margin: 0px 0px 13px 0px;
  }

  .service-section .service-section-top p {
    margin: 0px;
  }

  .service-section .view-all-btn .view-all {
    margin: 0px;
  }

  .service-section .view-all-btn {
    padding: 20px 0px 20px 0px;
  }

  .service-section .service-section-top p {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }

  .deal-wrapper .deal-top-content {
    flex-direction: column;
  }

  .deal-wrapper .special-deal-content p {
    margin-bottom: 20px;
  }

  .deal-wrapper .deal-top-content {
    margin-bottom: 40px;
  }

  .special-slider .recomended-card .card-body h4 {
    font-size: 16px;
  }

  .special-slider .recomended-card .card-body .price-wrapper sup {
    font-size: 26px;
  }

  .special-slider .recomended-card .card-body .price-wrapper sup sub {
    font-size: 17px;
  }

  .deal-image {
    display: none !important;
  }

  .card-wrapper .slick-list {
    padding-right: 0px !important;
    padding-left: 0 !important;
  }

  .testimonial-wrapper {
    padding: 15px 0px !important;
  }


  .at-shobbi-wrapper {
    padding: 15px !important;
  }

  .at-shobbi-wrapper .at-shobbi {
    padding: 0px !important;
  }

  .at-shobbi-wrapper .footer-text {
    padding: 0px !important;
    /* margin: 0px !important; */
  }


  .bottom-bg-image {
    width: 100%;
  }

  .bottom-bg-image img {
    width: 100%;
    height: 100%;
  }

  .top-wrapper {
    padding: 20px 0px !important;
  }

  .at-shobbi-wrapper .at-shobbi {
    font-size: 24px;
  }

  .black-footer-wrapper {
    padding: 0px !important;
  }

}

@media only screen and (max-width: 768px) {
  .service-section {
    padding: 20px 0px 20px;
  }

  .service-section .service-section-top {
    display: block;
  }

  .service-section .service-section-top h3 {
    font-size: 21px !important;
    line-height: 30px !important;
    width: 100%;
    max-width: 100%;
  }

  .service-section .service-section-top p {
    text-align: left;
    padding-left: 0px;
    width: 100%;
  }

  .service-section .card-wrapper {
    gap: 20px 40px;
  }

  .recomended-card .card-body h4 {
    font-size: 18px;
    margin: 4px 0px;
  }

  .card-body .price-wrapper sup {
    font-size: 22px;
  }

  .card-body .price-wrapper sup sub {
    font-size: 16px;
  }

  .card-body .card-pricing .skills-rating p {
    font-weight: 400;
  }

  .service-section .card-wrapper .recomended-card {
    width: 100%;
  }

  .special-deal .deal-wrapper {
    max-width: calc(100% - 0px);
  }

  .special-deal .deal-wrapper .deal-img {
    display: none;
  }

  .special-slider .slick-prev {
    left: 4px;
    z-index: 6;
  }

  /* .card-wrapper.special-slider .recomended-card {
    margin-right: 40px;
  } */

  .special-slider .slick-next,
  .special-slider .slick-prev {
    top: 200px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .special-slider .slick-next {
    left: unset;
    right: 4px;
    z-index: 5;
  }

  .testimonial-wrapper {
    padding: 15px 0px !important;
  }

  .at-shobbi {
    padding: 15px 0px !important;
  }
}

@media only screen and (max-width: 640px) {
  .service-section .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-section .card-wrapper .recomended-card {
    /* max-width: 360px; */
    max-width: 100%;
    margin: 0 auto;
  }

  .service-section {
    padding: 20px 0px 20px;
  }

  .service-section .service-section-top p {
    display: none;
    margin: 0px;
  }

  .service-section .service-section-top h3 {
    font-size: 26px !important;
    margin: 0px 0px 20px 0px;
  }

  .service-section .service-section-top {
    margin-bottom: 0px !important;
  }

  .deal-top-content {
    padding: 10px 0px;
  }



  /* .card-wrapper.special-slider .recomended-card {
    width: 90% !important;
    /* margin-right: 30px; */
  /* } */

  .card-wrapper.special-slider {
    display: grid;
  }

  .card-wrapper.special-slider {
    grid-template-columns: repeat(1, 1fr);
  }

  .card-wrapper.special-slider .recomended-card {
    /* max-width: 360px; */
    margin: 0 auto;
  }

  .service-section .view-all-btn {
    padding: 10px 0px;
  }

  .service-section .view-all-btn button {
    font-size: 17px;
    font-weight: 300;
  }

  .deal-wrapper .deal-top-content {
    padding: 20px;
    margin: 0px;
  }

  .deal-wrapper .deal-btn button {
    padding: 17px 30px;
  }

  .deal-wrapper .special-deal-content h3 {
    font-size: 21px;
  }

  .deal-wrapper .special-deal-content p {
    font-size: 16px;
  }

  .card-wrapper .slick-list {
    padding-right: 0px !important;
    padding-left: 0 !important;
  }

  .start-journey {
    padding: 20px 0p 0px 0px !important;
  }


  /* .footer {
    padding: 20px 0px !important;
  } */

  /* .footer-div {
    padding: 0px !important;
    margin-bottom: 10px !important;
  } */



  .special-slider .slick-prev,
  .slick-prev {
    position: absolute;
    left: -20px;
    top: 30%;
  }

  .special-slider .slick-next {
    position: absolute;
    right: -20px;
    top: 30%;
  }

  .special-slider .slick-prev .special-slider .slick-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
  }

  .top-wrapper {
    padding: 0px !important;
  }

  .at-shobbi-wrapper .at-shobbi {
    font-size: 22px;
  }

}

@media only screen and (max-width: 485px) {
  /* .banner .banner-search {
    padding: 7px 10px 7px 10px;
    justify-content: space-between;
  } */


  .deal-top-content .special-deal-content h3 {
    font-size: 17px !important;
    line-height: 25px !important;
    margin-bottom: 0px;
  }

  .deal-top-content .special-deal-content p {
    font-size: 15px !important;
  }

  .at-shobbi-wrapper .at-shobbi {
    font-size: 20px;
    line-height: 28px;
  }
}

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

  .service-section {
    padding: 10px 0px 10px !important;
  }

  .service-section .service-section-top h3 {
    font-size: 22px !important;
  }

  .service-section .service-section-top p {
    line-height: 25px !important;
  }

  .service-section .card-wrapper {
    padding: 25px 0px;
  }

  .recomended-card .card-body {
    padding: 14px 10px;
  }

  .recomended-card .card-body h4 {
    font-size: 16px !important;
  }

  .card-body .card-pricing .skills-rating span i {
    font-size: 16px !important;
  }

  .card-body .price-wrapper sup {
    font-size: 18px !important;
    line-height: 40px !important;
  }

  .card-pricing .skills-rating .rating-icons {
    padding: 0px 0px 16px 0px !important;
  }

  .deal-wrapper .deal-top-content {
    padding: 20px 0px;
  }

  .deal-wrapper .special-deal-content h3 {
    font-size: 17px !important;
    margin: 0px;
  }

  /* .special-slider .slick-next,
  .special-slider .slick-prev {
    top: 172px;
    width: 30px;
    height: 30px;
    font-size: 18px;


  } */

  .service-section .view-all-btn .view-all {
    margin: 0px auto;
  }
}