/* @font-face {
  font-family: "Poppins", sans-serif;
  src: url(./../google-font/poppins-regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url(./../google-font/poppins-medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url(./../google-font/poppins-semibold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url(./../google-font/poppins-bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url(./../google-font/poppins-black.woff2) format("woff2");
  font-weight: 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

@font-face {
  font-family: "Nunito";
  src: url(./../google-font/Nunito-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  src: url(./../google-font/Nunito-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  src: url(./../google-font/Nunito-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  src: url(./../google-font/Nunito-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

button a {
  color: #fff !important;
}

* {
  box-sizing: border-box;
}

.container {
  width: 90%;
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  color: #1e1e1e;
  background-color: #fafdff;
}

a {
  text-decoration: none;
}

.breadcrum-nav-container {
  background-color: #fafdff;
  margin-top: 160px;
}

.breadcrum-nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0 12px 0;
}

.breadcrum-nav-link a {
  font-size: 16px;
  color: #8f8f8f;
  padding: 0 10px;
  transition: 0.2s;
}

.breadcrum-arrow-img {
  width: 12px;
  height: 12px;
}

.breadcrum-nav-link a:hover {
  color: #3b5998;
  cursor: pointer;
  font-weight: 600;
}

.breadcrum-active-link {
  color: #ef5e50 !important;
  font-weight: 600;
}

.breadcrum-nav-link h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
  color: #ef5e50;
}

/* Scroll to bottom */
.scroll-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #eb1380;
  color: white;
  border: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 999;
}

.menu-btn {
  display: none;
}

.menu-btn {
  border: 0;
  background-color: transparent;
  font-size: 36px;
  margin-left: 30px;
  color: #eb1380;
}

.nav-holder {
  background-color: #fafdff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 110px;
}

.navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 12px 0;
}

.nav-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 10%;
}

.logo img {
  width: 100%;
}

.nav-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.nav-right ul li {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-links {
  padding: 25px;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.nav-links::after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  opacity: 0;
  transition: 0.2s;
}

.nav-links.active {
  color: #eb1380;
  font-weight: 500;
}

.login-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #eb1380;
  padding: 12px 16px;
  margin-left: 20px;
  border: 0;
  border-radius: 6px;
  transition: 0.2s;
  cursor: pointer;
}

.signup-btn {
  cursor: pointer;
  background-color: #525e66;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
  padding: 12px 16px;
  border: 0;
  border-radius: 6px;
  transition: 0.2s;
}

.nav-links:hover {
  color: #eb1380;
}

.nav-links:hover::after {
  opacity: 1;
  left: calc(50% - 10px);
  width: 20px;
}

.login-btn:hover {
  box-shadow: 0 20px 30px rgba(59, 110, 133, 0.2);
  transform: scale(1.05);
}

.signup-btn:hover {
  box-shadow: 0 20px 30px rgba(59, 110, 133, 0.2);
  transform: scale(1.05);
}

.nav-right .dropdown-menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d8e2e7;
  left: 50%;
  top: 100%;
  display: none;
  flex-direction: column;
  text-align: center;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
  min-width: 150px;
}

.nav-right .dropdown-menu li {
  display: block;
}

.nav-right .dropdown-menu li a {
  display: block;
  padding: 12px 16px;
}

.nav-right .dropdown-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.nav-right .dropdown-menu li a:hover::after {
  opacity: 0;
}

.nav-right ul li:hover .dropdown-menu {
  display: flex;
}

.website-video video {
  border-radius: 6px;
}

.menu-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
}

.mobile-menu {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow-y: auto;
}

.mobile-menu ul {
  padding: 0;
  margin-top: 110px;
}

.mobile-menu ul li {
  list-style: none;
  text-align: center;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #1e1e1e;
  padding: 12px 0;
  display: block;
  font-size: 18px;
}

.mobile-menu ul li a:hover {
  cursor: pointer;
  color: #eb1380;
}

.mobile-menu .close-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  background-color: #eb1380;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  border: 0;
}

.login-phone {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #eb1380;
  width: 55%;
  padding: 16px 40px;
  margin-left: 20px;
  border: 0;
  border-radius: 6px;
  transition: 0.2s;
}

.signup-phone {
  background-color: #d8e2e7;
  color: #eb1380;
}

.footer-bg {
  background-color: #525e66;
  margin-top: -5px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: space-between;
  padding-top: 80px;
  padding-left: 60px;
  margin: 0 60px;
}

.footer-links {
  margin-bottom: 60px;
}

.footer-links h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px;
}

.footer-links h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}

.footer-links ul li a {
  color: #fff;
}

.footer-links ul li a:hover {
  color: #1e1e1e;
  font-weight: 500;
}

.footer-links h3 a:hover {
  color: #1e1e1e;
  font-weight: 600;
}

.link-btn {
  text-decoration: none;
}

.footer-links .socialmedia-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.footer-links .socialmedia-icons {
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  margin-top: 10px;
}

.footer-links .socialmedia-icons img {
  width: 40%;
  text-align: center;
}

.footer-links .socialmedia-icons.whatsapp-bg {
  background-color: #128c7e;
}

.footer-links .socialmedia-icons.facebook-bg {
  background-color: #3b5998;
}

.footer-links .socialmedia-icons.instagram-bg {
  background-color: #d62976;
}

.footer-links .socialmedia-icons.twitter-bg {
  background-color: #00acee;
}

.footer-links .socialmedia-icons.linkedin-bg {
  background-color: #0072b1;
}

.footer-copywrite {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 60px 0;
}

.footer-copywrite h3 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  letter-spacing: 2px;
}

.footer-links .socialmedia-icons:hover {
  transform: scale(1.2);
  box-shadow: 0 20px 30px rgba(59, 110, 133, 0.2);
}

.menu-bar {
  display: none;
}

@media only screen and (max-width: 1880px) {
  .breadcrum-nav-container {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 1438px) {
  .nav-links {
    padding: 25px 16px;
  }
}

@media only screen and (max-width: 1250px) {
  .navigation-container {
    width: 90%;
    margin-bottom: 20px;
    margin: 0 auto;
  }

  .footer-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-left: 0;
  }

  .footer-links.last-item {
    margin-left: 0;
  }

  .socialmedia-container {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  .navigation-container {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1157px) {
  .nav-right {
    display: none;
  }

  .menu-bar {
    display: block;
    list-style-type: none;
  }

  .navigation-container {
    justify-content: space-between;
  }

  .breadcrum-nav-container {
    margin-top: 110px;
  }

  .nav-holder {
    height: 110px;
  }

  .logo {
    width: 20%;
  }
}

@media only screen and (max-width: 900px) {
  .navigation-container {
    justify-content: space-between;
  }

  .footer-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-top: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .nav-right ul li a {
    display: none;
  }

  .login-btn {
    display: none;
  }

  .signup-btn {
    display: none;
  }

  .logo {
    width: 40%;
  }

  .close-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 54px;
    background-color: transparent;
    border: 0;
  }

  .navigation-container {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .footer-container {
    grid-template-columns: none;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
  }

  .footer-links {
    margin-bottom: 40px;
  }

  .footer-links h3 {
    margin-bottom: 18px;
  }

  .footer-links.last-item {
    margin-left: 0;
  }

  .website-video video {
    max-width: 100%;
    height: auto;
  }

  .page-content-btn {
    width: 100%;
  }
}

/* New Homepage section Code */
.logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.logo-holder {
  width: 80%;
}

.logo-holder img {
  width: 100%;
}

.jewellery-banner-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 60px 0;
}

.jewellery-banner-points {
  height: 100%;
  background-color: #eff1f0;
  color: #1e1e1e;
  padding: 40px;
  border-radius: 6px;
  text-align: center;
  transition: 0.2s;
}

.jewellery-banner-points h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  transition: 0.2s;
}

.jewellery-banner-points p {
  font-size: 16px;
  font-weight: 500;
  margin: 14px 0;
  text-align: justify;
  transition: 0.2s;
}

.jewellery-banner-img-holder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fdb515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.jewellery-banner-img-holder img {
  width: 50%;
}

