:root {

  scroll-behavior: smooth;

}
html {
    overflow-x: hidden !important;
}
/* ---------jost=----------- */
/*@font-face {*/
/*  font-family: 'Jost Bold';*/
/*  src: url("/artmaker/assets/fonts/jost/Jost-Bold.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'Jost Regular';*/
/*  src: url("/artmaker/assets/fonts/jost/Jost-Regular.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'Jost Medium';*/
/*  src: url("/artmaker/assets/fonts/jost/Jost-Medium.ttf") format("truetype");*/

/*}*/

/* ----------plus-jakarta------ */
/*@font-face {*/
/*  font-family: 'plusJakartaSans Bold';*/
/*  src: url("/artmaker/assets/fonts/plus-jakarta-sans/PlusJakartaSans-Bold.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'PlusJakartaSans Medium';*/
/*  src: url("/artmaker/assets/fonts/plus-jakarta-sans/PlusJakartaSans-Medium.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'PlusJakartaSans Regular';*/
/*  src: url("/artmaker/assets/fonts/plus-jakarta-sans/PlusJakartaSans-Regular.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'PlusJakartaSans ExtraBold';*/
/*  src: url("/artmaker/assets/fonts/plus-jakarta-sans/PlusJakartaSans-ExtraBold.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'PlusJakartaSans SemiBold';*/
/*  src: url("/artmaker/assets/fonts/plus-jakarta-sans/PlusJakartaSans-SemiBold.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'PlusJakartaSans MediumItalic';*/
/*  src: url("/artmaker/assets/fonts/plus-jakarta-sans/PlusJakartaSans-MediumItalic.ttf") format("truetype");*/
/*}*/

/* ---------poppins---------------- */
/*@font-face {*/
/*  font-family: 'Poppins Medium';*/
/*  src: url("/artmaker/assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");*/
/*}*/

/* ---------------garamond------------------ */
/*@font-face {*/
/*  font-family: 'EBGaramond-SemiBold';*/
/*  src: url("/artmaker/assets/fonts/garamond/EBGaramond-SemiBold.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: 'EBGaramond-Bold';*/
/*  src: url("/artmaker/assets/fonts/garamond/EBGaramond-Bold.ttf") format("truetype");*/
/*}*/


:root {
  --font-primaryRegular: "Jost Regular";
  --font-primaryMedium: "Jost Medium";
  --font-primaryBold: "Jost Bold";


  --font-secondaryBold: "Plus Jakarta Sans";
  --font-secondaryRegular: "Plus Jakarta Sans";
  --font-secondaryMedium: "Plus Jakarta Sans";
  --font-secondaryExtraBold: "Plus Jakarta Sans";
  --font-secondarySemiBold: "Plus Jakarta Sans";
  --font-secondaryMediumItalic: "Plus Jakarta Sans";

  --font-thirdPoppinsMedium: 'Poppins Medium';


  --font-fourthGaramondSemiBold: 'EB Garamond';
  --font-fourthGaramondBold: 'EB Garamond';
}

:root {
  --primary-color: #013300;
}

.font-size1600px {
  font-size: 22px;
  font-size: 15px;
  /* ---- */
  font-size: 120px;
  font-size: 85px;
  /* ----------- */
  font-size: 80px;
  font-size: 40px;
  /* ---- */
  font-size: 32px;
  font-size: 18px;
  /* ---- */
  font-size: 18px;
  font-size: 12px;
  /* ---- */
  font-size: 24px;
  font-size: 13px;
  /* ---- */
  font-size: 20px;
  font-size: 12px;
  /* ---- */
  font-size:16px;
  font-size: 11px;
 /* ---- */
 font-size:33px;
 font-size: 18px;
  /* ---- */
  font-size:26px;
  font-size: 16px;
    /* ---- */
    font-size:60px;
    font-size: 30px;
}


a {
  text-decoration: none !important;
}


body {

  color: rgba(var(--color-primary-rgb), 1);
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden;

}



a {

  color: var(--color-links);

  text-decoration: none;

}



a:hover {

  color: var(--color-links-hover);

  text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: var(--font-primary);

}



#main {

  margin-top: 90px;

}



/*--------------------------------------------------------------

# Sections & Section Header

--------------------------------------------------------------*/

section {

  /* padding: 40px 0; */

  overflow: hidden;

}

.mt-11 {
  margin-top: 11em;
}

.mt-8 {
  margin-top: 8em
}

.section-header {

  border-bottom: 2px solid var(--color-black);

}



.section-header h2 {

  font-size: 50px;

  color: var(--color-black);

}



.section-header p {

  margin-bottom: 0;

}



/*--------------------------------------------------------------

# Scroll top button

--------------------------------------------------------------*/

.scroll-top {

  position: fixed;

  visibility: hidden;

  opacity: 0;

  right: 15px;

  bottom: 15px;

  z-index: 99999;

  background: var(--color-primary);

  width: 40px;

  height: 40px;

  border-radius: 4px;

  transition: all 0.4s;

}



.scroll-top i {

  font-size: 24px;

  color: #fff;

  line-height: 0;

}



.scroll-top:hover {

  background: rgba(var(--color-primary-rgb), 0.8);

  color: #fff;

}



.scroll-top.active {

  visibility: visible;

  opacity: 1;

}



/*--------------------------------------------------------------

# Page title

--------------------------------------------------------------*/

.page-title {

  font-size: 70px;

  color: var(--color-black);

}



/* Form Input Fieldds */

.form-control:active,

.form-control:focus {

  outline: none;

  box-shadow: none;

  border-color: var(--color-black);

}



.btn:active,

.btn:focus {

  outline: none;

}



.btn.btn-primary {

  background-color: var(--color-black);

  color: var(--color-white);

  border-color: var(--color-black);

}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/



.custom-header .navbar-brand img {

  width: 100%;
  padding-left: 20px;

}

.custom-header .navbar-nav {

  align-items: center;

}




header.custom-header .navbar-dark .navbar-nav .nav-link {

  color: var(--primary-color) !important;
  font-size: 22px;
  line-height: 68px;
  font-weight: 800;
  font-family: var(--font-secondaryExtraBold);
  padding: 10px 20px;

}



header.custom-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #AFB994 !important;
}
header.custom-header {
  background: #fff;
  box-shadow: 0px 3px 6px #558d5529;
}



.nav-link:hover {

  color: #AFB994;

}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {

  color: var(--primary-color) !important;

}



.custom-header .user-img img {

  width: 18px;

}

.custom-header .cart-img img {

  width: 20px;

}



/*home tab css*/

.carousel-caption {
       position: absolute;
       right: 15%;
       bottom: 25% !important;
       top: 26% !important;
       left: 15%;
       padding-top: 1.25rem;
       padding-bottom: 1.25rem;
       color: #fff;
       text-align: center;
   }
#home-tabs .nav-link {
    background-color: #F6F9E7 !important;
    color: #013300 !important;
    font-size: 24px;
    line-height: 40px;
    font-family: var(--font-secondaryRegular);
    font-weight: 600;
    padding: 5px 15px;
    /* margin: 0px 10px; */
}

#home-tabs .nav-link:hover {
    background-color: #AFB994 !important;
    color: #fff !important;
}

#home-tabs .nav-pills .nav-link.active {
    background-color: #013300 !important;
    color: #fff !important;
}

#home-tabs ul#pills-tab {
    justify-content: space-between;
}
#service-section-one #pills-tab {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 950px;
    color: #fff;
}


