@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Poppins-Regular;
    src: url(fonts/Poppins/Poppins-Regular.ttf);
}
.fpop-re {
}
@font-face {
    font-family: Poppins-Light;
    src: url(fonts/Poppins/Poppins-Light.ttf);
}
.fpop-li {
    font-family: Poppins-Light;
}
@font-face {
    font-family: Poppins-Thin;
    src: url(fonts/Poppins/Poppins-Thin.ttf);
}
.fpop-th {
}
@font-face {
    font-family: Poppins-Bold;
    src: url(fonts/Poppins/Poppins-Bold.ttf);
}
.fpop-b {
}




html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -55px;
}
.footer,
.push {
  height: 55px;
}





body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(93, 26, 180);
    /* outline: 1px solid slategrey; */
}

.subtxt{
    opacity:0.5;
}

.bg-gradient{
    background-image: var(--bs-gradient);
}

#grad {
    background-image: linear-gradient(red, yellow);
  }

.Test01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.text-purple{
    color:#d7bafa;
}

.text-white-location{
    color:#ffffff50;
}
/* a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
} */

.fs-7 {
    font-size: 7px;
}

/* a:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
} */

.link-putih {
    color: white !important;
}

.link-putih:hover {
    color: orange !important;
}

.fancy-link{
    background-image: src("Yam-Seng-SVG-Button.png");
}

.navbar-toggler-div:hover,
.navbar-toggler-div:focus,
.navbar-toggler-div:focus-visible{
    background: transparent !important;
    border: 0px;
    outline: none !important;
    box-shadow: none;
}

.navbar-toggler{
    background: transparent !important;
    border: 0px;
    color: #f7f7f7;
    outline: none !important;
}

.navbar-toggler:hover,
.navbar-toggler:focus{
    background: transparent !important;
    border: 0px;
    color: #e5e5e5;
    outline: none !important;
    box-shadow: none;
}

.mainmenuoffcanvas{
    background-color: #290d5b !important;
}

.offcanvas-body ul{
    padding: 0;
    list-style-type: none;
    -moz-column-count: 3;
    -moz-column-gap: 10vw;
    -webkit-column-count: 3;
    -webkit-column-gap: 10vw;
    column-count: 3;
    column-gap: 10vw;
}

.offcanvas-body ul li{
    padding-bottom: 6px;
}

.mobile-offcanvas-body ul{
    padding-left: 20px;
    list-style-type: none;
}

.mobile-offcanvas-body ul li{
    padding-bottom: 6px;
}

.home-banner {}

.cat-grid {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.octext{
    padding-bottom: 10px;
}

#amenitiesoc .offcanvas-title{
    opacity:0.5;
    color:white;
    font-size: 72px;
}

#themesoc .offcanvas-title{
    opacity:0.5;
    color:white;
    font-size: 72px;
}

#drinksoc .offcanvas-title{
    opacity:0.5;
    color:white;
    font-size: 72px;
}

.nav-item-main:hover{
   background: linear-gradient(#ffffff,#ffffff50,transparent);
   color: #ffffff;
   /*background-color:#61CE70;*/
    padding:0px;
}

.nav > li {
    display: inline-block;
    padding-right: 25px;
    vertical-align: center;
    line-height: 0;
}

.btn {
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border-color: white;
 }

 .btn:hover{
    background-color: #2b0c53;
    color: #ffffff;
 }

 .btn:active{
    background-color: #2b0c53;
 }

 .btn:visited{
    background-color: #2b0c53;
 }

 .btn-close{
    color:white !important;  
 }
 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}

.dropdown-divider{
    color:white;
}
.h7{
    font-size: 36px;
}

#bottomswipercard{
    /* width:50%; */
}

.swiper {
    width: 100%;
    padding-top: 0px !important;
    
}

