html {
  font-size: 62.5%;
  }

:root {
  --default-font-size: 1.2rem;
  --top-nav-fs: 1.2rem;
  --logo-fs: 1.4rem;
  --button-fs: 1.8rem;
  --main-nav-fs: 1.6rem;
  --main-nav-dropdown: 1.6rem;
  --main-nav-dropdown-fs: 1.6rem;
  --h1-title-fs: 4.8rem;
  --parag-fs: 1.8rem;
  --h2-title-fs: 2.5rem;
  --facts-fs: 4rem;
  --facts-text-size: 1.8rem;
  --search-text-size: 1.8rem;
  --title-gallery-news: 3rem;
  --gallery-card-title: 1.8rem;
  --membership-facts-title: 2.4rem;
  --top-footer-fs: 1.6rem;
  --footer-parag-fs: 1.6rem;
  --footer-bottom-fs: 1.5rem;
  --bread-crumb-fs: 4.1rem;
  --order-fs: 3rem;
  --placeholder-fs: 2.3rem;
  --pagination-fs: 1.6rem;
  --bread-crumb-fs: 1.8rem;
  --placeholder-fs: 1.6rem;
  --h3-title-fs: 2rem;
  --transition: all 0.3s ease-in-out;
  --medium-weight: 500; 
}
  @media only screen and (max-width: 767px) {
    :root {
      --h1-title-fs: 5rem; 
    } 
    .mobiles{
      display: none !important;
    }
  }

@media only screen and (max-width: 991px) {
  html {
    font-size: 54.6875%; 
  } 
}

@media only screen and (max-width: 460px) {
  html {
    font-size: 43.75%; 
  } 
 
}



*,
*::after,
*::before {
  box-sizing: border-box;
  }

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 6.547rem;
    }
  }

::selection {
  background-color: #7E6BD6;
  color: #FFFFFF;
  }

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: inherit;
  }

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
  margin-bottom: 0; 
}

ul,
ol {
  list-style: none;
  padding: 0;
 }

.icon {
  width: 21px;
  height: 21px;
  transition: all 0.3s ease-in-out; 
}
  @media only screen and (max-width: 991px) {
    .icon {
      width: 18px;
      height: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .icon {
      width: 16px;
      height: 16px;
    }
  }

.dropdown-menu {
  border: 0;
  border-radius: 0;
  min-width: 220px;
  box-shadow: -3px 5px 20px 1px rgba(41, 25, 124, 0.32);
  -webkit-box-shadow: -3px 5px 20px 1px rgba(41, 25, 124, 0.32);
  -moz-box-shadow: -3px 5px 20px 1px rgba(41, 25, 124, 0.32);
  }

.dropdown-menu[data-bs-popper] {
  top: 68%;
  }

button {
  border: 0;
  outline: 0;
  transition: all 0.3s ease-in-out;
  }
  button:focus {
    border: 0;
    outline: 0;
    }

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  }

p {
  line-height: 1.8;
  font-size: var(--parag-fs);
  color: #828282;
  }

.card {
  border-radius: 0;
  border: 0;
  }
  .card .card-img-top {
    border-radius: 0;
    }

input {
  border: 0;
  }
  input:focus {
    outline: none;
    }

.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
  }

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
  }
  /* Custom slower duration */
  .animate__custom__slowest {
    animation-duration: 10s !important;  /* your custom duration */
  }
   .animate__custom__slowest-2x {
    animation-duration: 20s !important;  /* your custom duration */
  }
button,
input,
a {
  cursor: pointer;
  }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
  color: #030303;
  font-size: var(--default-font-size);
  direction: ltr;
  }
.section-title{
  color: #000000;
  backface-visibility: hidden;
  font-size: var(--h2-title-fs);
  font-weight: var(--medium-weight);
  line-height: 130%;
  margin-top: 2rem ;
  display: block;
}
.section-title img{
  width: 3rem;
  display: inline-block;
  color:#000;
  margin: 0 5px;

}
.section-title h2{
  font-size: 2.4rem;
  display: inline-block;
  color:#000;
  font-weight: bold;
  
}
.section-title h2::after{
   content: "";
   height: 3rem;
  width: 20rem;
  display: block;
  position:relative;
  bottom:0;
  left: -2rem;
  background-image: url('../icons/underline.svg');
    background-repeat: no-repeat;
}
.section-title p{
  font-size: 1.2rem;
  color:#000;
  padding: 1rem 0;
}

