@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,500;0,700;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("bootstrap.min.css");
@import url("aos.css");
@import url("gallery.css");
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #ba282e;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #23295b;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
}

a,
a:hover {
  text-decoration: none;
}

a {
  transition: all 0.3s ease 0s;
}

button.disabled,
button:disabled {
  color: #ffffff;
  background-color: #23295b;
  border-color: transparent;
  opacity: 0.5;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Kanit", sans-serif;
}

.head {
  font-family: "Kanit", sans-serif;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

.theme-heading {
  font-family: "Staatliches", cursive;
}

.theme-bg-primary {
  background-color: #23295b;
}

.theme-bg-secondary {
  background-color: #ba282e;
}

.theme-bg-accent-one {
  background-color: #9999cc;
}

.theme-bg-accent-two {
  background-color: #aaaaaa;
}

.theme-bg-accent-three {
  background-color: #eff1f4;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #23295b;
}

.theme-text-secondary {
  color: #ba282e;
}

.theme-text-accent-one {
  color: #9999cc;
}

.theme-text-accent-two {
  color: #aaaaaa;
}

.theme-box-shadow {
  box-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
}

.theme-text-shadow {
  text-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
}

.custom-btn-primary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #23295b;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: ease-out 0.5s;
}

.custom-btn-secondary {
  background-color: #aaaaaa;
  min-width: 100px;
  min-height: 50px;
  border: 0;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-link {
  background-color: #aaaaaa;
  color: #23295b;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #ba282e;
  border: 2px solid #23295b;
}

.theme-border-radius {
  border-radius: 0.5rem;
}

.theme-border {
  border: 1px solid #23295b;
}

.custom-btn-primary {
  background: #ba282e;
  box-shadow: inset 0 0 200px 0 #23295b;
}
.custom-btn-primary:hover {
  box-shadow: inset 0 0 0 0 #23295b;
}

.img-effect img {
  transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.05);
}

.product-quick-view {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.bottom .add-cart {
  cursor: pointer;
}
.bottom .add-cart .add {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .add-cart .add:hover {
  transform: translateY(-3px);
}

.timer-wrapper {
  position: absolute;
  width: 60%;
  left: 5%;
  bottom: 5%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  padding: 0.8rem;
}
.timer-wrapper .timer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timer-wrapper .timer-inner > span {
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
}

.high-text {
  position: relative;
}
.high-text::before {
  content: "";
  display: flex;
  width: 40px;
  height: 2px;
  background: #23295b;
  text-align: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.high-text.left::before {
  margin-left: unset;
  margin-right: unset;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-lt {
  filter: grayscale(100%);
  transition: 0.5s ease-in-out;
  opacity: 0.5;
}
.img-lt:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  background: #23295b;
  padding: 1rem;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1rem;
  color: #ffffff;
}

.btn-wrapper {
  height: auto;
}
.btn-wrapper .menu-toggle {
  min-height: 40px;
  width: 40px;
  border-radius: 0.5rem;
}
.btn-wrapper .menu-toggle .icon-bars {
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  transition: transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before, .btn-wrapper .menu-toggle .icon-bars::after {
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  transition: top 0.3s 0.3s ease-in, transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before {
  top: 0.5em;
}
.btn-wrapper .menu-toggle .icon-bars::after {
  top: -0.5em;
}
.btn-wrapper .menu-toggle:active .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.btn-wrapper .menu-toggle:active .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.btn-wrapper .menu-toggle:active .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

.menu--is-revealed .menu-toggle .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.menu--is-revealed .menu-toggle .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.menu--is-revealed .menu-toggle .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
#hero .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  filter: blur(10px);
}
#hero.swiper-container {
  width: 100%;
  height: 90vh;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #hero.swiper-container {
    height: 125vh;
  }
}
@media screen and (max-width: 767px) {
  #hero.swiper-container {
    height: 70vh;
  }
}
#hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#hero .swiper-pagination-bullet-active {
  background-color: #23295b;
}

.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}

