@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-stretch: normal;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

main {
  margin-top: 60px;
}

:root {
  --gradient-1: linear-gradient(#fff 45%, #7fd5ff 0%, #33a2ff 66.66% 50%);

  /* colors */
  --white: #ffffff;
  --white-shade-1: #ffffffda;

  --color-shade-1: #0e1866;
  --color-shade-2: #121212;
  --color-shade-3: #33a2ff;
  --color-shade-4: #cce8ff;
  --color-shade-5: #f2f2f2;

  /* font-sizes */
  --fs-1: 48px;
  --fs-2: 36px;
  --fs-3: 32px;
  --fs-4: 24px;
  --fs-5: 20px;
  --fs-6: 14px;
  --fs-7: 12px;

  /*dynamic fonts*/
  --fsd: 4vw;

  /* font-weight */
  --fw-1: 600;
  --fw-2: 400;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-500 {
  font-weight: var(--fw-2);
}

.text-description {
  line-height: 24px;
}

.text-blue {
  color: var(--color-shade-1);
}

.text-sky-blue {
  color: var(--color-shade-3);
}

.text-gray {
  color: var(--color-shade-1);
}

.company-logo {
  width: 127px;
}

.section-heading {
  max-width: 650px;
  width: 90%;
  margin: 3rem auto;
}

.primary-button {
  display: block;
  outline: none;
  background-color: var(--white);
  color: var(--color-shade-3);
  border-radius: 4px;
  border: 1px solid var(--color-shade-3);
  padding: 10px 36px;
  transition: all 0.5s;
  margin: auto;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

.primary-button::before {
  content: url("./assets/illustrations/CaretCircleRight.svg");
  position: absolute;
  right: 28px;
  top: 12px;
}

.primary-button:hover {
  background-color: var(--white-shade-1);
  border: 1px solid var(--white);
}
.primary-button img {
  width: 1rem;
  margin-bottom: -3px;
}

.secondary-button {
  display: block;
  outline: none;
  background-color: var(--color-shade-3);
  border: none;
  color: var(--white);
  border-radius: 4px;
  position: relative;
}

.secondary-button::before {
  content: url("./assets/illustrations/CaretCircleRightWhite.svg");
  position: absolute;
  right: 18px;
  bottom: 4px;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  width: 90%;
}

.section-col {
  width: 100%;
}

.tab-content-layout {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.tab-content-layout img {
  margin-bottom: 1rem;
}

.navbar div:first-child {
  margin-bottom: -1rem;
}

.navbar-nav .nav-item .nav-link {
  color: var(--color-shade-1) !important;
  padding-bottom: 24px;
  font-size: 14px;
}

.navbar-nav .nav-item .nav-link.nav-link-withIcon {
  display: flex;
  width: 80px;
}

.navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid var(--color-shade-3);
  color: var(--color-shade-3) !important;
  font-weight: 600;
}

.navbar-nav .nav-item .nav-icon {
  width: 20px;
  height: 20px;
}

.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.header-container {
  max-width: 1200px;
}

.footer-banner {
  background: linear-gradient(94.55deg, #33a2ff 0%, #0e1866 100%);
}

.footer-container {
  color: var(--white);
  display: flex;
  flex-direction: column;
}

.footer-container .company-logo {
  margin: auto;
}

.footer-container .quick-links {
  display: flex;
  flex-direction: column;
}

.footer-container .quick-links .social-links {
  width: 30%;
  display: flex;
  margin: auto;
  justify-content: space-around;
  margin-top: 1rem;
}

.footer-container .company-desc {
  display: flex;
  flex-direction: column;
}

.footer-container .company-desc .iso-certificate {
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.footer-container .social-links img {
  width: 24px;
}

.footer-container .quick-links,
.social-links,
.company-desc,
address {
  text-align: center;
}

.footer-container a {
  display: block;
  color: var(--white);
  text-decoration: none;
}

.footer-container a:hover {
  color: var(--white);
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 800px) {
  .company-logo {
    width: 198px;
  }
  .section-col {
    width: 50%;
  }

  .section-col + .section-col {
    margin-left: 5em;
  }

  .footer-container {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    direction: rtl;
    align-items: start;
  }

  .footer-container .quick-links .social-links {
    width: 60%;
    justify-content: space-between;
  }

  .footer-container,
  .social-links,
  .company-desc,
  address {
    text-align: end;
  }
}

.cvt-domain {
  border: unset !important;
  border-radius: 10px !important;
  padding: 8px;
}

.cvt-domain .image-container {
  background-color: #edf7ff;
  position: relative;
  background-image: url("./assets/illustrations/domainBanner.png");
  background-repeat: no-repeat;
  background-position: right;
  height: 170px;
  border-radius: 8px;
}

.cvt-domain .image-container:hover .hidden-card-text {
  display: block;
  background-color: rgb(237, 247, 255, 0.8);
  padding: 0.5rem;
  text-align: start;
  font-size: 12px;
  color: #121212;
  display: block;
  border-radius: 10px;
}

.cvt-domain .image-container img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
}

.cvt-domain .card-body {
  padding: 1rem 0;
}

.cvt-domain .card-text {
  font-weight: 500;
  font-size: 14px;
  height: 50px;
  text-align: start;
}

.hidden-card-text {
  display: none;
  position: absolute;
  inset: 0;
}

#buisness-tech .slick-slide {
  margin: 0 10px;
}
/* the parent */
#buisness-tech .slick-list {
  margin: 0 -10px;
}

#pills-tech .slick-slide {
  margin: 0 10px;
}
/* the parent */
#pills-tech .slick-list {
  margin: 0 -10px;
}