.features .content{
  font-size: 1.2rem;
  margin-bottom: 1.5rem
}
.features .content .content-wrapper{
    background-color: #FAFAFA;
    border-radius: 20px;
    padding:1.8rem 1.5rem;

}
.features .content .content-text{
  margin:0 10px ;

}
.features .content h2{
  font-weight: bold;
  font-size: 1.6rem;
}
.features .content p{
  color:#707070;
  line-height: 1.8rem;
  font-size: 1.2rem;
  margin-top: 1rem;

}
.features .content img{
  margin:0 0.5rem;

}
.top-desc{
    flex: none;
    margin-left: 8rem;
  }
  .top-desc .first-text{
    font-style:italic;
    width:90%;
    font-size: 1.4rem; 
    margin-bottom:1rem;
  }
  .download{
    width:60%;font-size: 1rem;
  }
  .download-btn{
    font-weight:bold;
    padding:2px;
    font-size: 1.4rem;
    width:150px;
    height:40px;
    border-radius:7px;
    padding-top:5px; 
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-desc .second-text{
    width:60%;
    font-size: 1.4rem;
    margin-top:20px
  }
  .mobile{
    position: absolute;
    right: 8rem;
  }
  .mobile-1{
    top: 10rem;
    right: 10rem;
  }
   .mobile-2{
    top: 4rem;
    right: 14rem;
  }
  
.heading-title {
  color: #000;
  backface-visibility: hidden;
  font-size: var(--h2-title-fs);
  font-weight: var(--medium-weight);
  line-height: 130%;
  margin-bottom: 2rem; 
}
.heading-title--underline:after {
    content: "";
    height: 4px;
    width: 12.4rem;
    background-color: #7E6BD6;
    display: block;
    margin-top: 10px;
    }
 

.title-gallery-news {
  font-size: var(--title-gallery-news);
  font-weight: var(--medium-weight);
  }

.heading-title-3 {
  font-size: var(--h3-title-fs);
  font-weight: var(--medium-weight);
  line-height: 130%;
  margin-bottom: 2.4rem;
  }

.btn {
  box-shadow: 0;
  border-radius: 0;
}
.btn:focus {
  box-shadow: none;
}

.main-footer {
  width:100%;
  margin-top: 10rem;
  padding: 2rem; 
  position: relative;
  bottom: 0;
  background-color: #FAFAFA;
}
.footer-background{
    position: absolute;
    top: -90px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 20vh;
    z-index: -1;
}
  @media only screen and (max-width: 991px) {
    .main-footer .content {
      margin-bottom: 2rem;
    }
  }
  .main-footer p {
    font-size: 1.4rem;
    color: #000;
  }

  .main-footer li {
      font-size: 1.4rem;
      color: #000;
      text-decoration: underline;
      line-height: 2.5;
  }

  .main-footer li:hover {
    color: #7E6BD6;
  }
.text-rotate {
  position: relative;
  height: 2em;
  overflow: hidden;
}

.text-rotate span {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: rotate linear infinite;
}

@keyframes rotate {
  0%   { opacity: 0; transform: translateY(100%); }
  5%   { opacity: 1; transform: translateY(0); }
  20%  { opacity: 1; transform: translateY(0); }
  25%  { opacity: 0; transform: translateY(-100%); }
  100% { opacity: 0; }
}
  @media only screen and (max-width: 380px) {
    .main-footer .main-footer-list {
      flex: 0 0 100%;
      width: 100%;
    }
  }
  .nav-item:not(.current) .nav-link:hover {
    color: #fff !important;
    font-weight: bold;
  }

nav svg,
aside svg {
  fill: #FFFFFF;
  }

.side-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  overflow-Y: auto;
  color: #ffffff !important;
  background-color: #7E6BD6;
  position: relative;
  z-index: 100;
  transform: translateX(-250px);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 0 4px 17px -7px #ffffff; 
     box-shadow: 0 4px 17px -7px #ffffff; 
  }
  .side-menu.active {
    transform: translateX(0px);
    }
  .side-menu .close-sidenav {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-25%, 50%);
    z-index: 20;
    cursor: pointer;
    }
    .side-menu .close-sidenav svg {
      width: 1rem;
      height: 1rem;
      }
      .side-menu .close-sidenav svg:hover {
        fill: #FDB04A;
        }
  .side-menu::-webkit-scrollbar {
    display: none;
    }
  .side-menu svg {
    transition: var(--transition);
    }
  .side-menu a,
  .side-menu span {
    color: #ffffff;
    transition: var(--transition);
    cursor: pointer;
    }
    .side-menu a:hover, .side-menu a:focus,
    .side-menu span:hover,
    .side-menu span:focus {
      color: #FDB04A;
      }
  .side-menu li .nav-link {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
  .side-menu .sidenav-logo {
    display: block;
    max-width: 9rem;
    max-height: 5.8rem;
    margin: 2rem auto;
    /* filter: brightness(1.5); */
    }
  .side-menu .logo-name {
        text-align: center;
    display: block;
    color: #756BD6;
    font-size: 3rem;
    font-family: 'Caveat';
    font-weight: 900;
    }
  .side-menu .list-menu {
    margin-top: 3rem;
    }
  .side-menu .phone-address li a {
    position: relative;
    padding-left: 3.5rem;
    display: block;
    }
  .side-menu .phone-address .icon {
    position: absolute;
    left: 5px;
    top: 0;
    margin-inline-end: 1.5rem;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(25%);
    }
  .side-menu .nav-link[aria-expanded="true"] svg {
    transform: rotate(180deg);
    }
  .side-menu .nav-link:hover span, .side-menu .nav-link[aria-expanded="true"] span {
    color: #FDB04A;
    }
  .side-menu .nav-link:hover svg, .side-menu .nav-link[aria-expanded="true"] svg {
    fill: #FDB04A;
    }
  .side-menu .collapse-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
  .side-menu .submenu {
    background-color: #FDB04A;
    }
    .side-menu .submenu .nav-link {
      border-bottom: 1px solid rgba(41, 25, 124, 0.2);
      padding-top: 8px;
      padding-bottom: 8px;
      }
      .side-menu .submenu .nav-link:hover, .side-menu .submenu .nav-link[aria-expanded="true"], .side-menu .submenu .nav-link:focus {
        color: #FDB04A;
        }
        .side-menu .submenu .nav-link:hover span, .side-menu .submenu .nav-link[aria-expanded="true"] span, .side-menu .submenu .nav-link:focus span {
          color: inherit;
          }
        .side-menu .submenu .nav-link:hover svg, .side-menu .submenu .nav-link[aria-expanded="true"] svg, .side-menu .submenu .nav-link:focus svg {
          fill: #7E6BD6;
          }

.social-follow {
  margin: 3rem 0 1.5rem;
  padding: 1.5rem 1.6rem;
  display: flex;
  align-items: center;
  }
  .social-follow p {
    display: inline-block;
    margin-inline-end: 1.5rem;
    color: #FFFFFF;
    }
  .social-follow li {
    display: inline-block;
    }
    .social-follow li:not(:last-child) {
      margin-inline-end: 1rem;
      }
    .social-follow li a {
      background: #FFFFFF;
      padding: 5px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      }
      .social-follow li a svg {
        fill: #7E6BD6;
        width: 1.6rem;
        height: 1.6rem;
        }
      .social-follow li a:hover {
        background-color: #FDB04A;
        }

.main-nav {
  --primary-color: #7E6BD6;
  --secondary-color: #FDB04A;
  --text-color: #FFFFFF;
  background-image:  linear-gradient(#aaa0d6ab 5%, rgba(225,225,225,0) 90%);
  color: var(--text-color);
  padding: 0 8rem; 
  float: right;
  position:fixed;
  z-index:2;
}
.nav-bg{
  float: right; 
  width: fit-content;
    margin-top:3rem;

}
  .main-nav.reversed {
    --primary-color: #FDB04A;
    --secondary-color: #7E6BD6;
    --text-color: #FFFFFF; 
  }
  .main-nav.sticky {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    /* -webkit-box-shadow: 0 4px 17px -7px var(--primary-color); */
    /* box-shadow: 0 4px 17px -7px var(--primary-color); */ }
  .main-nav li {
    color: var(--text-color);
    }
    .main-nav li a {
      color: inherit;
      font-size: var(--main-nav-fs);
      }
      @media only screen and (max-width: 991px) {
        .main-nav li a {
          font-size: 1.4rem;
        }
      }
      .main-nav li a:hover:not(.dropdown-item), .main-nav li a:focus:not(.dropdown-item) {
        color: var(--primary-color);
        }
  .main-nav .nav-item {
    position: relative;
    margin: 2rem 1rem;
    }
    @media only screen and (max-width: 991px) {
     /*  .main-nav .nav-item {
        padding: 1.5rem 0.5rem;
      } */
    }
  .nav-item.current{
    border-radius: 3rem;
    width: auto;
    padding: 0 1rem;
    height: fit-content;
    color: var(--primary-color);
    background-color: #ffffff;
    font-weight: 600;
  }
    
    .main-nav .nav-item.dropdown a {
      display: inline-flex;
      align-items: center;
      }
    .main-nav .nav-item.dropdown:after {
      width: calc(100% - 21px);
      left: 5px;
      }
  .main-nav .dropdown-menu {
    background-color: var(--secondary-color);
    }
    .main-nav .dropdown-menu li:hover, .main-nav .dropdown-menu li:focus {
      color: var(--primary-color);
      background-color: var(--secondary-color);
      }
    .main-nav .dropdown-menu .dropdown-item {
      font-size: var(--main-nav-dropdown);
      }
      .main-nav .dropdown-menu .dropdown-item:hover, .main-nav .dropdown-menu .dropdown-item:focus,
      .main-nav .dropdown-menu .dropdown-item .show {
        color: var(--primary-color) !important;
        background-color: var(--secondary-color) !important;
        }
      .main-nav .dropdown-menu .dropdown-item.with-sub-menu {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        }
        .main-nav .dropdown-menu .dropdown-item.with-sub-menu svg {
          transition: var(--transition);
          }
        .main-nav .dropdown-menu .dropdown-item.with-sub-menu:hover svg {
          fill: var(--primary-color) !important;
          }
.top-layer{
    background-image: linear-gradient(90deg,#7E6BD6 5%, transparent 90%);
    height: 100vh;
    position: absolute;
    top:0;
    z-index: 1;
    width: 70%;
    top: 0;
    display: flex;
    flex:auto 1 1;
    align-items: center;
    padding: 2rem 0;
}
/* ============ desktop view ============ */
@media all and (min-width: 768px) {
  .dropdown-menu li {
    position: relative;
    }
  .nav-item .submenu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    opacity: 0;
    transition: var(--transition);
    visibility: hidden;
    opacity: 0;
    }
  .dropdown-menu > li:hover svg {
    fill: var(--primary-color);
    }
  .dropdown-menu > li > .submenu {
    transition: all 0.5s ease-in-out;
    }
  .dropdown-menu > li:hover > .submenu {
    display: block;
    opacity: 1 !important;
    visibility: visible;
  }
  
}

/* ============ small devices .end// ============ */
.services-dropdown .arrow-down__icon {
  transition: all 0.3s ease-in-out;
  }

.services-dropdown .nav-link:hover .arrow-down__icon {
  fill: var(--secondary-color);
  }

.services-dropdown .nav-link.show {
  color: var(--secondary-color);
  }
  .services-dropdown .nav-link.show .arrow-down__icon {
    transform: rotate(180deg);
    fill: var(--secondary-color);
    }

.small-nav {
  --primary-color: #7E6BD6;
  --secondary-color: #FDB04A;
  --text-color: #FFFFFF;
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 1.7rem 0.5rem;
  -webkit-box-shadow: 0 4px 17px -7pxvar --primary-color;
  box-shadow: 0 4px 17px -7pxvar --primary-color;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  }
  .small-nav.reversed {
    --primary-color: #FDB04A;
    --secondary-color: #7E6BD6;
    --text-color: #FFFFFF;
    }
  .small-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .small-nav .logo-toggler {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    .small-nav .logo-toggler button {
        margin-inline-end: 2rem;
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: none;
      }
      .small-nav .logo-toggler button svg {
          width: 15PX;
          height: 30px;
        }
  .small-nav-logo {
    display: inline-flex;
    max-width: 6rem;
    max-height: 5rem;
    overflow: hidden;
    filter: brightness(1.2);
    }
  .small-nav .cta {
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    }
    .small-nav .cta svg {
      fill: var(--text-color);
      }
.top{
  position: relative;
}
.pages-header {
    position: absolute;
    bottom: -3px;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: transparent;
    z-index: 2;
 }
.pages-wavy {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    background-color: transparent;
    z-index: -1;
 }
 .page-title{
  font-size: 2rem !important;
  font-weight: 800;
  margin: 2rem 0;
 }
  @media screen and (max-width:1320px) {
    .logo{
      width: 10rem !important;
      height:100%;
      margin-top:1.5rem;
      transition: 0.4s;
    }
  }
  @media screen and (max-width:380px) {
    
    .plan-image {
        top: -2rem;
        right: 68px;
        width: 20% !important;
    }
  }
 .pages-header svg{
    width: 100%;
    height: auto;
 }
  .pages-wavy svg{
    width: 100%;
    height: auto;
 }
 .plan-image{
    position: absolute;
    top: -6rem;
    right: 6rem;
    min-height: 22rem;
    z-index: 6;
    width: 30%;
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;

 }
 .nav-bg-color{
  background-color: #7E6BD6;
 }
 .logo{
  width: 15rem;
  height:100%;
  margin-top:1.5rem;
  transition: 0.4s;
 }
  @media only screen and (max-width: 575px) {
  
    .top-desc {
      width: 100%;
    }
  }
  .pages-header h1 {
    font-size: var(--h1-title-fs);
    color: #FFFFFF;
    font-weight: bold;
    }
  .pages-header--small h1 {
    font-size: 3rem;
    }

.breadcrumb {
  margin: 2rem 0 3rem;
  }
  .breadcrumb .breadcrumb-item:first-child {
    padding-right: 0.8rem;
    }
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    position: relative;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    }
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "";
      height: 70%;
      border-right: 2px solid black;
      background-color: black;
      position: absolute;
      padding: 0;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      }
  .breadcrumb .breadcrumb-item a {
    font-size: var(--bread-crumb-fs);
    font-weight: var(--medium-weight);
    }
    .breadcrumb .breadcrumb-item a:hover {
      color: #7E6BD6;
      }
  .breadcrumb .breadcrumb-item.active {
    color: #7E6BD6;
    font-size: var(--bread-crumb-fs);
    font-weight: var(--medium-weight);
    }

.main-carousel .item {
  height: 100vh;
  color: #FFFFFF;
  text-align: left; 
  z-index:4;
}

  @media only screen and (max-width: 991px) {
    .main-carousel .item {
      max-height: 90vh;
      }
    .top-layer{
      max-height: 90vh;
    }
    .feedback-card-even{
      transform: translateX(0)  !important;
    }
    .plan-image{
      top: -4rem;
      right: 68px;
      width: 35% !important;
    }
  }
  .main-carousel .item .container,
  .main-carousel .item .content {
    min-height: 80vh;
    }
    @media only screen and (max-width: 575px) {
      .main-carousel .item .container,
      .main-carousel .item .content {
        min-height: 70vh;
      }
    }
  .main-carousel .item .content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    }
  .main-carousel .item h1 span {
    font-weight: bold;
    padding: 0 10rem;
    }
    @media only screen and (max-width: 767px) {
      .main-carousel .item h1 span {
        padding: 0;
      }
    }
  .main-carousel .item h1 span,
  .main-carousel .item p {
    
    color: #FFFFFF;
    }
    @media only screen and (max-width: 575px) {
      .main-carousel .item h1 span,
      .main-carousel .item p {
        background: none;
       }
      }
  .main-carousel .item h1 {
    font-size: var(--h1-title-fs);
    line-height: 130%;
    margin: 0 auto;
    }
    .main-carousel .item h1 span {
      word-wrap: break-word;
      display: inline-block;
      }
  .main-carousel .item p {
    margin: 0 auto;
    margin-top: 2rem;
    font-size: var(--parag-fs);
    line-height: 1.7;
    padding: 1.5rem;
    }
    @media only screen and (max-width: 767px) {
      .main-carousel .item p {
        margin-top: 0rem;
      }
    }

