@font-face {
  font-family: 'Exo Regular';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/exo/Exo-Regular.woff) format('woff'),
    url(../fonts/exo/Exo-Regular.ttf) format('truetype');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo Regular';
}

.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.fx-jb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fx-jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-ae {
  align-items: flex-end;
}

.fx-as {
  align-items: flex-start;
}

.fx-je {
  justify-content: flex-end;
}

.fx-js {
  justify-content: flex-start;
}

.f-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fx-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body {
  background-color: #a184992b;
  scroll-behavior: smooth;
}

img,
video,
svg {
  max-width: 100%;
}

h4 {
  font-size: 60px;
  color: #a2d2ff;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px #8A2899;
}

p {
  font-size: 18px;
  text-align: justify;
  color: #777d83;
  font-weight: 400;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

header {
  padding: 25px 0;
  box-shadow: 5px 0px 22px black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all ease-in-out .5s;
}

header .container {
  max-width: 92%;
}

header .top-bar {
  border-bottom: 1px solid purple;
  padding-bottom: 10px;
}

header .logo a {
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  background: -webkit-linear-gradient(#7e2eab, #e78caf, #e35589, #68a3d5, #11497d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .top-bar .cnt-btn {
  text-decoration: none;
  color: #e35589;
  background-color: #ffc8dd;
  font-size: 16px;
  padding: 15px 18px;
  font-weight: normal;
  border-radius: 8px;
  border: ipx solid #ffafcc;
  transition: all ease-in-out .5s;
  text-transform: capitalize;
}

header .top-bar .cnt-btn:hover {
  background-color: #ffafcc;
  color: #ffffff;
}

header .nav-bar {
  padding-top: 10px;
}

header .nav-bar ul li {
  list-style-type: none;
}

header .nav-bar ul {
  column-gap: 15px;
}

header .nav-bar ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #bde0fe;
  font-weight: 6500;
  transition: all ease-in-out .5s;
}


header .nav-bar ul li a:hover {
  color: #a2d2ff;
}

.tittle h3 {
  font-size: 60px;
  color: #8A2899;
  margin-bottom: 30px;
  text-align: center;
}

section.hero {
  background-image: url(../images/lfcc-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 350px 0 100px;
  position: relative;
  min-height: 100vh;
}

section.hero::before {
  content: '';
  background: #3b242d7f;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}

section.hero .banner-cnt {
  position: relative;
  z-index: 2;
}

section.hero .banner-cnt h1 {
  font-size: 60px;
  color: #a2d2ff;
  margin-bottom: 30px;
  text-shadow: 2px 2px 8px #8A2899;

}

section.hero .banner-cnt p {
  font-size: 22px;
  max-width: 40%;
  color: #ffffff;
  text-align: left;
}


section.lfcc-env {
  padding: 100px 0;
}


section.lfcc-env .swipper-main-wrapper {
  margin: 120px auto 0;
}

section.lfcc-env .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.lfcc-env .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px !important;
  height: 500px !important;
  box-shadow: 1px 10px 11px black;
}

section.lfcc-env .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

section.lfcc-about {
  padding: 100px 0;
  background-color: #ffffff;
}

section.lfcc-services {
  padding: 100px 0;
}

section.lfcc-about .abt-cnt,
section.lfcc-services .abt-cnt {
  margin-top: 80px;
}

.col {
  width: 49%;
}

section.lfcc-about .abt-cnt .col-left {
  padding-right: 50px;
}

section.lfcc-services .abt-cnt .col-right {
  padding-left: 50px;
}

section.lfcc-about .abt-cnt img,
section.lfcc-services .abt-cnt img {
  border-radius: 50% 1% 50% 2%;
  box-shadow: 1px 1px 20px black;
  transition: all ease-in-out .3s;
}

section.lfcc-services .abt-cnt img:hover,
section.lfcc-about .abt-cnt img:hover {
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
}

section.lfcc-services .abt-cnt .col-right ul li {
  font-size: 18px;
  margin-bottom: 5px;
  list-style-type: square;
  margin-left: 30px;
  color: #777d83;
}

section.lfcc-testimonials {
  padding: 100px 0;
  background-color: #ffffff;
}

section.lfcc-testimonials .testimonials {
  background-color: #ffffff;
  margin-top: 80px;
}

section.lfcc-testimonials .sk-ww-google-reviews .swiper-button-next::after,
section.lfcc-testimonials .sk-ww-google-reviews .swiper-button-prev::after {
  display: none;
}

section.lfcc-testimonials .testimonials .sk-ww-google-reviews-content-container {
  text-align: center;
}

section.lfcc-testimonials .testimonials .sk-reviewer-pic {
  float: none;
  margin: 10px 0;
}

section.lfcc-testimonials .testimonials .sk-reviewer-name-action {
  padding: 0;
}

section.lfcc-testimonials .testimonials a.sk-google-review-button-more {
  position: unset !important;
}

section.lfcc-testimonials .testimonials .sk_reviews_grid-content:hover {
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
  transition: all ease-in-out .5s;
}

section.lfcc-contact {
  padding: 100px 0 0;
}


section.lfcc-contact .col-left h5 {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 10px;
  color: #68a3d5;
  text-shadow: 0px 1px 2px #8A2899;
}

section.lfcc-contact .col h6 {
  color: #8A2899;
  font-size: 12px;
  margin-bottom: 2px;
}

section.lfcc-contact .lfcc-cnt-info {
  margin-top: 30px;
}

section.lfcc-contact .tittle {
  margin-bottom: 50px;
}

section.lfcc-contact form {
  margin-top: 50px;
}

form .user-box {
  position: relative;
  width: 100%;
}

form .user-box.col {
  width: 49%;
}

form .user-box input,
form .user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #777d83;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #777d83;
  outline: none;
  background: transparent;
}

form .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #777d83;
  pointer-events: none;
  transition: .5s;
}