.swiper-category{
    width: 100%;
    padding-top: 0px !important;
    height: 350px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 500px;

    /* 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-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* merchant listing style */

.card{
    background-color:transparent !important; 
}

.cardbig{
    height:300px;
}

.card-text-padding{
    padding-top:25px;
}
.swiper-merchant .card-title {
    height: 70px;
}
.card-body.merchant-item {
    background-color: transparent;
}

.card-body.merchant-item:hover {
    background-image: linear-gradient(#7b3cc8, #974688, #2d0d56);
}
.Green-border{
    border-bottom: 4px solid #00FF00;
}
.Yellow-border{
    border-bottom: 4px solid #FFDF00;
}
.Red-border{
    border-bottom: 4px solid #fd60af;
}
.merchant-item img.Green-border{
    border-bottom: 4px solid #00FF00;
}
.merchant-item img.Yellow-border{
    border-bottom: 4px solid #FFDF00;
}
.merchant-item img.Red-border{
    border-bottom: 4px solid fd60af;
}

.home.merchant-item {
    background-color: #ff0000;
}

.home .merchant-item {
    background-color: aqua;
}

.merchant-item-title .merc-title{
    text-align: left;
    font-size: 16px;
}

.merchant-item-title .cat-title{
    text-align: left;
    font-size: 12px;
    color: #BFB7C2;
    font-family: "Poppins", Sans-serif;
    text-transform: capitalize;
}

.merchant-item-title a.merc-title h5{
    color: #ffffff !important;
    text-decoration: none;
}

.merc-btn-link{
}

.merc-btn-link .link-text {
    font-size: 12px;
    padding-bottom: 6px;
    font-family: "Poppins", Sans-serif;
    text-align: left;
    background-image: url(../images/yam-seng-svg-btn.svg) !important;
    background-size: contain !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.link-btn-text {
    /* font-size: 12px; */
    padding-bottom: 6px;
    font-family: "Poppins", Sans-serif;
    text-align: left;
    background-image: url(../images/yam-seng-svg-btn.svg) !important;
    background-size: contain !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.merc-icon-link {
    margin-right: 10px;
}

.merc-icon-link:last-child {
    margin-right: 0px;
}

.merchant-cart-img {
    height: 200px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.attribute-link a {
    color: #ffffff;
    text-decoration: none;
}


.h7{
    font-size: 14px !important; 
}

.carousel-caption {
    text-align: left !important;
    padding-top: 50px !important;
    margin-bottom: 100px !important;
    font-size: 45px !important;
    font: weight 200px !important;
}

.carousel-caption .fpop-b{
    font-size: 48px;
}

#about .fpop-b{
    font-size:40px;
}
#about .fpop-th{
    font-size:40px;
}

.overlay {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color:  rgba(0,0,0,0.5);
}

.carouselExampleCaptions{
    background-color:  rgba(0,0,0,0.5);
}

.cat-overlay{
    border-width: 0px;
    background: linear-gradient(#763dc419,#763dc4);
}

.card-img-overlay{
    border-width: 0px;
    background: linear-gradient(#763dc419,#763dc4);
}

.card-img-overlay2{
    background: linear-gradient(#290d5b50,#290d5b);
    padding-bottom: 20px;
    padding-left: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .swiper-pagination{
    margin-top: 50px !important;
  }

  .swiper-pagination-bullet{
    border-radius: 0% !important;
    height: 8px !important;
    background-color: #ffffff50 !important;
    width: 40px !important;
  }

  #amenitiesoc{
    margin-top: 72px;
    opacity: 0;
    position: fixed;
    pointer-events: none ;
    transition: opacity 0.5s ease;
  }

  #amenitiesoc:hover{
    margin-top: 72px;
    opacity: 1;
    pointer-events: unset;
    transition: opacity 0.5s ease;
  }

  #themesoc{
    margin-top: 72px;
    opacity: 0;
    position: fixed;
    pointer-events: none ;
    transition: opacity 0.5s ease;
  }

  #themesoc:hover{
    margin-top: 72px;
    opacity: 1;
    pointer-events: unset;
    transition: opacity 0.5s ease;
  }

  #drinksoc{
    margin-top: 72px;
    opacity: 0;
    position: fixed;
    pointer-events: none ;
    transition: opacity 0.5s ease;
  }

  #drinksoc:hover{
    margin-top: 72px;
    opacity: 1;
    pointer-events: unset;
    transition: opacity 0.5s ease;
  }

  body {
    font-family: 'Poppins' !important;
}

.h1-title{
    color: #FFFFFF;
    /* font-family: "Poppins", Sans-serif; */
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 40px !important;
    font-weight: bolder !important;
    line-height: 1.3em !important;
}

.h1-title-sub{
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-weight: 100 !important;
    line-height: 1.3em !important;
}

.h2{
    font-size:52px !important;
    font-family: 'Poppins' !important;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important; */
    font-weight: lighter !important;
}

#LocationInput{
    color:white !important;
    background: transparent !important;
}

.btn-location{
    background: linear-gradient(#2c0c55, #000000, #7a3bc8)!important;
    border:0 !important;
    color: white !important;
    
}

footer{
    background-color: #000000;
    color:white;
    text-align:left;
    padding: 10px;
}

footer .copyrighted-text {
    font-size: 14px;;
}

.merchant-outlet .card {
    border:0;
    margin-bottom: 30px;
}

.merchant-image-text{
    
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%)
}

.merchant-single-img {
    height: 580px;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width:767px){ /* mobile css */
    .fs-7 {
        font-size: 5px;
    }

    .merchant-single-img {
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    #bottomswipercard{
        /* width:100%; */
    }

    footer .copyrighted-text {
        font-size: 12px;;
    }
}

@media only screen and (max-width:575px){ /* mobile css */
    .fs-7 {
        font-size: 5px;
    }

    .merchant-single-img {
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .merchant-cart-img {
        height: 260px;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    #bottomswipercard{
        /* width:100%; */
    }

    footer .copyrighted-text {
        font-size: 12px;;
    }
}


.nearby:link    {text-decoration:none;}
.nearby:visited {text-decoration:none;}
.nearby:hover   {text-decoration:none;}
.nearby:active  {text-decoration:none;}




.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: 0
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: 0
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: 0
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: 0
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

.p-5a{padding:2rem!important}



.bg-purple{--bs-bg-opacity:1;background-color:#6b34af,var(--bs-bg-opacity))!important}