.milestone-container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
}

.milestone-info-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.milestone-container .milestone-headline {
  margin-top: 20px;
}

.milestone-info {
  border-radius: 6px;
  text-align: center;
  padding: 40px 20px;
}

.milestone-container .purple {
  border: 1px solid #ef5e50;
  transition: 0.2s;
}

.milestone-container .green {
  border: 1px solid #3e8807;
  transition: 0.2s;
}

.milestone-container .orange {
  border: 1px solid orange;
  transition: 0.2s;
}

.milestone-container .blue {
  border: 1px solid #eb1380;
  transition: 0.2s;
}

.milestone-container .red {
  border: 1px solid #b00020;
  transition: 0.2s;
}

.milestone-container .green h3 {
  color: #3e8807;
}

.milestone-container .purple h3 {
  color: #ef5e50;
}

.milestone-container .orange h3 {
  color: orange;
}

.milestone-container .blue h3 {
  color: #eb1380;
}

.milestone-container .red h3 {
  color: #b00020;
}

.milestone-info h3 {
  font-size: 54px;
  font-weight: 600;
  margin: 0;
}

.milestone-info p {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.purple:hover {
  background-color: #ecceed;
  box-shadow: 0 20px 30px rgba(236, 206, 237, 0.2);
  transform: scale(1.05);
}

.green:hover {
  background-color: #e1eedc;
  box-shadow: 0 20px 30px rgba(225, 238, 220, 0.2);
  transform: scale(1.05);
}

.orange:hover {
  background-color: #ffedcc;
  box-shadow: 0 20px 30px rgba(255, 237, 204, 0.2);
  transform: scale(1.05);
}

.blue:hover {
  background-color: #e0e8ed;
  box-shadow: 0 20px 30px rgba(224, 232, 237, 0.2);
  transform: scale(1.05);
}

.red:hover {
  background-color: #ecceed;
  box-shadow: 0 20px 30px rgba(239, 205, 213, 0.2);
  transform: scale(1.05);
}

.milestone-container .milestone-page-headline {
  font-size: 36px;
  color: #1e1e1e;
  font-weight: 600;
  text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
************************************************ HomePage ********************************** 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.homepage-hero-container {
  background-image: url(../assets/images/hero-section-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-bottom: 60px;
}

.homepage-hero-container .hero-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 60px 0;
}

.homepage-hero-container .hero-section-content {
  width: 45%;
}

.homepage-hero-container .hero-section-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.homepage-hero-container .h1-span {
  color: #ef5e50;
  font-size: 42px;
  font-weight: 600;
}

.homepage-hero-container .hero-section-content p {
  font-size: 16px;
  color: #6b6a6a;
  margin: 30px 0;
  font-weight: 500;
}

.homepage-hero-container .hero-section-content .hero-btn {
  background-color: #1e1e1e;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 40%;
}

.homepage-hero-container .hero-section-content .hero-btn img {
  width: 10%;
}

.homepage-hero-container .hero-section-content .hero-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.homepage-second-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 60px 20px;
  margin-bottom: 60px;
}

.homepage-second-section .industry-challenge-section {
  background: #fff;
  color: #1e1e1e;
  display: grid;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 30px 16px;
  border-radius: 12px;
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
}

.homepage-second-section .industry-challenge-section h3 {
  margin: 16px 0;
  font-size: 22px;
  font-weight: 500;
}

.homepage-second-section .industry-challenge-section p {
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.homepage-second-section .industry-challenge-section.blue-bg {
  background: #f27e72;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.homepage-second-section .industry-challenge-section.blue-bg p {
  color: #fff;
  margin: 0;
}

.homepage-second-section .industry-image-holder {
  width: 50%;
  margin: 0 auto;
}

.homepage-second-section .industry-image-holder img {
  width: 100%;
}

.homepage-headline h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.homepage-headline p {
  font-size: 16px;
  color: #8f8f8f;
  font-weight: 500;
  margin-top: 14px;
}

.homepage-third-point .third-section-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 110px;
}

.homepage-third-point .third-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  width: 55%;
}

.homepage-third-point .left-content,
.homepage-third-point .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.homepage-third-point .third-section-point {
  background: #ffd5d1;
  padding: 16px;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  text-align: center;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homepage-third-point .third-section-point h3 {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.homepage-third-point .third-section-point p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

.homepage-third-point .third-img {
  width: 30%;
}

.homepage-third-point .third-img img {
  width: 100%;
}

.homepage-third-point .purple {
  background-color: #feda8a;
}

.homepage-third-point .purple h3 {
  color: #1e1e1e;
}

.homepage-third-point .green {
  background-color: #f371b2;
}

.homepage-third-point .green h3 {
  color: #1e1e1e;
}

.homepage-third-point .orange {
  background-color: #f3dfdc;
}

.homepage-third-point .orange h3 {
  color: #1e1e1e;
}

.homepage-third-point .third-section-point:hover {
  transform: scale(1.01);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.homepage-third-point .third-section-point-02:hover {
  transform: scale(1.01);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.homepage-third-point .third-section-point-03:hover {
  transform: scale(1.01);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.homepage-third-point .third-section-point-04:hover {
  transform: scale(1.01);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
}

.homepage-fourth-div {
  margin-bottom: 60px;
  margin-top: 110px;
}

.homepage-fourth-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background-color: #fff;
  background-image: url(../assets/images/partner_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  padding: 40px 0;
  margin-bottom: 60px;
}

.homepage-fourth-container .fourth-content-left {
  width: 40%;
}

.homepage-fourth-container .fourth-content-img {
  width: 50%;
  text-align: center;
}

.homepage-fourth-container .fourth-content-img img {
  width: 50%;
}

.homepage-fourth-container .fourth-content-headline h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0;
  color: #ef5e50;
}

.homepage-fourth-container .fourth-content-headline p {
  font-size: 16px;
  font-weight: 500;
  color: #8f8f8f;
  margin-bottom: 40px;
}

.homepage-fourth-container .next-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.homepage-fourth-container .next-bg {
  background-color: #1e1e1e;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  font-size: 20px;
  margin-right: 20px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-fourth-container .next-bg img {
  width: 18px;
  height: 18px;
}

.homepage-fourth-container .next-bg:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.homepage-testimonial-section .fifth-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}

.homepage-testimonial-section .fifth-btn-container {
  display: flex;
  flex-direction: row;
}

.homepage-testimonial-section .fifth-next-btn {
  background-color: #1e1e1e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 15px;
  margin-left: 20px;
  border-radius: 50px;
  transition: 0.2s;
}

.homepage-testimonial-section .fifth-next-btn img {
  width: 100%;
}

.homepage-testimonial-section .quote-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
  margin-top: 40px;
}

.homepage-testimonial-section .quote-01 {
  background-color: #fef0d0;
  border-radius: 22px;
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.05);
  margin: 40px 0;
  padding: 20px 40px;
  text-align: center;
}

.homepage-testimonial-section .quote-01 h3 {
  font-size: 28px;
  font-weight: 500;
  color: #1e1e1e;
  margin: 0;
  margin-top: 20px;
}

.homepage-testimonial-section .quote-01 p {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0;
  color: #6b6a6a;
}

.homepage-testimonial-section .quote-01 img {
  width: 10%;
  margin-top: 20px;
}

.homepage-testimonial-section .quote-01 span {
  font-size: 16px;
  color: #6b6a6a;
}

.homepage-testimonial-section .quote-01 .fa-star {
  color: #6b6a6a;
}

.homepage-testimonial-section .quote-01 .rated-star {
  color: #ff9529;
}

.homepage-testimonial-section .second-color {
  background-color: #fbcfe5;
}

.homepage-testimonial-section .third-color {
  background-color: #fbdedc;
}

.homepage-testimonial-section .fourth-color {
  background-color: #fbebcc;
}

.homepage-testimonial-section .fifth-color {
  background-color: #d4e6cd;
}

.homepage-testimonial-section .sixth-color {
  background-color: #ebebeb;
}

.homepage-cta-info-container {
  background-color: #525e66;
  margin-top: 280px;
}

.homepage-cta-info-container .cta-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  background-image: url(../assets/images/homepage-cta-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 12px;
  transform: translateY(-30%);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
  margin-bottom: -110px;
  padding: 0 30px;
}

.homepage-cta-info-container .cta-container h2 {
  font-size: 46px;
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 20px;
}

.homepage-cta-info-container .cta-container p {
  font-size: 16px;
  color: #6b6a6a;
  font-weight: 400;
}

.homepage-cta-info-container .cta-container button {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #eb1380;
  padding: 10px 20px;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
  transition: 0.2s;
}

.homepage-cta-info-container .sixth-content {
  width: 45%;
  margin-left: 40px;
}

.homepage-cta-info-container .sixth-img {
  width: 75%;
}

.homepage-cta-info-container .sixth-img img {
  width: 100%;
}

.homepage-cta-info-container .cta-container button:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.1);
}

