@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Public Sans', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

table td {
  white-space: pre;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(0.7rem + 1.4vw);
}

.vs_fs_40 {
  font-size: calc(0.8rem + 1.2vw);
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: calc(0.7rem + 1vw);
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fc_red {
  color: #d7110c;
}

.vs_fc_gold {
  color: #b58a28;
}

.vs_fc_a {
  color: #000;
}

.vs_fc_a:hover {
  color: #b58a28;
}

.vs_ctm_btn {
  border: 1px solid black;
  background-color: #4c4848;
  padding: 10px 20px;
  color: #fff !important;
  position: relative;
  transition: all 0.3s;
  z-index: 0;
  font-weight: 600;
  overflow: hidden;
  font-size: 18px;
  width: fit-content;
  border-radius: 50px;
}


.vs_ctm_btn:before {
  background: #b58a28 !important;
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  height: 100%;
  left: 0%;
  top: 0;
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0%;
}

.vs_ctm_btn:hover:before {
  width: 100%;
}

.vs_ctm_btn a {
  color: #fff !important;
}

.vs_ctm_btn:hover,
.vs_ctm_btn:hover a {
  color: #fff !important;
}

.vs_overlay_clr {
  position: relative;
}

.vs_overlay_clr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0.3;
}

.vs_face:hover {
  color: #1877f2 !important;
}

.vs_twit:hover {
  color: #00b6f1 !important;
}

.vs_inst:hover .bi-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.vs_linked:hover {
  color: #0077b5 !important;
}

.vs_yout:hover {
  color: #FF0000 !important;
}


/*uss S*/


.vs_heading h2 {
  font-size: calc(0.7rem + 1.4vw);
  font-weight: 600;
}


.vs_heading h6 {
  position: relative;
  color: #d7120d;
}

.vs_heading h6::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  bottom: -5px;
  background-color: #d7120d;
}

.vs_heading.text-center h6::before {
  transform: translate(-50%, 0px);
  left: 50%;
}


/*uss E*/


/*banner S*/

.vs_bnr_sldr .item.vs_slide_item {
  /*display: flex;*/
  width: 100%;
  /*height: 100vh;*/
}

.vs_bnr_sldr.owl-theme .owl-item {
  display: flex;
}

.vs_bnr_sldr .owl-stage {
  display: flex;
}

.vs_slide_item img {
  width: 100%;
  /*height: 85vh;*/
  object-fit: cover;
  object-position: top;
  /*transition: all 0.5s;
  transform: scale(1);*/
}

.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vs_bnr_sldr figure figcaption h2 {
  padding: 15px 30px;
  font-size: calc(1rem + 3vw);
  background-color: #0000009e;
  color: #fff;
}

/*.vs_bnr_sldr .owl-item.active img{
  transform: scale(1.5);
  transition: all 0.9s;
}*/

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
  position: absolute;
  bottom: 45px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #000;
  transition: .5s;
}

.vs_bnr_sldr .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: transparent;
  border: 1px solid #000;

}

.vs_bnr_sldr .owl-dot.active {
  background-color: #d7110c;
}

/*banner E*/


