.left-section, nav.navbar {
  width: calc(100% - 300px);
}

*, .accordion-body.location-point, .og-block {
  padding: 0;
}

#floor-plan, #top-section {
  background-color: #232d30;
}

#amenities, #contact, #floor-plan, #gallery, #highlights, #overview, #sc-price {
  margin: 10px;
}

h1, h2, h3, h6 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Coldiac/coldiac-webfont.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FF;
}

* {
  margin: 0;
  font-family: Outfit;
}

.page-wrapper {
  background-color: #e2e6e9;
}

#highlights, #overview, .desktop-summary, nav.navbar {
  background-color: #fff;
}

section {
  border: transparent;
}

.mx-auto {
  margin: auto;
}

.price-text {
  font-size: 26px;
  margin: 0 0 8px;
  text-align: center;
}

.price-sub-text {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .5px;
}

#top-section {
  position: relative;
}

#top-section .project-details {
  position: absolute;
  background: url(../images/contact/patter1.webp) top right/100% no-repeat #fff;
  border-radius: 22px;
  padding: 16px;
  top: 30px;
  /*margin: 9px 640px 0 12px;*/
  width: 300px;
  height: auto;
  box-shadow: 0 0 5px #00000038;
}

#top-section .project-details h1 {
  font-size: 22px;
  letter-spacing: 0;
  word-spacing: 6px;
}

#top-section .project-details h1 span {
  display: block;
}

#top-section .project-details h3 {
  font-size: 16px;
  margin: 0 0 10px 42px;
}

#amenities h1, #connectivity, #connectivity .amenities-info, #contact .image-carousel, .highlightData {
  position: relative;
}

.form-section {
  height: calc(100% - 80px);
  padding-top: 30px!important;
}

.offerBox {
  padding: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 95%;
  background: fixed;
  margin: 10px auto;
  transform: scale(1);
  text-align: center;
}

.offerBox .innerBox {
  border: 2px dashed #fff;
  padding: 10px 0;
  font-size: 13px;
}

.animatedtext {
  background: linear-gradient(-45deg,#22644b,#172a23,#22644b,#22644b);
  background-size: 400% 400%;
  animation: 3s infinite Gradient;
}

@keyframes Gradient {
  0%, 100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

#highlights {
  padding: 60px;
}

#highlights h1 {
  font-size: 26px;
  color: #22644b;
  font-weight: 600;
}

.highlightData {
  padding-left: 50px;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 26px;
}

.highlightData p {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 0;
}

.iconBox {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
}

.mt-50 {
  margin-top: 50px;
}

#overview {
  padding: 60px 20px 100px;
}

.overview-data {
  margin: -10px 10px 0 0;
}

.overview-data h1 {
  color: #22644b;
  font-size: 26px;
}

.offer-info-text {
  font-size: 17px;
  line-height: 24px;
}

.amenities-info {
  padding: 0 30px;
}

.color-imp {
  color: #000;
  font-weight: 800;
}

.overview-info {
  font-size: 18px;
  line-height: 30px;
}

#floor-plan {
  padding: 60px 30px;
}

.pricing-btn {
  background-color: #000;
  display: inline;
  margin: auto;
  font-size: 13px;
  padding: 10px 20px;
}

.custom-btn {
  width: 220px;
  display: block;
  font-size: 13px;
  padding: 8px 10px;
  transition: .4s;
  background: #22644b;
  color: var(--button-text-color);
  border-radius: 6px;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.26);
  border: 1px solid #000;
}

#amenities, #sc-price, .section-bg {
  padding: 50px;
}

#contact, #gallery, #sc-price, .section-bg {
  background-color: #fff;
}

#sc-price h1 {
  font-size: 30px;
  font-weight: 700;
  color: #22644b;
}

#amenities h1, #connectivity h2, #gallery h1 {
  font-size: 26px;
  color: #22644b;
}

.sec-price .table {
  max-width: 70rem;
  margin-inline: auto;
  border-radius: 1.5rem;
  overflow: hidden;
  outline: #000000 solid 1px;
  margin-top: 2rem;
}

.sec-price .table thead th {
  background-color: #22644b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: .8rem 1.8rem;
}

