:root {
  --color-primary: #326bff;
  --color-secondary: #f57600;
  --color-tertiary: #0073e6;
  --color-dark: #0e1323;
  --color-quaternary: #dddddd;
  --color-quinary: #f5f5f5;
  --color-dgray: #626d7a;
}
body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1400px;
}
.font-samibold {
  font-weight: 600;
}
.text-white {
  color: #fff !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-dark {
  color: var(--color-dark) !important;
}

.text-quaternary {
  color: var(--color-quaternary) !important;
}

.text-tertiary {
  color: var(--color-tertiary) !important;
}

.text-dgray {
  color: var(--color-dgray) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-tertiary {
  background-color: var(--color-tertiary) !important;
}

.bg-dark {
  background-color: var(--color-dark) !important;
}

.bg-quaternary {
  background-color: var(--color-quaternary) !important;
}

.bg-quinary {
  background-color: var(--color-quinary) !important;
}

.btn-primary {
  background-color: #fff;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  padding: 18px 40px;
  border-radius: 12px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary {
  background-color: var(--color-secondary);
  color: white;
  border-radius: 12px !important;
  border: none;
  padding: 18px 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover\:text-secondary:hover {
  color: var(--color-secondary) !important;
}
.hover\:text-primary:hover {
  color: var(--color-primary);
}
.hover\:bg-secondary:hover {
  background-color: var(--color-secondary);
}
.hover\:bg-primary:hover {
  background-color: var(--color-primary);
}

.hm-header {
  z-index: 9999;
  position: relative;
}

/* form input */
.input-primary {
  border: 1px solid #cccccc !important;
  border-radius: 12px;
  padding: 13px 10px;
  min-height: 60px;
  width: 100%;
  margin-bottom: 10px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background-color: #fff;
  margin-top: 5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("images/arrow-down-s-line.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 18px;
}
.input-primary::placeholder {
  color: #d9dcdf;
}

.input-primary:focus {
  outline: none;
  border: 1px solid var(--color-secondary);
}
header .active {
  position: relative;
}

header .active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  display: block;
  position: absolute;
  margin-top: 10px;
}

form label {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
}

@media screen and (max-width: 768px) {
  form label {
    font-size: 16px;
  }
}

header nav a {
  position: relative;
}

.border-0 {
  border: none !important;
}

/* font size */
h1 {
  font-size: 70px !important;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  font-size: 48px !important;
  line-height: 58px;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}
h4 {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 400;
}
h5 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.4em !important;
}
h6 {
  font-size: 18px !important;
  font-weight: 600;
}
@media (max-width: 430px) {
  h1 {
    font-size: 50px !important;
    font-weight: 600;
    line-height: 60px;
  }

  h2 {
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 600;
  }
  h3 {
    font-size: 30px !important;
    line-height: 40px;
  }
  h4 {
    font-size: 20px !important;
    line-height: 30px;
  }
  h5 {
    font-size: 16px !important;
    font-weight: 400;
  }
}

/* hero */
.bg-hero {
  background-image: url("images/pool-hero.webp");
  background-color: var(--color-primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 578px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bg-hero {
    min-height: 500px;
  }
}

.cta-section {
  background: url("images/cta-banner.jpg") no-repeat center center/cover;
  min-height: 500px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}
.hl-bg-section {
  background-image: url("images/home-services-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service-areas-section {
  background-image: url("images/service-areas-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.border.p-2.bg-white.aos-init.aos-animate h4 {
  margin-bottom: 10px;
}
.border.p-2.bg-white.aos-init.aos-animate {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.12);
  border: none !important;
}
/* max width 800px to 1024px */
@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 430px) {
  .container {
    padding: 0;
  }
}
/* Initial state for AOS animated elements */
[data-aos] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* When AOS applies the animation, it will change these properties */
[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}
img.mx-auto[src="images/Vector 5.svg"],
img.mx-auto[src="images/Vector 4.svg"] {
  width: 49px;
  height: 12px;
}
.after\:right-arrow {
  position: relative;
}
.after\:right-arrow:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(-20px, -50%);
  background-image: url("images/right-arrow-svgrepo-com.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}

.shadow-primary {
  border: 1px solid #cbdcec;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
}

.inner-page-hero {
  background-image: url("images/inner-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

.bg-primary-svg {
  background-image: url("images/inner-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header {
  position: sticky;
  top: 0;
  z-index: 99999999999999;
}
footer .text-dgray {
    color: #DCDCDC !important;
}