.swiper-slide-active .effect {
  transition-delay: 0.6s;
}

.swiper-slide-active .effect-desc {
  transition-delay: 1s;
}

.swiper-slide-active .effect-box {
  transition-delay: 1.2s;
}

.effect {
  transition-delay: 3s;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate=effect] {
  transform: translate3d(0, 15px, 0);
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #9999cc;
  z-index: 9999;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-loader .wrap {
  margin: 0 auto;
  width: 40px;
  height: 140px;
  position: relative;
}
.page-loader .wrap .shadow {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #aaaaaa;
  bottom: 0;
  border-radius: 100%;
  transform: scaleX(0.8);
  opacity: 0.6;
  animation: shadowScale 1s linear infinite;
}
.page-loader .ballBounce {
  width: 40px;
  height: 40px;
  animation: bounce 1s cubic-bezier(0.68, 0.35, 0.29, 0.54) infinite;
}
.page-loader .ball {
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/football.png");
  background-size: cover;
  animation: roll 0.7s linear infinite;
}
@keyframes roll {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(100px);
  }
}
@keyframes shadowScale {
  50% {
    transform: scaleX(1);
    opacity: 0.8;
  }
}

.header-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: transparent;
}
@media screen and (max-width: 992px) {
  .header-bar {
    background-color: #000000;
  }
}
@media screen and (max-width: 992px) {
  .header-bar .navbar-collapse {
    height: 250px;
    overflow: auto;
  }
}
.header-bar .info-top {
  background-color: rgba(186, 40, 46, 0.1);
}
.header-bar .info-top .social li a {
  color: #ffffff;
}
.header-bar .info-top .social li a:hover {
  color: #23295b;
}
.header-bar .nav-bg {
  background-color: #ffffff;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .header-bar .nav-bg {
    padding: 1rem 0;
  }
}

.header-type2 .nav-bg {
  background-color: rgba(0, 0, 0, 0);
}
.header-type2 .nav-bg .navbar-nav .ef-link .nav-link {
  color: #ffffff;
}
.header-type2 .nav-bg .navbar-nav .ef-link .nav-link.active, .header-type2 .nav-bg .navbar-nav .ef-link .nav-link:hover {
  color: #ba282e;
}
.header-type2 .nav-bg .navbar-nav .ef-link .nav-link.active {
  color: #ba282e;
}
.header-type2 .nav-bg .navbar-nav .ef-link .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0.1);
  transition: transform 0.35s ease;
}
.header-type2 .nav-bg.smooth {
  background-color: #000000;
}

.smooth {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.ef-link {
  position: relative;
}
.ef-link:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #ba282e;
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.ef-link:hover {
  color: #23295b;
}
.ef-link:hover:after {
  transform: scaleX(0.1);
}
.ef-link a {
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ef-link a {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ef-link a:hover {
  color: #23295b;
}
.ef-link .nav-link.active {
  color: #23295b;
}
.ef-link .nav-link.active:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #23295b;
  transform: scaleX(0.1);
  transition: transform 0.35s ease;
}

.hero {
  position: relative;
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 3rem 0;
  }
}
.hero .video-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 65vh;
}
.hero .video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.our-program {
  position: relative;
  min-height: auto;
}
.our-program .item {
  overflow: hidden;
  border: 1px solid #9999cc;
  position: relative;
}
.our-program .item .more-service {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.our-program .item .more-service .content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  padding: 1rem;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
.our-program .item .more-service .content p {
  color: #ffffff;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.our-program .item .more-service .content a {
  color: #ffffff;
  display: flex;
}
.our-program .item .more-service .content a:hover {
  color: #23295b;
}
.our-program .item .more-service:hover .content p {
  margin-top: 10px;
  max-height: 150px;
  opacity: 1;
}
.our-program .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-program .swiper-horizontal > .swiper-scrollbar,
.our-program .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 1rem;
}

