html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html, body {
  font-family:  "Manrope", sans-serif;font-size:18px;font-weight:700;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}
body{  overflow-x: hidden;color: #1e1e1e;}
.container{max-width:1450px}
.headerwrapper {
  margin:0 auto;
  
  padding: 0 1rem;
  max-width: 1450px;
}
header {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 1.5rem auto;
  background:#fff;
  
  display: flex
;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
header .logo {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
}
#lang {
  float: right;
  z-index: 5;
  padding: 0 .85rem;
  background: rgba(0, 0, 0, .05);
  border-radius: 2rem;
  border: 1px solid rgba(0, 0, 0, .05);
}
#lang a {
  float: left;
margin: 0 .1rem;
padding: .35rem;
font-size: 17px;
  display: flex
;
  align-items: center;
  flex-direction: column-reverse;color: #1e1e1e;
}
nav li {
  float:left;
  display: block;
  list-style: none;
  margin: 0 .5rem;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
nav li a{padding:.3rem;color: #1e1e1e;float:left}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.boxshadow {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .15);
}

.font-dm{font-family: "DM Serif Display", serif;}
a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

.fs36{font-size:36px}
.fs22{font-size:22px}
.fs20{font-size:20px}

.fcolor7a6ad8{color:#7a6ad8}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: #7a6ad8;
  color: #fff;
}

::-moz-selection {
  background: #7a6ad8;
  color: #fff;
}

.section {
  padding-top: 50px;
}

.section-heading {
  margin-bottom: 60px;
}



.section-heading h2 em {
  color: #7a6ad8;
  font-style: normal;
}

.section-heading h6 {
  color: #7a6ad8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-button a {
  display: inline-block;
  background-color: #fff;
  color: #7a6ad8;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #7a6ad8;
  color: #fff;
}


.main-banner .item-1 {
  background-image: url(../images/pcx125-gallery-08.webp);
}

.main-banner .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  padding: 100px;
  position: relative;
  overflow:hidden
}

.main-banner .item:after{content:'';position: absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.15);z-index:1}
.header-text{position:relative;z-index:2}
.main-banner .item span.category {
  background-color: #7a6ad8;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 50px;
}

.main-banner .item h1 {
  /*font-family: "DM Serif Display", serif;*/
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  width: 65%;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}

.main-banner .item p {
  color: #fff;
  width: 65%;
}


.accordion {
  margin-top: -40px;
  margin-bottom: -40px;
  background-color: #7a6ad8;
  border-radius: 40px;
  padding: 80px 50px 50px 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 4px !important;
  margin-bottom: 30px;
  border: none;
}

.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 4px !important;
}

.accordion-button:not(.collapsed) {
  color: #7a6ad8;
  background-color: #fff;
}

h2.accordion-header button {
  padding: 15px 25px;
  font-weight: 700;
}

.accordion-button::after {
  font-size: 18px;
  font-weight: 500;
  background-image: none;
  content: '+';
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #7a6ad8;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 27px;
  content: '-';
}

.accordion-body {
  padding: 0px 25px 30px 25px;

  line-height: 28px;
  color: #4a4a4a;
  font-size:16px
}

.events_item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.events_item .thumb img {
  max-width: 100%;
}
.mt-p75 {
    display: block;
    margin-top: .75rem !important;
}

.mb-p75 {
    display: block;
    margin-bottom: .75rem !important;
}

.mb-p150 {
  display: block;
  margin-bottom: 1.5rem !important;
}

.height100per {
  height: 100%;
  overflow: hidden;
  display: flex !important
;
    width: 100%;
    flex-direction: column;
}



