
body { color: #666; text-align: center; }  /*font-family: 'Roboto', sans-serif; */

strong { font-weight: 500; }

a { color: #603;  text-decoration: none; transition: all .3s; } 
a:hover, a:focus { color: #603; border: 0; text-decoration: none; }

h0 { font-size: 65px; font-weight: 500; color: #603; line-height: 50px; }

h1 { font-size: 50px; font-weight: 500; color: #603; line-height: 50px; }

h2 { font-size: 40px; font-weight: 500; color: #603; line-height: 50px; }

h3 { font-size: 30px; font-weight: 500; color: #603; line-height: 18px; }

h4 { font-size: 26px; font-weight: 500; color: #603; line-height: 30px; }

h5 { font-size: 20px; font-weight: 400; color: #603; line-height: 26px; }

h6{ font-size: 16px; font-weight: 400; color: #555; line-height: 22px; }

h7{ font-size: 14px; font-weight: 300; color: #555; line-height: 18px; }

img { vertical-align: middle; max-width: 100%; }

.italic{ font-style: italic; }
.underline{	text-decoration-line: underline; }
.font-w-500{ font-weight: 500 !important; }

.centered{ text-align: center; }
.justified{ text-align: justify; }
.vertical-mid{ vertical-align: middle; }

.lefty{ text-align: left ; }
.righty{ text-align: right; }
.lefty-mobile{ text-align: left; }
.righty-mobile{ text-align: right; }

.relativize{ position: relative; }

.no-padding{ padding: 0; }
.no-padding-top{ padding-top: 0 !important; }


.no-margin{ margin: 0; }


.no-border{ border: 0; }
.border-12{ border-radius: 12px; }

.point{ cursor: pointer; }


/* color backgrounds */
.color-b{ color: #000!important; }
.color-b-0{ background: #603!important; }
.color-b-1{	background: #c9ae1d!important; }
.color-b-2{	background: #db932f!important; }
.color-b-3{	background: #da6603!important; }
.color-b-4{	background: #c25346!important; }
.color-b-5{	background: #664a7b!important; }

/* color */
.color-0{ color: #fff!important; }
.color-1{	color: #603!important; }
.color-3{	color: #999!important; }
.color-4{	color: #115339!important;	font-size: 22px !important; }
.color-5{ color: #70174F; }
.color-6{ color: #2790dd; }
.color-7{ color: #4a86e8; }



/* ----------------- */
/* ---- Sidebar ---- */
/* ----------------- */
.sidebar {
	width: 250px; height: 100vh; position: fixed; top: 0; right: -255px; z-index: 999; 
	background: #603; color: #fff; transition: all .3s; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
	text-align: left;
}
.sidebar.active { right: 0; }
.dismiss {
	width: 35px; height: 35px; position: absolute; top: 10px; left: 10px; transition: all .3s; 
	border-radius: 4px; text-align: center; line-height: 35px; cursor: pointer;
}
.dismiss:hover, .dismiss:focus {  color: #fff; transform: scale(1.25); }
.sidebar .logo { padding: 40px 20px; border-bottom: 1px solid #fff; transition: all .3s; }
.sidebar .logo a {
	display: inline-block;
	width: 172px;
	height: 34px;
	background: url(../img/logo.png) left top no-repeat;
	border: 0;
	text-indent: -999999px;
}
.logo-txt{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.sidebar ul.menu-elements { padding: 10px 0; border-bottom: 1px solid #fff; transition: all .3s; }
.sidebar ul li a {
	display: block; padding: 10px 20px;
	border: 0; color: #fff;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus { outline: 0; background: #845A6D; color: #fff; }
.sidebar ul li a i { margin-right: 10px; }
.sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
}
.sidebar ul ul a { background: #444; padding-left: 30px; font-size: 14px; }
.sidebar ul ul li.active > a { background: #845A6D; }
.sidebar a[data-toggle="collapse"] {
  position: relative;
}
.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.sidebar .to-top { padding: 20px; position: fixed; bottom: 0; }
.sidebar .dark-light-buttons { padding: 10px 20px 30px 20px; text-align: center; }

.open-menu { position: fixed; top: 20px; right: 10px; z-index: 997; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2); }
.open-menu.btn-customized,
.open-menu.btn-customized:hover, 
.open-menu.btn-customized:active, 
.open-menu.btn-customized:focus, 
.open-menu.btn-customized:active:focus, 
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
  border: 1px solid #fff;
}


/***** Wrapper *****/
.wrapper { display: block; }


/***** Dark overlay *****/
.overlay {
  display: none; position: fixed; width: 100vw; height: 100vh; 
  background: rgba(51, 51, 51, 0.7); z-index: 998; opacity: 0; transition: all .5s ease-in-out;
}
.overlay.active { display: block; opacity: 1; }





/* ---------------------------- */
/* ---- Content + Section ----- */
/* ---------------------------- */
.content { width: 100%; transition: all 0.3s; }

section {
  overflow: hidden;
  padding: 80px 0;
}
.section-container { margin: 0 auto; padding-bottom: 20px; }
.section-description {
  margin-top: 70px; 
  padding-bottom: 10px; 
}
.section-description p {
  margin-top: 20px;
  padding: 0 120px; 
  color: #fff;
  font-size: 20px;
}
.section-row{
  padding: 20px 0 80px; 
}
.section-bottom-button { padding-top: 20px; }
.title{
  padding-top: 0;
}
.section .title {
  max-width: 760px;
  margin: 0 auto;
  display: block;
}
.separator-container {
  text-align: center;
  position: relative;
}
.separator-container .separator {
  color: #660033;
  margin: 5px auto 1em;
  width: 11em;
  font-size: 30px !important;
}
.separator-container .separator.line-separator:before {
  float: left;
}
.separator-container .separator.line-separator:before, .separator-container .separator.line-separator-email:after {
  margin-bottom: 25px !important;
}
.separator-container .separator.line-separator:after {
  float: right;
}
.separator-container .separator.line-separator:before, .separator-container .separator.line-separator:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 14px;
  border: 1px solid #660033;
}





/* ------------------- */
/* ---- Home Page ---- */
/* ------------------- */
.hero .container {
  z-index: 1;
}
.hero {
  min-height: 100vh;
  background: url(../img/hero-bg.webp) top right;
  background-size: contain;
  position: relative;
  padding: 120px 0;
  z-index: 3;
  /* max-width: 100%; */
  /* max-height: 100%; */
  /*min-width: 100vh;*/
  height: auto;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: #660033;
}
.hero:before {
  position: absolute;
  content: "";
  background: rgb(101 41 41 / 22%);
  inset: 0;
}
.hero blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid #fff;
  margin: 40px 0;
}
.hero ul li i{
  padding-right: 10px;
}
.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #660033;
  background: #fff;
}
.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
  font-weight: 600;
}
.hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.main-left-box{
  background: transparent;
}
#main-txt-div {
  text-align: justify;
  padding: 20px 45px;
}
.items-list{
  margin-bottom: 0;
  list-style: none;
}
.social-icons {
  position: relative;
  z-index: 2;
}
.social-icons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 100rem;
  border: 2px solid #fff;
}
/* Home page socials */
.btn-purp{
  --bs-btn-color: #fff;
  --bs-btn-bg: #660033;
  --bs-btn-border-color: #660033;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.padding-main-btns{
  padding: 20px;
}










/* ------------------------------ */
/* ---- Section 1 - Services ---- */
/* ------------------------------ */
.section-1-box h3{ padding-top: 30px; text-align: left; }
.section-1-box div{ text-align: justify; font-size: 14px; }
.section-1-box div p{ margin-bottom: 40px; }
.section-1-box .section-1-box-icon {
	width: 80px; 
	height: 80px; 
	margin: 0 auto;
	border: 4px solid #660033;
  font-size: 25px;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
  background: #660033;
  color: #fff;
}
.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; color: #660033; }
.section-1-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-bg-1.webp) center center;
  background-size: cover;
  padding: 220px 0;
}
.padding-services-box{ padding: 30px 0; }





/* ----------------------------- */
/* ---- Section 2 - Classes ---- */
/* ----------------------------- */
.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box-img { margin-top: 30px; text-align: center; }
.section-2-box h3 { margin-top: 0; }
.section-2-box img { border-radius: 6px; display: flex;
  justify-content: center;
  align-items: center; 
}
.classes-row{
	padding: 40px 0 80px;
}
.classes-div{
  margin-bottom: 65px;
}
.classes-box {
  padding: 40px;
  background-color: #660033;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 4px 15px 3px rgba(5,31,78,.1);
}
.classes-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  color:#fff;
}
.classes-box p {
  text-align: justify;
}
.classes-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.lessons-box {
  text-align: justify;
  background: #fff;
  padding: 40px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 15px;
  border: 1px solid rgba(55, 55, 63, 0.1);
  box-shadow: 0 4px 15px 3px rgba(5,31,78,.1);
  font-size: 14px;
}
.lessons-box h4{
	font-weight: 500;
  font-size: 28px;
	color: #660033;
  margin-bottom: 20px;
}
.lessons-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.lessons-box img{
	margin-bottom: 20px;
}

.section-2-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-bg-2.webp) center center;
  background-size: cover;
  padding: 180px 0;
}




/* ---------------------------- */
/* ---- Section 3 - Levels ---- */
/* ---------------------------- */
.title-levels {
  text-align: center;
  margin-bottom: 50px;
}
.carousel-cell {
	width: 32%;
	height: 100%;
	margin-right: 10px;
	background: #fff;
	border-radius: 5px;
	left: 5px!important;
	visibility: hidden;
}
.carousel-cell-review {
  width: 70%;
  height: 325px;
	margin-right: 10px;
	border: 2px solid #660033;
	border-radius: 8px;
}
.carousel-cell img {
  display: block;
  height: 200px;
}
.carousel-levels .carousel-cell {
	width: 33%;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	counter-increment: carousel-cell;
}
.carousel-levels .carousel-cell:before {
	display: block;
	text-align: center;
	content: counter(carousel-cell);
	line-height: 200px;
	font-size: 80px;
	color: white;
}
.carousel-cell.pageloaded {
  visibility: visible;
}
.card-wrapper{
	height: 98%;
	box-shadow: 0 4px 15px 3px rgba(5,31,78,.1);
  overflow: hidden;
  border-radius: 16px;
  flex-direction: column!important;
  top: 0;
  position: absolute;
  width: 100%;
}
.card-title-big{
	font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px #3534346e;
}
.top-part{
	padding: 30px;
	text-align: center!important;
	justify-content: center!important;
	flex-direction: column!important;
}
.bottom-part{
	padding: 20px 40px;
	height: 100%;
  font-size: 14px;
}
.card-title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0!important;
  font-weight: 700;
}
.card-subtitle {
  font-weight: 600;
  font-size: 15px;
  margin-top: 1rem!important;
  color:#fff;
}
.swiper-slide{
	width: 638px;
  margin-right: 20px;
}
.items-list-levels{
  list-style: none;
}
.items-list-levels li{
  margin-bottom: 12px;
}
.tw-content-list i {
  color: #603;
  margin-right: 4px;
}
.tw-content-list p {
  color: #603;
}
.tw-content-list.tw-check-only p:before {
  content: var(--tw-content)!important;
  --tw-border-opacity: 1!important;
  border-color: rgb(21 59 255/var(--tw-border-opacity))!important;
}
.tw-content-list p:before {
  left: 0.5rem;
  display: inline-block;
  height: 11px;
  width: 5px;
  --tw-translate-y: 4px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.tw-content-list p:after {
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border-width: 2px;
}
.tw-content-list p:after, .tw-content-list p:before {
  position: absolute;
  top: 3px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}

/* external css: flickity.css */
.flickity-page-dots{
  position: relative !important;
}
.flickity-viewport{
  height: 460px!important;
}
.flickity-slider{
  left: 20px!important;
  height: 450px!important;
}
.section-3-banner {
  background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 28%)), url(../img/banner-bg-3.webp) center center;
  background-size: cover;
  padding: 180px 0;
}






/* --------------------------- */
/* ---- Section 4 - About ---- */
/* --------------------------- */
.section-container-4{
  margin: 0 auto;
  padding-bottom: 100px;
}
.separator-container-about .separator.line-separator:before, 
.separator-container-about .separator.line-separator:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 14px;
  border: 1px solid #fff!important;
}
.section-4-box { margin-top: 30px; text-align: center; }
.section-4-box h3 { margin-top: 0; padding: 0 0 10px 0; }
.section-row-about{
  padding: 20px 0 0px;
}
.profile-page .about-header {
  height: 360px;
  background-position:center;
}
.profile-div{
  position: relative;
  top: -100px;
}
.main-raised {
  margin: -60px 120px 0;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.main {
  background: #FFF;
  position: relative;
}
.about-header {
  height: 360px;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  background: #660033;
}
.about-img {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}
.img-fluid-about {
  width: 35%;
  height: auto;
  margin: 15px 0;
  border-radius: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 49%);
}
.about-sub-header {
  position: relative; top: -90px;
}
.profile-page .description {
  margin: 1.071rem auto 0;
  max-width: 600px;
  color: #999;
  font-weight: 300;
}
.profile-title {
  text-align: center;
  margin-bottom: 10px;
}
.profile-wrapper a{
  padding: 10px;
}
.profile-wrapper a:hover{
  font-size: 18px;
}
.about-text {
  text-align: justify;
  padding: 15px 25px;
  font-size: 14px;
}
.about-txt-padding{
  padding: 30px;
}
.color-popup-1{
	background: #660033!important;
}
.popup-btn-x{
	font-size: 22px;
	font-weight: 600;
	border: 0;
	background-color: #660033;
}
.modal-body h5{
  font-size: 18px;
}
.section-4-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-bg-4.webp) center center;
  background-size: contain;
  padding: 180px 0;
}





/* ---------------------------- */
/* ---- Section 5 - Method ---- */
/* ---------------------------- */
.section-5-container blockquote {
  padding-left: 20px;
  font-family: var(--font-default);
  border-left: 2px solid #660033;
  margin: 40px 0;
}
.section-5-container .section-bottom-button { padding-top: 40px; }
.items-list-method{
	list-style: none;
	list-style-position: outside;
	margin-bottom: 0 !important;
	justify-content: normal !important;
}
.items-list-method li i{
  margin-right: 10px;
  color: #603;
}
/*ul li:before {
  content: '✓';
}*/
.img-method{
	height: 175px;
}
.method-text {
  text-align: justify;
  padding: 15px 25px;
  font-size: 14px;
}
.section-5-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-bg-5.webp) center center;
  background-size: cover;
  padding: 215px 0;
}





/* ----------------------------- */
/* ---- Section 6 - Reviews ---- */
/* ----------------------------- */
.padding-review-btns{
	padding: 60px 0;
}
.padding-reviews-box{
  padding: 120px 40px 0;
}
.reviews-bg {
  background-color: #f5f6f7;
}
.reviews-header {
  text-align: left;
  padding: 60px 0;
}
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: left;
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 0;
  min-height: 200px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #660033;
  color: #fff;
  border-radius: 16px;
}
.testimonials .testimonial-item::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #660033;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 3rem;
  bottom: -25px;
  transform-origin: center;
  transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}
.testimonials .testimonial-item p {
  font-size: 14px;
}
.testimonials .testimonial-item p i{
  color: #fff;
  padding: 0 5px;
  font-size: 20px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 45px;
  border: 2px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .stars {
  margin: 10px 0;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}
.testimonials .testimonial-item .p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  bottom: 20px !important;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d5d7da;
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #660033;
}
.swiper-wrapper{
  cursor: grab;
}
.btn-google{
  background: #fff !important;
  color: teal !important;
  border: 2px solid teal !important;
}
.btn-google:hover{
  background: teal !important;
  color: #fff !important;
  border: 2px solid teal !important;
}
.btn-fb{
  background: #fff !important;
  color: #2f55a4 !important;
  border: 2px solid #2f55a4 !important;
}
.btn-fb:hover{
  background: #2f55a4 !important;
  color: #fff !important;
  border: 2px solid #2f55a4 !important;
}
.section-6-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-bg-6.webp) center center;
  background-size: cover;
  padding: 180px 0;
}





/* ------------------------------ */
/* ---- Section 7 - Packages ---- */
/* ------------------------------ */
#particular{ margin: 0.8em;}
#company{ margin: 0.8em; }

.padding-packages-box{
  padding: 0px 200px 40px;
}
.packages-row {
  padding: 20px 0;
}
.toggle-btn-div{
	font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 60px 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, hsla(330, 100%, 20%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);
  -webkit-transition: 0.4s;
  box-shadow: 2px 4px 5px #115339;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #28a745;
}
input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.packages {
  margin: 20px 0;
  width: 415px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 6px 22px rgb(187 187 187), 0 10px 6px rgba(30, 35, 33, 0.2);
  flex-wrap: wrap;
  color: #555;
  border: 2px solid #660033;
  scale: 0.8;
}
.list li {
  font-size: 18px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
}
.first {
  margin-top: 20px;
  border-top: 1px solid #f4f4f4;
}
.list {
  width: 80%;
}
ol,
ul {
  padding: 0;
}
.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#package-carousel .flickity-viewport{
	height: 700px!important;
}
#package-carousel .carousel-cell {
  width: 45%;
}
#package-carousel .card-wrapper{
	box-shadow: none;
}
#package-carousel .packages {
	width: 435px;
	height: 95%;
}
.package-padding{
	padding: 0 40px;
}
#package-carousel .flickity-page-dots {
  position: relative;
  bottom: 100px;
}

/* pricing clouds */
.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
  min-height: 497px;
}
.pricing-action {
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}
.pricing-action:focus {
  outline: none;
}
.pricing-feature-list {
  text-align: left;
}
.pricing-palden .pricing-item {
  font-family: 'Open Sans', sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}
.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  padding: 4em 0 9em;
  position: relative;
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricing-palden .pricing-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  letter-spacing: .5px;
  line-height: 40px;
  color: #fff;
}
.pricing-palden .pricing-sub-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
  line-height: 50px;
  color: #603;
}
.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 60px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing-desc {
  line-height: 0.05 !important;
}
.pricing-palden .pricing-currency {
  font-size: 0.2em;
  vertical-align: top;
}
.pricing-palden .pricing-per {
  font-size: 0.15em;
  vertical-align: bottom;
}
.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 0.5em;
  list-style: none;
  text-align: center;
  position: relative;
  top: -40px;
}
.pricing-palden .pricing-feature-list  li i{
  margin-right: 5px;
}
.pricing-palden .pricing-feature {
  padding: 12px 0;
}
.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  /*background: linear-gradient(135deg,#a93bfe,#584efd);*/
  /*background: linear-gradient(135deg,#4097f9,#0af0c7);*/
  /*background: linear-gradient(135deg,#a93bfe,#584efd);*/
  /*background: linear-gradient(90deg, hsla(330, 100%, 20%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);*/
  /*background: linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);*/
  /*background: linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(330, 100%, 20%, 1) 100%);*/
  /*background: linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);*/
  /*background: linear-gradient(90deg, hsla(350, 73%, 44%, 1) 0%, hsla(274, 65%, 12%, 1) 100%);*/
  /*background: linear-gradient(90deg, hsla(205, 34%, 40%, 1) 0%, hsla(347, 52%, 36%, 1) 100%);*/
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: -webkit-linear-gradient(135deg, hsl(247deg 30.13% 48.52%) 0, hsl(330deg 100% 20% / 77%) 100%);
}
.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
  background: linear-gradient(135deg,#fd7d57,#f55d59);
}
.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}
.cancellation-icons i{
  color: #603;
  margin-right: 5px;
}
.modal-btn-x{
	font-size: 22px;
	font-weight: 600;
	border: 0;
	background-color: #660033;
}
.seeMore-btn {
	margin-left: 5px;
  margin-right: 5px;
	background: #660033;
	color: #fff;
	padding: 15px 30px;
	border: 2px solid #660033;
	border-radius: 50px;
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	/*box-shadow: 0 0 5px 0 #660033 inset, 0 0 6px 3px #660033;*/
	box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
}
.seeMore-btn:hover{
	color: #fff;
}
.section-7-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner-bg-7.webp) center center;
  background-size: cover;
  padding: 180px 0;
}