.table-striped > tbody > tr {
  vertical-align: middle;
}

.section-bg .section-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

.section-bg img {
  width: 80%;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 20px);
}

.custom-btn:hover {
  transition: .4s;
  background: var(--button-hover-color);
  /*color: var(--button-text-hover-color);*/
  box-shadow: 4px 4px 12px 0 rgba(0,0,0,.26);
}

.custom-btn:active {
  transition: .2s;
  /*background: #000;*/
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  border: 1px solid #000;
}

.btn, .enquire-modal .modal-dialog .modal-content, .enquire-modal .modal-dialog .modal-content .modal-body {
  border: none;
}

#amenities {
  background-blend-mode: overlay;
  background: cover;
}

#amenities h1 {
  font-weight: 800;
}

#amenities .amenities-data {
  text-align: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 150px;
  padding: 25px 30px 23px;
  border-radius: 22px;
  margin-bottom: 20px;
  background: #22644b;
}

#amenities .amenities-data:hover {
  background: linear-gradient(115deg,#31614f,#051610);
}

#amenities .amenities-data .fa {
  width: 22%;
  min-width: 50px;
  max-width: 50px;
  color: #000;
  padding: 10px 0 5px;
  text-align: center;
  margin: auto;
  filter: brightness(8.5);
}

#amenities .amenities-data:hover img {
  filter: brightness(50);
}

#amenities .amenities-btn {
  align-items: center;
  margin: 40px auto 20px;
  font-size: 16px;
  display: block;
  border: 2px solid transparent;
  background: #22644b;
  transition: 2s;
}

#amenities .amenities-btn:hover {
  background: #936220;
  border: 2px solid #000;
}

#connectivity {
  background: url(../images/connectivity/pattern.webp) top right/100% no-repeat;
  background-blend-mode: overlay;
  background-color: #fafafbba;
  margin: 10px;
  padding: 80px 20px 60px;
}

#connectivity h2 {
  font-weight: 600;
}

#gallery h1 {
  font-weight: 800;
  margin-bottom: 25px;
}

#gallery {
  padding: 50px 15px;
}

#contact .full-width {
  max-height: 250px;
  background: #22644b;
  padding: 80px 0;
}

#contact .contact-data {
  margin: -105px 0 0;
  background-color: #fff;
  box-shadow: 0 0 25px 0 gray;
  border-radius: 12px;
  overflow: hidden;
}

.form-data {
  background-image: url("../images/contact/patter1.webp");
}

#contact .form {
  padding: 10px 20px;
}

#contact .form .form-control, .form_inner .form-control {
  margin: 10px 0;
  border-bottom: 1px solid;
  background: 0 0;
}

#contact .form .btn {
  margin: 10px 0 0;
  padding: 5px 50px;
  width: 220px;
}

#contact .image-carousel {
  margin: 0 -13px -7px 12px;
  border: 0;
}

#contact .image-carousel .contact-video {
  border-radius: 0 22px 22px 0;
  height: 100%;
  object-fit: cover;
}

footer p {
  font-size: 11px;
  color: #5c5e5f;
  text-align: center;
  margin: 0 a;
}

footer {
  padding: 40px 20px 0;
  background-color: #fff;
}

.footer-enquiryBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  text-align: center;
  padding: 4px 2px;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

.enquire-modal .modal-dialog, .mob-form {
  background-color: #fff;
  padding: 0;
}

.footer-logo {
  width: 105px;
  margin-bottom: 10px;
}

#disclaimer {
  text-align: left;
  font-size: 8px;
  color: #878787;
}

.accordion-body.location-point ul {
  padding-left: 0;
}

