@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Nunito Sans", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --white: #fff;
  --black: #000;
  --blue: #52549e;
  --bgBlue: #002b54;
  --orange: #f2843a;
  --font: sans-serif;
}

body {
  /* padding-top: 105px; */
  background-color: #fff;
  color: black;
  transition: background-color 0.5s;
}
.section {
  height: 100svh;
}
.home-carousel {
  display: flex;
  justify-content: center;
  padding-top: 105px;
}

.home-weOffer {
  height: fit-content;
}
.container-xd {
  padding: 70px 20px 35px 20px;
}
.of-topbox {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.of-title > h1 {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 2rem;
}
.of-title > p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.home-indus {
  background: #f4f4f4a8;
  height: fit-content;
}