.vs_section_pro1 {
  /*background-image: url(../img/home/swimming_bg.png);    */
  background-image: linear-gradient(#011324e3, #011324e3),
    url(../img/home/swimming_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.vs_section_pro2 {
  background-image: linear-gradient(#b58a28d4, #b58a28d4), url(../img/home/pebbles_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.vs_section_pro2 .vs_pro_section_box {
  border: 8px solid #000;
}

.vs_section_pro3 {
  background-image: linear-gradient(#000000db, #000000db), url(../img/home/stone_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.vs_pro_section_box {
  position: relative;
  transition: all 0.35s ease-in-out;
}


.vs_pro_section_box img {
  width: 100%;
  object-fit: cover;
}

.vs_pro_section_box {
  position: relative;
  width: 100%;
  /*height: 300px;*/
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.vs_pro_section_box .vs_pro_section_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vs_pro_section_box {
  overflow: hidden;
}

.vs_pro_section_box .vs_pro_section_box {
  background: #1a4a72;
}

.vs_pro_section_boxd .vs_pro_section_box h3 {
  background: rgba(12, 34, 52, 0.6);
}

.vs_pro_section_box img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
}

.vs_pro_section_box .vs_pro_section_box {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease 0.2s;
}

.vs_pro_section_box .vs_pro_section_box h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}

.vs_pro_section_box .vs_pro_section_box p {
  font-style: italic;
  font-size: 16px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}

.vs_pro_section_box:hover img {
  opacity: 0;
  transform: scale(0.5);
}

.vs_pro_section_box:hover .vs_pro_section_box {
  visibility: visible;
  opacity: 1;
}

.vs_pro_section_box .vs_pro_section_box {
  transform: translateX(-100%);
}

.vs_pro_section_box:hover .vs_pro_section_box {
  transform: translateX(0);
}


.vs_mosaic_bg {
  background-image: url(../img/home/all_product.png);
  padding-block: 300px;
  background-attachment: fixed;
}


.feature_section {
  background-color: #f4f4f4;
}

.feature_section .vs_feature_border::before {
  position: absolute;
  content: "";
  background: #dee2e6;
  width: 100%;
  height: 1px;
}

.vs_feature_box {
  text-align: center;
  /*background-color: #e0e1e5;*/
  padding: 30px;
  border-radius: 10px;
}

.vs_feature_box a {
  color: #b58a28;
  padding-top: 10px;
}

.vs_feature_box_icon {
  font-size: 50px;
  background: #b58a28;
  color: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px solid #040404;
}

.vs_feature_box_details {
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 0;
  background: #000;
  margin: auto;
  display: block;
  opacity: 0;
  transition: 0.8s all;
  /*border-radius: 10px;*/
  overflow: hidden;
  text-align: center;
  padding: 15px 10px 10px 10px;
  color: #fff;
  margin-top: 8px;
}

.vs_feature_box_details a {
  color: #fff;
}

.vs_feature_box_details a:hover {
  color: #000;
}

figure:hover .vs_feature_box_details {
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
}

.vs_feature_box_1 {
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 10px #c9c6c6;
  transition: all 0.5s;
}

.vs_feature_box_1:hover {
  background-color: black;
  color: #fff;
}


/*** About S***/


/*** About E***/

/*vs_product_img S*/


.vs_product_img {
  position: relative;
  transition: all 0.5s;
}

.vs_product_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}

.vs_product_img:hover:before {
  opacity: 0.5;
}

.vs_product_img_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  border: 1px solid #fff;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.vs_product_img_hover_detail {
  display: none;
  transition: all 0.5s;
}

.vs_product_img img {
  transition: all 0.9s;
}

.vs_product_img:hover img {
  transform: scale(1.3);
}

.vs_product_img:hover .vs_product_img_hover {
  border: 3px solid #fff;
  background-color: #0000006b;
}

.vs_product_img:hover .vs_product_img_hover_detail {
  display: block;
}

.vs_product_img_hover i {
  font-size: 25px;
  color: white;
}

.vs_prod_slider .owl-nav {
  position: absolute;
  width: 100px;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  opacity: 1;
  transition: .5s;
  z-index: 1;
}


.vs_prod_slider .owl-nav .owl-prev,
.vs_prod_slider .owl-nav .owl-next {
  position: relative;
  color: #be3936;
  font-size: 45px;
  transition: .5s;
  background-color: transparent;
  border: none;
}

.vs_prod_slider .owl-nav .owl-prev:hover,
.vs_prod_slider .owl-nav .owl-next:hover {
  color: #000;
}

.vs_prod_slider .owl-dots {
  display: none;
}

/*vs_product_img E*/


/*vs_letest_prd_img_silder S*/


.vs_letest_prd_img_silder figure {
  transition: all 0.5s;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.vs_letest_prd_img_silder figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;

}

.vs_letest_prd_img_silder figure figcaption h4 {
  color: #fff;
  padding-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.vs_letest_prd_img_silder figure figcaption p {
  color: #ddd8d8;
}

.vs_letest_prd_img_silder figure:hover figcaption {
  background-color: #0000007a;

}

.vs_letest_prd_img_silder figure img {
  transform: scale(1);
  transition: all 0.5s;
  width: 100%;

}

.vs_letest_prd_img_silder figure:hover img {
  transform: scale(1.3);
}

.vs_letest_prd_img_silder figure .vs_letest_prd_img_detalis {

  margin-left: 10px;
  margin-top: 5px;
  transition: all 0.5s;
  color: #fff;
}

.vs_letest_prd_img_silder figure:hover .vs_letest_prd_img_detalis {
  margin-left: 30px;
  margin-top: 30px;
}

.vs_letest_prd_img_silder figure figcaption a {
  font-size: 18px;
  color: #ddd8d8;
  font-weight: 600;
}

.vs_letest_prd_img_silder figure figcaption a:hover {
  color: #b58a28;
}


.vs_letest_prd_img_silder .owl-nav {
  display: none;
}


/*vs_letest_prd_img_silder E*/


/*** Testimonial S***/
.vs_testimonial_carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.vs_testimonial_carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}


.vs_testimonial_carousel .owl-item .testimonial-text {
  border: 5px solid var(--light);
  transform: scale(.8);
  transition: .5s;
}

.vs_testimonial_carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}

.vs_testimonial_carousel .owl-item.center {
  box-shadow: 0px 0px 10px #d9d8d7c2;
  margin-block: 10px;
  border-radius: 10px;
  padding-block: 15px;
}

.vs_testimonial_carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.vs_testimonial_carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.vs_testimonial_carousel .owl-nav .owl-prev,
.vs_testimonial_carousel .owl-nav .owl-next {
  position: relative;
  color: #d7120d;
  font-size: 45px;
  transition: .5s;
  background-color: transparent;
  border: none;
}

.vs_testimonial_carousel .owl-nav .owl-prev:hover,
.vs_testimonial_carousel .owl-nav .owl-next:hover {
  color: #000;
}

.vs_testimonial_text {
  text-align: center;
  padding: 40px;
}

.vs_testimonial_img img {
  width: 90px;
  height: 90px;
}

/*** Testimonial E***/


/*vs_all_banner s*/
.vs_all_banner img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.vs_all_banner figure {
  margin-bottom: 0;
  position: relative;
}

.vs_all_banner figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  /*background: #ffffffad;*/
  opacity: 0.5;
}

