@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@500&display=swap');

a{text-decoration: none;}
body {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color:rgb(63, 32, 33);
  height: 100%;
  font-weight: 400;
  font-weight: normal;
}
.cursor{cursor: pointer;}
.placeCenter{ display: flex;justify-content: center;align-items: center; }
.boxInnerRound{
  border: 1px solid #f0f2f5;
  border-radius: 4px;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.mleft15{ margin-left: 15px;}
.txt18{
  font-size: 18px;
}
/*------------------------------------------
#. Footer - Scroll to top, Copyright
--------------------------------------------*/
img.wp-smiley,
  img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.scrollToTop {
	background-color: #444444;
	border: 2px solid #444444;
	bottom: 5px;
	color: #ffffff;
	display: block;
	height: 45px;
	line-height: 39px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 45px;
	opacity: 1;
	z-index: 99999;
	padding: 0px;
	border-radius: 50%;
}
.scrollToTop i {
	color: #ffffff;
}
.scrollToTop:hover {
	opacity: 0.9;
}

/*=======================+Header part starts here+=============== */

.sticky-laout{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 2;
}
.height-width{
    height: 100%;
    width: 100%;
  }
.flex-box{
  display:flex;
  justify-content: space-around;
}
  .height-width{
      height: 100%;
      width: 100%;
  }
.bg-color{
  border-top: 1px solid #bc2029;
  background: rgba(143,14,22,1);
}

.navbar ul.navbar-nav li a{
  padding: 11px 16px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px !important; 
}
.navbar ul.navbar-nav li a:hover{
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.cart-effect:hover{
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.cart-num:hover{
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.navbar-button-cart a{
  text-decoration: none;
}
.navbar-right-side button:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.dropdown a{
  padding: 0px 16px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width:220px;
  top:35px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
  z-index: 1;
}
.mycart{
  color: white;
  font-size: 30px;
  font-weight: 600;
}
.mycart:hover{
  color: rgb(212, 206, 206);
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
  display: block;
}
.dropdown a:hover{
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.sign-in-btn{
  padding: 6px 20px;
  color: red;
  font-weight: 500;
  background-color: white;
  border: none;
  border-radius: 20px;
}

.navbar-right-side a{
  text-decoration: none;
}
.dropdown-content a:hover { 
  color: white; 
  border-radius: 5px;
  background-image: linear-gradient(to right, red , yellow);
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Responsive part starts here */

@media  screen and (max-width: 600px) {  
  .flex-box{
    display: flex;
    justify-content: space-around;
  }
  .logo img{
    width: 100%;
  }
  .navbar-right-side{
    display: flex;
    width: 100%;
  }
  
  }

  /* toggle part */
  .hidden{
    display: none;
 }
 #side-menu-close{
  display: none;
 }
/* toggle part */
 .navbar-button-cart{
  display: none !important;
 }

  @media (max-width:1024px) {
    .dropbtn, .dropdown-content{
      width:100%;
      float: left;
    }
    .dropdown-content{
      top:26px;
    }
    div.navbar ul.navbar-nav{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        background: #c8102e;
    }
    
    div.navbar ul.navbar-nav.visible{
      display: flex;
      position: fixed;
      z-index: 100;
      inset: 0;
      right: 50%;
      height: 100vh;
      background: #0b0b0bc4;
      padding-top: 83px;
      padding-left: 20px;
    
    }
    div.navbar .toggle{
       display: inline;
    }
    #side-menu-close{
      display: inline-block;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
     
    }
    .navbar-right-side{
      display: none !important;
    }
    .navbar-button-cart{
      display: initial !important;
     }
     

 }

/*=======================+Header part ends here+=============== */

/*==================+ Banner part starts here+=================== */
.top-slider .container{
  max-width: 1350px;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  margin-top: 30px;
  }
.carousel-inner{
  padding: 0 60px;
}
/* Text part starts here */
.text h2{
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-size:40px;
  line-height:50px;
  font-weight: bold; 
}
.boxInnerRound h2{
  font-family: 'Raleway', sans-serif;
  font-style: normal; 
  font-size:18px; 
  line-height:50px; 
  font-weight: 600; 
  color: rgb(63, 32, 33);
}
.text p{
  padding: 10px 0px;
  font-weight: 500;
  font-size:20px; 
}
.text span{
  color: #ff4a52;
  font-weight: 500;
}

/* Text part ends here */

/* Button part starts here */
.carousel-control-prev, .carousel-control-next{
  width: 50px !important;
}
.text button {
  margin-top: 20px;
  font-weight: 700 !important;

  background: transparent;
  border-width: 1px;
  border-color: rgb(200, 16, 46);
  border-style: solid;
  color: rgb(200, 16, 46);
  border-radius: 999px;
    transition: background 300ms ease 0s, color 300ms ease 0s, width 300ms ease 0s, height 300ms ease 0s;
    display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    max-width: 100%;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: 48px;
    padding: 0px 20px;
    --box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}
.text button:hover {
  background: rgba(200, 16, 46, 0.1);
}
.button-design a{
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  background-color:rgb(247, 172, 172);
  color:red;
  font-weight: 700 !important;
  font-size: 100px;
  padding: 10px;
  box-shadow: 0px 0px 8px 0px rgba(222, 222, 222, 0.7);
}
.button-design a:hover{
  background-color: #cf1922;
  color: white;
}

/* Button part ends here */

/* Responsive part starts here */

@media  screen and (max-width: 600px) {
  .top-slider {
  height: 580px;
  width: 100%;
  }
  .text h2{
	font-size: 30px;
  }
  .text p{
    padding: 0px;
    margin: 0px; 
  }
  .button-design a{
	padding: 8px 15px;
  }
  }
  @media  screen and (max-width: 768px) {
    .top-slider {
      height: 600px;
      width: 100%;
      }
  .bg-image img{
    width: 100% ;
    height: 250px !important;
  }
  }
  @media  screen and (max-width: 900px) {
  .top-slider {
    height: 620px;
    width: 100%;
    }
  .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
  }
  .bg-image img{
    width: 100% ;
    height: 250px !important;
  }
  }

/* Responsive part ends here */

/*==================breadcrumb=================*/
.breadcrumbs {
  list-style: none;
  padding: 20px 0 !important;
  margin: 0;
}

.breadcrumbs_item, .breadcrumbs_item h1 {
  font-family:Raleway, sans-serif;;
  font-size: 24px !important;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.breadcrumbs_item:before {
  content: '\203A';
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
  color: black;
}

.breadcrumbs_item a {
  font-family: 'Raleway', sans-serif;
  font-style: normal; 
  font-size:20px; 
  line-height:50px; 
  font-weight: 600; 
  color: rgb(63, 32, 33);
  text-decoration: none;
}

.breadcrumbs_item a:hover {
  color: #bc2029;
}

.breadcrumbs_item:first-child:before {
  display: none;
}

/*===================+ Banner part ends here+=================== */

 /* card style part starts here */
 .max-width{
	max-width: 1200px;
 }
 .flex-method{
	display: flex;
 }
 .card{
	height: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	margin: 15px;
	border-radius: 8px;
 }
.card span{
	font-size: 24px;
  color: #121212;
	margin-top: 10px;
 }
.card span, p{
	padding: 4px 12px;
}
.card p{
  color: rgb(63, 64, 65);
  font-weight: 400;
}
 .card img{
	border-radius: 6px;
  height: 100%;
 }

 /* animated button */
 .animatedBtn {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 120px;
  margin: 15px 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 32px 0 32px 32px;
	box-shadow: 0px 15px 40px 0px rgba(32, 171, 148, 0.2);
  text-transform: uppercase;
	overflow: hidden;
  background-color: #C8102E;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.animatedBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  content: "";
  background-color: #2b2c2e;
  transition: 0.5s;
  border-radius: 32px 0 32px 32px !important;
  }
.animatedBtn:hover{
  color: #fff;
  background-color: #2b2c2e;
}
.animatedBtn:hover:before {
    width: 100%;
}
.animatedBtn h4{
  position: relative;	
  margin-top: 6px;
  padding: 3px 0px;
}

 /* responsive card part starts here */
 @media  screen and (max-width: 600px) {
  .flex-method{
	display: flex;
  flex-direction: column;
  }
  .card{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin: 10px 0px !important;
  }
  .card img{
    width: 100%;
    height: 100%;
  }
  }
  @media  screen and (max-width: 768px) {
  .flex-method{
  display: flex;
  flex-direction: column;
  }
  .card{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin: 10px 0px !important;
  }
  .card img{
    width: 100%;
  }
  }
    @media  screen and (max-width: 900px) {
      .flex-method{
      display: flex;
      flex-direction: column;
      }
      .card{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin: 10px 0px !important;
      }
      .card img{
        width: 100%;
      }
      }
  /* responsive card part ends here */

 /* map part starts here */

.map-design h4{
  text-align: center;
  color: #C8102E;
  font-weight: 700;
}
.map-design p{
  padding: 0px;
  text-align: center;
}
.map-design iframe{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 10px;
}
.sub-head-title h3{
  font-family: 'Raleway', sans-serif !important;
}
 /* map part ends here */

/* Testimonial part starts here */
.testimonial-section2{
  position: relative;
  padding: 50px 0;
  background-image: url(../../assets/images/bg.jpg);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
}

.testim .arrow:before {
   cursor: pointer;
}
.testim .arrow:hover {
    color: #2b288d;
}
.testim .arrow.left {
    left: 1px;
}

.testim .arrow.right {
    right: 1px;
}
.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    height: 12px;
}
.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}
.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}
.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}
.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}
.testim .cont > div.inactive {
    opacity: 1;
}
.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.testim .cont div .h4 {
    color: #eee;
    margin: 15px 0;
}
.testim .cont div p {
    color: #eee;
    width: 80%;
    margin: auto;
}
.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}
.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}
.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}
.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}
.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}
.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}
.rating h5{
  color: #eee;
  font-size: 15px; 
  padding-top: 3px;
}
.rating ul li{
  display: inline-block;
  list-style-type: none;
  padding-top: 10px;
}

