/* @import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Montserrat:ital,wght@0,100..900;1,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..900;1,100..900&display=swap');

@font-face {
  font-family: Tartuffo_Trial-Regular;
  src: url("../assets/fonts/tartuffo/Tartuffo_Trial-Regular.otf");
}

@font-face {
  font-family: Tartuffo_Trial-Medium;
  src: url("../assets/fonts/tartuffo/Tartuffo_Trial-Medium.otf");
}

@font-face {
  font-family: TT_Neoris_Trial_Regular;
  src: url("../assets/fonts/tt_neoris/TT_Neoris_Trial_Regular.ttf");
}

@font-face {
  font-family: TT_Neoris_Trial_Medium;
  src: url("../assets/fonts/tt_neoris/TT_Neoris_Trial_Medium.ttf");
}

@font-face {
  font-family: "Butler_Light";
  src: url(../assets/fonts/Butler_Light.otf);
} */

/* @font-face {
  font-family: "tan-pearl";
  src: url(../assets/fonts/tan-pearl.otf);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */

/* :root {
  --light: #ffffff;
  --dark: #000;
  --Lato: "Lato", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
  --popins: "Roboto", sans-serif;
  --Gilda: "Butler_Light";
  --Raleway: "Raleway", sans-serif;
  --Tartuffo-Medium: Tartuffo_Trial-Medium;
  --Tartuffo-Regular: Tartuffo_Trial-Regular;
  --TT_Neoris_Regular: TT_Neoris_Trial_Regular;
  --TT_Neoris_Medium: TT_Neoris_Trial_Medium;
  --radius-1: 16px;
  --radius-full: 100px;
  --primary: #434f4d;
  --primary-pink: #054449;
  --text-color: #58595b;
  --text-color-2: #727272;
} */

/* html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: var(--popins);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
} */

/* .toggle-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--dark-blue);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  position: fixed;
  bottom: 0%;
  right: 1.25%;
  color: var(--light);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up.show {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
} */

/* .toggle-up i {
  font-size: 1.15rem;
} */

/* form loader css */

/* .form-loader-div {
  display: none;
} */

/* .form-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #b5acac;
  border-right-color: var(--light);
  -webkit-animation: l2 0.35s infinite linear;
  animation: l2 0.35s infinite linear;
}

@-webkit-keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
} */

/* form loader css */

/* .compensate-for-scrollbar {
  margin-right: 0px !important;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
}

ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0rem;
}

.text-balance {
  text-wrap: balance;
}

.text-justify {
  text-align: justify;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.no-wrap {
  text-wrap: nowrap;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
} */

/* .rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.letter-spacing {
  letter-spacing: 1.05px;
}

.text-shadow {
  text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
} */

/* cinfiguration */

section.section-config {
  position: relative;
  /* padding: 5rem 0; */
}


.config_img {
  position: relative;
  border: 1px solid #7C425B;
}

.confg-subtext {
  margin: 15px 0px !important;
  color: var(--primary);
  display: none;
}
.config-content{
  margin-top: 5rem ;
}
.download-plans-parent {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.conf_icon {
  position: absolute;
  top: 42%;
  left: 47%;
  width: 80px;
  height: 80px;
}

.config_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.config-nav .custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

.config-nav .custom-nav .nav-item .nav-link:not(.active) .icon img.active {
  display: none;
}

.config-nav .custom-nav .nav-item:has(.nav-link.active) .icon img {
  display: none;
}

.config-nav .custom-nav .nav-item:has(.nav-link.active) .icon img.active {
  display: block;
}

.fix-row {
  position: relative;
  z-index: 10 !important;
  margin-bottom: -30%;
}

.config-nav .custom-nav .nav-item .nav-link {
  border: 1px solid rgba(86, 86, 86, 0.60);
  color: rgba(86, 86, 86, 0.60);
  text-align: center;
  font-family: var(--AbsaraSans);
  font-size: 16px !important;
  font-weight: 500;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  padding: 9px 20px;
  border-radius: 0;
}

.config-nav .custom-nav .nav-item .nav-link.active {
  background: #7C425B;
  color: var(--light);
}

.config_para h2 {
  font-family: var(--Forum);
  font-size: 45px;
  color: #7C425B;
  margin-bottom: 1.5rem !important;
}

.config_para p {
  font-family: var(--AbsaraSans);
  font-size: 16px;
  font-weight: 500;
  color: #7C425B;
}

.check_btn {
  width: fit-content;
  padding: 10px 20px;
  background: #7C425B;
  backdrop-filter: blur(25px);
  font-family: var(--Montserrat);
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
  margin-top: 3.5rem;
}


/* configuration end */

/* gallery */

.gal_img img {
  width: 100% !important;
  /* height: auto; */
  object-fit: cover;
  object-position:center;
  height: 600px;
}

.gal_title {
  position: absolute;
  right: 2%;
  bottom: 2%;
  color: #FFF;
  font-family: var(--AbsaraSans);
  font-weight: 500;
  font-size: 18px;
  /* text-transform: lowercase ; */
}

.section-config .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0%;
  top: 40%;
  transform: translate(-50%, 0px);
}

.section-config .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -5%;
  top: 40%;
  transform: translate(-50%, 0px);
}

.section-config .owl-carousel .owl-nav button img {
  width: 100%;
  height: auto;
  object-fit: cover;
  width: 50px;
}

/* gallery end */



/*********** media query *********/


@media only screen and (max-width: 1080px) {
  .config-nav .custom-nav {
    gap: 10px;
  }

  .config_para h2 {
    font-size: 33px;
  }

  .check_btn {
    margin-top: 2.5rem;
  }

  .fix-row {

    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {

  .section-heading h2 {
    font-size: 6vw;
  }

  .section-config .owl-carousel .owl-nav button.owl-prev {
    top: 35%;
    transform: translate(-35%, 0px);
  }

  .section-config .owl-carousel .owl-nav button.owl-next {
    right: -8%;
    top: 35%;
    transform: translate(-35%, 0px);
  }
}

@media only screen and (max-width: 767px) {
  .gal_img img {
  
  height: 250px;
}
  
  .config-content{
  margin-top: 1rem !important;
}
}

@media only screen and (max-width: 576px) {
 
  .download-plans-parent {

    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .download-plans-parent {
    /* width: 100%; */
    gap: 0px;
  }

  .download-plans-parent .btn-wrap {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center
  }

  .download-plans-parent .btn-wrap .main-btn {
    width: 100%;
    justify-content: center;

  }


  .config-nav .custom-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 10px 13px;
  }



  .conf_icon {
    top: 32%;
    left: 43%;
    width: 60px;
    height: 60px;
  }

  .section-config .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: 0%;
    top: 0%;
    transform: none;
  }

  .section-config .owl-carousel .owl-nav button.owl-next {
    position: relative;
    right: 0%;
    top: 0%;
    transform: none;
  }

  .section-config .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .section-config .owl-carousel .owl-nav button img {
    width: 80% !important;
  }
}