/*service tabs*/
 #service-section-one #pills-tab {
   justify-content: space-evenly;
   max-width: 1048px;
   margin: auto;
   padding-top: 6em;
}

#service-section-one .service-carts1.active {
   background: var(--primary-color) !important;
   border-radius: 10px;
   opacity: 1;
   font-size: 24px;
   background: var(--primary-color) !important;
   font-family: var(--font-secondaryExtraBold);
   color: white !important;
}

#service-section-one  .service-carts1 {
   padding: 35px 74px;
   border-radius: 10px;
   color: var(--primary-color);
   background: #F6F9E7;
   font-size: 24px;
   letter-spacing: 0px;
   color: var(--primary-color);
   opacity: 1;
   font-family: var(--font-secondaryExtraBold);
}

#service-section-one  .service-carts1:hover {
   background-color: #AFB994;
   color: white;
}

#service-section-one.service-carts1:hover img,
#service-section-one .service-carts1.active img {
   filter: brightness(0) invert(1);
}
.hotel-image img {
    filter: invert(14%) sepia(211%) saturate(4493%) hue-rotate(77deg) brightness(38%) contrast(250%) !important;
}

#service-section-one.hotel-image:hover img,
.hotel-image.active img {
    filter: brightness(00%) invert(100%) !important;
}

/*#pills-tabContent {
    margin-top: 130px;
}*/

.swiper-pagination {
    position: absolute;
    width: 40% !important;
    text-align: center;
}

.swiper-pagination-bullet {
    margin: 7px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: black;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 168px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#shop-section .shop-items button.accordion-button.collapsed {
    font-size: 20px;
    font-family: var(--font-secondaryBold);
    color: var(--primary-color);
    padding: 0px;

    line-height: 40px;
}

#shop-section .accordion-item.shop-items {
    border: 0px;
}

#shop-section .accordion-button::after {
    rotate: 180deg !important;
}

#shop-section #accordionFlushExample {
    max-width: 322px;
}


/*carrer model*/
#career-model .modal-body h5 {
   font-size: 50px;
   font-family: var(--font-fourthGaramondSemiBold);
   color: var(--primary-color);
}
.career-model-section .career-hotel-tab li span {
    text-align: left;
    font: normal normal 600 18px/24px Plus Jakarta Sans !important;
    letter-spacing: 0px;
    color: #013300 !important;
    opacity: 1;
}
h6.career-responsibility-model {
    font: normal normal 800 23px/70px Plus Jakarta Sans;
    letter-spacing: 0px;
    color: #013300;
    text-transform: capitalize;
    opacity: 1;
}
.career-hotel-tab li span {
    text-align: left;
    font: normal normal 600 16px/24px Plus Jakarta Sans !important;
    letter-spacing: 0px;
    color: #013300 !important;
    opacity: 1;
}
#career-model  .project-coordinate {
   text-decoration: underline;
}

#career-model .btn-close {
cursor: pointer;
   opacity: 1 !important;
   font-size: 24px !important;
}

#career-model .modal-body {
   padding: 0px 60px;
}

#career-model .modal-body input,
#career-model #exampleFormControlTextarea1 {
   padding: 12px;
   border: 1px solid #AFB994 !important;
   font-family: var(--font-secondaryRegular);
}

#career-model #inputGroupFile02::-webkit-file-upload-button {
   width: 100px;
   /* Set the desired width for Chrome/Edge */
   background-color: #F5F5F5;
   padding: 1px;
   cursor: pointer;
   border: 1px solid #707070;
   font-size: 14px;
   border-radius: 5px;
   color: #231F20;
   margin-left: 8px;
}

#career-model  #inputGroupFile02::-ms-browse {
   width: 100px;
   /* Set the desired width for Internet Explorer */
   background-color: #F5F5F5;
   padding: 1px;
   border: 1px solid #707070;
   border-radius: 5px;
   font-size: 14px;
   color: #231F20;
   margin-left: 8px;
}

#career-model  #inputGroupFile02::before {
   background-color: #F5F5F5;
   padding: 1px;
   font-size: 14px;
   color: #231F20;
   border: 1px solid #707070;
   border-radius: 5px;
   margin-left: 8px;
   width: 100px;
}

/*contact form*/
.product-short-disc table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}

#contact-form input {
   border: 1px solid #AFB994;
   border-radius: 10px !important;
   padding: 12px 20px !important;
   font-family: var(--font-secondaryRegular);

}

#contact-form #exampleFormControlTextarea1 {
   border: 1px solid #AFB994;
   border-radius: 10px !important;
   font-family: var(--font-secondaryRegular);
}


/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

.footer .container {

  max-width: 1600px;

}

.footer {

  background: #D5E2B1;

  color: var(--primary-color) !important;

  font-size: 24px;

  line-height: 34px;

  font-family: 'Plus Jakarta Sans';

  padding: 35px 0 0 0;

}

.footer-content .quicklink {

  column-count: 2;

}

.footer-links li a {

  color: var(--primary-color);

  text-decoration: none;

  font-size: 17px;

  font-family: var(--font-secondarySemiBold);

  line-height: 22px;

}
.art-inner-shop-related {
    height: 160px;
}
.footer-legal .row.justify-content-between {

  border-top: 3px solid #AFB994;
  align-items: center;
  padding: 10px 0;

}

p.footer-artmaker {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--primary-color);
  font-family: var(--font-secondarySemiBold);
  opacity: 1;
}


.footer-heading {

  font-size: 24px;

  line-height: 34px;

  font-weight: 600;

  font-family: var(--font-secondaryExtraBold);

}

.footer-legal .copyright {

  font-size: 14px;
  padding-top: 5px;
  line-height: 28px;
  font-family: var(--font-thirdPoppinsMedium);

}



.credits a {

  font-size: 14px;

  line-height: 28px;

  font-family: var(--font-thirdPoppinsMedium);

  color: var(--primary-color);

  text-decoration: none;

}

.credits a:hover,
.footer-links li a:hover {

  color: #F6F9E7;

}

.footer-legal .credits img {

  width: 20px;

}

.menu-links-footer {

  column-count: 2;

}
div#product-detail {
  height: 550px;
}




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

  .custom-header .navbar-brand img {

    width: 100px;

  }

  .custom-header .navbar-brand {

    margin-right: 0;

    padding: 0 1em;

  }

  .footer-legal .copyright a {

    text-align: center;

  }



  .credits a {

    text-align: center;

  }

  .footer-legal {

    text-align: center;

  }

  header.custom-header .navbar-dark .navbar-nav .nav-link {

    line-height: 20px !important;
    font-size: 9px !important;
    padding: 10px 12px;

  }

}
.project-inner p>span {
    text-align: left;
    font: normal normal 600 18px/34px Plus Jakarta Sans !important;
    letter-spacing: 0px;
    color: #013300 !important;
    opacity: 1;
}
/* -----------------------------home-page---------------------- */
/* --------------------------section-one----------------------- */

#home-section-one .swiper-container {
  width: 100%;
  height: 977px;
}

#home-section-one .swiper-container .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
  cursor: pointer;
}

#home-section-one .swiper-container .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 3;
  cursor: pointer;
}

#home-section-one .bgimage {
  background-size:cover;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#home-section-one .carousel-caption.d-none.d-md-block.home-content {
  z-index: 9999;
}

#home-section-one .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #6A6A6A 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.75;
}

