@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #363636;
  position: relative;
}

.max-width {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .max-width {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .max-width {
    max-width: 90%;
  }
}

a {
  text-decoration: none;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
}

ul {
  list-style: none;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  color: #363636;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  color: #363636;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 21px;
  font-weight: 600;
  color: #363636;
}

p {
  font-size: 16px;
  font-weight: 400;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2610294118) 38%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 0;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.no-scroll {
  overflow-y: hidden;
}

.padding-t {
  padding-top: 40px;
}

.margin-t {
  margin: 50px 0;
}

.margin-t2 {
  margin-top: 180px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .margin-t2 {
    margin-top: 100px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 40px;
  z-index: 99;
}
header .header-wrapper {
  background-color: white;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 50px;
}
header .logo {
  display: block;
  width: 100%;
  height: 80px;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.5s ease-in-out;
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .scrolled {
  height: 60px;
  transition: all 0.5s ease-in-out;
}
header .menu-wrapper .top-menu {
  padding-bottom: 10px;
}
header .menu-wrapper .top-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .menu-wrapper .top-menu ul li {
  padding-right: 20px;
  padding-left: 19px;
  position: relative;
}
header .menu-wrapper .top-menu ul li::before {
  content: "";
  position: absolute;
  right: 0;
  background-color: #363636;
  width: 1px;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
}
header .menu-wrapper .top-menu ul li:last-child {
  padding-right: 0;
}
header .menu-wrapper .top-menu ul li:last-child::before {
  display: none;
}
header .menu-wrapper .top-menu ul li a {
  font-size: 20px;
  font-weight: 500;
}
header .menu-wrapper .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .menu-wrapper .menu ul li {
  padding-left: 25px;
}
header .menu-wrapper .menu ul li:last-child {
  padding-right: 20px;
}
header .menu-wrapper .menu ul li a {
  font-size: 25px;
  font-weight: 400;
  color: #af4676;
}
header .menu-wrapper .menu ul li .active-page {
  font-weight: 700;
}

header.header2 {
  top: 0;
  background-color: white;
}
header.header2 .header-wrapper2 {
  border-radius: 0;
}

@media screen and (max-width: 1199px) {
  header {
    top: 0;
    background-color: white;
    height: 60px;
  }
  header .header-wrapper {
    display: none;
  }
}
.mobile-header {
  display: none;
}
@media screen and (max-width: 1199px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
  }
  .mobile-header .logo {
    width: -moz-max-content;
    width: max-content;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 575px) {
  .mobile-header .logo {
    height: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-header .nav-mobile {
    transform: translateX(-100%);
    transition: all 0.5s;
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100vh;
    width: 100%;
    padding-top: 110px;
    background-color: #fff;
    overflow-y: scroll;
  }
  .mobile-header .nav-mobile li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .mobile-header .nav-mobile li a {
    font-size: 26px;
  }
  .mobile-header .nav-mobile li img {
    margin-right: 15px;
  }
  .mobile-header .nav-mobile li .active-page {
    color: #af4676;
    font-weight: 600;
  }
  .mobile-header .nav-mobile li.smaller-link a {
    font-size: 23px;
  }
  .mobile-header .nav-mobile li.languages a {
    margin-right: 15px;
    font-size: 30px;
  }
  .mobile-header .nav-mobile li.languages a.active-lang {
    color: #af4676;
    font-weight: 600;
  }
  .mobile-header .nav-mobile li.social-icons {
    margin-top: 30px;
  }
}

.hamburger {
  padding: 15px 15px;
  padding-right: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #af4676;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #af4676;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
* 3DX
*/
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.home-background {
  width: 100%;
  height: 730px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .home-background {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .home-background {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .home-background {
    height: 320px;
  }
}
.home-background .max-width {
  position: relative;
  height: 100%;
  z-index: 2;
}
.home-background .main-text {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 600px;
  z-index: 2;
}
.home-background .main-text h1 {
  color: white;
  font-size: 42px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .home-background .main-text{
    top: 58%;
  }
  .home-background .main-text h1 {
    /* font-size: 27px; */
    font-size: 27px;
  }
}

.b-radius {
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
}

.home-services {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .home-services {
    flex-direction: column;
  }
}

.service {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .service {
    flex-direction: column;
  }
}
.service:last-child {
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  .service:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
}
.service .service-img {
  width: 100%;
  max-width: 188px;
  min-width: 188px;
  height: 188px;
  border-radius: 50%;
  padding: 40px;
  background-image: url("../images/circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .service .service-img {
    max-width: 160px;
    height: 160px;
    min-width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .service .service-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
.service .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.service h3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .service h3 {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .service .service-text {
    text-align: center;
  }
}
.service .service-text p {
  font-size: 15px;
  line-height: 22px;
}

.home-about {
  border-radius: 22px;
  background-color: #fce1ef;
  padding: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-about {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-about {
    padding: 20px;
  }
}
.home-about .balloon-img {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .home-about .balloon-img {
    width: 50%;
    bottom: 0;
    left: 0;
    height: 300px;
    top: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .home-about .balloon-img {
    height: 180px;
    width: 55%;
  }
}
.home-about .balloon-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-about h2 {
  margin-bottom: 15px;
  position: relative;
}
.home-about p {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .home-about p {
    width: 100%;
  }
}

.home-gallery-wrapper {
  text-align: center;
}
.home-gallery-wrapper .home-gallery {
  display: grid;
  grid-template-columns: 0.5fr 0.2fr 0.4fr 0.3fr 0.5fr;
  gap: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .home-gallery-wrapper .home-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-gallery-wrapper .home-gallery {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .home-gallery-wrapper .home-gallery {
    gap: 10px;
  }
}
.home-gallery-wrapper .home-gallery .home-image {
  display: block;
  width: 100%;
  height: 290px;
  border-radius: 13px;
}
@media screen and (max-width: 575px) {
  .home-gallery-wrapper .home-gallery .home-image {
    height: 175px;
  }
}
.home-gallery-wrapper .home-gallery .home-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 13px;
}

.home-gallery-wrapper .home-gallery .home-image:nth-child(6n+1) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .home-gallery-wrapper .home-gallery .home-image:nth-child(6n+1) {
    grid-column: span 1;
  }
}
.home-gallery-wrapper .home-gallery .home-image:nth-child(6n+2) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .home-gallery-wrapper .home-gallery .home-image:nth-child(6n+2) {
    grid-column: span 1;
  }
}
.home-gallery-wrapper .home-gallery .home-image:nth-child(6n+4) {
  grid-column: span 1;
}
.home-gallery-wrapper .home-gallery .home-image:nth-child(6n+5) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .home-gallery-wrapper .home-gallery .home-image:nth-child(6n+5) {
    grid-column: span 1;
  }
}
.home-gallery-wrapper .home-gallery .home-image:nth-child(6n+6) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .home-gallery-wrapper .home-gallery .home-image:nth-child(6n+6) {
    grid-column: span 1;
  }
}

.recommendation-wrapper {
  width: 100%;
  background-color: #88add1;
  padding: 70px 0;
  background-image: url("../images/confetti3.png");
  background-repeat: no-repeat;
}
.recommendation-wrapper .recommendation-cont {
  background-color: white;
  border-radius: 22px;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .recommendation-wrapper .recommendation-cont {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 575px) {
  .recommendation-wrapper .recommendation-cont {
    padding: 40px 20px 20px 20px;
  }
}
.recommendation-wrapper .recommendation-cont h2 {
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  .recommendation-wrapper .recommendation-cont h2 {
    font-size: 27px;
  }
}
.recommendation-wrapper .recommendation-cont .swiper {
  margin-top: 20px;
  position: relative;
  padding-bottom: 20px;
}
.recommendation-wrapper .recommendation-cont .swiper .swiper-slide {
  width: 100% !important;
}
.recommendation-wrapper .recommendation-cont .swiper .swiper-slide h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.recommendation-wrapper .recommendation-cont .swiper .swiper-slide p {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .recommendation-wrapper .recommendation-cont .swiper .swiper-slide p {
    width: 100% !important;
  }
}
.recommendation-wrapper .recommendation-cont .swiper .swiper-rec-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .recommendation-wrapper .recommendation-cont .swiper .swiper-rec-prev {
    display: none;
  }
}
.recommendation-wrapper .recommendation-cont .swiper .swiper-rec-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .recommendation-wrapper .recommendation-cont .swiper .swiper-rec-next {
    display: none;
  }
}
.recommendation-wrapper .recommendation-cont .swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 575px) {
  .recommendation-wrapper .recommendation-cont .swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
  }
}
.recommendation-wrapper .recommendation-cont .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #88add1;
}

footer {
  background-color: white;
}
footer .footer-cont {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.1fr;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  footer .footer-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cont {
    grid-template-columns: 1fr;
  }
}
footer .central-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
}
@media screen and (max-width: 991px) {
  footer .central-cont {
    grid-column: span 2;
    order: 1;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .central-cont {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  footer .central-cont {
    margin-bottom: 20px;
  }
}
footer .central-cont .footer-logo {
  width: 100%;
  max-width: 188px;
  height: 133px;
  margin-bottom: 20px;
}
footer .central-cont .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .contact-info {
  order: 2;
}
footer .contact-info:last-of-type {
  order: 3;
}
footer .contact-info h3 {
  font-size: 26px;
  font-weight: 700;
}
footer .contact-info ul {
  margin-top: 25px;
}
footer .contact-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 21px;
}

footer .contact-info ul li a{
  font-size: 21px;
}
footer .contact-info ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 15px;
}
footer .contact-info ul.right-align {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  footer .contact-info ul.right-align {
    align-items: flex-start;
    margin-top: 15px;
  }
}
footer .contact-info ul.right-align li a {
  font-size: 21px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .contact-info ul.right-align li a {
    flex-direction: row-reverse;
  }
}
footer .contact-info ul.right-align li a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  footer .contact-info ul.right-align li a img {
    margin-left: 0;
    margin-right: 15px;
  }
}
footer .copyright {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background-color: #af4676;
  color: white;
  padding: 10px 0;
  text-align: center;
}

footer .copyright a{
  color: white;
  margin-left: 5px;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  footer .copyright {
    font-size: 14px;
    padding: 10px 5px;
  }
}

.social-icons {
  display: flex;
  align-items: center;
}
.social-icons a {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.social-icons-mobile {
  display: none;
  order: 4;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .social-icons-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .social-icons-mobile {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
}

.services-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .services-wrapper {
    flex-direction: column;
  }
}
.services-wrapper .services {
  flex: 60%;
  flex: 1;
}
.services-wrapper .services .service:last-child {
  margin-left: 0;
  margin-top: 40px;
}
.services-wrapper .service-main-image {
  flex: 40%;
  max-width: 500px;
  min-height: 450px;
  height: auto;
  border-radius: 13px;
  margin-left: 40px;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .services-wrapper .service-main-image {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .services-wrapper .service-main-image {
    height: 300px;
    min-height: 300px;
  }
}
.services-wrapper .service-main-image img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 13px;
}
@media screen and (max-width: 575px) {
  .services-wrapper .service-main-image img {
    min-height: 300px;
  }
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.contact-us {
  margin-top: 50px;
  position: relative;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-us .max-width {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-us .contact-us-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 230px;
  left: 0;
  top: 0;
}
.contact-us .contact-us-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-us .contact-text {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.contact-us .contact-text p {
  color: white;
  font-size: 28px;
  font-weight: 600;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 575px) {
  .contact-us .contact-text p {
    max-width: 100%;
    font-size: 25px;
  }
}
.contact-us .contact-text .btn {
  font-size: 21px;
  font-weight: 500;
  background-color: white;
  border-radius: 8px;
  padding: 5px 10px;
  margin-top: 10px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .about-wrapper {
    flex-direction: column;
  }
}
.about-wrapper .about-image {
  flex: 50%;
  width: 100%;
  height: auto;
  border-radius: 13px;
  max-height: 320px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-image {
    max-width: 500px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 13px;
  max-height: 320px;
}
.about-wrapper .about-text {
  flex: 50%;
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-text {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-wrapper .about-text p {
    text-align: center;
  }
}

.about2-wrapper {
  margin-top: 50px;
}

.cards {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 30px;
}
@media screen and (max-width: 991px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.cards .card {
  max-width: 188px;
  min-width: 188px;
  margin-left: auto;
  margin-right: auto;
}
.cards .card .card-img {
  width: 100%;
  max-width: 188px;
  min-width: 188px;
  height: 188px;
  border-radius: 50%;
  padding: 40px;
  background-image: url("../images/circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .cards .card .card-img {
    max-width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .cards .card {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    max-width: 150px;
    min-width: 150px;
  }
}
.cards .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cards .card h3 {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .cards .card h3 {
    font-size: 17px;
  }
}

.contact-text {
  text-align: center;
}

.contact-wrapper {
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  background-color: #fce1ef;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: inset -1px 1px 19px 4px rgba(0, 0, 0, 0.2);
}
.contact-wrapper ul {
  padding: 30px 30px 20px 30px;
  -moz-columns: 2;
       columns: 2;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper ul {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .contact-wrapper ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.contact-wrapper ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .contact-wrapper ul li {
    font-size: 16px;
  }
}
.contact-wrapper ul li img {
  margin-right: 15px;
}
.contact-wrapper ul li:nth-child(3) {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contact-wrapper ul li:nth-child(3) {
    justify-content: flex-start;
  }
}
.contact-wrapper ul li:nth-child(3) a {
  font-size: 21px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .contact-wrapper ul li:nth-child(3) a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper ul li:nth-child(3) a {
    flex-direction: row-reverse;
  }
}
.contact-wrapper ul li:nth-child(3) a img {
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper ul li:nth-child(3) a img {
    margin-left: 0;
    margin-right: 15px;
  }
}
.contact-wrapper ul li:nth-child(4) {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contact-wrapper ul li:nth-child(4) {
    justify-content: flex-start;
  }
}
.contact-wrapper ul li:nth-child(4) a {
  font-size: 21px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .contact-wrapper ul li:nth-child(4) a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper ul li:nth-child(4) a {
    flex-direction: row-reverse;
  }
}
.contact-wrapper ul li:nth-child(4) a img {
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper ul li:nth-child(4) a img {
    margin-left: 0;
    margin-right: 15px;
  }
}
.contact-wrapper iframe {
  width: 100%;
  height: 300px;
}

.gallery-albums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .gallery-albums {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gallery-albums {
    grid-template-columns: 1fr;
  }
}
.gallery-albums .gallery-album {
  width: 100%;
  height: 220px;
  border-radius: 13px;
  position: relative;
}
.gallery-albums .gallery-album .images {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}
.gallery-albums .gallery-album a {
  border-radius: 13px;
  width: 100%;
  height: 100%;
  display: none;
}
.gallery-albums .gallery-album a:first-child {
  display: block;
}
.gallery-albums .gallery-album a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 13px;
}
.gallery-albums .album-info {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.gallery-albums .album-info h3 {
  color: white;
  font-size: 26px;
  font-weight: 500;
}
.gallery-albums .album-info p {
  color: white;
  font-weight: 500;
}

.overlay3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5215336134) 44%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  border-radius: 13px;
}

.pagination {
  grid-column: span 3;
}
@media screen and (max-width: 991px) {
  .pagination {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    grid-column: span 1;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination ul li {
  margin-left: 30px;
}
.pagination ul li:first-child {
  margin-left: 0;
}

.home-pag {
  grid-column: span 5;
    display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-pag button{
  border: none;
  outline: none;
  background-color: transparent;
  margin-left: 20px;
}

.home-pag button:first-child{
  margin-left: 0;

}
@media screen and (max-width: 991px) {
  .home-pag {
    grid-column: span 2;
  }
}
.home-pag ul li {
  margin-left: 20px;
}
.home-pag ul li a {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
}/*# sourceMappingURL=main.css.map */

.service-text p{
  margin-bottom: 10px;
}

.service-text p:last-child{
  margin-bottom: 0;
}

 .next-btn.disabled {
        opacity: 0.5; /* Set the desired opacity when disabled */
        pointer-events: none; /* Disable click events when disabled */
    }

.mobile-header .nav-mobile li:nth-child(6){
  margin-top: 50px;
}