/* Testimonial part ends here */


/* main footer part start here */
.footer-top-area {
	padding:20px 0px 10px;
}
.footer-top-area, .footer-top-area a, .footer-top-area p{
  color: white;
}
/* media query */
@media (max-width: 1024px) {
	.footer-top-area {
	padding: 30px  30px;
	}
}
@media (max-width: 600px) {
	.footer-top-area{
		padding: 10px;   
    padding-bottom: 50px;
	}
  .container{
    display: flex;
    justify-content: center;
  }
  .footer-top-area div.row div:nth-child(2){
    margin-top: 20px;
    font-size: 13px;
  }
}
@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}
@media(max-width:767px) {
	.footer-style-3 .footer-social {
		display: inherit;
		justify-content: inherit;
		text-align: center;
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	.footer-style-3 .footer-logo {
		margin: 0 auto 25px;
	}
}
/* media query */
.footer-top-area {
	color: #b0b0b0;
}

.footer-top-area .widget {
	margin-bottom: 40px;
	padding-bottom: 0px;
	width: 100%;
	float: left;
}
.footer-top-area .widget_text p {
	margin-bottom: 0;
}

@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}

.footer-top-area a {
	text-decoration: underline;
}
.footer-top-area .widget a:link,
.footer-top-area .widget a:visited {
  color: #b0b0b0;
}

