@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
* {
font-family: "DM Serif Display", serif;
}
.quote-dv{
margin-right:2em;
}
a .color-fam:hover{
color:#00b2b8d6;
}
.link p:hover{
color:#00b2b8 !important;
}
.font-fam {
font-family: "Urbanist", sans-serif;
color: #fff;
text-align: justify;
line-height: 20px;
font-size: 16px;
}
.footer-ul .footer-links{
color: #fff;
font-family: "Urbanist", sans-serif;
color: #fff;
line-height: 20px;
font-size: 16px;
margin-bottom:15px;
}
.wpcf7 label{
font-family: "Urbanist", sans-serif;
line-height: 20px;
font-size: 16px;
}
@media screen and (min-width: 600px) {
.get-quote .wpcf7{
padding-right:75px;
}
}
.wpcf7-submit.sub-btn {
background: #00b2b8;
border: 2px solid #00b2b8;
padding: 12px;
border-radius: 10px;
font-family: "Urbanist", sans-serif;
line-height: 20px;
font-size: 16px;
text-transform: uppercase;
}
.wpcf7-submit.sub-btn:hover {
background: #232323;
border: 2px solid #00b2b8;
}
input,
select,
textarea {
padding-top: 10px;
width:100%;
}
textarea {
height:50px;
}
.color-fam {
color: #00b2b8;
}
.foot-our-service {
max-width: 200px;
}
.products {
min-height: 280px;
}
.li-dot {
width: 5px;
margin-top: -5px;
margin-right: 10px;
}
.bg-fam {
background-color: #00b2b8;
}
.img-height {
height: 100px;
}
form input,
textarea {
color: white;
} body {
background: #232323;
color: #ffffff !important;
}
.row {
padding: 0 !important;
margin: 0 !important;
}
.dropdown-menu {
background-color: #232323;
color: #ffffff;
border-radius: 0 0 16px 16px;
}
.dropdown-menu a {
color: #ffffff;
font-family: "Urbanist", sans-serif;
}
.dropdown-menu a:hover {
background-color: #00b2b822; color: #00b2b8;
}
.dropdown-toggle::after {
display: none;
}
.form-submit {
width: 100%;
}
.nav-get-a {
height: 47px;
display: flex; }
.nav-get-a-color {
display: inline-flex;
padding: 14px 28px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 8px;
color: #ffffff !important;
background: #232323;
font-family: "Urbanist", sans-serif !important;
text-transform: uppercase;
color: #fff;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
height: 47px;
}
.nav-get-a-color:hover {
background-color: #00b2b87d;
}
.nav-get-a:hover {
background-color: #00b2b87d !important;
}
a {
text-decoration: none !important; cursor: pointer;
}
input,
textarea,
select {
background-color: transparent;
outline: none;
border: none;
border-bottom: 1px solid #00b2b8;
}
select {
margin-top: 2px;
color: #6b6b6b !important;
font-family: "Urbanist", sans-serif !important;
}
option {
background-color: transparent !important;
font-family: "Urbanist", sans-serif !important;
}
option:hover {
background-color: #00b2b8 !important;
} @keyframes fadeIn {
0% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
.show {
display: block !important;
} .hide {
display: none !important;
}
.btn {
color: #ffffff !important;
}
.section-padding {
padding: 50px 0;
}
.text-testi {
color: #fff;
font-size: 12px;
line-height: 26px;
text-align: center;
}
.text-testi span {
color: #00b2b8;
}
.carousel-top-item {
min-height: 300px;
object-fit: contain;
}
.carousel-top-item img {
min-width: 100% !important;
}
.carousel-top-caption {
bottom: 30%;
left: -50px;
z-index: 2;
width: 60%;
margin-left: 120px;
}
.carousel-top-caption h5 {
color: #fff;
font-family: DM Serif Display;
font-size: 4rem;
font-style: normal;
font-weight: 400;
line-height: 115%;
letter-spacing: 3.84px;
text-align: left;
}
.carousel-top-caption p {
display: flex;
justify-content: start;
gap: 20px;
line-height: 1.9;
}
.carousel-top-inner:before {
content: "";
position: absolute;
width: 100%; top: 0;
left: 0;
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0.2) 68.63%,
rgba(0, 0, 0, 0) 100%
),
no-repeat;
z-index: 1;
}
.navbar {
padding-bottom: 0 !important;
padding-top: 0 !important;
background-color: #00b2b8 !important;
height: 80px;
}
.navbar-nav {
background-color: #00b2b8 !important;
padding: 5px;
}
.carousel-top {
margin-top: 90px;
}
.navbar .getstarted {
background: #106eea;
margin-left: 30px;
border-radius: 4px;
font-weight: 400;
color: #fff;
text-decoration: none;
padding: 0.5rem 1rem;
line-height: 2.3;
}
.navbar-nav a {
font-size: 16px;
font-weight: 600 !important;
font-family: "Urbanist", sans-serif !important;
}
.nav-item {
position: relative;
}
.nav-link {
padding: 0px !important;
margin: 0 0.5rem !important;
}
.underline-effect:before {
content: "";
position: absolute;
bottom: -2px;
left: 0;
height: 3px;
width: 100%;
border-radius: 25px;
transform: scaleX(0);
background: #000;
transform-origin: right;
transition: transform 0.3s ease;
}
.underline-effect:hover:before {
transform: scaleX(1);
transform-origin: left;
}
.underline-effect-color:before {
content: "";
position: absolute;
bottom: -3px;
left: 0;
height: 3px;
width: 100%;
border-radius: 25px;
transform: scaleX(0);
background: #00b2b8;
transform-origin: right;
transition: transform 0.3s ease;
z-index: 10;
}
.underline-effect-color:hover:before {
transform: scaleX(1);
transform-origin: left;
}
.navbar-light .navbar-brand {
font-size: 25px;
font-weight: bold;
letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: #000;
}
.navbar-light .navbar-nav .nav-link {
color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #000;
}
.navbar-toggler {
padding: 1px 5px;
font-size: 18px;
line-height: 0.3;
background: #fff;
}
a {
text-decoration: none !important;
}
#wpadminbar ul li {
display: initial;
}
ul li {
display: flex;
align-items: center;
}
ul li a {
font-weight: 510 !important;
text-decoration: none !important;
}
ul li a:hover {
color: #ffffff;
}
.slide-btn1 {
display: flex;
align-items: center;
background-color: #00b2b8;
border: 2px solid #00b2b8;
padding: 14px 28px;
height: 47px;
border-radius: 8px;
}
.slide-btn1:hover {
background-color: transparent;
}
.slide-btn2:hover {
background-color: #00b2b8 !important;
}
.slide-btn2 {
border-radius: 8px;
display: flex;
align-items: center;
border: 2px solid #00b2b8;
background-color: transparent !important;
padding: 14px 28px;
height: 47px;
}
.portfolio .card {
box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.team .card {
box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
font-size: 50px;
}
.team .card-body i {
font-size: 20px;
}
.quote-btn {
padding: 14px 28px;
justify-content: center;
align-items: center;
gap: 10px;
text-align: center;
border-radius: 8px;
color: #ffffff !important;
background: #232323;
font-size: 1rem;
font-family: "Urbanist", sans-serif !important;
border: 2px solid transparent !important;
text-transform: uppercase;
}
.quote-btn a {
font-family: "Urbanist", sans-serif !important;
}
button {
font-family: "Urbanist", sans-serif !important;
}
.slider-bottom-div {
background-color: #00b2b8;
width: 80%;
height: 139px;
z-index: 10;
position: absolute;
bottom: -70px;
left: 50%;
transform: translateX(-50%);
border-radius: 30px;
overflow: hidden;
display: flex;
align-items: center;
}
.slider-bottom-div-heating {
background-color: #00b2b8;
width: 70%;
padding: 25px;
z-index: 10;  border-radius: 30px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.slider-bottom-div > div {
flex-wrap: wrap;
}
.slider-bottom-div-heating > div {
flex-wrap: wrap;
}
.slider-bottom-div-h2 {
color: #fff;
font-family: DM Serif Display;
font-size: 300%;
font-style: normal;
font-weight: 400;
line-height: 74px;
letter-spacing: 2px;
margin-bottom: 0; text-align: center;
}
p {
font-size: 18px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 26px !important;
}
.about-text a {
font-size: 18px;
}
.about-text p {
font-size: 18px;
line-height: 26px;
}
.about-text > div {
width: fit-content;
}
.about-text span {
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.about-text > div > a {
color: #00b2b8;
font-weight: 500;
}
.about-text > div > a:hover {
color: #ffffff !important;
}
.services {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/service-bg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 100px 0; }
.ourwork-sec {
padding: 0 0 !important;
padding-top: 100px !important;
}
.products div {
font-size: 22px;
}
.product-detail-first h6 {
font-size: 20px;
}
.card-body {
padding: 0px !important;
} .card-body1 a {
left: 38%;
transform: translateX(-50%);
}
.card {
border: none;
}
.card-body > img {
width: 100%;
border-radius: 24px;
}
.card-body-home > img {
width: 100%;
border-radius: 24px;
}
.navbar-nav a {
margin: 0px 0px !important;
}
.navbar-nav li {
letter-spacing: 0.8px;
}
.service-hov {
background-color: #00b2b8;
position: absolute;
width: 100%;
bottom: -1rem; border-radius: 20px;
}
.service-hov h2 {
font-size: 24px;
padding-top: 12px;
font-weight: 400 !important;
}
.service-hov p {
font-size: 18px;
padding-bottom: 30px;
font-family: "Urbanist", sans-serif !important;
}
.card-body1 a {
left: 50%;
}
.products > div {
width: 80%;
border-radius: 5px;
padding: 18px 20px;
cursor: pointer;
}
.products > div:hover {
background-color: #00b2b822;
}
.hover-effect {
background-color: #00b2b822;
}
.product-detail p {
color: #fff;
font-family: Urbanist;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; } .middle-line {
border-left: 3px solid transparent;
margin-top: 3rem;
height: 15rem;
border-image: linear-gradient(
to bottom,
#00b2b842 0%,
#00b2b842 92%,
#00b2b800 92%,
#00b2b800 96%,
#00b2b842 96%,
#00b2b842 100%
);
border-image-slice: 1;
border-radius: 50px;
}
.product-detail-first img {
width: 65.5px;
}
.product-detail-first p {
width: 400px;
}
select option {
background-color: #232323 !important;
color: #00b2b8;
}
select option:hover {
background-color: #5ce1e6 !important;
}
.product-detail-first > div:first-child {
background-color: rgba(0, 178, 184, 0.06);
border-radius: 10px;
width: fit-content;
padding: 5px;
}
.product-img-1 {
width: 115%;
margin-left: -20px;
}
.product-detail-first a {
background-color: #00b2b8;
width: fit-content;
}
.contact-section {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 6rem 5rem;
}
.contact-section > div {
background-color: #23232381;
width: 100%;
height: 100%;
backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
border-radius: 25px;
padding: 5rem;
}
form div > button {
background-color: #00b2b8 !important;
border: none;
}
.our-service {
color: #000 !important;
} .slide1 {
max-height: 250px;
margin-right: 23px;
cursor: pointer;
transition: all 500ms;
}
.posts::-webkit-scrollbar {
display: none;
}
.slide1 img {
width: 320px;
height: 100%;
border-radius: 20px;
}
.slide1 img:hover {
border-radius: 0;
}
.icons {
width: 30px;
}
.icons1 {
width: 18px;
}
.logo-footer {
width: 104px;
margin-bottom: 36px;
}
.foot-heads {
color: #00b2b8;
font-family: Urbanist;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.footer p {
color: #fff;
font-family: "Urbanist", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.foot-li {
color: #fff;
font-family: "Urbanist", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.svg-link:hover {
background-color: #00b2b8;
border-radius: 5px;
}
.footer-first-sec {
padding-left: 2rem;
}
.nav-get-a-color {
border: 2px solid transparent;
}
.nav-get-a-color:hover {
border: 2px solid #00b2b8;
color: #00b2b8 !important;
background-color: transparent !important;
}
.dotted-line {
border-top: 1px dotted #00b2b8;
}
.colorful-line {
width: 100%;
height: 1.5px;
margin-bottom: 15px;
background: repeating-linear-gradient(
to right,
#00b2b8,
#00b2b8 5px,
#00ff0000 5px,
#00ff0000 10px
);
}
.testimonialCarousel {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/testimonial-bg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding: 6rem 15rem;
padding-left: 20px;
}
.testimonial-item img {
width: 118px;
}
.carousel-testimonial {
width: 60% !important;
}
.testimonial-text {
width: 350px;
}
.underline-small {
border: 2px solid #00b2b8;
display: flex;
margin-top: -5px;
margin-left: -25px;
border-radius: 20px;
width: 50px;
position: relative;
}
.underline-small-nav {
border: 2px solid #000;
display: none;
border-radius: 20px;
width: 25px;
position: absolute;
}
.underline-small-nav::after {
content: "\00b7";
position: absolute;
right: -13px;
bottom: -15.4px;
font-size: 20px;
color: #000000;
}
.underline-small::after {
content: "\00b7";
position: absolute;
right: -15px;
bottom: -20.2px;
font-size: 26px;
color: #00b2b8;
}
.pool-spa-h2 {
width: fit-content;
font-size: 40px;
font-family: "DM Serif Display", serif;
}
.pool-spa {
margin-left: auto;
}
.pool-spa-eq {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.test-arrow {
opacity: 0.5;
}
.image-container img {
transition: transform 0.3s ease;
}
.image-container img:hover {
transform: scale(1.1);
}
.footer-links:hover {
color: #00b2b8 !important;
}
.contact-section-single {
padding: 0 !important;
}
iframe {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
filter: invert(90%);
}
.img-hover-zoom {
cursor: pointer;
} @keyframes waveAnimation {
0% {
transform: translateY(10%);
}
50% {
transform: translateY(8%);
}
100% {
transform: translateY(10%);
}
}
.about-svg-1 svg {
animation: waveAnimation 1.5s infinite;
}
.about-svg-2 svg {
animation: waveAnimation 1.5s infinite;
}
.about-svg-3 svg {
animation: waveAnimation 1.5s infinite;
}
.banner-top{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.banner-top h1 {
font-size: 64px;
}
.about-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/about-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.about-top h1 {
font-size: 64px;
}
.justify-text {
text-align: justify;
text-justify: inter-word;
}
.about-content {
padding-left: 50px;
padding-right: 100px;
}
.about-content-middle {
padding-left: 100px;
}
.about-three {
padding-top: 50px !important;
}
.about-svg-1 {
position: absolute;
top: -5%;
z-index: -1;
opacity: 0.5;
}
.about-svg-2 {
position: absolute;
top: 30%;
right: 0;
z-index: -1;
opacity: 0.5;
}
.about-svg-3 {
position: absolute;
bottom: -5%;
left: 0;
z-index: -1;
opacity: 0.5;
}
.about-img {
display: flex;
justify-content: end;
}  .pool-maintenance-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/pool-maintenance-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.pool-maintenance-top h1 {
font-size: 64px;
}
.pool-main-services {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.get-a-q {
background-color: #00b2b8;
}
.quote-btn:hover {
border: 2px solid #00b2b8 !important;
color: #00b2b8 !important;
background-color: #232323 !important;
}
.card-body h5 {
bottom: 10%;
left: 50%;
transform: translateX(-50%);
z-index: 5;
font-size: 24px !important;
}
.card-body img {
position: relative;
aspect-ratio: 400 / 400;
}
.card-body {
position: relative;
}
.dropdown-item {
padding: 10px;
}
.card-body::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
pointer-events: none;
z-index: 1;
border-radius: 24px;
overflow-y: hidden;
}
.card-body:hover::before {
z-index: -1;
}
.card-body1 div,
a {
z-index: 99;
}
.regular-main img {
width: 100%;
}
footer > div > div div ul {
margin-top: 30px;
} .pool-renovation-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/pool-renovation-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.pool-renovation-top h1 {
font-size: 64px;
}
.pool-re-services {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/pool-re-off-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} .spa-maintenance-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/spa-main-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.spa-maintenance-top h1 {
font-size: 64px;
}
.spa-main-services {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/spa-main-off-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} .landscaping-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/landscaping-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.landscaping-top h1 {
font-size: 64px;
}
.landscaping-services {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/spa-main-off-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} .hydra-spa-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/hydra-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.hydra-spa-top h1 {
font-size: 64px;
}
section > h1:first-child {
color: transparent;
background: linear-gradient(90deg, #fff 60%, rgba(255, 255, 255, 0.4) 100%);
background-clip: text;
-webkit-background-clip: text;
width: fit-content;
}
.item-detail {
padding-top: 120px;
padding-left: 40px;
padding-right: 40px;
border-radius: 24px;
padding-bottom: 5px;
width: 389px;
}
.item {
transition: padding-top 0.5s ease;
}
.item:hover {
padding-top: 130px;
}
.items {
gap: 100px;
padding: 0 30px;
}
.img-hover-zoom {
cursor: pointer;
}
.img-hover-zoom a img {
width: 337.8px !important;
} .robotic-pool-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/robotic-pool-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.robotic-pool-top h1 {
font-size: 64px;
} .pool-heating-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/pool-heating-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.pool-heating-top h1 {
font-size: 64px;
} .naked-pool-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/naked-pool-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.naked-pool-top h1 {
font-size: 64px;
} .pool-eqp-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/pool-eqp-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.pool-eqp-top h1 {
font-size: 64px;
} .gallery-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/gallery-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.gallery-top h1 {
font-size: 64px;
} .contact-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/contact-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.contact-top h1 {
font-size: 64px;
} .get-a-q-top {
background-image: url(//poolsmarttrueblue.net/wp-content/themes/poolsmart/assets/images/get-a-q-top-bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
padding-left: 80px;
padding-top: 269px;
padding-bottom: 142px;
}
.get-a-q-top h1 {
font-size: 64px;
}
@keyframes slideInFromTop {
0% {
opacity: 1;
transform: translateY(30%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideInFromTop1 {
0% {
opacity: 1;
transform: translateY(-30%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.item-detail {
animation: slideInFromTop 1s ease;
}
.item-img-detail img {
animation: slideInFromTop1 1s ease;
z-index: 10;
}
.fa-angle-down {
position: absolute;
right: 0;
bottom: 50%;
cursor: pointer;
color: #00b2b8;
}
.select-list-contact {
background-color: #000;
bottom: -335%;
width: 100%;
border-radius: 3px;
border: 1px solid #00b2b8;
background: #232323;
}
li {
text-align: left !important;
}
.select-list-contact ul {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0;
margin: 0;
}
.select-list-contact ul li {
padding: 10px;
}
.select-list-contact ul li:hover {
color: #00b2b8;
background: rgba(92, 225, 230, 0.13);
cursor: pointer;
}
iframe {
width: 692px;
height: 568px;
}
.iframe-div {
height: 568px;
}
.get-a-q-img {
height: auto;
}
.contact-first-img {
height: auto;
}
.contact-first-col {
gap: 0 !important;
} .posts {
width: 100%;
display: flex;
overflow-x: scroll;
overflow-y: hidden;
margin-bottom: 24px;
margin-top: 24px;
} .posters {
display: flex;
animation: slideAnimation 15s linear infinite;
} .slide1 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
color: white;
}
.offering-section {
padding-bottom: 50px !important;
}
.offering-section > div {
padding-bottom: 50px;
} @keyframes slideAnimation {
0% {
transform: translateX(0);
}
100% {
transform: translateX(
-600px
); }
}
@media only screen and (min-width: 768px) {
.product-detail p {
padding-right: 0 !important;
}
.fa-angle-right {
left: 60% !important;
bottom: 6% !important;
cursor: pointer;
}
.fa-angle-left {
right: 60% !important;
bottom: 6% !important;
cursor: pointer;
}
}
@media only screen and (max-width: 1200px) {
iframe {
width: 500px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-bottom-div-heating {
bottom: 49%;
}
.contact-first-img {
height: auto;
}
.iframe-div {
margin: auto;
}
iframe {
width: 500px;
border-radius: 20px;
}
.carousel-top-caption h5 {
font-size: 3rem;
}
.slider-bottom-div-h2 {
font-size: 35px;
width: fit-content;
}
.slide-btn1,
.slide-btn1 {
padding: 10px 20px;
}
.card {
margin-bottom: 30px;
}
.img-area img {
width: 100%;
}
.services {
background-color: #5ce1e6;
background-image: none;
}
.underline-effect:hover:before {
transform: scaleX(0);
transform-origin: left;
}
.pool-spa-h21::before {
content: "";
display: none;
}
.product-detail-first {
padding: 0 !important;
}
.contact-first-col {
border-right: none;
}
.contact-section > div {
padding: 10px;
}
.dropdown-menu {
border-radius: 20px !important;
margin-left: 10px;
}
.about-content {
padding: 0px 20px;
}
.about-content-middle {
padding-left: 20px;
}
.fa-angle-right {
left: 65%;
bottom: 6%;
cursor: pointer;
}
.fa-angle-left {
right: 65%;
bottom: 6%;
cursor: pointer;
}
.quote-btn {
padding: 5px 20px;
}
iframe {
width: 500px;
}
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
iframe {
width: 400px;
border-radius: 20px;
}
.iframe-div {
margin: auto;
}
.quote-btn {
padding: 8px 10px;
}
}
@media only screen and (min-width: 980px) and (max-width: 1180px) {
ul.navbar-nav {
gap: 1rem !important;
padding-left: 0 !important;
}
a.navbar-brand {
margin-right: 0 !important;
}
.navbar-nav a {
font-size: 13px;
}
}
@media only screen and (max-width: 767px) {
iframe {
width: 500px;
border-radius: 20px;
}
.iframe-div {
margin: auto;
}
.slider-bottom-div-h2 {
font-size: 25px;
width: fit-content;
}
.slide-btn1,
.slide-btn1 {
padding: 8px 16px;
}
.carousel-top-caption h5 {
font-size: 2rem;
}
.quote-btn {
padding: 5px 15px;
}
.navbar-nav {
text-align: center;
}
.quote-dv {
margin-right: -1em;
}
.about-text {
padding-top: 50px;
}
.card {
margin-bottom: 30px;
}
.services {
background-color: #5ce1e6;
background-image: none;
}
.underline-effect:hover:before {
transform: scaleX(0);
transform-origin: left;
}
.pool-spa-h2::before {
content: "";
display: none;
}
.pool-spa-h21::before {
content: "";
display: none;
}
.product-detail-first {
padding: 0 !important;
}
.contact-first-col {
border-right: none;
}
.contact-section > div {
padding: 10px;
}
.contact-section {
padding: 20px;
}
.dropdown-menu {
border-radius: 20px !important;
margin-left: 10px;
}
.about-content {
padding: 0px 20px;
}
.about-content-middle {
padding-left: 20px;
}
.fa-angle-right {
left: 70%;
bottom: 4%;
cursor: pointer;
}
.fa-angle-left {
right: 70%;
bottom: 4%;
cursor: pointer;
}
.slider-bottom-div-heating {
bottom: 46%;
}
}
@media only screen and (max-width: 670px) {
iframe {
width: 400px;
}
.slider-bottom-div-h2 {
font-size: 25px;
width: fit-content;
}
.carousel-top-caption h5 {
font-size: 1.5rem;
margin-bottom: 0;
}
.carousel-top-caption {
width: 75%;
margin-left: 100px;
}
.slide-btn1 {
font-size: small;
padding: 5px 5px;
}
.slide-btn2 {
font-size: small;
padding: 5px 10px;
}
.dropdown-menu {
border-radius: 20px !important;
margin-left: 10px;
}
.services {
background-color: #5ce1e6;
background-image: none;
}
.quote-btn {
font-size: small;
}
.pool-spa-h2::before {
content: "";
display: none;
}
.pool-spa-h21::before {
content: "";
display: none;
}
.product-detail-first {
padding: 0 !important;
}
.contact-first-col {
border-right: none;
}
.navbar-brand {
margin-left: 5px !important;  margin-right: 0 !important;
}
.navbar-toggler {
margin-right: 5px !important;
}
.about-content {
padding: 0px 20px;
}
.about-content-middle {
padding-left: 20px;
}
.fa-angle-right {
left: 75%;
bottom: 3%;
cursor: pointer;
}
.fa-angle-left {
right: 75%;
bottom: 3%;
cursor: pointer;
}
.product-detail-first p {
width: fit-content;
}
}
@media only screen and (max-width: 990px) {
.about-img {
display: flex;
justify-content: end;
}
.get-a-q-img {
width: 0;
}
.nav-get-a-color {
margin-bottom: 1rem !important;
}
}
@media only screen and (max-width: 535.5px) {
.item-img {
width: 350px;
}
.item-img-detail img {
margin-left:-8px;
width: 370px !important;
}
.item-detail {
width: 350px;
}
.hydra-items {
padding-left: 5%;
padding-right: 5%;
}
iframe {
width: 300px;
}
.slider-bottom-div-h2 {
font-size: 25px;
width: fit-content;
}
.reqAQuote {
padding-top: 0 !important;
}
.slider-bottom-div-heating {
height: 139px;
padding: 0;
}
.dropdown.nav-item {
flex-wrap: wrap;
}
h1 {
font-size: 50px !important;
} .items {
gap: 100px;
padding: 0 0px;
}
.slider-bottom-div-h2 {
font-size: 20px;
}
.select-list-contact {
bottom: -310%;
}
.slider-bottom-div .reqAQuote {
margin-top: -50px;
}
.underline-small {
margin-left: 0px;
}
.w-75 {
width: 90%!important;
}
.product-detail {
flex-direction: column;
display: flex;
}
.sr-image {
width: 75% !important;
margin-left: 45px;
margin-top: 20px;
}	
.card-body1 {
margin-top: 55%;
}
.sec-desk{
display:none;
}
.mn-sec .w-25{
width:50% !important;
}	
}
h6 {
text-align: left !important;
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background-color: #232323;
}
::-webkit-scrollbar-thumb {
background-color: #00b2b8;
border-radius: 10px;
}  @import url("https://fonts.googleapis.com/css2?family=Gloock&family=Lato&display=swap"); .gal {
margin-top: 3rem;
-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
}
.gal img {
height: auto;
}
@media (max-width: 769px) {
.gal {
-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;
}
}
@media (min-width: 1444px) {
.fa-angle-left {
bottom: 20%;
}
.fa-angle-right {
bottom: 20%;
}
} html,
body {
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: "Lato", sans-serif;
font-size: 18px;
color: white;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%; z-index: -2;
mix-blend-mode: hard-light;
}  .gal-h-title {
text-align: center;
}
.gal img,
.img-hover-zoom {
border-radius: 25px;
}
.nav-pills .nav-link {
color: white;
padding: 10px 20px;
text-transform: uppercase;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
background: rgba(0, 178, 184, 0.1); background: -webkit-linear-gradient(to right, #008a67, #0079c1);
padding: 10px 21px !important;
border-radius: 8px;
}   .img-hover-zoom {
padding: 10px 0;
overflow: hidden; } .img-hover-zoom img {
transition: transform 0.5s ease;
} .img-hover-zoom--zoom-n-rotate img {
transition: transform 0.5s ease-in-out;
}  .gallery-page li {
font-family: "Montserrat", sans-serif;
cursor: pointer;
}
.nav-link-page {
border-radius: 8px;
background: rgba(0, 178, 184, 0.1);
padding: 10px 20px;
}
.hr-line {
background-color: #00b2b8;
height: 1px;
width: 100%;
} .screen-reader-response {
display: none;
}
span.wpcf7-not-valid-tip {
display: none;
}
.privacy-content {
border-bottom: 1px solid #00b2b8;
}
.privacy-content p {
font-family: "Urbanist", sans-serif;
}
@media only screen and (max-width: 350px) {
.carousel-top-caption {
width: 90%;
margin-left: 75px;
}
.carousel-top-item img {
min-width: 120% !important;
}
}
@media only screen and (max-width: 412px) {
.carousel-top {
margin-top: 39px;
}
.gbn{
display:none;
} }
.section-header .wdth-85 {
width: 85%
}
@media only screen and (min-width: 535.5px)  {
.sec-mob{
display:none;
}
.bfn{
display:none;
}	
}
.tp {
margin-bottom: -75px;
}
.contact-first-col a {
width: fit-content;
}
@media (max-width: 767px) {
.fixed-top {
position:sticky;
}
.carousel-top {
margin-top: 0;
}
.section-header .wdth-85 {
width: 100%;
}
}