@font-face {
  font-family: IvyOraTextRegular;
  src: url(../fonts/IvyOraText-Regular.ttf);
}

@font-face {
  font-family: IvyOraTextbold;
  src: url(../fonts/IvyOraText-Regular.ttf);
}
@font-face {
  font-family: IvyOraTextitalic;
  src: url(../fonts/IvyOraText-RegularItalic.ttf);
}
body {
  font-family: IvyOraTextRegular;
  background-color: #fff;
  height: 200vh;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: myFirstFont;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
}

.introduction-para {
    padding: 0% 10% 0%;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #000;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu > li.active > a {
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  left: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529 !important;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #fff;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.container {
  max-width: 1400px;
}
.navbar-nav > li {
  margin-left: 30px;
  margin-right: 30px;
  font-family: IvyOraTextbold;
}
.introduction-section {
  padding: 143px 0 90px;
}
.introduction-heading {
  font-size: 58px;
  padding: 0px 300px 25px 300px;
  text-transform:uppercase;
  font-family: IvyOraTextRegular;
}
.introduction-heading .font-italic{
    text-transform:lowercase;
    font-family: IvyOraTextitalic;
}

.font-italic{
    font-family: IvyOraTextitalic;
}

.introduction-para {
  padding-top: 87px;
  font-size: 25px;
  line-height: 40px;
  color: #000000;
  font-family: IvyOraTextbold;
}

.introduction-para .font-italic{
    font-family: IvyOraTextitalic;
}