.main-carousel .owl-dots {
  position: absolute;
  bottom: 50%;
  right:0;
  width: 10%;
  z-index: 3;
  text-align: right; 

}
.owl-dots{
  z-index: 3;

}
  .main-carousel .owl-dots button {
    display: block;
    align-items: right;
    justify-content: right;
    width: 2rem;
    height: 2rem;
    border-radius: 50% !important; 
  }
    .main-carousel .owl-dots button span {
      width: 1.4rem;
      height: 1.4rem;
      display: block;
      background-color: #FFFFFF;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
      outline: none;
      background-color: #FFFFFF; 
    }
    
      .main-carousel .owl-dots button:hover span, .main-carousel .owl-dots button.active span {
        background-color: #FDB04A;
        margin-inline-end: 10px 0 20px 0;
        border-radius: 20px !important;  
    }
    .main-carousel .owl-dots button:not(:last-child) {
      margin-inline-end: 10px;
      }

.main-carousel .owl-stage {
  transition: all 0.5s ease-in-out;
  }

.main-carousel .owl-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 2rem;
  }
  @media only screen and (max-width: 575px) {
    .main-carousel .owl-nav {
      padding: 0 1rem;
    }
  }
  .main-carousel .owl-nav button {
    background-color: #FFFFFF !important;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: var(--transition);
    }
    @media only screen and (max-width: 767px) {
      .main-carousel .owl-nav button {
        width: 4rem;
        height: 4rem;
      }
    }
    .main-carousel .owl-nav button:hover {
      background-color: #7E6BD6 !important;
      }
      .main-carousel .owl-nav button:hover svg {
        fill: #FFFFFF;
        }
    .main-carousel .owl-nav button .icon {
      transition: var(--transition);
      fill: #7E6BD6;
      width: 2.2rem;
      height: 3rem;
      position: absolute;
      top: 0;
      left: 0;
      }
      @media only screen and (max-width: 767px) {
        .main-carousel .owl-nav button .icon {
          width: 2.5rem;
          height: 2.5rem;
        }
      }
    .main-carousel .owl-nav button.owl-prev .icon {
      transform: translate(77%, 35%);
      }
      @media only screen and (max-width: 767px) {
        .main-carousel .owl-nav button.owl-prev .icon {
          transform: translate(45%, 35%);
        }
      }
    .main-carousel .owl-nav button.owl-next .icon {
      transform: translate(77%, 35%);
      }
      @media only screen and (max-width: 767px) {
        .main-carousel .owl-nav button.owl-next .icon {
          transform: translate(45%, 35%);
        }
      }