.accordion-body.location-point ul li {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

.gallery-img {
  margin-bottom: 25px;
}

.price {
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (max-width:991px) {
  .left-section, nav.navbar {
    width: 100%;
  }
}

@media only screen and (max-width:991px) {
  #top-section .project-details {
    position: relative;
    width: 96%!important;
    height: 468px;
    padding: 30px;
  }
}

@media only screen and (max-width:991px) {
  .footer-enquiryBtn {
    display: flex!important;
    justify-content: center;
  }
}

@media only screen and (max-width:991px) {
  #overview img {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width:991px) {
  .overview-info, p {
    font-size: 14px;
  }
}

@media only screen and (max-width:991px) {
  .pricing-btn {
    margin: auto;
  }
}

@media only screen and (max-width:991px) {
  .custom-btn {
    width: 240px;
    display: block;
    font-size: 15px;
  }
}

@media only screen and (max-width:991px) {
  .amenities-img img {
    display: block;
    margin: 20px 0 40px;
  }
}

@media only screen and (max-width:991px) {
  #contact .form {
    padding: 10px 20px 34px;
  }
}

@media only screen and (max-width:991px) {
  #highlights {
    padding: 60px 100px;
  }
}

@media (max-width:575px) {
  p {
    line-height: 1.4;
  }
}

@media (max-width:575px) {
  #top-section .project-details {
    position: relative;
    width: 100%!important;
  }
}

@media (max-width:575px) {
  .left-section {
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width:575px) {
  .offer-info-text {
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width:575px) {
  #overview img {
    margin: 18px 0 0;
  }
}

@media (max-width:500px) {
  #floor-plan, #top-section {
    background-color: #232d30;
  }
}

@media (max-width:500px) {
  #amenities h1, #top-section .project-details h3 {
    font-weight: 600;
  }
}

@media (max-width:500px) {
  #amenities .mt-50 {
    margin-top: 30px;
  }
}

@media (max-width:500px) {
  .projectState {
    font-size: 24px;
    color: #000;
  }
}

@media (max-width:500px) {
  .price-sub-text {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0 0 0 4px;
  }
}

@media (max-width:500px) {
  .price-text {
    font-size: 30px;
    margin: 12px 0 -1px;
  }
}

@media (max-width:500px) {
  #contact .contact-data {
    margin: -91px 30px 0 1px;
  }
}

@media (max-width:500px) {
  #top-section .project-details {
    position: relative;
    background-color: #fff;
    border-radius: 22px;
    padding: 20px 15px 20px 20px;
    top: 0;
    margin: 0 10px;
  }
}

@media (max-width:500px) {
  #top-section .project-details h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
  }
}

@media (max-width:500px) {
  .overview-data {
    padding: 240px 0 20px;
  }
}

@media (max-width:500px) {
  #overview {
    padding: 50px 10px;
    margin: 10px 5px;
  }
}

@media (max-width:500px) {
  #highlights h1 {
    font-size: 20px;
    color: #000;
  }
}

@media (max-width:500px) {
  #amenities h1, #gallery h1 {
    font-size: 25px;
    color: #22644b;
  }
}

@media (max-width:500px) {
  .overview-data h1 {
    color: #22644b;
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width:500px) {
  #top-section {
    position: relative;
  }
}

@media (max-width:500px) {
  #floor-plan {
    padding: 30px 0 10px;
    margin: 0;
  }
}

@media (max-width:500px) {
  #highlights {
    padding: 50px 20px 30px;
    margin: 0;
  }
}

@media (max-width:500px) {
  .pricing-btn {
    background-color: #22644b;
    display: block;
    margin: 0 24%;
    font-size: 13px;
    padding: 10px;
    width: 220px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data:hover img {
    filter: brightness(50);
  }
}

@media (max-width:500px) {
  #amenities {
    padding: 30px 0 30px 10px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-row {
    margin-top: 0;
  }
}

@media (max-width:500px) {
  .amenities-info {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data {
    background-color: #40484b;
    text-align: center;
    color: #fff;
    width: 153px;
    height: 135px;
    padding: 10px;
    margin: -15px 8px 33px;
    border-radius: 22px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-btn {
    margin: 20px auto;
    width: 220px;
  }
}

@media (max-width:500px) {
  #amenities .row .col-sm-6 {
    width: 48%;
  }
}

@media (max-width:500px) {
  #contact .image-carousel {
    margin: 0 -20px -38px 0;
    display: none;
  }
}

@media (max-width:500px) {
  #contact .full-width {
    padding: 67px 0;
  }
}