#buisness-tech .slick-next.slick-arrow,
#pills-tech .slick-next.slick-arrow {
  position: absolute;
  top: -70px;
  right: 20px;
}

.domains-tabs {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap !important;
  overflow: auto;
  padding: 1rem 0;
}

.domains-tabs .nav-link {
  background-color: unset !important;
  color: var(--color-shade-1) !important;
  text-align: start !important;
  position: relative;
}

.domains-tabs .nav-link.active {
  color: var(--color-shade-3) !important;
}

.domains-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 5px solid var(--color-shade-3);
  margin-left: 1rem;
  width: 80px;
}

.slick-next:before {
  font-size: 50px !important;
  color: var(--color-shade-3) !important;
}

.slick-prev:before {
  display: none;
}

.project-logos .slick-track {
  display: flex;
  align-items: center;
}

@media (min-width: 800px) and (max-width: 1023px) {
  .text-4vw {
    font-size: 6vw;
  }
}

@media (min-width: 1024px) {
  .text-4vw {
    font-size: 64px;
  }
  .footer-container .company-logo {
    margin-left: 0;
    width: 50%;
  }

  .section-heading h1 {
    font-size: 64px;
  }

  .tab-content-layout {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .cvt-domain .card-text {
    height: 30px;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item .active {
    border-left: 3px solid var(--color-shade-3);
    border-bottom: none !important;
    padding-left: 1rem;
  }

  .navbar-nav .nav-item .nav-link {
    padding-bottom: 6px;
    margin-bottom: 24px;
  }

  .cvt-domain .image-container:hover .hidden-card-text {
    font-size: 10px;
  }
}

.cvt-services {
  text-align: center;
  background: #f6f6f6;
}

.cvt-services .cvt-services-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 1rem 0;
}

.cvt-services .nav-link {
  color: var(--color-shade-1);
  width: max-content;
}

.cvt-services .nav-link.active {
  border-radius: 24.5px;
  background-color: var(--color-shade-3) !important;
}

.contact-us {
  padding: 8px 44px 8px 30px;
}

.fs-7 {
  font-size: 14px !important;
}

.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.get-in-touch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.get-in-touch-button {
  padding: 10px 50px 10px 28px;
}

.table-container {
  overflow-x: auto; /* Makes the table scrollable on smaller screens */
  margin: 20px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f4f4f4;
  font-weight: bold;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
@media (max-width: 600px) {
  th,
  td {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}

@media only screen and (min-width: 768px) {
  .get-in-touch-content {
    position: relative;
  }
  .get-in-touch {
    flex-direction: row;
    align-items: center;
  }

  .get-in-touch-content::before {
    content: url("../assets/banners/blocks.png");
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.125;
  }
}
