h1 {
  font-size: 3.5rem;
}

/* 48px */
h2 {
  font-size: 3rem;
}

/* 40px */
h3 {
  font-size: 2.5rem;
}

/* 32px */
h4 {
  font-size: 2.25rem;
}

/* 28px */
h5 {
  font-size: 2.125rem;
}

/* 24px */
h6 {
  font-size: 2rem;
}

/* 20px */
p {
  font-size: 1.225rem;
}

/* 18px */

.libre-regular {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-bold {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-regular-italic {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.container {
  max-width: 1250px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
}

.text-black {
  color: #000000;
}

.text-blue {
  color: #0049b0;
}

.text-darkCyan {
  color: #0a3f8a;
}

.text-white {
  color: #000000;
}

.text-black {
  color: #000000;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.ctaBtn a {
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: medium;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  position: relative;
  background-color: #f70fff;
  background-image: linear-gradient(180deg, #12d6df, #f70fff);
  text-decoration: none;
  border-radius: 15px;
}

.gradient1 {
  background-color: #f70fff;
  background-image: linear-gradient(360deg, #1469b5, #1895a3);
}

.gradient2 {
  background-image: linear-gradient(360deg, #c7f6ff, transparent);
}
.bg-white {
  background-color: #ffffff;
}

.paddingTop {
  padding-top: 4rem;
}

.paddingBottom {
  padding-bottom: 4rem;
}

.rotate {
  animation-name: rotate;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  overflow: hidden;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.sec1 {
  position: relative;
}
.brandlogo {
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
}
.Home .sec2 {
  background-image: linear-gradient(
    300deg,
    rgba(202, 245, 255, 0.5),
    transparent 40%
  ) !important;
}

.sec2 .paddingBox {
  padding: 0px 50px;
}

.Home .sec2 .paddingBox > div div {
  border: 1px solid #1469b5;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
}

.Home .sec2 .paddingBox > div div > p {
  margin-bottom: 0;
}

.Home .sec3 {
  background-color: #1469b5;
  background-image: linear-gradient(360deg, #1469b5, #1895a3);
}
.Home .imageBox {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.Home .imageBox > div {
  margin-bottom: 15px;
}
.Home .imageBox > div > img {
  display: block;
  margin: 0 auto;
}
.Home .imageBox > h3 {
  color: #0a3f8a;
}
.Home .sec3 .paddingBox {
  padding: 0 0 0 50px;
}
.threeBoxContainer {
  gap: 20px;
}
.Home .threeBoxContainer > div {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 17px;
}
.Home .threeBoxContainer > div > p {
  margin-bottom: 0;
}
.Home .sec4 .paddingBox {
  padding: 0 0 0 50px;
}
.Home .sec4 {
  background-image: linear-gradient(
    30deg,
    rgba(202, 245, 255, 0.5),
    transparent 40%
  ) !important;
}
.Home .sec4 ul {
  padding-left: 1rem;
}
.Home .sec4 ul > li p {
  margin-bottom: 0;
}
.Home .sec5 {
  background-color: #1469b5;
  background-image: linear-gradient(360deg, #1469b5, #1895a3);
  position: relative;
}
.Home .sec5 .sec5Box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Home .sec5 .sec5Box > div:nth-child(1) {
  font-size: 2rem;
  flex: 0 0 20px;
}
.Home .sec5 .sec5Box > div:nth-child(2) {
  flex: 0 0 1;
}
.Home .doubleCTA {
  display: flex;
  gap: 25px;
  max-width: 900px;
  margin: 20px auto 20px auto;
  justify-content: center;
}
.Home .sec6 {
  padding-top: 5rem;
}
.Home .sec6 .paddingBox {
  padding: 0 0 0 50px;
}
.Home .sec7 {
  background-color: #1469b5;
  background-image: linear-gradient(360deg, #1469b5, #1895a3);
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong {
  word-break: keep-all;
}
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }

  /* 40px */
  h2 {
    font-size: 2rem;
  }

  /* 32px */
  h3 {
    font-size: 1.75rem;
  }

  /* 28px */
  h4 {
    font-size: 1.5rem;
  }

  /* 24px */
  h5 {
    font-size: 1.25rem;
  }

  /* 20px */
  h6 {
    font-size: 1.125rem;
  }

  /* 18px */
  p {
    font-size: 1.0625rem;
  }

  /* 17px */
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    /* 32px */
  }

  h2 {
    font-size: 1.75rem;
    /* 28px */
  }

  h3 {
    font-size: 1.5rem;
    /* 24px */
  }

  h4 {
    font-size: 1.25rem;
    /* 20px */
  }

  h5 {
    font-size: 1.125rem;
    /* 18px */
  }

  h6 {
    font-size: 1rem;
    /* 16px */
  }

  p {
    font-size: 1rem;
    /* 16px */
  }
  .paddingTop {
    padding-top: 2.25rem;
  }
  .paddingBottom {
    padding-bottom: 2.25rem;
  }
  .brandlogo {
    position: static;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
  }
  .ctaBtn a {
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: medium;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    position: relative;
    background-color: #f70fff;
    background-image: linear-gradient(180deg, #12d6df, #f70fff);
    text-decoration: none;
    border-radius: 15px;
  }
  .Home .doubleCTA {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
    position: static;
    bottom: 0px;
    left: 0;
    transform: translateX(0);
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .sec2 .paddingBox {
    padding: 0px 15px;
  }
  .Home .sec3 .paddingBox {
    padding: 0 0 0 0;
  }
  .Home .sec4 .paddingBox {
    padding: 0 0 0 0;
  }
  .Home .sec6 .paddingBox {
    padding: 0 0 0 0;
  }
  p.small {
    word-break: break-all;
  }
}

.thumbnail-image {
  max-height: 360px;
  width: auto;
  border-radius: 10px;
}