#home-section-one .swiper-button-prev {
  right: 60px !important;
  left: unset !important;
  background-image: url('../img/slide-prev-btn.png') !important;
  background-size: cover;
  width: 66px;
  height: 66px;
  top: 45% !important;
  z-index: 9999;
}
#home-section-one .swiper-button-prev:hover,#home-section-one .swiper-button-next:hover {
    background-color: #AFB994;
}

#home-section-one .swiper-button-next {
  top: 53% !important;
  right: 60px;
  rotate: 180deg;
  background-image: url('../img/slide-prev-btn.png');
  background-size: cover;
  width: 66px;
  height: 66px;
  z-index: 9999;
}

#home-section-one .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  text-align: left !important;
  display: inline-grid;
  bottom: 50px;
  left: 16px;
}

#home-section-one span.swiper-pagination-bullet {
  margin-bottom: 0px !important;
  background-color: #fff;
  font-size: 24px;
  color: transparent;
}

#home-section-one .swiper-pagination-bullet-active {
  height: 53px;
  border-radius: 0;
  width: 5px;
}

#home-section-one .bullet-number {
  color: transparent;
  position: relative;
  left: 2px;
  bottom: 7px;
  font-size: 22px;
  padding-bottom: 0px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-number {
color: #fff !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin-top: 27px !important; 
}
.bullet-number.swiper-pagination-bullet-active {
background-color: transparent;
}












.home-slider {
  background: #6A6A6A 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.75;
  position: relative;

}

.hero-slider-content {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-content h1 {
  text-align: center;
  font-size: 100px;
  letter-spacing: 0px;
  font-family: var(--font-fourthGaramondSemiBold);
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #0000003D;
  opacity: 1;
  max-width: 900px;
  margin: auto;

}

a.learn-more-btn {
  letter-spacing: 0px;
  cursor: pointer;
  color: #FFFFFF;
  font-family: var(--font-secondaryBold);
  font-size: 16px;
  line-height: 8em;
  padding: 18px 48px;
  text-transform: uppercase;
  opacity: 1;
  background: #AFB994;
}

a.learn-more-btn:hover {
  background-color: var(--primary-color);
}

h6.design-expertise {
  font-size: 25px;
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
  opacity: 1;
}

h1.dream-house {
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-size: 70px;
  font-weight: 700;
  font-family: var(--font-fourthGaramondSemiBold);
}

h1.dream-house1 {
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-size: 85px;
  font-family: var(--font-fourthGaramondSemiBold);
}

p.artmaker-content-1 {
  letter-spacing: 0px;
  font-size: 18px;
  font-family: var(--font-secondarySemiBold);
  color: var(--primary-color);
  opacity: 1;
  max-width: 600px;
  line-height: 30px;
  margin-top: 25px;
  font-weight: 600;
}

.max-width-container {
  max-width: 1590px !important;
}

.perfect-solution-content {
  margin-top: 40px;
    margin-bottom: 60px;
  padding-left: 100px;
}

.home-hotel-card {
  overflow: hidden;
  position: relative;
}

.hotel-name {
  position: absolute;
  top: 50%;
  padding: 10px 0px;
  width: 100%;
  background: #D5E2B1;
}

.hotel-name h5 {
  font-family: var(--font-secondaryBold);
  color: var(--primary-color);
  font-size: 20px;
  text-align: center;
  margin: 0px;
}

.feature-content {
  max-width: 650px !important;
}

section#home-section-four {
  background: url('../img/cta.jpg');
  padding: 73px 0px;
  text-align: center;
}

h6.design-expertise.lets-talk {
  color: #AFB994;
}

.lets-talk h2.art-dream {
  font-family: var(--font-fourthGaramondSemiBold);
  font-size: 70px;
  color: #FFFFFF;
  max-width: 800px;
  margin: auto;
  opacity: 1;
}

.lets-talk-btn {
  opacity: 1;
  background-color: #AFB994;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: bold;
  /* font-family: var(--font-fourthGaramondBold); */
}
.lets-talk-btn:hover{
  color: var(--primary-color) !important;
  background-color: white;
}
.home-contact-section {
  /* background-image: url('../img/rounded-bg.png'); */
  padding: 130px 0px;
  background-size: cover;
  background-position: center;
}

h3.home-contact-us {
  font-size: 70px;
  color: var(--primary-color);
  font-family: var(--font-fourthGaramondBold);
}

p.home-contact-content {
  font-size: 18px;
  font-family: var(--font-secondarySemiBold);
  color: var(--primary-color);
  width: 580px;
  margin-left: auto;
}

h6.contact-distance {
  font-size: 24px;
  letter-spacing: 0px;
  padding: 6px 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: var(--font-secondaryExtraBold);
}

p.contact-dis-address a {
  color: var(--primary-color);
  font-size: 16px;
  font-family: var(--font-secondarySemiBold);
}
p.contact-dis-address {
    color: #013300;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--font-secondarySemiBold);
}
.contact-dis-address a span:hover {
    text-decoration: underline;
}

section#home-section-five {
  position: relative;
  height: 412px;
}

section#home-section-three div#pills-tabContent {
  padding-top: 70px;
}

.home-contact-section {
  position: absolute;
  /* left: 185px; */
  z-index: 1;
  top: 0px;
}

.contact-us-bg img.img-fluid {
  height: 413px;
  width: 782px;
}

.contact-us-bg {
  position: relative;
  left: -192px;
  width: 782px;
}

.row.art-maker {
  display: flex;
  align-items: center;
  height: 413px;
}

.home-hotel-card::after {
  content: url(../img/artmaker-logo-trans.png);
  position: absolute;
  width: 100%;
  top: -365px;
  margin: 0 auto;
  right: 0px;
  height: 100%;
  background-size: cover;
  opacity: 0;
  background-color: #0000005e;
  z-index: 9;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.home-hotel-card:hover .hotel-name {
  display: none;
}

.home-hotel-card:hover::after {
  opacity: 1;
  top: 0;
}

.home-hotel-card {
  position: relative;
}

.address-body {
  max-width: 340px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bi-arrow-up-right::before {
  content: "\f144";
  font-size: 18px;
}

/* ---------------------------------------home-page-css-end----------------------------------------- */


/* -------------------------------------about-us-section-------------------------------- */

.director-part-about{
  display: none !important;
}
.about-us-content {
  max-width: 660px;
  margin: auto;
  margin-top: 120px;
}

p.artmaker-content-2 {
  letter-spacing: 0px;
  font-size: 18px;
  font-family: var(--font-secondarySemiBold);
  color: var(--primary-color);
  opacity: 1;
  max-width: 640px;
  line-height: 30px;
  margin-top: 25px;
}

p.artmaker-content-3 {
  letter-spacing: 0px;
  font-size: 18px;
  font-family: var(--font-secondarySemiBold);
  color: var(--primary-color);
  opacity: 1;
  /* max-width: 600px; */
  line-height: 33px;
  margin-top: 25px;
}
#about-us-section-three .carousel-indicators [data-bs-target] {
    width: 20px !important;
    height: 18px !important;
    background-color: #AFB994 !important;
    border-radius: 50% !important;
}
section#about-us-section-three {
    padding-bottom: 35px;
}
#about-us-section-three .carousel-indicators {
    bottom: -51px !important;
    border-radius: 50% !important;
}
#about-us-section-three .carousel-indicators .active {
    opacity: 1 !important;
    background-color: #013300 !important;
}
#about-us-section-three div#about-us-slider {
    margin-top: 0 !important;
}