/* HomePage Responsive */
@media only screen and (max-width: 1280px) {
  .homepage-hero-container .hero-section {
    flex-direction: column;
  }

  .homepage-hero-container .hero-section-content {
    width: 80%;
    margin: 0 auto;
  }

  .homepage-hero-container .hero-section-content h1 {
    text-align: center;
    font-size: 32px;
  }

  .homepage-hero-container .h1-span {
    font-size: 36px;
  }

  .homepage-hero-container .hero-section-content p {
    text-align: center;
  }

  .homepage-hero-container .hero-section-content .hero-btn {
    margin: 0 auto;
  }

  .homepage-second-section .industry-challenge-section {
    width: 100%;
  }

  .homepage-headline p {
    text-align: left;
  }

  .homepage-third-point .third-section-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .homepage-third-point .third-content {
    width: 100%;
    margin-bottom: 60px;
  }

  .homepage-third-point .right-content {
    margin: 0;
  }

  .homepage-third-point .third-section-point {
    padding: 60px 40px;
  }

  .homepage-third-point .third-img {
    width: 60%;
  }

  .homepage-fourth-container {
    margin-top: 110px;
  }

  .homepage-fourth-container .fourth-content-left {
    width: 40%;
  }

  .homepage-fourth-container .fourth-content-img {
    width: 45%;
  }

  .homepage-testimonial-section .fifth-container {
    flex-direction: row;
  }
}

