   
:root {
	--border_light:#e0e2f7;
	--border_dark:#2f365c;
	--black_transparent: #0000008c;
	--black_transparent_dark:#2a3254e8;
	--black_transparent_light:#21274394;
	--primary:#0286d3;
	--bg_primary_light:#e7f5fe;
	--border_light_primary:#ffd1d1;
	--secondry:#191d32;
	--red:#FF00A1;
	--blue_light:#00b8f4;
	
}


body{
	 font-family: "Metrophobic", sans-serif;
}

ul{
	list-style:none;
	padding:0;
}
h1, h2, h3, h4, h5 {
     font-weight: 100;
	font-optical-sizing: auto;
	font-style: normal;
     color:var(--secondry);
	font-family: "Caprasimo", serif;
}
 h6{
	color:var(--secondry); 
	font-weight: 600;
 }
b {
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	/*color:var(--secondry);*/
}
a{
	text-decoration:none;
	color:var(--secondry); 
}
a:hover{
	text-decoration:none;
	color: var(--primary);
}
a:focus{
	text-decoration:none;
	color: var(--primary);
}

.link:hover{
	color: var(--primary)!important;
}
.link:focus{
	color: var(--primary)!important;
}



.button{
	transition: 0.3s;
	padding: 14px 34px 14px 34px;
	display: inline-block;
	background:var(----secondry);
	color:var(--bs-white)!important;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Metrophobic", sans-serif;
}

.button:hover{
	background:var(--primary);
	color:var(--bs-white)!important;
}

.button:focus{
	background:var(--primary);
	color:var(--bs-white)!important;
}

.button_1{
	background:var(--primary);
	color:var(--bs-white)!important;
}

.button_1:hover{
	background:var(--red);
	color:var(--bs-white)!important;
}

.button_1:focus{
	background:var(--red);
	color:var(--bs-white)!important;
}

.col_primary{
	color: var(--primary)!important;
}
.col_red{
	color: var(--red)!important;
}
	
.bg_primary {
    background: var(--primary)!important;
}
.bg_secondry {
    background: var(--secondry)!important;
}
.blue_light{
    background: var(--blue_light)!important;
}
.bg_primary_light {
    background: var(--bg_primary_light);
}
.col_secondry{
	color: var(--secondry)!important;
}
.black_transparent {
   /* background: var(--black_transparent);*/
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgb(17 6 1 / 60%) 80%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgb(17 6 1 / 60%) 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(17 6 1 / 60%) 80%)
}
.black_transparent_dark {
    background: var(--black_transparent_dark)!important;
}
.black_transparent_light {
    background: var(--black_transparent_light)!important;
}

.border_light_primary{
	border:1px solid  var(--border_light_primary)!important;
}

.line{
	height:2px!important;
    width: 80px;
	background:var(--primary);
 }
 
hr{
	height:2px!important;
	background:var(--primary);
 }

hr{
	opacity:1;
	margin-top:15px;
	margin-bottom:20px;
	background-color: var(--border_light); 
}


.font_14{
	font-size:14px; 
}
.font_17{
	font-size:17px; 
}
.font_15{
	font-size:15px; 
}
.font_12{
	font-size:12px; 
}
.font_11{
	font-size:11px; 
}

.font_10{
	font-size:10px; 
}
.font_8{
	font-size:8px; 
}
.font_13{
	font-size:13px; 
}
.font_48{
	font-size:48px; 
}
.font_60{
	font-size:60px; 
}
.font_70{
	font-size:70px; 
}

p{
	color:var(--bs-gray-700);
	line-height:1.8em;
	font-family: "Poppins", serif;
}
.border, .border-start, .border-end, .border-top, .border-bottom {	 
	border-color: var(--border_light_primary) !important;
}
.border_primary {	 
	border-color: var(--primary) !important;
}

.family_poppins{
      font-family: "Poppins", serif;
 }