.vs_all_banner figcaption {
  position: absolute;
  top: 50%;
  color: #000;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  width: 100%;
  /*transform: translate(0px, -50%);*/
}

.vs_all_banner figcaption h1 {
  font-size: calc(1rem + 1vw);
  font-weight: 600;
}

.vs_all_banner figcaption li {
  font-size: 16px;
}

.vs_all_banner figcaption a {
  color: #9f1c0e;
  transition: all 0.5;
}

.vs_all_banner figcaption a:hover {
  color: #32447a;
}


/*vs_all_banner E*/


.vs_why_box {
  background-color: #b58a28;
  color: #ededed;
}

/*vs_product Page s*/
.vs_product_list h3 {
  background-color: black;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: calc(0.7rem + 1.1vw);
}

.vs_product_list ul {
  background-color: #b58a28;
  padding: 20px 10px;
}

.vs_product_list ul li {
  padding-block: 14px;
  border-bottom: 1px dashed #000;
  transition: all 0.5s;
}

.vs_product_list ul li:last-child {
  border-bottom: none;
}

.vs_product_list a {
  color: #fff;
  transition: all 0.5s;
}

.vs_product_list li:hover a {
  color: #000;
}

.vs_product_box_img {
  transition: all 0.5s;
}

.vs_product_box_img h5 {
  background-color: #b58a28;
  padding: 10px;
  color: #fff;
  transition: all 0.5s;
  font-size: 15px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vs_product_box_img:hover h5 {
  background-color: #000;
  padding: 10px;
  color: #fff;
}

.vs_product_box_img img {
  height: 200px;
  object-fit: fill;
  width: 100%;
}

/*vs_product Page E*/

/*gallery S*/

.vs_gallery_box {
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  transition: all 0.5s;
  width: 100%;

}

.vs_gallery_box img {
  height: 240px;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;

}

.vs_gallery_box:hover img {
  transform: scale(1.1);
}

/*gallery E*/

/*contact S*/
.vs_map_box {
  background-color: #ffffff;
  padding: 30px 20px;
  transition: all 0.5s;
  border: 1px solid #ededed;
  width: 100%;
}

.vs_map_box:hover {
  box-shadow: 0 0 10px #e7e7e7;
}

.vs_map_box a {
  color: #000;
}

.vs_map_box a:hover {
  color: #b58a28;
}

/*contact E*/

/*** Footer S ***/
footer {
  /*background-color: #353535 !important;*/
  background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0), rgb(0 0 0 / 58%)), url(../img/ftr_bg.png);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #b58a28;
}

.vs_newslatter input {
  border-radius: 50px;
}

.vs_newslatter .vs_ctm_btn {
  right: 0;
  border-radius: 50px;
  height: 100%;
  position: absolute;
}
footer h4{
  text-align: center;
}

footer .vs_social_icon li {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  transition: .3s;
}

footer .vs_social_icon li:hover {
  color: #f69a1f;
}

footer .vs_social_icon li a {
  color: #fff;
}

footer .vs_ftr_list li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

/*footer .vs_ftr_list li::before {
  position: relative;
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-weight: 900;
  margin-right: 10px;
}*/

footer .vs_ftr_list li:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

footer .vs_ftr_gallery {
  display: grid;
  grid-template-columns: 47% 47%;
  gap: 5px;
}

footer .vs_ftr_gallery img {
  width: 115px;
  height: 110px;
  object-fit: cover;
}

footer .vs_ftr_gallery img:hover {
  cursor: zoom-in;
}

.vs_copyright_box {
  /*background-color: #be3936;*/
  color: white;
}

.vs_copyright_box .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgb(255 255 255 / 45%);
}

.vs_copyright_box .copyright a {
  color: #fff;
}

.vs_copyright_box .copyright a:hover {
  color: #b58a28;
}

.vs_fix_btn {
  position: fixed;
  bottom: 93px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}

.vs_fix_whatsup_btn img {
  width: 45px;
  object-fit: contain;
}


.vs_top_btn button {
  visibility: hidden;

}

.vs_top_btn button.show {
  opacity: 1;
  visibility: visible;
}