@media only screen and (max-width: 900px) {
  .logo-container {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .homepage-hero-container .hero-section {
    flex-direction: column;
    padding: 60px 0 0 0;
  }

  .homepage-hero-container .hero-section-content {
    width: 100%;
    text-align: center;
  }

  .homepage-third-point .third-content {
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
  }

  .homepage-third-point .left-content {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .homepage-third-point .right-content {
    margin-top: 0;
  }

  .homepage-third-point .third-section-point {
    padding: 40px;
  }

  .homepage-fourth-container {
    flex-direction: column;
    align-items: center;
  }

  .homepage-fourth-container .fourth-btn-container {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .homepage-fourth-container .fourth-next-btn {
    margin: 0;
  }

  .homepage-fourth-div {
    margin-bottom: 40px;
  }

  .homepage-fourth-container {
    padding: 0 16px;
    margin-top: 40px;
  }

  .homepage-fourth-container .fourth-content-left {
    width: 100%;
    margin: 0 auto;
  }

  .homepage-fourth-container .fourth-content-left h3 {
    font-size: 32px;
    text-align: center;
  }

  .homepage-fourth-container .fourth-content-left p {
    text-align: center;
  }

  .homepage-fourth-container .fourth-content-img {
    width: 100%;
    margin-top: 12px;
  }

  .homepage-fourth-container .next-btn {
    display: flex;
    justify-content: center;
  }

  .homepage-testimonial-section .quote-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
  }

  .homepage-testimonial-section .quote-01,
  .homepage-testimonial-section .quote-02 {
    padding: 40px 20px;
    margin-bottom: 0;
  }

  .homepage-testimonial-section .fifth-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-testimonial-section .fifth-btn-container {
    margin: 0 auto;
    margin-top: 40px;
  }

  .homepage-cta-info-container .sixth-content {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .homepage-cta-info-container {
    margin-top: 323px;
  }

  .homepage-cta-info-container .cta-container {
    flex-direction: column;
    padding-top: 60px;
    width: 90%;
  }

  .homepage-cta-info-container .sixth-content {
    width: 100%;
    margin: 0 auto;
  }

  .homepage-cta-info-container .sixth-img {
    width: 90%;
  }

  .homepage-cta-info-container .cta-container h2 {
    font-size: 32px;
    text-align: center;
  }

  .homepage-cta-info-container .cta-container p {
    text-align: center;
  }

  .homepage-cta-info-container .cta-container button {
    width: 60%;
    padding: 12px;
    margin: 0 auto;
    font-size: 18px;
  }

  .milestone-container {
    padding-bottom: 0;
    padding-top: 20px;
    margin-top: 60px;
  }

  .milestone-info-container {
    margin-top: 40px;
    gap: 20px;
  }

  .logo-container {
    margin-top: 60px;
  }

  .partner-container {
    margin-top: 60px;
  }

  .website-video video {
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .page-headline {
    font-size: 26px;
  }

  .homepage-hero-container .hero-section-content h1 {
    font-size: 24px;
  }

  .homepage-hero-container .h1-span {
    font-size: 28px;
  }

  .homepage-hero-container .hero-section .hero-btn {
    width: 60%;
  }

  .website-video {
    width: 100%;
  }

  .homepage-second-section {
    margin: 0;
    margin-bottom: 60px;
  }

  .homepage-second-section .industry-challenge-section {
    padding: 20px;
    height: fit-content;
  }

  .homepage-second-section .industry-challenge-section h3 {
    font-size: 24px;
  }

  .homepage-headline h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
  }

  .homepage-headline p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .homepage-third-point .third-content {
    width: 100%;
    flex-direction: column;
  }

  .homepage-third-point .left-content {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .homepage-third-point .right-content {
    margin-top: 0;
  }

  .homepage-third-point .third-section-container {
    margin: 0 auto;
  }

  .homepage-third-point .third-section-point {
    width: 100%;
    padding: 60px 20px;
  }

  .homepage-third-point .third-section-point h3 {
    font-size: 24px;
  }

  .homepage-third-point .third-img {
    width: 100%;
    margin-top: 60px;
  }

  .homepage-fourth-container {
    flex-direction: column;
    margin-top: 40px;
    padding: 0 16px;
  }

  .homepage-fourth-container .fourth-btn-container {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .homepage-fourth-container .fourth-next-btn {
    margin: 0;
  }

  .homepage-fourth-container .fourth-content-left h3 {
    font-size: 24px;
    text-align: center;
  }

  .homepage-testimonial-section .quote-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .homepage-testimonial-section .quote-01 {
    margin: 0;
  }

  .homepage-cta-info-container {
    margin-top: 216px;
  }

  .homepage-cta-info-container h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 40px;
  }

  .homepage-cta-info-container p {
    font-size: 16px;
    text-align: center;
  }

  .homepage-cta-info-container .sixth-img {
    width: 100%;
  }

  .homepage-cta-info-container .cta-container button {
    width: 100%;
    margin-top: 40px;
  }

  .milestone-container .milestone-page-headline {
    font-size: 26px;
  }
}

/* SubPage Css Code */

.marketing-section-container {
  margin-bottom: 60px;
}

.marketing-page-headline {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}

.marketing-page-headline h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.marketing-page-headline p {
  font-size: 16px;
  font-weight: 500;
}

.marketing-page-content-btn {
  background-color: #bc0f66;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.2s;
  margin: 0 auto;
  width: fit-content;
}

.marketing-fourth-container .fourth-btn {
  width: fit-content;
}

.marketing-page-content-btn:hover {
  box-shadow: 0 20px 30px rgba(30, 30, 30, 0.2);
  transform: scale(1.05);
}

.marketing-section-container .points-div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.marketing-section-container .second-point {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.marketing-section-container .marketing-icon-holder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e0e8ed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketing-section-container .marketing-icon-holder img {
  width: 60%;
}

.marketing-section-container .second-point p {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
  margin: 0;
}

.estimation_bg {
  background-color: #fbcfe5;
  background-image: url(../assets/marketing-images/reusable_bg_pattern.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.marketing-fourth-bg-container {
  background-color: #fef0d0;
  background-image: url(../assets/marketing-images/reusable_bg_pattern.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.marketing-fourth-container .fourth-headline {
  padding-top: 90px;
  width: 90%;
  margin: 0 auto;
}

.marketing-fourth-container .fourth-headline h2,
.marketing-page-headline span {
  color: #ef5e50;
}

.marketing-fourth-container .fourth-headline p {
  font-weight: 500;
}

.marketing-fourth-container .fourth-container-01 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.marketing-fourth-container .fourth-container-02 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.marketing-fourth-container .fourth-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1e1e1e;
  width: 40%;
}

.marketing-fourth-container .fourth-container-01 .fourth-img {
  width: 40%;
  text-align: right;
}

.marketing-fourth-container .fourth-img img {
  width: 80%;
}

.marketing-fourth-container .fourth-container-02 .fourth-img {
  width: 60%;
  text-align: left;
}

.marketing-fourth-container .fourth-text-container h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px;
}

.marketing-fourth-container .points {
  display: flex;
  flex-direction: row;
}

.marketing-fourth-container .points p,
.slider-div-content .points p {
  margin: 0;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  padding-left: 24px;
  padding-bottom: 20px;
  position: relative;
}

.marketing-fourth-container .points p::before,
.slider-div-content .points p::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}

.marketing-fourth-container .fourth-btn {
  margin: 0;
  margin: 30px 0;
}

.marketing-sixth-headline {
  margin-bottom: 30px;
}

.marketing-sixth-headline h2 {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.marketing-sixth-headline span {
  font-size: 36px;
  font-weight: 600;
  color: #eb1380;
}

.marketing-sixth-headline p {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
  color: #8f8f8f;
  text-align: center;
}

.marketing-sixth-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 60px;
}

.marketing-sixth-container .slider-div-content {
  width: 45%;
}

.marketing-sixth-container .sixth-img-div {
  width: 50%;
}

.slider-image {
  width: 30%;
}

.slider-image img {
  width: 100%;
}

.marketing-sixth-container .sixth-img-div img {
  width: 100%;
}

.marketing-sixth-container .slider-headline h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.marketing-sixth-container .slider-headline p {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 30px;
}

.marketing-sixth-container .btn-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  margin: 30px 0 60px 0;
}

.marketing-sixth-container .btn-bg {
  background-color: #1e1e1e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: 0.2s;
}

.marketing-sixth-container .btn-bg img {
  width: 40%;
}

.marketing-sixth-container .sixth-btn {
  margin: 0;
}

.marketing-sixth-container .btn-bg:hover {
  box-shadow: 0 20px 30px rgba(59, 110, 133, 0.2);
  transform: scale(1.05);
  cursor: pointer;
}

.marketing-cta-bg {
  background-color: #fff5e1;
  background-image: url(../assets/images/partner_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.marketing-cta-bg .cta-marketing-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 0;
  margin-top: 60px;
}

.marketing-cta-bg .cta-left-marketing {
  width: 50%;
}

.marketing-cta-bg .cta-marketing-image {
  width: 30%;
}

.marketing-cta-bg .cta-marketing-image img {
  width: 100%;
}

.marketing-cta-bg .cta-headline {
  margin: 0;
  color: #1e1e1e;
}

.marketing-cta-bg .cta-headline h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}

.marketing-cta-bg .cta-headline p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  margin: 0 auto;
  padding: 20px 0;
}

.marketing-cta-bg .cta-btn {
  margin: 0;
  margin-top: 40px;
  background-color: #fdb515;
  color: #1e1e1e;
}

.marketing-page-content-btn .link-btn {
  text-decoration: none;
}

/* SubPage Responsive Code */
@media only screen and (max-width: 1280px) {
  .marketing-fourth-container .fourth-text-container {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  .slider-image {
    width: 90%;
  }

  .marketing-header-container .hero-content {
    flex-direction: column;
    padding: 0;
    padding-top: 40px;
  }

  .marketing-header-container .hero-left-content {
    width: 100%;
    text-align: center;
  }

  .marketing-header-container .hero-left-content button {
    margin: 0 auto;
  }

  .marketing-header-container .website-video {
    margin-top: 60px;
  }

  .marketing-section-container {
    margin-top: 60px;
  }

  .marketing-sixth-bg .bullet-sixth-headline,
  .marketing-sixth-headline p {
    width: 90%;
  }

  .marketing-section-container .points-div {
    flex-direction: column;
    align-items: center;
  }

  .marketing-fourth-bg-container {
    background-color: #fef0d0;
    background-image: url(../assets/marketing-images/reusable_bg_pattern_tab.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .marketing-fourth-container .fourth-container-01 {
    flex-direction: column;
    align-items: center;
  }

  .marketing-fourth-container .fourth-text-container,
  .marketing-fourth-container .fourth-container-01 .fourth-img {
    width: 100%;
    text-align: center;
  }

  .marketing-sixth-container {
    flex-direction: column;
    align-items: center;
  }

  .marketing-sixth-container .sixth-img-div {
    width: 90%;
  }

  .marketing-sixth-headline {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .marketing-sixth-headline span {
    font-size: 36px;
  }

  .marketing-sixth-container .slider-div-content {
    width: 90%;
    margin-top: 30px;
  }

  .marketing-sixth-container .slider-headline {
    text-align: center;
  }

  .marketing-sixth-container .slider-headline h3 {
    font-size: 24px;
  }

  .marketing-sixth-container .btn-container {
    justify-content: center;
    gap: 10px;
  }

  .marketing-sixth-container .sixth-btn {
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .marketing-cta-bg .cta-marketing-info {
    flex-direction: column;
  }

  .marketing-cta-bg .cta-left-marketing {
    width: 90%;
  }

  .marketing-cta-bg .cta-headline {
    margin-top: 40px;
  }

  .marketing-cta-bg .cta-headline h2,
  .marketing-cta-bg .cta-headline p {
    text-align: center;
  }

  .marketing-cta-bg .cta-btn {
    margin: 0 auto;
    margin-top: 40px;
  }

  .marketing-cta-bg .cta-marketing-image {
    width: 90%;
    margin-top: 40px;
  }
}

/* ```````````````````````````````````````````````````````````````````````````````````````````````````
****************************************************Blog CSS**************************************** 
`````````````````````````````````````````````````````````````````````````````````````````````````````*/
.blog-hero-container {
  background-color: #fff3d4;
  height: 280px;
  background-image: url(../assets/images/blog-hero-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-intro {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
  width: 60%;
  line-height: 30px;
}

.blog-category-container {
  margin-top: 60px;
}

.blog-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blog-headline h2 {
  font-size: 38px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
  padding: 0;
}

.blog-search-bar {
  background-color: #e0e8ed;
  height: 38px;
  width: 220px;
  border: 0;
  border-radius: 6px;
  outline: 0;
  padding: 12px;
}

.blog-search-bar::placeholder {
  color: #eb1380;
  font-size: 12px;
}

.blog-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 60px;
}

.blog-category {
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.blog-category:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.blog-category img {
  width: 25%;
  margin: 10px 0;
}

.blog-marketing {
  background-color: #ebccd5;
  color: #b00020;
}

.blog-inventory {
  background-color: #d4e0e7;
  color: #eb1380;
}

.blog-sales {
  background-color: #fbebcc;
  color: orange;
}

.blog-operation {
  background-color: #c8e1f9;
  color: #0070e2;
}

.blog-general {
  background-color: #e5eceb;
  color: #7d7d7d;
}

.blog-all {
  background-color: #c8e8e1;
  color: #009468;
}

.blog-article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  align-items: flex-start;
  gap: 20px;
  justify-content: space-evenly;
  margin-top: 20px;
  margin-bottom: 60px;
}

.blog-image-holder {
  width: 100%;
  transition: 0.2s;
  overflow: hidden;
}

.blog-image-holder img {
  width: 100%;
  transition: 0.2s;
}

.blog-image-holder img:hover {
  transform: scale(1.1);
}

.blog-article-container h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 10px 0;
  text-align: left;
}

.blog-article-container p {
  font-size: 16px;
  font-weight: 400;
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 16px;
}

.blog-article-container span {
  color: #ef5e50;
}

.blog-newsletter {
  background-image: url(../assets/images/newsletter-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #d4e0e7;
  border-radius: 6px;
  margin-bottom: 60px;
}

.blog-newsletter-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blog-newsletter-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 60px 0 0 60px;
}

.blog-icon-holder {
  width: 15%;
}

.blog-icon-holder img {
  width: 100%;
}

.blog-newsletter-title {
  margin-top: 12px;
}

.blog-newsletter-title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.blog-newsletter-title p {
  width: 65%;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-top: 6px;
  color: #7d7d7d;
}

.blog-subscribe-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
  padding: 0 60px 0 0;
}

.mail-input {
  width: 330px;
  height: 44px;
  background-color: #ededed;
  color: #7d7d7d;
  font-size: 14px;
  border: 0;
  border-radius: 6px;
  outline: 0;
  padding-left: 20px;
}

.subscribe-btn {
  height: 44px;
  width: 100%;
  padding: 8px 60px;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 6px;
  border: 0;
  width: 100%;
  transition: 0.2s;
}

.subscribe-btn:hover {
  box-shadow: 0 20px 30px rgba(59, 110, 133, 0.2);
  transform: scale(1.01);
  cursor: pointer;
}

@media only screen and (max-width: 1550px) {
  .blog-intro {
    width: 50%;
  }
}

@media only screen and (max-width: 1310px) {
  .blog-news {
    margin-bottom: 110px;
  }

  .blog-intro {
    width: 80%;
  }

  .blog-article-grid {
    gap: 40px;
  }

  .blog-search-bar {
    width: 210px;
  }

  .blog-newsletter .blog-newsletter-info {
    padding: 40px 40px 0 40px;
  }

  .blog-newsletter-title p {
    width: 100%;
  }

  .blog-icon-holder {
    width: 30%;
  }

  .blog-subscribe-container {
    width: 60%;
    flex-direction: column;
    padding: 0 40px 0 0;
    gap: 10px;
  }

  .mail-input {
    width: 100%;
  }
}

@media only screen and (max-width: 1025px) {
  .blog-news {
    margin-bottom: 60px;
  }

  .blog-article-grid {
    gap: 20px;
    margin-top: 60px;
  }

  .blog-article-container {
    margin-top: 0;
  }
}

@media only screen and (max-width: 900px) {
  .blog-article-grid {
    margin-top: 0;
    gap: 60px;
  }

  .blog-newsletter {
    margin-top: 110px;
  }

  .blog-newsletter-info {
    align-items: flex-end;
  }

  .blog-icon-holder {
    width: 50%;
  }

  .blog-newsletter-title {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 550px) {
  .blog-hero-container {
    height: fit-content;
  }

  .blog-category-container {
    margin-top: 40px;
  }

  .blog-intro {
    font-size: 16px;
    padding: 16px 0;
    line-height: 25px;
  }

  .blog-news {
    margin-bottom: 40px;
  }

  .blog-newsletter-details {
    flex-direction: column-reverse;
  }

  .blog-newsletter-info {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 0;
  }

  .blog-icon-holder {
    width: 50%;
  }

  .blog-newsletter-title h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }

  .blog-newsletter-title p {
    width: 100%;
    text-align: center;
  }

  .blog-subscribe-container {
    padding: 0;
    flex-direction: column;
    gap: 10px;
    width: 90%;
    margin-top: 40px;
  }

  .mail-input {
    width: 100%;
  }

  .blog-category-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }

  .blog-category {
    padding: 16px 6px;
    font-size: 16px;
  }

  .blog-category img {
    margin: 6px;
  }
}

@media only screen and (max-width: 500px) {
  .blog-intro {
    width: 90%;
    text-align: justify;
  }

  .blog-headline h2 {
    font-size: 26px;
  }

  .blog-search-bar {
    width: 160px;
  }

  .blog-article-grid {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    margin-top: 20px;
    margin-bottom: 10px;
    gap: 0;
  }

  .blog-article-container {
    margin-top: 0;
  }

  .blog-article-container h3 {
    font-size: 20px;
  }

  .blog-article-container p {
    font-size: 16px;
  }

  .blog-newsletter {
    margin-top: 0;
  }
}

.article-title-container {
  margin-top: 60px;
}

.article-title-container h1 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.article-title-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.article-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  background-color: transparent;
  transition: 0.2s;
}

.article-btn:hover {
  cursor: pointer;
  background-color: #e8cced;
  padding: 4px;
  border-radius: 4px;
  color: #ef5e50;
}

.article-tag {
  width: 20%;
}

.article-date {
  width: 14%;
}

.article-details p,
.article-details {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #7d7d7d;
}

.article-details {
  color: #ef5e50;
}

.article-divider {
  background-color: #d4e0e7;
  height: 3px;
  border-radius: 6px;
  width: 100%;
  margin: 30px 0;
}

.article-image-holder {
  width: 100%;
  height: 456px;
  background-color: #f5f2f2;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 6px;
}

.article-image-holder img {
  width: 100%;
}

.article-title-container p {
  font-size: 16px;
  font-weight: 400;
  color: #7d7d7d;
}

.article-paragraph {
  margin-top: 40px;
}

.article-paragraph h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #1e1e1e;
}

.article-paragraph p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #7d7d7d;
  margin-top: 12px;
  line-height: 30px;
}

.article-paragraph b {
  color: #1e1e1e;
  font-weight: 600;
}

.article-image-paragraph {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
}

.article-image-paragraph .article-paragraph {
  margin-top: 0;
}

.article-left-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-paragraph-image {
  width: 760px;
  height: 380px;
  border-radius: 6px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.article-paragraph-image img {
  width: 100%;
}

.article-paragraph a {
  color: #eb1380;
  font-weight: 600;
  text-transform: uppercase;
}

.article-blog {
  margin-top: 60px;
}

@media only screen and (max-width: 1090px) {
  .article-image-holder {
    height: 100%;
  }

  .article-image-paragraph {
    flex-direction: column;
    gap: 40px;
  }

  .article-left-info {
    flex-direction: row;
    width: 100%;
  }

  .article-paragraph-image {
    width: 100%;
    height: 100%;
  }

  .article-title-container h1 {
    font-size: 32px;
  }

  .article-paragraph h3 {
    font-size: 24px;
  }

  .social-media-btn {
    margin-bottom: 60px;
  }

  .article-blog {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 540px) {
  .article-title-container h1 {
    font-size: 20px;
  }

  .article-left-info {
    flex-direction: column;
  }

  .blog-newsletter-title {
    padding-bottom: 10px;
  }

  .article-title-container {
    margin-top: 20px;
  }
}

/* Extra Code */
.sales-header-bg {
  background-image: url(../assets/sales-images/hero-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sales-cta-bg .page-content-btn {
  background-color: #d31173;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 16px;
  margin: 0;
  margin-top: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}

.sales-third-btn {
  background-color: #d31173;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 16px 30px;
  margin: 0;
  margin-top: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  width: fit-content;
}

.sales-link-btn {
  text-decoration: none;
}

.sales-hero-section .page-content-btn:hover {
  box-shadow: 0 20px 30px rgba(176, 0, 32, 0.2);
  transform: scale(1.05);
}

.sales-page-headline {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 60px;
}

.sales-second-container .second-btn {
  margin: 0 auto;
  margin-top: 110px;
  background-color: #1e1e1e;
  color: #fff;
}

.sales-sixth-headline {
  width: 50%;
  margin: 0 auto;
}

.sales-sixth-headline h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.sales-sixth-headline p {
  font-size: 16px;
  color: #1e1e1e;
}

.sales-sixth-headline span {
  font-size: 32px;
  font-weight: 600;
  color: #ef5e50;
}

.sales-sixth-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.sales-sixth-container .slider-div-content {
  width: 40%;
}

.sales-sixth-container .sixth-img-div {
  width: 45%;
}

.sales-sixth-container .sixth-img-div img {
  width: 100%;
}

.sales-sixth-container .slider-headline h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.sales-sixth-container .slider-headline p {
  font-size: 16px;
  line-height: 30px;
  color: #1e1e1e;
}

.sales-cta-bg {
  background-image: url(../assets/sales-images/cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sales-cta-bg .cta-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 60px;
  padding: 20px 0;
}

.sales-cta-bg .cta-left-info {
  width: 45%;
}

.sales-cta-bg .cta-image-container {
  width: 30%;
}

.sales-cta-bg .cta-image-container img {
  width: 100%;
}

.sales-cta-bg .cta-left-info h2 {
  font-size: 32px;
  color: #1e1e1e;
  font-weight: 600;
  margin: 0;
}

.sales-cta-bg .cta-left-info p {
  font-weight: 400;
}

.sales-cta-bg .cta-btn {
  margin: 0;
  margin-top: 60px;
  color: #fff;
}

@media only screen and (max-width: 1282px) {
  .sales-hero-section .hero-section {
    flex-direction: row;
    padding-bottom: 40px;
  }

  .sales-page-headline {
    margin-bottom: 0;
  }

  .sales-hero-section .hero-content {
    width: 90%;
  }

  .sales-hero-section .under-line {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1100px) {
  .sales-hero-section {
    flex-direction: column;
    padding: 0;
  }

  .sales-hero-section .hero-content {
    width: 90%;
    margin-top: 40px;
  }

  .sales-hero-section .hero-headline {
    text-align: center;
    font-size: 28px;
  }

  .sales-hero-section .under-line {
    font-size: 44px;
  }

  .sales-hero-section .hero-content p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }

  .sales-hero-section .page-content-btn {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .sales-hero-section .hero-img {
    width: 90%;
    margin-top: 110px;
  }

  .sales-third-headline {
    width: 60%;
  }

  .sales-sixth-container .slider-div-content {
    width: 60%;
  }

  .sales-cta-bg .cta-left-info {
    width: 50%;
  }

  .sales-cta-bg .cta-btn {
    margin: 0;
    margin-top: 60px;
  }

  .sales-sixth-container .slider-headline p {
    text-align: left;
  }
}

@media only screen and (max-width: 900px) {
  .sales-hero-section {
    flex-direction: column;
    padding: 0;
    padding-top: 60px;
  }

  .sales-hero-section .hero-content {
    width: 90%;
  }

  .sales-hero-section .hero-headline {
    text-align: center;
    font-size: 28px;
  }

  .sales-hero-section .under-line {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .sales-hero-section .hero-content p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .sales-page-headline {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .sales-hero-section .hero-img {
    width: 90%;
    margin-top: 110px;
  }

  .sales-hero-section .hero-img img {
    width: 100%;
    text-align: center;
  }

  .sales-sixth-container {
    flex-direction: column;
  }

  .sales-sixth-container .sixth-img-div {
    width: 100%;
  }

  .sales-sixth-headline {
    width: 90%;
    text-align: center;
  }

  .sales-sixth-container .sixth-img-div img {
    width: 100%;
  }

  .sales-sixth-container .slider-div-content {
    width: 90%;
    margin-top: 60px;
  }

  .sales-sixth-container .slider-headline {
    text-align: center;
  }

  .sales-third-btn {
    display: block;
  }

  .sales-cta-bg {
    margin-top: -110px;
  }

  .sales-cta-bg .cta-container {
    flex-direction: column;
    padding-top: 210px;
    margin-top: 0;
  }

  .sales-cta-bg .cta-left-info {
    width: 90%;
    text-align: center;
  }

  .sales-cta-bg .cta-image-container {
    width: 90%;
    margin-top: 40px;
  }

  .sales-cta-bg .cta-btn {
    margin: 0 auto;
    margin-top: 60px;
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .sales-header-bg {
    background-image: url(assests/images/hero-mobile-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sales-hero-section {
    flex-direction: column;
    padding: 0;
    padding-top: 20px;
  }

  .sales-hero-section .hero-content {
    width: 100%;
  }

  .sales-hero-section .hero-headline {
    text-align: center;
    font-size: 20px;
  }

  .sales-hero-section .under-line {
    font-size: 48px;
  }

  .sales-hero-section .hero-content p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

  .sales-hero-section .page-content-btn {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 20px 0;
  }

  .sales-third-btn {
    width: 100%;
    padding: 20px 0;
  }

  .sales-hero-section .hero-img {
    width: 90%;
    margin-top: 110px;
  }

  .sales-hero-section .hero-img img {
    width: 100%;
    text-align: center;
  }

  .sales-page-headline {
    margin-bottom: 6px;
  }

  .sales-page-headline h2 {
    font-size: 26px;
    margin-top: 40px;
  }

  .sales-page-headline p {
    width: 90%;
    font-size: 16px;
  }

  .ales-sixth-container .slider-headline h3 {
    font-size: 28px;
  }

  .sales-sixth-headline span {
    font-size: 40px;
  }

  .sales-cta-bg {
    background-image: url(../assests/sales-images/cta-mobile-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fdd0d8;
    margin-top: 60px;
  }

  .sales-cta-bg .cta-container {
    flex-direction: column;
    margin-top: 10px;
    padding-top: 40px;
  }

  .sales-cta-bg .cta-left-info {
    width: 90%;
    text-align: center;
  }

  .sales-cta-bg.cta-left-info h2 {
    font-size: 28px;
  }

  .sales-cta-bg .cta-btn {
    margin: 0 auto;
    margin-top: 60px;
  }
}

.operation-page-content-btn {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 20px 60px;
  margin: 0;
  margin-top: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
  width: fit-content;
}

.operation-page-content-btn:hover {
  box-shadow: 0 20px 30px rgba(30, 30, 30, 0.2);
  transform: scale(1.05);
}

.sales-link-btn {
  text-decoration: none;
}

.operation-hero-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-top: 60px;
  margin-bottom: 110px;
}

.operation-hero-section .hero-content {
  width: 45%;
}

.operation-hero-section .hero-headline {
  font-size: 44px;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.operation-hero-section .h1-headline {
  color: #eb1380;
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

.operation-hero-section .hero-content p {
  font-size: 16px;
  color: #8f8f8f;
  text-align: left;
}

.operation-hero-section .website-video video {
  border-radius: 6px;
}

.operation-second-bg {
  margin-bottom: 110px;
}

.operation-second-container .second-headline h2 {
  font-size: 32px;
  color: #1e1e1e;
  text-align: center;
}

.operation-second-container .points-div p {
  font-size: 16px;
}

.operation-second-container .info-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 60px 0;
  gap: 40px;
}

.operation-second-container .points-div {
  width: 30%;
  margin: 0 auto;
  text-align: center;
  color: #1e1e1e;
}

.operation-second-container .icon-bg {
  background-color: #1e1e1e;
  color: #e7eff3;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.operation-second-container .icon-bg img {
  width: 50%;
  color: #e7eff3;
}

.operation-second-container .white-btn {
  background-color: #1e1e1e;
  color: #fff;
  display: block;
  border-radius: 6px;
  border: 0;
  padding: 20px 60px;
  margin: 0 auto;
  font-size: 20px;
  width: fit-content;
}

.operation-page-headline h2 {
  font-size: 32px;
  text-align: center;
}

.operation-fifth-container .fifth-headline-div {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 60px;
}

.operation-fifth-container .fifth-headline-div h2 {
  font-size: 32px;
  color: #1e1e1e;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.operation-fifth-container .fifth-headline-div p {
  font-size: 16px;
}

.operation-fifth-container .trust-span {
  text-transform: uppercase;
  font-weight: 600;
  color: #ef5e50;
}

.operation-fifth-container .fifth-info-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
  align-items: flex-start;
}

.operation-fifth-container .fifth-points {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.operation-fifth-container .fifth-info {
  margin-top: 40px;
}

.operation-fifth-container .fifth-info h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.operation-fifth-container .fifth-info p {
  font-size: 16px;
  color: #6b6a6a;
  font-weight: 400;
  margin: 0;
}

.operation-fifth-container .fifth-img-div {
  width: 30%;
}

.operation-fifth-container .fifth-img-div img {
  text-align: center;
  width: 100%;
}

.operation-cta-container {
  margin-top: 60px;
  background-color: #ffd578;
  background-image: url(../assets/images/partner_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.operation-cta-container .cta-content-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px 0;
}

.operation-cta-container .cta-content-div .cta-left-info {
  width: 45%;
}

.operation-cta-container .cta-image {
  width: 30%;
}

.operation-cta-container .cta-image img {
  width: 100%;
}

.operation-cta-container .cta-left-info h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.operation-cta-container .cta-content p {
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
}

@media only screen and (max-width: 1282px) {
  .operation-hero-section {
    flex-direction: row;
    align-items: center;
  }

  .operation-hero-section .hero-content {
    width: 90%;
  }

  .operation-hero-section .website-video {
    margin-top: 60px;
  }

  .operation-center-btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .operation-hero-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .operation-hero-section .hero-content {
    width: 80%;
  }

  .operation-hero-section .hero-headline,
  .operation-hero-section .h1-headline,
  .operation-hero-section .hero-content p {
    text-align: center;
    display: block;
  }

  .operation-page-content-btn {
    margin: 0 auto;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1090px) {
  .operation-fifth-container .fifth-points {
    width: 90%;
  }

  .cta-left-info .operation-page-content-btn {
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .operation-hero-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .operation-hero-section .hero-content {
    width: 80%;
  }

  .operation-hero-section .hero-content h1,
  .operation-hero-section .hero-content p {
    text-align: center;
  }

  .button-link {
    width: 80%;
    margin: 0 auto;
  }

  .operation-page-content-btn {
    margin: 0 auto;
    margin-top: 60px;
    width: 80%;
    display: block;
  }

  .operation-second-container .white-btn {
    width: 60%;
  }

  .operation-hero-section .hero-img {
    width: 90%;
    margin-top: 60px;
  }

  .operation-second-container .info-container {
    flex-direction: column;
  }

  .operation-second-container .points-div {
    width: 100%;
  }

  .operation-fourth-container .fourth-point-container {
    flex-direction: column;
  }

  .operation-page-headline {
    width: 100%;
  }

  .operation-page-headline h3 {
    font-size: 34px;
  }

  .operation-fifth-container .fifth-info-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .operation-fifth-container .fifth-img-div img {
    width: 100%;
  }

  .operation-fifth-container .fifth-headline-div {
    margin-bottom: 0;
  }

  .operation-fifth-container .fifth-points {
    width: 70vw;
  }

  .operation-fifth-container .fifth-info h3,
  .operation-fifth-container .fifth-info p {
    text-align: center;
  }

  .operation-fifth-container .fifth-img-div {
    width: 70vw;
  }

  .sales-link-btn {
    margin: 0 auto;
  }

  .operation-cta-container {
    margin-top: 12px;
  }

  .operation-cta-container .cta-left-btn {
    margin: 0;
  }

  .operation-cta-container .cta-content-div {
    flex-direction: column;
  }

  .operation-cta-container .cta-image {
    width: 70%;
  }

  .operation-cta-container .cta-content-div .cta-left-info {
    width: 90%;
    margin-top: 40px;
  }

  .operation-cta-container .cta-content-div .cta-left-info h2,
  .operation-cta-container .cta-content-div .cta-left-info p {
    text-align: center;
  }

  .operation-cta-container .cta-left-btn {
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .operation-hero-section {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .operation-hero-section .hero-container {
    margin-top: 40px;
  }

  .operation-hero-section .hero-content {
    width: 100%;
  }

  .operation-hero-section .hero-content p {
    font-size: 16px;
  }

  .operation-hero-section .hero-img {
    margin-top: 40px;
  }

  .operation-hero-section .website-video video {
    max-width: 100%;
    height: auto;
  }

  .operation-page-content-btn {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .operation-second-container .white-btn {
    width: 100%;
  }

  .operation-page-headline {
    margin-top: 60px;
  }

  .operation-page-headline h2 {
    font-size: 30px;
  }

  .operation-hero-section .hero-headline {
    font-size: 24px;
  }

  .operation-hero-section .h1-headline {
    font-size: 44px;
    text-align: center;
  }

  .operation-second-container .second-headline {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .operation-second-container .second-headline h2 {
    font-size: 24px;
  }

  .operation-second-container .points-div p {
    font-size: 16px;
  }

  .operation-second-container .info-container {
    padding-top: 30px;
  }

  .operation-fourth-container .fourth-point-container {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
  }

  .operation-fourth-container .fourth-info-div h3 {
    font-size: 20px;
  }

  .operation-fourth-container .fourth-info-div p {
    font-size: 16px;
  }

  .operation-fourth-container .operation-center-btn {
    margin-top: 0;
  }

  .operation-fifth-container .fifth-info-container {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .operation-fifth-container .fifth-headline-div {
    margin-top: 60px;
  }

  .operation-fifth-container .fifth-info h3 {
    font-size: 20px;
  }

  .operation-fifth-container .fifth-headline-div h2 {
    font-size: 24px;
  }

  .operation-fifth-container .fifth-headline-div p {
    font-size: 16px;
    color: #6b6a6a;
  }

  .operation-fifth-container .fifth-points {
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }

  .operation-fifth-container .fifth-info {
    margin: 0;
    text-align: center;
    margin-bottom: 60px;
  }

  .operation-fifth-container .fifth-img-div {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .operation-fifth-container .fifth-img-div img {
    width: 100%;
  }

  .operation-fifth-container .fifth-btn {
    margin: 0 auto;
    margin-top: 20px;
  }

  .operation-cta-container .cta-content-div .cta-left-info {
    width: 100%;
  }

  .operation-cta-container .cta-left-info h2 {
    font-size: 30px;
  }

  .operation-cta-container .cta-content-div .cta-left-info h2,
  .operation-cta-container .cta-left-info p {
    text-align: center;
  }

  .operation-cta-container .cta-left-btn {
    margin: 0 auto;
    margin-top: 60px;
    padding: 20px 12px;
  }

  .operation-cta-container .cta-image {
    width: 100%;
    margin-top: 60px;
  }
}

/* Estimation Bot */
.inventory-fourth-section {
  margin-top: 110px;
}

.inventory-fourth-section .fourth-content h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.inventory-fourth-section .fourth-content span {
  color: #eb1380;
  display: inline-block;
}

.inventory-fourth-section .fourth-content p {
  font-size: 16px;
  color: #8f8f8f;
  text-align: center;
}

.inventory-fourth-section .fourth-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.inventory-fourth-section .campaign-btn {
  background-color: #eb1380;
  border: 0;
  box-shadow: 0 0 27px rgba(30, 30, 30, 0.1);
  padding: 22px 40px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
}

.fourth-info-container .fourth-btn {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 20px 60px;
  margin: 0;
  margin-top: 60px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.2s;
  width: fit-content;
}

.inventory-fourth-section .white-btn {
  background-color: #fff;
  color: #1e1e1e;
}

.inventory-fourth-section .campaign-btn:hover {
  box-shadow: 0 20px 30px rgba(30, 30, 30, 0.1);
  transform: scale(1.01);
}

.inventory-fourth-section .fourth-div-02:hover {
  box-shadow: 0 20px 30px rgba(30, 30, 30, 0.2);
  transform: scale(1.05);
}

.inventory-fourth-section .fourth-info-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 40px;
}

.inventory-fourth-section .fourth-text {
  width: 40%;
}

.inventory-fourth-section .fourth-text p {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  margin-bottom: 30px;
}

.inventory-fourth-section .fourth-btn {
  margin: 0;
}

.inventory-fourth-section .fourth-img {
  width: 30%;
  text-align: center;
}

.inventory-fourth-section .fourth-img img {
  width: 100%;
}

.inventory-cta-bg {
  background-image: url(../assets/inventory-images/cta-bg.webp);
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fef0d0;
}

.inventory-cta-bg .cta-container {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
  padding-top: 40px;
  margin-top: 110px;
}

.inventory-cta-bg .cta-info-left {
  width: 45%;
}

.inventory-cta-bg .inventory-cta-image {
  width: 30%;
}

.inventory-cta-bg .inventory-cta-image img {
  width: 100%;
}

.inventory-cta-bg .cta-container h2 {
  font-size: 42px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 0;
  margin: 0;
}

.inventory-cta-bg .cta-container p {
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 60px;
}

.inventory-cta-bg .cta-btn {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  border: 0;
  margin: 60px 0;
  padding: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

@media only screen and (max-width: 1250px) {
  .container {
    width: 90%;
  }

  .inventory-hero-section .hero-section {
    flex-direction: column;
  }

  .inventory-hero-section .hero-content {
    width: 90%;
  }

  .inventory-hero-section .hero-content h1,
  .inventory-hero-section .hero-content p {
    text-align: left;
  }

  .inventory-cta-bg .cta-container {
    align-items: center;
    margin-top: 110px;
  }

  .inventory-fourth-section .fourth-info-container {
    align-items: center;
  }
}

@media only screen and (max-width: 1100px) {
  .nav-right ul li a {
    display: none;
  }

  .inventory-hero-section {
    flex-direction: column;
  }

  .inventory-hero-section .website-video video {
    display: block;
    margin: 0 auto;
  }

  .inventory-hero-section .hero-content h1,
  .inventory-hero-section .hero-content p {
    text-align: center;
  }

  .inventory-hero-section .hero-left-content h3 {
    font-size: 48px;
    line-height: 50px;
  }

  .inventory-hero-section .hero-div-01 {
    width: 30%;
  }

  .inventory-third-bg-container .third-headline {
    width: 60%;
    margin: 0 auto;
  }

  .third-container-01 {
    flex-direction: row-reverse;
  }

  .inventory-cta-bg .cta-container {
    width: 90%;
  }
}

@media only screen and (max-width: 900px) {
  .inventory-hero-section .hero-section {
    flex-direction: column;
  }

  .inventory-hero-section .hero-content {
    width: 100%;
  }

  .inventory-hero-section .hero-content span {
    font-size: 28px;
  }

  .inventory-hero-section .hero-content h3 {
    font-size: 28px;
  }

  .inventory-hero-section .hero-div {
    margin-top: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .inventory-hero-section .hero-div-01 {
    width: 100%;
    padding: 40px;
  }

  .inventory-hero-section .hero-div-01 p {
    font-size: 16px;
  }

  .inventory-hero-section .hero-div-02 p {
    font-size: 16px;
  }

  .inventory-hero-section .hero-div-02 {
    width: 100%;
    padding: 60px;
  }

  .inventory-hero-section .page-content-btn {
    width: 80%;
    margin: 0 auto;
  }

  .inventory-second-section .second-div-img {
    width: 80%;
    text-align: center;
  }

  .inventory-second-section .second-container {
    flex-direction: column;
    padding-top: 60px;
  }

  .inventory-second-section .second-text-info {
    width: 90%;
  }

  .inventory-second-section .second-div-img img {
    width: 80%;
  }

  .inventory-second-section .second-text-info p {
    font-size: 16px;
  }

  .inventory-second-section .second-text-info h2 {
    text-align: center;
    font-size: 26px;
  }

  .inventory-third-bg-container .third-headline {
    width: 90%;
    padding-top: 60px;
  }

  .inventory-fourth-section .fourth-div p {
    font-size: 16px;
  }

  .inventory-fourth-section .fourth-info-container {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .inventory-fourth-section .fourth-content h3,
  .third-text-container-01 h3 {
    font-size: 24px;
  }

  .inventory-fourth-section .fourth-content span {
    font-size: 32px;
  }

  .inventory-fourth-section .fourth-text p {
    margin: 40px 0;
  }

  .inventory-fourth-section .fourth-div-02 p {
    font-size: 20px;
  }

  .inventory-fourth-section .fourth-text {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }

  .inventory-fourth-section .fourth-btn {
    margin: 0 auto;
  }

  .inventory-fourth-section .fourth-img {
    width: 100%;
    margin-top: 60px;
  }

  .inventory-cta-bg .cta-container {
    width: 90%;
    flex-direction: column;
    margin-top: 40px;
  }

  .inventory-cta-bg .cta-info-left {
    width: 90%;
    text-align: center;
  }

  .inventory-cta-bg .cta-container h2 {
    font-size: 28px;
  }

  .inventory-cta-bg .cta-btn {
    margin: 0 auto;
  }

  .inventory-cta-bg .cta-container p {
    margin-top: 20px;
  }

  .inventory-cta-bg .inventory-cta-image {
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .login-btn {
    display: none;
  }

  .signup-btn {
    display: none;
  }

  .inventory-hero-section .hero-section {
    padding: 30px 0;
    flex-direction: column;
  }

  .inventory-hero-section .hero-content h1 {
    font-size: 24px;
  }

  .inventory-hero-section .hero-content h1 span {
    font-size: 24px;
  }

  .inventory-hero-section .hero-div-01 {
    padding: 40px 16px;
    height: auto;
  }

  .inventory-hero-section .hero-div-02 {
    padding: 40px;
  }

  .inventory-hero-section .hero-section-bg .page-content-btn {
    width: 80%;
  }

  .inventory-hero-section .page-content-btn {
    width: 90%;
  }

  .inventory-second-section .second-div-img {
    width: 90%;
  }

  .inventory-second-section .second-text-info h3 {
    text-align: center;
  }

  .inventory-second-section .second-div-img img {
    text-align: center;
  }

  .inventory-third-bg-container .third-headline {
    width: 90%;
  }

  .inventory-third-bg-container .third-headline h2 {
    font-size: 26px;
  }

  .inventory-third-bg-container .third-text-container {
    width: 90%;
  }

  .inventory-third-bg-container .third-text-container h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 12px;
  }

  .inventory-fourth-section {
    width: 90%;
    margin-top: 60px;
  }

  .inventory-fourth-section .fourth-content h2,
  .inventory-fourth-section .fourth-content span {
    font-size: 26px;
  }

  .inventory-fourth-section .fourth-div {
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
  }

  .inventory-fourth-section .campaign-btn {
    width: 100%;
    align-items: center;
  }

  .inventory-fourth-section .fourth-div-02 {
    width: 100%;
  }

  .inventory-fourth-section .fourth-text {
    width: 90%;
  }

  .inventory-fourth-section .fourth-img {
    width: 90%;
  }

  .inventory-fourth-section .fourth-btn {
    padding: 20px 12px;
  }

  .inventory-cta-bg .cta-bg {
    background-image: url(../assets/inventory-images/mobile-cta-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .inventory-cta-bg .cta-container {
    width: 90%;
  }

  .inventory-cta-bg .cta-container p {
    font-size: 16px;
  }

  .inventory-cta-bg .cta-btn {
    padding: 20px 12px;
  }
}

/* FAQs Section 
.faq-container {
  margin-top: 110px;
}

.question-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.faq-holder {
  display: flex;
  flex-direction: column;
}

.question {
  background-color: #f2f2f0;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
}

.question h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.question img {
  width: 14px;
  height: 14px;
}

.answer {
  margin-bottom: 20px;
}

.answer p {
  font-family: var(--font-family-secondary);
  font-size: 14px;
  font-weight: 300;
  color: #6b6a6a;
  display: none;
}

.faq-holder .close-icon {
  display: none;
}
*/

@media only screen and (max-width: 900px) {
  .question-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .marketing-fourth-container .fourth-btn {
    width: 100%;
  }
}