.events_item {
  background: linear-gradient(#fff,#f1f0fe);
  border-radius: 25px;
  position: relative;
  padding:1rem
} 

.events_item .down-content {
  padding: 20px 30px 0;font-size:22px;font-weight: 900;
}

.events_item .down-content span.author {
  color: #7a6ad8;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
}

.events_item:hover .down-content h4 {
  color: #7a6ad8;
}

.events_item:hover .thumb span.price {
  transform: scale(1.2);
}

.contact-us {
  margin-top: 120px;
  position: relative;
  padding: 50px 0px;
}

.contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 70%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.contact-us  .section-heading {
  margin-right: 110px;
  margin-bottom: 0px;
}

.contact-us .special-offer {
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 15px;
  padding: 12px 20px 12px 90px;
  position: relative;
  overflow: hidden;
}

.contact-us .special-offer,.contact-us .special-offer a {color:#1e1e1e}
.contact-us .special-offer span.offer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7a6ad8;
  height: 100%;
  width: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.contact-us .special-offer span.offer .fa-solid{font-size: 26px;}
.contact-us .special-offer span.offer em {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.contact-us .special-offer h6 {
  font-size: 15px;
  color:#7a6ad8;
  font-weight: 700;
  margin: 5px 0;
}

.contact-us .contact-us-content {
  border-radius: 25px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-light {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 2rem;
  background-color: #d63384 /*#6610f2*/;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin: 1rem 0;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .3);
}


#map {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;

}

.online-box{justify-content:flex-end;padding-bottom:3rem;z-index:999;position:fixed;display:flex;top:0;bottom:0;right:20px;flex-direction:column;font-size:28px;pointer-events:none}.online-box a{border-radius:50px;width:60px;height:60px;line-height:60px;margin:4px 0;text-align:center;color:#fff;box-shadow:0 8px 15px -5px rgb(0 0 0 / 20%);pointer-events:auto;cursor:pointer}.online-box .green{background:#1ad409}.online-box .pink{background:#2ebb03}

@media (max-width: 992px) {
  .contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 70%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}
header{flex-direction: column;align-items:self-start;-webkit-align-items: self-start;
  -moz-align-items: self-start;
  -ms-align-items: self-start;
  -o-align-items: self-start;
}
header nav{margin-top:1rem}
nav li {margin:0 .25rem}
nav li:first-child{margin-left: 0;}
nav li:last-child{margin-right: 0;}
header #lang{position: absolute;top:0;right:0;float:none}
.contact-us {margin-top:50px}
  .header-area .main-nav .logo h1 {
    font-size: 34px;
  }
  .header-area .main-nav .logo {
    border-right: none;
  }

  .main-banner .item {
    padding: 100px 60px 140px 60px;
    margin-left: 0px;
    text-align: center;
    position:relative
  }

  .main-banner .item h1,
  .main-banner .item p {
    width: 100%;
  }
  .main-banner .item h1 {
    font-size: 32px;
    line-height: 2.25rem;
  }
  .main-banner .item .buttons {
    display: inline-block;
    text-align: center;
  }
  .main-banner .item .buttons .main-button {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .services {
    margin-top: 80px;
  }

  .accordion {
    padding: 40px 25px 10px 25px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }

  .contact-us::before {
    display: none;
  }
 
  .contact-us .section-heading p {
    margin-top: 30px;
  }

  .contact-us .contact-us-content{margin-top:3rem}
  
  .contact-us {
    padding-top: 20px;
  }
  .contact-us .section-heading {
    margin-right: 0px;
  }
  .contact-us .special-offer {
    background-color: #f1f0fe;

  }
  .contact-us .special-offer h4 {
    font-size: 17px;
  }

  .contact-us .special-offer p{margin-top: 0;}
}

@media (max-width: 767px) {
  .header-area {
    top: 0px;
  }
  .header-area .main-nav .logo h1 {
    border-right: none;
  }
  .main-banner .item {
    padding: 80px 30px !important;
  }
  .main-banner .item h1{font-size:28px;line-height: 1.75rem;}
  header .logo img {height:62px;width:auto}
  header #lang{top:0}
}

@media (max-width: 550px) {
  nav li {
    margin: .5rem 0;
    float:none
}

#lang a{margin:0}
}