.footer-top-area {
    background-color: #050401;
}
.apsc-theme-4 .apsc-each-profile {
    float: left;
    width: 48%;
    margin-right: 5px;
	margin-bottom: 5px;
}
.home-left-side .apsc-theme-4 .apsc-each-profile {
    margin-left: 5px;
	margin-right: 0px;
}
@media(max-width: 320px) {
	.apsc-theme-4 .apsc-each-profile {
		width: 100%;
	}
}
.apsc-theme-4 .apsc-each-profile .apsc-inner-block {
	background-color: #ebebeb;
    border-radius: 2px;
	padding: 12px 12px;
	font-size: 16px;
	text-align: left;
}
.apsc-theme-4 .apsc-each-profile:hover .apsc-inner-block {
	background-color: #ff4a52;
}
.apsc-theme-4 .apsc-each-profile a {
	color: #646464;
	border-radius: 0;
	box-shadow: none;
}
.apsc-theme-4 .apsc-each-profile:hover a {
	color: #ffffff;
}
.apsc-theme-4 .social-icon .fa {
    padding-right: 8px;
}
.apsc-theme-4 .apsc-each-profile .apsc-count {
	margin-right: 5px;
}
.apsc-theme-4 .apsc-each-profile .media-name {
	display: none;
}
.footer-area .apsc-theme-4 {
	text-align: center;
}
.footer-area .apsc-theme-4 .apsc-each-profile {
    float: inherit;
    width: inherit;
    display: inline-block;
}
.footer-area .apsc-theme-4 .apsc-each-profile .apsc-inner-block {
	background: transparent;
}
.footer-area .apsc-theme-4 .apsc-each-profile:hover .apsc-inner-block {
	background: transparent;
}
.footerSocial ul{
  padding: 0; margin: 0;
  display: flex;
}
.footerSocial ul li{
  width:30px;padding: 0; margin:5px 10px 0 0;  list-style-type: none;
  flex-direction: column;
}
.footerSocial ul li i{
  font-size: 25px;
}


