/*
Theme Name: Digital
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Digital is specially designed product packaged for Marketing Agency by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/



/* fonts family */
:root {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --body-font: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* fonts color */
:root {
  --bs-red: #F0756C;
  --bs-orange: #F9A01F;
  --bs-yellow: #FFCB39;
  --bs-green: #F5F8F1;
  --bs-teal: #EFE8EF;
  --bs-cyan: #F5F5F5;
  --bs-black: #111111;
  --bs-white: #F0FAFC;
  --bs-gray: #666666;
  --bs-link-color: #FFFFFF;
  --bs-success: #FFCB39;
  --bs-secondary: #ffd400;
  --bs-danger: #1A213D;
  --bs-light: #198F9F;
  --bs-primary: #1A2C6A;
  --bs-info: #F0FAFC;
  --bs-info-rgb: 240, 250, 252;
  --bs-primary-rgb: 26, 44, 106;
  --bs-light-rgb: 25, 143, 159;
  --bs-danger-rgb: 26, 33, 61;
  --bs-secondary-rgb: 255, 212, 0;
  --bs-success-rgb: 255, 203, 57;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color: #F5E9E9;
  --bs-link-hover-color-rgb: 245, 233, 233;
  --bs-body-color: #111111;
  --bs-border-color: #F0FAFC;

}

body,
body [data-bs-theme=light] {
  --bs-blue: #1A2C6A;
  --bs-red: #F0756C;
  --bs-orange: #F9A01F;
  --bs-yellow: #EFEAEA;
  --bs-green: #F5F8F1;
  --bs-teal: #EFE8EF;
  --bs-cyan: #F5F5F5;
  --bs-black: #111111;
  --bs-white: #F0FAFC;
  --bs-gray: #555865;
  --bs-info: #C3C3C3;
}

body {
  font-family: var(--body-font);
  font-size: calc(0.75rem);
  color: var(--bs-gray);
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

/* sectiton titles & sub titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-blue);
}

h2 {
  font-weight: 700;
}

h5 {
  font-weight: 700;
}


/* general styles */
.text-primary {
  color: var(--bs-primary);
}

.text-secondary {
  color: var(--bs-secondary);
}

.text-light {
  color: var(--bs-light)
}

.text-info {
  color: var(--bs-info);
}

.text-bg-success {
  color: var(--bs-blue) !important;
}

/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 5em;
  padding-bottom: 5em;
}

.padding-medium {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

/* - Section Margin
  --------------------------------------------------------------*/
.margin-small {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}

.margin-medium {
  margin-top: 10em;
  margin-bottom: 10em;
}

.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}

/*--------------------------------------------------------------
/** Buttons
--------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  border-radius: 50px;
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-blue);
  --bs-btn-border-color: var(--bs-blue);
  --bs-btn-hover-color: var(--bs-black);
  --bs-btn-hover-bg: var(--bs-orange);
  --bs-btn-hover-border-color: var(--bs-orange);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: 0;
  --bs-btn-active-border-color: 0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: 0;
  --bs-btn-disabled-border-color: 0;
}

.btn-secondary {
  --bs-btn-color: var(--bs-blue);
  --bs-btn-bg: var(--bs-orange);
  --bs-btn-border-color: var(--bs-orange);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-blue);
  --bs-btn-hover-border-color: var(--bs-blue);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: 0;
  --bs-btn-active-border-color: 0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: 0;
  --bs-btn-disabled-border-color: 0;
}

/* Pagination
------------------------------------------------------------- */
.pagination {
  --bs-pagination-color: var(--bs-black);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--bs-blue);
  --bs-pagination-hover-border-color: var(--bs-blue);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--bs-blue);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--bs-blue);
  --bs-pagination-active-border-color: var(--bs-blue);
}


/* Accordion
------------------------------------------------------------- */
.accordion {
  --bs-accordion-btn-icon: url('https://api.iconify.design/ion/caret-down.svg?color=%23F2B821&width=30');
  --bs-accordion-btn-active-icon: url('https://api.iconify.design/ion/caret-down.svg?color=%23F2B821&width=30');
  --bs-accordion-border-radius: 0px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}


/* Form
------------------------------------------------------------- */
.form-control {
  border: 1px solid #e4e4e4;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #acacac;
  box-shadow: none;
}


/*----------------------------------------------*/
/* SITE STRUCTURE */
/*----------------------------------------------*/

/* Header Section
/*----------------------------------------------*/

