:root {
  --col_pri: #DF3367;
}

body {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0em;
  color: #9AA0A7;
}

.container {
  max-width: 1170px;
}
#previewInviteproTemplateModal .modal-header{
	background-color:#df4759!important;
}
#previewInviteproTemplateModal .modal-header .modal-title{
	font-size: 1.25rem !important;
}
#previewInviteproTemplateModal .modal-header .btn-close.btn-close-preview{
	border-radius: 50% !important;
    padding: .55em !important;
    background-color: #c8cbd0;
}
.text-right {
  text-align: right;
}
.lh-md{line-height: 1.55;}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s ease-out;
}
.breadcrumb-item.active{color:#9AA0A7;}
.c-btn {
  background: var(--col_pri);
  border-radius: 22px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 37px;
  color: #fff;
  display: inline-block;
  transition: 0.3s ease-out;
}
.c-btn:hover {
  opacity: 0.7;
  color: #fff;
}

.section_title {
  margin-bottom: 30px;
}
.section_title.center {
  text-align: center;
}
.section_title--top {
  font-family: "Sigmar";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
  color: #ffa4ba;
  text-transform: uppercase;
}
.section_title--top .txt-big {
  font-size: 36px;
  line-height: 50px;
  color: #de3347;
}
.section_title--mid {
  font-family: "Sigmar";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  color: #de3347;
  /*text-transform: uppercase;*/
}
.section_title--bot {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 30px;
  color: #26292c;
}
.section_title--bot strong {
  font-weight: 600;
}
.section_title p {
  margin-top: 5px;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header {
  padding: 61px 0 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s ease-out;
}
.header.active .user-btns, .header.active .logo {
  display: none;
}
.header.active {
  position: fixed;
  background-color: #fff;
  padding: 30px 0;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}
.header-wrap {
  position: relative;
}
.header .logo {
  text-align: center;
  margin-bottom: 30px;
}
.header .user-btns {
  position: absolute;
  top: 10px;
  right: 0;
}
.header .user-btns a {
  color: #26292C;
  text-align: right;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header .user-btns a:hover {
  color: var(--col_pri);
}

#mainnav .menu {
  max-width: 718px;
  margin: 0 auto;
  padding: 4px 10px;
  border-radius: 14px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
}
#mainnav .menu-item {
  margin: 0 25px;
}
#mainnav .menu-item a {
  color: #26292C;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 22px;
  border-radius: 25px;
}
#mainnav .menu-item a:hover {
  background-color: var(--col_pri);
  color: #fff;
}
#mainnav .menu-item.active a {
  background-color: var(--col_pri);
  color: #fff;
}

main {
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}

.deco {
  position: absolute;
  z-index: -1;
}

.box_deco {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -5;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .box_deco {
    display: none;
  }
}
.box_deco span {
  position: absolute;
  z-index: -1;
}
.box_deco .deco_line01 {
  width: 920px;
  height: 2142px;
  top: 1900px;
  left: 75px;
  right: 0;
  bottom: 500px;
  margin: 0 auto;
}
.box_deco .deco_paper {
  left: 460px;
  top: 3980px;
  width: auto;
}