.ps-navigation--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: white;
  border-top: 1px solid #f0f2f5;
  display: flex;
  justify-content: space-around;
  padding: 5px 0;
  font-size: 18px;
}

.ps-navigation--footer .ps-nav__item a {
  color: #FD8D27;
  display: inline-flex;
  height: 44px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.ps-navigation--footer .ps-nav__item i {
  font-weight: 600;
}

.ps-navigation--footer .ps-nav__item .badge {
  position: absolute;
  top: 4px;
  right: 2px;
  width: 18px;
  height: 18px;
  font-size: 9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #103178;
  color: white;
}

.ps-navigation--footer .ps-nav__item #close-menu {
  display: none;
}

.ps-navigation--footer .ps-nav__item.active #close-menu {
  display: inline-flex;
}

.ps-navigation--footer .ps-nav__item.active #open-menu {
  display: none;
}

@media (min-width: 768px) {
  .ps-navigation--footer {
    display: none;
  }
}

/*===============Scroll Top===============*/

.scroll-top {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  padding: 0;
}

.scroll-top i {
  color: white;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
}

.scroll-top:focus {
  outline: none;
  box-shadow: none;
}

.scroll-top:hover {
  background-color: #32064A;
}

@media (min-width: 768px) {
  .scroll-top {
    bottom: 20px;
  }
}


/* main footer part ends here */


/*=================Header Shipping===============*/
.headerLogo .shopping {
  position: relative;
}
.shopping ul{
  padding: 0;
  margin: 0;
}
.cart-menu .nav-item a img, .cart-menu .nav-item a i {
  height: 30px;
  width: 30px;
}
.cart-menu ul li {
  padding-left:0;
}
.cart-menu li {
  display: inline-block;
}
#headerCart{
  position: absolute;
  top:0px;
  right:8px;
  height:32px;
  width:28px;
  z-index: 1;
  padding-top: 10px;
  text-align: center;
}
#headerCartQty{
  color:red;
  font-size: 16px;
}

  /*==========Checkout==========*/
