*
{
  padding: 0px;
  margin: 0px;
}

html {
  scroll-behavior: smooth;
}
:root {
/*    --color1: #6AA1A5;*/
    --color1: #008080;
    --color2: #0F6467;
    --color3: #54A4A5;
    --color4: #189F47;
/*    --color5: #19332D;*/
    --color5: #FF8C00;
    --white:#fff;
    --black:#000;
    --fontmont: 'Montserrat', sans-serif;
}

.bgcolor1
{
  background-color: var(--color1) !important;
}
.bgcolor2
{
  background-color: var(--color2) !important;
}
.bgcolor3
{
  background-color: var(--color3) !important;
}
.bgcolor4
{
  background-color: var(--color4) !important;
}
.bgcolor5
{
  background-color: var(--color5) !important;
}
.fontmont
{
  font-family: var(--fontmont);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color2);
}


body
{
	/*background-image:url("/assets/images/body2.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: black !important;*/
}
/*navbar styles*/
.navbar
{
/*  background: rgba(255,255,255,1);*/
    padding: 0px;
}
.navbg
{
  background: linear-gradient(to left, var(--color1),var(--color2));

}
.navbtn
{
   background: linear-gradient(to left, #1cb5e0, #000046);
   transition: background 0.5s,box-shadow 0.5s;
}
.navbtn:hover
{
  box-shadow: 0px 0px 15px aqua;
  background: linear-gradient(to left, var(--color1),var(--color2));
}
.navbar-light .navbar-nav .nav-link
{
  font-size: 12px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: var(--white);
  transition: color 0.5s,text-shadow 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover
{
    color: var(--black);
    border-bottom: 1px solid white;
    /*text-shadow: 0px 8px 5px aqua;*/
}
/*navbar style end*/
.text-web
{
	color: #3E6EEB;
}
.text-web-dark
{
	color: #1C48B9;
}
.bg-web
{
	background-color: #3E6EEB;
}
.bg-web-dark
{
	background-color: #1C48B9;
}
.designclip
{
 background-color: darkblue;
  clip-path: polygon(-50% 0, 50% 100%, 150% 0);
  color: white;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.designclip2
{
  background-color: darkblue;
  clip-path: polygon(-50% 0, 50% 100%, 150% 0);
  color: white;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

 
.category_heading,.product_heading
{
  font-family: 'montserrat';
  letter-spacing: 3px;
  word-spacing: 2px;
	text-transform: uppercase;
  border-radius: 25px !important;


  /*text-shadow: 0px 0px 5px black !important;*/
}
.category_heading h2,.product_heading h2
{

  font-weight: 700 !important;


}
/*.category_heading::after{
	content: "";
	width: 30px;
	height: 5px;
	border: 10px double #3E6EEB;
	border-radius: 15px 0px;
	position: absolute;
	top: 12.8%;
	left: 10.5%;
}*/

.category_card
{
	background-image: linear-gradient(180deg,white,white);
	width: 100%;
	height: 100%;
	border: 2px solid #3E6EEB;
	box-shadow: 0px 0px 2px 0px;
	border-radius: 25px;
	transition: background-image 0.4s,box-shadow 0.4s,color 0.4s;
}

.category_card:hover
{
	/*background-image:linear-gradient(to bottom,#3E6EEB,#3E6EEB,#3E6EEB,#1C48B9);*/
  background-image: linear-gradient(to bottom,#3e6eeb82,#3e6eeb82,#1C48B9);
	box-shadow: 0px 0px 5px 2px;
	color: white;
}
.category_card:hover .card-footer a
{
  text-decoration: none;
  color: white;
}

.category_counter span
{
	background-color: #3E6EEB;
	color: white;
	border: 1px solid darkblue;
	padding: 4px 10px;
	border-radius: 100%;
}
.product_card_list, .product_grid_card
{
  font-family: 'Montserrat', sans-serif;
	/*border: 1px solid white;*/
	padding: 5px 18px;
	border-radius: 5px;
  /*border: 1px solid #3E6EEB;*/
  transition: box-shadow 0.5s;
  background: white;
  margin-bottom: 5px;
	
}
.productscardbackground
{
/*  background-image: url(../images/banner-bg-blue.png);*/
   background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
                url(https://img.freepik.com/free-vector/modern-percentage-sign-pattern-background-calculating-interest-rates_1017-45135.jpg);
    
  background-size: contain;
  background-position: top;
  background-repeat: repeat;
}
.product_card_list_heading,.product_grid_card_heading
{
  font-family: 'montserrat';
  text-transform: uppercase;
  letter-spacing: 1px;

}
.product_card_list_image
{
  /*border: 1px solid black;*/
  /*height: 80%;*/
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}

.product_card_list_image img
{
  /*border: 1px solid black;*/
  width: 100%;
  max-width: 100%;
  position: relative;
}
.product_card_list_table_details tr td
{
  border: 2px solid white;
  padding: 2px;
}
.product_card_list_table_details td
{
  margin: 2px;
  background-image: linear-gradient(to right, silver,white);
}
.product_card_list_table_details p
{
  margin-bottom: 0;
  font-weight: bolder;
}
.product_card_list_sideprice
{
  clip-path: polygon(20% 1%, 100% 0, 100% 100%, 20% 100%, 0 50%);
  background-image: linear-gradient(to left, silver,white);

}
.sideprice
{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
}
.sideprice h6
{
  /*#A8CFFF*/
  /*#080D45*/
  /*#0E1377*/
  color:#0E1377 ;
}
.product_card_list:hover
{
  box-shadow:0px 0px 5px 1px silver;
}

.product_grid_card_image
{
  /*border: 1px solid black;*/
  /*height: 80%;*/
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}

.product_grid_card_image img
{
  /*border: 1px solid black;*/
  width: 50%;
  max-width: 50%;
  position: relative;
}

.btn_product
{
	border-radius: 100%;
	border: 1px solid #3E6EEB;
	background-image: linear-gradient(140deg,white,#3E6EEB);
	transition: box-shadow 0.4s;
}
.btn_product:hover
{
	box-shadow: 0px 0px 2px 2px #3E6EEB;
}
.table_product td
{
	padding: 0px;
}

/*product details*/
/*swiper*/
.swiper {
  width: auto;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
 /* width: 50%;
  height: 50%;*/
  object-fit: cover;
}

.swiper {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  height: auto;
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height:auto;
  width:auto;
}

.mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: auto;
  height: auto;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
}
.slide-wrap
{
  display: flex;
  justify-content: center;
  padding: 50px;
  background-color: white;
  border-radius: 25px;
  width: 75%;
  background-color: rgba(255,255,255,0.5);
  /*box-shadow: 0px 0px 50px;*/
}

.product_detail_card_price
{
  font-family: 'montserrat';
  padding: 25px;
/*  color: var(--white);*/
} 
.product_detail_card_totalbid
{
  font-family: 'montserrat';
  padding: 15px;
}
.product_detail_card_totalbid h6
{
  /*#A8CFFF*/
  /*#080D45*/
  /*#0E1377*/
  background-color: #0E1377;
  padding: 10px;
  color: white;
  border-radius: 5px;
}
.product_detail_card_safety,.product_detail_card_min
{
/*  background-color:#0E1377 ;*/
/*  padding: 5px;*/
  font-family: 'montserrat';
}
.product_detail_card_safety p,.product_detail_card_min p
{
/*  margin-left: 50px;*/
}
.product_detail_card_min
{
/*    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);*/
}
.product_detail_card_safety
{
/*  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);*/
}

.bid_now_title
{
  font-family: 'montserrat';
  font-weight: bolder;
  color: var(--white);
}
.bid_btn
{
  background-color: var(--color5);
  color: white;
  font-family: 'montserrat';
  font-weight: bolder;
  border-radius: 15px;
  border: 0;
}
.newd .newdt
{
  border: 2px solid white;
  padding: 2px;
}
.newdt
{
    margin: 2px;
  background-image: linear-gradient(to right, darkgrey,white);
}
.product_card_detail_list_table_details tr td
{
  border: 2px solid white;
  padding: 2px;
}
.product_card_detail_list_table_details td
{
  margin: 2px;
  background-image: linear-gradient(to right, darkgrey,white);
}
.product_card_detail_list_table_details p
{
  margin-bottom: 0;
  font-weight: bolder;
}
.list_table_icon
{
  color: rgba(0,0,0,0.5);
}
/*product details end*/
/*profile*/
.profile_card
{
 background: linear-gradient(to left, var(--color1),var(--color2));

 font-family: 'montserrat';
 letter-spacing: 2px;
}
.profile_card .nav-link
{
    background: linear-gradient(to left, var(--color2),var(--color1));
    font-family: 'montserrat';
    transition: background 0.6s;
}
.profile_card .nav-link:hover
{
    background: var(--color5);
}
.profile_card .nav-link:focus
{
    background: var(--color5);
}
.profile_card .nav-link.active
{
    background: var(--color5);
}
.hero
{
/*  height: 70vh;*/
}
.banner-image{
  /*height: 80vh;*/
  /*rgb(5%, 43%, 86%)*/
  /*rgb(2%, 27%, 40%)*/
    background: linear-gradient(18deg, rgba(5%, 43%, 86%, 0.4), rgba(2%, 27%, 40%,0.3)), url("../images/banner1_bg.png");
    /*background: linear-gradient(18deg,#0E73EA, #03415B);*/
    background-size: cover;
    background-position: center;
}
.banner-phone-image img{
    width:300px;
}
.banner-btn
{
  font-weight: bolder;
  text-transform: uppercase;
  box-shadow: 0px 1px 1px;
  border: 1px solid whitesmoke;
  border-radius: 35px;
  background-image: linear-gradient(to top,#5E93CA,transparent);
  transition: background-image 0.5;
}
.banner-btn:hover
{
  background-image:linear-gradient(to top,#5E93CA,#5E93CA);
}
.clock
{
  /*font-family: 'alarm clock', sans-serif;*/
  font-family: 'Nexa bold',sans-serif;
  background-image: linear-gradient(160deg ,#3E6EEB,#1C48B9);
  background-color: #3E6EEB;
  /*background-color: #1C48B9;*/
  /*background-color: #121212;*/
  border-radius: 0px 0px 10px 10px;
  /*border-radius: 10px 10px 0px 0px;*/
}
.clock li
{
  /*font-weight: bolder;*/
  /*font-size: 18px;*/
  /*background: #333333;*/
  padding: 8px 5px;
  color: white; 
  border-radius: 2px;
  /*text-shadow: 1px 1px 5px #1BB3DE,-1px -1px 5px maroon;*/
}
.fletter::first-letter
{
  font-size: 45px;
  font-weight: bolder !important;
  font-family: 'montserrat';
  color: #1BB3DE;
}

/*category slider banner*/
.category-slider
{
 /*border: 1px solid black;*/
 padding: 5px;
}
.mySwiperbannercategory
{
 /*border: 1px solid black;*/
 padding: 8px 0px;
}
.banner-category-card
{
  height: 186px;
  width: 200px;
  box-shadow: 0px 0px 4px 0px grey;
  cursor: pointer;
  font-family: 'montserrat';
  text-transform: capitalize;
  font-weight: 500;
}
.banner-category-card .card-body
{
  padding: 10px;
}

.banner-category-card .image
{
  /*border: 1px solid black;*/
  height: 80%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.banner-category-card .image img
{
  height: 75%;
  /*border: 1px solid black;*/
}
.banner-category-card .card-footer
{
  transition: all 0.5s;
  font-weight: bolder;
}
.banner-category-card:hover
{
  border: 2px solid var(--color1);
}
.banner-category-card:hover .card-footer
{
  background: var(--color1);
  color: white;
}
.cubeswiper
{
  height: 40vh;
}
.cubeswiper img
{
  height: 40vh;
}
.productswiper
{
  display: none;
}
.productcard
{
  height: 400px;
  border-radius: 12px;
  font-family: 'montserrat';
  font-weight: bold;
  text-transform: capitalize;
}
.productcards img
{
  cursor: pointer;
  height: 25vh;
  width: 100%;
  border-radius: 12px;
}


@media screen and (max-width: 1330px) {
  .category-slider {
    /*display: none;*/
    width:100% !important;
  }
  
  .clock li
  {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
    
  .cubeswiper {
    display: none;
  }
}
@media screen and (max-width:600px)
{
    /*.swiper-wrapper-cats*/
    /*  {*/
    /*      flex-direction:column;*/
    /*      justify-content:space-between !important;*/
    /*      width:100%;*/
    /*  }*/
    /*.swiper-slide-cats*/
    /*  {*/
    /*      width:100% !important;*/
    /*  }*/
    
}
@media screen and (max-width: 1300px) {
     .productcards
  {
    display: none;
  }
  .productswiper
  {
    display: block !important;
  }
}

.prewrap
{
  background: linear-gradient(rgba(217, 217, 217, 0.2), rgba(62, 110, 235, 0.8)), url("../images/Faisal-Mosque-1.jpg");
   background-size: cover;
  background-position: center;
}
.btn-viewall
{
  background-color: var(--color1);
  border: none;
  font-family: var(--fontmont);
  color: white;
}
.card_super
{
  font-family: 'montserrat';
  border: 1px solid #3E6EEB;
  box-shadow: 0px 0px 5px #3E6EEB;
  border-radius: 15px;
}
.card_super h5,h6
{
  font-weight: bolder;
  text-transform: uppercase;
}
.card_line
{
  border-bottom: 1px dashed grey;
}

.btn-submit
{
  background-color:var(--color1);
/*  background: linear-gradient(to bottom,var(--color1),var(--color5));*/
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'montserrat';
  font-size: 14px;
  border-radius: 25px;
}
.card-image
{
  /*background: linear-gradient(rgba(62, 110, 235, 0.8)),url("../images/1978931.png");*/
  background: linear-gradient(rgba(217, 217, 217, 0.2), rgba(0, 0, 0, 0.8)), url("../images/1978931.png");
  background-size:cover;
  background-position:top;
  border-radius: 10px;
  text-align: center;
}
.bid-icon
{
  padding: 10px;
}
.bid-icon i 
{
  border: 2px solid white;
  padding: 10px;
  border-radius: 20px;
  background-color: #3E6EEB;
  color: white;
  transition: background 0.5s;
}
.bid-icon i:hover
{
  background-color: #3C61B1;
}
.register-sticker
{
  background-image: url("../images/image_5.png");
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-weight: bolder;
  border-radius: 25px;
}
.detail_card
{
  border-radius: 25px;
  padding: 25px;
  box-shadow: 0px 0px 5px;
  margin-bottom: 15px;
}
.product_info_card
{
  border-radius: 15px;
  border-color: #3E6EEB;
}
.product_info_inner_card
{
  background: #C7D5F9;
  font-family: 'montserrat';
  border-radius: 15px;
  padding: 15px;
  border-color: #3E6EEB;
}
.auction_end_card
{
  border-radius: 15px;
  border-color: #3E6EEB;
}
.bid_form_card
{
  border-radius: 15px;
  border-color: #3E6EEB;
}
.product_description_card
{
  border-radius: 15px;
  border-color: #3E6EEB;
}
.btn-style{
  position: relative;
  display: inline-flex;
  width: 250px;
  height: 55px;
  margin: 0 15px;
  perspective: 1000px;
}
.btn-style a{
  font-size: 19px;
  letter-spacing: 1px;
  transform-style: preserve-3d;
  /*transform: translateZ(-25px);*/
  transition: transform .25s;
  font-family: 'Montserrat', sans-serif;
  
}
.btn-style a:before,
.btn-style a:after{
  position: absolute;
  content: "GET YOUR APP NOW";
  height: 55px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #3E6EEb;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn-style a:before{
  color: #fff;
  background: #3E6EEb;
  transform: rotateY(0deg) translateZ(25px);
}
.btn-style a:after{
  color: #fff;
  transform: rotateX(90deg) translateZ(25px);
}
.btn-style a:hover{
  transform: translateZ(-25px) rotateX(-90deg);
}
.bg-dark-50
{
  background-color: rgba(0,0,0,0.5);

}
.swiper-button-next::after,.swiper-button-prev::after
{
  font-size: 26px !important;
}
/*filter*/
.filterbartitle
{
  /*#A8CFFF*/
  /*#080D45*/
  /*#0E1377*/
  background-color:var(--color1);
  color: white;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'montserrat';
  font-weight: bolder;
}
.checklabel
{
  border:1px solid var(--color5);
  color: var(--color5);
  font-family: 'montserrat';
  text-transform: uppercase;

}
.filterheading
{
  border-left: 3px solid #A8CFFF;
  padding: 4px 10px;
}
.filterbarbody
{
  background-color:var(--white);
  color: var(--black);
  font-family: 'montserrat';
}
.filterbutton button
{
  font-family: 'montserrat';
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*filter end*/
/*latest trending cards*/
.latest-trend-heading
{
  text-transform: capitalize;
  font-family: 'montserrat';
  font-weight: bolder;
  border-bottom: 6px double var(--color1);
/*  text-align: center;*/
  padding: 10px;
  border-radius: 8px;
  color: var(--color1);
  letter-spacing: 1px;
  margin-bottom: 10px;
/*  background-color: ;*/
}
.latest-trend-card
{
   background-color:#0E1377 ;
   color: white;
   padding: 10px;
   margin-bottom: 5px;
   border-radius: 15px;


}
.latest-trend-card-title
{
  text-transform: uppercase;
  font-weight: bolder;
  font-family: 'montserrat';
  text-align: center;
}
.latest-trend-card-image
{
  /*border: 1px solid black;*/
  height: 25vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}

.latest-trend-card-image img
{
  /*border: 1px solid black;*/
  width: 100%;
  max-width: 100%;
  position: relative;
  border: 4px solid white;
}
.latest-trend-card-color
{
  background-color: #363ECD;
clip-path: polygon(2% 0, 98% 0, 96% 100%, 0% 100%);
padding: 15px;
}
.latest-trend-card-table
{
  font-family: 'montserrat';
}
.latest-trend-card-table td
{
  padding: 2px;
  border: 0;
  color: white;
}
.latest-trend-cprice
{
  font-family: 'montserrat';
}
.latest-trend-button
{
  text-align: center;
  width: 90%;
}
.latest-trend-button button
{
  position: relative;
  width: 100%;
  font-weight: bolder;
  color: white;
  text-transform: capitalize;
  background-color: #0E1377;
  border: 0;
  border-radius: 10px;
}
.standard , .autocheck
{
  opacity: 0;
}

/*latest trending cards end*/
/*floating button*/
.floatingbtn
{
  position: fixed;
  /*border: 1px solid black;*/
  padding: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  top: 90%;
  left: 2%;
  z-index: 9999999;
}
/*floating button end*/
.indexheart
{
  margin: 10px;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: absolute;
  border: 1px solid #3766E1;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.5s;
}
.indexheart:hover
{
  background-color: #3766E1;
}
.indexheart:hover i
{
  color: white;
}
.glowing h4
{
  font-family: 'montserrat';
  letter-spacing: 4px;
  font-weight: bolder;
}
.glowing {
  background-color: transparent;
  text-align: center;
  /*-webkit-animation: glowing 1s ease-in-out infinite alternate;
  -moz-animation: glowing 1s ease-in-out infinite alternate;
  animation: glowing 1s ease-in-out infinite alternate;*/
  animation: blinking 1s ease-in-out infinite alternate;

}

/*@keyframes glowing {
  0% {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px lightgreen, 0 0 4px lightgreen, 0 0 5px lightgreen, 0 0 6px lightgreen, 0 0 7px lightgreen;
  }
  50%
  {
    text-shadow: 0 0 7px #fff, 0 0 6px aqua, 0 0 5px aqua, 0 0 4px aqua, 0 0 3px aqua, 0 0 2px aqua, 0 0 1px aqua;
  }
  100% {
        text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px lightgreen, 0 0 4px lightgreen, 0 0 5px lightgreen, 0 0 6px lightgreen, 0 0 7px lightgreen;

  }
}*/
@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg-activebidder
{
  background-color:#cce9d3;
}
.bg-inactivebidder
{
  background-color:  var(--color3);
}

.radius-first
{
  border-radius: 15px 15px 0px 0px;
}
.radius-second
{
  border-radius: 0px 0px 15px 15px;

}




/*=========================================================================================================================================*/
/*new styles*/

.banner-btn-new
{
  font-family: var(--fontmont);
  font-weight: bold;
  border-radius: 6px;
  padding: 8px 24px;
}

.banner-btn-new-login
{
  border: 2px solid var(--color5);
  color: var(--color5);
}

.banner-btn-new-register
{
  color: #fff;
  background-color: var(--color5);
}

.swiper-slide-cats small
{
  font-size: 12px;
}

.page-footer
{
/*  background: linear-gradient(18deg, var(--color1), var(--color5)); */
  background: linear-gradient(18deg, var(--black), var(--black)); 
}
.footer-copyright
{
/*  background-color: var(--color5);*/
  background: linear-gradient(18deg, var(--black), var(--color1)); 

}


.new-hero-section {
            position: relative;
/*            height: 50dvh;*/
            min-height: 600px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        
        .new-hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://www.shutterstock.com/image-photo/real-estate-property-auction-arbitration-600nw-2021185634.jpg');
            background-size: cover;
            background-position: center;
            filter: brightness(0.7);
            z-index: 0;
        }
        
        .new-hero-content {
            padding: 2rem;
            color: white;
            max-width: 700px;
        }
        
        .new-hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .new-hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        .new-install-btn {
            background-color: var(--color1);
            color: white;
            border: none;
            padding: 0.8rem 2rem;
            font-size: 1.2rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
/*            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);*/
            box-shadow: 0 4px 15px rgb(41 90 67 / 40%);

        }
        
        .new-install-btn:hover {
            background-color: var(--color5);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(41, 90, 67, 0.6);
        }
        
        .new-install-btn:active {
            transform: translateY(1px);
        }
        
        .new-auction-timer {
            background-color: rgba(0, 0, 0, 0.7);
            padding: 1rem;
            border-radius: 10px;
            display: inline-block;
            margin-top: 2rem;
        }
        
        .new-timer-item {
            display: inline-block;
            margin: 0 0.5rem;
            text-align: center;
        }
        
        .new-timer-number {
            font-size: 2rem;
            font-weight: 700;
            color: var(--color1);
        }
        
        .new-timer-label {
            font-size: 0.8rem;
            text-transform: uppercase;
        }
        
        

        /* Product Card Styles */
        .new-products-section {
            padding: 5rem 0;
            background-color: #f8f9fa;
        }

        .new-section-title {
            text-align: center;
            margin-bottom: 3rem;
            color: var(--color5);
            font-weight: 700;
        }

        .new-auction-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            background-color: white;
            border: none;
        }

        .new-auction-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .new-card-img-container {
            position: relative;
            overflow: hidden;
            height: 220px;
        }

        .new-card-img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .new-auction-card:hover .new-card-img {
            transform: scale(1.05);
        }

        .new-card-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: var(--color2);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .new-card-body {
            padding: 1.5rem;
        }

        /*.new-card-title {
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--color5);
        }*/
        .new-card-title {
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--color5);
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Limit to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .new-card-category {
            color: var(--color1);
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .new-bid-info {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #eee;
        }

        .new-current-bid, .new-bid-ends {
            display: flex;
            flex-direction: column;
        }

        .new-bid-label {
            font-size: 0.8rem;
            color: #6c757d;
        }

        .new-bid-value {
            font-weight: 700;
            color: var(--color2);
            font-size: 1.2rem;
        }

        .new-bid-time {
            font-weight: 600;
            color: var(--color4);
        }

        .new-card-actions {
            display: flex;
            justify-content: space-between;
        }

        .new-bid-btn {
            background-color: var(--color3);
            color: white;
            border: none;
            padding: 0.6rem 1.5rem;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            flex-grow: 1;
            margin-right: 10px;
        }

        .new-bid-btn:hover {
            background-color: var(--color2);
        }

        .new-watchlist-btn {
            background-color: white;
            color: var(--color5);
            border: 1px solid #dee2e6;
            padding: 0.6rem 1rem;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .new-watchlist-btn:hover {
            background-color: #f8f9fa;
            border-color: #ced4da;
        }

        .new-bids-count {
            font-size: 0.8rem;
            color: #6c757d;
            margin-top: 1rem;
        }

        .new-card-title-swiper {
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--color5);
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Limit to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .new-card-img-container-swiper {
            position: relative;
            overflow: hidden;
            height: 150px;
        }
        .datesource
        {
          font-size: 12px;
        }
        .news-card-title-swiper {
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--color1);
            text-align: left;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Limit to 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        



        
        @media (max-width: 768px) {
            .new-hero-title {
                font-size: 2.5rem;
            }
            
            .new-hero-subtitle {
                font-size: 1.2rem;
            }
        }

/*        landscape*/
/* Landscape Card Styles */
        .new-landscape-card {
            display: flex;
            flex-direction: row;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            background-color: white;
            border: none;
/*            max-width: 900px;*/
            margin: 0 auto;
        }

        .new-landscape-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .new-landscape-img-container {
            position: relative;
            overflow: hidden;
            flex: 0 0 25%;
        }

        .new-landscape-img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .new-landscape-card:hover .new-landscape-img {
            transform: scale(1.05);
        }

        .new-landscape-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background-color: var(--color2);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .new-landscape-content {
            flex: 0 0 75%;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .new-landscape-header {
            margin-bottom: 1rem;
        }

        .new-landscape-title {
            font-weight: 700;
            margin-bottom: 0px;
            color: var(--color5);
/*            font-size: 1.5rem;*/
        }

        .new-landscape-category {
            color: var(--color1);
            font-size: 0.9rem;
            display: inline-block;
            padding: 3px 10px;
            background-color: rgba(106, 161, 165, 0.1);
            border-radius: 4px;
        }

        .new-landscape-description {
            color: #6c757d;
            font-size: 0.95rem;
            margin-bottom: 1rem;
            flex-grow: 1;
        }

        .new-landscape-details {
            display: flex;
            justify-content: space-between;
/*            margin-bottom: 1rem;*/
/*            padding-bottom: 1rem;*/
/*            border-bottom: 1px solid #eee;*/
        }

        .new-landscape-bid, .new-landscape-time, .new-landscape-bids {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .new-landscape-label {
            font-size: 0.8rem;
            color: #6c757d;
            margin-bottom: 5px;
        }

        .new-landscape-descrition {
              font-size: 0.8rem;
              color: #6c757d;
              margin-bottom: 5px;
              line-height: 1.2rem;
              overflow: hidden;
              display: block;
          }

          .read-more-inline {
              color: #007bff;
              text-decoration: none;
              white-space: nowrap;
          }

        .new-landscape-value {
            font-weight: 700;
            color: var(--color2);
            font-size: 1.2rem;
        }

        .new-landscape-time-value {
            font-weight: 600;
            color: var(--color4);
        }

        .new-landscape-bids-value {
            font-weight: 600;
            color: var(--color3);
        }

        .new-landscape-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .new-landscape-bid-btn {
            background-color: var(--color3);
            color: white;
            border: none;
            padding: 0.6rem 1.5rem;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            flex-grow: 1;
            margin-right: 10px;
        }

        .new-landscape-bid-btn:hover {
            background-color: var(--color2);
        }

        .new-landscape-action-btns {
            display: flex;
            gap: 10px;
        }

        .new-landscape-watch-btn, .new-landscape-share-btn {
            background-color: white;
            color: var(--color5);
            border: 1px solid #dee2e6;
            padding: 0.6rem;
            border-radius: 5px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
        }

        .new-landscape-watch-btn:hover, .new-landscape-share-btn:hover {
            background-color: #f8f9fa;
            border-color: #ced4da;
        }

        .new-landscape-seller {
            display: flex;
            align-items: center;
            margin-top: 1rem;
        }

        .new-landscape-seller-img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-right: 10px;
            object-fit: cover;
        }

        .new-landscape-seller-name {
            font-size: 0.85rem;
            color: #6c757d;
        }

        .new-landscape-seller-verified {
            color: var(--color4);
            margin-left: 5px;
        }

        /* Glossy Form Styles */
        .new-filter-container {
            padding: 2rem 0;
        }

        .new-glossy-form {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
            padding: 2rem;
            position: relative;
            overflow: hidden;
        }

        .new-glossy-form::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(
                to bottom right,
                rgba(255, 255, 255, 0.3),
                rgba(255, 255, 255, 0.05)
            );
            transform: rotate(30deg);
            pointer-events: none;
            z-index: 0;
        }

        .new-form-title {
            color: var(--color5);
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 1;
        }

        .new-form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            position: relative;
            z-index: 1;
        }

        .new-form-group {
            flex: 1;
            min-width: 200px;
        }

        .new-form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--color5);
            font-size: 0.9rem;
        }

        .new-form-control {
            width: 100%;
            padding: 12px 15px;
            border-radius: 8px;
            border: 1px solid rgba(106, 161, 165, 0.3);
            background-color: rgba(255, 255, 255, 0.9);
            font-family: var(--fontmont);
            transition: all 0.3s ease;
        }

        .new-form-control:focus {
            outline: none;
            border-color: var(--color3);
            box-shadow: 0 0 0 3px rgba(84, 164, 165, 0.2);
        }

        .new-price-inputs {
            display: flex;
            gap: 15px;
        }

        .new-price-group {
            flex: 1;
        }

        .new-filter-btn {
            background: linear-gradient(135deg, var(--color3), var(--color2));
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-width: 120px;
        }

        .new-filter-btn:hover {
            background: linear-gradient(135deg, var(--color2), var(--color3));
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(15, 100, 103, 0.3);
        }

        .new-filter-btn:active {
            transform: translateY(1px);
        }

        @media (max-width: 768px) {
            .new-form-row {
                flex-direction: column;
            }
            
            .new-price-inputs {
                flex-direction: column;
            }
        }

        @media (max-width: 768px) {
            .new-landscape-card {
                flex-direction: column;
            }
            
            .new-landscape-img-container {
                flex: 0 0 200px;
            }
            
            .new-landscape-content {
                flex: 1;
            }
        }


.top-section-black
{
  background-color: #1A1A1A;
}
.product-new-small-card
{
  background-color: var(--white);
  border: 1px solid #eee;
  border-radius: 15px;
  padding: .75rem;
  transition: all 0.5s;
  height: 260px;
}

.product-new-small-card-img-box
{
  background-color: #eee;
  padding: 16px;
  border-radius: 12px;
  height: 165px;
}
.product-new-small-card-title-box
{
  text-align: center;
  padding: 8px 4px;
  height: 40px;
  overflow: hidden;
}
.product-new-small-card-title-text
{
  font-size: 15px;
  font-family: var(--fontmont);
  font-weight: 600;
}
.product-new-small-card-title-text-count
{
  display: inline-block;
  background-color: var(--color1);
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: var(--fontmont);
  padding: 0px 5px;
  border-radius: 2px;
}
.product-new-small-card-title-button
{
  display: block;
  text-align: center;
  font-family: var(--fontmont);
  font-size: 12px;
  background-color: #F5F7FA;
  color: var(--black);
  text-decoration: none;
  border-radius: 12px;
  padding: 8px 0px;
  transition: all 0.2s;
}

.product-new-small-card:hover .product-new-small-card-title-button
{
  background-color: var(--black);
  color: #F5F7FA;
}

.our-success-box
{
  border-radius: 20px;
    border: 2px solid #b2afad;
    background-color: #F6F5F5;
}
.success-title
{
  font-family: var(--fontmont);
  font-weight: bold;
}
.news-title
{
  font-family: var(--fontmont);

}

.ad-card {
    width: 100%;
    height: 100%;
    background: url('https://www.emiratesauction.com/_next/image?url=https%3A%2F%2Fcdn.emiratesauction.com%2Fmedia%2Fmswu62qv5hcj6l197whu1vh6hjgkb9y1nvyy0haokxte1kl74%2Ft_%2Cw_874%2Ch_504%2Cwm_0%2Ctr_1%2Fimages.png&w=1920&q=75') no-repeat center/cover;
    border-radius: 10px;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    overflow: hidden;
    justify-content: space-between;
}

.ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.ad-content {
    position: relative;
    z-index: 1;
}

.ad-content h2 {
    font-size: 22px;
    margin-bottom: 5px;
    font-family: var(--fontmont);

}

.ad-content p {
    font-size: 14px;
    font-family: var(--fontmont);
}

.ad-content .ad-clock {
    font-size: 14px;
    font-family: var(--fontmont);
    letter-spacing: 2px;
}
.ArenaBox
{
  border: 4px double #121212;
  padding: 10px;
  background-color: var(--color1);
  border-radius: 5px;
}
.bg-recent-success
{
  background-image: linear-gradient(140deg , var(--color1),var(--color5));
  color: var(--white);
}

.watchheadingsingleline
{
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
.shareurl
{
  cursor: pointer;
}

.toshowauto details,
.toshowauto summary,
.toshowauto p
{
  color: white;
}

.browseproperty-card {
/*            max-width: 400px;*/
            border-radius: 16px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            padding: 20px;
            margin: 20px auto;
            background-color: #fff;
        }

        .browseproperty-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

        .browseproperty-icon {
            width: 32px;
            height: 32px;
            background-color: #e6f7f0;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

        .browseproperty-icon svg {
            width: 18px;
            height: 18px;
            fill: #4cd080;
        }

        .browseproperty-title {
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }

        .browseproperty-tabs {
            display: flex;
            border-bottom: 1px solid #eee;
            margin-bottom: 20px;
        }

        .browseproperty-tab {
            padding: 10px 0;
            margin-right: 25px;
            font-size: 15px;
            cursor: pointer;
            position: relative;
        }

        .browseproperty-tab.active {
            color: var(--color1);
            font-weight: 500;
        }

        .browseproperty-tab.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: var(--color1);
        }

        .browseproperty-tab:not(.active) {
            color: #999;
        }

        .browseproperty-slider {
            position: relative;
            padding: 0 10px;
        }

        .browseproperty-slide {
            text-align: center;
            padding: 15px 5px;
            border: 1px solid #eee;
            border-radius: 8px;
            height: 75px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .browseproperty-property-type {
            font-size: 14px;
            font-weight: 500;
            color: #333;
            margin-bottom: 4px;
        }

        .browseproperty-property-category {
            font-size: 12px;
            color: #999;
        }

        .browseproperty-navigation {
            position: absolute;
            top: 27%;
            width: 100%;
            transform: translateY(-50%);
            z-index: 10;
            left: 0;
        }

        .browseproperty-nav-button {
            position: absolute;
            width: 30px;
            height: 30px;
            background-color: #fff;
/*            border-radius: 50%;*/
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            color: var(--color1);
            border: none;
            transition: all .3s;
        }
        .browseproperty-nav-button:hover
        {
            background-color: var(--color1);
            color: var(--white);

        }

        .browseproperty-nav-prev {
            left: 0;
            border-radius: 0% 50% 50% 0%; 
        }

        .browseproperty-nav-next {
            right: 0;
            border-radius: 50% 0% 0% 50%; 

        }

        .browseproperty-pagination {
            margin-top: 15px;
            display: flex;
            justify-content: center;
        }

        .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
            background-color: #ddd;
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            background-color: #4cd080;
        }


    

    .imgmainswiper .swiper-slide {
      text-align: center;
      font-size: 18px;
/*      background: #fff;*/
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .imgmainswiper .swiper-slide img {
      display: block;
      width: 70%;
      height: auto;
      object-fit: cover;
    }

    /*.imgmainswiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }*/

    .imgmainswiper .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .imgmainswiper {
      padding: 10px;
      height: 250px;
      width: 100%;
/*      background-color: black;*/
    }

    .imgthumbswiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
/*      background-color: black;*/
    }

    .imgthumbswiper .swiper-slide {
      width: 25% !important;
      height: 100%;
      opacity: 0.4;
    }

    .imgthumbswiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .imgthumbswiper .swiper-slide img {
      display: block;
      width: 70%;
      height: 100%;
      object-fit: cover;
    }

    .imgmainswiper-p
    {
      color: black;
    }

@media only screen and (max-width: 992px){
  .bannervideo
  {
    display: none;
  }
}



.plot-info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #eaeaea;
}

.plot-info-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    /* padding-bottom: 10px; */
    border-bottom: 1px solid #eee;
    background-color: #008080;
    border-radius: 10px;
    text-indent: 10px;
    color: white;
}

.plot-info-row {
    display: flex;
    align-items: baseline;
}

.plot-info-label {
    font-weight: 600;
    margin-right: 6px;
    font-size: 17px;
    color: #333;
}

.plot-info-value {
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
}


