/* @font-face {
    font-family: 'Comforta';
    src: url('../fonts/comfortaa/webfont/comfortaa-regular.woff2') format('woff2'),
         url('../fonts/comfortaa/webfont/comfortaa-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ComfortaBold';
    src: url('../fonts/comfortaa/webfont/comfortaa-bold.woff2') format('woff2'),
         url('../fonts/comfortaa/webfont/comfortaa-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;700&display=swap');


/* Reset css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Comfortaa', 'cursive';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18.72px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 13.28px;
}

h6 {
  font-size: 10.72px;
}

/* Reset css */

/* Static Default Css */
:root {
  --blue: #146AB0;
  --black: #1E1E1E;
  --yellow: #F6B218;
  --gray: #9C9C9C;
  --white: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-weight: 900;
}

.submit-con input {
  font-family: 'Comfortaa', 'cursive';
  padding-bottom: 5px;
}

.typeone {
  font-family: 'Comfortaa', 'cursive';
}

body {
  position: relative;
  font-family: "Comforta";
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}

.banner-image {
  filter: grayscale(1);
}

.slider {
  margin-bottom: 200px;
  margin-left: calc(50% - 211px);
  margin-top: -200px;
  position: relative;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 2px solid #f6b218;
  border-radius: 46.5px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, .25);
  height: 50px;
  width: 423px;
}

/* .slider-btn {
    background: linear-gradient(90deg,#fff,#146ab0);
    border-left: 40px;
    border-radius: 40px;
    border-right: 40px;
    height: 46px;
    max-width: 417px;
    left: 3px;
    margin-top: -55px;
    position: relative;
} */

.macaw-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 4px solid #146ab0;
  border-radius: 40px;
  height: 50px;
  margin-left: -3px;
  margin-top: 0;
  position: relative;
  width: 85px;
  z-index: 2;
}

.macaw-slider::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 4px solid #146ab0;
  border-radius: 40px;
  height: 50px;
  margin-left: -3px;
  margin-top: 0;
  position: relative;
  width: 85px;
  z-index: 2;
}

.thumb-image {
  pointer-events: none;
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: 9;
}

.thumb-image img {
  height: 180px;
  z-index: 99;
}

.slide-close-con {
  border-radius: 10%;
  width: 420px;
}

