
body
{
	 font-family: "Red Hat Display", sans-serif !important;
	color:#404968;
	font-size:15px;
}

html {
  scroll-behavior: smooth;
}

a {
    color: #0d6efd;
    text-decoration: none !important;
}

.al-menu
{
	position: fixed;
    width: 100%;
    bottom: 0;
	background-color:#000;
	z-index: 99;
}
.al-menu .navbar-nav .nav-link 
{
	font-size: 18px;
    color: #858585;
	letter-spacing:1px;	
}
.banner-sec
{
	position: relative;
    overflow: hidden;
    height: calc(100svh - 72px - var(--hu-sizes-spacing-6, 48px));
    margin-top: 0;
}
.banner-sec .back-sec
{
	position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: var(--colors-blackRgb);
    background-position: 50%;
    background-size: cover;
    will-change: transform;
}
.banner-sec .back-sec .sec-v
{
	position: absolute;
    object-fit: cover;
	width: 100%;
    height: 100%;
}
.banner-conent
{
	padding: 0 16px 40px;
}
.banner-conent h1
{
	font-size: 52px;
	color:#fff;
	font-weight: 800;
}
.banner-conent h3
{
	font-size: 32px;
	color:#fff;
}
.video-top
{
	top: 15px;
    left: 15px;
	cursor: pointer;
}
.video-top .img-thumnail
{
	border-radius: 10px;
    position: relative;
    width: 100px;
}
.video-top .img-thumnail img
{
	border-radius: 10px;
}
#exampleModal .modal-content {
    background-color: transparent !important;
    border: none !important;
}
#exampleModal .bg-btn {
    right: -10px;
    position: absolute;
    top: -10px;
    background: #fff;
    border-radius: 20px;
    padding: 3px 8px;
    z-index: 9999;
	    width: 40px;
    height: 41px;
    line-height: 40px;
    text-align: center;
}
.cart-icon
{
	position: fixed;
	top: 75px;
	right: 20px;
    display: none;
	width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 16px;
    background: #00ffe0;
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s;
	justify-content: center;
    align-items: center;
    flex-direction: column;
	

}
.cart-icon i
{
	color: #000;
    font-size: 23px;
}
.cart-icon span
{   
	position: absolute;
	color: #fff;
    font-size: 12px;
    font-weight: 600;
    top: 30px;
    background: #00000078;
    padding: 0px 6px;
    border-radius: 20px;
}
#cart-right
{
	top: 10px;
    right: 10px;
    width: 460px;
	box-shadow: rgba(114, 118, 121, 0.65) 0px 0px 0px 2px !important;
	background-color: #000;
	border-radius:22px;
}