@media (max-width:767px) {
  .content-gallery .row {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width:767px) {
  .content-gallery .row .col-md-3 a {
    display: block;
    text-align: center;
  }
}

@media (max-width:767px) {
  #connectivity h2 {
    color: #22644b;
    font-size: 24px;
    font-weight: 600;
  }
}

@media (max-width:767px) {
  #amenities .amenities-data .fa {
    width: 45px;
  }
}

@media (max-width:500px) {
  #sc-price, footer {
    padding: 20px;
  }
}

@media (max-width:500px) {
  .sec-price .table {
    max-width: 70rem;
    margin-inline: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    outline: #000000 solid 1px;
    margin-top: 2rem;
    border: 2px solid #000;
  }
}

@media (max-width:500px) {
  .table-pricing tbody, .table-pricing td, .table-pricing th, .table-pricing thead, .table-pricing tr, table.table-pricing {
    display: block;
  }
}

@media (max-width:500px) {
  .table-pricing thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

@media (max-width:500px) {
  .table-pricing tr {
    margin: 0;
    padding: 23px 0;
  }
}

@media (max-width:500px) {
  .sec-price .table td {
    padding: 0;
    font-size: 1.2rem;
    width: 100%;
  }
}

@media (max-width:500px) {
  .sec-price .table td:first-child {
    font-size: 1.8rem;
  }
}

@media (max-width:500px) {
  .sec-price .table td:nth-child(3) {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

@media (max-width:500px) {
  .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
  }
}

@media (max-width:500px) {
  .section-bg .section-title h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
  }
}

@media (max-width:500px) {
  .layout-plan {
    padding: 30px 0;
  }
}

@media (max-width:500px) {
  .overview-info {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
  }
}

@media (max-width:500px) {
  #top-section .project-details {
    position: relative;
    background-color: #fff;
    border-radius: 22px;
    padding: 20px 15px 20px 20px;
    top: 0;
    margin: 10px 10px 0;
    width: calc(100% - 20px)!important;
    height: auto;
  }
}

@media (max-width:500px) {
  .overview-data {
    padding: 0 0 20px;
  }
}

@media (max-width:500px) {
  #top-section {
    background-color: #232d30;
    position: relative;
    padding-bottom: 50px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data {
    margin: 10px 0;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data .fa {
    width: 45px;
  }
}

@media (max-width:500px) {
  #connectivity {
    padding: 25px 24px 10px;
  }
}

@media (max-width:500px) {
  #connectivity img {
    margin: 20px 0 0;
  }
}

@media (max-width:500px) {
  #contact .contact-data {
    margin: -129px 30px 0 1px;
  }
}

@media (max-width:500px) {
  .contact-inner {
    margin: 30px 22px 0;
  }
}

@media (max-width:500px) {
  #contact .image-carousel {
    margin: 0 -20px -20px 0;
    height: 371px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data {
    background-color: rgb(34 100 75);
    text-align: center;
    color: #fff;
    width: 100%;
    height: 135px;
    padding: 18px;
    border-radius: 22px;
  }
}

@media (max-width:500px) {
  #contact .form {
    padding: 20px 25px 40px 10px;
  }
}

@media (max-width:500px) {
  #contact .form .btn {
    margin: 20px 10px 0;
  }
}

@media (max-width:500px) {
  #floor-plan .pricing-btn {
    margin: 10px auto!important;
    display: block;
  }
}

@media (max-width:500px) {
  #gallery {
    padding: 50px 0 30px!important;
    margin: 10px;
  }
}

@media (min-width:1400px) {
  #top-section .project-details {
    margin: 44px 636px 0 60px;
  }
}

@media (min-width:1400px) {
  #contact .form {
    padding: 20px 20px 40px;
  }
}

@media (min-width:1400px) {
  #floor-plan {
    background-color: #232d30;
    padding: 50px;
  }
}

@media (min-width:1400px) {
  .pricing-btn {
    margin: 0 25%;
    font-size: 16px;
  }
}

#banner-carousel .carousel-item img {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  #banner-carousel .carousel-item img {
    height: 100%;
  }
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

