:root{
  --black: #000000;
  --white: #ffffff;
  --primary-color: #8b5fbf;
  --secondary-color: #d183c9;

  /*--primary-color: #1e1e1e;
  --secondary-color: #81B1FA;*/
  --background-color: #e3879e;

  --font-h1: 32px;
  --font-h2: 28px;
  --font-h3: 25px;
  --font-h4: 22px;
  --font-h5: 20px;
  --font-h6: 18px;
  --font-default: 14px;

  --font-weight-light: 300;
  --font-weight-medium: 400;
  --font-weight-bold: 700;

  --font-family-primary: 'Cormorant', serif;                     
  --font-family-secondary: 'Montserrat', sans-serif;               

  --btn-bg-primary: #1e1e1e;
  --btn-bg-secondary: #ffffff;

  --btn-color-primary: #ffffff;
  --btn-color-secondary: #000000;

  --font-lh-1: 40px;
  --font-lh-2: 32px;
  --font-lh-3: 28px;
  --font-lh-4: 25px;
  --font-lh-5: 22px;
  --font-lh-6: 20px;
  --font-lh-default: 22px;
}


@media (min-width: 768px) {
:root {
  --font-h1: 40px;
  --font-h2: 35px;
  --font-h3: 28px;
  --font-h4: 22px;
  --font-h5: 18px;
  --font-h6: 16px;
  --font-default: 15px;
  --font-lh-1: 40px;
  --font-lh-2: 32px;
  --font-lh-3: 28px;
  --font-lh-4: 25px;
  --font-lh-5: 22px;
  --font-lh-6: 20px;
  --font-lh-default: 20px;
}
}

@media (min-width: 992px) {
:root {
  --font-h1: 48px;
  --font-h2: 40px;
  --font-h3: 32px;
  --font-h4: 24px;
  --font-h5: 20px;
  --font-h6: 18px;
  --font-default: 15px;
  --font-lh-1: 53px;
  --font-lh-2: 47px;
  --font-lh-3: 42px;
  --font-lh-4: 34px;
  --font-lh-5: 28px;
  --font-lh-6: 25px;
  --font-lh-default: 22px;
}
}

@media (min-width:1200px) {}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width:1920px) {}

/* Basic Styling */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: var(--font-default);
  font-style: normal;
  font-weight: var(--font-weight-light);
  text-align: left;
  background-color: var(--white);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
body {
    /*background: linear-gradient(143.38deg, rgba(254, 255, 210, 0.24) 32.46%, rgba(241, 139, 146, 0.24) 52.16%, rgba(237, 62, 167, 0.12) 70.73%, rgba(71, 195, 249, 0.24) 91.02%, rgba(59, 180, 232, 0.24) 101.92%);*/
    background: linear-gradient(-90deg, #d183c9 0%, #8b5fbf 100%);

}

h1 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-h1);
  font-style: normal;
  line-height: var(--font-lh-1);
}

h2 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-h2);
  font-style: normal;
  line-height: var(--font-lh-2);
}

h3 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-h3);
  font-style: normal;
  line-height: var(--font-lh-3);

}

h4 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-h4);
  font-style: normal;
  line-height: var(--font-lh-4);
}

h5 {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-h5);
  font-style: normal;
  line-height: var(--font-lh-5);
}

h6 {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-h6);
    font-style: normal;
    line-height: var(--font-lh-6);
    text-transform: uppercase;
    letter-spacing: 12px;
}

a {
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-default);
  text-decoration: none;
  font-style: normal;
  line-height: var(--font-lh-default);
  color: var(--white);
}

a:hover {
  /*color: #e3e3e3;*/
  color: var(--background-color);
}

p {
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-light);
  font-size: var(--font-default);
  font-style: normal;
  line-height: var(--font-lh-default);
}

table{
  width: 100%;
}


/* FORMS AND BUTTONS */
input {
  background-color: var(--white);
  color: var(--black);
  outline: none;
  font-size: var(--font-default);
}

textarea {
  background-color: var(--white);
  color: var(--black);
  outline: none;
  height: 140px;
  font-size: var(--font-default);
}

/* Responsive images */
img {
  width: 100%;
  height: auto;
}
.mx-auto {
  margin: auto;
}
.post, .page {
     margin: 0; 
}
button {
	outline:none;
}
.main-btn {
    /*background: linear-gradient(96.84deg, #81B1FA -0.29%, #EDAEF9 95.03%);*/
    background: var(--white);
    text-decoration: none;
    padding: 10px 18px;
    color: var(--primary-color);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-default);
    text-decoration: none;
    font-style: normal;
    line-height: var(--font-lh-default);
    border-radius: 5px;
    transition: 0.5s all;
}
.main-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
ul {
  margin-bottom: 0;
}

input, textarea {
    border: 1px solid rgba(0, 0, 0, 0.32);
    width: 100%;
    display: block;
    padding: 9px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 0;
    position: absolute;
    top: inherit;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--white);
    font-size: var(--font-default);
}
.swiper-pagination-bullet-active {
    background: var(--secondary-color);
}
.post-thumbnail img {
 max-width: 100% !important;
}