@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: #1d1d1d;
}
:root {
  --primary: #06a2cc;
  --secoundary: #2a2e31;
}
[class*="grid"] {
  display: grid;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
body {
  -webkit-text-size-adjust: 100%;
}
p,
a,
input,
select,
textarea,
button {
  font-size: 1.6rem;
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1240px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
button {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 1rem;
  background: var(--primary);
  border-radius: 5rem;
}
button.empty {
  background: none;
  border: 1px solid var(--primary);
  color: var(--primary);
}
section {
  padding: 8rem 0;
}
/* header section */
header {
  height: 8rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
}
header button {
  border: none !important;
}
header button i {
  display: none;
}
.logo img {
  height: 3.5rem;
}
header .container {
  height: 100%;
  max-width: 100%;
  padding: 0 5rem;
}
header .container,
.links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.menu {
  font-size: 3rem;
  display: none;
}
header button {
  background: #52ba63 !important;
  padding: 0;
  overflow: hidden;
  border: none;
}
header button img {
  height: 5rem;
}
/* header section end */
main {
  position: relative;
  height: 84rem;
  margin-top: 8rem;
}
main .hero {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
main .container {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
main .typo h1 {
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 700;
}
main .typo .flex p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
}
.bar {
  width: 100%;
  background: #d9d9d9;
  border-radius: 5rem;
  height: 0.8rem;
}
.bar span {
  width: 40%;
  background: var(--primary);
  height: 100%;
  display: block;
  border-radius: 5rem;
}
.flex {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  width: 85%;
  margin: 1.5rem 0;
}
.logos {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.logos img {
  height: 7rem;
}
.cer {
  margin-top: 3rem;
}
.cer p {
  font-size: 1.4rem;
}
.title {
  max-width: 60rem;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-bottom: 5rem;
}
.title h2 {
  font-size: 2.5rem;
}
.title p {
  font-size: 1.8rem;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10rem;
  max-width: 90rem;
  width: 100%;
  margin: auto;
}
.cards .card {
  max-width: 20rem;
  width: 100%;
  text-align: center;
}
.card img {
  width: 10rem;
}
.card p {
  font-size: 1.8rem;
}
section.relative {
  position: relative;
}
.overlay1,
.overlay2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}
.overlay1 {
  left: 0;
}
.overlay2 {
  right: 0;
}
section.bg {
  background: linear-gradient(#ffffff, #fffaed);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.card-2 {
  background: #fff5dc;
  padding: 3rem;
  text-align: center;
  border-radius: 2rem;
}
.card-2 p {
  text-transform: capitalize;
  font-size: 1.8rem;
}
.item {
  text-align: center;
  margin: 0 1rem;
}
.item .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  padding: 2rem;
  border: 1px solid #0000000d;
}
.item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider {
  margin-bottom: 3rem !important;
}
.item p {
  font-size: 1.8rem;
  font-weight: 500;
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.card-3 {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 16/9;
}
.card-3 img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.card-3 .tag {
  background: #000000d5;
  border-radius: 5rem;
  padding: 1rem 2rem;
  position: absolute;
  color: white;
  font-size: 1.6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
section .grid-2 {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}
.grid-2 .title {
  text-align: left;
  margin: 0;
}
.grid-2 .title h2 {
  margin-bottom: 1.5rem;
}
.grid-2 .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2rem;
}
.grid-2 .img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.bg-2 {
  background: url(images/row.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-2 h2 {
  font-size: 5rem;
  color: white;
  line-height: 1.3;
  font-weight: 600;
}
.bg-2 p {
  color: white;
}
.bg-2 button {
  background: white;
  margin-top: 2rem;
}
.bg-black {
  background: #2a2e31;
}

.form .typo {
  text-align: center;
  margin-bottom: 3rem;
}
.form .typo h3 {
  font-size: 2.5rem;
}
input {
  background: none;
  padding: 2rem 2rem 1rem;
  width: 100%;
  color: white;
}

.fild {
  background: #3c4044;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.fild label {
  color: #a0a0a0;
  font-size: 1.6rem;
  left: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 500;
}
.fild label span {
  color: var(--primary);
}
.fild input:-webkit-autofill ~ label,
.fild input:focus ~ label,
.fild input:not(:placeholder-shown) ~ label {
  color: white;
  font-size: 1.3rem;
  top: 1rem;
}
.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
textarea {
  background: #3c4044;
  resize: none;
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: white;
}
textarea::placeholder {
  color: #a0a0a0;
}
.fild.email {
  margin-bottom: 0;
}
form button {
  margin-top: 1.5rem;
  color: white;
}
.t2 {
  text-align: left;
  max-width: 90rem;
  margin: unset;
  margin-bottom: 3rem;
}
.t2 h2 {
  color: white;
  line-height: 1.3;
  font-weight: 600;
  font-size: 3.5rem;
}
footer {
  padding: 5rem 0;
  background: #f1f4f7;
  padding-bottom: 0;
}
footer .grid-3 {
  grid-template-columns: 1fr 1fr auto;
}
.f-item {
  display: grid;
  gap: 5rem;
}
.itm {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.f-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.card-d {
  padding: 1.5rem;
  background: white;
  max-width: 15rem;
  margin-top: 1.5rem;
}
.card-d .frame {
  width: 100%;
  aspect-ratio: 1/1.1;
  overflow: hidden;
}
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer .bg {
  background: white;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  max-width: 1240px;
  margin: auto;
  margin-top: 5rem;
}
.itm p span {
  font-weight: 600;
}
footer h3 {
  font-size: 2rem;
}
footer a {
  color: var(--primary);
  font-weight: 500;
}
footer button {
  margin-top: 1.5rem;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.slider .item {
  transition: 0.3s !important;
}
main button:hover {
  background: white;
}
button {
  transition: 0.3s;
}
footer button:hover {
  background: white;
  color: var(--primary) !important;
}
footer button:hover svg path {
  fill: var(--primary) !important;
}
button svg path {
  transition: 0.3s !important;
}
.item:hover img {
  transform: rotate(10deg) scale(1.05);
}
.item img,
.card-3 img {
  transition: 0.3s;
}

.card-3:hover img {
  transform: rotate(5deg) scale(1.3);
}
.back {
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  bottom: -6rem;
  transition: 0.3s;
}
.back i {
  font-size: 3rem;
  color: white;
}
.back.sticky {
  bottom: 3rem;
  transition: 0.3s;
}

@media (max-width: 1024px) {
  html {
    font-size: 45%;
  }
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 60%;
  }
  header .container {
    padding: 0 1.5rem;
    align-items: center;
    height: 100%;
  }
  .menu {
    display: block;
  }
  header .links {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: calc(100vh - 8rem);
    position: fixed;
    top: 8rem;
    background: #000000b8;
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 5rem 0;
    left: 0px;
    transition: all 0.3s ease 0s;
    transform: translateX(-100%);
  }
  .active {
    transform: translateX(0%) !important;
  }
  header .links a {
    color: white;
  }
  section {
    padding: 5rem 0;
    overflow: hidden;
  }
  [class*="grid"] {
    grid-template-columns: 1fr !important;
  }
  .fix {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  main {
    height: 100%;
  }
  main .hero {
    position: static;
    height: 47rem;
    object-position: right;
  }
  main .container {
    grid-template-columns: 1fr;
  }
  main .typo h1 {
    font-size: 3.5rem;
  }
  .flex {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.5rem;
  }
  main button {
    width: 100%;
  }
  .logos {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
  }
  .logos img {
    height: 9rem;
  }
  .cer {
    text-align: center;
  }
  .cards .card {
    max-width: 15rem;
  }
  .cards {
    gap: 5rem;
  }
  .card p {
    font-size: 1.4rem;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .p-0 .container {
    padding: 0;
  }
  .p-0 .grid-4 {
    padding: 0 1.5rem;
  }
  .slick-center .img {
    box-shadow: 0 0 10px #0000002d !important;
  }
  .slider .item {
    padding-top: 1rem;
  }
  .p-0 .title {
    padding: 0 1.5rem;
  }
  .title p {
    font-size: 1.6rem;
  }
  .s-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1.5rem;
    justify-content: center;
  }
  .card-3 {
    max-width: 17rem;
    aspect-ratio: 1/1.3;
  }
  .card-3 .tag {
    font-size: 1.4rem;
    width: 90%;
    white-space: wrap;
  }
  section .grid-2 {
    gap: 3rem;
  }
  .bg-2 {
    background: url(images/row1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 76rem;
    background-attachment: fixed;
  }
  .bg-2 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .bg-2 h2 {
    font-size: 3rem;
  }
  .bg-2 button {
    width: 100%;
  }
  .t2 h2 {
    font-size: 2.5rem;
  }
  .row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  textarea {
    margin-top: 1.5rem;
    height: 20rem;
  }
  form button {
    width: 100%;
  }
  .f-item {
    gap: 1.5rem;
  }
  .copy {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  .copy span {
    font-size: 2rem;
    display: block;
    font-weight: 500;
  }
  header .logo img {
    height: 2.5rem;
  }
  header button img {
    display: none;
  }
  header button {
    height: 4.5rem;
    aspect-ratio: 1/1;
  }
  header button i {
    display: block;
    font-size: 2.5rem;
    color: white;
  }
  .overlay1,
  .overlay2 {
    opacity: 0.2;
  }
  .card-2 {
    padding: 2rem;
    aspect-ratio: 1/1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slick-prev,
  .slick-next {
    background: white !important;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 3rem;
    color: #1d1d1d;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  }

  .slick-prev {
    left: 1rem;
  }

  .slick-next {
    right: 1rem;
  }
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
  .slider .item {
    margin: 0 3rem;
  }
  main .typo {
    margin-top: 1.5rem;
  }
}
.social a {
  width: 5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 50%;
  transition: 0.3s;
}
.social i {
  font-size: 2.5rem;
  color: var(--primary);
  transition: 0.3s;
}
.social a:hover {
  background: var(--primary);
}
.social a:hover i {
  color: white;
}