/*.about-bussiness-man {
   background-image: url('../img/business-man.png'); 
   background-size: cover;
  height: 829px;
  background-position: right; 
}*/

section#about-us-section-two {
  background-image: url('../img/proud-businessman-his-office@2x.png');
  position: relative;
  /* background-image: linear-gradient(74deg, #AFB994, #AFB994, transparent); */
  background-color: #AFB994;
  height: 854px;
  background-size: cover;
  background-position: right;


}

.about-bussiness-content {
  width: 694px;
  margin-left: auto;
  padding: 120px 0px 100px 0px;
}

.about-us-quote {
  position: absolute;
  left: 150px;
  top: 69px;
}

section#about-us-section-two h5.about-author-name {
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
  font-size: 35px;
  margin-top: 50px;

}

section#about-us-section-two h6.about-director-name {
  font-size: 25px;
  color: var(--primary-color);
  font-family: var(--font-secondaryMediumItalic);
}

.about-accreditations-parent {
  padding: 110px 0px;
}

.about-accreditations {
  max-width: 603px;
  margin: auto;
}

.container-full-width {
  max-width: 1920px !important;
}

/* ------------------------------about-us-css-end------------------------------ */

/* ------------------------------service-section-css----------------------------------- */

section#service-section-one {
  padding-top: 6em;
}
.service-carts11 {
    border: 1px solid #D5E2B1;
    border-radius: 10px;
    padding: 5px;
}
.service-hotel-section ul {
    padding-left: 20px;
}
.service-carts1 {
  width: 283px;
  padding: 74px;
  background: var(--primary-color) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  text-align: center;
}

/* .service-content-slider{
    height: 671px;

} */
.service-content-slider {
  height: 671px;
  width: 830px;
}

h6.service-hotel-room {
  font-size: 33px;
  color: var(--primary-color);
  font-family: var(--font-secondaryExtraBold);
}

.service-hotel-section {
  max-width: 640px;
  margin-left: auto;
  margin-top: -20px
}

span.service-hotel-name {
  font-size: 18px;
  font-family: var(--font-secondarySemiBold);
  color: var(--primary-color);
}

h6.service-tabs-name {
  letter-spacing: 0px;
  padding-top: 20px;
  /* color: #FFFFFF; */
  opacity: 1;
  font-size: 26px;
  font-family: var(--font-secondarySemiBold);
}

.product #product-detail .service-content-slider {
  position: relative;
}

.product #product-detail .service-content-slider {
  /* display: flex; */
  padding-bottom: 0px !important;
}

.product #prev {
  top: 160px;
  left: -16px;
}

.product .Gallery-arrow {
  position: absolute;
  top: 80vh;
}

.Gallery-arrow img {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
}

.product .main-img {
  width: 100%;
}

.main-img img#current,
.main-img img#current1,
.main-img img#current1 {
  background-color: #F5F5F5;
}

.product .main-img img {
  width: 100%;
  /* margin-left: 10px !important; */
  /* height: 168px !important; */
  object-fit: cover !important;
  /* border-radius: 10px !important; */
  padding: 0px 0px 0px 0px !important;
}

.product #next {
  top: 160px;
  left: 443px;
}

.product .Gallery-arrow {
  position: absolute;
  top: 80vh;
}

.side-pics {
  text-align: center;
}

.product .imgs,
.product .imgs1,
.product .imgs2 {
  display: flex;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-gap: 11px; 
  justify-content: space-between;
  overflow-y: hidden;
  /* height: 168px; */
  overflow-x: hidden;
  margin-top: 14px;
}

.product .imgs img,
.product .imgs1 img,
.product .imgs2 img {
  background-color: #F5F5F5;
}

.product .imgs img,
.product .imgs1 img,
.product .imgs2 img {
  width: 195px;
  height: 169px;
  object-fit: cover;
  margin-bottom: 10px;
}

.service-one .tab-pane.fade.active.show {
  display: block !important;
  /* height: 800px; */
}

.service-one .tab-pane {
  display: none;
}

.product .main-img img {
  width: 100% !important;
  height: 550px;
}

/* -------------------------------------service-section-css-end------------------------------ */

/* ---------------------------------------project-reference-css------------------------------- */
.project-reference-sec1 {
  max-width: 800px;
  margin: 0 auto;
}

.project-reference-tabs {
  justify-content: space-evenly !important;
}

div#project-reference-card {
  margin: 25px 0px;
}

/* ---------------------------------------project-reference-css-end------------------------------- */




/* ---------------------------------------project-inner-css------------------------------- */
.project-inner {
  max-width: 1085px;
  margin: auto;
}
.project-inner-gallery{
  padding-top: 30px;
}
h2.project-inner-hotel-name {
  font-size: 60px;
  font-family: var(--font-fourthGaramondSemiBold);
  color: var(--primary-color);
}

.project-inner span.hotel-size,
.project-inner span.hotel-location,
.project-inner span.hotel-year {
  font-size: 20px;
  border-radius: 8px;
  background: #F6F9E7;
  padding: 5px 15px;
  color: var(--primary-color);
  font-family: var(--font-secondarySemiBold);
}

.project-inner-details {
  max-width: 640px;
  display: flex;
  padding: 15px 0px;
  justify-content: space-between;
}

/* ---------------------------------------project-inner-css-end------------------------------- */









/* ---------------------------------------shop-css------------------------------- */
h5.shop-category {
  font-size: 30px;
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
}

.shop-max-width {
  max-width: 1068px;
  margin: auto;
}

.shop-items-card .shop-image {
  background: #D5E2B1;
  padding: 30px;
}
.product-short-disc span {
    text-align: left;
    font: normal normal 600 18px/34px Plus Jakarta Sans;
    letter-spacing: 0px;
    color: #013300;
    opacity: 1;
}

.shop-items-card.shop-items-card {
  padding: 30px;
  margin-top: 40px;
  background: #F6F9E7;
}

.shop-items-card p.shop-product-quality {
  color: #AFB994;
  font-size: 16px;
  font-family: var(--font-secondaryBold);
}

.shop-items-card h6.shop-product-name {
  font-size: 22px;
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
}

.shop-items-card h5.shop-product-price {
  font-size: 20px;
  font-family: var(--font-secondaryMedium);
  color: var(--primary-color);
}

.shop-items-card .shop-btn {
  line-height: 88px;
}

.shop-category-items {
  margin-top: 40px;
}

.shop-page-content {
  padding: 70px 0px 30px 0px;
}

.shop-pagination {
  max-width: 470px;
  padding-top: 70px;

}

li.page-item.s-number a.page-link {
  font-size: 22px;
  border: 0px;
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
}
.shop-pagination ul.pagination {
  max-width: 400px !important;
  width: 100%;
  gap: 70px;
}


li.page-item.s-number a.page-link .bi-chevron-right::before {
  content: "\f285";
  font-weight: 900 !important;
}
ul.pagination a.page-link {
  border: 0px;
}
ul.pagination .bi-chevron-right::before {
  content: "\f285";
  color: black;
  font-weight: 900 !important;
  font-size: 22px !important;
}

/* ----------------------------------shop-css-end---------------------------------- */









/* -----------------------------------career-css-------------------------------------- */
.career-one h3.career-join {
  font-size: 60px;
  font-family: var(--font-fourthGaramondSemiBold);
  color: var(--primary-color);
  padding: 100px 0px 15px 0px;
  font-weight: 700;
}