.navbar-nav .nav-link {
  color: var(--bs-primary);
  font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.focus {
  color: var(--accent-color);
}

.navbar-nav .nav-link:hover {
  color: var(--accent-color);
  outline: none;
}

#primary-header .dropdown .search::after {
  content: none;
}

#primary-header .search-dropdown .dropdown-menu {
  width: 260px;
}

#primary-header .search-dropdown .dropdown-menu input {
  min-width: 100%;
}

#primary-header .search-dropdown .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

/* Services Section
/*----------------------------------------------*/
.sectiontitle {
  font-family: var(--body-font);
  font-size: calc(8rem);
  font-weight: 100;
}

/* Work Section
/*----------------------------------------------*/
.sectiontext {
  font-family: var(--body-font);
  font-size: calc(10rem);
  font-weight: 900;
  line-height: 50%;
  color: var(--bs-cyan);
}

@media screen and (max-width: 1100px) {
  .sectiontext {
    display: none;
  }
}

/* Testimonial Section
/*----------------------------------------------*/
.swiper-pagination-bullet {
  background-color: #22222231;
  opacity: 1;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-body-color);
  background: var(--bs-body-color);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}



/*----------------------------------------------*/
/* PAGES STYLE */
/*----------------------------------------------*/


/* Projects Page
/*----------------------------------------------*/

button.filter-button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

button.filter-button.active,
button.filter-button:hover {
  color: var(--bs-light);
  background: var(--primary-color);
}


.project-content .portfolio-img {
  transition: all 0.5s ease-in-out;
}

.project-content:hover .portfolio-img {
  opacity: 0.3;
}

.portfolio-description {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.project-content:hover .portfolio-description {
  opacity: 1;
}

/* Offer Card
/*----------------------------------------------*/
.card{
	background-color: #fff;
	border:none;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
}

.image-container{
	position: relative;
    height: 400px; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-image{
	border-radius: 10px !important;
}

.discount{
	background-color: red;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 6px;
	color: #fff;
}

.wishlist{
	height: 25px;
	width: 25px;
	background-color: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.first{
	position: absolute;
	width: 100%;
	    padding: 9px;
}

.new-price{
	font-size: 13px;
	font-weight: bold;
	color: red;	
}
.old-price{
	font-size: 8px;
	font-weight: bold;
	color: grey;
}


.creme{
	background-color: #fff;
	border: 2px solid grey;
}
.creme:hover {
	border: 3px solid grey;
}

.creme:focus {
	background-color: grey;
}

.red{
	background-color: #fff;
	border: 2px solid red;	
}

.red:hover {
	border: 3px solid red;
}
.red:focus {
	background-color: red;
}

.blue{
	background-color: #fff;
	border: 2px solid #40C4FF;
}

.blue:hover {
	border: 3px solid #40C4FF;
}
.blue:focus {
	background-color: #40C4FF;
}
.darkblue{
	background-color: #fff;
	border: 2px solid #01579B;
}
.darkblue:hover {
	border: 3px solid #01579B;
}
.darkblue:focus {
	background-color: #01579B;
}
.yellow{
	background-color: #fff;
	border: 2px solid #FFCA28;
}
.yellow:hover {
	border-radius: 3px solid #FFCA28;
}
.yellow:focus {
	background-color: #FFCA28;
}

.item-size{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid grey;
	color: grey;
	font-size: 10px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

.rating-star{
	font-size: 10px !important;
}
.rating-number{
	font-size: 10px;
	color: grey;
}
.buy{
	font-size: 12px;
	color: purple;
	font-weight: 500;
}

.voutchers{
	background-color: #fff;
	border:none;
	border-radius: 10px;
	width: 190px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden;
}
.voutcher-divider{
	display: flex;
}
.voutcher-left{
	width: 60%
}
.voutcher-name{
	color: grey;
	font-size: 9px;
	font-weight: 500;
}
.voutcher-code{
	color: red;
	font-size: 11px;
	font-weight: bold;
}
.voutcher-right{
	width: 40%;	 
	background-color: purple;
	color: #fff;
}

.discount-percent{
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 5px;
}
.off{
	font-size: 14px;
	position: relative;
	bottom: 5px;
}

.product-detail-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-detail-container .mt-auto {
    margin-top: auto;
}

.offer-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.bg-scrolled {
  background-color: #ffd401 !important; /* Change this to your desired color */
  transition: background-color 0.3s ease-in-out;
}
.mt-n1 {
  margin-top: -25px !important;
}
.mt-n2 {
  margin-top: -50px !important;
}
.mt-n3 {
  margin-top: -75px !important;
}
.mt-n4 {
  margin-top: -100px !important;
}