body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
}

@font-face {
  font-family: "Rubik", sans-serif;
}

/* common */
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: center;
}

.gap-8 {
  gap: 8px;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.m-0 {
  margin: 0;
}

.fs-24 {
  font-size: 24px;
}

.fs-56 {
  font-size: 56px;
}

.fs-16 {
  font-size: 16px;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.text-decoration-none {
  text-decoration: none;
}

.btn-primary {
  color: white;
  background-color: #00adef;
  padding: 12px 32px;
  border-radius: 50px;
  border: 1px solid #00adef;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
}

.btn-primary:hover {
  color: #00adef;
  background-color: white;
  border: 1px solid #00adef;
}

.btn-secondary {
  font-weight: 500;
  font-size: 16px;
  color: #00adef;
  background-color: white;
  padding: 12px 32px;
  border-radius: 50px;
  border: 1px solid #00adef;
  cursor: pointer;
  width: fit-content;
}

.btn-secondary:hover {
  color: white;
  background-color: #00adef;
  border: 1px solid #00adef;
}

.text-blue {
  color: #00adef;
}

.text-black {
  color: black;
}

.text-grey {
  color: #72858c;
}

.line {
  width: 1px;
  background-color: #00000026;
}

input:focus-visible {
  outline: 1px solid #00adef;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

/* header */

.header-main {
  padding: 24px 130px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #72858c1a;
  box-shadow: 0px 16px 16px 0px #00000005;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.header-logo img{
  width: 90px;
}
.header-logo  p{
  font-size: 28px;
}

.hero-section {
  display: grid;
  padding: 100px 130px;

  grid-template-columns: repeat(2, 50%);
  align-items: center;
}

.hero-section-second-div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.card-section {
  padding: 60px 130px;
  background-color: #f4fafc;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.card-section a{
  text-decoration: none;
  color: #08090A;
}

.card-1 {
  background-color: white;
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 275px;
}
.card-img img{
  width:157px;
  height: 60px;
}

.list-item {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
}

.list-item div {
  font-weight: 400;
}

.slider-space {
  padding: 50px 0;
}

.section-title h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600 !important;
  color: #08090a;
}

.section-title h2 span {
  text-align: center;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600 !important;
  color: #00aaff;
}

.carousel-client {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  overflow: hidden;
  width: 100%;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slide {
  min-width: calc(100% / 4);
  box-sizing: border-box;
  padding: 10px;
}

.slide img {
  width: 100%;
  display: block;
  height: 190px;
  transform: scale(0.7);
  display: flex;
  align-items: center;
}

.slider-container svg {
  cursor: pointer;
}

.contact-form-section {
  padding: 0px 130px;
}

.contact-form {
  background-color: #fff;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  text-align: center;
}

.contact-form h1 {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600 !important;
  color: #08090a;
}

.contact-form h1 span {
  color: #00aaff;
  font-weight: 600 !important;
}

.contact-form form {
  margin-bottom: 20px;
}

.input-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.input-container {
  position: relative;
  width: 100%;
  font-family: "Rubik", sans-serif;
}

.input-container input,
.input-container textarea {
  width: 100%;
  padding: 10px 10px 10px 40px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

.input-container .icon {
  position: absolute;
  top: 38%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #ccc;
}

.textarea-icon {
  top: 13% !important;
}

textarea {
  height: 100px;
}
textarea:focus-visible {
  outline: 1px solid #00adef;
}

.contact-info {
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
  flex-wrap: wrap;
  gap: 5px;
}

.contact-info .info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info .info-item a {
  font-size: 24px;
  color: #72858c;
  font-weight: 500;
  text-decoration: none;
}

.contact-info .info-item img {
  width: 24px;
  margin-bottom: 10px;
}

.contact-form-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  padding: 16px 130px;
  background-color: #08090a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-first-div p {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.footer-first-div p a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.footer-first-div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .line {
    display: none;
  }

  .input-group {
    flex-wrap: wrap;
  }

  .hero-section {
    padding: 30px !important;
    gap: 30px !important;
  }

  .contact-form {
    padding: 30px !important;
  }

  .hero-section-first-div p {
    font-size: 36px !important;
  }

  .get-in-touch-text {
    font-size: 36px !important;
  }

  .contact-info .info-item a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-main {
    padding: 24px 220px;
  }

  .hero-section {
    padding: 100px 220px;
  }

  .card-section {
    padding: 60px 220px;
  }

  .contact-form-section {
    padding: 0px 220px;
  }

  .footer {
    padding: 16px 220px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-main {
    padding: 24px 50px;
  }

  .hero-section {
    padding: 100px 50px;
  }

  .card-section {
    padding: 60px 50px;
  }

  .contact-form-section {
    padding: 0px 50px;
  }

  .footer {
    padding: 16px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main {
    padding: 24px 40px;
  }

  .hero-section {
    padding: 100px 40px;
  }

  .hero-section-first-div p {
    font-size: 42px;
  }

  .card-section {
    padding: 60px 40px;
    justify-content: space-around;
  }

  .contact-form-section {
    padding: 0px 40px;
  }

  .footer {
    padding: 16px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .header-main {
    padding: 24px 30px;
  }

  .hero-section {
    padding: 100px 30px;
    grid-template-columns: repeat(2, 50%);
  }

  .hero-section-first-div p {
    font-size: 42px;
  }

  .card-section {
    padding: 60px 30px;
    justify-content: space-around;
  }

  .contact-form-section {
    padding: 0px 30px;
  }

  .footer {
    padding: 16px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .header-main {
    padding: 24px 30px;
  }

  .hero-section {
    padding: 100px 30px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-section-first-div p {
    font-size: 42px;
  }

  .card-section {
    padding: 60px 30px;
    justify-content: space-around;
  }

  .contact-form-section {
    padding: 0px 30px;
  }

  .footer {
    padding: 16px 30px;
  }

  .input-group {
    flex-wrap: wrap;
  }

  .info-item a svg {
    height: 44px;
  }
}

@media only screen and (max-width: 568px) {
  .contact-form-section {
    padding: 0px;
  }

  .btn-primary {
    padding: 10px 15px;
  }

  .btn-secondary {
    padding: 10px 15px;
  }

}

@media only screen and (max-width: 768px) {
  .slide {
    min-width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
  }
}

@media only screen and (max-width: 568px) {
  .slide {
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 476px) {
  .align-start {
    align-items: flex-start !important;
  }
  .slider-container {
    width: 88%;
  }
  .header-logo p{
    display: none;
  }
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hide {
  display: none;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  flex-direction: column;
}

@media (max-width: 768px) {
  .hide {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .dropdown-menu.show {
    display: flex;
    width: 100% !important;
    gap: 10px;
    padding-top: 8px;
    border-top: 0.7px solid #00aaff96;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 14px;
    padding: 8px 14px;
  }

}
@media screen and (min-width:769px) {
  .show {
    display: flex !important;
  }
  .dropdown-menu.show {
    display: flex;
    width: 100% !important;
    display: none !important;
  }
}