@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');


/* ===== Common Class Start ====== */

.max-90 {
  max-width: 90%;
}

.mh-360 {
  min-height: 360px;
  max-height: 360px;
  object-fit: cover;
}

.mh-740 {
  max-height: 740px;
  object-fit: contain;

}

.mx-wth {
  max-width: 1536px;
  margin: auto;
}

.o-cover {
  object-fit: cover;
}

.o-fill {
  object-fit: fill;
}

.w-130 {
  width: 130px;
  max-width: 130px;
}

.h-100 {
  height: 100px;
}

.p-10-25 {
  padding: 10px 25px;
}

.mt-36 {
  margin-top: 36px !important;
}

.fonts-34 {
  font-size: 34px !important;
  line-height: 40px !important;
}

.mw-20 {
  max-width: 20% !important;
}

.border-1px {
  border: 1px solid #5C4186 !important;
}

.min-height {
  min-height: 300px !important;
}

.m-width {
  max-width: 95%;
}

.font-24 {
  font-size: 24px !important;
  line-height: 35px !important;
}

.block img {
  width: 160px !important;
}

.bg-grad {
  background-image: linear-gradient(118deg, #e9defa, #fbfcdb 102%);
}

.word-wraps {
  word-break: break-all;
}

.pr-50 {
  padding-right: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.right-border {
  border-right: 4px solid #f0e7d4;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.like-connection {
  display: flex;
}

.mt-20 {
  margin-top: 20px !important;
}

.contact-btn {
  font-size: 16px;
  letter-spacing: 2px;
}

.center-texts {
  max-width: 50% !important;
  left: 50% !important;
  transform: translate(-50%) !important;
}

/* ===== Common Class End ====== */


.bg-home {
  background: linear-gradient(134.72deg, #e9defa 0%, #fbfcdb 101.5%);
}

.bg-alligenment {
  background-image: url("../imgs/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.path3 {
  background-image: url("../imgs/Path3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.bg-secound {
  background-image: url("../imgs/bg-secound.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 200px 0;
  height: 100%;
}

.bg-third {
  background: linear-gradient(134.72deg, #e9defa 0%, #fbfcdb 101.5%);
}

.section_4 {
  background-image: url("../imgs/section-4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.background {
  box-sizing: border-box;
  background-image: url("../imgs/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.path {
  box-sizing: border-box;
  background-image: url("../imgs/Path.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: fit-content;
  background-position: center;
}

.testimobialsl {
  box-sizing: border-box;
  background-image: url("../imgs/t.png");
  background-repeat: no-repeat;
  background-size: 113% 100%;
  height: fit-content;
  background-position: center;
  margin-top: 20px;
}

.testimobial {
  box-sizing: border-box;
  /* background-image: url("../imgs/client-bg.png"); */
  background-image: url("../imgs/our_client.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: center;
  position: relative;
}

.gradient-background {
  background: linear-gradient(134.72deg, #E9DEFA 0%, #FBFCDB 101.5%);
}

.background-6 {
  box-sizing: border-box;
  background-image: url("../imgs/section-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

h1 {
  font-family: "Prata", serif !important;
}

p {
  font-family: "Crimson Pro", serif !important;
}

.mx-90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* a{
  font-family: "Crimson Pro", serif !important;
} */
.about-section-2 {
  box-sizing: border-box;
  background-image: url("../imgs/Group-93.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.accordion {
  position: relative;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  background-color: white;
}

.accordion__title {
  display: flex;
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.accordion__title::after {
  flex-shrink: 0;
  content: "";
  position: relative;
  display: inline-block;
  margin-left: auto;
  /* background-color: #ddd; */
  transform-origin: center;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  width: 0.65em;
  height: 0.65em;
  border-bottom: 0.125rem solid #24272C;
  border-right: 0.125rem solid #24272C;
}

#toggle-menu a {
  font-size: 16px;
}

.accordion__title:hover,
.accordion--opened.accordion__title {
  background-color: #ddd;
}

.bg-blog {
  background-image: url("../imgs/Rectangle8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 75vh
}

.accordion__inner {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.accordion__content {
  padding: 0 1.25rem 1.25rem;
}

.accordion--opened .accordion__title::after {
  transform: translateY(25%) rotate(225deg) !important;
}

.accordion+.accordion {
  border-top: none;
}

.bg-sea_mountain {
  background: url('../imgs/gradientBackground.png');
  background-size: cover;
  height: fit-content;
  background-repeat: no-repeat;
}

.loremPara {
  font-size: 32px;
  line-height: 44px;
  color: #333333;
}

.paraDetails {
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  ;
}

.paraDetails2 {
  font-size: 32px;
  line-height: 44px;
  color: #202E1B;
}

.setTag {
  color: #2B2B2B;
  background-color: #F7F6F6;
  width: fit-content !important;
  padding: 10px 25px !important;
  font-size: 11px;
  line-height: 13px;
}

.tags {
  color: #2B2B2B;
  background-color: #F7F6F6;
  width: fit-content;
  padding: 10px 25px;
  font-size: 11px;
  line-height: 13px;
}

.recent-post {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 5px;
}

.cta-button {
  margin-top: 25px;
  width: 274px;
  background-color: #6F5494;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.redirectPost {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.crimson-font a {
  font-family: "Crimson Pro", serif;
  font-size: 18px;
  line-height: 24px;
}

.text-apps {
  font-family: "Prata", serif !important;
}

.text-submit {
  font-family: "Crimson Pro", serif;
}

.text-apply {
  font-family: "Prata", serif;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.crimson-paragraph {
  font-family: "Crimson Pro", serif;
  font-size: 1.3em;
  line-height: 20px;
  color: #555555;
  mix-blend-mode: normal;
  opacity: 0.88;
}

.contact-bg {
  background-image: url("../imgs/contact-us.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.backgroundImages-set {
  background: url("../imgs/Group27.png") no-repeat;
  background-size: cover;
}

.happy-box {
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 16px 32px rgb(23 43 77 / 8%);
  border-radius: 8px;
}

#loading-image {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url("../imgs/loader.gif") center center no-repeat;
  background-color: grey;
  background-size: 5%;
  opacity: 0.5;
  text-align: center;
}

/* .toggle-menu-button {
  margin: -20px -20px 0 0;
} */

.text-lg {
  line-height: 22px !important;
}

.blur-effect {
  position: relative;
}

.blur-effect::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("https://images.unsplash.com/photo-1501854140801-50d01698950b");
  /* change color or image here */
  background-position: 50%;
  filter: blur(8px);
}

.author_name span {
  text-decoration: underline;
}

.custom-padding {
  padding: 60px !important;
}

.custom-line-height {
  line-height: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgb(0 0 0 / 30%);
  max-width: 100%;
  margin: auto;
}

.bg-blk {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 10px;
}

.create-by {
  color: white;
}

.bg-tra {
  background-color: rgba(0, 0, 0, 0.3);
}

.mab-10 {
  margin-top: 73px;
}

.create-by span {
  text-decoration: underline;

}

.bg-grays {
  background-color: #f3f3f3;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.client-credit {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bg-trans,
.bg-tra {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  text-align: center;
}

.color-white {
  color: white;
}

.text-decore {
  text-decoration: underline;
}

.bg-trans p,
.bg-trans a {
  font-size: 14px;
  line-height: 19px;
}

.review {
  font-size: 22px;
}

.banner-bg-img {
  background-image: url(../../front/imgs/alignment_photos/banner.jpg);
  height: 1024px;
  background-size: cover;
  background-repeat: no-repeat;
}

.z-index--1 {
  z-index: -1;
}

.py-custom-client {
  padding: 20px 0 50px 0;
}

.margin-top {
  margin-top: -80px;
}

@media screen and (max-width:1536px) {
  .custom-padding {
    padding: 60px 20px !important;
  }

  .font-24 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .review {
    font-size: 18px;
  }
}



@media screen and (max-width:1280px) {
  .px-30 {
    padding-right: 10px !important;
    padding-bottom: 10px !important;
  }

  .custom-padding {
    padding: 40px 10px !important;
  }

  .font-24 {
    font-size: 17px !important;
    line-height: 27px !important;
  }

  .max-90 {
    max-width: 80%;
  }

}

@media screen and (max-width:1152px) {
  .review {
    font-size: 14px;
  }
}

@media screen and (max-width:1140px) {
  .pos-rel {
    top: 160px;
  }
}

@media screen and (max-width: 1023px) {
  br {
    display: none;
  }

  .fonts-34 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  #toggle-menu a {
    font-size: 14px;
    white-space: nowrap;
  }

  .bookNowSet {
    font-size: 15px;
    white-space: nowrap;
  }

  .bookNowSet {
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  .mt-30- {
    margin-top: -60px !important;
  }

  .res-auto {
    margin: auto;
  }

  .max-90 {
    max-width: 100%;
  }

  .text-submit.my-3 {
    padding: 10px;
  }

}

@media screen and (max-width: 992px) {
  .like-connection {
    flex-direction: column !important;
  }

  .pl-50,
  .pr-50 {
    padding: 0 !important;
  }

  .mt-20px {
    margin-top: 20px;
  }

  .right-border {
    border-right: 0px !important;
  }

  #toggle-menu a {
    font-size: 13px;
    white-space: nowrap;
  }

  .bookNowSet {
    font-size: 12px !important;
    padding: 5px 16px !important;
  }

  .crimson-font a {
    font-size: 16px;
  }

  .font-55 {
    font-size: 55px !important;
    line-height: 70px !important;
  }

  .font-27 {
    font-size: 27px !important;
    line-height: 35px !important;
  }

  .wi-full {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .min-height {
    min-height: auto;
    min-width: auto;
  }

  .m-width {
    max-width: 100% !important;
  }

  .slider-content {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .custom-w-100 {
    width: 100% !important;
  }

  .block img {
    width: 120px !important;
  }

  .block img {
    width: 90px !important;
  }

  .py-cust {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .pos-rel {
    top: 80px;
  }
}


@media screen and (max-width: 575px) {
  .tick-icon {
    width: 20px;
    height: 20px;
  }

  .fonts-15 {
    font-size: 16px !important;
  }

  .small-fonts {
    font-size: 10px !important;
  }

  .texts-contents {
    max-width: 100% !important;
  }

  .font-55 {
    font-size: 45px !important;
    line-height: 60px !important;
  }

  .max-w-fit.pos-rel {
    top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .fonts-34 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .dis-none {
    display: none;
  }

  .small-fonts {
    font-size: 10px !important;
    margin-bottom: 0px !important;
  }

  .bg-trans p,
  .bg-trans a,
  .bg-tra p,
  .bg-tra a {
    font-size: 10px;
    line-height: 15px;
  }

  .p-absolute {
    left: -1px;
    right: -1px;
    bottom: 58px;
  }

  .review {
    font-size: 13px;
  }

  .font-55 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .font-27 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
}

@media screen and (max-width: 400px) {
  .fonts-34 {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  .font-24 {
    font-size: 17px !important;
    line-height: 22px !important;
  }

  .slider-content {
    font-size: 17px !important;
    line-height: 27px !important;
  }

  .small-fonts {
    font-size: 8px !important;
  }

  .p-absolute {
    left: -1px;
    right: -1px;
    bottom: 48px;
  }

  .font-25 {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .font-15 {
    font-size: 15px !important;
    padding: 10px !important;
  }

  .px-00 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-cust {
    padding: 10px !important;
  }

  .px-sml {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pos-rel {
    top: 50px;
  }
}

/* @media screen and (max-width: 760px) {
  .toggle-menu-button {
    margin: -187px -20px 0 0;
  }
} */

.p-abslt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-rel {
  position: relative;
  top: 290px;
  left: 0;
}

@media screen and (max-width:1440px) {
  /* .pos-rel {
    top: -420px;
    margin: 20px;
  } */

  .pos-rel {
    position: relative;
    top: 190px;
    left: 0;
  }
}




/* @media screen and (max-width:1024px){
  .pos-rel {
    top: -360px;
  }
}
@media screen and (max-width:767px){
  .pos-rel {
    top: -270px;
  }
}
@media screen and (max-width:575px){
  .pos-rel {
    top: -220px;
  }
}
@media screen and (max-width:375px){
  .pos-rel {
    top: -150px;
  }
} */