.career-card {
border: 3px solid #AFB994;
padding: 30px 45px;
background-color: #fdfff5;
}
#formSubmit {
    letter-spacing: 0px;
    cursor: pointer;
    color: #FFFFFF !important;
    font-family: var(--font-secondaryBold);
    font-size: 16px;
    padding: 18px 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
    opacity: 1;
    background: #AFB994;
    width: 25% !important;
}
#formSubmit:hover {
        background-color: var(--primary-color);
}
.career-card-row {
  padding-top:3em;
}
.career-card-main1{
  border: 3px solid #AFB994;
  padding: 10px;
  margin-top: 30px;
}

.career-card h4.career-card-title {
  font-size: 35px;
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
  border-bottom: 1px solid #AFB994;
  font-weight: 700;
}

.career-card h6.career-description-title,
.career-card h6.career-responsibility {
  font-size: 23px;
  font-family: var(--font-secondaryExtraBold);
  font-weight: 600;
  color: var(--primary-color);
}

.career-card p.career-description {
  font-size: 16px;
  font-family: var(--font-secondarySemiBold);
  color: var(--primary-color);
  font-weight: 600;
}

.service-hotel-tab li {
    text-align: left;
    font: normal normal 600 18px/34px Plus Jakarta Sans;
    letter-spacing: 0px;
    color: #013300;
    opacity: 1;
}

.career-hotel-tab h6 {
  border-bottom: 1px solid var(--primary-color);
  font-size: 16px;
  margin-top: 5px;
  color: var(--primary-color);
  font-family: var(--font-secondarySemiBold);
}

.career-hotel-tab ul {
  padding-left: 20px;
}

.career-hotel-tab .learn-btn-career {
  margin-top: -20px;
}

.career-hotel-tab li {
  padding-bottom: 3px;
}

.max-about-container {
  max-width: 1440px !important;
  margin: auto;
}

/* .career-card {
  margin-top: 30px;
} */

.career-pagination {
  padding: 90px 0px;
}

h6.career-responsibility-model {
  font-size: 23px;
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
}

.career-hotel-tab.read-more span.service-hotel-name {
  font-size: 16px;
}

.modal-content.ream-more.rounded-4 .modal-body {
  padding: 80px !important;
}

.modal-dialog.modal-dialog-centered.modal-xl {
  max-width: 1344px !important;
}

.career-model-section {
  max-width: 551px;
}

.read-more li {
  padding-bottom: 5px !important;
}

/* ---------------------------------career-section-css-end-------------------- */

/* -----------------------------contact-css---------------------- */
h6.contact-enquiry {
  font-size: 22px;
  font-family: var(--font-secondaryBold);
  color: var(--primary-color);
}

.max-contact-container {
  max-width: 1600px !important;
}

.contact-form-width {
  max-width: 580px;
  margin-left: auto;
}

.contact-section-form {
  padding-top: 3em;
}

.contact-form-map {
  padding-top: 35px;
  margin-bottom: 6em;
}

.contact-form-map iframe {
  width: 800px;
  height: 350px;
}
.image-background {
  border: 1px solid black;
  border-radius: 50%;
  padding: 10px 9px;
  width: 100%;
  max-width: 136px;
height: 136px;
}

.image-background img {
  border: 1px solid black;
  border-radius: 50%;
  object-fit: none;
  /* height: 136px; */
}


.image-background:hover img {
  background-color: var(--primary-color);
  content: url(../img/distance-1.png);
    padding: 0px;
    /* height: 136px; */
    max-width: 136px !important;
}
.image-background1 {
  border: 1px solid black;
  border-radius: 50%;
  padding: 10px 10px;
  width: 100%;
  max-width: 136px;
  /* height: 136px; */

}


.image-background1 img {
  border: 1px solid black;
  border-radius: 50%;
  object-fit: none;
  /* height: 136px; */
}



.image-background1:hover img {
  background-color: var(--primary-color);
  content: url(../img/email-svg.png);
    padding: 14.5px 14px;
    /* height: 136px; */
}
.image-background2 {
  border: 1px solid black;
  border-radius: 50%;
  padding: 10px 8px;
  width: 100%;
  height: 136px;
  max-width: 136px;
}

.image-background2 img {
  border: 1px solid black;
  border-radius: 50%;
  object-fit: none;
  /* height: 136px; */
}



.image-background2:hover img {
  background-color: var(--primary-color);
  content: url(../img/call-svg.png);
    padding: 0px;
    /* height: 136px; */
}
/* -------------------------contact-css-end--------------------- */

/* -----------------------------------shop-inner----------------------- */
.shop-inner-section .p-category h5 {
  font-size: 25px;
  line-height: 28px;
  font-family: var(--font-secondaryBold);
  color: #AFB994 !important;
}

.shop-inner-content {
  display: flex;
  padding-bottom: 0px !important;
}

.main-img-shop img,
.shopImgs img {
  width: 100%;
}

.shopImgs img {
  border: 1px solid #CCCCCC;
  object-fit: cover;
  padding: 6px;
  margin-bottom: 10px;
  object-fit: contain;
}

.shopImgs {
  display: table-caption;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3px;
  width: 200px;
  overflow-y: hidden;
  height: 415px;
  padding: 5px;
  overflow-x: hidden;
}

.main-img-shop img {
  border: 1px solid #CCCCCC;
  margin-left: 10px;
  padding: 40px;
  object-fit: cover;
}

.main-img-shop {
  width: 100%;
}

.shop-inner-section h1.prata {
  font-size: 38px;
  font-family: var(--font-secondaryExtraBold);
  color: var(--primary-color);
}

.shop-inner-section .product-price {
  font-size: 35px;
  font-family: var(--font-secondaryMedium);
  color: var(--primary-color);
}

.product-wrapper {
  margin-left: 45px;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

.product-short-disc.mt-4 {
  max-width: 700px;
}

.add-to-cart-section span {
  border: 1px solid #013300;
  background-color: #F6F9E7;
  padding: 14px 22px;
  font-family: var(--font-secondarySemiBold);
  font-size: 18px;
}

.shop-btn-section {
  align-items: center;
  justify-content: space-between;
  max-width: 430px;

}

.shop-btn-section .bi-plus-lg::before {
  content: "\f64d";
  font-weight: 900 !important;
}

.shop-btn-section .bi-dash-lg::before {
  content: "\F63B";
  font-weight: 900 !important;
}

.shop-btn-section i.bi.bi-plus-lg {
  font-size: 18px;
  color: black;
}

.shop-btn-section i.bi.bi-dash-lg {
  font-size: 18px;
  color: black;
}

.shop-inner-slider {
  padding-top: 60px !important;
}


@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media(max-width:767px) {
  .main-img-shop img {
    height: 280px !important;
    width: 94% !important;
  }

  .shopImgs {
    height: 280px !important;
  }


  .shop-inner-content {
    padding-bottom: 50px !important;
  }
}


@media(max-width: 1640px) and (min-width: 1200px){
  .g-recaptcha {
    width: 50%;
}
.submitbutton {
    font-size: 15px;
    /* line-height: 8em; */
    padding: 8px 35px !important;
}
}


@media(max-width:1600px) {
#home-tabs .nav-link {
    font-size: 20px !important;
    line-height: 36px;
}
header.custom-header .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
}
  header.custom-header .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 0px;
  }

  #home-section-one .carousel-caption.d-none.d-md-block.home-content {
    margin: auto;
    max-width: 650px;
  }

  .home-content h1 {
    font-size: 85px;
  }

  a.learn-more-btn {
    font-size: 13px;
    padding: 12px 30px;
    cursor: pointer;
  }

  #home-section-one .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;

    top: 45% !important;
  }

  #home-section-one .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
  }


  #home-section-one .swiper-pagination-bullet-active {
    height: 32px !important;
    width: 3px !important;
  }

  #home-section-one .bullet-number {
    font-size: 16px !important;
  }
  
    .home-hotel-card::after {
        width: 100%;
        height: 100%;
    }
    
  h1.dream-house {
    font-size: 40px;
  }

  h6.design-expertise {
    font-size: 18px;
  }
  .max-width-container {
    max-width: 1000px !important;
}
.perfect-solution-content {
  max-width: 500px ;
}
p.artmaker-content-1 {
  font-size: 12px;
  line-height: 22px;
}
.about-us-home img.img-fluid {
  max-width: 500px;
}
.perfect-solution-content {
  padding-left: 50px;
}
.media-content-mb{
  margin-bottom: 0px;
}
.media-content-mt{
  max-width: 450px !important;
  margin-top: 0px !important;
}
.perfect-solution-content {
  margin-top: 0px;
}
.hotel-name h5 {
  font-size: 12px;
}
.hotel-name {
  top: 50%;
  padding: 8px 0px;
}

