/*==================================
font-family: "Poppins", sans-serif​z;
==================================== */

/*=========== TABLE OF CONTENTS INDEX===========
1.  General css (Reset code)
2.  Navbar
3.  Banner
4.  Our Services
5.  Why Choose PROINTIX Service  
6.  Users Testimonials
7.  How Can We Help You?
8.  Footer
9.  Service

==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif​;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

/*-------------------------------------
	  2.  Navbar 
--------------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.logo-switch-language {
  width: 32px;
}
.nav_icon {
  font-size: 25px;
}
/* .nav_btn_contact:hover {
  background-color: #0f2f52;
} */
.nav_ul {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.dropdown-item:hover {
  background-color: var(--red);
  color: var(--white);
}
a.dropdown-navbar::after {
  display: none;
}
.home-navbar {
  display: none;
}
/*-------------------------------------
	  2.  Banner 
--------------------------------------*/
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: px;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
  color: var(--white);
}

.user-desc-testimonials {
  font-size: 14px;
  color: var(--gray);
}
.inner {
  overflow: hidden;
  border-radius: 8px;
}
.cart-img-homepage {
  background: rgba(255, 0, 0, 0.5);
}
.card .inner img {
  transition: all 0.7s ease;
}

/*-------------------------------------
	  3.  Our Services 
--------------------------------------*/
/* .TextTaskDesgin {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
} */
.CartTitleOurService {
  font-size: 36px;
  line-height: 45px;
}
.TitleOurServices {
  margin-top: 5rem;
  font-size: 44px;
  font-weight: 700;
}
.TitleUsersTestimonials {
  margin-top: -4rem;
  font-size: 44px;
  font-weight: 700;
}

.prointix-service .card .card-img-overlay {
  transition: 0.7s;
}
.prointix-service .card:hover .inner img {
  transform: scale(1.3);
}

.overlay-dark-orange {
  background-color: rgba(101, 85, 27, 0.5);
  border-radius: 10px;
}
.overlay-cover {
  background-color: rgba(101, 85, 27, 0.5);
  height: 512px;
}
.overlay-software {
  border-radius: 8px;
  background-color: rgba(20, 71, 82, 0.6);
}
.overlay-desgin-moblie {
  background-color: rgba(101, 85, 27, 0.5);
  margin: 32px;
}
.overlay-desgin-ux-ui {
  background-color: rgba(72, 49, 165, 0.5);
  margin: 32px;
}
.overlay-desgin-web {
  background-color: rgba(114, 67, 67, 0.6);
  margin: 32px;
}
.overlay-desgin-software {
  background-color: rgba(56, 83, 124, 0.6);
  margin: 32px;
}
.overlay-moblie {
  background-color: rgba(64, 82, 41, 0.6);
  border-radius: 10px;
}
.overlay-desgin {
  background-color: rgba(150, 79, 147, 0.6);
  border-radius: 10px;
}
.overlay-website {
  border-radius: 8px;
  background-color: rgba(132, 83, 83, 0.6);
}
.prointix-service .card:hover .overlay-desgin {
  /* background-color: rgba(150, 79, 147, 0.1); */
  background-color: rgba(0, 0, 0, 0.4);

  cursor: pointer;
}