.main-carousel .readmore-cta {
  margin-top: 2.4rem;
  padding: 0.5rem 5rem;
  }

.about-us {
  padding: 2.4rem 0 6.6%;
  }
  .about-us .image {
    position: relative;
    display: flex;
    align-items: center;
    }
    .about-us .image:after {
      content: "";
      height: 100%;
      width: 0.5rem;
      background-color: #7E6BD6;
      position: absolute;
      top: 0;
      right: 0;
      }
    @media only screen and (max-width: 767px) {
      .about-us .image:after {
        display: none;
      }
    }
    .about-us .image-wrapper {
      max-width: 18.1rem;
      max-height: 10.8rem;
      }
      @media only screen and (max-width: 991px) {
        .about-us .image-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }
      }
      @media only screen and (max-width: 767px) {
        .about-us .image-wrapper {
          margin: 0 auto;
        }
      }
  .about-us .content-wrapper {
    padding-left: 2.3rem;
    }
    @media only screen and (max-width: 767px) {
      .about-us .content-wrapper {
        padding: 0;
      }
    }

#services {
  margin-bottom: 5.2%;
  }
  #services .row > div {
    padding: 0 3rem;
    }
    @media only screen and (max-width: 767px) {
      #services .row > div {
        padding: 0 1rem;
      }
    }