/* --------------------------- */
/* --- Section 8 - Podcast --- */
/* --------------------------- */
.thumbnail {
  display: block;
  padding: 3px 3px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background: #660033;
  border: 1px solid #660033;
  border-radius: 19px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  transform: scale(.95);
}
.thumbnail:hover {
  transform: scale(.98);
}
.thumbnail a>img, .thumbnail>img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px 16px 0 0;
  min-height: 185px;
  max-height: 185px;
  width: 100%;
}
.thumbnail-episode a>img, .thumbnail-episode>img {
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px 15px 0 0;
  /*min-height: auto!important;*/
  min-height: 120px!important;
  border-radius: 15px;
}
.pod-caption{
	position: relative;
  padding: 10px 20px;
  background: #660033;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1.5px;
  border-radius: 0px 0px 15px 15px;
  top: -5px;
}
.pod-img{
  border-radius: 20px;
}






/* ------------------ */
/* ----  Contact ---- */
/* ------------------ */
.contact-div{
  position: absolute;
  bottom: -250px;
  right: 0;
}
.contact-text-div{
  padding: 80px 0;
}
.contact-logo-box {
  position: absolute;
  right: 0;
}
.contact-logo{
  width: 25%;
}
.podcast-contact-box{
  position: absolute;
  right: 0;
}