.prointix-service .card:hover .overlay-website {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.prointix-service .card:hover .overlay-moblie {
  /* background-color: rgba(64, 82, 41, 0.1); */
  background-color: rgba(0, 0, 0, 0.4);

  cursor: pointer;
}
.prointix-service .card:hover .overlay-software {
  /* background-color: rgba(56, 83, 124, 0.2); */
  background-color: rgba(0, 0, 0, 0.4);

  cursor: pointer;
}

.mb-h2 {
  margin-bottom: 13rem;
  text-align: center;
}
.text-muted-member {
  color: var(--dark-blue);
}
.span-text-member {
  color: var(--gray);
}
.swiper-container {
  width: 600px;
  height: 300px;
}
.cart-image {
  position: absolute;
  border-radius: 7px;
}
.how_content {
  padding-top: 140px;
}

.title-desgin {
  font-size: 24px;
}

.overlay-cover-ux-ui {
  background-color: rgba(164, 54, 75, 0.5);
  height: 439px;
}
.overlay-cover-banner {
  background-color: rgba(164, 54, 75, 0.5);
  height: 439px;
}
.overlay-cover-mobile-app {
  background-color: rgba(26, 97, 113, 0.5);
  height: 439px;
}
.overlay-cover-website {
  background-color: rgba(76, 54, 164, 0.5);
  height: 439px;
}
.overlay-cover-about {
  background-color: rgba(135, 59, 132, 0.6);
  height: 439px;
}
/* ------------------------------------
  6.  Users Testimonials
--------------------------------------*/

/*-------------------------------------
	  7.  sub Contact
--------------------------------------*/
.button-sub-contact {
  text-align: center;
}
.FooterContent {
  padding-top: 60px;
}

/*-------------------------------------
	  8.  Footer
--------------------------------------*/
.bg-footer {
  background-color: var(--dark);
  height: 512px;
}
.demo-container {
  padding: 10px 50px;
}
.demo-container-below {
  padding: 0 50px;
  margin-top: 50px;
}
.logo-footer {
  width: 215px;
  margin-left: -18px;
}
.footer-text-center {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/* div.social-link{
  padding-left: 0;
  padding-right: 0;
} */
.social-link a {
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  margin: 0 10px;
  padding: 0;
  color: var(--dark);
  background-color: var(--white);
  box-sizing: 0 0 20px 10px rgba(242, 235, 235, 0.966);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 2px solid rgba(99, 115, 129, 0.45);
  margin-bottom: 45px;
  margin-left: 0;
}
.social-link a .fab {
  font-size: 20px;
  line-height: 30px;
}
.social-link a:hover {
  background-color: var(--red);
  color: var(--white);
  border: none;
  transform: scale(1.2);
}

.text-decoration {
  text-decoration: none;
}

/*-------------------------------------
	  9.  Services 
--------------------------------------*/
section.BannerAbout {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://images.unsplash.com/photo-1557426272-fc759fdf7a8d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 439px;
  width: 100%;
  position: relative;
}
.BannerTitle {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 84.224px;
}
.BannerAboutDescription {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.section-sub_contact {
  background: linear-gradient(
      rgba(140, 155, 155, 0.4),
      rgba(140, 155, 155, 0.4)
    ),
    url(https://images.unsplash.com/photo-1573497620053-ea5300f94f21?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 439px;
  width: 100%;
  position: relative;
}

section.hero-section-block {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://images.unsplash.com/photo-1586717791821-3f44a563fa4c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8dXglMjB1aSUyMGRlc2lnbnxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=500&q=60);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 439px;
  width: 100%;
  position: relative;
}
section.hero-section-mobile-app {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://images.unsplash.com/photo-1633250391894-397930e3f5f2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 439px;
  width: 100%;
  position: relative;
}
section.hero-section-software {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://images.unsplash.com/photo-1556761175-5973dc0f32e7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1332&q=80);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 439px;
  width: 100%;
  position: relative;
}
section.hero-section-website {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 439px;
  width: 100%;
  position: relative;
}
section.hero-section-home-page {
  background: linear-gradient(
      0deg,
      rgba(164, 54, 75, 0.6) 0%,
      rgba(164, 54, 75, 0.6) 100%
    ),
    url(https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 568px;
  width: 100%;
  position: relative;
}

section.hero-section-software .hero-title,
section.hero-section-mobile-app .hero-title,
section.hero-section-block .hero-title,
section.hero-section-website .hero-title {
  font-size: 69.179px;
}

section.hero-section-home-page .hero-title {
  font-size: 51.515px;
  font-weight: 700;
  line-height: 64.394px;
}
section.hero-section-home-page .hero-sub_title {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 40.474px;
}

.hero-section-software,
.hero-section-mobile-app,
.hero-section-block,
.hero-section-website,
.hero-section-home-page,
.BannerAbout {
  margin-top: 78.9px;
}
.image-contact {
  margin-left: -28px;
}
p.BannerDescription {
  /* padding-top: 3rem; */
  font-weight: 400;
  font-size: 18px;
  margin-top: 50px;
}

.card-img-overlays {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

section.hero-section-block {
  color: var(--white);
  text-align: center;
}
section.destination-section-block img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 250px;
}

.hero-section-block {
  margin-top: 78.9px;
}

hr.class-5 {
  background-color: var(--white);
  border-top: 2px dashed var(--gray);
  margin-bottom: 100px;
}
hr.class-6 {
  background-color: var(--white);
  border-top: 2px dashed var(--gray);
  margin-bottom: 100px;
  display: none;
}
.hr_desgin {
  position: absolute;
  right: 47%;
  border: 3px solid;
  background-color: var(--white);
  width: 99px;
  bottom: 180px;
}

/* =========================== Services Prointix ================= */
.TitleServieProintix {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin: 30px 0px 20px 0px;
}
.DescriptionserviceProintix {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.CardServiceProintix {
  margin-top: 7rem;
}
.title-contact {
  font-size: 28px;
}
.short-desc {
  font-size: 44px;
}
.desc {
  color: var(--gray);
}
.section-slid-desgin {
  background-color: var(--dark-blue);
}
.row-content {
  width: 80%;
  min-height: 1170px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 30px;
}
.title-sub-contact {
  font-size: 28px;
  margin-top: 80px;
}
.short-sub-contact {
  font-size: 44px;
  margin-top: -20px;
}
.home-page-why-chooes {
  font-weight: 700;
  font-size: 36px;
  margin-top: 4rem;
}

.home-page-prointix-service {
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

.desc-sub-contact {
  font-size: 14px;
  color: var(--gray);
  margin: 0 auto;
}
.title-why-chooes {
  font-weight: 700;
  font-size: 36px;
}
.title-short-why-chooes {
  font-weight: 700;
  font-size: 44px;
}
.IconWhyChooseService {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  border-radius: 125px;
  background: var(--red);
}

.TitleWhyChooseService {
  /* margin-top: 15px; */
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.OurServiceDescriptionIcon {
  font-size: 14px;
  font-style: normal;
  color: var(--gray);
  font-weight: 400;
  line-height: 22px;
}
.OurServiceDescription {
  font-size: 18px;
  color: var(--gray);
  font-weight: 400;
  line-height: 22px;
}
.user-desc-testimonials {
}

.text-title-p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--gray);
}
.btn-danger-contact {
  width: 160px;
  font-size: 16px;
}
.btn-danger-contact:hover {
  background-color: var(--dark-blue);
}
.btn-danger-contact {
  background: var(--red);
  border-radius: 5px;
  font-size: 16px;
  padding: 14px 38px;
}

.row-content .left {
  overflow: hidden;
}
.row-content .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row-content .right {
  display: flex;
  align-items: center;
}
.row-content .right .content {
  padding-left: 20px;
}
.row-content .right .content p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 15px;
}
.btn-secondary {
  color: #363642;
  background: linear-gradient(180deg, #fff, #f6f7f9);
  border-color: #d7dce5;
  box-shadow: 0 1px 0 0 rgba(20, 20, 31, 0.05);
}
body
  > main
  > section:nth-child(4)
  > div
  > div.container.mt-5.mb-3
  > div
  > div.text-center
  > div {
  background-color: var(--bg-gray);
  width: 115.082px;
  height: 63.295px;
  margin-bottom: 5rem;
}
#btnNextTestimonial {
  background-color: var(--teal);
  width: 50px;
}
#btnNextTestimonial i {
  color: var(--white);
}
#btnPrevTestimonial i {
  color: var(--teal);
}
#btnPrevTestimonial {
  background: none;
}
.AboutDescription {
  margin-top: 2rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.content-service {
  padding: 174px;
  margin-bottom: 5rem;
}
.bg-subcontact {
  background-color: var(--bg-contact);
}

/* ==========swiperjs Explore more services */

.slide-container {
  max-width: 1400px;
  width: 100%;
  padding: 40px 0;
}
.slide-content {
  margin: 0 100px;
  overflow: hidden;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--red);
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: var(--red);
}
.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
}
.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--red);
}
.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: var(--red);
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover {
  background: #265df2;
}

.swiper-navBtn {
  color: var(--red);
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: var(--red);
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: var(--Tertiary);
  opacity: 2;
}
.swiper-pagination-bullet-active {
  background-color: var(--Tertiary);
}
.swiper-pagination {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #363642;
  background-color: #dfe3ea;
  border-color: #d7dce5;
  box-shadow: 0 0 0 1px rgba(217, 218, 222, 0.5);
}