*, *:before, *:after {
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

*, ::after, ::before {
  /*-webkit-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*, ::after, ::before {
  /*box-sizing: border-box;*/
}

* {
  /*box-sizing: inherit;*/
}

* {
  outline: none;
}

.align-items-center {
  align-items: center!important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn:hover {
  /*transform: scale(1.05);*/
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.btn {
  /*background: linear-gradient(270deg, #008452, #16513b, #013622, #a37f00);*/
  /*background-size: 1400% 1400%;*/
  /*animation: rainbowStripes 5s linear infinite;*/
}

.btn {
  /*background: #936220;*/
  /*color: #fff;*/
  /*background: -moz-linear-gradient(left, #936220 0%, #936220 46%, #ffffff 51%, #936220 56%, #936220 100%);*/
  background: -webkit-linear-gradient(left, #936220 0%, #936220 46%, #ffffff 51%, #936220 56%, #936220 100%);
  /*background: linear-gradient(to right, #000 0%, #000 46%, #ffffff 51%, #000 56%, #000 100%);*/
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#936220', endColorstr='#936220', GradientType=1);
  background-size: 600% 600%;
  -webkit-animation: AnimationNameGrey 3s ease infinite;
  animation: AnimationNameGrey 3s ease infinite;
}

.btn {
  display: inline-block;
  /*font-weight: 400;*/
  line-height: 1.5;
  /*color: #212529;*/
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  /*cursor: pointer;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /*background-color: transparent;*/
  /*border: 1px solid transparent;*/
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

.text-center {
  text-align: center!important;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

.shine-button:hover::before {
  transform: rotate(45deg) translateY(100%);
}

.shine-button::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient( 45deg, transparent, rgba(255, 255, 255, 0.3), transparent );
  transform: rotate(45deg) translateY(-100%);
  transition: transform 0.5s ease;
}

.shine-button {
  position: relative;
  padding: 1.2rem 2.4rem;
  font-size: 1.1rem;
  color: white;
  background: linear-gradient(45deg, #2563eb, #4f46e5);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

[role=button] {
  cursor: pointer;
}

.uk-link, a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

a {
  color: #fff;
  text-decoration: none;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

img, svg {
  vertical-align: middle;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

@media (min-width:768px) {
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}

b, strong {
  font-weight: bolder;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width:576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width:576px) {
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}

@media (min-width:576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width:768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width:992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width:992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (min-width:992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width:992px) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (min-width:1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (min-width:1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width:1200px) {
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
  margin: .25rem;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.d-block {
  display: block!important;
}

.d-flex {
  display: flex!important;
}

.w-100 {
  width: 100%!important;
}

.justify-content-center {
  justify-content: center!important;
}

.m-0 {
  margin: 0!important;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.mt-3 {
  margin-top: 1rem!important;
}

.mt-4 {
  margin-top: 1.5rem!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: .25rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.ms-0 {
  margin-left: 0!important;
}

.ms-3 {
  margin-left: 1rem!important;
}

.p-0 {
  padding: 0!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.pe-0 {
  padding-right: 0!important;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.pb-5 {
  padding-bottom: 3rem!important;
}

.ps-0 {
  padding-left: 0!important;
}

.text-dark {
  color: #212529!important;
}

.text-white {
  color: #fff!important;
}

@media (min-width:576px) {
  .d-sm-block {
    display: block!important;
  }
}

@media (min-width:576px) {
  .d-sm-none {
    display: none!important;
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none!important;
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none!important;
  }
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  /*color: #0f6ecd;*/
  /*text-decoration: underline;*/
}

.slide-button {
  position: relative;
  padding: 1.2rem 2.4rem;
  font-size: 1.1rem;
  color: white;
  background: none;
  border: 2px solid #60a5fa;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.slide-content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
}

.slide-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #60a5fa;
  transition: transform 0.5s ease;
  transform: skewX(-20deg);
}

.slide-button:hover::before {
  transform: skewX(-20deg) translateX(100%);
}

.slide-button:hover .icon {
  transform: translateX(5px);
}

.icon {
  transition: transform 0.3s ease;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  text-decoration: none;
}

a {
  border: none;
}

a {
  color: #00a3ff;
  text-decoration: none;
}

.row {
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