.shadow {
        box-shadow: 0 0 0.5rem rgb(255 232 220) !important;
}
b{
	  font-weight:bold;
}
span{
	  font-weight:500;
}
.rounded_5{
	border-radius:10px;
}
.rounded_top{
	border-radius:5px 5px 0px 0px;
}
.rounded_bottom{
	border-radius:0px 0px 5px 5px;
}
.family_caprus{
	font-family: "Caprasimo", serif;
}
.family_metro{
	font-family: "Metrophobic", sans-serif;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.wave {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 40px; /* spacing for wave */
}

.wave::after {
	   content: "";
      display: block;
      width: 100px;   /* same as SVG width */
      height: 35px;   /* same as SVG height */
      position: absolute;
      background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 50 500 20' width='100' height='35'><path d='M0 50 Q25 70, 50 50 Q75 70, 100 50 Q125 70, 150 50 Q175 70, 200 50 Q225 70, 250 50 Q275 70, 300 50 Q325 70, 350 50 Q375 70, 400 50 Q425 70, 450 50 Q475 70, 500 50' stroke='%233498db' stroke-width='12' fill='none'/></svg>") no-repeat center;
      background-size: contain;
	  left: 0px;
      bottom: -40px;
    }

.blog-heading::after {
	  left: 50px;
      bottom: -40px;
   }
.about-heading::after {
	 right: 0px;
    bottom: -30px;
    left: unset;
 }   
.wave_center::after {
	  left: 50%;
      transform: translate(-50%, -10%);
   }
.caption-right{
	right:0 !important;
	left:unset!important;
	background: linear-gradient(99.89deg, #034683 0%, #0286d37d 106.22%) !important;
 }
.modal {
    --bs-modal-bg: #e6fcff;
}


/*****************header*****************/

 @keyframes slideDown {
      from { transform: translateY(-100%); }
      to { transform: translateY(0); }
    }
    @keyframes fadeInAnimation {
      from { opacity: 0; transform: translateX(-50%) rotate(45deg) translateY(5px); }
      to { opacity: 1; transform: translateX(-50%) rotate(45deg) translateY(0); }
    }
 
/*****************header_end*****************/

/*********************shop****************/
.shop_1_left1 ul li a{
	width:60px;
	height:60px;
	line-height:55px;
    transition: 0.3s;
}
.shop_1_left1 ul li a:hover{
   background:var(--red)!important;
    transition: 0.3s;
}
.shop_1_left1 ul{
   padding-top:33%;
   visibility:hidden;
   transition: 0.3s;
}
.shop_1_left:hover .shop_1_left1 ul{
   visibility:visible;
   transition: 0.3s;
}
.shop_1_left2{
	padding-left:10px;
	padding-right:10px;
}
/*********************shop_end****************/


/*********************common****************/
.form-control:focus{
	box-shadow:none;
	border-color: var(--border_light); 
}
.form-select:focus{
	box-shadow:none;
	border-color:var(--border_light);
}
.form-control{
	border-color:var(--border_light); 
	box-shadow:none;
	border-radius:0;
	height:48px;
	font-size:15px;
	font-family: "Poppins", serif;
}
.form-select{
	border-color:var(--border_light); 
	box-shadow:none; 
	border-radius:0;
	height:48px;
	font-size:15px;
}

.input-group .form-control{
	height:auto;
}
.input-group .form-control:focus{
	box-shadow:none;
}

.form_text{
	height:160px!important; 
}

::placeholder {
	opacity: 1; /* Firefox */
}
.blog_pg1_right1 ::placeholder{
	color:var(--bs-gray-500)!important;
}

.paginate li a{
	width:40px;
	height:40px;
	line-height:37px; 
	transition: 0.3s;
	border-radius:50%;
	margin-left:3px;
	margin-right:3px;
	color: var(--bs-dark);
}
.paginate li a:hover{
	background:var(--primary);
	color: var(--bs-white);
	transition: 0.3s;
	border-color:var(--primary)!important;
}
.paginate  .active {
	background:var(--primary);
	color: var(--bs-white);
	border-color:var(--primary)!important;
}

.image_box{
	overflow:hidden;
}
.image_box img{
	object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.image_box:hover img{
	transform: scale(1.1); /* zooms in */
}

#cartOffcanvas{
	z-index: 9999;
}
.product_badge{
	top: -8px;
    right: -5px;
    background-color: var(--red);
}

/*********************common_end****************/


 


@media screen and (max-width : 767px){

.img-fluid{
   width:100%!important;
 }


.gx-5{
	--bs-gutter-x:1.5rem!important;
}
.gy-5 {
    --bs-gutter-y: 2rem;
}
.offcanvas-body{
border-top:1px solid var(--border_light);	
}
.nav-link{
	font-size:20px;
}
.font_48 {
	font-size:38px;
}

.container-xl{
	padding-left:20px!important;
	padding-right:20px!important;
}
/*
.wave_center::after {
    left: 30%;
}*/
.team_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.blog_pg1_left1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.shop_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
 

 
.center_o1{
	text-align:center;
}
}
@media (min-width:576px) and (max-width:767px) {

}
@media (min-width:768px) and (max-width:991px) {

.img-fluid{
   width:100%!important;
 }

	
.gx-5{
	--bs-gutter-x:1rem!important;
}
.gy-5{
	--bs-gutter-y:1.5rem!important;
}
.nav-link{
	font-size:20px;
}
.font_48 {
	font-size:38px;
}
#footer .follow_1{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	margin-top:50px;
}

 
.team_1_left1 .fs-4{
	font-size:16px!important;
}
}

@media (min-width:992px) and (max-width:1200px) {

.gx-5{
	--bs-gutter-x:1.5rem!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size:14px;
}
.dropdown-submenu > .dropdown-menu {
    left:auto;
	display:none!important;
}
#footer{
	margin-top:80px;
}

 
}



/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  
.img-fluid{
   width:100%!important;
 }

}
@media (min-width:1201px) and (max-width:1250px) {
.dropdown-submenu > .dropdown-menu {
    left:auto;
	display:none!important;
}
 }
@media screen and (min-width : 1400px){

 }