.b-movie {
  position: relative;
  text-align: center;
}
.b-movie .popup-movie {
  display: block;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.b-movie__play {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.3s ease-out;
  z-index:2;
}
.b-movie__play span {
  display: block;
}
.b-movie__play span.-ico {
  display: inline-block;
  width: 45px;
}
.b-movie__play span.-txt {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  color: #CE152B;
  margin-top: 15px;
}
section.c-mv{background: url(../img/invitepro/bg-mv-1.jpg) no-repeat;background-position: center center;background-size: cover;position:relative;}
section.c-mv:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(223 71 89 / 20%);
    top: 0;
    left: 0;
    z-index: 1;
}
.c-mv__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: 1270px;*/
  margin: 0 auto;
  height: 618px;
  background-size: cover;
  background-position: center center;
  /*padding: 50px 70px 37px;*/
}
.c-mv__container p {
  font-family: "Open Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 36px;
  margin-top: 16px;
}
.c-mv__text {
  width: 460px;
  flex-shrink: 0;
  z-index:2;
}
.c-mv__title {
  color: var(--col_pri);
  font-family: Sigmar;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.c-mv__image {
  width: 60%;
  text-align: center;
  position: relative;
  z-index:2;
}
.c-mv__image figure {
  margin-bottom: 0;
}
.c-mv__deco span {
  position: absolute;
}
.c-mv__deco span:nth-child(1) {
  width: 42.3%;
  top: -40%;
  left: 10%;
}
.c-mv__deco span:nth-child(2) {
  width: 49.9%;
  top: -30%;
  right: -10%;
}
.c-mv__deco span:nth-child(3) {
  width: 49.9%;
  top: 47%;
  left: -10%;
}
.c-mv__deco span:nth-child(4) {
  width: 41.9%;
  top: 55%;
  right: 10%;
}

.c-people {
  padding-bottom: 100px;
  /*margin-top: -57px;*/
  position: relative;
  z-index: 5;
}
.c-people .section_title--mid {
  font-family: "Sigmar";
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
}
.c-people .section_title p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.c-people__container {
  /*max-width: 90%;*/
  /*width: 1030px;*/
  box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 40px 30px 49px;
}
.c-people__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 57px;
}
.c-people__item {
  text-align: center;
}
.c-people__item .-ico {
  display: inline-block;
  margin-bottom: 13px;
}
.c-people__item--ttl {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.c-people__item p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
.c-people__item.download .c-people__item--ttl {
  color: #2E25E1;
}
.c-people__item.download .-ico img {
  width: 24px;
}
.c-people__item.print .c-people__item--ttl {
  color: var(--col_pri);
}
.c-people__item.print .-ico img {
  width: 24px;
}
.c-people__item.share .c-people__item--ttl {
  color: #E05B10;
}
.c-people__item.share .-ico img {
  width: 27px;
}
.c-people__item.list .c-people__item--ttl {
  color: #06BE66;
}
.c-people__item.list .-ico img {
  width: 24px;
}

.c-pattern {
  padding-bottom: 80px;
}
.c-pattern .row {
  position: relative;
}
.c-pattern .row .-deco01 {
  top: -30px;
  left: -96px;
  width: auto;
}
.c-pattern__item {
  position: relative;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--bs-gutter-x) * 1);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 51% auto;
  background-position: bottom right;
}
.c-pattern__item--ctn {
  max-width: 55%;
  padding: 20px 10px 20px 50px;
}
.c-pattern__item--ttl {
  font-family: "Sigmar";
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  color: #DF4759;
  text-transform: uppercase;
}
.c-pattern__item p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  /*color: #DF4759;*/
}
.c-pattern__item .btn-start {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 25px;
  width: 210px;
  height: 44px;
  border: 1px solid var(--col_pri);
  color: var(--col_pri);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  transition: 0.3s ease-out;
}
.c-pattern__item .btn-start:hover {
  background-color: var(--col_pri);
  color: #fff;
}
.c-pattern__item.big {
  background: url("../img/invitepro/pattern01.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media (min-width: 992px) {
  .c-pattern__item.big .c-pattern__item--ctn {
    /*padding-left: 6%;*/
  }
  .c-pattern__item.big .c-pattern__item--ttl {
    color: #B92133;
    font-size: 26px;
    line-height: 50px;
  }
  .c-pattern__item.big p {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 30px;
    letter-spacing: -0.025em;
  }
  .c-pattern__item.big p strong {
    font-weight: 700;
  }
  .c-pattern__item.big figure {
    margin-bottom: 0;
    margin-left: -30px;
    width: 315px;
  }
  .c-pattern__item.big .btn-start {
    width: 210px;
  }
}
.c-pattern__item.sm01 {
  background: url("../img/invitepro/pattern02.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.c-pattern__item.sm02 {
  background: url("../img/invitepro/pattern03.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #FFDF80;
}

.c-invite .row {
  position: relative;
}
.c-invite .row .-deco02 {
  top: 40px;
  left: 0;
  width: auto;
}
.c-invite .row .-deco03 {
  top: -40px;
  right: 10px;
  width: auto;
}
.c-invite__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.c-invite__item .-ico {
  display: block;
  margin-bottom: 10px;
}
.c-invite__item .-ico img {
  width: 50px;
}
.c-invite__item h6, .c-invite__item .h6 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  color: #26292C;
  margin-bottom: 10px;
}
.c-invite__item p {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
.c-invite__item.-mail .-ico img {
  width: 40px;
}
.c-invite__item.-wow .-ico img {
  width: 43px;
}

.c-print {
  padding: 90px 0 50px;
}
.c-print .row {
  position: relative;
}
.c-print .row .-deco04 {
  bottom: -30px;
  right: 219px;
  width: auto;
}
.c-print__container {
  overflow: hidden;
  position: relative;
  counter-reset: section;
}
.c-print__container::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 282px;
  background: url("../img/invitepro/step.png");
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-print__step {
  height: 125px;
  width: 44.48%;
  background: #FFF1F5;
  border-radius: 20px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: right;
  padding: 20px;
  color: #DF4759;
  position: relative;
  z-index: -1;
}
.c-print__step:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  bottom: 10px;
  font-family: "Inter";
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -0.019em;
  text-align: left;
  left: 28px;
  color: #0D20C6;
}
.c-print__step:not(:first-of-type) {
  margin-top: 80px;
}
.c-print__step:nth-child(2) {
  margin-top: 40px;
}
.c-print__step:nth-child(odd) {
  float: left;
}
.c-print__step:nth-child(even) {
  float: right;
}
.c-print .-note {
  margin-top: 32px;
  max-width: 600px;
}
.c-print .b-movie .-txt {
  position: absolute;
  font-family: Open Sans;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  margin-top: 0;
  width: 180px;
  color: #CE152B;
  z-index:2;
}

.c-design {
  padding: 50px 0 60px;
}

.c-card {
  padding: 50px 0 40px;
  position: relative;
}
.c-card:before {
  content: "";
  position: absolute;
  height: 1355px;
  width: 100%;
  border-radius: 110px;
  opacity: 0.1;
  background: #F9A5B9;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-card__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.c-card__item {
  position: relative;
  z-index: 3;
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.c-card__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: 0.3s ease-out;
  border-radius: var(--bs-border-radius)!important;
}
.c-card__item figure {
  display: flex;
  margin-bottom: 0;
}
.c-card__item--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: 0.3s ease-out;
  opacity: 0;
}
.c-card__item--meta a, .c-card__item--meta button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 157px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 20px;
  transition: 0.3s ease-out;
}
.c-card__item--meta .wacth {
  background-color: #6C757D;
}
.c-card__item--meta .wacth:hover {
  background-color: #5c666e;
}
.c-card__item--meta a.create {
  background: linear-gradient(0deg, var(--col_pri), var(--col_pri)), linear-gradient(90deg, #DF4759 0%, #DF4787 102.89%);
}
.c-card__item--meta a.create:hover {
  background: linear-gradient(0deg, #bf2654, #bf2654), linear-gradient(90deg, #DF4759 0%, #DF4787 102.89%);
}
.c-card__item:hover:before,
.c-card__item:hover .c-card__item--meta {
  opacity: 1;
}

.qa {
  padding: 100px 0;
}
.qa .c-btn {
  width: 870px;
  max-width: 100%;
}

.accordion-container {
  margin-bottom: 60px;
}
.accordion-container .content-entry {
  border-bottom: 1px solid #DEE2E6;
  padding: 20px 40px 20px 20px;
}
.accordion-container .article-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: justify;
  color: #26292C;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
}
.accordion-container .article-title:hover {
  color: #0D20C6;
}
.accordion-container .article-title:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-top: 2px solid #495057;
  border-right: 2px solid #495057;
  top: 50%;
  right: 0px;
  transition: 0.3s ease-in-out;
}
.accordion-container .article-title.open:after {
  transform: translateY(-50%) rotate(315deg);
}
.accordion-container .accordion-content {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.footer_top {
  background: #F5F8FB;
  padding: 40px 0 0;
}
.footer_bt {
  background-color: #26292C;
  text-align: center;
  color: #FFFFFF;
  padding: 9px 15px;
}
@media (max-width: 480px) {
  .footer .widget {
    margin-bottom: 5vw;
  }
}
.footer .widget_title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #26292C;
  margin-bottom: 21px;
}
.footer .widget_logo .logo_ft {
  max-width: 232px;
}
.footer .widget_logo p {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #26292C;
}
.footer .widget_menu {
  display: grid;
  grid-template-columns: 47% 47%;
  gap: 6%;
}
@media (max-width: 480px) {
  .footer .widget_menu {
    display: block;
  }
  .footer .widget_menu .menu_ft:not(:last-child) {
    margin-bottom: 30px;
  }
}
.footer .widget_menu .menu_list li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #26292C;
}
.footer .widget_menu .menu_list li a:hover {
  color: var(--col_pri);
}
.footer .widget_contact .btn_contact a {
  background: var(--col_pri);
  border-radius: 22px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  width: 254px;
  max-width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-video {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.m-video.show {
  opacity: 1;
  visibility: visible;
}
.m-video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.m-video__box {
  position: relative;
  height: 56.25%;
  aspect-ratio: 3/2;
  max-width: 92%;
}
.m-video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-video__close {
  position: absolute;
  color: #fff;
  top: -10px;
  right: -10px;
  font-size: 26px;
  cursor: pointer;
}
.user-btns a.dropdown-toggle::after{color:#000;}
.main_visual {
  position: relative;
  z-index: 3;
}
.main_visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(65, 8, 14, 0.6), rgba(65, 8, 14, 0.6));
  z-index: -1;
}
@media only screen and (min-width: 992px){
	.sidebar-widget{
		max-width: 353px!important;
		width: 353px!important;
	}
	.content-widget{
		max-width: calc(100% - 353px)!important;
		width: calc(100% - 353px)!important;
	}
	.header-top {padding-top: 105px !important;}
}
@media (max-width: 991px) {
  .header {
    padding: 18px 0;
    position: fixed;
  }
  .header .container {
    padding: 0;
  }
  .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo {
    margin-bottom: 0;
  }
  .header .user-btns {
    position: static;
  }
  .header .user-btns a {
    font-size: max(13px, 1.6vw);
  }
  .header.active {
    padding: 20px 0;
  }
  .header.active .logo, .header.active .user-btns {
    display: block;
  }
  main {
    padding-top: 94px;
  }
  .section_title--mid {
    font-size: max(29px, 4vw);
    line-height: 2;
  }
  .c-mv__container {
    display: block;
    height: auto;
    padding: 5vw 7vw 12vw;
  }
  .c-mv__text {
    width: 100%;
  }
  .c-mv__text p {
    /*font-size: 2vw;*/
    margin-top: 1.6vw;
    line-height: 1.5;
  }
  .c-mv__title {
    font-size: max(35px, 5vw);
    margin-bottom: 0;
  }
  .c-mv__image {
    width: 100%;
    margin-top: 50px;
  }
  .c-people {
    margin-top: -5vw;
    padding-bottom: 10vw;
  }
  .c-people .section_title--mid {
    font-size: max(20px, 2.6vw);
    line-height: 2;
  }
  .c-people__container {
    padding: 25px;
    border-radius: 3vw;
  }
  .c-people__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-pattern__item {
    /*height: 200px;*/
    background-size: 40% auto;
  }
  .c-pattern__item figure {
    display: none;
  }
  .c-pattern__item--ctn {
    max-width: 70%;
    padding: 3vw;
  }
  .c-print {
    padding: 6vw 0;
  }
  .c-print__container {
    margin-bottom: 4vw;
  }
  .c-print__movie figure {
    margin-bottom: 0;
  }
  .c-print__movie figure img {
    width: 100%;
  }
  .c-print .-note {
    margin-top: 2vw;
  }
  .c-print .b-movie .-txt {
    font-size: max(13px, 2.2vw);
    line-height: 1.6;
    left: 4vw;
  }
  .c-design {
    padding: 6vw 0;
  }
  .c-card {
    padding: 5vw 0 7vw;
  }
  .c-card:before {
    border-radius: 8vw;
    height: 115%;
  }
  .qa {
    padding: 10vw 0;
  }
  .accordion-container {
    margin-bottom: 6vw;
  }
  .accordion-container .content-entry {
    padding: 3vw;
  }
  .accordion-container .article-title {
    font-size: max(16px, 2.2vw);
    line-height: 1.5;
  }
  .footer .row {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  #main-menu-mobi {
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 1051;
    background-color: var(--col_pri);
  }
  #main-menu-mobi .menu li a {
    font-size: 16px;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #main-menu-mobi .btn_login {
    padding: 15px;
    text-align: center;
  }
  #main-menu-mobi .btn_login a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 38px;
    max-width: 350px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
  }
  .btn-menu {
    position: relative;
    background: transparent;
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 15px 15px 17px;
    border-radius: 4px;
    z-index: 1051;
    margin-left: auto;
    transition: all ease 0.238s;
  }
  .btn-menu span {
    position: absolute;
    width: 20px;
    height: 2px;
    left: 5px;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
  }
  .btn-menu:after, .btn-menu:before,
  .btn-menu span {
    background: var(--col_pri);
  }
  header.sticky .btn-menu span, header.sticky .btn-menu:after, header.sticky .btn-menu:before {
    background: #de3367;
  }
  .btn-menu:after, .btn-menu:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    left: 5px;
    top: 50%;
    transform-origin: 50% 50%;
  }
  .btn-menu:before {
    transform: translate3d(0, -7px, 0);
  }
  .btn-menu:after {
    transform: translate3d(0, 7px, 0);
  }
}
@media (max-width: 767px) {
  .b-movie__play span.-ico {
    width: 25px;
  }
  .b-movie__play span.-txt {
    margin-top: 1vw;
    font-size: max(14px, 1.8vw);
  }
  .c-invite__item {
    text-align: center;
    margin-bottom: 5vw;
  }
  .c-invite__item h6, .c-invite__item .h6 {
    font-size: max(17px, 2vw);
  }
  .c-pattern__item {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .c-mv__image {
    margin-top: 25vw;
  }
  .c-people__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .c-print__container:before {
    height: max(160px, 28vw);
    width: max(55px, 9vw);
  }
  .c-print__step {
    height: max(80px, 12.5vw);
    font-size: max(16px, 2vw);
    line-height: 1.8;
    padding: 2vw 4vw 2vw 2vw;
    border-radius: 2vw;
  }
  .c-print__step:before {
    font-size: max(18px, 5vw);
    left: 2.5vw;
    bottom: 2.5vw;
    line-height: 1;
  }
  .c-print__step:not(:first-of-type) {
    margin-top: 8vw;
  }
}
@media (max-width: 480px) {
  .header .logo {
    width: 150px;
  }
}
.ads-box {
    position: relative;
    min-height: 50px;
}
.ads-box.ads-bg-gray-300:after {
    color: #384c74;
    background: #d9e2ef;
}
.ads-box:after {
    content: "Không gian quảng cáo";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #869ab8;
    z-index: 0;
}
.ads-box > * {
    position: relative;
    background: transparent;
    z-index: 1;
}
.widget a{font-size:15px;}

/*additional css for animation*/

.br-16px { border-radius: 16px !important; }
.p-5px { padding: 5px !important; }
.br-0 { border-radius: 0 !important; }
.w-fit { width: fit-content !important; }

.text-shadow-black-1 { text-shadow: 1px 1px 1px #000000; }

section.c-mv, section.c-mv:before {
    background: unset !important;
}
section .row{
    position: relative;
    z-index: 10;
}
.c-header {
    margin-bottom: -105px;
    border-style: solid !important;
    border-width: 0px 0px 1px 0px !important;
    border-color: #FFFFFF30 !important;
}
.c-mv{
    padding-top: 110px;
}
.affix {
    /*background-color: #202877 !important;*/
    background-color: rgb(18 15 56 / 95%) !important;
}
.c-mv__container {background: unset !important;}
.c-blur { position: relative; display: inline-block; /* make the div not 100% */ }
.c-blur:before { content: ''; background-color: #000; opacity: 0.2; width: 100%; height: 100%; z-index: 1; position: absolute; top: 0; left: 0; }
.c-blur img { display: block;}

.c-pattern__item.big {
    background: url(./pattern01-removebg.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: cover !important;
}

.accordion-container .article-title:after { border-color: white !important; }

.c-shadow-1 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}

.z-1 {z-index: 1;}
.z-10 {z-index: 10;}
.w-400px { width: 400px; }
.font-size-18 {font-size: 18px;}

.typewrite {height: 72px}

.c-print__step {box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;}

.b-movie { position: relative; }
.b-movie .popup-movie {display: inline-flex !important;}

.nav-item{ position: relative; transition: all 200ms linear; }
/*.nav-item:after{ position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; content: ''; background-color: #AC01FF !important; opacity: 0; transition: all 200ms linear; }*/
.nav-item:hover:after{ bottom: 0; opacity: 1; }
.nav-item.active:hover:after{ opacity: 0; }
.nav-item.hover-no-underline:hover:after{ opacity: 0 !important; }
.nav-link:hover{ font-weight: bold;}
#mb-sidebar-nav .nav-item {padding: 10px}
#mb-sidebar-nav .nav-item:hover {background-color: rgb(19,20,23);}

.c-card__description { -webkit-transform: translateY(35px); transform: translateY(35px); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.c-card-custom:hover .c-card__description { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.top-c-mv__line { opacity: .03; left: -447px;}
.c-mv__line { opacity: .2;}
.top-c-mv__line #line, .c-mv__line #line { fill: none; stroke: #e00000; stroke-width: 1.5; stroke-linecap: butt; stroke-linejoin: round; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: 1; stroke-dashoffset: 1; animation: dash 5s linear infinite; }
.top-c-mv__line #point, .c-mv__line #point { fill: none; stroke: #f00000; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: .1; stroke-opacity: 1; stroke-dasharray: .0001, .9999; stroke-dashoffset: 1; animation: dash 5s linear infinite; }

@keyframes dash { 0% { stroke-dashoffset: 1; } 80% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }

.c-pattern__item {
    position: relative;
}

.c-pattern__item h5, .c-pattern__item p, .c-pattern__item a {
    position: relative;
    z-index: 2;
}

.box-wrapper {
    background-color: transparent !important;
    padding: 40px 30px 35px 30px !important;
    background-image: none !important;
    border-width: 0px 0px 0px 0px;
    border-radius: 26px 26px 26px 26px;
}


.c-pattern__item .btn-start {
    border-color: #fff !important;
}
.c-card__item figure {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}

.c-card::before, .c-print__step {
    background: transparent !important;
}

.c-print__step {
    background: #3B2A61 !important;
}

.c-pattern__item.sm01 {
    background: url(./pattern02-removebg.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: cover !important;
}

.hearts { width: 5%; min-width: 100px; height: 25%; min-height: 300px; position: absolute; z-index: 10; }
.heart { background-color: #e14759; position: absolute; height: 20%; min-height: 15px; width: 20%; min-width: 15px; opacity: 0; -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"></path></svg>'); mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"></path></svg>'); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: bottom; mask-position: bottom; animation: floating-heart 10s infinite cubic-bezier(0.5, 0.5, 0.5, 0.5); }
.heart:nth-child(1) { animation-delay: 1s; }
.heart:nth-child(2) { animation-delay: 2.5s; }
.heart:nth-child(3) { animation-delay: 3.5s; }
.heart:nth-child(4) { animation-delay: 4.5s; }  
@keyframes floating-heart { 0% { opacity: 0; bottom: 0%; left: 0%; } 10% { opacity: 1; bottom: 20%; left: 70%; } 20% { bottom: 40%; left: 10%; } 30% { bottom: 60%; left: 50%; } 40% { opacity: 1; bottom: 80%; left: 5%; } 48% { opacity: 0; bottom: 100%; left: 60%; } 100% { opacity: 0; bottom: 100%; left: 90%; } }

bokeh { position: absolute; width: 10px; height: 10px; border-radius: 50%; animation-name: explosion; animation-iteration-count: infinite; animation-direction: reverse; animation-timing-function: cubic-bezier(0.84, 0.02, 1, 1); }
@keyframes explosion { 0% { opacity: 0; } 70% { opacity: 1; } 100% { transform: translate(50vw, 100vh); } }

.confetti { position: absolute; z-index: 999; }  
.confetti .rotate { -webkit-animation: driftRotate 1s infinite both ease-in-out; animation: driftRotate 1s infinite both ease-in-out; width: 100%; height: 100%; }
.confetti .askew { width: 100%; height: 100%; -webkit-animation: drift 1s infinite alternate both ease-in-out; animation: drift 1s infinite alternate both ease-in-out; }
@-webkit-keyframes drift { 0% { transform: skewY(10deg) translate3d(-250%, 0, 0); } 100% { transform: skewY(-10deg) translate3d(250%, 0, 0); } }  
@keyframes drift { 0% { transform: skewY(10deg) translate3d(-250%, 0, 0); } 100% { transform: skewY(-10deg) translate3d(250%, 0, 0); } }
@-webkit-keyframes driftRotate { 0% { transform: rotateX(0); } 100% { transform: rotateX(360deg); } }
@keyframes driftRotate { 0% { transform: rotateX(0); } 100% { transform: rotateX(360deg); } }

.c-mv__back { height: 100%; pointer-events: none; }  
.c-mv__back * { -moz-transition: all 1s ease; -o-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
.background { background: transparent url(/static/theme/img/invitepro/background.png) repeat 5% 5%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; animation: STAR-MOVE 500s linear infinite; }
.midground { background: url(/static/theme/img/invitepro/midground.png) repeat 20% 20%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; animation: STAR-MOVE 150s linear infinite; }  
.foreground { background: url(/static/theme/img/invitepro/foreground.png) repeat 35% 35%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; animation: STAR-MOVE 100s linear infinite; }
@-webkit-keyframes STAR-MOVE { from { background-position: 5% 5%; } to { background-position: -1300% 0%; } }

.candle { height: 35px; width: 12px; top: 280px; margin: auto 5px; background: linear-gradient(90deg, rgba(230,231,233,1) 0%, rgba(227,198,202,1) 35%, rgba(236,181,195,1) 100%);; border-radius: 4px; transform: translateZ(120px); }
#flame { position: absolute; z-index: 10; }
.lit { background: linear-gradient(to bottom, #FFF6D9, #FBC36C); width: 15px; height: 30px; border-top-left-radius: 10px 35px; border-top-right-radius: 10px 35px; border-bottom-right-radius: 10px 10px; border-bottom-left-radius: 10px 10px; top: -30px; margin: auto; box-shadow: 0 0 17px 7px rgba(251, 246, 190, 0.71); transform-origin: bottom; animation: flicker 1s ease-in-out alternate infinite; }
@keyframes flicker { 0% { transform: skewX(5deg); box-shadow: 0 0 17px 10px rgba(251, 246, 190, 0.71); } 25% { transform: skewX(-5deg); box-shadow: 0 0 17px 5px rgba(251, 246, 190, 0.71); } 50% { transform: skewX(10deg); box-shadow: 0 0 17px 7px rgba(251, 246, 190, 0.71); } 75% { transform: skewX(-10deg); box-shadow: 0 0 17px 5px rgba(251, 246, 190, 0.71); } 100% { transform: skewX(5deg); box-shadow: 0 0 17px 10px rgba(251, 246, 190, 0.71); } }

.float-animation { transform-origin: bottom center; animation: float 5s ease-in infinite alternate; }
@keyframes float { 0% { transform: translate(0, 0); } 50% { transform: translate(-15px, -15px) rotate(4deg); } 100% { transform: translate(15px, 15px) rotate(-6deg); } }

.tilt-in-fwd-tl{-webkit-animation:tilt-in-fwd-tl .6s cubic-bezier(.25,.46,.45,.94) both;animation:tilt-in-fwd-tl .6s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes tilt-in-fwd-tl{0%{-webkit-transform:rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);transform:rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);opacity:0}100%{-webkit-transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);opacity:1}}@keyframes tilt-in-fwd-tl{0%{-webkit-transform:rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);transform:rotateY(-20deg) rotateX(35deg) translate(-300px,-300px) skew(35deg,-10deg);opacity:0}100%{-webkit-transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);opacity:1}}
.tilt-in-fwd-br{-webkit-animation:tilt-in-fwd-br 1s cubic-bezier(.25,.46,.45,.94) both;animation:tilt-in-fwd-br 1s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes tilt-in-fwd-br{0%{-webkit-transform:rotateY(20deg) rotateX(-35deg) translate(300px,300px) skew(35deg,-10deg);transform:rotateY(20deg) rotateX(-35deg) translate(300px,300px) skew(35deg,-10deg);opacity:0}100%{-webkit-transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);opacity:1}}@keyframes tilt-in-fwd-br{0%{-webkit-transform:rotateY(20deg) rotateX(-35deg) translate(300px,300px) skew(35deg,-10deg);transform:rotateY(20deg) rotateX(-35deg) translate(300px,300px) skew(35deg,-10deg);opacity:0}100%{-webkit-transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);opacity:1}}

.love { animation: scale-easeOutBounce 5s infinite alternate; transform-origin: center; }
@keyframes scale-easeOutBounce { 0% { transform: scale(1); } 12% { transform: scale(0.99); } 24% { transform: scale(0.96); } 36% { transform: scale(0.92); } 54% { transform: scale(1); } 74% { transform: scale(0.96); } 82% { transform: scale(0.99); } 92% { transform: scale(1); } 96% { transform: scale(0.96); } 100% { transform: scale(1); } }

.love-r path { animation: heartbeat 1s ease-in-out infinite; }
.love-r path:nth-child(2) { animation-delay: 0.5s; }
.love-r path:nth-child(3) { animation-delay: 1s; }
@keyframes heartbeat { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }

.nav-user-icon:hover { opacity: 0.8; }


@media only screen and (max-width: 991px) {
	.order-mb-area #navbarCollapse {display: none};
    .typewrite {height: 30px}
    .c-header { margin-bottom: 0; }
    .c-mv { padding-top: 0px; }
    .order-mb-area { display: flex; }
    .order-mb-area .navbar-brand {order: 2;}
    .order-mb-area .nav-group-custom {order: 1;}
    .order-mb-area .user-login {order: 3;}
    .custom-breadcrumb-area {padding-top: 0 !important;}
}

@media only screen and (max-width: 767px) {
    .sidebar-left { display: none; }
}

/* LP-svg */

/* LP */

@keyframes moveAnimation {
    0%, 100% {
        width: 50%;
        height: 50%;
    }
    50% {
        width: 751px;
        height: 684px;
    }
}

@keyframes moveAnimationReverse {
    0%, 100% {
        width: 751px;
        height: 684px;
    }
    50% {
        width: 50%;
        height: 50%;
    }
}

.c-svg-heart-scale {
    animation: moveAnimation 6s infinite;
}
.c-svg-heart-scale-2,
.c-svg-heart-scale-3,
.c-svg-heart-scale-4 {
    animation: moveAnimationReverse 6s infinite;
}

.c-svg-heart-scale-2 { animation-delay: 0.5s; }

.c-svg-heart-scale-3 { animation-delay: 1s; }

.c-svg-heart-scale-4 { animation-delay: 1.5s; }

@keyframes diagonalMoveAnimation {
    0% {
        transform: matrix(0.1475, -0.0219, 0.0219, 0.1475, 250, 80);
    }
    80% {
        transform: matrix(0.1475, -0.0219, 0.0219, 0.1475, 92.5, 250);
    }
    100% {
        transform: matrix(0, 0, 0, 0, 92.5, 250);
        width: 0;
    }
}

.c-svg-cross-move { animation: diagonalMoveAnimation 7s ease-in-out infinite alternate; }


.animated-image {
  animation: moveImage 4s ease-in-out infinite alternate; /* Đặt thời gian, kiểu easing và lặp lại */
}

@keyframes moveImage {
  0% {
    transform: matrix(0.48, 0, 0, 0.48, 570, 500);
  }
  100% {
    transform: matrix(0.48, 0, 0, 0.48, 556.5, 460);
  }
}

.animated-image-left-right { animation: moveImageLeftRight 7s ease-in-out infinite alternate; }
  
@keyframes moveImageLeftRight {
    0%, 100% {
        transform: matrix(0.48, 0, 0, 0.48, 251.5, -4);
    }
    50% {
        transform: matrix(0.48, 0, 0, 0.48, 195, -4);
    }
}

/* list category */

.widget-categories ul li, .widget-recent-entries ul li, .widget-recent-entries-custom ul li {
    border-color: #7c39cb!important;
}

.widget-categories ul li:hover, .widget-recent-entries ul li:hover, .widget-recent-entries-custom ul li:hover {
    border-image-source: radial-gradient(at top right, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-image-slice: 1;
    font-weight: bold;
}

.widget a {
    color: #ffff !important;
}

/* detail */

.content-widget p {
    color: #ffff !important;
}

/* gradient style */
:root{
    --linear-gradient: 315deg, #7C39CC 0%, #1F232F 50%;
    --radial-gradient: at top left, #1DCFFC 0%, #7C39CC 80%;
    --revert-radial-gradient: at top left, #7C39CC 10%, #1DCFFC 100%;
    --main-font: 'Inter';
    --e-global-color-primary: #FFFFFF;
    --e-global-color-secondary: #AC01FF;
    --e-global-color-text: #9AA0A7;
    --e-global-color-accent: #1DCFFC;
    --e-global-color-2b2b6b9: #1F232F;
    --e-global-color-5b5a8c1: #313648;
    --e-global-color-b034bb0: #222633;
    --e-global-color-7d250bd: #3E454D;
    --e-global-color-92bd292: #EDB60A;
}

body{
    background-color: #7C39CC;
    background-image: linear-gradient(var(--linear-gradient));
    font-family: var(--main-font) !important;
}

.bg-image-radial{
    background-image: radial-gradient(at top right, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}

.nav-link:hover{ font-weight: bold; color: var(--e-global-color-primary) !important; }

.box-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    position: relative;
    z-index: 6;
    background-color: var(--e-global-color-2b2b6b9);
}

.box-icon i {
    font-size: 30px;
    color: var(--e-global-color-primary);
}

.bg-e-2b2b6b9{
    background-color: var(--e-global-color-2b2b6b9) !important;
    border-radius: 26px !important;
}

.c-invite-box{
    border-radius: 26px !important;
    padding: 1px !important;
    background-color: transparent;
    background-image: radial-gradient(at top right, var(--e-global-color-5b5a8c1) 0%, var(--e-global-color-b034bb0) 100%);
    box-shadow: 10px 10px 25px 0px #0E1015 !important;
    transition: background 3s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.c-invite-box.c-hover:hover {
	background-color: transparent;
    background-image: radial-gradient(at bottom left, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    box-shadow: 2px 2px 10px 0px #0E1015;
}

.b-movie:hover .popup-movie { box-shadow: 0px 0px 8px 0px var(--e-global-color-secondary) !important}


.c-main-bg .text-hover-primary:hover {
    color: var(--bs-link-hover-color) !important;
}
.c-main-bg{
    background-image: url(/static/theme/img/invitepro/Dark_11.jpg) !important;
    background-position: 35% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-main-2-bg{
    background-image: url(/static/theme/img/invitepro/Dark_10_1.jpg);
    background-position: 0px 30%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-font-custom{
    font-weight: 400;
}

.main-gradient{
    background-image: linear-gradient(var(--linear-gradient)) !important;
}

.bg-hls {
    background-color: hsla(0,0%,6%,.6) !important;
}

.bg-darkslateblue {
    background-color: darkslateblue !important;
}

.dynamic-text{
    background-color: transparent !important;
    background-image: radial-gradient(var(--radial-gradient)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.c-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg,#1F232FAB 0%,#1F232F 100%);
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
}
.c-background-overlay-1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg,#1F232F 0%,#1F232FAD 100%);
    opacity: 1;
}
.c-background-overlay-2 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg,var(--e-global-color-2b2b6b9) 0%,#1F232FAD 100%);
    opacity: 1;
}
.c-background-overlay-footer {
    background-image: linear-gradient(180deg, var(--e-global-color-2b2b6b9) 0%, #1F232FAD 100%) !important;
    opacity: 1 !important;
}


.btn-gradient {
    color: var(--e-global-color-primary);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    background-image: radial-gradient(at top right, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    box-shadow: 8px 8px 20px 0px #0E1015;
    border-radius: 16px 16px 16px 16px;
    padding: 15px 20px;

}
.btn-gradient:hover{
    color: #FFFFFF;
    background-color: transparent;
    background-image: radial-gradient(at bottom left, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
}

.outline-gradient {
    background-color: transparent;
    background-image: radial-gradient(at top right, var(--e-global-color-2b2b6b9) 0%, var(--e-global-color-2b2b6b9) 100%);
    box-shadow: 0px 0px 0px 0px #000000;
    border-radius: 16px !important;
    padding: 20px 25px 20px 25px;
    color: var(--e-global-color-primary);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}
.outline-gradient:hover {
    color: var(--e-global-color-primary) !important;
}
.elementor-widget-container .outline-gradient img {
    border-radius: 16px;
}

.btn-icon-outline-gradient {
    padding: 1px;
    background-color: transparent;
    background-image: radial-gradient(at top right, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 7px 7px 15px 0px #060709;
    transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    width: fit-content;
    margin: 0 auto;
}

.elementor-widget-container, .gradient-widget-container {
    padding: 1px;
    background-color: transparent;
    background-image: radial-gradient(at top right, var( --e-global-color-accent ) 0%, var( --e-global-color-secondary ) 100%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 16px;
    box-shadow: 7px 7px 15px 0px #060709;
    transition: all .3s;
}

.elementor-widget-container:hover {
    /*transform: scale(0.9);*/
    background-image: radial-gradient(at top right, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);
}

.custom-breadcrumb-area {
		max-width: 600px;
		padding-top: 130px;
	}
	.custom-breadcrumb-area .element-breadcrumb-bg {
		margin: 10px;
    	border: 1px solid #471e69;
		border-radius: 16px;
		background-color: var(--e-global-color-2b2b6b9);
	}
	.custom-breadcrumb-area .element-breadcrumb {
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    	padding: 50px;
		border-radius: 16px;
		z-index:2;
	}
	.custom-breadcrumb-area .element-breadcrumb-bg .background{z-index:1;}

#sectionTemplates .elementor-widget-container:hover {
	transform: scale(0.97) !important;;
}

.btn-icon-outline-gradient:hover {
    background-color: transparent;
    background-image: radial-gradient(at bottom left, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
    box-shadow: 2px 2px 10px 0px #060709;
}

.gradiant-pagination { border-radius: 50px !important; height: 47px;}

.gradiant-pagination ul{ width: 100%; display: flex; flex-wrap: wrap; padding: 8px; border-radius: 50px !important; box-shadow: 0px 10px 15px rgba(0,0,0,0.1); height: 45px; gap: 10px; }
.gradiant-pagination ul li{ color: var(--e-global-color-primary); list-style: none; text-align: center; font-size: 18px; font-weight: 500; cursor: pointer; user-select: none; transition: all 0.3s ease; }
.gradiant-pagination ul li.numb{ list-style: none; height: 32px; width: 32px; margin: 0 3px; line-height: 45px; border-radius: 50%; position: relative;}
.gradiant-pagination ul li.numb.first{ margin: 0px 3px 0 -5px; }
.gradiant-pagination ul li.numb.last{ margin: 0px -5px 0 3px; }
.gradiant-pagination ul li.dots{ font-size: 22px; cursor: default; }
.gradiant-pagination ul li.btn{ height: 32px; width: 32px; border-radius: 50px; position: relative;}

.gradiant-pagination li.active,
.gradiant-pagination ul li.numb:hover,
.gradiant-pagination ul li:first-child:hover,
.gradiant-pagination ul li:last-child:hover{ color: #fff; background-image: radial-gradient(at top right, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%); border: 0;}

.gradiant-pagination ul li a, .gradiant-pagination ul li span { color: var(--e-global-color-primary); text-decoration: none; line-height: 12px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 2em; }
.gradiant-pagination li.active a,
.gradiant-pagination ul li.numb:hover a,
.gradiant-pagination ul li:first-child:hover a,
.gradiant-pagination ul li:last-child:hover a{ color: #fff; }

.content-entry {
    color: var(--e-global-color-primary);
    background-color: #02010100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-5b5a8c1);
    border-radius: 16px 16px 16px 16px;
    border-bottom: 1px solid var(--e-global-color-5b5a8c1)!important;
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: var(--e-global-color-5b5a8c1);
  border-radius: 10px;
  -webkit-border-radius: 0;-moz-border-radius: 0;-o-border-radius: 0;-ms-border-radius: 0;border-radius: 0;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: var(--e-global-color-5b5a8c1);
}


::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-image: radial-gradient(at top right, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 100%);
  -webkit-border-radius: 0;-moz-border-radius: 0;-o-border-radius: 0;-ms-border-radius: 0;border-radius: 0;
}

/*balloon css */
.thistle-balloon { -webkit-animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; }
.cadetblue-balloon { -webkit-animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; }
.lightcoral-balloon { -webkit-animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; }
.thistle-balloon { position: absolute; background: radial-gradient(ellipse at center, rgba(216, 191, 216, 0.85) 0%, rgba(216, 191, 216, 0.5) 70%); opacity: 0.6; width: 10em; height: 12em; border-radius: 100% 100% 100% 100%; box-shadow: inset 0 20px 30px rgba(216, 191, 216, 0.4), inset 1em 1em 1em rgba(216, 191, 216, 0.6), 0 1em 2em rgba(0, 0, 0, 0.25); }
.thistle-balloon:before { content: ""; position: absolute; opacity: 0.9; bottom: -0.05em; width: 0.5em; height: 0; border-left: 0.5em solid transparent; border-right: 0.5em solid transparent; border-bottom: 1em solid thistle; margin-bottom: -0.8em; left: 4.25em; }
.thistle-balloon:after { content: ""; position: absolute; top: 12.75em; left: 5em; height: 100%; width: 100%; border: 2px solid transparent; border-left-color: #888; border-radius: 0em 1em 4em/0.5em 3em; }
.thistle-balloon { -webkit-animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; }
.cadetblue-balloon { -webkit-animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; }
.lightcoral-balloon { -webkit-animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; }
.cadetblue-balloon { position: absolute; background: radial-gradient(ellipse at center, rgba(95, 158, 160, 0.85) 0%, rgba(95, 158, 160, 0.5) 70%); opacity: 0.6; width: 10em; height: 12em; border-radius: 100% 100% 100% 100%; box-shadow: inset 0 20px 30px rgba(95, 158, 160, 0.4), inset 1em 1em 1em rgba(95, 158, 160, 0.6), 0 1em 2em rgba(0, 0, 0, 0.25); }
.cadetblue-balloon:before { content: ""; position: absolute; opacity: 0.9; bottom: -0.05em; width: 0.5em; height: 0; border-left: 0.5em solid transparent; border-right: 0.5em solid transparent; border-bottom: 1em solid cadetblue; margin-bottom: -0.8em; left: 4.25em; }
.cadetblue-balloon:after { content: ""; position: absolute; top: 12.75em; left: 5em; height: 100%; width: 100%; border: 2px solid transparent; border-left-color: #888; border-radius: 0em 1em 4em/0.5em 3em; }
.thistle-balloon { -webkit-animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; }
.cadetblue-balloon { -webkit-animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; }
.lightcoral-balloon { -webkit-animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; }
  
.lightcoral-balloon { position: absolute; background: radial-gradient(ellipse at center, rgba(240, 128, 128, 0.85) 0%, rgba(240, 128, 128, 0.5) 70%); opacity: 0.6; width: 10em; height: 12em; border-radius: 100% 100% 100% 100%; box-shadow: inset 0 20px 30px rgba(240, 128, 128, 0.4), inset 1em 1em 1em rgba(240, 128, 128, 0.6), 0 1em 2em rgba(0, 0, 0, 0.25); }
.lightcoral-balloon:before { content: ""; position: absolute; opacity: 0.9; bottom: -0.05em; width: 0.5em; height: 0; border-left: 0.5em solid transparent; border-right: 0.5em solid transparent; border-bottom: 1em solid lightcoral; margin-bottom: -0.8em; left: 4.25em; }
.lightcoral-balloon:after { content: ""; position: absolute; top: 12.75em; left: 5em; height: 100%; width: 100%; border: 2px solid transparent; border-left-color: #888; border-radius: 0em 1em 4em/0.5em 3em; }
.thistle-balloon { -webkit-animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; animation: floatup 7s linear infinite alternate, thistle-sideways 11s ease-in-out infinite alternate, rotate 11s ease-in-out infinite alternate; }

.cadetblue-balloon { -webkit-animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; animation: floatup 8s linear infinite alternate, cadetblue-sideways 13s ease-in-out infinite alternate, rotate 13s ease-in-out infinite alternate; }

.lightcoral-balloon { -webkit-animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; animation: floatup 9s linear infinite alternate, lightcoral-sideways 14s ease-in-out infinite alternate, rotate 14s ease-in-out infinite alternate; }

@-webkit-keyframes floatup { 0% { margin-top: 50%; } 100% { margin-top: 0; } }

@keyframes floatup { 0% { margin-top: 50%; } 100% { margin-top: 0; } }
@-webkit-keyframes thistle-sideways { 0% { margin-left: 25%; } 25% { margin-left: 0; } 100% { margin-left: 80%; } }
@keyframes thistle-sideways { 0% { margin-left: 25%; } 25% { margin-left: 0; } 100% { margin-left: 80%; } }
@-webkit-keyframes cadetblue-sideways { 0% { margin-left: 50%; } 50% { margin-left: 0; } 100% { margin-left: 80%; } }
@keyframes cadetblue-sideways { 0% { margin-left: 50%; } 50% { margin-left: 0; } 100% { margin-left: 80%; } }
@-webkit-keyframes lightcoral-sideways { 0% { margin-left: 75%; } 75% { margin-left: 0; } 100% { margin-left: 80%; } }
@keyframes lightcoral-sideways { 0% { margin-left: 75%; } 75% { margin-left: 0; } 100% { margin-left: 80%; } }
@-webkit-keyframes rotate { 0% { transform: rotate(8deg); } 100% { transform: rotate(-8deg); } }
@keyframes rotate { 0% { transform: rotate(8deg); } 100% { transform: rotate(-8deg); } }

/*snake animate */

  
.box-snake::before {
  color: white !important;
  transition: all 0.3s ease-in-out;
}
.box-snake.active {
  overflow: hidden;
}
.box-snake.active::before  {
  color:#ffff !important;
}
.box-snake.arrived::before {
  background-color: transparent !important;
  background-image: radial-gradient(var(--radial-gradient)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.box-snake.active span {
  position: absolute;
}
.box-snake.active span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #0c002b, #7C39CC) !important;
  -webkit-animation: snake-animate1 2s linear infinite;
          animation: snake-animate1 2s linear infinite;
}
.box-snake.active span:nth-child(2) {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to top, #0c002b, #7C39CC) !important;
  -webkit-animation: snake-animate2 2s linear infinite;
          animation: snake-animate2 2s linear infinite;
}
.box-snake.active span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #0c002b, #7C39CC) !important;
  -webkit-animation: snake-animate3 2s linear infinite;
          animation: snake-animate3 2s linear infinite;
}
.box-snake.active span:nth-child(4) {
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #0c002b, #7C39CC) !important;
  -webkit-animation: snake-animate4 2s linear infinite;
          animation: snake-animate4 2s linear infinite;
}

@-webkit-keyframes snake-animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes snake-animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes snake-animate2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes snake-animate2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes snake-animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes snake-animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes snake-animate4 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes snake-animate4 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}


/*# sourceMappingURL=invitepro.css.map */