@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Agdasima:wght@400;700&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Kumbh+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

:root {
  --p-size: 14px;
  --size-pri: 1px;
  --size-sec: 100px;
  --main-clr: #2a477e;
  --white: #fff;
}

span {
  display: inline-block;
}

p {
  font-size: var(--p-size);
  color: #6c757d;
  line-height: 26px;
}

ul,
li,
a {
  list-style: none;
  text-decoration: none !important;
}

.sec-spacer {
  padding: 50px 0;
}

.sec-spacer2 {}

.sub-title {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.813em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #2a477e;
}

.sub-title.sec {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.813em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
}

.sub-title.sec::before {
  content: '';
  position: absolute;
  left: -2em;
  top: 0.625em;
  background-color: #ffffff;
  height: 2px;
  width: 20px;
  border-radius: 16px;
}

.sub-title::before {
  content: '';
  position: absolute;
  left: -2em;
  top: 0.625em;
  background-color: #2a477e;
  height: 2px;
  width: 20px;
  border-radius: 16px;
}

.title {
  font-size: 1.563em;
  font-weight: 600;
  margin-bottom: 14px;
}

.title.sec {
  color: #ffff;
  font-size: 1.563em;
  font-weight: 600;
  margin-bottom: 14px;
}


.title.sec2 {
  color: #ffff;
  font-size: 2.188em;
  font-weight: 700;
  margin-bottom: 14px;
}

main {
  /* background-color: #52b788; */
  background-color: #2a477e;
}


.breadcrump {
  position: relative;
  min-height: 500px;
  background-image: url(../assets/banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.breadcrump-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.breadcrump-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
}

.breadcrump h1 {
  margin: 0;
  font-weight: 600;
}


/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff4a;
}

.sec-navbar {
  /* position: relative !important; */
  /* background-color: #fff; */
}

.sec-navbar.sticky {
  position: fixed !important;
  top: 0;
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar.sticky {
  background-color: #ffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.navbar.sticky .navbar-nav .nav-link{
  color: #000 !important;

}

.navbar-brand img {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.navbar.sticky .navbar-brand img {
  width: 130px;
}


@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    margin-left: 20px;
  }
}


@media (max-width:999px) {
  .navbar-brand img {
    width: 130px;
  }
}

.swiper-slide {}

/* video banner */
.video-banner {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

.video-bg {
  /* position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transform: translate(-50%, -50%); 
  z-index: 1;  */
  height: 100%;
  object-position: center center;
  background-position: 100% 100%;
}


/* About */
.about-images {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row: 1;
}

.about-images>.img1 {
  border-radius: 50%;
  object-position: top center;
  grid-column: 2 /span 7;
  grid-row: 1;
  z-index: 2;
  height: 100%;
  object-fit: cover;
}

.about-images>.img2 {
  border-radius: 50%;
  grid-column: 4 / span 7;
  grid-row: 1;
  z-index: 1;
  filter: opacity(50%);
}

.combiner {
  background-color: #ffffff;
  border-bottom-left-radius: 40% 5%;
  border-bottom-right-radius: 40% 5%;

}


@media (max-width:999px) {
  .about-images {
    margin-top: 1.25rem;
  }
}

.abts-img-sec {
 
  overflow: hidden;
}

.abts-image-caro {
  margin-top: 1.25rem;
}

/* .service */
.service {}

.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* min-height: 265px; */
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #2a477e;
  color: #fff;
  transform: scale(1.04);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description a {
  background: #fff !important;
  color: #2a477e;
}



.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description a {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(140deg,
      #2a477e 0%,
      #2a477e 50%,
      #2a477e 75%) !important;
  color: #fff;
  font-weight: 500;
  font-size: 0.938rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}


.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }

  .our_solution_category {
    width: 50%;
    margin: 0 auto;
  }
}


@media (max-width:999px) {
  .service-card {
    margin-top: 1.25rem;
  }
}