.lets-talk h2.art-dream{
  font-size: 40px;
}
.lets-talk {
  max-width: 400px;
  margin: auto;
}
.lets-talk-btn{
  font-size: 13px;
  padding: 12px 30px;
  font-weight: 500;
}
h3.home-contact-us{
  font-size: 40px;
}
p.home-contact-content {
  font-size: 13px;
  max-width: 380px;
}
.row.art-maker {
  height: auto;
}
.contact-us-bg img.img-fluid {
  height: auto;
  width: 600px;
}
section#home-section-five {
    height: auto;
}
p.contact-dis-address a{
  font-size: 10px !important;
}
p.contact-dis-address {
    font-size: 10px !important;
    line-height: 15px !important;
}
h6.contact-distance{
  font-size: 15px;
}
section#home-section-five .col-md-5.text-center img ,
section#home-section-five .col-md-3.text-center img ,
section#home-section-five .col-md-4.text-center img {
  
  max-width: 100px;
}


.address-body {
  max-width: 200px !important;
}
.row.contact-media {
  justify-content: space-between;
}
.contact-us-bg {
  width: 600px;
}
/* =-----------------footer---------------- */

p.footer-artmaker {
  font-size: 13px;
  line-height: 20px;
  max-width: 260px;
  margin-top: 20px;
}
.footer-heading {
  font-size: 15px;
  line-height: 20px;
}
.footer-links li a {
  font-size: 13px;
  line-height: 0px;
}

.menu-links-footer li ,.footer-links.list-unstyled li {
  line-height: 26px;
}


.footer-legal .copyright {
  font-size: 11px;
}
.credits a {
  font-size: 11px;
}
.footer-legal .row.justify-content-between {
  border-top: 2px solid #AFB994;
}

/* ---------------------------about-us-page--------------------- */
.about-us-content {
  max-width: 413px;
  margin-left: 80px;
}
p.artmaker-content-2{
  font-size: 12px;
  margin-top: 12px;
  line-height: 22px;
}
.about-bussiness-content {
  max-width: 515px;
  margin-left: auto;
  padding: 100px 0px 80px 0px;
}
section#about-us-section-two h5.about-author-name {
  font-size: 25px;
}
section#about-us-section-two h6.about-director-name {
  font-size: 18px;
}
section#about-us-section-two {
  height: 625px;
}
.about-us-quote {
  position: absolute;
  left: 67px;
  top: 61px;
}
.about-us-quote img.img-fluid {
    max-width: 200px;
}
p.artmaker-content-3{
  font-size: 13px;
  line-height: 22px;
}
.about-accreditations-parent {
  padding: 70px 0px 30px 0px;
}
img.premium-about.img-fluid {
  width: 100%;
  max-width: 130px;
}
.about-accreditations {
  margin-left: auto;
  padding-left: 40px;
}
.mt-8 {
  margin-top: 5em;
}

/* ----------------------------------service-page---------------------------- */
.product .main-img img {
  height: 400px;
}
.service-content-slider {
  width: auto;
  height: auto;
}
.dot {
  height: 8px !important;
  width: 8px !important;
}
.product .imgs img, .product .imgs1 img, .product .imgs2 img {
  width: 113px;
  height: 100px;
    
}
  .product .imgs, .product .imgs1, .product .imgs2{
    margin-top:7px;
  }
  h6.service-hotel-room {
    font-size: 18px;
    padding-top: 0px !important;
  }

  .service-hotel-section {
    max-width: 440px;
    margin-top: -10px;
}
span.service-hotel-name {
  font-size: 12px;

}
.service-hotel-tab li {
  line-height: 35px;
}
.service-hotel-tab li {
  line-height: 26px;
}
.service-hotel-tab ul {
  margin: 0px;
}
h6.service-tabs-name{
  font-size: 16px;
}


.service-carts1 {
    width: auto;
    padding: 40px;
  }
  h6.service-tabs-name {
    padding-top: 10px;
  }
  .service-card-2 img.img-fluid {
    width: 80px;
}
/* ----------------------------------project-reference-------------------- */
.project-reference-sec1 p.artmaker-content-1.py-5 {
  padding: 30px 0px 40px 0px !important;
  max-width: 550px !important;
    margin: auto;
}
.project-reference-sec1 .perfect-solution-content {
  max-width: 500px;
  margin: auto;
}
.g-5{
  --bs-gutter-x: 2rem !important;
}
div#project-reference-card {
  margin: 0px;
}
.mt-11 {
  margin-top: 7em;
}
/* --------------------------------project-inner----------------------- */
h2.project-inner-hotel-name {
  font-size: 30px;
}
.project-inner span.hotel-size, .project-inner span.hotel-location, .project-inner span.hotel-year {
  font-size: 12px;
}

.project-inner-details {
  max-width: 440px;
  padding: 10px 0px;
}

.project-inner {
  max-width: 806px;
  margin: auto;
} 
p.project-inner-description{
  margin-top: 0px !important;
}
.project-inner-gallery{
  padding-top: 10px !important;
}
.project-inner-gallery img{
  padding: 15px 0px !important;
}

/*-------------------------------------shop-page----------------------------- */
.shop-max-width {
  max-width: 806px;
  margin: auto;
}

.shop-max-width p.project-inner-description {
  padding: 30px 0px 40px 0px !important;
}
h5.shop-category {
  font-size: 17px;
}

.shop-items-card p.shop-product-quality {
  font-size: 11px;
  padding-top: 10px !important;
}
.shop-items-card h6.shop-product-name {
  font-size: 14px;
  padding: 6px 0px !important;
}
.shop-items-card h5.shop-product-price {
  font-size: 12px;
}