.service-card .card a {
  display: block;
  height: 275px;
  overflow: hidden;
  }
  .service-card .card a img {
    transition: transform 1s ease;
    display: block;
    object-fit: cover;
    }
  .service-card .card a:hover img {
    transform: scale(1.2);
    }

.service-card .card-body {
  padding: 2.4rem 0 2rem;
  text-align: justify;
  }

.facts {
  padding: 4.1% 0 4.95%;
  }
  .facts .row > div {
    padding: 1.875rem;
    }
  .facts h2 {
    text-align: center;
    margin-bottom: 50px;
    }
  @media only screen and (max-width: 767px) {
    .facts .row {
      justify-content: center;
    }
  }

.fact-card {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 4rem;
  margin-bottom: 2rem;
  }
  .fact-card .fact-number {
    font-size: var(--facts-fs);
    font-weight: bold;
    }
  .fact-card .fact-label {
    font-size: var(--facts-text-size);
    font-weight: var(--medium-weight);
    }

.search {
  background-color: #FAFAFA;
  height: 144px;
  padding: 3rem 0; 
  text-align: center;
}
  .search a{
    font-weight: bold;
    padding: 1rem;
    width: 20rem;
    height: 5rem;
    border-radius: .8rem;
    margin: 0 2rem;
    font-size: 1.6rem;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
  }
  .search p{
   line-height: 2.5 ;
   color: #000;
   font-weight: lighter;
  }
  .feedback{
    position: absolute;
    top: 0;
    left: -20rem;
     width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .feedback-card{
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
    margin: 20px;
    border-radius: 20px;

  }

   .feedback-card .info{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin:5px;
    color: #000 !important;
  }
  .feedback-card .info .profile-img{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right:5px

  }
 .feedback-card-even{
  transform: translateX(-20%);
 }
  .section-title-middle{
    text-align: center;
  }
  
  @media only screen and (max-width: 991px) {
   
    .mobile img{
      width:80%;
    }
     .mobile-1{
      top:12rem;
      right:-1rem;
    }
    .mobile-2{
      top:15rem;
      right:-13rem;
    }
 
  }
  .search .row {
    align-items: center;
    }
  .search label {
    text-align: center;
    color: #000;
    font-size: var(--search-text-size);
     }
     .search-pages{
      background-color: transparent;
     }
     .search-pages a{
        background-color: #F8F8F8;
     }
  @media only screen and (max-width: 991px) {
    .search label {
      margin-bottom: 0.5rem;
    }
  }
  @media only screen and (max-width: 991px) {
    .search .message {
      margin-top: 1rem;
      text-align: left;
    }
  }
  .search .search-input-wrapper form {
    position: relative;
    }
  .search .search-input-wrapper input {
    display: inline-block;
    width: calc(100% - 8.3rem);
    padding: 0.5rem 1rem;
    font-size: var(--search-text-size);
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-inline-end: none;
    color: #FFFFFF;
    }
    .search .search-input-wrapper input:focus {
      border-color: #FDB04A;
      }
  .search .search-input-wrapper .submit-btn {
    padding: 0.1rem 3rem;
    height: calc(100%);
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #FDB04A;
    background-color: #FDB04A;
    transition: background-color border 0.3s ease-in-out;
    }
    .search .search-input-wrapper .submit-btn svg {
      transition: var(--transition);
      fill: #FFFFFF;
      }
    .search .search-input-wrapper .submit-btn:hover {
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      }
      .search .search-input-wrapper .submit-btn:hover svg {
        fill: #7E6BD6;
        }
.gn-card{
    border-radius: 20px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.16);
    margin: 0 15px;
}
.gn-card .image-wrapper {
  height: 110px;
  overflow: hidden;
  display: block;
  border-radius: 20px 20px 0 0;
}
.card-content{
  padding: 1.5rem;
}
.card-content h3{
  font-size:1.4rem;
  font-weight: bold;
  margin: 8px 0;
}
.card-content p{
  font-size:1.2rem;
  margin: 8px 0;
}
.card-content a{
  border-radius: 20px;
  width: auto;
  float: right;
  font-size: 1.2rem;
  font-weight: bold;

}
  .gn-card .image-wrapper img {
    transition: transform 1s ease;
    object-fit: cover; 
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  @media only screen and (max-width: 991px) {
    .gn-card .image-wrapper:hover img {
      transform: scale(1.1);
    }
  }
  .gn-card .image-wrapper--gallery:hover {
    cursor: zoom-in;
    }
    .gn-card .image-wrapper--gallery:hover img {
      transform: unset;
      }

.gn-card .card-body {
  padding: 1.5rem  }

.gn-card .card-title {
  font-size: var(--gallery-card-title);
  text-align: center;
  line-height: 130%;
  }

.latest-news {
  margin: 4.51% 0;
  }
  .latest-news .title-gallery-news {
    margin-bottom: 2.25%;
    text-align: center;
    }

.moving-carousel-head {
  padding: 3rem 0;
  background-color: #7E6BD6;
  text-align: center;
  color: #FFFFFF;
  }
  .moving-carousel-head h3 {
    color: inherit;
    font-size: var(--membership-facts-title);
    font-weight: var(--medium-weight);
    }

.moving-slider {
  margin: 3rem 0;
  }
  .moving-slider .slide {
    padding-bottom: 1.5rem;
    }
  .moving-slider .image-wraper {
    max-width: 20rem;
    max-height: 12.5rem;
    overflow: hidden;
    margin: 0 auto;
    }
    .moving-slider .image-wraper img {
      display: block;
      max-width: 100%;
      height: auto;
      width: 100%;
      object-fit: cover;
      margin: 0 auto;
      }
  .moving-slider .image-content {
    margin-top: 0.7rem;
    text-align: center;
    color: #7E6BD6;
    }
  .moving-slider .owl-dots {
    display: none;
    }

.fade-in {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.23);
  z-index: 80;
  display: none;
  }