.our-services {
  position: relative;
  min-height: auto;
  background-color: #23295b;
}
.our-services .our-services-icon {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  background-color: #ffffff;
  padding: 2rem;
  display: inline-flex;
  margin-bottom: 1rem;
  line-height: 1rem;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.our-services .our-services-icon:hover {
  background-color: #ffffff;
}

.gallery-sec {
  position: relative;
  padding: 5rem 0 4rem 0;
}
.gallery-sec .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gallery-sec .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.gallery-sec .swiper-slide img {
  display: block;
  width: 100%;
}
.gallery-sec .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #ba282e;
}
.gallery-sec .swiper-horizontal > .swiper-pagination-progressbar,
.gallery-sec .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: unset;
  bottom: 0;
}

.price-sec {
  padding: 6rem 0;
  position: relative;
  background: #ba282e;
  background-size: cover;
  background-position: center center;
  height: auto;
  z-index: 1;
}
.price-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.price-sec .price-box {
  box-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
  text-align: start;
  position: relative;
  border-radius: 0;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #ffffff;
  padding: 2rem 2rem;
  transition: all ease-in-out 0.3s;
}
.price-sec .price-box .list ul li {
  line-height: 2.5rem;
  font-weight: 400;
}
.price-sec .price-box .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1px 10px;
  background-color: #ba282e;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  min-width: 80px;
  text-align: center;
}
.price-sec .price-box:hover {
  border: 1px solid #23295b;
  transform: scale(1.01);
}