.contact-sec {
  position: relative;
  background-image: url(../assets/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: center center;

}

.contact-sec::before {}


/* why choose us */
.combiner2 {
  background-color: #ffffff;
  border-top-left-radius: 40% 8%;
  border-top-right-radius: 40% 8%;

  border-bottom-left-radius: 40% 5%;
  border-bottom-right-radius: 40% 5%;
}

.wch {}

.wch-images {
  columns: 2;
  position: relative;

}

.experience {
  position: absolute;
  top: 65%;
  left: 40%;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.625rem 0.938rem;
  border-radius: 10px;
}

.experience h3 {
  font-weight: 600;
}

.wch-images img {
  display: block;
  margin-bottom: 10px;
  justify-content: center;
  border-radius: 10px;
}


.wch-images .wch-img1,
.wch-images .wch-img2 {
  max-width: 280px;
}

.wch-images .wch-img3 {
  width: fit-content;
  max-height: 320px;
  object-fit: contain;
  transform: translateY(30px);
}

.features {

  text-align: center;
  background-color: #fafafa;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all 300ms ease-in-out;
}

.features:hover {
  background-color: #2a477e;
}

.features:hover .feature-img {
  background-color: #fff;
}

.features:hover span {
  color: #fff;
}

.feature-img {
  border-radius: 50%;
  background-color: #309df02b;
}

.features img {
  height: 40px;
  width: 40px;
  margin: 20px;
}

.features span {
  font-family: "Bona Nova SC", serif;
  font-weight: 600;
  margin-top: 5px;
}

@media (max-width:999px) {
  .wch-right-wrapper {
    margin-top: 1.875rem;
  }
}

/* products */


.swiper-button-next,
.swiper-button-prev {
  color: #2121214f;


}


/* Testimonials */
.testimonial {
  position: relative;
  background-image: url(../assets/pngwing.com\ \(29\).png);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-left-radius: 40% 5%;
  border-bottom-right-radius: 40% 5%;
}

.test-slide {
  position: relative;
  padding: 10px;
}

.testi-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}

.testi-text {
  position: relative;
  z-index: 3;
}

.testi-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../assets/rating-stars.png);
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.test-slide-inner {
  position: relative;
}

.quote {
  position: absolute;
  right: 0;
  top: -.2rem;
  height: 35px;
  z-index: 12;
}

.testi-text {
  background-color: #ffff;
  padding: 15px 10px 20px 10px;
  margin-bottom: 10px;
}

.author {
  display: flex;
  gap: 10px;
}

.author .author-img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  overflow: hidden;
}

.author-details {
  color: #ffff;
}

.dummy {
  background-color: #ffffff;
  border-top-left-radius: 80% 80%;
  border-top-right-radius: 80% 80%;

}

.feature {
  position: relative;
  border-top-left-radius: 40% 8%;
  border-top-right-radius: 40% 8%;

  border-bottom-left-radius: 40% 5%;
  border-bottom-right-radius: 40% 5%;
  height: 100%;
  width: 100%;
}

.feature::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-image: url(../assets/bg.jpg);
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: 100% 100%;
  object-fit: cover;

}

.feature-wrapper {
  position: relative;
  z-index: 3;
}

.gallery {
  border-top-left-radius: 40% 8%;
  border-top-right-radius: 40% 8%;
  background-color: #ffff;
}

@media (max-width:999px) {
  .gallery-img {

    margin-bottom: 1.25rem;
  }
}

/* main button */
.button-wrapper {
  display: flex;
  justify-content: center;

}

.button {

  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border: 2px solid var(--main-clr) !important;
  color: var(--main-clr) !important;
  background-color: transparent;
  overflow: hidden;
  margin-top: 5rem;
  padding: 0.625rem 0.938rem;
  width: fit-content;

}



i {
  font-size: 1em;
  padding: 0 10px;
  transition: all 0.3s linear;
}

.button:hover i {
  transform: translateX(10px);
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: var(--main-clr) !important;
  z-index: 1;
  transition: all 300ms ease-in;
}


.button span,
i {
  position: relative !important;
  z-index: 3 !important;
  font-size: 16px;
}

.button:hover span {
  color: #fff !important;
}

.button:hover i {
  color: #fff !important;
}

.button::before {
  opacity: 0.3 !important;
}

.button::after {
  transition-delay: 0.3s;
}

.button:hover::before,
.button:hover::after {
  top: 0 !important;
}


/* secondary button */
.button-sec {

  border: 2px solid #ffff !important;
  color: #ffff !important;
  margin-top: 2rem;
}

.button-sec::before,
.button-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #ffff !important;
  z-index: 1;
  transition: all 300ms ease-in;
}

.button-sec:hover span {
  color: #2a477e !important;
}