.client-info {
  margin-bottom: 11.2%;
  }

.client-ino-form {
  padding: 7.6rem 1rem 4.18rem;
  background-color: rgba(41, 25, 124, 0.085);
  }
  .client-ino-form .row > div {
    padding: 0 1.5rem;
    }

.smat-form .form-group {
  margin-bottom: 1.5rem;
  }

.smat-form input,
.smat-form .custom-select,
.smat-form textarea {
  font-size: var(--placeholder-fs);
  color: #7E6BD6 !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  border-color: #FFFFFF;
  line-height: 160%;
  }
  .smat-form input:not(.checkbox):not(textarea),
  .smat-form .custom-select:not(.checkbox):not(textarea),
  .smat-form textarea:not(.checkbox):not(textarea) {
    padding: 0.8rem 1.6rem 0.5rem;
    height: 4rem;
    }
    .smat-form input:not(.checkbox):not(textarea):focus,
    .smat-form .custom-select:not(.checkbox):not(textarea):focus,
    .smat-form textarea:not(.checkbox):not(textarea):focus {
      border-color: rgba(188, 150, 50, 0.3);
      box-shadow: 0 0 0 0.25rem rgba(188, 150, 50, 0.25);
      }
  .smat-form input::placeholder,
  .smat-form .custom-select::placeholder,
  .smat-form textarea::placeholder {
    font-size: 1.6rem;
    color: rgba(41, 25, 124, 0.4) !important;
    font-weight: 400;
    }