.shop-items-card.shop-items-card {
  padding: 20px;
  margin-top: 30px;

}
.shop-items-card .shop-btn {
  line-height: 60px;
}
li.page-item.s-number a.page-link {
  font-size: 13px;
}
.shop-pagination {
  max-width: 320px;
  padding-top: 40px;
}
.shop-pagination ul.pagination {
  width: 100%;
  gap: 32px;
}
ul.pagination .bi-chevron-right::before {
  content: "\f285";
  color: black;
  font-weight: 900 !important;
  font-size: 15px !important;
}
/* -------------------------shop-inner----------------------- */
.our-work-tabs {
    margin-bottom:50px !important;
}


.shopImgs img {
    max-width:100px !important;
    height: 111px 
   
}

.shopImgs{
  text-align: end;
  height: 600px;
  padding: 0px;
}
.shop-inner-section .p-category h5 {
  font-size: 18px;
}
.shop-inner-section h1.prata {
    font-size: 25px;
    line-height: 30px;
}
.shop-inner-section .product-price {
  font-size: 22px;
}
.main-img-shop img {
  border: 1px solid #CCCCCC;
  margin-left: 10px;
  padding: 40px;
  object-fit: contain;
  height: 474px;

}
.shop-btn-section i.bi.bi-dash-lg {
  font-size: 12px;
}
.add-to-cart-section span {
  padding: 15px 20px;
}

.add-to-cart-section span {
  font-size: 12px;
}
.shop-btn-section i.bi.bi-plus-lg {
  font-size: 12px;
}
.shop-btn-section {
    max-width: 348px;
}
h1.dream-house1 {
  font-size: 45px;
}
.career-one h3.career-join{
  font-size: 30px;
}
.career-one h3.career-join {
  padding: 45px 0px 15px 0px;
}
section.career-one p.project-inner-description{
padding: 0px !important;
}
.career-card h4.career-card-title {
  font-size: 22px;
}
.career-card h6.career-description-title, .career-card h6.career-responsibility {
  font-size: 15px;
}
.career-card p.career-description {
  font-size: 11px;
} 

  .career-hotel-tab li span {
    font: normal normal 600 11px/20px Plus Jakarta Sans !important;
}
  .modal-dialog.modal-dialog-centered.modal-xl {
    max-width: 800px !important;
}
h6.career-responsibility-model {
  font-size: 16px;
}
.career-hotel-tab.read-more span.service-hotel-name {
  font-size: 12px;
}

.modal-content.ream-more.rounded-4 .modal-body {
    padding: 30px !important;
}
.read-more li {
  padding-bottom: 5px !important;
  padding-bottom: 3px;
  line-height: 17px;
}
.max-contact-container {
  max-width: 1070px !important;
}

h6.contact-enquiry {
  font-size: 15px;
}

.contact-form-map {
  max-width: 530px !important;
}
.contact-form-map iframe {
  max-width: 530px !important;
}
.contact-section-form img{
    max-width: 150px !important;
}

.career-two .max-about-container {
  max-width: 1000px !important;
  margin: auto;
}
.career-model-section .career-hotel-tab li span {
    font: normal normal 600 15px/24px Plus Jakarta Sans !important;
}

}

@media(max-width: 1200px) and (min-width: 769px){
#home-tabs .nav-link {
    font-size: 20px !important;
    line-height: 36px;
}
 .g-recaptcha {
    width: 50%;
}
.submitbutton {
    font-size: 15px;
    /* line-height: 8em; */
    padding: 8px 35px !important;
}
#contact-form .submitbutton {
    font-size: 13px !important;
}
}

@media(max-width:769px){
  .contact-us-bg {
    width: 500px !important;
}
.shopImgs {
  width: auto !important;
}
.product-wrapper {
    margin-left: 0 !important;
}
.career-model-section .career-hotel-tab li span {
    font: normal normal 600 12px/20px Plus Jakarta Sans !important;
}
.career-one h3.career-join {
    font-size: 25px;
}
.custom-header .navbar-brand img {
    padding-left: 0px;
}
.career-one h3.career-join {
    font-size: 20px;
}
.career-card-row {
    padding-top: 5px;
}
.project-inner p>span {
    font: normal normal 600 12px/20px Plus Jakarta Sans !important;
    color: #013300 !important;
}
h6.service-hotel-room {
    font-size: 15px;
    padding-top: 0px !important;
}
header.custom-header .navbar-dark .navbar-nav .nav-link {
    padding: 10px 12px !important;
}
#home-tabs .nav-link {
    font-size: 14px !important;
    line-height: 36px;
}
section#about-us-section-two {
    background-position: left;
}
.main-img-shop img {
    padding: 15px;
    object-fit: contain;
}
.art-inner-shop-related {
    height: 100px;
}
.perfect-solution-content {
    margin-bottom: 20px !important;
}
#home-section-three .text-center {
    margin-top: 5px !important;
}
#home-section-four {
    margin-top: 10px;
}
#home-section-two {
    margin-top: 30px;
}



section#home-section-three {
    margin-top: 0 !important;
}
#home-tabs li.nav-item {
    margin-right: 5px;
}
#home-tabs .nav-link {
    font-size: 15px;
    line-height: 30px;
}
section#home-section-three div#pills-tabContent {
    padding-top: 20px;
}
.about-us-content {
    margin-top: 20px;
}
p.home-contact-content {
  max-width: 280px;
}
.home-contact-section {
  padding: 80px 0px;
}
.row.contact-media .address-body {
  max-width: 120px !important;
}
p.contact-dis-address {
  font-size: 8px;
}
.footer-logo-section1 {
  text-align: -webkit-center;
}
.home-content h1 {
    font-size: 30px !important;
}

h6.design-expertise {
    font-size: 15px !important;
}






/* --------------------------------about-us----------------------------- */
h1.dream-house {
    font-size: 25px;
    line-height: 30px;
}
.about-slider1{
  text-align: center;
}
#about-us-section-three .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
}
.lets-talk h2.art-dream {
    font-size: 25px;
    line-height: 35px;
}
h3.home-contact-us {
    font-size: 25px;
}
.about-us-bg img.img-fluid {
    width: 100%;
    height: 100%;
}
.about-us-bg {
    height: 200px;
}
.about-accreditations {
     padding-left: 0px; 
}

div#about-us-slider{
  margin-bottom:50px;
}
.about-us-quote img.img-fluid {
  max-width: 75px;
}
.about-accreditations-parent {
    padding: 20px 0px 20px 0px;
}
section#about-us-section-three {
    padding-bottom: 10px;
}
section#home-section-four {
    padding: 50px 0px;
}
#home-section-four .text-center {
    margin-top: 25px !important;
}
.about-us-quote {
    position: absolute;
    left: 30px;
    top: 5px;
}
p.artmaker-content-3 {
    margin-top: 10px;
}
section#about-us-section-two h5.about-author-name {
    margin-top: 30px;
}
.about-bussiness-content {
    padding: 50px 0px 80px 0px;
}
.about-us-content {
  max-width: none;
  width: 100%;
  margin-left: auto;

}
.about-bussiness-content {
  margin: auto;
}
/* --------------service and project-------------------- */
section#service-section-one .col-md-6.pt-4.pt-lg-0 {
  padding-top: 0px !important;
}
#service-section-one #pills-tab {
    padding-top: 20px;
}
.service-hotel-section {
  margin-top: 2px;
}
/*.hotel-name {
  top: 69px;
}*/
.home-hotel-card::after {
  width: 228px;
  height: 178px;
}
#home-section-one .bullet-number {
  font-size: 13px !important;
}
a.learn-more-btn {
  font-size: 10px;
  padding: 8px 18px;
}
li.page-item.s-number a.page-link {
  font-size: 11px;
}
.shop-pagination ul.pagination {
  width: 100%;
  gap: 20px;
  align-items: baseline;
}