#cart-right .btn-close
{
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
   
    opacity: 1;
	
}
.bag-prod
{
	border-radius: 20px;
    background-color: #0f0f0f;
}
.bag-prod img
{
   width: 156px;
}
.bag-prod p
{
	color:#a5a7a7;
	text-align:left;
	line-height:20px;
}
.bag-prod .rem-btn
{
	padding: 8px 18px;
    border-radius: 16px;
    background: #1f2121;
    color: #fff;
    border: none;
    font-size: 17px;   
}
.check-btn
{
	background: #4ee8d5;
    border: none;
    padding: 17px 13px;
    border-radius: 14px;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.subscription
{
    background: #d2fff8;
    text-align: center;
    padding: 15px 0px;
    color: #000;
}
.first-sec
{	
	height: 550px;
	margin-top: -1px;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
	padding-bottom:70px;
}
.first-sec::before
{
	content: "";
    background: #00000059;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.first-sec p
{
	font-size:16px;
}
.featur
{
	background: #000;
    padding: 50px 0px;
	border-top: 1px solid #161616;
}
.featur img
{
	width: 60px;
}
.footer
{
	border-top: 1px solid #161616;
	background: #000;
    padding: 50px 0px 20px;
}
.footer p
{
	color: #727679;
    font-size: 14px;
	line-height: 18px;
}
.footer h1
{
	color: #727679;
    font-size: 37px;
	margin-bottom:30px;
}
.footer .foot-btn
{
	background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #3a3a3a;
    padding: 15px 25px;
    border-radius: 15px;
}
.final-foot
{
	    display: grid;
		    gap: 16px;
        gap: 40px;
        grid-template-areas: "menu socials copyright";
        grid-template-columns: 1fr auto auto;
}
.final-foot ul
{
	display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0;
    margin: 0;
    gap: 8px 16px;
    grid-area: menu;
    list-style: none;
	
		padding-bottom: 24px;
}
.final-foot ul li
{
	
}
.final-foot ul li a
{
	color:#727679;
    font-size: 15px;
    padding: 0px 0px;
    line-height: 20px;
}
.final-foot ul li a:hover
{
	color:#fff;
}
.social-link
{
	display: flex;
    gap: 20px;
	
		padding-bottom: 24px;
}
.social-link a
{
	color:#727679;
}
.final-foot .copy-wrt
{
    color:#727679;
    font-weight: 400;
    grid-area: copyright;
}

.gtco-testimonials {
     background: #000;
    padding: 50px 0px;
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
  display: block !important;
  background: #fff !important;
  border: 2px solid #00fee2;
  margin: 0 5px  !important;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #0a0a0a;  
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 56px;
  height: 56px;
}
.gtco-testimonials .card h5 {
  
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}
.gtco-testimonials .card h5 span {
  font-size: 14px;
  color: #a6a8af;
      font-weight: 400;
}
.gtco-testimonials .card p {
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .owl-item.center .card
{
	background:#141414  !important;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 56px;
  width: 56px;
}

.shop-header
{
	padding:20px 0px;	
	
}
.prodt-sec
{
	background:#f4f6f6;
}
.des-pro
{
	padding: 40px 20px;
    border: 2px solid #fff;
}
.des-pro .select-btn
{
	color:#000;
	background:#e7eaea;
	border:none;
	font-size: 17px;
    font-weight: 600;
    border-radius: 15px;
    padding: 8px 19px;
}
.des-pro .select-btn.active
{
	background:#00ffe0;
}

.pro-slider .owl-nav {
  display: none;
}
.pro-slider:hover .owl-nav {
  display: block;
}

.pro-slider .owl-nav 
{
    position: absolute;
    top: 40%;
	width: 100%;
}
.pro-slider .owl-nav .owl-next
{
	    right: 0;
    position: absolute;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
#accordionpro .accordion-header img
{
	width:40px;
}
#accordionpro .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}
#accordionpro .accordion-button:focus
{
	 box-shadow: none;
}
#accordionpro .accordion-button::after
{
	margin-left: unset;
}

#accordionpro .accordion-body .col-md-6
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.pro-desc
{
	background: #f4f6f6;
    padding: 20px;
	border: 2px solid #fff;
	display: flex;
    flex-direction: column;
    justify-content: end;
    flex-grow: 1;
	
}
.pro-desc img
{
        max-width: 400px;
        max-height: 400px;
		margin:0 auto;
		
}
.des-prodect
{
	
	padding:100px 0px;
	
}
.leftside
	{
		padding:20px;
	}
.shoppay-btn
{
	border: 0px;
    background: #6d2ef8;
    padding: 12px 10px;
    border-radius: 10px;
    width: 100%;;
}
.shoppay-btn img, .gpay-btn img
{
	width: 100px;
}
.gpay-btn
{
	border: 0px;
    background: #000;
    padding: 12px 10px;
    border-radius: 10px;
    width: 100%;
}
.boder-del{
	position:relative;
	    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.boder-del::before
{
	
    content: "";
    border-top: 1px solid #b5b5b5;
	width: 100%;
    display: inline-block;
}
.boder-del p
{
	text-align: center;
    position: absolute;
    margin: 0 auto;
    background: #fff;
    top: -11px;
    padding: 0px 10px;
}
.leftside form .form-control, .leftside form .form-select
{
	border-radius: 10px;
}
.leftside form .form-control:focus, .leftside form .form-select:focus
{
	box-shadow: none;
	border-color: #646464;
}
.form-check-input:focus
{
	box-shadow: none;
}
.leftside .form-control.myhight
{
	height: 50px;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: auto;
	    padding-bottom: 2px;

}
#account-acc .accordion-button::after
{
	display:none;
}
#account-acc .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:focus
{
    box-shadow: none;
}
#account-acc .form-check-input 
{
    width: 1.2em;
    height: 1.2em;
    margin-top: 0px;
}
#account-acc .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.rightside
{
		padding:20px 20px 20px 20px;
		background:#000;
		
}
.pro-box
{
	width: 60px;
    height: 60px;
    background: #303030;
    padding: 7px;
    border-radius: 9px;
    position: relative;
}
.pro-box span
{
	position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ccc;
    border-radius: 10px;
    top: -10px;
}
.gift .form-control
{
	background-color: #1b222a;
    border: 1px solid #666;
    border-radius: 10px !important;
    padding: 12px 12px;
	color:#fff;
}
.gift .btn-outline-secondary
{
	background: #181818;
    border-radius: 30px !important;
}
.form-control:focus
{
	box-shadow: none;
}
.checkout .col-md-6.right {
    background: #000;
	height: 100vh !important;
}

@media (min-width: 992px) 
{
	.rightside
	{
		padding:60px 100px 60px 40px;
		height: 100vh !important;
        position: fixed;
	}
	.leftside
	{
		padding:40px 40px 40px 100px;
	}
	.al-menu
	{
		border-top: 1px solid #1a1a1a;
	}
	.empty-space
	{
		background:#000;
		height:70px;
	}
	#cart-right
	{
		max-height: calc(100vh - 85px);
	}
	.cart-icon
	{
		display: flex;
	}
	.video-top
	{
	    top: 20px;
        left: 20px;
	}
	.banner-conent h1
	{
	     font-size: 100px;
	}
	.banner-conent h3
	{
		font-size: 40px;
	}
	.banner-conent
	{
		padding: 0 16px 80px;
	}
    .al-menu .navbar-nav .nav-link 
	{
           padding: 13px 18px;
    }
}
@media (max-width: 991px) 
{
	.final-foot
	{
		display: block;
	}
	.al-menu
	{
		bottom: unset;
		top: 0;
	}
	.subscription
	{
		margin-top: 55px;
		line-height: 16px;
	    padding: 7px 0px;
	}
	.cart-icon
	{
		display: flex;
		top: 2px;
		right: 74px;
		z-index:999;	
		background: transparent;
	}
	.cart-icon i {
    color: #00ffe0;
	}
	#cart-right {
    top: 10px;
    right: 5px;
    width: auto;
    left: 5px;
	}
}