.podcast-contact-box1{
  position: absolute;
  right: 0;
  bottom: 100px;
  text-align: right;
}

.contact-podcast-img{
  width: 140px;
}
.contact-banner {
  background: linear-gradient(#66003369 , #6600332e ), url(../img/banner-contact1.webp) center center;
  background-size: cover;
  height: 650px;
  padding: 0 0;
}

.contact-banner nav ul li a{
  color: #fff;

}
.contact-txt-div{
  height: 650px; 
  background: #603; 
  position: relative;
}
.contact-txt-div:before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  border-top: 650px solid #603;
  border-right: 170px solid white;
  width: 0;
}






/* ------------------ */
/* ----- Footer ----- */
/* ------------------ */
footer { padding: 40px 0; }

/* Grey footer casaleduc */
.footer {
  background-color: #fff;
  line-height: 20px;
  border-top: 1px solid #ddd;
}
.footer-color-gray {
  background-color: #f5f5f5;
}
.footer-big {
  padding: 40px 0 10px;
}
.footer .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.footer .title {
  color: #777;
}
.title {
  text-align: center;
}
.footer nav ul li a:hover{
	transform: scale(1.15);
	color: #660033;
}
.footer-big nav>ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.footer nav>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.footer-big nav>ul li {
  float: none;
}
.footer nav>ul a:not(.btn) {
  color: #212529;
  display: block;
  margin-bottom: 3px;
}
.footer a:not(.btn-social), .footer .copyright {
  font-size: 14px;
  padding: 0 0 5px 0;
}
.logo-footer-img{
  width: 120px;
}
.btn-social{
	font-size: 16px;
  padding: 3px
}
.copyright {
	padding: 0 0 20px 0 !important;
}