.slider-close {
  background: linear-gradient(90deg, #fff, #146ab0);
  border-left: 40px;
  border-radius: 40px;
  border-right: 40px;
  height: 46px;
  left: 2px;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}

.slider::after {
  content: "Slide to Paint";
  font-size: 16px;
  left: 160px;
  position: absolute;
  top: 13px;
  width: 170px;
}

@media (max-width:768px) {
  input[type=range] {
    border-radius: 25px;
    height: 30px;
    width: 250px
  }

  .macaw-slider::-webkit-slider-thumb {
    height: 30px;
    margin-top: 0px;
    width: 50px;
  }

  .macaw-slider::-moz-range-thumb {
    height: 30px;
    margin-top: 0px;
    width: 50px;
  }

  .slider:after {
    content: "Slide to Paint";
    font-size: 12px;
    left: 30%;
    position: absolute;
    top: 7px;
    width: 200px;
  }

  .slider {
    margin-bottom: -50px;
    margin-left: calc(50% - 130px);
    margin-top: -40px;
    position: relative;
  }

  .thumb-image {
    pointer-events: none;
    position: absolute;
    top: -15px;
    width: 200px;
  }

  .thumb-image img {
    height: 100px;
  }

  .slider-close {
    border-radius: 40px;
    height: 27px;
    margin-top: -35px;
    position: relative;
  }

  .slide-close-con {
    border-radius: 10%;
    width: 255px;
  }

  .bucket-splash-image {
    margin-bottom: 7px;
    margin-left: 20px;
    margin-top: 130px;
    width: 150px;
  }
}

.home-base {
  background: linear-gradient(180deg, #146ab0, #004f90 41.67%, #004f90 71.87%, #401139);
  /* background-color: #146ab0; */
  margin-top: 60px;
}

/* .slick-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
} */

/* Styles for the splash image within each slider item */
.slider-item .splash {
  /* width: 200px; 
    height: auto;  */
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slider-item.slick-current {
  transform: scale(1.3);
}

.slider-item.slick-current .splash {
  display: block;
}

/* Styles for the bucket image within each slider item */
.slider-item .bucket {
  /*  width: 200px; 
    height: 100%; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.slick-slider .slider-item {
  margin-left: 60px;
}

@media only screen and (max-width: 639px) {
  .home-base {
    margin-top: -40px;
  }

  .slick-slider .slider-item {
    margin-left: -25px;
    margin-top: 40px;
  }

  .slider-item .bucket {
    width: 100px;
    filter: opacity(0.8);
  }

  .slider-item .splash {
    width: 100px;
    height: 100px;
    margin-bottom: -13px;
  }

  .slider-item.slick-current {
    transform: scale(1.2);
    margin-top: 10px;
  }

  .slider-item.slick-current .bucket {
    filter: opacity(1);
  }

  .slick-slider .slick-dots {
    position: absolute;
    bottom: 10% !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .home-base {
    margin-top: -40px;
  }

  .slick-slider .slider-item {
    margin-left: -30px;
    margin-top: 20px;
  }

  .slider-item .bucket {
    width: 150px;
    filter: opacity(0.8);
    margin-left: 45px;
  }

  .slider-item .splash {
    width: 165px;
    height: 150px;
    margin-bottom: -20px;
  }

  .slider-item.slick-current {
    transform: scale(1.3);
    /* margin-top: 60px; */
  }

  .slider-item.slick-current .bucket {
    filter: opacity(1);
  }

  .slick-slider .slick-dots {
    position: absolute;
    bottom: 9% !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  .slider {
    margin-bottom: 20px;
  }

  .home-base {
    margin-top: -40px;
  }

  .slick-slider .slider-item {
    margin-left: -35px;
    margin-top: 100px;
  }

  .slider-item .bucket {
    width: 200px;
    filter: opacity(0.8);
    /* margin-left: 50px; */
  }

  .slider-item .splash {
    width: 200px;
    height: 175px;
    margin-bottom: -25px;
    /* margin-left: 75px; */
  }

  .slider-item.slick-current {
    transform: scale(1.3);
    margin-top: 60px;
  }

  .slider-item.slick-current .bucket {
    filter: opacity(1);
  }

  .slick-slider .slick-dots {
    position: absolute;
    bottom: 8% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .slick-slider .slider-item {
    margin-left: -30px;
    margin-top: 80px;
  }

  .slider-item .bucket {
    width: 200px;
    filter: opacity(0.8);
    /* margin-left: 6.5rem; */
  }

  .slider-item .splash {
    width: 225px;
    height: 220px;
    margin-bottom: -30px;
  }

  .slider-item.slick-current {
    transform: scale(1.3);
    margin-top: 10px;
  }

  .slider-item.slick-current .bucket {
    filter: opacity(1);
  }
}

.submitBtn:hover {
  -webkit-animation: opacity .3s ease-in-out;
  animation: opacity .3s ease-in-out;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHkAAAApCAYAAAARdIa+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASRSURBVHgB7ZxLbxNXFIDPnYfzWERuXPUhZ+GqNKpUtYGdsyyqyoJsIiUsk0hVVdouiOkPSK2uEV4VtQhBYJlIERIgwQKWCWwwIJ5BEKQgAYrBCiLBnsflnoEZbPyYOybMDNL5JEfj67Ej5ct53DO2GdSQnF5IalVlHwM+xQEy8B706Rswnl6C7Ce3YTi1DH3aRstz+QYDe1UB+4oG1lUVeEkBIjiMQ5EDK1YtI//lo5UVb909SP15chI4L4iFJHSIK/bnz4ow3H/H93zrjvpa7EXNEU1sGWX41M6nivcKeMf5y/b/cXKfArwAHYJCx9KLsOvzK20j1sUSYs0LOthCMvFh0McqoP9kTPWMPJplyb0LGVVhlzuJYJQ7ve2UVNQi1pIOxmmd0nEIdP/zAlgKyhVr8ytNCJ4JKnigpwQz386JyC1KnY9p2TyToMgNCWXQEoI5HiYTSve0xhhsBy7/Ar9kzkNORK9MWsY6i3LN8zoQ4aFmDe9Y+J0UHY+QLAFG74HvZ+VTs4ha40QXpeaQYf02aFmzdimjyTxxl+iWD/xwXCp6EWO+i6I3IpRBu2HNVzKmZrzJgOm5+n831d4I0XdXGtbaSg4kuMSgUuih9BwhqkjTbxquOlpKDiRYTKsq/3WT4IhpFsVIU8mBBWME08QqUmq2TY2PvbtAgj9OEmOVlo/VSf6ubzV4DSbBkePU4gG75eOeZNwHH95xCGQgwfGiVS128SRjBKNoP1AsddHxoVVHXYtjalxcQcKbDOZ8ggTHBJxu+UUx4tiSrcPGaTGHXqJJVlzQRqq+UYwo0mladNKmkEzEgyYz6pYoMmnaqcNi2EHEh67cpvS5ikwUUx2OF/puuTSNrG6mwNec81YdqsOxQfnGAk1IluXg3RF/ycY81eG4gHU4MfFS+nyM4sWng+0lYzdNaTo+JCYq0mkamXs43D5d41SLuun4gHUYL0LIgnIxVSMtJZPg+KD9aASqw4grGGkq2YliarZiATZa+rj/VKuWIw92Oqnae41mJ1EUxwOWFo3Wb/KNFlKbpl0aJFMUxwPspHHgwXrlG611sxf2XNoP60Zv3XrDO0MoiqMHI7hrbzDByP6rE04kv0udZIri6HEE54IL/uvaJJx70vwt9HWSKYqjRcuKLnqs2pHg2kar4XXdA77JnBEmEQ24Dw66TcIanL853lYw4lnFzwmjaCJcWA8HXUyy1CG5y4YuWHt/vfw7XF8f8D3Xk2wuUhSHDe6BcRYdZFSJ4DwaU3SzJqsZ+IG3Ff6UZexl+mhLWGD0YmrWdhqBnofp+eDyiDPsCEBRE/9Ds+aFxAwQoRBW9LqI31JkzxaSSZ7vv8/XlI6/K4TwxxlPBrzIgGDNzd/aA0tCclCE4LJl8x1Op7WW/nqKMXYUiC2nU7kYuTie7ESuB+e5tUOjBa+dLqW3TQMDTNsU0VtAJ3Kx5s49zMLZx9vfSy5GsPiZK/07egzv1+2Znn2RyViq+reI6iFxV+obCIi3oFhVSFXFpUHZgQaKPft4yNnr3ng+0DB3DoKQucKBz5oJKJQLo2V3/RUThO2UwXxeqgAAAABJRU5ErkJggg==);
  border-color: #fff;
  color: #fff
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes opacity {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.cms-block h3 {
  font-size: 30px;
  font-weight: 700;
  color: #146ab0;
  margin-bottom: 2rem;
}

.our-story {
  /* background-image: url('../images/our-story.png');
    background-repeat: no-repeat;
    background-size: cover; */
  height: 543px;
}

@media (min-width:768px) and (max-width: 992px) {
  .cms-block h3 {
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .cms-block P {
    font-size: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .cms-block h3 {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .cms-block P {
    font-size: 15px;
  }
}

.visionary_speak {
  /* background-image: url('../images/our-story.png');
    background-repeat: no-repeat;
    background-size: cover; */
  height: 543px;
}

.about-us-base-div {
  background: linear-gradient(180deg, #11101D 0%, #BB1E20 16.15%, #BB1E20 53.65%, #171532 100%);
}

.about-us-info-title {
  color: #146AB0;
  text-align: center;
  font-family: Comfortaa;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.about-us-info-body {
  color: #262626;
  text-align: center;
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.about-us-button {
  border-radius: 33.557px;
  border: 0.736px solid #FFF;
  background: #146AB0;
  box-shadow: 0px 5.88657px 16.18806px 0px rgba(30, 30, 30, 0.38);
  color: #FFF;
  text-align: center;
  font-family: Comfortaa;
  font-size: 11.025px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  width: 100px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .about-us-vertical-line-base {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }

  .about-us-vertical-line {
    width: 3px;
    height: 120px;
    position: absolute;
  }

  .left-about-us-info {
    margin-top: 180px;
    margin-left: 100px;
    position: absolute;
  }

  .horizontal-line {
    width: calc(40vw - 490px);
    height: 2px;
    position: relative;
    left: 450px;
  }

  .horizontal-line-bottom {
    width: calc(40vw - 490px);
    height: 2px;
    margin-top: 100px;
    margin-left: 80px;
  }

  .bottom-line {
    margin-top: 265px;
  }

  .right-about-us-info {
    position: absolute;
    left: 50%;
    top: 45%;
  }

  .about-us-info-base {
    width: 450px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
    position: absolute;
  }

  .mission-div {
    margin-left: 140px;
    margin-top: -80px;
  }
}

.top-line {
  margin-top: -20px;
}

.vision-icon {
  height: 150px;
  width: 150px;
  position: absolute;
  left: calc(50% - 75px);
  margin-top: 110px;
}

.mission-icon {
  height: 150px;
  width: 150px;
  position: absolute;
  left: calc(50% - 75px);
  margin-top: 400px;
}

@media (max-width: 1200px) {

  .about-us-info-base {
    width: 350px;
    background-color: #fff;
    padding: 20px;
    border-radius: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
  }

  .horizontal-line {
    display: none;
  }

  .vision-icon {
    display: none;
  }

  .mission-icon {
    display: none;
  }

  .about-us-vertical-line {
    height: 150px;
    width: 2px;
  }

  .top-line {
    margin-top: -20px;
  }

  .about-us-vertical-line-base {
    display: flex;
    justify-content: center;
    margin: 10px;
  }

  .left-about-us-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .right-about-us-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }

  .horizontal-line-bottom {
    display: none;
  }

}

.director-msg {
  padding: 2.5rem;
  border-radius: 0.375rem;
  background-color: rgb(252 211 77);
  font-size: 90%;
  height: 400px;
}

.director-msg.director01 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(254 243 199);
  z-index: 3;
}

.director-msg.director02 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-3deg);
  background-color: rgb(253 230 138);
  z-index: 2;
}

.director-msg.director03 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(3deg);
  background-color: rgb(252 211 77);
  z-index: 1;
}


.view-product-world-of-interior-emulsion {
  background: linear-gradient(180deg, #00182C 10.94%, #004F90 66.15%, #146AB0 100%);
}

.view-product-world-of-exterior-emulsion {
  background: linear-gradient(180deg, #11101D 0%, #6B0000 23.63%, #400057 43.42%, #146AB0 100%);
}

.view-product-world-of-wood-metal {
  background: linear-gradient(180deg, #11101D 0%, #D33308 11.46%, #D33308 34.9%, #146AB0 100%);
}

.custom-bullet-point {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 5px
}

.show {
  display: block;
  visibility: visible;
}

.hide {
  display: none;
  visibility: hidden;
}

small.form-error {
  color: #BB1E20;
  font-size: 11px;
}

.flash-message {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30em;
  height: 9em;
  margin-top: -4.5em;
  margin-left: -15em;

  padding: 10px;
  /* width: 100%; */
  z-index: 9999;
  text-align: center;
  /* margin-bottom: 0; */
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;

  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid rgba(0, 0, 0, 0.35);
  border-radius: 10px !important;
  background-color: #fff9e3;
  box-shadow: 0 .125rem .75rem 0 rgba(0, 0, 0, 0.25);
}

.flash-msg-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.flash-message.border-danger {
  border-color: #ee0e21;
}

.flash-message.border-success {
  border-color: #03c744;
}

.flash-message.border-warning {
  border-color: #fcc100;
}


.filled-circle {
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 15px;
}

.filled-circle.success {
  background-color: #03c744;
}

.filled-circle.error {
  background-color: #ee0000;
}

/* .carousel-products .owl-nav {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* .carousel-products .owl-prev {
  color: white !important;
  margin-right: 10px;
  font-size: 25px !important;
} */

/* .carousel-products .owl-next {
  color: white !important;
  margin-left: 10px;
  font-size: 25px !important;
} */

/* Styles for Slick Slider ----> Home Page */
.slick-slider .slick-dots {
  height: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 7rem;
}

.slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: grey;
  border-radius: 100%;
  cursor: pointer;
}

.slick-slider .slick-dots button {
  visibility: hidden;
}

.slick-slider .slick-dots .slick-active {
  background-color: white;
  opacity: 0.8;
}

/* Styles for Owl Carousel Slider (Products ----> Interior & Exterior) */
.product-carousel .owl-dots {
  height: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.product-carousel .owl-dot {
  background-color: transparent !important;
}

.dots {
  width: 8px;
  height: 8px;
  background-color: grey;
  border-radius: 100%;
}

.owl-dot.active .dots {
  background-color: white;
  opacity: 0.8;
}

/* Styles for Dropdown button */
.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  display: none;
  min-width: 225px;
  border-radius: 10px;
  background-color: #FCFCFC;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #F6B218;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn .la-angle-down {
  transform: rotate(180deg);
}

.la-angle-down {
  transition: transform 0.3s ease;
}

/* To show the mobile dropdown menu */
.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

/* Styles for active class */
.active {
  color: #F6B218 !important;
}