.checkout-data {
  overflow: visible;
  padding-bottom: 5px;
  position: relative;
  display: flex;
}
.checkout-data ol.checkoutSteps {
  position: unset;
  overflow-y: auto;
  border: 1px solid #e7eaed;
  background: rgba(255, 255, 255, .8);
  overflow: hidden;
  list-style: none;
  width: 100%;
  padding-left: 0;
}
.checkoutSteps .step-title {
  width: 100%;
  display: table;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #e1e4e9;
  border-bottom: 1px solid #e1e4e9;
}
.step-title-info {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 4px 15px 4px 2px;
}
.checkoutSteps .step-title .check {
  float: left;
  margin-left: 15px;
}
@media (min-width: 768px){
  .checkoutSteps .allow .step-title .number, .checkoutSteps .allow .step-title .title {
    background-color: transparent;
    cursor: pointer;
    border-right: 0;
    font-weight: bold;
    padding-right: 0;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;  
  }
}
@media (max-width: 767px){
  .headerTop, .WelcomeMsg{
    display: none;
  }
}
.checkoutSteps .step-title .number, .checkoutSteps .step-title .title {
  float: left;
  min-height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  font-size: 24px;
}
.checkoutSteps .tab-section.allow .step-title .check .fa-check {
  background: #248ece;
}
.checkoutSteps .step-title .check .fa-check {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #d2d0d1;
  border-radius: 100%;
  text-align: center;
}
.checkoutSteps .step-details {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 15px;
}
.step-details .page-body {
  display: flex;
}
.inputs {
  position: relative;
  margin: 0 0 8px;
  text-align: left;
}
.returning-wrapper .inputs label {
  width: 100%;
  display: block;
  text-align: left;
  color: #415556;
  margin-left: 0;
}
.button-2:hover {
  transition: .3s;
  background-image: linear-gradient(#029ad7,#0687bb);
}
.proceed-button {
  width: 100%;
  font-weight: 600;
  background: #4ab2f1;
  text-transform: uppercase;
}
.button-2 {
  cursor: pointer;
  border: 0;
  color: #fff;
  font-weight: normal;
  height: 36px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  text-align: center;
  line-height: 16px;
  transition: .3s;
  background-color: #009fdf;
  background-image: linear-gradient(#009fdf,#029ad7);
}

/*=================Cart Popup=================*/
/* Shopping Cart */
.header .shopping {
  float: right;
	z-index: 9999;
}
.header .shopping .shopping-item {
  font: initial;
  text-align: left;
  position: absolute;
  top:38px;
  right: 0;
  width:400px;
  background: #fff;
  padding: 20px 25px;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  opacity:0;
  visibility:hidden;
  z-index: 9999;
  max-height: 95vh;
  overflow-y: auto;
}
.header .shopping:hover .shopping-item, .header .shopping .shopping-item.activeCart{
  opacity: 1;
  visibility: visible;
}

.header .shopping .dropdown-cart-header {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
  .header .shopping .dropdown-cart-header span {
    color: #222;
    font-size: 130%;
    font-weight: 600;
  }

.shopping-list {
  margin: 0px;
}
  .header .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    display: block !important;
  }
    .header .shopping-list li > div{
      display: flex;
      justify-content: space-between;
    }


      .header .shopping-list .cart-img img, .cartImg {
        width: 70px;
        height: 70px;
        border-radius: 0;
      }
      .header .shopping-list .cart-img:hover img {
        transform: scale(1.09);
      }

    .header .shopping-list h4 {
        font-size: 14px;
    }
      .header .shopping-list h4 a {
        font-weight: 600;
        font-size: 120%;
        color: #333;
      }
      .header .shopping-list h4 a:hover {
        color: #F7941D;
      }

    .header .shopping-list .quantity {
        line-height: 22px;
    }

    .header .shopping-list li .remove {
      position: absolute;
      top:0;
      right: 0;
      height: 20px;
      width: 20px;
      line-height: 18px;
      text-align: center;
      background: #fff;
      color: #222;
      border-radius: 50%;
      font-size: 11px;
      border: 1px solid #f10c0c;
      padding: 0;
    }
      .header .shopping-list li .remove:hover {
        background: #1076bd;
        color: #fff !important;
        border-color: transparent;
      }

.header .shopping-item .bottom {
  text-align: center;
}
  .header .shopping-item .total {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
  }
    .header .shopping-item .total span {
      color: #222;
      font-size: 13px;
      font-weight: 600;
      float: left;
    }
      .header .shopping-item .total .total-amount {
        float: right;
        font-size: 14px;
      }

  .header .shopping-item .bottom .btn {
    background: #1076bd;
    padding: 10px 20px;
    display: block;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.4s ease;
  }
  .header .shopping-item .bottom .btn:hover {
		background: #F7941D;
		color: #fff;
	}
  .hidden{display: none;}
  .cart-img img{
    width: 100%;
    max-width: 150px;
    min-width: 100px;
    border-radius: 2px;
    outline: 2px solid white;
    padding: 3px
  }

input[type="number"].numberField{
  width: 12ch;
  height: auto;
  padding: 0 0 0 10px;
}

/*============My Order Timer============*/
.timerColumn {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.timerColumn .number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#045e2b;
  border-radius: 5%;
  color: white;
}
.timerColumn span {
  font-size:40px;
  line-height:50px;
}
.timerColumn .number span {
  font-size:80px;
  line-height:100px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .timerColumn span {
    font-size: 40px;
  }

  .timerColumn .number span {
    font-size:120px;
    line-height:140px;
  }
}


.textBlinking{
  animation: blinking 1000ms linear infinite;
  font-size: 30px !important;
  color: red !important;
  padding: 10px !important;
}
@keyframes blinking {
  0%{
    opacity: 1;
    text-shadow: 0 0 5px lightseagreen;
  }
  100%{
    opacity: 0.3;
  }
}


.radioBtn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 25px;
  height: 25px;

  border: 2px solid lightskyblue;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 2px;
}

.radioBtn:checked {
  border: 8px solid lightskyblue;
}

/*=============Stipe Payment Getway=============*/
#paymentResponse{
	font-size: 17px;
    border: 1px dashed;
    padding: 10px;
	color: #EA4335;
	margin-top: 0;
	margin-bottom: 10px;
}
#frmProcess{
	font-size: 18px;
  color: #666;
}
.ring {
  display: inline-block;
  width: 75px;
  height: 75px;
	vertical-align: middle;
}
.ring:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #095cfa;
  border-color: #095cfa transparent #095cfa transparent;
  animation: ring 1.2s linear infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  border: 3px solid white;
  border-top-color: transparent;
  animation: loading 1000ms linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#paymentElement{margin-bottom: 15px;}