.button-sec:hover i {
  color: #2a477e !important;
}

/* BUTTON WHATSAPP */
.button.whts{
  border: 2px solid #075E54 !important;
  color: #075E54 !important;
}

.button.whts:hover span {
  color:#fff  !important;
}

.button.whts:hover i {
  color: #fff !important;
}

.button.whts::before,
.button.whts::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color:#075E54 !important;
  z-index: 1;
  transition: all 300ms ease-in;
}
/* footer */
.footer-banner {
  position: relative;
  background-image: url(../assets/Marari-beach-palace-mararikulam.jpg);
  background-position: center center;
  object-position: center center;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000c7;
}

.ftr-container {
  position: relative;
}

.footer-top {
  padding: 2.5rem 0;
}




/* footer */
ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #151414;
  position: relative;
}

.footer-cont {
  border-bottom: 1px solid #373636;
}

.single-cont {
  display: flex;
  justify-content: center;
  align-items: center;

}

.single-cont img {
  height: 40px;
  width: 40px;

}

.cont-text {
  padding-left: 15px;
  display: inline-block;
}

.cont-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cont-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}


.footer-logo img {
  max-width: 100px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon img {
  height: 40px;
  width: 40px;

  border-radius: 50%;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}

.footer-widget ul li {
  display: inline-block;

  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ffffff;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}


.footer-widget ul li a i {
  color: #fff;
  opacity: 0;
}

.footer-widget ul li:hover a i {
  opacity: 1;
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  font-size: 12px;
  color: #ffffff;
}

.copyright-text span {
  color: #878787;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10px;
}


@media (max-width:999px) {
  .footer-widget {
    text-align: center;
  }

  .footer-widget-heading h3::before {

    left: 50%;
    transform: translateX(-50%);

  }

  .footer-cont-container {
    row-gap: 1.5rem;
  }

  .single-cont {

    justify-content: start;
  }
}

@media (min-width:1200px) {

  .footer-widget ul li a {
    display: flex;
    flex-wrap: wrap;
  }

  .links {
    padding-left: 25px !important;
  }
}

/* sticky-social */
.sticky-social {
  position: fixed;
  top: 300px;
  right: 0;
  padding: 0px;
  margin: 0px;
  z-index: 999;
  padding-right: 10px;
}

.social {
  list-style: none;
}

.social img {
  height: 45px;
  width: 45px;
}

.social li {

  border-radius: 50%;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}

.social li a {
  display: block;
  padding: 10px 10px;
  padding-bottom: 8px;
  height: max-content;
  margin-bottom: 5px;
}

.social li:hover {

  box-shadow: 2px 5px 10px rgb(0, 0, 0);

}

.social li:hover img {
  transform: scale(1.1);
}

.fa {
  color: #fff;
  transition: all 0.8s ease-in-out;
}

.fb {
  background-color: #3C5A98;
}

.insta {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}


.what {
  background-color: #ffffff;
}





/* CONTACT PAGE */
.contact {


  background-color: #B3BDC718;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0.9375em;
  padding: 1.125em;
  transition: all 300ms ease-in;
}

.contact:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contact .icon {
  padding: 10px 10px;
  border-radius: 50%;
  background-color: #3c5b983f;
}

.contact .icon i{
  color: var(--main-clr);
  font-size: 20px;
  padding: 0;
  margin: 5px;
}



.inner-cont-container h4 {
  margin-bottom: 0.938em;
}

.contact-image {
  position: relative;
}

.contact-image::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.567);
}

.cont-head {
  font-size: 17px;
  font-weight: 700;
  color: #27282a;

}


@media (max-width:999px) {
  .contact-image {
    display: none;
  }

  .inner-left-wrapper {
    grid-column: 1 / span 12;
    grid-row: 1;
    z-index: 2;
  }
}


/* GALLERY PAGE */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
      padding: 40px 30px 40px 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}

.img-wrapper img {
  max-width: 50vw;
    height: 66vh;
  object-fit: cover;
}

@media (max-width:999px){
  .img-wrapper img {
    max-width: 100%;
    height: 100%;
  }
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
      width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
      width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
      font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
      font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
      font-size: 3em;
  }
}


@media (max-width:1200px){
  .navbar-nav .nav-link {
    color: #333 !important;
  }
}


.border-0 {
    border: 2px solid white !important;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 250 250 / 100%);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