form .user-box input:focus~label,
form .user-box input:valid~label,
form .user-box textarea:focus~label {
  top: -20px;
  left: 0;
  color: #8A2899;
  font-size: 12px;
}

form .user-box input:focus,
form .user-box input:focus-visible,
form .user-box textarea:focus,
form .user-box textarea:focus-visible {
  border-bottom: 1px solid #8A2899;
}

form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #8A2899;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin: 10px auto;
  letter-spacing: 4px
}

form a:hover {
  background: #8A2899;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #8A2899,
    0 0 25px #8A2899,
    0 0 50px #8A2899,
    0 0 100px #8A2899;
}

form a span {
  position: absolute;
  display: block;
}

form a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8A2899);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

form a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #8A2899);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

form a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #8A2899);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

form a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #8A2899);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

section.lfcc-contact .map {
  margin-top: 30px;
  max-height: 600px;
  height: 600px;
}

footer{
  padding: 30px 0;
  background-color: #3D2B69;
}

footer p{
  font-size: 14px;
  text-align: center;
  color: #bde0fe;
}



@media screen and (max-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media screen and (max-width:1440px) {
  section.hero {
    padding: 236px 0 100px;
  }
}

@media screen and (max-width:1300px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (max-width:1150px) {
  .container {
    max-width: 1040px;
  }

  section.hero {
    padding: 200px 0 100px;
  }


}

@media screen and (max-width:1150px) {
  .container {
    max-width: 92%;
  }

  section.hero .banner-cnt h1 {
    font-size: 48px;
  }

  section.hero .banner-cnt p {
    font-size: 20px;
  }

  section.lfcc-env .swipper-main-wrapper {
    margin: 10px auto 0;
  }

  h4 {
    font-size: 42px;
    color: #a2d2ff;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px #8A2899;
  }

  .lfcc-cnt-info p {
    padding-right: 40px;
  }

}

/* ================================
   TABLET (max-width: 992px)
================================ */
@media screen and (max-width: 992px) {
  header .top-bar {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  header .nav-bar .row {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  header .nav-bar .cnt-menu ul {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  section.hero {
    min-height: auto;
    padding: 180px 0 80px;
  }

  section.hero::before {
    width: 100%;
  }

  section.hero .banner-cnt p {
    max-width: 100%;
  }

  section.lfcc-env .swipper-main-wrapper {
    margin: 60px auto 0;
  }

  section.lfcc-env .swiper-slide {
    width: 340px !important;
    height: 340px !important;
  }

  section.lfcc-about .abt-cnt,
  section.lfcc-services .abt-cnt {
    margin-top: 40px;
  }

  .col {
    width: 100%;
  }

  section.lfcc-about .abt-cnt .col-left,
  section.lfcc-services .abt-cnt .col-right {
    padding-right: 0;
    padding-left: 0;
  }

  section.lfcc-about .abt-cnt .col-right,
  section.lfcc-services .abt-cnt .col-left {
    margin-top: 30px;
    order: 2;
  }

  form .user-box.col {
    width: 100%;
  }

  section.lfcc-contact .map {
    height: 400px;
  }
}

/* ================================
   MOBILE (max-width: 576px)
================================ */
@media screen and (max-width: 576px) {


  .tittle h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 30px !important;
  }

  header .top-bar .logo a {
    font-size: 18px;
  }

  header .top-bar .cnt-btn {
    font-size: 13px;
    padding: 10px 14px;
  }

  header .nav-bar ul li a {
    font-size: 12px;
  }

  section.hero {
    padding: 150px 0 60px;
  }

  section.hero .banner-cnt h1 {
    font-size: 32px !important;
  }

  section.hero .banner-cnt p {
    font-size: 16px !important;
  }

  section.lfcc-env,
  section.lfcc-about,
  section.lfcc-services,
  section.lfcc-testimonials {
    padding: 60px 0;
  }

  section.lfcc-env .swipper-main-wrapper {
    margin: 40px auto 0;
  }

  section.lfcc-env .swiper-slide {
    width: 260px !important;
    height: 260px !important;
  }

  section.lfcc-services .abt-cnt .col-right ul li {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  section.lfcc-contact {
    padding: 60px 0 0;
  }

  section.lfcc-contact .map {
    height: 280px;
  }

  form a {
    display: block;
    text-align: center;
  }

	.lfcc-about .abt-cnt{
		margin-top: 20px
    gap: 20px;
    flex-direction: column-reverse !important;
}

}
