/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2025 | 03:22:05 */
 .wrapper {
  padding: 100px 0;
        }

 .wrapper .slick-slider .slick-track,  .wrapper .slick-slider .slick-list {
    padding-top: 23px;
	 padding-bottom: 23px;
}
        .center-slider .slick-slide {
            background-color: #8266F4;
            height: 438px;
            margin: 0 15px 0 0;
            display: block;
            transform: scale(0.8);
            transition: all 0.4s ease-in-out;
            border-radius: 10px;
            padding: 20px;
			 display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

.center-slider .slick-center .showallcontent {
    display: block;
    padding: 18px;
    float: left;
    padding-top: 0px;
}
.showallcontent{
	display:none;
}
.center-slider .slick-center .showtitleandimg{
	display:none;
}
.slick-center .showtitleandimg{
	display:block;
}
 .center-slider img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
 }

.showtitleandimg .title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Schibsted Grotesk";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 30px;
}

.showallcontent .titlesection {
    color: var(--Dedicated-Teams, #8266F4);
    leading-trim: both;
    text-edge: cap;
    font-family: "Schibsted Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 125% */
    display: flex;
    align-items: center;
    gap: 20px;
}

.titlesection .title {
    color: var(--Dedicated-Teams, #8266F4);
    leading-trim: both;
    text-edge: cap;
    font-family: "Schibsted Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 125% */
}

.main_thumbnil img {
    width: 50px;
}
 .center-slider .slick-center {
            background-color: #FFFFFF;
			display: inline-block;
}
/* Active Center Slide */
.center-slider .slick-current.slick-active.slick-center {
    transform: scale(1.1);
	  display: block;
	
}

/* Ensure Cloned Slides Scale Correctly */
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}
.offer-category li {
    border-radius: 99px;
    border: 1px solid var(--Dedicated-Teams, #8266F4);
    background: #FFF;
    color: var(--Dedicated-Teams, #8266F4) !IMPORTANT;!I;!;
    leading-trim: both;
    text-edge: cap;
    font-family: "Schibsted Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    list-style: none;
    display: inline-block !important;!i;!;
    padding: 8px 16px;
}

.offer-category {
    float: left;
    display: block !important;!i;!;
    /* position: absolute; */
    width: 100%;
    text-align: left;
}

.offer-category ul {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.discription {
    color: var(--Ignite-Black, #040404);
    font-family: "Schibsted Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    margin-top: 30px;
    float: left;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 500px)
  and (-webkit-min-device-pixel-ratio: 2) {
.discription {
    font-size: 18px;

}
.offer-category li {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 157.143% */
    padding: 8px 12px;
}
 .wrapper {
  padding: 40px 0;
        }
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 501px) 
  and (max-device-width: 896px)
  and (-webkit-min-device-pixel-ratio: 2) {
.discription {
    font-size: 18px;

}
	  .main_thumbnil img {
    min-width: 41px;
}
.showallcontent .titlesection {
    gap: 15px;
}
.offer-category li {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 157.143% */
    padding: 8px 12px;
}
.titlesection .title {
    font-size: 20px;
    
}
}