@import url('https://fonts.googleapis.com/css2?family=Cagliostro&display=swap');
html,body{
    padding:0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    overflow-x: hidden;
}

/*===========================
<-- Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  transition: all 1s 1s ease;
  width:80px;
  height: 80px;
  background-image: url(../images/loader.gif);
  background-size: 80px;
  background-color: #ccc;
  border-radius: 100px;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  /*border: 32px solid transparent;
  border-top-color: #006666;*/
  position: absolute;
  left: 0;
  top: 0;
  animation: weld-rotate 3s infinite ease-out;
  /*background-image: url(../images/loader.gif);*/
}
.loader:before {
  border-color: transparent transparent transparent #f3f8f8;
  animation-delay: 0.5s;
}
@keyframes weld-rotate {
  0%,
  25% {
    transform: rotate(0deg);
  }
  50%,
  75% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 100%;
  height:100%;
  background: #f14b16c4;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  top: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  bottom: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  top: -100%;
}

.loaded .loder-section.right-section {
  bottom: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}
/*End loader style*/

.color_rating
{
  background-color: #f14b16;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-c
{
  max-width: 1750px;
  margin: 0 auto;
}
.img_on_bg
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 60%;
  margin: 0 auto;
  padding: 30px 30px;
  border-radius: 10px;
}
.btn_deal
{
  background-color: #fff;
    color:#000;
    padding: 5px 5px;
    text-align: center;
    animation: 0.2s slideIn ease-in-out forwards 15s;
    border-radius: 10px;
    font-size: 16px;
}
.thumbnail_img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.kml-row
{
padding: 0px;
}
.kml-row li
{
  list-style: none !important;
  padding: 10px 60px 10px 0;
  width: 430px;
  display: inline-block;
}
.kml-row li span
{
  padding: 0 20px;
  font-size: 18px;
}
.top-line
{
  border-top: 2px solid #000;
  padding: 20px 0;
  margin: 0;
}
.img_height
{
  height: 50vh;
  object-fit: cover;
}
.image--block
{
  width: 100%;
  padding: 20px 0px;
}
/*swa popup*/
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm)
{
  background-color: #f14b16 !important;
  
}
div:where(.swal2-container) div:where(.swal2-html-container)
{
  font-size: 20px !important;
  line-height: 30px !important;
  
}
div:where(.swal2-icon).swal2-success .swal2-success-ring
{
  border: .25em solid rgb(255 84 143 / 46%) !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line]
{
  background-color: #f14b16 !important;
}
.swal2-actions button::after
{
  background:none !important
}
/*end swa popup*/
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.sticky {
  position: fixed;
 animation: fadeInDown 1.5s;
 box-shadow: 0 0 5px 0px;
    border: none;
}

.snip1189 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  /*text-transform: uppercase;*/
  font-weight: 500;
  letter-spacing: 1px;
  padding: 20px 0 0;
  left: 100px;
  position: relative;
}
.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0em;
  padding: 0;
}
.snip1189 a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  display: block;
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 18px;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1189 a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #f14b16;
  border-top: 3px solid #f14b16;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #f14b16;
  border-bottom: 3px solid #f14b16;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.snip1189 a:hover,
.snip1189 .current a {
  color: #f14b16;
}
.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}


/* Hover effect for nav links */
.navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 10px 15px;
  transition: color 0.3s ease, padding 0.3s ease;
  
}

/* Hover text color change */
.navbar-nav .nav-item .nav-link:hover {
  color: #f14b16; /* Tomato red color for the text */
}

/* Underline effect on hover */
.navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f14b16; /* Underline color */
  transition: width 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::before {
  width: 100%; /* Underline expands to full width */
}

/* Optional: For dropdown items to have hover effects too */
.navbar-nav .nav-item .dropdown-menu .dropdown-item {
  transition: background-color 0.3s ease;
}
.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff; /* Light grey background on hover */
}
.margin-top
{
  margin-top: 90px;
}
.navbar-brand
{
  width: 25%;
}
.navbar-nav .nav-link {
  color: #000;
  margin: 20px 10px;
  font-size: 20px;
  font-family: math;
}
@keyframes slideup {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
/*hover button style*/
button {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/*End hover button style*/
  .fs-7
  {
    font-size: 17px;
  }
  #myTab a
  {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    
  }
  #myTab .active
  {
    color: #f14b16 !important;
  }
  .accordion-button:not(.collapsed)
  {
    background-color: #fff;
    border: #000;
    color: #f14b16;
  }
  .accordion-button:focus
  {
    border-color: #ccc;
    box-shadow:0 0;
  }
   .product-details>a:hover p
  {
    color: #f14b16 !important;
  }
  .notification {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s;
}

.notification.show {
    display: block;
    opacity: 1;
}
a
{
    color: black;
    text-decoration: none;
}
.border-right
{
    border-right: 2px solid #ccc;
}
.form-control
{
    font-size: 16px !important;
}
.error
{
    color: red;
    font-size: 13px;
    text-align: left;
}
.dark_bg {
    width: 100%;
    padding: 0 50px;
}
.dark_bg::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 45%;
    bottom: 0;
    background: #f5f5f5;
    z-index: -1;
    -webkit-box-shadow: 0 -1px 0 #dddddd inset;
    box-shadow: 2px 0px 0 #dddddd inset;
    height: 84vh;
}
footer
{
  background-color: #ffffff;  
}
footer a
{
  color: #131313;
  display: block;
  
}
footer a:hover
{
  color: #131313;
}
footer p
{
  color: #131313;
}
.copy-bg
{
  background: #ebebeb;
    color: #000000;
}
.bg_button
{
  background-color:#f14b16;
  color: #fff;
}