.smat-form .custom-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: rgba(41, 25, 124, 0.8) !important;
  }
  .smat-form .custom-select.is-invalid {
    border-color: #dc3545;
    }
  .smat-form .custom-select:focus {
    outline: 0;
    }

.smat-form .send-btn-container {
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.smat-form .send-btn {
  padding: 0.8rem;
  text-align: center;
  width: 31.8rem;
  transition: var(--transition);
  }

.custom-checkbox {
  text-align: center;
  margin-top: 3.8rem;
  font-size: 1.6rem;
  color: #7E6BD6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  .custom-checkbox a {
    color: #FDB04A;
    }
  .custom-checkbox label {
    position: relative;
    cursor: pointer;
    }
    .custom-checkbox label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
      }
      .custom-checkbox label input:checked ~ .checkmark {
        background-color: #FDB04A;
        }
        .custom-checkbox label input:checked ~ .checkmark:after {
          display: block;
          }
    .custom-checkbox label .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 2.1rem;
      width: 2.1rem;
      background-color: white;
      transition: var(--transition);
      transform: translateX(calc(-100% - 1rem));
      }
      .custom-checkbox label .checkmark:after {
        content: "";
        position: absolute;
        background-image: url(../icons/check.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 2.1rem;
        width: 2.1rem;
        left: 0;
        top: 0;
        display: none;
        }


.contact-us-input{
  margin: 1.5rem;
  border-radius:20px;
  border: 1px #cccccc solid;
  width: 100%;
  height: 4rem;
  padding:20px;
  font-size: 1.2rem;
  color:#cccccc;
  cursor:auto;
}
.contact-us-textarea{
  margin: 1.5rem;
  border-radius:20px;
  border: 1px #cccccc solid;
  width: 100%;
  padding:20px;
  font-size: 1.2rem;
  color:#cccccc;
}
.contact-us-submit{
  margin: 1.5rem;
  border-radius:30px;
  width: 100%;
  height: 4rem;
  padding:20px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  background-color: #7E6BD6;
  color:#ffffff;
  
}
.contact-us-submit:hover {
  background-color: #9889df;
  color: #ffffff; 

}
.contact-info{
  position: relative;
} 
.contact-info-item{
  display: flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  margin: 1.2rem;
}
.contact-info-item img{
  margin-right: 1rem;
}
.contact-info-item label{
    margin-right: .5rem;
  font-weight: bold;
  width: fit-content;
}
.hr-line{
  margin:0 1.5rem;
  background-color: #cccccc;
}

.contact-info::before{
  content: "";
  background-color: #eeeeee;
  position: absolute;
  top:0;
  right:0;
  margin: 2rem 0;
  height: 90%;
  width:2px;
  border-radius: 50%;
}
.contact-us textarea {
  resize: none;
  }
  .contact-us textarea:focus {
    border-color: rgba(188, 150, 50, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(188, 150, 50, 0.25);
    }
    .contact-us input:focus {
    border-color: rgba(188, 150, 50, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(188, 150, 50, 0.25);
    }

.contact-us .validation-code-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  }
  .contact-us .validation-code-wrapper > div {
    width: 45%;
    flex: 0 0 45%;
    }
  .contact-us .validation-code-wrapper .validation-code-text {
    background: #FDB04A;
    border: #FDB04A;
    color: #FFFFFF !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    }

.contact-us .submit-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  }
  @media only screen and (max-width: 767px) {
    .contact-us .submit-wrapper {
      margin-top: 1.5rem;
      justify-content: center;
      align-items: center;
    }
  }

.contact-us .submit-btn {
  display: block;
  width: 80%;
  height: 4rem;
  }

.quick-contact {
  margin: 0;
  height: 100%;
  background-color: rgba(188, 150, 50, 0.0805);
  padding: 3rem 7.7rem 3rem 2.6rem;
  }
  @media only screen and (max-width: 991px) {
    .quick-contact {
      margin-top: 2rem;
    }
  }
  .quick-contact p {
    font-size: 1.6rem;
    color: #000;
    line-height: 130%;
    margin-top: 1.7rem;
    margin-bottom: 3.9rem;
    }
  .quick-contact .contact-list {
    border-bottom: 2px solid #7E6BD6;
    }
    .quick-contact .contact-list li {
      margin-bottom: 2rem;
      }
    .quick-contact .contact-list a {
      font-size: 1.6rem;
      color: #7E6BD6;
      display: inline-flex;
      }
      .quick-contact .contact-list a svg {
        width: 1.8rem;
        height: 1.8rem;
        fill: #7E6BD6;
        margin-inline-end: 0.9rem;
        margin-top: 5px;
        }

.contact-social-follow {
  padding-top: 2.54rem;
  }
  .contact-social-follow li {
    display: inline-block;
    }
    .contact-social-follow li svg {
      fill: #7E6BD6;
      width: 1.9rem;
      height: 1.9rem;
      margin-inline-end: 1rem;
      }
      .contact-social-follow li svg:hover {
        fill: #FDB04A;
        }

.map-section {
  margin-top: 5.1rem;
  margin-bottom: 6%;
  }
  .map-section .map-wrapper {
    max-height: 326px;
    }
    .map-section .map-wrapper img {
      display: block;
      object-fit: cover;
      width: 100%;
      }

.gallery-cards {
  margin-bottom: 7.6%;
  }
  .gallery-cards .row {
    padding-right: -0.75rem;
    padding-left: -0.75rem;
    }
    @media only screen and (max-width: 767px) {
      .gallery-cards .row {
        padding-right: -0.5rem;
        padding-left: -0.5rem;
      }
    }
    .gallery-cards .row > div {
      padding-right: 0.75rem;
      padding-left: 0.75rem;
      }
      @media only screen and (max-width: 767px) {
        .gallery-cards .row > div {
          padding-right: 0.5rem;
          padding-left: 0.5rem;
        }
      }
      @media only screen and (max-width: 400px) {
        .gallery-cards .row > div {
          max-width: 100%;
          flex: 0 0 100%;
        }
      }

.pagination-section {
  margin-bottom: 9%;
  }
  .pagination-section .gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    }
  .pagination-section .page-item {
    border-radius: 0;
    }
    .pagination-section .page-item .page-link:focus, .pagination-section .page-item .page-link:active {
      outline: none !important;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      }
    .pagination-section .page-item:not(:last-child) {
      margin-inline-end: 1.4rem;
      }
    @media only screen and (max-width: 575px) {
      .pagination-section .page-item:nth-child(5), .pagination-section .page-item:nth-child(6) {
        display: none;
      }
    }
    .pagination-section .page-item a {
      width: 4.5rem;
      height: 4.5rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-color: #FDB04A;
      color: #FDB04A;
      border-radius: 0 !important;
      }
    .pagination-section .page-item.arrow-previous svg {
      position: relative;
      transform: translateX(5px);
      }
    .pagination-section .page-item.arrow a {
      border-color: #7E6BD6;
      color: #7E6BD6;
      background-color: #7E6BD6;
      }
    .pagination-section .page-item.dots a {
      border-color: transparent;
      }
      .pagination-section .page-item.dots a svg {
        fill: #FDB04A;
        }
    .pagination-section .page-item.current a, .pagination-section .page-item:hover a {
      color: #FFFFFF;
      background-color: #FDB04A;
      border-color: #FDB04A;
      }

.news-card {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.16);
  padding: 2.1rem 1.2rem;
  }
  .news-card .image-wrapper--news {
    height: 15.6rem;
    overflow: hidden;
    display: block;
    }
.news-card .image-wrapper--news img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Spinner */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #7E6BD6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  to { transform: rotate(360deg); }
}