.main-img-shop img {

  height: 300px;
}
.shopImgs img {
  max-width: 75px !important;
  height: 68px;
}
.add-to-cart-section span {
  padding: 10px 15px;
}
section#service-section-one {
  padding-top: 1em;
}
.shopImgs {
height: auto;
}
#career-model .modal-body {
    padding: 0px 20px;
}
#career-model .modal-body h5 {
    font-size: 25px;
}
#career-model form#careerForm button, input, optgroup, select, textarea {
    font-size: 12px !important;
}
#career-model form#careerForm .submitbutton {
    width: 100%;
    max-width: 185px;
}
.service-hotel-tab li {
    font: normal normal 600 12px/20px Plus Jakarta Sans !important;
}
/* -----------------career----------------------------- */
.modal-dialog.modal-dialog-centered.modal-xl {
  max-width: 700px !important;
}
.image-background2 {
  border: 1px solid black;
  border-radius: 50%;
  padding: 10px 8px;
  width: 100%;
  width: 130px;
}
.career-two .max-about-container {
  max-width: 1100px !important;
  margin: auto;
}


.career-card {
  border: 3px solid #AFB994;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  padding: 10px 20px;

}
.career-card-main1 {
  border: 2px solid #AFB994;
  padding: 7px;
}

.career-card {
  border: 2px solid #AFB994;
}
/* -------------------contact-page---------- */
.contact-form1{
  text-align: -webkit-center;

}
.address-body {
  max-width: 100% !important;
}
p.contact-dis-address {
  font-size: 13px;
  max-width: 200px;
}
.contact-form-width {
  max-width: 580px;
  margin: auto;
}
.product .imgs img, .product .imgs1 img, .product .imgs2 img {
  width: 82px;
  height: 85px;
}
.shop-max-width p.project-inner-description {
    padding: 10px 0px 10px 0px !important;
}
.shop-category-items {
    margin-top: 15px;
}
.shop-inner-section .p-category h5 {
    font-size: 15px;
}
.shop-inner-section .product-price {
    font-size: 16px;
}
.shop-inner-section h1.prata {
    font-size: 20px;
    line-height: 25px;
}
.product-short-disc span {
    font: normal normal 600 12px/20px Plus Jakarta Sans !important;
}
h2.project-inner-hotel-name {
    font-size: 25px;
}
.project-inner span.hotel-size, .project-inner span.hotel-location, .project-inner span.hotel-year {
    font-size: 10px;
}
.project-inner span.hotel-size, .project-inner span.hotel-location, .project-inner span.hotel-year {

    padding: 5px 10px;
  }
}


/* ---------------------------768px-end-------------------------------- */

/* ---------------------------------------425px------------------------------- */

@media(max-width:426px){

.home-hotel-card::after {
    display: none;
}
.submitbutton {
    margin-top: 10px !important;
}
.footer-bottom-one {
    margin-bottom: 0px !important;
}
.footer-bottom-tow {
    margin-bottom: 0px !important;
}
header.custom-header .navbar-dark .navbar-nav .nav-link {
    line-height: 20px !important;
    font-size: 9px !important;
    padding: 4px 12px !important;
}
.home-contact-section {
    padding: 30px 0px;
}
.home-five>.max-width-container {
    padding-left: 0;
}
.about-us-section-one-top-row>.ps-0 {
    padding-left: 10px !important;
}
  .contact-form-width {
    max-width: 330px;
    margin: auto;
}
.art-inner-shop-related {
    height: auto;
}
#home-tabs li.nav-item {
    margin-right: 5px;
}
#home-tabs .nav-link {
    font-size: 15px !important;
    line-height: 30px;
}
#home-tabs ul#pills-tab {
    justify-content: center !important;
}
.home-content h1 {
  font-size: 40px;
}
.home-one .home-content {
 display: block !important;
}
#home-section-one .swiper-container {
  height: 500px;
}
#home-section-one .swiper-button-next {
  margin-top: 70px;
  right: 10px !important;
}

#home-section-one .swiper-button-prev {

  margin-top: 47px;
  right: 10px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-top: 15px !important;
}
#home-section-one .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  text-align: left !important;
  display: inline-grid;
  bottom: 50px;
  left: 41px;
}
.shop-max-width {
  max-width: 350px;
  margin: auto;
}
p.contact-dis-address {
  max-width: 200px;
}
.contact-form-map iframe {
  width: 330px;
  height: 350px;
}
.contact-form-map {
  max-width: 330px !important;
}
.footer-content .list-unstyled {
  padding-left: inherit;
  list-style: none;
}
.footer-heading {
  padding-left: inherit;
}
.shop-pagination {
  max-width: 200px;
  margin: auto;
}
.row.art-maker .col-md-4.text-center{
  text-align: -webkit-center !important;
}
.perfect-solution-content {
    padding-bottom: 20px !important;
}
.perfect-solution-content {
    margin-bottom: 55px !important;
}

.contact-us-bg {
  width: max-content !important;
} 

.contact-us-bg img.img-fluid {
  display: none !important; 
}
.home-contact-media {
  margin-top: 140px !important;
}

.home-contact-section {
  text-align: -webkit-center;
  width: 100%;
}
.home-media1 p.home-contact-content {
  max-width: none;
  width: 100%;
}
/* --------------------project-reference----------------- */
.hotel-name {
  top: 50%;
}
.home-hotel-card::after {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.mt-11 {
  margin-top: 4em;
}
.perfect-solution-content {
  margin-top: 40px;
  padding-left: 0px;
}
.about-bussiness-content {
  width: 100%;
  max-width: 389px;
  padding-left: 10px;
}
}

.pagination-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

.service-carts11 {
    margin-bottom: 10px;
}
/* --------------------------------------privacy-policy / term-condition-------------------- */
section.terms-condition {
  padding-top: 240px;
}
.terms-heding {
  font-family: var(--font-fourthGaramondSemiBold);
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
  color: var(--primary-color);

}
.terms-side-bar h1 {
  font-family: var(--font-secondaryExtraBold);

  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.terms-discription p {
  flex-shrink: 0;
  color: var(--primary-color);
  font-family: var(--font-secondarySemiBold);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.terms-discription li {
  flex-shrink: 0;
  color: var(--primary-color);
  font-family: var(--font-secondarySemiBold);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.terms-condition h4 {
  font-family: var(--font-fourthGaramondSemiBold);
  font-size: 24px;
  color: var(--primary-color);
}
@media screen and (max-width: 769px) {
.terms-side-bar h1 {
  font-size: 12px;
  line-height: 16px;
}
section.terms-condition {
    padding-top: 60px;
}

.home-perfect {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}
.home-featured-tabs {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
#home-tabs li.nav-item {
    margin-right: 5px;
}
.terms-heding {
  font-size: 20px;
  line-height: 35px;
}
.terms-discription p {
  font-size: 12px;
  line-height: 20px;
}
.terms-discription li {
  font-size: 13px;
  line-height: 20px;
}
.terms-discription ol {
  padding-left: 0px;
}
.terms-condition h4 {
  font-family: var(--font-fourthGaramondSemiBold);
  font-size: 20px;
  color: var(--primary-color);
}
.shop-items-card.shop-items-card {
    margin-top: 0px !important;
}
h1.dream-house1 {
    font-size: 35px;
}
}