@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --primary: #00adee;
  --primary-light: #6dd0f6;
  --primary-dark: #155480;
  --secondary: #fff100;
  --red:#e3000f;
  --orange: #feb811;
  --dark: #000000;
  --grey: #666666;
  /* --light: #d7f0fc; */
  --light: #dff1fa;
}

* {
  box-sizing: border-box;
}

::selection {
  background-color: var(--primary);
  color: #ffffff;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-light);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--dark);
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
}

p {
  line-height: 30px;
  color: #666;
}

.full-img {
  width: 100%;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.light-bg {
  background-color: var(--light);
}

/* .container-fluid {
 padding-left: 40px;
 padding-right: 40px;
} */

.container {
  max-width: 1400px;
}

header {
  position: relative;
  z-index: 100;
  /* background: rgb(8,98,159);
  background: linear-gradient(0deg, rgba(8,98,159,1) 0%, rgba(96,196,221,1) 100%); */
}

.header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

.top-header {
  width: 100%;
  padding: 12px 0;
  /* background-color: var(--primary); */
  background-color: #fff;
}

.top-list li i {
  display: inline;
  color: var(--primary);
}

.top-list li a {
  color: var(--dark);
  padding-right: 5px;
  transition: all 0.4s;
}

.top-list li a:hover {
  color: var(--primary);
}

.top-list li i {
  padding-right: 6px;
}

.header {
  padding: 5px;
  background-color: var(--primary-dark);
}

.logo {
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo img {
  width: 100%;
  max-width: 110px;
}

.menu {
  width: 100%;
  text-align: right;
  min-height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu li {
  display: inline;
  margin: 0 8px;
}

.menu li a {
  color: #fff;
  transition: all 0.4s;
  padding: 5px;
  font-size: 16px;
}

.menu li a:hover {
  color: var(--secondary);
}

.um-link {
  padding: 10px 20px !important;
  display: block;
  background-color: var(--orange);
  color: var(--dark) !important;
  border-radius: 30px;
}

.um-link:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.menu li:last-child {
  margin-left: 50px;
}

.header-right {
  display: none;
}

.inner-sec {
  padding: 60px 0;
}



.title {
  font-size: 34px;
  position: relative;
  display: inline;
  font-weight: 700;
}

.title::before {
  position: absolute;
  content: '';
  width: 50%;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  margin: auto;
  background-color: var(--primary);
}

.title::after {
  position: absolute;
  content: '';
  width: 20%;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 4px;
  margin: auto;
  background-color: var(--orange);
  border-radius: 5px;
}

.link-btn {
  padding: 12px 25px;
  border-radius: 4px;
  background-color: var(--primary);
  color: #fff;
  transition: all 0.4s;
  font-size: 18px;
}

.link-btn:hover {
  background-color: var(--orange);
  color: var(--dark);
}

.link-btn-2 {
  padding: 12px 25px;
  border-radius: 4px;
  background-color: var(--orange);
  color: var(--dark);
  transition: all 0.4s;
  font-size: 18px;
}

.link-btn-2:hover {
  background-color: var(--primary);
  color: #fff;
}

.ts-bg {
  background-image: url(../images/ts-bg.png);
  background-color: rgb(109, 208, 246, 0.2);
}

table td, table th {
  height: 70px;
}

.table-clr td {
  background-color:#f0f0f0;
  color: #000;
}

.pr-bg {
  background-image: url(../images/pr-bg.png);
  background-color: rgba(233, 232, 232, 0.4);
}

.product-img {
  margin-bottom: 20px;
  padding: 15px;
  border:solid 1px #e8e8e8;
  padding: 10px;
  background-color: #fff;
}

.product-img img{
  width: 100%;
  height: 228px;
  object-fit: contain;
}

.cart-product {
  margin-bottom: 20px;
  padding: 15px;
  border:solid 1px var(--primary-dark);
  padding: 10px;
  background-color: #fff;
  transition: all 0.4s;
  background-image: url(../images/water-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cart-product img{
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.cart-product:hover {
  transform: scale(1.025);
}

.product-title h4 {
  padding: 10px 15px;
  background-color: var(--primary);
  color: #fff;
  /* transform: skewX(-12deg); */
  font-size: 20px;
  display: block;
  border-radius: 10px;
}

.prodes-row {
  width: 100%;
  padding: 7px;
  background-color: var(--primary-dark);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.pro-price {
  padding: 20px 10px 5px 10px;
  text-align: center;
}

.pro-price h6 {
  font-size: 18px;
}

.pro-price h6 span {
  color: var(--red);
}

.product-cart-row a {
  width: 100%;
  border-radius: 10px;
  background-color: var(--orange);
  padding: 10px;
  text-align: center;
  color: var(--dark);
  font-weight: 600;
  display: block;
  transition: all 0.4s;
}

.product-cart-row a:hover {
  background-color: var(--primary);
}

.review-bg {
  width: 100%;
  /* background-color: #ffffff; */
  background: url(../images/review-bg.jpg) no-repeat center;
  background-size: cover;
}

.review-cont {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 35px;
  margin-left: 2px;
  margin-right: 2px;
  border: solid 1px #e8e8e8;
  z-index: 2;
}

.review-cont h1 {
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
}

.review-icon {
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 1;
  font-weight: bold;
  transform: rotate(180deg);
}

.review-icon i {
  font-size: 60px;
  color: var(--primary);
  opacity: 0.3;
}

.review-cont p {
  position: relative;
  z-index: 10;
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
}

.review-img {
  width: 100%;
}

.review-img img {
  width: 100%;
  max-width: 50px;
}

.rw-rating {
  width: auto !important;
  height: 15px !important;
  object-fit: contain !important;
}

.inner-banner {
  width: 100%;
  height: 200px;
  position: relative;
  background-color: #4a4a4a;
  margin-top: 0px;
}

.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner-cont h1 {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
}

.contact-box {
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px;
  background-color: var(--light);
  min-height: 230px;
}

.contact-icon i {
  font-size: 37px;
  color: var(--orange);
}

.contact-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 12px;
  line-height: 30px;
  font-weight: 400;
}

.contact-box h3 a {
  color: var(--dark);
}

.contact-box p {
  font-size: 16px;
  color: var(--dark) !important;
}

.contact-btn {
  padding: 7px 12px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  font-weight: 500;
  transition: all 0.5s;
}

.contact-btn:hover {
  background-color: var(--light);
  color: #000;
}

.contact-sec {
  width: 100%;
  padding: 10px 30px 10px 30px;
  border:solid 1px #ccc;
  border-radius: 4px;
}

.contact-sec .form-group, .enquiry-form .form-group{
 margin-bottom: 12px;
}


.contact-sec .form-control, .enquiry-form .form-control {
  min-height: 40px;
}

.contact-sec .form-control:focus, .enquiry-form .form-control:focus {
  box-shadow: none!important;
  border:solid 1px var(--primary);
}

.btn-submit {
  color: #fff;
  font-weight: 500;
  background-color: var(--primary);
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.4s;
  border:solid 1px var(--primary);
  outline: none;
}

.btn-submit:hover {
  background-color:transparent;
  color: var(--primary);
  box-shadow: none;
}

a {
  color: inherit;
}

.blog {
  transition: all 0.4s;
}

.blog:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: solid 1px var(--light);
}

.recent-post {
  padding: 20px;
  background-color: #dff1fa;
  border: solid 1px #e8e8e8;
  border-radius: 10px;
}

.recent-post ul li {
  border-bottom: dotted 1px var(--primary-dark);
}

.recent-post ul li a {
  padding: 10px;
  display: block;
  transition: all 0.4s;
}

.recent-post ul li a:hover {
  padding-left: 17px;
  color: var(--primary-dark);
}

.list-p {
  margin-top: 25px;
  padding-left: 30px;
}

.list-p li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 16px;
}

.list-p li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--orange);
}


/* ====== Footer CSS ====== */

footer {
  width: 100%;
  padding: 40px 0px 10px 0;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: var(--primary-dark); */
  font-size: 16px;
  position: relative;
  color: #000;
  border-top: solid 1px #f5f5f5;
  color: #fff;
}

.footer-list li{
  display: inline;
  margin-right: 10px;
}

.footer-list li img {
  width: 85px;
  border: solid 1px #f0f0f0;
}

.f-logo img {
  width: 100%;
  max-width: 100px;
}

.f-links {
  margin-top: 25px;
}

footer p {
  color: #fff;
}

.f-links li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #fff;
}

.f-links li i {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
}

footer a {
  color: var(--dark);
  transition: all 0.4s;
  color: #fff;
  font-weight: 500;
}

footer a:hover {
  color: var(--orange);
}

.footer-btm {
  border-top: solid 1px #012642;
}
