@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 500;
}

.mtb {
  margin: 100px 0 0 0;
}

#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 25px;
  background-color: #fff;
  top: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fdfdfd;
}

header .navbar-brand {
  position: relative;
}

header .navbar-brand img {
  width: 130px;
}

@media screen and (min-width: 280px) and (max-width: 540px) {
  header .navbar-brand img {
    width: 100px;
    position: relative;
    left: 1rem;
  }
}

header .navbar-brand span {
  color: #ec3235;
  font-weight: 900;
  position: absolute;
  bottom: -19px;
  left: 0.5rem;
  padding-bottom: 5px;
}

header .navbar-toggler {
  border-color: transparent !important;
  padding: 0.2rem 0.25rem;
  outline: none;
}

@media screen and (min-width: 280px) and (max-width: 540px) {
  header .navbar-nav {
    margin-top: 10px;
  }
}

header .navbar-nav .nav-item .nav-link {
  color: black;
  font-weight: 700;
  letter-spacing: 1px;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #ec3235;
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: black;
  font-weight: 700;
  letter-spacing: 1px;
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ec3235;
}

.footer {
  padding: 80px 0 0px 0;
  background-color: #eeeeee;
  width: 100%;
}

.footer a {
  color: black;
  font-weight: 500;
}

.footer a:hover {
  color: #ec3235;
  font-weight: 600;
}

.footer .icon {
  margin: 10px 0 0 0;
}

.footer .icon a {
  margin: 0 5px;
}

.footer .icon a i {
  width: 30px;
  height: 30px;
  margin: 1px;
  text-align: center;
  line-height: 1.5;
  background-color: black;
  color: #fdfdfd;
  font-size: 20px;
}

.footer .tiny-footer {
  background: black;
  color: #eeeeee;
  text-align: center;
  height: 40px;
  line-height: 2.5;
}

.carousel-section .carousel-item img {
  width: 100%;
  height: 500px;
}

@media only screen and (min-width: 280px) and (max-width: 540px) {
  .carousel-section .carousel-item img {
    height: auto;
  }
}

.carousel-section .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-section .text {
  color: #3e54c7;
  margin: 0;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  margin-top: 25px;
  -webkit-animation: type 4s steps(30, end), blink 0.5s step-end infinite;
          animation: type 4s steps(30, end), blink 0.5s step-end infinite;
}

.about-section {
  background-color: #eeeeee;
  padding: 40px 0;
}

.about-section .about h1 {
  color: #3e54c7;
  font-weight: bold;
  margin: 20px 0;
}

.about-section .about h1 span {
  color: #ec3235;
}

.about-section .about p {
  line-height: 1.5;
  font-size: 17px;
}

.service-section {
  margin: 10px 0 30px 0;
}

.service-section .nav-pills .nav-item {
  background-color: #eeeeee;
  margin: 3px 10px;
}

.service-section .nav-pills .nav-item .nav-link {
  color: black;
  font-weight: bold;
}

.service-section .nav-pills .nav-item .active {
  background-color: #ec3235;
  color: #fdfdfd;
}

.title {
  font-size: 40px;
  color: #3e54c7;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

.title span {
  color: #ec3235;
}

@media screen and (min-width: 280px) and (max-width: 540px) {
  .title {
    font-size: 25px;
  }
}

@media screen and (min-width: 541px) and (max-width: 900px) {
  .title {
    font-size: 30px;
  }
}

.owl-theme .item {
  width: 200px;
  padding: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ec3235 !important;
}

.owl-theme .owl-dots .active span {
  background: #3e54c7 !important;
}

.team-section {
  margin: 40px 0 40px 0;
}

.team-section p {
  font-size: 18px;
  text-align: center;
}

.review {
  background: #eeeeee;
  padding: 20px 0 80px 0;
}

.review .owl-theme .item {
  width: 450px;
  padding: 40px 0;
  height: 350px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .review .owl-theme .item {
    width: 415px;
  }
}

@media screen and (max-width: 912px) {
  .review .owl-theme .item {
    width: 330px;
    padding: 50px 0;
    height: 370px;
  }
}

@media screen and (max-width: 540px) {
  .review .owl-theme .item {
    width: 350px;
    height: 400px;
  }
}

@media screen and (max-width: 320px) {
  .review .owl-theme .item {
    width: 300px;
    height: 400px;
  }
}

.review .owl-theme .item .review-card {
  width: 100%;
  height: 100%;
  border: 1px solid #ec3235;
  padding: 10px;
  position: relative;
}

@media screen and (min-width: 280px) and (max-width: 900px) {
  .review .owl-theme .item .review-card {
    width: 100%;
  }
}

.review .owl-theme .item .review-card p {
  padding-top: 80px;
}

@media screen and (min-width: 280px) and (max-width: 540px) {
  .review .owl-theme .item .review-card p {
    padding-top: 100px;
  }
}

.review .owl-theme .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 0;
  left: 10rem;
  margin-top: -30px;
  text-align: center;
}

.review .owl-theme .circle img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 3px solid #ec3235;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .review .owl-theme .circle {
    left: 8rem;
    margin-top: -50px;
  }
}

@media screen and (min-width: 280px) and (max-width: 540px) {
  .review .owl-theme .circle {
    left: 0;
    margin: 0;
  }
  .review .owl-theme .circle img {
    margin: 6px 17px;
  }
}

.contact-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#ec3235c7), to(#315091));
  background-image: linear-gradient(to right, #ec3235c7, #315091);
  padding: 70px 0;
}

.contact-section form {
  padding: 25px 15px;
}

.contact-section form .form-control {
  margin: 10px 0;
  border-radius: 8px;
}

.contact-section form .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#ec3235c7), to(#315091));
  background-image: linear-gradient(to right, #ec3235c7, #315091);
  color: white;
}

.services-page {
  position: relative;
}

.services-page .circle {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -10rem;
}

.services-page .circle img {
  opacity: 0.4;
}

.services-page .button .btn {
  color: #3e54c7;
  border: 1px solid #3e54c7;
  background-color: transparent;
}

.services-page .button .btn:hover {
  background-color: #3e54c7;
  color: #fdfdfd;
}

.service-type {
  position: relative;
  padding: 70px 0;
}

@media screen and (min-width: 280px) and (max-width: 900px) {
  .service-type {
    padding: 20px 0;
  }
}

.service-type .circle {
  position: absolute;
  right: 0;
}

.service-type .circle img {
  margin-top: 4rem;
}

.address {
  margin: 70px 0;
}

.explore-heading {
  border-bottom: 2px solid #ec3235;
}

.bg-banner {
  position: relative;
}

@media screen and (min-width: 280px) and (max-width: 912px) {
  .bg-banner {
    background-image: url("../images/Infinity_Pool2_abwd6o.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: overlay;
  }
}

.bg-banner #myVideo {
  max-width: 100%;
  position: absolute;
  z-index: -1;
}

.bg-banner .gallery-content {
  padding: 30px 0;
}

.bg-banner .gallery-content p {
  color: #fdfdfd;
}

.bg-banner .gallery-content img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  border-bottom-right-radius: 30%;
  border-top-left-radius: 30%;
  border: 2px solid #fdfdfd;
}

.bg-banner .gallery-content .img-zoom {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.bg-banner .gallery-content .img-zoom:hover > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.about-page {
  position: relative;
}

.about-page .circle {
  position: absolute;
  left: 0;
  margin-left: -40px;
  top: -80px;
}

.about-page .mt {
  padding: 70PX 0 30px 0;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .about-page .mt {
    padding: 20px 0 20px 0;
  }
}
/*# sourceMappingURL=style.css.map */