.dropdown-cart-header .cartPopupCloser{
    position: absolute;
    right: 0;
    top: 0;
    font-family: monospace;
    font-size: 25px;
    border: 1px solid lightgray;
    padding: 5px 10px;
    background: lightcoral;
    font-weight: bold;
    cursor: pointer;
}
.dropdown-cart-header .cartPopupCloser.hide{
  display: none;
}


/* carousel */

/* @import url('https://fonts.googleapis.com/css?family=Roboto');


* { box-sizing: border-box; }



.slider-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 300px;
  box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}

.wrapper-1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 1;
}

.slides-1 {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 10000px;
}

.slides-1.shifting {
  transition: left .2s ease-out;
}

.slide-1 {
  width: 400px;
  height: 300px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
  background: #FFCF47;
  border-radius: 2px;
}

.slider-1.loaded {
  
}

.control-1 {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.prev,
.next {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);
  left: 20px;
}

.next {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);
  right: 20px;
}

.prev:active,
.next:active {
  transform: scale(.8);
}

.dots i{display:inline-block; width:20px; height:20px; background:black;}

.dots i.active {background:white;} */

*{
  box-sizing: border-box;
}

.link-plain,
    .link-plain:hover,
    .link-plain:active,
    .link-plain:visited {
        text-decoration: none;
    }

    .link-plain-f,
    .link-plain-f:hover,
    .link-plain-f:active,
    .link-plain-f:focus,
    .link-plain-f:visited {
        color: initial;
        text-decoration: none !important;
    }

    .div-center {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #va_container {
        position: relative;
        max-width: 1140px;
        margin: auto;
    }

    .va-thumbnail {
        border-radius: 5px;
        border: 0px;
        max-width: 100%;
    }

    .va-title {
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .va-carrousel-flexbox {

        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .va-carrousel-flexbox .va-card {
        flex: 0 0 auto;
        padding-left: 15px;
    }

    .va-carrousel-flexbox .va-card:last-child {
        margin-right: 15px;
    }

    .va-carrousel-flexbox .va-card:last-child::after {
        content: ' ';
        display: inline-block;
    }

    .va-card {
        width: 100px;
        cursor: pointer;
        user-select: none;
        outline: none;
    }

    .va-card:hover {
        user-select: none;
        outline: none;
    }

    .va-card a {
        display: block;
    }

    @media (min-width: 768px) {
        .va-card {
            width: 130px;
        }
    }

    .va-carrousel,
    .va-carrousel-flexbox {
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .va-carrousel::-webkit-scrollbar,
    .va-carrousel-flexbox::-webkit-scrollbar {
        display: none;
    }

    .va-carrousel-title {
        display: inline-block;

        color: white;
        font-weight: 700;
        padding-bottom: 8px;

        margin-bottom: 18px;
    }

    .va-title {
        margin-top: 8px;
        font-size: 11px;
        max-height: 3em;
        overflow: hidden;
        color: white;
        font-weight: 700;
    }

    @media (min-width: 768px) {
        .va-title {
            font-size: 13px;
        }
    }

    .va-start-from {
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
    }

    .va-points {
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        color: white;
    }

    .deals-paddle {
        height: 38px;
        width: 38px;
        color: white;
        background-color: #00000089;
        border-radius: 50%;
        border: 0px solid;
        margin: auto;
        position: absolute;

        display: flex;
        justify-content: center;
        align-items: center;
      cursor:pointer;
    }

    .deals-paddle:focus {
        outline: none;
    }

    .deals-paddle:active {
        border-style: solid;
        outline: none;
        user-select: none;
    }

    .deals-paddle svg {
        width: 10px;
    }

    @media (min-width: 768px) {
        .other-game-button {
            width: 300px;
        }
    }

    .deals-scroll-left {
        top: 0;
        left: 5px;
        bottom: 0;
    }

    .deals-scroll-right {
        top: 0;
        bottom: 0;
        right: 5px;
    }

    .va-carrousel-section {
        font-family: "Roboto";
        padding: 0px;
        position: relative;
    }

    @media (min-width: 768px) {

        .va-carrousel-section {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .va-whitewrap {
/*         background-color: white; */
        padding-top: 15px;
        margin-top: 15px;
    }

    .va-seeall {
        display: block;
        font-size: 18px;
        font-weight: 700;
        border-top: 1px solid #DDDDDD;
        text-align: center;
        padding: 10px;
    }






/* Testimonial */

/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} */

.wrapper {
  /* max-width: 1100px; */
  width: 100%;
  position: relative;
}
.wrapper i.fa-angle-left, .wrapper i.fa-angle-right {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i.fa-angle-left:active, .wrapper i.fa-angle-right:active {
  transform: translateY(-50%) scale(0.85);
}
.wrapper i.fa-angle-left:first-child, .wrapper i.fa-angle-right:first-child {
  left: 0px;
}
.wrapper i.fa-angle-left:last-child, .wrapper i.fa-angle-right:last-child {
  right: 0px;
}
.wrapper .carousel-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-left: 0px;
  padding: 0;
}
.carousel-1::-webkit-scrollbar {
  display: none;
}
.carousel-1.no-transition {
  scroll-behavior: auto;
}
.carousel-1.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel-1.dragging .card-1 {
  cursor: grab;
  user-select: none;
}
.carousel-1 :where(.card-1, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-1 .card-1 {
  scroll-snap-align: start;
  list-style: none;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel-1 .card-1 .img {
  background: #8b53ff;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}
.card-1 .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel-1 .card-1 h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel-1 .card-1 span {
  color: #6a6d78;
  font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
  .wrapper .carousel-1 {
    grid-auto-columns: calc((100% / 2) - 8px);
  }
}




@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.rank-star{
  position:relative !important; width:0px !important; height:0px !important; background:#FAFAFA;margin-top:-10px;margin-right:10px;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    scroll-snap-align: start;
    border-radius: 8px;
    flex-grow: 1;
    border: 1px solid #e7eaed;
    background: rgba(255, 255, 255, .8)
}

.badge {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 13px;
    font-weight: 700;
    background: #e00d18;
    color: #fff;
    padding: 6px 10px;    
	  opacity: 0.9;
    border-radius: 0;
    border-top-right-radius: 8px;
}
.btnTransparent{
  background: transparent;
  border: none;
}
.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.product-details {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: rgb(63, 32, 33);
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

.product-details h4 a:hover {
    /* color: #fbb72c; */
    color: #cf6502;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    color: rgb(63, 32, 33);
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 8px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 20px;
    color: #cf6502;
    font-weight: 700;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #fbb72c;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #e1e1e1;
}

.homeTodaysDeal, .bodyMenu, .bodyWelcome{
  background-color: rgb(249, 245, 238);
  padding:10px 0 20px;
}

.ui-widget {
  font-family:Arial, Helvetica, sans-serif !important;
  font-size:18px;
}
.othersBody{ 
  background: rgb(249, 245, 238);
  padding-bottom: 20px;
  min-height: 100vh;
}



/* ================ SEO Description =========================== */
.wrap_text {
  margin: 40 20px 40 5px !important;
  text-align: justify;
  padding-top:10px !important;
}

.wrap_text h1 {
  text-decoration: none;
  /* display: inline-block; */
  /* text-transform: uppercase; */
  /* padding: 6px 15px; */
  /* font-size: 14px; */
  color: #8F0E16;
  /* font-weight: 300; */
  transition: 0.3s ease-in-out;
  /* font-family: Montserrat !important; */
  font-style: normal;
  font-size: 1.25rem;
  /* line-height: 1.2px; */
  font-weight: 500;
  font-display: swap;
  margin-top: 0;
  margin-bottom: 0.5rem;
  /* font-family:Montserrat !important; font-style: normal; font-size:20px; line-height:30px; font-weight: 300; font-display: swap; */
} 

.wrap_text a {
  text-decoration: none;
  /* display: inline-block; */
  /* text-transform: uppercase; */
  /* padding: 6px 15px; */
  font-size: 14px;
  color: #c30505;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  /* font-family: Montserrat !important; */
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
  font-weight: 300;
  font-display: swap;
  text-align: justify;
  /* font-family:Montserrat !important; font-style: normal; font-size:20px; line-height:30px; font-weight: 300; font-display: swap; */
}

@media only screen and (max-width: 600px) {
  .wrap_text a {
    font-size: 14px;
  }
}

.wrap_text a:hover {
  /* background-color: #ffe0e0; */
  /* border: 1px solid #ffe0e0; */
  color: #cc2323;
}

.floated {
  float: left;
  width: 300px;
  margin: 0 20px 10px 0;
  text-align: justify;
  /* background: green; */
}

.about-area .list {
  position: relative;
  margin-bottom: 30px;
  /* padding-left:0px !important; padding-right:20px; padding-top:0px; padding-bottom:0px ; */
}

.about-area .list li {
  display: flex;
  position: relative;
  margin-bottom: 6px;
  font-size: 14px;
  padding-left: 25px;
  color: #848484;
}

.about-area .list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  background-image: url(../images/icons/icon-1.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

/* SEO Menu Link */
.seo_link a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 15px;
  font-size: 14px;
  color: #c30505;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  font-family: Montserrat !important;
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
  font-weight: 300;
  font-display: swap;
  /* font-family:Montserrat !important; font-style: normal; font-size:20px; line-height:30px; font-weight: 300; font-display: swap; */
}

@media only screen and (max-width: 600px) {
  .seo_link a {
    font-size: 14px;
  }
}

.seo_link a:hover {
  background-color: #ffe0e0;
  border: 1px solid #ffe0e0;
  color: #cc2323;
}

.border-design{
  height: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

/* become partner part start here */
@media screen and (max-width: 768px) {
  .partner-res{
  width: 100% !important;
}
.name-res{
  margin-bottom: 15px;
}
}


/* become partner part start here */

/* Ai start*/


.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 109px;
  background: #bc2029;
  color: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 28px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.chat-icon:hover {
  background: #8a161b;
}

/* Chat Box */
.chat-box {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 450px;
  max-width: 90%;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 999999999;
}

/* Chat Header */
.chat-header {
  background: #bc2029;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

/* Chat Messages */
.chat-messages {
  padding: 10px;
  height: 350px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.chat-messages p {
  padding: 10px;
  border-radius: 10px;
  max-width: 80%;
}

.user-message {
  align-self: flex-end;
  background: #bc2029;
  color: white;
}

.bot-message {
  align-self: flex-start;
  background: #E5E5E5;
  color: black;
}

/* Chat Input */
.chat-input {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
}

.chat-input input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
}

.chat-input button {
  background: #bc2029;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.chat-input button:hover {
  background: #771419;
}
#loadingMessage{font-size: 14px;}
.typing-indicator {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
}

.typing-dot {
  width: 8px;
  height: 8px;
  background-color: #bc2029;
  border-radius: 50%;
  animation: wave 1.5s infinite ease-in-out;
}

.typing-dot:nth-child(1) {
  animation-delay: 0s;
}
.typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}
.typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes wave {
  0% { opacity: 0.3; transform: translateY(0px); }
  50% { opacity: 1; transform: translateY(-5px); }
  100% { opacity: 0.3; transform: translateY(0px); }
}
/*ai end*/

@media only screen and (max-width: 768px) {
  .chat-icon {
    bottom: 72px;
    right: 15px;
  }
}

/*landing page*/

 .bgln-image {
      background-image: url(../../assets/images/landingpage/best_restaurant_scarborough.png);
      background-size: cover;
      background-position: center;
      background-position-y: top;
      height: 400px;
      position: relative;
    }
    .bgln-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
    }