.book-consultation {
  background-color: #cc9933 !important;
  border-color: #cc9933;
  margin-top: 43px;
  padding: 12px 12px;
  border-radius: 150px;
  font-size: 13px;
  color: #000000;
  letter-spacing: 1px;
}
.book-consultation a{color:#000;}
p {
  font-size: 20px;
  color: #000000;
}

.what-we-do {
  padding: 50px 0 150px;
  background-color:#000000;
}
.what-we-do-introduction-text {
  font-size: 106px;
  color: #ffffff;
  font-family: IvyOraTextRegular;
}
.what-we-do-introduction-text-para {
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
  padding: 0% 10% 0%;
}
.quiz {
  padding: 110px 0 0;
}
.quiz-heading {
  font-size: 55px;
  color: #000000;
  text-align: left;
  margin-top: 70px;
}
.quiz-para {
  font-size: 24px;
  color: #000000;
  
}
.what-we-do-gallery {
  display: flex;
}
.quiz-gallery-one {
  margin-top: 70px;
  overflow: hidden;
}
.quiz-gallery-one-image-two {
  margin-top: 40px;
}
.quiz-gallery-two-image-two {
  margin-top: 40px;
}
.quiz-btn {
  background-color: #cc9933;
  border-color: #cc9933;
  margin-top: 43px;
  padding: 20px 65px;
  border-radius: 150px;
  font-style: 17px;
  color: #000000;
  letter-spacing: 1px;
}
.our-promise-para {
  line-height: 40px;
}
.bg-secondary {
  background-color: #e0dede !important;
}
.our-promise {
  padding: 110px 0 180px;
}
.our-promise-heading {
  font-size: 80px;
}

/* slider code*/

.t-o-i{
    position:relative;
}
.t-o-i h2{
    position:absolute;
    top:10%;
    left:10%;
    font-size:35px;
    color:#fff;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.t-o-i h2 a{
    text-decoration:none;
    color:#fff;
}
.t-o-i .t-p-d{
    top:70%;
    left:10%;
}
.t-o-i .re-advis-d{
    top:55%;
    left:10%;
}
.t-o-i h2 span{
    font-family: IvyOraTextitalic;
    font-weight:600;
}


/*.carousel-item {*/
/*  transition: transform 0.5s ease;*/
/*}*/
/*.image-container {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*.image-container img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: block;*/
/*  border-radius: 25px;*/
/*}*/

/*.carousel-item img {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  border-radius: 25px;*/
/*}*/

/*.carousel-control-prev,*/
/*.carousel-control-next {*/
/*  width: auto;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  background-color: rgba(0, 0, 0, 0.3);*/
/*  padding: 10px;*/
/*  border-radius: 50%;*/
/*}*/

/*.carousel-control-prev {*/
/*  left: -30px;*/
/*}*/

/*.carousel-control-next {*/
/*  right: -30px;*/
/*}*/

/*.carousel-wrapper {*/
/*  position: relative;*/
/*  padding: 0 40px;*/
/*}*/

/*.image-container {*/
/*  position: relative;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.overlay-text {*/
/*  position: absolute;*/
/*  bottom: 10px;*/
/*  width: 100%;*/
/*  background: rgba(0, 0, 0, 0.6);*/
/*  color: #fff;*/
/*  padding: 5px 10px;*/
/*  font-size: 44px;*/
/*  text-align: left;*/
/*}*/

@media (max-width: 768px) {
  /*.carousel-control-prev {*/
  /*  left: -20px;*/
  /*}*/
  /*.carousel-control-next {*/
  /*  right: -20px;*/
  /*}*/
}

@media (max-width: 576px) {
  /*.carousel-wrapper {*/
  /*  padding: 0 20px;*/
  /*}*/
}
@media screen and (max-width: 600px) {
  .toggle-menu {
    max-width: 20% !important;
  }
  .web-logo {
    max-width: 80% !important;
  }
  .site-logo img {
    height: 30px; /* or any size you prefer */
    width: auto;
  }
  .introduction-section {
    padding: 20px 15px;
  }
  .book-consultation {
    padding: 10px 10px;
    margin-top: 0;
  }
  .introduction-text {
    padding-top: 30px;
  }
  p {
    font-size: 18px;
    color: #000000;
}
  .introduction-heading {
    font-size: 39px;
    padding: 0;
    font-weight:500;
  }
  .what-we-do {
    padding: 20px 15px;
  }
  .what-we-do-introduction-text {
    font-size: 39px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center !important;
    margin: 10px 0;
  }
  .quiz {
    padding: 20px 15px;
  }
  .quiz-btn {
    padding: 15px 40px;
    margin: 0 auto !important;
  }
  .quiz-button {
    text-align: center !important;
  }
  .quiz-button-para {
    margin-left: 0 !important;
  }
  /*img {*/
  /*  width: 100%;*/
  /*  height: auto;*/
  /*  display: block;*/
  /*  max-width: 100%;*/
  /*}*/
  .quiz{
      background-color: rgba(0,0,0,1);
  }
  .quiz .img-q-1{
      display:none;
  }
  
  .quizz-bg{
      background-image: url("../images/quiz.jpg");
      background-size: cover;
      position:absolute;
      top:0;
      width:100%;
      height:50%;
      background-position: 50% 50%;
      opacity:.2;
  }
  
  .quiz-heading {
      padding: 10% 0% 10%;
    font-size: 45px;
    text-align: center !important;
    font-weight: 400;
    color:#fff;
    font-family: IvyOraTextRegular;
    line-height: 1.4;
    
    margin: 10px 0;
  }
  
  
  .quiz-para {
    font-size: 21px;
    text-align:center !important;
    padding:10% 0% 5%;
    color: #fff;
    line-height:1.6;
}
  
  .quiz-gallery {
    margin-top: -10px;
  }
  
  .quiz-gallery .qg-img{
      width:50%;
  }
  .introduction-para {
    padding-top: 30px;
    font-size: 16px;
    padding:2%;
    line-height: 1.6;
  }
  
  .carousel-item img{
      width:80%;
  }
  
  .overlay-text{
      font-size:26px;
  }
  
  .what-we-do-introduction-text-para {
    padding:2%;
    line-height: 1.6;
}
.our-promise-para {
    line-height: 1.6;
}
  
  .our-promise-heading {
    font-size: 39px;
    padding: 0;
  }
  .our-promise {
    padding: 20px 15px;
  }
  
  /* Residence responsive css */
  .home-m-s h1 {
    font-size: 40px !important;
    padding-bottom: 5%;
  }
  .home-m-s h2 {
    font-size: 20px !important;
  }
  .home-m-s p {
    font-size: 16px !important;
  }
  
  .v-app .b-bottom {
    border-bottom: 3px Solid #000 !important;
      
  }
  .v-app .col-md-8{
      width:50% ;
  }
  .v-app .col-md-4{
      width:50% ;
  }
  .v-app h6 {
    font-size: 20px !important;
  }
  .v-app .line::after {
    height: 1% !important;
    width: 3px !important;
    left: 36% !important;
    top: 2.4% !important;
  }
  .v-app h4 {
    font-size: 28px !important;
  }
  .v-app p {
    font-size: 16px !important;
  }
  .t-i-designs .p-li {
    padding: 5% 0% 10% 0% !important;
}
.t-i-designs .p-li .col-md-6{width:50%;}
  .t-i-designs h6 {
    font-size: 20px !important;
  }
  .t-i-designs .p-li ul li {
      line-height:1.6 !important;
    font-size: 16px !important;
    }
    .t-i-designs h4 {
    font-size: 20px !important;
    margin-left:0% !important;
    }
    .t-i-designs p {
    font-size: 20px !important;
    margin-left:0% !important;
    padding: 3% 0% 0%;
    }
    .t-i-designs .b-q .btn {
        
        border-radius: 20px !important;
        padding: 5px 20px 5px 20px !important;
        font-size: 16px !important;
    }
  .who-we-are h4 {
    font-size: 21px !important;
    line-height: 1.6;
  }
  .who-we-are p span {
    font-size: 16px !important;
}

.who-we-are h4 span {
    font-family: IvyOraTextitalic;
}
  
  .who-we-are p {
    font-size: 20px !important;
  }
  
  /* Commercial responsive css */
  
  .c-s-brand h6 {
    font-size: 25px !important;
  }
  .c-s-brand h2 {
    font-size: 40px !important;
  }
  .c-s-brand p {
      font-size:16px;
  }
  .w-we-offer p {
    font-size: 16px !important;
    }
    .wwo {
    top: 30% !important;
    font-size: 30px !important;
    left: 30% !important;
}

.wwo-text{padding-top:10%;}
    
    /*.wwo-i{width:50%;}*/
    /*.wwo-text{width:50%;}*/
    .wwo-text h4 {
        font-size: 25px !important;
    }
    .ed-i h4 {
    font-size: 22px !important;
    }
    .ed-i h2 {
    font-size: 30px !important;
    }
    .ed-i h6 {
    font-size: 14px !important;
    }
    .ed-i p {
    font-size: 14px !important;
    padding: 3% 5% 0% 5% !important;
    }
    .ed-i .h-sch {
        font-size: 16px !important;
    }
    .ed-i .g-i-t .btn {
    padding: 5px 10px 5px 10px !important;
    font-size: 16px !important;
    }
    .w-sil-int h2 {
    font-size: 20px !important;
    }
    .w-sil-int h4 {
    font-size: 30px !important;
    }
    .w-sil-int p{font-size:16px !important;}
    .w-sil-int h6 {
    font-size: 35px !important;
    }
    .f-silhouette h2 {
    font-size: 20px !important;
    margin-left:5%;
    }
    .f-silhouette p {
    font-size: 18px !important;
    margin-left:5% !important;
    }
    
    .w-we-offer {
    padding: 5% 0% 15% !important;
    }
    .w-we-offer ul li {
    font-size: 9px !important;
    width: 18% !important;
    }
  /* Hospitality responsive css */
  .hs-e h2 {
    font-size: 40px !important;
  }
  .hs-e p {
    font-size: 16px !important;
    padding: 5% 5% 0% !important;
  }
  .d-spaces h2 {
    font-size: 28px !important;
  }
  .d-spaces p {
    font-size: 16px !important;
    padding: 5% 0% 10% !important;
  }
  .s-tex{padding-top:10%;}
  .h-im img {
    padding: 0% !important;
}
  .hd-mat h4 {
    font-size: 25px !important;
  }
  .hd-mat ul li {
    font-size: 16px !important;
  }
  .hos-vi {
    padding: 15% 0% 15% !important;
}
  .hos-vi h6 {
    font-size: 20px !important;
  }
  .hos-vi .btn { font-size:16px !important;}
  
  /* REAL ESTATE responsive css */
  
  .re-adv h2 {
    font-size: 35px !important;
  }
  
  .ra-im{
      width:50% !important;padding: 0px !important;
  }
  .ra-im img{width:100% !important; height:100% !important; object-fit:none;}
  .ra-tex{
      width:50% !important;
  }
  .ra-tex p {
    line-height:1.6 !important;;
      
  }
  .re-adv h2 .gui {
    font-size: 40px !important;
    }
    .ra-tex p span {font-weight:600 !important;}
    .re-adv p {
    font-size: 16px !important;
    padding: 5% 5% 10% !important;
    font-weight:600;
    }
    .we-help h4 {
        font-size: 29px !important;
    }
    .we-help ul li h6 {
        font-size: 22px !important;
    }
    .we-help ul li p {
        font-size: 14px !important;
    }
    .we-help .hel-b .btn {
    padding: 5px 16px 5px 16px !important;
    font-size: 20px !important;
    }
    .our-r-adv h4 {
        font-size: 25px !important;
    }
    .our-r-adv p {
        font-size: 16px !important;
    }
    .our-r-adv h6 {
    font-size: 22px !important;
    }
  
  /* RENOVATION responsive css */
  
  .f-imp h2 {font-size: 28px !important;}
  .f-imp p {font-size:13px !important;}
  .ren-m-mak h2 {font-size: 35px !important;}
  .ren-m-mak h4 {font-size: 30px !important;}
  .ren-it {padding: 0% !important;}
  .vr-im{width:50% !important;}
  .vr-im img{width:100% !important;height:100% !important; object-fit:none;}
  .vr-tex{width:50% !important;}
  .ren-m-mak h5 {font-size: 18px !important;}
  .ren-m-mak p {font-size: 13px !important;}
  .ren-m-mak .vr-bu .btn {padding: 5px 10px 5px 10px !important;}
  .ren-m-mak h6 {font-size: 20px !important;padding: 10% 0% 0% !important;}
  .fr-tex{width:50% !important;}
  .fr-im{width:50% !important;}
  .fr-im img{width:100% !important;height:100% !important; object-fit:none;}
  .cr-im{width:50% !important;}
  .cr-im img{width:100% !important;height:100% !important; object-fit:none;}
  .cr-tex{width:50% !important;}
  .cho-shilh h2 {font-size: 30px !important;}
  .cho-shilh ul {padding-top: 10% !important;}
  .cho-shilh ul li {font-size: 25px !important;}
  .c-second {padding: 0% !important;}
  .cho-shilh h6 {font-size: 35px !important; line-height:1.4;}
  .cho-shilh h6 .sil-int-s {font-size: 20px !important;}
  .cho-shilh .cho-shih-but .btn {padding: 5px 15px 5px 15px !important;font-size: 16px !important;}
  
  /* footer responsive css */
    .f-silhouette {padding: 15% 0% 10% 0% !important;}
    .f-silhouette h4 {font-weight:400;text-align:center;letter-spacing: 0.2em;text-transform:uppercase;}
    .f-silhouette ul li {text-align:center;font-size:14px !important;}
    
    .f-silhouette ol{
        padding:3% 0% 10% 22% !important;
    }
    .f-silhouette ol li {
        width: 15% !important;
    }
    
    /* Enquiry form responsive css */
    .enq h2 {
        font-size: 60px !important;
        }
    .enq p {
        font-size: 16px !important;
        padding: 4% 10% 0% !important;
        line-height: 1.6;
    }
    .fr-w .check-m{
        padding: 5% 0% 0% 5%;
        
    }
    .res-y-pri p {
        padding: 0% 9% 0%;
        line-height: 1.6;
    }
    .navbar-nav .dropdown-menu {
    position: absolute !important;
    border-radius: 0px !important;
       
    }
    
}

@media (max-width: 767.98px) {
  .navbar-nav {
    flex-direction: row !important;
  }

  .navbar-nav .nav-item {
    margin-right: 15px;
    font-size: 14px;
  }
}

/* Residence Page */

.home-m-s{
    background-color:#000;
    color:#fff;
    padding:10% 10% 10%;
}

.home-m-s h1{
    font-size:142px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.home-m-s h2{
    font-size:75px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding-bottom:8%;
}

.home-m-s p{
    font-size:20px;
    font-family: IvyOraTextRegular;
    line-height:1.6;
    font-weight:400;
    color:#fff;
}
.home-m-s p span{
    font-family: IvyOraTextitalic;
}

.v-app{
    padding: 10% 0% 10% 5%;
    position:relative;
}

.v-app h6{
    font-size:35px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding:0% 0% 5%;
}

.v-app h6 span{
    padding-left:25%;
}

.v-app .line::after{
    content: ' ';
    background-color: #000;
    height: 3%;
    width: 4px;
    left: 26%;
    position: absolute;
    top: 8%;
    
    z-index: 1;
}

.v-app h4{
    font-size:60px;
    font-family: IvyOraTextRegular;
    font-weight:600;
}

.v-app p{
    font-size:20px;
    font-family: IvyOraTextRegular;
    line-height:1.6;
    font-weight:400;
}

.v-app .b-bottom{
    border-bottom: 5px Solid #000;
    padding:5% 0% 8%;
}

.v-app .b-bottom-p{
    padding:5% 0% 0%;
}

.v-app .residence-i{
    padding:5% 2% 5%;
}

.v-app .residence-i img{
    width:100%;
}

.t-i-designs{
    background-color:#000;
    padding:10% 0% 10%;
    color:#fff;
}

.t-i-designs h6{
    font-size:55px;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.t-i-designs .p-li{
    padding: 5% 0% 10% 15%;
    
}

.t-i-designs .p-li ul li{
    line-height:3.0;
    font-size:25px;
}

.t-i-designs h4{
    font-size:40px;
    margin-left:14%;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.t-i-designs p{
    font-size:40px;
    margin-left:14%;
    color:#fff;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.t-i-designs .b-q{
    text-align:center;
    padding:3% 0% 0%;
}

.t-i-designs .b-q .btn{
    background-color:#cd9826;
    color:#000;
    border-radius:20px;
    padding: 5px 20px 5px 20px;
    font-size:20px;
}

.who-we-are{
    padding:10% 10% 10%;
}

.who-we-are h4{
    font-size:50px;
    font-weight:400;
    font-family: IvyOraTextRegular;
    
}

.who-we-are p{
    padding-top:5%;
    font-size:40px;
    line-height:1.3;
    font-weight:400;
    font-family: IvyOraTextRegular;
    
}

.who-we-are p span{
    font-size:29px;
}

/* Commercial Page */

.c-s-brand{
    padding:10% 0% 10%;
    background-color:#000;
    color:#fff;
}

.c-s-brand h6{
    font-size: 60px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.c-s-brand h6 span{
    font-family: IvyOraTextitalic;
}

.c-s-brand h2{
    font-size: 95px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.c-s-brand p{
    padding:10% 10% 0% 10%;
    color:#fff;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.w-we-offer{
    padding:5% 0% 5%;
}
.w-we-offer ul li a{
    color:#000;
}

.w-we-offer p{
    text-align:center;
    font-size:30px;
    
}

.w-we-offer p span{
    font-family: IvyOraTextitalic;
}

.wwo-i{
    position:relative;
    background-color: #000;
    color: #fff;
    padding:0px;
}
.wwo-i img{opacity:.3;width:100%;height:100%;}
.wwo{
    text-align: center;
    position: absolute;
    top: 5%;
    font-size: 40px;
    left: 25%;
}
.wwo span{
    font-family: IvyOraTextitalic;
}

.wwo-text h4{
     font-size: 35px;
    font-family: IvyOraTextRegular;
    font-weight:600;
}

.wwo-text p{
     font-size: 20px;
     text-align:justify;
     line-height:1.6;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding-right:10%;
}

.w-we-offer ul{
    list-style:none;
    width:100%;
}
.w-we-offer ul li{
    float:left;
    text-align:center;
    font-size:18px;
    border-right: 2px solid #dee11b;
    width:20%;
}
.w-we-offer ul li:nth-child(5){
    border:none;
}

.ed-i{
    padding:5% 0% 5%;
    background-color:#000;
    color:#fff;
}

.ed-i h4{
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:40px;
    padding-bottom:10%;
}

.ed-i h2{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:70px;
    margin-left:5%;
    
}
.ed-i h6{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:20px;
    margin-left:5%;
    padding-bottom:10%;
}

.ed-i p{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:18px;
    color:#fff;
    line-height:2.0;
    padding:0% 20% 0% 5%;
}

.ed-i .h-sch{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:40px;
    color:#fff;
    padding:0% 0% 5% 5%;
}

.ed-i .h-sch span{
    font-family: IvyOraTextitalic;
}

.ed-i .g-i-t{
    text-align:center;
}
.ed-i .g-i-t .btn{
    background-color:#cd9826;
    color:#000;
    border-radius:20px;
    padding: 5px 20px 5px 20px;
    font-size:20px;
}
.ed-i .edu-vis{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:45px;
    color:#fff;
    padding:0% 0% 0% 5%;
}
.w-sil-int{
    padding:5% 0% 5%;
}

.w-sil-int h2{
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:50px;
    padding-bottom:5%;
}
.w-sil-int h2 span{
    font-family: IvyOraTextitalic;
    font-weight:600;
}

.w-sil-int h4{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:50px;
}
.w-sil-int .num{text-align: right;}
.w-sil-int h6{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:85px;
    padding:10% 0% 0%;
    text-align:center;
}
.w-sil-int h6 span{
    font-family: IvyOraTextitalic;
}
.f-silhouette{
    background-color:#000000;
    color:#fff;
    padding:5% 0% 5% 5%;
}
.f-silhouette h2{
    font-family: IvyOraTextbold;
    font-weight:700;
    font-size:35px;
    letter-spacing:10px;
}
.f-silhouette p{
    font-family: IvyOraTextRegular;
    font-weight:400;
    font-size:35px;
    color:#fff;
    margin:0% 0% 8%;
}
.f-silhouette p span{
    font-family: IvyOraTextitalic;
}

.f-silhouette  h4{font-size:16px;}
.f-silhouette  ul{list-style:none;padding:0%;}
.f-silhouette  ul li{font-size:16px;line-height:2.0;}
.f-silhouette  ul li a{text-decoration:none;color:#fff;}
.f-silhouette  h6{font-size:30px;}
.f-silhouette  .subs{font-size:12px;}
.f-silhouette .subscr-but{text-align:right;}
.f-silhouette .subscr-but .btn{
    background-color:#f5cf59;
    color:#000;
    border-radius:20px;
    padding: 2px 15px 2px 15px;
    font-size: 12px;
}
.f-silhouette i{
        background-color:#eac68e;
        color:#000;
        width:15px;
        height:15px;
        font-size:8px;
        border-radius:50%;
        padding:3px;
        display:inline-block;
        
    }
    .f-silhouette ol{
        list-style:none;padding:0% 0% 0% 5%;
        width:100%;
    }
    .f-silhouette ol li{
        float:left;
        text-align:center;
        width:18%;
    }
    .f-silhouette ol li i{
        width:35px;
        height:35px;
        font-size:20px;
        padding:8px;
    }
form .form-control{
    background-color:#000;
    border:none;
    margin:0% 0% 5%;
    border-bottom:1px solid #fff;
}

/* Hospitality Page */

.hs-e{
    padding:10% 0% 10%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.8)), url(../images/h-emo.jpg);
    background-size: cover;
    background-position:center;
    background-color:#000;
    color:#fff;
}
.hs-e h2{
    font-size:65px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.hs-e h2 span{
    font-family: IvyOraTextitalic;
}

.hs-e p{
    font-size:20px;
    font-family: IvyOraTextRegular;
    padding:10% 10% 0%;
    font-weight:400;
    line-height:1.6;
    color:#fff;
}
.d-spaces{
    padding:5% 0% 10%;
}
.d-spaces h2{
    font-size:65px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.d-spaces h2 span{
    font-family: IvyOraTextitalic;
}
.d-spaces p{
    font-size:20px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding:5% 10% 10%;
    line-height:1.6;
}

.d-spaces p span{
    font-family: IvyOraTextitalic;
}

.d-spaces .s-tex h4{
     font-size:40px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.h-im img{
    height:600px;
    padding: 55% 0% 0%;
}
.ins-im img{
    height:700px;
}
.s-tex p{
     font-size:20px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding:0%;
    line-height:1.6;
}

.hd-mat{
    background-color:#000;
    color:#fff;
    padding:5% 0% 10% 5%;
}
.hd-mat h4{
     font-size:75px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.hd-mat ul{
    
    padding:3% 0% 0% 7%;
}
.hd-mat ul li{
    font-size:27px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    line-height:1.6;
}
.hos-vi{
    padding:5% 0% 8%;
}

.hos-vi h6{
    font-size:50px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding:0% 0% 3%;
}

.hos-vi .btn{
     background-color:#cd9826;
    color:#000;
    border-radius:20px;
    padding: 5px 20px 5px 20px;
    font-size:20px;
}

/* REAL ESTATE Page */

.re-adv{
    padding:5% 0% 10%;
}
.re-adv h2{
    font-size:80px;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.re-adv h2 span{
    font-family: IvyOraTextitalic;
}
.re-adv h2 .gui{
    font-family: IvyOraTextRegular;
    font-size:60px;
}
.re-adv p{
    font-size:20px;
    text-align: center;
    font-family: IvyOraTextRegular;
    font-weight:400;
    line-height:2.0;
    padding:5% 12% 10%;
}
.re-adv p span{font-family: IvyOraTextitalic;}
.re-adv .i-t-est{
    padding:0% 5% 0%;
}



.ra-tex p{
    padding:0%;
    font-size: 35px;
    text-align:start;
    line-height: 2.2;
}
.ra-tex p span{
    font-family: IvyOraTextitalic;
}

.we-help{
    background-image: linear-gradient(rgba(0, 0, 0, 0.750), rgba(0, 0, 0, 0.8)), url(../images/we-help.jpg);
    background-size:cover;
    background-position:center;
    padding:8% 0% 5%;
    background-color:#000;
    color:#fff;
}
.we-help h4{
    font-size:80px;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.we-help h4 span{
    font-family: IvyOraTextitalic;
}

.we-help ul{
    padding:8% 0% 5% 20%;
    
}
.we-help ul li h6{
    font-size:35px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.we-help ul li{
    font-size:30px;
    padding:0% 0% 3%;
}
.we-help ul li p{
    font-size:20px;
    color:#fff;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.we-help .hel-b{
    text-align:center;
}
.we-help .hel-b .btn{
    background-color:#f4ce59;
    color:#000;
    border-radius:20px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding: 5px 25px 5px 25px;
    font-size:25px;
}

.our-r-adv{padding:10% 0% 5%;}

.our-r-adv h4{
    font-size:80px;
    padding-left:18%;
    padding-bottom:5%;
    font-family: IvyOraTextRegular;
    font-weight:400;
}

.our-r-adv h4 span{
     font-family: IvyOraTextitalic;
}

.our-r-adv p{
    font-size:30px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding:0% 15% 3%;
    line-height:2.3;
}

.our-r-adv p span{
     font-family: IvyOraTextitalic;
     font-weight:600;
}
.our-r-adv h6{
    font-size:60px;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.our-r-adv h6 span{
    font-family: IvyOraTextitalic;
}

/* RENOVATION Page */
    
.f-imp{
    background-image: linear-gradient(rgba(0, 0, 0, 0.850), rgba(0, 0, 0, 0.8)), url(../images/first-impression.jpg);
    background-size:cover;
    background-position:center;
    color:#fff;
    background-color:#000;
    padding: 15% 0% 10%;
    text-align:center;
}    
    
.f-imp h2{
    font-size:70px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}    
    
.f-imp h2 span{
    font-family: IvyOraTextitalic;
}
.f-imp p{
    padding:3% 10% 0%;
    font-family: IvyOraTextRegular;
    font-weight:400;
    color:#fff;
    line-height:2.0;
}

.ren-m-mak{padding:5% 0% 10%;}
.ren-m-mak h2{
    font-size:80px;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
}    
.ren-m-mak h4{
    font-size:60px;
    padding:3% 0% 5%;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
}   
.ren-m-mak h4 span{
    font-family: IvyOraTextitalic;
}
    
.ren-it{padding:0% 15% 0%;}    
    
.ren-m-mak h5{
    font-size:35px;
    margin:20% 0% 5%;
    letter-spacing:5px;
    font-family: IvyOraTextRegular;
    font-weight:600;
}    
.ren-m-mak h5 span{
     font-family: IvyOraTextitalic;
}    
.ren-m-mak p{
    line-height: 1.6;
    font-size: 22px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}   
    
.ren-m-mak .vr-bu .btn{
    color:#000;
    border:1px solid #000;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding: 10px 25px 10px 25px;
    font-size:16px;
}    

.ren-m-mak h6{
    font-size: 25px;
    font-weight: 600;
    padding: 3% 0% 0%;
    font-family: IvyOraTextitalic;
}



.c-first img{height:500px;}
.c-second img{height:500px;}
.c-second{padding:35% 0% 0%;}


.cho-shilh{
    padding:10% 0% 8%;
}    
.cho-shilh h2{
    font-size:65px;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding:0% 0% 10%;
}

.cho-shilh h2 span{
    font-family: IvyOraTextitalic;
}

.cho-shilh ul{
    list-style:auto;
}

.cho-shilh ul li{
    font-size:40px;
    font-family: IvyOraTextRegular;
    padding:0% 0% 10%;
    font-weight:400;
}
    
.cho-shilh h6{
    font-size:65px;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding:10% 0% 0%;
}
.cho-shilh h6 span{
    font-family: IvyOraTextitalic;
}
.cho-shilh h6 .sil-int-s{
    font-size:42px;
     font-family: IvyOraTextRegular;
}

.cho-shilh .cho-shih-but{
    text-align:center;
    padding:3% 0% 0%;
}

.cho-shilh .cho-shih-but .btn{
    text-align:center;
     background-color:#f4ce59;
    color:#000;
    border-radius:20px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding: 5px 25px 5px 25px;
    font-size:25px;
}

/* Enquiry Form*/
.enq{
    padding:8% 0% 10%;
    background-color:#000;
    color:#fff;
    text-align:center;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.enq h2{font-size:95px;}
.enq h2 span{font-family: IvyOraTextitalic;}
.enq p{font-size:20px;color:#fff;padding:3% 0% 0%;}
.fr-w{
    padding:0% 0% 5%;
}
.fr-w h6{
     font-size: 35px;
    text-align: center;
    padding: 10% 0% 3%;
}
.fr-w h6 span{
    font-family: IvyOraTextitalic;
}
.fr-w form label{
    font-size:16px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.fr-w form label span{
    font-family: IvyOraTextitalic;
}
.fr-w form .form-control{
    background-color:#fff;
    color #000;
    border:1px solid #000;
    border-radius:0px;
}

.fr-w form .form-check-input{
    width:40px;
    height:30px;
    border: 1px solid #000000;
}

.res-y-pri{
    padding:5% 0% 5%;
    background-color:#000;
    color:#fff;
}

.res-y-pri p{
    color:#fff;
    text-align:center;
    font-size:16px;
    font-family: IvyOraTextRegular;
    font-weight:400;
}
.res-y-pri .bt-sub{
    text-align:center;
}

.res-y-pri .bt-sub .btn{
    background-color:#f4ce59;
    color:#000;
    border-radius:25px;
    font-family: IvyOraTextRegular;
    font-weight:400;
    padding: 10px 50px 10px 50px;
    font-size:16px;
}


/* slider css new*/
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: 1px solid rgb(255 255 255);
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
/*.slider-wrapper .slide-button:hover {*/
/*  background: #404040;*/
/*}*/
.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}
.slider-wrapper .slide-button#next-slide {
  right: -25px;
}
.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}
.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}
/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    /*display: none !important;*/
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    padding:0px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}