.our-team {
  position: relative;
}
.our-team .team-card {
  cursor: pointer;
}
.our-team .team-card .team-con {
  box-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
  border-bottom: 1px solid #23295b;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
  background: #ffffff;
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card .team-con .team-social {
  display: flex;
}
.our-team .team-card .team-con .team-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.our-team .team-card .team-con .team-social li a:hover {
  color: #23295b;
}
.our-team .team-card img {
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card:hover .team-con {
  background-color: #eff1f4;
}
.our-team .team-card:hover img {
  transform: scale(1.1);
}

.testimonials {
  position: relative;
  background-image: url(../images/section/bg-testimonials.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-position: 50%;
  overflow: hidden;
}
.testimonials::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.testimonials .review-wrap {
  border-radius: 0;
  box-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
  padding: 2rem 1rem;
  background: #ffffff;
  width: 100%;
  margin: auto;
  border: 1px solid #eff1f4;
}
@media screen and (max-width: 992px) {
  .testimonials .review-wrap {
    width: 98%;
  }
}
.testimonials .client-pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonials .client-pic .avatar {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #23295b;
  border: 1px solid #aaaaaa;
  z-index: 1;
}
.testimonials .client-con {
  padding: 0 5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonials .client-con {
    padding: 0 1rem;
  }
}
.testimonials .client-con:before {
  content: "";
  width: 36px;
  height: 28px;
  display: block;
  background-image: url(../images/icons/qotes-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .testimonials .client-con:before {
    left: 0px;
    top: -20px;
  }
}
.testimonials .client-con a {
  color: #23295b;
  display: inline-block;
}
.testimonials .client-con a:hover {
  transform: translateY(-3px);
  text-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .testimonials .swiper-3d {
    padding: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .swiper-3d {
    padding: 2.5rem;
  }
}
.testimonials .swiper-3d .swiper-slide-shadow {
  background: transparent;
}

.news .news-card {
  box-shadow: 0.15rem 0.15rem 1.375rem rgba(186, 40, 46, 0.1);
  background: #ffffff;
  border-radius: 0;
}
.news .news-card figure {
  width: 100%;
  height: 200px;
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 200px;
}

.contact-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 640px;
}
@media screen and (max-width: 992px) {
  .contact-sec {
    padding: 5rem 0;
  }
}
.contact-sec .contact-form {
  position: relative;
}
.contact-sec .contact-form .custum-input {
  border: 0px solid transparent;
  border-bottom: 2px solid #23295b;
  background-color: transparent;
  border-radius: 0;
  min-height: 56px;
  padding-left: 0rem;
}
.contact-sec .contact-form .custum-input:focus {
  background-color: transparent;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 0.5rem;
}

.call-to-action {
  background-color: #000000;
  background-image: url("../images/section/banner-call-to-action.png");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.call-to-action::before {
  content: "";
  position: absolute;
  background: rgba(239, 241, 244, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  margin: auto;
}
.call-to-action .btn-action {
  background-color: #23295b;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  color: #ffffff;
  font-size: 1.25rem;
}
.call-to-action .btn-action:hover {
  background-color: #ffffff;
  color: #23295b;
}

.partner {
  position: relative;
}
.partner .swiper-slide {
  margin: auto;
  display: flex;
}
.partner img {
  margin: auto;
}

.footer {
  background-color: #23295b;
  overflow: hidden;
}
.footer h1,
.footer h2,
.footer h3,
.footer p {
  color: #ffffff;
}
.footer p {
  line-height: 2.2rem;
}
.footer p i {
  background-color: #ba282e;
  border-radius: 0;
  padding: 1rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer .text {
  color: #ba282e;
  font-size: 1rem;
}
.footer .text i {
  background-color: #ba282e;
  border-radius: 0;
  padding: 1rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer .text:hover {
  color: #ffffff;
}
.footer .text:hover i {
  color: #ba282e;
  background-color: #ffffff;
}
.footer .social a {
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  background: #23295b;
  line-height: 3rem;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  text-align: center;
  border-radius: 0;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .social a:hover {
  background: #ba282e;
}
.footer .footer-bottom .bottom-link li {
  display: inline-block;
  padding: 0 2rem;
}
.footer .footer-bottom .bottom-link li a {
  color: #000000;
  position: relative;
}
.footer .footer-bottom .bottom-link li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: 8px;
  right: -2rem;
}
.footer .footer-bottom .bottom-link li a:hover {
  color: #23295b;
}
.footer .footer-bottom .bottom-link li:last-child a:after {
  content: "";
  display: none;
}
.footer .footer-link li {
  line-height: 2.5rem;
}
.footer .footer-link li i {
  color: #eff1f4;
  font-size: 0.5rem;
  line-height: normal;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.footer .footer-link li a {
  color: #eff1f4;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
  font-weight: 600;
}
.footer .footer-link li a:hover {
  color: #ba282e;
  padding-left: 0.5rem;
}

.form-subcriber {
  background-color: #ffffff;
  max-width: 550px;
  border-radius: 0.5rem;
  position: relative;
  z-index: 4;
}
.form-subcriber input {
  box-shadow: none;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
}
.form-subcriber button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  bottom: -12rem;
  right: 1rem;
  text-align: center;
  z-index: 1;
  background-color: #ba282e;
  display: block;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  border-radius: 0%;
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #000000;
  background-color: #ba282e;
}
.scrollup.back-top {
  bottom: 2rem;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

.gallery-sec {
  position: relative;
  z-index: 1;
}
.gallery-sec .gallery-card {
  position: relative;
  width: 100%;
}
.gallery-sec .gallery-card figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: 300px;
  cursor: pointer;
  border-radius: 0;
}
.gallery-sec .gallery-card figure img {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
}
.gallery-sec .gallery-card figure .bg-overlay {
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  transform: translatey(100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(153, 153, 204, 0) 61.5%, rgba(153, 153, 204, 0.4) 82.25%);
}
.gallery-sec .gallery-card figure:hover .bg-overlay {
  transform: translatey(0);
}

.filter-controls {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.filter-controls li {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: #ffffff;
  background: #23295b;
  cursor: pointer;
  transition: 0.3s all;
  font-weight: bold;
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .filter-controls li {
    margin-bottom: 1rem;
  }
}
.filter-controls li:hover {
  background: #ba282e;
  color: #ffffff;
}
.filter-controls li.active {
  color: #ffffff;
  background: #ba282e;
}
.filter-controls li:last-child {
  margin-right: 0;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}/*# sourceMappingURL=main.css.map */