@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Audiowide", cursive;
}

p {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
}

a:hover {
  color: rgb(246, 255, 0) !important;
  text-shadow: 2px 2px 2px rgb(48, 48, 48);
}

a,
a:active,
a:visited {
  color: white !important;
  text-decoration: none !important;
}

.imgcard {
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  box-shadow: 6px 6px 8px rgb(8, 76, 121);
}

.guestsay {
  padding: 10px;
  width: 100%;
  background-image: url(../img/3.jpg);
  background-size: cover;
  filter: sepia(40%);
}

.cardzoom {
  overflow: hidden;
}

.animation-element {
  opacity: 0;
  position: relative;
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide.testimonial {
  float: left;
  width: 50%;
  margin: 0%;
  background: #F5F5F5;
  padding: 20px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  border: solid 1px #EAEAEA;
  border-radius: 15px;
  opacity: 0.85;
}

.animation-element.slide.testimonial:hover,
.animation-element.slide.testimonial:active {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  background: white;
  opacity: 1;
}

.animation-element.slide.testimonial:nth-of-type(odd) {
  width: 45%;
  margin: 2% 2% 2% 3%;
}

.animation-element.slide.testimonial:nth-of-type(even) {
  width: 45%;
  margin: 2% 2% 2% 3%;
}

.animation-element.slide.testimonial .header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.animation-element.slide.testimonial .left {
  float: left;
  margin-right: 15px;
}

.animation-element.slide.testimonial .right {
  float: left;
}

.animation-element.slide.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide.testimonial .content {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.animation-element.slide.testimonial i {
  color: #ff7f50;
  margin-right: 5px;
}

@media screen and (max-width: 800px) {
  .smallogo > img {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 678px) {
  /*testimonials*/
  .animation-element.slide.testimonial,
  .animation-element.slide.testimonial:nth-of-type(odd),
  .animation-element.slide.testimonial:nth-of-type(even) {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide.testimonial .right,
  .animation-element.slide.testimonial .left,
  .animation-element.slide.testimonial .content,
  .animation-element.slide.testimonial .rating {
    text-align: center;
    float: none;
  }
  .animation-element.slide.testimonial img {
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
}
.welcome {
  text-align: center;
  font-size: 2rem;
  padding: 2vw 0;
}

footer {
  background-color: #6f809b;
}

.zoom:hover {
  transform: scale(1.1);
  transition: transform 0.5s, filter 1.5s ease-in-out;
  filter: sepia(30%);
}

.coolmenu {
  position: relative;
}

.coolmenu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.coolmenu:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.introduce {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutli {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2em;
}

.notfound {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: no-repeat left/33% url("./public/img/oops.gif");
}

.oops {
  background-image: url("./public/img/oops.gif");
}

.welcome1 {
  filter: grayscale(75%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-mask-image: linear-gradient(90deg, transparent 10%, rgb(0, 0, 0) 60%);
}

.welcome2 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-mask-image: linear-gradient(270deg, transparent 5%, rgb(0, 0, 0) 50%);
}

.arrow {
  height: 0;
  margin: 0 auto;
  text-align: center;
}

.arrow > img {
  width: 30vw;
  position: relative;
  z-index: 10;
  top: -90px;
  animation: rotation 2s infinite linear;
}

@media screen and (max-width: 1000px) {
  .arrow {
    display: none !important;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.servicesfont {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
}

.servicesicon {
  font-size: 2rem !important;
  top: 5px;
  position: relative;
}

.contactme {
  font-family: "Titillium Web", sans-serif;
}

.phone {
  color: black !important;
  font-family: "Titillium Web", sans-serif !important;
}

img.firstphone {
  top: -40px;
  left: 10%;
  position: relative;
  z-index: 0;
}

img.firstemail {
  top: -40px;
  left: 5%;
  position: relative;
  z-index: 0;
}

img.firstmaps {
  top: -40px;
  left: 20%;
  position: relative;
  z-index: 0;
}

img.secondemail {
  top: -40px;
  left: 30%;
  position: relative;
  z-index: 0;
}

img.secondphone {
  top: -40px;
  left: 40%;
  position: relative;
  z-index: 0;
}

img.secondmaps {
  top: -40px;
  left: 50%;
  position: relative;
  z-index: 0;
}

img.thirdmaps {
  top: -35px;
  left: 50%;
  position: relative;
  z-index: 0;
}

img.thirdphone {
  top: -40px;
  left: 70%;
  position: relative;
  z-index: 0;
}

img.thirdemail {
  top: -40px;
  left: 60%;
  position: relative;
  z-index: 0;
}

.iconrain > img:nth-child(odd) {
  opacity: 0.9;
  animation-delay: 2s;
  animation: v-drift 50s infinite;
}

.iconrain > img:nth-child(even) {
  opacity: 0.9;
  animation-delay: 3s;
  animation: v-drift 70s infinite;
}

@keyframes v-drift {
  100% {
    transform: translate(0, 2000%);
    opacity: 0.1;
  }
}
img.bottomfirstphone {
  top: 40px;
  left: 10%;
  position: relative;
  z-index: -1;
}

img.bottomfirstemail {
  top: 40px;
  left: 20%;
  position: relative;
  z-index: -1;
}

img.bottomthirdmaps {
  top: 40px;
  left: 30%;
  position: relative;
  z-index: -1;
}

img.bottomsecondphone {
  top: 40px;
  left: 50%;
  position: relative;
  z-index: -1;
}

img.bottomsecondemail {
  top: 40px;
  left: 70%;
  position: relative;
  z-index: -1;
}

img.bottomthirdemail {
  top: 40px;
  left: 60%;
  position: relative;
  z-index: -1;
}

img.bottomthirdmaps {
  top: 40px;
  left: 80%;
  position: relative;
  z-index: -1;
}

.iconrain2 > img:nth-child(odd) {
  opacity: 0.9;
  animation-delay: 2s;
  animation: v-drift2 50s infinite;
}

.iconrain2 > img:nth-child(even) {
  opacity: 0.9;
  animation-delay: 3s;
  animation: v-drift2 70s infinite;
}

@keyframes v-drift2 {
  100% {
    transform: translate(0, -2000%);
    opacity: 0.1;
  }
}
.services-section {
  background: url("../img/services2_1.jpg");
  background-size: cover;
  padding: 60px 0;
}

.inner-width {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  color: #EAEAEA;
  text-transform: uppercase;
}

.border {
  width: 300px;
  height: 6px;
  background: rgb(15, 111, 253);
  margin: 40px auto;
  border-radius: 5px;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-box {
  width: 33.33%;
  padding: 20px 10px;
  text-align: center;
  color: #EAEAEA;
  cursor: pointer;
  position: relative;
}

.service-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: rgb(15, 111, 253);
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
  transform-origin: up;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}

.service-box:hover::before {
  transform-origin: down;
  transform: scaleX(1);
}

.service-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid rgb(15, 111, 253);
  color: rgb(255, 255, 255);
  transform: rotate(45deg);
  margin-bottom: 30px;
  margin-top: 15px;
}
.service-icon i {
  line-height: 65px;
  transform: rotate(270deg);
  font-size: 30px;
}
.service-icon span {
  line-height: 65px;
  transform: rotate(310deg);
  font-size: 30px;
}

.service-icon:hover {
  background: #ffffff;
  color: #000000;
  transition: 1s ease-in-out;
}

.service-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .service-box {
    width: 45%;
  }
}
@media screen and (max-width: 760px) {
  .service-box {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .service-box {
    width: 100%;
  }
}
@media screen and (max-width: 675px) {
  .social {
    margin: 0 auto !important;
  }
}
.socialfooter {
  width: 25%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto !important;
  padding: 20px 0;
}

.contactfooter {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.footerline {
  width: 75%;
  background: white;
  height: 3px;
  margin: 10px auto;
  justify-content: center;
  text-align: center;
}

.active {
  text-shadow: 3px 3px 2px rgb(48, 48, 48);
}

.aboutme {
  background-size: cover;
  width: 65%;
  margin: 50px auto;
  animation: rotate 15s infinite;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
.rowimg {
  background: url("../img/alaplap2.jpg");
  background-size: cover;
}

.aboutmedesc {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  padding: 20px 10px;
  text-align: justify;
  text-shadow: 5px 5px 2px black;
}/*# sourceMappingURL=style.css.map */