/* ---------------------------- */
/* --- Privacy + Terms Page --- */
/* ---------------------------- */
.back-icon{
	font-size: 30px;
}





/* ---------------------- */
/* ---- Podcast Page ---- */
/* ---------------------- */
.top-content {  padding: 60px 0 120px 0; }
.top-content h1 { padding-top: 60px; color: #660033; font-size: 60px; }
.top-content .description { margin: 30px 0 0 0; padding-bottom: 30px; }
.top-content .description p { color: #000; color: rgba(0, 0, 0, 0.8); }
.top-content .description a { color: #000; color: rgba(0, 0, 0, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }
.top-content .description a:hover,
.top-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }

.top-content-podcast {  padding: 20px; background: #660033;}
.top-content-podcast h1 { padding-top: 60px; color: #fff; font-size: 60px; }

.podcast-title{
	font-size: 22px;
	font-weight: 700;
	color: #660033;
	line-height: 1!important;
  padding: 10px 0 0;
}
.pod-image{
	height: 450px;
	border-radius: 25px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.pod-recent-caption{
	position: relative;
  padding: 10px;
  background: #660033;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 1.5px;
  border-radius: 0px 0px 15px 15px;
  top: -5px;
}
.podcast-entry {
  padding: 10px;
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
}
.podcast-entry img {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
  border-radius: 13px;
}
.podcast-entry .text {
  width: 100%;
  padding: 10px 5px 5px 0;
  text-align: left;
}
.podcast-entry .text h6{
  padding: 10px 0 20px;
}
.transcript-div{
  padding: 20px 80px;
}
.transcript-div p{
  font-size: 16px;
}

.transcript-div .no-pad-list p{
  padding: 0 !important;
}


#no-pad-list p{
  margin-bottom: 0.2rem  !important;
}

.podcast-entry-page {
  padding: 10px;
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
}
.podcast-entry-page img {
  background-position: center center;
  background-repeat: no-repeat;
  height: 80%;
  background-size: contain;
  border-radius: 13px;
}
.sep-first{
	padding: 0 15px 0 0;
  cursor: pointer;
}
.sep-first:hover{
  transform: scale(1.1);
}
.sep-first-mobile{
  padding: 0 15px 0 0;
  cursor: pointer;
  display: none;
}
.sep{
	padding: 0 15px;
}
.episode-banner-1 {
  /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero-bg.jpg) center center;
  background-size: cover;*/
  background-color: #f1f1f1;
  padding: 100px 0;
  box-shadow: 0px 0px 10px 0px #808080;
}
.episode-banner-div{
	padding: 20px;
}
.episode-banner-description{
  padding: 10px 0px;
}

.episode-podtext-top{
	font-size: 15px;
	color: #660033;
}
.episode-text-top{
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #660033;
}
.episode-text-top a{
	color: #660033;
    font-weight: 400;
}
.episode-title{
	font-size: 34px;
	font-weight: 700;
	color: #660033;
	line-height: 1.3!important;
}
.episode-banner-title{
	font-size: 26px;
	font-weight: 700;
	color: #660033;
	line-height: 1.1!important;
}
.episode-transcript{
	text-align: justify;
	color: #2a2a2a;
  font-family: var(--primary-font), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial" !important;
  font-size: 15px;
  padding: 0 120px;
}
.episode-scroll-btn{
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 2.5em;
}
.player{
  position: relative;
}
.mejs__container{
  width: 100% !important;
  height: 40px;
  min-width: 241px;
}
.mejs__controls {
  position: relative !important;
}
.audio-player{
	max-width: 100%;
	width: 100%;
	height: 100%;	
}
.audio-div{
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/***** Collapse *****/
.text-toggle[aria-expanded=false] .text-expanded {
  display: none;
}
.text-toggle[aria-expanded=true] .text-collapsed {
  display: none;
}


.text-collapsed h4:hover{
  transform: scale(1.1);
}







/* ---------------------- */
/* ---- Episode Page ---- */
/* ---------------------- */
.pod-title{
	text-align: center;
	font-size: 18px;
	color: #660033;
  font-weight: 500;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 40px auto !important;
}
.pod-recent{
	color: #660033;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 2.16px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 30px auto !important;
}
.transcript-container{
	padding: 35px;
}
.pod-entry-lx{
	border-radius: 20px;
  border: 5px solid #660033;
  height: 275px;
}
.episode-entry .text {
  width: 100%;
  padding: 10px;
}








/* --------------------------- */
/* ---- Margins + Padding ---- */
/* --------------------------- */
.margin-zero{ margin-bottom: 0; }
.margin-t-10{ margin-top: 10px; }

.margin-l-20{ margin-left: 20px; }
.margin-l-30{ margin-left: 30px; }
.margin-l-40{ margin-left: 40px; }
.margin-l-50{ margin-left: 50px; }

.padding-t-10{ padding: 10px 0; }
.padding-s-10{ padding: 0 10px; }
.padding-10{ padding: 10px; }

.padding-t-20{ padding: 20px 0; }
.padding-s-20{ padding: 0 20px; }
.padding-20{ padding: 20px; }
.padding-ob-20{ padding: 0 0 20px 0; }

.padding-s-25{ padding: 0 25px; }
.padding-t-25{ padding: 25px 0; }

.padding-t-30{ padding: 30px 0; }
.padding-s-30{ padding: 0 30px; }
.padding-30{ padding: 30px; }
.padding-30-min{ padding: 30px; }
.padding-ob-30{ padding: 0 0 30px 0; }

.padding-t-40{ padding: 40px 0; }
.padding-s-40{ padding: 0 40px; }
.padding-40{ padding: 40px; }
.padding-40-0{ padding: 40px; }

.padding-s-50{ padding: 0 50px; }

.padding-t-60{ padding: 60px 0; }
.padding-s-60{ padding: 0 60px; }
.padding-60{ padding: 60px; }
.padding-ob-60{ padding: 0 0 60px 0; }

.padding-t-80{ padding: 80px 0; }
.padding-s-80{ padding: 0 80px; }
.padding-80{ padding: 80px; }

.padding-t-120{ padding: 120px 0; }
.padding-ot-120{ padding: 120px 0 0 0; }
.padding-s-120{	padding: 0 120px; }
.padding-120{ padding: 120px; }

.padding-recent-ep{	padding: 20px; }

	








/* ----------------- */
/* ---- Buttons ---- */
/* ----------------- */

.buttons{
	text-align: center;
}
.button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.4em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}
.button:hover {
  transform: scale(1.1);
  color:#fff!important;
}
a.btn-customized {
	margin-left: 5px;
	margin-right: 5px;
	padding: .75rem 1.5rem; 
	background: #660033;
	border: 1px solid #660033;
	border-radius: 4px; 
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	box-shadow: none;
}
a.btn-customized i, 
a.btn-customized-2 i,
a.btn-customized-3 i { margin-right: 5px; }

a.btn-customized:hover, 
a.btn-customized:active, 
a.btn-customized:focus, 
a.btn-customized:active:focus, 
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0; background: #3e1929; background: rgba(62, 25, 41); border: 0; color: #fff; box-shadow: none;
}

/* Grey Background */
.btn-customized-1 {
	margin-left: 5px;
   margin-right: 5px;
	background: #f1f1f1;
  color: #660033;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid #660033;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
}
.btn-customized-1:hover {
	background: #660033;
	color: #f1f1f1;
	box-shadow: none;
}

/* Purple Background */
.btn-customized-2 {
	margin-left: 5px;
  margin-right: 5px;
	background: #660033;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid #660033;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
}
a.btn-customized-2:hover, 
a.btn-customized-2:active, 
a.btn-customized-2:focus, 
a.btn-customized-2:active:focus, 
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0;
	background: #f1f1f1;
	color: #660033;
	border: 2px solid #660033;
}

/* Purple Background - transcript button */
.btn-customized-3 {
  margin-left: 5px;
  margin-right: 5px;
  background: #f1f1f1;
  color: #603;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #660033;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
}
.btn-customized-3:hover {
  background: #603;
  color: #f1f1f1;
}


/* Backgrounds */

/* Gradient */
.background-0{
	/*background: hsla(330, 100%, 20%, 1);*/
	/*background: linear-gradient(90deg, hsla(330, 100%, 20%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(330, 100%, 20%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);*/
	/*background: -webkit-linear-gradient(90deg, hsla(330, 100%, 20%, 1) 0%, hsl(247deg 100% 87.07%) 100%);*/
  /*-webkit-linear-gradient(90deg, hsla(330, 100%, 20%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);*/
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#660033", endColorstr="#1C1554", GradientType=1 );
  background: -webkit-linear-gradient(135deg, hsl(247deg 30.13% 48.52%) 0, hsl(330deg 100% 20% / 77%) 100%);
}
.background-1{
	background: linear-gradient(135deg,#4097f9,#0af0c7);
}

/* silver blue */
.background-2{
	background: hsla(0, 0%, 82%, 1);
	background: linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(247, 60%, 21%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D2D2D2", endColorstr="#1C1554", GradientType=1 );
}

.background-3{
	background: hsla(0, 0%, 82%, 1);
	background: linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(330, 100%, 20%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(330, 100%, 20%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(0, 0%, 82%, 1) 0%, hsla(330, 100%, 20%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D2D2D2", endColorstr="#660033", GradientType=1 );
}

/* purple to dark blue */
.background-4{
	background: hsla(354, 95%, 24%, 1);
	background: linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#76030F", endColorstr="#121B67", GradientType=1 );
}

/*pink red to dark purple*/
.background-5{
	background: hsla(350, 73%, 44%, 1);
  background: linear-gradient(90deg, hsla(350, 73%, 44%, 1) 0%, hsla(274, 65%, 12%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(350, 73%, 44%, 1) 0%, hsla(274, 65%, 12%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(350, 73%, 44%, 1) 0%, hsla(274, 65%, 12%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C11E38", endColorstr="#220B34", GradientType=1 );
}

/* blue to red pink */
.background-6{
	background: hsla(205, 34%, 40%, 1);
  background: linear-gradient(90deg, hsla(205, 34%, 40%, 1) 0%, hsla(347, 52%, 36%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(205, 34%, 40%, 1) 0%, hsla(347, 52%, 36%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(205, 34%, 40%, 1) 0%, hsla(347, 52%, 36%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#436C89", endColorstr="#8B2C40", GradientType=1 );
}